Update copyright year range in all GDB files
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
6596a5d4
HD
12020-12-29 Hannes Domani <ssbssa@yahoo.de>
2
3 * python.texi (Frame Decorator API): Fix method name.
4
f37059ea
AB
52020-12-23 Alex Bennée <alex.bennee@linaro.org>
6
7 * gdb.texinfo (Packets): Clarify language for ? packet.
8
904cb749
JB
92020-12-21 Joel Brobecker <brobecker@adacore.com>
10
11 * gdb.texinfo (Requirements): Add GMP to list of requirements.
12
e8460459
HD
132020-12-18 Hannes Domani <ssbssa@yahoo.de>
14
15 * python.texi (TUI Windows In Python): Remove erroneous 'a'.
16
4aea001f
HD
172020-12-18 Hannes Domani <ssbssa@yahoo.de>
18
19 * python.texi (Values From Inferior): Document the address keyword.
20
85be4f5a
SM
212020-12-17 Simon Marchi <simon.marchi@polymtl.ca>
22
23 PR gdb/27088
24 * gdb.texinfo (Range Checking): Fix "show check range" command
25 name.
26
ee9812a0
AB
272020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
28
29 * gdb.texinfo (Caching Target Data): Document 'maint flush
30 dcache'.
31
50a5f187
AB
322020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
33
34 * gdb.texinfo (Symbols): Document 'maint flush symbol-cache'.
35 (Maintenance Commands): Document 'maint flush register-cache'.
36
ab954e4a
BE
372020-12-04 Bernd Edlinger <bernd.edlinger@hotmail.de>
38
39 * Makefile.in: Delete GDBvn.texi and version.subst only in
40 the maintainer-clean target.
41
9f121239
HD
422020-11-29 Hannes Domani <ssbssa@yahoo.de>
43
44 PR python/26974
45 * python.texi: Fix docu for static members argument.
46
a5c641b5
AB
472020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
48
49 * gdb.texinfo (Debugging Output): Document 'set/show debug
50 fortran-array-slicing'.
51 (Special Fortran Commands): Document 'set/show fortran
52 repack-array-slices'.
53
ab33b152
AB
542020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
55
56 * gdb.texinfo (Maintenance Commands): Update description of 'maint
57 print c-tdesc'.
58
64aaad63
AB
592020-11-02 Andrew Burgess <andrew.burgess@embecosm.com>
60
61 * gdb.texinfo (Mode Options): Descriptions of initialization files
62 has been moved to 'Initialization Files'.
63 (Startup): Likewise.
64 (Initialization Files): New node.
65 (gdb man): Update to mention alternative file paths.
66 (gdbinit man): Likewise.
67
733d554a
TBA
682020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
69
70 * gdb.texinfo (Set Breaks): Document the '-force-condition' flag
71 of the 'break'command.
72 * gdb.texinfo (Conditions): Document the '-force' flag of the
73 'condition' command.
74
b5fa468f
TBA
752020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
76
77 * gdb.texinfo (Set Breaks): Document disabling of breakpoint
78 locations for which the breakpoint condition is invalid.
79
4b136f6f
MF
802020-10-06 Michael Forney <mforney@mforney.org>
81
82 * Makefile.in (HAVE_NATIVE_GCORE_HOST): Add for gcore.1
83 install condition.
84
8d378f27
SM
852020-10-04 Simon Marchi <simon.marchi@polymtl.ca>
86
87 * gdb.texinfo (Debugging Output): Add set/show debug event-loop.
88
7b085b1c
SM
892020-10-04 Simon Marchi <simon.marchi@polymtl.ca>
90
91 * gdb.texinfo (Debugging Output): Add empty lines, fix typo.
92
6791b117
PA
932020-09-13 Pedro Alves <pedro@palves.net>
94
95 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
96 "-break-insert --qualified" and "-dprintf-insert --qualified".
97
fdd8731b
SV
982020-08-25 Shahab Vahedi <shahab@synopsys.com>
99
100 * gdb.texinfo (Synopsys ARC): Document LP_START, LP_END and BTA.
101
995d3a19
SV
1022020-08-25 Shahab Vahedi <shahab@synopsys.com>
103
104 * gdb.texinfo (Synopsys ARC): Update the documentation for ARC
105 Features.
106
e09eef98
TT
1072020-08-07 Tom Tromey <tromey@adacore.com>
108
109 * gdb.texinfo (Ravenscar Profile): Add examples.
110 Document runtime initialization limitation.
111
39791af2
JM
1122020-08-04 Jose E. Marchesi <jose.marchesi@oracle.com>
113
114 * gdb.texinfo (Contributors): Add information for the eBPF
115 support.
116 (BPF): New section.
117
43d5901d
AB
1182020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
119
120 * python.texi (Unwinding Frames in Python): Update descriptions
121 for PendingFrame.read_register and
122 gdb.UnwindInfo.add_saved_register.
123 (Frames In Python): Update description of Frame.read_register.
124
14fa8fb3
AB
1252020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
126
127 * python.texi (Registers In Python): Document new find function.
128
b089853a
KB
1292020-07-22 Kevin Buettner <kevinb@redhat.com>
130
131 * gdb.texinfo (Maintenance Commands): Add documentation for
132 new command "maintenance print core-file-backed-mappings".
133
c9fe1b58
RT
1342020-07-22 Reuben Thomas <rrt@sc3d.org>
135
136 * gdb.texinfo (Remote Protocol, Overview): Correct the description
137 of which remote protocol commands are mandatory for a stub to
138 implement.
139
ae5369e7
LC
1402020-07-20 Ludovic Courtès <ludo@gnu.org>
141
142 * doc/guile.texi (Guile Introduction): Mention Guile 3.0.
143
68cf161c
LC
1442020-07-20 Ludovic Courtès <ludo@gnu.org>
145
146 * guile.texi (Memory Ports in Guile): Mark
147 'memory-port-read-buffer-size',
148 'set-memory-port-read-buffer-size!',
149 'memory-port-write-buffer-size',
150 'set-memory-port-read-buffer-size!' as deprecated.
151 (Guile Introduction): Clarify which Guile
152 versions are supported.
153
ed788fee
PC
1542020-07-13 Paul Carroll <pcarroll@codesourcery.com>
155
156 PR gdb/25716
157
158 * gdb.texinfo (Frame Apply): Remove anchor for 'frame
159 apply' and adjust xrefs to it.
160
0a278aa7
PW
1612020-07-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
162
163 * gdb.texinfo (Attach): Update exec-file-mismatch doc.
164
6e2469ff
HD
1652020-07-08 Hannes Domani <ssbssa@yahoo.de>
166
167 * gdb.texinfo: Document Windows drive conversion of
168 'set auto-load scripts-directory'.
169
64cb3757
AB
1702020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
171
172 * gdb.texi (Registers): Add @anchor for 'info registers
173 <reggroup>' command.
174 * python.texi (Architectures In Python): Document new
175 register_groups method.
176 (Registers In Python): Document two new object types related to
177 register groups.
178
0f767f94
AB
1792020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
180
181 * python.texi (Python API): Add new section to the menu.
182 (Frames In Python): Add new @anchor.
183 (Architectures In Python): Document new registers method.
184 (Registers In Python): New section.
185
87dbc774
AB
1862020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
187
188 * python.texi (Unwinding Frames in Python): Document
189 PendingFrame.architecture method.
190
edf92af0
EZ
1912020-06-26 Eli Zaretskii <eliz@gnu.org>
192
193 * gdb.texinfo (Shell Commands): More accurate description of use
194 of $SHELL. Reported by Sandra Loosemore <sandra@codesourcery.com>.
195
caa7fd04
AB
1962020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
197
198 * gdb.texinfo (Maintenance Commands): Document new 'maint print
199 xml-desc' command.
200
5b860c93
PW
2012020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
202
203 * gdb.texinfo (Command aliases default args): New node documenting
204 how to use default args for a command using aliases.
205 (Aliases): Document the new 'DEFAULT-ARGS...' option.
206 (Help): Update help aliases text and describe when full alias
207 definition is provided.
208
914592f9
TT
2092020-06-11 Tom Tromey <tromey@adacore.com>
210
211 * gdb.texinfo (Index Files): Reword. Remove Ada limitation.
212
c5a6a07f
JG
2132020-06-10 Jonny Grant <jg@jguk.org>
214
215 * gdb.texinfo: Remove broken links Previous and Up from
216 contents.
217
0a4f5f8c
TT
2182020-05-23 Tom Tromey <tom@tromey.com>
219
220 * gdb.texinfo (Output Styling): Don't mention completion styling.
221 (Editing): Don't mention readline completion styling.
222
eca1f90c
TT
2232020-05-23 Tom Tromey <tom@tromey.com>
224
225 * gdb.texinfo (Output Styling): Mention completion styling.
226 (Editing): Mention readline completion styling.
227
98c59b52
PA
2282020-05-19 Pedro Alves <palves@redhat.com>
229
230 * gdb.texinfo (Attach): Update exec-file-mismatch description to
231 mention build IDs.
232 (Separate Debug Files): Add "build id" anchor.
233
5b4a1a8d
PW
2342020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
235
236 * gdb.texinfo (Help): Document the help and apropos changes.
237 (Aliases): Document new meaning of -a abbreviation flag.
238
aa8509b4
KR
2392020-05-05 Kamil Rytarowski <n54@gmx.com>
240
241 * gdb.texinfo (info proc, info proc cmdline, info proc cwd)
242 (info proc exe, info proc mappings, info proc stat): Mention
243 NetBSD support.
244
2b2fbab8
TT
2452020-04-28 Tom Tromey <tom@tromey.com>
246
247 * python.texi (Commands In Python): Document gdb.COMMAND_TUI.
248
45fc7c99
TT
2492020-04-27 Tom Tromey <tromey@adacore.com>
250
251 * python.texi (Types In Python): Mention missing fields. Add
252 dynamic type example.
253
1acda803
TT
2542020-04-24 Tom Tromey <tromey@adacore.com>
255
256 PR python/23662:
257 * python.texi (Types In Python): Document new features.
258
0ca4866a
AS
2592020-04-15 Artur Shepilko <nomadbyte@gmail.com>
260
261 * gdb.texinfo: Transform @var{[host]} to [@var{host}]; this
262 clears makeinfo warnings.
263 * python.texi: Add a missing period trailing an @xref{} clause;
264 this clears a makeinfo warning.
265
09f2921c
TV
2662020-03-06 Tom de Vries <tdevries@suse.de>
267
268 * gdb.texinfo: Fix "the the".
269
0bab6cf1
TV
2702020-03-04 Tom de Vries <tdevries@suse.de>
271
272 * gdb.texinfo: Remove trailing "done." in "Reading symbols from" lines.
273 * python.texi: Same.
274
63e163f2
AB
2752020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
276
277 * gdb.texinfo (Command History): Extend description for
278 GDBHISTFILE and GDBHISTSIZE, add detail about the filename for
279 'set history filename' being optional. Describe the effect of an
280 empty history filename on 'set history save on'.
281
e56d7f1e
AB
2822020-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
283
284 * gdb.texinfo (Threads): Fix alignment in 'info threads' example
285 output.
286
01b1af32
TT
2872020-02-22 Tom Tromey <tom@tromey.com>
288
289 * python.texi (Python API): Add menu item.
290 (TUI Windows In Python): New node.
291
7c043ba6
TT
2922020-02-22 Tom Tromey <tom@tromey.com>
293
294 PR tui/17850:
295 * gdb.texinfo (TUI Commands): Document horizontal layouts.
296
ee325b61
TT
2972020-02-22 Tom Tromey <tom@tromey.com>
298
299 * gdb.texinfo (TUI Overview): Mention user layouts.
300 (TUI Commands): Document "tui new-layout".
301
b7d2fe14
TT
3022020-01-26 Tom Tromey <tromey@adacore.com>
303
304 * gdb.texinfo (M68K Features): Document floating-point feature
305 correspondence.
306
e47e48f6
PW
3072020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
308
309 * gdb.texinfo (Attach): Document the new option and the
310 set/show commands.
311 (Connecting): Reference the exec-file-mismatch option.
312
65c574f6
PA
3132020-01-10 Pedro Alves <palves@redhat.com>
314
315 * gdb.texinfo (Starting): Say "current inferior not connected"
316 instead of "GDB not connected".
317 (Inferiors and Programs): Rename node to ...
318 (Inferiors Connections and Programs): ... this. Update all
319 references. Talk about multiple target connections. Update "info
320 inferiors" info to mention the connections column. Describe "info
321 connections". Document "add-inferior -no-connection".
322 * guile.texi, python.texi: Update cross references.
323
e5d78223
JB
3242020-01-01 Joel Brobecker <brobecker@adacore.com>
325
326 * gdb.texinfo, refcard.tex: Update copyright year range.
327
db178f47
AB
3282019-12-14 Andrew Burgess <andrew.burgess@embecosm.com>
329
330 * python.texi (Symbols In Python): Remove duplicate description of
331 gdb.lookup_global_symbol.
332
27f7b2f6
SM
3332019-12-11 Simon Marchi <simon.marchi@efficios.com>
334
335 * gdb.texinfo (Writing JIT Debug Info Readers): Fix typo.
336
d8edc8b7
PW
3372019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
338
339 * gdb.texinfo (Command Options): Use -p and -pretty in the example,
340 as -r is ambiguous. Update the print - TAB TAB completion result.
341 (Data): Document new option -raw-values. Use -p and -pretty in the
342 example, as -r is ambiguous.
343 (Print Settings): Document set print raw values.
344 (Pretty-Printer Commands): Document interaction between enabled
345 pretty printers and -raw-values/-raw-frame-arguments.
346
77bb17b6
TT
3472019-12-10 Tom Tromey <tom@tromey.com>
348
349 * python.texi (gdb.prompt): Use correct quotes in example.
350 Shorten sample text.
351
c2512106
AB
3522019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
353
354 * doc/gdb.texinfo (GDB/MI Symbol Query): Add documentation of
355 -max-results to some -symbol-info-* commands.
356
293b38d6
AB
3572019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
358
359 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
360 -symbol-info-module-functions and -symbol-info-module-variables.
361
a2a7af0c
TT
3622019-12-01 Tom Tromey <tom@tromey.com>
363
364 * gdb.texinfo (TUI Configuration): Mention TUI border styles.
365 (Output Styling): Document new settings.
366
d1da6b01
TT
3672019-12-01 Tom Tromey <tom@tromey.com>
368
369 * gdb.texinfo (TUI Configuration): Document new setting.
370
bf498525
PW
3712019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
372
373 * gdb.texinfo (Define): Indicate that user-defined prefix can
374 be used in 'define' command. Document 'define-prefix' command.
375
db5960b4
AB
3762019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
377
378 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
379 -symbol-info-modules.
380
7dc42066
AB
3812019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
382
383 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
384 -symbol-info-functions, -symbol-info-types, and
385 -symbol-info-variables.
386
22138db6
TT
3872019-11-26 Tom Tromey <tom@tromey.com>
388
389 * gdb.texinfo (Maintenance Commands): Document new maint
390 commands.
391
6cc8564b
LM
3922019-11-25 Luis Machado <luis.machado@linaro.org>
393
394 * gdb.texinfo (Debugging Output): Document set debug
395 remote-packet-max-chars.
396
6b92c0d3
TV
3972019-11-14 Tom de Vries <tdevries@suse.de>
398
399 * gdb.texinfo: Fix typos.
400 * python.texi: Same.
401 * stabs.texinfo: Same.
402
45e42163
TT
4032019-11-12 Tom Tromey <tom@tromey.com>
404
405 * gdb.texinfo (Maintenance Commands): Document new command.
406
c86d74cc
TT
4072019-11-11 Tom Tromey <tom@tromey.com>
408
409 * gdb.texinfo (TUI Keys): Document readline function names.
410
c71acd15
TT
4112019-11-11 Tom Tromey <tom@tromey.com>
412
413 * gdb.texinfo (Editing): Document operate-and-get-next.
414
fb092e09
TT
4152019-11-11 Tom Tromey <tromey@adacore.com>
416
417 * gdb.texinfo (Host I/O Packets): Fix typo in "vFile:pwrite".
418
086baaf1
AB
4192019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
420
421 * python.texi (Symbols In Python): Add documentation for
422 gdb.lookup_static_symbols.
423
09ff83af
AB
4242019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
425
426 * python.texi (Symbols In Python): Extend documentation for
427 gdb.lookup_static_symbol.
428
165f8965
AB
4292019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
430
431 * gdb.texinfo (Symbols): Document new 'info module variables' and
432 'info module functions' commands.
433
59c35742
AB
4342019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
435
436 * gdb.texinfo (Symbols): Document new 'info modules' command.
437
aed61d02
PW
4382019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
439
440 * gdb.texinfo (Convenience Funs): Document the new
441 $_gdb_setting_str, $_gdb_maint_setting and $_gdb_maint_setting_str
442 convenience functions.
443
ed2a2229
CB
4442019-10-29 Christian Biesinger <cbiesinger@google.com>
445
446 * Makefile.in: Also set SYSTEM_GDBINIT_DIR for the info manual
447 generation.
448 * gdb.texinfo (many sections): Document new --with-system-gdbinit-dir
449 option.
450
6999161a
TT
4512019-10-23 Tom Tromey <tom@tromey.com>
452
453 * Makefile.in (READLINE_DIR): Update.
454
14796d29
CB
4552019-10-23 Christian Biesinger <cbiesinger@google.com>
456
457 * python.texi (Threads In Python): Add a note for how to get the
458 list of threads.
459
760f7560
TV
4602019-10-07 Tom de Vries <tdevries@suse.de>
461
462 * gdb.texinfo: Fix typo.
463 * guile.texi: Same.
464 * python.texi: Same.
465
0a4b0913
AB
4662019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
467
468 * doc/gdb.texinfo (Fortran Operators): Describe scope operator.
469
37f6a7f4
TT
4702019-10-02 Tom Tromey <tromey@adacore.com>
471
472 * gdb.texinfo (Set Catchpoints, Convenience Vars): Document
473 $_ada_exception.
474
abf516c6
UW
4752019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
476
477 * doc/gdb.texinfo (Remote Configuration): Remove documentation for
478 qXfer:spu:read and qXfer:spu:write.
479 (General Query Packets): Likewise.
480 (Cell Broadband Engine SPU architecture): Remove subsection.
481
11061048
TT
4822019-09-18 Tom Tromey <tom@tromey.com>
483
484 * gdb.texinfo (Editing): Document readline application name.
485 (TUI Single Key Mode): Document TUI SingleKey keymap name.
486
f1b620e9
MG
4872019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
488
489 * gdb.texinfo (Source Path): Additional text to better describe
490 how the source path directory list is used when searching for
491 source files.
492
4993045d
PW
4932019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
494
495 * gdb.texinfo (Ada Tasks): Tell the task name is printed, update
496 examples.
497
2d601616
TT
4982019-09-10 Tom Tromey <tromey@adacore.com>
499
500 * gdb.texinfo (Index Files): Update Ada text.
501
4acfdd20
AB
5022019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
503
504 * gdb.texinfo (Symbols): Add information about the -n flag to
505 "info variables" and "info functions".
506
e3ec872f
YS
5072019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
508
509 * gdb.texinfo (Standard Target Features): Add RX Features sub-section.
510
aa7ca1bb
AH
5112019-08-16 Alan Hayward <alan.hayward@arm.com>
512
513 * gdb.texinfo (AArch64 Pointer Authentication)
514 (GDB/MI Breakpoint Information) (Frame Information): Document
515 addr_field.
516
86c6b807
TT
5172019-08-12 Tom Tromey <tom@tromey.com>
518
519 * gdb.texinfo (Configure Options): Document minimum version of
520 readline.
521
1ba7cdcd
AH
5222019-08-09 Alan Hayward <alan.hayward@arm.com>
523
524 * gdb.texinfo (AArch64 Pointer Authentication): Fix typo.
525
3d31bc39
AH
5262019-08-07 Alan Hayward <alan.hayward@arm.com>
527
528 * gdb.texinfo (AArch64 Pointer Authentication): New subsection.
529
0b27c27d
CB
5302019-08-05 Christian Biesinger <cbiesinger@google.com>
531
532 * python.texi (Blocks In Python): Document dictionary access on blocks.
533
ae60f04e
PW
5342019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
535
536 * gdb.texinfo (Symbols): Document new args -dirname and -basename
537 of "info sources" command.
538
2906593f
CB
5392019-07-30 Christian Biesinger <cbiesinger@google.com>
540
541 * python.texi (Symbols In Python): Document new function
542 gdb.lookup_static_symbol.
543
c620ed88
CB
5442019-07-29 Christian Biesinger <cbiesinger@google.com>
545
546 * python.texi (Objfiles In Python): Document new functions
547 Objfile.lookup_{global,static}_symbol.
548
bc4268a5
PW
5492019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
550
551 * gdb.texinfo (Backtrace): Document the new '-frame-info'
552 backtrace option. Reference 'set print frame-info'.
553 (Print Settings): Document 'set|show print frame-info'.
554 Document new 'presence' value for 'set print frame-arguments.
555
a8eab7c6
AB
5562019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
557
558 * gdb.texinfo (Symbols): Add information about -q flag to "info
559 types".
560
86ceaf98
KB
5612019-07-20 Kevin Buettner <kevinb@redhat.com>
562
563 * python.texi (python command): Revise example to match
564 command behavior.
565
cb1e4e32
PA
5662019-07-09 Pedro Alves <palves@redhat.com>
567
568 * gdb.texinfo (C++ Exception GDB/MI Catchpoint Commands): Adjust
569 examples to show type=catchpoint instead of type=breakpoint and an
570 address.
571
fdbc9870
PA
5722019-07-03 Pedro Alves <palves@redhat.com>
573 Philippe Waroquiers <philippe.waroquiers@skynet.be>
574
575 * gdb.texinfo (Command Settings): New node documenting the general
576 concept of settings, how to change them, and the new "with"
577 command.
578 (Maintenance Commands): Document "maint with".
579
c6ac8931
PA
5802019-07-03 Pedro Alves <palves@redhat.com>
581
582 * gdb.texinfo (Maintenance Commands): Document "maint set/show
583 test-settings" instead of "maint test-settings set/show".
584
4ed4690f
SM
5852019-06-18 Simon Marchi <simon.marchi@efficios.com>
586
587 * gdb.texinfo (Invoking GDB): Remove sentence about how GDB
588 deals with a file that has the same name as the specified pid to
589 attach to. Add example using -p option.
590 (gdb man): Remove same sentence as in previous item.
591
30056ea0
AB
5922019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
593
594 * gdb.texinfo (GDB/MI Catchpoint Commands): Add menu entry to new
595 node.
596 (C++ Exception GDB/MI Catchpoint Commands): New node to describe
597 new MI commands.
598
3345721a
PA
5992019-06-13 Pedro Alves <palves@redhat.com>
600
601 * gdb.texinfo (Command Completion): Mention command options too.
602 (Command Options): New node.
603 (Threads): Add anchors. Extend descriptions of the "taas" and
604 "tfaas" commands.
605 (Backtrace): Describe new options of the "backtrace" command. Add
606 anchors.
607 (Frame Apply): Describe new options of the "frame apply" and
608 "faas" commands. Add anchors.
609 (Data): Describe new options of the "print" command. Add anchors.
610 (Compiling and Injecting Code): Mention options of the "compile
611 print" command.
612 (Maintenance Commands): Mention "maint test-options" subcommands
613 and the "maint show test-options-completion-result" command.
614
2daf894e
PA
6152019-06-13 Pedro Alves <palves@redhat.com>
616
617 * gdb.texinfo (Print Settings): Document "set/show print
618 raw-frame-arguments" instead of "set/show print raw
619 frame-arguments".
620
dca0f6c0
PA
6212019-06-13 Pedro Alves <palves@redhat.com>
622
623 * gdb.texinfo (Maintenance Commands): Document "maint
624 test-settings" commands.
625
1a3da2cd
AB
6262019-06-06 Amos Bird <amosbird@gmail.com>
627
628 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-exited
629 annotation.
630
e1f2e1a2
CB
6312019-06-04 Christian Biesinger <cbiesinger@google.com>
632
d3238f7d 633 * python.texi: Document new gdb.Type.objfile property.
e1f2e1a2 634
e664d728
PW
6352019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
636
637 * gdb.texinfo (Help): Document the new -v apropos flag.
638 (Output Styling): Document the style name styling done by "show style".
639 Document the new title and highlight styles.
640
e2c52041
PW
6412019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
642
643 * gdb.texinfo (Shell Commands): Document pipe command.
644 (Logging Output): Add a reference to pipe command.
645 (Convenience Variables): Document $_shell_exitcode and
646 $_shell_exitstatus.
647
000439d5
TT
6482019-05-29 Tom Tromey <tromey@adacore.com>
649
650 * gdb.texinfo (Continuing and Stepping): Document new
651 commands.
652
b7060614
AH
6532019-05-22 Alan Hayward <alan.hayward@arm.com>
654
655 * gdb.texinfo (Shell Commands): Add debugredirect.
656
7166f90a
JV
6572019-05-22 Jan Vrany <jan.vrany@fit.cvut.cz>
658
659 * gdb.texinfo: Minor formatting fixes.
660
26648588
JV
6612019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
662
663 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document new
664 MI command -complete.
665
a0a3a1e9
TV
6662019-05-14 Tom de Vries <tdevries@suse.de>
667
668 * gdb.texinfo (Automatic symbol index cache): Add concept and command
669 index entries.
670
3c2fcaf9
TV
6712019-05-14 Tom de Vries <tdevries@suse.de>
672
673 * gdb.texinfo (Maintenance Commands): Remove superfluous
674 quoting on command index entry for "maint info selftests".
675
a97c8e56
TT
6762019-05-10 Tom Tromey <tromey@adacore.com>
677
678 * python.texi (Pretty Printing API): Mention lazy computation for
679 "children".
680
b8e07335
TT
6812019-05-10 Tom Tromey <tromey@adacore.com>
682
683 * gdb.texinfo (Set Catchpoints): Add text for parameter to "catch
684 exception" and "catch handlers". Move "catch exception unhandled"
685 text. Use @var for "catch load" and "catch unload"
686
9d3421af
TT
6872019-05-08 Tom Tromey <tromey@adacore.com>
688
689 * gdb.texinfo (Symbols): Document change to ptype/o.
690
5f2459c2
EZ
6912019-05-03 Eli Zaretskii <eliz@gnu.org>
692
693 * gdb.texinfo (Separate Debug Files): Document how the
694 subdirectory of the global debug directory is computed on
695 MS-Windows/MS-DOS.
696
2e62ab40
AB
6972019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
698
699 * gdb.texinfo (Print Settings): Document 'print max-depth'.
700 * guile.texi (Guile Pretty Printing API): Document that 'print
701 max-depth' can effect the display of a values children.
702 * python.texi (Pretty Printing API): Likewise.
703 (Values From Inferior): Document max_depth keyword.
704
136afab8
PW
7052019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
706
707 * gdb.texinfo (Calling): Document the new
708 set|show may-call-functions.
709
73f8a590
PA
7102019-04-22 Pedro Alves <palves@redhat.com>
711
712 * gdb.texinfo (Reverse Execution): Mention and xref process record
713 and replay. Mention remote and system emulators.
714 (Process Record and Replay): List supported architectures.
715 Mention that "record btrace" is only supported on Intel
716 processors.
717
aeb2e706
AH
7182019-04-17 Alan Hayward <alan.hayward@arm.com>
719
720 * gdb.texinfo (Other Command-Line Arguments for gdbserver)
721 (Monitor Commands for gdbserver)
722 (gdbserver man): Add debug-file option.
723
2b0c8b01
KB
7242019-04-08 Kevin Buettner <kevinb@redhat.com>
725
726 * python.texi (Inferiors In Python): Rename
727 Inferior.thread_from_thread_handle to Inferior.thread_from_handle.
728 Add note about the former being deprecated.
729
c369f8f0
KB
7302019-04-08 Kevin Buettner <kevinb@redhat.com>
731
732 * python.texi (Threads In Python): Add description for method
733 InferiorThread.handle.
734
48ab418e
TT
7352019-04-07 Tom Tromey <tom@tromey.com>
736
737 * Makefile.in (all): Depend on "info".
738
8bdc1658
AB
7392019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
740
741 * gdb.texinfo (Convenience Funs): Document '$_creal' and
742 '$_cimag'.
743
7734102d
EZ
7442019-03-30 Eli Zaretskii <eliz@gnu.org>
745
746 * gdb.texinfo (Convenience Vars): Document $_gdb_major and
747 $_gdb_minor.
748
9f9aa852
AB
7492019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
750
751 * python.texi (Pretty Printing API): Document use of None for the
752 display_hint.
753
6dc0ebde
AH
7542019-03-22 Alan Hayward <alan.hayward@arm.com>
755 Jiong Wang <jiong.wang@arm.com>
756
757 * gdb.texinfo (AArch64 Features): Describe pauth feature.
758
48869a5f
TT
7592019-03-20 Tom Tromey <tromey@adacore.com>
760
761 * python.texi (Selecting Pretty-Printers): Use @defvar for
762 gdb.pretty_printers.
763
5c85e20d
SM
7642019-03-14 Simon Marchi <simon.marchi@efficios.com>
765
766 * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing
767 of table, "@end @table" -> "@end table".
768
d085f989
TT
7692019-03-14 Tom Tromey <tromey@adacore.com>
770
771 * gdb.texinfo (Output Styling): Document "set style source" and
772 "show style source".
773
b4be1b06
SM
7742019-03-13 Simon Marchi <simon.marchi@ericsson.com>
775
776 * gdb.texinfo (Mode Options): Mention mi3.
777 (Interpreters): Likewise.
778 (GDB/MI Development and Front Ends): Add entry for MI 3 in
779 version table. Document -fix-multi-location-breakpoint-output.
780 (GDB/MI Breakpoint Information): Document format of breakpoint
781 location output.
782
ff6c8b35
SM
7832019-03-05 Simon Marchi <simon.marchi@efficios.com>
784
785 * python.texi (Values From Inferior): Change synopsys of the
786 second form of Value.__init__.
787
e3624a40
EZ
7882019-03-02 Eli Zaretskii <eliz@gnu.org>
789
790 * gdb.texinfo (Output Styling): Fix typos. Document the default
791 foreground colors of the available styles.
792
2c3fc25d
KB
7932019-02-27 Kevin Buettner <kevinb@redhat.com>
794
795 * gdb.texinfo (Configure Options): Document minimum python
796 version.
797
af54ade9
KB
7982019-02-26 Kevin Buettner <kevinb@redhat.com>
799
800 * python.texi (Values From Inferior): Document second form
801 of Value.__init__.
802
c97a7739
JB
8032019-02-23 Joel Brobecker <brobecker@adacore.com>
804
805 * gdb.texinfo: Update copyright year ranges.
806 * refcard.tex: Likewise.
807
7557a514
AH
8082019-02-21 Alan Hayward <alan.hayward@arm.com>
809
810 * gdb.texinfo: Update style defaults.
811
2d8b6830
TT
8122019-02-21 Tom Tromey <tromey@adacore.com>
813
814 * gdb.texinfo (Remote Configuration): Remove trailing "." from
815 @item.
816
1fea0d53
SM
8172019-01-16 Simon Marchi <simon.marchi@ericsson.com>
818
819 * gdb.texinfo (GDB/MI Development and Front Ends): Add table of
820 MI versions. Update text around it.
821
6f072a10
PFC
8222019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
823
824 * gdb.texinfo (PowerPC Features): Document the alias
825 pseudo-registers for the org.gnu.gdb.power.altivec feature.
826
041be526
SM
8272019-01-09 Simon Marchi <simon.marchi@ericsson.com>
828
829 * gdb.texinfo (Print Settings): Remove mention of specific
830 demangle-style values, just refer to the in-process help.
831
140a4bc0
TT
8322018-12-28 Tom Tromey <tom@tromey.com>
833
834 * gdb.texinfo (Output Styling): New node.
835
e9076973
JB
8362018-12-13 John Baldwin <jhb@FreeBSD.org>
837
838 * gdb.texinfo (Set Catchpoints): Add an anchor for 'catch syscall'.
839 (Native): Add a FreeBSD subsection.
840 (FreeBSD): Document use of system call aliases for compatibility
841 system calls.
842
b5ffee31
AB
8432018-11-21 Andrew Burgess <andrew.burgess@embecosm.com>
844
845 * gdb.texinfo (Standard Target Features): Add RISC-V Features
846 sub-section.
847
20813a0b
PW
8482018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
849
850 * gdb.texinfo (Examining the Symbol Table): Document language choice
851 for 'info types|functions|variables' commands.
852 (Setting Breakpoints): Document language choice to print
853 the functions in which a breakpoint is set.
854
4b905ae1
PFC
8552018-11-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
856
857 * gdb.texinfo (PowerPC Features): Document the altivec and fpu
858 requirements for the org.gnu.gdb.power.vsx feature.
859
87f7ab7b
JB
8602018-11-01 Joel Brobecker <brobecker@adacore.com>
861
862 * gdb.texinfo (Ada Tasks): Update the "info task 2" example
863 output to match the current implementation.
864
d321477b
PW
8652018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
866
867 * gdb.texinfo (Information About a Frame): Document changes
868 to 'info args' and 'info locals'.
869 (Examining the Symbol Table): Document changes to 'info functions'
870 and 'info variables'.
871
8d619c01
EBM
8722018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
873
874 * gdb.texinfo (PowerPC Features): Describe new features
875 "org.gnu.gdb.power.htm.spr", "org.gnu.gdb.power.htm.core",
876 "org.gnu.gdb.power.htm.fpu", "org.gnu.gdb.power.htm.altivec",
877 "org.gnu.gdb.power.htm.vsx", "org.gnu.gdb.power.htm.ppr",
878 "org.gnu.gdb.power.htm.dscr", "org.gnu.gdb.power.htm.tar".
879
232bfb86
EBM
8802018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
881
882 * gdb.texinfo (PowerPC Features): Describe new features
883 "org.gnu.gdb.power.ebb" and "org.gnu.gdb.power.linux.pmu".
884
f2cf6173
EBM
8852018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
886
887 * gdb.texinfo (PowerPC Features): Describe new feature
888 "org.gnu.gdb.power.tar".
889
7ca18ed6
EBM
8902018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
891
892 * gdb.texinfo (PowerPC Features): Describe new features
893 "org.gnu.gdb.power.ppr" and "org.gnu.gdb.power.dscr".
894
d6677607
TT
8952018-10-20 Tom Tromey <tom@tromey.com>
896
897 * gdb.texinfo (TUI Commands): Add @end table.
898 (TUI Configuration): Remove stray @end table.
899
7806cea7
TT
9002018-10-19 Tom Tromey <tom@tromey.com>
901
902 PR tui/18388:
903 * gdb.texinfo (TUI Commands): Remove tabset documentation.
904 (TUI Configuration): Document "set tui tab-width".
905
163cffef
TT
9062018-10-09 Tom Tromey <tom@tromey.com>
907
908 * python.texi (Inferiors In Python): Link to "Frames In Python",
909 not "Unwinding Frames in Python".
910
eff98030
TT
9112018-10-09 Tom Tromey <tom@tromey.com>
912
913 * gdb.texinfo (Configure Options): Update --enable-ubsan
914 documentation.
915
74792ff7
JB
9162018-10-08 John Baldwin <jhb@FreeBSD.org>
917
918 * gdb.texinfo (Contributors): Add SRI International and University
919 of Cambridge for FreeBSD/riscv.
920
add5ded5
TT
9212018-10-06 Tom Tromey <tom@tromey.com>
922
923 PR python/19399:
924 * python.texi (Inferiors In Python): Document
925 Inferior.Architecture.
926
51e78fc5
TT
9272018-10-06 Tom Tromey <tom@tromey.com>
928
929 PR python/21765:
930 * python.texi (Symbols In Python): Document the module and
931 common-block domains. Remove documentation for incorrect
932 domains.
933
f35d5ade
TT
9342018-10-03 Tom Tromey <tom@tromey.com>
935
936 * gdb.texinfo (Configure Options): Document --enable-ubsan.
937
c1168a2f
JD
9382018-10-02 John Darrington <john@darrington.wattle.id.au>
939
940 * gdb.texinfo (Remote Connection Commands): Describe
941 the changes to target remote and target extended-remote
942 relating to Unix domain sockets.
943
a95746f9
TT
9442018-10-01 Tom Tromey <tom@tromey.com>
945
946 * gdb.texinfo (Configure Options): Document configure options.
947
7f0bd420
TT
9482018-09-29 Tom Tromey <tom@tromey.com>
949
950 * gdb.texinfo (Requirements): Mention C++, GNU make.
951 (Requirements): Sort the table. Add more libraries.
952 (Running Configure): Remove obsolete text.
953 (Separate Objdir): Likewise.
954 (Configure Options): Likewise.
955
f67ffa6a
AB
9562018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
957
958 * gdb.texinfo (Frames): Rewrite the description of 'frame number'
959 to highlight that the number is also the frame's level.
960 (Selection): Rewrite documentation for 'frame' and 'select-frame'
961 commands.
962 (Frame Info): Rewrite documentation for 'info frame' command.
963
ae778caf
TT
9642018-09-23 Tom Tromey <tom@tromey.com>
965
966 PR python/18852:
967 * python.texi (Parameters In Python): Document exception behavior
968 of get_set_string.
969
73f1bd76
JB
9702018-09-18 John Baldwin <jhb@FreeBSD.org>
971
972 * gdb.texinfo (info proc): Remove "running".
973 (info proc mappings): Replace "program" with "process".
974
8b113111
JB
9752018-09-18 John Baldwin <jhb@FreeBSD.org>
976
977 * gdb.texinfo (Process Information): Document "info proc files"
978 command.
979
e6cd1dc1
TT
9802018-09-17 Tom Tromey <tom@tromey.com>
981
982 * gdb.texinfo (Index Files): Update for cache directory change on
983 macOS.
984
8743a9cd
TT
9852018-09-16 Tom Tromey <tom@tromey.com>
986
987 * python.texi (Basic Python): Update docs for find_pc_line,
988 solib_name.
989 (Progspaces In Python): Update docs for current_progspace.
990 Document block_for_pc, find_pc_line, is_valid, nsolib_name.
991 Move method documentation before example.
992
74d3fbbb
SM
9932018-09-13 Simon Marchi <simon.marchi@ericsson.com>
994
995 * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
996
0ae1a321
SM
9972018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9982018-09-13 Tom Tromey <tom@tromey.com>
999
1000 * python.texi (Program Spaces In Python): Document the
1001 Progspace.objfiles method.
1002 (Objfiles In Python): Mention that gdb.objfiles() is identical
1003 to gdb.selected_inferior().progspace.objfiles().
1004
a40bf0c2
SM
10052018-09-13 Simon Marchi <simon.marchi@ericsson.com>
10062018-09-13 Tom Tromey <tom@tromey.com>
1007
1008 * python.texi (Inferiors In Python): Document
1009 Inferior.progspace.
1010 (Program Spaces In Python): Document that
1011 gdb.current_progspace() is the same as
1012 gdb.selected_inferior().progspace.
1013
1256af7d
SM
10142018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1015
1016 * python.texi (Basic Python): Mention the string representation
1017 of GDB Python objects.
1018
3e68067f
SM
10192018-09-12 Simon Marchi <simon.marchi@ericsson.com>
1020
1021 * gdb.texinfo (Skipping Over Functions and Files): Document
1022 set/show debug skip.
1023
849cba3b
TT
10242018-09-10 Tom Tromey <tom@tromey.com>
1025
1026 * python.texi (Frames In Python, Blocks In Python)
1027 (Symbols In Python, Symbol Tables In Python)
1028 (Lazy Strings In Python): Remove periods from section titles.
1029
27a9fec6
TT
10302018-09-10 Tom Tromey <tom@tromey.com>
1031
1032 * python.texi (Pretty Printing API): Swap sentence order.
1033
9da10427
TT
10342018-09-10 Tom Tromey <tom@tromey.com>
1035
1036 PR python/16461:
1037 * python.texi (Values From Inferior): Mention use of virtual
1038 table.
1039
0d2a5839
TT
10402018-09-10 Tom Tromey <tom@tromey.com>
1041
1042 * python.texi (Basic Python): Parenthesize argument to
1043 decode_line.
1044
05c6bdc1
TT
10452018-09-10 Tom Tromey <tom@tromey.com>
1046
1047 * python.texi (Python): Mention Python versions. Don't mention
1048 execfile.
1049
e7b5068c
TT
10502018-09-10 Tom Tromey <tom@tromey.com>
1051
1052 PR python/19808:
1053 * python.texi (Unwinding Frames in Python): Rewrite
1054 create_unwind_info documentation. Update read_register
1055 documentation and add a note about unwinder caution.
1056
fb5af5e3
TT
10572018-09-10 Tom Tromey <tom@tromey.com>
1058
1059 PR python/18909:
1060 * python.texi (Events In Python): Fix inferior_call
1061 documentation.
1062
521b499b
TT
10632018-09-10 Tom Tromey <tom@tromey.com>
1064
1065 PR python/17752:
1066 * python.texi (Frame Filter API): Remove period from subsection
1067 title. Mention 100 as good default priority.
1068 (Frame Decorator API): Remove period from subsection title.
1069 Mention FrameDecorator module.
1070
4a5a194a
TT
10712018-09-10 Tom Tromey <tom@tromey.com>
1072
1073 PR python/23108:
1074 * python.texi (Exception Handling): Rearrange gdb.GdbError text
1075 and add a table.
1076
f5a476a7
TT
10772018-09-10 Tom Tromey <tom@tromey.com>
1078
1079 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
1080 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
1081 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
1082 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
1083
60c0454d
TT
10842018-09-10 Tom Tromey <tom@tromey.com>
1085
1086 PR python/16484:
1087 * python.texi (Frames In Python): Document that Frame.block can
1088 throw.
1089
088a96da
TT
10902018-09-10 Tom Tromey <tom@tromey.com>
1091
1092 PR python/23487:
1093 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
1094
22eb9e92
TT
10952018-09-10 Tom Tromey <tom@tromey.com>
1096
1097 PR python/16033:
1098 * python.texi (Blocks In Python): Document that Block.end is
1099 exclusive.
1100
078a0207
KS
11012018-08-29 Keith Seitz <keiths@redhat.com>
1102
1103 * gdb.texinfo (Compiling and injecting code in GDB): Document
1104 set/show "compile-oracle" and "compile-cplus-types" commands.
1105
6d52907e
JV
11062018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
1107
1108 * gdb.texinfo (The -stack-list-frames Command): Update description
1109 to mention "arch".
1110 Update MI examples throughout the document to contain "arch" in
1111 frame output.
1112
1461bdac
AH
11132018-08-21 Alan Hayward <alan.hayward@arm.com>
1114
1115 * gdb.texinfo (AArch64 SVE): New subsubsection.
1116
26fb3983
JV
11172018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
1118
1119 * gdb.texinfo (GDB/MI Data Manipulation): Document
1120 "-data-disassemble -a addr".
1121 (GDB/MI Support Commands): Document "data-disassemble-a-option"
1122 feature.
1123
7d11235d
SM
11242018-08-07 Simon Marchi <simon.marchi@ericsson.com>
1125
1126 * gdb.texinfo (Index Files Speed Up GDB): Add section about
1127 symbol index cache.
1128
129eb0f1
SDJ
11292018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
1130
1131 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
1132 option sections to further clarify that gcore can take more
1133 than one PID, and that "-o" is used to specify a prefix, not a
1134 filename.
1135
3c3bb058
AB
11362018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
1137
1138 * gdb.texinfo (Maintenance Commands): Add description of
1139 maintenance command to control dwarf unwinders.
1140
0a232300
PW
11412018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1142
1143 * gdb.texinfo (Debugging Programs with Multiple Threads):
1144 Document changes to 'thread apply'. Document 'taas'.
1145 Document 'tfaas'.
1146 (Examining the Stack): Document 'frame apply'. Document 'faas'.
1147
c7ab0aef
SDJ
11482018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1149 Jan Kratochvil <jan.kratochvil@redhat.com>
1150 Paul Fertser <fercerpav@gmail.com>
1151 Tsutomu Seki <sekiriki@gmail.com>
1152
1153 * gdb.texinfo (Remote Connection Commands): Add explanation
1154 about new IPv6 support. Add new connection prefixes.
1155
055303e2
AB
11562018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1157
1158 * gdb.texinfo (Remote Configuration): Update descriptions for
1159 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
1160 and hardware-watchpoint-length-limit variables.
1161
471b9d15
MR
11622018-07-02 Maciej W. Rozycki <macro@mips.com>
1163
1164 PR tdep/8282
1165 * gdb.texinfo (Source and Machine Code): Document `set
1166 disassembler-options' support for the MIPS target.
1167
291f9a96
PT
11682018-06-28 Petr Tesarik <ptesarik@suse.cz>
1169
1170 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
1171
ed6dfe51
PT
11722018-06-28 Petr Tesarik <ptesarik@suse.cz>
1173
1174 * gdb.texinfo (Files): The address argument for "add-symbol-file"
1175 is no longer mandatory.
1176
d4d429d5
PT
11772018-06-28 Petr Tesarik <ptesarik@suse.cz>
1178
1179 * gdb.texinfo (Files): Document "symbol-file -o offset".
1180
0dbfed25
TV
11812018-06-14 Tom de Vries <tdevries@suse.de>
1182
1183 * gdb.texinfo (Background Execution): Add @cindex for '&'.
1184
41fc26a2
EZ
11852018-06-11 Eli Zaretskii <eliz@gnu.org>
1186
1187 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
1188
5045b3d7
GB
11892018-06-08 Gary Benson <gbenson@redhat.com>
1190
1191 * gdb.texinfo (Maintenance Commands): Document "maint check
1192 libthread-db" and "maint set/show check-libthread-db".
1193
eb6af809
TT
11942018-06-05 Tom Tromey <tom@tromey.com>
1195
1196 PR cli/12326:
1197 * gdb.texinfo (Screen Size): Document "c" response to pagination
1198 prompt.
1199
4b2dfa9d
MR
12002018-05-31 Maciej W. Rozycki <macro@mips.com>
1201
1202 * gdb.texinfo (Choosing Target Byte Order): Document endianness
1203 selection details with the `set endian auto' mode.
1204
701adfb0
PA
12052018-05-31 Alan Hayward <alan.hayward@arm.com>
1206
1207 * gdb.texinfo: Describe SVE feature.
1208
a913fffb
TT
12092018-05-04 Tom Tromey <tom@tromey.com>
1210
1211 PR python/22731:
1212 * python.texi (Breakpoints In Python): Mention that "commands" is
1213 writable.
1214
0489430a
TT
12152018-05-02 Tom Tromey <tom@tromey.com>
1216
1217 PR python/20084:
1218 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
1219 PARAM_ZUINTEGER_UNLIMITED.
1220
6d7bb824
TT
12212018-04-30 Tom Tromey <tom@tromey.com>
1222
1223 * python.texi (Types In Python): Document Type.align.
1224
b744723f
AA
12252018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1226
1227 * gdb.texinfo (Symbols): Mention the fact that "info
1228 variables/functions/types" show source files and line numbers.
1229
4a4495d6
MM
12302018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1231
1232 * gdb.texinfo: Document set/show record btrace cpu.
1233
3fcded8f
JB
12342018-03-27 Joel Brobecker <brobecker@adacore.com>
1235
1236 * gdb.texinfo (Ada Settings): New subsubsection.
1237
978d6c75
TT
12382018-03-26 Tom Tromey <tom@tromey.com>
1239
1240 PR backtrace/15582:
1241 * gdb.texinfo (Backtrace): Mention "hide" argument.
1242
ea3b0687
TT
12432018-03-26 Tom Tromey <tom@tromey.com>
1244
1245 * gdb.texinfo (Backtrace): Describe options individually.
1246
76727919
TT
12472018-03-19 Tom Tromey <tom@tromey.com>
1248
1249 * observer.texi: Remove.
1250
386a8676
JB
12512018-03-04 John Baldwin <jhb@FreeBSD.org>
1252
1253 * gdb.texinfo (Debugging Output): Document "set/show debug
1254 fbsd-nat".
1255
db1ae9c5
AB
12562018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
1257
1258 * gdb.texinfo (Machine Code): Additional information about "info
1259 line" command.
1260
d726cb5d
SN
12612018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1262
1263 * gdb.texinfo (gdb-add-index man): Add pindex.
1264
dbfa4523
SN
12652018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1266
1267 * gdb.texinfo (set cwd): Add period.
1268 (gdb-add-index man): Move anchor.
1269
ba643918
SDJ
12702017-01-12 Tom Tromey <tom@tromey.com>
1271 Sergio Durigan Junior <sergiodj@redhat.com>
1272
1273 * gdb.texinfo (Index Files): Mention gdb-add-index.
1274 (gdb-add-index man): New section.
1275 * Makefile.in (gdb-add-index.1): New rule to generate manpage
1276 from gdb.texinfo.
1277
754452f0
SN
12782018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
1279
1280 * gdb.texinfo (pwd): Fix whitespace.
1281
2d97a5d9
JB
12822018-01-09 John Baldwin <jhb@FreeBSD.org>
1283
1284 * gdb.texinfo (pwd): Update cross-reference for Process Information
1285 node and remove explicit /proc reference.
1286 (Native): Rename subsection from SVR4 Process Information to
1287 Process Information.
1288 (Process Information): Reword introduction to be less /proc
1289 centric. Document support for "info proc" on FreeBSD.
1290
9f757bf7
XR
12912018-01-03 Xavier Roirand <roirand@adacore.com>
1292
1293 * gdb.texinfo (Set Catchpoints): Add documentation for new
1294 "catch handlers" action.
1295
cef0f868
SH
12962017-12-27 Stafford Horne <shorne@gmail.com>
1297
1298 * gdb.texinfo (Target Description Format): Explain that arbitrary
1299 strings are now allowed for register groups.
1300
b67d92b0
SH
13012017-12-27 Stafford Horne <shorne@gmail.com>
1302
1303 * gdb.texinfo (Registers): Document info reg $reggroup feature.
1304
7c161838
SDJ
13052017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1306
1307 PR cli/16224
1308 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
1309
b89641ba
SM
13102017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1311
1312 * python.texi (Manipulating breakpoints using Python): Document
1313 qualified parameter to gdb.Breakpoint.
1314
0b982d68
SM
13152017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1316
1317 * python.texi (Manipulating breakpoints using Python): Split doc
1318 of Breakpoint.__init__ in two, split text in multiple
1319 paragraphs, don't nest parameter square brackets.
1320
a994fec4
FJ
13212017-12-12 Stafford Horne <shorne@gmail.com>
1322 Stefan Wallentowitz <stefan@wallentowitz.de>
1323 Franck Jullien <franck.jullien@gmail.com>
1324 Jeremy Bennett <jeremy.bennett@embecosm.com>
1325
1326 * gdb.texinfo: Add OpenRISC documentation.
1327
437afbb8
JK
13282017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1329
1330 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
1331
883fd55a
KS
13322017-12-07 Keith Seitz <keiths@redhat.com>
1333
1334 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
1335 and "show print type nested-type-limit".
1336
824cc835
PM
13372017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1338
1339 * python.texi (Breakpoints In Python): Add text relating
1340 to allowed explicit locations and keywords in gdb.Breakpoints.
1341
7403715e
TT
13422017-12-04 Tom Tromey <tom@tromey.com>
1343
1344 * gdb.texinfo (Rust): Update trait object status
1345
97cbe998
SDJ
13462017-12-01 Andrew Cagney <cagney@redhat.com>
1347 Joel Brobecker <brobecker@adacore.com>
1348 Sergio Durigan Junior <sergiodj@redhat.com>
1349
1350 * gdb.texinfo (File Options): Document --readnever.
1351 (Commands to Specify Files): Likewise, for 'symbol-file' and
1352 'add-symbol-file'.
1353
bd69330d
PA
13542017-11-29 Pedro Alves <palves@redhat.com>
1355
1356 PR c++/19436
1357 * gdb.texinfo (Debugging C Plus Plus): Document setting
1358 breakpoints in functions with ABI tags.
1359
a20714ff
PA
13602017-11-29 Pedro Alves <palves@redhat.com>
1361
1362 * gdb.texinfo (Linespec Locations): Document how "function" is
1363 interpreted in C++ and Ada. Document "-qualified".
1364 (Explicit Locations): Document how "-function" is interpreted in
1365 C++ and Ada. Document "-qualified".
1366
ee9a09e9
DC
13672017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
1368
1369 PR gdb/21945
1370 * gdb.texinfo (Search Memory): Update description and example
1371 about how to search a string without NULL terminator.
1372
e547c119
JB
13732017-11-24 Joel Brobecker <brobecker@adacore.com>
1374
1375 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1376 new "exception-message" field.
1377
5f1ca24a
SM
13782017-11-24 Simon Marchi <simon.marchi@ericsson.com>
1379
1380 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
1381
d044bac8
PA
13822017-11-24 Pedro Alves <palves@redhat.com>
1383
1384 * gdb.texinfo (Completion): Update need-quoting examples. Remove
1385 false claim that GDB inserts quoting automatically.
1386 (Symbols): Add anchor.
1387
2400729e
UW
13882017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1389
1390 * gdb.texinfo (Requirements): Document use of GNU MPFR.
1391
d8ae99a7
PM
13922017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1393
1394 * python.texi (Basic Python): Add rbreak documentation.
1395
d0fe4701
XR
13962017-11-07 Xavier Roirand <roirand@adacore.com>
1397 Pedro Alves <palves@redhat.com>
1398
1399 * gdb.texinfo (Set Breaks): Document support for breakpoint
1400 location ranges in the enable/disable commands.
1401
bc3b087d
SDJ
14022017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1403
1404 * gdb.texinfo (Starting your Program) <The working directory.>:
1405 Mention remote debugging.
1406 (Working Directory) <Your Program's Working Directory>:
1407 Likewise.
1408 (Connecting) <Remote Packet>: Add "set-working-dir"
1409 and "QSetWorkingDir" to the table.
1410 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
1411 packet.
1412
d092c5a2
SDJ
14132017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1414
1415 * gdb.texinfo (Starting your Program) <The working directory.>:
1416 Mention new "set cwd" command.
1417 (Working Directory) <Your Program's Working Directory>:
1418 Rephrase to explain that "set cwd" exists and is the default
1419 way to change the inferior's cwd.
1420
289e23aa
AA
14212017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1422
1423 * gdb.texinfo (S/390 and System z Features): Document the new
1424 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
1425
f2ff95c5
KB
14262017-09-21 Kevin Buettner <kevinb@redhat.com>
1427
1428 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
1429 attribute.
1430
da2c323b
KB
14312017-09-21 Kevin Buettner <kevinb@redhat.com>
1432
1433 * python.texi (Inferiors In Python): Add description for method
1434 Inferior.thread_from_thread_handle.
1435
4e5a4f58
JB
14362017-09-19 John Baldwin <jhb@FreeBSD.org>
1437
1438 * gdb.texinfo (Starting your Program): Add description of
1439 starti command. Mention starti command as an alternative for
1440 debugging the elaboration phase.
1441
1526853e
SM
14422017-09-16 Simon Marchi <simon.marchi@ericsson.com>
1443
1444 * gdb.texinfo (Maintenance Commands): Document filter parameter
1445 of "maint selftest". Document "maint info selftests" command.
1446
7c96f8c1
TT
14472017-09-11 Tom Tromey <tom@tromey.com>
1448
1449 * python.texi (Events In Python): Document new events.
1450
d69cf9b2
PA
14512017-09-04 Pedro Alves <palves@redhat.com>
1452
1453 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
1454 no-debug-info variables.
1455 (Symbols) <Examining the Symbol Table>: Document inspecting
1456 no-debug-info types.
1457 (Calling) <Calling functions with no debug info>: New subsection,
1458 documenting calling no-debug-info functions.
1459 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
1460
0a2dde4a
SDJ
14612017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
1462
1463 * gdb.texinfo (set environment): Add @anchor. Explain that
1464 environment variables set by the user are sent to GDBserver.
1465 (unset environment): Likewise, but for unsetting variables.
1466 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
1467 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
1468 "environment-reset" and "QEnvironmentReset" to the table.
1469 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
1470 QEnvironmentReset>: New item, explaining the packet.
1471
6e41ddec
JK
14722017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1473
1474 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
1475 "Compiler search for the compile command" descriptions of set
1476 compile-gcc and show compile-gcc.
1477
58afddc6
WP
14782017-08-07 Weimin Pan <weimin.pan@oracle.com>
1479
1480 * gdb.texinfo (Architectures): Add new Sparc64 section to document
1481 ADI support.
1482 * NEWS: Add "adi examine" and "adi assign" commands.
1483
6d580b63
YQ
14842017-08-18 Yao Qi <yao.qi@linaro.org>
1485
1486 * gdb.texinfo (Server): Document "--selftest".
1487
a5afdb16
RK
14882017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
1489
1490 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
1491 Single-Key mode.
1492
ca145713
SDJ
14932017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1494
1495 PR gdb/21925
1496 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
1497 set...").
1498
0968fbae
SM
14992017-08-09 Simon Marchi <simon.marchi@ericsson.com>
1500
1501 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
1502 conditional expression.
1503
791fb3d7
SM
15042017-07-31 Simon Marchi <simon.marchi@ericsson.com>
1505
1506 * agentexpr.texi (rot): Fix symbolic description, improve
1507 textual description.
1508
27d41eac
YQ
15092017-07-26 Yao Qi <yao.qi@linaro.org>
1510
1511 * gdb.texinfo (Maintenance Commands): Document command
1512 "maint check xml-descriptions".
1513
8e2141c6
YQ
15142017-07-26 Yao Qi <yao.qi@linaro.org>
1515
1516 * gdb.texinfo (Maintenance Commands): Document optional
1517 argument of "maint print c-tdesc".
1518
c646b4e8
YQ
15192017-07-18 Yao Qi <yao.qi@linaro.org>
1520
1521 * gdb.texinfo (Maintenance Commands): Improve the doc to
1522 command "maint print c-tdesc".
1523
eb83230b
SDJ
15242017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
1525
1526 PR gdb/21606
1527 * python.texi (Python representation of Symbols.): Replace
1528 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
1529 * guile.texi (Guile representation of Symbols.): Likewise.
1530
c4dcb155
SM
15312017-06-11 Simon Marchi <simon.marchi@ericsson.com>
1532
1533 * gdb.texinfo (Optional Messages about Internal Happenings):
1534 Document {set,show} debug separate-debug-file commands.
1535
aefd8b33
SDJ
15362017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1537
1538 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
1539 (Connecting) <Remote Packet>: Add "startup-with-shell"
1540 and "QStartupWithShell" to the table.
1541 (Remote Protocol) <QStartupWithShell>: New item, explaining the
1542 packet.
1543
176efed1
AB
15442017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1545
1546 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
1547
d050f7d7
TW
15482017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1549
1550 * python.texi (Recording in Python): Factor out the documentation of
1551 gdb.RecordInstruction's super class.
1552
14f819c8
TW
15532017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1554
1555 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
1556 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
1557 prev and next.
1558
0ed5da75
TW
15592017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1560
1561 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
1562 gdb.RecordInstruction
1563
913aeadd
TW
15642017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1565
1566 * python.texi (Recording in Python): Add documentation for
1567 gdb.RecordGap and remove documentation of special cases for
1568 gdb.BtraceInstruction.
1569
a3be24ad
TW
15702017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1571
1572 * python.texi (Recording in Python): Remove Record.ptid defvar.
1573
ebe553db
SM
15742017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1575
1576 * gdb.texinfo (GDB/MI Thread Information): Add missing
1577 fields, re-word some things.
1578 (GDB/MI Thread Commands): Describe fields found in the output of
1579 -thread-info, remove description of fields in the
1580 thread output tuple, replace with a cross-reference to "GDB/MI
1581 Thread Information".
1582
9be21bb4
SM
15832017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1584
1585 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
1586 from -thread-info output.
1587
fe5f7374
AK
15882017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1589
1590 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
1591
eea78757
AK
15922017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1593
1594 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
1595
79778b30
YQ
15962017-03-22 Yao Qi <yao.qi@linaro.org>
1597
1598 * python.texi (Inferiors In Python): Remove @code from Python.
1599
cee59b3f
TW
16002017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
1601
1602 * python.texi (Recordings In Python): Document return type of
1603 gdb.BtraceInstruction.data.
1604
51457a05
MAL
16052017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1606
1607 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
1608 command file-list-shared-libraries
1609 (GDB/MI Async Records): Update documentation of library-loaded with new
1610 field.
1611
701adfb0
PA
16122017-03-20 Artemiy Volkov <artemiyv@acm.org>
1613
1614 PR gdb/14441
1615 * doc/gdb.texinfo (C Plus Plus Expressions): Mention that GDB
1616 supports both lvalue and rvalue references.
1617
16182017-03-20 Artemiy Volkov <artemiyv@acm.org>
1619
1620 PR gdb/14441
1621 * python.texi (Types in Python): Add TYPE_CODE_RVALUE_REF to
1622 table of constants.
1623
f8d99587
DE
16242017-03-16 Doug Evans <dje@google.com>
1625
1626 * guile.texi (Lazy Strings In Guile): Mention arrays.
1627 * python.texi (Lazy Strings In Python): Ditto.
1628
5cf70512
JW
16292017-03-08 Jiong Wang <jiong.wang@arm.com>
1630
1631 * gdb.texinfo (Memory Protection Extensions): Add missing escape
1632 character "@".
1633
4a612d6f
WT
16342017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
1635
1636 * Memory Protection Extensions: Add information about inferior
1637 calls.
1638
701adfb0
PA
16392017-02-28 Peter Bergner <bergner@vnet.ibm.com>
1640
1641 * gdb.texinfo: Document new set/show disassembler-options
1642 commands.
1643
216f72a1
JK
16442017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1645
1646 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
1647 DW_TAG_GNU_* and DW_AT_GNU_*.
1648
4e746bb6
TW
16492017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
1650
1651 * python.texi (Recordings In Python): New section.
1652
3f77c769
TT
16532017-02-14 Tom Tromey <tom@tromey.com>
1654
1655 PR python/13598:
1656 * python.texi (Events In Python): Document events.before_prompt.
1657
5cf30ebf
LM
16582017-02-13 Luis Machado <lgustavo@codesourcery.com>
1659
1660 * gdb.texinfo (Target Commands): Document the optional offset
1661 argument for the load command.
1662
18da0c51
MG
16632017-02-10 Martin Galvan <martingalvan@sourceware.org>
1664
1665 PR gdb/21122
1666 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
1667 space-separated breakpoint lists. Also add a missing @table command
1668 and @cindex for breakpoint lists.
1669
3f7b46f2
IR
16702017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
1671
1672 PR tdep/20936
1673 * gdb.texinfo: (Standard Target Features): Document SPARC features.
1674 (Sparc Features): New node.
1675
2735833d
WT
16762017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1677
1678 * gdb.texinfo (i386 Features): Add system segment registers
1679 as feature.
1680
373832b6
SM
16812017-01-24 Simon Marchi <simon.marchi@ericsson.com>
1682
1683 * python.texi (Events In Python): Fix typo.
1684
78cbbba8
LM
16852017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
1686 Luis Machado <lgustavo@codesourcery.com>
1687
1688 * gdb.texinfo (-target-flash-erase): New MI command description.
1689 (flash-erase): New CLI command description.
1690
387360da
JB
16912017-01-04 John Baldwin <jhb@FreeBSD.org>
1692
1693 * gdb.texinfo (Contributors): Add SRI International and University
1694 of Cambridge for FreeBSD/mips.
1695
34c41c68
DE
16962016-12-22 Doug Evans <xdje42@gmail.com>
1697
1698 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
1699 commands.
1700
df3ee9ca
PA
17012016-12-02 Pedro Alves <palves@redhat.com>
1702
1703 * gdb.texinfo (User-defined Commands): Limit on number of
1704 arguments passed to user-defined commands removed; update.
1705
01770bbd
PA
17062016-12-02 Pedro Alves <palves@redhat.com>
1707
1708 PR cli/20559
1709 * gdb.texinfo (Define): Add example of using "eval" to process a
1710 variable number of arguments.
1711 (Output) <eval>: Add anchor.
1712
ad02e4fe
SM
17132016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
1714
1715 * Makefile.in: Likewise.
1716
8504e097
AA
17172016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1718
1719 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
1720 xref.
1721
39402e6c
PA
17222016-10-29 Pedro Alves <palves@redhat.com>
1723
1724 * gdb.texinfo (Packets) <vCont>: Remove mention of default
1725 actions.
1726
ca6eff59
PA
17272016-10-26 Pedro Alves <palves@redhat.com>
1728
1729 * gdb.texinfo (Packets): Clarify vCont packets with multiple
1730 actions that match a thread, and what happens when an action
1731 matches a thread that is already running.
1732
be06ba8c
SM
17332016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1734
1735 * gdb.texinfo (Using Trace Files): Fix typo.
1736 (GDB/MI Tracepoint Commands): Likewise.
1737
99e61eda
SM
17382016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1739
1740 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
1741 of -trace-save.
1742
9c37b5ae
TT
17432016-10-06 Tom Tromey <tom@tromey.com>
1744
1745 * guile.texi (Types In Guile): Remove Java mentions.
1746 * python.texi (Types In Python): Remove Java mentions.
1747 * gdb.texinfo (Address Locations, Supported Languages)
1748 (Index Section Format): Remove Java mentions.
1749
ee8da4b8
DE
17502016-08-15 Doug Evans <dje@google.com>
1751
1752 * gdb.texinfo (Target Description Format): Update docs on "end"
1753 field spec and field default type.
1754
4034d0ff
AT
17552016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
17562016-10-03 Simon Marchi <simon.marchi@ericsson.com>
1757
1758 PR gdb/20487
1759 * gdb.texinfo (Context management): Update mention of frame
1760 change notifications.
1761 (gdb/mi Async Records): Document frame field in
1762 =thread-select event.
1763 * observer.texi (GDB Observers): New user_selected_context_changed
1764 observer.
1765
4435e1cc
TT
17662016-09-28 Tom Tromey <tom@tromey.com>
1767
1768 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
1769 than "memory breakpoint". Further document "kind". Move
1770 protocol-details link earlier.
1771 <z1>: Document the cmd_list argument. Fix typo.
1772 <g>: Remove incorrect sentence.
1773 (Stop Reply Packets): Document "OK" response to requests when in
1774 non-stop mode.
1775 <swbreak>: Use "software breakpoint" rather than "memory
1776 breakpoint".
1777 <create>: Document that "R" is ignored.
1778 <W, X, w>: Document formatting of "AA".
1779 (Notification Packets): Use "%Stop", not "%%Stop".
1780
ad0a504f
AK
17812016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
1782
1783 * gdb.texinfo (Embedded Processors): Document ARC.
1784 (Synopsys ARC): New section.
1785 (Standard Target Features): Document ARC features.
1786 (ARC Features): New section.
1787
74172ecf
SM
17882016-09-21 Simon Marchi <simon.marchi@ericsson.com>
1789
1790 * .gitignore: New file.
1791
0a1ddfa6
SM
17922016-08-24 Simon Marchi <simon.marchi@ericsson.com>
1793
1794 * gdb.texinfo (Input/Output): Mention possibility to unset
1795 inferior-tty.
1796
c0272db5
TW
17972016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
1798
1799 * gdb.texinfo: Resume btrace on reconnect.
1800
e3487908
GKB
18012016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
1802
1803 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
1804 syscall.
1805
463888ab
РИ
18062016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
1807
1808 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
1809 command.
1810
dac790e1
TT
18112016-07-13 Tom Tromey <tom@tromey.com>
1812
1813 PR python/15620, PR python/18620:
1814 * python.texi (Events In Python): Document new breakpoint events.
1815
93daf339
TT
18162016-07-13 Tom Tromey <tom@tromey.com>
1817
1818 PR python/17698:
1819 * python.texi (Breakpoints In Python): Document
1820 Breakpoint.pending.
1821
cda75e70
TT
18222016-07-13 Tom Tromey <tom@tromey.com>
1823
1824 * python.texi (Breakpoints In Python): Move table of types and
1825 table of watchpoint types earlier in node.
1826
e0f3fd7c
TT
18272016-07-12 Tom Tromey <tom@tromey.com>
1828
1829 PR python/19293:
1830 * python.texi (Frames In Python): Document
1831 gdb.invalidate_cached_frames.
1832
86f78169
PA
18332016-06-21 Pedro Alves <palves@redhat.com>
1834
1835 * gdb.texinfo (Interpreters): Update intepreter-exec section,
1836 document new-ui and explain use case.
1837
a28d8e50
YTL
18382016-06-17 Yan-Ting Lin <currygt52@gmail.com>
1839
1840 * gdb.texinfo (Standard Target Features): Document NDS32 features.
1841 (NDS32 Features): New Section.
1842
bb556f1f
TK
18432016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
1844
1845 * gdb.texinfo (Examining Memory): Document negative repeat
1846 count in the 'x' command.
1847
38b022b4
SM
18482016-06-06 Simon Marchi <simon.marchi@ericsson.com>
1849
1850 * gdb.texinfo (GDB/MI Async Records): Document method and
1851 format fields in =record-started.
1852 * observer.texi (record_changed): Add method and format
1853 parameters.
1854
c185ba27
EZ
18552016-05-27 Eli Zaretskii <eliz@gnu.org>
1856
1857 * gdb.texinfo (General Query Packets): Move the description of the
1858 response before the long list of the specific 'read' and 'write'
1859 requests.
1860
1957f6b8
TT
18612016-05-23 Tom Tromey <tom@tromey.com>
1862
1863 * python.texi (Basic Python): Document gdb.breakpoints return.
1864
224f10c1
TT
18652016-05-24 Tom Tromey <tom@tromey.com>
1866
1867 PR gdb/19194:
1868 * gdb.texinfo (gdb man): Fix typo.
1869
0bdfa368
TT
18702016-05-17 Tom Tromey <tom@tromey.com>
1871
1872 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
1873 (Rust): New node.
1874
dcd1f979
TT
18752016-05-17 Tom Tromey <tom@tromey.com>
1876
1877 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
1878
310cdbb6
YQ
18792016-04-27 Yao Qi <yao.qi@linaro.org>
1880
1881 * gdb.texinfo (tfind): Complete doc about tfind without
1882 argument.
1883
b8162e5a
AT
18842016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
1885
1886 * agentexpr.texi (byte): Fix zero_ext description.
1887
f7c38292
PA
18882016-03-31 Pedro Alves <palves@redhat.com>
1889
1890 * gdb.texinfo (M32R/SDI): Delete node.
1891 (MIPS Embedded): Remove references to the MIPS remote debugging
1892 protocol, PMON and variants, and the associated commands.
1893
81516450
DE
18942016-03-15 Doug Evans <dje@google.com>
1895
1896 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
1897 (Target Description Format): Mention enum types. Update docs on
1898 flags types.
1899 (Predefined Target Types): Add "bool".
1900 (Enum Target Types): New node.
1901
2a60e18f
PA
19022016-03-15 Pedro Alves <palves@redhat.com>
1903
1904 * gdb.texinfo (Tracepoint Actions): Fix typo.
1905
45fa2529
PA
19062016-03-15 Pedro Alves <palves@redhat.com>
1907 Andreas Arnez <arnez@linux.vnet.ibm.com>
1908 Marcin Kościelnicki <koriakin@0x04.net>
1909
1910 * gdb.texinfo (Tracepoint Actions): Document possible
1911 unreliability of '$_ret'.
1912
f2403c39
AB
19132016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
1914
1915 * gdb.texinfo (Symbols): Document new 'maint info line-table'
1916 command.
1917
f2f3ccb9
SM
19182016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
1919
1920 * gdb.texinfo (Convenience Functions): Document $_as_string.
1921
cce0e923
DE
19222016-02-23 Doug Evans <dje@google.com>
1923
1924 * gdb.texinfo (Skipping Over Functions and Files): Document new
1925 options to "skip" command. Update docs of output of "info skip".
1926
012b3a21
WT
19272016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1928
1929 * gdb.texinfo (Signals): Add bound violation display hints for
1930 a SIGSEGV.
1931
0748bf3e
MK
19322016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
1933
1934 * gdb.texinfo (Trace File Format): Add documentation for description
1935 section lines.
1936
e909d859
MK
19372016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
1938
1939 * gdb.texinfo (Trace File Format): Remove misleading information
1940 about register block ordering.
1941
713cdcbf
DE
19422016-02-01 Doug Evans <dje@google.com>
1943
1944 * gdb.texinfo (Value Sizes): Fix typo.
1945
8244c20d
DE
19462016-02-01 Doug Evans <dje@google.com>
1947
1948 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
1949
5fdf6324
AB
19502016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1951
1952 * gdb.texinfo (Value Sizes): New section.
1953 (Data): Add the 'Value Sizes' node to the menu.
1954
67ebd9cb
JB
19552016-01-26 John Baldwin <jhb@FreeBSD.org>
1956
1957 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
1958
6e9567fe
JB
19592016-01-19 John Baldwin <jhb@FreeBSD.org>
1960
1961 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
1962
f303dbd6
PA
19632016-01-18 Pedro Alves <palves@redhat.com>
1964
1965 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
1966 of the thread that hit a breakpoint or received a signal.
1967
71ef29a8
PA
19682016-01-15 Pedro Alves <palves@redhat.com>
1969
1970 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
1971
663f6d42
PA
19722016-01-13 Pedro Alves <palves@redhat.com>
1973
1974 * gdb.texinfo (Threads): Document the $_gthread convenience
1975 variable.
1976 (Convenience Vars): Likewise.
1977
c84f6bbf
PA
19782016-01-13 Pedro Alves <palves@redhat.com>
1979
1980 * gdb.texinfo (Threads): Document "info threads -gid".
1981
22a02324
PA
19822016-01-13 Pedro Alves <palves@redhat.com>
1983
1984 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
1985 anchor.
1986 (Threads In Python): Document new InferiorThread.global_num
1987 attribute.
1988
5d5658a1
PA
19892016-01-07 Pedro Alves <palves@redhat.com>
1990
1991 * gdb.texinfo (Threads): Document per-inferior thread IDs,
1992 qualified thread IDs, global thread IDs and thread ID lists.
1993 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
1994 thread IDs.
1995 (Convenience Vars): Document the $_thread convenience variable.
1996 (Ada Tasks): Adjust to refer to thread IDs.
1997 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
1998 Commands, GDB/MI Variable Objects): Update to mention global
1999 thread IDs.
2000 * guile.texi (Breakpoints In Guile)
2001 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
2002 global thread IDs instead of thread IDs.
2003 * python.texi (Threads In Python): Adjust documentation of
2004 InferiorThread.num.
2005 (Breakpoint.thread): Mention global thread IDs instead of thread
2006 IDs.
2007
84654457
PA
20082016-01-13 Pedro Alves <palves@redhat.com>
2009
2010 * python.texi (Threads In Python): Document
2011 InferiorThread.inferior.
2012
e3940304
PA
20132016-01-13 Pedro Alves <palves@redhat.com>
2014
2015 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
2016 convenience variable.
2017 (Convenience Vars): Likewise.
2018
82075af2
JS
20192016-01-12 Josh Stone <jistone@redhat.com>
2020 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2021
2022 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
2023 (Stop Reply Packets): List the syscall entry and return stop reasons.
2024 (General Query Packets): Describe QCatchSyscalls, and add it to the
2025 table and the detailed list of stub features.
2026
bc504a31
PA
20272016-01-12 Pedro Alves <palves@redhat.com>
2028
2029 Remove use of the registered trademark symbol throughout.
2030
cde67b27
YQ
20312016-01-12 Yao Qi <yao.qi@linaro.org>
2032
2033 * gdb.texinfo (Interrupts): Update the document on handling
2034 interrupt when program is stopped.
2035
19d9d4ef
DB
20362015-12-11 Don Breazeal <donb@codesourcery.com>
2037
2038 * gdb.texinfo (Forks): Correct Linux kernel version where
2039 fork and exec events are supported, add notes about support
2040 of these events in target remote mode.
2041 (Connecting): Reorganize and clarify distinctions between
2042 target remote, extended-remote, and multiprocess.
2043 Reorganize related text from separate sections into new
2044 sections.
2045 (Server): Note effects of target extended-remote mode.
2046 Delete section on Multi-Process Mode for gdbserver.
2047 Move some text to "Connecting" node.
2048
f4f4330e
PA
20492015-12-10 Pedro Alves <palves@redhat.com>
2050
2051 * gdb.texinfo (Threads): Replace warning with explanation
2052 about single-threaded programs.
2053
b1236ac3
PA
20542015-12-10 Pedro Alves <palves@redhat.com>
2055
2056 * gdb.texinfo (Threads): Remove mention of SGI.
2057 (Forks): Remove mention of HP-UX.
2058 (Breakpoints): Remove mention of HP-UX.
2059 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
2060 Reword in terms of architectures.
2061 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
2062 mention supported systems.
2063 (Convenience Vars): Don't mention HP-UX.
2064 (Jumping): Remove mention of HP-UX in comment.
2065 (Files) <shared libraries>: Update supported shared library types
2066 list. Remove mention of HP-UX.
2067 (Native): Remove HP-UX subsection.
2068 (SVR4 Process Information): Remove mention of HP-UX.
2069
0f59c28f
PA
20702015-12-10 Pedro Alves <palves@redhat.com>
2071
2072 * gdb.texinfo (Stack): Reorder menu.
2073
1c35a88f
LM
20742015-12-09 Luis Machado <lgustavo@codesourcery.com>
2075
2076 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
2077 -var-set-format's new zero-hexadecimal format.
2078
3685b09f
PMR
20792015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
2080
2081 * gdb.texinfo (Ada Mode Into): Move overloading support
2082 description to its own node.
2083 (Overloading support for Ada): New node.
2084
f2faf941
PA
20852015-11-30 Pedro Alves <palves@redhat.com>
2086
2087 PR 14618
2088 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
2089 (Remote Configuration): Add the "set/show remote
2090 no-resumed-stop-reply" to the available settings table.
2091 (General Query Packets): Document the "no-resumed" qSupported
2092 feature.
2093
65706a29
PA
20942015-11-30 Pedro Alves <palves@redhat.com>
2095
2096 * gdb.texinfo (Remote Configuration): List "set/show remote
2097 thread-events" command in configuration table.
2098 (Stop Reply Packets): Document "T05 create" stop
2099 reason and 'w' stop reply.
2100 (General Query Packets): Document QThreadEvents packet. Document
2101 QThreadEvents qSupported feature.
2102
de979965
PA
21032015-11-30 Pedro Alves <palves@redhat.com>
2104
2105 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
2106 anchor.
2107 (Packets): Document vCtrlC.
2108
79efa585
SM
21092015-11-26 Simon Marchi <simon.marchi@ericsson.com>
2110
2111 * gdb.texinfo (Thread List Format): Mention thread names.
2112
7e0aa6aa
PA
21132015-11-24 Pedro Alves <palves@redhat.com>
2114
2115 PR 17539
2116 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
2117 program-spaces" example to ascending order listing.
2118 (Threads): Adjust "info threads" example to ascending order
2119 listing.
2120 (Forks): Adjust "info inferiors" example to ascending order
2121 listing.
2122
0c532a29
MM
21232015-11-04 Markus Metzger <markus.t.metzger@intel.com>
2124
2125 * gdb.texinfo (Process Record and Replay): Document "record
2126 instruction-history" modifiers.
2127
fc58fa65
AB
21282015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
2129
2130 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
2131 description.
2132 (Frame Filter Management): Move to later in the 'Examining the
2133 Stack' chapter.
2134 (Selection): Add entry for 'select-frame'.
2135
792005b0
DE
21362015-09-25 Doug Evans <dje@google.com>
2137
2138 * gdb.texinfo (Process Record and Replay): Fix syntax of
2139 "record instruction-history begin, end" and
2140 "record function-call-history begin, end".
2141
c58b006b
SM
21422015-09-22 Simon Marchi <simon.marchi@ericsson.com>
2143
2144 * gdb.texinfo (Specifying Source Directories): Fix
2145 substitute-path example.
2146
f2665db5
MM
21472015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2148
2149 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
2150
e68fa6f0
PA
21512015-09-15 Pedro Alves <palves@redhat.com>
2152
2153 PR remote/18965
2154 * gdb.texinfo (Stop Reply Packets): Revert previous change to
2155 the vforkdone description.
2156
8228463c
PA
21572015-09-15 Pedro Alves <palves@redhat.com>
2158
2159 PR remote/18965
2160 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
2161 part indicates the thread ID of the parent process.
2162
750ce8d1
YQ
21632015-09-15 Yao Qi <yao.qi@linaro.org>
2164
2165 * gdb.texinfo (General Query Packets): Add vContSupported to
2166 tables of 'gdbfeatures' and 'stub features' supported in the
2167 qSupported packet, as well as to the list containing stub
2168 feature details.
2169
b459a59b
DB
21702015-09-11 Don Breazeal <donb@codesourcery.com>
2171
2172 * gdb.texinfo (Remote Configuration): Add exec event
2173 feature to table of packet settings.
2174 (Stop Reply Packets): Add exec events to the list of stop
2175 reasons.
2176 (General Query Packets): Add exec events to tables of
2177 'gdbfeatures' and 'stub features' supported in the qSupported
2178 packet, as well as to the list containing stub feature
2179 details.
2180
73b8c1fd
PA
21812015-08-24 Pedro Alves <palves@redhat.com>
2182
2183 * gdb.texinfo (Remote Configuration): Document the "set/show
2184 remote multiprocess-extensions-packet" commands.
2185
bb615428
PA
21862015-08-24 Pedro Alves <palves@redhat.com>
2187
2188 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
2189 <M32R>: Remove references to M32R/D.
2190 <M68K>: Remove references to target dbug.
2191 <MIPS Embedded>: Remove references to target r3900 and target
2192 array.
2193 <PowerPC Embedded>: Remove references to target dink32 and target
2194 ppcbug, target sds
2195 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
2196
2b4bf6af
AB
21972015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2198
2199 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
2200
566f5e3b
AB
22012015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2202
2203 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
2204
18989b3c
AB
22052015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2206
2207 * gdb.texinfo (Maintenance Commands): Move documentation of "main
2208 info bfds" to...
2209 (File Caching): A New section. Outline bfd caching, and add new
2210 description for "main set/show bfd-sharing".
2211
6ff0ba5f
DE
22122015-08-14 Doug Evans <xdje42@gmail.com>
2213
2214 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
2215 disassembly.
2216 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
2217
629500fa
KS
22182015-08-11 Keith Seitz <keiths@redhat.com>
2219
2220 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
2221 Use "location(s)"instead of "linespec(s)".
2222 (Specifying a Location): Rewrite.
2223 Add subsections describing linespec, address, and explicit locations.
2224 Add node/menu for each subsection.
2225 (Source and Machine Code, C Preprocessor Macros)
2226 (Create and Delete Trace points)
2227 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
2228 (Continuing at a Different Address): Remove "linespec" examples.
2229 Add reference to "Specify a Location"
2230 (The -break-insert Command): Rewrite. Add anchor.
2231 Add reference to appropriate manual section discussing locations.
2232 (The -dprintf-insert Command): Refer to -break-insert for
2233 specification of 'location'.
2234
fbea99ea
PA
22352015-08-07 Pedro Alves <palves@redhat.com>
2236
2237 * gdb.texinfo (Maintenance Commands): Document "maint set/show
2238 target-non-stop".
2239
da8c46d2
MM
22402015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2241
2242 * gdb.texinfo (Process Record and Replay): Document prefixing of
2243 speculatively executed instructions in the "record instruction-history"
2244 command.
2245
a3b5281e
DE
22462015-07-20 Doug Evans <dje@google.com>
2247
2248 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
2249
6bcb1f97
DE
22502015-07-16 Doug Evans <dje@google.com>
2251
2252 * stabs.texinfo: @include gdb-cfg.texi.
2253
db1ff28b
JK
22542015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2255
2256 Revert the previous 2 commits:
2257 gdbserver build-id attribute generator
2258 Validate symbol file using build-id
2259
ca5268b6
JK
22602015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2261
2262 * gdb.texinfo (Files): Add 'set validate-build-id'
2263 and 'show validate-build-id'.
2264
700ca40f
JK
22652015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2266 Jan Kratochvil <jan.kratochvil@redhat.com>
2267
2268 gdbserver build-id attribute generator.
2269 * gdb.texinfo (Library List Format for SVR4 Targets): Add
2270 'build-id' in description, example, new attribute in dtd.
2271
7c7f93f6
AB
22722015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
2273
2274 * gdb.texinfo (Selection): Update documentation for 'frame'
2275 command.
2276
701adfb0
PA
22772015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2278
2279 * gdb.texinfo (TUI): Restructure documentation on TUI layout and
2280 focus commands.
2281
22822015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2283
2284 * gdb.texinfo (TUI): Add comma after @xref.
2285
b0627500
MM
22862015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2287
72f4393d 2288 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
b0627500
MM
2289 commands.
2290
b20a6524
MM
22912015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2292
2293 * gdb.texinfo (Process Record and Replay): Spell out that variables
2294 and registers are not available during btrace replay.
2295 Describe the new "record btrace pt" command.
2296 Describe the new "set|show record btrace pt buffer-size" options.
2297 (General Query Packets): Describe the new Qbtrace:pt and
2298 Qbtrace-conf:pt:size packets.
2299 Expand "bts" to "Branch Trace Store".
2300 Update the branch trace DTD.
2301
fc637f04
PP
23022015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2303
2304 * gdb.texinfo (Command History): Document the new option
2305 "history remove-duplicates".
2306
18a94d75
DE
23072015-06-19 Doug Evans <dje@google.com>
2308
2309 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
2310 longer supported.
2311
0eacb298
PP
23122015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2313
2314 * gdb.texinfo (Command History): Mention that setting
2315 GDBHISTSIZE to the empty string disables history truncation.
2316
bc460514
PP
23172015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2318
2319 PR gdb/16999
2320 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
2321 behavior.
2322
b58c513b
PP
23232015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2324
2325 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
2326 with GDBHISTSIZE.
2327
a86c90e6
SM
23282015-06-15 Simon Marchi <simon.marchi@ericsson.com>
2329
2330 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
2331 bytes and memory units for -data-{read,write}-memory-bytes.
2332 (Packets): Same for m, M and X packets.
2333 * python.texi (Inferiors In Python): Same for read_memory and
2334 write_memory.
2335
c74f7d1c
JT
23362015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2337
2338 * gdb.texinfo (Separate Debug Files): Document that PE is also
2339 supported.
2340
51f0e40d
AB
23412015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
2342
2343 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
2344 single table entry.
2345
966f0aef
WT
23462015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2347
2348 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
2349
2350
15a201c8
GB
23512015-06-10 Gary Benson <gbenson@redhat.com>
2352
2353 * gdb.texinfo (Remote Configuration): Document the
2354 "set/show remote hostio-setfs-packet" command.
2355 (Host I/O Packets): Document the vFile:setfs packet.
2356
7a6a1731
GB
23572015-06-10 Gary Benson <gbenson@redhat.com>
2358
2359 * gdb.texinfo (Debugging Output): Document the "set/show debug
2360 linux-namespaces" command.
2361
7d73c23c 23622015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 2363 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
2364
2365 * gdb.texinfo (i386): Add documentation about "show mpx bound"
2366 and "set mpx bound".
2367
27e0867f
DE
23682015-05-27 Doug Evans <dje@google.com>
2369
2370 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
2371
b4f54984
DE
23722015-05-26 Doug Evans <dje@google.com>
2373
2374 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
2375 command renamings.
2376 (Maintenance Commands): Update for DWARF "set debug" command renamings.
2377
55b40027
AB
23782015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
2379
2380 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
2381
a4ea0946
AB
23822015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
2383
2384 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
2385 (TUI Commands): Add 'tui enable' and 'tui disable' details.
2386
37442ce1
DE
23872015-05-16 Doug Evans <xdje42@gmail.com>
2388
2389 * guile.texi (Memory Ports in Guile): Document support for unbuffered
2390 memory ports.
2391
36de76f9
JK
23922015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2393
2394 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
2395
0d71eef5
DB
23962015-05-12 Don Breazeal <donb@codesourcery.com>
2397
2398 * gdb.texinfo (Forks): Note that fork debugging is
2399 supported in extended mode.
2400 (Remote Configuration): Add fork event features to table
2401 of packet settings.
2402 (Stop Reply Packets): Add fork events to list of stop reasons.
2403 (General Query Packets): Add fork events to tables of
2404 'gdbfeatures' and 'stub features' supported in the qSupported
2405 packet, as well as to the list containing stub feature
2406 details.
2407
835205d0
GB
24082015-05-12 Gary Benson <gbenson@redhat.com>
2409
2410 * gdb.texinfo (General Query Packets): Document
2411 qXfer:exec-file:read with empty annex.
2412
4c082a81
SC
24132015-05-09 Siva Chandra Reddy <sivachandra@google.com>
2414
2415 * python.texi (Values From Inferior): Add descriptions of new
2416 methods gdb.Value.reference_value and gdb.Value.const_value.
2417
b30a0bc3
JB
24182015-05-06 Joel Brobecker <brobecker@adacore.com>
2419
2420 * gdb.texinfo (Files): Add "info dll" documentation.
2421 (Cygwin Native): Remove "info dll" documentation.
2422
2ce1cdbf
DE
24232015-04-29 Doug Evans <dje@google.com>
2424
2425 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
2426 Document.
2427 (Writing an Xmethod): Add get_result_type to example.
2428
59fb7612
SS
24292015-04-28 Sasha Smundak <asmundak@google.com>
2430
2431 * python.texi: New method documented.
2432
cf75d6c3
AB
24332015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
2434
2435 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
2436 format.
2437
897c3d32
DE
24382015-04-24 Doug Evans <dje@google.com>
2439
2440 * python.texi (Xmethods In Python): Fix name of method to call the
2441 xmethod.
2442
1b6e6f5c
GB
24432015-04-17 Gary Benson <gbenson@redhat.com>
2444
2445 * gdb.texinfo (Connecting to a Remote Target): Mention that
2446 GDB can access program files from remote targets that support
2447 qXfer:exec-file:read and Host I/O packets.
2448
c78fa86a
GB
24492015-04-17 Gary Benson <gbenson@redhat.com>
2450
2451 * gdb.texinfo (Remote Configuration): Document the "set/show
2452 remote pid-to-exec-file-packet" command.
2453 (General Query Packets): Document the qXfer:exec-file:read
2454 qSupported features. Document the qXfer:exec-file:read packet.
2455
a9a5a3d1
GB
24562015-04-17 Gary Benson <gbenson@redhat.com>
2457
2458 * gdb.texinfo (set sysroot): Document that "set sysroot" also
2459 applies to executable paths if supplied to GDB as absolute.
2460
4f45d445
JK
24612015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2462
2463 * gdb.texinfo (Mode Options): Remove -xdb.
2464
e7a8570f
JK
24652015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2466 Eli Zaretskii <eliz@gnu.org>
2467
72f4393d
L
2468 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
2469 compile, show debug compile. New subsection Compilation options for
e7a8570f
JK
2470 the compile command. New subsection Compiler search for the compile
2471 command.
2472
f2983cc3
AW
24732015-04-09 Andy Wingo <wingo@igalia.com>
2474
2475 * guile.texi (Frames In Guile): Describe frame-read-register.
2476
599bd15c
GB
24772015-04-02 Gary Benson <gbenson@redhat.com>
2478
2479 * gdb.texinfo (set sysroot): Document "target:".
2480
d11916aa
SS
24812015-04-01 Sasha Smundak <asmundak@google.com>
2482
2483 * doc/python.texi (Writing a Frame Unwinder in Python): Add
2484 section.
2485
df8411da
SDJ
24862015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
2487
2488 PR corefiles/16092
2489 * gdb.texinfo (gcore): Mention new command 'set
2490 use-coredump-filter'.
2491 (set use-coredump-filter): Document new command.
2492
d33279b3
AT
24932015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
2494
2495 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
2496 documentation, reorder the info os entries in alphabetical order.
2497
852f8402
SM
24982015-03-26 Simon Marchi <simon.marchi@ericsson.com>
2499
2500 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
2501 -data-write-memory-bytes.
2502
856e7dd6
PA
25032015-03-24 Pedro Alves <palves@redhat.com>
2504
2505 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
2506 mention that threads may sometimes run unlocked.
2507
236af5e3
YG
25082015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
2509
2510 * gdb.texinfo (Remote configuration): Document "set/show
2511 serial parity" command.
2512
464b0089
GB
25132015-03-18 Gary Benson <gbenson@redhat.com>
2514
2515 * gdb.texinfo (General Query Packets): Remove documentation
2516 for now-removed vFile:fstat qSupported features.
2517
0a93529c
GB
25182015-03-11 Gary Benson <gbenson@redhat.com>
2519
2520 * gdb.texinfo (Remote Configuration): Document the
2521 "set/show remote hostio-fstat-packet" command.
2522 (General Query Packets): Document the vFile:fstat
2523 qSupported features.
2524 (Host I/O Packets): Document the vFile:fstat packet.
2525
85642ba0
AW
25262015-03-11 Andy Wingo <wingo@igalia.com>
2527
2528 * guile.texi (Objfiles In Guile): Document objfile-progspace.
2529
f7e6eed5
PA
25302015-03-04 Pedro Alves <palves@redhat.com>
2531
2532 * gdb.texinfo (Remote Configuration): Document the "set/show
2533 remote swbreak-feature-packet" and "set/show remote
2534 hwbreak-feature-packet" commands.
2535 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
2536 decription.
2537 (Stop Reply Packets): Document the swbreak and hwbreak stop
2538 reasons.
2539 (General Query Packets): Document the swbreak and hwbreak
2540 qSupported features.
2541 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
2542
f873665f 25432015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
a64c9f7b
PP
2544
2545 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
2546 under *stopped.
2547
9a284c97
DE
25482015-03-02 Doug Evans <xdje42@gmail.com>
2549
2550 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
2551
446899e4
AA
25522015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2553
2554 * gdb.texinfo (S/390 and System z Features): Describe new feature
2555 "org.gnu.gdb.s390.vx".
2556
7ee67ee4
SDJ
25572015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
2558
2559 PR gdb/18008
2560 * gdb.texinfo (maint internal-error, maint internal-warning, maint
2561 demangler-warning): Fix typo ("problam").
2562
53cf2ee0
DT
25632015-02-19 David Taylor <dtaylor@emc.com>
2564
2565 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
2566
3133f8c1
JM
25672015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2568
2569 * gdb.texinfo (Static Probe Points): Add cindex `static probe
2570 point, DTrace'.
2571 (Static Probe Points): Modified to cover DTrace probes in addition
2572 to SystemTap probes. Also modified to cover the `enable probe'
2573 and `disable probe' commands.
2574
9aca2ff8
JM
25752015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2576
2577 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
2578 `disable probe' commands.
2579
fa3f8d5a
DT
25802015-02-12 David Taylor <dtaylor@emc.com>
2581
2582 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
2583 fields of the QTDV packet.
2584
d33501a5
MM
25852015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2586
2587 * gdb.texinfo (Branch Trace Configuration Format): Add size.
2588 (Process Record and Replay): Describe new set|show commands.
2589 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
2590
f4abbc16
MM
25912015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2592
2593 * gdb.texinfo (Process Record and Replay): Describe the "record
2594 btrace bts" command.
2595 (General Query Packets): Describe qXfer:btrace-conf:read packet.
2596 (Branch Trace Configuration Format): New.
2597
cfb069a8
GB
25982015-01-31 Gary Benson <gbenson@redhat.com>
2599 Doug Evans <dje@google.com>
2600
2601 * gdb.texinfo (Command Completion): Document new
2602 "set/show max-completions" option.
2603
f57d2163
DE
26042015-01-31 Doug Evans <xdje42@gmail.com>
2605
2606 * gdb.texinfo (Symbols): Document new commands
2607 "maint print symbol-cache", "maint print symbol-cache-statistics",
2608 "maint flush-symbol-cache". Document new option
2609 "maint set symbol-cache-size".
2610
9f050062
DE
26112015-01-31 Doug Evans <xdje42@gmail.com>
2612
2613 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
2614 distinguish script files vs inlined scripts.
2615 * python.texi (Python Auto-loading): Ditto.
2616
b6577aab
DE
26172015-01-30 Doug Evans <dje@google.com>
2618
2619 * gdb.texinfo (Symbols) <info source>: Output now contains producer
2620 string if present.
2621
3a8b707a
DE
26222015-01-27 Doug Evans <dje@google.com>
2623
2624 * python.texi (Objfiles In Python): Document Objfile.username.
2625
1b549396
DE
26262015-01-27 Doug Evans <dje@google.com>
2627
2628 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
2629 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
2630
253828f1
JK
26312015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2632
2633 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
2634
bf555842
EZ
26352015-01-16 Eli Zaretskii <eliz@gnu.org>
2636
2637 * doc/gdb.texinfo (TUI Commands): Document the possible
2638 values of NAME argument to 'winheight' command. Explain the
2639 effect of 'tabset' setting better.
2640
439250fb
DE
26412015-01-11 Doug Evans <xdje42@gmail.com>
2642
2643 PR gdb/15830
2644 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
2645 (Symbols): Ditto.
2646 (Maintenance Commands): Delete docs for "maint demangle".
2647
6bf6fd09
JB
26482014-12-31 Joel Brobecker <brobecker@adacore.com>
2649
2650 * gdb.texinfo (Files): Remove documentation of the
2651 "add-shared-symbol-files" and "assf" commands.
2652 (Cygwin Native): Remove documentation of the "dll-symbols"
2653 command.
2654
cc485e62
DE
26552014-12-17 Doug Evans <xdje42@gmail.com>
2656
2657 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
2658
bb2ec1b3
TT
26592014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2660 Jan Kratochvil <jan.kratochvil@redhat.com>
2661
2662 * gdb.texinfo (Altering): Update.
2663 (Compiling and Injecting Code): New node.
2664
6dddd6a5
DE
26652014-12-12 Doug Evans <dje@google.com>
2666
2667 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
2668
f5b95c01
AA
26692014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2670
2671 * gdb.texinfo: Document "maint print user-registers".
2672
a0be3e44
DE
26732014-12-08 Doug Evans <dje@google.com>
2674
2675 * python.texi (Objfiles In Python): Document Objfile.owner.
2676
86e4ed39
DE
26772014-12-04 Doug Evans <dje@google.com>
2678
2679 * python.texi (Objfiles In Python): Document
2680 Objfile.add_separate_debug_file.
2681
7c50a931
DE
26822014-12-04 Doug Evans <dje@google.com>
2683
2684 * python.texi (Objfiles In Python): Document Objfile.build_id.
2685
701adfb0
PA
26862014-12-02 Nick Bull <nicholaspbull@gmail.com>
2687
2688 * observer.texi (inferior_call_pre, inferior_call_post)
2689 (memory_changed, register_changed): New observers.
2690
162078c8
NB
26912014-12-02 Nick Bull <nicholaspbull@gmail.com>
2692
2693 * python.texi (Events In Python): Document new events
2694 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
2695 and RegisterChangedEvent.
2696
f10c5b19
JK
26972014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2698
2699 Add add-auto-load-scripts-directory.
2700 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
2701 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
2702
413b59ae
JK
27032014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2704
2705 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
2706 description typo.
2707
02be9a71
DE
27082014-10-30 Doug Evans <dje@google.com>
2709
2710 * python.texi (Progspaces In Python): Document ability to add
2711 random attributes to gdb.Progspace objects.
2712 (Objfiles In Python): Document ability to add random attributes to
2713 gdb.objfile objects.
2714
e5f8a7cc
PA
27152014-10-27 Pedro Alves <palves@redhat.com>
2716
2717 * gdb.texinfo (Continuing and Stepping): Add cross reference to
2718 info on stepping and signal handlers.
2719 (Signals): Explain stepping and signal handlers. Add context
2720 index entry, and cross references.
2721
fab3a15d
SM
27222014-10-20 Simon Marchi <simon.marchi@ericsson.com>
2723
2724 * python.texi (Breakpoints In Python): Add parenthesis after
2725 Breakpoint.delete. Clarify Breakpoint.enabled description so
2726 that it contains "disable".
2727
4ffbba72
DE
27282014-10-17 Doug Evans <dje@google.com>
2729
2730 * python.texi (Events In Python): Document clear_objfiles event.
2731
d096d8c1
DE
27322014-10-17 Doug Evans <dje@google.com>
2733
2734 * python.texi (Objfiles In Python): Document new progspace attribute.
2735
32a8097b
PA
27362014-10-17 Pedro Alves <palves@redhat.com>
2737
2738 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
2739 (SVR4 Process Information): Delete mention of OSF/1.
2740
2ddf4301
SM
27412014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2742
2743 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
2744 exit-code field in -list-thread-groups output.
2745
342cc091
JBG
27462014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2747
2748 * gdb.texinfo (Set Breaks): Add missing "@end table".
2749
a25a5a45
PA
27502014-09-22 Pedro Alves <palves@redhat.com>
2751
2752 * gdb.texinfo (Set Breaks): Document that "set breakpoint
2753 always-inserted off" is the default mode now. Delete
2754 documentation of "set breakpoint always-inserted auto".
2755
2b4fd423
DE
27562014-09-18 Doug Evans <dje@google.com>
2757
2758 * python.texi (Symbol Tables In Python): Document "producer"
2759 attribute of gdb.Symtab objects.
2760
deb8ff2b
PA
27612014-09-16 Pedro Alves <palves@redhat.com>
2762
2763 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
2764 (Embedded OS): Remove VxWorks menu entry.
2765 (VxWorks): Remove node.
2766
81219e53
DE
27672014-09-13 Doug Evans <xdje42@gmail.com>
2768
2769 * gdb.texinfo (Signaling): Document new queue-signal command.
2770
faa42425
DE
27712014-09-06 Doug Evans <xdje42@gmail.com>
2772
2773 PR 15276
2774 * gdb.texinfo (Convenience Funs): Document $_caller_is,
2775 $_caller_matches, $_any_caller_is, $_any_caller_matches.
2776
1a6a384b
JL
27772014-09-03 Justin Lebar <jlebar@google.com>
2778
2779 * python.texi (Types In Python): Type.template_argument(n) returns a
2780 gdb.Value or a gdb.Type and throws an exception if n is out of
2781 range.
2782
5f3b99cf
SS
27832014-09-03 Sasha Smundak <asmundak@google.com>
2784
2785 * python.texi (Frames in Python): Add read_register description.
2786
3cecbbbe
TT
27872014-08-04 Tom Tromey <tromey@redhat.com>
2788
2789 * gdb.texinfo (Debugging Output): Update for change to "set debug
2790 target".
2791
90debf20
MM
27922014-08-01 Masaki Muranaka <monaka@monami-software.com>
2793
2794 Pushed by Joel Brobecker <brobecker@adacore.com>.
2795 * Makefile.in (transform): New variable.
2796 (install-man1, install-man5): Apply $(transform) to man file names.
2797
ee7333ae
DE
27982014-07-26 Doug Evans <xdje42@gmail.com>
2799
2800 PR guile/17177
2801 * guile.texi (Guile Pretty Printing API): Fix typo.
2802 Document set-pretty-printers!, pretty-printers.
2803 (Selecting Guile Pretty-Printers): Update.
2804 Mention program-space based pretty-printers.
2805
70509625
PA
28062014-07-25 Pedro Alves <palves@redhat.com>
2807 Eli Zaretskii <eliz@gnu.org>
2808
2809 * gdb.texinfo (Signaling) <signal command>: Explain what happens
2810 with multi-threaded programs.
2811
701adfb0
PA
28122014-07-19 Ajit Agarwal <ajitkum@xilinx.com>
2813
2814 * gdb.texinfo (MicroBlaze Features): Added.
2815
b67a2c6f
YQ
28162014-06-27 Yao Qi <yao@codesourcery.com>
2817
2818 * gdb.texinfo (Maintenance Commands): Update the output of
2819 'maint print dummy-frames' command.
2820
f179cf97
EZ
28212014-06-24 Eli Zaretskii <eliz@gnu.org>
2822
2823 * gdb.texinfo (Screen Size): Improve indexing.
2824
992c7d70
GB
28252014-06-19 Gary Benson <gbenson@redhat.com>
2826
2827 * gdb.texinfo (Maintenance Commands): Document new
2828 "maint set/show catch-demangler-crashes" option.
2829
57fcfb1b
GB
28302014-06-19 Gary Benson <gbenson@redhat.com>
2831
2832 * gdb.texinfo (Maintenance Commands): Document new
2833 "maint demangler-warning" command and new
2834 "maint set/show demangler-warning" option.
2835
dd5d5494
SC
28362014-06-09 Siva Chandra Reddy <sivachandra@google.com>
2837
2838 * python.texi (Xmethod API): Add space before the opening
2839 parenthesis in function descriptions.
2840
25326a28 28412014-06-06 Doug Evans <xdje42@gmail.com>
d2929fdc
DE
2842
2843 * guile.texi (Guile Configuration): Document guile-data-directory.
2844
0a770bb2 28452014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
2846
2847 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
2848
16f691fb
DE
28492014-06-04 Doug Evans <xdje42@gmail.com>
2850
2851 * guile.texi (Breakpoints In Guile): Update.
2852
1e47491b
JB
28532014-06-03 Joel Brobecker <brobecker@adacore.com>
2854
2855 * python.texi (Xmethod API): Fix reference to "Progspaces In
2856 Python".
2857
0c6e92a5
SC
28582014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2859
2860 * python.texi (Xmethods In Python, XMethod API)
2861 (Writing an Xmethod): New nodes.
2862 (Python API): New menu entries "Xmethods In Python",
2863 "Xmethod API", "Writing an Xmethod".
2864
06eb1586
DE
28652014-06-02 Doug Evans <xdje42@gmail.com>
2866
2867 * guile.texi (Guile API): Add entry for Parameters In Guile.
2868 (GDB Scheme Data Types): Mention <gdb:parameter> object.
2869 (Parameters In Guile): New node.
2870
e698b8c4
DE
28712014-06-02 Doug Evans <xdje42@gmail.com>
2872
2873 * guile.texi (Guile API): Add entry for Commands In Guile.
2874 (Basic Guile) <parse-and-eval>: Add reference.
2875 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
2876 (GDB Scheme Data Types): Mention <gdb:command> object.
2877 (Commands In Guile): New node.
2878
ded03782
DE
28792014-06-02 Doug Evans <xdje42@gmail.com>
2880
2881 * guile.texi (Guile API): Add entry for Progspaces In Guile.
2882 (GDB Scheme Data Types): Mention <gdb:progspace> object.
2883 (Progspaces In Guile): New node.
2884
53e8a631
AB
28852014-05-30 Andrew Burgess <aburgess@broadcom.com>
2886
2887 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
2888 * python.texi (Frames In Python): Mention
2889 gdb.FRAME_UNWIND_MEMORY_ERROR.
2890
329ea579
PA
28912014-05-29 Pedro Alves <palves@redhat.com>
2892 Tom Tromey <tromey@redhat.com>
2893
2894 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
2895 from example.
2896 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
2897 Mention that target-async is now deprecated.
2898 (Maintenance Commands): Document maint set/show target-async.
2899
92bcb5f9
PA
29002014-05-29 Pedro Alves <palves@redhat.com>
2901
2902 * observer.texi (sync_execution_done, command_error): New
2903 subjects.
2904
fd664c91
PA
29052014-05-29 Pedro Alves <palves@redhat.com>
2906
2907 PR gdb/13860
2908 * observer.texi (signal_received, end_stepping_range)
2909 (signal_exited, exited, no_history): New observer subjects.
2910
b2715b27
AW
29112014-05-26 Andy Wingo <wingo@igalia.com>
2912
2913 * guile.texi (GDB Scheme Data Types): Remove documentation for
2914 removed interfaces. Update spelling of gdb-object-kind.
2915
9eaa4c1e
AW
29162014-05-26 Andy Wingo <wingo@igalia.com>
2917
2918 * guile.texi (Basic Guile): Fix some typos.
2919
0f1e8403
AW
29202014-05-26 Andy Wingo <wingo@igalia.com>
2921
2922 * guile.texi (Writing a Guile Pretty-Printer)
2923 (Guile Types Module): Fix excess parentheses in use-modules forms.
2924
697aa1b7
EZ
29252014-05-24 Eli Zaretskii <eliz@gnu.org>
2926
2927 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
2928 (Breakpoints In Guile, Guile Printing Module)
2929 (Guile Exception Handling, Values From Inferior In Guile)
2930 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
2931 Don't use @var at the beginning of a sentence.
2932
2933 * gdb.texinfo (Frame Filter Management, Trace Files)
2934 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
2935 (PowerPC Embedded, Define, Annotations for Running)
2936 (IPA Protocol Commands, Packets, General Query Packets)
2937 (Tracepoint Packets, Notification Packets, Environment)
2938 (Inferiors and Programs, Set Breaks, Set Catchpoints)
2939 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
2940 (Frames, Backtrace, Selection, Expressions, Registers)
2941 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
2942 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
2943 (Source Annotations, Using JIT Debug Info Readers, Packets)
2944 (Stop Reply Packets, Host I/O Packets)
2945 (Target Description Format): Don't use @var at the beginning of a
2946 sentence.
2947
2948 * python.texi (Basic Python, Types In Python)
2949 (Commands In Python, Frames In Python, Line Tables In Python)
2950 (Breakpoints In Python, gdb.printing, gdb.types)
2951 (Type Printing API): Don't use @var at the beginning of a
2952 sentence.
2953
67b5c0c1
MM
29542014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2955
2956 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
2957 replay-memory-access".
2958
6a3cb8e8
PA
29592014-05-21 Pedro Alves <palves@redhat.com>
2960
2961 * gdb.texinfo (Starting): Document "set/show
2962 auto-connect-native-target".
2963 (Target Commands): Document "target native".
2964
936d2992
PA
29652014-05-20 Pedro Alves <palves@redhat.com>
2966
2967 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
2968 not be remote specific. Add cross reference to the qCRC packet.
2969 (Separate Debug Files): Update cross reference to the qCRC packet.
2970 (General Query Packets) <qCRC packet>: Add anchor.
2971
b3ce5e5f
DE
29722014-05-17 Doug Evans <xdje42@gmail.com>
2973
2974 Copy over changes from guile.texi.
2975 * python.texi (Basic Python) <gdb.execute>: Add text.
2976 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
2977 (Values From Inferior) <Python string>: Add text.
2978 (Values From Inferior) <Value.string>: Clarify string length handling.
2979 (Pretty Printing API): Add cindex.
2980 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
2981 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
2982 @vindex.
2983 (Commands In Python) <COMPLETE_*>: Similarly.
2984 (Symbols In Python) <SYMBOL_*>: Similarly.
2985 (Breakpoints In Python) <WP_*>: Similarly.
2986 (Breakpoints In Python) <BP_*>: Similarly.
2987
8dfcab11
DT
29882014-05-17 David Taylor <dtaylor@emc.com>
2989
2990 * gdb.texinfo (General Query Packets): Add a note about thread IDs
2991 mentioned in the qfThreadInfo reply.
2992
8d551b02
DE
29932014-05-16 Doug Evans <dje@google.com>
2994
2995 * gdb.texinfo (Mode Options): Add -D.
2996
e20bd8f4
SB
29972014-05-09 Samuel Bronson <naesten@gmail.com>
2998
2999 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
3000 "make -C".
3001
f989a1c8
TT
30022014-04-29 Tom Tromey <tromey@redhat.com>
3003
3004 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
3005 "show debug varobj".
3006
95cf3b38
DT
30072014-05-01 David Taylor <dtaylor@emc.com>
3008
3009 * gdb.texinfo (compare-sections): Document the new -r (read-only)
3010 option.
3011
01f9f808
MS
30122014-04-24 Michael Sturm <michael.sturm@mintel.com>
3013 Walfred Tedeschi <walfred.tedeschi@intel.com>
3014
3015 * gdb.texinfo (i386 Features): Add description of AVX512
3016 registers.
3017
770e7fc7
DE
30182014-03-31 Doug Evans <dje@google.com>
3019
3020 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
3021
97d8f0ee
DE
30222014-03-30 Doug Evans <dje@google.com>
3023
3024 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
3025 (Background Execution): Ditto.
3026
36cb1214
HZ
30272014-03-21 Pedro Alves <palves@redhat.com>
3028 Stan Shebs <stan@codesourcery.com>
3029 Hui Zhu <hui@codesourcery.com>
3030
3031 * gdb.texinfo (Packets): Add anchor to "? packet".
3032 Remove fixme and update introduction of "k packet".
3033 Add anchor to "vKill packet".
3034
5e3a2c38
SS
30352014-03-12 Stan Shebs <stan@codesourcery.com>
3036
3037 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
3038
7a5a839f
LC
30392014-02-26 Ludovic Courtès <ludo@gnu.org>
3040
dc6ae996 3041 * guile.texi (Basic Guile): Document 'history-append!'.
7a5a839f 3042
95060284
JB
30432014-02-20 Joel Brobecker <brobecker@adacore.com>
3044
3045 * gdb.texinfo (Files): Document "add-shared-symbol-files"
3046 and "assf" as being deprecated.
3047 (Cygwin Native): Likewise for "dll-symbols".
3048 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
3049 as a way to force the loading of symbols from a DLL.
3050
f7bd0f78
SC
30512014-02-19 Siva Chandra Reddy <sivachandra@google.com>
3052
3053 * python.texi (Values From Inferior): Add description about the
3054 new feature.
3055
329baa95
DE
30562014-02-17 Doug Evans <xdje42@gmail.com>
3057
3058 * Makefile.in (GDB_DOC_FILES): Add python.texi.
3059 * gdb.texinfo (Python): Moved to ...
3060 * python.texi: ... here. New file.
3061
687894f5
DE
30622014-02-17 Ludovic Courtès <ludo@gnu.org>
3063
d25f38ee 3064 * guile.texi (Writing a Guile Pretty-Printer) <example>:
687894f5
DE
3065 Remove 'string-begins-with' procedure. Add 'pretty-printer'
3066 parameter to 'str-lookup-function' procedure. Look for
3067 the "std::string<" prefix.
3068 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
3069 Adjust description.
3070
6fb526ee
DE
30712014-02-11 Tejas Belagod <tejas.belagod@arm.com>
3072
d25f38ee 3073 * guile.texi (Values From Inferior In Guile): Remove stray
6fb526ee
DE
3074 parantheses for deffn.
3075 (Disassembly In Guile): Ditto.
3076
1e0a5178
SS
30772014-02-10 Stan Shebs <stan@codesourcery.com>
3078
3079 Add Doxygen support.
3080 * Makefile.in (doxy): New action, generates Doxygen files.
3081 (DOXYGEN): New.
3082 (doxyedit): New.
3083 * Doxyfile-base.in: New file.
3084 * Doxyfile-gdb-api.in: New file.
3085 * Doxyfile-gdb-xref.in: New file.
3086 * Doxyfile-gdbserver.in: New file.
3087 * doxy-index.in: New file.
3088 * filter-for-doxygen: New file.
3089 * filter-params.pl: New file.
3090
ed3ef339
DE
30912014-02-10 Doug Evans <xdje42@gmail.com>
3092
3093 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
3094 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
3095 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
3096 (Guile docs): Include guile.texi.
3097 (objfile-gdbdotext file): Add objfile-gdb.scm.
3098 (dotdebug_gdb_scripts section): Mention Guile scripts.
3099 (Multiple Extension Languages): New node.
3100 * guile.texi: New file.
3101
c6044dd1
JB
31022014-01-28 Joel Brobecker <brobecker@adacore.com>
3103
3104 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
3105 ignore-descriptive-types". commands.
3106
87ce2a04
DE
31072014-01-22 Doug Evans <dje@google.com>
3108
3109 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
3110 (gdbserver man): Ditto.
3111
52834460
MM
31122014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3113
3114 * gdb.texinfo: Document limited reverse/replay support
3115 for target record-btrace.
3116
0688d04e
MM
31172014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3118
3119 * gdb.texinfo (Process Record and Replay): Update documentation.
3120
8710b709
MM
31212014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3122
3123 * gdb.texinfo (Process Record and Replay): Document new /c
3124 modifier accepted by "record function-call-history".
3125 Add /i modifier to "record function-call-history" example.
3126
dcf106f3
JB
31272014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
3128 Joel Brobecker <brobecker@adacore.com>
3129
3130 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
3131 markers. Remove one that was misplaced.
3132
41ef2965
PA
31332014-01-10 Pedro Alves <palves@redhat.com>
3134
3135 * gdb.texinfo (Your Program's Environment) <set environment>:
3136 Mention the shell, and point at 'set exec-wrapper'.
3137
c0d48811
JB
31382014-01-07 Joel Brobecker <brobecker@adacore.com>
3139
3140 * gdb.texinfo (Types In Python): Document new attribute Types.name.
3141
5fba4c0f
JB
31422013-12-30 Joel Brobecker <brobecker@adacore.com>
3143
3144 * gdb.texinfo (Types In Python): Clarify the documentation
3145 of attribute gdb.Field.bitpos.
3146
0809504b
JB
31472013-12-28 Joel Brobecker <brobecker@adacore.com>
3148
3149 * gdb.texinfo (Types In Python): Fix the documentation of
3150 attribute "bitpos" in class gdb.Field for enum types. Add
3151 documentation for attribute "enumval" in that same class.
3152
edef6000
JB
31532013-12-28 Joel Brobecker <brobecker@adacore.com>
3154
3155 * gdb.texinfo (GDB/MI Support Commands): Change @table into
3156 @ftable.
3157
71b8c845
DE
31582013-12-23 Doug Evans <xdje42@gmail.com>
3159
3160 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
3161 auto-loaded objfile scripts and .debug_gdb_scripts section to their
3162 corresponding section in Extending GDB.
3163 (Extending GDB): Move menu up. New menu item "Auto-loading
3164 extensions".
3165 (Sequences): New menu item "Auto-loading sequences".
3166 (Auto-loading sequences): New node.
3167 (Python): Rename section from Scripting GDB to Extending GDB.
3168 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
3169 Move docs on ways to auto-load extensions to ...
3170 (Auto-loading extensions): ... here. New node.
3171
d192b373
JB
31722013-12-23 Joel Brobecker <brobecker@adacore.com>
3173
3174 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
3175 in menu.
3176 (GDB/MI Variable Objects): Adjust reference to "-list-features"
3177 command, now in a new node.
3178 (GDB/MI Support Commands): New node, with its contents being
3179 extracted from the "GDB/MI Miscellaneous Commands" node.
3180 A small paragraph introducing the section is also added at
3181 the start.
3182 (GDB/MI Miscellaneous Commands): Delete the description of the
3183 -info-gdb-mi-command, -list-features and -list-target-features
3184 commands, now hosted in the "GDB/MI Support Commands" node.
3185
a16b0e22
SC
31862013-12-12 Siva Chandra Reddy <sivachandra@google.com>
3187
3188 PR python/16113
3189 * gdb.texinfo (Values From Inferior): Add a note about using
3190 gdb.Field objects as subscripts on gdb.Value objects.
3191 (Types In Python): Add description about the new attribute
3192 "parent_type" of gdb.Field objects.
3193
9b26f0fb
JB
31942013-12-12 Joel Brobecker <brobecker@adacore.com>
3195
3196 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
3197 entry for section docuumenting the -list-features GDB/MI command.
3198
72bfa06c
JB
31992013-12-10 Joel Brobecker <brobecker@adacore.com>
3200
3201 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3202 "exec-run-start-option" entry in the output of the "-list-features"
3203 command.
3204
3ea8680f
EZ
32052013-12-04 Eli Zaretskii <eliz@gnu.org>
3206
3207 * gdb.texinfo (i386): Fix yesterday's commit.
3208
1a4f73eb
TT
32092013-12-03 Tom Tromey <tromey@redhat.com>
3210
3211 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
3212 documented here.
3213
6cb999f8
TT
32142013-12-03 Tom Tromey <tromey@redhat.com>
3215
3216 * gdb.texinfo (@direntry): Add menu item for gdbserver.
3217
ca8941bb
WT
32182013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
3219
3220 * gdb.texinfo (i386 Features): Add MPX feature registers.
3221 (x86 Specific featuresx86 Architecture-specific Issues): Adds
3222 a subsubsection for MPX and describes the display of the
3223 boundary registers.
3224
688981c9
JB
32252013-12-03 Joel Brobecker <brobecker@adacore.com>
3226
3227 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
3228 documentation of the "ada-exceptions" entry.
3229
2ea126fa
JB
32302013-12-03 Joel Brobecker <brobecker@adacore.com>
3231
3232 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
3233 "^error" result record concerning the error message. Document
3234 the error code that may also be part of that result record.
3235 (GDB/MI Miscellaneous Commands): Document the
3236 "undefined-command-error-code" element in the output of
3237 the "-list-features" GDB/MI command.
3238
6b7cbff1
JB
32392013-12-03 Joel Brobecker <brobecker@adacore.com>
3240
3241 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3242 the new -info-gdb-mi-command GDB/MI command. Document
3243 the meaning of "-info-gdb-mi-command" in the output of
3244 -list-features.
3245
20e1ca3b
PA
32462013-11-29 Pedro Alves <palves@redhat.com>
3247
3248 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
3249 Update comment.
3250
29453a14
YQ
32512013-11-24 Yao Qi <yao@codesourcery.com>
3252
3253 * gdb.texinfo (Caching Remote Data): Document new
3254 "set/show stack-cache" option.
3255
6dd315ba
YQ
32562013-11-24 Yao Qi <yao@codesourcery.com>
3257
3258 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
3259 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
3260 "off" respectively.
3261
9df9dbe0
YQ
32622013-11-23 Yao Qi <yao@codesourcery.com>
3263
3264 * gdb.texinfo (GDB/MI Variable Objects): Add the description
3265 of "displayhint" to the table about child results.
3266
c78feb39
YQ
32672013-11-21 Yao Qi <yao@codesourcery.com>
3268
3269 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
3270 'dynamic' for the output of command -var-list-children.
3271
27b81af3
YQ
32722013-11-21 Yao Qi <yao@codesourcery.com>
3273
3274 * gdb.texinfo (Caching Target Data): Remove "see" before
3275 @pxref.
3276
b26dfc9a
YQ
32772013-11-20 Yao Qi <yao@codesourcery.com>
3278
3279 * gdb.texinfo (Caching Target Data): Update doc for
3280 per-address-space dcache.
3281
b12039c6
YQ
32822013-11-20 Yao Qi <yao@codesourcery.com>
3283
3284 * gdb.texinfo (Data): Rename menu item.
3285 (Caching Remote Data): Rename to ...
3286 (Caching Target Data): ... it. Update.
3287
422ad5c2
JB
32882013-11-18 Joel Brobecker <brobecker@adacore.com>
3289
3290 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3291 "language-option" entry in the output of the "-list-features"
3292 command.
3293
805e1f19
TT
32942013-11-15 Tom Tromey <tromey@redhat.com>
3295
3296 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
3297 Add example.
3298
8fe1b653
TT
32992013-11-14 Tom Tromey <tromey@redhat.com>
3300
3301 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
3302
403cb6b1
JB
33032013-11-14 Joel Brobecker <brobecker@adacore.com>
3304
3305 * gdb.texinfo (Show): Add xref anchor for "show language" command.
3306 (Context management): Place current subsection text into its own
3307 subsubsection. Add new subsubsection describing the "--language"
3308 command option.
3309
93973826
JB
33102013-11-13 Joel Brobecker <brobecker@adacore.com>
3311
3312 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
3313 the documentation of "info-ada-exceptions" in the output
3314 of the "-list-features" command. Add the documentation
3315 of the "ada-exception" entry instead.
3316
6adcee18
JB
33172013-11-12 Joel Brobecker <brobecker@adacore.com>
3318
93973826 3319
6adcee18
JB
3320 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
3321 word of a couple of sentences to start with a capital letter.
3322
58d06528
JB
33232013-11-12 Joel Brobecker <brobecker@adacore.com>
3324
3325 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
3326 (Ada Exceptions): New node.
3327 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
3328 Commands" node.
3329 (GDB/MI Ada Exceptions Commands): New node.
3330 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
3331 field in the output of the "-list-features" command.
3332 * NEWS: Add entry for the new "info exceptions" CLI command,
3333 and for the new "-info-ada-exceptions" GDB/MI command.
3334
bc79de95
PM
33352013-11-11 Phil Muldoon <pmuldoon@redhat.com>
3336
3337 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
3338 (Line Tables In Python): New node.
3339
73be47f5
DE
33402013-11-08 Doug Evans <dje@google.com>
3341
3342 * gdb.texinfo (Debugging Output): Update text for
3343 "set debug dwarf2-read".
3344
db0fec5c
DE
33452013-11-08 Doug Evans <dje@google.com>
3346
3347 * gdb.texinfo (Debugging Output): Update text for
3348 "set debug symtab-create".
3349
92e32e33
PM
33502013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3351
72f4393d
L
3352 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
3353 constant.
92e32e33 3354
f76c27b5
PM
33552013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3356
3357 * gdb.texinfo (Breakpoints In Python): Document temporary
3358 option in breakpoint constructor, and add documentation to the
3359 temporary attribute.
3360
fa4d0c40
YQ
33612013-11-07 Yao Qi <yao@codesourcery.com>
3362
3363 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
3364 output of "-var-info-expression".
3365
afa332ce
PA
33662013-11-06 Pedro Alves <palves@redhat.com>
3367
3368 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
3369 non-interactive mode.
3370 (Environment) <shell startup files warning>: Mention
3371 non-interactive mode. Mention .zshenv for Z shell, and talk about
3372 BASH_ENV instead of .bashrc for BASH.
3373
9ac69859
NB
33742013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
3375
3376 * gdb.texinfo (Commands to Specify Files): Add description
3377 of the remove-symbol-file command.
3378 * observer.texi: New free_objfile event
3379
98882a26
PA
33802013-10-24 Pedro Alves <palves@redhat.com>
3381
3382 * gdb.texinfo (Starting): Document set/show startup-with-shell.
3383
ce13fade
JB
33842013-10-11 Joel Brobecker <brobecker@adacore.com>
3385
3386 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
3387 New subsection inside which the "-catch-load" and "-catch-unload"
3388 commands documentation is now placed.
3389 (Ada Exception GDB/MI Catchpoint Commands): New subsection
3390 documenting the "-catch-assert" and "-catch-exception" new
3391 GDB/MI commands.
3392
2446f5ea
JB
33932013-10-10 Joel Brobecker <brobecker@adacore.com>
3394
3395 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
3396
0d12017b
JB
33972013-10-10 Joel Brobecker <brobecker@adacore.com>
3398
bd80dc1a
JB
3399 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
3400 serial baud".
3401 (Remote Configuration): Replace "set remotebaud" by "set serial
3402 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 3403
f4fb82a1
PA
34042013-10-07 Pedro Alves <palves@redhat.com>
3405
3406 PR breakpoints/11568
3407 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
3408 when the thread is removed from the thread list.
3409
0c557179
SDJ
34102013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3411
3412 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
3413 Update entry for $_exitcode.
3414
5713b9b5
JB
34152013-10-04 Joel Brobecker <brobecker@adacore.com>
3416
3417 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
3418 new "--start" option.
3419
901461f8
PA
34202013-10-02 Pedro Alves <palves@redhat.com>
3421
3422 * gdb.texinfo (Registers): Expand description of saved registers
3423 in frames. Explain <not saved>.
3424
8fb8eb5c
DE
34252013-09-25 Doug Evans <dje@google.com>
3426
3427 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
3428
0a7cfe2c
SS
34292013-09-16 Stan Shebs <stan@codesourcery.com>
3430
3431 Remove the internals manual gdbint.texinfo.
3432 * Makefile.in (INFO_DEPS): Remove gdbint.info.
3433 (PDFFILES): Remove gdbint.pdf.
3434 (HTMLFILES): Remove gdbint/index.html.
3435 (HTMLFILES_INSTALL): Remove gdbint.
3436 (GDBINT_DOC_FILES): Remove.
3437 (dvi): Remove gdbint.dvi.
3438 (ps): Remove gdbint.ps.
3439 * gdbint.texinfo: Remove file.
3440 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
3441
a280dbd1
SDJ
34422013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3443
3444 * gdb.texinfo (Convenience Functions): Mention new convenience
3445 function $_isvoid.
3446
4ac33720
UW
34472013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3448
3449 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
3450 (Standard Target Features): Add new node to menu.
3451 (S/390 and System z Features): New node.
3452
b3d3b4bd
SA
34532013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
3454
3455 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
3456 -list-target-features in the example.
3457
edf9f00c
JK
34582013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3459
3460 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
3461 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
3462
1d236d23
JK
34632013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3464
3465 Sync documentation with gdb.base/gnu-debugdata.exp.
3466 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
3467
5423b017
JK
34682013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3469
3470 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
3471
6211c335
YQ
34722013-08-27 Pedro Alves <pedro@codesourcery.com>
3473 Yao Qi <yao@codesourcery.com>
3474
3475 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
3476 Document new --skip-unavailable option.
3477 <-stack-list-variables>: Document new --skip-unavailable option.
3478
52e260a3
DE
34792013-08-26 Doug Evans <dje@google.com>
3480
3481 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
3482 an optional regexp.
3483
5e92f71a
TT
34842013-08-13 Tom Tromey <tromey@redhat.com>
3485
3486 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
3487 Document GDB_PARALLEL and GDB_INOTIFY.
3488
c5d7073b
SS
34892013-08-09 Stan Shebs <stan@codesourcery.com>
3490
3491 * LRS: Remove file, describes a long-abandoned live-range
3492 splitting extension to stabs.
3493
6fbe845e
AB
34942013-07-25 Andrew Burgess <aburgess@broadcom.com>
3495
3496 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
3497
e7045703
DE
34982013-07-17 Doug Evans <dje@google.com>
3499
3500 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
3501
3105ebf9
TT
35022013-07-02 Tom Tromey <tromey@redhat.com>
3503
3504 * gdb.texinfo (Target Commands): Don't mention "target nrom".
3505
d6c2da54
TT
35062013-06-28 Tom Tromey <tromey@redhat.com>
3507
3508 * Makefile.in (version.subst): Use version.in, not
3509 common/version.in.
3510 * gdbint.texinfo (Versions and Branches, Releasing GDB):
3511 Likewise.
3512
e5823f1c
PA
35132013-06-27 Pedro Alves <palves@redhat.com>
3514
3515 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
3516 dynamic symbol resolution code>: New section, based on infrun.c
3517 comment.
3518
92dcb9ff
TT
35192013-06-26 Tom Tromey <tromey@redhat.com>
3520
3521 * gdbint.texinfo (Versions and Branches): Use common/version.in.
3522 Update.
3523 (Releasing GDB): Likewise.
3524
dc673c81
YQ
35252013-06-26 Pedro Alves <pedro@codesourcery.com>
3526 Yao Qi <yao@codesourcery.com>
3527
3528 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
3529 -trace-frame-collected.
3530
28a93511
YQ
35312013-06-26 Pedro Alves <pedro@codesourcery.com>
3532
3533 * gdb.texinfo (Traceframe Info Format): Document tvar element
3534 and its attributes.
3535
a0743c90
YQ
35362013-06-25 Yao Qi <yao@codesourcery.com>
3537
3538 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
3539
01208463
TT
35402013-06-24 Tom Tromey <tromey@redhat.com>
3541
3542 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
3543 (GDBvn.texi): Use version.subst.
3544 (version.subst): New target.
3545 (mostlyclean): Remove version.subst.
3546
c898adb7
YQ
35472013-06-20 Pedro Alves <pedro@codesourcery.com>
3548
3549 * gdb.texinfo (GDB/MI Data Manipulation)
3550 <-data-list-register-values>: Document the --skip-unavailable
3551 option.
3552
7c57fa1e
YQ
35532013-06-07 Yao Qi <yao@codesourcery.com>
3554
3555 * gdb.texinfo (Symbols): Add kindex and cindex for
3556 'maint print msymbols'.
3557
0059c61a 35582013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
3559
3560 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
3561 response field name (thread-group to inferior).
3562
85dc5a12
GB
35632013-06-04 Gary Benson <gbenson@redhat.com>
3564
3565 * gdb.texinfo (General Query Packets/qSupported): Added
3566 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
3567 to the table of currently defined stub features.
3568 Added a more detailed entry for "augmented-libraries-svr4-read".
3569 (General Query Packets/qXfer:libraries-svr4:read): Documented
3570 the augmented form of this packet.
3571
5901af59
JB
35722013-05-23 Joel Brobecker <brobecker@adacore.com>
3573
3574 * gdb.texinfo (System-wide Configuration Scripts): Renames
3575 "Installed System-wide Configuration Scripts". Add associated
3576 @menu block.
3577
c1e36e3e
PA
35782013-05-23 Yao Qi <yao@codesourcery.com>
3579 Pedro Alves <palves@redhat.com>
3580
3581 * gdb.texinfo (Packets): Document 'vCont;r'.
3582 (Continuing and Stepping): Document target-assisted range
3583 stepping, and the 'set range-stepping' and 'show range-stepping'
3584 commands.
3585
0201faac
JB
35862013-05-23 Joel Brobecker <brobecker@adacore.com>
3587
3588 * gdb.texinfo (Installed System-wide Configuration Scripts):
3589 Add subsection describing the scripts now available under
3590 the data-dir's system-gdbbinit subdirectory.
3591 * NEWS: Add entry announcing the availability of system-wide
3592 configuration scripts for ElinOS and Wind River Linux.
3593
c5867ab6
HZ
35942013-05-21 Hui Zhu <hui@codesourcery.com>
3595
3596 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
3597 "-dprintf-insert" command.
3598
7d0c9981
DE
35992013-05-17 Doug Evans <dje@google.com>
3600
3601 * gdb.texinfo (Maintenance Commands): Update doc for
3602 "maint check-psymtabs". Add doc for "maint check-symtabs",
3603 "maint expand-symtabs".
3604
742ce053
MM
36052013-05-15 Markus Metzger <markus.t.metzger@intel.com>
3606
3607 * gdb.texinfo (Process Record and Replay): Document the
3608 "record goto" command and its sub-commands.
3609
1e611234
PM
36102013-05-10 Phil Muldoon <pmuldoon@redhat.com>
3611
3612 * gdb.texinfo (Backtrace): Add "no-filter" argument.
3613 (Python API): Add Frame Filters API, Frame Wrapper API,
3614 Writing a Frame Filter/Wrapper, Managing Management of Frame
3615 Filters chapter entries.
3616 (Frame Filters API): New Node.
3617 (Frame Wrapper API): New Node.
3618 (Writing a Frame Filter): New Node.
3619 (Managing Frame Filters): New Node.
3620 (Progspaces In Python): Add note about frame_filters attribute.
3621 (Objfiles in Python): Ditto.
3622 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
3623 @anchors and --no-frame-filters option to -stack-list-variables,
3624 -stack-list-frames, -stack-list-locals and -stack-list-arguments
3625 commands.
3626
2874cb83
JB
36272013-05-08 Joel Brobecker <brobecker@adacore.com>
3628
3629 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
3630 Support" subsection documenting the XML format used to transfer
3631 shared library info on AIX.
3632
9a005eb9
JB
36332013-05-08 Joel Brobecker <brobecker@adacore.com>
3634
3635 * gdb.texinfo (Debugging Output): Add documentation of
3636 "set debug aix-solib" and "show debug aix-solib" commands.
3637
a1217d97
SL
36382013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3639
3640 * gdb.texinfo (Nios II): New section.
3641 (Nios II Features): New section.
3642
4d1eb6b4
JB
36432013-05-06 Joel Brobecker <brobecker@adacore.com>
3644
3645 * gdbint.texinfo (Algorithms): Remove entries documenting
3646 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
3647 SOLIB_CREATE_INFERIOR_HOOK.
3648
3f84184e
TT
36492013-04-29 Tom Tromey <tromey@redhat.com>
3650
3651 PR python/14204:
3652 * gdb.texinfo (Python API): Fix menu entry.
3653 (Blocks In Python): Fix subsubsection text. Rewrite intro.
3654 Define global and static block. Add example. Clarify
3655 block relationship for inline functions.
3656
60155234
TT
36572013-04-29 Tom Tromey <tromey@redhat.com>
3658
3659 * gdb.texinfo (Python API): Mention Python help and keyword
3660 arguments. Move pagination text to Basic Python.
3661 (Basic Python): Put pagination text here. Document
3662 close-on-exec, SIGCHLD, and SIGINT.
3663
5360976e
PA
36642013-04-19 Pedro Alves <palves@redhat.com>
3665
3666 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
3667 "signedness" instead of "signness".
3668
bd3f3b55
PA
36692013-04-19 Pedro Alves <palves@redhat.com>
3670
3671 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
3672 -Wno-pointer-sign text with text on -Wpointer-sign.
3673
dee368d3
TT
36742013-04-16 Tom Tromey <tromey@redhat.com>
3675
3676 * gdb.texinfo (Set Catchpoints): Mention earliest version of
3677 GCC that has the SDT probe points.
3678
cc16e6c9
TT
36792013-04-15 Tom Tromey <tromey@redhat.com>
3680
3681 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
3682 exception catchpoints.
3683
72f1fe8a
TT
36842013-04-15 Tom Tromey <tromey@redhat.com>
3685
3686 * gdb.texinfo (Set Catchpoints): Document $_exception.
3687 (Convenience Vars): Mention $_exception.
3688
591f19e8
TT
36892013-04-15 Tom Tromey <tromey@redhat.com>
3690
3691 * gdb.texinfo (Set Catchpoints): Reorganize exception
3692 catchpoints. Document "catch rethrow".
3693 (Debugging C Plus Plus): Mention "catch rethrow".
3694
02ae6bad
TT
36952013-04-15 Tom Tromey <tromey@redhat.com>
3696
3697 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
3698
2c91021c
JK
36992013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3700 Eli Zaretskii <eliz@gnu.org>
3701
3702 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
3703 line below the sample output.
3704
6eaaf48b
EZ
37052013-04-12 Eli Zaretskii <eliz@gnu.org>
3706
3707 * gdb.texinfo (Mode Options): Document '-configuration'.
3708 (Help): Document "show configuration".
3709 (Bug Reporting): Add requirements to include the configuration
3710 details in bug reports.
3711
b292c783
JK
37122013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3713
3714 * Makefile.in (MAN1S): Add gcore.1.
3715 Remove "Host, target, and site specific Makefile fragments" comment.
3716 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
3717 (install-man1, uninstall-man1): Conditionalize gcore.1.
3718 (gcore.1): New.
3719 * gdb.texinfo (Man Pages): Add gcore man.
3720 (gcore man): New node.
3721
f81d1120
PA
37222013-04-10 Pedro Alves <palves@redhat.com>
3723
3724 * gdb.texinfo (Process Record and Replay): Document that "set
3725 record full insn-number-max", "set record
3726 instruction-history-size" and "set record
3727 function-call-history-size" accept "unlimited".
3728 (Backtrace): Document that "set backtrace limit" accepts
3729 "unlimited".
3730 (List): Document that "set listsize" accepts "unlimited".
3731 (Print Settings)" Document that "set print max-symbolic-offset",
3732 "set print elements" and "set print repeats" accept "unlimited".
3733 (Starting and Stopping Trace Experiments): Document that "set
3734 trace-buffer-size" accepts "unlimited".
3735 (Remote Configuration): Document that "set tcp connect-timeout"
3736 accepts "unlimited".
3737 (Command History): Document that "set history size" accepts
3738 "unlimited".
3739 (Screen Size): Document that "set height" and "set width" accepts
3740 "unlimited". Adjust "set pagination"'s description to suggest
3741 "set height unlimited" instead of "set height 0".
3742
393fd4c3
YQ
37432013-04-10 Yao Qi <yao@codesourcery.com>
3744
3745 * gdb.texinfo (Trace Files): Add "target ctf".
3746
cba5a7bf
JK
37472013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3748
3749 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
3750
0ed630cb
JK
3751 * Makefile.in (install-man1, install-man5, uninstall-man1)
3752 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
3753
afe1492b
JK
3754 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
3755
5b8b6385
JK
37562013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3757 Eli Zaretskii <eliz@gnu.org>
3758
3759 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
3760 parameters order. Remove "On some targets" for --attach. Document the
3761 --multi parameter and extended-remote command. Document all the
3762 options.
3763
906ccdf0
JK
37642013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3765
3766 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
3767 the list of supported languages.
3768
43662968
JK
37692013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3770
3771 Convert man pages to texinfo, new gdbinit.5 texinfo page.
3772 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
3773 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
3774 (diststuff): Add man.
3775 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
3776 (uninstall-man5): New.
3777 (STAGESTUFF): Add *.1 and *.5.
3778 (GDBvn.texi): Add SYSTEM_GDBINIT.
3779 (gdb.1, gdbserver.1, gdbinit.5): New.
3780 (maintainer-clean realclean): Add $(MANS).
3781 (install): Add install-man.
3782 (uninstall): Add uninstall-man.
3783 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
3784 (@copying): Wrap it by @c man begin COPYRIGHT.
3785 (Top): Add Man Pages.
3786 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
3787
be9a8770
PA
37882013-04-02 Pedro Alves <palves@redhat.com>
3789
3790 * gdb.texinfo (Debugging Output): Document "set/show debug
3791 aarch64", "set/show debug coff-pe-read" and "set/show debug
3792 mach-o".
3793
a46c1e42
PA
37942013-04-02 Pedro Alves <palves@redhat.com>
3795
3796 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3797 table>: Add entry for "trace-buffer-size".
3798
bd3eecc3
PA
37992013-03-28 Pedro Alves <palves@redhat.com>
3800
3801 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3802 table>: Add entry for "trace-status".
3803
215b9f98
EZ
38042013-03-28 Eli Zaretskii <eliz@gnu.org>
3805
3806 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
3807 @bullet", which is invalid (makeinfo 5.1 barfs).
3808
7f7cc265
PA
38092013-03-28 Pedro Alves <palves@redhat.com>
3810
3811 PR gdb/15294
3812
3813 * gdb.texinfo (List) <set listsize>: Adjust to document that
3814 listsize 0 means no limit, and remove mention of -1.
3815
9c0be723
YQ
38162013-03-22 Yao Qi <yao@codesourcery.com>
3817
3818 * gdb.texinfo (Embedded Processors): Remove menu item
3819 "OpenRISC 1000".
3820 (OpenRISC 1000): Remove.
3821
bd712aed
DE
38222013-03-21 Doug Evans <dje@google.com>
3823
3824 * gdb.texinfo (Maintenance Commands): Add docs for
3825 "mt set per-command {space,time,symtab} {on,off}".
3826
d0353e76
YQ
38272013-03-14 Hui Zhu <hui@codesourcery.com>
3828 Yao Qi <yao@codesourcery.com>
3829
3830 * gdb.texinfo (Trace Files): Add "tsave -ctf".
3831
6dd24dfa
KS
38322013-03-13 Keith Seitz <keiths@redhat.com>
3833
3834 * gdb.texinfo (Maintenance Commands): Add missing ')' for
3835 "maint agent" reference to Dynamic printf.
3836
5c4808ca
EZ
38372013-03-11 Eli Zaretskii <eliz@gnu.org>
3838
3839 * gdb.texinfo (General Query Packets): Don't use colon in index
3840 entries visible to Info format.
3841
59ea5688
MM
38422013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3843
3844 * gdb.texinfo (Process Record and Replay): Document record
3845 changes.
3846
2ae8c8e7
MM
38472013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3848
3849 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
3850 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
3851 qXfer:btrace:read.
3852
28abe188
EZ
38532013-03-09 Eli Zaretskii <eliz@gnu.org>
3854
3855 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
3856 use colons in @anchor and @cindex entries.
3857
be9a119c 38582013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
3859
3860 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
3861
be9a119c 38622013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
3863 Hafiz Abid Qadeer <abidh@codesourcery.com>
3864
3865 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3866 trace-buffer-size set and show commands.
3867 (Tracepoint Packets): Document QTBuffer:size.
3868 (General Query Packets): Document QTBuffer:size.
3869
d57350ea
TT
38702013-02-21 Tom Tromey <tromey@redhat.com>
3871
3872 * gdb.texinfo: Remove bad @syncodeindex.
3873 (Values From Inferior, Types In Python, Inferiors In Python)
3874 (Events In Python, Threads In Python, Frames In Python, Blocks In
3875 Python, Symbols In Python, Symbol Tables In Python): Remove
3876 @tables.
3877 (Packets, General Query Packets, Tracepoint Packets)
3878 (Host I/O Packets): Use @w{} for empty @item.
3879
9f44fbc0
SCR
38802013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3881
3882 * gdb.texinfo (Architectures In Python): Add description about
3883 the new method gdb.Architecture.disassemble.
3884
f5911ea1
HAQ
38852013-02-15 Pedro Alves <pedro@codesourcery.com>
3886 Hafiz Abid Qadeer <abidh@codesourcery.com>
3887
3888 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
3889 Document the "trace-file" field.
3890
7e1e0340
DE
38912013-02-07 Doug Evans <dje@google.com>
3892
3893 * gdb.texinfo (Machine Code): Clarify argument to disassemble
3894 command.
3895
134a2066
YQ
38962013-02-06 Yao Qi <yao@codesourcery.com>
3897
3898 * gdb.texinfo (GDB/MI Async Records): Document new MI
3899 notification "=tsv-modified". Update the document of MI
3900 notification "=tsv-created".
3901 * observer.texi (GDB Observers): New observer tsv_modified.
3902 Update observer tsv_created and tsv_delete.
3903
430ed3f0
MS
39042013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
3905
3906 * gdb.texinfo (AArch64 Features): New section; document
3907 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
3908 (Architectures): Add new AArch64 section to document AArch64
3909 architecture specific commands.
3910 (ABI): Add description of the new OS ABI "Newlib" and its influence
3911 on the longjmp handling.
3912
1b56eb55
JK
39132013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
3914 Jan Kratochvil <jan.kratochvil@redhat.com>
3915
3916 * gdb.texinfo (Backtrace): Added description of 'filename-display'
3917 variable in 'set/show backtrace' section.
3918
c4957902
TT
39192013-01-31 Tom Tromey <tromey@redhat.com>
3920
3921 * gdb.texinfo (Target Commands): Fix typo.
3922
bea883fd
SCR
39232013-01-23 Siva Chandra Reddy <sivachandra@google.com>
3924
3925 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
3926 describing the gdb.Architecture class.
3927 (Frames In Python): Add description about the new method
3928 gdb.Frame.architecture().
3929
796a7ff8
DE
39302013-01-23 Doug Evans <dje@google.com>
3931
3932 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
3933
998580f1
MK
39342013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
3935
3936 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
3937 'thread-groups' field when printing a breakpoint in MI.
3938
c9fb1240
SD
39392012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3940 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
3941 to reflect that jit-reader-load now supports absolute file-names.
3942
ab04a2af
TT
39432013-01-16 Tom Tromey <tromey@redhat.com>
3944
3945 * gdb.texinfo (Set Catchpoints): Document "catch signal".
3946 (Signals): Likewise.
3947
8ac3646f
TT
39482013-01-16 Tom Tromey <tromey@redhat.com>
3949
3950 * gdb.texinfo (GDB/MI Breakpoint Information): Document
3951 "catch-type" field.
3952 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
3953
e93a8774
TT
39542013-01-07 Tom Tromey <tromey@redhat.com>
3955
3956 * gdb.texinfo (Mode Options): Don't mention -epoch.
3957 (Data, Emacs): Remove obsolete comments.
3958
54516a0b
TT
39592013-01-02 Tom Tromey <tromey@redhat.com>
3960
3961 * gdb.texinfo (GDB/MI Output Records): Update menu.
3962 (GDB/MI Breakpoint Information): New node.
3963 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
3964 <-break-insert>: Likewise.
3965
8dbe8ece
YQ
39662012-12-31 Yao Qi <yao@codesourcery.com>
3967
3968 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
3969 (Packets): Move "vStopped" packet to ...
3970 (Notification Packets): ... here. Describe the components
3971 of notification. Add a table of supported notifications.
3972 Add an example on the process of he async notification.
3973
f35a17b5
JK
39742012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3975
3976 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
3977 present.
3978 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
3979 fullname output always present.
3980
0dfd2fad
PM
39812012-12-23 Pierre Muller <muller@sourceware.org>
3982
72f4393d
L
3983 * gdbint.texinfo (Function prototypes): Require use of "extern"
3984 modifier for function prototypes in headers.
0dfd2fad 3985
7785b880
JB
39862012-12-19 Joel Brobecker <brobecker@adacore.com>
3987
3988 * refcard.tex: Update copyright notice to GPL v3 or later.
3989 Update contact info.
3990
3d745be3
JK
39912012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3992
3993 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
3994
c9b6281a
YQ
39952012-12-15 Yao Qi <yao@codesourcery.com>
3996
3997 * gdb.texinfo (Debugging Output): Document 'set debug
3998 notification' and 'show debug notification'.
3999
f2a8bc8a
YQ
40002012-12-15 Yao Qi <yao@codesourcery.com>
4001
4002 * gdb.texinfo (Listing Tracepoints): New item and example about
4003 'installed on target' output.
4004 Add more in the example about 'installed on target'.
4005 (GDB/MI Breakpoint Commands): Doc about 'installed field.
4006
451b7c33
TT
40072012-12-14 Tom Tromey <tromey@redhat.com>
4008
72f4393d 4009 * gdb.texinfo (SVR4 Process Information): Mention core files.
451b7c33 4010
3fa7bf06 40112012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
72f4393d 4012
3fa7bf06
MG
4013 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
4014
701adfb0
PA
40152012-12-12 Paul Koning <paul_koning@dell.com>
4016
4017 Add support for Python 3.
4018 * gdb.texinfo (Inferior.read_memory): Mention that the return
4019 value is a memoryview object if Python 3.
4020
05b4bd79
PA
40212012-12-11 Pedro Alves <palves@redhat.com>
4022
4023 * gdb.texinfo: Remove all mentions of Unixware throughout.
4024
74a0d9f6
JK
40252012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4026
4027 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
4028
0c631110
TT
40292012-11-29 Tom Tromey <tromey@redhat.com>
4030
4031 * gdb.texinfo (SVR4 Process Information): Document missing
4032 "info proc" subcommands.
4033
891df0ea
YQ
40342012-11-29 Yao Qi <yao@codesourcery.com>
4035
4036 PR gdb/1477.
4037 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
4038 to 'auto' instead of 'gnu'.
4039
608e2dbb
TT
40402012-11-26 Tom Tromey <tromey@redhat.com>
4041
4042 * gdb.texinfo (MiniDebugInfo): New node.
4043 (GDB Files): Update.
4044
e64e0392
DE
40452012-11-16 Doug Evans <dje@google.com>
4046
4047 * gdb.texinfo (System-wide configuration): If the system-wide init
4048 file lives in the data-directory, and --data-directory is provided,
4049 look for it there.
4050
ae606bee
TT
40512012-11-15 Tom Tromey <tromey@redhat.com>
4052
4053 * gdb.texinfo (Signaling): Fix typo.
4054
62747a60
TT
40552012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
4056
4057 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
4058 parameter "count" of -data-write-memory-bytes, and add an example.
4059
18a9fc12
TT
40602012-11-12 Tom Tromey <tromey@redhat.com>
4061
4062 * gdb.texinfo (Symbols): Document "info type-printers",
4063 "enable type-printer" and "disable type-printer".
4064 (Python API): Add new node to menu.
4065 (Type Printing API): New node.
4066 (Progspaces In Python): Document type_printers field.
4067 (Objfiles In Python): Likewise.
4068 (gdb.types) <get_type_recognizers, apply_type_recognizers,
4069 register_type_printer, TypePrinter>: Document.
4070
53342f27
TT
40712012-11-12 Tom Tromey <tromey@redhat.com>
4072
4073 * gdb.texinfo (Symbols): Document "set print type methods",
4074 "set print type typedefs", and flags to ptype and whatis.
4075
ed8a1c2d
AB
40762012-11-09 Andrew Burgess <aburgess@broadcom.com>
4077
4078 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
4079 the example -data-disassemble output. Extend the description of
4080 the -data-disassemble results to document all fields. Document
4081 the cli disassemble command as being related to -data-disassemble.
4082
8506d139
YQ
40832012-11-09 Yao Qi <yao@codesourcery.com>
4084
4085 PR gdb/14777.
4086 * gdb.texinfo (OS Information): Remove doc on command
4087 'info udot'.
4088
4d3f93a2
JB
40892012-11-08 Joel Brobecker <brobecker@adacore.com>
4090
4091 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
4092 gdb.ini warning for Windows port.
4093
1e96de83
YQ
40942012-11-08 Yao Qi <yao@codesourcery.com>
4095
4096 * gdb.texinfo (Search): Add kindex for 'fo'.
4097
dc939229
TT
40982012-11-05 Tom Tromey <tromey@redhat.com>
4099
4100 PR python/14802:
4101 * gdb.texinfo (Functions In Python): Add example.
4102
6f6484cd
YQ
41032012-11-03 Yao Qi <yao@codesourcery.com>
4104
4105 * observer.texi (GDB Observers): Remove observer
4106 'tracepoint_modified', 'tracepoint_created' and
4107 'tracepoint_deleted'.
4108
af4238e5
TT
41092012-10-26 Tom Tromey <tromey@redhat.com>
4110
4111 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
4112
687e43a4
TT
41132012-10-25 Tom Tromey <tromey@redhat.com>
4114
4115 * gdb.texinfo (General Query Packets): Use @itemx.
4116
8de0566d
YQ
41172012-10-17 Yao Qi <yao@codesourcery.com>
4118
4119 * observer.texi (GDB Observers): Update observer
4120 'memory_changed'.
4121 * gdb.texinfo (GDB/MI Async Records): Document for
4122 "memory-changed" notification.
4123
07540c15
DE
41242012-10-15 Doug Evans <dje@google.com>
4125
4126 * gdb.texinfo (Mode Options): Document -nh.
4127 Elaborate on docs for -nx.
4128
d7019589
SP
41292012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
4130
4131 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
4132
82a90ccf 41332012-09-21 Yao Qi <yao@codesourcery.com>
72f4393d 4134 Pedro Alves <palves@redhat.com>
82a90ccf
YQ
4135
4136 * gdb.texinfo (GDB/MI Async Records): Document notification
4137 'record-started' and 'record-stopped'.
4138 * observer.texi (GDB Observers): New observer 'record-changed'.
4139
aa9259cc
TS
41402012-09-19 Thomas Schwinge <thomas@codesourcery.com>
4141
4142 * gdb.texinfo: Document the removal of SH's 'regs' command.
4143
c1d780c2
SDJ
41442012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4145
4146 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
4147
bb25a15c
YQ
41482012-09-18 Yao Qi <yao@codesourcery.com>
4149
4150 * gdb.texinfo (GDB/MI Async Records): Document new MI
4151 notifications '=tsv-created' and '=tsv-deleted'.
4152 * observer.texi (GDB Observers): New observer tsv_created and
4153 tsv_deleted.
4154
201b4506
YQ
41552012-09-18 Yao Qi <yao@codesourcery.com>
4156
4157 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
4158 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
4159 '=traceframe-changed'.
4160
6fc1c773
YQ
41612012-09-17 Yao Qi <yao@codesourcery.com>
4162
4163 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
4164 'set listsize'.
4165
121c73f3
JK
41662012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4167 Eli Zaretskii <eliz@gnu.org>
4168
4169 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
4170 encoding for gdbarch_breakpoint_from_pc, bp_addr for
4171 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
4172
e9687799
JK
41732012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4174
4175 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
4176
3b5e4d35
YPK
41772012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
4178
4179 Document how to return from "python-interactive" to GDB.
4180 * gdb.texinfo (Python Commands): Update documentation.
4181
41822012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
4183
4184 Add a new "python-interactive" command that starts a standard
4185 Python interactive prompt with "pi" as alias, and add "py" as
4186 an alias to "python".
4187 * gdb.texinfo (Python Commands): Document the new commands.
4188
b583003e
TT
41892012-08-22 Tom Tromey <tromey@redhat.com>
4190
4191 * gdbint.texinfo (Host Definition): Remove documentation for
4192 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
4193
a451cb65
KS
41942012-08-17 Keith Seitz <keiths@redhat.com>
4195
4196 PR c++/13356
4197 * gdb.texinfo (Type and Range Checking): Remove warning.
4198 Remove spurious commas.
4199 Update text and examples for re-implementation of set/show
4200 check type.
4201 (C and C++ Type and Range Checks): Likewise.
4202
6b1755ce
YQ
42032012-08-16 Yao Qi <yao@codesourcery.com>
4204
4205 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
4206 is deprecated.
4207
f47f77df
DE
42082012-08-13 Doug Evans <dje@google.com>
4209
4210 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
4211 to include functions.
4212
a72c3253
DE
42132012-08-10 Doug Evans <dje@google.com>
4214
4215 * gdb.texinfo (Convenience Funs): New node.
4216 (Types In Python): Document Type.vector.
4217
5b9afe8a
YQ
42182012-08-09 Yao Qi <yao@codesourcery.com>
4219
4220 * observer.texi: New observer command_param_changed.
4221 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
4222
dc1039df
JK
42232012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4224
4225 * gdbint.texinfo (Debugging GDB): In section
4226 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
4227 Mention also gdb-gdb.py.
4228
4abf930d
YQ
42292012-08-07 Yao Qi <yao@codesourcery.com>
4230
4231 Revert the folloing patch:
4232 2012-08-06 Yao Qi <yao@codesourcery.com>
4233 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4234 remote hardware-watchpoint-limit' and 'set
4235 remote hardware-breakpoint-limit'.
4236
f3c8a52a
JK
42372012-08-06 Nathaniel Flath <flat0103@gmail.com>
4238
4239 * gdb.texinfo (Working Directory): Added information about new
4240 default argument for 'cd' command.
4241
77a91025
YQ
42422012-08-06 Yao Qi <yao@codesourcery.com>
4243
4244 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4245 remote hardware-watchpoint-limit' and 'set
4246 remote hardware-breakpoint-limit'.
4247
d9f08f52
YQ
42482012-08-06 Yao Qi <yao@codesourcery.com>
4249
4250 Fix PR14371.
4251
4252 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
4253 '=breakpoint-deleted'.
4254
95b07c96
YQ
42552012-08-02 Yao Qi <yao@codesourcery.com>
4256
4257 * gdb.texinfo (Native): Remove node Neutrino.
4258
7255706c
YQ
42592012-07-27 Yao Qi <yao@codesourcery.com>
4260
4261 * gdb.texinfo (IPA Protocol Commands): Document new command
4262 'close'.
4263
d6b28940
TT
42642012-07-25 Tom Tromey <tromey@redhat.com>
4265
4266 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
4267
e615022a
DE
42682012-07-20 Doug Evans <dje@google.com>
4269
4270 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
4271 (Index Files): Document how to control the use of deprecated index
4272 sections.
4273 (Index Section Format): Replace --use-deprecated-index-sections with
4274 "set use-deprecated-index-sections on".
4275
055855a4
EZ
42762012-07-12 Eli Zaretskii <eliz@gnu.org>
4277
4278 * gdbint.texinfo: Remove @syncodeindex directives that put all the
4279 indices into a single node "Index". Instead, join function and
4280 variable indices into a single index, separate from the concept
4281 index. Requested in
4282 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
4283 (Top): Update the top-level menu: instead of one "Index" there are
4284 now separate entries "Concept Index" and "Function and Variable
4285 Index".
4286 (Concept Index, Function and Variable Index): New nodes.
4287 (Index): Node deleted.
4288
f77cc5f0
HZ
42892012-07-05 Hui Zhu <hui_zhu@mentor.com>
4290
4291 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
4292 and "maint agent-eval".
4293
00595b5e
EZ
42942012-07-03 Eli Zaretskii <eliz@gnu.org>
4295
4296 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
4297 avoid file-name clashes between Index.html and index.html on
4298 case-insensitive filesystems. See the discussion starting in
4299 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
4300 details of the problem.
4301 (Top): Update the master menu for the above.
4302 (Concept Index, Command and Variable Index): New nodes, instead of
4303 the old "Index" node that was deleted. All cross-references
4304 updated.
4305
d3ce09f5
SS
43062012-07-02 Stan Shebs <stan@codesourcery.com>
4307
4308 * gdb.texinfo (Dynamic Printf): Mention agent style and
4309 disconnected dprintf.
4310 (Maintenance Commands): Describe maint agent-printf.
4311 (General Query Packets): Mention BreakpointCommands feature.
4312 (Packets): Document commands extension to Z0 packet.
4313 * agentexpr.texi (Bytecode Descriptions): Document printf
4314 bytecode.
4315
2d7b58e8
JK
43162012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4317
4318 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
4319 only after gdbinit files.
4320 (Startup): Move -iex and -iex commands down after gdbinit files.
4321
202cbf1c
JK
43222012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4323
4324 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
4325 possibility.
4326
b6ba681c
TT
43272012-06-29 Tom Tromey <tromey@redhat.com>
4328
4329 * gdb.texinfo (Index Section Format): Update for version 7.
4330
71caed83
SS
43312012-06-28 Stan Shebs <stan@codesourcery.com>
4332
4333 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
4334 example, add note about title column.
4335
ee0bf529
SCR
43362012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4337
4338 * gdb.texinfo (Symbol Tables In Python): Add description about
4339 the new 'last' attribute of gdb.Symtab_and line.
4340
3c15d565
SCR
43412012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4342
4343 * gdb.texinfo (Symbol Tables In Python): Correct the description
4344 of the 'pc' attribute of gdb.Symtab_and_line.
4345
45cfd468
DE
43462012-06-26 Doug Evans <dje@google.com>
4347
4348 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
4349 and symtab-create.
4350
496ee73e
KS
43512012-06-25 Keith Seitz <keiths@redhat.com>
4352
4353 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
4354 from example. Remove "rbreak" from list of corresponding
4355 gdb commands.
4356
156942c7
DE
43572012-06-23 Doug Evans <dje@google.com>
4358
4359 * gdb.texinfo (Index Section Format): Document version 7 format.
4360
c614397c
YQ
43612012-06-22 Yao Qi <yao@codesourcery.com>
4362
4363 * gdb.texinfo: Add missing cindex for some packets.
4364
472a2379
KS
43652012-06-20 Keith Seitz <keiths@redhat.com>
4366
4367 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
4368 for -break-insert and document -p.
4369
2678e2af
YQ
43702012-06-20 Yao Qi <yao@codesourcery.com>
4371
4372 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
4373 and "gdb.write_memory" with "Inferior.read_memory" and
4374 "Inferior.write_memory".
4375
984359d2
EZ
43762012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
4377
4378 * gdb.texinfo (Summary): Add a link to "Free Documentation".
4379 (Free Documentation): Add @node line.
4380 (Continuing and Stepping) <advance location>: Use @item instead of
4381 @itemx.
4382 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
4383 @itemx.
4384 (Embedded Processors): Put the link to "PA" to its correct place,
4385 according to document structure.
4386 (Python API): Put the link to "Lazy Strings In Python" to its
4387 correct place.
4388 (Index): Use @@ in @tex block to get a literal @.
4389
4390 * gdbint.texinfo: Fix the @subtitle line.
4391
4392 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
4393 correct place.
4394
16bdd41f
YQ
43952012-06-08 Yao Qi <yao@codesourcery.com>
4396
4397 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
4398 Protocol'.
4399 (In-Process Agent Protocol, IPA Protocol Objects)
4400 (IPA Protocol Commands): New nodes.
4401 (Tracepoint Packets): Add anchors.
4402
2d4c29c5
TS
44032012-06-06 Thomas Schwinge <thomas@codesourcery.com>
4404
4405 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
4406
6bd110c5
YQ
44072012-06-06 Yao Qi <yao@codesourcery.com>
4408
4409 * gdb.texinfo: Update copyright year.
4410
f3e0e960
SS
44112012-05-23 Stan Shebs <stan@codesourcery.com>
4412 Kwok Cheung Yeung <kcy@codesourcery.com>
4413
4414 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
4415
1564a261
JK
44162012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4417
4418 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
4419 Mention also --with-separate-debug-dir.
4420 (Auto-loading): Prepend $debugdir in the sample output.
4421 (Auto-loading safe path): Likewise. Mention also $debugdir for the
4422 auto-load safe-path variable.
4423 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
4424 Mention also $debugdir for 'set auto-load scripts-directory'.
4425
eb17f351
EZ
44262012-05-19 Eli Zaretskii <eliz@gnu.org>
4427
4428 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
4429 (MIPS Embedded, MIPS, MIPS Register packet Format)
4430 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
4431 appropriate.
4432
4cc0665f 44332012-05-18 Sandra Loosemore <sandra@codesourcery.com>
72f4393d 4434 Maciej W. Rozycki <macro@codesourcery.com>
4cc0665f
MR
4435
4436 * gdb.texinfo (MIPS): Document "set mips compression" and "show
4437 mips compression".
4438 (MIPS Breakpoint Kinds): New subsubsection.
4439
7af8dcf8 44402012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
4441
4442 * gdb.texinfo (Architecture-Specific Protocol Details): Define
4443 nodes for subsections. Add @acronym mark-ups and adjust
4444 formatting.
4445
aff139ff
JK
44462012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4447
4448 Rename $ddir to $datadir.
4449 * gdb.texinfo (Auto-loading, Auto-loading safe path)
4450 (objfile-gdb.py file): Rename $ddir to $datadir.
4451
9cb709b6
TT
44522012-05-18 Tom Tromey <tromey@redhat.com>
4453
4454 * gdb.texinfo (Print Settings): Document 'set print symbol'.
4455
e7e0cddf
SS
44562012-05-14 Stan Shebs <stan@codesourcery.com>
4457
4458 * gdb.texinfo (Dynamic Printf): New subsection.
4459
7efc75aa
SCR
44602012-05-13 Siva Chandra Reddy <sivachandra@google.com>
4461
4462 * gdb.texinfo (Basic Python): Add description about the function
4463 gdb.find_pc_line
4464
f307c045
JK
44652012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4466 Eli Zaretskii <eliz@gnu.org>
4467
4468 * gdb.texinfo (Separate Debug Files): Use plural form for global
4469 debugging information directory.
4470
85d4a676
SS
44712012-05-11 Stan Shebs <stan@codesourcery.com>
4472 Kwok Cheung Yeung <kcy@codesourcery.com>
4473
4474 * gdb.texinfo (Operating System Auxiliary Information): Document new
4475 'info os' subcommands.
4476
c1668e4e
JK
44772012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4478
4479 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
4480 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
4481 (dotdebug_gdb_scripts section): Add reference
4482 to 'Auto-loading safe path'.
4483
7349ff92
JK
44842012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4485
4486 Implement multi-component --with-auto-load-dir.
4487 * gdb.texinfo (Auto-loading): New references
4488 for 'set auto-load scripts-directory'
4489 and 'show auto-load scripts-directory'.
4490 (Auto-loading safe path): Describe the new default. Move $ddir
4491 substituation reference to 'objfile-gdb.py file'.
4492 (objfile-gdb.py file): Describe script-name alias. Change real-name to
4493 script-name. Describe new 'set auto-load scripts-directory'
4494 and 'show auto-load scripts-directory'.
4495
6dea1fbd
JK
44962012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4497
4498 Provide $ddir substitution for --with-auto-load-safe-path.
4499 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
4500 (Auto-loading safe path): Likewise. Mention the default value,
4501 $ddir substitution, --with-auto-load-safe-path and
4502 --without-auto-load-safe-path.
4503 * observer.texi (gdb_datadir_changed): New.
4504
1ccacbcd
JK
45052012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4506
4507 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
4508 Twice.
4509
d9242c17
JK
4510 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
4511 directory separator by path separator.
4512
af2c1515
JK
45132012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4514
4515 * gdb.texinfo (Auto-loading safe path): Make 'directories'
4516 for 'set auto-load safe-path' optional. Mention if it is omitted.
4517 Change disabling security protection condition to "/", twice.
4518
a20ee7a4
SCR
45192012-05-03 Siva Chandra Reddy <sivachandra@google.com>
4520
4521 * gdb.texinfo (Symbol Tables In Python): Add documentation about
4522 the new methods global_block and static_block on gdb.Symtab
4523 objects.
4524
56af09aa
SCR
45252012-05-02 Siva Chandra Reddy <sivachandra@google.com>
4526
4527 * gdb.texinfo (Blocks In Python): Add a note saying that future
4528 improvements to GDB and its infrastructure can move symbols
4529 across blocks within a symbol table.
4530
2746b0ef
YQ
45312012-04-29 Yao Qi <yao@codesourcery.com>
4532
4533 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
4534 (A29K): Remove.
4535
62e5f89c
SDJ
45362012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
4537 Tom Tromey <tromey@redhat.com>
4538
4539 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
4540 and generic static probe support on GDB.
4541
a766d390
DE
45422012-04-25 Doug Evans <dje@google.com>
4543
50f042b9
DE
4544 * gdb.texinfo (Go): Fix thinko.
4545
a766d390
DE
4546 * gdb.texinfo (Supported Languages): Add Go.
4547 (Go): New node.
4548
f02e2b19
YQ
45492012-04-25 Yao Qi <yao@codesourcery.com>
4550
4551 * gdbint.texinfo (Testsuite): New section `Board settings'.
4552
68d41a48
JK
45532012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4554
4555 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
4556 Three times.
4557
174bb630
JK
4558 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
4559 Three times.
4560
0511cc75
JK
45612012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4562
4563 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
4564 by @table @asis. Fix formatting of one item.
4565
0070f25a
JK
45662012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4567
4568 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
4569
4dc84fd1
JK
45702012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4571
4572 New option "set debug auto-load".
4573 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
4574 (auto-load verbose mode): New node.
4575
bccbefd2
JK
45762012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4577
4578 New option "set auto-load safe-path".
4579 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
4580 and "info auto-load" examples for safe-path. Put there also references
4581 for "set auto-load safe-path" and "show auto-load safe-path".
4582 New menu item for Auto-loading safe path.
4583 (Auto-loading safe path): New node.
4584 (Python Auto-loading): Update the expected output from "Missing"
4585 to "No".
4586
bf88dd68
JK
45872012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4588
4589 auto-load: Implementation.
4590 * gdb.texinfo (Mode Options): New anchor for -nx.
4591 (Startup): New anchors for Option -init-eval-command,
4592 Home Directory Init File
4593 and Init File in the Current Directory during Startup.
4594 Mention set auto-load local-gdbinit with a reference.
4595 Change the sample code to "set auto-load python-scripts".
4596 (Threads): New anchor set libthread-db-search-path.
4597 Provide references to libthread_db.so.1 file.
4598 (Controlling GDB): New menu item for Auto-loading.
4599 (Auto-loading, Init File in the Current Directory)
4600 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
4601 (Python): Rename the menu item Auto-loading to Python Auto-loading.
4602 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
4603 reference.
4604 (Auto-loading): Rename to ...
4605 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
4606 "set auto-load python-scripts", new anchor for it. Change
4607 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
4608 for it. Change "info auto-load-scripts"
4609 to "info auto-load python-scripts", new anchor for it. Change "scripts"
4610 to "Python scripts".
4611
8264ba82
AG
46122012-04-14 Anton Gorenkov <xgsa@yandex.ru>
4613
4614 PR mi/13393
4615 * gdb.texinfo (Print Settings): Extend the description for "set print
4616 object".
4617 (GDB/MI Variable Objects): Extend the description for -var-create and
4618 -var-list-children.
4619
06fc020f
SCR
46202012-04-11 Siva Chandra Reddy <sivachandra@google.com>
4621
4622 * gdb.texinfo (Examining Data): Document the 'explore' command.
4623
7191c139
JB
46242012-03-28 Joel Brobecker <brobecker@adacore.com>
4625
4626 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
4627 to the children of a varobj and its update range when -var-update
4628 returns that the varobj's type changed.
4629
3708f05e
JK
46302012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4631
4632 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
4633 Create two new links fir 'objfile-gdb.py file'
4634 and 'dotdebug_gdb_scripts section'.
4635
8e0583c8
JK
46362012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4637
4638 * gdb.texinfo (Auto-loading): Rename node reference
4639 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
4640 Twice.
4641 (.debug_gdb_scripts section): Rename the node ...
4642 (dotdebug_gdb_scripts section): ... here.
4643 (Maintenance Commands): Also rename this node reference.
4644
7b282c5a
SCR
46452012-03-22 Siva Chandra Reddy <sivachandra@google.com>
4646
4647 * gdb.texinfo (Python API/Values From Inferior): Add description
4648 about the new method Value.referenced_value. Add description on
4649 how Value.dereference is different (and similar) to
4650 Value.referenced_value.
4651
8320cc4f
JK
46522012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4653
4654 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
4655 --init-eval-command=COMMAND, -iex.
4656 (Startup): Describe -iex and -ix. Simplify the example
4657 for "set auto-load-scripts off".
4658
481860b3
GB
46592012-03-16 Gary Benson <gbenson@redhat.com>
4660
4661 PR breakpoints/10738
4662 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
4663 stating that GDB cannot set breakpoints on inlined functions.
4664 (Mode Options): Document --use-deprecated-index-sections.
4665 (Index Section Format): Document new index section version format.
4666
c4aeac85
TT
46672012-03-15 Tom Tromey <tromey@redhat.com>
4668
4669 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
4670
16899756
DE
46712012-03-13 Doug Evans <dje@google.com>
4672
4673 * gdb.texinfo (Help): Change apropos example to use "alias" instead
4674 of "reload".
4675 (Symbols): Delete docs for set/show symbol-reloading.
4676 * gdbint.texinfo (Defining Other Architecture Features): Delete
4677 SYMBOL_RELOADING_DEFAULT.
4678 * refcard.tex: Delete reference to symbol-reloading.
4679
9b224c5e
PA
46802012-03-07 Pedro Alves <palves@redhat.com>
4681
4682 * gdb.texinfo (General Query Packets): Document new
4683 QProgramSignals packet.
4684 * gdb.texinfo (Remote configuration): Mention
4685 "program-signals-packet".
4686
169081d0
TG
46872012-03-05 Tristan Gingold <gingold@adacore.com>
4688
4689 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
4690
d1feda86
YQ
46912012-03-03 Yao Qi <yao@codesourcery.com>
4692
4693 * gdb.texinfo (In-Process Agent): New node.
4694 Document new commands.
4695 (General Query Packets): Add packet `QAgent'.
4696
1faeff08
MR
46972012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4698
4699 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
4700
7d74f244
DE
47012012-03-01 Scott J. Goldman <scottjg@vmware.com>
4702
4703 * gdb.texinfo (Commands In Python): Put example python macro in
4704 COMMAND_USER category rather than COMMAND_OBSCURE.
4705 Document gdb.COMMAND_USER.
4706 (User-defined Commands): Update documentation to clarify
4707 "set/show max-user-call-depth" and "show user" don't apply to python
4708 commands. Update documentation to clarify "help user-defined" may
4709 also include python commands defined as COMMAND_USER.
4710
6fe37d23
JK
47112012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4712
4713 * gdb.texinfo (Startup): Add option -ex description to the option -x
4714 description.
4715
83364271
LM
47162012-02-24 Luis Machado <lgustavo@codesourcery.com>
4717
4718 * gdb.texinfo (Setting Breakpoints): Mention and explain the
4719 condition-evaluation breakpoint parameter.
4720 Mention condition-evaluation mode being shown in "info break".
4721 (Break Conditions): Add description for target-side
4722 conditional breakpoints.
72f4393d 4723 (Remote Configuration): Mention conditional-breakpoints-packet.
83364271
LM
4724 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
4725 cond-expr.
4726 (General Query Packets): Mention new ConditionalBreakpoint feature.
4727
bdb1994d
TT
47282012-02-22 Tom Tromey <tromey@redhat.com>
4729
4730 * gdb.texinfo (Blocks In Python): Clarify block iteration.
4731
4d241c86
TT
47322012-02-17 Tom Tromey <tromey@redhat.com>
4733
4734 PR python/10753:
4735 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
4736 directory.
4737
816338b5
SS
47382012-02-14 Stan Shebs <stan@codesourcery.com>
4739
4740 * gdb.texinfo (Disabling Breakpoints): Document enable count.
4741
cc30c4bd
PA
47422012-02-13 Pedro Alves <palves@redhat.com>
4743
4744 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
4745 mips-idt-ecoff.
4746
035d1e5b
YQ
47472012-02-09 Yao Qi <yao@codesourcery.com>
4748
4749 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
4750
f0823d2c
TT
47512012-02-07 Tom Tromey <tromey@redhat.com>
4752
4753 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
4754 Symbol.value.
4755
64e7d9dd
TT
47562012-02-07 Tom Tromey <tromey@redhat.com>
4757
4758 * gdb.texinfo (Symbols In Python): Document Symbol.line.
4759
4220b2f8
TS
47602012-01-27 Thomas Schwinge <thomas@codesourcery.com>
4761
4762 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
4763
edcc5120
TT
47642012-01-24 Tom Tromey <tromey@redhat.com>
4765
4766 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
4767 unload".
4768 (Files): Mention new catch commands.
4769 (GDB/MI Async Records): Likewise.
4770
53fe1783
GB
47712012-01-24 Gary Benson <gbenson@redhat.com>
4772
4773 Delete #if 0'd out code.
4774 * gdb.texinfo (Frame Info): Remove "info catch".
4775
b9e7b9c3
UW
47762012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
4777
4778 * gdb.texinfo (Remote Configuration): Document
4779 "set remote hostio-readlink-packet" command.
4780 (General Query Packets): Document vFile:readlink packet.
4781
4aac40c8
TT
47822012-01-16 Tom Tromey <tromey@redhat.com>
4783
4784 * gdb.texinfo (Specify Location): Document relative file name
4785 handling.
4786
cafec441
TT
47872012-01-16 Tom Tromey <tromey@redhat.com>
4788
4789 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
4790
0ee339bc
JK
47912012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4792 Eli Zaretskii <eliz@gnu.org>
4793
4794 * gdbint.texinfo (Coding Standards): Require braces for two lines of
4795 code.
4796
72384ba3
PH
47972012-01-11 Paul Hilfinger <hilfingr@adacore.com>
4798
4799 * gdb.texinfo (Variables): Document use of :: for non-static
4800 variables.
4801
ce1b17c4
JB
48022012-01-05 Joel Brobecker <brobecker@adacore.com>
4803
4804 * gdbint.texinfo (Start of New Year Procedure): Update
4805 to replace use of copyright.sh by use of copyright.py.
4806
217bff3e
JK
48072012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4808
4809 Remove the gdbtui binary.
4810 * all-cfg.texi (GDBTUI): Remove.
4811 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
4812 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
4813 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
4814
cc72b2a2
KP
48152011-12-23 Kevin Pouget <kevin.pouget@st.com>
4816
4817 Introduce gdb.FinishBreakpoint in Python.
4818 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
4819 (Python API): Add menu entry for Finish Breakpoints.
4820
13ac8d2c
JK
48212011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4822
4823 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
4824 tests.
4825
e0f9f062
DE
48262011-12-16 Doug Evans <dje@google.com>
4827
4828 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
4829
80b6e756
PM
48302011-12-16 Phil Muldoon <pmuldoon@redhat.com>
4831
1c3ad6ab 4832 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
4833 stack". Add documentation for "set/show python print-stack".
4834
2fb860fc
PA
48352011-12-14 Pedro Alves <pedro@codesourcery.com>
4836
4837 * gdb.texinfo (Implementing a Remote Stub): Explain that you
4838 should transfer control to the stub in the startup code instead of
4839 in main. Mention the need to get past the initial breakpoint.
4840
f8eba3c6
TT
48412011-12-06 Tom Tromey <tromey@redhat.com>
4842
4843 * gdb.texinfo (Set Breaks): Update for new behavior.
4844
2268b414
JK
48452011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4846
4847 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
4848 List Format for SVR4 Targets'.
4849 (General Query Packets): New item qXfer:libraries-svr4:read.
4850 (Library List Format for SVR4 Targets): New node.
4851
ae6f0d5b
TT
48522011-12-01 Tom Tromey <tromey@redhat.com>
4853
4854 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
4855 add.
4856
36dfb11c
TT
48572011-11-22 Tom Tromey <tromey@redhat.com>
4858
4859 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
4860 reasons.
4861
f196051f
SS
48622011-11-20 Stan Shebs <stan@codesourcery.com>
4863
4864 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4865 note-related options and variables.
4866 (Tracepoint Packets): Document packet changes.
4867
f85b53f8
SD
48682011-11-20 Sanjoy Das <sdas@igalia.com>
4869
4870 * gdb.texinfo (JIT Interface): Add documentation on writing and
4871 usind JIT debug info readers.
4872 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
4873 Debug Info Readers): New nodes.
4874
bfccc43c
YQ
48752011-11-18 Yao Qi <yao@codesourcery.com>
4876
4877 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
4878 tracepoint.
4879
c011a4f4
DE
48802011-11-15 Doug Evans <dje@google.com>
4881
4882 * gdb.texinfo (Files): Document basenames-may-differ.
4883
ed59ded5
DE
48842011-11-14 Doug Evans <dje@google.com>
4885
4886 * gdb.texinfo (Shell Commands): Document "!".
4887
405f8e94
SS
48882011-11-14 Stan Shebs <stan@codesourcery.com>
4889 Kwok Cheung Yeung <kcy@codesourcery.com>
4890
4891 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
4892 needed to get shorter fast tracepoints.
4893 (Tracepoint Packets): Document new qTMinFTPILen packet.
4894
1e4d1764
YQ
48952011-11-14 Yao Qi <yao@codesourcery.com>
4896
4897 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
4898 behavior of tracepoint.
4899 (General Query Packets): New feature InstallInTrace.
4900 (Remote Configuration): Document "set remote
4901 install-in-trace-packet".
4902
71eba9c2 49032011-11-12 Matt Rice <ratmice@gmail.com>
4904
4905 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
4906 Add arguments to info macro.
4907
e0f8f636
TT
49082011-11-10 Tom Tromey <tromey@redhat.com>
4909
4910 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
4911 manual.
4912 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
4913 (Macros): Add a footnote.
4914 (C): Remove paragraph about compiler options.
4915 (C Constants): Mention wide character and string constants.
4916 (C Plus Plus Expressions): Update compiler option advice. Mention
4917 using declarations. Mention ADL. Remove old HP compiler
4918 information.
4919
625c0d47
TT
49202011-11-10 Tom Tromey <tromey@redhat.com>
4921
4922 PR c++/9257:
4923 * gdb.texinfo (Print Settings): Add an extra note about the need
4924 for a vtable.
4925
4be2aacc
MR
49262011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
4927
4928 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
4929 "set mips abi" documentation.
4930
0a1c4d10
DE
49312011-11-04 Doug Evans <dje@google.com>
4932
4933 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
4934
aad1c02c
TT
49352011-11-03 Tom Tromey <tromey@redhat.com>
4936
4937 * gdb.texinfo (Stopping): Add menu entry.
4938 (Continuing and Stepping): Restore @node. Use @section, not
4939 @subsection.
4940
983fb131
MR
49412011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
4942
4943 * gdb.texinfo (Skipping Over Functions and Files): Remove node
4944 designation. Fix "Specify Location" cross-reference.
4945
3065dfb6
SS
49462011-11-02 Stan Shebs <stan@codesourcery.com>
4947
4948 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
4949 (General Query Packets): Describe tracenz feature.
4950 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
4951
0aaaf063
PK
49522011-10-28 Paul Koning <paul_koning@dell.com>
4953
4954 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
4955
2231f1fb
KP
49562011-10-27 Kevin Pouget <kevin.pouget@st.com>
4957
72f4393d 4958 * gdb.texinfo ((Frames In Python): Document
2231f1fb
KP
4959 gdb.FRAME_UNWIND_FIRST_ERROR contant.
4960
5110b5df
PK
49612011-10-26 Paul Koning <paul_koning@dell.com>
4962
4963 * gdb.texinfo (gdb.types): Document new deepitems function.
72f4393d 4964
22dbab46
PK
49652011-10-25 Paul Koning <paul_koning@dell.com>
4966
4967 PR python/13327
72f4393d 4968
22dbab46
PK
4969 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
4970 fetch_lazy method.
4971
9df2fbc4
PM
49722011-10-20 Phil Muldoon <pmuldoon@redhat.com>
4973
4974 PR python/12656
4975
4976 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
4977 global_block, static_block function.
4978
f05e2e1d
TT
49792011-10-19 Tom Tromey <tromey@redhat.com>
4980
4981 * gdb.texinfo (Commands In Python): Add missing "@"s.
4982
a7fc3f37
KP
49832011-10-13 Kevin Pouget <kevin.pouget@st.com>
4984
4985 PR python/13285 Document named constants for frame unwind stop reasons
72f4393d 4986 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
a7fc3f37
KP
4987 constants.
4988
5048e516
JK
49892011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4990
4991 Fix compatibility with texinfo versions older than 4.12.
4992 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
4993 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
4994 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
4995 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
4996 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
4997 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
4998 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
4999
5a56e9c5
DE
50002011-10-09 Doug Evans <dje@google.com>
5001
5002 * gdb.texinfo (Extending GDB): Document alias command.
5003
36b11add
JK
50042011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5005
5006 Support @entry in input expressions.
5007 * gdb.texinfo (Variables): Describe @entry names suffix.
5008 (Print Settings): Add anchor for `set print entry-values'.
5009
e18b2753
JK
50102011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5011 Eli Zaretskii <eliz@gnu.org>
5012
5013 Display @entry parameter values (without references).
5014 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
5015 example.
5016 (Print Settings): New description of set print entry-values and show
5017 print entry-values.
5018
111c6489
JK
50192011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5020 Eli Zaretskii <eliz@gnu.org>
5021
5022 Recognize virtual tail call frames.
5023 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
5024 (Tail Call Frames): New node.
5025 (Frames In Python): Add gdb.TAILCALL_FRAME.
5026
9c15afc4
DE
50272011-10-07 Doug Evans <dje@google.com>
5028
5029 * gdb.texinfo (gdb.printing): Document new `replace' arg to
5030 register_pretty_printer.
5031
99f5279d
PM
50322011-10-07 Phil Muldoon <pmuldoon@redhat.com>
5033
5034 PR python/12930
5035 PR python/12802
5036
5037 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
5038 stop method.
5039
03583c20
UW
50402011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
5041
5042 * gdb.texinfo (Starting your Program): "set disable-randomization"
5043 is no longer Linux-specific.
5044 (Remote Configuration): Document "set remote
5045 disable-randomization-packet".
5046 (General Query Packets): Document "QDisableRandomization" packet
5047 and add it to "qSupported" list.
5048
bd054e06
KP
50492011-10-07 Kevin Pouget <kevin.pouget@st.com>
5050
5051 Allow Python notification of new object-file loadings.
5052 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
5053 event type.
5054
cb6be26b
KP
50552011-10-04 Kevin Pouget <kevin.pouget@st.com>
5056
5057 PR python/12691: Add the inferior to Python exited event
5058 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
5059
a05336a1
JB
50602011-10-03 Joel Brobecker <brobecker@adacore.com>
5061
5062 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
5063 rephasing.
5064
5d77fe44
JB
50652011-10-03 Joel Brobecker <brobecker@adacore.com>
5066
5067 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
5068 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
5069 as possible feature returned by the `-list-features'
5070 command.
5071
699df94d
PK
50722011-09-28 Paul Koning <paul_koning@dell.com>
5073
5074 * gdb.texinfo (gdb.Type): Document field access by dictionary
5075 key syntax.
5076
24bdad53
YQ
50772011-09-28 Yao Qi <yao@codesourcery.com>
5078
5079 * gdb.texinfo (Files): Update options for `add-symbol-file'.
5080 Add one space after option `-s'. Remove @r{} markup.
5081
6710bf39
SS
50822011-09-27 Stan Shebs <stan@codesourcery.com>
5083
5084 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
5085
d99f7e48
HZ
50862011-09-16 Hui Zhu <teawater@gmail.com>
5087
5088 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
5089 to *(unsigned char *)$esp@300.
5090
d812018b
PK
50912011-09-15 Paul Koning <paul_koning@dell.com>
5092
5093 * gdb.texinfo: Make style of Python functions and methods match
5094 the syntax of Python. Also put class and module names explicitly
5095 on function, member, and variable names, matching Python
5096 documentation conventions.
72f4393d 5097
2aa48337
KP
50982011-09-15 Kevin Pouget <kevin.pouget@st.com>
5099
5100 PR Python/12692 Add gdb.selected_inferior() to Python interface.
5101 * gdb.texinfo (Inferiors In Python): Describe new
5102 gdb.selected_inferior() function.
5103
6839b47f
KP
51042011-09-15 Kevin Pouget <kevin.pouget@st.com>
5105
5106 Handle multiple breakpoint hits in Python interface:
5107 * gdb.texinfo (Events In Python): New function documentation:
5108 gdb.BreakpointEvent.breakpoints. Indicate that
5109 gdb.BreakpointEvent.breakpoint is now deprecated.
5110
26829f2b
JB
51112011-09-04 Joel Brobecker <brobecker@adacore.com>
5112
5113 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
5114
a9f54f60
TT
51152011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
5116
5117 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
5118
fa3a4f15
PM
51192011-08-17 Phil Muldoon <pmuldoon@redhat.com>
5120
72f4393d
L
5121 * gdb.texinfo (Prompt): Add set/show extended-prompt
5122 documentation
5123 (Basic Python): Add prompt_hook anchor.
5124 (Python modules): Reword module text to reflect multiple modules.
5125 (gdb.prompt): Document gdb.prompt module.
fa3a4f15 5126
224bbe49
YQ
51272011-08-14 Yao Qi <yao@codesourcery.com>
5128
78d85199
YQ
5129 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
5130
51312011-08-14 Yao Qi <yao@codesourcery.com>
5132
5133 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
5134 (TIC6x Features): New node.
5135
457e09f0
DE
51362011-08-12 Doug Evans <dje@google.com>
5137
5138 * gdb.texinfo (Symbols In Python): Document symbol.type.
5139
5e239b84
PM
51402011-08-09 Phil Muldoon <pmuldoon@redhat.com>
5141
5142 * gdb.texinfo (Python): Document command and function
5143 auto-loading.
5144
177bc839
JK
51452011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5146 Eli Zaretskii <eliz@gnu.org>
5147
5148 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
5149 typedefs unrolling. Extend the sample code by an inner typedef and
5150 outer typedefs unrolling.
5151
1a532630
PP
51522011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
5153
5154 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
5155 size and line-size.
5156
9b158ba0 51572011-07-21 Matt Rice <ratmice@gmail.com>
5158
5159 PR macros/12999
5160 * gdb.texinfo (Macros): Add info definitions and info macros commands.
5161 Update text and cindex entries for info macro command.
5162
d17b6f81
PM
51632011-07-21 Phil Muldoon <pmuldoon@redhat.com>
5164
5165 * observer.texi (GDB Observers): Add before_prompt observer.
5166 * gdb.texinfo (Basic Python): Add documentation for prompt
5167 substitution.
5168
713389e0
PM
51692011-07-11 Phil Muldoon <pmuldoon@redhat.com>
5170
72f4393d 5171 PR python/12438
713389e0 5172 * gdb.texinfo (Python Commands): Add deprecate note to maint
72f4393d
L
5173 set/show python print-stack. Document set/show python
5174 print-backtrace.
713389e0 5175
177b42fe
TJB
51762011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
5177
5178 * gdb.texinfo: Fix typos.
5179
900e11f9
JK
51802011-07-01 Tom Tromey <tromey@redhat.com>
5181
5182 * gdb.texinfo (Debugging Output): Document set debug
5183 check-physname.
5184
39c4d40a
TT
51852011-06-29 Tom Tromey <tromey@redhat.com>
5186
5187 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
5188 breakpoint-notifications feature.
5189
6f5def7d
UW
51902011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
5191
5192 * gdb.texinfo (Target Description): Remove warning about
5193 possibly unstable format.
5194
8cf64490
TT
51952011-06-03 Tom Tromey <tromey@redhat.com>
5196
5197 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
5198 (Events In Python): Note that exit_code is optional.
5199
393eab54
PA
52002011-05-17 Pedro Alves <pedro@codesourcery.com>
5201
5202 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
5203 required for multi-threading support.
5204 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
5205 Hc are deprecated for multi-threading debugging. Point readers at
5206 the vCont packet.
5207
75fc9810
DE
52082011-05-15 Doug Evans <dje@google.com>
5209
5210 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
5211
01124a23
DE
52122011-05-13 Doug Evans <dje@google.com>
5213
98a5dd13
DE
5214 * gdb.texinfo (Threads): Document $sdir,$pdir.
5215 (Server): Document $pdir exception.
5216
dbaefcf7
DE
5217 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
5218
cc63ef9b
DE
5219 * gdb.texinfo (Threads): Clarify default value for
5220 libthread-db-search-path.
7e0396aa 5221
01124a23
DE
5222 * gdb.texinfo (Completion): Update example.
5223 (Debugging Output): Delete `set/show debug lin-lwp-async'.
5224
d248b706
KY
52252011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
5226
5227 * gdb.texinfo: Document change in the behaviour of the enable and
5228 disable GDB commands when applied to tracepoints.
5229 Document the EnableDisableTracepoints remote stub feature.
5230 Document QTEnable and QTDisable in the list of tracepoint packets.
5231
cc88a640
JK
52322011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5233
5234 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
5235 hsuser.texi.
5236 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
5237 comment to hsuser.texi. Change rluser.texi name in the comment.
5238
84e578fb
DE
52392011-05-10 Doug Evans <dje@google.com>
5240
5241 * gdb.texinfo (Threads): If an empty path is provided for
5242 libthread-db-search-path it is reset to its default value.
5243 (Server): Ditto.
5244
478aac75
DE
52452011-05-09 Doug Evans <dje@google.com>
5246
5247 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
5248
9c06b0b4
TJB
52492011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5250 Thiago Jung Bauermann <bauerman@br.ibm.com>
5251
5252 Implement support for PowerPC BookE masked watchpoints.
5253 * gdb.texinfo (Set Watchpoints): Document mask parameter.
5254 (PowerPC Embedded): Mention support of masked watchpoints.
5255
9ed350ad
JB
52562011-05-03 Joel Brobecker <brobecker@adacore.com>
5257
5258 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
5259 `@value{GDBN}'.
5260
4ceed123
JB
52612011-05-03 Joel Brobecker <brobecker@adacore.com>
5262
5263 * gdb.texinfo (titlepage): Remove dedication.
5264 (In Memoriam): New appendix.
5265
559a7a62
JK
52662011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5267 Eli Zaretskii <eliz@gnu.org>
5268
5269 * gdb.texinfo (Index Section Format): Change the version to 5.
5270 Describe the different formula.
5271
03f2bd59
JK
52722011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5273 Eli Zaretskii <eliz@gnu.org>
5274
5275 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
5276 for disconnected tracing.
5277 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
5278 extended-remote relationship. Mention --once.
5279 (TCP port allocation lifecycle of @code{gdbserver}): New.
5280
d9b1a651
EZ
52812011-04-23 Eli Zaretskii <eliz@gnu.org>
5282
5283 * gdb.texinfo (Server): Improve indexing. Index all optional
5284 switches to gdbserver.
5285
90476074
TT
52862011-04-20 Tom Tromey <tromey@redhat.com>
5287
5288 * gdb.texinfo (Index Section Format): New node.
5289 (Top): Add new node to menu.
5290
c21236dc
PA
52912011-04-20 Pedro Alves <pedro@codesourcery.com>
5292
5293 * gdb.texinfo (Maintenance Commands): Document `maint print
5294 remote-registers'.
5295
05c8c3f5
TT
52962011-04-20 Tom Tromey <tromey@redhat.com>
5297
5298 * gdb.texinfo (Trace File Format): Move node later.
5299
7a9dd1b2
TT
53002011-04-19 Tom Tromey <tromey@redhat.com>
5301
5302 * gdbint.texinfo (Register Information Functions): Remove
5303 duplicate "the".
5304 * gdb.texinfo (Emacs): Remove duplicate "to".
5305 (GDB/MI Variable Objects): Remove duplicate "the".
5306 (General Query Packets): Likewise.
5307
4368ebeb
JB
53082011-04-02 Joel Brobecker <brobecker@adacore.com>
5309
5310 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
5311 "GDB/MI Ada Exception Information" node.
5312
956a9fb9
JB
53132011-04-01 Joel Brobecker <brobecker@adacore.com>
5314
5315 * gdb.texinfo (GDB/MI Ada Exception Information): Document
5316 the "exception-name" field in the *stopped async record.
5317
f1310107
TJB
53182011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
5319 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5320
5321 Implement support for PowerPC BookE ranged breakpoints.
5322 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
5323
8786b2bd
TT
53242011-03-28 Tom Tromey <tromey@redhat.com>
5325
5326 * gdb.texinfo (Set Tracepoints): Fix typo.
5327
9ef07c8c
TT
53282011-03-24 Tom Tromey <tromey@redhat.com>
5329
5330 * gdb.texinfo (Specify Location): Document `function:label'
5331 linespec.
5332
99c3dc11
PM
53332011-03-18 Phil Muldoon <pmuldoon@redhat.com>
5334
f1310107 5335 PR python/12149
99c3dc11
PM
5336
5337 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
5338
29703da4
PM
53392011-03-17 Phil Muldoon <pmuldoon@redhat.com>
5340
5341 * gdb.texinfo (Blocks In Python): Add is_valid method description.
5342 (Inferiors In Python): Likewise.
5343 (Threads In Python): Likewise.
5344 (Symbols In Python): Likewise.
5345 (Objfiles In Python): Likewise.
5346 (Symbol Tables In Python): Likewise.
5347
c9174737
PA
53482011-03-15 Pedro Alves <pedro@codesourcery.com>
5349
5350 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
5351 display>: Explain that the commands accept number ranges.
5352
7371cf6d
PM
53532011-03-14 Phil Muldoon <pmuldoon@redhat.com>
5354
5355 * gdb.texinfo (Breakpoints In Python): Add description and example
5356 of Python stop function operation.
5357
ecec24e6
PM
53582011-03-10 Phil Muldoon <pmuldoon@redhat.com>
5359
5360 * gdb.texinfo (Parameters In Python): Document get_set_string and
5361 get_show_string methods.
5362
6dcd5565
JK
53632011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5364
5365 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
5366
81896e36
JK
5367 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
5368 circular-trace-buffer name.
5369
5e30da2c
JB
53702011-02-28 Joel Brobecker <brobecker@adacore.com>
5371
5372 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
5373 in the previous change.
5374
3bd0f5ef 53752011-02-27 Michael Snyder <msnyder@vmware.com>
af624141 5376
72f4393d 5377 * gdb.texinfo (Inferiors and Programs): Update commands to show
af624141
MS
5378 that they can accept multiple arguments.
5379
4ec7539c
JB
53802011-02-24 Joel Brobecker <brobecker@adacore.com>
5381
5382 Revert the following patch (code patch was not approved):
5383 2011-02-21 Hui Zhu <teawater@gmail.com>
5384 * agentexpr.texi (bytecode descriptions): add printf.
5385 * gdb.texinfo (tracepoint action lists): add printf.
5386
82809774
DE
53872011-02-23 Doug Evans <dje@google.com>
5388
5389 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
5390
e5a67952
MS
53912011-02-23 Michael Snyder <msnyder@vmware.com>
5392
5393 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
5394 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
5395 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
5396
6e6fbe60
DE
53972011-02-22 Doug Evans <dje@google.com>
5398
5399 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
5400 Clarify behaviour of lookup_symbol when `block' argument is omitted,
5401 add description of result, fix @defun formatting.
5402
f994e27a
HZ
54032011-02-21 Hui Zhu <teawater@gmail.com>
5404
5405 * agentexpr.texi (Bytecode Descriptions): Add printf.
5406 * gdb.texinfo (Tracepoint Action Lists): Add printf.
5407
c7f96d2b
TT
54082011-02-18 Tom Tromey <tromey@redhat.com>
5409
5410 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
5411
60f98dde
MS
54122011-02-14 Michael Snyder <msnyder@vmware.com>
5413
5414 * gdb.texinfo (threads): Document argument for "info threads" cmd.
5415 Document new command "thread find".
5416
08e796bc
MS
54172011-02-14 Michael Snyder <msnyder@vmware.com>
5418
5419 * gdb.texinfo (Threads): Update example of new thread message.
5420
b3b9301e
PA
54212011-02-14 Pedro Alves <pedro@codesourcery.com>
5422
5423 * gdb.texinfo (Remote Configuration): Mention set/show remote
5424 traceframe-info.
5425 (Tools/Packages Optional for Building GDB): Mention that expat is
5426 used for traceframe info.
5427 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
5428 (General Query Packets) <qSupported>: Describe the
5429 qXfer:traceframe-info:read feature.
5430 (qXfer::read): Describe qXfer:traceframe-info:read.
5431 (Traceframe Info Format): New section.
5432
cef35b0f
PA
54332011-02-04 Pedro Alves <pedro@codesourcery.com>
5434
5435 * gdbint.texinfo (Formatting): Mention some formatting guidelines
5436 for casts and unary operators.
5437
f1cbe1d3
TT
54382011-02-04 Tom Tromey <tromey@redhat.com>
5439
5440 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
5441 is not useful.
5442
585fdaa1
PA
54432011-01-25 Pedro Alves <pedro@codesourcery.com>
5444
5445 * gdb.texinfo: s/value optimized out/optimized out/g
5446
7bfc9434
JB
54472011-01-21 Joel Brobecker <brobecker@adacore.com>
5448
5449 * gdb.texinfo (Other Misc Settings): Rework part of the
5450 documentation of the "set interactive mode" command.
5451
4694da01
TT
54522011-01-19 Tom Tromey <tromey@redhat.com>
5453
5454 * gdb.texinfo (Threads): Document thread name output and `thread
5455 name' command.
5456 (Threads In Python): Document Thread.name attribute.
5457 (GDB/MI Thread Commands): Document thread attributes.
5458
b716877b
AB
54592011-01-12 Andrew Burgess <aburgess@broadcom.com>
5460
5461 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
5462 changes in mi/mi-cmd-disas.c
5463
13fd8b81
TT
54642011-01-12 Tom Tromey <tromey@redhat.com>
5465
5466 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
5467 Fix "thread apply" text.
5468
e09342b5
TJB
54692011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5470 Thiago Jung Bauermann <bauerman@br.ibm.com>
5471
5472 Implement support for PowerPC BookE ranged watchpoints.
5473 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
5474 the "set powerpc exact-watchpoints" flag.
5475
06e65f44
TT
54762011-01-07 Tom Tromey <tromey@redhat.com>
5477
5478 * gdb.texinfo (Python API): Add descriptions to @menu items.
5479
d8e22779
TT
54802011-01-06 Tom Tromey <tromey@redhat.com>
5481
5482 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
5483
a255712f
PP
54842010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
5485
e09342b5 5486 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 5487
ccfc3d6e
TT
54882011-01-06 Tom Tromey <tromey@redhat.com>
5489
5490 PR python/12133:
5491 * gdb.texinfo (Frames In Python): Document various frame
5492 constants.
5493
44944448
JB
54942011-01-05 Joel Brobecker <brobecker@adacore.com>
5495
5496 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
5497 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
5498 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
5499
42ea3d7a
JK
55002011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5501
5502 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
5503 (clean): Add GDBvn.texi.
5504
720d1a40
JB
55052010-12-29 Joel Brobecker <brobecker@adacore.com>
5506
5507 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
5508 occasional case where the debugger prints an array address
5509 instead of the array itself.
5510
ad196637
PA
55112010-12-23 Pedro Alves <pedro@codesourcery.com>
5512
5513 * gdb.texinfo (Packets) <read registers packet>: Document support
5514 for registers that were not collected.
5515
a86caf66
DE
55162010-12-15 Doug Evans <dje@google.com>
5517
5518 * gdb.texinfo (Startup): Document auto-loading of scripts during
5519 startup.
5520 (Auto-loading): Delete "maint set python auto-load on|off".
5521 Add "set auto-load-scripts on|off".
5522
aae1c79a
DE
55232010-12-07 Doug Evans <dje@google.com>
5524
5525 * gdb.texinfo (Mode Options): Document -data-directory.
5526 (Data Files): Add reference to -data-directory.
5527
4e04c971
DE
55282010-11-29 Doug Evans <dje@google.com>
5529
5530 * gdb.texinfo (Pretty-Printer Introduction): Change
5531 printer-name:subprinter-name to printer-name;subprinter-name.
5532
94b6973e
PM
55332010-11-29 Phil Muldoon <pmuldoon@redhat.com>
5534
72f4393d 5535 PR python/12199
94b6973e
PM
5536
5537 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
5538
39037522
TT
55392010-11-23 Tom Tromey <tromey@redhat.com>
5540
5541 * gdb.texinfo (Top): Check SYSTEM_READLINE.
5542 (Editing): Likewise.
5543 (Command History): Likewise.
5544 (TUI Keys): Likewise.
5545 (Bug Reporting): Conditionally include rluser.texi and
5546 inc-history.texinfo.
5547 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
5548 (GDB_DOC_SOURCE_INCLUDES): Add comment.
5549 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
5550 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
5551 (gdb.pdf): Likewise.
5552 (gdb.info): Likewise.
5553 (gdb/index.html): Likewise.
5554
5ae98d25
TT
55552010-11-23 Tom Tromey <tromey@redhat.com>
5556
5557 * Makefile.in (Makefile): Run ../config.status.
5558 (distclean): Update.
5559 * configure: Remove.
5560 * configure.ac: Remove.
5561
621c8364
TT
55622010-11-12 Tom Tromey <tromey@redhat.com>
5563
5564 * gdb.texinfo (Basic Python): Update. Add xref.
5565 (Exception Handling): Document new exception classes.
5566 (Types In Python): Update.
5567 (Frames In Python): Update.
5568
84f4c1fe
PM
55692010-11-11 Phil Muldoon <pmuldoon@redhat.com>
5570
5571 * gdb.texinfo (Breakpoints In Python): Document "internal"
5572 parameter, and visible attribute.
5573
99e7ae30
DE
55742010-11-05 Doug Evans <dje@google.com>
5575
5576 * gdb.texinfo (Source Path): Document "set directories".
5577
f4b8a18d
KW
55782010-11-05 Ken Werner <ken.werner@de.ibm.com>
5579
5580 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
5581 (OpenCL C): New node.
5582
7b51bc51
DE
55832010-11-02 Doug Evans <dje@google.com>
5584
5585 * gdb.texinfo (Pretty Printing): Expand into three sections,
5586 introduction, example, and commands.
5587 (Python API): Delete section Disabling Pretty-Printers, merge into
5588 Selecting Pretty-Printers.
5589 (Writing a Pretty-Printer): New section. Move the pretty-printer
5590 example here, and reformat to match python coding style. Add a second
5591 example using the gdb.printing module.
5592 (Python modules): Add gdb.printing.
5593
9eeee977
DE
55942010-10-29 Doug Evans <dje@google.com>
5595
5596 * gdb.texinfo (Python): Fix long line.
5597
a0e0ffdf
DE
55982010-10-20 Doug Evans <dje@google.com>
5599
5600 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
5601 All references updated. Correct sections marked as subsections.
5602 (Coding Standards): New chapter. Move the coding standard related
5603 subsections here. Add section on Python coding standards.
5604
0e3509db
DE
56052010-10-13 Doug Evans <dje@google.com>
5606
5607 * gdb.texinfo (Python): Add "Python modules".
5608 (Types in Python): Add reference to gdb.types section.
5609 (Python modules): New node.
5610
44592cc4
DE
56112010-10-11 Doug Evans <dje@google.com>
5612
5613 * gdb.texinfo (Values From Inferior): Add reference to "Types in
5614 Python" from gdb.Value.type description.
5615
6e1bb179
JB
56162010-09-28 Joel Brobecker <brobecker@adacore.com>
5617
5618 * gdb.texinfo (Ravenscar Profile): New node.
5619
e8467610
TT
56202010-09-22 Tom Tromey <tromey@redhat.com>
5621
5622 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
5623
fccd1d1e
EZ
56242010-09-22 Eli Zaretskii <eliz@gnu.org>
5625
5626 * gdb.texinfo (Values From Inferior): Clarify that
5627 value.dynamic_type works only in C++ programs with RTTI.
5628
c1b6b909
TT
56292010-09-15 Paul Bolle <pebolle@tiscali.nl>
5630
5631 * gdb.texinfo (Character Sets): Correctly reference host-charset
5632 in example.
5633
7d288aaa
TT
56342010-09-13 Tom Tromey <tromey@redhat.com>
5635
5636 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
5637 Document "fullname" and "from".
5638
f75d858b
MK
56392010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
5640
5641 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
5642 feature `reverse' output by -list-target-features.
5643
83b9503b
L
56442010-08-31 H.J. Lu <hongjiu.lu@intel.com>
5645
5646 * gdb.texinfo (i386 Features): Remove an extra "@item".
5647
03f17ccf
TT
56482010-08-30 Tom Tromey <tromey@redhat.com>
5649
5650 PR python/11792:
5651 * gdb.texinfo (Values From Inferior): Document dynamic_type.
5652
9779414d
DJ
56532010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
5654
5655 * gdb.texinfo (ARM Features): Document
5656 org.gnu.gdb.arm.m-profile.
5657
f9ffd4bb
TT
56582010-08-23 Tom Tromey <tromey@redhat.com>
5659
5660 PR python/11145:
5661 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
5662 reinterpret_cast methods.
5663
702c2711
TT
56642010-08-23 Tom Tromey <tromey@redhat.com>
5665
5666 PR python/11915:
5667 * gdb.texinfo (Types In Python): Document array method.
5668
66b73624
TJB
56692010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
5670
5671 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
5672
06a64a0b
TT
56732010-08-16 Tom Tromey <tromey@redhat.com>
5674
5675 * gdb.texinfo (Set Watchpoints): Document -location option.
5676
a3a7127e
DE
56772010-08-13 Doug Evans <dje@google.com>
5678
5679 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
5680
8dedea02
VP
56812010-08-13 Vladimir Prus <vladimir@codesourcery.com>
5682
5683 * gdb.texinfo (GDB/MI Data Manipulation): Document
5684 -data-read-memory-raw and -data-write-memory-raw.
5685
ca5c20b6 56862010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 5687 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
5688
5689 * gdb.texinfo (Basic Python): Describe post_event API.
5690
cb2e07a6
PM
56912010-08-11 Phil Muldoon <pmuldoon@redhat.com>
5692
5693 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 5694 decode_line Python APIs
cb2e07a6 5695
464b3efb
TT
56962010-08-10 Tom Tromey <tromey@redhat.com>
5697
5698 * gdb.texinfo (Pretty Printing API): Document
5699 gdb.default_visualizer.
5700
c29c521f
TT
57012010-08-10 Tom Tromey <tromey@redhat.com>
5702
5703 Revert gdb-add-index addition:
5704 * gdb.texinfo (Index Files): Don't document gdb-add-index.
5705
5da1313b
JK
57062010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5707 Eli Zaretskii <eliz@gnu.org>
5708
5709 * gdb.texinfo (Mode Options) <-batch>
5710 (Basic Python) <gdb.execute>: Describe setting width and height.
5711
02d868e8
PP
57122010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
5713
5714 * gdb.texinfo (Threads): Document 'debug libthread-db'.
5715
c2bbed2a
TT
57162010-07-30 Tom Tromey <tromey@redhat.com>
5717
5718 * gdb.texinfo (Index Files): Mention gdb-add-index.
5719
6c13bbe1
HZ
57202010-07-30 Hui Zhu <teawater@gmail.com>
5721
5722 * gdb.texinfo (Inferiors and Programs): Update the introduce of
5723 "detach inferior" and "kill inferior".
5724
53a71c06
CR
57252010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
5726
5727 * gdb.texinfo (Machine Code): Update description of two forms of
5728 arguments, and add new example to demonstrate the new form.
5729
5374244e
PM
57302010-07-27 Phil Muldoon <pmuldoon@redhat.com>
5731
5732 * gdb.texinfo (Values From Inferior): Add value inferior function
5733 call description.
5734
8ea5bce5
JK
57352010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5736
5737 * gdb.texinfo (Active Targets): Fix wrong comma placement.
5738
c0edd9ed
JK
57392010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5740 Eli Zaretskii <eliz@gnu.org>
5741
5742 Make core files the process_stratum.
5743 * gdb.texinfo (Active Targets): Remove core_stratum. Include
5744 record_stratum example.
5745
9291a0cd
TT
57462010-07-13 Tom Tromey <tromey@redhat.com>
5747
5748 * gdb.texinfo (Index Files): New node.
5749
f5011d11
TT
57502010-07-13 Tom Tromey <tromey@redhat.com>
5751
5752 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
5753
0f5238ed
TT
57542010-07-13 Tom Tromey <tromey@redhat.com>
5755
5756 * gdb.texinfo (Specify Location): Document labels.
5757
74c761c1
PA
57582010-07-01 Pedro Alves <pedro@codesourcery.com>
5759
5760 * gdb.texinfo (Create and Delete Tracepoints): Add more index
5761 entries for fast tracepoints and static tracepoints.
5762
501994c0
PA
57632010-07-01 Pedro Alves <pedro@codesourcery.com>
5764
5765 * gdb.texinfo (General Query Packets) <qfThreadInfo,
5766 qsThreadInfo>: Spell out `l' as ell.
5767
0fb4aa4b
PA
57682010-07-01 Pedro Alves <pedro@codesourcery.com>
5769
5770 * gdb.texinfo (Convenience Variables): Document $_sdata.
5771 (Commands to Set Tracepoints): Describe static tracepoints. Add
5772 `Listing Static Tracepoint Markers' menu entry. Document
5773 "strace".
5774 (Tracepoint Action Lists): Document collecting $_sdata.
5775 (Listing Static Tracepoint Markers): New subsection.
5776 (Tracepoints support in gdbserver): Mention static tracepoints.
5777 (remote packets, enabling and disabling): Mention
5778 read-sdata-object.
5779 (General Query Packets) <qSupported>: Document qXfer:sdata:read
5780 and StaticTracepoint.
5781 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
5782 Document qXfer:sdata:read.
5783 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
5784
dc3b15be
JB
57852010-06-29 Joel Brobecker <brobecker@adacore.com>
5786
5787 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
5788
595939de
PM
57892010-06-28 Phil Muldoon <pmuldoon@redhat.com>
5790 Tom Tromey <tromey@redhat.com>
5791 Thiago Jung Bauermann <bauerman@br.ibm.com>
5792
5793 * gdb.texinfo (Inferiors In Python): New node.
5794 * gdb.texinfo (Threads In Python): New node.
5795
9279c692
JB
57962010-06-28 Joel Brobecker <brobecker@adacore.com>
5797
5798 * gdb.texinfo (Python): Document what the python directory is
5799 and what its location is.
5800 (Basic Python): Document the gdb.PYTHONDIR constant.
5801
bc9f0842
TT
58022010-06-25 Tom Tromey <tromey@redhat.com>
5803
5804 PR python/10808:
5805 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
5806
f1421989
HZ
58072010-06-24 Hui Zhu <teawater@gmail.com>
5808
5809 * gdb.texinfo: (Commands for Controlled Output): Add
5810 documentation for command "eval".
5811
e4c0cfae
SS
58122010-06-21 Stan Shebs <stan@codesourcery.com>
5813
5814 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
5815 * annotate.texinfo: Ditto.
5816 * gdbint.texinfo: Ditto.
5817 * stabs.texinfo: Ditto.
5818
bb08c432
HZ
58192010-06-22 Hui Zhu <teawater@gmail.com>
5820
5821 * gdb.texinfo: (Process Record and Replay): Add documentation
5822 for command "set record memory-query".
5823
4f5d9f07
SS
58242010-06-21 Stan Shebs <stan@codesourcery.com>
5825
5826 * gdb.texinfo: Relicense under GFDL version 1.3.
5827 * annotate.texinfo: Relicense under GFDL version 1.3.
5828 * gdbint.texinfo: Relicense under GFDL version 1.3.
5829 * stabs.texinfo: Relicense under GFDL version 1.3.
5830 * fdl.texi: Update to version 1.3.
5831
6aed2dbc
SS
58322010-06-18 Stan Shebs <stan@codesourcery.com>
5833
a61408f8
SS
5834 * gdb.texinfo (Operating System Auxiliary Information): Describe
5835 "info os" when no arguments given.
5836
6aed2dbc
SS
5837 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
5838 $_thread.
5839
24e933df
HZ
58402010-06-18 Hui Zhu <teawater@gmail.com>
5841
5842 * gdb.texinfo: (Process Record and Replay): Add documentation
5843 for commands "record save" and "record restore".
5844
65d79d4b
SDJ
58452010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5846
5847 * gdb.texinfo: Include information about the correct use
5848 of addresses in the `watch' command.
5849
d914c394
SS
58502010-06-11 Stan Shebs <stan@codesourcery.com>
5851
5852 * gdb.texinfo (Observer Mode): New section.
5853 (General Query Packets): Document QAllow.
889bf7c5 5854
967cf477
DE
58552010-06-04 Doug Evans <dje@google.com>
5856
5857 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
5858
aaf4119b
DE
58592010-06-03 Doug Evans <dje@google.com>
5860
5861 * gdbint.texinfo (Coding): Add subsection on command names.
5862
9eae7c52
TT
58632010-06-02 Tom Tromey <tromey@redhat.com>
5864
5865 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
5866 always-disassemble.
5867
fa593d66
PA
58682010-06-01 Pedro Alves <pedro@codesourcery.com>
5869
5870 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
5871 gdbserver, and add cross reference.
5872 (Tracepoints support in gdbserver): New subsection.
5873
dde08ee1
PA
58742010-05-26 Pedro Alves <pedro@codesourcery.com>
5875
5876 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
5877 `qRelocInsn' feature.
5878 (Relocate instruction reply packet): New subsection
5879 of `Tracepoint Packets'.
5880 (Tracepoint Packets): Mention that packets QTDP and QTStart
5881 support the qRelocInsn request, and add cross reference to new
5882 subsection.
5883
07ca107c
DE
58842010-05-25 Doug Evans <dje@google.com>
5885
5886 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
5887 (Commands In Python): Document gdb.string_to_argv.
5888
c25c4a8b
JK
58892010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5890
5891 * gdbint.texinfo (Host Definition): Remove items NORETURN and
5892 ATTR_NORETURN.
5893
d7b32ed3 58942010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
5895 Tom Tromey <tromey@redhat.com>
5896 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 5897
c25c4a8b 5898 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 5899
6aecb9c2
JB
59002010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
5901
5902 * gdb.texinfo: (Summary) Add mention about D language support.
5903 (Filenames): Add D suffixes.
5904 (D): New node.
5905
b7da9e9f
PM
59062010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
5907
5908 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
5909 of macro deleted from GDB code.
5910
ab38a727
PA
59112010-04-24 Pedro Alves <pedro@codesourcery.com>
5912
5913 * gdb.texinfo (Commands to specify files): Describe what how GDB
5914 looks up DOS-based filesystem paths on the system root. Document
5915 the new `set/show target-file-system-kind' commands.
5916
66d09542
DE
59172010-04-23 Doug Evans <dje@google.com>
5918
5919 * gdb.texinfo (Python): Move Auto-loading section here ...
5920 (Python API): from here.
5921 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
5922 (Maintenance Commands): Add docs for "maint print section-scripts".
5923
8bd10a10
CM
59242010-04-20 Chris Moller <cmoller@redhat.com>
5925
5926 * gdb.texinfo (Setting Breakpoints): Added description of
5927 filename-qualified rbreak.
5928 * refcard.tex (Breakpoints and Watchpoints): Added brief
5929 description of filename-qualified rbreak.
5930
4c374409
JK
59312010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5932
5933 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
5934 (Python API): Change the reference to Pretty Printing API.
5935 (Pretty Printing): Move the user part under the Data node. Reformat
5936 the sample output to 72 columns. Create a new reference to Pretty
5937 Printing API. Rename the API part ...
5938 (Pretty Printing API): To a new node name.
5939 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
5940 (GDB/MI Variable Objects): Change references to Pretty Printing API.
5941
5a9351ae
SS
59422010-04-21 Stan Shebs <stan@codesourcery.com>
5943
5944 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 5945 and commands.
5a9351ae 5946 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 5947
9a22f0d0
PM
59482010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
5949
5950 * gdb.texinfo (Examining memory): Update for change in string
5951 display with explicit size.
5952
6149aea9
PA
59532010-04-19 Pedro Alves <pedro@codesourcery.com>
5954
5955 PR breakpoints/8554.
5956
5957 * gdb.texinfo (Save Breakpoints): New node.
5958 (save-tracepoints): Rename to ...
5959 (save tracepoints): ... this. Mention that `save-tracepoints' is
5960 a deprecated alias to `save tracepoints'.
5961
711e434b
PM
59622010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
5963
645797a8 5964 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
5965 (info w32 thread-information-block): Document new command.
5966 (qGetTIBAddress): Document new gdbserver query.
5967 (maint set/show show-all-tib): Document new command.
5968
3f7b2faa
DE
59692010-04-15 Doug Evans <dje@google.com>
5970
fa33c3cd
DE
5971 * gdb.texinfo (Python API): Add progspaces section.
5972 (Selecting Pretty-Printers): Progspace pretty-printers are
5973 searched too.
5974 (Progspaces In Python): New section.
5975
3f7b2faa
DE
5976 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
5977
79f283fe
PM
59782010-04-14 Phil Muldoon <pmuldoon@redhat.com>
5979
5980 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
5981 returns None.
5982
87290684
SS
59832010-04-09 Stan Shebs <stan@codesourcery.com>
5984
5985 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5986 Describe the `frames-created' field, tweak grammar.
5987
a97153c7
PA
59882010-04-09 Pedro Alves <pedro@codesourcery.com>
5989
5990 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5991 Describe the `circular' and `disconnected' fields.
5992
5c5dcc1b
L
59932010-04-09 H.J. Lu <hongjiu.lu@intel.com>
5994
5995 * gdb.texinfo (maint print registers): Mention unavailable and
5996 invisible registers.
5997
adc36818
PM
59982010-04-09 Phil Muldoon <pmuldoon@redhat.com>
5999 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 6000 Tom Tromey <tromey@redhat.com>
adc36818
PM
6001
6002 * gdb.texinfo (Breakpoints In Python): New Node.
6003
33da3f1c
SS
60042010-04-08 Stan Shebs <stan@codesourcery.com>
6005
6006 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
6007 trace status fields.
6008
3a13a53b
L
60092010-04-08 H.J. Lu <hongjiu.lu@intel.com>
6010
6011 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
6012 optional. Make org.gnu.gdb.i386.avx requires
6013 org.gnu.gdb.i386.avx.
6014
08001717
DE
60152010-04-08 Doug Evans <dje@google.com>
6016
6017 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
6018 search path, and document that gdb only scans the search path if
6019 the script's path doesn't specify a directory.
6020
c375651d
DE
60212010-04-05 Doug Evans <dje@google.com>
6022
6023 * gdb.texinfo (maint show python auto-load): Fix typo.
6024
af54718e
SS
60252010-04-04 Stan Shebs <stan@codesourcery.com>
6026
d77f58be
SS
6027 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
6028 (Setting Watchpoints): Update description of "info watch".
6029 (Disabling Breakpoints): Only "info break" lists all.
6030
af54718e
SS
6031 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
6032 (tdump): Explain how tdump works.
6033
86b17b60
PA
60342010-04-01 Pedro Alves <pedro@codesourcery.com>
6035
6036 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
6037 add cross reference.
6038
ff12863f
PA
60392010-03-31 Pedro Alves <pedro@codesourcery.com>
6040
6041 * gdb.texinfo (TUI Commands): Mention that in some cases, these
6042 commands error out.
6043
f68eb612
L
60442010-03-30 H.J. Lu <hongjiu.lu@intel.com>
6045
6046 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
6047
c8d5aac9
L
60482010-03-30 H.J. Lu <hongjiu.lu@intel.com>
6049
6050 * gdb.texinfo (General Query Packets): Add xmlRegisters.
6051
7d13fe92
SS
60522010-03-29 Stan Shebs <stan@codesourcery.com>
6053 Nathan Sidwell <nathan@codesourcery.com>
6054
6055 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
6056 GDBN equivalent.
6057 (Set Tracepoints): Remove mention that conditional tracepoints
6058 don't exist.
6059 (Tracepoint Actions): Clarify when while-stepping collection
6060 happens, note that while-stepping does not automatically collect
6061 $pc.
6062
409873ef 60632010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 6064
409873ef
SS
6065 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
6066 (General Query Packets): Describe TracepointSource.
6067
ee8e71d4
EZ
60682010-03-27 Matt Rice <ratmice@gmail.com>
6069
c8d5aac9
L
6070 * gdb.texinfo (ARM): Document arguments to "target sim".
6071 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 6072
99b5e152
PA
60732010-03-26 Pedro Alves <pedro@codesourcery.com>
6074
6075 * gdb.texinfo (Tracepoint Packets): Remove mention that
6076 terror:string may be plain text, and drop mention of X prefix.
6077
cd64ee31
VP
60782010-03-26 Vladimir Prus <vladimir@codesourcery.com>
6079
6080 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
6081
6c28cbf2
SS
60822010-03-24 Stan Shebs <stan@codesourcery.com>
6083
6084 * gdb.texinfo (Tracepoint Packets): Document trace error status.
6085
95a42b64
TT
60862010-03-24 Tom Tromey <tromey@redhat.com>
6087
6088 PR breakpoints/9352:
6089 * gdb.texinfo (Break Commands): Update.
6090
18148017
VP
60912010-03-24 Vladimir Prus <vladimir@codesourcery.com>
6092
6093 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
6094 commands.
6095
4daf5ac0
SS
60962010-03-16 Stan Shebs <stan@codesourcery.com>
6097
6098 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
6099 circular-trace-buffer.
6100 (Tracepoint Packets): Describe QTBuffer, and details of the
6101 qTStatus reply.
6102
c9429232
SS
61032010-03-12 Stan Shebs <stan@codesourcery.com>
6104 Nathan Sidwell <nathan@codesourcery.com>
6105
6106 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
6107 doing instruction stepping.
6108 (Tracepoint Restrictions): New node.
6109
ccefe4c4
TT
61102010-03-10 Tom Tromey <tromey@redhat.com>
6111
6112 * gdbint.texinfo (Symbol Handling): Update.
6113
7c953934
TT
61142010-03-08 Tom Tromey <tromey@redhat.com>
6115
6116 PR cli/9591:
6117 * gdb.texinfo (Mode Options): Mention lack of pagination and
6118 confirmation with --batch.
6119 (Screen Size): Mention --batch.
6120 (Messages/Warnings): Likewise.
6121
f870a310
TT
61222010-03-05 Tom Tromey <tromey@redhat.com>
6123
6124 * gdb.texinfo (Basic Python): Document target_charset and
6125 target_wide_charset.
6126
78e2826b
TT
61272010-03-05 Tom Tromey <tromey@redhat.com>
6128
6129 * gdb.texinfo (Data): Link to pretty-printing.
6130 (Output Formats): Likewise. Correct text.
6131
f5dff777
DJ
61322010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
6133
6134 * gdb.texinfo (Types): Describe <struct> and <flags>.
6135
dc00d89f
PM
61362010-02-28 Phil Muldoon <pmuldoon@redhat.com>
6137
6138 * gdb.texinfo (Frames In Python): Add block parameter and
6139 description to read_var text.
6140
5107b149 61412010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 6142 Tom Tromey <tromey@redhat.com>
5107b149
PM
6143
6144 * gdb.texinfo (Types In Python): Describe block argument in
6145 template_argument and gdb.lookup_type.
6146
e03e5e7b
TT
61472010-02-24 Tom Tromey <tromey@redhat.com>
6148
6149 * gdb.texinfo (Cygwin Native): Fix typo.
6150
f3e9a817
PM
61512010-02-24 Phil Muldoon <pmuldoon@redhat.com>
6152
6153 * gdb.texinfo (Frames In Python): Add block, find_sal, function
6154 and select method descriptions.
6155 (Python API): Add Blocks In Python, Symbols in Python and Symbol
6156 Tables in Python to menu.
6157 (Blocks In Python): New node.
6158 (Symbols In Python): New node.
6159 (Symbol Tables in Python): New node.
6160
a79b8f6e
VP
61612010-02-24 Vladimir Prus <vladimir@codesourcery.com>
6162
6163 Multiexec MI
6164
6165 gdb/
6166 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
6167
6168 gdb/doc/
6169 * gdb.texinfo (GDB/MI Command Syntax): Document notification
6170 changes.
6171 (GDB/MI Program Execution): Document current behaviour of
6172 --all and --thread-group.
6173 (GDB/MI Miscellaneous Commands): Document -add-inferior and
6174 -remove-inferior.
6175 * observer.texi (inferior_added, inferior_removed): New
6176 observers.
6177
629d6a47
TT
61782010-02-19 Tom Tromey <tromey@redhat.com>
6179
6180 * gdbint.texinfo (Getting Started): Fix @node.
6181 (Debugging GDB): Likewise.
6182
c09529e5
JB
61832010-02-13 Joel Brobecker <brobecker@adacore.com>
6184
6185 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
6186 documenting the gdb_test_timeout variable.
6187
540aa8e7
MS
61882010-02-12 Jakob Engblom <jakob@virtutech.com>
6189
6190 * gdb.texinfo (MI commands): Added documentation of --reverse
6191 option to a set of MI commands. Restructured documentation of MI
6192 commands --exec-continue to reflect the complexity of reverse
6193 execution.
6194
081dfbf7
PA
61952010-02-12 Pedro Alves <pedro@codesourcery.com>
6196
6197 * gdb.texinfo (Using the Collected Data): Specify that the address
6198 range of `tfind outsize' is exclusive, and that the address range
6199 of `tfind range' is inclusive.
6200 (Tracepoint Packets): Specify that the address range of
6201 `QTFrame:range' is inclusive, and that the address range of
6202 `QTFrame:outside' is exclusive
6203
8e9c5e02
VP
62042010-02-12 Vladimir Prus <vladimir@codesourcery.com>
6205
6206 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
6207
92981e24
TT
62082010-02-10 Tom Tromey <tromey@redhat.com>
6209
6210 * gdb.texinfo (Debugging Output): Document set debug parser and
6211 show debug parser.
6212
075b51b7
L
62132010-02-09 H.J. Lu <hongjiu.lu@intel.com>
6214
6215 * gdb.texinfo (Predefined Target Types): Add i387_ext,
6216 i386_eflags and i386_mxcsr.
6217
3bb8d5c3
L
62182010-02-08 H.J. Lu <hongjiu.lu@intel.com>
6219
6220 * gdb.texinfo: Document i386 target features.
6221
c5f80513
DE
62222010-02-05 Doug Evans <dje@google.com>
6223
6224 * gdbint.texinfo (Testsuite): Add a new section to document the
6225 various DejaGnu variables that may be overridden.
1be00882 6226 Document INTERNAL_GDBFLAGS.
c5f80513 6227
6ac33a4e
TT
62282010-02-04 Tom Tromey <tromey@redhat.com>
6229
6230 PR cli/8830:
6231 * gdb.texinfo (Files): -readnow comes before the filename for file
6232 and symbol-file.
6233
a1dcb23a
DJ
62342010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6235
6236 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
6237 Document ARM breakpoint types.
6238 (Register Packet Format): Move into the new section.
6239 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
6240
95433b34
JB
62412010-01-21 Joel Brobecker <brobecker@adacore.com>
6242
6243 * gdb.texinfo (File Options): Adjust the documentation of this
6244 switch to refer to the "source" command rather than partially
6245 duplicating some of the relevant information.
6246 (Extending GDB): Introduce and document the set/show script-extension
6247 setting.
6248 (Command Files): Add note explaining that the "source" command
6249 is also used to evalute scripts written in other languages.
6250 Remove the short slightly incorrect reference to sourcing Python
6251 scripts.
6252 (Python Commands): Document how to execute a Python script from GDB.
6253
8d576872
JB
62542010-01-19 Joel Brobecker <brobecker@adacore.com>
6255
6256 * gdb.texinfo (Command Files): Fix typo.
6257
8150ff9c
JB
62582010-01-18 Tom Tromey <tromey@redhat.com>
6259
6260 * gdb.texinfo (File Options): Document -x on .py files.
6261 (Command Files): Document handling of Python scripts.
6262
23db03a6
JZ
62632010-01-18 Jie Zhang <jie.zhang@analog.com>
6264
6265 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
6266
00bf0b85
SS
62672010-01-15 Stan Shebs <stan@codesourcery.com>
6268
6269 * gdb.texinfo (Trace Files): New section.
6270 (Tracepoint Packets): Document QTSave and qTBuffer.
6271 (Trace File Format): New appendix.
6272
be759fcf
PM
62732010-01-13 Phil Muldoon <pmuldoon@redhat.com>
6274
6275 * gdb.texinfo (Values From Inferior): Document lazy_string value
6276 method.
6277 (Python API): Add Lazy strings menu item.
6278 (Lazy Strings In Python): New node.
6279
dc146f7c
VP
62802010-01-13 Vladimir Prus <vladimir@codesourcery.com>
6281
6282 * gdb.texinfo (GDB/MI Thread Information): New.
6283 (GDB/MI Async Records): Document the core field in *stopped.
6284 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
6285 documentation
6286 (Process list): Document that osdata document may contain
6287 threads.
6288 (Remote Serial Protocol): Document qXfer:threads.
6289
d5551862
SS
62902010-01-06 Stan Shebs <stan@codesourcery.com>
6291
6292 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
6293 disconnected tracing.
6294 (Tracepoint Packets): Document new protocol.
6295
7a697b8d
SS
62962010-01-05 Stan Shebs <stan@codesourcery.com>
6297
6298 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
6299 tracepoints.
6300 (Tracepoint Packets): Describe remote protocol for fast
6301 tracepoints.
6302
e6f3ec50
JB
63032010-01-01 Joel Brobecker <brobecker@adacore.com>
6304
6305 Update the "Start of New Year Procedure".
6306 * gdbint.texinfo: Add the list of files that need to be updated
6307 manually. Minor reformatting.
6308
ddc4e9c1
JB
63092010-01-01 Joel Brobecker <brobecker@adacore.com>
6310
6311 * refcard.tex: Update copyright year in header and text.
6312
9d2897ad
JB
63132010-01-01 Joel Brobecker <brobecker@adacore.com>
6314
6315 * agentexpr.texi: Add 2010 to the list of copyright years.
6316 * annotate.texinfo: Likewise.
6317 * gdb.texinfo: Likewise.
6318 * gdbint.texinfo: Likewise.
6319 * observer.texi: Likewise.
6320 * stabs.texinfo: Likewise.
6321
6da95a67
SS
63222009-12-31 Stan Shebs <stan@codesourcery.com>
6323
6324 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 6325
236f1d4d
SS
63262009-12-29 Stan Shebs <stan@codesourcery.com>
6327
6328 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 6329
f61e138d
SS
63302009-12-28 Stan Shebs <stan@codesourcery.com>
6331
6332 * gdb.texinfo (Trace State Variables): New section.
6333 (Tracepoint Packets): Describe trace state variable packets.
6334 * agentexpr.texi (Bytecode Descriptions): Describe trace state
6335 variable bytecodes.
6336
0fe7935b
DJ
63372009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
6338
6339 * gdb.texinfo (Symbols): "info variables" prints definitions, not
6340 declarations.
6341
a6b29f87
VP
63422009-12-21 Vladimir Prus <vladimir@codesourcery.com>
6343
6344 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
6345 -gdb-exit behaviour.
6346
5e4bde96
JB
63472009-12-20 Joel Brobecker <brobecker@adacore.com>
6348
6349 * gpl.texi: Update to version 3 of the GPL.
6350
a1715244
JB
63512009-12-20 Joel Brobecker <brobecker@adacore.com>
6352
6353 * Makefile.in: Update copyright header.
6354 * observer.texi: Fix the copyright header of the generated files.
6355
361ae042
PM
63562009-12-08 Phil Muldoon <pmuldoon@redhat.com>
6357
6358 * gdb.texinfo (Types In Python): Describe range function.
6359
bfd31e71
PM
63602009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
6361
6362 * gdb.texinfo (Types In Python): Describe "is_base_class".
6363
57a1d736
TT
63642009-12-03 Tom Tromey <tromey@redhat.com>
6365
6366 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
6367
8cebebb9
PP
63682009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
6369
6370 * observer.texi: New memory_changed observer.
6371
16af530a
TT
63722009-12-01 Tom Tromey <tromey@redhat.com>
6373
6374 * gdb.texinfo (Reverse Execution): Fix typo.
6375
b6199126
DJ
63762009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
6377
6378 PR gdb/8704
6379
6380 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
6381 are allowed after the breakpoint condition.
6382
7a6973ad
TT
63832009-11-23 Tom Tromey <tromey@redhat.com>
6384
6385 PR python/10782:
6386 * gdb.texinfo (Types In Python): Document Type.pointer.
6387
21a0512e
PP
63882009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
6389
6390 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 6391
a5832c8f
PA
63922009-11-11 Pedro Alves <pedro@codesourcery.com>
6393
6394 * agentexpr.texi (Tracing On Symmetrix): Delete section.
6395 (Using Agent Expressions): Delete cross reference.
6396
1eb7cd77
JB
63972009-11-07 Joel Brobecker <brobecker@adacore.com>
6398
6399 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
6400 and @settitle directives up to help makeinfo find them.
6401
24ddea62
JK
64022009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6403
6404 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
6405 (Auto-loading): Use plural and note one can use multiple components now.
6406
3afae151
VP
64072009-11-01 Vladimir Prus <vladimir@codesourcery.com>
6408
6409 * gdb.texinfo (GDB/MI Stack Manipulation): Make
6410 -stack-list-arguments have the same documentation for parameter
6411 as -stack-list-locals. Add comas.
6412
14ff2235
PM
64132009-10-27 Tom Tromey <tromey@redhat.com>
6414 Eli Zaretskii <eliz@gnu.org>
6415
c8d5aac9 6416 PR python/10781
14ff2235
PM
6417
6418 * gdb.texinfo (Values From Inferior): Document cast method.
6419
9c419145
PP
64202009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
6421
6422 * gdb.texinfo (Machine Code): Mention function name in disasssembly
6423 and adjust example.
889bf7c5 6424
29153c24
MS
64252009-10-22 Michael Snyder <msnyder@vmware.com>
6426
6427 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 6428 info record command. Also document the new save and restore
29153c24
MS
6429 commands.
6430
2b28d209
PP
64312009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
6432
6433 * gdb.texinfo (Machine Code): Mention current pc marker.
6434 (Memory): Likewise.
6435
6c95b8df
PA
64362009-10-19 Pedro Alves <pedro@codesourcery.com>
6437 Stan Shebs <stan@codesourcery.com>
6438
6439 * observer.texi (new_inferior): Rename to...
6440 (inferior_appeared): ... this.
6441
6442 * gdb.texinfo (Inferiors): Rename node to ...
6443 (Inferiors and Programs): ... this. Mention running multiple
6444 programs in the same debug session.
6445 <info inferiors>: Mention the new 'Executable' column if "info
6446 inferiors". Update examples. Document the "add-inferior",
6447 "clone-inferior", "remove-inferior" and "maint info
6448 program-spaces" commands.
6449 (Process): Rename node to...
6450 (Forks): ... this. Document "set|show follow-exec-mode".
6451
2f8132f3
MS
64522009-10-11 Michael Snyder <msnyder@vmware.com>
6453
6454 * gdb.texinfo (ReverseStep): Show default as "unsupported".
6455 (ReverseContinue): Ditto.
6456
cba4b2d3
PP
64572009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
6458
6459 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 6460
da082f17
JK
64612009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6462
6463 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
6464
08be9d71
ME
64652009-10-06 Michael Eager <eager@eagercon.com>
6466
6467 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
6468 (Embedded Processors): Add MicroBlaze.
6469 (MicroBlaze): New. Describe Xilinx MicroBlaze
6470
08a0efd0
PA
64712009-10-04 Pedro Alves <pedro@codesourcery.com>
6472
6473 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
6474
cbb8f428
EZ
64752009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
6476
6477 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
6478
30a4a70c
JB
64792009-09-23 Joel Brobecker <brobecker@adacore.com>
6480
6481 * observer.texi (solib_unloaded): Document explicitly the fact that
6482 this observer is called before the associated symbols are unloaded.
6483
701adfb0
PA
64842009-09-21 Jie Zhang <jie.zhang@analog.com>
6485
6486 * gdb.texinfo: Escape "{" and "}".
6487
b3372f91
VP
64882009-09-19 Vladimir Prus <vladimir@codesourcery.com>
6489
6490 * gdb.texinfo (GDB/MI Stack Manipulation): Document
6491 -stack-list-variables.
6492
f43030c4
TT
64932009-09-18 Tom Tromey <tromey@redhat.com>
6494
6495 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
6496 is experimental.
6497
ec7e75e7
PP
64982009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6499
6500 * gdb.texinfo (convenince variables): Mention
6501 $_siginfo could be empty.
f43030c4 6502
0cc7d26f
TT
65032009-09-15 Tom Tromey <tromey@redhat.com>
6504
6505 * gdb.texinfo (GDB/MI Variable Objects): Document
6506 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
6507 Expand -var-update documentation.
6508
a96d9b2e
SDJ
65092009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6510
6511 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
6512 feature.
6513
005ca36a
JB
65142009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
6515
6516 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
6517
0d772ac9
MS
65182009-09-10 Michael Snyder <msnyder@vmware.com>
6519
6520 * gdb.texinfo (qSupported): Mention new ReverseContinue and
6521 ReverseStep replies to the qSupported query.
6522
14fb1bac
JB
65232009-09-10 Joel Brobecker <brobecker@adacore.com>
6524
6525 Add documentation for set/show interactive-mode.
6526 * gdb.texinfo (Other Misc Settings): New node.
6527
29b090c0
DE
65282009-09-01 Doug Evans <dje@google.com>
6529
6530 * gdb.texinfo (Caching Data of Remote Targets): Add note on
6531 non-stop mode's affect on remote caching.
6532
4e5d721f
DE
65332009-08-31 Jacob Potter <jdpotter@google.com>
6534 Doug Evans <dje@google.com>
6535
6536 * gdb.texinfo (Caching Data of Remote Targets): Update text.
6537 Mark `set/show remotecache' options as obsolete.
6538 Document new `set/show stack-cache' option.
6539 Update text for `info dcache'.
6540
55333a84
DE
65412009-08-27 Doug Evans <dje@google.com>
6542
6543 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
6544 (Files): Add note on new optional regex arg to `info sharedlibrary'.
6545
bc3a0b4d
RW
65462009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6547
6548 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
6549 about autoconf.
6550
3a1ff0b6
PA
65512009-08-25 Pedro Alves <pedro@codesourcery.com>
6552
6553 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
6554 small example, and describe its columns. Replace "inferior-id" by
6555 "infno" throughout.
6556
81ecdfbb
RW
65572009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6558
af542c2e
RW
6559 * gdbint.texinfo (Releasing GDB): Point to
6560 README-maintainer-mode file for required autoconf version.
6561 * configure.ac: Do not substitute datarootdir, htmldir,
6562 pdfdir, docdir. Do not process --with-datarootdir,
6563 --with-htmldir, --with-pdfdir, --with-docdir.
6564 * configure: Regenerate.
6565
81ecdfbb
RW
6566 * configure: Regenerate.
6567
4efc6507
DE
65682009-08-20 Reid Kleckner <reid@kleckner.net>
6569
6570 * gdb.texinfo: Add chapter on JIT interface.
6571
43089a6e
NR
65722009-08-07 Nick Roberts <nickrob@snap.net.nz>
6573
6574 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 6575 confirmation request.
43089a6e 6576
99e008fe
EZ
65772009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
6578
c8d5aac9
L
6579 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
6580 CRC definitions.
99e008fe 6581
48cb2d85
VP
65822009-08-03 Vladimir Prus <vladimir@codesourcery.com>
6583
6584 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 6585 -break-commands.
48cb2d85 6586
ff1a52c6
UW
65872009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6588
6589 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6590 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
6591
3285f3fe
UW
65922009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6593
6594 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6595 "set spu stop-on-load" and "show spu stop-on-load" commands.
6596
e35359c5
UW
65972009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6598
6599 * gdb.texinfo (Target Descriptions): Document <compatible> element.
6600
58d6951d
DJ
66012009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
6602
6603 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
6604 org.gnu.gdb.arm.neon.
6605
08d16641
PA
66062009-07-20 Pedro Alves <pedro@codesourcery.com>
6607
6608 * gdb.texinfo (Target Description Format): Mention the new <osabi>
6609 optional element.
6610 (subsection OS ABI): New subsection.
6611
782b2b07
SS
66122009-07-14 Stan Shebs <stan@codesourcery.com>
6613
6614 * gdb.texinfo (Tracepoint Conditions): New section.
6615 (General Query Packets): Describe ConditionalTracepoints.
6616 (Tracepoint Packets): Describe condition field.
6617 (Maintenance Commands): Describe maint agent-eval.
6618 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
6619
9b117ef3
HZ
66202009-07-11 Hui Zhu <teawater@gmail.com>
6621
6622 * gdb.texinfo (disassemble): Add a new modifier /r
6623 to "disassemble" command to make it print the raw instructions
6624 in hex as well as in symbolic form.
6625
f5a33284
TT
66262009-07-09 Tom Tromey <tromey@redhat.com>
6627
6628 * gdbint.texinfo (Testsuite): Document parallel make check.
6629
812f7342
TT
66302009-07-09 Tom Tromey <tromey@redhat.com>
6631
6632 * gdbint.texinfo (Testsuite): Document test transcripts.
6633
fbb8f299
PM
66342009-07-10 Phil Muldoon <pmuldoon@redhat.com>
6635
6636 * gdb.texinfo (Values From Inferior): Add length parameter
6637 description.
6638
dd8f35ac
EZ
66392009-07-04 Chris Genly <chris@genly.us>
6640
6641 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
6642 in -var-list-children. Fix example according to what the code
6643 does.
6644
2277426b
PA
66452009-07-02 Pedro Alves <pedro@codesourcery.com>
6646
6647 * gdb.texinfo (Debugging multiple inferiors): Document the
6648 "inferior", "detach inferior" and "kill inferior" commands.
6649 (Debugging Programs with Multiple Processes): Adjust to mention
6650 generic "inferior" commands. Delete mention of "detach fork" and
6651 "delete fork". Cross reference to "Debugging multiple inferiors"
6652 section.
6653
a6d9a66e
UW
66542009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6655
5af949e3
UW
6656 * gdbint.texinfo (Item Output Functions): Update signature
6657 for ui_out_field_core_addr.
6658
66592009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6660
6661 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
6662 Update example code extrated from breakpoint.c.
6663
9901a55b 66642009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 6665
9901a55b
PP
6666 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
6667 MI commands.
6668 (GDB/MI Symbol Query): Likewise.
6669 (GDB/MI File Commands): Likewise.
6670 (GDB/MI File Transfer Commands): Likewise.
6671 (GDB/MI Target Manipulation): Likewise.
6672 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 6673
edb3359d
DJ
66742009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
6675
6676 * gdb.texinfo (Debugging Optimized Code): New chapter.
6677 (Compiling for Debugging): Reference it. Move some
6678 text to the new section.
6679
7cd1089b
PM
66802009-06-15 Phil Muldoon <pmuldoon@redhat.com>
6681
6682 * doc/gdb.texinfo (Calling): Document
6683 set-unwind-on-terminating-exception usage.
6684
d4db2f36
PA
66852009-06-11 Pedro Alves <pedro@codesourcery.com>
6686
6687 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
6688 command.
6689
d1a7880c
PA
66902009-06-07 Pedro Alves <pedro@codesourcery.com>
6691
6692 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
6693 references.
6694
473f94e6
UW
66952009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
6696
6697 * gdbint.texinfo: Rename formal parameters to gdbarch function
6698 protoypes from "current_gdbarch" to "gdbarch".
6699
8f500870
TT
67002009-05-28 Tom Tromey <tromey@redhat.com>
6701
6702 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
6703
b6313243
TT
67042009-05-27 Tom Tromey <tromey@redhat.com>
6705
6706 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6707 feature.
6708 (GDB/MI Variable Objects): Document -var-set-visualizer.
6709
67102009-04-02 Tom Tromey <tromey@redhat.com>
6711
6712 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6713 feature.
6714 (GDB/MI Variable Objects): Document -var-set-visualizer.
6715
a6bac58e
TT
67162009-05-27 Tom Tromey <tromey@redhat.com>
6717 Thiago Jung Bauermann <bauerman@br.ibm.com>
6718 Phil Muldoon <pmuldoon@redhat.com>
6719
6720 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
6721 (Pretty Printing): New node.
6722 (Selecting Pretty-Printers): Likewise.
6723 (Python API): Update.
6724 (Output Formats): Document /r format.
6725
2c74e833
TT
67262009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
6727 Tom Tromey <tromey@redhat.com>
6728
6729 * gdb.texinfo (Types In Python): New node.
6730 (Values From Inferior): "type" is now an attribute.
6731 (Python API): Update.
6732
89c73ade
TT
67332009-05-27 Tom Tromey <tromey@redhat.com>
6734 Thiago Jung Bauermann <bauerman@br.ibm.com>
6735 Phil Muldoon <pmuldoon@redhat.com>
6736
6737 * gdb.texinfo: Add @syncodeindex for `tp'.
6738 (Python API): Update.
6739 (Auto-loading): New node.
6740 (Objfiles In Python): New node.
6741
17a37d48
PP
67422009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
6743
6744 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 6745
6718376f
NR
67462009-05-15 Nick Roberts <nickrob@snap.net.nz>
6747
6748 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
6749
cbe54154
PA
67502009-05-12 Pedro Alves <pedro@codesourcery.com>
6751
6752 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
6753 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
6754 show show-debug-regs' docs.
6755
8e05493c
EZ
67562009-05-08 Eli Zaretskii <eliz@gnu.org>
6757
6758 * gdb.texinfo (Process Record and Replay): Add description of
6759 reverse execution.
6760
b39f4988
JB
67612009-05-07 Joel Brobecker <brobecker@adacore.com>
6762
6763 * gdbint.texinfo (Adding support for debugging core files): New node.
6764 (Native Debugging): Remove the ``Native core file Support'' section.
6765
a2311334
EZ
67662009-05-01 Eli Zaretskii <eliz@gnu.org>
6767
6768 * gdb.texinfo (Process Record and Replay): Improve and clarify.
6769 Add index entries.
6770
53cc454a 67712009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 6772 Michael Snyder <msnyder@vmware.com>
53cc454a 6773
a2311334
EZ
6774 * gdb.texinfo: (Process Record and Replay): Add documentation for
6775 process record and replay.
53cc454a 6776
484086b7
JK
67772009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6778
6779 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
6780 a new part on command-line defined macros.
6781
32ae1842
EZ
67822009-04-25 Eli Zaretskii <eliz@gnu.org>
6783
6784 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
6785 clarify the wording.
6786
b14b1491
TT
67872009-04-23 Tom Tromey <tromey@redhat.com>
6788
6789 * gdb.texinfo (Data Files): New node.
6790 (GDB Files): Update menu.
6791
5c1e86e1
JB
67922009-04-23 Joel Brobecker <brobecker@adacore.com>
6793
6794 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 6795 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 6796
83eba9b7
VP
67972009-04-22 Vladimir Prus <vladimir@codesourcery.com>
6798
6799 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
6800
e31198c4
HZ
68012009-04-22 Hui Zhu <teawater@gmail.com>
6802
6803 * gdb.texinfo (disassemble-next-line): Set the default of
6804 disassemble-next-line to off.
6805
26e251b6
JM
68062009-04-21 Joseph Myers <joseph@codesourcery.com>
6807
6808 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
6809 --with-htmldir): New.
6810 * configure: Regenerate.
6811 * Makefile.in (datarootdir, docdir): Define.
6812 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
6813 instead of $(SET_TEXINPUTS).
6814 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
6815 gdbint.info instead of $(SET_TEXINPUTS).
6816 (gdbint/index.html): Use same -I options as for building
6817 gdbint.info.
6818 (stabs.dvi, stabs.pdf): Use same -I options as for building
6819 stabs.info instead of $(SET_TEXINPUTS).
6820 (stabs/index.html): Use same -I options as for building
6821 stabs.info.
6822 (annotate.dvi, annotate.pdf): Use same -I options as for building
6823 annotate.info instead of $(SET_TEXINPUTS).
6824 (annotate/index.html): Use same -I options as for building
6825 annotate.info.
6826
eac35c4e
DD
68272009-04-21 David Daney <ddaney@caviumnetworks.com>
6828
6829 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
6830
29b0e8a2
JM
68312009-04-21 Joseph Myers <joseph@codesourcery.com>
6832
6833 * gdb.texinfo (Source Path): Document --with-relocated-sources.
6834
2b831889 68352009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 6836 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
6837
6838 * Makefile.in (MAKEHTML): Set to makeinfo --html.
6839 (MAKEHTMLFLAGS): Set to empty.
6840 (html__strip_dir): Define.
6841 (HTMLFILES): Define.
6842 (HTMLFILES_INSTALL): Define.
6843 (install-html): Copy new automake rule.
6844 (html): Depend on $(HTMLFILES).
6845 (gdb_toc.html): Rename to gdb/index.html.
6846 (gdbint_toc.html): Rename to gdbint/index.html.
6847 (stabs_toc.html): Rename to stabs/index.html.
6848 (annotate_toc.html): Rename to annotate/index.html.
6849
89a34d1b
JM
68502009-04-17 Carlos O'Donell <carlos@codesourcery.com>
6851
6852 * Makefile.in: Set pdfdir and htmldir from configure
6853 substitutions.
6854 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
6855 * configure: Regenerate.
6856
a2d5da46
JB
68572009-04-16 Joel Brobecker <brobecker@adacore.com>
6858
6859 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
6860 This macro is no longer used.
6861
732f6a93
TT
68622009-04-15 Tom Tromey <tromey@redhat.com>
6863
6864 * gdb.texinfo (Character Sets): Document default character set.
6865
87f9adc1
PM
68662009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
6867
6868 * gdbint.texinfo: Change server name from sources.redhat.com to
6869 sourceware.org throughout.
6870
2c88c651
JB
68712009-04-09 Joel Brobecker <brobecker@adacore.com>
6872
6873 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
6874 about a missing dot or coma after @xref.
6875
4f5376b2
JB
68762009-04-02 Joel Brobecker <brobecker@adacore.com>
6877
6878 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
6879 example, and add a small explanation about it.
6880 (Print Settings): Change the documentation of the "set print
6881 frame-arguments" to reflect the fact that the default is now "scalars".
6882
a0381d3a
JB
68832009-04-02 Joel Brobecker <brobecker@adacore.com>
6884
6885 * gdb.texinfo (Print Settings): Add kindex for command "set
6886 print frame-arguments".
6887
45ac276d
JB
68882009-03-31 Joel Brobecker <brobecker@adacore.com>
6889
6890 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
6891 breakpoints.
6892 (Set Breaks): Add reference to thread-specific and task-specific
6893 breakpoints.
6894
32cd1edc
JB
68952009-03-31 Joel Brobecker <brobecker@adacore.com>
6896
6897 * gdb.texinfo (Ada Tasks): Remove the documentation about
6898 the "Running" state, as this state has been eliminated.
6899 Now all runnable tasks are shown as "Runnable".
6900
1042e4c0
SS
69012009-03-30 Stan Shebs <stan@codesourcery.com>
6902
6903 * gdb.texinfo (Tracepoints): Describe tracepoints as a
6904 special case of breakpoints.
6905 (Enable and Disable Tracepoints): Mention deprecation.
6906 (Listing Tracepoints): Update description and example.
6907
f8f6f20b
TJB
69082009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6909
6910 * gdb.texinfo (Frames in Python): New node.
6911 (Python API): Update.
6912
c0c6f777
TJB
69132009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
6914
6915 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
6916 from a method to an attribute.
6917
def2b000
TJB
69182009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
6919
6920 * gdb.texinfo (Values From Inferior): Document is_optimized_out
6921 attribute.
6922
a07daef3
PA
69232009-03-25 Pedro Alves <pedro@codesourcery.com>
6924
6925 * observer.texi (thread_exit): Add "silent" parameter.
6926
f3b1572e
PA
69272009-03-22 Pedro Alves <pedro@codesourcery.com>
6928
6929 * observer.texi (about_to_proceed): New.
6930
587afa38
EZ
69312009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
6932
6933 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
6934 field throughout to handle types with spaces in them. Fix typos
6935 found by aspell.
6936 (Summary, Requirements, Contributors): New first chapter,
6937 "Summary" added, old Requirements section moved there, and new
6938 section, "Contributors" added.
6939 (Initializing a New Architecture, Register Representation)
6940 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
6941 (Porting gdb): These sections extended and updated.
6942 (Compiler Characteristics): This section (empty) deleted.
6943 (Defining Other Architecture Features): This section renamed and
6944 duplicate material removed from (formerly "Target Conditionals").
6945 Use braces {} in @deftypeXX type field throughout to handle types
6946 with spaces in them. Typos found by aspell fixed.
6947
6948 * stack_frame.svg: New file, source of image for gdbint.texinfo.
6949 * stack_frame.pdf: Version of image for PDF output.
6950 * stack_frame.png: Version of image for HTML output and for Emacs.
6951 * stack_frame.txt: Version of image for Info output.
1db61298 6952 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 6953
10af6951
EZ
69542009-03-21 Eli Zaretskii <eliz@gnu.org>
6955
6956 * gdb.texinfo (Character Sets): Fix last change.
6957
cc924cad
TJB
69582009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
6959
6960 * gdb.texinfo (Values From Inferior): Fix optional arguments
6961 markup.
6962 (Commands In Python): Adjust argument names of gdb.Command.__init__
6963 to what the function accepts as keywords.
6964
bc3b79fd
TJB
69652008-03-20 Tom Tromey <tromey@redhat.com>
6966
6967 * gdb.texinfo (Convenience Vars): Document convenience functions.
6968 (Functions In Python): New node.
6969 (Python API): Update.
6970
6c7a06a3
TT
69712009-03-20 Tom Tromey <tromey@redhat.com>
6972
6973 * gdb.texinfo (Character Sets): Remove obsolete text. Document
6974 set target-wide-charset.
6975 (Requirements): Mention iconv.
6976
b646ddd4
HZ
69772009-03-17 Hui Zhu <teawater@gmail.com>
6978
6979 * gdb.texinfo: Change the introduce of "disassemble-next-line".
6980
91440f57
HZ
69812009-03-17 Hui Zhu <teawater@gmail.com>
6982
6983 * gdb.texinfo: Add documentation for disassemble-next-line.
6984
8fd41227
TJB
69852009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6986
6987 * gdb.texinfo (Commands In Python): Remove tindex entries.
6988
61ff14c6
JK
69892009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6990
6991 * gdb.texinfo (Returning): New description for missing debug info.
6992
0b16c5cf
PA
69932009-03-14 Pedro Alves <pedro@codesourcery.com>
6994
6995 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 6996 (General Query Packets): Document qAttached.
0b16c5cf 6997
32fc0df9
PA
69982009-03-05 Pedro Alves <pedro@codesourcery.com>
6999
7000 * gdb.texinfo (Background Execution): Better describe the set
7001 target-async command.
7002 (Maintenance Commands): Delete description of the `maint set/show
7003 linux-async' and `maint set/show remote-async' commands.
7004
134eb42c
VP
70052009-02-18 Vladimir Prus <vladimir@codesourcery.com>
7006
7007 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
7008 between sentences.
7009
c86cf029
VP
70102009-02-18 Vladimir Prus <vladimir@codesourcery.com>
7011
7012 * gdb.texinfo (GDB/MI Async Records): Document the
7013 =library-loaded and =library-unloaded notifications.
7014
3ea85240
VP
70152009-02-17 Vladimir Prus <vladimir@codesourcery.com>
7016
7017 * observer.texi (test_notification): New observer.
7018
1d33d6ba
VP
70192009-02-14 Vladimir Prus <vladimir@codesourcery.com>
7020
61ff14c6
JK
7021 * observer.texi: Add parameter 'print_frame' to normal_stop
7022 observer.
1d33d6ba 7023
d721c933
EZ
70242009-02-07 Eli Zaretskii <eliz@gnu.org>
7025
7026 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
7027 (Commands In Python): Fix COMMAND_* constants in last change. Use
7028 @kbd for interactive input. Add cross-references and index
7029 entries.
7030
4aa995e1
PA
70312009-02-06 Pedro Alves <pedro@codesourcery.com>
7032
7033 * gdb.texinfo (Signals): Document $_siginfo.
7034 (Convenience Variables): Mention $_siginfo.
7035 (Remote Configuration): Document qXfer:siginfo:read,
7036 qXfer:siginfo:write packets, and the read-siginfo-object,
7037 write-siginfo-object commands.
7038
5f5233d4
PA
70392009-02-06 Pedro Alves <pedro@codesourcery.com>
7040
7041 * gdbint.texinfo (Values): New chapter.
7042
d8906c6f
TJB
70432009-02-06 Tom Tromey <tromey@redhat.com>
7044
7045 * gdb.texinfo (Python API): Add entry for Commands In Python.
7046 (Commands In Python): New node.
7047
b6cb8e7d
TJB
70482009-02-05 Tom Tromey <tromey@redhat.com>
7049
7050 * gdb.texinfo (Values From Inferior): Document Value.string.
7051
12453b93
TJB
70522009-02-05 Tom Tromey <tromey@redhat.com>
7053
7054 * gdb.texinfo (Basic Python): Document execute's from_tty
7055 argument.
7056
08c637de
TJB
70572009-02-04 Tom Tromey <tromey@redhat.com>
7058
7059 * gdb.texinfo (Basic Python): Document gdb.history.
7060
592375cd
VP
70612009-01-30 Vladimir Prus <vladimir@codesourcery.com>
7062
7063 * gdb.texinfo (GDB/MI Thread Commands): Document the
7064 'current-thread-id' field. Remove the example with zero threads,
7065 since current GDB won't ever report that if there's inferior.
7066
41447f92
VP
70672009-01-30 Vladimir Prus <vladimir@codesourcery.com>
7068
7069 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
7070 option to -break-insert.
7071
098b41a6
JG
70722009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7073 Jerome Guitton <guitton@adacore.com>
7074
7075 * gdb.texinfo (Startup): Document --with-system-gdbinit.
7076 (System-wide configuration): New section.
7077
3c16cced
PA
70782009-01-26 Pedro Alves <pedro@codesourcery.com>
7079
7080 PR gdb/7580:
7081 * gdb.texinfo (Maintenance Commands): Document "maint set|show
7082 internal-error|internal-warning quit|corefile ask|yes|no".
7083
62709adf
PA
70842009-01-26 Pedro Alves <pedro@codesourcery.com>
7085
7086 * gdb.texinfo (Using the `gdbserver' Program): Document
7087 --remote-debug.
7088
7ce58dd2
DE
70892009-01-23 Doug Evans <dje@google.com>
7090
7091 * gdb.texinfo: Add nexti to list of commands that support
7092 background execution.
7093
adb483fe
DJ
70942009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
7095
7096 * gdb.texinfo (Define, Hooks): Document prefix command support.
7097
a67ec3f4 70982009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 7099 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
7100
7101 Fixes for makeinfo --html.
7102
7103 * annotate.texinfo: Use @copying and @insertcopying. Use
7104 @ifnottex in place of @ifinfo.
7105 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
7106 place of @ifinfo. Use @ifnotinfo for one index entry.
7107 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
7108 in place of @ifinfo.
7109 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
7110 in place of @ifinfo. Include contents at start unconditionally.
7111
84fcdf95
PA
71122009-01-13 Pedro Alves <pedro@codesourcery.com>
7113
7114 * gdb.texinfo (General Query Packets): Remove @var{} around the
7115 "spu" literal string.
7116
fa3a767f
PA
71172009-01-07 Pedro Alves <pedro@codesourcery.com>
7118
7119 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
7120 program may be running in another process" errors.
7121 * gdbint.texinfo (Native Conditionals): Delete
7122 ONE_PROCESS_WRITETEXT description.
7123
9cb011d3
JB
71242009-01-07 Joel Brobecker <brobecker@adacore.com>
7125
7126 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
7127 emacs local variable to be placed at the end of the ChangeLog.
7128 Add server.c and gdbreplay.c to the list of files where the
7129 copyright year needs to be updated.
7130
84603566
SL
71312009-01-06 Sandra Loosemore <sandra@codesourcery.com>
7132
7133 * gdb.texinfo (Remote Configuration): Document new
7134 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
7135 commands.
7136
a53f55d8
PA
71372008-12-28 Pedro Alves <pedro@codesourcery.com>
7138
7139 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
7140 FETCH_INFERIOR_REGISTERS.
7141 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
7142 FETCH_INFERIOR_REGISTERS descriptions. Remove
7143 gdbarch_get_longjmp_target descrition, since already described in
7144 Target Conditionals. Move gdbarch_fp0_regnum description to ...
7145 (Target Conditionals): ... here.
7146
077e0a52
JB
71472008-12-16 Joel Brobecker <brobecker@adacore.com>
7148
7149 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
7150 examples.
7151 (Additions to Ada): Likewise. Add the missing opening and closing
7152 parenthesis of the GDB prompt in one of the examples.
7153
023eb17c
JB
71542008-12-14 Joel Brobecker <brobecker@adacore.com>
7155
7156 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
7157 about the result of 'Address not being of type System.Address.
7158 This problem has been fixed a while ago.
7159
c3b108f7
VP
71602008-12-02 Vladimir Prus <vladimir@codesourcery.com>
7161
7162 MI non-stop and multiprocess docs.
7163
c8d5aac9
L
7164 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
7165 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
7166 Adjust documentation for *stopped, document =thread-created,
7167 =thread-exited, =thread-group-created and =thread-group-exited.
7168 (GDB/MI Thread Commands): Document the 'state' field in
7169 -thread-info output.
7170 (GDB/MI Program Execution): Mention --all and --thread-group
7171 options.
7172 (GDB/MI Variable Objects): Describe floating and fixed variable
7173 objects.
7174 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 7175
07e059b5
VP
71762008-12-02 Vladimir Prus <vladimir@codesourcery.com>
7177
c8d5aac9
L
7178 * gdb.texinfo (Operating System Information): New appendix.
7179 (Operating System Auxiliary Information): Document 'info os processes'
7180 (Remote Configuration): Document 'osdata'
7181 (General Query Packets): Document qXfer:osdata:read.
07e059b5 7182
a80b95ba
TG
71832008-11-27 Tristan Gingold <gingold@adacore.com>
7184
7185 * gdb.texinfo (Darwin): Document Darwin specific features.
7186
a655d424
JK
71872008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7188
7189 * gdbint.texinfo (Target Conditionals): Extend the
7190 gdbarch_breakpoint_from_pc description.
7191
249e1128
VP
71922008-11-22 Vladimir Prus <vladimir@codesourcery.com>
7193
7194 * gdb.texinfo (M68K Features): Fix typo.
7195
c14c28ba
PP
71962008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
7197
7198 * gdb.texinfo (Symbols): Mention printing containing
7199 image name in "info symbol".
7200 (Maint translate-address): Likewise.
889bf7c5 7201
394a6666
JB
72022008-11-18 Joel Brobecker <brobecker@adacore.com>
7203
7204 * gdb.texinfo (Set Catchpoints): Remove the documentation of
7205 commands "catch load" and "catch unload".
7206
66bb093b
VP
72072008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7208
7209 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 7210 =thread-selected.
889bf7c5 7211
4a92f99b
VP
72122008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7213
c8d5aac9 7214 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 7215
f0323ca0
PA
72162008-10-27 Pedro Alves <pedro@codesourcery.com>
7217
7218 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
7219 .mt files, TM_CLIBS or TM_CDEPS.
7220 (x86 Watchpoints): Don't mention TDEPFILES.
7221
8b23ecc4
SL
72222008-10-24 Sandra Loosemore <sandra@codesourcery.com>
7223
7224 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
7225 (Overview): Mention notifications and non-stop mode behavior.
7226 (Packets): Update documentation of ?, vAttach, vCont, and vRun
7227 with non-stop mode behavior. Add vStopped description.
7228 (Stop Reply Packets): Update list of packets that return
7229 stop replies. Mention non-stop behavior.
7230 (General Query Packets): Document QNonStop packet and associated
7231 qSupported query response.
7232 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
7233 behavior.
7234 (Notification Packets): New section.
7235 (Remote Non-Stop): New section.
7236 (File-I/O Overview): Mention non-stop behavior.
7237
fff08868
HZ
72382008-10-24 Hui Zhu <teawater@gmail.com>
7239 Pedro Alves <pedro@codesourcery.com>
7240
7241 * gdb.texinfo (displaced-stepping): Describe the auto mode
7242 setting, and say it's the default. This is now a mainstream
7243 setting instead of a maintenance setting.
7244
252fbfc8
PA
72452008-10-23 Pedro Alves <pedro@codesourcery.com>
7246
7247 * observer.texi (thread_stop_requested): New.
7248
20924a55
JB
72492008-10-22 Joel Brobecker <brobecker@adacore.com>
7250
7251 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
7252 (Patching): Replace incorrect usage of @samp by @kbd.
7253
bacec72f
MS
72542008-10-17 Michael Snyder <msnyder@vmware.com>
7255
7256 * gdb.texinfo: Add documentation for reverse execution.
7257
a08702d6 72582008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 7259 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
7260
7261 * gdb.texinfo. (Values From Inferior): New subsubsection.
7262
d97bc12b
DE
72632008-10-06 Doug Evans <dje@google.com>
7264
7265 * gdb.texinfo (set debug dwarf2-die): Document it.
7266
87f67dba
JB
72672008-10-01 Joel Brobecker <brobecker@adacore.com>
7268
7269 * gdb.texinfo (catch) [exception]: Document how to insert
7270 a breakpoint on user-defined exceptions when the exception
7271 name is identical to one of the language-defined ones.
7272
2fae03e8
TT
72732008-09-27 Tom Tromey <tromey@redhat.com>
7274
7275 * gdb.texinfo (Macros): Remove text about stringification,
7276 varargs, and splicing.
7277
5c6ce71d
TT
72782008-09-27 Tom Tromey <tromey@redhat.com>
7279
7280 * gdbint.texinfo (Language Support): Remove text about omitting
7281 support for a language.
7282
07128da0
DE
72832008-09-23 Doug Evans <dje@google.com>
7284
7285 * gdb.texinfo (info dcache): Update.
7286
b90a069a
SL
72872008-09-22 Sandra Loosemore <sandra@codesourcery.com>
7288
7289 * gdb.texinfo (Packets): Add info on thread-id syntax and
7290 multiprocess extensions.
7291 <D>: Document multiprocess form of packet.
7292 <H>: Use thread-id syntax.
7293 <T>: Likewise.
7294 <vCont>: Likewise. Note this is required for multiprocess.
7295 <vKill>: New packet.
7296 (Stop Reply Packets) <T>: Use thread-id syntax.
7297 <W>: Document multiprocess form of reply.
7298 <X>: Likewise.
7299 (General Query Packets) <qC>: Use thread-id syntax.
7300 <qfThreadInfo>: Likewise.
7301 <qGetTLSAddr>: Likewise.
7302 <qP>: Likewise.
7303 <qSupported>: Add "multiprocess" feature.
7304 <qThreadExtraInfo>: Use thread-id syntax.
7305
b77209e0
PA
73062008-09-22 Stan Shebs <stan@codesourcery.com>
7307
7308 * gdb.texinfo (Inferiors): New section.
7309
3d0bb823
PA
73102008-09-12 Pedro Alves <pedro@codesourcery.com>
7311
7312 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
7313
f8dcfc0a
UW
73142008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
7315
7316 * gdbint.texinfo (Target Conditionals): Remove documentation
7317 for gdbarch_name_of_malloc.
7318
8775bb90
MS
73192008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
7320
7321 * gdb.texinfo (Interrupts): Mention TCP interface for
7322 sending BREAK.
7323
f1838a98
UW
73242008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
7325
7326 * gdb.texinfo (Commands to Specify Files): Document "remote:"
7327 argument prefix to "set sysroot".
7328
158c7665
PH
73292008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
7330
7331 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
7332 and False.
7333
30e026bb
VP
73342008-08-20 Vladimir Prus <vladimir@codesourcery.com>
7335
c8d5aac9
L
7336 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
7337 for possible features of -list-features.
30e026bb 7338
c6ebd6cf
VP
73392008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7340
c8d5aac9 7341 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
7342 (GDB/MI Miscellaneous Commands): Document -list-target-features.
7343
aeac0ff9
VP
73442008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7345
7346 * doc/gdb.texinfo (PowerPC): Fix typo.
7347 (PowerPC features): Fix typo.
7348
5231c1fd
PA
73492008-08-18 Pedro Alves <pedro@codesourcery.com>
7350
7351 * observer.texi (thread_ptid_changed): New.
7352
677c5bb1
LM
73532008-08-18 Luis Machado <luisgpm@br.ibm.com>
7354
7355 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
7356 (PowerPC features): Mention feature set for VSX registers.
7357
f3a2dd1a
JB
73582008-08-13 Joel Brobecker <brobecker@adacore.com>
7359
7360 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
7361 the direct visibility of all names in user-written packages.
7362
33e5cbd6
PA
73632008-08-13 Pedro Alves <pedro@codesourcery.com>
7364
7365 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
7366 setting, and make it the default.
7367 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
7368 non-stop script example.
7369
d0384fc4
TJB
73702008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
7371
7372 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
7373 reference to the "Using Different Register and Memory Data
7374 Representation" section.
7375
a6f3e723
SL
73762008-08-12 Sandra Loosemore <sandra@codesourcery.com>
7377
7378 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
7379 (Remote Protocol): Add Packet Acknowledgment to menu.
7380 (Overview): Mention +/- can be disabled, and point to new section
7381 where this is discussed in detail.
7382 (General Query Packets): Document QStartNoAckMode packet, and
7383 corresponding qSupported reply.
7384 (Packet Acknowledgment): New section.
7385
0606b73b
SL
73862008-08-11 Sandra Loosemore <sandra@codesourcery.com>
7387 Pedro Alves <pedro@codesourcery.com>
7388
7389 * gdb.texinfo (Threads): Move paragraph about automatic thread
7390 selection to All-Stop Mode subsection.
7391 (Thread Stops): Reorganize existing material into subsections.
7392 Add introductory blurb and menu.
7393 (Non-Stop Mode): New subsection.
7394 (Background Execution): New subsection.
7395 (Maintenance Commands): Add cross-references from async mode
7396 commands to the new Background Execution section.
7397
d57a3c85
TJB
73982008-08-06 Tom Tromey <tromey@redhat.com>
7399
7400 * gdb.texinfo (Extending GDB): New chapter.
7401 (Sequences): Demoted chapter, now a section under the new
7402 Extending GDB chapter.
7403 (Python): New section.
7404
6d76a53d
SS
74052008-07-31 Stan Shebs <stan@codesourcery.com>
7406
7407 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
7408
1f70da6a
SS
74092008-07-29 Stan Shebs <stan@codesourcery.com>
7410
7411 * gdbint.texinfo: General round of cleanup and minor
7412 clarifications.
7413 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
7414 (Longjmp Support): Update description to reflect how it is done
7415 for targets without using native header.
7416 (Symbol Handling): Add a little more general explanation.
7417 (COFF, ELF): Mention stabs encapsulation.
7418 (DWARF 3): New section.
7419 (Adding a New Host): Scrub out some obsolete bits.
7420 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
7421 (Host Conditionals): Remove descriptions of NO_STD_REGS,
7422 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
7423 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
7424 SEEK_SET, STOP_SIGNAL, USG.
7425 (Raw and Virtual Register Representations): Ditto for
7426 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
7427 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
7428 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
7429 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
7430 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
7431 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
7432 DEPRECATED_REGISTER_VIRTUAL_SIZE,
7433 DEPRECATED_REGISTER_VIRTUAL_TYPE,
7434 DEPRECATED_USE_STRUCT_CONVENTION.
7435 Describe gdbarch_deprecated_fp_regnum.
7436 Update description of gdbarch_print_insn.
7437 (Adding a New Target): Scrub out obsolete bits.
7438 (Obsolete Conditionals): Remove entire section.
7439
383f836e
TT
74402008-07-25 Tom Tromey <tromey@redhat.com>
7441
7442 * observer.texi (GDB Observers): Document new observers:
7443 breakpoint_created, breakpoint_deleted, breakpoint_modified,
7444 tracepoint_created, tracepoint_deleted, tracepoint_modified,
7445 architecture_changed.
7446
cfd8ab24
SS
74472008-07-21 Stan Shebs <stan@codesourcery.com>
7448
7449 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
7450 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
7451
781b42b0
TT
74522008-07-21 Tom Tromey <tromey@redhat.com>
7453
7454 * observer.texi (GDB Observers): Remove obsolete comment.
7455 <executable_changed>: Remove argument.
7456
d7d9f01e
TT
74572008-07-18 Tom Tromey <tromey@redhat.com>
7458
7459 * gdb.texinfo (Macros): Update. Use @code rather than @command.
7460
bf250677
DE
74612008-07-10 Doug Evans <dje@google.com>
7462
7463 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
7464
10568435
JK
74652008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7466
7467 * gdb.texinfo (Starting): Document "set disable-randomization".
7468
5ae4183a
AS
74692008-07-07 Andreas Schwab <schwab@suse.de>
7470
7471 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
7472
b56e7235
VP
74732008-07-06 Vladimir Prus <vladimir@codesourcery.com>
7474
7475 * gdb.texinfo (GDB/MI Target Manipulation): Add
7476 example of -target-attach.
7477
e1ac3328
VP
74782008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7479
7480 * observer.texi (target_resumed): New observer.
5ae4183a 7481 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 7482
65d12d83
TT
74832008-06-06 Tom Tromey <tromey@redhat.com>
7484
7485 * gdb.texinfo (Completion): Add field name example.
7486
fbc5282e
MK
74872008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
7488
7489 * gdb.texinfo (GDB/MI Program Context): Added example
7490 to -exec-arguments
5ae4183a 7491
fbc5282e 74922008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
7493
7494 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
7495 annotation.
7496
c16158bc 74972008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
7498 Nathan Sidwell <nathan@codesourcery.com>
7499 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
7500
7501 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
7502 and ACX_BUGURL.
7503 * configure: Regenerate.
7504 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
7505 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
7506 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
7507 mailing-list-specific text about bug reporting unless
7508 BUGURL_DEFAULT.
7509
75c99385
PA
75102008-06-05 Pedro Alves <pedro@codesourcery.com>
7511
7512 * gdb.texinfo (-target-select): Remove reference to target async.
7513 (Maintenance Commands): Document "maint set/show remote-async".
7514
1763a388
MK
75152008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
7516
7517 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
7518 in -target-file-get section.
5ae4183a 7519
d0d064df
PA
75202008-05-22 Pedro Alves <pedro@codesourcery.com>
7521
9b562ab8
PA
7522 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
7523 killing the inferior when it is already debugging a process.
d0d064df 7524
8dfa32fc
JB
75252008-05-21 Joel Brobecker <brobecker@adacore.com>
7526
7527 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
7528 abbreviation for "finish".
7529
55f996a7
NR
75302008-05-21 Nick Roberts <nickrob@snap.net.nz>
7531
7532 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
7533
ba2b1c56
DJ
75342008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
7535
7536 * gdbint.texinfo (Target Conditionals): Delete entry for
7537 gdbarch_dwarf_reg_to_regnum.
7538
08388c79
DE
75392008-05-09 Doug Evans <dje@google.com>
7540
a3c83fae 7541 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 7542
d14508fe
DE
75432008-05-05 Doug Evans <dje@google.com>
7544
7545 * gdb.texinfo (disassemble): Document /m modifier.
7546
e2b7ddea
VP
75472008-05-05 Vladimir Prus <vladimir@codesourcery.com>
7548
5ae4183a
AS
7549 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
7550 will not report the time of commands that run the target.
e2b7ddea 7551
8eb41542
VP
75522008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7553
7554 * gdb.texinfo (GDB/MI Output Records): Add
7555 missing semicolon.
7556
82f68b1c
VP
75572008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7558
7559 * gdb.texinfo (GDB/MI Output Records):
7560 Document =thread-create and =thread-exited.
7561
fa0f268d
VP
75622008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7563
7564 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 7565 Remove mention of dmi-discuss.
fa0f268d 7566
063bfe2e
VP
75672008-05-03 Pedro Alves <pedro@codesourcery.com>
7568
7569 * observer.texi (thread_exit): New.
7570
237fc4c9
PA
75712008-05-02 Pedro Alves <pedro@codesourcery.com>
7572
7573 * gdb.texinfo (Debugging Output): Document "set/show debug
7574 displaced".
7575 (Maintenance Commands): Document "maint set/show
7576 can-use-displaced-stepping".
7577
0428b8f5
DJ
75782008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
7579
7580 * gdb.texinfo (ARM): Document set/show arm fallback-mode
7581 and set/show arm force-mode.
7582
5009afc5
AS
75832008-05-02 Andreas Schwab <schwab@suse.de>
7584
7585 * gdbint.texinfo (Algorithms): Describe
7586 target_watchpoint_addr_within_range.
7587
669fac23
DJ
75882008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7589
7590 * gdbint.texinfo (Stack Frames): New chapter.
7591 (Algorithms): Move Frames text to the new chapter.
7592 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
7593 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
7594
721c02de
VP
75952008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7596
5ae4183a
AS
7597 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
7598 output does not necessary include any tokens.
721c02de 7599
c055b101
CV
76002008-04-22 Corinna Vinschen <vinschen@redhat.com>
7601
7602 * gdb.texinfo (Set SH Calling convention): New @item.
7603 (Show SH Calling convention): Ditto.
7604
68837c9d
MD
76052008-04-22 Markus Deuling <deuling@de.ibm.com>
7606
7607 * gdb.texinfo (Fortran Operators): Describe '%' operator.
7608
2e9132cc
EZ
76092008-04-20 Eli Zaretskii <eliz@gnu.org>
7610
7611 * gdb.texinfo (Set Breaks): Mention that multiple location
7612 breakpoints need line number info. Add index entries.
7613
31fffb02
CS
76142008-04-19 Craig Silverstein <csilvers@google.com>
7615
7616 * gdb.texinfo (Requirements): Add an optional requirement on
7617 zlib.
7618 * gdbint.texinfo (Debugging File Formats): Add new subsection for
7619 Compressed DWARF 2.
7620
a47ec5fe
AR
76212008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
7622
7623 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
7624 sample output for 'stopped,reason="breakpoint-hit"' message.
7625 (GDB/MI Program Execution): Likewise.
7626
de051565
MK
76272008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
7628
5ae4183a 7629 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
7630 -var-set-format. Add -f option to -var-evaluate-expression.
7631
6ba66d6a
JB
76322008-04-03 Joel Brobecker <brobecker@adacore.com>
7633
7634 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
7635 new node "Ambiguous Expressions". Replace references to this
7636 node by references to "Ambiguous Expressions" throughout.
7637 (Ambiguous Expressions): New node.
7638
1e26b4f8
DJ
76392008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
7640
7641 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
7642
b84876c2
PA
76432008-03-21 Pedro Alves <pedro@codesourcery.com>
7644
7645 * gdb.texinfo (Debugging Output): Document
7646 "set/show debug lin-lwp-async".
7647 (Maintenance Commands): Document "maint set/show linux-async".
7648
63092375
DJ
76492008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7650
7651 * gdb.texinfo (Expressions): Update description of malloced arrays.
7652
8e8901c5
VP
76532008-03-15 Vladimir Prus <vladimir@codesourcery.com>
7654
7655 * gdb.texinfo (Thread Commands): Document
7656 -thread-info. Remove -thread-list-all-threads.
7657
701adfb0
PA
76582008-03-14 Vladimir Prus <vladimir@codesourcery.com>
7659
7660 Implement MI notification for new threads.
7661 * observer.texi (new_thread): Document.
7662
1fddbabb
PA
76632008-03-14 Pedro Alves <pedro@codesourcery.com>
7664 Sandra Loosemore <sandra@codesourcery.com>
7665
7666 * gdb.texinfo (Library List Format): Update to mention the
7667 possibility to pass section addresses instead of segment
7668 addresses.
7669
ccd213ac
DJ
76702008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
7671
7672 * gdb.texinfo (Starting): Document "set exec-wrapper".
7673 (Server): Document gdbserver --wrapper.
7674
fa4727a6
DJ
76752008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
7676
7677 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
7678 unreadable memory. Delete obsolete SPARClite reference.
7679
8edfe269
DJ
76802008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7681
7682 * gdb.texinfo (Starting): Mention always-running targets.
7683 (Target Commands): Add an anchor for load.
7684 (Connecting): Explain continue instead of run.
7685
1843f87b
DJ
76862008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
7687
7688 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
7689
f9082629
NR
76902008-02-26 Nick Roberts <nickrob@snap.net.nz>
7691
7692 * gdb.texinfo (Set Breaks): Revert description of Enb column of
7693 breakpoint table.
7694
fd96d250
PA
76952008-02-19 Pedro Alves <pedro@codesourcery.com>
7696
7697 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
7698 killing the inferior when it is already debugging a process.
7699
36af4ef6
MD
77002008-02-13 Markus Deuling <deuling@de.ibm.com>
7701
7702 * gdbint.texinfo (Build Script): New section. Mention new build script
7703 gdb_buildall.sh.
7704
cda4ce5a
JB
77052008-02-01 Jim Blandy <jimb@red-bean.com>
7706
7707 * gdb.texinfo (Help): Summarize 'info args' correctly.
7708
4acd40f3
TJB
77092008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7710
7711 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
7712 available in PowerPC architecture.
7713 (Embedded Processors): Change node name of PowerPC item in menu.
7714 (PowerPC): Rename to...
7715 (PowerPC Embedded): this.
7716 (Architectures): Add new PowerPC item in menu.
7717 (PowerPC): New node.
7718
6e6c6f50
DJ
77192008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7720
7721 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
7722 commands.
7723
5ee187d7
DJ
77242008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7725
7726 * gdb.texinfo (Setting Catchpoints): Mention features
7727 supported on GNU/Linux.
7728
e275c0d9
NR
77292008-01-30 Nick Roberts <nickrob@snap.net.nz>
7730
7731 * gdb.texinfo (GDB/MI File Commands): Describe new output
7732 field for MI command -file-list-exec-source-file.
7733
2d717e4f
DJ
77342008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7735
7736 * gdb.texinfo (Using the `gdbserver' Program): Add security
7737 warning. Rearrange into subsections and subsubsections. Document
7738 --multi and --debug. Correct --with-sysroot typo. Update --attach
7739 usage. Make load reference clearer. Document monitor exit.
7740 (Remote Configuration): Document set remote exec-file, attach-packet,
7741 and run-packet.
7742 (Packets): Document vAttach and vRun.
7743
d35a4257 77442008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
7745
7746 * gdb.texinfo (Processes): Mention process command.
889bf7c5 7747 detach-on-follow -> detach-on-fork.
f663676d 7748
c78d192c
DJ
77492008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7750
7751 * gdbint.texinfo (Native Conditionals): Remove
7752 SHELL_COMMAND_CONCAT and SHELL_FILE.
7753
d35a4257
EZ
77542008-01-26 Eli Zaretskii <eliz@gnu.org>
7755
7756 * gdb.texinfo (Specify Location): Improve wording.
7757
93815fbf
VP
77582008-01-23 Chris Demetriou <cgd@google.com>
7759
7760 * gdb.texinfo (Threads): Document new "set print thread-events"
7761 and "show print thread-events" commands.
7762
2a25a5ba
EZ
77632008-01-19 Eli Zaretskii <eliz@gnu.org>
7764
7765 * gdb.texinfo (Specify Location): New section.
7766 (Delete Breaks, Edit, Set Breaks): Remove description of
7767 locations. Instead, add a reference to "Specify Location".
7768 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
7769 (Symbols): Refer to "Specify Location" for the valid forms of
7770 linespecs and locations.
7771
32c9a795
MD
77722008-01-18 Markus Deuling <deuling@de.ibm.com>
7773
7774 * gdbint.texinfo (Target Conditionals): Replace the description of
7775 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
7776
b17828ca
JB
77772008-01-12 Paul Hilfinger <hilfinger@adacore.com>
7778
7779 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
7780 about &&var, which is rejected by the expression parser.
7781
0aea4bf3
LM
77822008-01-09 Luis Machado <luisgpm@br.ibm.com>
7783
7784 * gdb.texinfo (Output): Update documentation on using printf with DFP
7785 types.
7786
febe4383
TJB
77872008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
7788
7789 * gdb.texinfo (C and C++): Add Decimal Floating Point format
7790 subsubsection.
7791 (Decimal Floating Point format): New subsubsection.
7792
7a404eba
PA
77932008-01-05 Pedro Alves <pedro@codesourcery.com>
7794
7795 * gdb.texinfo (File Options): Remove mention of the attempt to
7796 open a core file with the -p option. Don't list -c as a valid
7797 option to attach to a process.
7798
a4d9b460
PA
77992008-01-05 Pedro Alves <pedro@codesourcery.com>
7800
7801 * gdbint.texinfo (Host Conditionals): Remove mention of
7802 ALIGN_STACK_ON_ENTRY.
7803
6ec2edbe
JB
78042008-01-05 Joel Brobecker <brobecker@adacore.com>
7805
7806 * gdbint.texinfo (Start of New Year Procedure): Add item
7807 describing how to update the source and documentation copyright
7808 notices.
7809
d8b2a693
JB
78102007-12-18 Jim Blandy <jimb@codesourcery.com>
7811
ab209b3a 7812 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
7813 watchpoint explanation into the main description of the watchpoint
7814 command; update synopses of 'watch', 'rwatch', and 'awatch'
7815 commands.
7816
8b4ed427
VP
78172007-12-18 Vladimir Prus <vladimir@codesourcery.com>
7818
7819 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7820 Document 'pending-breakpoints' feature of
7821 -list-features.
7822
37e4754d
LM
78232007-12-17 Luis Machado <luisgpm@br.ibm.com>
7824
669fac23 7825 * gdb.texinfo: Add new parameter's description.
37e4754d 7826
1d3811f6
DJ
78272007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
7828
7829 * gdb.texinfo (Overview): Clarify run-length encoding
7830 example. Remove the restriction on "+" and "-" characters.
7831
c1c25a1a
EZ
78322007-12-15 Eli Zaretskii <eliz@gnu.org>
7833
7834 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
7835
afe8ab22 78362007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 7837
afe8ab22
VP
7838 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
7839 the -f option for -break-insert, remove -r option,
7840 and clarify specification of location.
7841
a6b151f1
DJ
78422007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
7843
7844 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
7845 formatting.
7846 (Remote Debugging): Add File Transfer section.
7847 (Remote Configuration): Document Host I/O packets.
7848 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 7849 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
7850 (Packets): Add vFile.
7851
3b784c4f
EZ
78522007-11-17 Eli Zaretskii <eliz@gnu.org>
7853
7854 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
7855 breakpoints with multiple locations.
7856 (Breakpoint Menus): Improve wording.
7857 (Output): Fix last change.
7858
a4ce5b0d
UW
78592007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
7860
7861 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
7862
1b39d5c0
DE
78632007-11-15 Doug Evans <dje@google.com>
7864
7865 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
7866
7a72d44c
VP
78672007-11-15 Vladimir Prus <vladimir@codesourcery.com>
7868
7869 * gdbint.texinfo (Native Conditionals): Remove
7870 mention of CLEAR_SOLIB.
5ae4183a 7871
6d1829bf 78722007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
7873
7874 * gdb.texinfo (Print Settings): Add documentation for "set/show
7875 print frame-arguments".
7876
1a619819
LM
78772007-11-05 Luis Machado <luisgpm@br.ibm.com>
7878
3b784c4f 7879 * gdb.texinfo (Output): Update printf command's description.
1a619819 7880
55eddb0f
DJ
78812007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
7882
7883 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
7884 powerpc soft-float".
7885
9cceb671
DJ
78862007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7887
7888 * gdb.texinfo (Files): Correct formatting. Mention Expat
7889 requirement.
7890 (Requirements for Building GDB): Expand the list of Expat
7891 uses.
7892 (Library List Format, Memory Map Format): Mention Expat.
7893 (Target Descriptions): Update Expat wording.
7894
83acabca
DJ
78952007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7896
7897 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
7898 Document that gdbarch_convert_register_p should return zero for no-op
7899 conversions.
7900
e35879db
UW
79012007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
7902
83acabca 7903 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
7904 of set_gdbarch_sofun_address_maybe_missing back to ...
7905 (Target Conditionals): ... here to fix build break.
7906
203c3895
UW
79072007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
7908
83acabca 7909 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
7910 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
7911 (Compiler Characteristics): ... documentation of
7912 set_gdbarch_sofun_address_maybe_missing.
7913
11411de3
DJ
79142007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7915
7916 * gdbint.texinfo (Target Conditionals): Use
7917 frame_unwind_register_unsigned in examples instead of
7918 frame_unwind_unsigned_register.
7919
701adfb0
PA
79202007-10-16 Gaius Mulley <gaius@glam.ac.uk>
7921
7922 * gdb.texinfo: Add TSIZE definition, removed statement about
7923 unbounded arrays being unimplemented.
7924
7cc46491
DJ
79252007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7926
7927 * gdb.texinfo (Predefined Target Types): Add int128
7928 and uint128.
7929 (Standard Target Features): Add PowerPC features.
7930
81adfced
DJ
79312007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7932
7933 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
7934
c1874924
UW
79352007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7936
7937 * gdbint.texi (Target Conditionals): Remove documentation
7938 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
7939 gdbarch_extract_return_value, and gdbarch_store_return_value.
7940
f6e56ab3
UW
79412007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7942
7943 * gdbint.texi (Target Conditionals): Remove documentation of
7944 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
7945
56cf5405
KH
79462007-10-11 Kazu Hirata <kazu@codesourcery.com>
7947
7948 * gdb.texinfo: Mention that inaccessible-by-default is on by
7949 default.
7950
35156bae
DJ
79512007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
7952
7953 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
7954
d983da9c
DJ
79552007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
7956
7957 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
7958 multi-threaded watchpoints.
7959 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
7960 checked. Describe sticky notification. Expand description
7961 of steppable and continuable watchpoints.
7962 (Watchpoints and Threads): New subsection.
7963
fe6fbf8b
VP
79642007-09-28 Vladimir Prus <vladimir@codesourcery.com>
7965
7966 * gdb.texinfo (Setting Breakpoints): Revise
7967 documentation for pending breakpoints. Document
7968 breakpoints with multiple locations.
5ae4183a 7969
084344da
VP
79702007-09-19 Vladimir Prus <vladimir@codesourcery.com>
7971
7972 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7973 Document -list-features.
5ae4183a 7974
82160952
EZ
79752007-09-15 Eli Zaretskii <eliz@gnu.org>
7976
7977 * gdb.texinfo (Output): Spell out which features of C's printf are
7978 not supported by GDB's printf.
7e27a47a
EZ
7979 (Separate Debug Files): More accurate wording regarding build ID
7980 and a reference to the ld manual rather than the Fedora wiki.
82160952 7981
ea37ba09
DJ
79822007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
7983 Jim Blandy <jimb@codesourcery.com>
7984
7985 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
7986 (Examining Memory): Update mentions of the 's' format.
7987 (Automatic Display): Likewise.
7988
b8533aec
DJ
79892007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
7990
7991 * gdb.texinfo: Update the FSF's Back-Cover Text.
7992
83f83d7f
JK
79932007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7994 Eli Zaretskii <eliz@gnu.org>
7995
7996 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
7997 Fixed the ``build ID'' name. New binaries build instructions for the
7998 build ID inclusion. Explain how the commands are specific to the build
7999 ID vs. debug link.
8000
c7e83d54
EZ
80012007-09-01 Eli Zaretskii <eliz@gnu.org>
8002
8003 * gdb.texinfo (Separate Debug Files): Fix last change. Add
8004 indexing for ``build ID'' support.
8005
d3750b24
JK
80062007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8007
8008 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
8009 Enlisted BUILD ID to the debug file searching example.
8010 Included a BUILD ID `.note.gnu.build-id' section description.
8011 Updated/added the debug files splitting instructions for OBJCOPY.
8012
02142340
VP
80132007-08-31 Vladimir Prus <vladimir@codesourcery.com>
8014
8015 * gdb.texinfo (Variable Objects): Adjust docs
8016 for -var-info-expression and document
8017 -var-info-path-expression.
8018
d3bdde98
JB
80192007-08-20 Jim Blandy <jimb@codesourcery.com>
8020
3fb6a982
JB
8021 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
8022 (title page): Include the dedication in the printed manual, as a
8023 separate page after the copyright notice.
5ae4183a 8024
d3bdde98
JB
8025 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
8026 don't break a @var across a line.
8027
c80a96a8
MR
80282007-07-25 Maciej W. Rozycki <macro@mips.com>
8029
8030 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
8031 for include files.
8032
5824a901
NR
80332007-07-12 Nick Roberts <nickrob@snap.net.nz>
8034
8035 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
8036 in annotate.texinfo.
8037 (Command History): Link to new node.
5824a901 8038
d52e7ea3
UW
80392007-07-05 Markus Deuling <deuling@de.ibm.com>
8040
8041 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
8042
5fc14d0a
EZ
80432007-07-05 Eli Zaretskii <eliz@gnu.org>
8044
8045 * gdbint.texinfo (Target Conditionals): Fix last change.
8046
4a9bb1df
UW
80472007-07-03 Markus Deuling <deuling@de.ibm.com>
8048
8049 * gdb.texinfo: Replace following macros by their appropriate gdbarch
8050 routines:
8051 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
8052 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
8053 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
8054 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
8055 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
8056 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
8057 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
8058 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
8059 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
8060 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
8061 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
8062 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
8063 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
8064 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
8065 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
8066 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
8067 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
8068 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
8069 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
8070 (SOFTWARE_SINGLE_STEP_P)
8071
8072 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
8073 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
8074
8075 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
8076 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
8077 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
8078 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
8079 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
8080 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
8081 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
8082 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
8083 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
8084 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
8085
8086 (Converting an existing Target Architecture to Multi-arch): Remove
8087 section.
8088
8089 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
8090 (gdbarch_addr_bits_remove): Add code example.
8091
8092 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
8093
cfa9d6d9
DJ
80942007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
8095
8096 * gdb.texinfo (Remote Configuration): Document library-info-packet.
8097 Add other missing entries. Adjust the table size to fit.
8098 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
8099 stop reasons including the new "library" event.
8100 (General Query Packets): Adjust table widths for qSupported. Mention
8101 qXfer:libraries:read reply to qSupported and document the new packet.
8102 (Library List Format): New section.
8103
159fcc13
JK
81042007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8105
8106 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
8107
f66d1690
MS
81082007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
8109
8110 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
8111
67102876
NR
81122007-06-25 Nick Roberts <nickrob@snap.net.nz>
8113
8114 * gdbint.texinfo (Register and Memory Data): Break sections
8115 into nodes and add a menu.
8116
a4642986
MR
81172007-06-21 Maciej W. Rozycki <macro@mips.com>
8118
8119 * gdb.texinfo (Examining Memory): Document the new behaviour.
8120
e9c17194
VP
81212007-06-21 Vladimir Prus <vladimir@codesourcery.com>
8122
8123 * gdb.texinfo (Standard Target Features): Document
8124 m68k features.
8125
31d99776
DJ
81262007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
8127
8128 * gdb.texinfo (General Query Packets): Document qOffsets changes.
8129
1780a0ed
DJ
81302007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8131
8132 * gdb.texinfo (Target Description Format): Add version attribute
8133 for <target>.
8134
822b6570
DJ
81352007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8136
8137 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
8138
f8b73d13
DJ
81392007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8140
8141 * gdb.texinfo (MIPS Features): New subsection.
8142
0e7f50da
UW
81432007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
8144 Markus Deuling <deuling@de.ibm.com>
8145
8146 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
8147 and qXfer:spu:write packets and mention them under qSupported.
8148
23d964e7
UW
81492007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
8150 Markus Deuling <deuling@de.ibm.com>
8151
8152 * gdb.texinfo (Architectures): Add new SPU section to document
8153 Cell Broadband Engine SPU architecture specific commands.
8154
9f708cb2
VP
81552007-06-09 Vladimir Prus <vladimir@codesourcery.com>
8156
8157 * gdb.texinfo (GDB/MI Variable Objects): Editorial
8158 comments.
8159
7579b5f8
NR
81602007-06-07 Nick Roberts <nickrob@snap.net.nz>
8161
8162 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
8163
bf06d120
JB
81642007-05-29 Jim Blandy <jimb@codesourcery.com>
8165
8166 * gdb.texinfo (Overview): Doc fix.
8167
23776285
MR
81682007-05-22 Maciej W. Rozycki <macro@mips.com>
8169
8170 * gdb.texinfo (Remote Configuration): Document "set/show
8171 remoteflow".
8172
1a69e1e4
DJ
81732007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
8174
bf06d120
JB
8175 * gdb.texinfo (MIPS): Remove documentation for set mips
8176 saved-gpreg-size, show mips saved-gpreg-size, and set mips
8177 stack-arg-size.
1a69e1e4 8178
46ba6afa 81792007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8180
46ba6afa
BW
8181 * all-cfg.texi (GDBTUI): New.
8182 * gdb.texinfo (Mode Options): Use GDBTUI variable.
8183 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
8184 (TUI Configuration): Edit to improve clarity and fix problems of
8185 both style and content.
5ae4183a 8186
06d3b283
UW
81872007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
8188
8189 * observer.texi (GDB Observers): New observer "new_objfile".
8190
179101d6
UW
81912007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
8192
8193 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
8194
25d5ea92
VP
81952007-04-14 Vladimir Prus <vladimir@codesourcery.com>
8196
8197 * gdb.texinfo (GDB/MI Variable Objects): Document
8198 frozen variables objects.
5ae4183a 8199
701adfb0
PA
82002007-04-13 Paul Brook <paul@codesourcery.com>
8201
8202 * gdb.texinfo: Document ieee_single and ieee_double target types.
8203
ea35711c
DJ
82042007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
8205
8206 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
8207 (Character Sets, Caching Data of Remote Targets): Likewise.
8208 (Targets): Delete Remote node. Move its text...
8209 (Debugging Remote Programs): ...to here. Delete description
8210 of the "remote" command.
8211 (Remote configuration): Delete description of "set remotedevice"
8212 and "show remotedevice".
8213 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
8214
701adfb0
PA
82152007-04-11 Steve Ellcey <sje@cup.hp.com>
8216
8217 * gdbint.texinfo (warning flags): Add -Wno-char-subscripts.
8218
db2e3e2e
BW
82192007-04-11 Bob Wilson <bob.wilson@acm.org>
8220
5ae4183a
AS
8221 * gdb.texinfo (Contributors, Continuing and Stepping)
8222 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
8223 (General Query Packets, File-I/O Remote Protocol Extension)
8224 (Protocol Basics, The F Reply Packet, Write)
8225 (Protocol-specific Representation of Datatypes, Memory Transfer):
8226 Fix hyphenation, punctuation and grammar problems.
8227 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
8228 'section' instead of 'subsection' in the text.
8229 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
8230 (i386): Remove period from section name.
db2e3e2e
BW
8231 (Installing GDB, Requirements, Running Configure, Separate Objdir)
8232 (Config Names, Configure Options): Use @file{configure}.
8233
8a3dae3e
DJ
82342007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
8235
8236 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
8237 and tab expansion.
8238
1a92f856
DJ
82392007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
8240
8241 * gdbint.texinfo (SOM): Correct location of the SOM reader.
8242
79a6e687 82432007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8244
79a6e687
BW
8245 * gdb.texinfo: Consistently capitalize all significant words in
8246 node names, chapter titles, section titles, and headings. Update
8247 cross references to match.
8248 (Starting and Stopping Trace Experiment): Make node name plural.
8249 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 8250
ad527d2e
PA
82512007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
8252
8253 * gdb.texinfo (WinCE): Delete obsolete subsection.
8254
7ce59000
DJ
82552007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8256
8257 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
8258 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
8259 references.
8260
8807d78b
DJ
82612007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8262
8263 * gdb.texinfo (Startup): Delete references to some alternate
8264 names for .gdbinit.
8265 (Thread): Remove LynxOS reference.
8266 (Tandem ST2000): Delete target-specific documentation.
8267 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
8268 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
8269 and GDB_OSABI_LYNXOS.
8270
5f402660
UW
82712007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
8272
8273 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
8274
bac718a6
UW
82752007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
8276
8277 * gdbint.texinfo (Target Conditionals): Remove mention of
8278 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
8279 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
8280
9453113a
DJ
82812007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
8282
8283 * Makefile.in: Add "pdfdir" installation
8284 directory, PDFTEX macro, support for "install-pdf" target,
8285 and rules for making a pdf version of refcard.texi.
8286 * refcard.tex: Specify paper size for PDF output.
8287
ae21e955 82882007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8289
ae21e955 8290 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 8291
3f94c067 82922007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8293
3f94c067
BW
8294 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
8295 (Source Path, Character Sets, Macros, Define)
8296 (GDB/MI Result Records, GDB/MI Simple Examples)
8297 (GDB/MI Program Execution, GDB/MI File Commands)
8298 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
8299 (Bug Reporting): Use @value{GCC}.
5ae4183a 8300
12c27660 83012007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8302
12c27660
BW
8303 * gdb.texinfo (Help): Fix formatting of examples.
8304 (Variables): Use @ifnotinfo instead of @iftex.
8305 (Non-debug DLL symbols): Use @ref instead of @pxref.
8306 (Sparclet File): Use @samp instead of quotes.
5ae4183a 8307
ce9341a1
BW
83082007-03-26 Bob Wilson <bob.wilson@acm.org>
8309
8310 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
8311
c8f4133a
BW
83122007-03-26 Bob Wilson <bob.wilson@acm.org>
8313
8314 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
8315 the order of the nodes.
8316 (C Operators, C Constants, Debugging C): Remove extra menus.
8317 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 8318
c8f4133a 83192007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
8320
8321 * gdb.texinfo (File Options): Add missing parenthesis.
8322 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
8323
c74d0ad8
DJ
83242007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8325
8326 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
8327
ff6f572f
DJ
83282007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8329
669fac23 8330 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
8331 case insensitivity.
8332 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
8333
994337c3
NR
83342007-02-18 Nick Roberts <nickrob@snap.net.nz>
8335
8336 * gdb.texinfo (Top): Put Appendix A after numbered sections.
8337 (Files): Add section name to argument list for pxref.
8338 (Non-debug DLL symbols): Don't use `see' for pxref.
8339 (Embedded Processors): Fix typo.
8340 (GDB/MI Breakpoint Commands): Execution commands generate
8341 *stopped not ^done.
8342
eb819d70
NR
83432007-02-13 Nick Roberts <nickrob@snap.net.nz>
8344
8345 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
8346 values for in_scope. Mention that only root variables can be
8347 updated.
8348 (GDB/MI Development and Front Ends): Explain new values may be
8349 added to existing fields.
8350
123dc839
DJ
83512007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8352
8353 * gdb.texinfo (-target-disconnect): Use @smallexample.
8354 (Requirements): Add anchor for Expat. Update description.
8355 (Target Descriptions): Mention Expat.
8356 (Target Description Format): Document new elements. Use
8357 @smallexample.
8358 (Predefined Target Types, Standard Target Features): New sections.
669fac23 8359 * gdbint.texinfo (Target Descriptions): New section.
123dc839 8360
108546a0
DJ
83612007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
8362
8363 * gdb.texinfo (Target Description Format): Add section on XInclude.
8364
95a98c01
NR
83652006-02-03 Nick Roberts <nickrob@snap.net.nz>
8366
8367 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
8368 command -enable-timings.
8369
f4b3909f
EZ
83702007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
8371
5ae4183a 8372 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
8373 descriptions for new/deleted elements in gdb_osabi. Add missing
8374 description for function generic_elf_osabi_sniff_abi_tag_sections.
8375
c7ba131e
JB
83762007-01-29 Joel Brobecker <brobecker@adacore.com>
8377
8378 * gdb.texinfo (Maintenance Commands): Add documentation for
8379 the new "maint print target-stack" command.
8380
3a60f64e
JK
83812007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8382 Eli Zaretskii <eliz@gnu.org>
8383
f4b3909f 8384 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 8385
c582f8b6
EZ
83862007-01-26 Eli Zaretskii <eliz@gnu.org>
8387
8388 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
8389 Use @value{NGCC} instead of @value{GCC}.
8390
d3e8051b
EZ
83912007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
8392
8393 * agentexpr.texi: Fix typos.
8394 * annotate.texinfo: Likewise.
8395 * gdb.texinfo: Likewise.
8396 * gdbint.texinfo: Likewise.
8397 * observer.texi: Likewise.
8398 * stabs.texinfo: Likewise.
8399
86f04699
EZ
84002007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
8401
8402 * gdbint.texinfo (Support Libraries): Remove mmalloc
8403 entry. Describe readline library.
8404
23181151
DJ
84052007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
8406
8407 * gdb.texinfo (Target Descriptions): New section.
8408 (General Query Packets): Add QPassSignals anchor. Mention
8409 qXfer:features:read under qSupported. Expand mentions of
8410 qXfer:memory-map:read and QPassSignals. Document
8411 qXfer:features:read.
8412
f822c95b
DJ
84132007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
8414
8415 * gdb.texinfo (Commands to specify files): Describe
8416 "set sysroot" and "show sysroot".
8417 (Using the `gdbserver' program): Lowercase argument
8418 to @var. Expand description of setting up GDB on the
8419 host.
8420
8936fcda
JB
84212007-01-05 Joel Brobecker <brobecker@adacore.com>
8422
8423 * gdb.texinfo (Set Catchpoints): Add documentation for the new
8424 catch exception, catch exception unhandled, and catch assert
8425 commands.
8426
e776119f
DJ
84272007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8428
8429 * gdb.texinfo (Debugging Output): Document "set debug xml"
8430 and "show debug xml".
8431
aa79a185
DJ
84322007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8433
8434 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
8435
7f893741
JB
84362007-01-01 Joel Brobecker <brobecker@adacore.com>
8437
8438 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
8439
a1b5960f
VP
84402006-12-08 Vladimir Prus <vladimir@codesourcery.com>
8441
8442 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
8443 note in @ignore, to be removed later if nobody complains.
8444
9f470e6e
NR
84452006-12-04 Nick Roberts <nickrob@snap.net.nz>
8446
8447 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
8448 of -var-delete.
8449
765dc015 84502006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 8451
765dc015 8452 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
8453 automatic software/hardware breakpoint usage and
8454 the "set breakpoint auto-hw" command.
765dc015 8455
4b5752d0
VP
84562006-11-21 Vladimir Prus <vladimir@codesourcery.com>
8457
8458 * gdb.texinfo (Memory Access Checking): New.
8459
89be2091
DJ
84602006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
8461
8462 * gdb.texinfo (Remote configuration): Mention
8463 "pass-signals-packet".
8464 (General Query Packets): Document QPassSignals. Fix
8465 a typo.
8466
ca3bf3bd
DJ
84672006-11-14 Maxim Grigoriev <maxim@tensilica.com>
8468
8469 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
8470
427c3a89
DJ
84712006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
8472
8473 * gdb.texinfo (Remote configuration): Rewrite documentation for
8474 packet configuration commands.
8475 (OS Information): Adjust reference to qXfer:auxv:read.
8476 (General Query Packets): Remove references to read-aux-vector-packet
8477 and set remote get-thread-local-storage-address.
8478
7a107747
DJ
84792006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
8480
8481 * gdbint.texinfo (Target Architecture Definition): Add new
8482 Initializing a New Architecture section.
8483
1c56eb0e
EZ
84842006-10-31 David Taylor <dtaylor@emc.com>
8485
8486 * stabs.texinfo (Macro define and undefine): New node describing
8487 stabs for #define and #undef.
8488
f73adfeb
AS
84892006-10-27 Andreas Schwab <schwab@suse.de>
8490
8491 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
8492
fd60e0df
EZ
84932006-10-21 Eli Zaretskii <eliz@gnu.org>
8494
8495 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
8496 clarify on the possible meanings of ``expression'' watched by
8497 watchpoints. Add indexing.
e5ac9b53
EZ
8498 (Prompting, Errors, Invalidation, Annotations for Running)
8499 (Source Annotations): Fix index entries by adding "annotation" to
8500 them, to discriminate from index entries that point to the more
8501 general topic descriptions.
fd60e0df 8502
52bb452f
DJ
85032006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
8504
8505 * gdbint.texinfo (Target Vector Definition): Move most
8506 content into Existing Targets. Add a menu.
8507 (Existing Targets): New section, moved from Target Vector
8508 Definition. Use @subsection.
8509 (Managing Execution State): New section.
8510
58955e58
BW
85112006-10-16 Bob Wilson <bob.wilson@acm.org>
8512
8513 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
8514
c8aa23ab
EZ
85152006-10-15 Eli Zaretskii <eliz@gnu.org>
8516
8517 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
8518 (Command Syntax, Signals, Backtrace, Connecting)
8519 (Remote configuration, Renesas Boards, Console I/O): Fix last
8520 change: use Ctrl- instead of C-, except wrt Emacs.
8521 (File-I/O Examples): Put Ctrl-c in @kbd.
8522 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
8523 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
8524 (Signals, Set Breaks, Set Watchpoints): Document optional
8525 arguments to `info signals' `handle', `info breakpoints', and
8526 `info watchpoints'.
c8aa23ab 8527
e7109c7e
EZ
85282006-10-14 Eli Zaretskii <eliz@gnu.org>
8529
8530 * gdb.texinfo (Backtrace): Fix last change.
8531
de3aea7b
NR
85322006-10-14 Nick Roberts <nickrob@snap.net.nz>
8533
8534 * gdb.texinfo (Backtrace): Order correctly and add other cases.
8535
7f9087cb
BW
85362006-10-10 Bob Wilson <bob.wilson@acm.org>
8537
c8aa23ab
EZ
8538 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
8539 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
8540 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 8541
68437a39
DJ
85422006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8543 Daniel Jacobowitz <dan@codesourcery.com>
8544
8545 * gdb.texinfo (Packets): Document vFlashErase,
8546 vFlashWrite and vFlashDone packets.
8547 (General Query Packets): Document qXfer:memory-map:read.
8548 Add a new feature for qXfer:memory-map:read.
8549 (Memory map format): New section.
8550 (Target Commands): Mention that gdb can write flash.
8551
fd79ecee
DJ
85522006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8553 Daniel Jacobowitz <dan@codesourcery.com>
8554
8555 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
8556 memory regions and "mem auto".
8557
350da6ee
DJ
85582006-09-21 Nathan Sidwell <nathan@codesourcery.com>
8559
8560 * gdbint.texinfo (Array Containers): New section.
8561
2f1acb09
VP
85622006-09-17 Vladimir Prus <vladimir@codesourcery.com>
8563
8564 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8565 -stack-list-arguments HIGH_FRAME argument can be larger then the
8566 actual number of frames.
8567
2ab1eb7a
VP
85682006-09-07 Vladimir Prus <vladimir@codesourcery.com>
8569
8570 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
8571 -stack-list-locals HIGH_FRAME argument can be larger then the
8572 actual number of frames.
2ab1eb7a 8573
599b237a
BW
85742006-09-02 Bob Wilson <bob.wilson@acm.org>
8575
8576 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
8577 Register Packet Format, Tracepoint Packets): Fix spelling errors.
8578
25ab7e6d
EZ
85792006-09-02 Eli Zaretskii <eliz@gnu.org>
8580
8581 * gdbint.texinfo (Overall Structure): New section "Source Tree
8582 Structure".
8583
940178d3
JB
85842006-08-17 Jim Blandy <jimb@codesourcery.com>
8585
8586 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
8587 responses.
8588
30daae6c
JB
85892006-08-08 Joel Brobecker <brobecker@adacore.com>
8590
8591 * gdb.texinfo (Source Path): Add documentation for new
8592 substitute-path commands.
8593
7fa2210b
DJ
85942006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
8595
8596 * gdb.texinfo (Installing GDB): Update menu. Move text to...
8597 (Running Configure): ...here.
8598 (Requirements): New node. Mention expat.
8599
3d00d119
DJ
86002006-08-08 Vladimir Prus <vladimir@codesourcery.com>
8601
5ae4183a 8602 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
8603 'set download-write-size' and 'show download-write-size'.
8604
0cbfa4ee
DJ
86052006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
8606
8607 * stabs.texinfo (Member Type Descriptor): Correct example for
8608 pointer to member types.
8609
16026cd7
AS
86102006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
8611
8612 * gdb.texinfo (Optional warnings and messages): Add
8613 'set/show trace-commands'.
8614 (Command files): Add '-v' to source command.
8615
0876f84a
DJ
86162006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
8617
8618 * gdb.texinfo (OS Information): Update qPart reference to
8619 qXfer.
8620 (Remote configuration): Likewise.
8621 (Overview): Move @cindex to the start of a paragraph. Talk
8622 about binary data encoding.
8623 (Packets): Refer to the overview for the details of the X
8624 packet encoding.
8625 (General Query Packets): Remove qPart description. Add qXfer
8626 description. Add an anchor to qSupported. Correct feature
8627 table title. Add a new feature for qXfer:auxv:read.
8628 (Interrupts): Add a missing parenthesis.
8629
2ec3381a
DJ
86302006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
8631
669fac23 8632 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
8633 (GDB/MI Kod Commands): Remove commented out node.
8634
594fe323
EZ
86352006-07-01 Eli Zaretskii <eliz@gnu.org>
8636
8637 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
8638 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
8639 (GDB/MI Thread Commands, GDB/MI Program Execution)
8640 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
8641 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
8642 (GDB/MI File Commands, GDB/MI Target Manipulation)
8643 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
8644 since the MI prompt is hard-wired into the code.
8645
7e3fb70c
NR
86462006-07-01 Nick Roberts <nickrob@snap.net.nz>
8647
8648 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
8649 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
8650 (GDB/MI Data Manipulation): Remove description of unimplemented
8651 display related commands as variable objects perform this function
8652 and are superior: -display-delete, -display-disable,
8653 -display-enable, -display-insert and -display-list. Move
8654 -environment-cd, -environment-directory, -environment-path
8655 and -environment-pwd to "Program Context".
8656 (GDB/MI Program Control): Rename to "Program Execution". Move
8657 -exec-arguments -exec-abort to...
8658 (GDB/MI Program Context): ...here. New node split from "Data
8659 Manipulation".
8660
be2a5f71
DJ
86612006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
8662
8663 * gdb.texinfo (Remote configuration): Document set / show
8664 remote supported-packets.
8665 (General Query Packets): Document qSupported packet.
8666
701adfb0
PA
86672006-06-13 Nathan Sidwell <nathan@codesourcery.com>
8668
8669 * gdb.texinfo (system): Document behaviour with zero length
8670 string.
8671
fc320d37
SL
86722006-06-10 Sandra Loosemore <sandra@codesourcery.com>
8673
8674 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
8675 and font markup.
8676 (Protocol basics): Likewise.
8677 (The F request packet): Likewise.
8678 (The F reply packet): Likewise.
8679 (Memory transfer): Move this node to be a subsubsection of
8680 "Protocol specific representation of datatypes".
8681 (The Ctrl-C message): More copy editing.
8682 (Console I/O): Likewise.
8683 (The isatty call): Delete this node, and merge its content into
8684 the "isatty" node. Fixed references elsewhere.
8685 (The system call): Delete this node, and merge its content into
8686 the "system" node. Fixed references elsewhere.
8687 (open): Reformat to use @table, and add appropriate font markup.
8688 (close): Likewise.
8689 (read): Likewise.
8690 (write): Likewise.
8691 (lseek): Likewise.
8692 (rename): Likewise.
8693 (unlink): Likewise.
8694 (stat/fstat): Likewise.
8695 (gettimeofday): Likewise.
8696 (isatty): Likewise.
8697 (system): Likewise, plus minor changes to fix confusing wording.
8698 (Integral datatypes): Fix font markup.
8699 (Pointer values): Likewise.
8700 (struct stat): Fix markup to use @table, plus minor copy editing.
8701 (struct timeval): Fix font markup, plus minor copy editing.
8702 (Constants): Minor copy editing.
8703 (Errno values): Add font markup.
8704 (File-I/O Examples): Likewise.
8705
158fdf5c
NR
87062006-06-10 Nick Roberts <nickrob@snap.net.nz>
8707
8708 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
8709 (GDB/MI Simple Examples): Move node up one level. Use real
8710 examples.
8711 (GDB/MI Compatibility with CLI): Update.
8712 (GDB/MI Result Records): Add "connected" and "exit" result
8713 classes.
8714 (GDB/MI Stream Records): Clarify target output.
8715 (GDB/MI Command Description Format): Modify example description.
8716 (GDB/MI Breakpoint Table Commands): Rename to...
8717 (GDB/MI Breakpoint Commands): ...this
8718 (GDB/MI Breakpoint Commands): Add optional thread field.
8719 (GDB/MI Program Control): Add an introduction. Move "Program
8720 termination" examples into exec-run description.
8721 (GDB/MI File Commands): Mention similar CLI commands.
8722 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
8723 is similar to "-gdb-version".
8724
ddb50cd7
EZ
87252006-06-09 Eli Zaretskii <eliz@gnu.org>
8726
8727 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
8728
2aef0d6b
NR
87292006-06-02 Nick Roberts <nickrob@snap.net.nz>
8730
8731 * gdb.texinfo (GDB/MI Development and Front Ends): Use
8732 sourceware.org for mailing lists.
d5e40d59 8733 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 8734
383a5c52
NR
87352006-06-01 Nick Roberts <nickrob@snap.net.nz>
8736
d5e40d59 8737 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 8738
e16b02ee
EZ
87392006-05-22 Eli Zaretskii <eliz@gnu.org>
8740
8741 * gdb.texinfo (Cygwin Native): Fix last change.
8742
be90c084
CF
87432006-05-22 Christopher Faylor <cgf@timesys.com>
8744
8745 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
8746
347ceba5
NR
87472006-05-15 Nick Roberts <nickrob@snap.net.nz>
8748
8749 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
8750 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
8751
369af7bd
DJ
87522006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
8753
8754 * gdb.texinfo (General Query Packets): Recommend not starting
8755 new packets with qC and clarify.
8756
2ffdbde8 87572006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
8758
8759 * gdb.texinfo (M2 Types): New section.
72019c9c 8760
16d1a084
DJ
87612006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
8762
8763 * agentexpr.texi: Add a copyright and license notice.
8764 * observer.texi: Likewise, with GPL clause for function prototypes.
8765 Remove trailing whitespace.
8766
aa56d27a
JB
87672006-05-05 Jim Blandy <jimb@codesourcery.com>
8768
8769 * gdb.texinfo (General Query Packets): Document conventions for
8770 terminating packet names, and their violations.
8771
5bdf8622
DJ
87722006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8773
8774 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
8775 * gdb.texinfo: Likewise.
8776
605a56cb
DJ
87772006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8778
8779 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
8780 and "show remotedebug".
8781 (Debugging Output): Add additional index entries.
8782
b8db102d
MS
87832006-04-27 Michael Snyder <msnyder@redhat.com>
8784
8785 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
8786
c5e30d01
AC
87872006-04-22 Andrew Cagney <cagney@redhat.com>
8788
8789 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
8790 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
8791
8181d85f
DJ
87922006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
8793
8794 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
8795 and remove breakpoint prototypes.
8796 (Watchpoints): Move description of target_insert_hw_breakpoint and
8797 target_remove_hw_breakpoint ...
8798 (Breakpoints): ... to here. Document target_insert_breakpoint and
8799 target_remove_breakpoint.
8800
4f553f88
JB
88012006-04-17 Jim Blandy <jimb@codesourcery.com>
8802
8803 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
8804 and C packets are optional.
8805
cd852561
FR
88062006-04-14 Frederic Riss <frederic.riss@st.com>
8807
8808 * gdb.texinfo (Specifying source directories): Update the description
8809 of the source file search to reflect the fact that the source path
8810 always contains at least $cdir and $cwd.
8811
b620eb07
MS
88122006-03-31 Michael Snyder <msnyder@redhat.com>
8813
8814 * gdb.texinfo: Update copyright dates.
8815
3156cdaf
EZ
88162006-03-31 Eli Zaretskii <eliz@gnu.org>
8817
8818 * gdb.texinfo (Overview): Add an index entry to "empty response".
8819
701adfb0
PA
88202006-03-29 Steve Ellcey <sje@cup.hp.com>
8821
8822 * gdb.texinfo: Remove gdbserve.nlm documentation.
8823
7d30c22d
JB
88242006-03-28 Jim Blandy <jimb@codesourcery.com>
8825
8826 * gdbint.texinfo (Prologue Analysis): New section.
8827
86941c27
JB
88282006-03-07 Jim Blandy <jimb@red-bean.com>
8829
66b8c7f6
JB
8830 * gdb.texinfo (Connecting): Document 'target remote pipe'.
8831
1a10341b
JB
8832 * gdb.texinfo (Target Commands): Update text describing how to
8833 specify a target. Refer to the detailed section on remote
8834 debugging, not the brief mention.
8835
86941c27
JB
8836 * gdb.texinfo (Connecting): Organize the different 'target remote'
8837 connection methods into a table. Add a 'target remote' index
8838 entry. (!!!)
8839
62f3a2ba
FF
88402006-02-17 Fred Fish <fnf@specifix.com>
8841
8842 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
8843 'ptype' commands to reflect the fact that the only significant
8844 difference between them is that ptype prints the complete type
8845 description instead of just the name.
8846
8b9a88ea
WZ
88472006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
8848
8849 * gdbint.texinfo (Watchpoints): Delete
8850 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
8851
7e8dc855
NR
88522006-02-10 Nick Roberts <nickrob@snap.net.nz>
8853
8854 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
8855 times fields where needed. Fix typos. Update general form given
8856 for output of -break-insert.
8857 (GDB/MI): Abbreviate some unnecessarily long fullnames.
8858
c91d38aa
DJ
88592006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
8860
8861 * gdbint.texinfo (Symbol Handling): Add a section
8862 on memory management.
8863
38fcd64c
DJ
88642006-02-06 Vladimir Prus <ghost@cs.msu.su>
8865
8866 * gdb.texinfo (Breakpoint table commands): Document the fullname
8867 field in -break-list output.
8868
219eec71
EZ
88692006-02-03 Eli Zaretskii <eliz@gnu.org>
8870
8871 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
8872 debugging information produced by the various "set debug..."
8873 options.
8874
ae5a43e0
DJ
88752006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8876
8877 * gdb.texinfo (Files): Remove obsolete bits from the description
8878 of "symbol-file".
8879
a9f158ec
JB
88802006-01-25 Jim Blandy <jimb@redhat.com>
8881
8882 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
8883
410dd08e
JB
88842006-01-24 Jim Blandy <jimb@redhat.com>
8885
8886 * gdbint.texinfo (Frames): Document the basics of GDB's register
8887 unwinding model, and explain the existence of the "sentinel" frame.
8888
4b505b12
AS
88892006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
8890
8891 * gdb.texinfo (Choosing files): Mention that -directory is used
8892 for script files.
8893 (Specifying source directories): Likewise.
8894 (Command files): Explain how script files are found.
8895
839c27b7
EZ
88962006-01-21 Eli Zaretskii <eliz@gnu.org>
8897
8898 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
8899 the threads in a multi-threaded program.
8900 (Threads): The threadno argument of "thread apply" can be a range
8901 of numbers.
8902
7be93b9e
JB
89032006-01-18 Jim Blandy <jimb@redhat.com>
8904
8905 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
8906 of warning flags.
8907
fcc73fe3
EZ
89082006-01-13 Eli Zaretskii <eliz@gnu.org>
8909
8910 * gdb.texinfo (Sequences): Improve menu annotations.
8911 (Define): Add index entries for arguments of user-defined
8912 commands. Move the description of flow-control commands...
8913 (Command Files): ...to here. Document loop_break and
8914 loop_continue.
ca91424e
EZ
8915 (Define, Command Files): Document `end' and add index entries for
8916 it.
fcc73fe3 8917
5c95884b
MS
89182006-01-04 Michael Snyder <msnyder@redhat.com>
8919
8920 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 8921 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 8922
860701dc
PH
89232006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
8924
8925 * gdb.texinfo (Omissions from Ada): Document that there is now
8926 limited aggregate support.
8927
36b80e65
EZ
89282005-12-28 Eli Zaretskii <eliz@gnu.org>
8929
8930 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
8931 registers and the likes.
8932
c1468174
EZ
89332005-12-24 Eli Zaretskii <eliz@gnu.org>
8934
8935 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
8936 (Symbols): Fix usage of "e.g.".
359df76b 8937 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
8938
8939 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
8940 (Coding): Fix usage of "e.g.".
8941
c02a867d
EZ
89422005-12-23 Eli Zaretskii <eliz@gnu.org>
8943
5ae4183a
AS
8944 * stabs.texinfo:
8945 * refcard.tex:
c02a867d 8946 * gpl.texi:
5ae4183a
AS
8947 * gdbint.texinfo:
8948 * gdb.texinfo:
8949 * gdb-cfg.texi:
c02a867d 8950 * fdl.texi:
5ae4183a
AS
8951 * annotate.texinfo:
8952 * all-cfg.texi:
c02a867d
EZ
8953 * Makefile.in: Add (C) after Copyright. Update the FSF
8954 address.
8955
fad38dfa
EZ
89562005-12-03 Eli Zaretskii <eliz@gnu.org>
8957
8958 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
8959 extend GDB with commands for external monitor.
8960
53e5f3cf
AS
89612005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
8962
8963 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
8964
55f6ca0f
JB
89652005-11-25 Joel Brobecker <brobecker@adacore.com>
8966
8967 * gdbint.texinfo (Start of New Year Procedure): New chapter.
8968
c1947b85
JB
89692005-11-21 Jim Blandy <jimb@redhat.com>
8970
8971 * gdb.texinfo (Tracepoint Packets): Document restrictions on
8972 placement of 'R' actions in tracepoint action packets; document
8973 dependence of 'X' and 'M' actions on a preceding 'R' action for
8974 their registers.
8975
9d29849a
JB
89762005-11-19 Jim Blandy <jimb@redhat.com>
8977
8978 * gdb.texinfo (Tracepoint Packets): New node.
8979 (General Query Packets): Add entries for the tracepoint packets,
8980 referring to the "Tracepoint Packets" node.
8981 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 8982
9a6253be
KB
89832005-11-18 Kevin Buettner <kevinb@redhat.com>
8984
8985 * gdb.texinfo (set remotebreak): Add anchor.
8986 (X packet): Likewise.
8987 (Remote Protocol): Add new section `Interrupts' and new index
8988 entry `interrupts (remote protocol)'.
8989
5f3bebba
JB
89902005-11-18 Jim Blandy <jimb@redhat.com>
8991
8992 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
8993 entries into the General Query Packets section. Add a
8994 cross-reference to that section. Drop description of replies, as
8995 these are covered in the descriptions of each packet.
8996 (General Query Packets): Add introductory text. Explain naming
8997 conventions, and how the end of a name is recognized.
8998
9a7a1b36
KB
89992005-11-17 Kevin Buettner <kevinb@redhat.com>
9000
0564b6cf 9001 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
9002 "set remotebreak" command.
9003
b8ff78ce
JB
90042005-11-16 Jim Blandy <jimb@redhat.com>
9005
9006 * gdb.texinfo (Packets, Stop Reply Packets)
9007 (General Query Packets): Various formatting cleanups.
9008 - Use @samp for packet contents.
9009 - Drop summaries from packet @item lines; the same information appears
9010 immediately below in the description.
9011 - Delete paragraph breaks after packet @item commands, so that the
9012 description appears directly to the right of the packet prototype
9013 in the printed manual, if it fits.
9014 - Place spaces in packet prototypes between @vars and non-@var
9015 letters, and explain that they're just for formatting.
9016 - Use @dots{} instead of '...'.
9017 - Fix uses of @code where @var was needed.
9018 - Replace "deprecated" markers with English text spelling out the
9019 packet's status and the preferred alternatives.
9020 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
9021 what this ever meant.
9022 - Remove "(draft)" markers on 'i' packets; nobody has commented on
9023 this for a long time.
9024 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
9025 implemented several times, and have been in use for years.
9026
8ffe2530
JB
90272005-11-15 Jim Blandy <jimb@redhat.com>
9028
c43c5473
JB
9029 * gdb.texinfo (Packets): Add index entries for 'm' packet
9030 disclaimers.
5ae4183a 9031
fb031cdf
JB
9032 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
9033 of stub when processing an 'm' packet.
9034
8ffe2530
JB
9035 * gdb.texinfo (Packets): Mention that packets beginning with
9036 letters are reserved once, at the top, instead of actually listing
9037 them all and saying "reserved".
9038
c03c782f
AS
90392005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
9040
9041 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
9042 Change @var{$arg0 to @code{$arg0.
9043
814e32d7
WZ
90442005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
9045
9046 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
9047
fa93a9d8
JB
90482005-11-12 Jim Blandy <jimb@redhat.com>
9049
9050 * gdb.texinfo (General Query Packets): Put packets in alphabetical
9051 order. Remove extraneous 'z'.
9052
8a5a3c82
AS
90532005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
9054
9055 * gdb.texinfo (Choosing files): Add --eval-command.
9056
4b0ad762
AS
90572005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
9058
9059 * gdb.texinfo (Choosing modes): Add --return-child-result.
9060
9061
1a088d06
AS
90622005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
9063
9064 * gdb.texinfo (Choosing modes): Add --batch-silent.
9065
656d5e12
EZ
90662005-10-28 Eli Zaretskii <eliz@gnu.org>
9067
9068 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
9069 "The -var-update Command".
9070
3c9c013a
JB
90712005-10-03 Joel Brobecker <brobecker@adacore.com>
9072
9073 * gdb.texinfo (Print Settings): Add documentation for set/show
9074 print array-indexes.
9075
7ba3cf9c
DJ
90762005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
9077
9078 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
9079 6.2 and 6.3.
9080
a94ab193
EZ
90812005-08-27 Eli Zaretskii <eliz@gnu.org>
9082
9083 * gdb.texinfo (File Options): Don't document --mapped, it's gone
9084 since 19-Jan-2004.
9085 (Files): Likewise.
ab1adacd
EZ
9086 (Variables, Symbols): Document the "<incomplete type>" message and
9087 its reasons.
a94ab193 9088
ca06016a
FF
90892005-08-01 Fred Fish <fnf@specifix.com>
9090
9091 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
9092
cf58170d
NR
90932005-07-15 Nick Roberts <nickrob@snap.net.nz>
9094
9095 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
9096 option for -var-list-children and -var-update.
9097 (GDB/MI Stack Manipulation): Simplify description of
9098 print-values option for -stack-list-locals.
9099 (GDB/MI Command Description Format): Clarify.
9100 (Mode Options): Spelling of superseded.
9101
38f1196a
BR
91022005-07-12 Bob Rossi <bob@brasko.net>
9103
9104 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
9105 corresponding GDB command comment.
9106
3cb3b8df
BR
91072005-07-06 Bob Rossi <bob@brasko.net>
9108
9109 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
9110 and -inferior-tty-show.
9111 (Input/Output): Document "set/show inferior-tty" and tty alias.
9112
10fac096
NW
91132005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
9114
9115 * gdb.texinfo (Packets): Change description of 'D' packet to note
9116 that GDB does wait for a response.
9117
d1b6db76
NR
91182005-06-22 Nick Roberts <nickrob@snap.net.nz>
9119
9120 * gdb.texinfo (History) Rename "Command History".
9121 (Command History): Move node "Server Prefix" from section on
9122 Annotations here.
9123
29629dcf
NR
91242005-06-19 Nick Roberts <nickrob@snap.net.nz>
9125
9126 * gdb.texinfo (GDB/MI Stack Manipulation):
9127 Re-instate -stack-info-frame with example. Say that it gets
9128 info on selected frame, not current frame.
9129
397ca115
EZ
91302005-06-18 Eli Zaretskii <eliz@gnu.org>
9131
9132 * gdb.texinfo (Server): Clarify that `file' should be used before
9133 connecting to the server.
9134 (Files): Add an xref to the above description.
51274035
EZ
9135 (Output Formats): More detailed description of the `c' format.
9136 (Memory): List explicitly all the formats supported by `x'.
638ac427 9137 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 9138 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
9139 files. Add more indexing for solib-absolute-prefix and
9140 --with-sysroot.
76d17f34
EZ
9141 (Machine Code): Document possible problems with locations in
9142 shared libraries.
d416eeec
EZ
9143 (Backtrace): Document that free-standing environments do not need
9144 to have a `main' function.
397ca115 9145
74f6deaa
NR
91462005-06-18 Nick Roberts <nickrob@snap.net.nz>
9147
9148 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
9149 -stack-info-frame.
9150
a9967aef
AC
91512005-06-07 Andrew Cagney <cagney@gnu.org>
9152
9153 * gdb.texinfo (Contributors): Note the original multi-arch
9154 contributors.
9155
e09f16f9
EZ
91562005-06-03 Eli Zaretskii <eliz@gnu.org>
9157
9158 * gdb.texinfo (Registers): Add index entries for the standard
9159 registers.
9160 (Frames): Add cross-reference from frame pointer description to
9161 the Registers node.
9162 (Annotations Overview): Fix the reference to GDB name.
9163
d87ba7ee
EZ
91642005-06-01 Eli Zaretskii <eliz@gnu.org>
9165
9166 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
9167 can-use-hw-watchpoints.
9168
034dad6f
BR
91692005-05-28 Bob Rossi <bob@brasko.net>
9170
9171 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
9172 the possible reasons why an exec async record would be returned to FE.
9173
ffed4509
AC
91742005-05-26 Andrew Cagney <cagney@gnu.org>
9175
9176 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
9177 Andrew Cagney implemented the original GDB/MI.
9178
e22e55c9
OF
91792005-05-23 Orjan Friberg <orjanf@axis.com>
9180
9181 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
9182 documentation. Add documentation for cris-mode.
9183
a78e13ce
EZ
91842005-05-20 Eli Zaretskii <eliz@gnu.org>
9185
9186 * gdb.texinfo (Numbers): Explain the example and make the wording
9187 more acurate.
9188
76ff342d
DJ
91892005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
9190 Dennis Brueni <dennis@slickedit.com>
9191
9192 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
9193 (GDB/MI Data Manipulation, GDB/MI Program Control)
9194 (GDB/MI Stack Manipulation): Update examples to include the fullname
9195 attribute in stack frames.
9196
119b882a
EZ
91972005-05-12 Eli Zaretskii <eliz@gnu.org>
9198
9199 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
9200 do with other non-standard names of init files.
9201
6fc08d32
EZ
92022005-05-11 Eli Zaretskii <eliz@gnu.org>
9203
9204 * gdb.texinfo (Command Files): Move the description of the startup
9205 from here...
9206 (Startup): ...to this new subsection of the Invocation chapter.
9207 Rearrange the description of init files more logically and add a
9208 cross-reference to "Command Files". Document the special gdbinit
9209 name for CISCO 68k. Expand the description of what GDB does
9210 during startup.
9211 (History): Add index entry for HISTSIZE.
9212
a561754a
MK
92132005-05-02 Mark Kettenis <kettenis@gnu.org>
9214
9215 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
9216
2eecc4ab
EZ
92172005-05-02 Eli Zaretskii <eliz@gnu.org>
9218
9219 * gdb.texinfo (SVR4 Process Information, The isatty call)
9220 (The system call): Don't use foo(N) notation for man pages and
9221 functions.
514c4d71 9222 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 9223
18999be5
EZ
92242005-04-27 Eli Zaretskii <eliz@gnu.org>
9225
9226 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
9227 were optimized away.
9228
0abb7bc7
EZ
92292005-04-22 Eli Zaretskii <eliz@gnu.org>
9230
9231 * gdb.texinfo (Remote configuration): Document "set/show
9232 get-thread-local-storage-address". Add cross-reference to the
9233 description of the qGetTLSAddr packet.
9234 (General Query Packets): Mention "set remote
9235 get-thread-local-storage-address" and add a reference to its
9236 description.
9237
6f61acb1
NR
92382005-04-19 Nick Roberts <nickrob@snap.net.nz>
9239
9240 * gdb.texinfo (Backtrace): Describe 'bt full'.
9241
9d59903a
NR
92422005-04-17 Nick Roberts <nickrob@snap.net.nz>
9243
9244 * gdb.texinfo (Mode Options): Fix typo.
9245 (GDB/MI): Describe how to invoke GDB/MI.
9246
721c2651
EZ
92472005-04-16 Eli Zaretskii <eliz@gnu.org>
9248
9249 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 9250 references changed. Add description of "info udot".
721c2651
EZ
9251 (Files): Document "set/show stop-on-solib-events".
9252 (M32R/D): Document "set/show download-path", "set/show
9253 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
9254 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
9255 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
9256 (Maintenance Commands): Improve indexing.
9257 (Target Commands): Document "set/show hash", "set/show debug
9258 monitor".
9259 (SVR4 Process Information): Document "info pidlist" and "info
9260 meminfo". Document "set/show procfs-tarce" and "set/show
9261 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
9262 (Symbols, The Print Command with Objective-C): Improve indexing.
9263 (Objective-C): Add references to "info classes" and "info
9264 selectors".
c45da7e6
EZ
9265 (Debugging Output): Improve wording. Document "set/show debug
9266 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
9267 (Set Breaks): Add index entry for "hardware breakpoints".
9268 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
9269 and "set/show usehardbreakpoints".
9270 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
9271 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
9272 (ARM): Document "rdilogfile", "rdilogenable", "set/show
9273 rdiromatzero", "set/show rdiheartbeat".
9274 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
9275 "sds".
9276 (Embedded Processors): Document the "sim" command.
9277 (Remote): Document the "remote" command.
9278 (DJGPP Native): Document the "info serial" command.
9279 (Threads): Document "maint info sol-threads".
9280 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
9281 (Set Breaks): Improve indexing.
9282 (Command Syntax): Add a reference to dont-repeat.
9283 (Define): Document "dont-repeat".
9284 (TUI Commands): Document "tabset".
9285 (WinCE): New subsection. Document "set/show remotedirectory",
9286 "set/show remoteupload", "set/show remoteaddhost".
721c2651 9287
14d6dd68
EZ
92882005-04-15 Eli Zaretskii <eliz@gnu.org>
9289
9290 * gdb.texinfo (Hurd Native): New subsection, documents
9291 Hurd-specific commands.
a64548ea 9292 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 9293 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
9294 (MIPS): Improve documentation of heuristic-fence-post. Document
9295 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
9296 mips stack-arg-size", "set/show mips mask-address", "set/show mips
9297 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 9298 (ARM): Document ARM-specific commands.
a64548ea
EZ
9299 (AVR): New section. Document "info io_registers".
9300 (CRIS): New section. Document "set/show cris-version" and
9301 "set/show cris-dwarf2-cfi".
9302 (HPPA): New section. Document "set/show debug hppa" and "maint
9303 print unwind".
a5adf40f 9304 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 9305 (Super-H): New section. Document the "regs" command.
721c2651 9306 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 9307
9c16f35a
EZ
93082005-04-09 Eli Zaretskii <eliz@gnu.org>
9309
9310 * gdb.texinfo (Print Settings): Document "set/show print
9311 pascal_static-members", "set print repeats", "show print
9312 null-stop". Improve indexing. Fix documentation of "set print
9313 union".
9314 (Pascal): New section.
9315 (Supported languages): Rename from "Support"; all references
9316 updated. Add a menu item for Pascal.
9317 (Numbers): Document "set radix.
9318 (Screen Size): Document "set/show pagination".
9319 (MIPS Embedded): Remove "set processor" documentation.
9320 (Remote configuration): Document "set/show X/P/Z-packet",
9321 "set/show read-aux-vector-packet", "set/show remote
9322 symbol-lookup-packet", "set/show remote verbose-resume-packet",
9323 "set/show remoteaddresssize", "set/show remotebaud", "set/show
9324 remotedebug", "set/show remotebreak", "set/show remotedevice",
9325 "set/show remotelogfile".
9326 (Auxiliary Vector): Add reference to the description of the
9327 read-aux-vector-packet setting.
9328 (Set Watchpoints): Add a cross-reference to "set remote
9329 hardware-breakpoint-limit".
9330 (General Query Packets): Add indexing of requests and
9331 cross-references to related commands in "Remote configuration".
9332 (File-I/O Overview, The system call): Fix wording and typos.
9333 (Thread Stops): Add index entries.
9334 (Continuing and Stepping): Document "show step-mode".
9335 (i386): New node. Document "set/show struct-convention".
9336 (Files): Document "show trust-readonly-sections".
9337 (Calling): Document "set/show unwindonsignal".
9338 (Messages/Warnings): Add index entries.
9339 (Maintenance Commands): Document "set/show watchdog".
9340 (Annotations Overview): Document "show annotate".
9341 (Set Watchpoints): Add index entries.
9342 (Symbols): Fix doc of case-sensitive.
9343 (ABI): Document "show coerce-float-to-double".
9344 (Convenience Vars, Help): Improve indexing.
9345 (Machine Code): Document "show disassembly-flavor".
9346 (Debugging C plus plus): Document "show overload-resolution".
9347 (Value History, Signaling): Add index entries.
9348
93492005-04-08 Eli Zaretskii <eliz@gnu.org>
9350
9351 * gdb.texinfo (Show): Move @kindex entries to their proper places.
9352 (Processes): Fix wording.
9353 (History, List, Logging output, Define, Symbols, Print Settings):
9354 Improve indexing.
9355
a8f24a35
EZ
93562005-04-03 Eli Zaretskii <eliz@gnu.org>
9357
9358 * gdb.texinfo (Targets): Document "set/show architecture". Remove
9359 redundant index entry for "target" command.
9360 (Backtrace): Add index entries.
9361 (Symbols, Fortran): Document the "set case-sensitive" command.
9362 (DJGPP Native): Document "set com1base", "set com1irq", etc.
9363 (Print Settings): Add index entry for "set demangle-style".
9364 (Target Commands): Document "set download-write-size".
9365 (Debugging Output): Document "set exec-done-display".
9366
09d4efe1
EZ
93672005-04-02 Eli Zaretskii <eliz@gnu.org>
9368
9369 * gdb.texinfo (Files): Fix the name and documentation of
9370 add-shared-symbol-files. Document its alias assf. Update the
9371 list of OSs where GDB supports shared libraries. Fix markup.
9372 (Continuing and Stepping): Add reference to @var{location} in the
9373 text.
9374 (Dump/Restore Files): Fix reference to @{filename}.
9375 (Help): Fix wording.
9376 (Attach): Ditto.
9377 (Set Watchpoints): Ditto.
9378 (Backtrace): Remove redundant index entries. Improve index
9379 entries.
9380 (Delete Breaks): Fix wording.
9381 (Memory): Document the compare-sections command.
9382 (Memory Region Attributes): Improve wording.
9383 (Disabling): Improve wording.
9384 (Fortran): New subsection. Document the "info common" command.
9385 (Help): Document aliases "info copying" and "info warranty".
9386 (Caching Remote Data): New section. Document the "set/show
9387 remotecache" and "info dcache" commands.
9388 (Show): Fix wording of the documentation of the "set
9389 extension-language" command.
9390 (Signals): Add index entry for "info handle".
9391 (Memory Region Attributes): Fix punctuation.
9392 (Symbols): Change the arg name to "location" and refer to it in
9393 the text. Fix wording of "info types" doc.
9394 (Threads): Fix usage of @enumerate @item's.
9395 (Listing Tracepoints): Add index entry for "info tp".
9396 (Set Watchpoints): Add xref to "info break" description.
9397 (Macros): Add an index entry for "macro exp1". Document the
9398 "macro list" command.
9399 (Maintenance Commands): Document "flushregs", "maint agent",
9400 "maint check-symtabs", "maint cplus", "maint demangle", "maint
9401 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
9402 "maint print architecture", "maint print objfiles", "maint print
9403 statistics", "maint print type", "maint show-debug-regs", "maint
9404 space", "maint time", and "maint translate-address".
9405 (Connecting): Document the "monitor" command.
9406 (Annotations Overview): Describe the "set annotate" command.
9407
82f2d802
EZ
94082005-04-01 Eli Zaretskii <eliz@gnu.org>
9409
9410 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
9411 Rearrange index entries and improve wording about support for
9412 hardware watchpoints.
9413
7d51c7de
BR
94142005-03-10 Bob Rossi <bob@brasko.net>
9415
9416 * gdb.texinfo: Update copyright
9417
68c71a2e
TR
94182005-02-09 Theodore A. Roth <troth@openavr.org>
9419
9420 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
9421 error.
9422
701adfb0
PA
94232005-03-07 Joel Brobecker <brobecker@adacore.com>
9424
9425 * observer.texi (executable_changed): New observer.
9426
83761cbd
KB
94272005-02-03 Kevin Buettner <kevinb@redhat.com>
9428
9429 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
9430
9f1c6395
MS
94312005-01-17 Michael Snyder <msnyder@redhat.com>
9432
9433 * gdb.texinfo: Fix spelling, infinte -> infinite.
9434
fbd1b305
MK
94352005-01-08 Mark Kettenis <kettenis@gnu.org>
9436
9437 * observer.texi (GDB Observers): Document "solib_loaded".
9438
3ace7edb
AC
94392005-01-07 Andrew Cagney <cagney@gnu.org>
9440
bec39cab
AC
9441 * configure.ac: Rename configure.in, require autoconf 2.59.
9442 * configure: Re-generate.
9443
3ace7edb
AC
9444 * configure.in: Replace configdirs with multiple references to
9445 AC_CONFIG_SUBDIRS.
9446 * configure: Re-generate.
5ae4183a 9447
53531fc1
AC
94482005-01-04 Andrew Cagney <cagney@gnu.org>
9449
9450 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
9451 part of the version number.
9452
536ffdb7
MK
94532004-12-24 Mark Kettenis <kettenis@gnu.org>
9454
9455 * gdbint.texinfo (Algorithms): Remove description of
9456 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
9457
e1aac25b
JB
94582004-12-07 Jim Blandy <jimb@redhat.com>
9459
9460 * gdb.texinfo (General Query Packets): Specify that thread ID's in
9461 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
9462 numbers.
9463
f47b1503
AS
94642004-12-07 Andreas Schwab <schwab@suse.de>
9465
9466 * gdb.texinfo (Mode Options): Document -l option.
9467
b6b8ece6
EZ
94682004-12-04 Eli Zaretskii <eliz@gnu.org>
9469
9470 * gdbint.texinfo (Algorithms): More accurate description of
9471 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
9472 is not needed unless data-read and data-access watchpoints are
9473 supported. Add a description of how GDB checks whether the
9474 inferior stopped because a watchpoint was hit.
9475
01371747
EZ
94762004-11-23 Eli Zaretskii <eliz@gnu.org>
9477
9478 * gdb.texinfo (Files): Add cross-reference to description of
9479 -readnow command-line switch.
9480
2315ffec
RC
94812004-11-10 Randolph Chung <tausq@debian.org>
9482
9483 * gdb.texinfo: Document set/show backtrace past-entry commands.
9484 Rearrange index entries for set/show backtrace past-main.
9485
69065f5d
AC
94862004-11-10 Jon Beniston <jon@beniston.com>
9487
9488 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
9489 * gdb.texinfo (Remote Serial Protocol): Further describe
9490 binary transfer escaping mechanism .
69065f5d 9491
30e91e0b
RC
94922004-11-08 Randolph Chung <tausq@debian.org>
9493
9494 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
9495 and "show debug infrun". Add index entries.
9496
60bf7e09
EZ
94972004-10-23 Eli Zaretskii <eliz@gnu.org>
9498
9499 * gdb.texinfo (SVR4 Process Information): Document subcommands of
9500 "info proc" that are already implemented. Add index entries.
9501 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
9502 (Files): Add a tip for decreasing memory used for symtabs from
9503 shared libraries.
f018e82f
EZ
9504 (Starting): Fix whitespace; make "elaboration" stand out where it
9505 is first used, and add an index entry for the term.
f8568604
EZ
9506 (Calling): Expand and elaborate text. Add "print". Add the
9507 description of problems with weak aliases.
384ee23f 9508 (Core File Generation): New section.
60bf7e09 9509
d52fe014
AC
95102004-10-12 Andrew Cagney <cagney@gnu.org>
9511
9512 * gdbint.texinfo (Versions and Branches): New chapter.
9513 (Releasing GDB): Delete "Versions and Branches" section.
9514 (Top): Add "Versions and Branches".
9515
703663ab
EZ
95162004-10-08 Eli Zaretskii <eliz@gnu.org>
9517
9518 * gdb.texinfo (Editing, History): Add cross-references to the
9519 included Readline and History user documentation. Remove
9520 references to the symbol have-readline-appendices which is unused
9521 and undefined.
9522 (History): Fix indexing.
9523
ac77d04f
JJ
95242004-10-08 Jeff Johnston <jjohnstn@redhat.com>
9525
9526 * gdbint.texinfo (target_stopped_data_address): Update to
9527 new prototype.
9528 (i386_stopped_data_address): Update prototype and description.
9529 (i386_stopped_by_watchpoint): New function and description.
9530
e07c999f
PH
95312004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
9532
9533 * gdb.texinfo (Filenames): Add Ada suffixes.
9534 (Ada) New section.
9535
2e868123
AC
95362004-09-27 Andrew Cagney <cagney@gnu.org>
9537 Robert Picco <Robert.Picco@hp.com>
9538
9539 * gdb.texinfo (Packets): Document the "p" packet.
9540
02a57714
JM
95412004-09-21 Jason Molenda (jmolenda@apple.com)
9542
9543 * gdb.texinfo (Paths and Names of the Source Files): Document the
9544 meaning of values in the 'desc' field of a SO stab.
9545
ae038cb0
DJ
95462004-09-20 Daniel Jacobowitz <dan@debian.org>
9547
9548 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
9549 max-cache-age" and "maint show dwarf2 max-cache-age".
9550
f7dc1244
EZ
95512004-09-16 Eli Zaretskii <eliz@gnu.org>
9552
9553 * gdb.texinfo (Set Breaks): Add index entry for setting
9554 breakpoints on overloaded C++ functions that are not members of
9555 any classes. Add an example and an index entry for setting
9556 breakpoints on all program functions.
9557 (Character Sets, Macros, Overlay Commands)
9558 (Non-debug DLL symbols, GDB/MI Output Syntax)
9559 (Annotations Overview, Maintenance Commands, File-I/O Overview):
9560 Use "(@value{GDBP})" instead of a literal "(gdb)".
9561
f810308b
AC
95622004-09-12 Andrew Cagney <cagney@gnu.org>
9563
9564 * gdbint.texinfo (Native Debugging): Delete description of
9565 FILES_INFO_HOOK.
9566
15a661f3
PH
95672004-09-11 Paul Hilfinger <hilfinger@gnat.com>
9568
5ae4183a
AS
9569 * gdbint.texinfo (User Interface): Change local_hex_string_custom
9570 to hex_string_custom (not historically correct, but more
15a661f3
PH
9571 understandable, given the current code).
9572
f3219c75
AC
95732004-09-03 Andrew Cagney <cagney@gnu.org>
9574
9575 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
9576
f3bb6704
JJ
95772004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9578
9579 * observer.texi (solib_unloaded): New observer.
9580
8d2c00cb
AC
95812004-08-24 Andrew Cagney <cagney@gnu.org>
9582
9583 * gdbint.texinfo (Target Architecture Definition): Add missing
9584 comma.
9585
e7dc800a
MC
95862004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9587
9588 * (Using the Testsuite): build != host is supported,
9589 but some test scripts do not support build != host.
9590
73b03683
MK
95912004-08-14 Mark Kettenis <kettenis@gnu.org>
9592
9593 * gdbint.texinfo (Host Definition): Delete description of
9594 FCLOSE_PROVIDED and GETENV_PROVIDED.
9595
701adfb0
PA
95962004-08-11 Joel Brobecker <brobecker@gnat.com>
9597
9598 * gdbint.texinfo (Host Definition): Remove documentation for
9599 USE_O_NOCTTY, no longer used.
9600
c0ccb908
MK
96012004-08-05 Mark Kettenis <kettenis@chello.nl>
9602
9603 * gdbint.texinfo (Host Definition): Delete description of
9604 NO_SYS_FILE.
9605 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
9606 PTRACE_FP_BUG.
9607
9c8dbfa9
AC
96082004-08-05 Andrew Cagney <cagney@gnu.org>
9609
9610 * gdbint.texinfo (Target Architecture Definition): Delete
9611 reference to deprecated_read_fp.
9612
f42accbe
AC
96132004-08-02 Andrew Cagney <cagney@gnu.org>
9614
9615 * gdbint.texinfo (Target Architecture Definition): Delete
9616 description of DEPRECATED_REGISTER_BYTES.
9617
0b66e38c
EZ
96182004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
9619
9620 * gdb.texinfo (Source Path): Document the new behavior of
9621 searching for the source files.
9622
15387254
EZ
96232004-07-17 Eli Zaretskii <eliz@gnu.org>
9624
9625 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
9626 (Search, Expressions, Arrays, Variables, Data, Machine Code)
9627 (Auto Display): Improve indexing.
9628
2c07db7a
AC
96292004-07-16 Andrew Cagney <cagney@gnu.org>
9630
9631 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
9632 "-noasync".
9633
4644b6e3
EZ
96342004-07-09 Eli Zaretskii <eliz@gnu.org>
9635
9636 * gdb.texinfo: Fix @kindex entries so that multiple commands that
9637 have the same prefix have only their prefix in the index.
9638
7561d450
MK
96392004-07-03 Mark Kettenis <kettenis@gnu.org>
9640
9641 * gdb.texinfo (BSD libkvm Interface): New node (section)
9642 (Native): Add it to the menu.
9643
67bebe79
MK
96442004-07-01 Mark Kettenis <kettenis@gnu.org>
9645
9646 * gdbint.texinfo (Target Architecture Definition): Remove
9647 PCC_SOL_BROKEN.
9648
1a6923e0
MK
96492004-06-24 Mark Kettenis <kettenis@gnu.org>
9650
9651 * gdbint.texinfo (Target Architecture Definition): Remove
9652 SUN_FIXED_LBRAC_BUG.
9653
b435e160
AC
96542004-06-26 Andrew Cagney <cagney@gnu.org>
9655
9656 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
9657
b5622e8d
AC
96582004-06-20 Andrew Cagney <cagney@gnu.org>
9659
9660 * gdbint.texinfo (Target Architecture Definition): Deprecate
9661 USE_STRUCT_CONVENTION.
9662
e0c07bf0
MC
96632004-06-19 Michael Chastain <mec.gnu@mindspring.com>
9664
9665 gdb.texinfo (Bug Reporting): Mention session recording,
9666 with the script command or Emacs.
9667
782263ab
AC
96682004-06-18 Andrew Cagney <cagney@gnu.org>
9669
9670 * gdbint.texinfo (Target Architecture Definition): Deprecate
9671 FUNCTION_START_OFFSET.
9672
03727ca6
AC
96732004-06-14 Andrew Cagney <cagney@gnu.org>
9674
9675 Based on changes from Karl Berry.
9676 * gdb.texinfo: Do not use @sc in a direntry.
9677 * stabs.texinfo: Change @dircateogry to "Software development".
9678 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
9679
97092415
AC
96802004-06-13 Andrew Cagney <cagney@gnu.org>
9681
9682 * gdbint.texinfo (Target Architecture Definition): Delete
9683 description of RETURN_VALUE_ON_STACK.
9684
1f6d4158
AC
96852004-06-09 Andrew Cagney <cagney@gnu.org>
9686
9687 * gdbint.texinfo (Native Debugging): Restore "@table @code"
9688 deleted by previous patch.
9689
d966f0cb
AC
96902004-06-08 Andrew Cagney <cagney@gnu.org>
9691
9692 * gdbint.texinfo (Native Debugging): Delete documentation on
9693 ATTACH_DETACH.
9694
86fe4aaa
RC
96952004-06-06 Randolph Chung <tausq@debian.org>
9696
9697 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
9698
d4b6d575
RC
96992004-06-06 Randolph Chung <tausq@debian.org>
9700
5ae4183a 9701 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
9702 the new push_dummy_call method signature. Describe the function
9703 argument.
9704
4e8b0763
JB
97052004-05-24 Joel Brobecker <brobecker@gnat.com>
9706
9707 * gdb.texinfo (Starting): Document new start command.
9708
59caf092
AC
97092004-05-21 Andrew Cagney <cagney@redhat.com>
9710
9711 * observer.texi (GDB Observers): Document "inferior_created".
9712
e4a2df64
AC
97132004-05-08 Andrew Cagney <cagney@redhat.com>
9714
e6b55ae2
AC
9715 * gdbint.texinfo (Target Architecture Definition): Delete
9716 description of DO_DEFERRED_STORES.
9717
28954179
AC
9718 * gdbint.texinfo (Target Architecture Definition): Delete
9719 references to DEPRECATED_FIX_CALL_DUMMY.
9720
434b87dd
AC
9721 * gdbint.texinfo (Target Architecture Definition): Delete
9722 description of DEPRECATED_CALL_DUMMY_WORDS,
9723 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
9724
58d28df8
AC
9725 * gdbint.texinfo (Target Architecture Definition): Delete
9726 description of DEPRECATED_PUSH_DUMMY_FRAME.
9727
e4a2df64
AC
9728 * gdbint.texinfo (Target Architecture Definition): Delete
9729 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
9730
2b4855ab
AC
97312004-05-07 Andrew Cagney <cagney@redhat.com>
9732
9733 * observer.texi (GDB Observers): Add "Debugging" section. Include
9734 cross reference to "set/show debug observer".
9735 * gdb.texinfo (Debugging Output): Document "set/show debug
9736 observer".
9737
fcf70625
AC
97382004-05-01 Andrew Cagney <cagney@redhat.com>
9739
9740 * gdbint.texinfo (Target Architecture Definition): Delete
9741 description of DEPRECATED_PC_IN_SIGTRAMP.
9742
8ee56bcf
AC
97432004-04-30 Andrew Cagney <cagney@redhat.com>
9744
9745 * gdbint.texinfo (Target Architecture Definition): Delete
9746 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
9747
67ab9a76
OF
97482004-04-30 Orjan Friberg <orjanf@axis.com>
9749
9750 * observer.texi (GDB Observers): Correct spelling.
9751
79346bcb
OF
97522004-04-26 Orjan Friberg <orjanf@axis.com>
9753
9754 * observer.texi (GDB Observers): Add target_changed event.
9755
7a464420
AC
97562004-04-08 Andrew Cagney <cagney@redhat.com>
9757
9758 * observer.texi (GDB Observers): Rework, provide generic observer
9759 definitions and then a list of observable events.
9760
6cdf9d98
AC
97612004-04-04 Andrew Cagney <cagney@redhat.com>
9762
9763 * gdbint.texinfo (Host Definition): Delete reference to
9764 NO_SIGINTERRUPT.
9765
ddc135a4
AC
97662004-04-02 Andrew Cagney <cagney@redhat.com>
9767
9768 * gdbint.texinfo (Target Architecture Definition): Delete
9769 reference to DEPRECATED_CALL_DUMMY_LENGTH.
9770
6a1b180d
SC
97712004-03-28 Stephane Carrez <stcarrez@nerim.fr>
9772
9773 * gdb.texinfo (TUI Commands): Document tui reg commands.
9774
d0d5df6f
AC
97752004-03-26 Andrew Cagney <cagney@redhat.com>
9776
9777 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
9778 "gdbtui".
9779 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
9780 (Contributors): Mention both Text and Terminal User Interface.
9781
aa2a3f87
AC
97822004-03-23 Andrew Cagney <cagney@redhat.com>
9783
9784 * gdbint.texinfo (Target Architecture Definition): Deprecate
9785 references to SIGTRAMP_START and SIGTRAMP_END.
9786
f561f026
AC
97872004-03-23 Andrew Cagney <cagney@redhat.com>
9788
9789 * gdbint.texinfo (Target Architecture Definition): Deprecate
9790 references to PC_IN_SIGTRAMP.
9791
33cb8b0f
AC
97922004-03-19 Andrew Cagney <cagney@redhat.com>
9793
9794 * gdbint.texinfo (Target Architecture Definition): Delete
9795 reference to GDB_TARGET_IS_HPPA.
9796
fc989b7a
AC
97972004-03-18 Andrew Cagney <cagney@redhat.com>
9798
9799 * gdbint.texinfo (Coding): Update section on gdbarch_data,
9800 describe pre_init and post_init.
9801
701b08bb
DJ
98022004-03-09 Daniel Jacobowitz <drow@mvista.com>
9803
9804 * gdb.texinfo (Debugging Output): Document values for "set debug
9805 target".
9806
faae5abe
AC
98072004-02-28 Andrew Cagney <cagney@redhat.com>
9808
9809 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
9810
dd79a6cf
JJ
98112004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9812
9813 * gdb.texinfo (breakpoints): Add information about the
9814 new "set breakpoint pending" and "show breakpoint pending"
9815 commands.
9816
e7f16015
AC
98172004-02-26 Andrew Cagney <cagney@redhat.com>
9818
9819 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
9820 in Per-architecture module data section.
9821
7161a3a6
RM
98222004-02-25 Roland McGrath <roland@redhat.com>
9823
9824 * gdb.texinfo (General Query Packets): Document qPart:... packets.
9825
2154891a
AC
98262004-02-24 Andrew Cagney <cagney@redhat.com>
9827
9828 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
9829 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
9830 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 9831
6c74ac8b
AC
98322004-02-17 Andrew Cagney <cagney@redhat.com>
9833
9834 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
9835
19772a2c
AC
98362004-02-16 Andrew Cagney <cagney@redhat.com>
9837
9838 * gdbint.texinfo (Target Architecture Definition): Deprecate
9839 FRAMELESS_FUNCTION_INVOCATION.
9840
c9830293
AC
98412004-02-16 Andrew Cagney <cagney@redhat.com>
9842
9843 * gdbint.texinfo (Coding): Mention -Wunused-function.
9844
b9d26eb9
AC
98452004-02-14 Andrew Cagney <cagney@redhat.com>
9846
9847 * gdbint.texinfo (Target Architecture Definition): Delete
9848 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9849
49efadf5
EZ
98502004-02-12 Elena Zannoni <ezannoni@redhat.com>
9851
9852 * gdb.texinfo: Properly quote the name "C++".
9853 * gdbint.texinfo: Ditto.
9854 * stabs.texinfo: Ditto.
9855
1eb288ea
EZ
98562004-02-11 Elena Zannoni <ezannoni@redhat.com>
9857
9858 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
9859 minimal information about libiberty.
9860
e4937fc1
MC
98612004-02-06 Michael Chastain <mec.gnu@mindspring.com>
9862
9863 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
9864
a9331b3f
RM
98652004-02-04 Roland McGrath <roland@redhat.com>
9866
9867 * gdb.texinfo (Auxiliary Vector): New node (section).
9868 (Data): Add it to the menu.
9869
2650777c
JJ
98702004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9871
9872 * gdb.texinfo (Breakpoints): Add information about pending
9873 breakpoint support.
9874
b4501125
AC
98752004-01-26 Andrew Cagney <cagney@redhat.com>
9876
9877 * gdb.texinfo (Overview): Delete references to the cisco protocol
9878 including the "N" response.
9879
74055713
AC
98802004-01-26 Andrew Cagney <cagney@redhat.com>
9881
9882 * gdbint.texinfo (Target Architecture Definition): Rename
9883 EXTRACT_STRUCT_VALUE_ADDRESS to
9884 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 9885
3bbe9696
EZ
98862004-01-24 Eli Zaretskii <eliz@gnu.org>
9887
9888 * gdb.texinfo (KOD): Document "show os". Add index entries for
9889 "set/show os" and "info cisco" commands.
9890
5843504f
EZ
98912004-01-21 Eli Zaretskii <eliz@gnu.org>
9892
9893 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
9894
9175c9a3
MC
98952004-01-19 Michael Chastain <mec.gnu@mindspring.com>
9896
9897 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
9898 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
9899
8e94b928
NR
99002004-01-19 Nick Roberts <nick@nick.uklinux.net>
9901
9902 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
9903 -stack-list-locals.
9904 (GDB/MI Variable Objects): Describe extension to
9905 -var-list-children.
9906
a20cf136
DJ
99072004-01-17 Daniel Jacobowitz <drow@mvista.com>
9908
9909 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
9910
afb18d0f
AC
99112004-01-17 Andrew Cagney <cagney@redhat.com>
9912
9913 * gdbint.texinfo (Target Architecture Definition): Delete
9914 documentation on DEPRECATED_NPC_REGNUM.
9915
b51970ac
DJ
99162004-01-13 Daniel Jacobowitz <drow@mvista.com>
9917
9918 * gdb.texinfo: Update copyright year. Mention that set
9919 follow-fork-mode is supported on GNU/Linux. Remove documentation of
9920 "set follow-fork-mode ask".
9921
0f0cffd2
AC
99222004-01-13 Andrew Cagney <cagney@redhat.com>
9923
9924 * gdbint.texinfo: Update copyright year.
9925 (Coding): Add -Wunused-label to list of -Werror warnings.
9926
c552b3bb 99272004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 9928 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
9929
9930 * gdb.texinfo: Update copyright.
9931 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
9932 around names, as appropriate. Minor syntax cleanup of
9933 _NSPrintForDebugger explanation. Two spaces after periods.
9934 GDBN used instead of lit. "gdb". Index entries added for
9935 print-object and _NSPrintForDebugger. @noindent added in one spot.
9936
afe157ca
EZ
99372003-11-11 Elena Zannoni <ezannoni@redhat.com>
9938
9939 * stabs.texinfo: Add dircategory and direntry commands.
9940 * annotate.texinfo: Ditto.
9941
963e2bb7
AC
99422003-11-10 Andrew Cagney <cagney@redhat.com>
9943
9944 * gdbint.texinfo (Target Architecture Definition): Replace the
9945 return_value method's "inval" and "outval" parameters with
9946 "readbuf" and "writebuf".
9947
1d8b2f28
JB
99482003-10-28 Jim Blandy <jimb@redhat.com>
9949
9950 * gdb.texinfo (The F request packet, The F reply packet): Renamed
9951 from "The `F' request packet" and "The `F' reply packet", to make
9952 texi2dvi happy.
9953 (File-I/O remote protocol extension): Update menu entries, too.
9954
36d86913
MC
99552003-10-26 Michael Chastain <mec@shout.net>
9956
9957 * gdb.texinfo (Thread Stops): Document the issue with
9958 premature return from system calls in multi-threaded programs.
9959
ce2826aa
AC
99602003-10-24 Andrew Cagney <cagney@redhat.com>
9961
9962 * annotate.texinfo: Fix "fortunatly"[sic].
9963
f24c5e49
KI
99642003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
9965
9966 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
9967 with "Hitachi" and "Mitsubishi".
9968
92ad9cd9
AC
99692003-10-20 Andrew Cagney <cagney@redhat.com>
9970
9971 * gdbint.texinfo (Target Architecture Definition): Document
9972 gdbarch_return_value. Add cross references from
9973 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
9974 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
9975
0ab4b752
MK
99762003-10-18 Mark Kettenis <kettenis@gnu.org>
9977
9978 * gdbint.texinfo (Target Architecture Definition): Document
9979 regset_from_core_section.
fb3e19c0
KI
9980
99812003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
9982
9983 * gdb.texinfo (M32R/D): Mention m32rsdi target.
9984
a9331b3f 99852003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
9986
9987 From Anthony Green <green@redhat.com>:
5ae4183a 9988 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 9989
1485d690
KB
99902003-10-14 Kevin Buettner <kevinb@redhat.com>
9991
889bf7c5
PA
9992 * gdb.texinfo (Breakpoint related warnings): New node.
9993 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 9994
86d30acc
DJ
99952003-10-13 Daniel Jacobowitz <drow@mvista.com>
9996
9997 * gdb.texinfo (Remote Protocol): Document v and vCont.
9998
172c2a43
KI
99992003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
10000
10001 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
10002 * gdbint.texinfo: Ditto.
10003
71952f4c
AC
100042003-10-09 Andrew Cagney <cagney@redhat.com>
10005
10006 From 2003-09-18 David Anderson <davea@sgi.com>:
10007 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
10008 "command".
10009
268e2188
AC
100102003-10-03 Andrew Cagney <cagney@redhat.com>
10011
10012 * gdbint.texinfo (Target Architecture Definition): Deprecate
10013 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
10014 just target.
10015
12c266ea 100162003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 10017
f30992d4 10018 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
10019 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
10020 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
10021 * gdbint.texinfo (Target Architecture Definition): Rename
10022
100232003-09-30 Andrew Cagney <cagney@redhat.com>
10024
f30992d4 10025 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 10026 (Target Architecture Definition):
f30992d4 10027
2e092625
AC
10028 * gdbint.texinfo (Target Architecture Definition): Rename
10029 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
10030
0717ae8a
AC
100312003-09-29 Andrew Cagney <cagney@redhat.com>
10032
dad809b7
AC
10033 * gdbint.texinfo (Target Architecture Definition): Delete
10034 documentation for NEED_TEXT_START_END.
10035
0717ae8a
AC
10036 * gdbint.texinfo (Target Architecture Definition): Rename
10037 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
10038 TARGET_WRITE_PC.
a9331b3f 10039
af6cf26d
MC
100402003-09-22 Michael Chastain <mec@shout.net>
10041
10042 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
10043
ee206350
AG
100442003-09-21 Anthony Green <green@redhat.com>
10045
10046 * gdbint.texinfo (Target Architecture Definition): Fix typos.
10047
a38c9fe6
MK
100482003-09-21 Mark Kettenis <kettenis@gnu.org>
10049
10050 * gdbint.texinfo (Target Architecture Definition): Document
10051 stabs_argument_has_addr.
10052
77949794
AC
100532003-09-18 Andrew Cagney <cagney@redhat.com>
10054
10055 * gdbint.texinfo (Target Architecture Definition): Delete
10056 documentation on REGISTER_NAMES.
10057
8e823e25
MK
100582003-09-13 Mark Kettenis <kettenis@gnu.org>
10059
10060 * gdbint.texinfo (Target Architecture Definition): Replace
10061 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
10062
f27dd7fd
AC
100632003-09-11 Andrew Cagney <cagney@redhat.com>
10064
10065 * gdbint.texinfo (Target Architecture Definition): Replace
10066 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
10067
8b148df9
AC
100682003-08-18 Andrew Cagney <cagney@redhat.com>
10069
10070 * gdbint.texinfo (Target Architecture Definition): Document
10071 "frame_red_zone_size".
10072
25d29d70
AC
100732003-08-09 Andrew Cagney <cagney@redhat.com>
10074
10075 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
10076 with "set/show backtrace past-main" and "set/show backtrace
10077 limit".
10078
c938e9b0
L
100792003-08-08 H.J. Lu <hongjiu.lu@intel.com>
10080
10081 * Makefile.in (install-info): Support DESTDIR.
10082 (install-html): Likewise.
10083
64fabec2
AC
100842003-08-07 Andrew Cagney <cagney@redhat.com>
10085
10086 Patch from Nick Roberts.
10087 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
10088 bindings. Remove description of send-gdb-command.
10089
2fcf52f0
AC
100902003-08-07 Andrew Cagney <cagney@redhat.com>
10091
10092 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
10093 GDB 6.0.
10094
086432e2
AC
100952003-08-06 Andrew Cagney <cagney@redhat.com>
10096
10097 * gdb.texinfo (Mode Options): Mention that level three is the
10098 highest available and that level 2 is deprecated.
10099 (Annotations Overview): Mention annotation levels. Cross reference
10100 to "Limitations of the Annotation Interface" in annotate.texi.
10101 (TODO, Value Annotations, Frame Annotations): Delete section.
10102 (Displays, Breakpoint Info): Delete.
10103
e5249f67
AC
101042003-08-04 Andrew Cagney <cagney@redhat.com>
10105
10106 * agentexpr.texi: Delete @bye.
10107 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
10108 (stabs.info): Add $(srcdir) to include search path.
10109 (html): Depend on "annotate_toc.html", and not "annotate.html".
10110 * stabs.texinfo: Ditto. Include "fdl.texi".
10111 * gdbint.texinfo: Update copyright statement's list of invariant
10112 sections.
10113
e6f672d2
AC
101142003-07-28 Andrew Cagney <cagney@redhat.com>
10115
10116 * Makefile.in (INFO_DEPS): Add annotate.info.
10117 (dvi, ps, html, pdf): Add annotate.
10118 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
10119 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
10120 (ANNOTATE_DOC_FILES): New macro.
10121 (ANNOTATE_TEX_TMPS): New macro.
10122 (annotate.info, annotate_toc.html): Specify dependencies.
10123 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
10124 * annotate.texinfo: Rename annotate.texi. Get building. Add
10125 "Migrating to GDB/MI" and "Limitations of the Annotation
10126 Interface" chapters. Mention why it is not part of the user
10127 guide. Update copyright notice. Include "fdl.texi".
10128
72ffddc9
SC
101292003-07-26 Stephane Carrez <stcarrez@nerim.fr>
10130
10131 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
10132
a9f12a31
DJ
101332003-07-24 Daniel Jacobowitz <drow@mvista.com>
10134
10135 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
10136
b1fe9455
DJ
101372003-07-24 Daniel Jacobowitz <drow@mvista.com>
10138
10139 * gdb.texinfo (Server): Mention pidof.
10140
153721e6
AC
101412003-07-22 Andrew Cagney <cagney@redhat.com>
10142
10143 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
10144 list.
10145
0fac0b41
DJ
101462003-06-28 Daniel Jacobowitz <drow@mvista.com>
10147
10148 * gdb.texinfo (Logging output): New chapter.
10149
4e562065
JB
101502003-06-24 Joel Brobecker <brobecker@gnat.com>
10151
10152 * gdb.texinfo (Unsupported languages): New section.
10153 (Languages): Add link to new section.
10154
f2c06f52
AC
101552003-06-22 Andrew Cagney <cagney@redhat.com>
10156
10157 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
10158
b4177fca
DJ
101592003-06-22 Daniel Jacobowitz <drow@mvista.com>
10160
10161 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
10162
f418dd93
DJ
101632003-06-22 Daniel Jacobowitz <drow@mvista.com>
10164
10165 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
10166 * agentexpr.texi: Retitle section, and change it to an appendix.
10167 Comment out texinfo initialization. Factor a @var{} into two
10168 pieces to prevent makeinfo warnings.
10169 * gdb.texinfo: Add Agent Expressions appendix.
10170
4ca61388
DJ
101712003-06-19 Daniel Jacobowitz <drow@mvista.com>
10172
10173 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
10174
07f31aa6
DJ
101752003-06-18 Daniel Jacobowitz <drow@mvista.com>
10176
5ae4183a 10177 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
10178 remote target". Document the "detach" and "disconnect" commands.
10179 (Server, Netware, Debug Session): Reference "Connecting to a
10180 remote target".
10181 (GDB/MI Target Manipulation): Document "-target-disconnect".
10182
2dd0da42
AC
101832003-06-13 Andrew Cagney <cagney@redhat.com>
10184
10185 * gdbint.texinfo (Target Architecture Definition): Deprecate
10186 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
10187 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
10188
e7a3abfc
JB
101892003-06-09 Jim Blandy <jimb@redhat.com>
10190
10191 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
10192
25e3a86b
AC
101932003-06-08 Andrew Cagney <cagney@redhat.com>
10194
10195 * gdbint.texinfo (Target Architecture Definition): Delete
10196 documentation on FRAME_ARGS_ADDRESS_CORRECT.
10197
a9e5fdc2
AC
101982003-06-08 Andrew Cagney <cagney@redhat.com>
10199
10200 * gdbint.texinfo (Target Architecture Definition): Document
10201 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
10202
b37303ee
AF
102032003-06-07 Adam Fedor <fedor@gnu.org>
10204
10205 * gdb.texinfo: Add Objective-C documentation.
10206
39fe6e80
AC
102072003-06-01 Andrew Cagney <cagney@redhat.com>
10208
10209 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
10210 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
10211
125309b2
AC
102122003-05-21 Andrew Cagney <cagney@redhat.com>
10213
10214 * gdbint.texinfo (Target Architecture Definition): Delete
10215 references to "extract_address" and "store_address".
10216
b8b527c5
AC
102172003-05-16 Andrew Cagney <cagney@redhat.com>
10218
10219 * gdbint.texinfo (Target Architecture Definition): Replace
10220 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
10221 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
10222
50e3ee83
TR
102232003-05-14 Theodore A. Roth <troth@openavr.org>
10224
10225 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
10226
44e2be90
L
102272003-05-10 H.J. Lu <hongjiu.lu@intel.com>
10228
10229 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
10230 (gdb.dvi): Likewise.
10231 (gdb.pdf): Likewise.
10232 (links2roff): Likewise.
10233
df5215a6
JB
102342003-05-08 Jim Blandy <jimb@redhat.com>
10235
10236 * gdb.texinfo (Dump/Restore Files): Update documentation for
10237 'dump', 'append', and 'restore': note that format argument is
10238 optional; simplify presentation of the command variants; and be
10239 more precise about the formats.
10240
5e7b2f39
JB
102412003-05-07 Jim Blandy <jimb@redhat.com>
10242
10243 * gdb.texinfo (Symbols): Update documentation: 'maint list
10244 symtabs' and 'maint list psymtabs' have been renamed 'maint info
10245 symtabs' and 'maint info psymtabs'.
10246
b1e29e33
AC
102472003-05-05 Andrew Cagney <cagney@redhat.com>
10248
10249 * gdbint.texinfo (Target Architecture Definition): Make
10250 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
10251 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
10252 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
10253
00905d52
AC
102542003-05-04 Andrew Cagney <cagney@redhat.com>
10255
10256 * gdb.texinfo (Maintenance Commands): Document "maint print
10257 dummy-frames".
10258
54ff5908
AC
102592003-05-04 Andrew Cagney <cagney@redhat.com>
10260
10261 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
10262
32e7087d
JB
102632003-05-03 J. Brobecker <brobecker@gnat.com>
10264
10265 Thierry Schneider <tpschneider1@yahoo.com>
10266 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
10267 for new MI command.
10268
7043d8dc
AC
102692003-05-03 Andrew Cagney <cagney@redhat.com>
10270
10271 * gdbint.texinfo (Target Architecture Definition): Document
10272 push_dummy_code. Add cross references.
10273
e33d66ec
EZ
102742003-05-02 Elena Zannoni <ezannoni@redhat.com>
10275
10276 * gdb.texinfo (Character Sets): Update to reflect new behavior of
10277 set/show charsets commands.
10278
0ba6dca9
AC
102792003-04-28 Andrew Cagney <cagney@redhat.com>
10280
10281 * gdbint.texinfo (Target Architecture Definition): Replace
10282 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
10283 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
10284
d7a27068
AC
102852003-04-28 Andrew Cagney <cagney@redhat.com>
10286
10287 * gdbint.texinfo (Target Architecture Definition): Rename
10288 "tm_print_insn" to "deprecated_tm_print_insn".
10289
44ea7b70
JB
102902003-04-09 Jim Blandy <jimb@redhat.com>
10291
10292 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
10293 list psymtabs'.
10294
fb8f8949
AC
102952003-04-08 Andrew Cagney <cagney@redhat.com>
10296
10297 * gdbint.texinfo (Target Architecture Definition): Delete
10298 references to EXTRA_FRAME_INFO.
10299
32fb0f22
AC
103002003-04-08 Andrew Cagney <cagney@redhat.com>
10301
10302 * gdbint.texinfo (Target Architecture Definition): Delete
10303 PRINT_TYPELESS_INTEGER.
10304
6be67e67
JB
103052003-04-02 J. Brobecker <brobecker@gnat.com>
10306
10307 * observer.texi (GDB Observers): Adjust the documentation for the
10308 normal_stop notification to better describe reality. Fix a couple
10309 of minor typos.
10310
4e35d5f0
BR
103112003-04-02 Bob Rossi <bob_rossi@cox.net>
10312
a9331b3f 10313 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
10314 '-file-list-exec-source-file'
10315
e8a8712a
AC
103162003-03-31 Andrew Cagney <cagney@redhat.com>
10317
10318 * gdbint.texinfo (Target Architecture Definition): Delete
10319 references to CALL_DUMMY_P.
10320
6c0e89ed
AC
103212003-03-30 Andrew Cagney <cagney@redhat.com>
10322
10323 * gdbint.texinfo (Target Architecture Definition): Remove
10324 reference to TARGET_WRITE_SP.
a9331b3f 10325
378bfd1b
AC
103262003-03-27 Andrew Cagney <cagney@redhat.com>
10327
10328 * gdbint.texinfo (Target Architecture Definition): Remove
10329 references to write_sp.
6c0e89ed 10330
922fbb7b
AC
103312003-03-27 Andrew Cagney <cagney@redhat.com>
10332
10333 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
10334 chapter body. Use @smallexample instead of @example.
10335 (Annotations): Ditto.
10336 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
10337 annotate.texi.
10338
b81774d8
AC
103392003-03-26 Andrew Cagney <cagney@redhat.com>
10340
10341 * gdbint.texinfo (Target Architecture Definition): Replace
10342 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
10343 dummy_addr parameters.
10344
1bf6d5cc
AC
103452003-03-25 Andrew Cagney <cagney@redhat.com>
10346
10347 * gdbint.texinfo (Target Architecture Definition): Delete
10348 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
10349 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
10350 Add reference to PUSH_ARGUMENTS.
10351
618ce49f
AC
103522003-03-23 Andrew Cagney <cagney@redhat.com>
10353
10354 * gdbint.texinfo (Algorithms, Target Architecture Definition):
10355 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
10356
bcd7e15f
JB
103572003-03-18 J. Brobecker <brobecker@gnat.com>
10358
10359 * gdbint.texinfo (Algorithms): Add new section describing the
10360 Observer paradigm.
10361 (Top): Add menu entry to new observer appendix.
10362 * observer.texi: New file.
10363 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
10364 new observer.texi file.
10365
9fe8321b
AC
103662003-03-17 Andrew Cagney <cagney@redhat.com>
10367
10368 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
10369 that GNU Press update the manual version number.
10370
ac2adee5
AC
103712003-03-12 Andrew Cagney <cagney@redhat.com>
10372
10373 * gdbint.texinfo (Target Architecture Definition): Delete
10374 references to get_saved_register. Rename GET_SAVED_REGISTER to
10375 DEPRECATED_GET_SAVED_REGISTER.
10376
749b82f6
AC
103772003-03-13 Andrew Cagney <cagney@redhat.com>
10378
10379 * gdbint.texinfo (Target Architecture Definition): Replace
10380 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
10381
8bedc050
AC
103822003-03-12 Andrew Cagney <cagney@redhat.com>
10383
10384 * gdbint.texinfo (Target Architecture Definition): Rename
10385 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 10386
0ce1b118
CV
103872003-03-10 Corinna Vinschen <vinschen@redhat.com>
10388
10389 * gdb.texinfo: Add File-I/O documentation.
10390
12cc2063
AC
103912003-03-10 Andrew Cagney <cagney@redhat.com>
10392
10393 * gdbint.texinfo (Target Architecture Definition): Cross reference
10394 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
10395
7453dc06
AC
103962003-03-07 Andrew Cagney <cagney@redhat.com>
10397
10398 * gdb.texinfo (Debugging Output): Mention the "set/show debug
10399 frame" command.
10400
6314f104
AC
104012003-03-05 Andrew Cagney <cagney@redhat.com>
10402
10403 * gdbint.texinfo (Target Architecture Definition): Document
10404 unwind_dummy_id. Cross reference unwind_dummy_id and
10405 SAVE_DUMMY_FRAME_TOS.
10406
f1212245
DJ
104072003-03-05 James Ingham <jingham@apple.com>
10408 Daniel Jacobowitz <drow@mvista.com>
10409
10410 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
10411 and "show cp-abi".
10412
77e7e267
AC
104132003-03-03 Andrew Cagney <cagney@redhat.com>
10414
10415 * gdbint.texinfo (Target Architecture Definition): Document
10416 register_type.
10417
838a8221
AC
104182003-03-03 Andrew Cagney <cagney@redhat.com>
10419
10420 * stabs.texinfo (Structures): Use @samp and separate @var's
10421 instead of a single @var containing a comma separated list.
10422 (Unions): Ditto.
10423
d7f4a264
DJ
104242003-03-02 Daniel Jacobowitz <drow@mvista.com>
10425
10426 * Makefile.in (distclean): Remove config.log.
10427
f30ee0bc
AC
104282003-03-01 Andrew Cagney <cagney@redhat.com>
10429
10430 * gdbint.texinfo (Target Architecture Definition): Rename
10431 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
10432
104332003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
10434
10435 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
10436 DEPRECATED_INIT_EXTRA_FRAME_INFO.
10437
be448670
CF
104382003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
10439
10440 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
10441 (Non-debug DLL symbols): New node, describing the minimal symbols
10442 loaded from DLLs without real debugging symbols.
10443
501eef12
AC
104442003-02-20 Andrew Cagney <ac131313@redhat.com>
10445
10446 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
10447 hardware-breakpoint-limit".
10448 (Set Watchpoints): Add cross reference to "set remote
10449 hardware-watchpoint-limit".
10450 (Remote configuration options): New section.
10451
21c294e6
AC
104522003-02-04 Andrew Cagney <ac131313@redhat.com>
10453
e9be73e4
AC
10454 * gdbint.texinfo (Target Architecture Definition): Delete
10455 descrption of IS_TRAPPED_INTERNALVAR.
10456
21c294e6
AC
10457 From Keith Seitz <keiths@redhat.com>:
10458 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
10459 option "-i"/"--interpreter" to this chapter. Include index
10460 entries.
10461
0179ffac
DC
104622003-02-04 David Carlton <carlton@math.stanford.edu>
10463
10464 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
10465 (Variables): Recommend stabs+ and DWARF 2.
10466 (C plus plus expressions): Correct info about
10467 compiler versions, debug formats.
10468 (Contributors): Change 'DWARF2' to 'DWARF 2'.
10469 PR symtab/874.
10470
7ca9f392
AC
104712003-02-01 Andrew Cagney <ac131313@redhat.com>
10472
10473 * gdbint.texinfo (Target Architecture Definition): Delete
10474 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
10475 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
10476 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
10477 references to nindy and i960.
10478 * gdb.texinfo (i960): Delete all references to i960 and nindy.
10479
31a85ea2
AC
104802003-02-01 Andrew Cagney <ac131313@redhat.com>
10481
10482 * gdbint.texinfo (Target Architecture Definition): Delete
10483 FLOAT_INFO.
10484
6b894e49
AC
104852003-01-30 Andrew Cagney <ac131313@redhat.com>
10486
10487 * stabs.texinfo (Member Type Descriptor): Clarify description of
10488 `@'. Suggested by Ben Hutchings.
10489
c48861fb
AC
104902003-01-29 Andrew Cagney <ac131313@redhat.com>
10491
10492 * gdb.texinfo (M68K): Delete reference to es1800.
10493
617073a9
AC
104942003-01-29 Andrew Cagney <ac131313@redhat.com>
10495
10496 * gdb.texinfo (Maintenance Commands): Document `maint print
10497 reggroups' and `maint print register-groups'.
10498 * gdbint.texinfo (Target Architecture Definition): Document
10499 register_reggroup_p.
10500
5b5d99cf
JB
105012003-01-23 Jim Blandy <jimb@redhat.com>
10502
10503 * gdb.texinfo (Separate Debug Files): New section.
10504
e7ba9c65
DJ
105052003-01-22 Daniel Jacobowitz <drow@mvista.com>
10506
10507 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
10508 and "maint show profile".
10509
94e91d6d
MC
105102003-01-16 Michael Chastain <mec@shout.net>
10511
10512 * gdb.texinfo (Installing GDB): Warn against
10513 ".../gdb-VERSION/gdb/configure".
10514 (Separate Objdir): Likewise.
10515
867f3898
AC
105162003-01-15 Andrew Cagney <ac131313@redhat.com>
10517
10518 * gdbint.texinfo (Target Architecture Definition): Delete
10519 definition of PRINT_REGISTER_HOOK.
10520
f153cc92
EZ
105212003-01-15 Elena Zannoni <ezannoni@redhat.com>
10522
10523 (OpenRISC 1000): Fix formatting of command names.
10524
c60eb6f1
EZ
105252003-01-15 Elena Zannoni <ezannoni@redhat.com>
10526
10527 * gdb.texinfo (Continuing and Stepping): Add new command
10528 'advance'. Clarify behavior of 'until'.
10529
f5ebfba0
DJ
105302003-01-13 Daniel Jacobowitz <drow@mvista.com>
10531
10532 * gdb.texinfo (Files): Document solib-absolute-prefix and
10533 solib-search-path.
10534
4ce8657e
MC
105352003-01-09 Michael Chastain <mec@shout.net>
10536
10537 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
10538 (Create a Release): Add new instructions for new @file{src-release}.
10539 Document existing instructions for @file{Makefile.in} as
10540 being for @value{GDBN} 5.3.1 or earlier.
10541
372613e3
AC
105422003-01-09 Andrew Cagney <ac131313@redhat.com>
10543
10544 * gdbint.texinfo (Target Architecture Definition): Mention
10545 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
10546 allocate memory.
10547
b4e9345d
DJ
105482003-01-04 Daniel Jacobowitz <drow@mvista.com>
10549
10550 * gdb.texinfo (Controlling GDB): Add @kindex for
10551 "show osabi".
10552 (Backtraces): Add @kindex's for backtrace-below-main.
10553
98b45e30
DJ
105542003-01-04 Daniel Jacobowitz <drow@mvista.com>
10555
10556 * gdb.texinfo (Controlling GDB): Document "set osabi".
10557
95f90d25
DJ
105582003-01-04 Daniel Jacobowitz <drow@mvista.com>
10559
10560 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
10561 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
10562
1e698235
DJ
105632003-01-04 Daniel Jacobowitz <drow@mvista.com>
10564
10565 * gdb.texinfo (Controlling GDB): Add ABI section. Document
10566 "set coerce-float-to-double".
10567 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
10568
e632838e
AC
105692003-01-02 Andrew Cagney <ac131313@redhat.com>
10570
10571 * stabs.texinfo: Remove obsolete text.
10572 * gdbint.texinfo: Ditto.
10573 * gdb.texinfo: Ditto.
10574
701adfb0
PA
105752002-12-29 Kazu Hirata <kazu@cs.umass.edu>
10576
10577 * fdl.texi: Revert the last change.
10578
c133ab7a
MK
105792002-12-22 Mark Kettenis <kettenis@gnu.org>
10580
10581 * gdbint.texinfo (Target Architecture Definition): Update
10582 description of gdbarch_register_osabi.
10583
f821f325
KH
105842002-12-20 Kazu Hirata <kazu@cs.umass.edu>
10585
10586 * agentexpr.texi: Fix typos.
10587 * annotate.texi: Likewise.
10588 * fdl.texi: Likewise.
10589
85a6d8d3 105902002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
10591
10592 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
10593 DEPRECATED_INIT_FRAME_PC.
10594
ae45cd16
AC
105952002-12-01 Andrew Cagney <ac131313@redhat.com>
10596
10597 * gdbint.texinfo (Target Architecture Definition): Delete
10598 PC_IN_CALL_DUMMY.
10599
07555a72
AC
106002002-11-28 Andrew Cagney <ac131313@redhat.com>
10601
10602 * gdbint.texinfo (Host Definition): Delete documentation on
10603 USE_GENERIC_DUMMY_FRAMES.
10604
c166cdc7
EZ
106052002-11-26 Elena Zannoni <ezannoni@redhat.com>
10606
5ae4183a 10607 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
10608 * Makefile.in (install-info): Run the install-info command as part
10609 of the post install steps only.
10610 (uninstall-info): New target.
10611 (uninstall): New target.
10612
35db0260
EZ
106132002-11-22 Elena Zannoni <ezannoni@redhat.com>
10614
10615 * Makefile.in (install): Make install do some real work.
10616
9ba8d803
AC
106172002-11-19 Andrew Cagney <ac131313@redhat.com>
10618
10619 Fix POSIX problem reported by Paul Eggert.
10620 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
10621 Fix PR gdb/527.
10622
903ad3a6
AC
106232002-10-26 Andrew Cagney <cagney@redhat.com>
10624
10625 * gdbint.texinfo (Target Architecture Definition): Delete
10626 definition of DO_REGISTERS_INFO.
10627
f2abfe65
KB
106282002-10-18 Kevin Buettner <kevinb@redhat.com>
10629
10630 * gdbint.texinfo (Address Classes): Fix problems with insertion
10631 of ``{'' and ``}'' in example.
10632
b5b0480a
KB
106332002-10-17 Kevin Buettner <kevinb@redhat.com>
10634
10635 * gdbint.texinfo (Address Classes): New section.
10636 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
10637 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
10638 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
10639 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
10640
c85508ee
KD
106412002-10-11 Klee Dienes <kdienes@apple.com>
10642
10643 * gdb.texinfo (Registers): Mention vector registers as well as
10644 floating registers in the documentation for 'info registers' and
10645 'info all-registers'.
10646
6d12fc3d
DJ
106472002-10-11 Daniel Jacobowitz <drow@mvista.com>
10648
10649 * gdbint.texinfo (CPLUS_MARKER): Remove item.
10650
8d19fbd2
JJ
106512002-10-03 Jeff Johnston <jjohnstn@redhat.com>
10652
10653 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
10654 interface definition.
10655
a37295f9
MM
106562002-10-03 Marko Mlinar <markom@opencores.org>
10657
10658 * gdb.texinfo (Target Commands): Add or1k target specific
10659 commands.
10660 * gdb.texinfo (Contributors): Add myself to the contributors list.
10661
da0f9dcd
AC
106622002-10-01 Andrew Cagney <ac131313@redhat.com>
10663
10664 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
10665 and "mi1" instead of "mi1" and "mi0".
10666
2e834e49
HPN
106672002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
10668
10669 * gdb.texinfo (Packets): Fix typos "alligned".
10670 Correct z3/Z3 description. Correct z4/Z4 title.
10671
050be0dc
AC
106722002-09-27 Andrew Cagney <ac131313@redhat.com>
10673
10674 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
10675
1104b9e7
KB
106762002-09-25 Kevin Buettner <kevinb@redhat.com>
10677
10678 * gdb.texinfo: Use GNU/Linux instead of Linux.
10679
512217c7
AC
106802002-09-25 Andrew Cagney <ac131313@redhat.com>
10681
10682 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
10683
10998722
AC
106842002-09-24 Andrew Cagney <ac131313@redhat.com>
10685
512217c7 10686 * gdb.texinfo: Replace @example with @smallexample.
10998722 10687
a0eb71c5
KB
106882002-09-20 Kevin Buettner <kevinb@redhat.com>
10689
f7dc1244 10690 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
10691 * gdb.texinfo (Character Sets): Use @smallexample instead of
10692 @example. Use GNU/Linux instead of Linux.
10693
106942002-09-20 Jim Blandy <jimb@redhat.com>
10695
10696 * gdb.texinfo: Add character set documentation.
10697
701adfb0
PA
106982002-09-20 George Helffrich <george@gly.bris.ac.uk>
10699
10700 * gdb.texinfo: Document edit command.
10701
2f870471
AC
107022002-09-19 Andrew Cagney <ac131313@redhat.com>
10703
10704 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
10705 (Packets): Add cross reference from `b' packet to `z' packets.
10706
790eb8f5
AC
107072002-09-19 Andrew Cagney <ac131313@redhat.com>
10708
8d30a00d
AC
10709 * gdb.texinfo (Maintenance Commands): Document ``maint
10710 internal-error'' and ``maint internal-warning''.
10711
790eb8f5
AC
10712 * gdbint.texinfo (Target Architecture Definition): Revise
10713 description of STACK_ALIGN. Add description of FRAME_ALIGN.
10714
a23a7bf1
JB
107152002-09-19 Joel Brobecker <brobecker@gnat.com>
10716
10717 * gdbint.texinfo (Target Conditionals): Document the new
10718 NAME_OF_MALLOC macro.
10719
299ffc64
AC
107202002-09-05 Andrew Cagney <ac131313@redhat.com>
10721
10722 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
10723 engineer.
10724
b7bb15bc
SC
107252002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10726
10727 * gdb.texinfo (TUI Overview): Document status line fields.
10728
3d757584
SC
107292002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10730
10731 * gdb.texinfo (TUI Commands): Document info win command.
10732
269c21fe
SC
107332002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10734
10735 * gdb.texinfo (TUI Overview): Document breakpoint markers.
10736
7cf36c78
SC
107372002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10738
10739 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
10740 (TUI Keys): Likewise.
10741
d2c6833e
AC
107422002-08-25 Andrew Cagney <ac131313@redhat.com>
10743
10744 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
10745 for a packet receive.
10746
46d8b1c3
AC
107472002-08-25 Andrew Cagney <ac131313@redhat.com>
10748
10749 * Makefile.in (clean): Move to end of file.
10750 (distclean, maintainer-clean, realclean): Ditto.
10751 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
10752 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
10753 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
10754 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
10755
b0787093
AC
107562002-08-24 Andrew Cagney <ac131313@redhat.com>
10757
10758 * Makefile.in (GDBINT_TEX_TMPS): Define.
10759 (gdbint.dvi, gdbint.pdf): Use
10760 (GDB_TEX_TMPS): Define.
10761 (gdb.dvi, gdb.pdf): Use.
10762 (STABS_TEX_TMPS): Define.
10763 (stabs.dvi, stabs.pdf): Use.
10764 (GDB_DOC_SOURCE_INCLUDES): New macros.
10765 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
10766 (GDBINT_DOC_FILES_INCLUDES): New macros.
10767 (GDBINT_DOC_BUILD_INCLUDES): New macros.
10768 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
10769 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
10770 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
10771 (links2roff): Replace SFILES_INCLUDED with
10772 GDB_DOC_SOURCE_INCLUDES.
10773 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
10774 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
10775 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
10776 dependencies.
10777 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
10778 dependencies.
10779 (gdbmi.texinfo): Delete rule.
10780 (inc-hist.texinfo): Delete rule.
10781 (rluser.texinfo): Delete rule.
10782
ebba8386
AC
107832002-08-23 Andrew Cagney <cagney@redhat.com>
10784
10785 * gdbint.texinfo (Target Architecture Definition): Update
10786 STORE_RETURN_VALUE, mention regcache.
10787
0ab7a791
AC
107882002-08-21 Andrew Cagney <ac131313@redhat.com>
10789
10790 * gdbint.texinfo (Target Architecture Definition): Document
10791 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
10792
ee2d5c50
AC
107932002-08-19 Andrew Cagney <ac131313@redhat.com>
10794
10795 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
10796 Fix minor typos. Add index entries.
10797
53c69bd7
AC
107982002-08-18 Andrew Cagney <ac131313@redhat.com>
10799
10800 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
10801
e76f1f2e
AC
108022002-08-15 Andrew Cagney <ac131313@redhat.com>
10803
10804 * gdbint.texinfo (Target Architecture Definition): Document
10805 PRINT_VECTOR_INFO.
10806 * gdb.texinfo (Vector Unit): Document "info vectors" command.
10807
0680b120
AC
108082002-08-13 Andrew Cagney <ac131313@redhat.com>
10809
10810 * gdb.texinfo (Maintenance Commands): Document "maint print
10811 registers", "maint print raw-registers" and "maint print
10812 cooked-registers".
10813
3c3bea1c
GS
108142002-08-08 Grace Sainsbury <graces@redhat.com>
10815
a9331b3f 10816 From Mark Salter:
3c3bea1c
GS
10817 * gdb.texinfo (Protocol): Document T packet extension to
10818 allow watchpoint address reporting.
10819
42f9b0a5
AC
108202002-08-03 Andrew Cagney <ac131313@redhat.com>
10821
10822 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
10823
db034ac5
AC
108242002-08-01 Andrew Cagney <cagney@redhat.com>
10825
10826 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
10827 to CHILL.
10828
e2b28d04
AC
108292002-08-01 Andrew Cagney <ac131313@redhat.com>
10830
10831 * gdbint.texinfo (Coding): Revise section "Include Files".
10832
7fb623f7
AC
108332002-07-24 Andrew Cagney <cagney@redhat.com>
10834
10835 * gdbint.texinfo: Obsolete references to m88k.
10836 * gdb.texinfo: Ditto.
10837
4a2b4636
JB
108382002-07-10 Joel Brobecker <brobecker@gnat.com>
10839
7fb623f7 10840 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
10841 where the proper version of autoconf can be retrieved.
10842
a71ec265
DH
108432002-07-09 Don Howard <dhoward@redhat.com>
10844
10845 * gdb.texinfo (Command Files): Further describe the behavior of
10846 sourced command files.
10847
b9aa90c9
AC
108482002-06-27 Andrew Cagney <ac131313@redhat.com>
10849
10850 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
10851 (Coding): Clarify ISO C version that GDB assumes.
10852
40dd2248
TT
108532002-06-26 Tom Tromey <tromey@redhat.com>
10854
10855 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
10856 add_setshow_cmd_full.
10857
bfac230e
DH
108582002-06-25 Don Howard <dhoward@redhat.com>
10859
10860 * gdb.texinfo (Memory Region Attributes): Document new behavior
10861 for 'mem' command.
10862
475b0867
JB
108632002-06-11 Jim Blandy <jimb@redhat.com>
10864
919d772c
JB
10865 * gdb.texinfo (Symbols): Update documentation for `info source'
10866 command.
10867
475b0867
JB
10868 * gdb.texinfo (Macros): Call the command `info macro', not
10869 `show macro'.
10870
ba8c9337
AC
108712002-06-09 Andrew Cagney <ac131313@redhat.com>
10872
10873 * gdbint.texinfo (Coding): Add section ``Per-architecture module
10874 data''.
10875
1029b7fa
MK
108762002-06-09 Mark Kettenis <kettenis@gnu.org>
10877
10878 * gdbint.texinfo (Target Architecture Definition): Document
10879 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
10880
16737d73
AC
108812002-06-08 Andrew Cagney <ac131313@redhat.com>
10882
10883 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
10884 lists.
10885
30107679
AC
108862002-06-08 Andrew Cagney <ac131313@redhat.com>
10887
10888 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
10889 Branch''.
10890
3352e23e
AC
108912002-06-01 Andrew Cagney <ac131313@redhat.com>
10892
10893 * gdbint.texinfo (Target Architecture Definition): Add section
10894 ``Converting an existing Target Architecture to Multi-arch''.
10895
cbb09e6a
AC
108962002-05-30 Andrew Cagney <ac131313@redhat.com>
10897
10898 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
10899 to ``Obsoleting code''. Revise.
10900
701adfb0
PA
109012002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
10902
10903 * gdbint.texinfo: Document new generic OS ABI framework.
10904
e2e0bcd1
JB
109052002-05-17 Jim Blandy <jimb@redhat.com>
10906
10907 * gdb.texinfo (C Preprocessor Macros): New chapter.
10908 Include it in the main menu.
10909 (Contributors): Credit Jim Blandy with macro support.
10910 (Compilation): Explain how to get macro information into the
10911 executable.
10912 (Expressions): Note that preprocessor macros are expanded.
10913
9db8d71f
DJ
109142002-05-14 Daniel Jacobowitz <drow@mvista.com>
10915
10916 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
10917 options for `target remote'.
10918
6d531722
AC
109192002-05-13 Andrew Cagney <ac131313@redhat.com>
10920
10921 * gdbint.texinfo (Target Architecture Definition): Delete
10922 documentation on NNPC_REGNUM.
10923
13d01224
AC
109242002-05-11 Andrew Cagney <ac131313@redhat.com>
10925
10926 * gdbint.texinfo (Target Architecture Definition): Document
10927 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
10928 (Target Architecture Definition): Revise section `Using Different
10929 Register and Memory Data Representations'. Add section `Raw and
10930 Virtual Register Representations'.
10931
b2e75d78
AC
109322002-05-11 Andrew Cagney <ac131313@redhat.com>
10933
10934 * gdbint.texinfo (Target Architecture Definition): Mention
10935 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
10936 (Target Architecture Definition): Mention same. Add references to
10937 web pages.
10938
2c8682ee
MS
109392002-05-08 Michael Snyder <msnyder@redhat.com>
10940
10941 * stabs.texinfo (Attributes): Document new "vector" attribute.
10942
0816590b
AC
109432002-05-04 Andrew Cagney <ac131313@redhat.com>
10944
10945 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
10946
2653173e
AC
109472002-05-04 Andrew Cagney <ac131313@redhat.com>
10948
10949 * gdb.texinfo: Delete obsolete references to a29k.
10950
d7bd68ca
AC
109512002-04-24 Andrew Cagney <ac131313@redhat.com>
10952
10953 * gdbint.texinfo (Target Architecture Definition): Replace
10954 IN_SIGTRAMP with PC_IN_SIGTRAMP.
10955
21d83aa5
DM
109562002-04-24 David S. Miller <davem@redhat.com>
10957
10958 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
10959
7673a6cc
DM
109602002-04-21 David S. Miller <davem@redhat.com>
10961
10962 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
10963
d49d1e0a
AC
109642002-04-21 Andrew Cagney <ac131313@redhat.com>
10965
10966 * gdbint.texinfo (Target Architecture Definition): Delete
10967 definition of HAVE_REGISTER_WINDOWS.
10968
f7dc1244 109692002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
10970
10971 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
10972 "Theodore A. Roth" <troth@verinet.com>.
10973
5ca0cb28
DH
109742002-04-15 Don Howard <dhoward@redhat.com>
10975
f7dc1244 10976 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 10977 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 10978 Provide a better explaination of this feature.
5ca0cb28 10979
f208ba17
AC
109802002-04-14 Andrew Cagney <ac131313@redhat.com>
10981
10982 * gdbint.texinfo (Target Architecture Definition): Remove
10983 FRAME_CHAIN_COMBINE.
10984
d5ba91de
MC
109852002-04-12 Michael Chastain <mec@shout.net>
10986
10987 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
10988 REG_STACK_SEGMENT.
10989
26818220
MC
109902002-04-09 Michael Chastain <mec@shout.net>
10991
10992 * gdbint.texinfo (Obsolete Conditionals): Remove references to
10993 PYRAMID_* macros.
10994
129188f6
AC
109952002-04-07 Andrew Cagney <ac131313@redhat.com>
10996
10997 * gdb.texinfo (Bug Reporting): Document that the web is the
10998 prefered way of submitting bug reports.
10999 (Bug Reporting): Delete the s-mail address as the last resort.
11000
8227c0ff
AC
110012002-04-05 Andrew Cagney <ac131313@redhat.com>
11002
11003 * gdbint.texinfo (Target Architecture Definition): Delete
11004 references to TARGET_WRITE_FP and write_fp.
11005
16d9dec6
MS
110062002-03-27 Michael Snyder <msnyder@redhat.com>
11007
11008 * gdb.texinfo: Document new commands dump, append, and restore.
11009
9ae8b82c
AC
110102002-03-27 Andrew Cagney <ac131313@redhat.com>
11011
11012 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
11013 Branch'.
11014
474c8240
AC
110152002-03-18 Andrew Cagney <ac131313@redhat.com>
11016
11017 * gdb.texinfo: Change all examples to @smallexample.
11018 * gdbint.texinfo: Ditto.
a9331b3f 11019
fb0ff88f
AC
110202002-03-18 Andrew Cagney <ac131313@redhat.com>
11021
11022 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
11023 Branches''.
11024
9bb0a4d8
AC
110252002-03-18 Andrew Cagney <ac131313@redhat.com>
11026
11027 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
11028 Policy''.
11029
937f164b
FF
110302002-03-04 Fred Fish <fnf@redhat.com>
11031
11032 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
11033 expresson, suports, dependant, trhe, perhaphs, situtations,
11034 explictily, taged, oportunity, unfortunatly).
11035
a7b40f07
AC
110362002-02-24 Andrew Cagney <ac131313@redhat.com>
11037
11038 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
11039 Remove reference to 3.12.
11040
701adfb0
PA
110412002-02-23 Paul Eggert <eggert@twinsun.com>
11042
11043 * Makefile.in (GDBvn.texi): Change "head -1" to "sed q", since
11044 POSIX 1003.1-2001 no longer allows "head -1".
11045
aab4e0ec
AC
110462002-02-23 Andrew Cagney <ac131313@redhat.com>
11047
11048 * gdbint.texinfo: Include fdl.texi.
11049 (Top): Add GNU Free Documentation License.
11050 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
11051 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
11052 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
11053 (gdbint.info): Add srcdir to include path.
11054 * gdb.texinfo: Include gpl.texi.
11055 (Top): Add Copying.
11056 * gpl.texi: New file.
11057
47b95330
AC
110582002-02-23 Andrew Cagney <ac131313@redhat.com>
11059
11060 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
11061
78c47bea
PM
110622002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
11063
11064 * gdb.texinfo: Document Cygwin native specific commands.
11065
56460a61
DJ
110662002-02-15 Daniel Jacobowitz <drow@mvista.com>
11067
11068 * gdb.texinfo: Document gdbserver ``--attach'' command.
11069
def71bfa
MS
110702002-02-07 Michael Snyder <msnyder@redhat.com>
11071
11072 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
11073 to @code(_ovly_debug_event).
11074
c928edc0
AC
110752002-02-07 Andrew Cagney <ac131313@redhat.com>
11076
11077 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
11078
81d46470
MS
110792002-02-06 Michael Snyder <msnyder@redhat.com>
11080
11081 * gdb.texinfo (overlays): Mention new magic symbol
11082 '_ovly_debug_event', which allows GDB to keep better track
11083 of overlays.
11084
701adfb0
PA
110852002-02-06 Richard Earnshaw <rearnsha@arm.com>
11086
11087 * gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11088 (PRINT_FLOAT_INFO): Document it.
11089
f7dc1244 110902002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
11091
11092 * gdb.texinfo (Memory Region Attributes): Fix the wording.
11093 Suggested by Dmitry Sivachenko.
11094
11095 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
11096
15110bc3
MS
110972002-02-01 Michael Snyder <msnyder@redhat.com>
11098
11099 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
11100
6763aef9
MS
111012002-01-30 Michael Snyder <msnyder@redhat.com>
11102
ac282366
MS
11103 * gdb.texinfo: (remote protocol): Gramatical fix-up.
11104 (set trust-readonly-sections): Document.
6763aef9 11105
8642bc8f
AC
111062002-01-29 Andrew Cagney <ac131313@redhat.com>
11107
11108 * gdbint.texinfo (Releasing GDB): Revise and update.
11109
afe64c1a
AC
111102002-01-28 Andrew Cagney <ac131313@redhat.com>
11111
11112 * gdbint.texinfo (Target Architecture Definition): Delete
11113 description of TARGET_BYTE_ORDER_DEFAULT.
11114
f7dc1244 111152002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
11116
11117 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
11118 <mitya@cavia.pp.ru>.
11119
3d6e1b5a
AC
111202002-01-23 Andrew Cagney <ac131313@redhat.com>
11121
11122 * libgdb.texinfo: Delete file.
11123
6c0e9fb3
AC
111242002-01-22 Andrew Cagney <ac131313@redhat.com>
11125
11126 * gdb.texinfo: Remove makeinfo 3.12 hacks.
11127 * gdbint.texinfo: Ditto.
11128
e0ce93ac
AC
11129Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
11130
11131 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
11132
be298bcc
AC
111332002-01-22 Andrew Cagney <ac131313@redhat.com>
11134
11135 * Makefile.in: Update copyright.
11136 (TEXI2DVI): Define.
11137 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
11138 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
11139 gdb-cfg.texi.
11140 (TEXINDEX, PDFTEX): Delete makefile variables.
11141
8e04817f
AC
111422002-01-22 Andrew Cagney <ac131313@redhat.com>
11143
11144 * gdb.texinfo (Protocol): Move section to appendix.
11145
6b2f586d
AC
111462002-01-21 Andrew Cagney <ac131313@redhat.com>
11147
11148 * gdb.texinfo (Remote Debugging): Create a menu.
11149 (Top): Add ``Remote Debugging'' to menu.
11150
6f05cf9f
AC
111512002-01-21 Andrew Cagney <ac131313@redhat.com>
11152
11153 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
11154 serial protocol'' from here.
11155 (Remote Debugging): To here. New chapter.
11156
3fd3d7d2
AC
111572002-01-20 Andrew Cagney <ac131313@redhat.com>
11158
11159 * gdbint.texinfo (Target Architecture Definition): Delete
11160 description of TARGET_BYTE_ORDER_SELECTABLE_P.
11161
7fd60527
AC
111622002-01-20 Andrew Cagney <ac131313@redhat.com>
11163
11164 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
11165 are no longer needed.
11166 (Porting GDB): Add maintainer note about configure.host.
11167
c2f05ac9
AC
111682002-01-20 Andrew Cagney <ac131313@redhat.com>
11169
11170 * gdbint.texinfo (Target Architecture Definition): Remove
11171 definition of IEEE_FLOAT.
11172
f7dc1244 111732002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
11174
11175 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
11176 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
11177 <3diff@gnu.org>
231b2aad 11178
82600034
AC
111792002-01-19 Andrew Cagney <ac131313@redhat.com>
11180
11181 * gdbint.texinfo (Host Definition): Remove references to
11182 MALLOC_INCOMPATIBLE.
11183
7708fa01
AC
111842002-01-17 Andrew Cagney <ac131313@redhat.com>
11185
11186 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
11187 and xyz-xdep.o.
11188
eb12ee30
AC
111892002-01-17 Andrew Cagney <ac131313@redhat.com>
11190
889bf7c5 11191 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
11192 (Set Breaks): Copy ``maint info breakpoint'' doco to
11193 ``Maintenance Commands'' appendix. Add reference.
11194
c9ccaa92
AC
111952002-01-17 Andrew Cagney <ac131313@redhat.com>
11196
11197 * fdl.texi: Remove next/prev from @node.
11198
f7dc1244 111992002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
11200
11201 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
11202 for monstrous @multitable (from Brian Youmans).
11203
11204 * fdl.texi: New file.
11205
11206 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
11207
8973da3a
AC
112082002-01-15 Andrew Cagney <ac131313@redhat.com>
11209
11210 * gdbint.texinfo (Releasing GDB): New chapter.
11211
7d86b5d5
AC
112122002-01-14 Andrew Cagney <ac131313@redhat.com>
11213
11214 * gdb.texinfo (Embedded Processors, Calling program functions):
11215 Obsolete references to a29k.
11216
cc1cb004
AC
112172002-01-13 Andrew Cagney <ac131313@redhat.com>
11218
11219 * gdbint.texinfo (Coding): Review Cleanups section. Examples
11220 examples. Document that a code-block should do or discard its
11221 cleanups before exit.
11222
79f12247
MS
112232002-01-11 Michael Snyder <msnyder@redhat.com>
11224
11225 * gdb.texinfo (Choosing files): Change @samp to @file.
11226
19837790
MS
112272002-01-05 Michael Snyder <msnyder@redhat.com>
11228
11229 * gdb.texinfo (--pid): Document new command line option (attach).
11230
f7dc1244 112312002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
11232
11233 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
11234 in the stub.
11235
d7449b42
AC
112362002-01-04 Andrew Cagney <ac131313@redhat.com>
11237
11238 * gdbint.texinfo (Target Architecture Definition): Replace
11239 BIG_ENDIAN with BFD_ENDIAN_BIG.
11240
f23631e4
AC
112412002-01-03 Andrew Cagney <ac131313@redhat.com>
11242
11243 * gdbint.texinfo (Target Architecture Definition): Replace
11244 value_ptr with struct value pointer.
11245
72c9928d
EZ
112462002-01-02 Eli Zaretskii <eliz@gnu.org>
11247
11248 * gdb.texinfo (Free Software): Fix wording.
11249
959acfd1
EZ
112502001-12-31 Eli Zaretskii <eliz@gnu.org>
11251
11252 * gdb.texinfo (Free Software): New section ``Free Software Needs
11253 Free Documentation''.
11254
f7dc1244 112552001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
11256
11257 * stabs.texinfo:
11258 * gdb.texinfo:
11259 * gdbint.texinfo:
11260 * libgdb.texinfo:
11261 * annotate.texi: Fix the application of GFDL in the Copyright notice.
11262
6600abed
MS
112632001-12-29 Michael Snyder <msnyder@redhat.com>
11264
11265 * gdb.texinfo (maint info sections): Fix typo.
11266
f6680716
MS
112672001-12-26 Michael Snyder <msnyder@redhat.com>
11268
fe95c787
MS
11269 * gdb.texinfo (maint info sections): Document.
11270
a9331b3f 11271 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
11272 'info proc' sub-options that are currently not implemented.
11273
c3d3ce5b
JB
112742001-12-20 Jim Blandy <jimb@redhat.com>
11275
11276 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
11277
778eb05e
AC
112782001-12-15 Andrew Cagney <ac131313@redhat.com>
11279
11280 * gdbint.texinfo (Target Architecture Definition): Replace
11281 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
11282
2607059c
AC
112832001-12-01 Andrew Cagney <ac131313@redhat.com>
11284
11285 * gdbint.texinfo (Host Definition): Delete documentation on
11286 HOST_BYTE_ORDER.
11287
df0cd8c5
JB
112882001-11-30 Jim Blandy <jimb@redhat.com>
11289
11290 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 11291 overlay support. Add to top-level menu.
df0cd8c5 11292
88118b3a
TT
112932001-11-26 Tom Tromey <tromey@redhat.com>
11294
11295 * gdb.texinfo (Command Syntax): Document C-o binding.
11296
96565e91
CF
112972001-07-26 Christopher Faylor <cgf@redhat.com>
11298
11299 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
11300 use since it is described in the referenced section.
11301
f7dc1244 11302 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
11303 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
11304 clearer when using DJGPP.
11305
2a3d5645
CF
113062001-11-24 Christopher Faylor <cgf@redhat.com>
11307
11308 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
11309 specifically refer to MS-DOS.
11310 (command files): Mention gdb.ini is only used on MS-DOS.
11311
aa26fa3a
TT
113122001-11-21 Tom Tromey <tromey@redhat.com>
11313
11314 * gdb.texinfo (Invoking GDB): Document --args.
11315 (Mode Options): Likewise.
11316
4f8ada06
JB
113172001-11-21 Jim Blandy <jimb@redhat.com>
11318
11319 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
11320 Delete documentation; this macro has been removed from the
11321 sources.
4f8ada06 11322
3fe0dc10
JB
113232001-11-13 Jim Blandy <jimb@redhat.com>
11324
11325 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
11326
9e5abb06
CV
113272001-11-06 Corinna Vinschen <vinschen@redhat.com>
11328
11329 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
11330
1c5dfdad
MS
113312001-11-05 Michael Snyder <msnyder@redhat.com>
11332
a9331b3f 11333 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
11334 quote regexp chars in function names such as "operator*()".
11335
990f9fe3
FF
113362001-11-01 Fred Fish <fnf@redhat.com>
11337
11338 * gdbint.texinfo (SOLIB_ADD): Document additional new
11339 "readsyms" arg.
11340
b433d00b
DH
113412001-10-30 Don Howard <dhoward@redhat.com>
11342
070b1dd3
DH
11343 * gdb.texinfo: (Command Files) Added documentation for the
11344 behavior of gdb with input redirected from a file.
b433d00b 11345
b7209cb4
FF
113462001-10-28 Fred Fish <fnf@redhat.com>
11347
11348 * gdb.texinfo (auto-solib-add): Change docs to match
11349 implementation change.
11350 (auto-solib-limit): Add docs for new variable.
11351
1aa20aa8
AC
113522001-10-15 Andrew Cagney <ac131313@redhat.com>
11353
11354 * gdbint.texinfo (Target Architecture Definition): Function
11355 value_as_pointer renamed to value_as_address.
11356
fc0c74b1
AC
113572001-10-15 Andrew Cagney <ac131313@redhat.com>
11358
11359 * gdbint.texinfo (Target Architecture Definition): Default
11360 POINTER_TO_ADDRESS functions assume unsigned addresses.
11361 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
11362 posting by Jim Blandy.
11363
f4846649
JB
113642001-10-12 Jim Blandy <jimb@redhat.com>
11365
11366 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
11367 version of texi2html (1.64) doesn't support this flag any more.
11368
f277788b
MK
113692001-09-08 Mark Kettenis <kettenis@gnu.org>
11370
a9dc4918
MK
11371 * gdbint.texinfo (Host Definition): Remove description of
11372 MEM_FNS_DECLARED.
11373
d28379df
MK
11374 * gdbint.texinfo (Host Definition): Remove description of R_OK.
11375
f277788b
MK
11376 * gdbint.texinfo (Host Definition): Remove description of
11377 HAVE_SIGSETMASK.
11378
7ccaa899
EZ
113792001-09-04 Elena Zannoni <ezannoni@redhat.com>
11380
11381 * gdbint.texinfo (Target Architecture Definition): Add
11382 explanation of TARGET_PRINT_INSN macro.
11383
17d9d558
JB
113842001-08-30 Jim Blandy <jimb@redhat.com>
11385
11386 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
11387 Explain what it means to load relocatable files.
11388
72cde065
JB
113892001-08-28 Jim Blandy <jimb@redhat.com>
11390
11391 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
11392 info `top' menu.
11393
9e678452
CF
11394Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
11395
11396 * gdbint.texinfo: Add a cautionary note about macro use.
11397
a2bea4c3 113982001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 11399
a2bea4c3
CV
11400 * gdb.texinfo: Explain omitting the hostname in the
11401 `target remote' command.
11402
1129bf27
DJ
114032001-07-30 Daniel Jacobowitz <drow@mvista.com>
11404
11405 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
11406 and END-INFO-DIR-ENTRY.
11407
732b3002
SC
114082001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11409
11410 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
11411
89437448
AC
114122001-07-25 Andrew Cagney <ac131313@redhat.com>
11413
11414 * gdbint.texinfo (libgdb): Rewrite.
11415
f7dc1244 114162001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
11417
11418 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
11419
c4555f82
SC
114202001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11421
11422 * gdb.texinfo (TUI): New chapter, document the TUI.
11423 (Mode Options): Document the -tui option.
11424
2f45a6e0
MK
114252001-07-23 Mark Kettenis <kettenis@gnu.org>
11426
11427 * gdbint.texinfo (Host Definition): Remove description of
11428 NEED_POSIX_SETPGID.
11429
f7dc1244 114302001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
11431
11432 * gdb.tex (DJGPP Native): New node, with descriptions of
11433 DJGPP-specific commands.
11434
be9c6c35
JM
114352001-07-19 John R. Moore <jmoore@redhat.com>
11436
11437 * gdbint.texinfo: Three misspellings.
11438
dfa249fb
AC
114392001-07-06 Andrew Cagney <ac131313@redhat.com>
11440
11441 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
11442 `test` expressions on bash. Problem reported by Colin Walters.
11443
c72e7388
AC
114442001-07-04 Andrew Cagney <ac131313@redhat.com>
11445
11446 * gdbint.texinfo (User Interface): Update ui-out documentation to
11447 refelect recent UI/MI updates.
11448
94bbb2c0
AC
114492001-07-04 Andrew Cagney <ac131313@redhat.com>
11450
11451 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
11452 interpreters.
11453
af6c57ea
AC
114542001-06-15 Andrew Cagney <ac131313@redhat.com>
11455
11456 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
11457 structure and not macros.
11458 (Host Definition): Document that much of this chapter is obsolete.
11459 (Target Architecture Definition): Update list of files that make
11460 up a target architecture.
11461 (Coding): Update.
11462
83aa8bc6
AC
114632001-06-28 Andrew Cagney <ac131313@redhat.com>
11464
11465 * gdbint.texinfo (Target Architecture Definition): Update
11466 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
11467 The latter has been changed to a true predicate.
11468
f7dc1244 114692001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
11470
11471 * annotate.texi: Add @noindent where needed. From Dmitry
11472 Sivachenko <dima@Chg.RU>.
11473 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
11474
656db9b0
AC
114752001-06-16 Andrew Cagney <ac131313@redhat.com>
11476
11477 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
11478
df2396a1
AC
114792001-06-14 Andrew Cagney <ac131313@redhat.com>
11480
11481 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
11482 returns ``OK''. Document that the ``R'' packet does not reply.
11483
0f1f2b0a
MS
114842001-06-13 Michael Snyder <msnyder@redhat.com>
11485
11486 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
11487
f7dc1244 114882001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
11489
11490 * gdb.texinfo (Signals): Clarify the default setting of signal
11491 handling.
11492
a5d7c491
AC
114932001-05-14 Andrew Cagney <ac131313@redhat.com>
11494
11495 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
11496 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
11497
05a54c4f
AC
114982001-05-12 Andrew Cagney <ac131313@redhat.com>
11499
11500 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
11501
f7dc1244 115022001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
11503
11504 * gdbint.texinfo (Clean Design and Portable Implementation):
11505 Renamed from "Clean Design".
11506 (Clean Design and Portable Implementation): Document portable
11507 methods of handling file names, and the associated macros.
11508
f7dc1244 115092001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
11510
11511 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
11512 command and provide a cross-reference to its description.
11513 (Symbols): Note that "info scope" is useful for trace experiments.
11514
f7dc1244 115152001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 11516
b37052ae
EZ
11517 * gdb.texinfo (Symbols): Document "info scope".
11518 (Tracepoints): New chapter.
11519 (Contributors): Update for v5.1.
11520 <All nodes>: Change "C++" to "C@t{++}".
11521
0ee54786
EZ
11522 * gdbint.texinfo (User Interface): A new section about ui_out
11523 functions, based on text written by Fernando Nasser.
11524
c534679c
EZ
11525 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
11526
f7dc1244 115272001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 11528
e9c75b65
EZ
11529 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
11530
11531 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
11532
11533 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
11534 Replace "GDB" with "@value{GDBN}". Fix markup.
11535
11536 * annotate.texi: Change Permissions to GFDL. Update Copyright.
11537
3d67e040
EZ
11538 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
11539 a cross-reference to its description.
11540 (Symbols): Document "info symbol".
11541
f7dc1244 115422001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
11543
11544 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
11545 subsection "x86 Watchpoints".
11546 (Target Architecture Definition): Document the macros
11547 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
11548 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
11549
b0ed3589
AC
115502001-03-20 Andrew Cagney <ac131313@redhat.com>
11551
11552 * gdbint.texinfo (Target Architecture Definition): Update
11553 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
11554 list.
11555
b6ba6518
KB
115562001-03-06 Kevin Buettner <kevinb@redhat.com>
11557
11558 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
11559 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
11560
f7dc1244 115612001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
11562
11563 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
11564
f7dc1244 115652001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 11566
17cc6a06
EZ
11567 * gdb.texinfo (Environment): Document that `path' does not change
11568 the value of PATH in GDB's own environment (it did in the past,
11569 but that was changed on March 15, 1994). Reported by Doug Evans
11570 <dje@transmeta.com>.
11571
56caf160
EZ
11572 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
11573 its line. Fix markup of commands and macros. Add an Index node
11574 and index entries.
11575
29e57380
C
115762001-01-23 J.T. Conklin <jtc@redback.com>
11577
11578 * gdb.texinfo (Memory region attributes): New manual section.
11579
1c6147de
ND
115802001-01-04 Nicholas Duffek <nsd@redhat.com>
11581
11582 * gdbint.texinfo (POP_FRAME): Document use by return_command.
11583
f7dc1244 115842000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
11585
11586 * refcard.tex: Version and copyright fixed. From Phil Edwards
11587 <pedwards@disaster.jaj.com>.
11588
0dcedd82
AC
11589Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
11590
11591 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 11592 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 11593
3b851bce
AC
11594Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
11595
11596 * gdbint.texinfo (Coding): Update current value of
889bf7c5 11597 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 11598
f7dc1244 115992000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
11600
11601 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
11602 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
11603
b90a5f51
CF
116042000-11-10 Christopher Faylor <cgf@cygnus.com>
11605
11606 * gdb.texinfo: Document new 'set step-mode' command.
11607
f7dc1244 116082000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
11609
11610 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
11611 changes from Dmitry Sivachenko <dima@Chg.RU>.
11612
f7dc1244 116132000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
11614
11615 * gdb.texinfo (Hooks): Document the new post-hook functionality.
11616 From Steven Johnson <sbjohnson@ozemail.com.au>.
11617
2e685b93
MK
116182000-08-10 Mark Kettenis <kettenis@gnu.org>
11619
11620 * gdbint.texinfo (Overall Structure): Spelling fix.
11621
f7dc1244 116222000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
11623
11624 * gdbint.texinfo (Target Architecture Definition): Document that
11625 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
11626 for which REGISTER_CONVERTIBLE returns a zero value.
11627
63ac3005
EZ
116282000-07-08 Christopher Faylor <cgf@cygnus.com>
11629
11630 * Makefile.in (install-info): Find files to install in either the
11631 build or source directories (adapted from Makefile.am).
11632
bd79f757
ND
116332000-07-07 Nicholas Duffek <nsd@redhat.com>
11634
11635 * stabs.texinfo: Fix spelling errors.
11636 (String Field): FILE-NUMBER starts from 0, not 1.
11637
f7dc1244 116382000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
11639
11640 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 11641 Brian Youmans.
5f208f6d 11642
f7dc1244 116432000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
11644
11645 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
11646 the source directory. Reported by Mark Harig
11647 <markh@frazier.landmark.com>.
cc542d3b 11648
f3b28801
C
116492000-06-20 J.T. Conklin <jtc@redback.com>
11650
11651 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
11652
449f3b6c
AC
11653Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
11654
11655 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 11656 Generate using pdftex.
449f3b6c 11657 (PDFTEX): Define.
889bf7c5 11658 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 11659 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 11660 @contents at the start.
449f3b6c 11661
f7dc1244 116622000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
11663
11664 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 11665 Youmans.
48e934c6 11666
9e9c5ae7
AC
11667Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
11668
11669 From Brian Youmans:
11670 * gdb.texinfo: Fix ``et al.''.
11671
c741b251
AC
11672Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
11673
11674 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 11675 loop.
c741b251 11676
4ab64e14
JG
116772000-05-19 Jimmy Guo <guo@cup.hp.com>
11678
11679 * configure: Regenerate.
11680
f7dc1244 116812000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
11682
11683 * Makefile.in (install-info): Run install-info on installed Info
11684 files.
11685
8c70017b
AC
11686Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11687
a7cb598a 11688 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 11689 Andrew Cagney.
8c70017b 11690
f7dc1244 116912000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
11692
11693 * gdb.texinfo: Proofreading changes from Brian Youmans.
11694
bf0184be
ND
116952000-05-01 Nick Duffek <nsd@cygnus.com>
11696
11697 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
11698 startup sequence, minor edits.
11699
f7dc1244 117002000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
11701
11702 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
11703 TeX.
11704
11705 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
11706 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
11707 like `n' and `s' which look weird. Convert some of the @kindex to
11708 @vindex, when they refer to variables, not commands.
11709
33e16fad
AC
11710Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11711
11712 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
11713
f7dc1244 117142000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
11715
11716 * Makefile.in (GDBMI_DIR): New variable.
11717 (SET_TEXINPUTS): Add $(GDBMI_DIR).
11718 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
11719 (gdbmi.texinfo): New target, for texi2roff.
11720 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
11721 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
11722
11723 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
11724 gdbmi.texinfo.
11725 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
11726 comment.
11727
d167840f
EZ
117282000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11729
11730 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 11731 command.
d167840f 11732
f7dc1244 117332000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
11734
11735 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
11736 prevents the build (and is generally a Bad Idea).
11737
f7dc1244 117382000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
11739
11740 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
11741 a comma inside @var.
11742 (Command Files): Index markup changes from Dmitry Sivachenko
11743 <dima@Chg.RU>.
11744
f7dc1244 117452000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
11746
11747 * Makefile.in (LN_S): Define.
11748 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
11749 invoke "ln -s" unless it is known to work.
11750
11751 * configure.in (AC_PROG_LN_S): Add.
11752
8dc7983f
JB
117532000-04-14 Jim Blandy <jimb@redhat.com>
11754
11755 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
11756 section.
11757 (Target Conditionals): Document ADDRESS_TO_POINTER,
11758 POINTER_TO_ADDRESS.
11759
1a8237e8
DB
117602000-04-11 Daniel Berlin <dan@cgsoftware.com>
11761
11762 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
11763 gdb-cfg.texi to get the value.
11764
ca526f1a
JB
117652000-04-10 Jim Blandy <jimb@redhat.com>
11766
11767 * gdbint.texinfo (Target Architecture Definition): Fix
11768 cross-references.
11769
faaafcb4
JB
117702000-04-08 Jim Blandy <jimb@redhat.com>
11771
11772 * gdbint.texinfo (Using Different Register and Memory Data
11773 Representations): New section.
11774 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
11775 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
11776 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 11777
1b27397f
AC
11778Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
11779
11780 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 11781 for acknowledgments.
1b27397f 11782
480ff1fb
AC
11783Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
11784
11785 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 11786 qThreadExtraInfo.
480ff1fb 11787
a9331b3f 117882000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 11789
a9331b3f
RM
11790 * gdb.texinfo: Clarify which remote debug protocol commands are
11791 required and which are optional.
f1251bdd 11792
dbeb8dbd
AC
11793Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
11794
11795 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
11796 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
11797 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
11798 * annotate.texi: Update.
11799
6d2ebf8b
SS
118002000-03-28 Stan Shebs <shebs@apple.com>
11801
11802 * gdb.texinfo: Update dates, bump to Eighth Edition (note
11803 expectation of additional changes before release), update
11804 ISBN, add copy of top-level menu for @ifhtml, remove explicit
11805 node links, rephrase and/or shorten lines to fix formatting
11806 problem in both regular and @smallbook formats.
11807 * annotate.texi: Shorten lines in example, use smallexample
11808 consistently everywhere.
11809 * Makefile.in: Add comment about texinfo 4.0 html generation.
11810 (SFILES_INCLUDED): Add annotate.texi.
11811
5d161b24
DB
118122000-03-27 Daniel Berlin <dan@cgsoftware.com>
11813
5ae4183a
AS
11814 * gdb.texinfo (Debugging Output): Added new section, documenting
11815 the "set/show debug" commands.
5d161b24 11816
b9deaee7
AC
11817Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
11818
11819 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 11820 entry.
b9deaee7
AC
11821
11822 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
11823 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 11824 @chapter and @node entries.
a9331b3f 11825
b9deaee7 11826 * gdb.texinfo: Link all top-level nodes.
a9331b3f 11827
9ef47d30
AC
11828Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
11829
11830 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 11831 files.
9ef47d30 11832
cfeada60
FN
118332000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
11834
11835 From David Whedon <dwhedon@gordian.com>
5ae4183a 11836 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 11837
6837a0a2
DB
118382000-03-22 Daniel Berlin <dan@cgsoftware.com>
11839
11840 * gdb.texinfo: Add documentation for the apropos command.
11841
bba2971c
MS
118422000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11843
11844 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
11845
2b628194
MS
118462000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11847
a9331b3f 11848 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
11849 two places.
11850
96a2c332
SS
118512000-03-17 Stan Shebs <shebs@apple.com>
11852
11853 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
11854 <dima@Chg.RU>, also clarification of allowed content for
11855 string constants.
11856
f7dc1244 118572000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
11858
11859 * gdb.texinfo (main menu): Add Annotations.
11860 (File Options): Add @cindex entries for each command-line option.
11861 Document --epoch, --annotate, --async, --interpreter, --write,
11862 --statistics, and --version.
11863
11864 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
11865 of GDB.
11866
9d233477
JB
118672000-02-23 Jim Blandy <jimb@redhat.com>
11868
11869 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
11870
14e0eb3b
JB
118712000-02-22 Jim Blandy <jimb@redhat.com>
11872
11873 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
11874
3555de01
JM
118752000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
11876
11877 * Makefile.in (diststuff): New target.
11878
5e35df8e
KB
118792000-02-15 Kevin Buettner <kevinb@redhat.com>
11880
11881 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 11882 architecture. [From Jim Wilson.]
5e35df8e 11883
c5394b80
JM
118842000-01-16 Tom Tromey <tromey@cygnus.com>
11885
11886 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
11887 (Delete Breaks): Mention range arguments.
11888 (Disabling): Likewise.
11889
c3f6f71d
JM
118902000-01-05 Dmitry Sivachenko <dima@Chg.RU>
11891
11892 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
11893
c4093a6a
JM
11894Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
11895
11896 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 11897 valid functions.
c4093a6a 11898
11cf8741
JM
118991999-11-05 Stan Shebs <shebs@andros.cygnus.com>
11900
11901 * gdb.texinfo: Clarify regular expressions used in rbreak.
11902
917317f4
JM
119031999-10-15 Kevin Buettner <kevinb@cygnus.com>
11904
11905 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
11906 MEMORY_REMOVE_BREAKPOINT): Document.
11907
11908Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
11909
11910 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 11911 offset re-using the DATA offset instead.
917317f4 11912
2df3850c
JM
119131999-10-11 Jim Kingdon <kingdon@redhat.com>
11914
11915 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
11916
701adfb0
PA
119171999-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
11918
11919 * gdbint.texinfo (SYMBOLS_CAN_START_WITH_DOLLAR): Document.
11920
2df3850c
JM
119211999-10-05 Stan Shebs <shebs@andros.cygnus.com>
11922
11923 From Dmitry Sivachenko <demon@gpad.ac.ru>:
11924 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
11925 typos.
11926
11927 * gdb.texinfo: Various minor wording and formatting improvements,
11928 mentions of additional command-line options.
11929
2acceee2
JM
119301999-09-30 Fred Fish <fnf@cygnus.com>
11931
11932 * gdb.texinfo: Document additional forms of specifying section
11933 names and addresses for the add-symbol-file command.
11934
c2c6d25f
JM
119351999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
11936
11937 * gdbint.texinfo: Fix typo, add the word "have".
11938
119391999-09-14 Jim Blandy <jimb@cris.red-bean.com>
11940
11941 * gdbint.texinfo (Target Architecture Definition): Document the
11942 SKIP_PERMANENT_BREAKPOINT macro.
11943
d4f3574e
SS
119441999-09-07 Stan Shebs <shebs@andros.cygnus.com>
11945
11946 * gdb.texinfo: Fiks speling errers.
11947
11948 * gdb.texinfo: Fix uses of @multitable.
11949
f7dc1244 11950 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 11951 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 11952 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
11953 comments about using with optimization, add more indexing,
11954 fix info about disassembly-flavor.
11955
11956Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
11957
11958 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
11959 SKIP_SOLIB_RESOLVER): Define.
11960
11961Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
11962
11963 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 11964 ``g'' packets.
d4f3574e 11965
104c1213
JM
119661999-08-30 Stan Shebs <shebs@andros.cygnus.com>
11967
11968 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
11969 platform-specific info, inline remote.texi and move sections of it
11970 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
11971 and register stack into the new chapter.
11972 * remote.texi: Remove, now part of gdb.texinfo.
11973 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
11974
119751999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
11976
11977 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
11978 GDB_TARGET_IS_MACH386): These kludges have gone away.
11979
11980Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
11981
11982 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 11983 TDEPLIBS.
104c1213 11984
53a5351d
JM
119851999-08-20 Stan Shebs <shebs@andros.cygnus.com>
11986
11987 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
11988 surrounding text to fit HP-UX bits into general info.
11989 (HPPA-cfg.texi): Remove, no longer useful.
11990
11991 * gdb.texinfo: Remove explicit links from @node lines, remove
11992 HP-added "Detailed Node Listing" from main menu which confuses
11993 things.
11994
11995 From Dmitry Sivachenko <dima@Chg.RU>:
11996 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 11997 in description of `set environment'.
53a5351d
JM
11998
119991999-08-17 Stan Shebs <shebs@andros.cygnus.com>
12000
12001 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
12002
7be570e7
JM
120031999-08-12 Ben Elliston <bje@cygnus.com>
12004
12005 * gdbint.texinfo (Breakpoint Handling): Add missing words.
12006
f7dc1244 120071999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
12008
12009 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
12010 watch, awatch, and rwatch. Explain why the latter two cannot be
12011 set as software watchpoints. Document that watchpoints for local
12012 variables are deleted when the debuggee terminates.
7be570e7
JM
12013
12014Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
12015
12016 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
12017 packet. Allow E.. response packet. "qRcmd" packet is no longer
12018 reserved.
7be570e7
JM
12019
120201999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12021
a9331b3f
RM
12022 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
12023 * gdb.texinfo: Ditto.
7be570e7 12024
701adfb0
PA
12025Sun Aug 8 12:06:47 1999 Fred Fish <fnf@cygnus.com>
12026
12027 * gdbint.texinfo (find_sym_fns): This replaces symfile_init.
12028
96baa820
JM
120291999-08-06 Tom Tromey <tromey@cygnus.com>
12030
12031 * gdb.texinfo (KOD): New node.
12032
12033Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
12034
12035 * remote.texi (Rcmd): Fix minor formatting typos.
12036
12037Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
12038
12039 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 12040 packets.
96baa820 12041
adf40b2e
JM
120421999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
12043
12044 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
12045 fixes.
12046
43ff13b4
JM
12047Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
12048
12049 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
12050
085dd6e6
JM
12051Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
12052
12053 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
12054 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
12055 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
12056 packets that are not supported on all hosts. Expand examples.
12057 Spell check.
085dd6e6
JM
12058
120591999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
12060
12061 * Makefile.in: Recognize html, install-html. Add targets
12062 to build HTML versions of documentation via texi2html.
12063
12064Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
12065
12066 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 12067 testsuite.
085dd6e6
JM
12068
12069Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
12070
12071 * remote.texi (Communication Protocol): Rewrite.
12072
12073Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
12074
12075 * stabs.texinfo: Fix uses of xref.
12076
9e0b60a8
JM
12077Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
12078
12079 * gdbint.texinfo: Add an anti-printf exhortation, and update the
12080 info about patch submission.
12081
cce74817
JM
12082Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
12083
12084 From Per Bothner <bothner@cygnus.com>:
12085 * gdb.texinfo: Document Chill support.
12086
12087Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
12088
12089 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
12090 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
12091 Document that the value should be greater-than or equal-to zero.
12092 (NO_STD_REGS): Document. Deprecate.
cce74817 12093
ac9a91a7
JM
12094Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
12095
12096 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 12097 Document that these are not used.
ac9a91a7
JM
12098
12099Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
12100
12101 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
12102
392a587b
JM
12103Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
12104
12105 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 12106 numargs was dropped.
392a587b
JM
12107
12108Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
12109
12110 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
12111
b83266a0
SS
12112Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
12113
12114 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 12115 Update.
b83266a0 12116
7a292a7a
SS
12117Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
12118
12119 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
12120 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
12121
12122Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
12123
12124 * gdbint.texinfo: Fix typos: $ -> @.
12125
12126Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
12127
12128 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
12129 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
12130 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
12131 BREAKPOINT_FROM_PC.
a9331b3f 12132
7a292a7a
SS
12133Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
12134
12135 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 12136 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
12137
12138Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
12139
12140 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 12141 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
12142
121431999-04-02 Stan Shebs <shebs@andros.cygnus.com>
12144
12145 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
12146 longer exists.
12147
12148Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
12149
12150 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
12151 nearly all @ifset/@ifclear conditionals; nobody uses them, and
12152 they make the manual source incomprehensible.
7a292a7a
SS
12153 * h8-cfg.texi: Remove, hasn't been used in years.
12154
c906108c
SS
12155Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
12156
12157 * gdb.texinfo: Update the credits.
12158
12159Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
12160
12161 * gdb.texinfo: Fix mistakes noticed in printout of last
12162 draft, add Alpha to discussion of heuristic fence post.
12163
12164Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
12165
12166 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
12167 Edition, merge some HP changes into mainline, describe some
12168 previously undocumented features, describe more of the target
12169 commands available, eliminate obsolete section on renamed
12170 commands.
c906108c
SS
12171 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
12172
12173Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
12174
12175 * gdb.texinfo: Make many HPPA conditionals unconditional,
12176 including catchpoint description, since now on for all configs.
12177 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
12178 specializations.
12179
12180Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
12181
12182 * Makefile.in (GDBvn.texi): Fix match expression to work with
12183 current format of VERSION in gdb/Makefile.in.
12184 * gdb.texinfo: Fix node ref to match new readline.
12185
12186Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
12187
a9331b3f
RM
12188 * gdb.texinfo: Changes made as part of a project to merge in
12189 changes made by HP. Documentation makes extensive use of
c906108c
SS
12190 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
12191 on remote debugging. There are differences in documentation
889bf7c5 12192 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
12193 the HP manual discusses catchpoints, hardware watchpoints, and
12194 some HPUX specific limitations for shared library support.
a9331b3f 12195
c906108c
SS
12196 There are also a number of @node changes.
12197
121981999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
12199
12200 * gdbint.texinfo (Formatting): Disambiguate a sentence.
12201 (C Usage): Same.
12202
12203Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
12204
12205 The following changes were made by Edith Epstein
889bf7c5
PA
12206 <eepstein@cygnus.com> as part of a project to merge in changes
12207 made by HP.
a9331b3f 12208
c906108c
SS
12209 * HPPA-cfg.texi: new file.
12210
12211 * all-cfg.texi: set HPPA for HP PA-RISC targets.
12212
12213 * refcard.tex: change documentation about catch.
12214 removed info catch.
12215
12216Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
12217
12218 * gdbint.texinfo: Expand on GDB's coding standards,
12219 specify the use of arg names with prototypes.
12220
122211998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
12222
12223 * gdb.texinfo: Fix tipo.
12224
12225Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
12226
12227 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 12228 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
12229
12230Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
12231
12232 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
12233
122341998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
12235
12236 * agentexpr.texi: New file.
12237
12238Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
12239
12240 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
12241
122421998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
12243
12244 * remote.texi: Changed wording that implied that the GDB remote
12245 protocol caches register values instead of GDB itself.
12246
12247Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
12248
12249 * gdbint.texinfo: Add some info about symbol readers.
12250 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
12251 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
12252 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
12253 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
12254
12255Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
12256
a9331b3f 12257 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
12258
12259Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
12260
12261 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
12262
12263Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
12264
12265 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 12266 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
12267
12268Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
12269
12270 * gdbint.texinfo: Fix minor typos.
12271
12272Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
12273
12274 * gdbint.texinfo: Complete overhaul. Group descriptions more
12275 logically, add more info on generic algorithms, remove much
12276 obsolete and/or wrong material.
12277
12278Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
12279
12280 * stabs.texinfo (Method Type Descriptor): Expand and correct.
12281
12282Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
12283
12284 * refcard.tex: Copyright, address updates.
12285
12286Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
12287
12288 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
12289 for the edition instead of confusing GDB-version-like numbers.
12290
12291Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
12292
12293 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
12294
12295Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
12296
5ae4183a 12297 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
12298
12299Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
12300
12301 * gdb.texinfo: Add some credits, mention bug monitor.
12302 * remote.texi: Mention mips monitor targets.
12303 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 12304
c906108c
SS
12305Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
12306
12307 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
12308 files, finish sorting of host vs target vs native macros, describe
12309 some more of them.
c906108c
SS
12310
12311Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
12312
12313 * gdbint.texinfo (Host Conditionals): Document change from
12314 using NO_MMALLOC to it's inverse, USE_MMALLOC.
12315
12316Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
12317
12318 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 12319 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
12320
12321Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
12322
12323 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
12324 Document LSEEK_NOT_LINEAR.
12325
12326Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
12327
12328 * stabs.texinfo (Stab Section Basics): Make it clear that only
12329 some versions of the GNU linker remove the leading N_UNDF symbol.
12330
12331Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
12332
12333 * stabs.texinfo (String Field): Document type number pairs here,
12334 instead of in the Sun specific section.
12335 (Include Files): The GNU linker supports the N_BINCL
12336 optimization. Clarify the N_BINCL value, and what it is used
12337 for.
12338 (Procedures): Document N_FUN with an empty string to mark the end
12339 of a function.
12340 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
12341 (Sun Differences): Remove this node, as the information is now
12342 elsewhere in the main document.
12343 (Stab Section Basics): Mention that the GNU linker may optimize
12344 stabs and remove the leading N_UNDF symbol.
12345
12346Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
12347
12348 * gdb.texinfo, refcard.tex: Restore author credit
12349
701adfb0
PA
12350Wed Oct 2 22:07:16 1996 Fred Fish <fnf@cygnus.com>
12351
12352 * gdbint.texinfo: Document that SIGTRAMP_START and SIGTRAMP_END
12353 are macros that take an single argument.
12354
c906108c
SS
12355Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
12356
12357 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
12358 documentation to account for START and END macros taking
12359 one arg.
12360
12361Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
12362
12363 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
12364 * gdb.texinfo (Frames): Fix typo.
12365
12366Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
12367
12368 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
12369 a target_signal as arg type, not a pid.
12370
12371Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
12372
12373 * gdb.texinfo: Document `set assembly-language'.
12374
12375Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
12376
12377 * remote.texi: Update list of stubs in the GDB distribution.
12378
12379Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
12380
12381 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
12382 Also document that some systems can use mmalloc but must define
12383 this if their C runtime allocates memory that is later freed.
c906108c 12384 (MMCHECK_FORCE): Document new macro.
a9331b3f 12385
c906108c
SS
12386Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
12387
12388 * remote.texi: Add documentation for target Sparclet.
12389
12390Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12391
a9331b3f 12392 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
12393 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
12394 * configure.in: Rewritten for autoconf.
12395 * configure: New.
12396
12397Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
12398
12399 * Makefile.in (DVIPS): New define, set to dvips.
12400 (dvi): Add stabs.dvi.
12401 (ps): New target.
12402 (all-doc): Depend on info, dvi, and ps targets.
12403 (STAGESTUFF): Add *.ps and *.dvi files.
12404 (clean-info, clean-dvi): Remove.
12405 (mostlyclean): Does not depend upon clean-info or clean-dvi,
12406 rules completely rewritten.
12407 (maintainer-clean): Remove clean-info and clean-dvi
12408 dependencies and put their actions in the rules.
12409 (gdb.ps): New target
a9331b3f 12410 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
12411 intermediate TeX files, whether they have 2 or 3 character
12412 extensions.
12413 (gdbint.ps): Add target and rules.
12414 (gdb-internals): Delete unused target.
12415 (Makefile): Depends upon config.status also.
12416
12417Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
12418
12419 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
12420 set.
12421
12422Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
12423
12424 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
12425 * gdb.texinfo (Expressions): Fix erroneous array constant example.
12426
12427Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
12428
12429 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
12430
12431Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12432
12433 * gdb.texinfo (Print settings): Document
12434 `set/show print static-members' commands.
12435
12436Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
12437
12438 * gdbint.texinfo (Native): Document name change, coredep.c to
12439 core-aout.c.
12440
12441Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
12442
12443 * stabs.texinfo (Include Files): Document the values the SunOS4
12444 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
12445
12446Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
12447
12448 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
12449 Fix typo.
12450
12451Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
12452
12453 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
12454 "gdb.tar.Z".
12455
12456Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
12457
12458 * Makefile.in (maintainer-clean): New target, synonym for
12459 realclean.
12460
701adfb0
PA
12461Wed Sep 20 08:16:03 1995 steve chamberlain <sac@slash.cygnus.com>
12462
12463 * gdbint.texinfo (GETENV_PROVIDED, FCLOSE_PROVIDED): Document.
12464
c906108c
SS
12465Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
12466
12467 * Update all FSF addresses except those in COPYING* files.
12468
12469Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12470
12471 From Richard Earnshaw (rearnsha@armltd.co.uk):
12472 * gdb.texinfo (convenience variables): Document $_exitcode.
12473 (quit): Document optional expression to use as exit code.
12474
12475Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
12476
12477 * gdb.texinfo, remote.texi: Brought up to date with various
12478 GDB changes.
12479
12480Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
12481
12482 * gdb.texinfo: Update dates and versions, fix comments about
12483 hardware watchpoints in future releases and about the
12484 sharedlibrary command.
12485
12486Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12487
12488 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
12489 C_FUN stab. Other cleanups.
12490
12491Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12492
12493 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
12494 for the sparc stub.
12495
12496Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12497
12498 * annotate.texi: Clarify which addresses have differing formats
12499 depending on the language and which do not.
12500
12501Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12502
12503 * remote.texi (NetWare): Changed example to use BOARD= instead of
12504 NODE= argument to reflect correspoding change to gdbserve.nlm.
12505
12506Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12507
12508 * stabs.texinfo (Negative Type Numbers): Mention the fact that
12509 GDB, as well as AIX dbx, supports the size type attribute.
12510
12511Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12512
12513 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
12514
12515Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
12516
12517 * gdb.texinfo (Define): Document $arg0... arguments to commands,
12518 and new 'if' and 'while' commands.
12519
12520Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
12521
12522 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
12523
12524Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12525
12526 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
12527 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
12528 NetWare targets. Mostly stolen from the Server node.
12529
12530Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12531
12532 * gdb.texinfo (Setting): Talk about the language of a source file
12533 versus the working language. The old documentation did not match
12534 what GDB did.
12535
12536Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12537
12538 * stabs.texinfo (Source Files): Document N_SO used to mark the end
12539 of a source file.
12540
12541Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12542
12543 * gdb.texinfo (Processes): New node.
12544
12545Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
12546
12547 * remote.texi: Update documentation of set/show mipsfpu.
12548
3fc11d3e
JM
12549Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
12550
12551 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
12552 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
12553
12554Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
12555
12556 * gdbint.texinfo: Removed mentions of some incorrectly placed and
12557 obsolete conditionals, described some others.
12558
12559Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12560
12561 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
12562 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
12563
12564Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
12565
12566 * gdbint.texinfo: Put regex conditionals in their own table.
12567
12568Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
12569
12570 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
12571 described or fixed the descriptions of many others.
12572
12573Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
12574
12575 * gdb.texinfo: Add some more credits.
12576 * gdbint.texinfo: Capitalize GDB consistently, describe some
12577 macros and remove some.
12578
12579Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12580
12581 * gdbint.texinfo: Removed mentions of many incorrectly placed and
12582 obsolete conditionals, described some others.
12583
12584Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12585
12586 * gdb.texinfo (help targets): Changed to `help target', which
12587 is the correct gdb command.
12588
12589Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12590
12591 * annotate.texi (TODO): New node, for keeping track of annotations
12592 suggested but not yet implemented.
12593
12594Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12595
12596 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
12597 another symbol, it is not the address itself.
12598
12599Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
12600
12601 * stabs.texinfo (Stab Section Basics): Add comment about alignment
12602 of stabs-in-coff sections.
12603
12604Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12605
12606 * annotate.texi: Change edition to 0.5 and date to May 1994.
12607 Add index.
12608 (Frames): New node, for frame annotation.
12609 (Displays): New node, for display annotation.
12610
12611 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
12612 when waiting for your program to stop.
12613
12614Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12615
12616 * annotate.texi (Breakpoint Info): Document annotation of header
12617 fields and record annotation.
12618
12619Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12620
12621 * annotate.texi: New file, to document annotations.
12622
12623Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12624
12625 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
12626 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
12627
12628Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12629
12630 * stabs.texinfo (Stab Section Basics): Say what is in .stab
12631 section, and say n_strx field is compilation unit relative.
12632 * stabs.texinfo: Don't use @code for a.out when it is the name of
12633 an object file format.
12634
12635Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12636
12637 * gdb.texinfo: Refer to file names, not path names, per rms
12638 convention.
12639 (Arguments): Fix typo.
12640
12641Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12642
12643 * stabs.texinfo (Global Variables): Talk about stabs in files
12644 where variables are referenced, but not defined.
12645
12646Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12647
12648 * stabs.texinfo: Move stuff on @ and # type descriptors from node
12649 Cplusplus to new nodes Member Type Descriptor and Method Type
12650 Descriptor. Re-write stuff for #.
12651
12652Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12653
12654 * gdb.texinfo (Print Settings): Don't document "set print
12655 fast-symbolic-addr off". The bug which it worked around was fixed
12656 on 25 Feb 94 in coffread.c, so I'm nuking the command.
12657
12658 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
12659 N_ENTRY node.
12660
12661 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
12662
12663Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12664
12665 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
12666 references to ieee-float.c.
12667
12668Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12669
12670 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
12671 match what the code actually does.
12672
12673Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12674
12675 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
12676
12677Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12678
12679 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
12680 i, and b.
12681
12682Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
12683
12684 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
12685 well as for ELF and SOM. Unify the descriptions of ELF and SOM
12686 as "stabs in sections" rather than just saying "ELF and SOM".
12687 Also make that stuff apply to COFF.
12688
12689Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12690
12691 * gdb.texinfo (Formatting Documentation): Change GhostScript to
12692 Ghostscript.
12693
12694Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12695
12696 * gdb.texinfo (Continuing and Stepping): When talking about "step"
12697 versus functions without line numbers, also mention stepping into
12698 them as well as "step" when you are in them. Tell the user how to
12699 deal with the situation. Add comment about "debugging information".
12700
12701Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12702
12703 * stabs.texinfo (Enumerations): Document restriction on where
12704 enumeration types can appear and still win with GDB.
12705
12706Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12707
12708 * stabs.texinfo (Negative Type Numbers): Document format for type
12709 -16.
12710
12711Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12712
12713 * gdb.texinfo (Selection, Frame Info): Update information about
12714 arbitrary frame specficiations.
12715
12716Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
12717
12718 * gdb.texinfo, remote.texi: general editing pass prior to Net release
12719
12720Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12721
12722 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
12723
12724Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
12725
12726 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
12727
12728Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12729
12730 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
12731 Differences node to Statics node.
12732 (Statics): Discuss XCOFF use of V symbol descriptor.
12733
12734 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
12735 not clean.
12736
12737Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
12738
12739 * gdb.texinfo (Print Settings): Document `set print
12740 fast-symbolic-addr' and improve the doc for some other
12741 `set print's.
12742
12743Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12744
12745 * stabs.texinfo (String Field): Talk about defining several type
12746 numbers at once.
12747 Fix lint regarding changing node ELF Transformations to
12748 ELF and SOM Transformations.
12749
12750Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
12751
12752 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
12753
12754Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12755
12756 * stabs.texinfo (Cross-References): `::' is for nested types only
12757 within <>.
12758 (Structures): Document static members.
12759
12760Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12761
12762 * stabs.texinfo: Document S type attribute.
12763
12764Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12765
12766 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
12767
12768Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
12769
12770 * gdbint.texinfo: Fix a few typos.
12771
12772Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12773
12774 * gdb.texinfo, remote.texi: formatting improvements
12775
12776 * gdb.texinfo (New Features): mention threads.
12777 (Summary, C): fix xrefs in newly contributed text.
12778 (Threads): index entries, clarifications, example
12779 (passim): minor typos fixed, phrasing improvements
12780
12781 * remote.texi (Bootstrapping): rephrase text on ^C and add index
12782 entries; (Server): explain use of gdbserver w/real-time systems,
12783 add example of conflicting TCP port; (MIPS Remote) break up
12784 running text into table, highlighting commands, and add example.
a9331b3f 12785
c906108c
SS
12786Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12787
12788 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
12789
12790Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12791
12792 * stabs.texinfo (Nested Symbols): New node.
12793 (String Field, Symbol Descriptors, Cross-References): Refer to it.
12794
12795Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12796
12797 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
12798 to picking which Bbss.bss symbol to use, and (because there seems to
12799 be no good way of doing it) re-write some of the text to make it
12800 sound like Bbss.bss isn't such a great idea after all (as currently
12801 designed).
12802
12803 * gdb.texinfo (C): In addition to saying people have to use g++ for
12804 good results, say they have to use stabs. Specifically say cfront
12805 doesn't work well.
12806 (Summary): Merge in information on Modula-2, Pascal, and Chill from
12807 the gdb README. Add xrefs to places where the support for the various
12808 languages is described in detail.
12809
12810Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12811
12812 * stabs.texinfo: Clean up stuff about visibility and virtual
12813 characters.
12814
12815 * stabs.texinfo (N_M2C): Cite Sun doc.
12816
12817Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12818
12819 * gdb.texinfo: updates re threads.
12820 * remote.texinfo: avoid index entries starting with digits.
12821
12822Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12823
12824 * stabs.texinfo (Enumerations): Talk about large, negative and
12825 octal values. Clean up cross reference to type attributes.
12826 (String Field): Say that GDB 4.11 supports size attribute.
12827
12828Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12829
12830 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
12831 is a mandatory step. Make the stuff about that more concise.
12832
12833Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12834
12835 * stabs.texinfo (Class Names): New node.
12836
12837 * gdb.texinfo (Command Files): Explain order of init file reading.
12838
12839 * remote.texi (Bootstrapping): Talk about getting the serial driver
12840 to deal with ^C sent by gdb to stop the remote system.
12841
12842Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
12843
12844 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
12845
12846 * libgdb.texinfo (Defining Commands): made the DOC arg
12847 to gdb_define_app_command a char * instead of char **
12848 per a suggestion from kingdon.
12849
12850 * libgdb.texinfo: total rewrite from a different starting
12851 premise.
12852
12853Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12854
12855 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
12856 floats passed as doubles (to improve clarity).
12857
12858Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12859
12860 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
12861
12862 * a4rc.sed: update to work with Andreas Vogel papersize params
12863
12864 * refcard.tex: use Andreas Vogel simplifications of papersize
12865 params; remove useless version info; update copyright date.
12866
12867Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12868
12869 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
12870
12871Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12872
12873 * gdb.texinfo (Files): Say what address the load command loads it at.
12874
12875 * stabs.texinfo (Common Blocks): Minor cleanups.
12876
12877 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
12878 that Sun has backed away from the linker kludge and thus the relevant
12879 issue is changes to the SunPRO tools, not the Solaris linker.
12880
12881 * stabs.texinfo (Traditional Integer Types): Clean up description
12882 of octal bounds a little bit. Document extra leading zeroes.
12883
12884Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12885
12886 * gdb.texinfo (Signaling): Update for symbolic symbol names
12887 and add a section explaining the difference between the GDB
12888 signal command and the shell kill utility.
12889
12890Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
12891
12892 * libgdb.texinfo: added `@' to braces that were unescaped.
12893
12894Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
12895
12896 * libgdb.texinfo: new file. Spec for the gdb library.
12897
12898Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12899
12900 * stabs.texinfo (Include Files): Fix typo (start -> end).
12901
12902Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12903
12904 * gdb.texinfo, remote.texi: assorted small improvements, mostly
12905 from Melissa at FSF's editing pass.
12906
12907Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12908
12909 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
12910 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
12911 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
12912
12913Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12914
12915 * remote.texi (Bootstrapping): Discuss 386 call gates.
12916
12917Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12918
12919 * stabs.texinfo (Based Variables): New node.
12920
12921Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12922
12923 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
12924 names, sizes, and formats to suggest how not to lose.
12925
12926Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12927
12928 * stabs.texinfo (Methods): Fix typo.
12929
12930Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12931
12932 * gdb.texinfo: Fix a few typos.
12933
12934Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12935
12936 * gdb.texinfo: Clarify how well it works with Fortran.
12937
12938 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
12939 More on relocating stabs in ELF files.
12940
12941Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12942
12943 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
12944
12945Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12946
12947 * stabs.texinfo (Local Variable Parameters): Talk about nameless
12948 parameters on VAX.
12949
12950Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12951
12952 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
12953
12954Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12955
12956 * stabs.texinfo: Make info author notice match the TeX author notice.
12957
12958Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12959
12960 * stabs.texinfo: Initial-caps all words in node names and
12961 non-trivial words in section names.
12962
12963Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12964
12965 * stabs.texinfo: Many minor cleanups.
12966
12967 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
12968
12969Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
12970
12971 * stabs.texinfo: Remove full description of big example.
12972 It's not really helpful; just use pieces of it where appropriate.
12973 Add more Texinfo formatting directives (@samp, etc.).
12974 Use @deffn to define stab types.
12975 Eliminate some wordiness. Break up some nodes.
12976 Add an (alphabetized) index of symbol types.
12977 Use consistent capitalization style in node and section names.
12978
12979Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
12980
12981 * gdb.texinfo: Change typo "Two two" to "The two".
12982
12983Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12984
12985 * stabs.texinfo (XCOFF-differences): Remove references to
12986 non-existent types N_DECL and N_RPSYM.
12987
12988 * stabs.texinfo (String Field): Say that type attributes bug is
12989 fixed in GDB 4.10, since it is.
12990
12991 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
12992
12993Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
12994
12995 * stabs.texinfo: Formatting cleanups.
12996
12997Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12998
12999 * stabs.texinfo: When explaining the n_type of a stab, standardize
13000 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
13001 no tabs, use @r).
13002 (Global Variables): Clean up.
13003
13004Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13005
13006 * stabs.texinfo (Stack Variables): Re-write.
13007
13008Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13009
13010 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
13011 addresses of a source file. Also revise formatting.
13012 Change "object module" or "object file" to "source file".
13013 Various: Miscellaneous cleanups.
13014
13015Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13016
13017 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
13018
13019Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
13020
13021 * gdbint.texinfo: Removed many nonsensical machine-collected
13022 host and target conditionals, described some of the remainder.
13023
13024Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13025
13026 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
13027
13028 * gdbint.texinfo (Top): Add name to @top line, and re-write the
13029 paragraph which follows.
13030
13031 * gdbint.texinfo (Host): Use @code not @samp for Makefile
13032 variables. Looks better and avoids overful hbox.
13033
13034Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13035
13036 * stabs.texinfo (Procedures): Improve stuff on nested functions.
13037
13038Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13039
13040 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
13041 retransmit-timeout
13042
13043Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13044
13045 * gdbint.texinfo: Update statement about `some ancient Unix
13046 systems, like Ultrix 4.0' to Ultrix 4.2.
13047
13048Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
13049
13050 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
13051
13052 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
13053
13054 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
13055 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
13056
13057 * remote.texi: new name for former gdbinv-s.texi
13058
13059 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
13060
13061Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
13062
13063 * gdbinv-s.texi: Documented timeout and retransmit-timeout
13064 variables for MIPS remote debugging protocol.
13065
13066Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13067
13068 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
13069
13070Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
13071
13072 * Makefile.in (refcard.dvi): Use srcdir where necessary.
13073
13074Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
13075
13076 * gdb.texinfo: repair conditional bugs in text markup
13077
13078Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13079
13080 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
13081 to select Modula-2 material.
13082
13083Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13084
13085 * stabs.texinfo: Cleanups regarding statics.
13086
13087 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
13088 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
13089
13090Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13091
13092 * stabs.texinfo: N_MAIN is sometimes used for C.
13093
13094Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13095
13096 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
13097
13098Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
13099
13100 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 13101 removed from the code by Kingdon.
c906108c
SS
13102
13103Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13104
13105 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
13106 input when evaluating breakpoint conditions; the bug has been fixed.
13107
13108 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
13109 sets the ignore count to N-1, not to N.
13110
13111Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13112
13113 * refcard.tex (\hoffset): correct longstanding error to match
13114 intended offset; avoids cutting off edge on some printers
13115
13116Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13117
13118 * stabs.texinfo (Parameters): Say that order of stabs is significant.
13119
13120Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13121
13122 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
13123
13124Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13125
13126 * Makefile.in: (REFEDITS) new var to control whether PS or CM
13127 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
13128 collect sed edits if any, apply to refcard before formatting;
13129 (refcard.ps) stop implying PS fonts if PS output requested;
13130 (lrefcard.ps) delete extra target for variant PS fonts
13131
13132 * refcard.tex: parametrize papersize dependent info, collect
13133 in easily replaced spot
13134
13135 * a4rc.sed: new file, edits to refcard for A4 paper
13136
13137Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13138
13139 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
13140
13141Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13142
13143 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
13144
13145Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13146
13147 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
13148 politely rather than rudely.
13149
13150Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13151
13152 * stabs.texinfo: Document common blocks.
13153
13154Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
13155
13156 * stabs.texinfo: Add some basic info about stabs-in-elf.
13157
13158Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13159
13160 * stabs.texinfo (Top): Minor cleanup.
13161
13162Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
13163
13164 * Makefile.in (install-info): remove parentdir support
13165
13166Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13167
13168 * gdb.texinfo (Copying): delete this node and references to it;
13169 RMS says this manual need not carry GPL. (passim): Improvements
13170 from last round at FSF, largely due to Ian Taylor review, and
13171 minor formatting improvements.
13172
13173 * gdbinv-s.texi (passim): Improvements from last round at FSF,
13174 largely due to Ian Taylor review. (Debug Session): minor edits to
13175 new text.
13176
13177Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
13178
13179 * Makefile.in (realclean): Remove info and dvi files too.
13180
13181Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
13182
13183 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
13184 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
13185 * gdb.texinfo: Change accordingly.
13186
13187 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
13188 N_{L,R}BRAC,N_SLINE are relative to.
13189
13190Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
13191
13192 * Makefile.in (GDBvn.texi): Update atomically.
13193
13194Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
13195
13196 * gdbinv-s.texi (Debug Session): Document exceptionHook.
13197
13198Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
13199
13200 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
13201 addresses together. Also motivate the set print symbol-filename
13202 command and suggest other solutions.
13203
13204Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
13205
13206 * gdb.texinfo (set print elements): Note that the number of
13207 elements is set to unlimited by "set print elements 0".
13208
13209Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
13210
13211 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
13212 NF_LDOUBLE means.
13213 (Stab Types): Include Solaris stab types.
13214 (Procedures): Document Solaris extensions.
13215
13216Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13217
13218 * gdb.texinfo: Add `set print symbol-filename' doc.
13219
13220Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13221
13222 * stabs.texinfo (Arrays): Talk about type definition vs. type
13223 information.
13224
13225 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
13226 the trailing semicolon.
13227
13228Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13229
13230 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
13231 and merge in other parts of the document addressing these subjects.
13232 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
13233
13234 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
13235 at the end of a range type.
13236
13237 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
13238 AIX extensions.
13239
13240Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13241
13242 * stabs.texinfo (Stabs Format): Misc fixes.
13243
13244Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13245
13246 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
13247 (Traditional builtin types): Document convex convention for long long.
13248 (Negative builtin types): Discuss type names, and misc fixes.
13249
13250Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13251
13252 * stabs.texinfo (Builtin Type Descriptors): Document the floating
13253 point types used with @samp{R} type descriptor.
13254 (Symbol Descriptors): Describe how to handle conflict between
13255 different meanings of @samp{P} symbol descriptor.
13256
13257Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13258
13259 * stabs.texinfo: Remove node Quick Reference and put its children
13260 directly under the main menu.
13261
13262 * stabs.texinfo: Many more changes to bring it into line with
13263 AIX documentation and reality. I think it now has all the
13264 information from the AIX documentation, except that I burned
13265 out when I got to variant records (Pascal and Modula-2) and
13266 all the COBOL types. Oh well, we can add them later when we're
13267 worrying more about those languages.
13268
13269 * stabs.texinfo (Automatic variables): Talk about what it means
13270 to omit the symbol descriptor.
13271
13272Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13273
13274 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
13275 gcc2 behavior with promoted args.
13276
13277Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13278
13279 * gdb.texinfo: include readline appendices in info version of manual
13280
13281Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13282
13283 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
13284 target remote.
13285
13286 * gdb.texinfo (Machine Code): more index entries for disassemble
13287
13288Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
13289
13290 * Clarify the intended use of the gdb-testers and gdb-patches
13291 mailing lists, and shrink gzip comment.
13292
13293Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13294
13295 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
13296 DOSHOST configuration of manual.
13297
13298 * gdb.texinfo (MIPS Stack): new node.
13299
13300 * all-config.texi (MIPS) new switch.
13301
13302 * gdbinv-s.texi (Nindy Options) Remove two instances of future
13303 tense; (MIPS Remote) new node.
13304
13305 * gdb.texinfo (passim) rephrases to work around makeinfo @value
13306 bug; (Environment) less passive, other small cleanups in text about
13307 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
13308 (Remote) new MIPS Remote menu entry.
13309
13310Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
13311
13312 * stabs.texinfo: Many changes to include information from the
13313 AIX documentation.
13314
13315 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
13316
701adfb0
PA
13317Thu Apr 29 00:03:59 1993 Fred Fish (fnf@cygnus.com)
13318
13319 * gdbint.texinfo (LONG_LONG): Replace with CC_HAS_LONG_LONG.
13320 Add PRINTF_HAS_LONG_LONG references.
13321
13322Wed Apr 28 11:39:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13323
13324 * gdb.texinfo: Make node "Shell Commands" unconditional; describe
13325 `set demangle-style arm' (not cfront); mention can type `q' to
13326 discard output, when gdb pages.
13327
c906108c
SS
13328Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
13329
13330 * gdbint.texinfo (new node Debugging GDB, elsewhere):
13331 Move a bunch of information from ../README.
13332 (Getting Started): New node.
13333
13334Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13335
13336 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
13337
13338 * gdb.texinfo: advance manual revision dates to present
13339
13340 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
13341 stop using silly Roman numerals in @set variable names
13342
13343Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
13344
13345 * stabs.texinfo (Parameters): Keep trying to get this right.
13346
13347Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
13348
13349 * stabs.texinfo (Parameters): More on "local parameters".
13350
13351Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
13352
13353 * stabs.texinfo (Parameters): Re-do "local parameters" section.
13354
13355Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
13356
13357 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
13358 (Parameters): Rewrite.
13359 (xcoff-differences, Sun-differences): Minor changes.
13360
13361Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
13362
13363 * stabs.texinfo: Minor cleanup.
13364
13365Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
13366
13367 * gdbint.texinfo: Minor xcoff stuff.
13368
13369Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
13370
13371 * gdbint.texinfo: Update for new config directory structure.
13372 Add info about internal type data structures.
13373
13374Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
13375
13376 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
13377 $(srcdir).
13378 (gdb-config.texi): Depend on file in $(srcdir).
13379
13380Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
13381
13382 * stabs.texinfo: Fixes about N_SO.
13383
701adfb0
PA
13384Mon Mar 29 15:03:25 1993 Fred Fish (fnf@cygnus.com)
13385
13386 * gdbinit.texinfo: Document renaming of tm-29k.h to tm-a29k.h.
13387
c906108c
SS
13388Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13389
13390 * gdb.texinfo: include list of nonstandard init file names
13391
13392 * *-config.texi: new switch GENERIC for text that applies *only*
13393 to (usual) multiple-target version of manual
13394
13395 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
13396 h8 config
13397
13398 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
13399 in menus (rather than conditionally selected multiple alternative
13400 menus).
13401
13402 * Makefile.in: define and use DOC_CONFIG var to select
13403 configuration for GDB user manual.
13404
13405 * gdb-config.texi: delete from repository, generate from Makefile.
13406
13407 * all-config.texi: normal `generic' configuration file, formerly
13408 stored as gdb-config.texi
13409
13410Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13411
13412 * Makefile.in: add dvi target to build all .dvi files
13413
13414Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13415
13416 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
13417
701adfb0
PA
13418Tue Feb 23 11:46:11 1993 Mike Stump (mrs@cygnus.com)
13419
13420 * stabs.texi: The `this' pointer is now known by the name
13421 `this' instead of `$t'.
13422
c906108c
SS
13423Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
13424
13425 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
13426 host conditionals.
13427 * stabs.texinfo: More array fixes inspired by Jim's.
13428
13429Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
13430
13431 * stabs.texinfo: Fixes re arrays and continuations.
13432
13433 * gdbint.texinfo: Add XCOFF node.
13434
13435Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
13436
13437 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
13438
13439Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
13440
13441 * stabs.texinfo: Fix for array types to mention lower bounds.
13442
13443Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
13444
13445 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
13446
13447Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
13448
13449 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
13450
13451Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
13452
13453 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
13454 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
13455
13456Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
13457
13458 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13459
701adfb0
PA
13460Wed Feb 10 23:42:37 1993 John Gilmore (gnu@cygnus.com)
13461
13462 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13463
c906108c
SS
13464Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13465
13466 * gdb.texinfo, gdbinv-s.texi: misc updates
13467
13468Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
13469
13470 * gdbint.texinfo: Brief documentation for longjmp support,
13471 from an email msg by Stu.
13472
13473Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
13474
13475 * stabs.texinfo: Fix description of floating point "range"
13476 types (which really define basic types). Reported by Jim Meehan,
13477 <meehan@src.dec.com>.
13478
13479 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
13480
13481Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
13482
13483 * gdbint.texinfo: Slightly expand section on supporting a new
13484 object file format.
13485
13486Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
13487
13488 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
13489 intermediate file.
13490
13491Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13492
13493 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
13494
13495Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13496
13497 * gdbinv-s.texi: z8000 simulator target name is just "sim"
13498
13499 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
13500 as well as Z8002.
13501
701adfb0
PA
13502Thu Dec 17 00:44:57 1992 John Gilmore (gnu@cygnus.com)
13503
13504 * gdbint.texinfo (Host Conditionals): Remove
13505 NAMES_HAVE_UNDERSCORE, SOME_NAMES_HAVE_DOT, document
13506 MEM_FNS_DECLARED.
13507 (Target Conditionals): Remove all of the above.
13508
13509Tue Dec 15 02:01:00 1992 John Gilmore (gnu@cygnus.com)
13510
13511 * gdbint.texinfo: SWAP_HOST_AND_TARGET => SWAP_TARGET_AND_HOST.
13512 Noticed by Andy Jackson, <arj@cam-orl.co.uk>.
13513
c906108c
SS
13514Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
13515
13516 * gdbint.texinfo: Add sections on clean design and on how to send
13517 in changes.
13518
13519Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
13520
13521 * gdbint.texinfo: Add how to declare the result of make_cleanup.
13522
701adfb0
PA
13523Tue Oct 27 17:08:45 1992 K. Richard Pixley (rich@cygnus.com)
13524
13525 * gdbint.texinfo: nm.h now included in defs.h.
13526
c906108c
SS
13527Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
13528
13529 * gdb.texinfo: Fix typo, reported by Karl Berry.
13530
13531Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
13532
13533 * gdb.texinfo: Add opcodes dir to GDB distribution description.
13534
701adfb0
PA
13535Wed Oct 21 03:51:01 1992 John Gilmore (gnu@cygnus.com)
13536
13537 * gdbint.texinfo: Improve REGISTER_U_ADDR and USE_PROC_FS doc.
13538
13539Tue Oct 20 23:27:56 1992 John Gilmore (gnu@cygnus.com)
13540
13541 * gdbint.texinfo: Document obsolete STACK_END_ADDR.
13542 (all @node commands): Use new form to avoid nitpicking errors.
13543 * gdbint.texinfo: Document host/native/target split.
13544
13545Tue Oct 20 21:32:18 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13546
13547 * gdbint.texinfo: add PUSH_DUMMY_FRAME, POP_FRAME.
13548
13549Fri Oct 16 03:34:01 1992 John Gilmore (gnu@cygnus.com)
13550
13551 * gdbint.texinfo: Update GET_LONGJMP_TARGET, L_SET doc.
13552
c906108c
SS
13553Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13554
13555 * gdbint.texinfo: fixed a stray email address (needs @@),
13556 added @table @code to node "Native Conditionals"
13557
701adfb0
PA
13558Thu Oct 8 16:27:45 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13559
13560 * gdbint.texinfo: document a few more macros, create new section
13561 for native macros.
13562
13563Thu Oct 1 01:57:56 1992 John Gilmore (gnu@cygnus.com)
13564
13565 * gdb.texinfo: Document command hooks.
13566
c906108c
SS
13567Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
13568
13569 * gdbint.texinfo: Describe coding style of GDB.
13570
13571Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
13572
13573 * stabs.texinfo: Minor wording changes.
13574
13575Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
13576
13577 * gdbint.texinfo: Improve release doc slightly.
13578
701adfb0
PA
13579Fri Sep 11 18:28:28 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13580
13581 * gdb.texinfo, gdbinv-m.m4.in, gdbinv-s.m4.in: First pass at doc
13582 for two new remote targets---29K using UDI, and Tandem ST2000
13583 using STDBUG.
13584
13585 * all.m4, none.m4: new m4 switch, _ST2000__
13586
13587 * all.m4: turn on H8/300 stuff for generic manual
13588
13589 * gdbinv-s.m4.in: remove text on special procedures to continue
13590 after explicit call to breakpoint() in serial stubs.
13591
c906108c
SS
13592Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
13593
13594 * gdbint.texinfo: Improve doc of GDB config macros.
13595
13596Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
13597
13598 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
13599 These will be reinserted when examined.
13600
701adfb0
PA
13601Fri Sep 4 18:53:57 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13602
13603 * gdb.texinfo: fix shameful error of agreement reported by
13604 jimb@occs.cs.oberlin.edu (Jim Blandy)
13605 * gdb.texinfo: remove old partial discussion of remote serial
13606 protocol (via serial debug stubs)
13607 * gdbinv-m.m4.in, gdbinv-s.m4.in: new section discussing
13608 use of serial debug stubs
13609
c906108c
SS
13610Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
13611
13612 * gdbint.texinfo: Make a start at documenting all the #if macros
13613 in GDB. At least list them all, and start separating them into
13614 host-specific and target-specific.
13615
13616Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13617
13618 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 13619 examples (not consistent w others).
c906108c
SS
13620 gdb.texinfo: issue disclaimer paragraph on cmdline options only
13621 for generic vn of doc
13622
13623Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
13624
13625 * Makefile.in: always create installation directories.
13626
13627Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13628
13629 * gdb.texinfo: in h8 config, do not describe searching commands.
13630
13631Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13632
13633 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
13634 conditionals; introduce a few generic switches that may be
13635 useful for other cross-dev or dos-hosted configs.
13636
13637 * gdb.texinfo: fix typo in "info reg" description
13638
13639Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
13640
13641 * stabs.texinfo: Minor updates from running TeX over it.
13642 * Makefile.in (stabs.dvi, stabs.ps): Add.
13643
13644Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
13645
13646 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
13647 First pass at converting it to texinfo.
13648
13649Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
13650
13651 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
13652 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
13653
13654Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
13655
13656 * gdbint.texinfo: Add section on partial symbol tables.
13657
701adfb0
PA
13658Fri Jun 19 10:28:05 1992 John Gilmore (gnu at cygnus.com)
13659
13660 * gdb.texinfo: Document new am29k setting.
13661
c906108c
SS
13662Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
13663
13664 * gdb.texinfo: document `set remotedebug' and `set
13665 rstack_high_address'.
13666
13667Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13668
13669 * gdb.texinfo: slight expansion of new text on reading info files
13670 * gdbinv-s.m4.in: correct and expand info on cross-debugging
13671 H8/300 from DOS.
13672
13673Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
13674
13675 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
13676
13677Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
13678
13679 * gdb.texinfo: Say how to read the `info' files.
13680
13681Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
13682
13683 * Makefile.in: gm4 -> m4.
13684
13685Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
13686
13687 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
13688 Documentation' ahead of `Installing GDB' to match README.
13689 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 13690 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
13691
13692Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
13693
13694 * Makefile.in: remove $(srcdir) from gdb.info rule.
13695
13696Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13697
13698 * Makefile.in: commented out gdb-all.texinfo rule. This is
13699 temporary.
13700
13701Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
13702
13703 * Makefile.in, configure.in: removed traces of namesubdir,
13704 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 13705 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
13706
13707Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
13708
13709 * gdb.texinfo: Improve how we ask for bug reports.
13710
13711Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13712
13713 * Makefile.in: infodir belongs in datadir.
13714
13715Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13716
13717 * Makefile.in: remove spaces following hyphens, bsd make can't
13718 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 13719 standards.text support.
c906108c
SS
13720
13721Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13722
13723 * Makefile.in: idestdir and ddestdir go away. Added copyrights
13724 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
13725 and mandir now keyed off datadir by default.
13726
13727\f
13728Local Variables:
9e9c5ae7 13729mode: change-log
c906108c
SS
13730left-margin: 8
13731fill-column: 74
13732version-control: never
463888ab 13733coding: utf-8
c906108c 13734End:
This page took 2.187944 seconds and 4 git commands to generate.