gdb/python: add PendingFrame.level and Frame.level methods
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
d52b8007
AB
12021-06-21 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * python.texi (Unwinding Frames in Python): Mention
4 PendingFrame.level.
5 (Frames In Python): Mention Frame.level.
6
3aabdfe1
FW
72021-06-16 Felix Willgerodt <felix.willgerodt@intel.com>
8
9 * gdb.texinfo (Process Record and Replay): Stop mentioning lines
10 for "record function-call-history" and
11 "set record function-call-history-size".
12
f9e59d06
LS
132021-06-08 Lancelot Six <lsix@lancelotsix.com>
14
15 * python.texi (Writing a Pretty-Printer): Use 'is None' instead of
16 '== None'.
17
ae61ef2c
SV
182021-06-05 Shahab Vahedi <shahab@synopsys.com>
19
20 * gdb.texinfo (Source and Machine Code): Document 'set
21 disassembler-options' support for the ARC target.
22
a5375566
HD
232021-06-04 Hannes Domani <ssbssa@yahoo.de>
24
25 * python.texi (TUI Windows In Python): Document Window.click.
26
3067d0b1
HD
272021-05-29 Hannes Domani <ssbssa@yahoo.de>
28
29 * python.texi (Writing a Frame Filter): Fix example.
30
bdef5723
HD
312021-05-27 Hannes Domani <ssbssa@yahoo.de>
32
33 * python.texi (TUI Windows In Python): Document "full_window"
34 argument.
35
868027a4
HD
362021-05-27 Hannes Domani <ssbssa@yahoo.de>
37
38 * python.texi (Symbols In Python): Document gdb.SYMBOL_LOC_LABEL.
39
2c5731b6
HD
402021-05-25 Hannes Domani <ssbssa@yahoo.de>
41
42 * python.texi (Symbols In Python): Fix gdb.SYMBOL_LOC_COMMON_BLOCK.
43
c45d37a9
AB
442021-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
45
46 * gdb.texi (Initialization Files): Add '@:' after 'e.g.'.
47 (Source Path): Likewise.
48 (GDB/MI Development and Front Ends): Likewise.
49 (ARM Features): Likewise.
50 (gdb man): Likewise.
51
55789354
TBA
522021-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
53
54 * python.texi (Inferiors In Python): Mention the 'connection_num'
55 attribute.
56
ee35ce82
GB
572021-05-12 George Barrett <bob@bob131.so>
58
59 * guile.texi (Values From Inferior In Guile): Add documentation
60 for value-const-value.
61
9d4fc61d
GB
622021-05-12 George Barrett <bob@bob131.so>
63
64 * guile.texi (Values From Inferior In Guile): Add documentation
65 for value-reference-value. Add documentation for
66 value-rvalue-reference-value.
67
97cef6b7
GB
682021-05-12 George Barrett <bob@bob131.so>
69
70 * guile.texi (Types In Guile): Add documentation for
71 TYPE_CODE_RVALUE_REF.
72
802021d4
AB
732021-05-10 Andrew Burgess <andrew.burgess@embecosm.com>
74
75 * guile.texinfo (Breakpoints In Guile): Reword sentence.
76 * python.texinfo (Breakpoints In Python): Reword sentence.
77
9dffa1aa
AB
782021-05-09 Andrew Burgess <andrew.burgess@embecosm.com>
79
80 * python.texinfo (Python Commands): Document 'set debug
81 py-unwind' and 'show debug py-unwind'.
82
75140e3b
AB
832021-05-09 Andrew Burgess <andrew.burgess@embecosm.com>
84
85 * python.texinfo (Python Commands): Document 'set debug
86 py-breakpoint' and 'show debug py-breakpoint'.
87
79aabb73
TBA
882021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
89
90 * gdb.texinfo (GDB/MI Breakpoint Commands): Mention the
91 '--force' flag of the '-break-condition' command.
92
10e578d7
TBA
932021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
94
95 * gdb.texinfo (GDB/MI Breakpoint Commands): Mention the
96 '--force-condition' flag of the '-break-insert' and
97 '-dprintf-insert' commands.
98
fa94b3a7
SM
992021-05-04 Simon Marchi <simon.marchi@polymtl.ca>
100
101 * python.texi (Types In Python): Re-organize Type.fields doc.
102 Mention handling of array types. Correct doc for when calling
103 the method on another type.
104
e43c3e2a
AB
1052021-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
106
107 * gdb.texinfo (Initialization Files): Use @env when referencing
108 environment variables.
109 (Shell Commands): Likewise.
110 (Starting): Likewise.
111 (Arguments): Likewise.
112 (Environment): Likewise.
113 (Edit): Likewise.
114 (Compiling and Injecting Code): Likewise.
115 (Files): Likewise.
116 (Command History): Likewise.
117 (Screen Size): Likewise.
118 (Emacs): Likewise.
119
edeaceda
AB
1202021-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
121
122 * python.texinfo (Python Commands): Mention new commands.
123
fbb46296
LS
1242021-04-25 Lancelot Six <lsix@lancelotsix.com>
125
126 PR gdb/22640
127 * gdb.texinfo (Symbols): Describe the 'x' and 'd' flags of the
128 ptype command, describe 'set print type hex' and 'show print
129 type hex' commands. Update 'ptype/o' examples.
130
85c88e2a
TBA
1312021-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
132
133 * gdb.texinfo (GDB/MI Breakpoint Information): Update the
134 description for the 'enabled' field of breakpoint locations.
135
5809fbf2
TT
1362021-04-15 Tom Tromey <tom@tromey.com>
137 Andrew Burgess <andrew.burgess@embecosm.com>
138
139 * gdb.texinfo (Mode Options): Mention "set startup-quietly".
140
92e4e97a
AB
1412021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
142
143 PR cli/25956
144 * gdb.texinfo (File Options): Mention new command line options.
145 (Startup): Discuss when early init files are processed.
146 (Initialization Files): Add description of early init files.
147 (Output Styling): Update description of 'version' style.
148 (gdb man): Mention early init files.
149
b9de3b91
AB
1502021-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
151
152 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add missing
153 parentheses to GDB prompt in example, and replace '(gdb)' with
154 '(@value{GDBP})' in one example where the latter was already in
155 use.
156
fa167b00
LM
1572021-03-29 Luis Machado <luis.machado@linaro.org>
158
159 * gdb.textinfo (Memory Tagging): Make it a @section.
160
a668276c
LM
1612021-03-24 Luis Machado <luis.machado@linaro.org>
162
163 * gdb.texinfo (Data): Document memory tagging changes to the "print"
164 command.
165 (Examining Memory): Document memory tagging changes to the "x"
166 command.
167 (Memory Tagging): Update with more information on changes to the "x"
168 and "print" commands.
169
362a0700
LM
1702021-03-24 Luis Machado <luis.machado@linaro.org>
171
172 * gdb.texinfo (Memory Tagging): New subsection and node.
173 (AArch64 Memory Tagging Extension): New subsection.
174
0f01515a
LM
1752021-03-24 Luis Machado <luis.machado@linaro.org>
176
177 * gdb.texinfo (General Query Packets): Document qMemTags and
178 QMemTags. Document the "memory-tagging" feature.
179 (ARM-Specific Protocol Details): Document memory tag types.
180
763b8efd
AB
1812021-03-18 Andrew Burgess <andrew.burgess@embecosm.com>
182
183 * python.texinfo (Parameters In Python): Return empty string in
184 small example code.
185
02a79309
AB
1862021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
187
188 * gdb.texinfo (Files): Document new 'maint info target-sections'
189 command.
190
22e6d16f
LS
1912021-02-17 Lancelot Six <lsix@lancelotsix.com>
192
193 PR cli/17290
194 * gdb.texinfo (Remote Configuration): Fix show remote
195 interrupt-sequence and show remote interrupt-on-connect.
196
bf3386f0
AB
1972021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
198
199 * gdb.texinfo (Files): Update documentation for 'maint info
200 sections'.
201
29db1eb3
AB
2022021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
203
204 * python.texinfo (TUI Windows In Python): Extend description of
205 TuiWindow.is_valid.
206
2e3773ff
LS
2072021-02-02 Lancelot SIX <lsix@lancelotsix.com>
208
209 * gdb.texinfo (Inferiors Connections and Programs): Document the
210 inferior command when used without argument.
211
bb3c2d4d
TT
2122021-01-27 Tom Tromey <tromey@adacore.com>
213
214 * gdb.texinfo (Auto-loading extensions): Remove extraneous space.
215
f3bdc2db
MB
2162021-01-25 Marco Barisione <mbarisione@undo.io>
217
218 * python.texi: Add parentheses to print statements/functions.
219
04de9f3e
AB
2202021-01-25 Andrew Burgess <andrew.burgess@embecosm.com>
221
222 * gdb.texinfo (Specify Location): Move menu to the end of the
223 node.
224 (Auto-loading): Likewise.
225 (Extending GDB): Likewise.
226 (TUI): Likewise.
227 (Operating System Information): Likewise.
228
9d2d8a16
AB
2292021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
230
231 PR cli/25956
232 * gdb.texinfo (Output Styling): Document version style.
233
d8c4766d
AB
2342021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
235
236 * gdb.texinfo (Auto-loading extensions): Add additional cross
237 references and move @menu to the end of the node.
238
fe461d2f
AB
2392021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
240
241 * gdb.texinfo (Aliases): Move @menu to the end of the node.
242
cc4bc93e
AB
2432021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
244
245 * gdb.texinfo (PowerPC Embedded): Down case contents of @var.
246
a72d0f3d
AB
2472021-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
248
249 * gdb.texinfo (Commands): Update menu.
250 (Extending GDB): Likewise.
251 (Command aliases default args): Moved later into the document,
252 added a cindex entry. Renamed the section 'Automatically prepend
253 default arguments to user-defined aliases' to 'Default Arguments'.
254 (Aliases): Moved earlier in the document. Minor rewording of the
255 first paragraph, down-cased the text inside all uses of @var, and
256 added a cross reference to the Python code. Renamed the section
257 'Creating new spellings of existing commands' to 'Command
258 Aliases'.
259
325d39e4
HD
2602021-01-21 Hannes Domani <ssbssa@yahoo.de>
261
262 PR python/19151
263 * python.texi (Breakpoints In Python): Document
264 gdb.BP_HARDWARE_BREAKPOINT.
265
b5b5650a
JB
2662021-01-01 Joel Brobecker <brobecker@adacore.com>
267
268 * gdb.texinfo, refcard.tex: Update copyright year range.
269
6596a5d4
HD
2702020-12-29 Hannes Domani <ssbssa@yahoo.de>
271
272 * python.texi (Frame Decorator API): Fix method name.
273
f37059ea
AB
2742020-12-23 Alex Bennée <alex.bennee@linaro.org>
275
276 * gdb.texinfo (Packets): Clarify language for ? packet.
277
904cb749
JB
2782020-12-21 Joel Brobecker <brobecker@adacore.com>
279
280 * gdb.texinfo (Requirements): Add GMP to list of requirements.
281
e8460459
HD
2822020-12-18 Hannes Domani <ssbssa@yahoo.de>
283
284 * python.texi (TUI Windows In Python): Remove erroneous 'a'.
285
4aea001f
HD
2862020-12-18 Hannes Domani <ssbssa@yahoo.de>
287
288 * python.texi (Values From Inferior): Document the address keyword.
289
85be4f5a
SM
2902020-12-17 Simon Marchi <simon.marchi@polymtl.ca>
291
292 PR gdb/27088
293 * gdb.texinfo (Range Checking): Fix "show check range" command
294 name.
295
ee9812a0
AB
2962020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
297
298 * gdb.texinfo (Caching Target Data): Document 'maint flush
299 dcache'.
300
50a5f187
AB
3012020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
302
303 * gdb.texinfo (Symbols): Document 'maint flush symbol-cache'.
304 (Maintenance Commands): Document 'maint flush register-cache'.
305
ab954e4a
BE
3062020-12-04 Bernd Edlinger <bernd.edlinger@hotmail.de>
307
308 * Makefile.in: Delete GDBvn.texi and version.subst only in
309 the maintainer-clean target.
310
9f121239
HD
3112020-11-29 Hannes Domani <ssbssa@yahoo.de>
312
313 PR python/26974
314 * python.texi: Fix docu for static members argument.
315
a5c641b5
AB
3162020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
317
318 * gdb.texinfo (Debugging Output): Document 'set/show debug
319 fortran-array-slicing'.
320 (Special Fortran Commands): Document 'set/show fortran
321 repack-array-slices'.
322
ab33b152
AB
3232020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
324
325 * gdb.texinfo (Maintenance Commands): Update description of 'maint
326 print c-tdesc'.
327
64aaad63
AB
3282020-11-02 Andrew Burgess <andrew.burgess@embecosm.com>
329
330 * gdb.texinfo (Mode Options): Descriptions of initialization files
331 has been moved to 'Initialization Files'.
332 (Startup): Likewise.
333 (Initialization Files): New node.
334 (gdb man): Update to mention alternative file paths.
335 (gdbinit man): Likewise.
336
733d554a
TBA
3372020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
338
339 * gdb.texinfo (Set Breaks): Document the '-force-condition' flag
340 of the 'break'command.
341 * gdb.texinfo (Conditions): Document the '-force' flag of the
342 'condition' command.
343
b5fa468f
TBA
3442020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
345
346 * gdb.texinfo (Set Breaks): Document disabling of breakpoint
347 locations for which the breakpoint condition is invalid.
348
4b136f6f
MF
3492020-10-06 Michael Forney <mforney@mforney.org>
350
351 * Makefile.in (HAVE_NATIVE_GCORE_HOST): Add for gcore.1
352 install condition.
353
8d378f27
SM
3542020-10-04 Simon Marchi <simon.marchi@polymtl.ca>
355
356 * gdb.texinfo (Debugging Output): Add set/show debug event-loop.
357
7b085b1c
SM
3582020-10-04 Simon Marchi <simon.marchi@polymtl.ca>
359
360 * gdb.texinfo (Debugging Output): Add empty lines, fix typo.
361
6791b117
PA
3622020-09-13 Pedro Alves <pedro@palves.net>
363
364 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
365 "-break-insert --qualified" and "-dprintf-insert --qualified".
366
fdd8731b
SV
3672020-08-25 Shahab Vahedi <shahab@synopsys.com>
368
369 * gdb.texinfo (Synopsys ARC): Document LP_START, LP_END and BTA.
370
995d3a19
SV
3712020-08-25 Shahab Vahedi <shahab@synopsys.com>
372
373 * gdb.texinfo (Synopsys ARC): Update the documentation for ARC
374 Features.
375
e09eef98
TT
3762020-08-07 Tom Tromey <tromey@adacore.com>
377
378 * gdb.texinfo (Ravenscar Profile): Add examples.
379 Document runtime initialization limitation.
380
39791af2
JM
3812020-08-04 Jose E. Marchesi <jose.marchesi@oracle.com>
382
383 * gdb.texinfo (Contributors): Add information for the eBPF
384 support.
385 (BPF): New section.
386
43d5901d
AB
3872020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
388
389 * python.texi (Unwinding Frames in Python): Update descriptions
390 for PendingFrame.read_register and
391 gdb.UnwindInfo.add_saved_register.
392 (Frames In Python): Update description of Frame.read_register.
393
14fa8fb3
AB
3942020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
395
396 * python.texi (Registers In Python): Document new find function.
397
b089853a
KB
3982020-07-22 Kevin Buettner <kevinb@redhat.com>
399
400 * gdb.texinfo (Maintenance Commands): Add documentation for
401 new command "maintenance print core-file-backed-mappings".
402
c9fe1b58
RT
4032020-07-22 Reuben Thomas <rrt@sc3d.org>
404
405 * gdb.texinfo (Remote Protocol, Overview): Correct the description
406 of which remote protocol commands are mandatory for a stub to
407 implement.
408
ae5369e7
LC
4092020-07-20 Ludovic Courtès <ludo@gnu.org>
410
411 * doc/guile.texi (Guile Introduction): Mention Guile 3.0.
412
68cf161c
LC
4132020-07-20 Ludovic Courtès <ludo@gnu.org>
414
415 * guile.texi (Memory Ports in Guile): Mark
416 'memory-port-read-buffer-size',
417 'set-memory-port-read-buffer-size!',
418 'memory-port-write-buffer-size',
419 'set-memory-port-read-buffer-size!' as deprecated.
420 (Guile Introduction): Clarify which Guile
421 versions are supported.
422
ed788fee
PC
4232020-07-13 Paul Carroll <pcarroll@codesourcery.com>
424
425 PR gdb/25716
426
427 * gdb.texinfo (Frame Apply): Remove anchor for 'frame
428 apply' and adjust xrefs to it.
429
0a278aa7
PW
4302020-07-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
431
432 * gdb.texinfo (Attach): Update exec-file-mismatch doc.
433
6e2469ff
HD
4342020-07-08 Hannes Domani <ssbssa@yahoo.de>
435
436 * gdb.texinfo: Document Windows drive conversion of
437 'set auto-load scripts-directory'.
438
64cb3757
AB
4392020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
440
441 * gdb.texi (Registers): Add @anchor for 'info registers
442 <reggroup>' command.
443 * python.texi (Architectures In Python): Document new
444 register_groups method.
445 (Registers In Python): Document two new object types related to
446 register groups.
447
0f767f94
AB
4482020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
449
450 * python.texi (Python API): Add new section to the menu.
451 (Frames In Python): Add new @anchor.
452 (Architectures In Python): Document new registers method.
453 (Registers In Python): New section.
454
87dbc774
AB
4552020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
456
457 * python.texi (Unwinding Frames in Python): Document
458 PendingFrame.architecture method.
459
edf92af0
EZ
4602020-06-26 Eli Zaretskii <eliz@gnu.org>
461
462 * gdb.texinfo (Shell Commands): More accurate description of use
463 of $SHELL. Reported by Sandra Loosemore <sandra@codesourcery.com>.
464
caa7fd04
AB
4652020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
466
467 * gdb.texinfo (Maintenance Commands): Document new 'maint print
468 xml-desc' command.
469
5b860c93
PW
4702020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
471
472 * gdb.texinfo (Command aliases default args): New node documenting
473 how to use default args for a command using aliases.
474 (Aliases): Document the new 'DEFAULT-ARGS...' option.
475 (Help): Update help aliases text and describe when full alias
476 definition is provided.
477
914592f9
TT
4782020-06-11 Tom Tromey <tromey@adacore.com>
479
480 * gdb.texinfo (Index Files): Reword. Remove Ada limitation.
481
c5a6a07f
JG
4822020-06-10 Jonny Grant <jg@jguk.org>
483
484 * gdb.texinfo: Remove broken links Previous and Up from
485 contents.
486
0a4f5f8c
TT
4872020-05-23 Tom Tromey <tom@tromey.com>
488
489 * gdb.texinfo (Output Styling): Don't mention completion styling.
490 (Editing): Don't mention readline completion styling.
491
eca1f90c
TT
4922020-05-23 Tom Tromey <tom@tromey.com>
493
494 * gdb.texinfo (Output Styling): Mention completion styling.
495 (Editing): Mention readline completion styling.
496
98c59b52
PA
4972020-05-19 Pedro Alves <palves@redhat.com>
498
499 * gdb.texinfo (Attach): Update exec-file-mismatch description to
500 mention build IDs.
501 (Separate Debug Files): Add "build id" anchor.
502
5b4a1a8d
PW
5032020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
504
505 * gdb.texinfo (Help): Document the help and apropos changes.
506 (Aliases): Document new meaning of -a abbreviation flag.
507
aa8509b4
KR
5082020-05-05 Kamil Rytarowski <n54@gmx.com>
509
510 * gdb.texinfo (info proc, info proc cmdline, info proc cwd)
511 (info proc exe, info proc mappings, info proc stat): Mention
512 NetBSD support.
513
2b2fbab8
TT
5142020-04-28 Tom Tromey <tom@tromey.com>
515
516 * python.texi (Commands In Python): Document gdb.COMMAND_TUI.
517
45fc7c99
TT
5182020-04-27 Tom Tromey <tromey@adacore.com>
519
520 * python.texi (Types In Python): Mention missing fields. Add
521 dynamic type example.
522
1acda803
TT
5232020-04-24 Tom Tromey <tromey@adacore.com>
524
525 PR python/23662:
526 * python.texi (Types In Python): Document new features.
527
0ca4866a
AS
5282020-04-15 Artur Shepilko <nomadbyte@gmail.com>
529
530 * gdb.texinfo: Transform @var{[host]} to [@var{host}]; this
531 clears makeinfo warnings.
532 * python.texi: Add a missing period trailing an @xref{} clause;
533 this clears a makeinfo warning.
534
09f2921c
TV
5352020-03-06 Tom de Vries <tdevries@suse.de>
536
537 * gdb.texinfo: Fix "the the".
538
0bab6cf1
TV
5392020-03-04 Tom de Vries <tdevries@suse.de>
540
541 * gdb.texinfo: Remove trailing "done." in "Reading symbols from" lines.
542 * python.texi: Same.
543
63e163f2
AB
5442020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
545
546 * gdb.texinfo (Command History): Extend description for
547 GDBHISTFILE and GDBHISTSIZE, add detail about the filename for
548 'set history filename' being optional. Describe the effect of an
549 empty history filename on 'set history save on'.
550
e56d7f1e
AB
5512020-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
552
553 * gdb.texinfo (Threads): Fix alignment in 'info threads' example
554 output.
555
01b1af32
TT
5562020-02-22 Tom Tromey <tom@tromey.com>
557
558 * python.texi (Python API): Add menu item.
559 (TUI Windows In Python): New node.
560
7c043ba6
TT
5612020-02-22 Tom Tromey <tom@tromey.com>
562
563 PR tui/17850:
564 * gdb.texinfo (TUI Commands): Document horizontal layouts.
565
ee325b61
TT
5662020-02-22 Tom Tromey <tom@tromey.com>
567
568 * gdb.texinfo (TUI Overview): Mention user layouts.
569 (TUI Commands): Document "tui new-layout".
570
b7d2fe14
TT
5712020-01-26 Tom Tromey <tromey@adacore.com>
572
573 * gdb.texinfo (M68K Features): Document floating-point feature
574 correspondence.
575
e47e48f6
PW
5762020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
577
578 * gdb.texinfo (Attach): Document the new option and the
579 set/show commands.
580 (Connecting): Reference the exec-file-mismatch option.
581
65c574f6
PA
5822020-01-10 Pedro Alves <palves@redhat.com>
583
584 * gdb.texinfo (Starting): Say "current inferior not connected"
585 instead of "GDB not connected".
586 (Inferiors and Programs): Rename node to ...
587 (Inferiors Connections and Programs): ... this. Update all
588 references. Talk about multiple target connections. Update "info
589 inferiors" info to mention the connections column. Describe "info
590 connections". Document "add-inferior -no-connection".
591 * guile.texi, python.texi: Update cross references.
592
e5d78223
JB
5932020-01-01 Joel Brobecker <brobecker@adacore.com>
594
595 * gdb.texinfo, refcard.tex: Update copyright year range.
596
db178f47
AB
5972019-12-14 Andrew Burgess <andrew.burgess@embecosm.com>
598
599 * python.texi (Symbols In Python): Remove duplicate description of
600 gdb.lookup_global_symbol.
601
27f7b2f6
SM
6022019-12-11 Simon Marchi <simon.marchi@efficios.com>
603
604 * gdb.texinfo (Writing JIT Debug Info Readers): Fix typo.
605
d8edc8b7
PW
6062019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
607
608 * gdb.texinfo (Command Options): Use -p and -pretty in the example,
609 as -r is ambiguous. Update the print - TAB TAB completion result.
610 (Data): Document new option -raw-values. Use -p and -pretty in the
611 example, as -r is ambiguous.
612 (Print Settings): Document set print raw values.
613 (Pretty-Printer Commands): Document interaction between enabled
614 pretty printers and -raw-values/-raw-frame-arguments.
615
77bb17b6
TT
6162019-12-10 Tom Tromey <tom@tromey.com>
617
618 * python.texi (gdb.prompt): Use correct quotes in example.
619 Shorten sample text.
620
c2512106
AB
6212019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
622
623 * doc/gdb.texinfo (GDB/MI Symbol Query): Add documentation of
624 -max-results to some -symbol-info-* commands.
625
293b38d6
AB
6262019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
627
628 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
629 -symbol-info-module-functions and -symbol-info-module-variables.
630
a2a7af0c
TT
6312019-12-01 Tom Tromey <tom@tromey.com>
632
633 * gdb.texinfo (TUI Configuration): Mention TUI border styles.
634 (Output Styling): Document new settings.
635
d1da6b01
TT
6362019-12-01 Tom Tromey <tom@tromey.com>
637
638 * gdb.texinfo (TUI Configuration): Document new setting.
639
bf498525
PW
6402019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
641
642 * gdb.texinfo (Define): Indicate that user-defined prefix can
643 be used in 'define' command. Document 'define-prefix' command.
644
db5960b4
AB
6452019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
646
647 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
648 -symbol-info-modules.
649
7dc42066
AB
6502019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
651
652 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
653 -symbol-info-functions, -symbol-info-types, and
654 -symbol-info-variables.
655
22138db6
TT
6562019-11-26 Tom Tromey <tom@tromey.com>
657
658 * gdb.texinfo (Maintenance Commands): Document new maint
659 commands.
660
6cc8564b
LM
6612019-11-25 Luis Machado <luis.machado@linaro.org>
662
663 * gdb.texinfo (Debugging Output): Document set debug
664 remote-packet-max-chars.
665
6b92c0d3
TV
6662019-11-14 Tom de Vries <tdevries@suse.de>
667
668 * gdb.texinfo: Fix typos.
669 * python.texi: Same.
670 * stabs.texinfo: Same.
671
45e42163
TT
6722019-11-12 Tom Tromey <tom@tromey.com>
673
674 * gdb.texinfo (Maintenance Commands): Document new command.
675
c86d74cc
TT
6762019-11-11 Tom Tromey <tom@tromey.com>
677
678 * gdb.texinfo (TUI Keys): Document readline function names.
679
c71acd15
TT
6802019-11-11 Tom Tromey <tom@tromey.com>
681
682 * gdb.texinfo (Editing): Document operate-and-get-next.
683
fb092e09
TT
6842019-11-11 Tom Tromey <tromey@adacore.com>
685
686 * gdb.texinfo (Host I/O Packets): Fix typo in "vFile:pwrite".
687
086baaf1
AB
6882019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
689
690 * python.texi (Symbols In Python): Add documentation for
691 gdb.lookup_static_symbols.
692
09ff83af
AB
6932019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
694
695 * python.texi (Symbols In Python): Extend documentation for
696 gdb.lookup_static_symbol.
697
165f8965
AB
6982019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
699
700 * gdb.texinfo (Symbols): Document new 'info module variables' and
701 'info module functions' commands.
702
59c35742
AB
7032019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
704
705 * gdb.texinfo (Symbols): Document new 'info modules' command.
706
aed61d02
PW
7072019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
708
709 * gdb.texinfo (Convenience Funs): Document the new
710 $_gdb_setting_str, $_gdb_maint_setting and $_gdb_maint_setting_str
711 convenience functions.
712
ed2a2229
CB
7132019-10-29 Christian Biesinger <cbiesinger@google.com>
714
715 * Makefile.in: Also set SYSTEM_GDBINIT_DIR for the info manual
716 generation.
717 * gdb.texinfo (many sections): Document new --with-system-gdbinit-dir
718 option.
719
6999161a
TT
7202019-10-23 Tom Tromey <tom@tromey.com>
721
722 * Makefile.in (READLINE_DIR): Update.
723
14796d29
CB
7242019-10-23 Christian Biesinger <cbiesinger@google.com>
725
726 * python.texi (Threads In Python): Add a note for how to get the
727 list of threads.
728
760f7560
TV
7292019-10-07 Tom de Vries <tdevries@suse.de>
730
731 * gdb.texinfo: Fix typo.
732 * guile.texi: Same.
733 * python.texi: Same.
734
0a4b0913
AB
7352019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
736
737 * doc/gdb.texinfo (Fortran Operators): Describe scope operator.
738
37f6a7f4
TT
7392019-10-02 Tom Tromey <tromey@adacore.com>
740
741 * gdb.texinfo (Set Catchpoints, Convenience Vars): Document
742 $_ada_exception.
743
abf516c6
UW
7442019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
745
746 * doc/gdb.texinfo (Remote Configuration): Remove documentation for
747 qXfer:spu:read and qXfer:spu:write.
748 (General Query Packets): Likewise.
749 (Cell Broadband Engine SPU architecture): Remove subsection.
750
11061048
TT
7512019-09-18 Tom Tromey <tom@tromey.com>
752
753 * gdb.texinfo (Editing): Document readline application name.
754 (TUI Single Key Mode): Document TUI SingleKey keymap name.
755
f1b620e9
MG
7562019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
757
758 * gdb.texinfo (Source Path): Additional text to better describe
759 how the source path directory list is used when searching for
760 source files.
761
4993045d
PW
7622019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
763
764 * gdb.texinfo (Ada Tasks): Tell the task name is printed, update
765 examples.
766
2d601616
TT
7672019-09-10 Tom Tromey <tromey@adacore.com>
768
769 * gdb.texinfo (Index Files): Update Ada text.
770
4acfdd20
AB
7712019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
772
773 * gdb.texinfo (Symbols): Add information about the -n flag to
774 "info variables" and "info functions".
775
e3ec872f
YS
7762019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
777
778 * gdb.texinfo (Standard Target Features): Add RX Features sub-section.
779
aa7ca1bb
AH
7802019-08-16 Alan Hayward <alan.hayward@arm.com>
781
782 * gdb.texinfo (AArch64 Pointer Authentication)
783 (GDB/MI Breakpoint Information) (Frame Information): Document
784 addr_field.
785
86c6b807
TT
7862019-08-12 Tom Tromey <tom@tromey.com>
787
788 * gdb.texinfo (Configure Options): Document minimum version of
789 readline.
790
1ba7cdcd
AH
7912019-08-09 Alan Hayward <alan.hayward@arm.com>
792
793 * gdb.texinfo (AArch64 Pointer Authentication): Fix typo.
794
3d31bc39
AH
7952019-08-07 Alan Hayward <alan.hayward@arm.com>
796
797 * gdb.texinfo (AArch64 Pointer Authentication): New subsection.
798
0b27c27d
CB
7992019-08-05 Christian Biesinger <cbiesinger@google.com>
800
801 * python.texi (Blocks In Python): Document dictionary access on blocks.
802
ae60f04e
PW
8032019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
804
805 * gdb.texinfo (Symbols): Document new args -dirname and -basename
806 of "info sources" command.
807
2906593f
CB
8082019-07-30 Christian Biesinger <cbiesinger@google.com>
809
810 * python.texi (Symbols In Python): Document new function
811 gdb.lookup_static_symbol.
812
c620ed88
CB
8132019-07-29 Christian Biesinger <cbiesinger@google.com>
814
815 * python.texi (Objfiles In Python): Document new functions
816 Objfile.lookup_{global,static}_symbol.
817
bc4268a5
PW
8182019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
819
820 * gdb.texinfo (Backtrace): Document the new '-frame-info'
821 backtrace option. Reference 'set print frame-info'.
822 (Print Settings): Document 'set|show print frame-info'.
823 Document new 'presence' value for 'set print frame-arguments.
824
a8eab7c6
AB
8252019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
826
827 * gdb.texinfo (Symbols): Add information about -q flag to "info
828 types".
829
86ceaf98
KB
8302019-07-20 Kevin Buettner <kevinb@redhat.com>
831
832 * python.texi (python command): Revise example to match
833 command behavior.
834
cb1e4e32
PA
8352019-07-09 Pedro Alves <palves@redhat.com>
836
837 * gdb.texinfo (C++ Exception GDB/MI Catchpoint Commands): Adjust
838 examples to show type=catchpoint instead of type=breakpoint and an
839 address.
840
fdbc9870
PA
8412019-07-03 Pedro Alves <palves@redhat.com>
842 Philippe Waroquiers <philippe.waroquiers@skynet.be>
843
844 * gdb.texinfo (Command Settings): New node documenting the general
845 concept of settings, how to change them, and the new "with"
846 command.
847 (Maintenance Commands): Document "maint with".
848
c6ac8931
PA
8492019-07-03 Pedro Alves <palves@redhat.com>
850
851 * gdb.texinfo (Maintenance Commands): Document "maint set/show
852 test-settings" instead of "maint test-settings set/show".
853
4ed4690f
SM
8542019-06-18 Simon Marchi <simon.marchi@efficios.com>
855
856 * gdb.texinfo (Invoking GDB): Remove sentence about how GDB
857 deals with a file that has the same name as the specified pid to
858 attach to. Add example using -p option.
859 (gdb man): Remove same sentence as in previous item.
860
30056ea0
AB
8612019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
862
863 * gdb.texinfo (GDB/MI Catchpoint Commands): Add menu entry to new
864 node.
865 (C++ Exception GDB/MI Catchpoint Commands): New node to describe
866 new MI commands.
867
3345721a
PA
8682019-06-13 Pedro Alves <palves@redhat.com>
869
870 * gdb.texinfo (Command Completion): Mention command options too.
871 (Command Options): New node.
872 (Threads): Add anchors. Extend descriptions of the "taas" and
873 "tfaas" commands.
874 (Backtrace): Describe new options of the "backtrace" command. Add
875 anchors.
876 (Frame Apply): Describe new options of the "frame apply" and
877 "faas" commands. Add anchors.
878 (Data): Describe new options of the "print" command. Add anchors.
879 (Compiling and Injecting Code): Mention options of the "compile
880 print" command.
881 (Maintenance Commands): Mention "maint test-options" subcommands
882 and the "maint show test-options-completion-result" command.
883
2daf894e
PA
8842019-06-13 Pedro Alves <palves@redhat.com>
885
886 * gdb.texinfo (Print Settings): Document "set/show print
887 raw-frame-arguments" instead of "set/show print raw
888 frame-arguments".
889
dca0f6c0
PA
8902019-06-13 Pedro Alves <palves@redhat.com>
891
892 * gdb.texinfo (Maintenance Commands): Document "maint
893 test-settings" commands.
894
1a3da2cd
AB
8952019-06-06 Amos Bird <amosbird@gmail.com>
896
897 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-exited
898 annotation.
899
e1f2e1a2
CB
9002019-06-04 Christian Biesinger <cbiesinger@google.com>
901
d3238f7d 902 * python.texi: Document new gdb.Type.objfile property.
e1f2e1a2 903
e664d728
PW
9042019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
905
906 * gdb.texinfo (Help): Document the new -v apropos flag.
907 (Output Styling): Document the style name styling done by "show style".
908 Document the new title and highlight styles.
909
e2c52041
PW
9102019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
911
912 * gdb.texinfo (Shell Commands): Document pipe command.
913 (Logging Output): Add a reference to pipe command.
914 (Convenience Variables): Document $_shell_exitcode and
915 $_shell_exitstatus.
916
000439d5
TT
9172019-05-29 Tom Tromey <tromey@adacore.com>
918
919 * gdb.texinfo (Continuing and Stepping): Document new
920 commands.
921
b7060614
AH
9222019-05-22 Alan Hayward <alan.hayward@arm.com>
923
924 * gdb.texinfo (Shell Commands): Add debugredirect.
925
7166f90a
JV
9262019-05-22 Jan Vrany <jan.vrany@fit.cvut.cz>
927
928 * gdb.texinfo: Minor formatting fixes.
929
26648588
JV
9302019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
931
932 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document new
933 MI command -complete.
934
a0a3a1e9
TV
9352019-05-14 Tom de Vries <tdevries@suse.de>
936
937 * gdb.texinfo (Automatic symbol index cache): Add concept and command
938 index entries.
939
3c2fcaf9
TV
9402019-05-14 Tom de Vries <tdevries@suse.de>
941
942 * gdb.texinfo (Maintenance Commands): Remove superfluous
943 quoting on command index entry for "maint info selftests".
944
a97c8e56
TT
9452019-05-10 Tom Tromey <tromey@adacore.com>
946
947 * python.texi (Pretty Printing API): Mention lazy computation for
948 "children".
949
b8e07335
TT
9502019-05-10 Tom Tromey <tromey@adacore.com>
951
952 * gdb.texinfo (Set Catchpoints): Add text for parameter to "catch
953 exception" and "catch handlers". Move "catch exception unhandled"
954 text. Use @var for "catch load" and "catch unload"
955
9d3421af
TT
9562019-05-08 Tom Tromey <tromey@adacore.com>
957
958 * gdb.texinfo (Symbols): Document change to ptype/o.
959
5f2459c2
EZ
9602019-05-03 Eli Zaretskii <eliz@gnu.org>
961
962 * gdb.texinfo (Separate Debug Files): Document how the
963 subdirectory of the global debug directory is computed on
964 MS-Windows/MS-DOS.
965
2e62ab40
AB
9662019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
967
968 * gdb.texinfo (Print Settings): Document 'print max-depth'.
969 * guile.texi (Guile Pretty Printing API): Document that 'print
970 max-depth' can effect the display of a values children.
971 * python.texi (Pretty Printing API): Likewise.
972 (Values From Inferior): Document max_depth keyword.
973
136afab8
PW
9742019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
975
976 * gdb.texinfo (Calling): Document the new
977 set|show may-call-functions.
978
73f8a590
PA
9792019-04-22 Pedro Alves <palves@redhat.com>
980
981 * gdb.texinfo (Reverse Execution): Mention and xref process record
982 and replay. Mention remote and system emulators.
983 (Process Record and Replay): List supported architectures.
984 Mention that "record btrace" is only supported on Intel
985 processors.
986
aeb2e706
AH
9872019-04-17 Alan Hayward <alan.hayward@arm.com>
988
989 * gdb.texinfo (Other Command-Line Arguments for gdbserver)
990 (Monitor Commands for gdbserver)
991 (gdbserver man): Add debug-file option.
992
2b0c8b01
KB
9932019-04-08 Kevin Buettner <kevinb@redhat.com>
994
995 * python.texi (Inferiors In Python): Rename
996 Inferior.thread_from_thread_handle to Inferior.thread_from_handle.
997 Add note about the former being deprecated.
998
c369f8f0
KB
9992019-04-08 Kevin Buettner <kevinb@redhat.com>
1000
1001 * python.texi (Threads In Python): Add description for method
1002 InferiorThread.handle.
1003
48ab418e
TT
10042019-04-07 Tom Tromey <tom@tromey.com>
1005
1006 * Makefile.in (all): Depend on "info".
1007
8bdc1658
AB
10082019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1009
1010 * gdb.texinfo (Convenience Funs): Document '$_creal' and
1011 '$_cimag'.
1012
7734102d
EZ
10132019-03-30 Eli Zaretskii <eliz@gnu.org>
1014
1015 * gdb.texinfo (Convenience Vars): Document $_gdb_major and
1016 $_gdb_minor.
1017
9f9aa852
AB
10182019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1019
1020 * python.texi (Pretty Printing API): Document use of None for the
1021 display_hint.
1022
6dc0ebde
AH
10232019-03-22 Alan Hayward <alan.hayward@arm.com>
1024 Jiong Wang <jiong.wang@arm.com>
1025
1026 * gdb.texinfo (AArch64 Features): Describe pauth feature.
1027
48869a5f
TT
10282019-03-20 Tom Tromey <tromey@adacore.com>
1029
1030 * python.texi (Selecting Pretty-Printers): Use @defvar for
1031 gdb.pretty_printers.
1032
5c85e20d
SM
10332019-03-14 Simon Marchi <simon.marchi@efficios.com>
1034
1035 * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing
1036 of table, "@end @table" -> "@end table".
1037
d085f989
TT
10382019-03-14 Tom Tromey <tromey@adacore.com>
1039
1040 * gdb.texinfo (Output Styling): Document "set style source" and
1041 "show style source".
1042
b4be1b06
SM
10432019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1044
1045 * gdb.texinfo (Mode Options): Mention mi3.
1046 (Interpreters): Likewise.
1047 (GDB/MI Development and Front Ends): Add entry for MI 3 in
1048 version table. Document -fix-multi-location-breakpoint-output.
1049 (GDB/MI Breakpoint Information): Document format of breakpoint
1050 location output.
1051
ff6c8b35
SM
10522019-03-05 Simon Marchi <simon.marchi@efficios.com>
1053
1054 * python.texi (Values From Inferior): Change synopsys of the
1055 second form of Value.__init__.
1056
e3624a40
EZ
10572019-03-02 Eli Zaretskii <eliz@gnu.org>
1058
1059 * gdb.texinfo (Output Styling): Fix typos. Document the default
1060 foreground colors of the available styles.
1061
2c3fc25d
KB
10622019-02-27 Kevin Buettner <kevinb@redhat.com>
1063
1064 * gdb.texinfo (Configure Options): Document minimum python
1065 version.
1066
af54ade9
KB
10672019-02-26 Kevin Buettner <kevinb@redhat.com>
1068
1069 * python.texi (Values From Inferior): Document second form
1070 of Value.__init__.
1071
c97a7739
JB
10722019-02-23 Joel Brobecker <brobecker@adacore.com>
1073
1074 * gdb.texinfo: Update copyright year ranges.
1075 * refcard.tex: Likewise.
1076
7557a514
AH
10772019-02-21 Alan Hayward <alan.hayward@arm.com>
1078
1079 * gdb.texinfo: Update style defaults.
1080
2d8b6830
TT
10812019-02-21 Tom Tromey <tromey@adacore.com>
1082
1083 * gdb.texinfo (Remote Configuration): Remove trailing "." from
1084 @item.
1085
1fea0d53
SM
10862019-01-16 Simon Marchi <simon.marchi@ericsson.com>
1087
1088 * gdb.texinfo (GDB/MI Development and Front Ends): Add table of
1089 MI versions. Update text around it.
1090
6f072a10
PFC
10912019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1092
1093 * gdb.texinfo (PowerPC Features): Document the alias
1094 pseudo-registers for the org.gnu.gdb.power.altivec feature.
1095
041be526
SM
10962019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1097
1098 * gdb.texinfo (Print Settings): Remove mention of specific
1099 demangle-style values, just refer to the in-process help.
1100
140a4bc0
TT
11012018-12-28 Tom Tromey <tom@tromey.com>
1102
1103 * gdb.texinfo (Output Styling): New node.
1104
e9076973
JB
11052018-12-13 John Baldwin <jhb@FreeBSD.org>
1106
1107 * gdb.texinfo (Set Catchpoints): Add an anchor for 'catch syscall'.
1108 (Native): Add a FreeBSD subsection.
1109 (FreeBSD): Document use of system call aliases for compatibility
1110 system calls.
1111
b5ffee31
AB
11122018-11-21 Andrew Burgess <andrew.burgess@embecosm.com>
1113
1114 * gdb.texinfo (Standard Target Features): Add RISC-V Features
1115 sub-section.
1116
20813a0b
PW
11172018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1118
1119 * gdb.texinfo (Examining the Symbol Table): Document language choice
1120 for 'info types|functions|variables' commands.
1121 (Setting Breakpoints): Document language choice to print
1122 the functions in which a breakpoint is set.
1123
4b905ae1
PFC
11242018-11-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1125
1126 * gdb.texinfo (PowerPC Features): Document the altivec and fpu
1127 requirements for the org.gnu.gdb.power.vsx feature.
1128
87f7ab7b
JB
11292018-11-01 Joel Brobecker <brobecker@adacore.com>
1130
1131 * gdb.texinfo (Ada Tasks): Update the "info task 2" example
1132 output to match the current implementation.
1133
d321477b
PW
11342018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1135
1136 * gdb.texinfo (Information About a Frame): Document changes
1137 to 'info args' and 'info locals'.
1138 (Examining the Symbol Table): Document changes to 'info functions'
1139 and 'info variables'.
1140
8d619c01
EBM
11412018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1142
1143 * gdb.texinfo (PowerPC Features): Describe new features
1144 "org.gnu.gdb.power.htm.spr", "org.gnu.gdb.power.htm.core",
1145 "org.gnu.gdb.power.htm.fpu", "org.gnu.gdb.power.htm.altivec",
1146 "org.gnu.gdb.power.htm.vsx", "org.gnu.gdb.power.htm.ppr",
1147 "org.gnu.gdb.power.htm.dscr", "org.gnu.gdb.power.htm.tar".
1148
232bfb86
EBM
11492018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1150
1151 * gdb.texinfo (PowerPC Features): Describe new features
1152 "org.gnu.gdb.power.ebb" and "org.gnu.gdb.power.linux.pmu".
1153
f2cf6173
EBM
11542018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1155
1156 * gdb.texinfo (PowerPC Features): Describe new feature
1157 "org.gnu.gdb.power.tar".
1158
7ca18ed6
EBM
11592018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1160
1161 * gdb.texinfo (PowerPC Features): Describe new features
1162 "org.gnu.gdb.power.ppr" and "org.gnu.gdb.power.dscr".
1163
d6677607
TT
11642018-10-20 Tom Tromey <tom@tromey.com>
1165
1166 * gdb.texinfo (TUI Commands): Add @end table.
1167 (TUI Configuration): Remove stray @end table.
1168
7806cea7
TT
11692018-10-19 Tom Tromey <tom@tromey.com>
1170
1171 PR tui/18388:
1172 * gdb.texinfo (TUI Commands): Remove tabset documentation.
1173 (TUI Configuration): Document "set tui tab-width".
1174
163cffef
TT
11752018-10-09 Tom Tromey <tom@tromey.com>
1176
1177 * python.texi (Inferiors In Python): Link to "Frames In Python",
1178 not "Unwinding Frames in Python".
1179
eff98030
TT
11802018-10-09 Tom Tromey <tom@tromey.com>
1181
1182 * gdb.texinfo (Configure Options): Update --enable-ubsan
1183 documentation.
1184
74792ff7
JB
11852018-10-08 John Baldwin <jhb@FreeBSD.org>
1186
1187 * gdb.texinfo (Contributors): Add SRI International and University
1188 of Cambridge for FreeBSD/riscv.
1189
add5ded5
TT
11902018-10-06 Tom Tromey <tom@tromey.com>
1191
1192 PR python/19399:
1193 * python.texi (Inferiors In Python): Document
1194 Inferior.Architecture.
1195
51e78fc5
TT
11962018-10-06 Tom Tromey <tom@tromey.com>
1197
1198 PR python/21765:
1199 * python.texi (Symbols In Python): Document the module and
1200 common-block domains. Remove documentation for incorrect
1201 domains.
1202
f35d5ade
TT
12032018-10-03 Tom Tromey <tom@tromey.com>
1204
1205 * gdb.texinfo (Configure Options): Document --enable-ubsan.
1206
c1168a2f
JD
12072018-10-02 John Darrington <john@darrington.wattle.id.au>
1208
1209 * gdb.texinfo (Remote Connection Commands): Describe
1210 the changes to target remote and target extended-remote
1211 relating to Unix domain sockets.
1212
a95746f9
TT
12132018-10-01 Tom Tromey <tom@tromey.com>
1214
1215 * gdb.texinfo (Configure Options): Document configure options.
1216
7f0bd420
TT
12172018-09-29 Tom Tromey <tom@tromey.com>
1218
1219 * gdb.texinfo (Requirements): Mention C++, GNU make.
1220 (Requirements): Sort the table. Add more libraries.
1221 (Running Configure): Remove obsolete text.
1222 (Separate Objdir): Likewise.
1223 (Configure Options): Likewise.
1224
f67ffa6a
AB
12252018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
1226
1227 * gdb.texinfo (Frames): Rewrite the description of 'frame number'
1228 to highlight that the number is also the frame's level.
1229 (Selection): Rewrite documentation for 'frame' and 'select-frame'
1230 commands.
1231 (Frame Info): Rewrite documentation for 'info frame' command.
1232
ae778caf
TT
12332018-09-23 Tom Tromey <tom@tromey.com>
1234
1235 PR python/18852:
1236 * python.texi (Parameters In Python): Document exception behavior
1237 of get_set_string.
1238
73f1bd76
JB
12392018-09-18 John Baldwin <jhb@FreeBSD.org>
1240
1241 * gdb.texinfo (info proc): Remove "running".
1242 (info proc mappings): Replace "program" with "process".
1243
8b113111
JB
12442018-09-18 John Baldwin <jhb@FreeBSD.org>
1245
1246 * gdb.texinfo (Process Information): Document "info proc files"
1247 command.
1248
e6cd1dc1
TT
12492018-09-17 Tom Tromey <tom@tromey.com>
1250
1251 * gdb.texinfo (Index Files): Update for cache directory change on
1252 macOS.
1253
8743a9cd
TT
12542018-09-16 Tom Tromey <tom@tromey.com>
1255
1256 * python.texi (Basic Python): Update docs for find_pc_line,
1257 solib_name.
1258 (Progspaces In Python): Update docs for current_progspace.
1259 Document block_for_pc, find_pc_line, is_valid, nsolib_name.
1260 Move method documentation before example.
1261
74d3fbbb
SM
12622018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1263
1264 * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
1265
0ae1a321
SM
12662018-09-13 Simon Marchi <simon.marchi@ericsson.com>
12672018-09-13 Tom Tromey <tom@tromey.com>
1268
1269 * python.texi (Program Spaces In Python): Document the
1270 Progspace.objfiles method.
1271 (Objfiles In Python): Mention that gdb.objfiles() is identical
1272 to gdb.selected_inferior().progspace.objfiles().
1273
a40bf0c2
SM
12742018-09-13 Simon Marchi <simon.marchi@ericsson.com>
12752018-09-13 Tom Tromey <tom@tromey.com>
1276
1277 * python.texi (Inferiors In Python): Document
1278 Inferior.progspace.
1279 (Program Spaces In Python): Document that
1280 gdb.current_progspace() is the same as
1281 gdb.selected_inferior().progspace.
1282
1256af7d
SM
12832018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1284
1285 * python.texi (Basic Python): Mention the string representation
1286 of GDB Python objects.
1287
3e68067f
SM
12882018-09-12 Simon Marchi <simon.marchi@ericsson.com>
1289
1290 * gdb.texinfo (Skipping Over Functions and Files): Document
1291 set/show debug skip.
1292
849cba3b
TT
12932018-09-10 Tom Tromey <tom@tromey.com>
1294
1295 * python.texi (Frames In Python, Blocks In Python)
1296 (Symbols In Python, Symbol Tables In Python)
1297 (Lazy Strings In Python): Remove periods from section titles.
1298
27a9fec6
TT
12992018-09-10 Tom Tromey <tom@tromey.com>
1300
1301 * python.texi (Pretty Printing API): Swap sentence order.
1302
9da10427
TT
13032018-09-10 Tom Tromey <tom@tromey.com>
1304
1305 PR python/16461:
1306 * python.texi (Values From Inferior): Mention use of virtual
1307 table.
1308
0d2a5839
TT
13092018-09-10 Tom Tromey <tom@tromey.com>
1310
1311 * python.texi (Basic Python): Parenthesize argument to
1312 decode_line.
1313
05c6bdc1
TT
13142018-09-10 Tom Tromey <tom@tromey.com>
1315
1316 * python.texi (Python): Mention Python versions. Don't mention
1317 execfile.
1318
e7b5068c
TT
13192018-09-10 Tom Tromey <tom@tromey.com>
1320
1321 PR python/19808:
1322 * python.texi (Unwinding Frames in Python): Rewrite
1323 create_unwind_info documentation. Update read_register
1324 documentation and add a note about unwinder caution.
1325
fb5af5e3
TT
13262018-09-10 Tom Tromey <tom@tromey.com>
1327
1328 PR python/18909:
1329 * python.texi (Events In Python): Fix inferior_call
1330 documentation.
1331
521b499b
TT
13322018-09-10 Tom Tromey <tom@tromey.com>
1333
1334 PR python/17752:
1335 * python.texi (Frame Filter API): Remove period from subsection
1336 title. Mention 100 as good default priority.
1337 (Frame Decorator API): Remove period from subsection title.
1338 Mention FrameDecorator module.
1339
4a5a194a
TT
13402018-09-10 Tom Tromey <tom@tromey.com>
1341
1342 PR python/23108:
1343 * python.texi (Exception Handling): Rearrange gdb.GdbError text
1344 and add a table.
1345
f5a476a7
TT
13462018-09-10 Tom Tromey <tom@tromey.com>
1347
1348 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
1349 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
1350 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
1351 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
1352
60c0454d
TT
13532018-09-10 Tom Tromey <tom@tromey.com>
1354
1355 PR python/16484:
1356 * python.texi (Frames In Python): Document that Frame.block can
1357 throw.
1358
088a96da
TT
13592018-09-10 Tom Tromey <tom@tromey.com>
1360
1361 PR python/23487:
1362 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
1363
22eb9e92
TT
13642018-09-10 Tom Tromey <tom@tromey.com>
1365
1366 PR python/16033:
1367 * python.texi (Blocks In Python): Document that Block.end is
1368 exclusive.
1369
078a0207
KS
13702018-08-29 Keith Seitz <keiths@redhat.com>
1371
1372 * gdb.texinfo (Compiling and injecting code in GDB): Document
1373 set/show "compile-oracle" and "compile-cplus-types" commands.
1374
6d52907e
JV
13752018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
1376
1377 * gdb.texinfo (The -stack-list-frames Command): Update description
1378 to mention "arch".
1379 Update MI examples throughout the document to contain "arch" in
1380 frame output.
1381
1461bdac
AH
13822018-08-21 Alan Hayward <alan.hayward@arm.com>
1383
1384 * gdb.texinfo (AArch64 SVE): New subsubsection.
1385
26fb3983
JV
13862018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
1387
1388 * gdb.texinfo (GDB/MI Data Manipulation): Document
1389 "-data-disassemble -a addr".
1390 (GDB/MI Support Commands): Document "data-disassemble-a-option"
1391 feature.
1392
7d11235d
SM
13932018-08-07 Simon Marchi <simon.marchi@ericsson.com>
1394
1395 * gdb.texinfo (Index Files Speed Up GDB): Add section about
1396 symbol index cache.
1397
129eb0f1
SDJ
13982018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
1399
1400 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
1401 option sections to further clarify that gcore can take more
1402 than one PID, and that "-o" is used to specify a prefix, not a
1403 filename.
1404
3c3bb058
AB
14052018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
1406
1407 * gdb.texinfo (Maintenance Commands): Add description of
1408 maintenance command to control dwarf unwinders.
1409
0a232300
PW
14102018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1411
1412 * gdb.texinfo (Debugging Programs with Multiple Threads):
1413 Document changes to 'thread apply'. Document 'taas'.
1414 Document 'tfaas'.
1415 (Examining the Stack): Document 'frame apply'. Document 'faas'.
1416
c7ab0aef
SDJ
14172018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1418 Jan Kratochvil <jan.kratochvil@redhat.com>
1419 Paul Fertser <fercerpav@gmail.com>
1420 Tsutomu Seki <sekiriki@gmail.com>
1421
1422 * gdb.texinfo (Remote Connection Commands): Add explanation
1423 about new IPv6 support. Add new connection prefixes.
1424
055303e2
AB
14252018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1426
1427 * gdb.texinfo (Remote Configuration): Update descriptions for
1428 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
1429 and hardware-watchpoint-length-limit variables.
1430
471b9d15
MR
14312018-07-02 Maciej W. Rozycki <macro@mips.com>
1432
1433 PR tdep/8282
1434 * gdb.texinfo (Source and Machine Code): Document `set
1435 disassembler-options' support for the MIPS target.
1436
291f9a96
PT
14372018-06-28 Petr Tesarik <ptesarik@suse.cz>
1438
1439 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
1440
ed6dfe51
PT
14412018-06-28 Petr Tesarik <ptesarik@suse.cz>
1442
1443 * gdb.texinfo (Files): The address argument for "add-symbol-file"
1444 is no longer mandatory.
1445
d4d429d5
PT
14462018-06-28 Petr Tesarik <ptesarik@suse.cz>
1447
1448 * gdb.texinfo (Files): Document "symbol-file -o offset".
1449
0dbfed25
TV
14502018-06-14 Tom de Vries <tdevries@suse.de>
1451
1452 * gdb.texinfo (Background Execution): Add @cindex for '&'.
1453
41fc26a2
EZ
14542018-06-11 Eli Zaretskii <eliz@gnu.org>
1455
1456 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
1457
5045b3d7
GB
14582018-06-08 Gary Benson <gbenson@redhat.com>
1459
1460 * gdb.texinfo (Maintenance Commands): Document "maint check
1461 libthread-db" and "maint set/show check-libthread-db".
1462
eb6af809
TT
14632018-06-05 Tom Tromey <tom@tromey.com>
1464
1465 PR cli/12326:
1466 * gdb.texinfo (Screen Size): Document "c" response to pagination
1467 prompt.
1468
4b2dfa9d
MR
14692018-05-31 Maciej W. Rozycki <macro@mips.com>
1470
1471 * gdb.texinfo (Choosing Target Byte Order): Document endianness
1472 selection details with the `set endian auto' mode.
1473
701adfb0
PA
14742018-05-31 Alan Hayward <alan.hayward@arm.com>
1475
1476 * gdb.texinfo: Describe SVE feature.
1477
a913fffb
TT
14782018-05-04 Tom Tromey <tom@tromey.com>
1479
1480 PR python/22731:
1481 * python.texi (Breakpoints In Python): Mention that "commands" is
1482 writable.
1483
0489430a
TT
14842018-05-02 Tom Tromey <tom@tromey.com>
1485
1486 PR python/20084:
1487 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
1488 PARAM_ZUINTEGER_UNLIMITED.
1489
6d7bb824
TT
14902018-04-30 Tom Tromey <tom@tromey.com>
1491
1492 * python.texi (Types In Python): Document Type.align.
1493
b744723f
AA
14942018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1495
1496 * gdb.texinfo (Symbols): Mention the fact that "info
1497 variables/functions/types" show source files and line numbers.
1498
4a4495d6
MM
14992018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1500
1501 * gdb.texinfo: Document set/show record btrace cpu.
1502
3fcded8f
JB
15032018-03-27 Joel Brobecker <brobecker@adacore.com>
1504
1505 * gdb.texinfo (Ada Settings): New subsubsection.
1506
978d6c75
TT
15072018-03-26 Tom Tromey <tom@tromey.com>
1508
1509 PR backtrace/15582:
1510 * gdb.texinfo (Backtrace): Mention "hide" argument.
1511
ea3b0687
TT
15122018-03-26 Tom Tromey <tom@tromey.com>
1513
1514 * gdb.texinfo (Backtrace): Describe options individually.
1515
76727919
TT
15162018-03-19 Tom Tromey <tom@tromey.com>
1517
1518 * observer.texi: Remove.
1519
386a8676
JB
15202018-03-04 John Baldwin <jhb@FreeBSD.org>
1521
1522 * gdb.texinfo (Debugging Output): Document "set/show debug
1523 fbsd-nat".
1524
db1ae9c5
AB
15252018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
1526
1527 * gdb.texinfo (Machine Code): Additional information about "info
1528 line" command.
1529
d726cb5d
SN
15302018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1531
1532 * gdb.texinfo (gdb-add-index man): Add pindex.
1533
dbfa4523
SN
15342018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1535
1536 * gdb.texinfo (set cwd): Add period.
1537 (gdb-add-index man): Move anchor.
1538
ba643918
SDJ
15392017-01-12 Tom Tromey <tom@tromey.com>
1540 Sergio Durigan Junior <sergiodj@redhat.com>
1541
1542 * gdb.texinfo (Index Files): Mention gdb-add-index.
1543 (gdb-add-index man): New section.
1544 * Makefile.in (gdb-add-index.1): New rule to generate manpage
1545 from gdb.texinfo.
1546
754452f0
SN
15472018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
1548
1549 * gdb.texinfo (pwd): Fix whitespace.
1550
2d97a5d9
JB
15512018-01-09 John Baldwin <jhb@FreeBSD.org>
1552
1553 * gdb.texinfo (pwd): Update cross-reference for Process Information
1554 node and remove explicit /proc reference.
1555 (Native): Rename subsection from SVR4 Process Information to
1556 Process Information.
1557 (Process Information): Reword introduction to be less /proc
1558 centric. Document support for "info proc" on FreeBSD.
1559
9f757bf7
XR
15602018-01-03 Xavier Roirand <roirand@adacore.com>
1561
1562 * gdb.texinfo (Set Catchpoints): Add documentation for new
1563 "catch handlers" action.
1564
cef0f868
SH
15652017-12-27 Stafford Horne <shorne@gmail.com>
1566
1567 * gdb.texinfo (Target Description Format): Explain that arbitrary
1568 strings are now allowed for register groups.
1569
b67d92b0
SH
15702017-12-27 Stafford Horne <shorne@gmail.com>
1571
1572 * gdb.texinfo (Registers): Document info reg $reggroup feature.
1573
7c161838
SDJ
15742017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1575
1576 PR cli/16224
1577 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
1578
b89641ba
SM
15792017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1580
1581 * python.texi (Manipulating breakpoints using Python): Document
1582 qualified parameter to gdb.Breakpoint.
1583
0b982d68
SM
15842017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1585
1586 * python.texi (Manipulating breakpoints using Python): Split doc
1587 of Breakpoint.__init__ in two, split text in multiple
1588 paragraphs, don't nest parameter square brackets.
1589
a994fec4
FJ
15902017-12-12 Stafford Horne <shorne@gmail.com>
1591 Stefan Wallentowitz <stefan@wallentowitz.de>
1592 Franck Jullien <franck.jullien@gmail.com>
1593 Jeremy Bennett <jeremy.bennett@embecosm.com>
1594
1595 * gdb.texinfo: Add OpenRISC documentation.
1596
437afbb8
JK
15972017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1598
1599 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
1600
883fd55a
KS
16012017-12-07 Keith Seitz <keiths@redhat.com>
1602
1603 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
1604 and "show print type nested-type-limit".
1605
824cc835
PM
16062017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1607
1608 * python.texi (Breakpoints In Python): Add text relating
1609 to allowed explicit locations and keywords in gdb.Breakpoints.
1610
7403715e
TT
16112017-12-04 Tom Tromey <tom@tromey.com>
1612
1613 * gdb.texinfo (Rust): Update trait object status
1614
97cbe998
SDJ
16152017-12-01 Andrew Cagney <cagney@redhat.com>
1616 Joel Brobecker <brobecker@adacore.com>
1617 Sergio Durigan Junior <sergiodj@redhat.com>
1618
1619 * gdb.texinfo (File Options): Document --readnever.
1620 (Commands to Specify Files): Likewise, for 'symbol-file' and
1621 'add-symbol-file'.
1622
bd69330d
PA
16232017-11-29 Pedro Alves <palves@redhat.com>
1624
1625 PR c++/19436
1626 * gdb.texinfo (Debugging C Plus Plus): Document setting
1627 breakpoints in functions with ABI tags.
1628
a20714ff
PA
16292017-11-29 Pedro Alves <palves@redhat.com>
1630
1631 * gdb.texinfo (Linespec Locations): Document how "function" is
1632 interpreted in C++ and Ada. Document "-qualified".
1633 (Explicit Locations): Document how "-function" is interpreted in
1634 C++ and Ada. Document "-qualified".
1635
ee9a09e9
DC
16362017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
1637
1638 PR gdb/21945
1639 * gdb.texinfo (Search Memory): Update description and example
1640 about how to search a string without NULL terminator.
1641
e547c119
JB
16422017-11-24 Joel Brobecker <brobecker@adacore.com>
1643
1644 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1645 new "exception-message" field.
1646
5f1ca24a
SM
16472017-11-24 Simon Marchi <simon.marchi@ericsson.com>
1648
1649 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
1650
d044bac8
PA
16512017-11-24 Pedro Alves <palves@redhat.com>
1652
1653 * gdb.texinfo (Completion): Update need-quoting examples. Remove
1654 false claim that GDB inserts quoting automatically.
1655 (Symbols): Add anchor.
1656
2400729e
UW
16572017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1658
1659 * gdb.texinfo (Requirements): Document use of GNU MPFR.
1660
d8ae99a7
PM
16612017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1662
1663 * python.texi (Basic Python): Add rbreak documentation.
1664
d0fe4701
XR
16652017-11-07 Xavier Roirand <roirand@adacore.com>
1666 Pedro Alves <palves@redhat.com>
1667
1668 * gdb.texinfo (Set Breaks): Document support for breakpoint
1669 location ranges in the enable/disable commands.
1670
bc3b087d
SDJ
16712017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1672
1673 * gdb.texinfo (Starting your Program) <The working directory.>:
1674 Mention remote debugging.
1675 (Working Directory) <Your Program's Working Directory>:
1676 Likewise.
1677 (Connecting) <Remote Packet>: Add "set-working-dir"
1678 and "QSetWorkingDir" to the table.
1679 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
1680 packet.
1681
d092c5a2
SDJ
16822017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1683
1684 * gdb.texinfo (Starting your Program) <The working directory.>:
1685 Mention new "set cwd" command.
1686 (Working Directory) <Your Program's Working Directory>:
1687 Rephrase to explain that "set cwd" exists and is the default
1688 way to change the inferior's cwd.
1689
289e23aa
AA
16902017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1691
1692 * gdb.texinfo (S/390 and System z Features): Document the new
1693 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
1694
f2ff95c5
KB
16952017-09-21 Kevin Buettner <kevinb@redhat.com>
1696
1697 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
1698 attribute.
1699
da2c323b
KB
17002017-09-21 Kevin Buettner <kevinb@redhat.com>
1701
1702 * python.texi (Inferiors In Python): Add description for method
1703 Inferior.thread_from_thread_handle.
1704
4e5a4f58
JB
17052017-09-19 John Baldwin <jhb@FreeBSD.org>
1706
1707 * gdb.texinfo (Starting your Program): Add description of
1708 starti command. Mention starti command as an alternative for
1709 debugging the elaboration phase.
1710
1526853e
SM
17112017-09-16 Simon Marchi <simon.marchi@ericsson.com>
1712
1713 * gdb.texinfo (Maintenance Commands): Document filter parameter
1714 of "maint selftest". Document "maint info selftests" command.
1715
7c96f8c1
TT
17162017-09-11 Tom Tromey <tom@tromey.com>
1717
1718 * python.texi (Events In Python): Document new events.
1719
d69cf9b2
PA
17202017-09-04 Pedro Alves <palves@redhat.com>
1721
1722 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
1723 no-debug-info variables.
1724 (Symbols) <Examining the Symbol Table>: Document inspecting
1725 no-debug-info types.
1726 (Calling) <Calling functions with no debug info>: New subsection,
1727 documenting calling no-debug-info functions.
1728 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
1729
0a2dde4a
SDJ
17302017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
1731
1732 * gdb.texinfo (set environment): Add @anchor. Explain that
1733 environment variables set by the user are sent to GDBserver.
1734 (unset environment): Likewise, but for unsetting variables.
1735 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
1736 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
1737 "environment-reset" and "QEnvironmentReset" to the table.
1738 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
1739 QEnvironmentReset>: New item, explaining the packet.
1740
6e41ddec
JK
17412017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1742
1743 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
1744 "Compiler search for the compile command" descriptions of set
1745 compile-gcc and show compile-gcc.
1746
58afddc6
WP
17472017-08-07 Weimin Pan <weimin.pan@oracle.com>
1748
1749 * gdb.texinfo (Architectures): Add new Sparc64 section to document
1750 ADI support.
1751 * NEWS: Add "adi examine" and "adi assign" commands.
1752
6d580b63
YQ
17532017-08-18 Yao Qi <yao.qi@linaro.org>
1754
1755 * gdb.texinfo (Server): Document "--selftest".
1756
a5afdb16
RK
17572017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
1758
1759 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
1760 Single-Key mode.
1761
ca145713
SDJ
17622017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1763
1764 PR gdb/21925
1765 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
1766 set...").
1767
0968fbae
SM
17682017-08-09 Simon Marchi <simon.marchi@ericsson.com>
1769
1770 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
1771 conditional expression.
1772
791fb3d7
SM
17732017-07-31 Simon Marchi <simon.marchi@ericsson.com>
1774
1775 * agentexpr.texi (rot): Fix symbolic description, improve
1776 textual description.
1777
27d41eac
YQ
17782017-07-26 Yao Qi <yao.qi@linaro.org>
1779
1780 * gdb.texinfo (Maintenance Commands): Document command
1781 "maint check xml-descriptions".
1782
8e2141c6
YQ
17832017-07-26 Yao Qi <yao.qi@linaro.org>
1784
1785 * gdb.texinfo (Maintenance Commands): Document optional
1786 argument of "maint print c-tdesc".
1787
c646b4e8
YQ
17882017-07-18 Yao Qi <yao.qi@linaro.org>
1789
1790 * gdb.texinfo (Maintenance Commands): Improve the doc to
1791 command "maint print c-tdesc".
1792
eb83230b
SDJ
17932017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
1794
1795 PR gdb/21606
1796 * python.texi (Python representation of Symbols.): Replace
1797 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
1798 * guile.texi (Guile representation of Symbols.): Likewise.
1799
c4dcb155
SM
18002017-06-11 Simon Marchi <simon.marchi@ericsson.com>
1801
1802 * gdb.texinfo (Optional Messages about Internal Happenings):
1803 Document {set,show} debug separate-debug-file commands.
1804
aefd8b33
SDJ
18052017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1806
1807 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
1808 (Connecting) <Remote Packet>: Add "startup-with-shell"
1809 and "QStartupWithShell" to the table.
1810 (Remote Protocol) <QStartupWithShell>: New item, explaining the
1811 packet.
1812
176efed1
AB
18132017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1814
1815 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
1816
d050f7d7
TW
18172017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1818
1819 * python.texi (Recording in Python): Factor out the documentation of
1820 gdb.RecordInstruction's super class.
1821
14f819c8
TW
18222017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1823
1824 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
1825 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
1826 prev and next.
1827
0ed5da75
TW
18282017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1829
1830 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
1831 gdb.RecordInstruction
1832
913aeadd
TW
18332017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1834
1835 * python.texi (Recording in Python): Add documentation for
1836 gdb.RecordGap and remove documentation of special cases for
1837 gdb.BtraceInstruction.
1838
a3be24ad
TW
18392017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1840
1841 * python.texi (Recording in Python): Remove Record.ptid defvar.
1842
ebe553db
SM
18432017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1844
1845 * gdb.texinfo (GDB/MI Thread Information): Add missing
1846 fields, re-word some things.
1847 (GDB/MI Thread Commands): Describe fields found in the output of
1848 -thread-info, remove description of fields in the
1849 thread output tuple, replace with a cross-reference to "GDB/MI
1850 Thread Information".
1851
9be21bb4
SM
18522017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1853
1854 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
1855 from -thread-info output.
1856
fe5f7374
AK
18572017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1858
1859 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
1860
eea78757
AK
18612017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1862
1863 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
1864
79778b30
YQ
18652017-03-22 Yao Qi <yao.qi@linaro.org>
1866
1867 * python.texi (Inferiors In Python): Remove @code from Python.
1868
cee59b3f
TW
18692017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
1870
1871 * python.texi (Recordings In Python): Document return type of
1872 gdb.BtraceInstruction.data.
1873
51457a05
MAL
18742017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1875
1876 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
1877 command file-list-shared-libraries
1878 (GDB/MI Async Records): Update documentation of library-loaded with new
1879 field.
1880
701adfb0
PA
18812017-03-20 Artemiy Volkov <artemiyv@acm.org>
1882
1883 PR gdb/14441
1884 * doc/gdb.texinfo (C Plus Plus Expressions): Mention that GDB
1885 supports both lvalue and rvalue references.
1886
18872017-03-20 Artemiy Volkov <artemiyv@acm.org>
1888
1889 PR gdb/14441
1890 * python.texi (Types in Python): Add TYPE_CODE_RVALUE_REF to
1891 table of constants.
1892
f8d99587
DE
18932017-03-16 Doug Evans <dje@google.com>
1894
1895 * guile.texi (Lazy Strings In Guile): Mention arrays.
1896 * python.texi (Lazy Strings In Python): Ditto.
1897
5cf70512
JW
18982017-03-08 Jiong Wang <jiong.wang@arm.com>
1899
1900 * gdb.texinfo (Memory Protection Extensions): Add missing escape
1901 character "@".
1902
4a612d6f
WT
19032017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
1904
1905 * Memory Protection Extensions: Add information about inferior
1906 calls.
1907
701adfb0
PA
19082017-02-28 Peter Bergner <bergner@vnet.ibm.com>
1909
1910 * gdb.texinfo: Document new set/show disassembler-options
1911 commands.
1912
216f72a1
JK
19132017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1914
1915 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
1916 DW_TAG_GNU_* and DW_AT_GNU_*.
1917
4e746bb6
TW
19182017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
1919
1920 * python.texi (Recordings In Python): New section.
1921
3f77c769
TT
19222017-02-14 Tom Tromey <tom@tromey.com>
1923
1924 PR python/13598:
1925 * python.texi (Events In Python): Document events.before_prompt.
1926
5cf30ebf
LM
19272017-02-13 Luis Machado <lgustavo@codesourcery.com>
1928
1929 * gdb.texinfo (Target Commands): Document the optional offset
1930 argument for the load command.
1931
18da0c51
MG
19322017-02-10 Martin Galvan <martingalvan@sourceware.org>
1933
1934 PR gdb/21122
1935 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
1936 space-separated breakpoint lists. Also add a missing @table command
1937 and @cindex for breakpoint lists.
1938
3f7b46f2
IR
19392017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
1940
1941 PR tdep/20936
1942 * gdb.texinfo: (Standard Target Features): Document SPARC features.
1943 (Sparc Features): New node.
1944
2735833d
WT
19452017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1946
1947 * gdb.texinfo (i386 Features): Add system segment registers
1948 as feature.
1949
373832b6
SM
19502017-01-24 Simon Marchi <simon.marchi@ericsson.com>
1951
1952 * python.texi (Events In Python): Fix typo.
1953
78cbbba8
LM
19542017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
1955 Luis Machado <lgustavo@codesourcery.com>
1956
1957 * gdb.texinfo (-target-flash-erase): New MI command description.
1958 (flash-erase): New CLI command description.
1959
387360da
JB
19602017-01-04 John Baldwin <jhb@FreeBSD.org>
1961
1962 * gdb.texinfo (Contributors): Add SRI International and University
1963 of Cambridge for FreeBSD/mips.
1964
34c41c68
DE
19652016-12-22 Doug Evans <xdje42@gmail.com>
1966
1967 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
1968 commands.
1969
df3ee9ca
PA
19702016-12-02 Pedro Alves <palves@redhat.com>
1971
1972 * gdb.texinfo (User-defined Commands): Limit on number of
1973 arguments passed to user-defined commands removed; update.
1974
01770bbd
PA
19752016-12-02 Pedro Alves <palves@redhat.com>
1976
1977 PR cli/20559
1978 * gdb.texinfo (Define): Add example of using "eval" to process a
1979 variable number of arguments.
1980 (Output) <eval>: Add anchor.
1981
ad02e4fe
SM
19822016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
1983
1984 * Makefile.in: Likewise.
1985
8504e097
AA
19862016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1987
1988 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
1989 xref.
1990
39402e6c
PA
19912016-10-29 Pedro Alves <palves@redhat.com>
1992
1993 * gdb.texinfo (Packets) <vCont>: Remove mention of default
1994 actions.
1995
ca6eff59
PA
19962016-10-26 Pedro Alves <palves@redhat.com>
1997
1998 * gdb.texinfo (Packets): Clarify vCont packets with multiple
1999 actions that match a thread, and what happens when an action
2000 matches a thread that is already running.
2001
be06ba8c
SM
20022016-10-14 Simon Marchi <simon.marchi@ericsson.com>
2003
2004 * gdb.texinfo (Using Trace Files): Fix typo.
2005 (GDB/MI Tracepoint Commands): Likewise.
2006
99e61eda
SM
20072016-10-14 Simon Marchi <simon.marchi@ericsson.com>
2008
2009 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
2010 of -trace-save.
2011
9c37b5ae
TT
20122016-10-06 Tom Tromey <tom@tromey.com>
2013
2014 * guile.texi (Types In Guile): Remove Java mentions.
2015 * python.texi (Types In Python): Remove Java mentions.
2016 * gdb.texinfo (Address Locations, Supported Languages)
2017 (Index Section Format): Remove Java mentions.
2018
ee8da4b8
DE
20192016-08-15 Doug Evans <dje@google.com>
2020
2021 * gdb.texinfo (Target Description Format): Update docs on "end"
2022 field spec and field default type.
2023
4034d0ff
AT
20242016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
20252016-10-03 Simon Marchi <simon.marchi@ericsson.com>
2026
2027 PR gdb/20487
2028 * gdb.texinfo (Context management): Update mention of frame
2029 change notifications.
2030 (gdb/mi Async Records): Document frame field in
2031 =thread-select event.
2032 * observer.texi (GDB Observers): New user_selected_context_changed
2033 observer.
2034
4435e1cc
TT
20352016-09-28 Tom Tromey <tom@tromey.com>
2036
2037 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
2038 than "memory breakpoint". Further document "kind". Move
2039 protocol-details link earlier.
2040 <z1>: Document the cmd_list argument. Fix typo.
2041 <g>: Remove incorrect sentence.
2042 (Stop Reply Packets): Document "OK" response to requests when in
2043 non-stop mode.
2044 <swbreak>: Use "software breakpoint" rather than "memory
2045 breakpoint".
2046 <create>: Document that "R" is ignored.
2047 <W, X, w>: Document formatting of "AA".
2048 (Notification Packets): Use "%Stop", not "%%Stop".
2049
ad0a504f
AK
20502016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2051
2052 * gdb.texinfo (Embedded Processors): Document ARC.
2053 (Synopsys ARC): New section.
2054 (Standard Target Features): Document ARC features.
2055 (ARC Features): New section.
2056
74172ecf
SM
20572016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2058
2059 * .gitignore: New file.
2060
0a1ddfa6
SM
20612016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2062
2063 * gdb.texinfo (Input/Output): Mention possibility to unset
2064 inferior-tty.
2065
c0272db5
TW
20662016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
2067
2068 * gdb.texinfo: Resume btrace on reconnect.
2069
e3487908
GKB
20702016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
2071
2072 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
2073 syscall.
2074
463888ab
РИ
20752016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
2076
2077 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
2078 command.
2079
dac790e1
TT
20802016-07-13 Tom Tromey <tom@tromey.com>
2081
2082 PR python/15620, PR python/18620:
2083 * python.texi (Events In Python): Document new breakpoint events.
2084
93daf339
TT
20852016-07-13 Tom Tromey <tom@tromey.com>
2086
2087 PR python/17698:
2088 * python.texi (Breakpoints In Python): Document
2089 Breakpoint.pending.
2090
cda75e70
TT
20912016-07-13 Tom Tromey <tom@tromey.com>
2092
2093 * python.texi (Breakpoints In Python): Move table of types and
2094 table of watchpoint types earlier in node.
2095
e0f3fd7c
TT
20962016-07-12 Tom Tromey <tom@tromey.com>
2097
2098 PR python/19293:
2099 * python.texi (Frames In Python): Document
2100 gdb.invalidate_cached_frames.
2101
86f78169
PA
21022016-06-21 Pedro Alves <palves@redhat.com>
2103
2104 * gdb.texinfo (Interpreters): Update intepreter-exec section,
2105 document new-ui and explain use case.
2106
a28d8e50
YTL
21072016-06-17 Yan-Ting Lin <currygt52@gmail.com>
2108
2109 * gdb.texinfo (Standard Target Features): Document NDS32 features.
2110 (NDS32 Features): New Section.
2111
bb556f1f
TK
21122016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
2113
2114 * gdb.texinfo (Examining Memory): Document negative repeat
2115 count in the 'x' command.
2116
38b022b4
SM
21172016-06-06 Simon Marchi <simon.marchi@ericsson.com>
2118
2119 * gdb.texinfo (GDB/MI Async Records): Document method and
2120 format fields in =record-started.
2121 * observer.texi (record_changed): Add method and format
2122 parameters.
2123
c185ba27
EZ
21242016-05-27 Eli Zaretskii <eliz@gnu.org>
2125
2126 * gdb.texinfo (General Query Packets): Move the description of the
2127 response before the long list of the specific 'read' and 'write'
2128 requests.
2129
1957f6b8
TT
21302016-05-23 Tom Tromey <tom@tromey.com>
2131
2132 * python.texi (Basic Python): Document gdb.breakpoints return.
2133
224f10c1
TT
21342016-05-24 Tom Tromey <tom@tromey.com>
2135
2136 PR gdb/19194:
2137 * gdb.texinfo (gdb man): Fix typo.
2138
0bdfa368
TT
21392016-05-17 Tom Tromey <tom@tromey.com>
2140
2141 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
2142 (Rust): New node.
2143
dcd1f979
TT
21442016-05-17 Tom Tromey <tom@tromey.com>
2145
2146 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
2147
310cdbb6
YQ
21482016-04-27 Yao Qi <yao.qi@linaro.org>
2149
2150 * gdb.texinfo (tfind): Complete doc about tfind without
2151 argument.
2152
b8162e5a
AT
21532016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
2154
2155 * agentexpr.texi (byte): Fix zero_ext description.
2156
f7c38292
PA
21572016-03-31 Pedro Alves <palves@redhat.com>
2158
2159 * gdb.texinfo (M32R/SDI): Delete node.
2160 (MIPS Embedded): Remove references to the MIPS remote debugging
2161 protocol, PMON and variants, and the associated commands.
2162
81516450
DE
21632016-03-15 Doug Evans <dje@google.com>
2164
2165 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
2166 (Target Description Format): Mention enum types. Update docs on
2167 flags types.
2168 (Predefined Target Types): Add "bool".
2169 (Enum Target Types): New node.
2170
2a60e18f
PA
21712016-03-15 Pedro Alves <palves@redhat.com>
2172
2173 * gdb.texinfo (Tracepoint Actions): Fix typo.
2174
45fa2529
PA
21752016-03-15 Pedro Alves <palves@redhat.com>
2176 Andreas Arnez <arnez@linux.vnet.ibm.com>
2177 Marcin Kościelnicki <koriakin@0x04.net>
2178
2179 * gdb.texinfo (Tracepoint Actions): Document possible
2180 unreliability of '$_ret'.
2181
f2403c39
AB
21822016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
2183
2184 * gdb.texinfo (Symbols): Document new 'maint info line-table'
2185 command.
2186
f2f3ccb9
SM
21872016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
2188
2189 * gdb.texinfo (Convenience Functions): Document $_as_string.
2190
cce0e923
DE
21912016-02-23 Doug Evans <dje@google.com>
2192
2193 * gdb.texinfo (Skipping Over Functions and Files): Document new
2194 options to "skip" command. Update docs of output of "info skip".
2195
012b3a21
WT
21962016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
2197
2198 * gdb.texinfo (Signals): Add bound violation display hints for
2199 a SIGSEGV.
2200
0748bf3e
MK
22012016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
2202
2203 * gdb.texinfo (Trace File Format): Add documentation for description
2204 section lines.
2205
e909d859
MK
22062016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
2207
2208 * gdb.texinfo (Trace File Format): Remove misleading information
2209 about register block ordering.
2210
713cdcbf
DE
22112016-02-01 Doug Evans <dje@google.com>
2212
2213 * gdb.texinfo (Value Sizes): Fix typo.
2214
8244c20d
DE
22152016-02-01 Doug Evans <dje@google.com>
2216
2217 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
2218
5fdf6324
AB
22192016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
2220
2221 * gdb.texinfo (Value Sizes): New section.
2222 (Data): Add the 'Value Sizes' node to the menu.
2223
67ebd9cb
JB
22242016-01-26 John Baldwin <jhb@FreeBSD.org>
2225
2226 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
2227
6e9567fe
JB
22282016-01-19 John Baldwin <jhb@FreeBSD.org>
2229
2230 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
2231
f303dbd6
PA
22322016-01-18 Pedro Alves <palves@redhat.com>
2233
2234 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
2235 of the thread that hit a breakpoint or received a signal.
2236
71ef29a8
PA
22372016-01-15 Pedro Alves <palves@redhat.com>
2238
2239 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
2240
663f6d42
PA
22412016-01-13 Pedro Alves <palves@redhat.com>
2242
2243 * gdb.texinfo (Threads): Document the $_gthread convenience
2244 variable.
2245 (Convenience Vars): Likewise.
2246
c84f6bbf
PA
22472016-01-13 Pedro Alves <palves@redhat.com>
2248
2249 * gdb.texinfo (Threads): Document "info threads -gid".
2250
22a02324
PA
22512016-01-13 Pedro Alves <palves@redhat.com>
2252
2253 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
2254 anchor.
2255 (Threads In Python): Document new InferiorThread.global_num
2256 attribute.
2257
5d5658a1
PA
22582016-01-07 Pedro Alves <palves@redhat.com>
2259
2260 * gdb.texinfo (Threads): Document per-inferior thread IDs,
2261 qualified thread IDs, global thread IDs and thread ID lists.
2262 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
2263 thread IDs.
2264 (Convenience Vars): Document the $_thread convenience variable.
2265 (Ada Tasks): Adjust to refer to thread IDs.
2266 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
2267 Commands, GDB/MI Variable Objects): Update to mention global
2268 thread IDs.
2269 * guile.texi (Breakpoints In Guile)
2270 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
2271 global thread IDs instead of thread IDs.
2272 * python.texi (Threads In Python): Adjust documentation of
2273 InferiorThread.num.
2274 (Breakpoint.thread): Mention global thread IDs instead of thread
2275 IDs.
2276
84654457
PA
22772016-01-13 Pedro Alves <palves@redhat.com>
2278
2279 * python.texi (Threads In Python): Document
2280 InferiorThread.inferior.
2281
e3940304
PA
22822016-01-13 Pedro Alves <palves@redhat.com>
2283
2284 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
2285 convenience variable.
2286 (Convenience Vars): Likewise.
2287
82075af2
JS
22882016-01-12 Josh Stone <jistone@redhat.com>
2289 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2290
2291 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
2292 (Stop Reply Packets): List the syscall entry and return stop reasons.
2293 (General Query Packets): Describe QCatchSyscalls, and add it to the
2294 table and the detailed list of stub features.
2295
bc504a31
PA
22962016-01-12 Pedro Alves <palves@redhat.com>
2297
2298 Remove use of the registered trademark symbol throughout.
2299
cde67b27
YQ
23002016-01-12 Yao Qi <yao.qi@linaro.org>
2301
2302 * gdb.texinfo (Interrupts): Update the document on handling
2303 interrupt when program is stopped.
2304
19d9d4ef
DB
23052015-12-11 Don Breazeal <donb@codesourcery.com>
2306
2307 * gdb.texinfo (Forks): Correct Linux kernel version where
2308 fork and exec events are supported, add notes about support
2309 of these events in target remote mode.
2310 (Connecting): Reorganize and clarify distinctions between
2311 target remote, extended-remote, and multiprocess.
2312 Reorganize related text from separate sections into new
2313 sections.
2314 (Server): Note effects of target extended-remote mode.
2315 Delete section on Multi-Process Mode for gdbserver.
2316 Move some text to "Connecting" node.
2317
f4f4330e
PA
23182015-12-10 Pedro Alves <palves@redhat.com>
2319
2320 * gdb.texinfo (Threads): Replace warning with explanation
2321 about single-threaded programs.
2322
b1236ac3
PA
23232015-12-10 Pedro Alves <palves@redhat.com>
2324
2325 * gdb.texinfo (Threads): Remove mention of SGI.
2326 (Forks): Remove mention of HP-UX.
2327 (Breakpoints): Remove mention of HP-UX.
2328 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
2329 Reword in terms of architectures.
2330 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
2331 mention supported systems.
2332 (Convenience Vars): Don't mention HP-UX.
2333 (Jumping): Remove mention of HP-UX in comment.
2334 (Files) <shared libraries>: Update supported shared library types
2335 list. Remove mention of HP-UX.
2336 (Native): Remove HP-UX subsection.
2337 (SVR4 Process Information): Remove mention of HP-UX.
2338
0f59c28f
PA
23392015-12-10 Pedro Alves <palves@redhat.com>
2340
2341 * gdb.texinfo (Stack): Reorder menu.
2342
1c35a88f
LM
23432015-12-09 Luis Machado <lgustavo@codesourcery.com>
2344
2345 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
2346 -var-set-format's new zero-hexadecimal format.
2347
3685b09f
PMR
23482015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
2349
2350 * gdb.texinfo (Ada Mode Into): Move overloading support
2351 description to its own node.
2352 (Overloading support for Ada): New node.
2353
f2faf941
PA
23542015-11-30 Pedro Alves <palves@redhat.com>
2355
2356 PR 14618
2357 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
2358 (Remote Configuration): Add the "set/show remote
2359 no-resumed-stop-reply" to the available settings table.
2360 (General Query Packets): Document the "no-resumed" qSupported
2361 feature.
2362
65706a29
PA
23632015-11-30 Pedro Alves <palves@redhat.com>
2364
2365 * gdb.texinfo (Remote Configuration): List "set/show remote
2366 thread-events" command in configuration table.
2367 (Stop Reply Packets): Document "T05 create" stop
2368 reason and 'w' stop reply.
2369 (General Query Packets): Document QThreadEvents packet. Document
2370 QThreadEvents qSupported feature.
2371
de979965
PA
23722015-11-30 Pedro Alves <palves@redhat.com>
2373
2374 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
2375 anchor.
2376 (Packets): Document vCtrlC.
2377
79efa585
SM
23782015-11-26 Simon Marchi <simon.marchi@ericsson.com>
2379
2380 * gdb.texinfo (Thread List Format): Mention thread names.
2381
7e0aa6aa
PA
23822015-11-24 Pedro Alves <palves@redhat.com>
2383
2384 PR 17539
2385 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
2386 program-spaces" example to ascending order listing.
2387 (Threads): Adjust "info threads" example to ascending order
2388 listing.
2389 (Forks): Adjust "info inferiors" example to ascending order
2390 listing.
2391
0c532a29
MM
23922015-11-04 Markus Metzger <markus.t.metzger@intel.com>
2393
2394 * gdb.texinfo (Process Record and Replay): Document "record
2395 instruction-history" modifiers.
2396
fc58fa65
AB
23972015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
2398
2399 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
2400 description.
2401 (Frame Filter Management): Move to later in the 'Examining the
2402 Stack' chapter.
2403 (Selection): Add entry for 'select-frame'.
2404
792005b0
DE
24052015-09-25 Doug Evans <dje@google.com>
2406
2407 * gdb.texinfo (Process Record and Replay): Fix syntax of
2408 "record instruction-history begin, end" and
2409 "record function-call-history begin, end".
2410
c58b006b
SM
24112015-09-22 Simon Marchi <simon.marchi@ericsson.com>
2412
2413 * gdb.texinfo (Specifying Source Directories): Fix
2414 substitute-path example.
2415
f2665db5
MM
24162015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2417
2418 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
2419
e68fa6f0
PA
24202015-09-15 Pedro Alves <palves@redhat.com>
2421
2422 PR remote/18965
2423 * gdb.texinfo (Stop Reply Packets): Revert previous change to
2424 the vforkdone description.
2425
8228463c
PA
24262015-09-15 Pedro Alves <palves@redhat.com>
2427
2428 PR remote/18965
2429 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
2430 part indicates the thread ID of the parent process.
2431
750ce8d1
YQ
24322015-09-15 Yao Qi <yao.qi@linaro.org>
2433
2434 * gdb.texinfo (General Query Packets): Add vContSupported to
2435 tables of 'gdbfeatures' and 'stub features' supported in the
2436 qSupported packet, as well as to the list containing stub
2437 feature details.
2438
b459a59b
DB
24392015-09-11 Don Breazeal <donb@codesourcery.com>
2440
2441 * gdb.texinfo (Remote Configuration): Add exec event
2442 feature to table of packet settings.
2443 (Stop Reply Packets): Add exec events to the list of stop
2444 reasons.
2445 (General Query Packets): Add exec events to tables of
2446 'gdbfeatures' and 'stub features' supported in the qSupported
2447 packet, as well as to the list containing stub feature
2448 details.
2449
73b8c1fd
PA
24502015-08-24 Pedro Alves <palves@redhat.com>
2451
2452 * gdb.texinfo (Remote Configuration): Document the "set/show
2453 remote multiprocess-extensions-packet" commands.
2454
bb615428
PA
24552015-08-24 Pedro Alves <palves@redhat.com>
2456
2457 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
2458 <M32R>: Remove references to M32R/D.
2459 <M68K>: Remove references to target dbug.
2460 <MIPS Embedded>: Remove references to target r3900 and target
2461 array.
2462 <PowerPC Embedded>: Remove references to target dink32 and target
2463 ppcbug, target sds
2464 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
2465
2b4bf6af
AB
24662015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2467
2468 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
2469
566f5e3b
AB
24702015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2471
2472 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
2473
18989b3c
AB
24742015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2475
2476 * gdb.texinfo (Maintenance Commands): Move documentation of "main
2477 info bfds" to...
2478 (File Caching): A New section. Outline bfd caching, and add new
2479 description for "main set/show bfd-sharing".
2480
6ff0ba5f
DE
24812015-08-14 Doug Evans <xdje42@gmail.com>
2482
2483 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
2484 disassembly.
2485 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
2486
629500fa
KS
24872015-08-11 Keith Seitz <keiths@redhat.com>
2488
2489 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
2490 Use "location(s)"instead of "linespec(s)".
2491 (Specifying a Location): Rewrite.
2492 Add subsections describing linespec, address, and explicit locations.
2493 Add node/menu for each subsection.
2494 (Source and Machine Code, C Preprocessor Macros)
2495 (Create and Delete Trace points)
2496 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
2497 (Continuing at a Different Address): Remove "linespec" examples.
2498 Add reference to "Specify a Location"
2499 (The -break-insert Command): Rewrite. Add anchor.
2500 Add reference to appropriate manual section discussing locations.
2501 (The -dprintf-insert Command): Refer to -break-insert for
2502 specification of 'location'.
2503
fbea99ea
PA
25042015-08-07 Pedro Alves <palves@redhat.com>
2505
2506 * gdb.texinfo (Maintenance Commands): Document "maint set/show
2507 target-non-stop".
2508
da8c46d2
MM
25092015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2510
2511 * gdb.texinfo (Process Record and Replay): Document prefixing of
2512 speculatively executed instructions in the "record instruction-history"
2513 command.
2514
a3b5281e
DE
25152015-07-20 Doug Evans <dje@google.com>
2516
2517 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
2518
6bcb1f97
DE
25192015-07-16 Doug Evans <dje@google.com>
2520
2521 * stabs.texinfo: @include gdb-cfg.texi.
2522
db1ff28b
JK
25232015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2524
2525 Revert the previous 2 commits:
2526 gdbserver build-id attribute generator
2527 Validate symbol file using build-id
2528
ca5268b6
JK
25292015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2530
2531 * gdb.texinfo (Files): Add 'set validate-build-id'
2532 and 'show validate-build-id'.
2533
700ca40f
JK
25342015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2535 Jan Kratochvil <jan.kratochvil@redhat.com>
2536
2537 gdbserver build-id attribute generator.
2538 * gdb.texinfo (Library List Format for SVR4 Targets): Add
2539 'build-id' in description, example, new attribute in dtd.
2540
7c7f93f6
AB
25412015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
2542
2543 * gdb.texinfo (Selection): Update documentation for 'frame'
2544 command.
2545
701adfb0
PA
25462015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2547
2548 * gdb.texinfo (TUI): Restructure documentation on TUI layout and
2549 focus commands.
2550
25512015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2552
2553 * gdb.texinfo (TUI): Add comma after @xref.
2554
b0627500
MM
25552015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2556
72f4393d 2557 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
b0627500
MM
2558 commands.
2559
b20a6524
MM
25602015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2561
2562 * gdb.texinfo (Process Record and Replay): Spell out that variables
2563 and registers are not available during btrace replay.
2564 Describe the new "record btrace pt" command.
2565 Describe the new "set|show record btrace pt buffer-size" options.
2566 (General Query Packets): Describe the new Qbtrace:pt and
2567 Qbtrace-conf:pt:size packets.
2568 Expand "bts" to "Branch Trace Store".
2569 Update the branch trace DTD.
2570
fc637f04
PP
25712015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2572
2573 * gdb.texinfo (Command History): Document the new option
2574 "history remove-duplicates".
2575
18a94d75
DE
25762015-06-19 Doug Evans <dje@google.com>
2577
2578 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
2579 longer supported.
2580
0eacb298
PP
25812015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2582
2583 * gdb.texinfo (Command History): Mention that setting
2584 GDBHISTSIZE to the empty string disables history truncation.
2585
bc460514
PP
25862015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2587
2588 PR gdb/16999
2589 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
2590 behavior.
2591
b58c513b
PP
25922015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2593
2594 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
2595 with GDBHISTSIZE.
2596
a86c90e6
SM
25972015-06-15 Simon Marchi <simon.marchi@ericsson.com>
2598
2599 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
2600 bytes and memory units for -data-{read,write}-memory-bytes.
2601 (Packets): Same for m, M and X packets.
2602 * python.texi (Inferiors In Python): Same for read_memory and
2603 write_memory.
2604
c74f7d1c
JT
26052015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2606
2607 * gdb.texinfo (Separate Debug Files): Document that PE is also
2608 supported.
2609
51f0e40d
AB
26102015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
2611
2612 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
2613 single table entry.
2614
966f0aef
WT
26152015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2616
2617 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
2618
2619
15a201c8
GB
26202015-06-10 Gary Benson <gbenson@redhat.com>
2621
2622 * gdb.texinfo (Remote Configuration): Document the
2623 "set/show remote hostio-setfs-packet" command.
2624 (Host I/O Packets): Document the vFile:setfs packet.
2625
7a6a1731
GB
26262015-06-10 Gary Benson <gbenson@redhat.com>
2627
2628 * gdb.texinfo (Debugging Output): Document the "set/show debug
2629 linux-namespaces" command.
2630
7d73c23c 26312015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 2632 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
2633
2634 * gdb.texinfo (i386): Add documentation about "show mpx bound"
2635 and "set mpx bound".
2636
27e0867f
DE
26372015-05-27 Doug Evans <dje@google.com>
2638
2639 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
2640
b4f54984
DE
26412015-05-26 Doug Evans <dje@google.com>
2642
2643 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
2644 command renamings.
2645 (Maintenance Commands): Update for DWARF "set debug" command renamings.
2646
55b40027
AB
26472015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
2648
2649 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
2650
a4ea0946
AB
26512015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
2652
2653 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
2654 (TUI Commands): Add 'tui enable' and 'tui disable' details.
2655
37442ce1
DE
26562015-05-16 Doug Evans <xdje42@gmail.com>
2657
2658 * guile.texi (Memory Ports in Guile): Document support for unbuffered
2659 memory ports.
2660
36de76f9
JK
26612015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2662
2663 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
2664
0d71eef5
DB
26652015-05-12 Don Breazeal <donb@codesourcery.com>
2666
2667 * gdb.texinfo (Forks): Note that fork debugging is
2668 supported in extended mode.
2669 (Remote Configuration): Add fork event features to table
2670 of packet settings.
2671 (Stop Reply Packets): Add fork events to list of stop reasons.
2672 (General Query Packets): Add fork events to tables of
2673 'gdbfeatures' and 'stub features' supported in the qSupported
2674 packet, as well as to the list containing stub feature
2675 details.
2676
835205d0
GB
26772015-05-12 Gary Benson <gbenson@redhat.com>
2678
2679 * gdb.texinfo (General Query Packets): Document
2680 qXfer:exec-file:read with empty annex.
2681
4c082a81
SC
26822015-05-09 Siva Chandra Reddy <sivachandra@google.com>
2683
2684 * python.texi (Values From Inferior): Add descriptions of new
2685 methods gdb.Value.reference_value and gdb.Value.const_value.
2686
b30a0bc3
JB
26872015-05-06 Joel Brobecker <brobecker@adacore.com>
2688
2689 * gdb.texinfo (Files): Add "info dll" documentation.
2690 (Cygwin Native): Remove "info dll" documentation.
2691
2ce1cdbf
DE
26922015-04-29 Doug Evans <dje@google.com>
2693
2694 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
2695 Document.
2696 (Writing an Xmethod): Add get_result_type to example.
2697
59fb7612
SS
26982015-04-28 Sasha Smundak <asmundak@google.com>
2699
2700 * python.texi: New method documented.
2701
cf75d6c3
AB
27022015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
2703
2704 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
2705 format.
2706
897c3d32
DE
27072015-04-24 Doug Evans <dje@google.com>
2708
2709 * python.texi (Xmethods In Python): Fix name of method to call the
2710 xmethod.
2711
1b6e6f5c
GB
27122015-04-17 Gary Benson <gbenson@redhat.com>
2713
2714 * gdb.texinfo (Connecting to a Remote Target): Mention that
2715 GDB can access program files from remote targets that support
2716 qXfer:exec-file:read and Host I/O packets.
2717
c78fa86a
GB
27182015-04-17 Gary Benson <gbenson@redhat.com>
2719
2720 * gdb.texinfo (Remote Configuration): Document the "set/show
2721 remote pid-to-exec-file-packet" command.
2722 (General Query Packets): Document the qXfer:exec-file:read
2723 qSupported features. Document the qXfer:exec-file:read packet.
2724
a9a5a3d1
GB
27252015-04-17 Gary Benson <gbenson@redhat.com>
2726
2727 * gdb.texinfo (set sysroot): Document that "set sysroot" also
2728 applies to executable paths if supplied to GDB as absolute.
2729
4f45d445
JK
27302015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2731
2732 * gdb.texinfo (Mode Options): Remove -xdb.
2733
e7a8570f
JK
27342015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2735 Eli Zaretskii <eliz@gnu.org>
2736
72f4393d
L
2737 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
2738 compile, show debug compile. New subsection Compilation options for
e7a8570f
JK
2739 the compile command. New subsection Compiler search for the compile
2740 command.
2741
f2983cc3
AW
27422015-04-09 Andy Wingo <wingo@igalia.com>
2743
2744 * guile.texi (Frames In Guile): Describe frame-read-register.
2745
599bd15c
GB
27462015-04-02 Gary Benson <gbenson@redhat.com>
2747
2748 * gdb.texinfo (set sysroot): Document "target:".
2749
d11916aa
SS
27502015-04-01 Sasha Smundak <asmundak@google.com>
2751
2752 * doc/python.texi (Writing a Frame Unwinder in Python): Add
2753 section.
2754
df8411da
SDJ
27552015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
2756
2757 PR corefiles/16092
2758 * gdb.texinfo (gcore): Mention new command 'set
2759 use-coredump-filter'.
2760 (set use-coredump-filter): Document new command.
2761
d33279b3
AT
27622015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
2763
2764 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
2765 documentation, reorder the info os entries in alphabetical order.
2766
852f8402
SM
27672015-03-26 Simon Marchi <simon.marchi@ericsson.com>
2768
2769 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
2770 -data-write-memory-bytes.
2771
856e7dd6
PA
27722015-03-24 Pedro Alves <palves@redhat.com>
2773
2774 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
2775 mention that threads may sometimes run unlocked.
2776
236af5e3
YG
27772015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
2778
2779 * gdb.texinfo (Remote configuration): Document "set/show
2780 serial parity" command.
2781
464b0089
GB
27822015-03-18 Gary Benson <gbenson@redhat.com>
2783
2784 * gdb.texinfo (General Query Packets): Remove documentation
2785 for now-removed vFile:fstat qSupported features.
2786
0a93529c
GB
27872015-03-11 Gary Benson <gbenson@redhat.com>
2788
2789 * gdb.texinfo (Remote Configuration): Document the
2790 "set/show remote hostio-fstat-packet" command.
2791 (General Query Packets): Document the vFile:fstat
2792 qSupported features.
2793 (Host I/O Packets): Document the vFile:fstat packet.
2794
85642ba0
AW
27952015-03-11 Andy Wingo <wingo@igalia.com>
2796
2797 * guile.texi (Objfiles In Guile): Document objfile-progspace.
2798
f7e6eed5
PA
27992015-03-04 Pedro Alves <palves@redhat.com>
2800
2801 * gdb.texinfo (Remote Configuration): Document the "set/show
2802 remote swbreak-feature-packet" and "set/show remote
2803 hwbreak-feature-packet" commands.
2804 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
2805 decription.
2806 (Stop Reply Packets): Document the swbreak and hwbreak stop
2807 reasons.
2808 (General Query Packets): Document the swbreak and hwbreak
2809 qSupported features.
2810 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
2811
f873665f 28122015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
a64c9f7b
PP
2813
2814 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
2815 under *stopped.
2816
9a284c97
DE
28172015-03-02 Doug Evans <xdje42@gmail.com>
2818
2819 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
2820
446899e4
AA
28212015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2822
2823 * gdb.texinfo (S/390 and System z Features): Describe new feature
2824 "org.gnu.gdb.s390.vx".
2825
7ee67ee4
SDJ
28262015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
2827
2828 PR gdb/18008
2829 * gdb.texinfo (maint internal-error, maint internal-warning, maint
2830 demangler-warning): Fix typo ("problam").
2831
53cf2ee0
DT
28322015-02-19 David Taylor <dtaylor@emc.com>
2833
2834 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
2835
3133f8c1
JM
28362015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2837
2838 * gdb.texinfo (Static Probe Points): Add cindex `static probe
2839 point, DTrace'.
2840 (Static Probe Points): Modified to cover DTrace probes in addition
2841 to SystemTap probes. Also modified to cover the `enable probe'
2842 and `disable probe' commands.
2843
9aca2ff8
JM
28442015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2845
2846 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
2847 `disable probe' commands.
2848
fa3f8d5a
DT
28492015-02-12 David Taylor <dtaylor@emc.com>
2850
2851 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
2852 fields of the QTDV packet.
2853
d33501a5
MM
28542015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2855
2856 * gdb.texinfo (Branch Trace Configuration Format): Add size.
2857 (Process Record and Replay): Describe new set|show commands.
2858 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
2859
f4abbc16
MM
28602015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2861
2862 * gdb.texinfo (Process Record and Replay): Describe the "record
2863 btrace bts" command.
2864 (General Query Packets): Describe qXfer:btrace-conf:read packet.
2865 (Branch Trace Configuration Format): New.
2866
cfb069a8
GB
28672015-01-31 Gary Benson <gbenson@redhat.com>
2868 Doug Evans <dje@google.com>
2869
2870 * gdb.texinfo (Command Completion): Document new
2871 "set/show max-completions" option.
2872
f57d2163
DE
28732015-01-31 Doug Evans <xdje42@gmail.com>
2874
2875 * gdb.texinfo (Symbols): Document new commands
2876 "maint print symbol-cache", "maint print symbol-cache-statistics",
2877 "maint flush-symbol-cache". Document new option
2878 "maint set symbol-cache-size".
2879
9f050062
DE
28802015-01-31 Doug Evans <xdje42@gmail.com>
2881
2882 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
2883 distinguish script files vs inlined scripts.
2884 * python.texi (Python Auto-loading): Ditto.
2885
b6577aab
DE
28862015-01-30 Doug Evans <dje@google.com>
2887
2888 * gdb.texinfo (Symbols) <info source>: Output now contains producer
2889 string if present.
2890
3a8b707a
DE
28912015-01-27 Doug Evans <dje@google.com>
2892
2893 * python.texi (Objfiles In Python): Document Objfile.username.
2894
1b549396
DE
28952015-01-27 Doug Evans <dje@google.com>
2896
2897 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
2898 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
2899
253828f1
JK
29002015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2901
2902 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
2903
bf555842
EZ
29042015-01-16 Eli Zaretskii <eliz@gnu.org>
2905
2906 * doc/gdb.texinfo (TUI Commands): Document the possible
2907 values of NAME argument to 'winheight' command. Explain the
2908 effect of 'tabset' setting better.
2909
439250fb
DE
29102015-01-11 Doug Evans <xdje42@gmail.com>
2911
2912 PR gdb/15830
2913 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
2914 (Symbols): Ditto.
2915 (Maintenance Commands): Delete docs for "maint demangle".
2916
6bf6fd09
JB
29172014-12-31 Joel Brobecker <brobecker@adacore.com>
2918
2919 * gdb.texinfo (Files): Remove documentation of the
2920 "add-shared-symbol-files" and "assf" commands.
2921 (Cygwin Native): Remove documentation of the "dll-symbols"
2922 command.
2923
cc485e62
DE
29242014-12-17 Doug Evans <xdje42@gmail.com>
2925
2926 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
2927
bb2ec1b3
TT
29282014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2929 Jan Kratochvil <jan.kratochvil@redhat.com>
2930
2931 * gdb.texinfo (Altering): Update.
2932 (Compiling and Injecting Code): New node.
2933
6dddd6a5
DE
29342014-12-12 Doug Evans <dje@google.com>
2935
2936 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
2937
f5b95c01
AA
29382014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2939
2940 * gdb.texinfo: Document "maint print user-registers".
2941
a0be3e44
DE
29422014-12-08 Doug Evans <dje@google.com>
2943
2944 * python.texi (Objfiles In Python): Document Objfile.owner.
2945
86e4ed39
DE
29462014-12-04 Doug Evans <dje@google.com>
2947
2948 * python.texi (Objfiles In Python): Document
2949 Objfile.add_separate_debug_file.
2950
7c50a931
DE
29512014-12-04 Doug Evans <dje@google.com>
2952
2953 * python.texi (Objfiles In Python): Document Objfile.build_id.
2954
701adfb0
PA
29552014-12-02 Nick Bull <nicholaspbull@gmail.com>
2956
2957 * observer.texi (inferior_call_pre, inferior_call_post)
2958 (memory_changed, register_changed): New observers.
2959
162078c8
NB
29602014-12-02 Nick Bull <nicholaspbull@gmail.com>
2961
2962 * python.texi (Events In Python): Document new events
2963 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
2964 and RegisterChangedEvent.
2965
f10c5b19
JK
29662014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2967
2968 Add add-auto-load-scripts-directory.
2969 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
2970 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
2971
413b59ae
JK
29722014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2973
2974 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
2975 description typo.
2976
02be9a71
DE
29772014-10-30 Doug Evans <dje@google.com>
2978
2979 * python.texi (Progspaces In Python): Document ability to add
2980 random attributes to gdb.Progspace objects.
2981 (Objfiles In Python): Document ability to add random attributes to
2982 gdb.objfile objects.
2983
e5f8a7cc
PA
29842014-10-27 Pedro Alves <palves@redhat.com>
2985
2986 * gdb.texinfo (Continuing and Stepping): Add cross reference to
2987 info on stepping and signal handlers.
2988 (Signals): Explain stepping and signal handlers. Add context
2989 index entry, and cross references.
2990
fab3a15d
SM
29912014-10-20 Simon Marchi <simon.marchi@ericsson.com>
2992
2993 * python.texi (Breakpoints In Python): Add parenthesis after
2994 Breakpoint.delete. Clarify Breakpoint.enabled description so
2995 that it contains "disable".
2996
4ffbba72
DE
29972014-10-17 Doug Evans <dje@google.com>
2998
2999 * python.texi (Events In Python): Document clear_objfiles event.
3000
d096d8c1
DE
30012014-10-17 Doug Evans <dje@google.com>
3002
3003 * python.texi (Objfiles In Python): Document new progspace attribute.
3004
32a8097b
PA
30052014-10-17 Pedro Alves <palves@redhat.com>
3006
3007 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
3008 (SVR4 Process Information): Delete mention of OSF/1.
3009
2ddf4301
SM
30102014-10-01 Simon Marchi <simon.marchi@ericsson.com>
3011
3012 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
3013 exit-code field in -list-thread-groups output.
3014
342cc091
JBG
30152014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3016
3017 * gdb.texinfo (Set Breaks): Add missing "@end table".
3018
a25a5a45
PA
30192014-09-22 Pedro Alves <palves@redhat.com>
3020
3021 * gdb.texinfo (Set Breaks): Document that "set breakpoint
3022 always-inserted off" is the default mode now. Delete
3023 documentation of "set breakpoint always-inserted auto".
3024
2b4fd423
DE
30252014-09-18 Doug Evans <dje@google.com>
3026
3027 * python.texi (Symbol Tables In Python): Document "producer"
3028 attribute of gdb.Symtab objects.
3029
deb8ff2b
PA
30302014-09-16 Pedro Alves <palves@redhat.com>
3031
3032 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
3033 (Embedded OS): Remove VxWorks menu entry.
3034 (VxWorks): Remove node.
3035
81219e53
DE
30362014-09-13 Doug Evans <xdje42@gmail.com>
3037
3038 * gdb.texinfo (Signaling): Document new queue-signal command.
3039
faa42425
DE
30402014-09-06 Doug Evans <xdje42@gmail.com>
3041
3042 PR 15276
3043 * gdb.texinfo (Convenience Funs): Document $_caller_is,
3044 $_caller_matches, $_any_caller_is, $_any_caller_matches.
3045
1a6a384b
JL
30462014-09-03 Justin Lebar <jlebar@google.com>
3047
3048 * python.texi (Types In Python): Type.template_argument(n) returns a
3049 gdb.Value or a gdb.Type and throws an exception if n is out of
3050 range.
3051
5f3b99cf
SS
30522014-09-03 Sasha Smundak <asmundak@google.com>
3053
3054 * python.texi (Frames in Python): Add read_register description.
3055
3cecbbbe
TT
30562014-08-04 Tom Tromey <tromey@redhat.com>
3057
3058 * gdb.texinfo (Debugging Output): Update for change to "set debug
3059 target".
3060
90debf20
MM
30612014-08-01 Masaki Muranaka <monaka@monami-software.com>
3062
3063 Pushed by Joel Brobecker <brobecker@adacore.com>.
3064 * Makefile.in (transform): New variable.
3065 (install-man1, install-man5): Apply $(transform) to man file names.
3066
ee7333ae
DE
30672014-07-26 Doug Evans <xdje42@gmail.com>
3068
3069 PR guile/17177
3070 * guile.texi (Guile Pretty Printing API): Fix typo.
3071 Document set-pretty-printers!, pretty-printers.
3072 (Selecting Guile Pretty-Printers): Update.
3073 Mention program-space based pretty-printers.
3074
70509625
PA
30752014-07-25 Pedro Alves <palves@redhat.com>
3076 Eli Zaretskii <eliz@gnu.org>
3077
3078 * gdb.texinfo (Signaling) <signal command>: Explain what happens
3079 with multi-threaded programs.
3080
701adfb0
PA
30812014-07-19 Ajit Agarwal <ajitkum@xilinx.com>
3082
3083 * gdb.texinfo (MicroBlaze Features): Added.
3084
b67a2c6f
YQ
30852014-06-27 Yao Qi <yao@codesourcery.com>
3086
3087 * gdb.texinfo (Maintenance Commands): Update the output of
3088 'maint print dummy-frames' command.
3089
f179cf97
EZ
30902014-06-24 Eli Zaretskii <eliz@gnu.org>
3091
3092 * gdb.texinfo (Screen Size): Improve indexing.
3093
992c7d70
GB
30942014-06-19 Gary Benson <gbenson@redhat.com>
3095
3096 * gdb.texinfo (Maintenance Commands): Document new
3097 "maint set/show catch-demangler-crashes" option.
3098
57fcfb1b
GB
30992014-06-19 Gary Benson <gbenson@redhat.com>
3100
3101 * gdb.texinfo (Maintenance Commands): Document new
3102 "maint demangler-warning" command and new
3103 "maint set/show demangler-warning" option.
3104
dd5d5494
SC
31052014-06-09 Siva Chandra Reddy <sivachandra@google.com>
3106
3107 * python.texi (Xmethod API): Add space before the opening
3108 parenthesis in function descriptions.
3109
25326a28 31102014-06-06 Doug Evans <xdje42@gmail.com>
d2929fdc
DE
3111
3112 * guile.texi (Guile Configuration): Document guile-data-directory.
3113
0a770bb2 31142014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
3115
3116 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
3117
16f691fb
DE
31182014-06-04 Doug Evans <xdje42@gmail.com>
3119
3120 * guile.texi (Breakpoints In Guile): Update.
3121
1e47491b
JB
31222014-06-03 Joel Brobecker <brobecker@adacore.com>
3123
3124 * python.texi (Xmethod API): Fix reference to "Progspaces In
3125 Python".
3126
0c6e92a5
SC
31272014-06-03 Siva Chandra Reddy <sivachandra@google.com>
3128
3129 * python.texi (Xmethods In Python, XMethod API)
3130 (Writing an Xmethod): New nodes.
3131 (Python API): New menu entries "Xmethods In Python",
3132 "Xmethod API", "Writing an Xmethod".
3133
06eb1586
DE
31342014-06-02 Doug Evans <xdje42@gmail.com>
3135
3136 * guile.texi (Guile API): Add entry for Parameters In Guile.
3137 (GDB Scheme Data Types): Mention <gdb:parameter> object.
3138 (Parameters In Guile): New node.
3139
e698b8c4
DE
31402014-06-02 Doug Evans <xdje42@gmail.com>
3141
3142 * guile.texi (Guile API): Add entry for Commands In Guile.
3143 (Basic Guile) <parse-and-eval>: Add reference.
3144 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
3145 (GDB Scheme Data Types): Mention <gdb:command> object.
3146 (Commands In Guile): New node.
3147
ded03782
DE
31482014-06-02 Doug Evans <xdje42@gmail.com>
3149
3150 * guile.texi (Guile API): Add entry for Progspaces In Guile.
3151 (GDB Scheme Data Types): Mention <gdb:progspace> object.
3152 (Progspaces In Guile): New node.
3153
53e8a631
AB
31542014-05-30 Andrew Burgess <aburgess@broadcom.com>
3155
3156 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
3157 * python.texi (Frames In Python): Mention
3158 gdb.FRAME_UNWIND_MEMORY_ERROR.
3159
329ea579
PA
31602014-05-29 Pedro Alves <palves@redhat.com>
3161 Tom Tromey <tromey@redhat.com>
3162
3163 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
3164 from example.
3165 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
3166 Mention that target-async is now deprecated.
3167 (Maintenance Commands): Document maint set/show target-async.
3168
92bcb5f9
PA
31692014-05-29 Pedro Alves <palves@redhat.com>
3170
3171 * observer.texi (sync_execution_done, command_error): New
3172 subjects.
3173
fd664c91
PA
31742014-05-29 Pedro Alves <palves@redhat.com>
3175
3176 PR gdb/13860
3177 * observer.texi (signal_received, end_stepping_range)
3178 (signal_exited, exited, no_history): New observer subjects.
3179
b2715b27
AW
31802014-05-26 Andy Wingo <wingo@igalia.com>
3181
3182 * guile.texi (GDB Scheme Data Types): Remove documentation for
3183 removed interfaces. Update spelling of gdb-object-kind.
3184
9eaa4c1e
AW
31852014-05-26 Andy Wingo <wingo@igalia.com>
3186
3187 * guile.texi (Basic Guile): Fix some typos.
3188
0f1e8403
AW
31892014-05-26 Andy Wingo <wingo@igalia.com>
3190
3191 * guile.texi (Writing a Guile Pretty-Printer)
3192 (Guile Types Module): Fix excess parentheses in use-modules forms.
3193
697aa1b7
EZ
31942014-05-24 Eli Zaretskii <eliz@gnu.org>
3195
3196 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
3197 (Breakpoints In Guile, Guile Printing Module)
3198 (Guile Exception Handling, Values From Inferior In Guile)
3199 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
3200 Don't use @var at the beginning of a sentence.
3201
3202 * gdb.texinfo (Frame Filter Management, Trace Files)
3203 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
3204 (PowerPC Embedded, Define, Annotations for Running)
3205 (IPA Protocol Commands, Packets, General Query Packets)
3206 (Tracepoint Packets, Notification Packets, Environment)
3207 (Inferiors and Programs, Set Breaks, Set Catchpoints)
3208 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
3209 (Frames, Backtrace, Selection, Expressions, Registers)
3210 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
3211 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
3212 (Source Annotations, Using JIT Debug Info Readers, Packets)
3213 (Stop Reply Packets, Host I/O Packets)
3214 (Target Description Format): Don't use @var at the beginning of a
3215 sentence.
3216
3217 * python.texi (Basic Python, Types In Python)
3218 (Commands In Python, Frames In Python, Line Tables In Python)
3219 (Breakpoints In Python, gdb.printing, gdb.types)
3220 (Type Printing API): Don't use @var at the beginning of a
3221 sentence.
3222
67b5c0c1
MM
32232014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3224
3225 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
3226 replay-memory-access".
3227
6a3cb8e8
PA
32282014-05-21 Pedro Alves <palves@redhat.com>
3229
3230 * gdb.texinfo (Starting): Document "set/show
3231 auto-connect-native-target".
3232 (Target Commands): Document "target native".
3233
936d2992
PA
32342014-05-20 Pedro Alves <palves@redhat.com>
3235
3236 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
3237 not be remote specific. Add cross reference to the qCRC packet.
3238 (Separate Debug Files): Update cross reference to the qCRC packet.
3239 (General Query Packets) <qCRC packet>: Add anchor.
3240
b3ce5e5f
DE
32412014-05-17 Doug Evans <xdje42@gmail.com>
3242
3243 Copy over changes from guile.texi.
3244 * python.texi (Basic Python) <gdb.execute>: Add text.
3245 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
3246 (Values From Inferior) <Python string>: Add text.
3247 (Values From Inferior) <Value.string>: Clarify string length handling.
3248 (Pretty Printing API): Add cindex.
3249 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
3250 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
3251 @vindex.
3252 (Commands In Python) <COMPLETE_*>: Similarly.
3253 (Symbols In Python) <SYMBOL_*>: Similarly.
3254 (Breakpoints In Python) <WP_*>: Similarly.
3255 (Breakpoints In Python) <BP_*>: Similarly.
3256
8dfcab11
DT
32572014-05-17 David Taylor <dtaylor@emc.com>
3258
3259 * gdb.texinfo (General Query Packets): Add a note about thread IDs
3260 mentioned in the qfThreadInfo reply.
3261
8d551b02
DE
32622014-05-16 Doug Evans <dje@google.com>
3263
3264 * gdb.texinfo (Mode Options): Add -D.
3265
e20bd8f4
SB
32662014-05-09 Samuel Bronson <naesten@gmail.com>
3267
3268 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
3269 "make -C".
3270
f989a1c8
TT
32712014-04-29 Tom Tromey <tromey@redhat.com>
3272
3273 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
3274 "show debug varobj".
3275
95cf3b38
DT
32762014-05-01 David Taylor <dtaylor@emc.com>
3277
3278 * gdb.texinfo (compare-sections): Document the new -r (read-only)
3279 option.
3280
01f9f808
MS
32812014-04-24 Michael Sturm <michael.sturm@mintel.com>
3282 Walfred Tedeschi <walfred.tedeschi@intel.com>
3283
3284 * gdb.texinfo (i386 Features): Add description of AVX512
3285 registers.
3286
770e7fc7
DE
32872014-03-31 Doug Evans <dje@google.com>
3288
3289 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
3290
97d8f0ee
DE
32912014-03-30 Doug Evans <dje@google.com>
3292
3293 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
3294 (Background Execution): Ditto.
3295
36cb1214
HZ
32962014-03-21 Pedro Alves <palves@redhat.com>
3297 Stan Shebs <stan@codesourcery.com>
3298 Hui Zhu <hui@codesourcery.com>
3299
3300 * gdb.texinfo (Packets): Add anchor to "? packet".
3301 Remove fixme and update introduction of "k packet".
3302 Add anchor to "vKill packet".
3303
5e3a2c38
SS
33042014-03-12 Stan Shebs <stan@codesourcery.com>
3305
3306 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
3307
7a5a839f
LC
33082014-02-26 Ludovic Courtès <ludo@gnu.org>
3309
dc6ae996 3310 * guile.texi (Basic Guile): Document 'history-append!'.
7a5a839f 3311
95060284
JB
33122014-02-20 Joel Brobecker <brobecker@adacore.com>
3313
3314 * gdb.texinfo (Files): Document "add-shared-symbol-files"
3315 and "assf" as being deprecated.
3316 (Cygwin Native): Likewise for "dll-symbols".
3317 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
3318 as a way to force the loading of symbols from a DLL.
3319
f7bd0f78
SC
33202014-02-19 Siva Chandra Reddy <sivachandra@google.com>
3321
3322 * python.texi (Values From Inferior): Add description about the
3323 new feature.
3324
329baa95
DE
33252014-02-17 Doug Evans <xdje42@gmail.com>
3326
3327 * Makefile.in (GDB_DOC_FILES): Add python.texi.
3328 * gdb.texinfo (Python): Moved to ...
3329 * python.texi: ... here. New file.
3330
687894f5
DE
33312014-02-17 Ludovic Courtès <ludo@gnu.org>
3332
d25f38ee 3333 * guile.texi (Writing a Guile Pretty-Printer) <example>:
687894f5
DE
3334 Remove 'string-begins-with' procedure. Add 'pretty-printer'
3335 parameter to 'str-lookup-function' procedure. Look for
3336 the "std::string<" prefix.
3337 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
3338 Adjust description.
3339
6fb526ee
DE
33402014-02-11 Tejas Belagod <tejas.belagod@arm.com>
3341
d25f38ee 3342 * guile.texi (Values From Inferior In Guile): Remove stray
6fb526ee
DE
3343 parantheses for deffn.
3344 (Disassembly In Guile): Ditto.
3345
1e0a5178
SS
33462014-02-10 Stan Shebs <stan@codesourcery.com>
3347
3348 Add Doxygen support.
3349 * Makefile.in (doxy): New action, generates Doxygen files.
3350 (DOXYGEN): New.
3351 (doxyedit): New.
3352 * Doxyfile-base.in: New file.
3353 * Doxyfile-gdb-api.in: New file.
3354 * Doxyfile-gdb-xref.in: New file.
3355 * Doxyfile-gdbserver.in: New file.
3356 * doxy-index.in: New file.
3357 * filter-for-doxygen: New file.
3358 * filter-params.pl: New file.
3359
ed3ef339
DE
33602014-02-10 Doug Evans <xdje42@gmail.com>
3361
3362 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
3363 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
3364 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
3365 (Guile docs): Include guile.texi.
3366 (objfile-gdbdotext file): Add objfile-gdb.scm.
3367 (dotdebug_gdb_scripts section): Mention Guile scripts.
3368 (Multiple Extension Languages): New node.
3369 * guile.texi: New file.
3370
c6044dd1
JB
33712014-01-28 Joel Brobecker <brobecker@adacore.com>
3372
3373 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
3374 ignore-descriptive-types". commands.
3375
87ce2a04
DE
33762014-01-22 Doug Evans <dje@google.com>
3377
3378 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
3379 (gdbserver man): Ditto.
3380
52834460
MM
33812014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3382
3383 * gdb.texinfo: Document limited reverse/replay support
3384 for target record-btrace.
3385
0688d04e
MM
33862014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3387
3388 * gdb.texinfo (Process Record and Replay): Update documentation.
3389
8710b709
MM
33902014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3391
3392 * gdb.texinfo (Process Record and Replay): Document new /c
3393 modifier accepted by "record function-call-history".
3394 Add /i modifier to "record function-call-history" example.
3395
dcf106f3
JB
33962014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
3397 Joel Brobecker <brobecker@adacore.com>
3398
3399 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
3400 markers. Remove one that was misplaced.
3401
41ef2965
PA
34022014-01-10 Pedro Alves <palves@redhat.com>
3403
3404 * gdb.texinfo (Your Program's Environment) <set environment>:
3405 Mention the shell, and point at 'set exec-wrapper'.
3406
c0d48811
JB
34072014-01-07 Joel Brobecker <brobecker@adacore.com>
3408
3409 * gdb.texinfo (Types In Python): Document new attribute Types.name.
3410
5fba4c0f
JB
34112013-12-30 Joel Brobecker <brobecker@adacore.com>
3412
3413 * gdb.texinfo (Types In Python): Clarify the documentation
3414 of attribute gdb.Field.bitpos.
3415
0809504b
JB
34162013-12-28 Joel Brobecker <brobecker@adacore.com>
3417
3418 * gdb.texinfo (Types In Python): Fix the documentation of
3419 attribute "bitpos" in class gdb.Field for enum types. Add
3420 documentation for attribute "enumval" in that same class.
3421
edef6000
JB
34222013-12-28 Joel Brobecker <brobecker@adacore.com>
3423
3424 * gdb.texinfo (GDB/MI Support Commands): Change @table into
3425 @ftable.
3426
71b8c845
DE
34272013-12-23 Doug Evans <xdje42@gmail.com>
3428
3429 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
3430 auto-loaded objfile scripts and .debug_gdb_scripts section to their
3431 corresponding section in Extending GDB.
3432 (Extending GDB): Move menu up. New menu item "Auto-loading
3433 extensions".
3434 (Sequences): New menu item "Auto-loading sequences".
3435 (Auto-loading sequences): New node.
3436 (Python): Rename section from Scripting GDB to Extending GDB.
3437 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
3438 Move docs on ways to auto-load extensions to ...
3439 (Auto-loading extensions): ... here. New node.
3440
d192b373
JB
34412013-12-23 Joel Brobecker <brobecker@adacore.com>
3442
3443 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
3444 in menu.
3445 (GDB/MI Variable Objects): Adjust reference to "-list-features"
3446 command, now in a new node.
3447 (GDB/MI Support Commands): New node, with its contents being
3448 extracted from the "GDB/MI Miscellaneous Commands" node.
3449 A small paragraph introducing the section is also added at
3450 the start.
3451 (GDB/MI Miscellaneous Commands): Delete the description of the
3452 -info-gdb-mi-command, -list-features and -list-target-features
3453 commands, now hosted in the "GDB/MI Support Commands" node.
3454
a16b0e22
SC
34552013-12-12 Siva Chandra Reddy <sivachandra@google.com>
3456
3457 PR python/16113
3458 * gdb.texinfo (Values From Inferior): Add a note about using
3459 gdb.Field objects as subscripts on gdb.Value objects.
3460 (Types In Python): Add description about the new attribute
3461 "parent_type" of gdb.Field objects.
3462
9b26f0fb
JB
34632013-12-12 Joel Brobecker <brobecker@adacore.com>
3464
3465 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
3466 entry for section docuumenting the -list-features GDB/MI command.
3467
72bfa06c
JB
34682013-12-10 Joel Brobecker <brobecker@adacore.com>
3469
3470 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3471 "exec-run-start-option" entry in the output of the "-list-features"
3472 command.
3473
3ea8680f
EZ
34742013-12-04 Eli Zaretskii <eliz@gnu.org>
3475
3476 * gdb.texinfo (i386): Fix yesterday's commit.
3477
1a4f73eb
TT
34782013-12-03 Tom Tromey <tromey@redhat.com>
3479
3480 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
3481 documented here.
3482
6cb999f8
TT
34832013-12-03 Tom Tromey <tromey@redhat.com>
3484
3485 * gdb.texinfo (@direntry): Add menu item for gdbserver.
3486
ca8941bb
WT
34872013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
3488
3489 * gdb.texinfo (i386 Features): Add MPX feature registers.
3490 (x86 Specific featuresx86 Architecture-specific Issues): Adds
3491 a subsubsection for MPX and describes the display of the
3492 boundary registers.
3493
688981c9
JB
34942013-12-03 Joel Brobecker <brobecker@adacore.com>
3495
3496 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
3497 documentation of the "ada-exceptions" entry.
3498
2ea126fa
JB
34992013-12-03 Joel Brobecker <brobecker@adacore.com>
3500
3501 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
3502 "^error" result record concerning the error message. Document
3503 the error code that may also be part of that result record.
3504 (GDB/MI Miscellaneous Commands): Document the
3505 "undefined-command-error-code" element in the output of
3506 the "-list-features" GDB/MI command.
3507
6b7cbff1
JB
35082013-12-03 Joel Brobecker <brobecker@adacore.com>
3509
3510 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3511 the new -info-gdb-mi-command GDB/MI command. Document
3512 the meaning of "-info-gdb-mi-command" in the output of
3513 -list-features.
3514
20e1ca3b
PA
35152013-11-29 Pedro Alves <palves@redhat.com>
3516
3517 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
3518 Update comment.
3519
29453a14
YQ
35202013-11-24 Yao Qi <yao@codesourcery.com>
3521
3522 * gdb.texinfo (Caching Remote Data): Document new
3523 "set/show stack-cache" option.
3524
6dd315ba
YQ
35252013-11-24 Yao Qi <yao@codesourcery.com>
3526
3527 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
3528 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
3529 "off" respectively.
3530
9df9dbe0
YQ
35312013-11-23 Yao Qi <yao@codesourcery.com>
3532
3533 * gdb.texinfo (GDB/MI Variable Objects): Add the description
3534 of "displayhint" to the table about child results.
3535
c78feb39
YQ
35362013-11-21 Yao Qi <yao@codesourcery.com>
3537
3538 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
3539 'dynamic' for the output of command -var-list-children.
3540
27b81af3
YQ
35412013-11-21 Yao Qi <yao@codesourcery.com>
3542
3543 * gdb.texinfo (Caching Target Data): Remove "see" before
3544 @pxref.
3545
b26dfc9a
YQ
35462013-11-20 Yao Qi <yao@codesourcery.com>
3547
3548 * gdb.texinfo (Caching Target Data): Update doc for
3549 per-address-space dcache.
3550
b12039c6
YQ
35512013-11-20 Yao Qi <yao@codesourcery.com>
3552
3553 * gdb.texinfo (Data): Rename menu item.
3554 (Caching Remote Data): Rename to ...
3555 (Caching Target Data): ... it. Update.
3556
422ad5c2
JB
35572013-11-18 Joel Brobecker <brobecker@adacore.com>
3558
3559 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3560 "language-option" entry in the output of the "-list-features"
3561 command.
3562
805e1f19
TT
35632013-11-15 Tom Tromey <tromey@redhat.com>
3564
3565 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
3566 Add example.
3567
8fe1b653
TT
35682013-11-14 Tom Tromey <tromey@redhat.com>
3569
3570 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
3571
403cb6b1
JB
35722013-11-14 Joel Brobecker <brobecker@adacore.com>
3573
3574 * gdb.texinfo (Show): Add xref anchor for "show language" command.
3575 (Context management): Place current subsection text into its own
3576 subsubsection. Add new subsubsection describing the "--language"
3577 command option.
3578
93973826
JB
35792013-11-13 Joel Brobecker <brobecker@adacore.com>
3580
3581 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
3582 the documentation of "info-ada-exceptions" in the output
3583 of the "-list-features" command. Add the documentation
3584 of the "ada-exception" entry instead.
3585
6adcee18
JB
35862013-11-12 Joel Brobecker <brobecker@adacore.com>
3587
93973826 3588
6adcee18
JB
3589 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
3590 word of a couple of sentences to start with a capital letter.
3591
58d06528
JB
35922013-11-12 Joel Brobecker <brobecker@adacore.com>
3593
3594 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
3595 (Ada Exceptions): New node.
3596 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
3597 Commands" node.
3598 (GDB/MI Ada Exceptions Commands): New node.
3599 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
3600 field in the output of the "-list-features" command.
3601 * NEWS: Add entry for the new "info exceptions" CLI command,
3602 and for the new "-info-ada-exceptions" GDB/MI command.
3603
bc79de95
PM
36042013-11-11 Phil Muldoon <pmuldoon@redhat.com>
3605
3606 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
3607 (Line Tables In Python): New node.
3608
73be47f5
DE
36092013-11-08 Doug Evans <dje@google.com>
3610
3611 * gdb.texinfo (Debugging Output): Update text for
3612 "set debug dwarf2-read".
3613
db0fec5c
DE
36142013-11-08 Doug Evans <dje@google.com>
3615
3616 * gdb.texinfo (Debugging Output): Update text for
3617 "set debug symtab-create".
3618
92e32e33
PM
36192013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3620
72f4393d
L
3621 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
3622 constant.
92e32e33 3623
f76c27b5
PM
36242013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3625
3626 * gdb.texinfo (Breakpoints In Python): Document temporary
3627 option in breakpoint constructor, and add documentation to the
3628 temporary attribute.
3629
fa4d0c40
YQ
36302013-11-07 Yao Qi <yao@codesourcery.com>
3631
3632 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
3633 output of "-var-info-expression".
3634
afa332ce
PA
36352013-11-06 Pedro Alves <palves@redhat.com>
3636
3637 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
3638 non-interactive mode.
3639 (Environment) <shell startup files warning>: Mention
3640 non-interactive mode. Mention .zshenv for Z shell, and talk about
3641 BASH_ENV instead of .bashrc for BASH.
3642
9ac69859
NB
36432013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
3644
3645 * gdb.texinfo (Commands to Specify Files): Add description
3646 of the remove-symbol-file command.
3647 * observer.texi: New free_objfile event
3648
98882a26
PA
36492013-10-24 Pedro Alves <palves@redhat.com>
3650
3651 * gdb.texinfo (Starting): Document set/show startup-with-shell.
3652
ce13fade
JB
36532013-10-11 Joel Brobecker <brobecker@adacore.com>
3654
3655 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
3656 New subsection inside which the "-catch-load" and "-catch-unload"
3657 commands documentation is now placed.
3658 (Ada Exception GDB/MI Catchpoint Commands): New subsection
3659 documenting the "-catch-assert" and "-catch-exception" new
3660 GDB/MI commands.
3661
2446f5ea
JB
36622013-10-10 Joel Brobecker <brobecker@adacore.com>
3663
3664 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
3665
0d12017b
JB
36662013-10-10 Joel Brobecker <brobecker@adacore.com>
3667
bd80dc1a
JB
3668 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
3669 serial baud".
3670 (Remote Configuration): Replace "set remotebaud" by "set serial
3671 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 3672
f4fb82a1
PA
36732013-10-07 Pedro Alves <palves@redhat.com>
3674
3675 PR breakpoints/11568
3676 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
3677 when the thread is removed from the thread list.
3678
0c557179
SDJ
36792013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3680
3681 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
3682 Update entry for $_exitcode.
3683
5713b9b5
JB
36842013-10-04 Joel Brobecker <brobecker@adacore.com>
3685
3686 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
3687 new "--start" option.
3688
901461f8
PA
36892013-10-02 Pedro Alves <palves@redhat.com>
3690
3691 * gdb.texinfo (Registers): Expand description of saved registers
3692 in frames. Explain <not saved>.
3693
8fb8eb5c
DE
36942013-09-25 Doug Evans <dje@google.com>
3695
3696 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
3697
0a7cfe2c
SS
36982013-09-16 Stan Shebs <stan@codesourcery.com>
3699
3700 Remove the internals manual gdbint.texinfo.
3701 * Makefile.in (INFO_DEPS): Remove gdbint.info.
3702 (PDFFILES): Remove gdbint.pdf.
3703 (HTMLFILES): Remove gdbint/index.html.
3704 (HTMLFILES_INSTALL): Remove gdbint.
3705 (GDBINT_DOC_FILES): Remove.
3706 (dvi): Remove gdbint.dvi.
3707 (ps): Remove gdbint.ps.
3708 * gdbint.texinfo: Remove file.
3709 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
3710
a280dbd1
SDJ
37112013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3712
3713 * gdb.texinfo (Convenience Functions): Mention new convenience
3714 function $_isvoid.
3715
4ac33720
UW
37162013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3717
3718 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
3719 (Standard Target Features): Add new node to menu.
3720 (S/390 and System z Features): New node.
3721
b3d3b4bd
SA
37222013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
3723
3724 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
3725 -list-target-features in the example.
3726
edf9f00c
JK
37272013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3728
3729 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
3730 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
3731
1d236d23
JK
37322013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3733
3734 Sync documentation with gdb.base/gnu-debugdata.exp.
3735 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
3736
5423b017
JK
37372013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3738
3739 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
3740
6211c335
YQ
37412013-08-27 Pedro Alves <pedro@codesourcery.com>
3742 Yao Qi <yao@codesourcery.com>
3743
3744 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
3745 Document new --skip-unavailable option.
3746 <-stack-list-variables>: Document new --skip-unavailable option.
3747
52e260a3
DE
37482013-08-26 Doug Evans <dje@google.com>
3749
3750 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
3751 an optional regexp.
3752
5e92f71a
TT
37532013-08-13 Tom Tromey <tromey@redhat.com>
3754
3755 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
3756 Document GDB_PARALLEL and GDB_INOTIFY.
3757
c5d7073b
SS
37582013-08-09 Stan Shebs <stan@codesourcery.com>
3759
3760 * LRS: Remove file, describes a long-abandoned live-range
3761 splitting extension to stabs.
3762
6fbe845e
AB
37632013-07-25 Andrew Burgess <aburgess@broadcom.com>
3764
3765 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
3766
e7045703
DE
37672013-07-17 Doug Evans <dje@google.com>
3768
3769 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
3770
3105ebf9
TT
37712013-07-02 Tom Tromey <tromey@redhat.com>
3772
3773 * gdb.texinfo (Target Commands): Don't mention "target nrom".
3774
d6c2da54
TT
37752013-06-28 Tom Tromey <tromey@redhat.com>
3776
3777 * Makefile.in (version.subst): Use version.in, not
3778 common/version.in.
3779 * gdbint.texinfo (Versions and Branches, Releasing GDB):
3780 Likewise.
3781
e5823f1c
PA
37822013-06-27 Pedro Alves <palves@redhat.com>
3783
3784 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
3785 dynamic symbol resolution code>: New section, based on infrun.c
3786 comment.
3787
92dcb9ff
TT
37882013-06-26 Tom Tromey <tromey@redhat.com>
3789
3790 * gdbint.texinfo (Versions and Branches): Use common/version.in.
3791 Update.
3792 (Releasing GDB): Likewise.
3793
dc673c81
YQ
37942013-06-26 Pedro Alves <pedro@codesourcery.com>
3795 Yao Qi <yao@codesourcery.com>
3796
3797 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
3798 -trace-frame-collected.
3799
28a93511
YQ
38002013-06-26 Pedro Alves <pedro@codesourcery.com>
3801
3802 * gdb.texinfo (Traceframe Info Format): Document tvar element
3803 and its attributes.
3804
a0743c90
YQ
38052013-06-25 Yao Qi <yao@codesourcery.com>
3806
3807 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
3808
01208463
TT
38092013-06-24 Tom Tromey <tromey@redhat.com>
3810
3811 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
3812 (GDBvn.texi): Use version.subst.
3813 (version.subst): New target.
3814 (mostlyclean): Remove version.subst.
3815
c898adb7
YQ
38162013-06-20 Pedro Alves <pedro@codesourcery.com>
3817
3818 * gdb.texinfo (GDB/MI Data Manipulation)
3819 <-data-list-register-values>: Document the --skip-unavailable
3820 option.
3821
7c57fa1e
YQ
38222013-06-07 Yao Qi <yao@codesourcery.com>
3823
3824 * gdb.texinfo (Symbols): Add kindex and cindex for
3825 'maint print msymbols'.
3826
0059c61a 38272013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
3828
3829 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
3830 response field name (thread-group to inferior).
3831
85dc5a12
GB
38322013-06-04 Gary Benson <gbenson@redhat.com>
3833
3834 * gdb.texinfo (General Query Packets/qSupported): Added
3835 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
3836 to the table of currently defined stub features.
3837 Added a more detailed entry for "augmented-libraries-svr4-read".
3838 (General Query Packets/qXfer:libraries-svr4:read): Documented
3839 the augmented form of this packet.
3840
5901af59
JB
38412013-05-23 Joel Brobecker <brobecker@adacore.com>
3842
3843 * gdb.texinfo (System-wide Configuration Scripts): Renames
3844 "Installed System-wide Configuration Scripts". Add associated
3845 @menu block.
3846
c1e36e3e
PA
38472013-05-23 Yao Qi <yao@codesourcery.com>
3848 Pedro Alves <palves@redhat.com>
3849
3850 * gdb.texinfo (Packets): Document 'vCont;r'.
3851 (Continuing and Stepping): Document target-assisted range
3852 stepping, and the 'set range-stepping' and 'show range-stepping'
3853 commands.
3854
0201faac
JB
38552013-05-23 Joel Brobecker <brobecker@adacore.com>
3856
3857 * gdb.texinfo (Installed System-wide Configuration Scripts):
3858 Add subsection describing the scripts now available under
3859 the data-dir's system-gdbbinit subdirectory.
3860 * NEWS: Add entry announcing the availability of system-wide
3861 configuration scripts for ElinOS and Wind River Linux.
3862
c5867ab6
HZ
38632013-05-21 Hui Zhu <hui@codesourcery.com>
3864
3865 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
3866 "-dprintf-insert" command.
3867
7d0c9981
DE
38682013-05-17 Doug Evans <dje@google.com>
3869
3870 * gdb.texinfo (Maintenance Commands): Update doc for
3871 "maint check-psymtabs". Add doc for "maint check-symtabs",
3872 "maint expand-symtabs".
3873
742ce053
MM
38742013-05-15 Markus Metzger <markus.t.metzger@intel.com>
3875
3876 * gdb.texinfo (Process Record and Replay): Document the
3877 "record goto" command and its sub-commands.
3878
1e611234
PM
38792013-05-10 Phil Muldoon <pmuldoon@redhat.com>
3880
3881 * gdb.texinfo (Backtrace): Add "no-filter" argument.
3882 (Python API): Add Frame Filters API, Frame Wrapper API,
3883 Writing a Frame Filter/Wrapper, Managing Management of Frame
3884 Filters chapter entries.
3885 (Frame Filters API): New Node.
3886 (Frame Wrapper API): New Node.
3887 (Writing a Frame Filter): New Node.
3888 (Managing Frame Filters): New Node.
3889 (Progspaces In Python): Add note about frame_filters attribute.
3890 (Objfiles in Python): Ditto.
3891 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
3892 @anchors and --no-frame-filters option to -stack-list-variables,
3893 -stack-list-frames, -stack-list-locals and -stack-list-arguments
3894 commands.
3895
2874cb83
JB
38962013-05-08 Joel Brobecker <brobecker@adacore.com>
3897
3898 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
3899 Support" subsection documenting the XML format used to transfer
3900 shared library info on AIX.
3901
9a005eb9
JB
39022013-05-08 Joel Brobecker <brobecker@adacore.com>
3903
3904 * gdb.texinfo (Debugging Output): Add documentation of
3905 "set debug aix-solib" and "show debug aix-solib" commands.
3906
a1217d97
SL
39072013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3908
3909 * gdb.texinfo (Nios II): New section.
3910 (Nios II Features): New section.
3911
4d1eb6b4
JB
39122013-05-06 Joel Brobecker <brobecker@adacore.com>
3913
3914 * gdbint.texinfo (Algorithms): Remove entries documenting
3915 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
3916 SOLIB_CREATE_INFERIOR_HOOK.
3917
3f84184e
TT
39182013-04-29 Tom Tromey <tromey@redhat.com>
3919
3920 PR python/14204:
3921 * gdb.texinfo (Python API): Fix menu entry.
3922 (Blocks In Python): Fix subsubsection text. Rewrite intro.
3923 Define global and static block. Add example. Clarify
3924 block relationship for inline functions.
3925
60155234
TT
39262013-04-29 Tom Tromey <tromey@redhat.com>
3927
3928 * gdb.texinfo (Python API): Mention Python help and keyword
3929 arguments. Move pagination text to Basic Python.
3930 (Basic Python): Put pagination text here. Document
3931 close-on-exec, SIGCHLD, and SIGINT.
3932
5360976e
PA
39332013-04-19 Pedro Alves <palves@redhat.com>
3934
3935 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
3936 "signedness" instead of "signness".
3937
bd3f3b55
PA
39382013-04-19 Pedro Alves <palves@redhat.com>
3939
3940 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
3941 -Wno-pointer-sign text with text on -Wpointer-sign.
3942
dee368d3
TT
39432013-04-16 Tom Tromey <tromey@redhat.com>
3944
3945 * gdb.texinfo (Set Catchpoints): Mention earliest version of
3946 GCC that has the SDT probe points.
3947
cc16e6c9
TT
39482013-04-15 Tom Tromey <tromey@redhat.com>
3949
3950 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
3951 exception catchpoints.
3952
72f1fe8a
TT
39532013-04-15 Tom Tromey <tromey@redhat.com>
3954
3955 * gdb.texinfo (Set Catchpoints): Document $_exception.
3956 (Convenience Vars): Mention $_exception.
3957
591f19e8
TT
39582013-04-15 Tom Tromey <tromey@redhat.com>
3959
3960 * gdb.texinfo (Set Catchpoints): Reorganize exception
3961 catchpoints. Document "catch rethrow".
3962 (Debugging C Plus Plus): Mention "catch rethrow".
3963
02ae6bad
TT
39642013-04-15 Tom Tromey <tromey@redhat.com>
3965
3966 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
3967
2c91021c
JK
39682013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3969 Eli Zaretskii <eliz@gnu.org>
3970
3971 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
3972 line below the sample output.
3973
6eaaf48b
EZ
39742013-04-12 Eli Zaretskii <eliz@gnu.org>
3975
3976 * gdb.texinfo (Mode Options): Document '-configuration'.
3977 (Help): Document "show configuration".
3978 (Bug Reporting): Add requirements to include the configuration
3979 details in bug reports.
3980
b292c783
JK
39812013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3982
3983 * Makefile.in (MAN1S): Add gcore.1.
3984 Remove "Host, target, and site specific Makefile fragments" comment.
3985 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
3986 (install-man1, uninstall-man1): Conditionalize gcore.1.
3987 (gcore.1): New.
3988 * gdb.texinfo (Man Pages): Add gcore man.
3989 (gcore man): New node.
3990
f81d1120
PA
39912013-04-10 Pedro Alves <palves@redhat.com>
3992
3993 * gdb.texinfo (Process Record and Replay): Document that "set
3994 record full insn-number-max", "set record
3995 instruction-history-size" and "set record
3996 function-call-history-size" accept "unlimited".
3997 (Backtrace): Document that "set backtrace limit" accepts
3998 "unlimited".
3999 (List): Document that "set listsize" accepts "unlimited".
4000 (Print Settings)" Document that "set print max-symbolic-offset",
4001 "set print elements" and "set print repeats" accept "unlimited".
4002 (Starting and Stopping Trace Experiments): Document that "set
4003 trace-buffer-size" accepts "unlimited".
4004 (Remote Configuration): Document that "set tcp connect-timeout"
4005 accepts "unlimited".
4006 (Command History): Document that "set history size" accepts
4007 "unlimited".
4008 (Screen Size): Document that "set height" and "set width" accepts
4009 "unlimited". Adjust "set pagination"'s description to suggest
4010 "set height unlimited" instead of "set height 0".
4011
393fd4c3
YQ
40122013-04-10 Yao Qi <yao@codesourcery.com>
4013
4014 * gdb.texinfo (Trace Files): Add "target ctf".
4015
cba5a7bf
JK
40162013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4017
4018 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
4019
0ed630cb
JK
4020 * Makefile.in (install-man1, install-man5, uninstall-man1)
4021 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
4022
afe1492b
JK
4023 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
4024
5b8b6385
JK
40252013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4026 Eli Zaretskii <eliz@gnu.org>
4027
4028 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
4029 parameters order. Remove "On some targets" for --attach. Document the
4030 --multi parameter and extended-remote command. Document all the
4031 options.
4032
906ccdf0
JK
40332013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4034
4035 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
4036 the list of supported languages.
4037
43662968
JK
40382013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4039
4040 Convert man pages to texinfo, new gdbinit.5 texinfo page.
4041 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
4042 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
4043 (diststuff): Add man.
4044 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
4045 (uninstall-man5): New.
4046 (STAGESTUFF): Add *.1 and *.5.
4047 (GDBvn.texi): Add SYSTEM_GDBINIT.
4048 (gdb.1, gdbserver.1, gdbinit.5): New.
4049 (maintainer-clean realclean): Add $(MANS).
4050 (install): Add install-man.
4051 (uninstall): Add uninstall-man.
4052 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
4053 (@copying): Wrap it by @c man begin COPYRIGHT.
4054 (Top): Add Man Pages.
4055 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
4056
be9a8770
PA
40572013-04-02 Pedro Alves <palves@redhat.com>
4058
4059 * gdb.texinfo (Debugging Output): Document "set/show debug
4060 aarch64", "set/show debug coff-pe-read" and "set/show debug
4061 mach-o".
4062
a46c1e42
PA
40632013-04-02 Pedro Alves <palves@redhat.com>
4064
4065 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
4066 table>: Add entry for "trace-buffer-size".
4067
bd3eecc3
PA
40682013-03-28 Pedro Alves <palves@redhat.com>
4069
4070 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
4071 table>: Add entry for "trace-status".
4072
215b9f98
EZ
40732013-03-28 Eli Zaretskii <eliz@gnu.org>
4074
4075 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
4076 @bullet", which is invalid (makeinfo 5.1 barfs).
4077
7f7cc265
PA
40782013-03-28 Pedro Alves <palves@redhat.com>
4079
4080 PR gdb/15294
4081
4082 * gdb.texinfo (List) <set listsize>: Adjust to document that
4083 listsize 0 means no limit, and remove mention of -1.
4084
9c0be723
YQ
40852013-03-22 Yao Qi <yao@codesourcery.com>
4086
4087 * gdb.texinfo (Embedded Processors): Remove menu item
4088 "OpenRISC 1000".
4089 (OpenRISC 1000): Remove.
4090
bd712aed
DE
40912013-03-21 Doug Evans <dje@google.com>
4092
4093 * gdb.texinfo (Maintenance Commands): Add docs for
4094 "mt set per-command {space,time,symtab} {on,off}".
4095
d0353e76
YQ
40962013-03-14 Hui Zhu <hui@codesourcery.com>
4097 Yao Qi <yao@codesourcery.com>
4098
4099 * gdb.texinfo (Trace Files): Add "tsave -ctf".
4100
6dd24dfa
KS
41012013-03-13 Keith Seitz <keiths@redhat.com>
4102
4103 * gdb.texinfo (Maintenance Commands): Add missing ')' for
4104 "maint agent" reference to Dynamic printf.
4105
5c4808ca
EZ
41062013-03-11 Eli Zaretskii <eliz@gnu.org>
4107
4108 * gdb.texinfo (General Query Packets): Don't use colon in index
4109 entries visible to Info format.
4110
59ea5688
MM
41112013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4112
4113 * gdb.texinfo (Process Record and Replay): Document record
4114 changes.
4115
2ae8c8e7
MM
41162013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4117
4118 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
4119 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
4120 qXfer:btrace:read.
4121
28abe188
EZ
41222013-03-09 Eli Zaretskii <eliz@gnu.org>
4123
4124 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
4125 use colons in @anchor and @cindex entries.
4126
be9a119c 41272013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
4128
4129 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
4130
be9a119c 41312013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
4132 Hafiz Abid Qadeer <abidh@codesourcery.com>
4133
4134 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4135 trace-buffer-size set and show commands.
4136 (Tracepoint Packets): Document QTBuffer:size.
4137 (General Query Packets): Document QTBuffer:size.
4138
d57350ea
TT
41392013-02-21 Tom Tromey <tromey@redhat.com>
4140
4141 * gdb.texinfo: Remove bad @syncodeindex.
4142 (Values From Inferior, Types In Python, Inferiors In Python)
4143 (Events In Python, Threads In Python, Frames In Python, Blocks In
4144 Python, Symbols In Python, Symbol Tables In Python): Remove
4145 @tables.
4146 (Packets, General Query Packets, Tracepoint Packets)
4147 (Host I/O Packets): Use @w{} for empty @item.
4148
9f44fbc0
SCR
41492013-02-20 Siva Chandra Reddy <sivachandra@google.com>
4150
4151 * gdb.texinfo (Architectures In Python): Add description about
4152 the new method gdb.Architecture.disassemble.
4153
f5911ea1
HAQ
41542013-02-15 Pedro Alves <pedro@codesourcery.com>
4155 Hafiz Abid Qadeer <abidh@codesourcery.com>
4156
4157 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
4158 Document the "trace-file" field.
4159
7e1e0340
DE
41602013-02-07 Doug Evans <dje@google.com>
4161
4162 * gdb.texinfo (Machine Code): Clarify argument to disassemble
4163 command.
4164
134a2066
YQ
41652013-02-06 Yao Qi <yao@codesourcery.com>
4166
4167 * gdb.texinfo (GDB/MI Async Records): Document new MI
4168 notification "=tsv-modified". Update the document of MI
4169 notification "=tsv-created".
4170 * observer.texi (GDB Observers): New observer tsv_modified.
4171 Update observer tsv_created and tsv_delete.
4172
430ed3f0
MS
41732013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
4174
4175 * gdb.texinfo (AArch64 Features): New section; document
4176 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
4177 (Architectures): Add new AArch64 section to document AArch64
4178 architecture specific commands.
4179 (ABI): Add description of the new OS ABI "Newlib" and its influence
4180 on the longjmp handling.
4181
1b56eb55
JK
41822013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
4183 Jan Kratochvil <jan.kratochvil@redhat.com>
4184
4185 * gdb.texinfo (Backtrace): Added description of 'filename-display'
4186 variable in 'set/show backtrace' section.
4187
c4957902
TT
41882013-01-31 Tom Tromey <tromey@redhat.com>
4189
4190 * gdb.texinfo (Target Commands): Fix typo.
4191
bea883fd
SCR
41922013-01-23 Siva Chandra Reddy <sivachandra@google.com>
4193
4194 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
4195 describing the gdb.Architecture class.
4196 (Frames In Python): Add description about the new method
4197 gdb.Frame.architecture().
4198
796a7ff8
DE
41992013-01-23 Doug Evans <dje@google.com>
4200
4201 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
4202
998580f1
MK
42032013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
4204
4205 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
4206 'thread-groups' field when printing a breakpoint in MI.
4207
c9fb1240
SD
42082012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
4209 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
4210 to reflect that jit-reader-load now supports absolute file-names.
4211
ab04a2af
TT
42122013-01-16 Tom Tromey <tromey@redhat.com>
4213
4214 * gdb.texinfo (Set Catchpoints): Document "catch signal".
4215 (Signals): Likewise.
4216
8ac3646f
TT
42172013-01-16 Tom Tromey <tromey@redhat.com>
4218
4219 * gdb.texinfo (GDB/MI Breakpoint Information): Document
4220 "catch-type" field.
4221 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
4222
e93a8774
TT
42232013-01-07 Tom Tromey <tromey@redhat.com>
4224
4225 * gdb.texinfo (Mode Options): Don't mention -epoch.
4226 (Data, Emacs): Remove obsolete comments.
4227
54516a0b
TT
42282013-01-02 Tom Tromey <tromey@redhat.com>
4229
4230 * gdb.texinfo (GDB/MI Output Records): Update menu.
4231 (GDB/MI Breakpoint Information): New node.
4232 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
4233 <-break-insert>: Likewise.
4234
8dbe8ece
YQ
42352012-12-31 Yao Qi <yao@codesourcery.com>
4236
4237 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
4238 (Packets): Move "vStopped" packet to ...
4239 (Notification Packets): ... here. Describe the components
4240 of notification. Add a table of supported notifications.
4241 Add an example on the process of he async notification.
4242
f35a17b5
JK
42432012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4244
4245 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
4246 present.
4247 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
4248 fullname output always present.
4249
0dfd2fad
PM
42502012-12-23 Pierre Muller <muller@sourceware.org>
4251
72f4393d
L
4252 * gdbint.texinfo (Function prototypes): Require use of "extern"
4253 modifier for function prototypes in headers.
0dfd2fad 4254
7785b880
JB
42552012-12-19 Joel Brobecker <brobecker@adacore.com>
4256
4257 * refcard.tex: Update copyright notice to GPL v3 or later.
4258 Update contact info.
4259
3d745be3
JK
42602012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4261
4262 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
4263
c9b6281a
YQ
42642012-12-15 Yao Qi <yao@codesourcery.com>
4265
4266 * gdb.texinfo (Debugging Output): Document 'set debug
4267 notification' and 'show debug notification'.
4268
f2a8bc8a
YQ
42692012-12-15 Yao Qi <yao@codesourcery.com>
4270
4271 * gdb.texinfo (Listing Tracepoints): New item and example about
4272 'installed on target' output.
4273 Add more in the example about 'installed on target'.
4274 (GDB/MI Breakpoint Commands): Doc about 'installed field.
4275
451b7c33
TT
42762012-12-14 Tom Tromey <tromey@redhat.com>
4277
72f4393d 4278 * gdb.texinfo (SVR4 Process Information): Mention core files.
451b7c33 4279
3fa7bf06 42802012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
72f4393d 4281
3fa7bf06
MG
4282 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
4283
701adfb0
PA
42842012-12-12 Paul Koning <paul_koning@dell.com>
4285
4286 Add support for Python 3.
4287 * gdb.texinfo (Inferior.read_memory): Mention that the return
4288 value is a memoryview object if Python 3.
4289
05b4bd79
PA
42902012-12-11 Pedro Alves <palves@redhat.com>
4291
4292 * gdb.texinfo: Remove all mentions of Unixware throughout.
4293
74a0d9f6
JK
42942012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4295
4296 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
4297
0c631110
TT
42982012-11-29 Tom Tromey <tromey@redhat.com>
4299
4300 * gdb.texinfo (SVR4 Process Information): Document missing
4301 "info proc" subcommands.
4302
891df0ea
YQ
43032012-11-29 Yao Qi <yao@codesourcery.com>
4304
4305 PR gdb/1477.
4306 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
4307 to 'auto' instead of 'gnu'.
4308
608e2dbb
TT
43092012-11-26 Tom Tromey <tromey@redhat.com>
4310
4311 * gdb.texinfo (MiniDebugInfo): New node.
4312 (GDB Files): Update.
4313
e64e0392
DE
43142012-11-16 Doug Evans <dje@google.com>
4315
4316 * gdb.texinfo (System-wide configuration): If the system-wide init
4317 file lives in the data-directory, and --data-directory is provided,
4318 look for it there.
4319
ae606bee
TT
43202012-11-15 Tom Tromey <tromey@redhat.com>
4321
4322 * gdb.texinfo (Signaling): Fix typo.
4323
62747a60
TT
43242012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
4325
4326 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
4327 parameter "count" of -data-write-memory-bytes, and add an example.
4328
18a9fc12
TT
43292012-11-12 Tom Tromey <tromey@redhat.com>
4330
4331 * gdb.texinfo (Symbols): Document "info type-printers",
4332 "enable type-printer" and "disable type-printer".
4333 (Python API): Add new node to menu.
4334 (Type Printing API): New node.
4335 (Progspaces In Python): Document type_printers field.
4336 (Objfiles In Python): Likewise.
4337 (gdb.types) <get_type_recognizers, apply_type_recognizers,
4338 register_type_printer, TypePrinter>: Document.
4339
53342f27
TT
43402012-11-12 Tom Tromey <tromey@redhat.com>
4341
4342 * gdb.texinfo (Symbols): Document "set print type methods",
4343 "set print type typedefs", and flags to ptype and whatis.
4344
ed8a1c2d
AB
43452012-11-09 Andrew Burgess <aburgess@broadcom.com>
4346
4347 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
4348 the example -data-disassemble output. Extend the description of
4349 the -data-disassemble results to document all fields. Document
4350 the cli disassemble command as being related to -data-disassemble.
4351
8506d139
YQ
43522012-11-09 Yao Qi <yao@codesourcery.com>
4353
4354 PR gdb/14777.
4355 * gdb.texinfo (OS Information): Remove doc on command
4356 'info udot'.
4357
4d3f93a2
JB
43582012-11-08 Joel Brobecker <brobecker@adacore.com>
4359
4360 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
4361 gdb.ini warning for Windows port.
4362
1e96de83
YQ
43632012-11-08 Yao Qi <yao@codesourcery.com>
4364
4365 * gdb.texinfo (Search): Add kindex for 'fo'.
4366
dc939229
TT
43672012-11-05 Tom Tromey <tromey@redhat.com>
4368
4369 PR python/14802:
4370 * gdb.texinfo (Functions In Python): Add example.
4371
6f6484cd
YQ
43722012-11-03 Yao Qi <yao@codesourcery.com>
4373
4374 * observer.texi (GDB Observers): Remove observer
4375 'tracepoint_modified', 'tracepoint_created' and
4376 'tracepoint_deleted'.
4377
af4238e5
TT
43782012-10-26 Tom Tromey <tromey@redhat.com>
4379
4380 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
4381
687e43a4
TT
43822012-10-25 Tom Tromey <tromey@redhat.com>
4383
4384 * gdb.texinfo (General Query Packets): Use @itemx.
4385
8de0566d
YQ
43862012-10-17 Yao Qi <yao@codesourcery.com>
4387
4388 * observer.texi (GDB Observers): Update observer
4389 'memory_changed'.
4390 * gdb.texinfo (GDB/MI Async Records): Document for
4391 "memory-changed" notification.
4392
07540c15
DE
43932012-10-15 Doug Evans <dje@google.com>
4394
4395 * gdb.texinfo (Mode Options): Document -nh.
4396 Elaborate on docs for -nx.
4397
d7019589
SP
43982012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
4399
4400 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
4401
82a90ccf 44022012-09-21 Yao Qi <yao@codesourcery.com>
72f4393d 4403 Pedro Alves <palves@redhat.com>
82a90ccf
YQ
4404
4405 * gdb.texinfo (GDB/MI Async Records): Document notification
4406 'record-started' and 'record-stopped'.
4407 * observer.texi (GDB Observers): New observer 'record-changed'.
4408
aa9259cc
TS
44092012-09-19 Thomas Schwinge <thomas@codesourcery.com>
4410
4411 * gdb.texinfo: Document the removal of SH's 'regs' command.
4412
c1d780c2
SDJ
44132012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4414
4415 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
4416
bb25a15c
YQ
44172012-09-18 Yao Qi <yao@codesourcery.com>
4418
4419 * gdb.texinfo (GDB/MI Async Records): Document new MI
4420 notifications '=tsv-created' and '=tsv-deleted'.
4421 * observer.texi (GDB Observers): New observer tsv_created and
4422 tsv_deleted.
4423
201b4506
YQ
44242012-09-18 Yao Qi <yao@codesourcery.com>
4425
4426 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
4427 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
4428 '=traceframe-changed'.
4429
6fc1c773
YQ
44302012-09-17 Yao Qi <yao@codesourcery.com>
4431
4432 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
4433 'set listsize'.
4434
121c73f3
JK
44352012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4436 Eli Zaretskii <eliz@gnu.org>
4437
4438 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
4439 encoding for gdbarch_breakpoint_from_pc, bp_addr for
4440 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
4441
e9687799
JK
44422012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4443
4444 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
4445
3b5e4d35
YPK
44462012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
4447
4448 Document how to return from "python-interactive" to GDB.
4449 * gdb.texinfo (Python Commands): Update documentation.
4450
44512012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
4452
4453 Add a new "python-interactive" command that starts a standard
4454 Python interactive prompt with "pi" as alias, and add "py" as
4455 an alias to "python".
4456 * gdb.texinfo (Python Commands): Document the new commands.
4457
b583003e
TT
44582012-08-22 Tom Tromey <tromey@redhat.com>
4459
4460 * gdbint.texinfo (Host Definition): Remove documentation for
4461 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
4462
a451cb65
KS
44632012-08-17 Keith Seitz <keiths@redhat.com>
4464
4465 PR c++/13356
4466 * gdb.texinfo (Type and Range Checking): Remove warning.
4467 Remove spurious commas.
4468 Update text and examples for re-implementation of set/show
4469 check type.
4470 (C and C++ Type and Range Checks): Likewise.
4471
6b1755ce
YQ
44722012-08-16 Yao Qi <yao@codesourcery.com>
4473
4474 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
4475 is deprecated.
4476
f47f77df
DE
44772012-08-13 Doug Evans <dje@google.com>
4478
4479 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
4480 to include functions.
4481
a72c3253
DE
44822012-08-10 Doug Evans <dje@google.com>
4483
4484 * gdb.texinfo (Convenience Funs): New node.
4485 (Types In Python): Document Type.vector.
4486
5b9afe8a
YQ
44872012-08-09 Yao Qi <yao@codesourcery.com>
4488
4489 * observer.texi: New observer command_param_changed.
4490 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
4491
dc1039df
JK
44922012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4493
4494 * gdbint.texinfo (Debugging GDB): In section
4495 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
4496 Mention also gdb-gdb.py.
4497
4abf930d
YQ
44982012-08-07 Yao Qi <yao@codesourcery.com>
4499
4500 Revert the folloing patch:
4501 2012-08-06 Yao Qi <yao@codesourcery.com>
4502 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4503 remote hardware-watchpoint-limit' and 'set
4504 remote hardware-breakpoint-limit'.
4505
f3c8a52a
JK
45062012-08-06 Nathaniel Flath <flat0103@gmail.com>
4507
4508 * gdb.texinfo (Working Directory): Added information about new
4509 default argument for 'cd' command.
4510
77a91025
YQ
45112012-08-06 Yao Qi <yao@codesourcery.com>
4512
4513 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4514 remote hardware-watchpoint-limit' and 'set
4515 remote hardware-breakpoint-limit'.
4516
d9f08f52
YQ
45172012-08-06 Yao Qi <yao@codesourcery.com>
4518
4519 Fix PR14371.
4520
4521 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
4522 '=breakpoint-deleted'.
4523
95b07c96
YQ
45242012-08-02 Yao Qi <yao@codesourcery.com>
4525
4526 * gdb.texinfo (Native): Remove node Neutrino.
4527
7255706c
YQ
45282012-07-27 Yao Qi <yao@codesourcery.com>
4529
4530 * gdb.texinfo (IPA Protocol Commands): Document new command
4531 'close'.
4532
d6b28940
TT
45332012-07-25 Tom Tromey <tromey@redhat.com>
4534
4535 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
4536
e615022a
DE
45372012-07-20 Doug Evans <dje@google.com>
4538
4539 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
4540 (Index Files): Document how to control the use of deprecated index
4541 sections.
4542 (Index Section Format): Replace --use-deprecated-index-sections with
4543 "set use-deprecated-index-sections on".
4544
055855a4
EZ
45452012-07-12 Eli Zaretskii <eliz@gnu.org>
4546
4547 * gdbint.texinfo: Remove @syncodeindex directives that put all the
4548 indices into a single node "Index". Instead, join function and
4549 variable indices into a single index, separate from the concept
4550 index. Requested in
4551 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
4552 (Top): Update the top-level menu: instead of one "Index" there are
4553 now separate entries "Concept Index" and "Function and Variable
4554 Index".
4555 (Concept Index, Function and Variable Index): New nodes.
4556 (Index): Node deleted.
4557
f77cc5f0
HZ
45582012-07-05 Hui Zhu <hui_zhu@mentor.com>
4559
4560 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
4561 and "maint agent-eval".
4562
00595b5e
EZ
45632012-07-03 Eli Zaretskii <eliz@gnu.org>
4564
4565 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
4566 avoid file-name clashes between Index.html and index.html on
4567 case-insensitive filesystems. See the discussion starting in
4568 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
4569 details of the problem.
4570 (Top): Update the master menu for the above.
4571 (Concept Index, Command and Variable Index): New nodes, instead of
4572 the old "Index" node that was deleted. All cross-references
4573 updated.
4574
d3ce09f5
SS
45752012-07-02 Stan Shebs <stan@codesourcery.com>
4576
4577 * gdb.texinfo (Dynamic Printf): Mention agent style and
4578 disconnected dprintf.
4579 (Maintenance Commands): Describe maint agent-printf.
4580 (General Query Packets): Mention BreakpointCommands feature.
4581 (Packets): Document commands extension to Z0 packet.
4582 * agentexpr.texi (Bytecode Descriptions): Document printf
4583 bytecode.
4584
2d7b58e8
JK
45852012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4586
4587 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
4588 only after gdbinit files.
4589 (Startup): Move -iex and -iex commands down after gdbinit files.
4590
202cbf1c
JK
45912012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4592
4593 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
4594 possibility.
4595
b6ba681c
TT
45962012-06-29 Tom Tromey <tromey@redhat.com>
4597
4598 * gdb.texinfo (Index Section Format): Update for version 7.
4599
71caed83
SS
46002012-06-28 Stan Shebs <stan@codesourcery.com>
4601
4602 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
4603 example, add note about title column.
4604
ee0bf529
SCR
46052012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4606
4607 * gdb.texinfo (Symbol Tables In Python): Add description about
4608 the new 'last' attribute of gdb.Symtab_and line.
4609
3c15d565
SCR
46102012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4611
4612 * gdb.texinfo (Symbol Tables In Python): Correct the description
4613 of the 'pc' attribute of gdb.Symtab_and_line.
4614
45cfd468
DE
46152012-06-26 Doug Evans <dje@google.com>
4616
4617 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
4618 and symtab-create.
4619
496ee73e
KS
46202012-06-25 Keith Seitz <keiths@redhat.com>
4621
4622 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
4623 from example. Remove "rbreak" from list of corresponding
4624 gdb commands.
4625
156942c7
DE
46262012-06-23 Doug Evans <dje@google.com>
4627
4628 * gdb.texinfo (Index Section Format): Document version 7 format.
4629
c614397c
YQ
46302012-06-22 Yao Qi <yao@codesourcery.com>
4631
4632 * gdb.texinfo: Add missing cindex for some packets.
4633
472a2379
KS
46342012-06-20 Keith Seitz <keiths@redhat.com>
4635
4636 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
4637 for -break-insert and document -p.
4638
2678e2af
YQ
46392012-06-20 Yao Qi <yao@codesourcery.com>
4640
4641 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
4642 and "gdb.write_memory" with "Inferior.read_memory" and
4643 "Inferior.write_memory".
4644
984359d2
EZ
46452012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
4646
4647 * gdb.texinfo (Summary): Add a link to "Free Documentation".
4648 (Free Documentation): Add @node line.
4649 (Continuing and Stepping) <advance location>: Use @item instead of
4650 @itemx.
4651 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
4652 @itemx.
4653 (Embedded Processors): Put the link to "PA" to its correct place,
4654 according to document structure.
4655 (Python API): Put the link to "Lazy Strings In Python" to its
4656 correct place.
4657 (Index): Use @@ in @tex block to get a literal @.
4658
4659 * gdbint.texinfo: Fix the @subtitle line.
4660
4661 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
4662 correct place.
4663
16bdd41f
YQ
46642012-06-08 Yao Qi <yao@codesourcery.com>
4665
4666 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
4667 Protocol'.
4668 (In-Process Agent Protocol, IPA Protocol Objects)
4669 (IPA Protocol Commands): New nodes.
4670 (Tracepoint Packets): Add anchors.
4671
2d4c29c5
TS
46722012-06-06 Thomas Schwinge <thomas@codesourcery.com>
4673
4674 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
4675
6bd110c5
YQ
46762012-06-06 Yao Qi <yao@codesourcery.com>
4677
4678 * gdb.texinfo: Update copyright year.
4679
f3e0e960
SS
46802012-05-23 Stan Shebs <stan@codesourcery.com>
4681 Kwok Cheung Yeung <kcy@codesourcery.com>
4682
4683 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
4684
1564a261
JK
46852012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4686
4687 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
4688 Mention also --with-separate-debug-dir.
4689 (Auto-loading): Prepend $debugdir in the sample output.
4690 (Auto-loading safe path): Likewise. Mention also $debugdir for the
4691 auto-load safe-path variable.
4692 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
4693 Mention also $debugdir for 'set auto-load scripts-directory'.
4694
eb17f351
EZ
46952012-05-19 Eli Zaretskii <eliz@gnu.org>
4696
4697 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
4698 (MIPS Embedded, MIPS, MIPS Register packet Format)
4699 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
4700 appropriate.
4701
4cc0665f 47022012-05-18 Sandra Loosemore <sandra@codesourcery.com>
72f4393d 4703 Maciej W. Rozycki <macro@codesourcery.com>
4cc0665f
MR
4704
4705 * gdb.texinfo (MIPS): Document "set mips compression" and "show
4706 mips compression".
4707 (MIPS Breakpoint Kinds): New subsubsection.
4708
7af8dcf8 47092012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
4710
4711 * gdb.texinfo (Architecture-Specific Protocol Details): Define
4712 nodes for subsections. Add @acronym mark-ups and adjust
4713 formatting.
4714
aff139ff
JK
47152012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4716
4717 Rename $ddir to $datadir.
4718 * gdb.texinfo (Auto-loading, Auto-loading safe path)
4719 (objfile-gdb.py file): Rename $ddir to $datadir.
4720
9cb709b6
TT
47212012-05-18 Tom Tromey <tromey@redhat.com>
4722
4723 * gdb.texinfo (Print Settings): Document 'set print symbol'.
4724
e7e0cddf
SS
47252012-05-14 Stan Shebs <stan@codesourcery.com>
4726
4727 * gdb.texinfo (Dynamic Printf): New subsection.
4728
7efc75aa
SCR
47292012-05-13 Siva Chandra Reddy <sivachandra@google.com>
4730
4731 * gdb.texinfo (Basic Python): Add description about the function
4732 gdb.find_pc_line
4733
f307c045
JK
47342012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4735 Eli Zaretskii <eliz@gnu.org>
4736
4737 * gdb.texinfo (Separate Debug Files): Use plural form for global
4738 debugging information directory.
4739
85d4a676
SS
47402012-05-11 Stan Shebs <stan@codesourcery.com>
4741 Kwok Cheung Yeung <kcy@codesourcery.com>
4742
4743 * gdb.texinfo (Operating System Auxiliary Information): Document new
4744 'info os' subcommands.
4745
c1668e4e
JK
47462012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4747
4748 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
4749 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
4750 (dotdebug_gdb_scripts section): Add reference
4751 to 'Auto-loading safe path'.
4752
7349ff92
JK
47532012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4754
4755 Implement multi-component --with-auto-load-dir.
4756 * gdb.texinfo (Auto-loading): New references
4757 for 'set auto-load scripts-directory'
4758 and 'show auto-load scripts-directory'.
4759 (Auto-loading safe path): Describe the new default. Move $ddir
4760 substituation reference to 'objfile-gdb.py file'.
4761 (objfile-gdb.py file): Describe script-name alias. Change real-name to
4762 script-name. Describe new 'set auto-load scripts-directory'
4763 and 'show auto-load scripts-directory'.
4764
6dea1fbd
JK
47652012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4766
4767 Provide $ddir substitution for --with-auto-load-safe-path.
4768 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
4769 (Auto-loading safe path): Likewise. Mention the default value,
4770 $ddir substitution, --with-auto-load-safe-path and
4771 --without-auto-load-safe-path.
4772 * observer.texi (gdb_datadir_changed): New.
4773
1ccacbcd
JK
47742012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4775
4776 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
4777 Twice.
4778
d9242c17
JK
4779 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
4780 directory separator by path separator.
4781
af2c1515
JK
47822012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4783
4784 * gdb.texinfo (Auto-loading safe path): Make 'directories'
4785 for 'set auto-load safe-path' optional. Mention if it is omitted.
4786 Change disabling security protection condition to "/", twice.
4787
a20ee7a4
SCR
47882012-05-03 Siva Chandra Reddy <sivachandra@google.com>
4789
4790 * gdb.texinfo (Symbol Tables In Python): Add documentation about
4791 the new methods global_block and static_block on gdb.Symtab
4792 objects.
4793
56af09aa
SCR
47942012-05-02 Siva Chandra Reddy <sivachandra@google.com>
4795
4796 * gdb.texinfo (Blocks In Python): Add a note saying that future
4797 improvements to GDB and its infrastructure can move symbols
4798 across blocks within a symbol table.
4799
2746b0ef
YQ
48002012-04-29 Yao Qi <yao@codesourcery.com>
4801
4802 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
4803 (A29K): Remove.
4804
62e5f89c
SDJ
48052012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
4806 Tom Tromey <tromey@redhat.com>
4807
4808 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
4809 and generic static probe support on GDB.
4810
a766d390
DE
48112012-04-25 Doug Evans <dje@google.com>
4812
50f042b9
DE
4813 * gdb.texinfo (Go): Fix thinko.
4814
a766d390
DE
4815 * gdb.texinfo (Supported Languages): Add Go.
4816 (Go): New node.
4817
f02e2b19
YQ
48182012-04-25 Yao Qi <yao@codesourcery.com>
4819
4820 * gdbint.texinfo (Testsuite): New section `Board settings'.
4821
68d41a48
JK
48222012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4823
4824 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
4825 Three times.
4826
174bb630
JK
4827 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
4828 Three times.
4829
0511cc75
JK
48302012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4831
4832 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
4833 by @table @asis. Fix formatting of one item.
4834
0070f25a
JK
48352012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4836
4837 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
4838
4dc84fd1
JK
48392012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4840
4841 New option "set debug auto-load".
4842 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
4843 (auto-load verbose mode): New node.
4844
bccbefd2
JK
48452012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4846
4847 New option "set auto-load safe-path".
4848 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
4849 and "info auto-load" examples for safe-path. Put there also references
4850 for "set auto-load safe-path" and "show auto-load safe-path".
4851 New menu item for Auto-loading safe path.
4852 (Auto-loading safe path): New node.
4853 (Python Auto-loading): Update the expected output from "Missing"
4854 to "No".
4855
bf88dd68
JK
48562012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4857
4858 auto-load: Implementation.
4859 * gdb.texinfo (Mode Options): New anchor for -nx.
4860 (Startup): New anchors for Option -init-eval-command,
4861 Home Directory Init File
4862 and Init File in the Current Directory during Startup.
4863 Mention set auto-load local-gdbinit with a reference.
4864 Change the sample code to "set auto-load python-scripts".
4865 (Threads): New anchor set libthread-db-search-path.
4866 Provide references to libthread_db.so.1 file.
4867 (Controlling GDB): New menu item for Auto-loading.
4868 (Auto-loading, Init File in the Current Directory)
4869 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
4870 (Python): Rename the menu item Auto-loading to Python Auto-loading.
4871 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
4872 reference.
4873 (Auto-loading): Rename to ...
4874 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
4875 "set auto-load python-scripts", new anchor for it. Change
4876 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
4877 for it. Change "info auto-load-scripts"
4878 to "info auto-load python-scripts", new anchor for it. Change "scripts"
4879 to "Python scripts".
4880
8264ba82
AG
48812012-04-14 Anton Gorenkov <xgsa@yandex.ru>
4882
4883 PR mi/13393
4884 * gdb.texinfo (Print Settings): Extend the description for "set print
4885 object".
4886 (GDB/MI Variable Objects): Extend the description for -var-create and
4887 -var-list-children.
4888
06fc020f
SCR
48892012-04-11 Siva Chandra Reddy <sivachandra@google.com>
4890
4891 * gdb.texinfo (Examining Data): Document the 'explore' command.
4892
7191c139
JB
48932012-03-28 Joel Brobecker <brobecker@adacore.com>
4894
4895 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
4896 to the children of a varobj and its update range when -var-update
4897 returns that the varobj's type changed.
4898
3708f05e
JK
48992012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4900
4901 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
4902 Create two new links fir 'objfile-gdb.py file'
4903 and 'dotdebug_gdb_scripts section'.
4904
8e0583c8
JK
49052012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4906
4907 * gdb.texinfo (Auto-loading): Rename node reference
4908 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
4909 Twice.
4910 (.debug_gdb_scripts section): Rename the node ...
4911 (dotdebug_gdb_scripts section): ... here.
4912 (Maintenance Commands): Also rename this node reference.
4913
7b282c5a
SCR
49142012-03-22 Siva Chandra Reddy <sivachandra@google.com>
4915
4916 * gdb.texinfo (Python API/Values From Inferior): Add description
4917 about the new method Value.referenced_value. Add description on
4918 how Value.dereference is different (and similar) to
4919 Value.referenced_value.
4920
8320cc4f
JK
49212012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4922
4923 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
4924 --init-eval-command=COMMAND, -iex.
4925 (Startup): Describe -iex and -ix. Simplify the example
4926 for "set auto-load-scripts off".
4927
481860b3
GB
49282012-03-16 Gary Benson <gbenson@redhat.com>
4929
4930 PR breakpoints/10738
4931 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
4932 stating that GDB cannot set breakpoints on inlined functions.
4933 (Mode Options): Document --use-deprecated-index-sections.
4934 (Index Section Format): Document new index section version format.
4935
c4aeac85
TT
49362012-03-15 Tom Tromey <tromey@redhat.com>
4937
4938 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
4939
16899756
DE
49402012-03-13 Doug Evans <dje@google.com>
4941
4942 * gdb.texinfo (Help): Change apropos example to use "alias" instead
4943 of "reload".
4944 (Symbols): Delete docs for set/show symbol-reloading.
4945 * gdbint.texinfo (Defining Other Architecture Features): Delete
4946 SYMBOL_RELOADING_DEFAULT.
4947 * refcard.tex: Delete reference to symbol-reloading.
4948
9b224c5e
PA
49492012-03-07 Pedro Alves <palves@redhat.com>
4950
4951 * gdb.texinfo (General Query Packets): Document new
4952 QProgramSignals packet.
4953 * gdb.texinfo (Remote configuration): Mention
4954 "program-signals-packet".
4955
169081d0
TG
49562012-03-05 Tristan Gingold <gingold@adacore.com>
4957
4958 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
4959
d1feda86
YQ
49602012-03-03 Yao Qi <yao@codesourcery.com>
4961
4962 * gdb.texinfo (In-Process Agent): New node.
4963 Document new commands.
4964 (General Query Packets): Add packet `QAgent'.
4965
1faeff08
MR
49662012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4967
4968 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
4969
7d74f244
DE
49702012-03-01 Scott J. Goldman <scottjg@vmware.com>
4971
4972 * gdb.texinfo (Commands In Python): Put example python macro in
4973 COMMAND_USER category rather than COMMAND_OBSCURE.
4974 Document gdb.COMMAND_USER.
4975 (User-defined Commands): Update documentation to clarify
4976 "set/show max-user-call-depth" and "show user" don't apply to python
4977 commands. Update documentation to clarify "help user-defined" may
4978 also include python commands defined as COMMAND_USER.
4979
6fe37d23
JK
49802012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4981
4982 * gdb.texinfo (Startup): Add option -ex description to the option -x
4983 description.
4984
83364271
LM
49852012-02-24 Luis Machado <lgustavo@codesourcery.com>
4986
4987 * gdb.texinfo (Setting Breakpoints): Mention and explain the
4988 condition-evaluation breakpoint parameter.
4989 Mention condition-evaluation mode being shown in "info break".
4990 (Break Conditions): Add description for target-side
4991 conditional breakpoints.
72f4393d 4992 (Remote Configuration): Mention conditional-breakpoints-packet.
83364271
LM
4993 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
4994 cond-expr.
4995 (General Query Packets): Mention new ConditionalBreakpoint feature.
4996
bdb1994d
TT
49972012-02-22 Tom Tromey <tromey@redhat.com>
4998
4999 * gdb.texinfo (Blocks In Python): Clarify block iteration.
5000
4d241c86
TT
50012012-02-17 Tom Tromey <tromey@redhat.com>
5002
5003 PR python/10753:
5004 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
5005 directory.
5006
816338b5
SS
50072012-02-14 Stan Shebs <stan@codesourcery.com>
5008
5009 * gdb.texinfo (Disabling Breakpoints): Document enable count.
5010
cc30c4bd
PA
50112012-02-13 Pedro Alves <palves@redhat.com>
5012
5013 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
5014 mips-idt-ecoff.
5015
035d1e5b
YQ
50162012-02-09 Yao Qi <yao@codesourcery.com>
5017
5018 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
5019
f0823d2c
TT
50202012-02-07 Tom Tromey <tromey@redhat.com>
5021
5022 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
5023 Symbol.value.
5024
64e7d9dd
TT
50252012-02-07 Tom Tromey <tromey@redhat.com>
5026
5027 * gdb.texinfo (Symbols In Python): Document Symbol.line.
5028
4220b2f8
TS
50292012-01-27 Thomas Schwinge <thomas@codesourcery.com>
5030
5031 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
5032
edcc5120
TT
50332012-01-24 Tom Tromey <tromey@redhat.com>
5034
5035 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
5036 unload".
5037 (Files): Mention new catch commands.
5038 (GDB/MI Async Records): Likewise.
5039
53fe1783
GB
50402012-01-24 Gary Benson <gbenson@redhat.com>
5041
5042 Delete #if 0'd out code.
5043 * gdb.texinfo (Frame Info): Remove "info catch".
5044
b9e7b9c3
UW
50452012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
5046
5047 * gdb.texinfo (Remote Configuration): Document
5048 "set remote hostio-readlink-packet" command.
5049 (General Query Packets): Document vFile:readlink packet.
5050
4aac40c8
TT
50512012-01-16 Tom Tromey <tromey@redhat.com>
5052
5053 * gdb.texinfo (Specify Location): Document relative file name
5054 handling.
5055
cafec441
TT
50562012-01-16 Tom Tromey <tromey@redhat.com>
5057
5058 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
5059
0ee339bc
JK
50602012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5061 Eli Zaretskii <eliz@gnu.org>
5062
5063 * gdbint.texinfo (Coding Standards): Require braces for two lines of
5064 code.
5065
72384ba3
PH
50662012-01-11 Paul Hilfinger <hilfingr@adacore.com>
5067
5068 * gdb.texinfo (Variables): Document use of :: for non-static
5069 variables.
5070
ce1b17c4
JB
50712012-01-05 Joel Brobecker <brobecker@adacore.com>
5072
5073 * gdbint.texinfo (Start of New Year Procedure): Update
5074 to replace use of copyright.sh by use of copyright.py.
5075
217bff3e
JK
50762012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5077
5078 Remove the gdbtui binary.
5079 * all-cfg.texi (GDBTUI): Remove.
5080 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
5081 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
5082 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
5083
cc72b2a2
KP
50842011-12-23 Kevin Pouget <kevin.pouget@st.com>
5085
5086 Introduce gdb.FinishBreakpoint in Python.
5087 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
5088 (Python API): Add menu entry for Finish Breakpoints.
5089
13ac8d2c
JK
50902011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5091
5092 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
5093 tests.
5094
e0f9f062
DE
50952011-12-16 Doug Evans <dje@google.com>
5096
5097 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
5098
80b6e756
PM
50992011-12-16 Phil Muldoon <pmuldoon@redhat.com>
5100
1c3ad6ab 5101 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
5102 stack". Add documentation for "set/show python print-stack".
5103
2fb860fc
PA
51042011-12-14 Pedro Alves <pedro@codesourcery.com>
5105
5106 * gdb.texinfo (Implementing a Remote Stub): Explain that you
5107 should transfer control to the stub in the startup code instead of
5108 in main. Mention the need to get past the initial breakpoint.
5109
f8eba3c6
TT
51102011-12-06 Tom Tromey <tromey@redhat.com>
5111
5112 * gdb.texinfo (Set Breaks): Update for new behavior.
5113
2268b414
JK
51142011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5115
5116 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
5117 List Format for SVR4 Targets'.
5118 (General Query Packets): New item qXfer:libraries-svr4:read.
5119 (Library List Format for SVR4 Targets): New node.
5120
ae6f0d5b
TT
51212011-12-01 Tom Tromey <tromey@redhat.com>
5122
5123 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
5124 add.
5125
36dfb11c
TT
51262011-11-22 Tom Tromey <tromey@redhat.com>
5127
5128 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
5129 reasons.
5130
f196051f
SS
51312011-11-20 Stan Shebs <stan@codesourcery.com>
5132
5133 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
5134 note-related options and variables.
5135 (Tracepoint Packets): Document packet changes.
5136
f85b53f8
SD
51372011-11-20 Sanjoy Das <sdas@igalia.com>
5138
5139 * gdb.texinfo (JIT Interface): Add documentation on writing and
5140 usind JIT debug info readers.
5141 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
5142 Debug Info Readers): New nodes.
5143
bfccc43c
YQ
51442011-11-18 Yao Qi <yao@codesourcery.com>
5145
5146 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
5147 tracepoint.
5148
c011a4f4
DE
51492011-11-15 Doug Evans <dje@google.com>
5150
5151 * gdb.texinfo (Files): Document basenames-may-differ.
5152
ed59ded5
DE
51532011-11-14 Doug Evans <dje@google.com>
5154
5155 * gdb.texinfo (Shell Commands): Document "!".
5156
405f8e94
SS
51572011-11-14 Stan Shebs <stan@codesourcery.com>
5158 Kwok Cheung Yeung <kcy@codesourcery.com>
5159
5160 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
5161 needed to get shorter fast tracepoints.
5162 (Tracepoint Packets): Document new qTMinFTPILen packet.
5163
1e4d1764
YQ
51642011-11-14 Yao Qi <yao@codesourcery.com>
5165
5166 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
5167 behavior of tracepoint.
5168 (General Query Packets): New feature InstallInTrace.
5169 (Remote Configuration): Document "set remote
5170 install-in-trace-packet".
5171
71eba9c2 51722011-11-12 Matt Rice <ratmice@gmail.com>
5173
5174 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
5175 Add arguments to info macro.
5176
e0f8f636
TT
51772011-11-10 Tom Tromey <tromey@redhat.com>
5178
5179 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
5180 manual.
5181 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
5182 (Macros): Add a footnote.
5183 (C): Remove paragraph about compiler options.
5184 (C Constants): Mention wide character and string constants.
5185 (C Plus Plus Expressions): Update compiler option advice. Mention
5186 using declarations. Mention ADL. Remove old HP compiler
5187 information.
5188
625c0d47
TT
51892011-11-10 Tom Tromey <tromey@redhat.com>
5190
5191 PR c++/9257:
5192 * gdb.texinfo (Print Settings): Add an extra note about the need
5193 for a vtable.
5194
4be2aacc
MR
51952011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
5196
5197 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
5198 "set mips abi" documentation.
5199
0a1c4d10
DE
52002011-11-04 Doug Evans <dje@google.com>
5201
5202 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
5203
aad1c02c
TT
52042011-11-03 Tom Tromey <tromey@redhat.com>
5205
5206 * gdb.texinfo (Stopping): Add menu entry.
5207 (Continuing and Stepping): Restore @node. Use @section, not
5208 @subsection.
5209
983fb131
MR
52102011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
5211
5212 * gdb.texinfo (Skipping Over Functions and Files): Remove node
5213 designation. Fix "Specify Location" cross-reference.
5214
3065dfb6
SS
52152011-11-02 Stan Shebs <stan@codesourcery.com>
5216
5217 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
5218 (General Query Packets): Describe tracenz feature.
5219 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
5220
0aaaf063
PK
52212011-10-28 Paul Koning <paul_koning@dell.com>
5222
5223 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
5224
2231f1fb
KP
52252011-10-27 Kevin Pouget <kevin.pouget@st.com>
5226
72f4393d 5227 * gdb.texinfo ((Frames In Python): Document
2231f1fb
KP
5228 gdb.FRAME_UNWIND_FIRST_ERROR contant.
5229
5110b5df
PK
52302011-10-26 Paul Koning <paul_koning@dell.com>
5231
5232 * gdb.texinfo (gdb.types): Document new deepitems function.
72f4393d 5233
22dbab46
PK
52342011-10-25 Paul Koning <paul_koning@dell.com>
5235
5236 PR python/13327
72f4393d 5237
22dbab46
PK
5238 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
5239 fetch_lazy method.
5240
9df2fbc4
PM
52412011-10-20 Phil Muldoon <pmuldoon@redhat.com>
5242
5243 PR python/12656
5244
5245 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
5246 global_block, static_block function.
5247
f05e2e1d
TT
52482011-10-19 Tom Tromey <tromey@redhat.com>
5249
5250 * gdb.texinfo (Commands In Python): Add missing "@"s.
5251
a7fc3f37
KP
52522011-10-13 Kevin Pouget <kevin.pouget@st.com>
5253
5254 PR python/13285 Document named constants for frame unwind stop reasons
72f4393d 5255 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
a7fc3f37
KP
5256 constants.
5257
5048e516
JK
52582011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5259
5260 Fix compatibility with texinfo versions older than 4.12.
5261 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
5262 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
5263 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
5264 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
5265 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
5266 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
5267 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
5268
5a56e9c5
DE
52692011-10-09 Doug Evans <dje@google.com>
5270
5271 * gdb.texinfo (Extending GDB): Document alias command.
5272
36b11add
JK
52732011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5274
5275 Support @entry in input expressions.
5276 * gdb.texinfo (Variables): Describe @entry names suffix.
5277 (Print Settings): Add anchor for `set print entry-values'.
5278
e18b2753
JK
52792011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5280 Eli Zaretskii <eliz@gnu.org>
5281
5282 Display @entry parameter values (without references).
5283 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
5284 example.
5285 (Print Settings): New description of set print entry-values and show
5286 print entry-values.
5287
111c6489
JK
52882011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5289 Eli Zaretskii <eliz@gnu.org>
5290
5291 Recognize virtual tail call frames.
5292 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
5293 (Tail Call Frames): New node.
5294 (Frames In Python): Add gdb.TAILCALL_FRAME.
5295
9c15afc4
DE
52962011-10-07 Doug Evans <dje@google.com>
5297
5298 * gdb.texinfo (gdb.printing): Document new `replace' arg to
5299 register_pretty_printer.
5300
99f5279d
PM
53012011-10-07 Phil Muldoon <pmuldoon@redhat.com>
5302
5303 PR python/12930
5304 PR python/12802
5305
5306 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
5307 stop method.
5308
03583c20
UW
53092011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
5310
5311 * gdb.texinfo (Starting your Program): "set disable-randomization"
5312 is no longer Linux-specific.
5313 (Remote Configuration): Document "set remote
5314 disable-randomization-packet".
5315 (General Query Packets): Document "QDisableRandomization" packet
5316 and add it to "qSupported" list.
5317
bd054e06
KP
53182011-10-07 Kevin Pouget <kevin.pouget@st.com>
5319
5320 Allow Python notification of new object-file loadings.
5321 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
5322 event type.
5323
cb6be26b
KP
53242011-10-04 Kevin Pouget <kevin.pouget@st.com>
5325
5326 PR python/12691: Add the inferior to Python exited event
5327 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
5328
a05336a1
JB
53292011-10-03 Joel Brobecker <brobecker@adacore.com>
5330
5331 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
5332 rephasing.
5333
5d77fe44
JB
53342011-10-03 Joel Brobecker <brobecker@adacore.com>
5335
5336 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
5337 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
5338 as possible feature returned by the `-list-features'
5339 command.
5340
699df94d
PK
53412011-09-28 Paul Koning <paul_koning@dell.com>
5342
5343 * gdb.texinfo (gdb.Type): Document field access by dictionary
5344 key syntax.
5345
24bdad53
YQ
53462011-09-28 Yao Qi <yao@codesourcery.com>
5347
5348 * gdb.texinfo (Files): Update options for `add-symbol-file'.
5349 Add one space after option `-s'. Remove @r{} markup.
5350
6710bf39
SS
53512011-09-27 Stan Shebs <stan@codesourcery.com>
5352
5353 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
5354
d99f7e48
HZ
53552011-09-16 Hui Zhu <teawater@gmail.com>
5356
5357 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
5358 to *(unsigned char *)$esp@300.
5359
d812018b
PK
53602011-09-15 Paul Koning <paul_koning@dell.com>
5361
5362 * gdb.texinfo: Make style of Python functions and methods match
5363 the syntax of Python. Also put class and module names explicitly
5364 on function, member, and variable names, matching Python
5365 documentation conventions.
72f4393d 5366
2aa48337
KP
53672011-09-15 Kevin Pouget <kevin.pouget@st.com>
5368
5369 PR Python/12692 Add gdb.selected_inferior() to Python interface.
5370 * gdb.texinfo (Inferiors In Python): Describe new
5371 gdb.selected_inferior() function.
5372
6839b47f
KP
53732011-09-15 Kevin Pouget <kevin.pouget@st.com>
5374
5375 Handle multiple breakpoint hits in Python interface:
5376 * gdb.texinfo (Events In Python): New function documentation:
5377 gdb.BreakpointEvent.breakpoints. Indicate that
5378 gdb.BreakpointEvent.breakpoint is now deprecated.
5379
26829f2b
JB
53802011-09-04 Joel Brobecker <brobecker@adacore.com>
5381
5382 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
5383
a9f54f60
TT
53842011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
5385
5386 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
5387
fa3a4f15
PM
53882011-08-17 Phil Muldoon <pmuldoon@redhat.com>
5389
72f4393d
L
5390 * gdb.texinfo (Prompt): Add set/show extended-prompt
5391 documentation
5392 (Basic Python): Add prompt_hook anchor.
5393 (Python modules): Reword module text to reflect multiple modules.
5394 (gdb.prompt): Document gdb.prompt module.
fa3a4f15 5395
224bbe49
YQ
53962011-08-14 Yao Qi <yao@codesourcery.com>
5397
78d85199
YQ
5398 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
5399
54002011-08-14 Yao Qi <yao@codesourcery.com>
5401
5402 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
5403 (TIC6x Features): New node.
5404
457e09f0
DE
54052011-08-12 Doug Evans <dje@google.com>
5406
5407 * gdb.texinfo (Symbols In Python): Document symbol.type.
5408
5e239b84
PM
54092011-08-09 Phil Muldoon <pmuldoon@redhat.com>
5410
5411 * gdb.texinfo (Python): Document command and function
5412 auto-loading.
5413
177bc839
JK
54142011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5415 Eli Zaretskii <eliz@gnu.org>
5416
5417 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
5418 typedefs unrolling. Extend the sample code by an inner typedef and
5419 outer typedefs unrolling.
5420
1a532630
PP
54212011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
5422
5423 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
5424 size and line-size.
5425
9b158ba0 54262011-07-21 Matt Rice <ratmice@gmail.com>
5427
5428 PR macros/12999
5429 * gdb.texinfo (Macros): Add info definitions and info macros commands.
5430 Update text and cindex entries for info macro command.
5431
d17b6f81
PM
54322011-07-21 Phil Muldoon <pmuldoon@redhat.com>
5433
5434 * observer.texi (GDB Observers): Add before_prompt observer.
5435 * gdb.texinfo (Basic Python): Add documentation for prompt
5436 substitution.
5437
713389e0
PM
54382011-07-11 Phil Muldoon <pmuldoon@redhat.com>
5439
72f4393d 5440 PR python/12438
713389e0 5441 * gdb.texinfo (Python Commands): Add deprecate note to maint
72f4393d
L
5442 set/show python print-stack. Document set/show python
5443 print-backtrace.
713389e0 5444
177b42fe
TJB
54452011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
5446
5447 * gdb.texinfo: Fix typos.
5448
900e11f9
JK
54492011-07-01 Tom Tromey <tromey@redhat.com>
5450
5451 * gdb.texinfo (Debugging Output): Document set debug
5452 check-physname.
5453
39c4d40a
TT
54542011-06-29 Tom Tromey <tromey@redhat.com>
5455
5456 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
5457 breakpoint-notifications feature.
5458
6f5def7d
UW
54592011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
5460
5461 * gdb.texinfo (Target Description): Remove warning about
5462 possibly unstable format.
5463
8cf64490
TT
54642011-06-03 Tom Tromey <tromey@redhat.com>
5465
5466 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
5467 (Events In Python): Note that exit_code is optional.
5468
393eab54
PA
54692011-05-17 Pedro Alves <pedro@codesourcery.com>
5470
5471 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
5472 required for multi-threading support.
5473 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
5474 Hc are deprecated for multi-threading debugging. Point readers at
5475 the vCont packet.
5476
75fc9810
DE
54772011-05-15 Doug Evans <dje@google.com>
5478
5479 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
5480
01124a23
DE
54812011-05-13 Doug Evans <dje@google.com>
5482
98a5dd13
DE
5483 * gdb.texinfo (Threads): Document $sdir,$pdir.
5484 (Server): Document $pdir exception.
5485
dbaefcf7
DE
5486 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
5487
cc63ef9b
DE
5488 * gdb.texinfo (Threads): Clarify default value for
5489 libthread-db-search-path.
7e0396aa 5490
01124a23
DE
5491 * gdb.texinfo (Completion): Update example.
5492 (Debugging Output): Delete `set/show debug lin-lwp-async'.
5493
d248b706
KY
54942011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
5495
5496 * gdb.texinfo: Document change in the behaviour of the enable and
5497 disable GDB commands when applied to tracepoints.
5498 Document the EnableDisableTracepoints remote stub feature.
5499 Document QTEnable and QTDisable in the list of tracepoint packets.
5500
cc88a640
JK
55012011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5502
5503 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
5504 hsuser.texi.
5505 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
5506 comment to hsuser.texi. Change rluser.texi name in the comment.
5507
84e578fb
DE
55082011-05-10 Doug Evans <dje@google.com>
5509
5510 * gdb.texinfo (Threads): If an empty path is provided for
5511 libthread-db-search-path it is reset to its default value.
5512 (Server): Ditto.
5513
478aac75
DE
55142011-05-09 Doug Evans <dje@google.com>
5515
5516 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
5517
9c06b0b4
TJB
55182011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5519 Thiago Jung Bauermann <bauerman@br.ibm.com>
5520
5521 Implement support for PowerPC BookE masked watchpoints.
5522 * gdb.texinfo (Set Watchpoints): Document mask parameter.
5523 (PowerPC Embedded): Mention support of masked watchpoints.
5524
9ed350ad
JB
55252011-05-03 Joel Brobecker <brobecker@adacore.com>
5526
5527 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
5528 `@value{GDBN}'.
5529
4ceed123
JB
55302011-05-03 Joel Brobecker <brobecker@adacore.com>
5531
5532 * gdb.texinfo (titlepage): Remove dedication.
5533 (In Memoriam): New appendix.
5534
559a7a62
JK
55352011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5536 Eli Zaretskii <eliz@gnu.org>
5537
5538 * gdb.texinfo (Index Section Format): Change the version to 5.
5539 Describe the different formula.
5540
03f2bd59
JK
55412011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5542 Eli Zaretskii <eliz@gnu.org>
5543
5544 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
5545 for disconnected tracing.
5546 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
5547 extended-remote relationship. Mention --once.
5548 (TCP port allocation lifecycle of @code{gdbserver}): New.
5549
d9b1a651
EZ
55502011-04-23 Eli Zaretskii <eliz@gnu.org>
5551
5552 * gdb.texinfo (Server): Improve indexing. Index all optional
5553 switches to gdbserver.
5554
90476074
TT
55552011-04-20 Tom Tromey <tromey@redhat.com>
5556
5557 * gdb.texinfo (Index Section Format): New node.
5558 (Top): Add new node to menu.
5559
c21236dc
PA
55602011-04-20 Pedro Alves <pedro@codesourcery.com>
5561
5562 * gdb.texinfo (Maintenance Commands): Document `maint print
5563 remote-registers'.
5564
05c8c3f5
TT
55652011-04-20 Tom Tromey <tromey@redhat.com>
5566
5567 * gdb.texinfo (Trace File Format): Move node later.
5568
7a9dd1b2
TT
55692011-04-19 Tom Tromey <tromey@redhat.com>
5570
5571 * gdbint.texinfo (Register Information Functions): Remove
5572 duplicate "the".
5573 * gdb.texinfo (Emacs): Remove duplicate "to".
5574 (GDB/MI Variable Objects): Remove duplicate "the".
5575 (General Query Packets): Likewise.
5576
4368ebeb
JB
55772011-04-02 Joel Brobecker <brobecker@adacore.com>
5578
5579 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
5580 "GDB/MI Ada Exception Information" node.
5581
956a9fb9
JB
55822011-04-01 Joel Brobecker <brobecker@adacore.com>
5583
5584 * gdb.texinfo (GDB/MI Ada Exception Information): Document
5585 the "exception-name" field in the *stopped async record.
5586
f1310107
TJB
55872011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
5588 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5589
5590 Implement support for PowerPC BookE ranged breakpoints.
5591 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
5592
8786b2bd
TT
55932011-03-28 Tom Tromey <tromey@redhat.com>
5594
5595 * gdb.texinfo (Set Tracepoints): Fix typo.
5596
9ef07c8c
TT
55972011-03-24 Tom Tromey <tromey@redhat.com>
5598
5599 * gdb.texinfo (Specify Location): Document `function:label'
5600 linespec.
5601
99c3dc11
PM
56022011-03-18 Phil Muldoon <pmuldoon@redhat.com>
5603
f1310107 5604 PR python/12149
99c3dc11
PM
5605
5606 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
5607
29703da4
PM
56082011-03-17 Phil Muldoon <pmuldoon@redhat.com>
5609
5610 * gdb.texinfo (Blocks In Python): Add is_valid method description.
5611 (Inferiors In Python): Likewise.
5612 (Threads In Python): Likewise.
5613 (Symbols In Python): Likewise.
5614 (Objfiles In Python): Likewise.
5615 (Symbol Tables In Python): Likewise.
5616
c9174737
PA
56172011-03-15 Pedro Alves <pedro@codesourcery.com>
5618
5619 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
5620 display>: Explain that the commands accept number ranges.
5621
7371cf6d
PM
56222011-03-14 Phil Muldoon <pmuldoon@redhat.com>
5623
5624 * gdb.texinfo (Breakpoints In Python): Add description and example
5625 of Python stop function operation.
5626
ecec24e6
PM
56272011-03-10 Phil Muldoon <pmuldoon@redhat.com>
5628
5629 * gdb.texinfo (Parameters In Python): Document get_set_string and
5630 get_show_string methods.
5631
6dcd5565
JK
56322011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5633
5634 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
5635
81896e36
JK
5636 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
5637 circular-trace-buffer name.
5638
5e30da2c
JB
56392011-02-28 Joel Brobecker <brobecker@adacore.com>
5640
5641 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
5642 in the previous change.
5643
3bd0f5ef 56442011-02-27 Michael Snyder <msnyder@vmware.com>
af624141 5645
72f4393d 5646 * gdb.texinfo (Inferiors and Programs): Update commands to show
af624141
MS
5647 that they can accept multiple arguments.
5648
4ec7539c
JB
56492011-02-24 Joel Brobecker <brobecker@adacore.com>
5650
5651 Revert the following patch (code patch was not approved):
5652 2011-02-21 Hui Zhu <teawater@gmail.com>
5653 * agentexpr.texi (bytecode descriptions): add printf.
5654 * gdb.texinfo (tracepoint action lists): add printf.
5655
82809774
DE
56562011-02-23 Doug Evans <dje@google.com>
5657
5658 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
5659
e5a67952
MS
56602011-02-23 Michael Snyder <msnyder@vmware.com>
5661
5662 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
5663 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
5664 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
5665
6e6fbe60
DE
56662011-02-22 Doug Evans <dje@google.com>
5667
5668 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
5669 Clarify behaviour of lookup_symbol when `block' argument is omitted,
5670 add description of result, fix @defun formatting.
5671
f994e27a
HZ
56722011-02-21 Hui Zhu <teawater@gmail.com>
5673
5674 * agentexpr.texi (Bytecode Descriptions): Add printf.
5675 * gdb.texinfo (Tracepoint Action Lists): Add printf.
5676
c7f96d2b
TT
56772011-02-18 Tom Tromey <tromey@redhat.com>
5678
5679 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
5680
60f98dde
MS
56812011-02-14 Michael Snyder <msnyder@vmware.com>
5682
5683 * gdb.texinfo (threads): Document argument for "info threads" cmd.
5684 Document new command "thread find".
5685
08e796bc
MS
56862011-02-14 Michael Snyder <msnyder@vmware.com>
5687
5688 * gdb.texinfo (Threads): Update example of new thread message.
5689
b3b9301e
PA
56902011-02-14 Pedro Alves <pedro@codesourcery.com>
5691
5692 * gdb.texinfo (Remote Configuration): Mention set/show remote
5693 traceframe-info.
5694 (Tools/Packages Optional for Building GDB): Mention that expat is
5695 used for traceframe info.
5696 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
5697 (General Query Packets) <qSupported>: Describe the
5698 qXfer:traceframe-info:read feature.
5699 (qXfer::read): Describe qXfer:traceframe-info:read.
5700 (Traceframe Info Format): New section.
5701
cef35b0f
PA
57022011-02-04 Pedro Alves <pedro@codesourcery.com>
5703
5704 * gdbint.texinfo (Formatting): Mention some formatting guidelines
5705 for casts and unary operators.
5706
f1cbe1d3
TT
57072011-02-04 Tom Tromey <tromey@redhat.com>
5708
5709 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
5710 is not useful.
5711
585fdaa1
PA
57122011-01-25 Pedro Alves <pedro@codesourcery.com>
5713
5714 * gdb.texinfo: s/value optimized out/optimized out/g
5715
7bfc9434
JB
57162011-01-21 Joel Brobecker <brobecker@adacore.com>
5717
5718 * gdb.texinfo (Other Misc Settings): Rework part of the
5719 documentation of the "set interactive mode" command.
5720
4694da01
TT
57212011-01-19 Tom Tromey <tromey@redhat.com>
5722
5723 * gdb.texinfo (Threads): Document thread name output and `thread
5724 name' command.
5725 (Threads In Python): Document Thread.name attribute.
5726 (GDB/MI Thread Commands): Document thread attributes.
5727
b716877b
AB
57282011-01-12 Andrew Burgess <aburgess@broadcom.com>
5729
5730 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
5731 changes in mi/mi-cmd-disas.c
5732
13fd8b81
TT
57332011-01-12 Tom Tromey <tromey@redhat.com>
5734
5735 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
5736 Fix "thread apply" text.
5737
e09342b5
TJB
57382011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5739 Thiago Jung Bauermann <bauerman@br.ibm.com>
5740
5741 Implement support for PowerPC BookE ranged watchpoints.
5742 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
5743 the "set powerpc exact-watchpoints" flag.
5744
06e65f44
TT
57452011-01-07 Tom Tromey <tromey@redhat.com>
5746
5747 * gdb.texinfo (Python API): Add descriptions to @menu items.
5748
d8e22779
TT
57492011-01-06 Tom Tromey <tromey@redhat.com>
5750
5751 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
5752
a255712f
PP
57532010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
5754
e09342b5 5755 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 5756
ccfc3d6e
TT
57572011-01-06 Tom Tromey <tromey@redhat.com>
5758
5759 PR python/12133:
5760 * gdb.texinfo (Frames In Python): Document various frame
5761 constants.
5762
44944448
JB
57632011-01-05 Joel Brobecker <brobecker@adacore.com>
5764
5765 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
5766 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
5767 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
5768
42ea3d7a
JK
57692011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5770
5771 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
5772 (clean): Add GDBvn.texi.
5773
720d1a40
JB
57742010-12-29 Joel Brobecker <brobecker@adacore.com>
5775
5776 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
5777 occasional case where the debugger prints an array address
5778 instead of the array itself.
5779
ad196637
PA
57802010-12-23 Pedro Alves <pedro@codesourcery.com>
5781
5782 * gdb.texinfo (Packets) <read registers packet>: Document support
5783 for registers that were not collected.
5784
a86caf66
DE
57852010-12-15 Doug Evans <dje@google.com>
5786
5787 * gdb.texinfo (Startup): Document auto-loading of scripts during
5788 startup.
5789 (Auto-loading): Delete "maint set python auto-load on|off".
5790 Add "set auto-load-scripts on|off".
5791
aae1c79a
DE
57922010-12-07 Doug Evans <dje@google.com>
5793
5794 * gdb.texinfo (Mode Options): Document -data-directory.
5795 (Data Files): Add reference to -data-directory.
5796
4e04c971
DE
57972010-11-29 Doug Evans <dje@google.com>
5798
5799 * gdb.texinfo (Pretty-Printer Introduction): Change
5800 printer-name:subprinter-name to printer-name;subprinter-name.
5801
94b6973e
PM
58022010-11-29 Phil Muldoon <pmuldoon@redhat.com>
5803
72f4393d 5804 PR python/12199
94b6973e
PM
5805
5806 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
5807
39037522
TT
58082010-11-23 Tom Tromey <tromey@redhat.com>
5809
5810 * gdb.texinfo (Top): Check SYSTEM_READLINE.
5811 (Editing): Likewise.
5812 (Command History): Likewise.
5813 (TUI Keys): Likewise.
5814 (Bug Reporting): Conditionally include rluser.texi and
5815 inc-history.texinfo.
5816 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
5817 (GDB_DOC_SOURCE_INCLUDES): Add comment.
5818 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
5819 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
5820 (gdb.pdf): Likewise.
5821 (gdb.info): Likewise.
5822 (gdb/index.html): Likewise.
5823
5ae98d25
TT
58242010-11-23 Tom Tromey <tromey@redhat.com>
5825
5826 * Makefile.in (Makefile): Run ../config.status.
5827 (distclean): Update.
5828 * configure: Remove.
5829 * configure.ac: Remove.
5830
621c8364
TT
58312010-11-12 Tom Tromey <tromey@redhat.com>
5832
5833 * gdb.texinfo (Basic Python): Update. Add xref.
5834 (Exception Handling): Document new exception classes.
5835 (Types In Python): Update.
5836 (Frames In Python): Update.
5837
84f4c1fe
PM
58382010-11-11 Phil Muldoon <pmuldoon@redhat.com>
5839
5840 * gdb.texinfo (Breakpoints In Python): Document "internal"
5841 parameter, and visible attribute.
5842
99e7ae30
DE
58432010-11-05 Doug Evans <dje@google.com>
5844
5845 * gdb.texinfo (Source Path): Document "set directories".
5846
f4b8a18d
KW
58472010-11-05 Ken Werner <ken.werner@de.ibm.com>
5848
5849 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
5850 (OpenCL C): New node.
5851
7b51bc51
DE
58522010-11-02 Doug Evans <dje@google.com>
5853
5854 * gdb.texinfo (Pretty Printing): Expand into three sections,
5855 introduction, example, and commands.
5856 (Python API): Delete section Disabling Pretty-Printers, merge into
5857 Selecting Pretty-Printers.
5858 (Writing a Pretty-Printer): New section. Move the pretty-printer
5859 example here, and reformat to match python coding style. Add a second
5860 example using the gdb.printing module.
5861 (Python modules): Add gdb.printing.
5862
9eeee977
DE
58632010-10-29 Doug Evans <dje@google.com>
5864
5865 * gdb.texinfo (Python): Fix long line.
5866
a0e0ffdf
DE
58672010-10-20 Doug Evans <dje@google.com>
5868
5869 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
5870 All references updated. Correct sections marked as subsections.
5871 (Coding Standards): New chapter. Move the coding standard related
5872 subsections here. Add section on Python coding standards.
5873
0e3509db
DE
58742010-10-13 Doug Evans <dje@google.com>
5875
5876 * gdb.texinfo (Python): Add "Python modules".
5877 (Types in Python): Add reference to gdb.types section.
5878 (Python modules): New node.
5879
44592cc4
DE
58802010-10-11 Doug Evans <dje@google.com>
5881
5882 * gdb.texinfo (Values From Inferior): Add reference to "Types in
5883 Python" from gdb.Value.type description.
5884
6e1bb179
JB
58852010-09-28 Joel Brobecker <brobecker@adacore.com>
5886
5887 * gdb.texinfo (Ravenscar Profile): New node.
5888
e8467610
TT
58892010-09-22 Tom Tromey <tromey@redhat.com>
5890
5891 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
5892
fccd1d1e
EZ
58932010-09-22 Eli Zaretskii <eliz@gnu.org>
5894
5895 * gdb.texinfo (Values From Inferior): Clarify that
5896 value.dynamic_type works only in C++ programs with RTTI.
5897
c1b6b909
TT
58982010-09-15 Paul Bolle <pebolle@tiscali.nl>
5899
5900 * gdb.texinfo (Character Sets): Correctly reference host-charset
5901 in example.
5902
7d288aaa
TT
59032010-09-13 Tom Tromey <tromey@redhat.com>
5904
5905 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
5906 Document "fullname" and "from".
5907
f75d858b
MK
59082010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
5909
5910 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
5911 feature `reverse' output by -list-target-features.
5912
83b9503b
L
59132010-08-31 H.J. Lu <hongjiu.lu@intel.com>
5914
5915 * gdb.texinfo (i386 Features): Remove an extra "@item".
5916
03f17ccf
TT
59172010-08-30 Tom Tromey <tromey@redhat.com>
5918
5919 PR python/11792:
5920 * gdb.texinfo (Values From Inferior): Document dynamic_type.
5921
9779414d
DJ
59222010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
5923
5924 * gdb.texinfo (ARM Features): Document
5925 org.gnu.gdb.arm.m-profile.
5926
f9ffd4bb
TT
59272010-08-23 Tom Tromey <tromey@redhat.com>
5928
5929 PR python/11145:
5930 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
5931 reinterpret_cast methods.
5932
702c2711
TT
59332010-08-23 Tom Tromey <tromey@redhat.com>
5934
5935 PR python/11915:
5936 * gdb.texinfo (Types In Python): Document array method.
5937
66b73624
TJB
59382010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
5939
5940 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
5941
06a64a0b
TT
59422010-08-16 Tom Tromey <tromey@redhat.com>
5943
5944 * gdb.texinfo (Set Watchpoints): Document -location option.
5945
a3a7127e
DE
59462010-08-13 Doug Evans <dje@google.com>
5947
5948 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
5949
8dedea02
VP
59502010-08-13 Vladimir Prus <vladimir@codesourcery.com>
5951
5952 * gdb.texinfo (GDB/MI Data Manipulation): Document
5953 -data-read-memory-raw and -data-write-memory-raw.
5954
ca5c20b6 59552010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 5956 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
5957
5958 * gdb.texinfo (Basic Python): Describe post_event API.
5959
cb2e07a6
PM
59602010-08-11 Phil Muldoon <pmuldoon@redhat.com>
5961
5962 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 5963 decode_line Python APIs
cb2e07a6 5964
464b3efb
TT
59652010-08-10 Tom Tromey <tromey@redhat.com>
5966
5967 * gdb.texinfo (Pretty Printing API): Document
5968 gdb.default_visualizer.
5969
c29c521f
TT
59702010-08-10 Tom Tromey <tromey@redhat.com>
5971
5972 Revert gdb-add-index addition:
5973 * gdb.texinfo (Index Files): Don't document gdb-add-index.
5974
5da1313b
JK
59752010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5976 Eli Zaretskii <eliz@gnu.org>
5977
5978 * gdb.texinfo (Mode Options) <-batch>
5979 (Basic Python) <gdb.execute>: Describe setting width and height.
5980
02d868e8
PP
59812010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
5982
5983 * gdb.texinfo (Threads): Document 'debug libthread-db'.
5984
c2bbed2a
TT
59852010-07-30 Tom Tromey <tromey@redhat.com>
5986
5987 * gdb.texinfo (Index Files): Mention gdb-add-index.
5988
6c13bbe1
HZ
59892010-07-30 Hui Zhu <teawater@gmail.com>
5990
5991 * gdb.texinfo (Inferiors and Programs): Update the introduce of
5992 "detach inferior" and "kill inferior".
5993
53a71c06
CR
59942010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
5995
5996 * gdb.texinfo (Machine Code): Update description of two forms of
5997 arguments, and add new example to demonstrate the new form.
5998
5374244e
PM
59992010-07-27 Phil Muldoon <pmuldoon@redhat.com>
6000
6001 * gdb.texinfo (Values From Inferior): Add value inferior function
6002 call description.
6003
8ea5bce5
JK
60042010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6005
6006 * gdb.texinfo (Active Targets): Fix wrong comma placement.
6007
c0edd9ed
JK
60082010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6009 Eli Zaretskii <eliz@gnu.org>
6010
6011 Make core files the process_stratum.
6012 * gdb.texinfo (Active Targets): Remove core_stratum. Include
6013 record_stratum example.
6014
9291a0cd
TT
60152010-07-13 Tom Tromey <tromey@redhat.com>
6016
6017 * gdb.texinfo (Index Files): New node.
6018
f5011d11
TT
60192010-07-13 Tom Tromey <tromey@redhat.com>
6020
6021 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
6022
0f5238ed
TT
60232010-07-13 Tom Tromey <tromey@redhat.com>
6024
6025 * gdb.texinfo (Specify Location): Document labels.
6026
74c761c1
PA
60272010-07-01 Pedro Alves <pedro@codesourcery.com>
6028
6029 * gdb.texinfo (Create and Delete Tracepoints): Add more index
6030 entries for fast tracepoints and static tracepoints.
6031
501994c0
PA
60322010-07-01 Pedro Alves <pedro@codesourcery.com>
6033
6034 * gdb.texinfo (General Query Packets) <qfThreadInfo,
6035 qsThreadInfo>: Spell out `l' as ell.
6036
0fb4aa4b
PA
60372010-07-01 Pedro Alves <pedro@codesourcery.com>
6038
6039 * gdb.texinfo (Convenience Variables): Document $_sdata.
6040 (Commands to Set Tracepoints): Describe static tracepoints. Add
6041 `Listing Static Tracepoint Markers' menu entry. Document
6042 "strace".
6043 (Tracepoint Action Lists): Document collecting $_sdata.
6044 (Listing Static Tracepoint Markers): New subsection.
6045 (Tracepoints support in gdbserver): Mention static tracepoints.
6046 (remote packets, enabling and disabling): Mention
6047 read-sdata-object.
6048 (General Query Packets) <qSupported>: Document qXfer:sdata:read
6049 and StaticTracepoint.
6050 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
6051 Document qXfer:sdata:read.
6052 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
6053
dc3b15be
JB
60542010-06-29 Joel Brobecker <brobecker@adacore.com>
6055
6056 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
6057
595939de
PM
60582010-06-28 Phil Muldoon <pmuldoon@redhat.com>
6059 Tom Tromey <tromey@redhat.com>
6060 Thiago Jung Bauermann <bauerman@br.ibm.com>
6061
6062 * gdb.texinfo (Inferiors In Python): New node.
6063 * gdb.texinfo (Threads In Python): New node.
6064
9279c692
JB
60652010-06-28 Joel Brobecker <brobecker@adacore.com>
6066
6067 * gdb.texinfo (Python): Document what the python directory is
6068 and what its location is.
6069 (Basic Python): Document the gdb.PYTHONDIR constant.
6070
bc9f0842
TT
60712010-06-25 Tom Tromey <tromey@redhat.com>
6072
6073 PR python/10808:
6074 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
6075
f1421989
HZ
60762010-06-24 Hui Zhu <teawater@gmail.com>
6077
6078 * gdb.texinfo: (Commands for Controlled Output): Add
6079 documentation for command "eval".
6080
e4c0cfae
SS
60812010-06-21 Stan Shebs <stan@codesourcery.com>
6082
6083 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
6084 * annotate.texinfo: Ditto.
6085 * gdbint.texinfo: Ditto.
6086 * stabs.texinfo: Ditto.
6087
bb08c432
HZ
60882010-06-22 Hui Zhu <teawater@gmail.com>
6089
6090 * gdb.texinfo: (Process Record and Replay): Add documentation
6091 for command "set record memory-query".
6092
4f5d9f07
SS
60932010-06-21 Stan Shebs <stan@codesourcery.com>
6094
6095 * gdb.texinfo: Relicense under GFDL version 1.3.
6096 * annotate.texinfo: Relicense under GFDL version 1.3.
6097 * gdbint.texinfo: Relicense under GFDL version 1.3.
6098 * stabs.texinfo: Relicense under GFDL version 1.3.
6099 * fdl.texi: Update to version 1.3.
6100
6aed2dbc
SS
61012010-06-18 Stan Shebs <stan@codesourcery.com>
6102
a61408f8
SS
6103 * gdb.texinfo (Operating System Auxiliary Information): Describe
6104 "info os" when no arguments given.
6105
6aed2dbc
SS
6106 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
6107 $_thread.
6108
24e933df
HZ
61092010-06-18 Hui Zhu <teawater@gmail.com>
6110
6111 * gdb.texinfo: (Process Record and Replay): Add documentation
6112 for commands "record save" and "record restore".
6113
65d79d4b
SDJ
61142010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6115
6116 * gdb.texinfo: Include information about the correct use
6117 of addresses in the `watch' command.
6118
d914c394
SS
61192010-06-11 Stan Shebs <stan@codesourcery.com>
6120
6121 * gdb.texinfo (Observer Mode): New section.
6122 (General Query Packets): Document QAllow.
889bf7c5 6123
967cf477
DE
61242010-06-04 Doug Evans <dje@google.com>
6125
6126 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
6127
aaf4119b
DE
61282010-06-03 Doug Evans <dje@google.com>
6129
6130 * gdbint.texinfo (Coding): Add subsection on command names.
6131
9eae7c52
TT
61322010-06-02 Tom Tromey <tromey@redhat.com>
6133
6134 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
6135 always-disassemble.
6136
fa593d66
PA
61372010-06-01 Pedro Alves <pedro@codesourcery.com>
6138
6139 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
6140 gdbserver, and add cross reference.
6141 (Tracepoints support in gdbserver): New subsection.
6142
dde08ee1
PA
61432010-05-26 Pedro Alves <pedro@codesourcery.com>
6144
6145 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
6146 `qRelocInsn' feature.
6147 (Relocate instruction reply packet): New subsection
6148 of `Tracepoint Packets'.
6149 (Tracepoint Packets): Mention that packets QTDP and QTStart
6150 support the qRelocInsn request, and add cross reference to new
6151 subsection.
6152
07ca107c
DE
61532010-05-25 Doug Evans <dje@google.com>
6154
6155 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
6156 (Commands In Python): Document gdb.string_to_argv.
6157
c25c4a8b
JK
61582010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6159
6160 * gdbint.texinfo (Host Definition): Remove items NORETURN and
6161 ATTR_NORETURN.
6162
d7b32ed3 61632010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
6164 Tom Tromey <tromey@redhat.com>
6165 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 6166
c25c4a8b 6167 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 6168
6aecb9c2
JB
61692010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
6170
6171 * gdb.texinfo: (Summary) Add mention about D language support.
6172 (Filenames): Add D suffixes.
6173 (D): New node.
6174
b7da9e9f
PM
61752010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
6176
6177 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
6178 of macro deleted from GDB code.
6179
ab38a727
PA
61802010-04-24 Pedro Alves <pedro@codesourcery.com>
6181
6182 * gdb.texinfo (Commands to specify files): Describe what how GDB
6183 looks up DOS-based filesystem paths on the system root. Document
6184 the new `set/show target-file-system-kind' commands.
6185
66d09542
DE
61862010-04-23 Doug Evans <dje@google.com>
6187
6188 * gdb.texinfo (Python): Move Auto-loading section here ...
6189 (Python API): from here.
6190 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
6191 (Maintenance Commands): Add docs for "maint print section-scripts".
6192
8bd10a10
CM
61932010-04-20 Chris Moller <cmoller@redhat.com>
6194
6195 * gdb.texinfo (Setting Breakpoints): Added description of
6196 filename-qualified rbreak.
6197 * refcard.tex (Breakpoints and Watchpoints): Added brief
6198 description of filename-qualified rbreak.
6199
4c374409
JK
62002010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6201
6202 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
6203 (Python API): Change the reference to Pretty Printing API.
6204 (Pretty Printing): Move the user part under the Data node. Reformat
6205 the sample output to 72 columns. Create a new reference to Pretty
6206 Printing API. Rename the API part ...
6207 (Pretty Printing API): To a new node name.
6208 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
6209 (GDB/MI Variable Objects): Change references to Pretty Printing API.
6210
5a9351ae
SS
62112010-04-21 Stan Shebs <stan@codesourcery.com>
6212
6213 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 6214 and commands.
5a9351ae 6215 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 6216
9a22f0d0
PM
62172010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6218
6219 * gdb.texinfo (Examining memory): Update for change in string
6220 display with explicit size.
6221
6149aea9
PA
62222010-04-19 Pedro Alves <pedro@codesourcery.com>
6223
6224 PR breakpoints/8554.
6225
6226 * gdb.texinfo (Save Breakpoints): New node.
6227 (save-tracepoints): Rename to ...
6228 (save tracepoints): ... this. Mention that `save-tracepoints' is
6229 a deprecated alias to `save tracepoints'.
6230
711e434b
PM
62312010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
6232
645797a8 6233 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
6234 (info w32 thread-information-block): Document new command.
6235 (qGetTIBAddress): Document new gdbserver query.
6236 (maint set/show show-all-tib): Document new command.
6237
3f7b2faa
DE
62382010-04-15 Doug Evans <dje@google.com>
6239
fa33c3cd
DE
6240 * gdb.texinfo (Python API): Add progspaces section.
6241 (Selecting Pretty-Printers): Progspace pretty-printers are
6242 searched too.
6243 (Progspaces In Python): New section.
6244
3f7b2faa
DE
6245 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
6246
79f283fe
PM
62472010-04-14 Phil Muldoon <pmuldoon@redhat.com>
6248
6249 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
6250 returns None.
6251
87290684
SS
62522010-04-09 Stan Shebs <stan@codesourcery.com>
6253
6254 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
6255 Describe the `frames-created' field, tweak grammar.
6256
a97153c7
PA
62572010-04-09 Pedro Alves <pedro@codesourcery.com>
6258
6259 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
6260 Describe the `circular' and `disconnected' fields.
6261
5c5dcc1b
L
62622010-04-09 H.J. Lu <hongjiu.lu@intel.com>
6263
6264 * gdb.texinfo (maint print registers): Mention unavailable and
6265 invisible registers.
6266
adc36818
PM
62672010-04-09 Phil Muldoon <pmuldoon@redhat.com>
6268 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 6269 Tom Tromey <tromey@redhat.com>
adc36818
PM
6270
6271 * gdb.texinfo (Breakpoints In Python): New Node.
6272
33da3f1c
SS
62732010-04-08 Stan Shebs <stan@codesourcery.com>
6274
6275 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
6276 trace status fields.
6277
3a13a53b
L
62782010-04-08 H.J. Lu <hongjiu.lu@intel.com>
6279
6280 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
6281 optional. Make org.gnu.gdb.i386.avx requires
6282 org.gnu.gdb.i386.avx.
6283
08001717
DE
62842010-04-08 Doug Evans <dje@google.com>
6285
6286 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
6287 search path, and document that gdb only scans the search path if
6288 the script's path doesn't specify a directory.
6289
c375651d
DE
62902010-04-05 Doug Evans <dje@google.com>
6291
6292 * gdb.texinfo (maint show python auto-load): Fix typo.
6293
af54718e
SS
62942010-04-04 Stan Shebs <stan@codesourcery.com>
6295
d77f58be
SS
6296 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
6297 (Setting Watchpoints): Update description of "info watch".
6298 (Disabling Breakpoints): Only "info break" lists all.
6299
af54718e
SS
6300 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
6301 (tdump): Explain how tdump works.
6302
86b17b60
PA
63032010-04-01 Pedro Alves <pedro@codesourcery.com>
6304
6305 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
6306 add cross reference.
6307
ff12863f
PA
63082010-03-31 Pedro Alves <pedro@codesourcery.com>
6309
6310 * gdb.texinfo (TUI Commands): Mention that in some cases, these
6311 commands error out.
6312
f68eb612
L
63132010-03-30 H.J. Lu <hongjiu.lu@intel.com>
6314
6315 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
6316
c8d5aac9
L
63172010-03-30 H.J. Lu <hongjiu.lu@intel.com>
6318
6319 * gdb.texinfo (General Query Packets): Add xmlRegisters.
6320
7d13fe92
SS
63212010-03-29 Stan Shebs <stan@codesourcery.com>
6322 Nathan Sidwell <nathan@codesourcery.com>
6323
6324 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
6325 GDBN equivalent.
6326 (Set Tracepoints): Remove mention that conditional tracepoints
6327 don't exist.
6328 (Tracepoint Actions): Clarify when while-stepping collection
6329 happens, note that while-stepping does not automatically collect
6330 $pc.
6331
409873ef 63322010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 6333
409873ef
SS
6334 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
6335 (General Query Packets): Describe TracepointSource.
6336
ee8e71d4
EZ
63372010-03-27 Matt Rice <ratmice@gmail.com>
6338
c8d5aac9
L
6339 * gdb.texinfo (ARM): Document arguments to "target sim".
6340 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 6341
99b5e152
PA
63422010-03-26 Pedro Alves <pedro@codesourcery.com>
6343
6344 * gdb.texinfo (Tracepoint Packets): Remove mention that
6345 terror:string may be plain text, and drop mention of X prefix.
6346
cd64ee31
VP
63472010-03-26 Vladimir Prus <vladimir@codesourcery.com>
6348
6349 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
6350
6c28cbf2
SS
63512010-03-24 Stan Shebs <stan@codesourcery.com>
6352
6353 * gdb.texinfo (Tracepoint Packets): Document trace error status.
6354
95a42b64
TT
63552010-03-24 Tom Tromey <tromey@redhat.com>
6356
6357 PR breakpoints/9352:
6358 * gdb.texinfo (Break Commands): Update.
6359
18148017
VP
63602010-03-24 Vladimir Prus <vladimir@codesourcery.com>
6361
6362 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
6363 commands.
6364
4daf5ac0
SS
63652010-03-16 Stan Shebs <stan@codesourcery.com>
6366
6367 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
6368 circular-trace-buffer.
6369 (Tracepoint Packets): Describe QTBuffer, and details of the
6370 qTStatus reply.
6371
c9429232
SS
63722010-03-12 Stan Shebs <stan@codesourcery.com>
6373 Nathan Sidwell <nathan@codesourcery.com>
6374
6375 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
6376 doing instruction stepping.
6377 (Tracepoint Restrictions): New node.
6378
ccefe4c4
TT
63792010-03-10 Tom Tromey <tromey@redhat.com>
6380
6381 * gdbint.texinfo (Symbol Handling): Update.
6382
7c953934
TT
63832010-03-08 Tom Tromey <tromey@redhat.com>
6384
6385 PR cli/9591:
6386 * gdb.texinfo (Mode Options): Mention lack of pagination and
6387 confirmation with --batch.
6388 (Screen Size): Mention --batch.
6389 (Messages/Warnings): Likewise.
6390
f870a310
TT
63912010-03-05 Tom Tromey <tromey@redhat.com>
6392
6393 * gdb.texinfo (Basic Python): Document target_charset and
6394 target_wide_charset.
6395
78e2826b
TT
63962010-03-05 Tom Tromey <tromey@redhat.com>
6397
6398 * gdb.texinfo (Data): Link to pretty-printing.
6399 (Output Formats): Likewise. Correct text.
6400
f5dff777
DJ
64012010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
6402
6403 * gdb.texinfo (Types): Describe <struct> and <flags>.
6404
dc00d89f
PM
64052010-02-28 Phil Muldoon <pmuldoon@redhat.com>
6406
6407 * gdb.texinfo (Frames In Python): Add block parameter and
6408 description to read_var text.
6409
5107b149 64102010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 6411 Tom Tromey <tromey@redhat.com>
5107b149
PM
6412
6413 * gdb.texinfo (Types In Python): Describe block argument in
6414 template_argument and gdb.lookup_type.
6415
e03e5e7b
TT
64162010-02-24 Tom Tromey <tromey@redhat.com>
6417
6418 * gdb.texinfo (Cygwin Native): Fix typo.
6419
f3e9a817
PM
64202010-02-24 Phil Muldoon <pmuldoon@redhat.com>
6421
6422 * gdb.texinfo (Frames In Python): Add block, find_sal, function
6423 and select method descriptions.
6424 (Python API): Add Blocks In Python, Symbols in Python and Symbol
6425 Tables in Python to menu.
6426 (Blocks In Python): New node.
6427 (Symbols In Python): New node.
6428 (Symbol Tables in Python): New node.
6429
a79b8f6e
VP
64302010-02-24 Vladimir Prus <vladimir@codesourcery.com>
6431
6432 Multiexec MI
6433
6434 gdb/
6435 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
6436
6437 gdb/doc/
6438 * gdb.texinfo (GDB/MI Command Syntax): Document notification
6439 changes.
6440 (GDB/MI Program Execution): Document current behaviour of
6441 --all and --thread-group.
6442 (GDB/MI Miscellaneous Commands): Document -add-inferior and
6443 -remove-inferior.
6444 * observer.texi (inferior_added, inferior_removed): New
6445 observers.
6446
629d6a47
TT
64472010-02-19 Tom Tromey <tromey@redhat.com>
6448
6449 * gdbint.texinfo (Getting Started): Fix @node.
6450 (Debugging GDB): Likewise.
6451
c09529e5
JB
64522010-02-13 Joel Brobecker <brobecker@adacore.com>
6453
6454 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
6455 documenting the gdb_test_timeout variable.
6456
540aa8e7
MS
64572010-02-12 Jakob Engblom <jakob@virtutech.com>
6458
6459 * gdb.texinfo (MI commands): Added documentation of --reverse
6460 option to a set of MI commands. Restructured documentation of MI
6461 commands --exec-continue to reflect the complexity of reverse
6462 execution.
6463
081dfbf7
PA
64642010-02-12 Pedro Alves <pedro@codesourcery.com>
6465
6466 * gdb.texinfo (Using the Collected Data): Specify that the address
6467 range of `tfind outsize' is exclusive, and that the address range
6468 of `tfind range' is inclusive.
6469 (Tracepoint Packets): Specify that the address range of
6470 `QTFrame:range' is inclusive, and that the address range of
6471 `QTFrame:outside' is exclusive
6472
8e9c5e02
VP
64732010-02-12 Vladimir Prus <vladimir@codesourcery.com>
6474
6475 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
6476
92981e24
TT
64772010-02-10 Tom Tromey <tromey@redhat.com>
6478
6479 * gdb.texinfo (Debugging Output): Document set debug parser and
6480 show debug parser.
6481
075b51b7
L
64822010-02-09 H.J. Lu <hongjiu.lu@intel.com>
6483
6484 * gdb.texinfo (Predefined Target Types): Add i387_ext,
6485 i386_eflags and i386_mxcsr.
6486
3bb8d5c3
L
64872010-02-08 H.J. Lu <hongjiu.lu@intel.com>
6488
6489 * gdb.texinfo: Document i386 target features.
6490
c5f80513
DE
64912010-02-05 Doug Evans <dje@google.com>
6492
6493 * gdbint.texinfo (Testsuite): Add a new section to document the
6494 various DejaGnu variables that may be overridden.
1be00882 6495 Document INTERNAL_GDBFLAGS.
c5f80513 6496
6ac33a4e
TT
64972010-02-04 Tom Tromey <tromey@redhat.com>
6498
6499 PR cli/8830:
6500 * gdb.texinfo (Files): -readnow comes before the filename for file
6501 and symbol-file.
6502
a1dcb23a
DJ
65032010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6504
6505 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
6506 Document ARM breakpoint types.
6507 (Register Packet Format): Move into the new section.
6508 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
6509
95433b34
JB
65102010-01-21 Joel Brobecker <brobecker@adacore.com>
6511
6512 * gdb.texinfo (File Options): Adjust the documentation of this
6513 switch to refer to the "source" command rather than partially
6514 duplicating some of the relevant information.
6515 (Extending GDB): Introduce and document the set/show script-extension
6516 setting.
6517 (Command Files): Add note explaining that the "source" command
6518 is also used to evalute scripts written in other languages.
6519 Remove the short slightly incorrect reference to sourcing Python
6520 scripts.
6521 (Python Commands): Document how to execute a Python script from GDB.
6522
8d576872
JB
65232010-01-19 Joel Brobecker <brobecker@adacore.com>
6524
6525 * gdb.texinfo (Command Files): Fix typo.
6526
8150ff9c
JB
65272010-01-18 Tom Tromey <tromey@redhat.com>
6528
6529 * gdb.texinfo (File Options): Document -x on .py files.
6530 (Command Files): Document handling of Python scripts.
6531
23db03a6
JZ
65322010-01-18 Jie Zhang <jie.zhang@analog.com>
6533
6534 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
6535
00bf0b85
SS
65362010-01-15 Stan Shebs <stan@codesourcery.com>
6537
6538 * gdb.texinfo (Trace Files): New section.
6539 (Tracepoint Packets): Document QTSave and qTBuffer.
6540 (Trace File Format): New appendix.
6541
be759fcf
PM
65422010-01-13 Phil Muldoon <pmuldoon@redhat.com>
6543
6544 * gdb.texinfo (Values From Inferior): Document lazy_string value
6545 method.
6546 (Python API): Add Lazy strings menu item.
6547 (Lazy Strings In Python): New node.
6548
dc146f7c
VP
65492010-01-13 Vladimir Prus <vladimir@codesourcery.com>
6550
6551 * gdb.texinfo (GDB/MI Thread Information): New.
6552 (GDB/MI Async Records): Document the core field in *stopped.
6553 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
6554 documentation
6555 (Process list): Document that osdata document may contain
6556 threads.
6557 (Remote Serial Protocol): Document qXfer:threads.
6558
d5551862
SS
65592010-01-06 Stan Shebs <stan@codesourcery.com>
6560
6561 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
6562 disconnected tracing.
6563 (Tracepoint Packets): Document new protocol.
6564
7a697b8d
SS
65652010-01-05 Stan Shebs <stan@codesourcery.com>
6566
6567 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
6568 tracepoints.
6569 (Tracepoint Packets): Describe remote protocol for fast
6570 tracepoints.
6571
e6f3ec50
JB
65722010-01-01 Joel Brobecker <brobecker@adacore.com>
6573
6574 Update the "Start of New Year Procedure".
6575 * gdbint.texinfo: Add the list of files that need to be updated
6576 manually. Minor reformatting.
6577
ddc4e9c1
JB
65782010-01-01 Joel Brobecker <brobecker@adacore.com>
6579
6580 * refcard.tex: Update copyright year in header and text.
6581
9d2897ad
JB
65822010-01-01 Joel Brobecker <brobecker@adacore.com>
6583
6584 * agentexpr.texi: Add 2010 to the list of copyright years.
6585 * annotate.texinfo: Likewise.
6586 * gdb.texinfo: Likewise.
6587 * gdbint.texinfo: Likewise.
6588 * observer.texi: Likewise.
6589 * stabs.texinfo: Likewise.
6590
6da95a67
SS
65912009-12-31 Stan Shebs <stan@codesourcery.com>
6592
6593 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 6594
236f1d4d
SS
65952009-12-29 Stan Shebs <stan@codesourcery.com>
6596
6597 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 6598
f61e138d
SS
65992009-12-28 Stan Shebs <stan@codesourcery.com>
6600
6601 * gdb.texinfo (Trace State Variables): New section.
6602 (Tracepoint Packets): Describe trace state variable packets.
6603 * agentexpr.texi (Bytecode Descriptions): Describe trace state
6604 variable bytecodes.
6605
0fe7935b
DJ
66062009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
6607
6608 * gdb.texinfo (Symbols): "info variables" prints definitions, not
6609 declarations.
6610
a6b29f87
VP
66112009-12-21 Vladimir Prus <vladimir@codesourcery.com>
6612
6613 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
6614 -gdb-exit behaviour.
6615
5e4bde96
JB
66162009-12-20 Joel Brobecker <brobecker@adacore.com>
6617
6618 * gpl.texi: Update to version 3 of the GPL.
6619
a1715244
JB
66202009-12-20 Joel Brobecker <brobecker@adacore.com>
6621
6622 * Makefile.in: Update copyright header.
6623 * observer.texi: Fix the copyright header of the generated files.
6624
361ae042
PM
66252009-12-08 Phil Muldoon <pmuldoon@redhat.com>
6626
6627 * gdb.texinfo (Types In Python): Describe range function.
6628
bfd31e71
PM
66292009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
6630
6631 * gdb.texinfo (Types In Python): Describe "is_base_class".
6632
57a1d736
TT
66332009-12-03 Tom Tromey <tromey@redhat.com>
6634
6635 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
6636
8cebebb9
PP
66372009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
6638
6639 * observer.texi: New memory_changed observer.
6640
16af530a
TT
66412009-12-01 Tom Tromey <tromey@redhat.com>
6642
6643 * gdb.texinfo (Reverse Execution): Fix typo.
6644
b6199126
DJ
66452009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
6646
6647 PR gdb/8704
6648
6649 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
6650 are allowed after the breakpoint condition.
6651
7a6973ad
TT
66522009-11-23 Tom Tromey <tromey@redhat.com>
6653
6654 PR python/10782:
6655 * gdb.texinfo (Types In Python): Document Type.pointer.
6656
21a0512e
PP
66572009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
6658
6659 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 6660
a5832c8f
PA
66612009-11-11 Pedro Alves <pedro@codesourcery.com>
6662
6663 * agentexpr.texi (Tracing On Symmetrix): Delete section.
6664 (Using Agent Expressions): Delete cross reference.
6665
1eb7cd77
JB
66662009-11-07 Joel Brobecker <brobecker@adacore.com>
6667
6668 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
6669 and @settitle directives up to help makeinfo find them.
6670
24ddea62
JK
66712009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6672
6673 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
6674 (Auto-loading): Use plural and note one can use multiple components now.
6675
3afae151
VP
66762009-11-01 Vladimir Prus <vladimir@codesourcery.com>
6677
6678 * gdb.texinfo (GDB/MI Stack Manipulation): Make
6679 -stack-list-arguments have the same documentation for parameter
6680 as -stack-list-locals. Add comas.
6681
14ff2235
PM
66822009-10-27 Tom Tromey <tromey@redhat.com>
6683 Eli Zaretskii <eliz@gnu.org>
6684
c8d5aac9 6685 PR python/10781
14ff2235
PM
6686
6687 * gdb.texinfo (Values From Inferior): Document cast method.
6688
9c419145
PP
66892009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
6690
6691 * gdb.texinfo (Machine Code): Mention function name in disasssembly
6692 and adjust example.
889bf7c5 6693
29153c24
MS
66942009-10-22 Michael Snyder <msnyder@vmware.com>
6695
6696 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 6697 info record command. Also document the new save and restore
29153c24
MS
6698 commands.
6699
2b28d209
PP
67002009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
6701
6702 * gdb.texinfo (Machine Code): Mention current pc marker.
6703 (Memory): Likewise.
6704
6c95b8df
PA
67052009-10-19 Pedro Alves <pedro@codesourcery.com>
6706 Stan Shebs <stan@codesourcery.com>
6707
6708 * observer.texi (new_inferior): Rename to...
6709 (inferior_appeared): ... this.
6710
6711 * gdb.texinfo (Inferiors): Rename node to ...
6712 (Inferiors and Programs): ... this. Mention running multiple
6713 programs in the same debug session.
6714 <info inferiors>: Mention the new 'Executable' column if "info
6715 inferiors". Update examples. Document the "add-inferior",
6716 "clone-inferior", "remove-inferior" and "maint info
6717 program-spaces" commands.
6718 (Process): Rename node to...
6719 (Forks): ... this. Document "set|show follow-exec-mode".
6720
2f8132f3
MS
67212009-10-11 Michael Snyder <msnyder@vmware.com>
6722
6723 * gdb.texinfo (ReverseStep): Show default as "unsupported".
6724 (ReverseContinue): Ditto.
6725
cba4b2d3
PP
67262009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
6727
6728 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 6729
da082f17
JK
67302009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6731
6732 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
6733
08be9d71
ME
67342009-10-06 Michael Eager <eager@eagercon.com>
6735
6736 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
6737 (Embedded Processors): Add MicroBlaze.
6738 (MicroBlaze): New. Describe Xilinx MicroBlaze
6739
08a0efd0
PA
67402009-10-04 Pedro Alves <pedro@codesourcery.com>
6741
6742 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
6743
cbb8f428
EZ
67442009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
6745
6746 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
6747
30a4a70c
JB
67482009-09-23 Joel Brobecker <brobecker@adacore.com>
6749
6750 * observer.texi (solib_unloaded): Document explicitly the fact that
6751 this observer is called before the associated symbols are unloaded.
6752
701adfb0
PA
67532009-09-21 Jie Zhang <jie.zhang@analog.com>
6754
6755 * gdb.texinfo: Escape "{" and "}".
6756
b3372f91
VP
67572009-09-19 Vladimir Prus <vladimir@codesourcery.com>
6758
6759 * gdb.texinfo (GDB/MI Stack Manipulation): Document
6760 -stack-list-variables.
6761
f43030c4
TT
67622009-09-18 Tom Tromey <tromey@redhat.com>
6763
6764 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
6765 is experimental.
6766
ec7e75e7
PP
67672009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6768
6769 * gdb.texinfo (convenince variables): Mention
6770 $_siginfo could be empty.
f43030c4 6771
0cc7d26f
TT
67722009-09-15 Tom Tromey <tromey@redhat.com>
6773
6774 * gdb.texinfo (GDB/MI Variable Objects): Document
6775 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
6776 Expand -var-update documentation.
6777
a96d9b2e
SDJ
67782009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6779
6780 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
6781 feature.
6782
005ca36a
JB
67832009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
6784
6785 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
6786
0d772ac9
MS
67872009-09-10 Michael Snyder <msnyder@vmware.com>
6788
6789 * gdb.texinfo (qSupported): Mention new ReverseContinue and
6790 ReverseStep replies to the qSupported query.
6791
14fb1bac
JB
67922009-09-10 Joel Brobecker <brobecker@adacore.com>
6793
6794 Add documentation for set/show interactive-mode.
6795 * gdb.texinfo (Other Misc Settings): New node.
6796
29b090c0
DE
67972009-09-01 Doug Evans <dje@google.com>
6798
6799 * gdb.texinfo (Caching Data of Remote Targets): Add note on
6800 non-stop mode's affect on remote caching.
6801
4e5d721f
DE
68022009-08-31 Jacob Potter <jdpotter@google.com>
6803 Doug Evans <dje@google.com>
6804
6805 * gdb.texinfo (Caching Data of Remote Targets): Update text.
6806 Mark `set/show remotecache' options as obsolete.
6807 Document new `set/show stack-cache' option.
6808 Update text for `info dcache'.
6809
55333a84
DE
68102009-08-27 Doug Evans <dje@google.com>
6811
6812 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
6813 (Files): Add note on new optional regex arg to `info sharedlibrary'.
6814
bc3a0b4d
RW
68152009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6816
6817 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
6818 about autoconf.
6819
3a1ff0b6
PA
68202009-08-25 Pedro Alves <pedro@codesourcery.com>
6821
6822 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
6823 small example, and describe its columns. Replace "inferior-id" by
6824 "infno" throughout.
6825
81ecdfbb
RW
68262009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6827
af542c2e
RW
6828 * gdbint.texinfo (Releasing GDB): Point to
6829 README-maintainer-mode file for required autoconf version.
6830 * configure.ac: Do not substitute datarootdir, htmldir,
6831 pdfdir, docdir. Do not process --with-datarootdir,
6832 --with-htmldir, --with-pdfdir, --with-docdir.
6833 * configure: Regenerate.
6834
81ecdfbb
RW
6835 * configure: Regenerate.
6836
4efc6507
DE
68372009-08-20 Reid Kleckner <reid@kleckner.net>
6838
6839 * gdb.texinfo: Add chapter on JIT interface.
6840
43089a6e
NR
68412009-08-07 Nick Roberts <nickrob@snap.net.nz>
6842
6843 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 6844 confirmation request.
43089a6e 6845
99e008fe
EZ
68462009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
6847
c8d5aac9
L
6848 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
6849 CRC definitions.
99e008fe 6850
48cb2d85
VP
68512009-08-03 Vladimir Prus <vladimir@codesourcery.com>
6852
6853 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 6854 -break-commands.
48cb2d85 6855
ff1a52c6
UW
68562009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6857
6858 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6859 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
6860
3285f3fe
UW
68612009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6862
6863 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6864 "set spu stop-on-load" and "show spu stop-on-load" commands.
6865
e35359c5
UW
68662009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6867
6868 * gdb.texinfo (Target Descriptions): Document <compatible> element.
6869
58d6951d
DJ
68702009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
6871
6872 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
6873 org.gnu.gdb.arm.neon.
6874
08d16641
PA
68752009-07-20 Pedro Alves <pedro@codesourcery.com>
6876
6877 * gdb.texinfo (Target Description Format): Mention the new <osabi>
6878 optional element.
6879 (subsection OS ABI): New subsection.
6880
782b2b07
SS
68812009-07-14 Stan Shebs <stan@codesourcery.com>
6882
6883 * gdb.texinfo (Tracepoint Conditions): New section.
6884 (General Query Packets): Describe ConditionalTracepoints.
6885 (Tracepoint Packets): Describe condition field.
6886 (Maintenance Commands): Describe maint agent-eval.
6887 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
6888
9b117ef3
HZ
68892009-07-11 Hui Zhu <teawater@gmail.com>
6890
6891 * gdb.texinfo (disassemble): Add a new modifier /r
6892 to "disassemble" command to make it print the raw instructions
6893 in hex as well as in symbolic form.
6894
f5a33284
TT
68952009-07-09 Tom Tromey <tromey@redhat.com>
6896
6897 * gdbint.texinfo (Testsuite): Document parallel make check.
6898
812f7342
TT
68992009-07-09 Tom Tromey <tromey@redhat.com>
6900
6901 * gdbint.texinfo (Testsuite): Document test transcripts.
6902
fbb8f299
PM
69032009-07-10 Phil Muldoon <pmuldoon@redhat.com>
6904
6905 * gdb.texinfo (Values From Inferior): Add length parameter
6906 description.
6907
dd8f35ac
EZ
69082009-07-04 Chris Genly <chris@genly.us>
6909
6910 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
6911 in -var-list-children. Fix example according to what the code
6912 does.
6913
2277426b
PA
69142009-07-02 Pedro Alves <pedro@codesourcery.com>
6915
6916 * gdb.texinfo (Debugging multiple inferiors): Document the
6917 "inferior", "detach inferior" and "kill inferior" commands.
6918 (Debugging Programs with Multiple Processes): Adjust to mention
6919 generic "inferior" commands. Delete mention of "detach fork" and
6920 "delete fork". Cross reference to "Debugging multiple inferiors"
6921 section.
6922
a6d9a66e
UW
69232009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6924
5af949e3
UW
6925 * gdbint.texinfo (Item Output Functions): Update signature
6926 for ui_out_field_core_addr.
6927
69282009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6929
6930 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
6931 Update example code extrated from breakpoint.c.
6932
9901a55b 69332009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 6934
9901a55b
PP
6935 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
6936 MI commands.
6937 (GDB/MI Symbol Query): Likewise.
6938 (GDB/MI File Commands): Likewise.
6939 (GDB/MI File Transfer Commands): Likewise.
6940 (GDB/MI Target Manipulation): Likewise.
6941 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 6942
edb3359d
DJ
69432009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
6944
6945 * gdb.texinfo (Debugging Optimized Code): New chapter.
6946 (Compiling for Debugging): Reference it. Move some
6947 text to the new section.
6948
7cd1089b
PM
69492009-06-15 Phil Muldoon <pmuldoon@redhat.com>
6950
6951 * doc/gdb.texinfo (Calling): Document
6952 set-unwind-on-terminating-exception usage.
6953
d4db2f36
PA
69542009-06-11 Pedro Alves <pedro@codesourcery.com>
6955
6956 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
6957 command.
6958
d1a7880c
PA
69592009-06-07 Pedro Alves <pedro@codesourcery.com>
6960
6961 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
6962 references.
6963
473f94e6
UW
69642009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
6965
6966 * gdbint.texinfo: Rename formal parameters to gdbarch function
6967 protoypes from "current_gdbarch" to "gdbarch".
6968
8f500870
TT
69692009-05-28 Tom Tromey <tromey@redhat.com>
6970
6971 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
6972
b6313243
TT
69732009-05-27 Tom Tromey <tromey@redhat.com>
6974
6975 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6976 feature.
6977 (GDB/MI Variable Objects): Document -var-set-visualizer.
6978
69792009-04-02 Tom Tromey <tromey@redhat.com>
6980
6981 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6982 feature.
6983 (GDB/MI Variable Objects): Document -var-set-visualizer.
6984
a6bac58e
TT
69852009-05-27 Tom Tromey <tromey@redhat.com>
6986 Thiago Jung Bauermann <bauerman@br.ibm.com>
6987 Phil Muldoon <pmuldoon@redhat.com>
6988
6989 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
6990 (Pretty Printing): New node.
6991 (Selecting Pretty-Printers): Likewise.
6992 (Python API): Update.
6993 (Output Formats): Document /r format.
6994
2c74e833
TT
69952009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
6996 Tom Tromey <tromey@redhat.com>
6997
6998 * gdb.texinfo (Types In Python): New node.
6999 (Values From Inferior): "type" is now an attribute.
7000 (Python API): Update.
7001
89c73ade
TT
70022009-05-27 Tom Tromey <tromey@redhat.com>
7003 Thiago Jung Bauermann <bauerman@br.ibm.com>
7004 Phil Muldoon <pmuldoon@redhat.com>
7005
7006 * gdb.texinfo: Add @syncodeindex for `tp'.
7007 (Python API): Update.
7008 (Auto-loading): New node.
7009 (Objfiles In Python): New node.
7010
17a37d48
PP
70112009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
7012
7013 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 7014
6718376f
NR
70152009-05-15 Nick Roberts <nickrob@snap.net.nz>
7016
7017 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
7018
cbe54154
PA
70192009-05-12 Pedro Alves <pedro@codesourcery.com>
7020
7021 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
7022 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
7023 show show-debug-regs' docs.
7024
8e05493c
EZ
70252009-05-08 Eli Zaretskii <eliz@gnu.org>
7026
7027 * gdb.texinfo (Process Record and Replay): Add description of
7028 reverse execution.
7029
b39f4988
JB
70302009-05-07 Joel Brobecker <brobecker@adacore.com>
7031
7032 * gdbint.texinfo (Adding support for debugging core files): New node.
7033 (Native Debugging): Remove the ``Native core file Support'' section.
7034
a2311334
EZ
70352009-05-01 Eli Zaretskii <eliz@gnu.org>
7036
7037 * gdb.texinfo (Process Record and Replay): Improve and clarify.
7038 Add index entries.
7039
53cc454a 70402009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 7041 Michael Snyder <msnyder@vmware.com>
53cc454a 7042
a2311334
EZ
7043 * gdb.texinfo: (Process Record and Replay): Add documentation for
7044 process record and replay.
53cc454a 7045
484086b7
JK
70462009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7047
7048 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
7049 a new part on command-line defined macros.
7050
32ae1842
EZ
70512009-04-25 Eli Zaretskii <eliz@gnu.org>
7052
7053 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
7054 clarify the wording.
7055
b14b1491
TT
70562009-04-23 Tom Tromey <tromey@redhat.com>
7057
7058 * gdb.texinfo (Data Files): New node.
7059 (GDB Files): Update menu.
7060
5c1e86e1
JB
70612009-04-23 Joel Brobecker <brobecker@adacore.com>
7062
7063 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 7064 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 7065
83eba9b7
VP
70662009-04-22 Vladimir Prus <vladimir@codesourcery.com>
7067
7068 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
7069
e31198c4
HZ
70702009-04-22 Hui Zhu <teawater@gmail.com>
7071
7072 * gdb.texinfo (disassemble-next-line): Set the default of
7073 disassemble-next-line to off.
7074
26e251b6
JM
70752009-04-21 Joseph Myers <joseph@codesourcery.com>
7076
7077 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
7078 --with-htmldir): New.
7079 * configure: Regenerate.
7080 * Makefile.in (datarootdir, docdir): Define.
7081 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
7082 instead of $(SET_TEXINPUTS).
7083 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
7084 gdbint.info instead of $(SET_TEXINPUTS).
7085 (gdbint/index.html): Use same -I options as for building
7086 gdbint.info.
7087 (stabs.dvi, stabs.pdf): Use same -I options as for building
7088 stabs.info instead of $(SET_TEXINPUTS).
7089 (stabs/index.html): Use same -I options as for building
7090 stabs.info.
7091 (annotate.dvi, annotate.pdf): Use same -I options as for building
7092 annotate.info instead of $(SET_TEXINPUTS).
7093 (annotate/index.html): Use same -I options as for building
7094 annotate.info.
7095
eac35c4e
DD
70962009-04-21 David Daney <ddaney@caviumnetworks.com>
7097
7098 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
7099
29b0e8a2
JM
71002009-04-21 Joseph Myers <joseph@codesourcery.com>
7101
7102 * gdb.texinfo (Source Path): Document --with-relocated-sources.
7103
2b831889 71042009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 7105 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
7106
7107 * Makefile.in (MAKEHTML): Set to makeinfo --html.
7108 (MAKEHTMLFLAGS): Set to empty.
7109 (html__strip_dir): Define.
7110 (HTMLFILES): Define.
7111 (HTMLFILES_INSTALL): Define.
7112 (install-html): Copy new automake rule.
7113 (html): Depend on $(HTMLFILES).
7114 (gdb_toc.html): Rename to gdb/index.html.
7115 (gdbint_toc.html): Rename to gdbint/index.html.
7116 (stabs_toc.html): Rename to stabs/index.html.
7117 (annotate_toc.html): Rename to annotate/index.html.
7118
89a34d1b
JM
71192009-04-17 Carlos O'Donell <carlos@codesourcery.com>
7120
7121 * Makefile.in: Set pdfdir and htmldir from configure
7122 substitutions.
7123 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
7124 * configure: Regenerate.
7125
a2d5da46
JB
71262009-04-16 Joel Brobecker <brobecker@adacore.com>
7127
7128 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
7129 This macro is no longer used.
7130
732f6a93
TT
71312009-04-15 Tom Tromey <tromey@redhat.com>
7132
7133 * gdb.texinfo (Character Sets): Document default character set.
7134
87f9adc1
PM
71352009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
7136
7137 * gdbint.texinfo: Change server name from sources.redhat.com to
7138 sourceware.org throughout.
7139
2c88c651
JB
71402009-04-09 Joel Brobecker <brobecker@adacore.com>
7141
7142 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
7143 about a missing dot or coma after @xref.
7144
4f5376b2
JB
71452009-04-02 Joel Brobecker <brobecker@adacore.com>
7146
7147 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
7148 example, and add a small explanation about it.
7149 (Print Settings): Change the documentation of the "set print
7150 frame-arguments" to reflect the fact that the default is now "scalars".
7151
a0381d3a
JB
71522009-04-02 Joel Brobecker <brobecker@adacore.com>
7153
7154 * gdb.texinfo (Print Settings): Add kindex for command "set
7155 print frame-arguments".
7156
45ac276d
JB
71572009-03-31 Joel Brobecker <brobecker@adacore.com>
7158
7159 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
7160 breakpoints.
7161 (Set Breaks): Add reference to thread-specific and task-specific
7162 breakpoints.
7163
32cd1edc
JB
71642009-03-31 Joel Brobecker <brobecker@adacore.com>
7165
7166 * gdb.texinfo (Ada Tasks): Remove the documentation about
7167 the "Running" state, as this state has been eliminated.
7168 Now all runnable tasks are shown as "Runnable".
7169
1042e4c0
SS
71702009-03-30 Stan Shebs <stan@codesourcery.com>
7171
7172 * gdb.texinfo (Tracepoints): Describe tracepoints as a
7173 special case of breakpoints.
7174 (Enable and Disable Tracepoints): Mention deprecation.
7175 (Listing Tracepoints): Update description and example.
7176
f8f6f20b
TJB
71772009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7178
7179 * gdb.texinfo (Frames in Python): New node.
7180 (Python API): Update.
7181
c0c6f777
TJB
71822009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
7183
7184 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
7185 from a method to an attribute.
7186
def2b000
TJB
71872009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
7188
7189 * gdb.texinfo (Values From Inferior): Document is_optimized_out
7190 attribute.
7191
a07daef3
PA
71922009-03-25 Pedro Alves <pedro@codesourcery.com>
7193
7194 * observer.texi (thread_exit): Add "silent" parameter.
7195
f3b1572e
PA
71962009-03-22 Pedro Alves <pedro@codesourcery.com>
7197
7198 * observer.texi (about_to_proceed): New.
7199
587afa38
EZ
72002009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
7201
7202 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
7203 field throughout to handle types with spaces in them. Fix typos
7204 found by aspell.
7205 (Summary, Requirements, Contributors): New first chapter,
7206 "Summary" added, old Requirements section moved there, and new
7207 section, "Contributors" added.
7208 (Initializing a New Architecture, Register Representation)
7209 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
7210 (Porting gdb): These sections extended and updated.
7211 (Compiler Characteristics): This section (empty) deleted.
7212 (Defining Other Architecture Features): This section renamed and
7213 duplicate material removed from (formerly "Target Conditionals").
7214 Use braces {} in @deftypeXX type field throughout to handle types
7215 with spaces in them. Typos found by aspell fixed.
7216
7217 * stack_frame.svg: New file, source of image for gdbint.texinfo.
7218 * stack_frame.pdf: Version of image for PDF output.
7219 * stack_frame.png: Version of image for HTML output and for Emacs.
7220 * stack_frame.txt: Version of image for Info output.
1db61298 7221 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 7222
10af6951
EZ
72232009-03-21 Eli Zaretskii <eliz@gnu.org>
7224
7225 * gdb.texinfo (Character Sets): Fix last change.
7226
cc924cad
TJB
72272009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
7228
7229 * gdb.texinfo (Values From Inferior): Fix optional arguments
7230 markup.
7231 (Commands In Python): Adjust argument names of gdb.Command.__init__
7232 to what the function accepts as keywords.
7233
bc3b79fd
TJB
72342008-03-20 Tom Tromey <tromey@redhat.com>
7235
7236 * gdb.texinfo (Convenience Vars): Document convenience functions.
7237 (Functions In Python): New node.
7238 (Python API): Update.
7239
6c7a06a3
TT
72402009-03-20 Tom Tromey <tromey@redhat.com>
7241
7242 * gdb.texinfo (Character Sets): Remove obsolete text. Document
7243 set target-wide-charset.
7244 (Requirements): Mention iconv.
7245
b646ddd4
HZ
72462009-03-17 Hui Zhu <teawater@gmail.com>
7247
7248 * gdb.texinfo: Change the introduce of "disassemble-next-line".
7249
91440f57
HZ
72502009-03-17 Hui Zhu <teawater@gmail.com>
7251
7252 * gdb.texinfo: Add documentation for disassemble-next-line.
7253
8fd41227
TJB
72542009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
7255
7256 * gdb.texinfo (Commands In Python): Remove tindex entries.
7257
61ff14c6
JK
72582009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7259
7260 * gdb.texinfo (Returning): New description for missing debug info.
7261
0b16c5cf
PA
72622009-03-14 Pedro Alves <pedro@codesourcery.com>
7263
7264 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 7265 (General Query Packets): Document qAttached.
0b16c5cf 7266
32fc0df9
PA
72672009-03-05 Pedro Alves <pedro@codesourcery.com>
7268
7269 * gdb.texinfo (Background Execution): Better describe the set
7270 target-async command.
7271 (Maintenance Commands): Delete description of the `maint set/show
7272 linux-async' and `maint set/show remote-async' commands.
7273
134eb42c
VP
72742009-02-18 Vladimir Prus <vladimir@codesourcery.com>
7275
7276 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
7277 between sentences.
7278
c86cf029
VP
72792009-02-18 Vladimir Prus <vladimir@codesourcery.com>
7280
7281 * gdb.texinfo (GDB/MI Async Records): Document the
7282 =library-loaded and =library-unloaded notifications.
7283
3ea85240
VP
72842009-02-17 Vladimir Prus <vladimir@codesourcery.com>
7285
7286 * observer.texi (test_notification): New observer.
7287
1d33d6ba
VP
72882009-02-14 Vladimir Prus <vladimir@codesourcery.com>
7289
61ff14c6
JK
7290 * observer.texi: Add parameter 'print_frame' to normal_stop
7291 observer.
1d33d6ba 7292
d721c933
EZ
72932009-02-07 Eli Zaretskii <eliz@gnu.org>
7294
7295 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
7296 (Commands In Python): Fix COMMAND_* constants in last change. Use
7297 @kbd for interactive input. Add cross-references and index
7298 entries.
7299
4aa995e1
PA
73002009-02-06 Pedro Alves <pedro@codesourcery.com>
7301
7302 * gdb.texinfo (Signals): Document $_siginfo.
7303 (Convenience Variables): Mention $_siginfo.
7304 (Remote Configuration): Document qXfer:siginfo:read,
7305 qXfer:siginfo:write packets, and the read-siginfo-object,
7306 write-siginfo-object commands.
7307
5f5233d4
PA
73082009-02-06 Pedro Alves <pedro@codesourcery.com>
7309
7310 * gdbint.texinfo (Values): New chapter.
7311
d8906c6f
TJB
73122009-02-06 Tom Tromey <tromey@redhat.com>
7313
7314 * gdb.texinfo (Python API): Add entry for Commands In Python.
7315 (Commands In Python): New node.
7316
b6cb8e7d
TJB
73172009-02-05 Tom Tromey <tromey@redhat.com>
7318
7319 * gdb.texinfo (Values From Inferior): Document Value.string.
7320
12453b93
TJB
73212009-02-05 Tom Tromey <tromey@redhat.com>
7322
7323 * gdb.texinfo (Basic Python): Document execute's from_tty
7324 argument.
7325
08c637de
TJB
73262009-02-04 Tom Tromey <tromey@redhat.com>
7327
7328 * gdb.texinfo (Basic Python): Document gdb.history.
7329
592375cd
VP
73302009-01-30 Vladimir Prus <vladimir@codesourcery.com>
7331
7332 * gdb.texinfo (GDB/MI Thread Commands): Document the
7333 'current-thread-id' field. Remove the example with zero threads,
7334 since current GDB won't ever report that if there's inferior.
7335
41447f92
VP
73362009-01-30 Vladimir Prus <vladimir@codesourcery.com>
7337
7338 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
7339 option to -break-insert.
7340
098b41a6
JG
73412009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7342 Jerome Guitton <guitton@adacore.com>
7343
7344 * gdb.texinfo (Startup): Document --with-system-gdbinit.
7345 (System-wide configuration): New section.
7346
3c16cced
PA
73472009-01-26 Pedro Alves <pedro@codesourcery.com>
7348
7349 PR gdb/7580:
7350 * gdb.texinfo (Maintenance Commands): Document "maint set|show
7351 internal-error|internal-warning quit|corefile ask|yes|no".
7352
62709adf
PA
73532009-01-26 Pedro Alves <pedro@codesourcery.com>
7354
7355 * gdb.texinfo (Using the `gdbserver' Program): Document
7356 --remote-debug.
7357
7ce58dd2
DE
73582009-01-23 Doug Evans <dje@google.com>
7359
7360 * gdb.texinfo: Add nexti to list of commands that support
7361 background execution.
7362
adb483fe
DJ
73632009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
7364
7365 * gdb.texinfo (Define, Hooks): Document prefix command support.
7366
a67ec3f4 73672009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 7368 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
7369
7370 Fixes for makeinfo --html.
7371
7372 * annotate.texinfo: Use @copying and @insertcopying. Use
7373 @ifnottex in place of @ifinfo.
7374 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
7375 place of @ifinfo. Use @ifnotinfo for one index entry.
7376 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
7377 in place of @ifinfo.
7378 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
7379 in place of @ifinfo. Include contents at start unconditionally.
7380
84fcdf95
PA
73812009-01-13 Pedro Alves <pedro@codesourcery.com>
7382
7383 * gdb.texinfo (General Query Packets): Remove @var{} around the
7384 "spu" literal string.
7385
fa3a767f
PA
73862009-01-07 Pedro Alves <pedro@codesourcery.com>
7387
7388 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
7389 program may be running in another process" errors.
7390 * gdbint.texinfo (Native Conditionals): Delete
7391 ONE_PROCESS_WRITETEXT description.
7392
9cb011d3
JB
73932009-01-07 Joel Brobecker <brobecker@adacore.com>
7394
7395 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
7396 emacs local variable to be placed at the end of the ChangeLog.
7397 Add server.c and gdbreplay.c to the list of files where the
7398 copyright year needs to be updated.
7399
84603566
SL
74002009-01-06 Sandra Loosemore <sandra@codesourcery.com>
7401
7402 * gdb.texinfo (Remote Configuration): Document new
7403 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
7404 commands.
7405
a53f55d8
PA
74062008-12-28 Pedro Alves <pedro@codesourcery.com>
7407
7408 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
7409 FETCH_INFERIOR_REGISTERS.
7410 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
7411 FETCH_INFERIOR_REGISTERS descriptions. Remove
7412 gdbarch_get_longjmp_target descrition, since already described in
7413 Target Conditionals. Move gdbarch_fp0_regnum description to ...
7414 (Target Conditionals): ... here.
7415
077e0a52
JB
74162008-12-16 Joel Brobecker <brobecker@adacore.com>
7417
7418 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
7419 examples.
7420 (Additions to Ada): Likewise. Add the missing opening and closing
7421 parenthesis of the GDB prompt in one of the examples.
7422
023eb17c
JB
74232008-12-14 Joel Brobecker <brobecker@adacore.com>
7424
7425 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
7426 about the result of 'Address not being of type System.Address.
7427 This problem has been fixed a while ago.
7428
c3b108f7
VP
74292008-12-02 Vladimir Prus <vladimir@codesourcery.com>
7430
7431 MI non-stop and multiprocess docs.
7432
c8d5aac9
L
7433 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
7434 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
7435 Adjust documentation for *stopped, document =thread-created,
7436 =thread-exited, =thread-group-created and =thread-group-exited.
7437 (GDB/MI Thread Commands): Document the 'state' field in
7438 -thread-info output.
7439 (GDB/MI Program Execution): Mention --all and --thread-group
7440 options.
7441 (GDB/MI Variable Objects): Describe floating and fixed variable
7442 objects.
7443 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 7444
07e059b5
VP
74452008-12-02 Vladimir Prus <vladimir@codesourcery.com>
7446
c8d5aac9
L
7447 * gdb.texinfo (Operating System Information): New appendix.
7448 (Operating System Auxiliary Information): Document 'info os processes'
7449 (Remote Configuration): Document 'osdata'
7450 (General Query Packets): Document qXfer:osdata:read.
07e059b5 7451
a80b95ba
TG
74522008-11-27 Tristan Gingold <gingold@adacore.com>
7453
7454 * gdb.texinfo (Darwin): Document Darwin specific features.
7455
a655d424
JK
74562008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7457
7458 * gdbint.texinfo (Target Conditionals): Extend the
7459 gdbarch_breakpoint_from_pc description.
7460
249e1128
VP
74612008-11-22 Vladimir Prus <vladimir@codesourcery.com>
7462
7463 * gdb.texinfo (M68K Features): Fix typo.
7464
c14c28ba
PP
74652008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
7466
7467 * gdb.texinfo (Symbols): Mention printing containing
7468 image name in "info symbol".
7469 (Maint translate-address): Likewise.
889bf7c5 7470
394a6666
JB
74712008-11-18 Joel Brobecker <brobecker@adacore.com>
7472
7473 * gdb.texinfo (Set Catchpoints): Remove the documentation of
7474 commands "catch load" and "catch unload".
7475
66bb093b
VP
74762008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7477
7478 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 7479 =thread-selected.
889bf7c5 7480
4a92f99b
VP
74812008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7482
c8d5aac9 7483 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 7484
f0323ca0
PA
74852008-10-27 Pedro Alves <pedro@codesourcery.com>
7486
7487 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
7488 .mt files, TM_CLIBS or TM_CDEPS.
7489 (x86 Watchpoints): Don't mention TDEPFILES.
7490
8b23ecc4
SL
74912008-10-24 Sandra Loosemore <sandra@codesourcery.com>
7492
7493 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
7494 (Overview): Mention notifications and non-stop mode behavior.
7495 (Packets): Update documentation of ?, vAttach, vCont, and vRun
7496 with non-stop mode behavior. Add vStopped description.
7497 (Stop Reply Packets): Update list of packets that return
7498 stop replies. Mention non-stop behavior.
7499 (General Query Packets): Document QNonStop packet and associated
7500 qSupported query response.
7501 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
7502 behavior.
7503 (Notification Packets): New section.
7504 (Remote Non-Stop): New section.
7505 (File-I/O Overview): Mention non-stop behavior.
7506
fff08868
HZ
75072008-10-24 Hui Zhu <teawater@gmail.com>
7508 Pedro Alves <pedro@codesourcery.com>
7509
7510 * gdb.texinfo (displaced-stepping): Describe the auto mode
7511 setting, and say it's the default. This is now a mainstream
7512 setting instead of a maintenance setting.
7513
252fbfc8
PA
75142008-10-23 Pedro Alves <pedro@codesourcery.com>
7515
7516 * observer.texi (thread_stop_requested): New.
7517
20924a55
JB
75182008-10-22 Joel Brobecker <brobecker@adacore.com>
7519
7520 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
7521 (Patching): Replace incorrect usage of @samp by @kbd.
7522
bacec72f
MS
75232008-10-17 Michael Snyder <msnyder@vmware.com>
7524
7525 * gdb.texinfo: Add documentation for reverse execution.
7526
a08702d6 75272008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 7528 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
7529
7530 * gdb.texinfo. (Values From Inferior): New subsubsection.
7531
d97bc12b
DE
75322008-10-06 Doug Evans <dje@google.com>
7533
7534 * gdb.texinfo (set debug dwarf2-die): Document it.
7535
87f67dba
JB
75362008-10-01 Joel Brobecker <brobecker@adacore.com>
7537
7538 * gdb.texinfo (catch) [exception]: Document how to insert
7539 a breakpoint on user-defined exceptions when the exception
7540 name is identical to one of the language-defined ones.
7541
2fae03e8
TT
75422008-09-27 Tom Tromey <tromey@redhat.com>
7543
7544 * gdb.texinfo (Macros): Remove text about stringification,
7545 varargs, and splicing.
7546
5c6ce71d
TT
75472008-09-27 Tom Tromey <tromey@redhat.com>
7548
7549 * gdbint.texinfo (Language Support): Remove text about omitting
7550 support for a language.
7551
07128da0
DE
75522008-09-23 Doug Evans <dje@google.com>
7553
7554 * gdb.texinfo (info dcache): Update.
7555
b90a069a
SL
75562008-09-22 Sandra Loosemore <sandra@codesourcery.com>
7557
7558 * gdb.texinfo (Packets): Add info on thread-id syntax and
7559 multiprocess extensions.
7560 <D>: Document multiprocess form of packet.
7561 <H>: Use thread-id syntax.
7562 <T>: Likewise.
7563 <vCont>: Likewise. Note this is required for multiprocess.
7564 <vKill>: New packet.
7565 (Stop Reply Packets) <T>: Use thread-id syntax.
7566 <W>: Document multiprocess form of reply.
7567 <X>: Likewise.
7568 (General Query Packets) <qC>: Use thread-id syntax.
7569 <qfThreadInfo>: Likewise.
7570 <qGetTLSAddr>: Likewise.
7571 <qP>: Likewise.
7572 <qSupported>: Add "multiprocess" feature.
7573 <qThreadExtraInfo>: Use thread-id syntax.
7574
b77209e0
PA
75752008-09-22 Stan Shebs <stan@codesourcery.com>
7576
7577 * gdb.texinfo (Inferiors): New section.
7578
3d0bb823
PA
75792008-09-12 Pedro Alves <pedro@codesourcery.com>
7580
7581 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
7582
f8dcfc0a
UW
75832008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
7584
7585 * gdbint.texinfo (Target Conditionals): Remove documentation
7586 for gdbarch_name_of_malloc.
7587
8775bb90
MS
75882008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
7589
7590 * gdb.texinfo (Interrupts): Mention TCP interface for
7591 sending BREAK.
7592
f1838a98
UW
75932008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
7594
7595 * gdb.texinfo (Commands to Specify Files): Document "remote:"
7596 argument prefix to "set sysroot".
7597
158c7665
PH
75982008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
7599
7600 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
7601 and False.
7602
30e026bb
VP
76032008-08-20 Vladimir Prus <vladimir@codesourcery.com>
7604
c8d5aac9
L
7605 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
7606 for possible features of -list-features.
30e026bb 7607
c6ebd6cf
VP
76082008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7609
c8d5aac9 7610 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
7611 (GDB/MI Miscellaneous Commands): Document -list-target-features.
7612
aeac0ff9
VP
76132008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7614
7615 * doc/gdb.texinfo (PowerPC): Fix typo.
7616 (PowerPC features): Fix typo.
7617
5231c1fd
PA
76182008-08-18 Pedro Alves <pedro@codesourcery.com>
7619
7620 * observer.texi (thread_ptid_changed): New.
7621
677c5bb1
LM
76222008-08-18 Luis Machado <luisgpm@br.ibm.com>
7623
7624 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
7625 (PowerPC features): Mention feature set for VSX registers.
7626
f3a2dd1a
JB
76272008-08-13 Joel Brobecker <brobecker@adacore.com>
7628
7629 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
7630 the direct visibility of all names in user-written packages.
7631
33e5cbd6
PA
76322008-08-13 Pedro Alves <pedro@codesourcery.com>
7633
7634 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
7635 setting, and make it the default.
7636 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
7637 non-stop script example.
7638
d0384fc4
TJB
76392008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
7640
7641 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
7642 reference to the "Using Different Register and Memory Data
7643 Representation" section.
7644
a6f3e723
SL
76452008-08-12 Sandra Loosemore <sandra@codesourcery.com>
7646
7647 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
7648 (Remote Protocol): Add Packet Acknowledgment to menu.
7649 (Overview): Mention +/- can be disabled, and point to new section
7650 where this is discussed in detail.
7651 (General Query Packets): Document QStartNoAckMode packet, and
7652 corresponding qSupported reply.
7653 (Packet Acknowledgment): New section.
7654
0606b73b
SL
76552008-08-11 Sandra Loosemore <sandra@codesourcery.com>
7656 Pedro Alves <pedro@codesourcery.com>
7657
7658 * gdb.texinfo (Threads): Move paragraph about automatic thread
7659 selection to All-Stop Mode subsection.
7660 (Thread Stops): Reorganize existing material into subsections.
7661 Add introductory blurb and menu.
7662 (Non-Stop Mode): New subsection.
7663 (Background Execution): New subsection.
7664 (Maintenance Commands): Add cross-references from async mode
7665 commands to the new Background Execution section.
7666
d57a3c85
TJB
76672008-08-06 Tom Tromey <tromey@redhat.com>
7668
7669 * gdb.texinfo (Extending GDB): New chapter.
7670 (Sequences): Demoted chapter, now a section under the new
7671 Extending GDB chapter.
7672 (Python): New section.
7673
6d76a53d
SS
76742008-07-31 Stan Shebs <stan@codesourcery.com>
7675
7676 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
7677
1f70da6a
SS
76782008-07-29 Stan Shebs <stan@codesourcery.com>
7679
7680 * gdbint.texinfo: General round of cleanup and minor
7681 clarifications.
7682 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
7683 (Longjmp Support): Update description to reflect how it is done
7684 for targets without using native header.
7685 (Symbol Handling): Add a little more general explanation.
7686 (COFF, ELF): Mention stabs encapsulation.
7687 (DWARF 3): New section.
7688 (Adding a New Host): Scrub out some obsolete bits.
7689 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
7690 (Host Conditionals): Remove descriptions of NO_STD_REGS,
7691 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
7692 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
7693 SEEK_SET, STOP_SIGNAL, USG.
7694 (Raw and Virtual Register Representations): Ditto for
7695 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
7696 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
7697 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
7698 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
7699 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
7700 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
7701 DEPRECATED_REGISTER_VIRTUAL_SIZE,
7702 DEPRECATED_REGISTER_VIRTUAL_TYPE,
7703 DEPRECATED_USE_STRUCT_CONVENTION.
7704 Describe gdbarch_deprecated_fp_regnum.
7705 Update description of gdbarch_print_insn.
7706 (Adding a New Target): Scrub out obsolete bits.
7707 (Obsolete Conditionals): Remove entire section.
7708
383f836e
TT
77092008-07-25 Tom Tromey <tromey@redhat.com>
7710
7711 * observer.texi (GDB Observers): Document new observers:
7712 breakpoint_created, breakpoint_deleted, breakpoint_modified,
7713 tracepoint_created, tracepoint_deleted, tracepoint_modified,
7714 architecture_changed.
7715
cfd8ab24
SS
77162008-07-21 Stan Shebs <stan@codesourcery.com>
7717
7718 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
7719 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
7720
781b42b0
TT
77212008-07-21 Tom Tromey <tromey@redhat.com>
7722
7723 * observer.texi (GDB Observers): Remove obsolete comment.
7724 <executable_changed>: Remove argument.
7725
d7d9f01e
TT
77262008-07-18 Tom Tromey <tromey@redhat.com>
7727
7728 * gdb.texinfo (Macros): Update. Use @code rather than @command.
7729
bf250677
DE
77302008-07-10 Doug Evans <dje@google.com>
7731
7732 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
7733
10568435
JK
77342008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7735
7736 * gdb.texinfo (Starting): Document "set disable-randomization".
7737
5ae4183a
AS
77382008-07-07 Andreas Schwab <schwab@suse.de>
7739
7740 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
7741
b56e7235
VP
77422008-07-06 Vladimir Prus <vladimir@codesourcery.com>
7743
7744 * gdb.texinfo (GDB/MI Target Manipulation): Add
7745 example of -target-attach.
7746
e1ac3328
VP
77472008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7748
7749 * observer.texi (target_resumed): New observer.
5ae4183a 7750 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 7751
65d12d83
TT
77522008-06-06 Tom Tromey <tromey@redhat.com>
7753
7754 * gdb.texinfo (Completion): Add field name example.
7755
fbc5282e
MK
77562008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
7757
7758 * gdb.texinfo (GDB/MI Program Context): Added example
7759 to -exec-arguments
5ae4183a 7760
fbc5282e 77612008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
7762
7763 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
7764 annotation.
7765
c16158bc 77662008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
7767 Nathan Sidwell <nathan@codesourcery.com>
7768 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
7769
7770 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
7771 and ACX_BUGURL.
7772 * configure: Regenerate.
7773 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
7774 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
7775 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
7776 mailing-list-specific text about bug reporting unless
7777 BUGURL_DEFAULT.
7778
75c99385
PA
77792008-06-05 Pedro Alves <pedro@codesourcery.com>
7780
7781 * gdb.texinfo (-target-select): Remove reference to target async.
7782 (Maintenance Commands): Document "maint set/show remote-async".
7783
1763a388
MK
77842008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
7785
7786 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
7787 in -target-file-get section.
5ae4183a 7788
d0d064df
PA
77892008-05-22 Pedro Alves <pedro@codesourcery.com>
7790
9b562ab8
PA
7791 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
7792 killing the inferior when it is already debugging a process.
d0d064df 7793
8dfa32fc
JB
77942008-05-21 Joel Brobecker <brobecker@adacore.com>
7795
7796 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
7797 abbreviation for "finish".
7798
55f996a7
NR
77992008-05-21 Nick Roberts <nickrob@snap.net.nz>
7800
7801 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
7802
ba2b1c56
DJ
78032008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
7804
7805 * gdbint.texinfo (Target Conditionals): Delete entry for
7806 gdbarch_dwarf_reg_to_regnum.
7807
08388c79
DE
78082008-05-09 Doug Evans <dje@google.com>
7809
a3c83fae 7810 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 7811
d14508fe
DE
78122008-05-05 Doug Evans <dje@google.com>
7813
7814 * gdb.texinfo (disassemble): Document /m modifier.
7815
e2b7ddea
VP
78162008-05-05 Vladimir Prus <vladimir@codesourcery.com>
7817
5ae4183a
AS
7818 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
7819 will not report the time of commands that run the target.
e2b7ddea 7820
8eb41542
VP
78212008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7822
7823 * gdb.texinfo (GDB/MI Output Records): Add
7824 missing semicolon.
7825
82f68b1c
VP
78262008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7827
7828 * gdb.texinfo (GDB/MI Output Records):
7829 Document =thread-create and =thread-exited.
7830
fa0f268d
VP
78312008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7832
7833 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 7834 Remove mention of dmi-discuss.
fa0f268d 7835
063bfe2e
VP
78362008-05-03 Pedro Alves <pedro@codesourcery.com>
7837
7838 * observer.texi (thread_exit): New.
7839
237fc4c9
PA
78402008-05-02 Pedro Alves <pedro@codesourcery.com>
7841
7842 * gdb.texinfo (Debugging Output): Document "set/show debug
7843 displaced".
7844 (Maintenance Commands): Document "maint set/show
7845 can-use-displaced-stepping".
7846
0428b8f5
DJ
78472008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
7848
7849 * gdb.texinfo (ARM): Document set/show arm fallback-mode
7850 and set/show arm force-mode.
7851
5009afc5
AS
78522008-05-02 Andreas Schwab <schwab@suse.de>
7853
7854 * gdbint.texinfo (Algorithms): Describe
7855 target_watchpoint_addr_within_range.
7856
669fac23
DJ
78572008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7858
7859 * gdbint.texinfo (Stack Frames): New chapter.
7860 (Algorithms): Move Frames text to the new chapter.
7861 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
7862 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
7863
721c02de
VP
78642008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7865
5ae4183a
AS
7866 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
7867 output does not necessary include any tokens.
721c02de 7868
c055b101
CV
78692008-04-22 Corinna Vinschen <vinschen@redhat.com>
7870
7871 * gdb.texinfo (Set SH Calling convention): New @item.
7872 (Show SH Calling convention): Ditto.
7873
68837c9d
MD
78742008-04-22 Markus Deuling <deuling@de.ibm.com>
7875
7876 * gdb.texinfo (Fortran Operators): Describe '%' operator.
7877
2e9132cc
EZ
78782008-04-20 Eli Zaretskii <eliz@gnu.org>
7879
7880 * gdb.texinfo (Set Breaks): Mention that multiple location
7881 breakpoints need line number info. Add index entries.
7882
31fffb02
CS
78832008-04-19 Craig Silverstein <csilvers@google.com>
7884
7885 * gdb.texinfo (Requirements): Add an optional requirement on
7886 zlib.
7887 * gdbint.texinfo (Debugging File Formats): Add new subsection for
7888 Compressed DWARF 2.
7889
a47ec5fe
AR
78902008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
7891
7892 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
7893 sample output for 'stopped,reason="breakpoint-hit"' message.
7894 (GDB/MI Program Execution): Likewise.
7895
de051565
MK
78962008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
7897
5ae4183a 7898 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
7899 -var-set-format. Add -f option to -var-evaluate-expression.
7900
6ba66d6a
JB
79012008-04-03 Joel Brobecker <brobecker@adacore.com>
7902
7903 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
7904 new node "Ambiguous Expressions". Replace references to this
7905 node by references to "Ambiguous Expressions" throughout.
7906 (Ambiguous Expressions): New node.
7907
1e26b4f8
DJ
79082008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
7909
7910 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
7911
b84876c2
PA
79122008-03-21 Pedro Alves <pedro@codesourcery.com>
7913
7914 * gdb.texinfo (Debugging Output): Document
7915 "set/show debug lin-lwp-async".
7916 (Maintenance Commands): Document "maint set/show linux-async".
7917
63092375
DJ
79182008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7919
7920 * gdb.texinfo (Expressions): Update description of malloced arrays.
7921
8e8901c5
VP
79222008-03-15 Vladimir Prus <vladimir@codesourcery.com>
7923
7924 * gdb.texinfo (Thread Commands): Document
7925 -thread-info. Remove -thread-list-all-threads.
7926
701adfb0
PA
79272008-03-14 Vladimir Prus <vladimir@codesourcery.com>
7928
7929 Implement MI notification for new threads.
7930 * observer.texi (new_thread): Document.
7931
1fddbabb
PA
79322008-03-14 Pedro Alves <pedro@codesourcery.com>
7933 Sandra Loosemore <sandra@codesourcery.com>
7934
7935 * gdb.texinfo (Library List Format): Update to mention the
7936 possibility to pass section addresses instead of segment
7937 addresses.
7938
ccd213ac
DJ
79392008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
7940
7941 * gdb.texinfo (Starting): Document "set exec-wrapper".
7942 (Server): Document gdbserver --wrapper.
7943
fa4727a6
DJ
79442008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
7945
7946 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
7947 unreadable memory. Delete obsolete SPARClite reference.
7948
8edfe269
DJ
79492008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7950
7951 * gdb.texinfo (Starting): Mention always-running targets.
7952 (Target Commands): Add an anchor for load.
7953 (Connecting): Explain continue instead of run.
7954
1843f87b
DJ
79552008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
7956
7957 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
7958
f9082629
NR
79592008-02-26 Nick Roberts <nickrob@snap.net.nz>
7960
7961 * gdb.texinfo (Set Breaks): Revert description of Enb column of
7962 breakpoint table.
7963
fd96d250
PA
79642008-02-19 Pedro Alves <pedro@codesourcery.com>
7965
7966 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
7967 killing the inferior when it is already debugging a process.
7968
36af4ef6
MD
79692008-02-13 Markus Deuling <deuling@de.ibm.com>
7970
7971 * gdbint.texinfo (Build Script): New section. Mention new build script
7972 gdb_buildall.sh.
7973
cda4ce5a
JB
79742008-02-01 Jim Blandy <jimb@red-bean.com>
7975
7976 * gdb.texinfo (Help): Summarize 'info args' correctly.
7977
4acd40f3
TJB
79782008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7979
7980 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
7981 available in PowerPC architecture.
7982 (Embedded Processors): Change node name of PowerPC item in menu.
7983 (PowerPC): Rename to...
7984 (PowerPC Embedded): this.
7985 (Architectures): Add new PowerPC item in menu.
7986 (PowerPC): New node.
7987
6e6c6f50
DJ
79882008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7989
7990 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
7991 commands.
7992
5ee187d7
DJ
79932008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7994
7995 * gdb.texinfo (Setting Catchpoints): Mention features
7996 supported on GNU/Linux.
7997
e275c0d9
NR
79982008-01-30 Nick Roberts <nickrob@snap.net.nz>
7999
8000 * gdb.texinfo (GDB/MI File Commands): Describe new output
8001 field for MI command -file-list-exec-source-file.
8002
2d717e4f
DJ
80032008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
8004
8005 * gdb.texinfo (Using the `gdbserver' Program): Add security
8006 warning. Rearrange into subsections and subsubsections. Document
8007 --multi and --debug. Correct --with-sysroot typo. Update --attach
8008 usage. Make load reference clearer. Document monitor exit.
8009 (Remote Configuration): Document set remote exec-file, attach-packet,
8010 and run-packet.
8011 (Packets): Document vAttach and vRun.
8012
d35a4257 80132008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
8014
8015 * gdb.texinfo (Processes): Mention process command.
889bf7c5 8016 detach-on-follow -> detach-on-fork.
f663676d 8017
c78d192c
DJ
80182008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
8019
8020 * gdbint.texinfo (Native Conditionals): Remove
8021 SHELL_COMMAND_CONCAT and SHELL_FILE.
8022
d35a4257
EZ
80232008-01-26 Eli Zaretskii <eliz@gnu.org>
8024
8025 * gdb.texinfo (Specify Location): Improve wording.
8026
93815fbf
VP
80272008-01-23 Chris Demetriou <cgd@google.com>
8028
8029 * gdb.texinfo (Threads): Document new "set print thread-events"
8030 and "show print thread-events" commands.
8031
2a25a5ba
EZ
80322008-01-19 Eli Zaretskii <eliz@gnu.org>
8033
8034 * gdb.texinfo (Specify Location): New section.
8035 (Delete Breaks, Edit, Set Breaks): Remove description of
8036 locations. Instead, add a reference to "Specify Location".
8037 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
8038 (Symbols): Refer to "Specify Location" for the valid forms of
8039 linespecs and locations.
8040
32c9a795
MD
80412008-01-18 Markus Deuling <deuling@de.ibm.com>
8042
8043 * gdbint.texinfo (Target Conditionals): Replace the description of
8044 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
8045
b17828ca
JB
80462008-01-12 Paul Hilfinger <hilfinger@adacore.com>
8047
8048 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
8049 about &&var, which is rejected by the expression parser.
8050
0aea4bf3
LM
80512008-01-09 Luis Machado <luisgpm@br.ibm.com>
8052
8053 * gdb.texinfo (Output): Update documentation on using printf with DFP
8054 types.
8055
febe4383
TJB
80562008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
8057
8058 * gdb.texinfo (C and C++): Add Decimal Floating Point format
8059 subsubsection.
8060 (Decimal Floating Point format): New subsubsection.
8061
7a404eba
PA
80622008-01-05 Pedro Alves <pedro@codesourcery.com>
8063
8064 * gdb.texinfo (File Options): Remove mention of the attempt to
8065 open a core file with the -p option. Don't list -c as a valid
8066 option to attach to a process.
8067
a4d9b460
PA
80682008-01-05 Pedro Alves <pedro@codesourcery.com>
8069
8070 * gdbint.texinfo (Host Conditionals): Remove mention of
8071 ALIGN_STACK_ON_ENTRY.
8072
6ec2edbe
JB
80732008-01-05 Joel Brobecker <brobecker@adacore.com>
8074
8075 * gdbint.texinfo (Start of New Year Procedure): Add item
8076 describing how to update the source and documentation copyright
8077 notices.
8078
d8b2a693
JB
80792007-12-18 Jim Blandy <jimb@codesourcery.com>
8080
ab209b3a 8081 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
8082 watchpoint explanation into the main description of the watchpoint
8083 command; update synopses of 'watch', 'rwatch', and 'awatch'
8084 commands.
8085
8b4ed427
VP
80862007-12-18 Vladimir Prus <vladimir@codesourcery.com>
8087
8088 * gdb.texinfo (Miscellaneous gdb/mi Commands):
8089 Document 'pending-breakpoints' feature of
8090 -list-features.
8091
37e4754d
LM
80922007-12-17 Luis Machado <luisgpm@br.ibm.com>
8093
669fac23 8094 * gdb.texinfo: Add new parameter's description.
37e4754d 8095
1d3811f6
DJ
80962007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
8097
8098 * gdb.texinfo (Overview): Clarify run-length encoding
8099 example. Remove the restriction on "+" and "-" characters.
8100
c1c25a1a
EZ
81012007-12-15 Eli Zaretskii <eliz@gnu.org>
8102
8103 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
8104
afe8ab22 81052007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 8106
afe8ab22
VP
8107 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
8108 the -f option for -break-insert, remove -r option,
8109 and clarify specification of location.
8110
a6b151f1
DJ
81112007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
8112
8113 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
8114 formatting.
8115 (Remote Debugging): Add File Transfer section.
8116 (Remote Configuration): Document Host I/O packets.
8117 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 8118 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
8119 (Packets): Add vFile.
8120
3b784c4f
EZ
81212007-11-17 Eli Zaretskii <eliz@gnu.org>
8122
8123 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
8124 breakpoints with multiple locations.
8125 (Breakpoint Menus): Improve wording.
8126 (Output): Fix last change.
8127
a4ce5b0d
UW
81282007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
8129
8130 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
8131
1b39d5c0
DE
81322007-11-15 Doug Evans <dje@google.com>
8133
8134 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
8135
7a72d44c
VP
81362007-11-15 Vladimir Prus <vladimir@codesourcery.com>
8137
8138 * gdbint.texinfo (Native Conditionals): Remove
8139 mention of CLEAR_SOLIB.
5ae4183a 8140
6d1829bf 81412007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
8142
8143 * gdb.texinfo (Print Settings): Add documentation for "set/show
8144 print frame-arguments".
8145
1a619819
LM
81462007-11-05 Luis Machado <luisgpm@br.ibm.com>
8147
3b784c4f 8148 * gdb.texinfo (Output): Update printf command's description.
1a619819 8149
55eddb0f
DJ
81502007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
8151
8152 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
8153 powerpc soft-float".
8154
9cceb671
DJ
81552007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
8156
8157 * gdb.texinfo (Files): Correct formatting. Mention Expat
8158 requirement.
8159 (Requirements for Building GDB): Expand the list of Expat
8160 uses.
8161 (Library List Format, Memory Map Format): Mention Expat.
8162 (Target Descriptions): Update Expat wording.
8163
83acabca
DJ
81642007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
8165
8166 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
8167 Document that gdbarch_convert_register_p should return zero for no-op
8168 conversions.
8169
e35879db
UW
81702007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
8171
83acabca 8172 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
8173 of set_gdbarch_sofun_address_maybe_missing back to ...
8174 (Target Conditionals): ... here to fix build break.
8175
203c3895
UW
81762007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
8177
83acabca 8178 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
8179 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
8180 (Compiler Characteristics): ... documentation of
8181 set_gdbarch_sofun_address_maybe_missing.
8182
11411de3
DJ
81832007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
8184
8185 * gdbint.texinfo (Target Conditionals): Use
8186 frame_unwind_register_unsigned in examples instead of
8187 frame_unwind_unsigned_register.
8188
701adfb0
PA
81892007-10-16 Gaius Mulley <gaius@glam.ac.uk>
8190
8191 * gdb.texinfo: Add TSIZE definition, removed statement about
8192 unbounded arrays being unimplemented.
8193
7cc46491
DJ
81942007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
8195
8196 * gdb.texinfo (Predefined Target Types): Add int128
8197 and uint128.
8198 (Standard Target Features): Add PowerPC features.
8199
81adfced
DJ
82002007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
8201
8202 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
8203
c1874924
UW
82042007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
8205
8206 * gdbint.texi (Target Conditionals): Remove documentation
8207 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
8208 gdbarch_extract_return_value, and gdbarch_store_return_value.
8209
f6e56ab3
UW
82102007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
8211
8212 * gdbint.texi (Target Conditionals): Remove documentation of
8213 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
8214
56cf5405
KH
82152007-10-11 Kazu Hirata <kazu@codesourcery.com>
8216
8217 * gdb.texinfo: Mention that inaccessible-by-default is on by
8218 default.
8219
35156bae
DJ
82202007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
8221
8222 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
8223
d983da9c
DJ
82242007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
8225
8226 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
8227 multi-threaded watchpoints.
8228 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
8229 checked. Describe sticky notification. Expand description
8230 of steppable and continuable watchpoints.
8231 (Watchpoints and Threads): New subsection.
8232
fe6fbf8b
VP
82332007-09-28 Vladimir Prus <vladimir@codesourcery.com>
8234
8235 * gdb.texinfo (Setting Breakpoints): Revise
8236 documentation for pending breakpoints. Document
8237 breakpoints with multiple locations.
5ae4183a 8238
084344da
VP
82392007-09-19 Vladimir Prus <vladimir@codesourcery.com>
8240
8241 * gdb.texinfo (Miscellaneous gdb/mi Commands):
8242 Document -list-features.
5ae4183a 8243
82160952
EZ
82442007-09-15 Eli Zaretskii <eliz@gnu.org>
8245
8246 * gdb.texinfo (Output): Spell out which features of C's printf are
8247 not supported by GDB's printf.
7e27a47a
EZ
8248 (Separate Debug Files): More accurate wording regarding build ID
8249 and a reference to the ld manual rather than the Fedora wiki.
82160952 8250
ea37ba09
DJ
82512007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
8252 Jim Blandy <jimb@codesourcery.com>
8253
8254 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
8255 (Examining Memory): Update mentions of the 's' format.
8256 (Automatic Display): Likewise.
8257
b8533aec
DJ
82582007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
8259
8260 * gdb.texinfo: Update the FSF's Back-Cover Text.
8261
83f83d7f
JK
82622007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8263 Eli Zaretskii <eliz@gnu.org>
8264
8265 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
8266 Fixed the ``build ID'' name. New binaries build instructions for the
8267 build ID inclusion. Explain how the commands are specific to the build
8268 ID vs. debug link.
8269
c7e83d54
EZ
82702007-09-01 Eli Zaretskii <eliz@gnu.org>
8271
8272 * gdb.texinfo (Separate Debug Files): Fix last change. Add
8273 indexing for ``build ID'' support.
8274
d3750b24
JK
82752007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8276
8277 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
8278 Enlisted BUILD ID to the debug file searching example.
8279 Included a BUILD ID `.note.gnu.build-id' section description.
8280 Updated/added the debug files splitting instructions for OBJCOPY.
8281
02142340
VP
82822007-08-31 Vladimir Prus <vladimir@codesourcery.com>
8283
8284 * gdb.texinfo (Variable Objects): Adjust docs
8285 for -var-info-expression and document
8286 -var-info-path-expression.
8287
d3bdde98
JB
82882007-08-20 Jim Blandy <jimb@codesourcery.com>
8289
3fb6a982
JB
8290 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
8291 (title page): Include the dedication in the printed manual, as a
8292 separate page after the copyright notice.
5ae4183a 8293
d3bdde98
JB
8294 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
8295 don't break a @var across a line.
8296
c80a96a8
MR
82972007-07-25 Maciej W. Rozycki <macro@mips.com>
8298
8299 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
8300 for include files.
8301
5824a901
NR
83022007-07-12 Nick Roberts <nickrob@snap.net.nz>
8303
8304 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
8305 in annotate.texinfo.
8306 (Command History): Link to new node.
5824a901 8307
d52e7ea3
UW
83082007-07-05 Markus Deuling <deuling@de.ibm.com>
8309
8310 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
8311
5fc14d0a
EZ
83122007-07-05 Eli Zaretskii <eliz@gnu.org>
8313
8314 * gdbint.texinfo (Target Conditionals): Fix last change.
8315
4a9bb1df
UW
83162007-07-03 Markus Deuling <deuling@de.ibm.com>
8317
8318 * gdb.texinfo: Replace following macros by their appropriate gdbarch
8319 routines:
8320 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
8321 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
8322 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
8323 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
8324 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
8325 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
8326 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
8327 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
8328 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
8329 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
8330 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
8331 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
8332 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
8333 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
8334 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
8335 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
8336 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
8337 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
8338 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
8339 (SOFTWARE_SINGLE_STEP_P)
8340
8341 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
8342 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
8343
8344 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
8345 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
8346 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
8347 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
8348 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
8349 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
8350 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
8351 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
8352 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
8353 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
8354
8355 (Converting an existing Target Architecture to Multi-arch): Remove
8356 section.
8357
8358 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
8359 (gdbarch_addr_bits_remove): Add code example.
8360
8361 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
8362
cfa9d6d9
DJ
83632007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
8364
8365 * gdb.texinfo (Remote Configuration): Document library-info-packet.
8366 Add other missing entries. Adjust the table size to fit.
8367 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
8368 stop reasons including the new "library" event.
8369 (General Query Packets): Adjust table widths for qSupported. Mention
8370 qXfer:libraries:read reply to qSupported and document the new packet.
8371 (Library List Format): New section.
8372
159fcc13
JK
83732007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8374
8375 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
8376
f66d1690
MS
83772007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
8378
8379 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
8380
67102876
NR
83812007-06-25 Nick Roberts <nickrob@snap.net.nz>
8382
8383 * gdbint.texinfo (Register and Memory Data): Break sections
8384 into nodes and add a menu.
8385
a4642986
MR
83862007-06-21 Maciej W. Rozycki <macro@mips.com>
8387
8388 * gdb.texinfo (Examining Memory): Document the new behaviour.
8389
e9c17194
VP
83902007-06-21 Vladimir Prus <vladimir@codesourcery.com>
8391
8392 * gdb.texinfo (Standard Target Features): Document
8393 m68k features.
8394
31d99776
DJ
83952007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
8396
8397 * gdb.texinfo (General Query Packets): Document qOffsets changes.
8398
1780a0ed
DJ
83992007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8400
8401 * gdb.texinfo (Target Description Format): Add version attribute
8402 for <target>.
8403
822b6570
DJ
84042007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8405
8406 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
8407
f8b73d13
DJ
84082007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8409
8410 * gdb.texinfo (MIPS Features): New subsection.
8411
0e7f50da
UW
84122007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
8413 Markus Deuling <deuling@de.ibm.com>
8414
8415 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
8416 and qXfer:spu:write packets and mention them under qSupported.
8417
23d964e7
UW
84182007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
8419 Markus Deuling <deuling@de.ibm.com>
8420
8421 * gdb.texinfo (Architectures): Add new SPU section to document
8422 Cell Broadband Engine SPU architecture specific commands.
8423
9f708cb2
VP
84242007-06-09 Vladimir Prus <vladimir@codesourcery.com>
8425
8426 * gdb.texinfo (GDB/MI Variable Objects): Editorial
8427 comments.
8428
7579b5f8
NR
84292007-06-07 Nick Roberts <nickrob@snap.net.nz>
8430
8431 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
8432
bf06d120
JB
84332007-05-29 Jim Blandy <jimb@codesourcery.com>
8434
8435 * gdb.texinfo (Overview): Doc fix.
8436
23776285
MR
84372007-05-22 Maciej W. Rozycki <macro@mips.com>
8438
8439 * gdb.texinfo (Remote Configuration): Document "set/show
8440 remoteflow".
8441
1a69e1e4
DJ
84422007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
8443
bf06d120
JB
8444 * gdb.texinfo (MIPS): Remove documentation for set mips
8445 saved-gpreg-size, show mips saved-gpreg-size, and set mips
8446 stack-arg-size.
1a69e1e4 8447
46ba6afa 84482007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8449
46ba6afa
BW
8450 * all-cfg.texi (GDBTUI): New.
8451 * gdb.texinfo (Mode Options): Use GDBTUI variable.
8452 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
8453 (TUI Configuration): Edit to improve clarity and fix problems of
8454 both style and content.
5ae4183a 8455
06d3b283
UW
84562007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
8457
8458 * observer.texi (GDB Observers): New observer "new_objfile".
8459
179101d6
UW
84602007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
8461
8462 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
8463
25d5ea92
VP
84642007-04-14 Vladimir Prus <vladimir@codesourcery.com>
8465
8466 * gdb.texinfo (GDB/MI Variable Objects): Document
8467 frozen variables objects.
5ae4183a 8468
701adfb0
PA
84692007-04-13 Paul Brook <paul@codesourcery.com>
8470
8471 * gdb.texinfo: Document ieee_single and ieee_double target types.
8472
ea35711c
DJ
84732007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
8474
8475 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
8476 (Character Sets, Caching Data of Remote Targets): Likewise.
8477 (Targets): Delete Remote node. Move its text...
8478 (Debugging Remote Programs): ...to here. Delete description
8479 of the "remote" command.
8480 (Remote configuration): Delete description of "set remotedevice"
8481 and "show remotedevice".
8482 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
8483
701adfb0
PA
84842007-04-11 Steve Ellcey <sje@cup.hp.com>
8485
8486 * gdbint.texinfo (warning flags): Add -Wno-char-subscripts.
8487
db2e3e2e
BW
84882007-04-11 Bob Wilson <bob.wilson@acm.org>
8489
5ae4183a
AS
8490 * gdb.texinfo (Contributors, Continuing and Stepping)
8491 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
8492 (General Query Packets, File-I/O Remote Protocol Extension)
8493 (Protocol Basics, The F Reply Packet, Write)
8494 (Protocol-specific Representation of Datatypes, Memory Transfer):
8495 Fix hyphenation, punctuation and grammar problems.
8496 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
8497 'section' instead of 'subsection' in the text.
8498 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
8499 (i386): Remove period from section name.
db2e3e2e
BW
8500 (Installing GDB, Requirements, Running Configure, Separate Objdir)
8501 (Config Names, Configure Options): Use @file{configure}.
8502
8a3dae3e
DJ
85032007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
8504
8505 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
8506 and tab expansion.
8507
1a92f856
DJ
85082007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
8509
8510 * gdbint.texinfo (SOM): Correct location of the SOM reader.
8511
79a6e687 85122007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8513
79a6e687
BW
8514 * gdb.texinfo: Consistently capitalize all significant words in
8515 node names, chapter titles, section titles, and headings. Update
8516 cross references to match.
8517 (Starting and Stopping Trace Experiment): Make node name plural.
8518 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 8519
ad527d2e
PA
85202007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
8521
8522 * gdb.texinfo (WinCE): Delete obsolete subsection.
8523
7ce59000
DJ
85242007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8525
8526 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
8527 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
8528 references.
8529
8807d78b
DJ
85302007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8531
8532 * gdb.texinfo (Startup): Delete references to some alternate
8533 names for .gdbinit.
8534 (Thread): Remove LynxOS reference.
8535 (Tandem ST2000): Delete target-specific documentation.
8536 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
8537 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
8538 and GDB_OSABI_LYNXOS.
8539
5f402660
UW
85402007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
8541
8542 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
8543
bac718a6
UW
85442007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
8545
8546 * gdbint.texinfo (Target Conditionals): Remove mention of
8547 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
8548 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
8549
9453113a
DJ
85502007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
8551
8552 * Makefile.in: Add "pdfdir" installation
8553 directory, PDFTEX macro, support for "install-pdf" target,
8554 and rules for making a pdf version of refcard.texi.
8555 * refcard.tex: Specify paper size for PDF output.
8556
ae21e955 85572007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8558
ae21e955 8559 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 8560
3f94c067 85612007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8562
3f94c067
BW
8563 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
8564 (Source Path, Character Sets, Macros, Define)
8565 (GDB/MI Result Records, GDB/MI Simple Examples)
8566 (GDB/MI Program Execution, GDB/MI File Commands)
8567 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
8568 (Bug Reporting): Use @value{GCC}.
5ae4183a 8569
12c27660 85702007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8571
12c27660
BW
8572 * gdb.texinfo (Help): Fix formatting of examples.
8573 (Variables): Use @ifnotinfo instead of @iftex.
8574 (Non-debug DLL symbols): Use @ref instead of @pxref.
8575 (Sparclet File): Use @samp instead of quotes.
5ae4183a 8576
ce9341a1
BW
85772007-03-26 Bob Wilson <bob.wilson@acm.org>
8578
8579 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
8580
c8f4133a
BW
85812007-03-26 Bob Wilson <bob.wilson@acm.org>
8582
8583 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
8584 the order of the nodes.
8585 (C Operators, C Constants, Debugging C): Remove extra menus.
8586 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 8587
c8f4133a 85882007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
8589
8590 * gdb.texinfo (File Options): Add missing parenthesis.
8591 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
8592
c74d0ad8
DJ
85932007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8594
8595 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
8596
ff6f572f
DJ
85972007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8598
669fac23 8599 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
8600 case insensitivity.
8601 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
8602
994337c3
NR
86032007-02-18 Nick Roberts <nickrob@snap.net.nz>
8604
8605 * gdb.texinfo (Top): Put Appendix A after numbered sections.
8606 (Files): Add section name to argument list for pxref.
8607 (Non-debug DLL symbols): Don't use `see' for pxref.
8608 (Embedded Processors): Fix typo.
8609 (GDB/MI Breakpoint Commands): Execution commands generate
8610 *stopped not ^done.
8611
eb819d70
NR
86122007-02-13 Nick Roberts <nickrob@snap.net.nz>
8613
8614 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
8615 values for in_scope. Mention that only root variables can be
8616 updated.
8617 (GDB/MI Development and Front Ends): Explain new values may be
8618 added to existing fields.
8619
123dc839
DJ
86202007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8621
8622 * gdb.texinfo (-target-disconnect): Use @smallexample.
8623 (Requirements): Add anchor for Expat. Update description.
8624 (Target Descriptions): Mention Expat.
8625 (Target Description Format): Document new elements. Use
8626 @smallexample.
8627 (Predefined Target Types, Standard Target Features): New sections.
669fac23 8628 * gdbint.texinfo (Target Descriptions): New section.
123dc839 8629
108546a0
DJ
86302007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
8631
8632 * gdb.texinfo (Target Description Format): Add section on XInclude.
8633
95a98c01
NR
86342006-02-03 Nick Roberts <nickrob@snap.net.nz>
8635
8636 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
8637 command -enable-timings.
8638
f4b3909f
EZ
86392007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
8640
5ae4183a 8641 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
8642 descriptions for new/deleted elements in gdb_osabi. Add missing
8643 description for function generic_elf_osabi_sniff_abi_tag_sections.
8644
c7ba131e
JB
86452007-01-29 Joel Brobecker <brobecker@adacore.com>
8646
8647 * gdb.texinfo (Maintenance Commands): Add documentation for
8648 the new "maint print target-stack" command.
8649
3a60f64e
JK
86502007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8651 Eli Zaretskii <eliz@gnu.org>
8652
f4b3909f 8653 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 8654
c582f8b6
EZ
86552007-01-26 Eli Zaretskii <eliz@gnu.org>
8656
8657 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
8658 Use @value{NGCC} instead of @value{GCC}.
8659
d3e8051b
EZ
86602007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
8661
8662 * agentexpr.texi: Fix typos.
8663 * annotate.texinfo: Likewise.
8664 * gdb.texinfo: Likewise.
8665 * gdbint.texinfo: Likewise.
8666 * observer.texi: Likewise.
8667 * stabs.texinfo: Likewise.
8668
86f04699
EZ
86692007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
8670
8671 * gdbint.texinfo (Support Libraries): Remove mmalloc
8672 entry. Describe readline library.
8673
23181151
DJ
86742007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
8675
8676 * gdb.texinfo (Target Descriptions): New section.
8677 (General Query Packets): Add QPassSignals anchor. Mention
8678 qXfer:features:read under qSupported. Expand mentions of
8679 qXfer:memory-map:read and QPassSignals. Document
8680 qXfer:features:read.
8681
f822c95b
DJ
86822007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
8683
8684 * gdb.texinfo (Commands to specify files): Describe
8685 "set sysroot" and "show sysroot".
8686 (Using the `gdbserver' program): Lowercase argument
8687 to @var. Expand description of setting up GDB on the
8688 host.
8689
8936fcda
JB
86902007-01-05 Joel Brobecker <brobecker@adacore.com>
8691
8692 * gdb.texinfo (Set Catchpoints): Add documentation for the new
8693 catch exception, catch exception unhandled, and catch assert
8694 commands.
8695
e776119f
DJ
86962007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8697
8698 * gdb.texinfo (Debugging Output): Document "set debug xml"
8699 and "show debug xml".
8700
aa79a185
DJ
87012007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8702
8703 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
8704
7f893741
JB
87052007-01-01 Joel Brobecker <brobecker@adacore.com>
8706
8707 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
8708
a1b5960f
VP
87092006-12-08 Vladimir Prus <vladimir@codesourcery.com>
8710
8711 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
8712 note in @ignore, to be removed later if nobody complains.
8713
9f470e6e
NR
87142006-12-04 Nick Roberts <nickrob@snap.net.nz>
8715
8716 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
8717 of -var-delete.
8718
765dc015 87192006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 8720
765dc015 8721 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
8722 automatic software/hardware breakpoint usage and
8723 the "set breakpoint auto-hw" command.
765dc015 8724
4b5752d0
VP
87252006-11-21 Vladimir Prus <vladimir@codesourcery.com>
8726
8727 * gdb.texinfo (Memory Access Checking): New.
8728
89be2091
DJ
87292006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
8730
8731 * gdb.texinfo (Remote configuration): Mention
8732 "pass-signals-packet".
8733 (General Query Packets): Document QPassSignals. Fix
8734 a typo.
8735
ca3bf3bd
DJ
87362006-11-14 Maxim Grigoriev <maxim@tensilica.com>
8737
8738 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
8739
427c3a89
DJ
87402006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
8741
8742 * gdb.texinfo (Remote configuration): Rewrite documentation for
8743 packet configuration commands.
8744 (OS Information): Adjust reference to qXfer:auxv:read.
8745 (General Query Packets): Remove references to read-aux-vector-packet
8746 and set remote get-thread-local-storage-address.
8747
7a107747
DJ
87482006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
8749
8750 * gdbint.texinfo (Target Architecture Definition): Add new
8751 Initializing a New Architecture section.
8752
1c56eb0e
EZ
87532006-10-31 David Taylor <dtaylor@emc.com>
8754
8755 * stabs.texinfo (Macro define and undefine): New node describing
8756 stabs for #define and #undef.
8757
f73adfeb
AS
87582006-10-27 Andreas Schwab <schwab@suse.de>
8759
8760 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
8761
fd60e0df
EZ
87622006-10-21 Eli Zaretskii <eliz@gnu.org>
8763
8764 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
8765 clarify on the possible meanings of ``expression'' watched by
8766 watchpoints. Add indexing.
e5ac9b53
EZ
8767 (Prompting, Errors, Invalidation, Annotations for Running)
8768 (Source Annotations): Fix index entries by adding "annotation" to
8769 them, to discriminate from index entries that point to the more
8770 general topic descriptions.
fd60e0df 8771
52bb452f
DJ
87722006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
8773
8774 * gdbint.texinfo (Target Vector Definition): Move most
8775 content into Existing Targets. Add a menu.
8776 (Existing Targets): New section, moved from Target Vector
8777 Definition. Use @subsection.
8778 (Managing Execution State): New section.
8779
58955e58
BW
87802006-10-16 Bob Wilson <bob.wilson@acm.org>
8781
8782 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
8783
c8aa23ab
EZ
87842006-10-15 Eli Zaretskii <eliz@gnu.org>
8785
8786 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
8787 (Command Syntax, Signals, Backtrace, Connecting)
8788 (Remote configuration, Renesas Boards, Console I/O): Fix last
8789 change: use Ctrl- instead of C-, except wrt Emacs.
8790 (File-I/O Examples): Put Ctrl-c in @kbd.
8791 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
8792 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
8793 (Signals, Set Breaks, Set Watchpoints): Document optional
8794 arguments to `info signals' `handle', `info breakpoints', and
8795 `info watchpoints'.
c8aa23ab 8796
e7109c7e
EZ
87972006-10-14 Eli Zaretskii <eliz@gnu.org>
8798
8799 * gdb.texinfo (Backtrace): Fix last change.
8800
de3aea7b
NR
88012006-10-14 Nick Roberts <nickrob@snap.net.nz>
8802
8803 * gdb.texinfo (Backtrace): Order correctly and add other cases.
8804
7f9087cb
BW
88052006-10-10 Bob Wilson <bob.wilson@acm.org>
8806
c8aa23ab
EZ
8807 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
8808 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
8809 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 8810
68437a39
DJ
88112006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8812 Daniel Jacobowitz <dan@codesourcery.com>
8813
8814 * gdb.texinfo (Packets): Document vFlashErase,
8815 vFlashWrite and vFlashDone packets.
8816 (General Query Packets): Document qXfer:memory-map:read.
8817 Add a new feature for qXfer:memory-map:read.
8818 (Memory map format): New section.
8819 (Target Commands): Mention that gdb can write flash.
8820
fd79ecee
DJ
88212006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8822 Daniel Jacobowitz <dan@codesourcery.com>
8823
8824 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
8825 memory regions and "mem auto".
8826
350da6ee
DJ
88272006-09-21 Nathan Sidwell <nathan@codesourcery.com>
8828
8829 * gdbint.texinfo (Array Containers): New section.
8830
2f1acb09
VP
88312006-09-17 Vladimir Prus <vladimir@codesourcery.com>
8832
8833 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8834 -stack-list-arguments HIGH_FRAME argument can be larger then the
8835 actual number of frames.
8836
2ab1eb7a
VP
88372006-09-07 Vladimir Prus <vladimir@codesourcery.com>
8838
8839 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
8840 -stack-list-locals HIGH_FRAME argument can be larger then the
8841 actual number of frames.
2ab1eb7a 8842
599b237a
BW
88432006-09-02 Bob Wilson <bob.wilson@acm.org>
8844
8845 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
8846 Register Packet Format, Tracepoint Packets): Fix spelling errors.
8847
25ab7e6d
EZ
88482006-09-02 Eli Zaretskii <eliz@gnu.org>
8849
8850 * gdbint.texinfo (Overall Structure): New section "Source Tree
8851 Structure".
8852
940178d3
JB
88532006-08-17 Jim Blandy <jimb@codesourcery.com>
8854
8855 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
8856 responses.
8857
30daae6c
JB
88582006-08-08 Joel Brobecker <brobecker@adacore.com>
8859
8860 * gdb.texinfo (Source Path): Add documentation for new
8861 substitute-path commands.
8862
7fa2210b
DJ
88632006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
8864
8865 * gdb.texinfo (Installing GDB): Update menu. Move text to...
8866 (Running Configure): ...here.
8867 (Requirements): New node. Mention expat.
8868
3d00d119
DJ
88692006-08-08 Vladimir Prus <vladimir@codesourcery.com>
8870
5ae4183a 8871 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
8872 'set download-write-size' and 'show download-write-size'.
8873
0cbfa4ee
DJ
88742006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
8875
8876 * stabs.texinfo (Member Type Descriptor): Correct example for
8877 pointer to member types.
8878
16026cd7
AS
88792006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
8880
8881 * gdb.texinfo (Optional warnings and messages): Add
8882 'set/show trace-commands'.
8883 (Command files): Add '-v' to source command.
8884
0876f84a
DJ
88852006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
8886
8887 * gdb.texinfo (OS Information): Update qPart reference to
8888 qXfer.
8889 (Remote configuration): Likewise.
8890 (Overview): Move @cindex to the start of a paragraph. Talk
8891 about binary data encoding.
8892 (Packets): Refer to the overview for the details of the X
8893 packet encoding.
8894 (General Query Packets): Remove qPart description. Add qXfer
8895 description. Add an anchor to qSupported. Correct feature
8896 table title. Add a new feature for qXfer:auxv:read.
8897 (Interrupts): Add a missing parenthesis.
8898
2ec3381a
DJ
88992006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
8900
669fac23 8901 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
8902 (GDB/MI Kod Commands): Remove commented out node.
8903
594fe323
EZ
89042006-07-01 Eli Zaretskii <eliz@gnu.org>
8905
8906 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
8907 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
8908 (GDB/MI Thread Commands, GDB/MI Program Execution)
8909 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
8910 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
8911 (GDB/MI File Commands, GDB/MI Target Manipulation)
8912 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
8913 since the MI prompt is hard-wired into the code.
8914
7e3fb70c
NR
89152006-07-01 Nick Roberts <nickrob@snap.net.nz>
8916
8917 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
8918 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
8919 (GDB/MI Data Manipulation): Remove description of unimplemented
8920 display related commands as variable objects perform this function
8921 and are superior: -display-delete, -display-disable,
8922 -display-enable, -display-insert and -display-list. Move
8923 -environment-cd, -environment-directory, -environment-path
8924 and -environment-pwd to "Program Context".
8925 (GDB/MI Program Control): Rename to "Program Execution". Move
8926 -exec-arguments -exec-abort to...
8927 (GDB/MI Program Context): ...here. New node split from "Data
8928 Manipulation".
8929
be2a5f71
DJ
89302006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
8931
8932 * gdb.texinfo (Remote configuration): Document set / show
8933 remote supported-packets.
8934 (General Query Packets): Document qSupported packet.
8935
701adfb0
PA
89362006-06-13 Nathan Sidwell <nathan@codesourcery.com>
8937
8938 * gdb.texinfo (system): Document behaviour with zero length
8939 string.
8940
fc320d37
SL
89412006-06-10 Sandra Loosemore <sandra@codesourcery.com>
8942
8943 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
8944 and font markup.
8945 (Protocol basics): Likewise.
8946 (The F request packet): Likewise.
8947 (The F reply packet): Likewise.
8948 (Memory transfer): Move this node to be a subsubsection of
8949 "Protocol specific representation of datatypes".
8950 (The Ctrl-C message): More copy editing.
8951 (Console I/O): Likewise.
8952 (The isatty call): Delete this node, and merge its content into
8953 the "isatty" node. Fixed references elsewhere.
8954 (The system call): Delete this node, and merge its content into
8955 the "system" node. Fixed references elsewhere.
8956 (open): Reformat to use @table, and add appropriate font markup.
8957 (close): Likewise.
8958 (read): Likewise.
8959 (write): Likewise.
8960 (lseek): Likewise.
8961 (rename): Likewise.
8962 (unlink): Likewise.
8963 (stat/fstat): Likewise.
8964 (gettimeofday): Likewise.
8965 (isatty): Likewise.
8966 (system): Likewise, plus minor changes to fix confusing wording.
8967 (Integral datatypes): Fix font markup.
8968 (Pointer values): Likewise.
8969 (struct stat): Fix markup to use @table, plus minor copy editing.
8970 (struct timeval): Fix font markup, plus minor copy editing.
8971 (Constants): Minor copy editing.
8972 (Errno values): Add font markup.
8973 (File-I/O Examples): Likewise.
8974
158fdf5c
NR
89752006-06-10 Nick Roberts <nickrob@snap.net.nz>
8976
8977 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
8978 (GDB/MI Simple Examples): Move node up one level. Use real
8979 examples.
8980 (GDB/MI Compatibility with CLI): Update.
8981 (GDB/MI Result Records): Add "connected" and "exit" result
8982 classes.
8983 (GDB/MI Stream Records): Clarify target output.
8984 (GDB/MI Command Description Format): Modify example description.
8985 (GDB/MI Breakpoint Table Commands): Rename to...
8986 (GDB/MI Breakpoint Commands): ...this
8987 (GDB/MI Breakpoint Commands): Add optional thread field.
8988 (GDB/MI Program Control): Add an introduction. Move "Program
8989 termination" examples into exec-run description.
8990 (GDB/MI File Commands): Mention similar CLI commands.
8991 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
8992 is similar to "-gdb-version".
8993
ddb50cd7
EZ
89942006-06-09 Eli Zaretskii <eliz@gnu.org>
8995
8996 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
8997
2aef0d6b
NR
89982006-06-02 Nick Roberts <nickrob@snap.net.nz>
8999
9000 * gdb.texinfo (GDB/MI Development and Front Ends): Use
9001 sourceware.org for mailing lists.
d5e40d59 9002 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 9003
383a5c52
NR
90042006-06-01 Nick Roberts <nickrob@snap.net.nz>
9005
d5e40d59 9006 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 9007
e16b02ee
EZ
90082006-05-22 Eli Zaretskii <eliz@gnu.org>
9009
9010 * gdb.texinfo (Cygwin Native): Fix last change.
9011
be90c084
CF
90122006-05-22 Christopher Faylor <cgf@timesys.com>
9013
9014 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
9015
347ceba5
NR
90162006-05-15 Nick Roberts <nickrob@snap.net.nz>
9017
9018 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
9019 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
9020
369af7bd
DJ
90212006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
9022
9023 * gdb.texinfo (General Query Packets): Recommend not starting
9024 new packets with qC and clarify.
9025
2ffdbde8 90262006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
9027
9028 * gdb.texinfo (M2 Types): New section.
72019c9c 9029
16d1a084
DJ
90302006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
9031
9032 * agentexpr.texi: Add a copyright and license notice.
9033 * observer.texi: Likewise, with GPL clause for function prototypes.
9034 Remove trailing whitespace.
9035
aa56d27a
JB
90362006-05-05 Jim Blandy <jimb@codesourcery.com>
9037
9038 * gdb.texinfo (General Query Packets): Document conventions for
9039 terminating packet names, and their violations.
9040
5bdf8622
DJ
90412006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
9042
9043 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
9044 * gdb.texinfo: Likewise.
9045
605a56cb
DJ
90462006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
9047
9048 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
9049 and "show remotedebug".
9050 (Debugging Output): Add additional index entries.
9051
b8db102d
MS
90522006-04-27 Michael Snyder <msnyder@redhat.com>
9053
9054 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
9055
c5e30d01
AC
90562006-04-22 Andrew Cagney <cagney@redhat.com>
9057
9058 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
9059 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
9060
8181d85f
DJ
90612006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
9062
9063 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
9064 and remove breakpoint prototypes.
9065 (Watchpoints): Move description of target_insert_hw_breakpoint and
9066 target_remove_hw_breakpoint ...
9067 (Breakpoints): ... to here. Document target_insert_breakpoint and
9068 target_remove_breakpoint.
9069
4f553f88
JB
90702006-04-17 Jim Blandy <jimb@codesourcery.com>
9071
9072 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
9073 and C packets are optional.
9074
cd852561
FR
90752006-04-14 Frederic Riss <frederic.riss@st.com>
9076
9077 * gdb.texinfo (Specifying source directories): Update the description
9078 of the source file search to reflect the fact that the source path
9079 always contains at least $cdir and $cwd.
9080
b620eb07
MS
90812006-03-31 Michael Snyder <msnyder@redhat.com>
9082
9083 * gdb.texinfo: Update copyright dates.
9084
3156cdaf
EZ
90852006-03-31 Eli Zaretskii <eliz@gnu.org>
9086
9087 * gdb.texinfo (Overview): Add an index entry to "empty response".
9088
701adfb0
PA
90892006-03-29 Steve Ellcey <sje@cup.hp.com>
9090
9091 * gdb.texinfo: Remove gdbserve.nlm documentation.
9092
7d30c22d
JB
90932006-03-28 Jim Blandy <jimb@codesourcery.com>
9094
9095 * gdbint.texinfo (Prologue Analysis): New section.
9096
86941c27
JB
90972006-03-07 Jim Blandy <jimb@red-bean.com>
9098
66b8c7f6
JB
9099 * gdb.texinfo (Connecting): Document 'target remote pipe'.
9100
1a10341b
JB
9101 * gdb.texinfo (Target Commands): Update text describing how to
9102 specify a target. Refer to the detailed section on remote
9103 debugging, not the brief mention.
9104
86941c27
JB
9105 * gdb.texinfo (Connecting): Organize the different 'target remote'
9106 connection methods into a table. Add a 'target remote' index
9107 entry. (!!!)
9108
62f3a2ba
FF
91092006-02-17 Fred Fish <fnf@specifix.com>
9110
9111 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
9112 'ptype' commands to reflect the fact that the only significant
9113 difference between them is that ptype prints the complete type
9114 description instead of just the name.
9115
8b9a88ea
WZ
91162006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
9117
9118 * gdbint.texinfo (Watchpoints): Delete
9119 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
9120
7e8dc855
NR
91212006-02-10 Nick Roberts <nickrob@snap.net.nz>
9122
9123 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
9124 times fields where needed. Fix typos. Update general form given
9125 for output of -break-insert.
9126 (GDB/MI): Abbreviate some unnecessarily long fullnames.
9127
c91d38aa
DJ
91282006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
9129
9130 * gdbint.texinfo (Symbol Handling): Add a section
9131 on memory management.
9132
38fcd64c
DJ
91332006-02-06 Vladimir Prus <ghost@cs.msu.su>
9134
9135 * gdb.texinfo (Breakpoint table commands): Document the fullname
9136 field in -break-list output.
9137
219eec71
EZ
91382006-02-03 Eli Zaretskii <eliz@gnu.org>
9139
9140 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
9141 debugging information produced by the various "set debug..."
9142 options.
9143
ae5a43e0
DJ
91442006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9145
9146 * gdb.texinfo (Files): Remove obsolete bits from the description
9147 of "symbol-file".
9148
a9f158ec
JB
91492006-01-25 Jim Blandy <jimb@redhat.com>
9150
9151 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
9152
410dd08e
JB
91532006-01-24 Jim Blandy <jimb@redhat.com>
9154
9155 * gdbint.texinfo (Frames): Document the basics of GDB's register
9156 unwinding model, and explain the existence of the "sentinel" frame.
9157
4b505b12
AS
91582006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
9159
9160 * gdb.texinfo (Choosing files): Mention that -directory is used
9161 for script files.
9162 (Specifying source directories): Likewise.
9163 (Command files): Explain how script files are found.
9164
839c27b7
EZ
91652006-01-21 Eli Zaretskii <eliz@gnu.org>
9166
9167 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
9168 the threads in a multi-threaded program.
9169 (Threads): The threadno argument of "thread apply" can be a range
9170 of numbers.
9171
7be93b9e
JB
91722006-01-18 Jim Blandy <jimb@redhat.com>
9173
9174 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
9175 of warning flags.
9176
fcc73fe3
EZ
91772006-01-13 Eli Zaretskii <eliz@gnu.org>
9178
9179 * gdb.texinfo (Sequences): Improve menu annotations.
9180 (Define): Add index entries for arguments of user-defined
9181 commands. Move the description of flow-control commands...
9182 (Command Files): ...to here. Document loop_break and
9183 loop_continue.
ca91424e
EZ
9184 (Define, Command Files): Document `end' and add index entries for
9185 it.
fcc73fe3 9186
5c95884b
MS
91872006-01-04 Michael Snyder <msnyder@redhat.com>
9188
9189 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 9190 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 9191
860701dc
PH
91922006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
9193
9194 * gdb.texinfo (Omissions from Ada): Document that there is now
9195 limited aggregate support.
9196
36b80e65
EZ
91972005-12-28 Eli Zaretskii <eliz@gnu.org>
9198
9199 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
9200 registers and the likes.
9201
c1468174
EZ
92022005-12-24 Eli Zaretskii <eliz@gnu.org>
9203
9204 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
9205 (Symbols): Fix usage of "e.g.".
359df76b 9206 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
9207
9208 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
9209 (Coding): Fix usage of "e.g.".
9210
c02a867d
EZ
92112005-12-23 Eli Zaretskii <eliz@gnu.org>
9212
5ae4183a
AS
9213 * stabs.texinfo:
9214 * refcard.tex:
c02a867d 9215 * gpl.texi:
5ae4183a
AS
9216 * gdbint.texinfo:
9217 * gdb.texinfo:
9218 * gdb-cfg.texi:
c02a867d 9219 * fdl.texi:
5ae4183a
AS
9220 * annotate.texinfo:
9221 * all-cfg.texi:
c02a867d
EZ
9222 * Makefile.in: Add (C) after Copyright. Update the FSF
9223 address.
9224
fad38dfa
EZ
92252005-12-03 Eli Zaretskii <eliz@gnu.org>
9226
9227 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
9228 extend GDB with commands for external monitor.
9229
53e5f3cf
AS
92302005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
9231
9232 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
9233
55f6ca0f
JB
92342005-11-25 Joel Brobecker <brobecker@adacore.com>
9235
9236 * gdbint.texinfo (Start of New Year Procedure): New chapter.
9237
c1947b85
JB
92382005-11-21 Jim Blandy <jimb@redhat.com>
9239
9240 * gdb.texinfo (Tracepoint Packets): Document restrictions on
9241 placement of 'R' actions in tracepoint action packets; document
9242 dependence of 'X' and 'M' actions on a preceding 'R' action for
9243 their registers.
9244
9d29849a
JB
92452005-11-19 Jim Blandy <jimb@redhat.com>
9246
9247 * gdb.texinfo (Tracepoint Packets): New node.
9248 (General Query Packets): Add entries for the tracepoint packets,
9249 referring to the "Tracepoint Packets" node.
9250 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 9251
9a6253be
KB
92522005-11-18 Kevin Buettner <kevinb@redhat.com>
9253
9254 * gdb.texinfo (set remotebreak): Add anchor.
9255 (X packet): Likewise.
9256 (Remote Protocol): Add new section `Interrupts' and new index
9257 entry `interrupts (remote protocol)'.
9258
5f3bebba
JB
92592005-11-18 Jim Blandy <jimb@redhat.com>
9260
9261 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
9262 entries into the General Query Packets section. Add a
9263 cross-reference to that section. Drop description of replies, as
9264 these are covered in the descriptions of each packet.
9265 (General Query Packets): Add introductory text. Explain naming
9266 conventions, and how the end of a name is recognized.
9267
9a7a1b36
KB
92682005-11-17 Kevin Buettner <kevinb@redhat.com>
9269
0564b6cf 9270 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
9271 "set remotebreak" command.
9272
b8ff78ce
JB
92732005-11-16 Jim Blandy <jimb@redhat.com>
9274
9275 * gdb.texinfo (Packets, Stop Reply Packets)
9276 (General Query Packets): Various formatting cleanups.
9277 - Use @samp for packet contents.
9278 - Drop summaries from packet @item lines; the same information appears
9279 immediately below in the description.
9280 - Delete paragraph breaks after packet @item commands, so that the
9281 description appears directly to the right of the packet prototype
9282 in the printed manual, if it fits.
9283 - Place spaces in packet prototypes between @vars and non-@var
9284 letters, and explain that they're just for formatting.
9285 - Use @dots{} instead of '...'.
9286 - Fix uses of @code where @var was needed.
9287 - Replace "deprecated" markers with English text spelling out the
9288 packet's status and the preferred alternatives.
9289 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
9290 what this ever meant.
9291 - Remove "(draft)" markers on 'i' packets; nobody has commented on
9292 this for a long time.
9293 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
9294 implemented several times, and have been in use for years.
9295
8ffe2530
JB
92962005-11-15 Jim Blandy <jimb@redhat.com>
9297
c43c5473
JB
9298 * gdb.texinfo (Packets): Add index entries for 'm' packet
9299 disclaimers.
5ae4183a 9300
fb031cdf
JB
9301 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
9302 of stub when processing an 'm' packet.
9303
8ffe2530
JB
9304 * gdb.texinfo (Packets): Mention that packets beginning with
9305 letters are reserved once, at the top, instead of actually listing
9306 them all and saying "reserved".
9307
c03c782f
AS
93082005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
9309
9310 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
9311 Change @var{$arg0 to @code{$arg0.
9312
814e32d7
WZ
93132005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
9314
9315 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
9316
fa93a9d8
JB
93172005-11-12 Jim Blandy <jimb@redhat.com>
9318
9319 * gdb.texinfo (General Query Packets): Put packets in alphabetical
9320 order. Remove extraneous 'z'.
9321
8a5a3c82
AS
93222005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
9323
9324 * gdb.texinfo (Choosing files): Add --eval-command.
9325
4b0ad762
AS
93262005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
9327
9328 * gdb.texinfo (Choosing modes): Add --return-child-result.
9329
9330
1a088d06
AS
93312005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
9332
9333 * gdb.texinfo (Choosing modes): Add --batch-silent.
9334
656d5e12
EZ
93352005-10-28 Eli Zaretskii <eliz@gnu.org>
9336
9337 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
9338 "The -var-update Command".
9339
3c9c013a
JB
93402005-10-03 Joel Brobecker <brobecker@adacore.com>
9341
9342 * gdb.texinfo (Print Settings): Add documentation for set/show
9343 print array-indexes.
9344
7ba3cf9c
DJ
93452005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
9346
9347 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
9348 6.2 and 6.3.
9349
a94ab193
EZ
93502005-08-27 Eli Zaretskii <eliz@gnu.org>
9351
9352 * gdb.texinfo (File Options): Don't document --mapped, it's gone
9353 since 19-Jan-2004.
9354 (Files): Likewise.
ab1adacd
EZ
9355 (Variables, Symbols): Document the "<incomplete type>" message and
9356 its reasons.
a94ab193 9357
ca06016a
FF
93582005-08-01 Fred Fish <fnf@specifix.com>
9359
9360 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
9361
cf58170d
NR
93622005-07-15 Nick Roberts <nickrob@snap.net.nz>
9363
9364 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
9365 option for -var-list-children and -var-update.
9366 (GDB/MI Stack Manipulation): Simplify description of
9367 print-values option for -stack-list-locals.
9368 (GDB/MI Command Description Format): Clarify.
9369 (Mode Options): Spelling of superseded.
9370
38f1196a
BR
93712005-07-12 Bob Rossi <bob@brasko.net>
9372
9373 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
9374 corresponding GDB command comment.
9375
3cb3b8df
BR
93762005-07-06 Bob Rossi <bob@brasko.net>
9377
9378 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
9379 and -inferior-tty-show.
9380 (Input/Output): Document "set/show inferior-tty" and tty alias.
9381
10fac096
NW
93822005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
9383
9384 * gdb.texinfo (Packets): Change description of 'D' packet to note
9385 that GDB does wait for a response.
9386
d1b6db76
NR
93872005-06-22 Nick Roberts <nickrob@snap.net.nz>
9388
9389 * gdb.texinfo (History) Rename "Command History".
9390 (Command History): Move node "Server Prefix" from section on
9391 Annotations here.
9392
29629dcf
NR
93932005-06-19 Nick Roberts <nickrob@snap.net.nz>
9394
9395 * gdb.texinfo (GDB/MI Stack Manipulation):
9396 Re-instate -stack-info-frame with example. Say that it gets
9397 info on selected frame, not current frame.
9398
397ca115
EZ
93992005-06-18 Eli Zaretskii <eliz@gnu.org>
9400
9401 * gdb.texinfo (Server): Clarify that `file' should be used before
9402 connecting to the server.
9403 (Files): Add an xref to the above description.
51274035
EZ
9404 (Output Formats): More detailed description of the `c' format.
9405 (Memory): List explicitly all the formats supported by `x'.
638ac427 9406 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 9407 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
9408 files. Add more indexing for solib-absolute-prefix and
9409 --with-sysroot.
76d17f34
EZ
9410 (Machine Code): Document possible problems with locations in
9411 shared libraries.
d416eeec
EZ
9412 (Backtrace): Document that free-standing environments do not need
9413 to have a `main' function.
397ca115 9414
74f6deaa
NR
94152005-06-18 Nick Roberts <nickrob@snap.net.nz>
9416
9417 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
9418 -stack-info-frame.
9419
a9967aef
AC
94202005-06-07 Andrew Cagney <cagney@gnu.org>
9421
9422 * gdb.texinfo (Contributors): Note the original multi-arch
9423 contributors.
9424
e09f16f9
EZ
94252005-06-03 Eli Zaretskii <eliz@gnu.org>
9426
9427 * gdb.texinfo (Registers): Add index entries for the standard
9428 registers.
9429 (Frames): Add cross-reference from frame pointer description to
9430 the Registers node.
9431 (Annotations Overview): Fix the reference to GDB name.
9432
d87ba7ee
EZ
94332005-06-01 Eli Zaretskii <eliz@gnu.org>
9434
9435 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
9436 can-use-hw-watchpoints.
9437
034dad6f
BR
94382005-05-28 Bob Rossi <bob@brasko.net>
9439
9440 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
9441 the possible reasons why an exec async record would be returned to FE.
9442
ffed4509
AC
94432005-05-26 Andrew Cagney <cagney@gnu.org>
9444
9445 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
9446 Andrew Cagney implemented the original GDB/MI.
9447
e22e55c9
OF
94482005-05-23 Orjan Friberg <orjanf@axis.com>
9449
9450 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
9451 documentation. Add documentation for cris-mode.
9452
a78e13ce
EZ
94532005-05-20 Eli Zaretskii <eliz@gnu.org>
9454
9455 * gdb.texinfo (Numbers): Explain the example and make the wording
9456 more acurate.
9457
76ff342d
DJ
94582005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
9459 Dennis Brueni <dennis@slickedit.com>
9460
9461 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
9462 (GDB/MI Data Manipulation, GDB/MI Program Control)
9463 (GDB/MI Stack Manipulation): Update examples to include the fullname
9464 attribute in stack frames.
9465
119b882a
EZ
94662005-05-12 Eli Zaretskii <eliz@gnu.org>
9467
9468 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
9469 do with other non-standard names of init files.
9470
6fc08d32
EZ
94712005-05-11 Eli Zaretskii <eliz@gnu.org>
9472
9473 * gdb.texinfo (Command Files): Move the description of the startup
9474 from here...
9475 (Startup): ...to this new subsection of the Invocation chapter.
9476 Rearrange the description of init files more logically and add a
9477 cross-reference to "Command Files". Document the special gdbinit
9478 name for CISCO 68k. Expand the description of what GDB does
9479 during startup.
9480 (History): Add index entry for HISTSIZE.
9481
a561754a
MK
94822005-05-02 Mark Kettenis <kettenis@gnu.org>
9483
9484 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
9485
2eecc4ab
EZ
94862005-05-02 Eli Zaretskii <eliz@gnu.org>
9487
9488 * gdb.texinfo (SVR4 Process Information, The isatty call)
9489 (The system call): Don't use foo(N) notation for man pages and
9490 functions.
514c4d71 9491 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 9492
18999be5
EZ
94932005-04-27 Eli Zaretskii <eliz@gnu.org>
9494
9495 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
9496 were optimized away.
9497
0abb7bc7
EZ
94982005-04-22 Eli Zaretskii <eliz@gnu.org>
9499
9500 * gdb.texinfo (Remote configuration): Document "set/show
9501 get-thread-local-storage-address". Add cross-reference to the
9502 description of the qGetTLSAddr packet.
9503 (General Query Packets): Mention "set remote
9504 get-thread-local-storage-address" and add a reference to its
9505 description.
9506
6f61acb1
NR
95072005-04-19 Nick Roberts <nickrob@snap.net.nz>
9508
9509 * gdb.texinfo (Backtrace): Describe 'bt full'.
9510
9d59903a
NR
95112005-04-17 Nick Roberts <nickrob@snap.net.nz>
9512
9513 * gdb.texinfo (Mode Options): Fix typo.
9514 (GDB/MI): Describe how to invoke GDB/MI.
9515
721c2651
EZ
95162005-04-16 Eli Zaretskii <eliz@gnu.org>
9517
9518 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 9519 references changed. Add description of "info udot".
721c2651
EZ
9520 (Files): Document "set/show stop-on-solib-events".
9521 (M32R/D): Document "set/show download-path", "set/show
9522 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
9523 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
9524 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
9525 (Maintenance Commands): Improve indexing.
9526 (Target Commands): Document "set/show hash", "set/show debug
9527 monitor".
9528 (SVR4 Process Information): Document "info pidlist" and "info
9529 meminfo". Document "set/show procfs-tarce" and "set/show
9530 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
9531 (Symbols, The Print Command with Objective-C): Improve indexing.
9532 (Objective-C): Add references to "info classes" and "info
9533 selectors".
c45da7e6
EZ
9534 (Debugging Output): Improve wording. Document "set/show debug
9535 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
9536 (Set Breaks): Add index entry for "hardware breakpoints".
9537 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
9538 and "set/show usehardbreakpoints".
9539 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
9540 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
9541 (ARM): Document "rdilogfile", "rdilogenable", "set/show
9542 rdiromatzero", "set/show rdiheartbeat".
9543 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
9544 "sds".
9545 (Embedded Processors): Document the "sim" command.
9546 (Remote): Document the "remote" command.
9547 (DJGPP Native): Document the "info serial" command.
9548 (Threads): Document "maint info sol-threads".
9549 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
9550 (Set Breaks): Improve indexing.
9551 (Command Syntax): Add a reference to dont-repeat.
9552 (Define): Document "dont-repeat".
9553 (TUI Commands): Document "tabset".
9554 (WinCE): New subsection. Document "set/show remotedirectory",
9555 "set/show remoteupload", "set/show remoteaddhost".
721c2651 9556
14d6dd68
EZ
95572005-04-15 Eli Zaretskii <eliz@gnu.org>
9558
9559 * gdb.texinfo (Hurd Native): New subsection, documents
9560 Hurd-specific commands.
a64548ea 9561 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 9562 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
9563 (MIPS): Improve documentation of heuristic-fence-post. Document
9564 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
9565 mips stack-arg-size", "set/show mips mask-address", "set/show mips
9566 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 9567 (ARM): Document ARM-specific commands.
a64548ea
EZ
9568 (AVR): New section. Document "info io_registers".
9569 (CRIS): New section. Document "set/show cris-version" and
9570 "set/show cris-dwarf2-cfi".
9571 (HPPA): New section. Document "set/show debug hppa" and "maint
9572 print unwind".
a5adf40f 9573 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 9574 (Super-H): New section. Document the "regs" command.
721c2651 9575 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 9576
9c16f35a
EZ
95772005-04-09 Eli Zaretskii <eliz@gnu.org>
9578
9579 * gdb.texinfo (Print Settings): Document "set/show print
9580 pascal_static-members", "set print repeats", "show print
9581 null-stop". Improve indexing. Fix documentation of "set print
9582 union".
9583 (Pascal): New section.
9584 (Supported languages): Rename from "Support"; all references
9585 updated. Add a menu item for Pascal.
9586 (Numbers): Document "set radix.
9587 (Screen Size): Document "set/show pagination".
9588 (MIPS Embedded): Remove "set processor" documentation.
9589 (Remote configuration): Document "set/show X/P/Z-packet",
9590 "set/show read-aux-vector-packet", "set/show remote
9591 symbol-lookup-packet", "set/show remote verbose-resume-packet",
9592 "set/show remoteaddresssize", "set/show remotebaud", "set/show
9593 remotedebug", "set/show remotebreak", "set/show remotedevice",
9594 "set/show remotelogfile".
9595 (Auxiliary Vector): Add reference to the description of the
9596 read-aux-vector-packet setting.
9597 (Set Watchpoints): Add a cross-reference to "set remote
9598 hardware-breakpoint-limit".
9599 (General Query Packets): Add indexing of requests and
9600 cross-references to related commands in "Remote configuration".
9601 (File-I/O Overview, The system call): Fix wording and typos.
9602 (Thread Stops): Add index entries.
9603 (Continuing and Stepping): Document "show step-mode".
9604 (i386): New node. Document "set/show struct-convention".
9605 (Files): Document "show trust-readonly-sections".
9606 (Calling): Document "set/show unwindonsignal".
9607 (Messages/Warnings): Add index entries.
9608 (Maintenance Commands): Document "set/show watchdog".
9609 (Annotations Overview): Document "show annotate".
9610 (Set Watchpoints): Add index entries.
9611 (Symbols): Fix doc of case-sensitive.
9612 (ABI): Document "show coerce-float-to-double".
9613 (Convenience Vars, Help): Improve indexing.
9614 (Machine Code): Document "show disassembly-flavor".
9615 (Debugging C plus plus): Document "show overload-resolution".
9616 (Value History, Signaling): Add index entries.
9617
96182005-04-08 Eli Zaretskii <eliz@gnu.org>
9619
9620 * gdb.texinfo (Show): Move @kindex entries to their proper places.
9621 (Processes): Fix wording.
9622 (History, List, Logging output, Define, Symbols, Print Settings):
9623 Improve indexing.
9624
a8f24a35
EZ
96252005-04-03 Eli Zaretskii <eliz@gnu.org>
9626
9627 * gdb.texinfo (Targets): Document "set/show architecture". Remove
9628 redundant index entry for "target" command.
9629 (Backtrace): Add index entries.
9630 (Symbols, Fortran): Document the "set case-sensitive" command.
9631 (DJGPP Native): Document "set com1base", "set com1irq", etc.
9632 (Print Settings): Add index entry for "set demangle-style".
9633 (Target Commands): Document "set download-write-size".
9634 (Debugging Output): Document "set exec-done-display".
9635
09d4efe1
EZ
96362005-04-02 Eli Zaretskii <eliz@gnu.org>
9637
9638 * gdb.texinfo (Files): Fix the name and documentation of
9639 add-shared-symbol-files. Document its alias assf. Update the
9640 list of OSs where GDB supports shared libraries. Fix markup.
9641 (Continuing and Stepping): Add reference to @var{location} in the
9642 text.
9643 (Dump/Restore Files): Fix reference to @{filename}.
9644 (Help): Fix wording.
9645 (Attach): Ditto.
9646 (Set Watchpoints): Ditto.
9647 (Backtrace): Remove redundant index entries. Improve index
9648 entries.
9649 (Delete Breaks): Fix wording.
9650 (Memory): Document the compare-sections command.
9651 (Memory Region Attributes): Improve wording.
9652 (Disabling): Improve wording.
9653 (Fortran): New subsection. Document the "info common" command.
9654 (Help): Document aliases "info copying" and "info warranty".
9655 (Caching Remote Data): New section. Document the "set/show
9656 remotecache" and "info dcache" commands.
9657 (Show): Fix wording of the documentation of the "set
9658 extension-language" command.
9659 (Signals): Add index entry for "info handle".
9660 (Memory Region Attributes): Fix punctuation.
9661 (Symbols): Change the arg name to "location" and refer to it in
9662 the text. Fix wording of "info types" doc.
9663 (Threads): Fix usage of @enumerate @item's.
9664 (Listing Tracepoints): Add index entry for "info tp".
9665 (Set Watchpoints): Add xref to "info break" description.
9666 (Macros): Add an index entry for "macro exp1". Document the
9667 "macro list" command.
9668 (Maintenance Commands): Document "flushregs", "maint agent",
9669 "maint check-symtabs", "maint cplus", "maint demangle", "maint
9670 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
9671 "maint print architecture", "maint print objfiles", "maint print
9672 statistics", "maint print type", "maint show-debug-regs", "maint
9673 space", "maint time", and "maint translate-address".
9674 (Connecting): Document the "monitor" command.
9675 (Annotations Overview): Describe the "set annotate" command.
9676
82f2d802
EZ
96772005-04-01 Eli Zaretskii <eliz@gnu.org>
9678
9679 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
9680 Rearrange index entries and improve wording about support for
9681 hardware watchpoints.
9682
7d51c7de
BR
96832005-03-10 Bob Rossi <bob@brasko.net>
9684
9685 * gdb.texinfo: Update copyright
9686
68c71a2e
TR
96872005-02-09 Theodore A. Roth <troth@openavr.org>
9688
9689 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
9690 error.
9691
701adfb0
PA
96922005-03-07 Joel Brobecker <brobecker@adacore.com>
9693
9694 * observer.texi (executable_changed): New observer.
9695
83761cbd
KB
96962005-02-03 Kevin Buettner <kevinb@redhat.com>
9697
9698 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
9699
9f1c6395
MS
97002005-01-17 Michael Snyder <msnyder@redhat.com>
9701
9702 * gdb.texinfo: Fix spelling, infinte -> infinite.
9703
fbd1b305
MK
97042005-01-08 Mark Kettenis <kettenis@gnu.org>
9705
9706 * observer.texi (GDB Observers): Document "solib_loaded".
9707
3ace7edb
AC
97082005-01-07 Andrew Cagney <cagney@gnu.org>
9709
bec39cab
AC
9710 * configure.ac: Rename configure.in, require autoconf 2.59.
9711 * configure: Re-generate.
9712
3ace7edb
AC
9713 * configure.in: Replace configdirs with multiple references to
9714 AC_CONFIG_SUBDIRS.
9715 * configure: Re-generate.
5ae4183a 9716
53531fc1
AC
97172005-01-04 Andrew Cagney <cagney@gnu.org>
9718
9719 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
9720 part of the version number.
9721
536ffdb7
MK
97222004-12-24 Mark Kettenis <kettenis@gnu.org>
9723
9724 * gdbint.texinfo (Algorithms): Remove description of
9725 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
9726
e1aac25b
JB
97272004-12-07 Jim Blandy <jimb@redhat.com>
9728
9729 * gdb.texinfo (General Query Packets): Specify that thread ID's in
9730 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
9731 numbers.
9732
f47b1503
AS
97332004-12-07 Andreas Schwab <schwab@suse.de>
9734
9735 * gdb.texinfo (Mode Options): Document -l option.
9736
b6b8ece6
EZ
97372004-12-04 Eli Zaretskii <eliz@gnu.org>
9738
9739 * gdbint.texinfo (Algorithms): More accurate description of
9740 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
9741 is not needed unless data-read and data-access watchpoints are
9742 supported. Add a description of how GDB checks whether the
9743 inferior stopped because a watchpoint was hit.
9744
01371747
EZ
97452004-11-23 Eli Zaretskii <eliz@gnu.org>
9746
9747 * gdb.texinfo (Files): Add cross-reference to description of
9748 -readnow command-line switch.
9749
2315ffec
RC
97502004-11-10 Randolph Chung <tausq@debian.org>
9751
9752 * gdb.texinfo: Document set/show backtrace past-entry commands.
9753 Rearrange index entries for set/show backtrace past-main.
9754
69065f5d
AC
97552004-11-10 Jon Beniston <jon@beniston.com>
9756
9757 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
9758 * gdb.texinfo (Remote Serial Protocol): Further describe
9759 binary transfer escaping mechanism .
69065f5d 9760
30e91e0b
RC
97612004-11-08 Randolph Chung <tausq@debian.org>
9762
9763 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
9764 and "show debug infrun". Add index entries.
9765
60bf7e09
EZ
97662004-10-23 Eli Zaretskii <eliz@gnu.org>
9767
9768 * gdb.texinfo (SVR4 Process Information): Document subcommands of
9769 "info proc" that are already implemented. Add index entries.
9770 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
9771 (Files): Add a tip for decreasing memory used for symtabs from
9772 shared libraries.
f018e82f
EZ
9773 (Starting): Fix whitespace; make "elaboration" stand out where it
9774 is first used, and add an index entry for the term.
f8568604
EZ
9775 (Calling): Expand and elaborate text. Add "print". Add the
9776 description of problems with weak aliases.
384ee23f 9777 (Core File Generation): New section.
60bf7e09 9778
d52fe014
AC
97792004-10-12 Andrew Cagney <cagney@gnu.org>
9780
9781 * gdbint.texinfo (Versions and Branches): New chapter.
9782 (Releasing GDB): Delete "Versions and Branches" section.
9783 (Top): Add "Versions and Branches".
9784
703663ab
EZ
97852004-10-08 Eli Zaretskii <eliz@gnu.org>
9786
9787 * gdb.texinfo (Editing, History): Add cross-references to the
9788 included Readline and History user documentation. Remove
9789 references to the symbol have-readline-appendices which is unused
9790 and undefined.
9791 (History): Fix indexing.
9792
ac77d04f
JJ
97932004-10-08 Jeff Johnston <jjohnstn@redhat.com>
9794
9795 * gdbint.texinfo (target_stopped_data_address): Update to
9796 new prototype.
9797 (i386_stopped_data_address): Update prototype and description.
9798 (i386_stopped_by_watchpoint): New function and description.
9799
e07c999f
PH
98002004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
9801
9802 * gdb.texinfo (Filenames): Add Ada suffixes.
9803 (Ada) New section.
9804
2e868123
AC
98052004-09-27 Andrew Cagney <cagney@gnu.org>
9806 Robert Picco <Robert.Picco@hp.com>
9807
9808 * gdb.texinfo (Packets): Document the "p" packet.
9809
02a57714
JM
98102004-09-21 Jason Molenda (jmolenda@apple.com)
9811
9812 * gdb.texinfo (Paths and Names of the Source Files): Document the
9813 meaning of values in the 'desc' field of a SO stab.
9814
ae038cb0
DJ
98152004-09-20 Daniel Jacobowitz <dan@debian.org>
9816
9817 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
9818 max-cache-age" and "maint show dwarf2 max-cache-age".
9819
f7dc1244
EZ
98202004-09-16 Eli Zaretskii <eliz@gnu.org>
9821
9822 * gdb.texinfo (Set Breaks): Add index entry for setting
9823 breakpoints on overloaded C++ functions that are not members of
9824 any classes. Add an example and an index entry for setting
9825 breakpoints on all program functions.
9826 (Character Sets, Macros, Overlay Commands)
9827 (Non-debug DLL symbols, GDB/MI Output Syntax)
9828 (Annotations Overview, Maintenance Commands, File-I/O Overview):
9829 Use "(@value{GDBP})" instead of a literal "(gdb)".
9830
f810308b
AC
98312004-09-12 Andrew Cagney <cagney@gnu.org>
9832
9833 * gdbint.texinfo (Native Debugging): Delete description of
9834 FILES_INFO_HOOK.
9835
15a661f3
PH
98362004-09-11 Paul Hilfinger <hilfinger@gnat.com>
9837
5ae4183a
AS
9838 * gdbint.texinfo (User Interface): Change local_hex_string_custom
9839 to hex_string_custom (not historically correct, but more
15a661f3
PH
9840 understandable, given the current code).
9841
f3219c75
AC
98422004-09-03 Andrew Cagney <cagney@gnu.org>
9843
9844 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
9845
f3bb6704
JJ
98462004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9847
9848 * observer.texi (solib_unloaded): New observer.
9849
8d2c00cb
AC
98502004-08-24 Andrew Cagney <cagney@gnu.org>
9851
9852 * gdbint.texinfo (Target Architecture Definition): Add missing
9853 comma.
9854
e7dc800a
MC
98552004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9856
9857 * (Using the Testsuite): build != host is supported,
9858 but some test scripts do not support build != host.
9859
73b03683
MK
98602004-08-14 Mark Kettenis <kettenis@gnu.org>
9861
9862 * gdbint.texinfo (Host Definition): Delete description of
9863 FCLOSE_PROVIDED and GETENV_PROVIDED.
9864
701adfb0
PA
98652004-08-11 Joel Brobecker <brobecker@gnat.com>
9866
9867 * gdbint.texinfo (Host Definition): Remove documentation for
9868 USE_O_NOCTTY, no longer used.
9869
c0ccb908
MK
98702004-08-05 Mark Kettenis <kettenis@chello.nl>
9871
9872 * gdbint.texinfo (Host Definition): Delete description of
9873 NO_SYS_FILE.
9874 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
9875 PTRACE_FP_BUG.
9876
9c8dbfa9
AC
98772004-08-05 Andrew Cagney <cagney@gnu.org>
9878
9879 * gdbint.texinfo (Target Architecture Definition): Delete
9880 reference to deprecated_read_fp.
9881
f42accbe
AC
98822004-08-02 Andrew Cagney <cagney@gnu.org>
9883
9884 * gdbint.texinfo (Target Architecture Definition): Delete
9885 description of DEPRECATED_REGISTER_BYTES.
9886
0b66e38c
EZ
98872004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
9888
9889 * gdb.texinfo (Source Path): Document the new behavior of
9890 searching for the source files.
9891
15387254
EZ
98922004-07-17 Eli Zaretskii <eliz@gnu.org>
9893
9894 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
9895 (Search, Expressions, Arrays, Variables, Data, Machine Code)
9896 (Auto Display): Improve indexing.
9897
2c07db7a
AC
98982004-07-16 Andrew Cagney <cagney@gnu.org>
9899
9900 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
9901 "-noasync".
9902
4644b6e3
EZ
99032004-07-09 Eli Zaretskii <eliz@gnu.org>
9904
9905 * gdb.texinfo: Fix @kindex entries so that multiple commands that
9906 have the same prefix have only their prefix in the index.
9907
7561d450
MK
99082004-07-03 Mark Kettenis <kettenis@gnu.org>
9909
9910 * gdb.texinfo (BSD libkvm Interface): New node (section)
9911 (Native): Add it to the menu.
9912
67bebe79
MK
99132004-07-01 Mark Kettenis <kettenis@gnu.org>
9914
9915 * gdbint.texinfo (Target Architecture Definition): Remove
9916 PCC_SOL_BROKEN.
9917
1a6923e0
MK
99182004-06-24 Mark Kettenis <kettenis@gnu.org>
9919
9920 * gdbint.texinfo (Target Architecture Definition): Remove
9921 SUN_FIXED_LBRAC_BUG.
9922
b435e160
AC
99232004-06-26 Andrew Cagney <cagney@gnu.org>
9924
9925 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
9926
b5622e8d
AC
99272004-06-20 Andrew Cagney <cagney@gnu.org>
9928
9929 * gdbint.texinfo (Target Architecture Definition): Deprecate
9930 USE_STRUCT_CONVENTION.
9931
e0c07bf0
MC
99322004-06-19 Michael Chastain <mec.gnu@mindspring.com>
9933
9934 gdb.texinfo (Bug Reporting): Mention session recording,
9935 with the script command or Emacs.
9936
782263ab
AC
99372004-06-18 Andrew Cagney <cagney@gnu.org>
9938
9939 * gdbint.texinfo (Target Architecture Definition): Deprecate
9940 FUNCTION_START_OFFSET.
9941
03727ca6
AC
99422004-06-14 Andrew Cagney <cagney@gnu.org>
9943
9944 Based on changes from Karl Berry.
9945 * gdb.texinfo: Do not use @sc in a direntry.
9946 * stabs.texinfo: Change @dircateogry to "Software development".
9947 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
9948
97092415
AC
99492004-06-13 Andrew Cagney <cagney@gnu.org>
9950
9951 * gdbint.texinfo (Target Architecture Definition): Delete
9952 description of RETURN_VALUE_ON_STACK.
9953
1f6d4158
AC
99542004-06-09 Andrew Cagney <cagney@gnu.org>
9955
9956 * gdbint.texinfo (Native Debugging): Restore "@table @code"
9957 deleted by previous patch.
9958
d966f0cb
AC
99592004-06-08 Andrew Cagney <cagney@gnu.org>
9960
9961 * gdbint.texinfo (Native Debugging): Delete documentation on
9962 ATTACH_DETACH.
9963
86fe4aaa
RC
99642004-06-06 Randolph Chung <tausq@debian.org>
9965
9966 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
9967
d4b6d575
RC
99682004-06-06 Randolph Chung <tausq@debian.org>
9969
5ae4183a 9970 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
9971 the new push_dummy_call method signature. Describe the function
9972 argument.
9973
4e8b0763
JB
99742004-05-24 Joel Brobecker <brobecker@gnat.com>
9975
9976 * gdb.texinfo (Starting): Document new start command.
9977
59caf092
AC
99782004-05-21 Andrew Cagney <cagney@redhat.com>
9979
9980 * observer.texi (GDB Observers): Document "inferior_created".
9981
e4a2df64
AC
99822004-05-08 Andrew Cagney <cagney@redhat.com>
9983
e6b55ae2
AC
9984 * gdbint.texinfo (Target Architecture Definition): Delete
9985 description of DO_DEFERRED_STORES.
9986
28954179
AC
9987 * gdbint.texinfo (Target Architecture Definition): Delete
9988 references to DEPRECATED_FIX_CALL_DUMMY.
9989
434b87dd
AC
9990 * gdbint.texinfo (Target Architecture Definition): Delete
9991 description of DEPRECATED_CALL_DUMMY_WORDS,
9992 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
9993
58d28df8
AC
9994 * gdbint.texinfo (Target Architecture Definition): Delete
9995 description of DEPRECATED_PUSH_DUMMY_FRAME.
9996
e4a2df64
AC
9997 * gdbint.texinfo (Target Architecture Definition): Delete
9998 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
9999
2b4855ab
AC
100002004-05-07 Andrew Cagney <cagney@redhat.com>
10001
10002 * observer.texi (GDB Observers): Add "Debugging" section. Include
10003 cross reference to "set/show debug observer".
10004 * gdb.texinfo (Debugging Output): Document "set/show debug
10005 observer".
10006
fcf70625
AC
100072004-05-01 Andrew Cagney <cagney@redhat.com>
10008
10009 * gdbint.texinfo (Target Architecture Definition): Delete
10010 description of DEPRECATED_PC_IN_SIGTRAMP.
10011
8ee56bcf
AC
100122004-04-30 Andrew Cagney <cagney@redhat.com>
10013
10014 * gdbint.texinfo (Target Architecture Definition): Delete
10015 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
10016
67ab9a76
OF
100172004-04-30 Orjan Friberg <orjanf@axis.com>
10018
10019 * observer.texi (GDB Observers): Correct spelling.
10020
79346bcb
OF
100212004-04-26 Orjan Friberg <orjanf@axis.com>
10022
10023 * observer.texi (GDB Observers): Add target_changed event.
10024
7a464420
AC
100252004-04-08 Andrew Cagney <cagney@redhat.com>
10026
10027 * observer.texi (GDB Observers): Rework, provide generic observer
10028 definitions and then a list of observable events.
10029
6cdf9d98
AC
100302004-04-04 Andrew Cagney <cagney@redhat.com>
10031
10032 * gdbint.texinfo (Host Definition): Delete reference to
10033 NO_SIGINTERRUPT.
10034
ddc135a4
AC
100352004-04-02 Andrew Cagney <cagney@redhat.com>
10036
10037 * gdbint.texinfo (Target Architecture Definition): Delete
10038 reference to DEPRECATED_CALL_DUMMY_LENGTH.
10039
6a1b180d
SC
100402004-03-28 Stephane Carrez <stcarrez@nerim.fr>
10041
10042 * gdb.texinfo (TUI Commands): Document tui reg commands.
10043
d0d5df6f
AC
100442004-03-26 Andrew Cagney <cagney@redhat.com>
10045
10046 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
10047 "gdbtui".
10048 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
10049 (Contributors): Mention both Text and Terminal User Interface.
10050
aa2a3f87
AC
100512004-03-23 Andrew Cagney <cagney@redhat.com>
10052
10053 * gdbint.texinfo (Target Architecture Definition): Deprecate
10054 references to SIGTRAMP_START and SIGTRAMP_END.
10055
f561f026
AC
100562004-03-23 Andrew Cagney <cagney@redhat.com>
10057
10058 * gdbint.texinfo (Target Architecture Definition): Deprecate
10059 references to PC_IN_SIGTRAMP.
10060
33cb8b0f
AC
100612004-03-19 Andrew Cagney <cagney@redhat.com>
10062
10063 * gdbint.texinfo (Target Architecture Definition): Delete
10064 reference to GDB_TARGET_IS_HPPA.
10065
fc989b7a
AC
100662004-03-18 Andrew Cagney <cagney@redhat.com>
10067
10068 * gdbint.texinfo (Coding): Update section on gdbarch_data,
10069 describe pre_init and post_init.
10070
701b08bb
DJ
100712004-03-09 Daniel Jacobowitz <drow@mvista.com>
10072
10073 * gdb.texinfo (Debugging Output): Document values for "set debug
10074 target".
10075
faae5abe
AC
100762004-02-28 Andrew Cagney <cagney@redhat.com>
10077
10078 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
10079
dd79a6cf
JJ
100802004-02-26 Jeff Johnston <jjohnstn@redhat.com>
10081
10082 * gdb.texinfo (breakpoints): Add information about the
10083 new "set breakpoint pending" and "show breakpoint pending"
10084 commands.
10085
e7f16015
AC
100862004-02-26 Andrew Cagney <cagney@redhat.com>
10087
10088 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
10089 in Per-architecture module data section.
10090
7161a3a6
RM
100912004-02-25 Roland McGrath <roland@redhat.com>
10092
10093 * gdb.texinfo (General Query Packets): Document qPart:... packets.
10094
2154891a
AC
100952004-02-24 Andrew Cagney <cagney@redhat.com>
10096
10097 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
10098 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
10099 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 10100
6c74ac8b
AC
101012004-02-17 Andrew Cagney <cagney@redhat.com>
10102
10103 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
10104
19772a2c
AC
101052004-02-16 Andrew Cagney <cagney@redhat.com>
10106
10107 * gdbint.texinfo (Target Architecture Definition): Deprecate
10108 FRAMELESS_FUNCTION_INVOCATION.
10109
c9830293
AC
101102004-02-16 Andrew Cagney <cagney@redhat.com>
10111
10112 * gdbint.texinfo (Coding): Mention -Wunused-function.
10113
b9d26eb9
AC
101142004-02-14 Andrew Cagney <cagney@redhat.com>
10115
10116 * gdbint.texinfo (Target Architecture Definition): Delete
10117 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
10118
49efadf5
EZ
101192004-02-12 Elena Zannoni <ezannoni@redhat.com>
10120
10121 * gdb.texinfo: Properly quote the name "C++".
10122 * gdbint.texinfo: Ditto.
10123 * stabs.texinfo: Ditto.
10124
1eb288ea
EZ
101252004-02-11 Elena Zannoni <ezannoni@redhat.com>
10126
10127 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
10128 minimal information about libiberty.
10129
e4937fc1
MC
101302004-02-06 Michael Chastain <mec.gnu@mindspring.com>
10131
10132 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
10133
a9331b3f
RM
101342004-02-04 Roland McGrath <roland@redhat.com>
10135
10136 * gdb.texinfo (Auxiliary Vector): New node (section).
10137 (Data): Add it to the menu.
10138
2650777c
JJ
101392004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10140
10141 * gdb.texinfo (Breakpoints): Add information about pending
10142 breakpoint support.
10143
b4501125
AC
101442004-01-26 Andrew Cagney <cagney@redhat.com>
10145
10146 * gdb.texinfo (Overview): Delete references to the cisco protocol
10147 including the "N" response.
10148
74055713
AC
101492004-01-26 Andrew Cagney <cagney@redhat.com>
10150
10151 * gdbint.texinfo (Target Architecture Definition): Rename
10152 EXTRACT_STRUCT_VALUE_ADDRESS to
10153 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 10154
3bbe9696
EZ
101552004-01-24 Eli Zaretskii <eliz@gnu.org>
10156
10157 * gdb.texinfo (KOD): Document "show os". Add index entries for
10158 "set/show os" and "info cisco" commands.
10159
5843504f
EZ
101602004-01-21 Eli Zaretskii <eliz@gnu.org>
10161
10162 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
10163
9175c9a3
MC
101642004-01-19 Michael Chastain <mec.gnu@mindspring.com>
10165
10166 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
10167 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
10168
8e94b928
NR
101692004-01-19 Nick Roberts <nick@nick.uklinux.net>
10170
10171 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
10172 -stack-list-locals.
10173 (GDB/MI Variable Objects): Describe extension to
10174 -var-list-children.
10175
a20cf136
DJ
101762004-01-17 Daniel Jacobowitz <drow@mvista.com>
10177
10178 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
10179
afb18d0f
AC
101802004-01-17 Andrew Cagney <cagney@redhat.com>
10181
10182 * gdbint.texinfo (Target Architecture Definition): Delete
10183 documentation on DEPRECATED_NPC_REGNUM.
10184
b51970ac
DJ
101852004-01-13 Daniel Jacobowitz <drow@mvista.com>
10186
10187 * gdb.texinfo: Update copyright year. Mention that set
10188 follow-fork-mode is supported on GNU/Linux. Remove documentation of
10189 "set follow-fork-mode ask".
10190
0f0cffd2
AC
101912004-01-13 Andrew Cagney <cagney@redhat.com>
10192
10193 * gdbint.texinfo: Update copyright year.
10194 (Coding): Add -Wunused-label to list of -Werror warnings.
10195
c552b3bb 101962004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 10197 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
10198
10199 * gdb.texinfo: Update copyright.
10200 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
10201 around names, as appropriate. Minor syntax cleanup of
10202 _NSPrintForDebugger explanation. Two spaces after periods.
10203 GDBN used instead of lit. "gdb". Index entries added for
10204 print-object and _NSPrintForDebugger. @noindent added in one spot.
10205
afe157ca
EZ
102062003-11-11 Elena Zannoni <ezannoni@redhat.com>
10207
10208 * stabs.texinfo: Add dircategory and direntry commands.
10209 * annotate.texinfo: Ditto.
10210
963e2bb7
AC
102112003-11-10 Andrew Cagney <cagney@redhat.com>
10212
10213 * gdbint.texinfo (Target Architecture Definition): Replace the
10214 return_value method's "inval" and "outval" parameters with
10215 "readbuf" and "writebuf".
10216
1d8b2f28
JB
102172003-10-28 Jim Blandy <jimb@redhat.com>
10218
10219 * gdb.texinfo (The F request packet, The F reply packet): Renamed
10220 from "The `F' request packet" and "The `F' reply packet", to make
10221 texi2dvi happy.
10222 (File-I/O remote protocol extension): Update menu entries, too.
10223
36d86913
MC
102242003-10-26 Michael Chastain <mec@shout.net>
10225
10226 * gdb.texinfo (Thread Stops): Document the issue with
10227 premature return from system calls in multi-threaded programs.
10228
ce2826aa
AC
102292003-10-24 Andrew Cagney <cagney@redhat.com>
10230
10231 * annotate.texinfo: Fix "fortunatly"[sic].
10232
f24c5e49
KI
102332003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
10234
10235 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
10236 with "Hitachi" and "Mitsubishi".
10237
92ad9cd9
AC
102382003-10-20 Andrew Cagney <cagney@redhat.com>
10239
10240 * gdbint.texinfo (Target Architecture Definition): Document
10241 gdbarch_return_value. Add cross references from
10242 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
10243 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
10244
0ab4b752
MK
102452003-10-18 Mark Kettenis <kettenis@gnu.org>
10246
10247 * gdbint.texinfo (Target Architecture Definition): Document
10248 regset_from_core_section.
fb3e19c0
KI
10249
102502003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
10251
10252 * gdb.texinfo (M32R/D): Mention m32rsdi target.
10253
a9331b3f 102542003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
10255
10256 From Anthony Green <green@redhat.com>:
5ae4183a 10257 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 10258
1485d690
KB
102592003-10-14 Kevin Buettner <kevinb@redhat.com>
10260
889bf7c5
PA
10261 * gdb.texinfo (Breakpoint related warnings): New node.
10262 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 10263
86d30acc
DJ
102642003-10-13 Daniel Jacobowitz <drow@mvista.com>
10265
10266 * gdb.texinfo (Remote Protocol): Document v and vCont.
10267
172c2a43
KI
102682003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
10269
10270 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
10271 * gdbint.texinfo: Ditto.
10272
71952f4c
AC
102732003-10-09 Andrew Cagney <cagney@redhat.com>
10274
10275 From 2003-09-18 David Anderson <davea@sgi.com>:
10276 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
10277 "command".
10278
268e2188
AC
102792003-10-03 Andrew Cagney <cagney@redhat.com>
10280
10281 * gdbint.texinfo (Target Architecture Definition): Deprecate
10282 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
10283 just target.
10284
12c266ea 102852003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 10286
f30992d4 10287 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
10288 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
10289 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
10290 * gdbint.texinfo (Target Architecture Definition): Rename
10291
102922003-09-30 Andrew Cagney <cagney@redhat.com>
10293
f30992d4 10294 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 10295 (Target Architecture Definition):
f30992d4 10296
2e092625
AC
10297 * gdbint.texinfo (Target Architecture Definition): Rename
10298 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
10299
0717ae8a
AC
103002003-09-29 Andrew Cagney <cagney@redhat.com>
10301
dad809b7
AC
10302 * gdbint.texinfo (Target Architecture Definition): Delete
10303 documentation for NEED_TEXT_START_END.
10304
0717ae8a
AC
10305 * gdbint.texinfo (Target Architecture Definition): Rename
10306 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
10307 TARGET_WRITE_PC.
a9331b3f 10308
af6cf26d
MC
103092003-09-22 Michael Chastain <mec@shout.net>
10310
10311 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
10312
ee206350
AG
103132003-09-21 Anthony Green <green@redhat.com>
10314
10315 * gdbint.texinfo (Target Architecture Definition): Fix typos.
10316
a38c9fe6
MK
103172003-09-21 Mark Kettenis <kettenis@gnu.org>
10318
10319 * gdbint.texinfo (Target Architecture Definition): Document
10320 stabs_argument_has_addr.
10321
77949794
AC
103222003-09-18 Andrew Cagney <cagney@redhat.com>
10323
10324 * gdbint.texinfo (Target Architecture Definition): Delete
10325 documentation on REGISTER_NAMES.
10326
8e823e25
MK
103272003-09-13 Mark Kettenis <kettenis@gnu.org>
10328
10329 * gdbint.texinfo (Target Architecture Definition): Replace
10330 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
10331
f27dd7fd
AC
103322003-09-11 Andrew Cagney <cagney@redhat.com>
10333
10334 * gdbint.texinfo (Target Architecture Definition): Replace
10335 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
10336
8b148df9
AC
103372003-08-18 Andrew Cagney <cagney@redhat.com>
10338
10339 * gdbint.texinfo (Target Architecture Definition): Document
10340 "frame_red_zone_size".
10341
25d29d70
AC
103422003-08-09 Andrew Cagney <cagney@redhat.com>
10343
10344 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
10345 with "set/show backtrace past-main" and "set/show backtrace
10346 limit".
10347
c938e9b0
L
103482003-08-08 H.J. Lu <hongjiu.lu@intel.com>
10349
10350 * Makefile.in (install-info): Support DESTDIR.
10351 (install-html): Likewise.
10352
64fabec2
AC
103532003-08-07 Andrew Cagney <cagney@redhat.com>
10354
10355 Patch from Nick Roberts.
10356 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
10357 bindings. Remove description of send-gdb-command.
10358
2fcf52f0
AC
103592003-08-07 Andrew Cagney <cagney@redhat.com>
10360
10361 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
10362 GDB 6.0.
10363
086432e2
AC
103642003-08-06 Andrew Cagney <cagney@redhat.com>
10365
10366 * gdb.texinfo (Mode Options): Mention that level three is the
10367 highest available and that level 2 is deprecated.
10368 (Annotations Overview): Mention annotation levels. Cross reference
10369 to "Limitations of the Annotation Interface" in annotate.texi.
10370 (TODO, Value Annotations, Frame Annotations): Delete section.
10371 (Displays, Breakpoint Info): Delete.
10372
e5249f67
AC
103732003-08-04 Andrew Cagney <cagney@redhat.com>
10374
10375 * agentexpr.texi: Delete @bye.
10376 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
10377 (stabs.info): Add $(srcdir) to include search path.
10378 (html): Depend on "annotate_toc.html", and not "annotate.html".
10379 * stabs.texinfo: Ditto. Include "fdl.texi".
10380 * gdbint.texinfo: Update copyright statement's list of invariant
10381 sections.
10382
e6f672d2
AC
103832003-07-28 Andrew Cagney <cagney@redhat.com>
10384
10385 * Makefile.in (INFO_DEPS): Add annotate.info.
10386 (dvi, ps, html, pdf): Add annotate.
10387 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
10388 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
10389 (ANNOTATE_DOC_FILES): New macro.
10390 (ANNOTATE_TEX_TMPS): New macro.
10391 (annotate.info, annotate_toc.html): Specify dependencies.
10392 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
10393 * annotate.texinfo: Rename annotate.texi. Get building. Add
10394 "Migrating to GDB/MI" and "Limitations of the Annotation
10395 Interface" chapters. Mention why it is not part of the user
10396 guide. Update copyright notice. Include "fdl.texi".
10397
72ffddc9
SC
103982003-07-26 Stephane Carrez <stcarrez@nerim.fr>
10399
10400 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
10401
a9f12a31
DJ
104022003-07-24 Daniel Jacobowitz <drow@mvista.com>
10403
10404 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
10405
b1fe9455
DJ
104062003-07-24 Daniel Jacobowitz <drow@mvista.com>
10407
10408 * gdb.texinfo (Server): Mention pidof.
10409
153721e6
AC
104102003-07-22 Andrew Cagney <cagney@redhat.com>
10411
10412 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
10413 list.
10414
0fac0b41
DJ
104152003-06-28 Daniel Jacobowitz <drow@mvista.com>
10416
10417 * gdb.texinfo (Logging output): New chapter.
10418
4e562065
JB
104192003-06-24 Joel Brobecker <brobecker@gnat.com>
10420
10421 * gdb.texinfo (Unsupported languages): New section.
10422 (Languages): Add link to new section.
10423
f2c06f52
AC
104242003-06-22 Andrew Cagney <cagney@redhat.com>
10425
10426 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
10427
b4177fca
DJ
104282003-06-22 Daniel Jacobowitz <drow@mvista.com>
10429
10430 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
10431
f418dd93
DJ
104322003-06-22 Daniel Jacobowitz <drow@mvista.com>
10433
10434 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
10435 * agentexpr.texi: Retitle section, and change it to an appendix.
10436 Comment out texinfo initialization. Factor a @var{} into two
10437 pieces to prevent makeinfo warnings.
10438 * gdb.texinfo: Add Agent Expressions appendix.
10439
4ca61388
DJ
104402003-06-19 Daniel Jacobowitz <drow@mvista.com>
10441
10442 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
10443
07f31aa6
DJ
104442003-06-18 Daniel Jacobowitz <drow@mvista.com>
10445
5ae4183a 10446 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
10447 remote target". Document the "detach" and "disconnect" commands.
10448 (Server, Netware, Debug Session): Reference "Connecting to a
10449 remote target".
10450 (GDB/MI Target Manipulation): Document "-target-disconnect".
10451
2dd0da42
AC
104522003-06-13 Andrew Cagney <cagney@redhat.com>
10453
10454 * gdbint.texinfo (Target Architecture Definition): Deprecate
10455 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
10456 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
10457
e7a3abfc
JB
104582003-06-09 Jim Blandy <jimb@redhat.com>
10459
10460 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
10461
25e3a86b
AC
104622003-06-08 Andrew Cagney <cagney@redhat.com>
10463
10464 * gdbint.texinfo (Target Architecture Definition): Delete
10465 documentation on FRAME_ARGS_ADDRESS_CORRECT.
10466
a9e5fdc2
AC
104672003-06-08 Andrew Cagney <cagney@redhat.com>
10468
10469 * gdbint.texinfo (Target Architecture Definition): Document
10470 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
10471
b37303ee
AF
104722003-06-07 Adam Fedor <fedor@gnu.org>
10473
10474 * gdb.texinfo: Add Objective-C documentation.
10475
39fe6e80
AC
104762003-06-01 Andrew Cagney <cagney@redhat.com>
10477
10478 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
10479 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
10480
125309b2
AC
104812003-05-21 Andrew Cagney <cagney@redhat.com>
10482
10483 * gdbint.texinfo (Target Architecture Definition): Delete
10484 references to "extract_address" and "store_address".
10485
b8b527c5
AC
104862003-05-16 Andrew Cagney <cagney@redhat.com>
10487
10488 * gdbint.texinfo (Target Architecture Definition): Replace
10489 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
10490 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
10491
50e3ee83
TR
104922003-05-14 Theodore A. Roth <troth@openavr.org>
10493
10494 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
10495
44e2be90
L
104962003-05-10 H.J. Lu <hongjiu.lu@intel.com>
10497
10498 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
10499 (gdb.dvi): Likewise.
10500 (gdb.pdf): Likewise.
10501 (links2roff): Likewise.
10502
df5215a6
JB
105032003-05-08 Jim Blandy <jimb@redhat.com>
10504
10505 * gdb.texinfo (Dump/Restore Files): Update documentation for
10506 'dump', 'append', and 'restore': note that format argument is
10507 optional; simplify presentation of the command variants; and be
10508 more precise about the formats.
10509
5e7b2f39
JB
105102003-05-07 Jim Blandy <jimb@redhat.com>
10511
10512 * gdb.texinfo (Symbols): Update documentation: 'maint list
10513 symtabs' and 'maint list psymtabs' have been renamed 'maint info
10514 symtabs' and 'maint info psymtabs'.
10515
b1e29e33
AC
105162003-05-05 Andrew Cagney <cagney@redhat.com>
10517
10518 * gdbint.texinfo (Target Architecture Definition): Make
10519 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
10520 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
10521 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
10522
00905d52
AC
105232003-05-04 Andrew Cagney <cagney@redhat.com>
10524
10525 * gdb.texinfo (Maintenance Commands): Document "maint print
10526 dummy-frames".
10527
54ff5908
AC
105282003-05-04 Andrew Cagney <cagney@redhat.com>
10529
10530 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
10531
32e7087d
JB
105322003-05-03 J. Brobecker <brobecker@gnat.com>
10533
10534 Thierry Schneider <tpschneider1@yahoo.com>
10535 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
10536 for new MI command.
10537
7043d8dc
AC
105382003-05-03 Andrew Cagney <cagney@redhat.com>
10539
10540 * gdbint.texinfo (Target Architecture Definition): Document
10541 push_dummy_code. Add cross references.
10542
e33d66ec
EZ
105432003-05-02 Elena Zannoni <ezannoni@redhat.com>
10544
10545 * gdb.texinfo (Character Sets): Update to reflect new behavior of
10546 set/show charsets commands.
10547
0ba6dca9
AC
105482003-04-28 Andrew Cagney <cagney@redhat.com>
10549
10550 * gdbint.texinfo (Target Architecture Definition): Replace
10551 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
10552 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
10553
d7a27068
AC
105542003-04-28 Andrew Cagney <cagney@redhat.com>
10555
10556 * gdbint.texinfo (Target Architecture Definition): Rename
10557 "tm_print_insn" to "deprecated_tm_print_insn".
10558
44ea7b70
JB
105592003-04-09 Jim Blandy <jimb@redhat.com>
10560
10561 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
10562 list psymtabs'.
10563
fb8f8949
AC
105642003-04-08 Andrew Cagney <cagney@redhat.com>
10565
10566 * gdbint.texinfo (Target Architecture Definition): Delete
10567 references to EXTRA_FRAME_INFO.
10568
32fb0f22
AC
105692003-04-08 Andrew Cagney <cagney@redhat.com>
10570
10571 * gdbint.texinfo (Target Architecture Definition): Delete
10572 PRINT_TYPELESS_INTEGER.
10573
6be67e67
JB
105742003-04-02 J. Brobecker <brobecker@gnat.com>
10575
10576 * observer.texi (GDB Observers): Adjust the documentation for the
10577 normal_stop notification to better describe reality. Fix a couple
10578 of minor typos.
10579
4e35d5f0
BR
105802003-04-02 Bob Rossi <bob_rossi@cox.net>
10581
a9331b3f 10582 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
10583 '-file-list-exec-source-file'
10584
e8a8712a
AC
105852003-03-31 Andrew Cagney <cagney@redhat.com>
10586
10587 * gdbint.texinfo (Target Architecture Definition): Delete
10588 references to CALL_DUMMY_P.
10589
6c0e89ed
AC
105902003-03-30 Andrew Cagney <cagney@redhat.com>
10591
10592 * gdbint.texinfo (Target Architecture Definition): Remove
10593 reference to TARGET_WRITE_SP.
a9331b3f 10594
378bfd1b
AC
105952003-03-27 Andrew Cagney <cagney@redhat.com>
10596
10597 * gdbint.texinfo (Target Architecture Definition): Remove
10598 references to write_sp.
6c0e89ed 10599
922fbb7b
AC
106002003-03-27 Andrew Cagney <cagney@redhat.com>
10601
10602 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
10603 chapter body. Use @smallexample instead of @example.
10604 (Annotations): Ditto.
10605 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
10606 annotate.texi.
10607
b81774d8
AC
106082003-03-26 Andrew Cagney <cagney@redhat.com>
10609
10610 * gdbint.texinfo (Target Architecture Definition): Replace
10611 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
10612 dummy_addr parameters.
10613
1bf6d5cc
AC
106142003-03-25 Andrew Cagney <cagney@redhat.com>
10615
10616 * gdbint.texinfo (Target Architecture Definition): Delete
10617 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
10618 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
10619 Add reference to PUSH_ARGUMENTS.
10620
618ce49f
AC
106212003-03-23 Andrew Cagney <cagney@redhat.com>
10622
10623 * gdbint.texinfo (Algorithms, Target Architecture Definition):
10624 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
10625
bcd7e15f
JB
106262003-03-18 J. Brobecker <brobecker@gnat.com>
10627
10628 * gdbint.texinfo (Algorithms): Add new section describing the
10629 Observer paradigm.
10630 (Top): Add menu entry to new observer appendix.
10631 * observer.texi: New file.
10632 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
10633 new observer.texi file.
10634
9fe8321b
AC
106352003-03-17 Andrew Cagney <cagney@redhat.com>
10636
10637 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
10638 that GNU Press update the manual version number.
10639
ac2adee5
AC
106402003-03-12 Andrew Cagney <cagney@redhat.com>
10641
10642 * gdbint.texinfo (Target Architecture Definition): Delete
10643 references to get_saved_register. Rename GET_SAVED_REGISTER to
10644 DEPRECATED_GET_SAVED_REGISTER.
10645
749b82f6
AC
106462003-03-13 Andrew Cagney <cagney@redhat.com>
10647
10648 * gdbint.texinfo (Target Architecture Definition): Replace
10649 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
10650
8bedc050
AC
106512003-03-12 Andrew Cagney <cagney@redhat.com>
10652
10653 * gdbint.texinfo (Target Architecture Definition): Rename
10654 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 10655
0ce1b118
CV
106562003-03-10 Corinna Vinschen <vinschen@redhat.com>
10657
10658 * gdb.texinfo: Add File-I/O documentation.
10659
12cc2063
AC
106602003-03-10 Andrew Cagney <cagney@redhat.com>
10661
10662 * gdbint.texinfo (Target Architecture Definition): Cross reference
10663 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
10664
7453dc06
AC
106652003-03-07 Andrew Cagney <cagney@redhat.com>
10666
10667 * gdb.texinfo (Debugging Output): Mention the "set/show debug
10668 frame" command.
10669
6314f104
AC
106702003-03-05 Andrew Cagney <cagney@redhat.com>
10671
10672 * gdbint.texinfo (Target Architecture Definition): Document
10673 unwind_dummy_id. Cross reference unwind_dummy_id and
10674 SAVE_DUMMY_FRAME_TOS.
10675
f1212245
DJ
106762003-03-05 James Ingham <jingham@apple.com>
10677 Daniel Jacobowitz <drow@mvista.com>
10678
10679 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
10680 and "show cp-abi".
10681
77e7e267
AC
106822003-03-03 Andrew Cagney <cagney@redhat.com>
10683
10684 * gdbint.texinfo (Target Architecture Definition): Document
10685 register_type.
10686
838a8221
AC
106872003-03-03 Andrew Cagney <cagney@redhat.com>
10688
10689 * stabs.texinfo (Structures): Use @samp and separate @var's
10690 instead of a single @var containing a comma separated list.
10691 (Unions): Ditto.
10692
d7f4a264
DJ
106932003-03-02 Daniel Jacobowitz <drow@mvista.com>
10694
10695 * Makefile.in (distclean): Remove config.log.
10696
f30ee0bc
AC
106972003-03-01 Andrew Cagney <cagney@redhat.com>
10698
10699 * gdbint.texinfo (Target Architecture Definition): Rename
10700 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
10701
107022003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
10703
10704 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
10705 DEPRECATED_INIT_EXTRA_FRAME_INFO.
10706
be448670
CF
107072003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
10708
10709 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
10710 (Non-debug DLL symbols): New node, describing the minimal symbols
10711 loaded from DLLs without real debugging symbols.
10712
501eef12
AC
107132003-02-20 Andrew Cagney <ac131313@redhat.com>
10714
10715 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
10716 hardware-breakpoint-limit".
10717 (Set Watchpoints): Add cross reference to "set remote
10718 hardware-watchpoint-limit".
10719 (Remote configuration options): New section.
10720
21c294e6
AC
107212003-02-04 Andrew Cagney <ac131313@redhat.com>
10722
e9be73e4
AC
10723 * gdbint.texinfo (Target Architecture Definition): Delete
10724 descrption of IS_TRAPPED_INTERNALVAR.
10725
21c294e6
AC
10726 From Keith Seitz <keiths@redhat.com>:
10727 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
10728 option "-i"/"--interpreter" to this chapter. Include index
10729 entries.
10730
0179ffac
DC
107312003-02-04 David Carlton <carlton@math.stanford.edu>
10732
10733 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
10734 (Variables): Recommend stabs+ and DWARF 2.
10735 (C plus plus expressions): Correct info about
10736 compiler versions, debug formats.
10737 (Contributors): Change 'DWARF2' to 'DWARF 2'.
10738 PR symtab/874.
10739
7ca9f392
AC
107402003-02-01 Andrew Cagney <ac131313@redhat.com>
10741
10742 * gdbint.texinfo (Target Architecture Definition): Delete
10743 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
10744 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
10745 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
10746 references to nindy and i960.
10747 * gdb.texinfo (i960): Delete all references to i960 and nindy.
10748
31a85ea2
AC
107492003-02-01 Andrew Cagney <ac131313@redhat.com>
10750
10751 * gdbint.texinfo (Target Architecture Definition): Delete
10752 FLOAT_INFO.
10753
6b894e49
AC
107542003-01-30 Andrew Cagney <ac131313@redhat.com>
10755
10756 * stabs.texinfo (Member Type Descriptor): Clarify description of
10757 `@'. Suggested by Ben Hutchings.
10758
c48861fb
AC
107592003-01-29 Andrew Cagney <ac131313@redhat.com>
10760
10761 * gdb.texinfo (M68K): Delete reference to es1800.
10762
617073a9
AC
107632003-01-29 Andrew Cagney <ac131313@redhat.com>
10764
10765 * gdb.texinfo (Maintenance Commands): Document `maint print
10766 reggroups' and `maint print register-groups'.
10767 * gdbint.texinfo (Target Architecture Definition): Document
10768 register_reggroup_p.
10769
5b5d99cf
JB
107702003-01-23 Jim Blandy <jimb@redhat.com>
10771
10772 * gdb.texinfo (Separate Debug Files): New section.
10773
e7ba9c65
DJ
107742003-01-22 Daniel Jacobowitz <drow@mvista.com>
10775
10776 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
10777 and "maint show profile".
10778
94e91d6d
MC
107792003-01-16 Michael Chastain <mec@shout.net>
10780
10781 * gdb.texinfo (Installing GDB): Warn against
10782 ".../gdb-VERSION/gdb/configure".
10783 (Separate Objdir): Likewise.
10784
867f3898
AC
107852003-01-15 Andrew Cagney <ac131313@redhat.com>
10786
10787 * gdbint.texinfo (Target Architecture Definition): Delete
10788 definition of PRINT_REGISTER_HOOK.
10789
f153cc92
EZ
107902003-01-15 Elena Zannoni <ezannoni@redhat.com>
10791
10792 (OpenRISC 1000): Fix formatting of command names.
10793
c60eb6f1
EZ
107942003-01-15 Elena Zannoni <ezannoni@redhat.com>
10795
10796 * gdb.texinfo (Continuing and Stepping): Add new command
10797 'advance'. Clarify behavior of 'until'.
10798
f5ebfba0
DJ
107992003-01-13 Daniel Jacobowitz <drow@mvista.com>
10800
10801 * gdb.texinfo (Files): Document solib-absolute-prefix and
10802 solib-search-path.
10803
4ce8657e
MC
108042003-01-09 Michael Chastain <mec@shout.net>
10805
10806 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
10807 (Create a Release): Add new instructions for new @file{src-release}.
10808 Document existing instructions for @file{Makefile.in} as
10809 being for @value{GDBN} 5.3.1 or earlier.
10810
372613e3
AC
108112003-01-09 Andrew Cagney <ac131313@redhat.com>
10812
10813 * gdbint.texinfo (Target Architecture Definition): Mention
10814 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
10815 allocate memory.
10816
b4e9345d
DJ
108172003-01-04 Daniel Jacobowitz <drow@mvista.com>
10818
10819 * gdb.texinfo (Controlling GDB): Add @kindex for
10820 "show osabi".
10821 (Backtraces): Add @kindex's for backtrace-below-main.
10822
98b45e30
DJ
108232003-01-04 Daniel Jacobowitz <drow@mvista.com>
10824
10825 * gdb.texinfo (Controlling GDB): Document "set osabi".
10826
95f90d25
DJ
108272003-01-04 Daniel Jacobowitz <drow@mvista.com>
10828
10829 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
10830 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
10831
1e698235
DJ
108322003-01-04 Daniel Jacobowitz <drow@mvista.com>
10833
10834 * gdb.texinfo (Controlling GDB): Add ABI section. Document
10835 "set coerce-float-to-double".
10836 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
10837
e632838e
AC
108382003-01-02 Andrew Cagney <ac131313@redhat.com>
10839
10840 * stabs.texinfo: Remove obsolete text.
10841 * gdbint.texinfo: Ditto.
10842 * gdb.texinfo: Ditto.
10843
701adfb0
PA
108442002-12-29 Kazu Hirata <kazu@cs.umass.edu>
10845
10846 * fdl.texi: Revert the last change.
10847
c133ab7a
MK
108482002-12-22 Mark Kettenis <kettenis@gnu.org>
10849
10850 * gdbint.texinfo (Target Architecture Definition): Update
10851 description of gdbarch_register_osabi.
10852
f821f325
KH
108532002-12-20 Kazu Hirata <kazu@cs.umass.edu>
10854
10855 * agentexpr.texi: Fix typos.
10856 * annotate.texi: Likewise.
10857 * fdl.texi: Likewise.
10858
85a6d8d3 108592002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
10860
10861 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
10862 DEPRECATED_INIT_FRAME_PC.
10863
ae45cd16
AC
108642002-12-01 Andrew Cagney <ac131313@redhat.com>
10865
10866 * gdbint.texinfo (Target Architecture Definition): Delete
10867 PC_IN_CALL_DUMMY.
10868
07555a72
AC
108692002-11-28 Andrew Cagney <ac131313@redhat.com>
10870
10871 * gdbint.texinfo (Host Definition): Delete documentation on
10872 USE_GENERIC_DUMMY_FRAMES.
10873
c166cdc7
EZ
108742002-11-26 Elena Zannoni <ezannoni@redhat.com>
10875
5ae4183a 10876 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
10877 * Makefile.in (install-info): Run the install-info command as part
10878 of the post install steps only.
10879 (uninstall-info): New target.
10880 (uninstall): New target.
10881
35db0260
EZ
108822002-11-22 Elena Zannoni <ezannoni@redhat.com>
10883
10884 * Makefile.in (install): Make install do some real work.
10885
9ba8d803
AC
108862002-11-19 Andrew Cagney <ac131313@redhat.com>
10887
10888 Fix POSIX problem reported by Paul Eggert.
10889 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
10890 Fix PR gdb/527.
10891
903ad3a6
AC
108922002-10-26 Andrew Cagney <cagney@redhat.com>
10893
10894 * gdbint.texinfo (Target Architecture Definition): Delete
10895 definition of DO_REGISTERS_INFO.
10896
f2abfe65
KB
108972002-10-18 Kevin Buettner <kevinb@redhat.com>
10898
10899 * gdbint.texinfo (Address Classes): Fix problems with insertion
10900 of ``{'' and ``}'' in example.
10901
b5b0480a
KB
109022002-10-17 Kevin Buettner <kevinb@redhat.com>
10903
10904 * gdbint.texinfo (Address Classes): New section.
10905 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
10906 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
10907 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
10908 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
10909
c85508ee
KD
109102002-10-11 Klee Dienes <kdienes@apple.com>
10911
10912 * gdb.texinfo (Registers): Mention vector registers as well as
10913 floating registers in the documentation for 'info registers' and
10914 'info all-registers'.
10915
6d12fc3d
DJ
109162002-10-11 Daniel Jacobowitz <drow@mvista.com>
10917
10918 * gdbint.texinfo (CPLUS_MARKER): Remove item.
10919
8d19fbd2
JJ
109202002-10-03 Jeff Johnston <jjohnstn@redhat.com>
10921
10922 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
10923 interface definition.
10924
a37295f9
MM
109252002-10-03 Marko Mlinar <markom@opencores.org>
10926
10927 * gdb.texinfo (Target Commands): Add or1k target specific
10928 commands.
10929 * gdb.texinfo (Contributors): Add myself to the contributors list.
10930
da0f9dcd
AC
109312002-10-01 Andrew Cagney <ac131313@redhat.com>
10932
10933 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
10934 and "mi1" instead of "mi1" and "mi0".
10935
2e834e49
HPN
109362002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
10937
10938 * gdb.texinfo (Packets): Fix typos "alligned".
10939 Correct z3/Z3 description. Correct z4/Z4 title.
10940
050be0dc
AC
109412002-09-27 Andrew Cagney <ac131313@redhat.com>
10942
10943 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
10944
1104b9e7
KB
109452002-09-25 Kevin Buettner <kevinb@redhat.com>
10946
10947 * gdb.texinfo: Use GNU/Linux instead of Linux.
10948
512217c7
AC
109492002-09-25 Andrew Cagney <ac131313@redhat.com>
10950
10951 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
10952
10998722
AC
109532002-09-24 Andrew Cagney <ac131313@redhat.com>
10954
512217c7 10955 * gdb.texinfo: Replace @example with @smallexample.
10998722 10956
a0eb71c5
KB
109572002-09-20 Kevin Buettner <kevinb@redhat.com>
10958
f7dc1244 10959 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
10960 * gdb.texinfo (Character Sets): Use @smallexample instead of
10961 @example. Use GNU/Linux instead of Linux.
10962
109632002-09-20 Jim Blandy <jimb@redhat.com>
10964
10965 * gdb.texinfo: Add character set documentation.
10966
701adfb0
PA
109672002-09-20 George Helffrich <george@gly.bris.ac.uk>
10968
10969 * gdb.texinfo: Document edit command.
10970
2f870471
AC
109712002-09-19 Andrew Cagney <ac131313@redhat.com>
10972
10973 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
10974 (Packets): Add cross reference from `b' packet to `z' packets.
10975
790eb8f5
AC
109762002-09-19 Andrew Cagney <ac131313@redhat.com>
10977
8d30a00d
AC
10978 * gdb.texinfo (Maintenance Commands): Document ``maint
10979 internal-error'' and ``maint internal-warning''.
10980
790eb8f5
AC
10981 * gdbint.texinfo (Target Architecture Definition): Revise
10982 description of STACK_ALIGN. Add description of FRAME_ALIGN.
10983
a23a7bf1
JB
109842002-09-19 Joel Brobecker <brobecker@gnat.com>
10985
10986 * gdbint.texinfo (Target Conditionals): Document the new
10987 NAME_OF_MALLOC macro.
10988
299ffc64
AC
109892002-09-05 Andrew Cagney <ac131313@redhat.com>
10990
10991 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
10992 engineer.
10993
b7bb15bc
SC
109942002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10995
10996 * gdb.texinfo (TUI Overview): Document status line fields.
10997
3d757584
SC
109982002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10999
11000 * gdb.texinfo (TUI Commands): Document info win command.
11001
269c21fe
SC
110022002-09-01 Stephane Carrez <stcarrez@nerim.fr>
11003
11004 * gdb.texinfo (TUI Overview): Document breakpoint markers.
11005
7cf36c78
SC
110062002-09-01 Stephane Carrez <stcarrez@nerim.fr>
11007
11008 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
11009 (TUI Keys): Likewise.
11010
d2c6833e
AC
110112002-08-25 Andrew Cagney <ac131313@redhat.com>
11012
11013 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
11014 for a packet receive.
11015
46d8b1c3
AC
110162002-08-25 Andrew Cagney <ac131313@redhat.com>
11017
11018 * Makefile.in (clean): Move to end of file.
11019 (distclean, maintainer-clean, realclean): Ditto.
11020 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
11021 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
11022 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
11023 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
11024
b0787093
AC
110252002-08-24 Andrew Cagney <ac131313@redhat.com>
11026
11027 * Makefile.in (GDBINT_TEX_TMPS): Define.
11028 (gdbint.dvi, gdbint.pdf): Use
11029 (GDB_TEX_TMPS): Define.
11030 (gdb.dvi, gdb.pdf): Use.
11031 (STABS_TEX_TMPS): Define.
11032 (stabs.dvi, stabs.pdf): Use.
11033 (GDB_DOC_SOURCE_INCLUDES): New macros.
11034 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
11035 (GDBINT_DOC_FILES_INCLUDES): New macros.
11036 (GDBINT_DOC_BUILD_INCLUDES): New macros.
11037 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
11038 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
11039 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
11040 (links2roff): Replace SFILES_INCLUDED with
11041 GDB_DOC_SOURCE_INCLUDES.
11042 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
11043 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
11044 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
11045 dependencies.
11046 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
11047 dependencies.
11048 (gdbmi.texinfo): Delete rule.
11049 (inc-hist.texinfo): Delete rule.
11050 (rluser.texinfo): Delete rule.
11051
ebba8386
AC
110522002-08-23 Andrew Cagney <cagney@redhat.com>
11053
11054 * gdbint.texinfo (Target Architecture Definition): Update
11055 STORE_RETURN_VALUE, mention regcache.
11056
0ab7a791
AC
110572002-08-21 Andrew Cagney <ac131313@redhat.com>
11058
11059 * gdbint.texinfo (Target Architecture Definition): Document
11060 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
11061
ee2d5c50
AC
110622002-08-19 Andrew Cagney <ac131313@redhat.com>
11063
11064 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
11065 Fix minor typos. Add index entries.
11066
53c69bd7
AC
110672002-08-18 Andrew Cagney <ac131313@redhat.com>
11068
11069 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
11070
e76f1f2e
AC
110712002-08-15 Andrew Cagney <ac131313@redhat.com>
11072
11073 * gdbint.texinfo (Target Architecture Definition): Document
11074 PRINT_VECTOR_INFO.
11075 * gdb.texinfo (Vector Unit): Document "info vectors" command.
11076
0680b120
AC
110772002-08-13 Andrew Cagney <ac131313@redhat.com>
11078
11079 * gdb.texinfo (Maintenance Commands): Document "maint print
11080 registers", "maint print raw-registers" and "maint print
11081 cooked-registers".
11082
3c3bea1c
GS
110832002-08-08 Grace Sainsbury <graces@redhat.com>
11084
a9331b3f 11085 From Mark Salter:
3c3bea1c
GS
11086 * gdb.texinfo (Protocol): Document T packet extension to
11087 allow watchpoint address reporting.
11088
42f9b0a5
AC
110892002-08-03 Andrew Cagney <ac131313@redhat.com>
11090
11091 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
11092
db034ac5
AC
110932002-08-01 Andrew Cagney <cagney@redhat.com>
11094
11095 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
11096 to CHILL.
11097
e2b28d04
AC
110982002-08-01 Andrew Cagney <ac131313@redhat.com>
11099
11100 * gdbint.texinfo (Coding): Revise section "Include Files".
11101
7fb623f7
AC
111022002-07-24 Andrew Cagney <cagney@redhat.com>
11103
11104 * gdbint.texinfo: Obsolete references to m88k.
11105 * gdb.texinfo: Ditto.
11106
4a2b4636
JB
111072002-07-10 Joel Brobecker <brobecker@gnat.com>
11108
7fb623f7 11109 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
11110 where the proper version of autoconf can be retrieved.
11111
a71ec265
DH
111122002-07-09 Don Howard <dhoward@redhat.com>
11113
11114 * gdb.texinfo (Command Files): Further describe the behavior of
11115 sourced command files.
11116
b9aa90c9
AC
111172002-06-27 Andrew Cagney <ac131313@redhat.com>
11118
11119 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
11120 (Coding): Clarify ISO C version that GDB assumes.
11121
40dd2248
TT
111222002-06-26 Tom Tromey <tromey@redhat.com>
11123
11124 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
11125 add_setshow_cmd_full.
11126
bfac230e
DH
111272002-06-25 Don Howard <dhoward@redhat.com>
11128
11129 * gdb.texinfo (Memory Region Attributes): Document new behavior
11130 for 'mem' command.
11131
475b0867
JB
111322002-06-11 Jim Blandy <jimb@redhat.com>
11133
919d772c
JB
11134 * gdb.texinfo (Symbols): Update documentation for `info source'
11135 command.
11136
475b0867
JB
11137 * gdb.texinfo (Macros): Call the command `info macro', not
11138 `show macro'.
11139
ba8c9337
AC
111402002-06-09 Andrew Cagney <ac131313@redhat.com>
11141
11142 * gdbint.texinfo (Coding): Add section ``Per-architecture module
11143 data''.
11144
1029b7fa
MK
111452002-06-09 Mark Kettenis <kettenis@gnu.org>
11146
11147 * gdbint.texinfo (Target Architecture Definition): Document
11148 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
11149
16737d73
AC
111502002-06-08 Andrew Cagney <ac131313@redhat.com>
11151
11152 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
11153 lists.
11154
30107679
AC
111552002-06-08 Andrew Cagney <ac131313@redhat.com>
11156
11157 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
11158 Branch''.
11159
3352e23e
AC
111602002-06-01 Andrew Cagney <ac131313@redhat.com>
11161
11162 * gdbint.texinfo (Target Architecture Definition): Add section
11163 ``Converting an existing Target Architecture to Multi-arch''.
11164
cbb09e6a
AC
111652002-05-30 Andrew Cagney <ac131313@redhat.com>
11166
11167 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
11168 to ``Obsoleting code''. Revise.
11169
701adfb0
PA
111702002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
11171
11172 * gdbint.texinfo: Document new generic OS ABI framework.
11173
e2e0bcd1
JB
111742002-05-17 Jim Blandy <jimb@redhat.com>
11175
11176 * gdb.texinfo (C Preprocessor Macros): New chapter.
11177 Include it in the main menu.
11178 (Contributors): Credit Jim Blandy with macro support.
11179 (Compilation): Explain how to get macro information into the
11180 executable.
11181 (Expressions): Note that preprocessor macros are expanded.
11182
9db8d71f
DJ
111832002-05-14 Daniel Jacobowitz <drow@mvista.com>
11184
11185 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
11186 options for `target remote'.
11187
6d531722
AC
111882002-05-13 Andrew Cagney <ac131313@redhat.com>
11189
11190 * gdbint.texinfo (Target Architecture Definition): Delete
11191 documentation on NNPC_REGNUM.
11192
13d01224
AC
111932002-05-11 Andrew Cagney <ac131313@redhat.com>
11194
11195 * gdbint.texinfo (Target Architecture Definition): Document
11196 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
11197 (Target Architecture Definition): Revise section `Using Different
11198 Register and Memory Data Representations'. Add section `Raw and
11199 Virtual Register Representations'.
11200
b2e75d78
AC
112012002-05-11 Andrew Cagney <ac131313@redhat.com>
11202
11203 * gdbint.texinfo (Target Architecture Definition): Mention
11204 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
11205 (Target Architecture Definition): Mention same. Add references to
11206 web pages.
11207
2c8682ee
MS
112082002-05-08 Michael Snyder <msnyder@redhat.com>
11209
11210 * stabs.texinfo (Attributes): Document new "vector" attribute.
11211
0816590b
AC
112122002-05-04 Andrew Cagney <ac131313@redhat.com>
11213
11214 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
11215
2653173e
AC
112162002-05-04 Andrew Cagney <ac131313@redhat.com>
11217
11218 * gdb.texinfo: Delete obsolete references to a29k.
11219
d7bd68ca
AC
112202002-04-24 Andrew Cagney <ac131313@redhat.com>
11221
11222 * gdbint.texinfo (Target Architecture Definition): Replace
11223 IN_SIGTRAMP with PC_IN_SIGTRAMP.
11224
21d83aa5
DM
112252002-04-24 David S. Miller <davem@redhat.com>
11226
11227 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
11228
7673a6cc
DM
112292002-04-21 David S. Miller <davem@redhat.com>
11230
11231 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
11232
d49d1e0a
AC
112332002-04-21 Andrew Cagney <ac131313@redhat.com>
11234
11235 * gdbint.texinfo (Target Architecture Definition): Delete
11236 definition of HAVE_REGISTER_WINDOWS.
11237
f7dc1244 112382002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
11239
11240 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
11241 "Theodore A. Roth" <troth@verinet.com>.
11242
5ca0cb28
DH
112432002-04-15 Don Howard <dhoward@redhat.com>
11244
f7dc1244 11245 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 11246 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 11247 Provide a better explaination of this feature.
5ca0cb28 11248
f208ba17
AC
112492002-04-14 Andrew Cagney <ac131313@redhat.com>
11250
11251 * gdbint.texinfo (Target Architecture Definition): Remove
11252 FRAME_CHAIN_COMBINE.
11253
d5ba91de
MC
112542002-04-12 Michael Chastain <mec@shout.net>
11255
11256 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
11257 REG_STACK_SEGMENT.
11258
26818220
MC
112592002-04-09 Michael Chastain <mec@shout.net>
11260
11261 * gdbint.texinfo (Obsolete Conditionals): Remove references to
11262 PYRAMID_* macros.
11263
129188f6
AC
112642002-04-07 Andrew Cagney <ac131313@redhat.com>
11265
11266 * gdb.texinfo (Bug Reporting): Document that the web is the
11267 prefered way of submitting bug reports.
11268 (Bug Reporting): Delete the s-mail address as the last resort.
11269
8227c0ff
AC
112702002-04-05 Andrew Cagney <ac131313@redhat.com>
11271
11272 * gdbint.texinfo (Target Architecture Definition): Delete
11273 references to TARGET_WRITE_FP and write_fp.
11274
16d9dec6
MS
112752002-03-27 Michael Snyder <msnyder@redhat.com>
11276
11277 * gdb.texinfo: Document new commands dump, append, and restore.
11278
9ae8b82c
AC
112792002-03-27 Andrew Cagney <ac131313@redhat.com>
11280
11281 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
11282 Branch'.
11283
474c8240
AC
112842002-03-18 Andrew Cagney <ac131313@redhat.com>
11285
11286 * gdb.texinfo: Change all examples to @smallexample.
11287 * gdbint.texinfo: Ditto.
a9331b3f 11288
fb0ff88f
AC
112892002-03-18 Andrew Cagney <ac131313@redhat.com>
11290
11291 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
11292 Branches''.
11293
9bb0a4d8
AC
112942002-03-18 Andrew Cagney <ac131313@redhat.com>
11295
11296 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
11297 Policy''.
11298
937f164b
FF
112992002-03-04 Fred Fish <fnf@redhat.com>
11300
11301 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
11302 expresson, suports, dependant, trhe, perhaphs, situtations,
11303 explictily, taged, oportunity, unfortunatly).
11304
a7b40f07
AC
113052002-02-24 Andrew Cagney <ac131313@redhat.com>
11306
11307 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
11308 Remove reference to 3.12.
11309
701adfb0
PA
113102002-02-23 Paul Eggert <eggert@twinsun.com>
11311
11312 * Makefile.in (GDBvn.texi): Change "head -1" to "sed q", since
11313 POSIX 1003.1-2001 no longer allows "head -1".
11314
aab4e0ec
AC
113152002-02-23 Andrew Cagney <ac131313@redhat.com>
11316
11317 * gdbint.texinfo: Include fdl.texi.
11318 (Top): Add GNU Free Documentation License.
11319 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
11320 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
11321 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
11322 (gdbint.info): Add srcdir to include path.
11323 * gdb.texinfo: Include gpl.texi.
11324 (Top): Add Copying.
11325 * gpl.texi: New file.
11326
47b95330
AC
113272002-02-23 Andrew Cagney <ac131313@redhat.com>
11328
11329 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
11330
78c47bea
PM
113312002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
11332
11333 * gdb.texinfo: Document Cygwin native specific commands.
11334
56460a61
DJ
113352002-02-15 Daniel Jacobowitz <drow@mvista.com>
11336
11337 * gdb.texinfo: Document gdbserver ``--attach'' command.
11338
def71bfa
MS
113392002-02-07 Michael Snyder <msnyder@redhat.com>
11340
11341 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
11342 to @code(_ovly_debug_event).
11343
c928edc0
AC
113442002-02-07 Andrew Cagney <ac131313@redhat.com>
11345
11346 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
11347
81d46470
MS
113482002-02-06 Michael Snyder <msnyder@redhat.com>
11349
11350 * gdb.texinfo (overlays): Mention new magic symbol
11351 '_ovly_debug_event', which allows GDB to keep better track
11352 of overlays.
11353
701adfb0
PA
113542002-02-06 Richard Earnshaw <rearnsha@arm.com>
11355
11356 * gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11357 (PRINT_FLOAT_INFO): Document it.
11358
f7dc1244 113592002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
11360
11361 * gdb.texinfo (Memory Region Attributes): Fix the wording.
11362 Suggested by Dmitry Sivachenko.
11363
11364 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
11365
15110bc3
MS
113662002-02-01 Michael Snyder <msnyder@redhat.com>
11367
11368 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
11369
6763aef9
MS
113702002-01-30 Michael Snyder <msnyder@redhat.com>
11371
ac282366
MS
11372 * gdb.texinfo: (remote protocol): Gramatical fix-up.
11373 (set trust-readonly-sections): Document.
6763aef9 11374
8642bc8f
AC
113752002-01-29 Andrew Cagney <ac131313@redhat.com>
11376
11377 * gdbint.texinfo (Releasing GDB): Revise and update.
11378
afe64c1a
AC
113792002-01-28 Andrew Cagney <ac131313@redhat.com>
11380
11381 * gdbint.texinfo (Target Architecture Definition): Delete
11382 description of TARGET_BYTE_ORDER_DEFAULT.
11383
f7dc1244 113842002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
11385
11386 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
11387 <mitya@cavia.pp.ru>.
11388
3d6e1b5a
AC
113892002-01-23 Andrew Cagney <ac131313@redhat.com>
11390
11391 * libgdb.texinfo: Delete file.
11392
6c0e9fb3
AC
113932002-01-22 Andrew Cagney <ac131313@redhat.com>
11394
11395 * gdb.texinfo: Remove makeinfo 3.12 hacks.
11396 * gdbint.texinfo: Ditto.
11397
e0ce93ac
AC
11398Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
11399
11400 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
11401
be298bcc
AC
114022002-01-22 Andrew Cagney <ac131313@redhat.com>
11403
11404 * Makefile.in: Update copyright.
11405 (TEXI2DVI): Define.
11406 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
11407 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
11408 gdb-cfg.texi.
11409 (TEXINDEX, PDFTEX): Delete makefile variables.
11410
8e04817f
AC
114112002-01-22 Andrew Cagney <ac131313@redhat.com>
11412
11413 * gdb.texinfo (Protocol): Move section to appendix.
11414
6b2f586d
AC
114152002-01-21 Andrew Cagney <ac131313@redhat.com>
11416
11417 * gdb.texinfo (Remote Debugging): Create a menu.
11418 (Top): Add ``Remote Debugging'' to menu.
11419
6f05cf9f
AC
114202002-01-21 Andrew Cagney <ac131313@redhat.com>
11421
11422 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
11423 serial protocol'' from here.
11424 (Remote Debugging): To here. New chapter.
11425
3fd3d7d2
AC
114262002-01-20 Andrew Cagney <ac131313@redhat.com>
11427
11428 * gdbint.texinfo (Target Architecture Definition): Delete
11429 description of TARGET_BYTE_ORDER_SELECTABLE_P.
11430
7fd60527
AC
114312002-01-20 Andrew Cagney <ac131313@redhat.com>
11432
11433 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
11434 are no longer needed.
11435 (Porting GDB): Add maintainer note about configure.host.
11436
c2f05ac9
AC
114372002-01-20 Andrew Cagney <ac131313@redhat.com>
11438
11439 * gdbint.texinfo (Target Architecture Definition): Remove
11440 definition of IEEE_FLOAT.
11441
f7dc1244 114422002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
11443
11444 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
11445 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
11446 <3diff@gnu.org>
231b2aad 11447
82600034
AC
114482002-01-19 Andrew Cagney <ac131313@redhat.com>
11449
11450 * gdbint.texinfo (Host Definition): Remove references to
11451 MALLOC_INCOMPATIBLE.
11452
7708fa01
AC
114532002-01-17 Andrew Cagney <ac131313@redhat.com>
11454
11455 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
11456 and xyz-xdep.o.
11457
eb12ee30
AC
114582002-01-17 Andrew Cagney <ac131313@redhat.com>
11459
889bf7c5 11460 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
11461 (Set Breaks): Copy ``maint info breakpoint'' doco to
11462 ``Maintenance Commands'' appendix. Add reference.
11463
c9ccaa92
AC
114642002-01-17 Andrew Cagney <ac131313@redhat.com>
11465
11466 * fdl.texi: Remove next/prev from @node.
11467
f7dc1244 114682002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
11469
11470 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
11471 for monstrous @multitable (from Brian Youmans).
11472
11473 * fdl.texi: New file.
11474
11475 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
11476
8973da3a
AC
114772002-01-15 Andrew Cagney <ac131313@redhat.com>
11478
11479 * gdbint.texinfo (Releasing GDB): New chapter.
11480
7d86b5d5
AC
114812002-01-14 Andrew Cagney <ac131313@redhat.com>
11482
11483 * gdb.texinfo (Embedded Processors, Calling program functions):
11484 Obsolete references to a29k.
11485
cc1cb004
AC
114862002-01-13 Andrew Cagney <ac131313@redhat.com>
11487
11488 * gdbint.texinfo (Coding): Review Cleanups section. Examples
11489 examples. Document that a code-block should do or discard its
11490 cleanups before exit.
11491
79f12247
MS
114922002-01-11 Michael Snyder <msnyder@redhat.com>
11493
11494 * gdb.texinfo (Choosing files): Change @samp to @file.
11495
19837790
MS
114962002-01-05 Michael Snyder <msnyder@redhat.com>
11497
11498 * gdb.texinfo (--pid): Document new command line option (attach).
11499
f7dc1244 115002002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
11501
11502 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
11503 in the stub.
11504
d7449b42
AC
115052002-01-04 Andrew Cagney <ac131313@redhat.com>
11506
11507 * gdbint.texinfo (Target Architecture Definition): Replace
11508 BIG_ENDIAN with BFD_ENDIAN_BIG.
11509
f23631e4
AC
115102002-01-03 Andrew Cagney <ac131313@redhat.com>
11511
11512 * gdbint.texinfo (Target Architecture Definition): Replace
11513 value_ptr with struct value pointer.
11514
72c9928d
EZ
115152002-01-02 Eli Zaretskii <eliz@gnu.org>
11516
11517 * gdb.texinfo (Free Software): Fix wording.
11518
959acfd1
EZ
115192001-12-31 Eli Zaretskii <eliz@gnu.org>
11520
11521 * gdb.texinfo (Free Software): New section ``Free Software Needs
11522 Free Documentation''.
11523
f7dc1244 115242001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
11525
11526 * stabs.texinfo:
11527 * gdb.texinfo:
11528 * gdbint.texinfo:
11529 * libgdb.texinfo:
11530 * annotate.texi: Fix the application of GFDL in the Copyright notice.
11531
6600abed
MS
115322001-12-29 Michael Snyder <msnyder@redhat.com>
11533
11534 * gdb.texinfo (maint info sections): Fix typo.
11535
f6680716
MS
115362001-12-26 Michael Snyder <msnyder@redhat.com>
11537
fe95c787
MS
11538 * gdb.texinfo (maint info sections): Document.
11539
a9331b3f 11540 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
11541 'info proc' sub-options that are currently not implemented.
11542
c3d3ce5b
JB
115432001-12-20 Jim Blandy <jimb@redhat.com>
11544
11545 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
11546
778eb05e
AC
115472001-12-15 Andrew Cagney <ac131313@redhat.com>
11548
11549 * gdbint.texinfo (Target Architecture Definition): Replace
11550 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
11551
2607059c
AC
115522001-12-01 Andrew Cagney <ac131313@redhat.com>
11553
11554 * gdbint.texinfo (Host Definition): Delete documentation on
11555 HOST_BYTE_ORDER.
11556
df0cd8c5
JB
115572001-11-30 Jim Blandy <jimb@redhat.com>
11558
11559 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 11560 overlay support. Add to top-level menu.
df0cd8c5 11561
88118b3a
TT
115622001-11-26 Tom Tromey <tromey@redhat.com>
11563
11564 * gdb.texinfo (Command Syntax): Document C-o binding.
11565
96565e91
CF
115662001-07-26 Christopher Faylor <cgf@redhat.com>
11567
11568 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
11569 use since it is described in the referenced section.
11570
f7dc1244 11571 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
11572 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
11573 clearer when using DJGPP.
11574
2a3d5645
CF
115752001-11-24 Christopher Faylor <cgf@redhat.com>
11576
11577 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
11578 specifically refer to MS-DOS.
11579 (command files): Mention gdb.ini is only used on MS-DOS.
11580
aa26fa3a
TT
115812001-11-21 Tom Tromey <tromey@redhat.com>
11582
11583 * gdb.texinfo (Invoking GDB): Document --args.
11584 (Mode Options): Likewise.
11585
4f8ada06
JB
115862001-11-21 Jim Blandy <jimb@redhat.com>
11587
11588 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
11589 Delete documentation; this macro has been removed from the
11590 sources.
4f8ada06 11591
3fe0dc10
JB
115922001-11-13 Jim Blandy <jimb@redhat.com>
11593
11594 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
11595
9e5abb06
CV
115962001-11-06 Corinna Vinschen <vinschen@redhat.com>
11597
11598 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
11599
1c5dfdad
MS
116002001-11-05 Michael Snyder <msnyder@redhat.com>
11601
a9331b3f 11602 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
11603 quote regexp chars in function names such as "operator*()".
11604
990f9fe3
FF
116052001-11-01 Fred Fish <fnf@redhat.com>
11606
11607 * gdbint.texinfo (SOLIB_ADD): Document additional new
11608 "readsyms" arg.
11609
b433d00b
DH
116102001-10-30 Don Howard <dhoward@redhat.com>
11611
070b1dd3
DH
11612 * gdb.texinfo: (Command Files) Added documentation for the
11613 behavior of gdb with input redirected from a file.
b433d00b 11614
b7209cb4
FF
116152001-10-28 Fred Fish <fnf@redhat.com>
11616
11617 * gdb.texinfo (auto-solib-add): Change docs to match
11618 implementation change.
11619 (auto-solib-limit): Add docs for new variable.
11620
1aa20aa8
AC
116212001-10-15 Andrew Cagney <ac131313@redhat.com>
11622
11623 * gdbint.texinfo (Target Architecture Definition): Function
11624 value_as_pointer renamed to value_as_address.
11625
fc0c74b1
AC
116262001-10-15 Andrew Cagney <ac131313@redhat.com>
11627
11628 * gdbint.texinfo (Target Architecture Definition): Default
11629 POINTER_TO_ADDRESS functions assume unsigned addresses.
11630 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
11631 posting by Jim Blandy.
11632
f4846649
JB
116332001-10-12 Jim Blandy <jimb@redhat.com>
11634
11635 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
11636 version of texi2html (1.64) doesn't support this flag any more.
11637
f277788b
MK
116382001-09-08 Mark Kettenis <kettenis@gnu.org>
11639
a9dc4918
MK
11640 * gdbint.texinfo (Host Definition): Remove description of
11641 MEM_FNS_DECLARED.
11642
d28379df
MK
11643 * gdbint.texinfo (Host Definition): Remove description of R_OK.
11644
f277788b
MK
11645 * gdbint.texinfo (Host Definition): Remove description of
11646 HAVE_SIGSETMASK.
11647
7ccaa899
EZ
116482001-09-04 Elena Zannoni <ezannoni@redhat.com>
11649
11650 * gdbint.texinfo (Target Architecture Definition): Add
11651 explanation of TARGET_PRINT_INSN macro.
11652
17d9d558
JB
116532001-08-30 Jim Blandy <jimb@redhat.com>
11654
11655 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
11656 Explain what it means to load relocatable files.
11657
72cde065
JB
116582001-08-28 Jim Blandy <jimb@redhat.com>
11659
11660 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
11661 info `top' menu.
11662
9e678452
CF
11663Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
11664
11665 * gdbint.texinfo: Add a cautionary note about macro use.
11666
a2bea4c3 116672001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 11668
a2bea4c3
CV
11669 * gdb.texinfo: Explain omitting the hostname in the
11670 `target remote' command.
11671
1129bf27
DJ
116722001-07-30 Daniel Jacobowitz <drow@mvista.com>
11673
11674 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
11675 and END-INFO-DIR-ENTRY.
11676
732b3002
SC
116772001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11678
11679 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
11680
89437448
AC
116812001-07-25 Andrew Cagney <ac131313@redhat.com>
11682
11683 * gdbint.texinfo (libgdb): Rewrite.
11684
f7dc1244 116852001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
11686
11687 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
11688
c4555f82
SC
116892001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11690
11691 * gdb.texinfo (TUI): New chapter, document the TUI.
11692 (Mode Options): Document the -tui option.
11693
2f45a6e0
MK
116942001-07-23 Mark Kettenis <kettenis@gnu.org>
11695
11696 * gdbint.texinfo (Host Definition): Remove description of
11697 NEED_POSIX_SETPGID.
11698
f7dc1244 116992001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
11700
11701 * gdb.tex (DJGPP Native): New node, with descriptions of
11702 DJGPP-specific commands.
11703
be9c6c35
JM
117042001-07-19 John R. Moore <jmoore@redhat.com>
11705
11706 * gdbint.texinfo: Three misspellings.
11707
dfa249fb
AC
117082001-07-06 Andrew Cagney <ac131313@redhat.com>
11709
11710 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
11711 `test` expressions on bash. Problem reported by Colin Walters.
11712
c72e7388
AC
117132001-07-04 Andrew Cagney <ac131313@redhat.com>
11714
11715 * gdbint.texinfo (User Interface): Update ui-out documentation to
11716 refelect recent UI/MI updates.
11717
94bbb2c0
AC
117182001-07-04 Andrew Cagney <ac131313@redhat.com>
11719
11720 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
11721 interpreters.
11722
af6c57ea
AC
117232001-06-15 Andrew Cagney <ac131313@redhat.com>
11724
11725 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
11726 structure and not macros.
11727 (Host Definition): Document that much of this chapter is obsolete.
11728 (Target Architecture Definition): Update list of files that make
11729 up a target architecture.
11730 (Coding): Update.
11731
83aa8bc6
AC
117322001-06-28 Andrew Cagney <ac131313@redhat.com>
11733
11734 * gdbint.texinfo (Target Architecture Definition): Update
11735 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
11736 The latter has been changed to a true predicate.
11737
f7dc1244 117382001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
11739
11740 * annotate.texi: Add @noindent where needed. From Dmitry
11741 Sivachenko <dima@Chg.RU>.
11742 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
11743
656db9b0
AC
117442001-06-16 Andrew Cagney <ac131313@redhat.com>
11745
11746 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
11747
df2396a1
AC
117482001-06-14 Andrew Cagney <ac131313@redhat.com>
11749
11750 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
11751 returns ``OK''. Document that the ``R'' packet does not reply.
11752
0f1f2b0a
MS
117532001-06-13 Michael Snyder <msnyder@redhat.com>
11754
11755 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
11756
f7dc1244 117572001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
11758
11759 * gdb.texinfo (Signals): Clarify the default setting of signal
11760 handling.
11761
a5d7c491
AC
117622001-05-14 Andrew Cagney <ac131313@redhat.com>
11763
11764 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
11765 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
11766
05a54c4f
AC
117672001-05-12 Andrew Cagney <ac131313@redhat.com>
11768
11769 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
11770
f7dc1244 117712001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
11772
11773 * gdbint.texinfo (Clean Design and Portable Implementation):
11774 Renamed from "Clean Design".
11775 (Clean Design and Portable Implementation): Document portable
11776 methods of handling file names, and the associated macros.
11777
f7dc1244 117782001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
11779
11780 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
11781 command and provide a cross-reference to its description.
11782 (Symbols): Note that "info scope" is useful for trace experiments.
11783
f7dc1244 117842001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 11785
b37052ae
EZ
11786 * gdb.texinfo (Symbols): Document "info scope".
11787 (Tracepoints): New chapter.
11788 (Contributors): Update for v5.1.
11789 <All nodes>: Change "C++" to "C@t{++}".
11790
0ee54786
EZ
11791 * gdbint.texinfo (User Interface): A new section about ui_out
11792 functions, based on text written by Fernando Nasser.
11793
c534679c
EZ
11794 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
11795
f7dc1244 117962001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 11797
e9c75b65
EZ
11798 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
11799
11800 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
11801
11802 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
11803 Replace "GDB" with "@value{GDBN}". Fix markup.
11804
11805 * annotate.texi: Change Permissions to GFDL. Update Copyright.
11806
3d67e040
EZ
11807 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
11808 a cross-reference to its description.
11809 (Symbols): Document "info symbol".
11810
f7dc1244 118112001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
11812
11813 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
11814 subsection "x86 Watchpoints".
11815 (Target Architecture Definition): Document the macros
11816 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
11817 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
11818
b0ed3589
AC
118192001-03-20 Andrew Cagney <ac131313@redhat.com>
11820
11821 * gdbint.texinfo (Target Architecture Definition): Update
11822 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
11823 list.
11824
b6ba6518
KB
118252001-03-06 Kevin Buettner <kevinb@redhat.com>
11826
11827 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
11828 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
11829
f7dc1244 118302001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
11831
11832 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
11833
f7dc1244 118342001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 11835
17cc6a06
EZ
11836 * gdb.texinfo (Environment): Document that `path' does not change
11837 the value of PATH in GDB's own environment (it did in the past,
11838 but that was changed on March 15, 1994). Reported by Doug Evans
11839 <dje@transmeta.com>.
11840
56caf160
EZ
11841 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
11842 its line. Fix markup of commands and macros. Add an Index node
11843 and index entries.
11844
29e57380
C
118452001-01-23 J.T. Conklin <jtc@redback.com>
11846
11847 * gdb.texinfo (Memory region attributes): New manual section.
11848
1c6147de
ND
118492001-01-04 Nicholas Duffek <nsd@redhat.com>
11850
11851 * gdbint.texinfo (POP_FRAME): Document use by return_command.
11852
f7dc1244 118532000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
11854
11855 * refcard.tex: Version and copyright fixed. From Phil Edwards
11856 <pedwards@disaster.jaj.com>.
11857
0dcedd82
AC
11858Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
11859
11860 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 11861 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 11862
3b851bce
AC
11863Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
11864
11865 * gdbint.texinfo (Coding): Update current value of
889bf7c5 11866 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 11867
f7dc1244 118682000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
11869
11870 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
11871 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
11872
b90a5f51
CF
118732000-11-10 Christopher Faylor <cgf@cygnus.com>
11874
11875 * gdb.texinfo: Document new 'set step-mode' command.
11876
f7dc1244 118772000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
11878
11879 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
11880 changes from Dmitry Sivachenko <dima@Chg.RU>.
11881
f7dc1244 118822000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
11883
11884 * gdb.texinfo (Hooks): Document the new post-hook functionality.
11885 From Steven Johnson <sbjohnson@ozemail.com.au>.
11886
2e685b93
MK
118872000-08-10 Mark Kettenis <kettenis@gnu.org>
11888
11889 * gdbint.texinfo (Overall Structure): Spelling fix.
11890
f7dc1244 118912000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
11892
11893 * gdbint.texinfo (Target Architecture Definition): Document that
11894 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
11895 for which REGISTER_CONVERTIBLE returns a zero value.
11896
63ac3005
EZ
118972000-07-08 Christopher Faylor <cgf@cygnus.com>
11898
11899 * Makefile.in (install-info): Find files to install in either the
11900 build or source directories (adapted from Makefile.am).
11901
bd79f757
ND
119022000-07-07 Nicholas Duffek <nsd@redhat.com>
11903
11904 * stabs.texinfo: Fix spelling errors.
11905 (String Field): FILE-NUMBER starts from 0, not 1.
11906
f7dc1244 119072000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
11908
11909 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 11910 Brian Youmans.
5f208f6d 11911
f7dc1244 119122000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
11913
11914 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
11915 the source directory. Reported by Mark Harig
11916 <markh@frazier.landmark.com>.
cc542d3b 11917
f3b28801
C
119182000-06-20 J.T. Conklin <jtc@redback.com>
11919
11920 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
11921
449f3b6c
AC
11922Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
11923
11924 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 11925 Generate using pdftex.
449f3b6c 11926 (PDFTEX): Define.
889bf7c5 11927 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 11928 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 11929 @contents at the start.
449f3b6c 11930
f7dc1244 119312000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
11932
11933 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 11934 Youmans.
48e934c6 11935
9e9c5ae7
AC
11936Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
11937
11938 From Brian Youmans:
11939 * gdb.texinfo: Fix ``et al.''.
11940
c741b251
AC
11941Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
11942
11943 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 11944 loop.
c741b251 11945
4ab64e14
JG
119462000-05-19 Jimmy Guo <guo@cup.hp.com>
11947
11948 * configure: Regenerate.
11949
f7dc1244 119502000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
11951
11952 * Makefile.in (install-info): Run install-info on installed Info
11953 files.
11954
8c70017b
AC
11955Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11956
a7cb598a 11957 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 11958 Andrew Cagney.
8c70017b 11959
f7dc1244 119602000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
11961
11962 * gdb.texinfo: Proofreading changes from Brian Youmans.
11963
bf0184be
ND
119642000-05-01 Nick Duffek <nsd@cygnus.com>
11965
11966 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
11967 startup sequence, minor edits.
11968
f7dc1244 119692000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
11970
11971 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
11972 TeX.
11973
11974 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
11975 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
11976 like `n' and `s' which look weird. Convert some of the @kindex to
11977 @vindex, when they refer to variables, not commands.
11978
33e16fad
AC
11979Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11980
11981 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
11982
f7dc1244 119832000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
11984
11985 * Makefile.in (GDBMI_DIR): New variable.
11986 (SET_TEXINPUTS): Add $(GDBMI_DIR).
11987 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
11988 (gdbmi.texinfo): New target, for texi2roff.
11989 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
11990 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
11991
11992 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
11993 gdbmi.texinfo.
11994 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
11995 comment.
11996
d167840f
EZ
119972000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11998
11999 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 12000 command.
d167840f 12001
f7dc1244 120022000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
12003
12004 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
12005 prevents the build (and is generally a Bad Idea).
12006
f7dc1244 120072000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
12008
12009 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
12010 a comma inside @var.
12011 (Command Files): Index markup changes from Dmitry Sivachenko
12012 <dima@Chg.RU>.
12013
f7dc1244 120142000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
12015
12016 * Makefile.in (LN_S): Define.
12017 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
12018 invoke "ln -s" unless it is known to work.
12019
12020 * configure.in (AC_PROG_LN_S): Add.
12021
8dc7983f
JB
120222000-04-14 Jim Blandy <jimb@redhat.com>
12023
12024 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
12025 section.
12026 (Target Conditionals): Document ADDRESS_TO_POINTER,
12027 POINTER_TO_ADDRESS.
12028
1a8237e8
DB
120292000-04-11 Daniel Berlin <dan@cgsoftware.com>
12030
12031 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
12032 gdb-cfg.texi to get the value.
12033
ca526f1a
JB
120342000-04-10 Jim Blandy <jimb@redhat.com>
12035
12036 * gdbint.texinfo (Target Architecture Definition): Fix
12037 cross-references.
12038
faaafcb4
JB
120392000-04-08 Jim Blandy <jimb@redhat.com>
12040
12041 * gdbint.texinfo (Using Different Register and Memory Data
12042 Representations): New section.
12043 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
12044 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
12045 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 12046
1b27397f
AC
12047Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
12048
12049 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 12050 for acknowledgments.
1b27397f 12051
480ff1fb
AC
12052Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
12053
12054 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 12055 qThreadExtraInfo.
480ff1fb 12056
a9331b3f 120572000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 12058
a9331b3f
RM
12059 * gdb.texinfo: Clarify which remote debug protocol commands are
12060 required and which are optional.
f1251bdd 12061
dbeb8dbd
AC
12062Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
12063
12064 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
12065 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
12066 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
12067 * annotate.texi: Update.
12068
6d2ebf8b
SS
120692000-03-28 Stan Shebs <shebs@apple.com>
12070
12071 * gdb.texinfo: Update dates, bump to Eighth Edition (note
12072 expectation of additional changes before release), update
12073 ISBN, add copy of top-level menu for @ifhtml, remove explicit
12074 node links, rephrase and/or shorten lines to fix formatting
12075 problem in both regular and @smallbook formats.
12076 * annotate.texi: Shorten lines in example, use smallexample
12077 consistently everywhere.
12078 * Makefile.in: Add comment about texinfo 4.0 html generation.
12079 (SFILES_INCLUDED): Add annotate.texi.
12080
5d161b24
DB
120812000-03-27 Daniel Berlin <dan@cgsoftware.com>
12082
5ae4183a
AS
12083 * gdb.texinfo (Debugging Output): Added new section, documenting
12084 the "set/show debug" commands.
5d161b24 12085
b9deaee7
AC
12086Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
12087
12088 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 12089 entry.
b9deaee7
AC
12090
12091 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
12092 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 12093 @chapter and @node entries.
a9331b3f 12094
b9deaee7 12095 * gdb.texinfo: Link all top-level nodes.
a9331b3f 12096
9ef47d30
AC
12097Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
12098
12099 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 12100 files.
9ef47d30 12101
cfeada60
FN
121022000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
12103
12104 From David Whedon <dwhedon@gordian.com>
5ae4183a 12105 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 12106
6837a0a2
DB
121072000-03-22 Daniel Berlin <dan@cgsoftware.com>
12108
12109 * gdb.texinfo: Add documentation for the apropos command.
12110
bba2971c
MS
121112000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
12112
12113 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
12114
2b628194
MS
121152000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
12116
a9331b3f 12117 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
12118 two places.
12119
96a2c332
SS
121202000-03-17 Stan Shebs <shebs@apple.com>
12121
12122 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
12123 <dima@Chg.RU>, also clarification of allowed content for
12124 string constants.
12125
f7dc1244 121262000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
12127
12128 * gdb.texinfo (main menu): Add Annotations.
12129 (File Options): Add @cindex entries for each command-line option.
12130 Document --epoch, --annotate, --async, --interpreter, --write,
12131 --statistics, and --version.
12132
12133 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
12134 of GDB.
12135
9d233477
JB
121362000-02-23 Jim Blandy <jimb@redhat.com>
12137
12138 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
12139
14e0eb3b
JB
121402000-02-22 Jim Blandy <jimb@redhat.com>
12141
12142 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
12143
3555de01
JM
121442000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
12145
12146 * Makefile.in (diststuff): New target.
12147
5e35df8e
KB
121482000-02-15 Kevin Buettner <kevinb@redhat.com>
12149
12150 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 12151 architecture. [From Jim Wilson.]
5e35df8e 12152
c5394b80
JM
121532000-01-16 Tom Tromey <tromey@cygnus.com>
12154
12155 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
12156 (Delete Breaks): Mention range arguments.
12157 (Disabling): Likewise.
12158
c3f6f71d
JM
121592000-01-05 Dmitry Sivachenko <dima@Chg.RU>
12160
12161 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
12162
c4093a6a
JM
12163Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
12164
12165 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 12166 valid functions.
c4093a6a 12167
11cf8741
JM
121681999-11-05 Stan Shebs <shebs@andros.cygnus.com>
12169
12170 * gdb.texinfo: Clarify regular expressions used in rbreak.
12171
917317f4
JM
121721999-10-15 Kevin Buettner <kevinb@cygnus.com>
12173
12174 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
12175 MEMORY_REMOVE_BREAKPOINT): Document.
12176
12177Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
12178
12179 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 12180 offset re-using the DATA offset instead.
917317f4 12181
2df3850c
JM
121821999-10-11 Jim Kingdon <kingdon@redhat.com>
12183
12184 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
12185
701adfb0
PA
121861999-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
12187
12188 * gdbint.texinfo (SYMBOLS_CAN_START_WITH_DOLLAR): Document.
12189
2df3850c
JM
121901999-10-05 Stan Shebs <shebs@andros.cygnus.com>
12191
12192 From Dmitry Sivachenko <demon@gpad.ac.ru>:
12193 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
12194 typos.
12195
12196 * gdb.texinfo: Various minor wording and formatting improvements,
12197 mentions of additional command-line options.
12198
2acceee2
JM
121991999-09-30 Fred Fish <fnf@cygnus.com>
12200
12201 * gdb.texinfo: Document additional forms of specifying section
12202 names and addresses for the add-symbol-file command.
12203
c2c6d25f
JM
122041999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
12205
12206 * gdbint.texinfo: Fix typo, add the word "have".
12207
122081999-09-14 Jim Blandy <jimb@cris.red-bean.com>
12209
12210 * gdbint.texinfo (Target Architecture Definition): Document the
12211 SKIP_PERMANENT_BREAKPOINT macro.
12212
d4f3574e
SS
122131999-09-07 Stan Shebs <shebs@andros.cygnus.com>
12214
12215 * gdb.texinfo: Fiks speling errers.
12216
12217 * gdb.texinfo: Fix uses of @multitable.
12218
f7dc1244 12219 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 12220 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 12221 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
12222 comments about using with optimization, add more indexing,
12223 fix info about disassembly-flavor.
12224
12225Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
12226
12227 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
12228 SKIP_SOLIB_RESOLVER): Define.
12229
12230Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
12231
12232 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 12233 ``g'' packets.
d4f3574e 12234
104c1213
JM
122351999-08-30 Stan Shebs <shebs@andros.cygnus.com>
12236
12237 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
12238 platform-specific info, inline remote.texi and move sections of it
12239 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
12240 and register stack into the new chapter.
12241 * remote.texi: Remove, now part of gdb.texinfo.
12242 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
12243
122441999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
12245
12246 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
12247 GDB_TARGET_IS_MACH386): These kludges have gone away.
12248
12249Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
12250
12251 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 12252 TDEPLIBS.
104c1213 12253
53a5351d
JM
122541999-08-20 Stan Shebs <shebs@andros.cygnus.com>
12255
12256 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
12257 surrounding text to fit HP-UX bits into general info.
12258 (HPPA-cfg.texi): Remove, no longer useful.
12259
12260 * gdb.texinfo: Remove explicit links from @node lines, remove
12261 HP-added "Detailed Node Listing" from main menu which confuses
12262 things.
12263
12264 From Dmitry Sivachenko <dima@Chg.RU>:
12265 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 12266 in description of `set environment'.
53a5351d
JM
12267
122681999-08-17 Stan Shebs <shebs@andros.cygnus.com>
12269
12270 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
12271
7be570e7
JM
122721999-08-12 Ben Elliston <bje@cygnus.com>
12273
12274 * gdbint.texinfo (Breakpoint Handling): Add missing words.
12275
f7dc1244 122761999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
12277
12278 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
12279 watch, awatch, and rwatch. Explain why the latter two cannot be
12280 set as software watchpoints. Document that watchpoints for local
12281 variables are deleted when the debuggee terminates.
7be570e7
JM
12282
12283Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
12284
12285 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
12286 packet. Allow E.. response packet. "qRcmd" packet is no longer
12287 reserved.
7be570e7
JM
12288
122891999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12290
a9331b3f
RM
12291 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
12292 * gdb.texinfo: Ditto.
7be570e7 12293
701adfb0
PA
12294Sun Aug 8 12:06:47 1999 Fred Fish <fnf@cygnus.com>
12295
12296 * gdbint.texinfo (find_sym_fns): This replaces symfile_init.
12297
96baa820
JM
122981999-08-06 Tom Tromey <tromey@cygnus.com>
12299
12300 * gdb.texinfo (KOD): New node.
12301
12302Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
12303
12304 * remote.texi (Rcmd): Fix minor formatting typos.
12305
12306Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
12307
12308 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 12309 packets.
96baa820 12310
adf40b2e
JM
123111999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
12312
12313 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
12314 fixes.
12315
43ff13b4
JM
12316Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
12317
12318 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
12319
085dd6e6
JM
12320Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
12321
12322 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
12323 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
12324 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
12325 packets that are not supported on all hosts. Expand examples.
12326 Spell check.
085dd6e6
JM
12327
123281999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
12329
12330 * Makefile.in: Recognize html, install-html. Add targets
12331 to build HTML versions of documentation via texi2html.
12332
12333Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
12334
12335 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 12336 testsuite.
085dd6e6
JM
12337
12338Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
12339
12340 * remote.texi (Communication Protocol): Rewrite.
12341
12342Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
12343
12344 * stabs.texinfo: Fix uses of xref.
12345
9e0b60a8
JM
12346Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
12347
12348 * gdbint.texinfo: Add an anti-printf exhortation, and update the
12349 info about patch submission.
12350
cce74817
JM
12351Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
12352
12353 From Per Bothner <bothner@cygnus.com>:
12354 * gdb.texinfo: Document Chill support.
12355
12356Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
12357
12358 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
12359 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
12360 Document that the value should be greater-than or equal-to zero.
12361 (NO_STD_REGS): Document. Deprecate.
cce74817 12362
ac9a91a7
JM
12363Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
12364
12365 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 12366 Document that these are not used.
ac9a91a7
JM
12367
12368Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
12369
12370 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
12371
392a587b
JM
12372Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
12373
12374 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 12375 numargs was dropped.
392a587b
JM
12376
12377Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
12378
12379 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
12380
b83266a0
SS
12381Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
12382
12383 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 12384 Update.
b83266a0 12385
7a292a7a
SS
12386Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
12387
12388 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
12389 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
12390
12391Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
12392
12393 * gdbint.texinfo: Fix typos: $ -> @.
12394
12395Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
12396
12397 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
12398 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
12399 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
12400 BREAKPOINT_FROM_PC.
a9331b3f 12401
7a292a7a
SS
12402Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
12403
12404 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 12405 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
12406
12407Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
12408
12409 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 12410 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
12411
124121999-04-02 Stan Shebs <shebs@andros.cygnus.com>
12413
12414 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
12415 longer exists.
12416
12417Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
12418
12419 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
12420 nearly all @ifset/@ifclear conditionals; nobody uses them, and
12421 they make the manual source incomprehensible.
7a292a7a
SS
12422 * h8-cfg.texi: Remove, hasn't been used in years.
12423
c906108c
SS
12424Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
12425
12426 * gdb.texinfo: Update the credits.
12427
12428Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
12429
12430 * gdb.texinfo: Fix mistakes noticed in printout of last
12431 draft, add Alpha to discussion of heuristic fence post.
12432
12433Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
12434
12435 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
12436 Edition, merge some HP changes into mainline, describe some
12437 previously undocumented features, describe more of the target
12438 commands available, eliminate obsolete section on renamed
12439 commands.
c906108c
SS
12440 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
12441
12442Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
12443
12444 * gdb.texinfo: Make many HPPA conditionals unconditional,
12445 including catchpoint description, since now on for all configs.
12446 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
12447 specializations.
12448
12449Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
12450
12451 * Makefile.in (GDBvn.texi): Fix match expression to work with
12452 current format of VERSION in gdb/Makefile.in.
12453 * gdb.texinfo: Fix node ref to match new readline.
12454
12455Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
12456
a9331b3f
RM
12457 * gdb.texinfo: Changes made as part of a project to merge in
12458 changes made by HP. Documentation makes extensive use of
c906108c
SS
12459 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
12460 on remote debugging. There are differences in documentation
889bf7c5 12461 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
12462 the HP manual discusses catchpoints, hardware watchpoints, and
12463 some HPUX specific limitations for shared library support.
a9331b3f 12464
c906108c
SS
12465 There are also a number of @node changes.
12466
124671999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
12468
12469 * gdbint.texinfo (Formatting): Disambiguate a sentence.
12470 (C Usage): Same.
12471
12472Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
12473
12474 The following changes were made by Edith Epstein
889bf7c5
PA
12475 <eepstein@cygnus.com> as part of a project to merge in changes
12476 made by HP.
a9331b3f 12477
c906108c
SS
12478 * HPPA-cfg.texi: new file.
12479
12480 * all-cfg.texi: set HPPA for HP PA-RISC targets.
12481
12482 * refcard.tex: change documentation about catch.
12483 removed info catch.
12484
12485Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
12486
12487 * gdbint.texinfo: Expand on GDB's coding standards,
12488 specify the use of arg names with prototypes.
12489
124901998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
12491
12492 * gdb.texinfo: Fix tipo.
12493
12494Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
12495
12496 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 12497 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
12498
12499Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
12500
12501 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
12502
125031998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
12504
12505 * agentexpr.texi: New file.
12506
12507Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
12508
12509 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
12510
125111998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
12512
12513 * remote.texi: Changed wording that implied that the GDB remote
12514 protocol caches register values instead of GDB itself.
12515
12516Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
12517
12518 * gdbint.texinfo: Add some info about symbol readers.
12519 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
12520 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
12521 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
12522 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
12523
12524Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
12525
a9331b3f 12526 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
12527
12528Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
12529
12530 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
12531
12532Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
12533
12534 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 12535 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
12536
12537Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
12538
12539 * gdbint.texinfo: Fix minor typos.
12540
12541Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
12542
12543 * gdbint.texinfo: Complete overhaul. Group descriptions more
12544 logically, add more info on generic algorithms, remove much
12545 obsolete and/or wrong material.
12546
12547Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
12548
12549 * stabs.texinfo (Method Type Descriptor): Expand and correct.
12550
12551Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
12552
12553 * refcard.tex: Copyright, address updates.
12554
12555Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
12556
12557 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
12558 for the edition instead of confusing GDB-version-like numbers.
12559
12560Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
12561
12562 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
12563
12564Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
12565
5ae4183a 12566 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
12567
12568Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
12569
12570 * gdb.texinfo: Add some credits, mention bug monitor.
12571 * remote.texi: Mention mips monitor targets.
12572 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 12573
c906108c
SS
12574Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
12575
12576 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
12577 files, finish sorting of host vs target vs native macros, describe
12578 some more of them.
c906108c
SS
12579
12580Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
12581
12582 * gdbint.texinfo (Host Conditionals): Document change from
12583 using NO_MMALLOC to it's inverse, USE_MMALLOC.
12584
12585Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
12586
12587 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 12588 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
12589
12590Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
12591
12592 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
12593 Document LSEEK_NOT_LINEAR.
12594
12595Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
12596
12597 * stabs.texinfo (Stab Section Basics): Make it clear that only
12598 some versions of the GNU linker remove the leading N_UNDF symbol.
12599
12600Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
12601
12602 * stabs.texinfo (String Field): Document type number pairs here,
12603 instead of in the Sun specific section.
12604 (Include Files): The GNU linker supports the N_BINCL
12605 optimization. Clarify the N_BINCL value, and what it is used
12606 for.
12607 (Procedures): Document N_FUN with an empty string to mark the end
12608 of a function.
12609 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
12610 (Sun Differences): Remove this node, as the information is now
12611 elsewhere in the main document.
12612 (Stab Section Basics): Mention that the GNU linker may optimize
12613 stabs and remove the leading N_UNDF symbol.
12614
12615Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
12616
12617 * gdb.texinfo, refcard.tex: Restore author credit
12618
701adfb0
PA
12619Wed Oct 2 22:07:16 1996 Fred Fish <fnf@cygnus.com>
12620
12621 * gdbint.texinfo: Document that SIGTRAMP_START and SIGTRAMP_END
12622 are macros that take an single argument.
12623
c906108c
SS
12624Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
12625
12626 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
12627 documentation to account for START and END macros taking
12628 one arg.
12629
12630Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
12631
12632 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
12633 * gdb.texinfo (Frames): Fix typo.
12634
12635Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
12636
12637 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
12638 a target_signal as arg type, not a pid.
12639
12640Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
12641
12642 * gdb.texinfo: Document `set assembly-language'.
12643
12644Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
12645
12646 * remote.texi: Update list of stubs in the GDB distribution.
12647
12648Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
12649
12650 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
12651 Also document that some systems can use mmalloc but must define
12652 this if their C runtime allocates memory that is later freed.
c906108c 12653 (MMCHECK_FORCE): Document new macro.
a9331b3f 12654
c906108c
SS
12655Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
12656
12657 * remote.texi: Add documentation for target Sparclet.
12658
12659Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12660
a9331b3f 12661 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
12662 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
12663 * configure.in: Rewritten for autoconf.
12664 * configure: New.
12665
12666Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
12667
12668 * Makefile.in (DVIPS): New define, set to dvips.
12669 (dvi): Add stabs.dvi.
12670 (ps): New target.
12671 (all-doc): Depend on info, dvi, and ps targets.
12672 (STAGESTUFF): Add *.ps and *.dvi files.
12673 (clean-info, clean-dvi): Remove.
12674 (mostlyclean): Does not depend upon clean-info or clean-dvi,
12675 rules completely rewritten.
12676 (maintainer-clean): Remove clean-info and clean-dvi
12677 dependencies and put their actions in the rules.
12678 (gdb.ps): New target
a9331b3f 12679 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
12680 intermediate TeX files, whether they have 2 or 3 character
12681 extensions.
12682 (gdbint.ps): Add target and rules.
12683 (gdb-internals): Delete unused target.
12684 (Makefile): Depends upon config.status also.
12685
12686Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
12687
12688 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
12689 set.
12690
12691Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
12692
12693 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
12694 * gdb.texinfo (Expressions): Fix erroneous array constant example.
12695
12696Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
12697
12698 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
12699
12700Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12701
12702 * gdb.texinfo (Print settings): Document
12703 `set/show print static-members' commands.
12704
12705Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
12706
12707 * gdbint.texinfo (Native): Document name change, coredep.c to
12708 core-aout.c.
12709
12710Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
12711
12712 * stabs.texinfo (Include Files): Document the values the SunOS4
12713 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
12714
12715Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
12716
12717 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
12718 Fix typo.
12719
12720Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
12721
12722 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
12723 "gdb.tar.Z".
12724
12725Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
12726
12727 * Makefile.in (maintainer-clean): New target, synonym for
12728 realclean.
12729
701adfb0
PA
12730Wed Sep 20 08:16:03 1995 steve chamberlain <sac@slash.cygnus.com>
12731
12732 * gdbint.texinfo (GETENV_PROVIDED, FCLOSE_PROVIDED): Document.
12733
c906108c
SS
12734Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
12735
12736 * Update all FSF addresses except those in COPYING* files.
12737
12738Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12739
12740 From Richard Earnshaw (rearnsha@armltd.co.uk):
12741 * gdb.texinfo (convenience variables): Document $_exitcode.
12742 (quit): Document optional expression to use as exit code.
12743
12744Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
12745
12746 * gdb.texinfo, remote.texi: Brought up to date with various
12747 GDB changes.
12748
12749Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
12750
12751 * gdb.texinfo: Update dates and versions, fix comments about
12752 hardware watchpoints in future releases and about the
12753 sharedlibrary command.
12754
12755Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12756
12757 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
12758 C_FUN stab. Other cleanups.
12759
12760Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12761
12762 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
12763 for the sparc stub.
12764
12765Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12766
12767 * annotate.texi: Clarify which addresses have differing formats
12768 depending on the language and which do not.
12769
12770Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12771
12772 * remote.texi (NetWare): Changed example to use BOARD= instead of
12773 NODE= argument to reflect correspoding change to gdbserve.nlm.
12774
12775Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12776
12777 * stabs.texinfo (Negative Type Numbers): Mention the fact that
12778 GDB, as well as AIX dbx, supports the size type attribute.
12779
12780Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12781
12782 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
12783
12784Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
12785
12786 * gdb.texinfo (Define): Document $arg0... arguments to commands,
12787 and new 'if' and 'while' commands.
12788
12789Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
12790
12791 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
12792
12793Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12794
12795 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
12796 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
12797 NetWare targets. Mostly stolen from the Server node.
12798
12799Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12800
12801 * gdb.texinfo (Setting): Talk about the language of a source file
12802 versus the working language. The old documentation did not match
12803 what GDB did.
12804
12805Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12806
12807 * stabs.texinfo (Source Files): Document N_SO used to mark the end
12808 of a source file.
12809
12810Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12811
12812 * gdb.texinfo (Processes): New node.
12813
12814Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
12815
12816 * remote.texi: Update documentation of set/show mipsfpu.
12817
3fc11d3e
JM
12818Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
12819
12820 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
12821 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
12822
12823Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
12824
12825 * gdbint.texinfo: Removed mentions of some incorrectly placed and
12826 obsolete conditionals, described some others.
12827
12828Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12829
12830 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
12831 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
12832
12833Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
12834
12835 * gdbint.texinfo: Put regex conditionals in their own table.
12836
12837Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
12838
12839 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
12840 described or fixed the descriptions of many others.
12841
12842Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
12843
12844 * gdb.texinfo: Add some more credits.
12845 * gdbint.texinfo: Capitalize GDB consistently, describe some
12846 macros and remove some.
12847
12848Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12849
12850 * gdbint.texinfo: Removed mentions of many incorrectly placed and
12851 obsolete conditionals, described some others.
12852
12853Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12854
12855 * gdb.texinfo (help targets): Changed to `help target', which
12856 is the correct gdb command.
12857
12858Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12859
12860 * annotate.texi (TODO): New node, for keeping track of annotations
12861 suggested but not yet implemented.
12862
12863Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12864
12865 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
12866 another symbol, it is not the address itself.
12867
12868Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
12869
12870 * stabs.texinfo (Stab Section Basics): Add comment about alignment
12871 of stabs-in-coff sections.
12872
12873Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12874
12875 * annotate.texi: Change edition to 0.5 and date to May 1994.
12876 Add index.
12877 (Frames): New node, for frame annotation.
12878 (Displays): New node, for display annotation.
12879
12880 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
12881 when waiting for your program to stop.
12882
12883Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12884
12885 * annotate.texi (Breakpoint Info): Document annotation of header
12886 fields and record annotation.
12887
12888Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12889
12890 * annotate.texi: New file, to document annotations.
12891
12892Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12893
12894 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
12895 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
12896
12897Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12898
12899 * stabs.texinfo (Stab Section Basics): Say what is in .stab
12900 section, and say n_strx field is compilation unit relative.
12901 * stabs.texinfo: Don't use @code for a.out when it is the name of
12902 an object file format.
12903
12904Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12905
12906 * gdb.texinfo: Refer to file names, not path names, per rms
12907 convention.
12908 (Arguments): Fix typo.
12909
12910Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12911
12912 * stabs.texinfo (Global Variables): Talk about stabs in files
12913 where variables are referenced, but not defined.
12914
12915Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12916
12917 * stabs.texinfo: Move stuff on @ and # type descriptors from node
12918 Cplusplus to new nodes Member Type Descriptor and Method Type
12919 Descriptor. Re-write stuff for #.
12920
12921Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12922
12923 * gdb.texinfo (Print Settings): Don't document "set print
12924 fast-symbolic-addr off". The bug which it worked around was fixed
12925 on 25 Feb 94 in coffread.c, so I'm nuking the command.
12926
12927 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
12928 N_ENTRY node.
12929
12930 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
12931
12932Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12933
12934 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
12935 references to ieee-float.c.
12936
12937Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12938
12939 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
12940 match what the code actually does.
12941
12942Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12943
12944 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
12945
12946Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12947
12948 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
12949 i, and b.
12950
12951Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
12952
12953 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
12954 well as for ELF and SOM. Unify the descriptions of ELF and SOM
12955 as "stabs in sections" rather than just saying "ELF and SOM".
12956 Also make that stuff apply to COFF.
12957
12958Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12959
12960 * gdb.texinfo (Formatting Documentation): Change GhostScript to
12961 Ghostscript.
12962
12963Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12964
12965 * gdb.texinfo (Continuing and Stepping): When talking about "step"
12966 versus functions without line numbers, also mention stepping into
12967 them as well as "step" when you are in them. Tell the user how to
12968 deal with the situation. Add comment about "debugging information".
12969
12970Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12971
12972 * stabs.texinfo (Enumerations): Document restriction on where
12973 enumeration types can appear and still win with GDB.
12974
12975Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12976
12977 * stabs.texinfo (Negative Type Numbers): Document format for type
12978 -16.
12979
12980Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12981
12982 * gdb.texinfo (Selection, Frame Info): Update information about
12983 arbitrary frame specficiations.
12984
12985Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
12986
12987 * gdb.texinfo, remote.texi: general editing pass prior to Net release
12988
12989Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12990
12991 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
12992
12993Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
12994
12995 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
12996
12997Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12998
12999 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
13000 Differences node to Statics node.
13001 (Statics): Discuss XCOFF use of V symbol descriptor.
13002
13003 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
13004 not clean.
13005
13006Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
13007
13008 * gdb.texinfo (Print Settings): Document `set print
13009 fast-symbolic-addr' and improve the doc for some other
13010 `set print's.
13011
13012Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13013
13014 * stabs.texinfo (String Field): Talk about defining several type
13015 numbers at once.
13016 Fix lint regarding changing node ELF Transformations to
13017 ELF and SOM Transformations.
13018
13019Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
13020
13021 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
13022
13023Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13024
13025 * stabs.texinfo (Cross-References): `::' is for nested types only
13026 within <>.
13027 (Structures): Document static members.
13028
13029Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13030
13031 * stabs.texinfo: Document S type attribute.
13032
13033Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
13034
13035 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
13036
13037Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
13038
13039 * gdbint.texinfo: Fix a few typos.
13040
13041Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13042
13043 * gdb.texinfo, remote.texi: formatting improvements
13044
13045 * gdb.texinfo (New Features): mention threads.
13046 (Summary, C): fix xrefs in newly contributed text.
13047 (Threads): index entries, clarifications, example
13048 (passim): minor typos fixed, phrasing improvements
13049
13050 * remote.texi (Bootstrapping): rephrase text on ^C and add index
13051 entries; (Server): explain use of gdbserver w/real-time systems,
13052 add example of conflicting TCP port; (MIPS Remote) break up
13053 running text into table, highlighting commands, and add example.
a9331b3f 13054
c906108c
SS
13055Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13056
13057 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
13058
13059Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13060
13061 * stabs.texinfo (Nested Symbols): New node.
13062 (String Field, Symbol Descriptors, Cross-References): Refer to it.
13063
13064Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13065
13066 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
13067 to picking which Bbss.bss symbol to use, and (because there seems to
13068 be no good way of doing it) re-write some of the text to make it
13069 sound like Bbss.bss isn't such a great idea after all (as currently
13070 designed).
13071
13072 * gdb.texinfo (C): In addition to saying people have to use g++ for
13073 good results, say they have to use stabs. Specifically say cfront
13074 doesn't work well.
13075 (Summary): Merge in information on Modula-2, Pascal, and Chill from
13076 the gdb README. Add xrefs to places where the support for the various
13077 languages is described in detail.
13078
13079Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13080
13081 * stabs.texinfo: Clean up stuff about visibility and virtual
13082 characters.
13083
13084 * stabs.texinfo (N_M2C): Cite Sun doc.
13085
13086Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13087
13088 * gdb.texinfo: updates re threads.
13089 * remote.texinfo: avoid index entries starting with digits.
13090
13091Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13092
13093 * stabs.texinfo (Enumerations): Talk about large, negative and
13094 octal values. Clean up cross reference to type attributes.
13095 (String Field): Say that GDB 4.11 supports size attribute.
13096
13097Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13098
13099 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
13100 is a mandatory step. Make the stuff about that more concise.
13101
13102Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13103
13104 * stabs.texinfo (Class Names): New node.
13105
13106 * gdb.texinfo (Command Files): Explain order of init file reading.
13107
13108 * remote.texi (Bootstrapping): Talk about getting the serial driver
13109 to deal with ^C sent by gdb to stop the remote system.
13110
13111Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
13112
13113 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
13114
13115 * libgdb.texinfo (Defining Commands): made the DOC arg
13116 to gdb_define_app_command a char * instead of char **
13117 per a suggestion from kingdon.
13118
13119 * libgdb.texinfo: total rewrite from a different starting
13120 premise.
13121
13122Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13123
13124 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
13125 floats passed as doubles (to improve clarity).
13126
13127Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13128
13129 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
13130
13131 * a4rc.sed: update to work with Andreas Vogel papersize params
13132
13133 * refcard.tex: use Andreas Vogel simplifications of papersize
13134 params; remove useless version info; update copyright date.
13135
13136Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13137
13138 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
13139
13140Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13141
13142 * gdb.texinfo (Files): Say what address the load command loads it at.
13143
13144 * stabs.texinfo (Common Blocks): Minor cleanups.
13145
13146 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
13147 that Sun has backed away from the linker kludge and thus the relevant
13148 issue is changes to the SunPRO tools, not the Solaris linker.
13149
13150 * stabs.texinfo (Traditional Integer Types): Clean up description
13151 of octal bounds a little bit. Document extra leading zeroes.
13152
13153Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13154
13155 * gdb.texinfo (Signaling): Update for symbolic symbol names
13156 and add a section explaining the difference between the GDB
13157 signal command and the shell kill utility.
13158
13159Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
13160
13161 * libgdb.texinfo: added `@' to braces that were unescaped.
13162
13163Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
13164
13165 * libgdb.texinfo: new file. Spec for the gdb library.
13166
13167Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13168
13169 * stabs.texinfo (Include Files): Fix typo (start -> end).
13170
13171Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13172
13173 * gdb.texinfo, remote.texi: assorted small improvements, mostly
13174 from Melissa at FSF's editing pass.
13175
13176Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13177
13178 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
13179 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
13180 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
13181
13182Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13183
13184 * remote.texi (Bootstrapping): Discuss 386 call gates.
13185
13186Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
13187
13188 * stabs.texinfo (Based Variables): New node.
13189
13190Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
13191
13192 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
13193 names, sizes, and formats to suggest how not to lose.
13194
13195Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
13196
13197 * stabs.texinfo (Methods): Fix typo.
13198
13199Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
13200
13201 * gdb.texinfo: Fix a few typos.
13202
13203Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13204
13205 * gdb.texinfo: Clarify how well it works with Fortran.
13206
13207 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
13208 More on relocating stabs in ELF files.
13209
13210Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13211
13212 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
13213
13214Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13215
13216 * stabs.texinfo (Local Variable Parameters): Talk about nameless
13217 parameters on VAX.
13218
13219Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13220
13221 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
13222
13223Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13224
13225 * stabs.texinfo: Make info author notice match the TeX author notice.
13226
13227Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
13228
13229 * stabs.texinfo: Initial-caps all words in node names and
13230 non-trivial words in section names.
13231
13232Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13233
13234 * stabs.texinfo: Many minor cleanups.
13235
13236 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
13237
13238Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
13239
13240 * stabs.texinfo: Remove full description of big example.
13241 It's not really helpful; just use pieces of it where appropriate.
13242 Add more Texinfo formatting directives (@samp, etc.).
13243 Use @deffn to define stab types.
13244 Eliminate some wordiness. Break up some nodes.
13245 Add an (alphabetized) index of symbol types.
13246 Use consistent capitalization style in node and section names.
13247
13248Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
13249
13250 * gdb.texinfo: Change typo "Two two" to "The two".
13251
13252Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13253
13254 * stabs.texinfo (XCOFF-differences): Remove references to
13255 non-existent types N_DECL and N_RPSYM.
13256
13257 * stabs.texinfo (String Field): Say that type attributes bug is
13258 fixed in GDB 4.10, since it is.
13259
13260 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
13261
13262Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
13263
13264 * stabs.texinfo: Formatting cleanups.
13265
13266Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13267
13268 * stabs.texinfo: When explaining the n_type of a stab, standardize
13269 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
13270 no tabs, use @r).
13271 (Global Variables): Clean up.
13272
13273Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13274
13275 * stabs.texinfo (Stack Variables): Re-write.
13276
13277Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13278
13279 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
13280 addresses of a source file. Also revise formatting.
13281 Change "object module" or "object file" to "source file".
13282 Various: Miscellaneous cleanups.
13283
13284Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13285
13286 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
13287
13288Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
13289
13290 * gdbint.texinfo: Removed many nonsensical machine-collected
13291 host and target conditionals, described some of the remainder.
13292
13293Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13294
13295 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
13296
13297 * gdbint.texinfo (Top): Add name to @top line, and re-write the
13298 paragraph which follows.
13299
13300 * gdbint.texinfo (Host): Use @code not @samp for Makefile
13301 variables. Looks better and avoids overful hbox.
13302
13303Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13304
13305 * stabs.texinfo (Procedures): Improve stuff on nested functions.
13306
13307Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13308
13309 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
13310 retransmit-timeout
13311
13312Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13313
13314 * gdbint.texinfo: Update statement about `some ancient Unix
13315 systems, like Ultrix 4.0' to Ultrix 4.2.
13316
13317Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
13318
13319 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
13320
13321 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
13322
13323 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
13324 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
13325
13326 * remote.texi: new name for former gdbinv-s.texi
13327
13328 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
13329
13330Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
13331
13332 * gdbinv-s.texi: Documented timeout and retransmit-timeout
13333 variables for MIPS remote debugging protocol.
13334
13335Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13336
13337 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
13338
13339Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
13340
13341 * Makefile.in (refcard.dvi): Use srcdir where necessary.
13342
13343Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
13344
13345 * gdb.texinfo: repair conditional bugs in text markup
13346
13347Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13348
13349 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
13350 to select Modula-2 material.
13351
13352Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13353
13354 * stabs.texinfo: Cleanups regarding statics.
13355
13356 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
13357 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
13358
13359Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13360
13361 * stabs.texinfo: N_MAIN is sometimes used for C.
13362
13363Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13364
13365 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
13366
13367Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
13368
13369 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 13370 removed from the code by Kingdon.
c906108c
SS
13371
13372Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13373
13374 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
13375 input when evaluating breakpoint conditions; the bug has been fixed.
13376
13377 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
13378 sets the ignore count to N-1, not to N.
13379
13380Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13381
13382 * refcard.tex (\hoffset): correct longstanding error to match
13383 intended offset; avoids cutting off edge on some printers
13384
13385Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13386
13387 * stabs.texinfo (Parameters): Say that order of stabs is significant.
13388
13389Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13390
13391 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
13392
13393Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13394
13395 * Makefile.in: (REFEDITS) new var to control whether PS or CM
13396 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
13397 collect sed edits if any, apply to refcard before formatting;
13398 (refcard.ps) stop implying PS fonts if PS output requested;
13399 (lrefcard.ps) delete extra target for variant PS fonts
13400
13401 * refcard.tex: parametrize papersize dependent info, collect
13402 in easily replaced spot
13403
13404 * a4rc.sed: new file, edits to refcard for A4 paper
13405
13406Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13407
13408 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
13409
13410Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13411
13412 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
13413
13414Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13415
13416 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
13417 politely rather than rudely.
13418
13419Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13420
13421 * stabs.texinfo: Document common blocks.
13422
13423Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
13424
13425 * stabs.texinfo: Add some basic info about stabs-in-elf.
13426
13427Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13428
13429 * stabs.texinfo (Top): Minor cleanup.
13430
13431Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
13432
13433 * Makefile.in (install-info): remove parentdir support
13434
13435Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13436
13437 * gdb.texinfo (Copying): delete this node and references to it;
13438 RMS says this manual need not carry GPL. (passim): Improvements
13439 from last round at FSF, largely due to Ian Taylor review, and
13440 minor formatting improvements.
13441
13442 * gdbinv-s.texi (passim): Improvements from last round at FSF,
13443 largely due to Ian Taylor review. (Debug Session): minor edits to
13444 new text.
13445
13446Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
13447
13448 * Makefile.in (realclean): Remove info and dvi files too.
13449
13450Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
13451
13452 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
13453 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
13454 * gdb.texinfo: Change accordingly.
13455
13456 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
13457 N_{L,R}BRAC,N_SLINE are relative to.
13458
13459Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
13460
13461 * Makefile.in (GDBvn.texi): Update atomically.
13462
13463Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
13464
13465 * gdbinv-s.texi (Debug Session): Document exceptionHook.
13466
13467Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
13468
13469 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
13470 addresses together. Also motivate the set print symbol-filename
13471 command and suggest other solutions.
13472
13473Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
13474
13475 * gdb.texinfo (set print elements): Note that the number of
13476 elements is set to unlimited by "set print elements 0".
13477
13478Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
13479
13480 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
13481 NF_LDOUBLE means.
13482 (Stab Types): Include Solaris stab types.
13483 (Procedures): Document Solaris extensions.
13484
13485Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13486
13487 * gdb.texinfo: Add `set print symbol-filename' doc.
13488
13489Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13490
13491 * stabs.texinfo (Arrays): Talk about type definition vs. type
13492 information.
13493
13494 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
13495 the trailing semicolon.
13496
13497Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13498
13499 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
13500 and merge in other parts of the document addressing these subjects.
13501 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
13502
13503 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
13504 at the end of a range type.
13505
13506 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
13507 AIX extensions.
13508
13509Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13510
13511 * stabs.texinfo (Stabs Format): Misc fixes.
13512
13513Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13514
13515 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
13516 (Traditional builtin types): Document convex convention for long long.
13517 (Negative builtin types): Discuss type names, and misc fixes.
13518
13519Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13520
13521 * stabs.texinfo (Builtin Type Descriptors): Document the floating
13522 point types used with @samp{R} type descriptor.
13523 (Symbol Descriptors): Describe how to handle conflict between
13524 different meanings of @samp{P} symbol descriptor.
13525
13526Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13527
13528 * stabs.texinfo: Remove node Quick Reference and put its children
13529 directly under the main menu.
13530
13531 * stabs.texinfo: Many more changes to bring it into line with
13532 AIX documentation and reality. I think it now has all the
13533 information from the AIX documentation, except that I burned
13534 out when I got to variant records (Pascal and Modula-2) and
13535 all the COBOL types. Oh well, we can add them later when we're
13536 worrying more about those languages.
13537
13538 * stabs.texinfo (Automatic variables): Talk about what it means
13539 to omit the symbol descriptor.
13540
13541Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13542
13543 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
13544 gcc2 behavior with promoted args.
13545
13546Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13547
13548 * gdb.texinfo: include readline appendices in info version of manual
13549
13550Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13551
13552 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
13553 target remote.
13554
13555 * gdb.texinfo (Machine Code): more index entries for disassemble
13556
13557Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
13558
13559 * Clarify the intended use of the gdb-testers and gdb-patches
13560 mailing lists, and shrink gzip comment.
13561
13562Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13563
13564 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
13565 DOSHOST configuration of manual.
13566
13567 * gdb.texinfo (MIPS Stack): new node.
13568
13569 * all-config.texi (MIPS) new switch.
13570
13571 * gdbinv-s.texi (Nindy Options) Remove two instances of future
13572 tense; (MIPS Remote) new node.
13573
13574 * gdb.texinfo (passim) rephrases to work around makeinfo @value
13575 bug; (Environment) less passive, other small cleanups in text about
13576 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
13577 (Remote) new MIPS Remote menu entry.
13578
13579Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
13580
13581 * stabs.texinfo: Many changes to include information from the
13582 AIX documentation.
13583
13584 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
13585
701adfb0
PA
13586Thu Apr 29 00:03:59 1993 Fred Fish (fnf@cygnus.com)
13587
13588 * gdbint.texinfo (LONG_LONG): Replace with CC_HAS_LONG_LONG.
13589 Add PRINTF_HAS_LONG_LONG references.
13590
13591Wed Apr 28 11:39:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13592
13593 * gdb.texinfo: Make node "Shell Commands" unconditional; describe
13594 `set demangle-style arm' (not cfront); mention can type `q' to
13595 discard output, when gdb pages.
13596
c906108c
SS
13597Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
13598
13599 * gdbint.texinfo (new node Debugging GDB, elsewhere):
13600 Move a bunch of information from ../README.
13601 (Getting Started): New node.
13602
13603Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13604
13605 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
13606
13607 * gdb.texinfo: advance manual revision dates to present
13608
13609 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
13610 stop using silly Roman numerals in @set variable names
13611
13612Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
13613
13614 * stabs.texinfo (Parameters): Keep trying to get this right.
13615
13616Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
13617
13618 * stabs.texinfo (Parameters): More on "local parameters".
13619
13620Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
13621
13622 * stabs.texinfo (Parameters): Re-do "local parameters" section.
13623
13624Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
13625
13626 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
13627 (Parameters): Rewrite.
13628 (xcoff-differences, Sun-differences): Minor changes.
13629
13630Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
13631
13632 * stabs.texinfo: Minor cleanup.
13633
13634Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
13635
13636 * gdbint.texinfo: Minor xcoff stuff.
13637
13638Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
13639
13640 * gdbint.texinfo: Update for new config directory structure.
13641 Add info about internal type data structures.
13642
13643Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
13644
13645 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
13646 $(srcdir).
13647 (gdb-config.texi): Depend on file in $(srcdir).
13648
13649Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
13650
13651 * stabs.texinfo: Fixes about N_SO.
13652
701adfb0
PA
13653Mon Mar 29 15:03:25 1993 Fred Fish (fnf@cygnus.com)
13654
13655 * gdbinit.texinfo: Document renaming of tm-29k.h to tm-a29k.h.
13656
c906108c
SS
13657Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13658
13659 * gdb.texinfo: include list of nonstandard init file names
13660
13661 * *-config.texi: new switch GENERIC for text that applies *only*
13662 to (usual) multiple-target version of manual
13663
13664 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
13665 h8 config
13666
13667 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
13668 in menus (rather than conditionally selected multiple alternative
13669 menus).
13670
13671 * Makefile.in: define and use DOC_CONFIG var to select
13672 configuration for GDB user manual.
13673
13674 * gdb-config.texi: delete from repository, generate from Makefile.
13675
13676 * all-config.texi: normal `generic' configuration file, formerly
13677 stored as gdb-config.texi
13678
13679Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13680
13681 * Makefile.in: add dvi target to build all .dvi files
13682
13683Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13684
13685 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
13686
701adfb0
PA
13687Tue Feb 23 11:46:11 1993 Mike Stump (mrs@cygnus.com)
13688
13689 * stabs.texi: The `this' pointer is now known by the name
13690 `this' instead of `$t'.
13691
c906108c
SS
13692Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
13693
13694 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
13695 host conditionals.
13696 * stabs.texinfo: More array fixes inspired by Jim's.
13697
13698Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
13699
13700 * stabs.texinfo: Fixes re arrays and continuations.
13701
13702 * gdbint.texinfo: Add XCOFF node.
13703
13704Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
13705
13706 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
13707
13708Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
13709
13710 * stabs.texinfo: Fix for array types to mention lower bounds.
13711
13712Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
13713
13714 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
13715
13716Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
13717
13718 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
13719
13720Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
13721
13722 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
13723 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
13724
13725Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
13726
13727 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13728
701adfb0
PA
13729Wed Feb 10 23:42:37 1993 John Gilmore (gnu@cygnus.com)
13730
13731 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13732
c906108c
SS
13733Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13734
13735 * gdb.texinfo, gdbinv-s.texi: misc updates
13736
13737Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
13738
13739 * gdbint.texinfo: Brief documentation for longjmp support,
13740 from an email msg by Stu.
13741
13742Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
13743
13744 * stabs.texinfo: Fix description of floating point "range"
13745 types (which really define basic types). Reported by Jim Meehan,
13746 <meehan@src.dec.com>.
13747
13748 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
13749
13750Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
13751
13752 * gdbint.texinfo: Slightly expand section on supporting a new
13753 object file format.
13754
13755Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
13756
13757 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
13758 intermediate file.
13759
13760Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13761
13762 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
13763
13764Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13765
13766 * gdbinv-s.texi: z8000 simulator target name is just "sim"
13767
13768 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
13769 as well as Z8002.
13770
701adfb0
PA
13771Thu Dec 17 00:44:57 1992 John Gilmore (gnu@cygnus.com)
13772
13773 * gdbint.texinfo (Host Conditionals): Remove
13774 NAMES_HAVE_UNDERSCORE, SOME_NAMES_HAVE_DOT, document
13775 MEM_FNS_DECLARED.
13776 (Target Conditionals): Remove all of the above.
13777
13778Tue Dec 15 02:01:00 1992 John Gilmore (gnu@cygnus.com)
13779
13780 * gdbint.texinfo: SWAP_HOST_AND_TARGET => SWAP_TARGET_AND_HOST.
13781 Noticed by Andy Jackson, <arj@cam-orl.co.uk>.
13782
c906108c
SS
13783Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
13784
13785 * gdbint.texinfo: Add sections on clean design and on how to send
13786 in changes.
13787
13788Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
13789
13790 * gdbint.texinfo: Add how to declare the result of make_cleanup.
13791
701adfb0
PA
13792Tue Oct 27 17:08:45 1992 K. Richard Pixley (rich@cygnus.com)
13793
13794 * gdbint.texinfo: nm.h now included in defs.h.
13795
c906108c
SS
13796Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
13797
13798 * gdb.texinfo: Fix typo, reported by Karl Berry.
13799
13800Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
13801
13802 * gdb.texinfo: Add opcodes dir to GDB distribution description.
13803
701adfb0
PA
13804Wed Oct 21 03:51:01 1992 John Gilmore (gnu@cygnus.com)
13805
13806 * gdbint.texinfo: Improve REGISTER_U_ADDR and USE_PROC_FS doc.
13807
13808Tue Oct 20 23:27:56 1992 John Gilmore (gnu@cygnus.com)
13809
13810 * gdbint.texinfo: Document obsolete STACK_END_ADDR.
13811 (all @node commands): Use new form to avoid nitpicking errors.
13812 * gdbint.texinfo: Document host/native/target split.
13813
13814Tue Oct 20 21:32:18 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13815
13816 * gdbint.texinfo: add PUSH_DUMMY_FRAME, POP_FRAME.
13817
13818Fri Oct 16 03:34:01 1992 John Gilmore (gnu@cygnus.com)
13819
13820 * gdbint.texinfo: Update GET_LONGJMP_TARGET, L_SET doc.
13821
c906108c
SS
13822Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13823
13824 * gdbint.texinfo: fixed a stray email address (needs @@),
13825 added @table @code to node "Native Conditionals"
13826
701adfb0
PA
13827Thu Oct 8 16:27:45 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13828
13829 * gdbint.texinfo: document a few more macros, create new section
13830 for native macros.
13831
13832Thu Oct 1 01:57:56 1992 John Gilmore (gnu@cygnus.com)
13833
13834 * gdb.texinfo: Document command hooks.
13835
c906108c
SS
13836Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
13837
13838 * gdbint.texinfo: Describe coding style of GDB.
13839
13840Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
13841
13842 * stabs.texinfo: Minor wording changes.
13843
13844Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
13845
13846 * gdbint.texinfo: Improve release doc slightly.
13847
701adfb0
PA
13848Fri Sep 11 18:28:28 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13849
13850 * gdb.texinfo, gdbinv-m.m4.in, gdbinv-s.m4.in: First pass at doc
13851 for two new remote targets---29K using UDI, and Tandem ST2000
13852 using STDBUG.
13853
13854 * all.m4, none.m4: new m4 switch, _ST2000__
13855
13856 * all.m4: turn on H8/300 stuff for generic manual
13857
13858 * gdbinv-s.m4.in: remove text on special procedures to continue
13859 after explicit call to breakpoint() in serial stubs.
13860
c906108c
SS
13861Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
13862
13863 * gdbint.texinfo: Improve doc of GDB config macros.
13864
13865Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
13866
13867 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
13868 These will be reinserted when examined.
13869
701adfb0
PA
13870Fri Sep 4 18:53:57 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13871
13872 * gdb.texinfo: fix shameful error of agreement reported by
13873 jimb@occs.cs.oberlin.edu (Jim Blandy)
13874 * gdb.texinfo: remove old partial discussion of remote serial
13875 protocol (via serial debug stubs)
13876 * gdbinv-m.m4.in, gdbinv-s.m4.in: new section discussing
13877 use of serial debug stubs
13878
c906108c
SS
13879Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
13880
13881 * gdbint.texinfo: Make a start at documenting all the #if macros
13882 in GDB. At least list them all, and start separating them into
13883 host-specific and target-specific.
13884
13885Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13886
13887 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 13888 examples (not consistent w others).
c906108c
SS
13889 gdb.texinfo: issue disclaimer paragraph on cmdline options only
13890 for generic vn of doc
13891
13892Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
13893
13894 * Makefile.in: always create installation directories.
13895
13896Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13897
13898 * gdb.texinfo: in h8 config, do not describe searching commands.
13899
13900Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13901
13902 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
13903 conditionals; introduce a few generic switches that may be
13904 useful for other cross-dev or dos-hosted configs.
13905
13906 * gdb.texinfo: fix typo in "info reg" description
13907
13908Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
13909
13910 * stabs.texinfo: Minor updates from running TeX over it.
13911 * Makefile.in (stabs.dvi, stabs.ps): Add.
13912
13913Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
13914
13915 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
13916 First pass at converting it to texinfo.
13917
13918Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
13919
13920 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
13921 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
13922
13923Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
13924
13925 * gdbint.texinfo: Add section on partial symbol tables.
13926
701adfb0
PA
13927Fri Jun 19 10:28:05 1992 John Gilmore (gnu at cygnus.com)
13928
13929 * gdb.texinfo: Document new am29k setting.
13930
c906108c
SS
13931Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
13932
13933 * gdb.texinfo: document `set remotedebug' and `set
13934 rstack_high_address'.
13935
13936Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13937
13938 * gdb.texinfo: slight expansion of new text on reading info files
13939 * gdbinv-s.m4.in: correct and expand info on cross-debugging
13940 H8/300 from DOS.
13941
13942Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
13943
13944 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
13945
13946Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
13947
13948 * gdb.texinfo: Say how to read the `info' files.
13949
13950Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
13951
13952 * Makefile.in: gm4 -> m4.
13953
13954Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
13955
13956 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
13957 Documentation' ahead of `Installing GDB' to match README.
13958 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 13959 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
13960
13961Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
13962
13963 * Makefile.in: remove $(srcdir) from gdb.info rule.
13964
13965Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13966
13967 * Makefile.in: commented out gdb-all.texinfo rule. This is
13968 temporary.
13969
13970Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
13971
13972 * Makefile.in, configure.in: removed traces of namesubdir,
13973 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 13974 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
13975
13976Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
13977
13978 * gdb.texinfo: Improve how we ask for bug reports.
13979
13980Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13981
13982 * Makefile.in: infodir belongs in datadir.
13983
13984Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13985
13986 * Makefile.in: remove spaces following hyphens, bsd make can't
13987 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 13988 standards.text support.
c906108c
SS
13989
13990Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13991
13992 * Makefile.in: idestdir and ddestdir go away. Added copyrights
13993 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
13994 and mandir now keyed off datadir by default.
13995
13996\f
13997Local Variables:
9e9c5ae7 13998mode: change-log
c906108c
SS
13999left-margin: 8
14000fill-column: 74
14001version-control: never
463888ab 14002coding: utf-8
c906108c 14003End:
This page took 2.489697 seconds and 4 git commands to generate.