gdb/mi: handle no condition argument case for -break-condition
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
86271cfa
TBA
12021-07-26 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2
3 PR gdb/28076
4 * gdb.texinfo (GDB/MI Breakpoint Commands): Mention clearing
5 the condition in the -break-condition command.
6
90b044ef
PA
72021-07-02 Pedro Alves <pedro@palves.net>
8
9 * gdb.texinfo (TUI): <TUI Mouse Support>: New node/section.
10
bd742128
AB
112021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
12
13 * gdb.texinfo (Symbols): Document new output format for 'info
14 sources'.
15
1fb1ce02
AB
162021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
17
18 * gdb.texinfo (GDB/MI File Commands): Document --group-by-objfile
19 extension for -file-list-exec-source-files.
20
0e350a05
AB
212021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
22
23 * gdb.texinfo (GDB/MI File Commands): Document extensions to
24 -file-list-exec-source-files.
25
6b95f5ad
AB
262021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
27
28 * python.texinfo (Breakpoints In Python): Add BP_CATCHPOINT
29 description.
30
08080f97
AB
312021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
32
33 * guile.texinfo (Breakpoints In Guile): Add BP_CATCHPOINT
34 description.
35
96f842cb
AB
362021-06-21 Andrew Burgess <andrew.burgess@embecosm.com>
37
38 * gdb.texinfo (RISC-V Features): Mention vector register feature.
39
d52b8007
AB
402021-06-21 Andrew Burgess <andrew.burgess@embecosm.com>
41
42 * python.texi (Unwinding Frames in Python): Mention
43 PendingFrame.level.
44 (Frames In Python): Mention Frame.level.
45
3aabdfe1
FW
462021-06-16 Felix Willgerodt <felix.willgerodt@intel.com>
47
48 * gdb.texinfo (Process Record and Replay): Stop mentioning lines
49 for "record function-call-history" and
50 "set record function-call-history-size".
51
f9e59d06
LS
522021-06-08 Lancelot Six <lsix@lancelotsix.com>
53
54 * python.texi (Writing a Pretty-Printer): Use 'is None' instead of
55 '== None'.
56
ae61ef2c
SV
572021-06-05 Shahab Vahedi <shahab@synopsys.com>
58
59 * gdb.texinfo (Source and Machine Code): Document 'set
60 disassembler-options' support for the ARC target.
61
a5375566
HD
622021-06-04 Hannes Domani <ssbssa@yahoo.de>
63
64 * python.texi (TUI Windows In Python): Document Window.click.
65
3067d0b1
HD
662021-05-29 Hannes Domani <ssbssa@yahoo.de>
67
68 * python.texi (Writing a Frame Filter): Fix example.
69
bdef5723
HD
702021-05-27 Hannes Domani <ssbssa@yahoo.de>
71
72 * python.texi (TUI Windows In Python): Document "full_window"
73 argument.
74
868027a4
HD
752021-05-27 Hannes Domani <ssbssa@yahoo.de>
76
77 * python.texi (Symbols In Python): Document gdb.SYMBOL_LOC_LABEL.
78
2c5731b6
HD
792021-05-25 Hannes Domani <ssbssa@yahoo.de>
80
81 * python.texi (Symbols In Python): Fix gdb.SYMBOL_LOC_COMMON_BLOCK.
82
c45d37a9
AB
832021-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
84
85 * gdb.texi (Initialization Files): Add '@:' after 'e.g.'.
86 (Source Path): Likewise.
87 (GDB/MI Development and Front Ends): Likewise.
88 (ARM Features): Likewise.
89 (gdb man): Likewise.
90
55789354
TBA
912021-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
92
93 * python.texi (Inferiors In Python): Mention the 'connection_num'
94 attribute.
95
ee35ce82
GB
962021-05-12 George Barrett <bob@bob131.so>
97
98 * guile.texi (Values From Inferior In Guile): Add documentation
99 for value-const-value.
100
9d4fc61d
GB
1012021-05-12 George Barrett <bob@bob131.so>
102
103 * guile.texi (Values From Inferior In Guile): Add documentation
104 for value-reference-value. Add documentation for
105 value-rvalue-reference-value.
106
97cef6b7
GB
1072021-05-12 George Barrett <bob@bob131.so>
108
109 * guile.texi (Types In Guile): Add documentation for
110 TYPE_CODE_RVALUE_REF.
111
802021d4
AB
1122021-05-10 Andrew Burgess <andrew.burgess@embecosm.com>
113
114 * guile.texinfo (Breakpoints In Guile): Reword sentence.
115 * python.texinfo (Breakpoints In Python): Reword sentence.
116
9dffa1aa
AB
1172021-05-09 Andrew Burgess <andrew.burgess@embecosm.com>
118
119 * python.texinfo (Python Commands): Document 'set debug
120 py-unwind' and 'show debug py-unwind'.
121
75140e3b
AB
1222021-05-09 Andrew Burgess <andrew.burgess@embecosm.com>
123
124 * python.texinfo (Python Commands): Document 'set debug
125 py-breakpoint' and 'show debug py-breakpoint'.
126
79aabb73
TBA
1272021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
128
129 * gdb.texinfo (GDB/MI Breakpoint Commands): Mention the
130 '--force' flag of the '-break-condition' command.
131
10e578d7
TBA
1322021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
133
134 * gdb.texinfo (GDB/MI Breakpoint Commands): Mention the
135 '--force-condition' flag of the '-break-insert' and
136 '-dprintf-insert' commands.
137
fa94b3a7
SM
1382021-05-04 Simon Marchi <simon.marchi@polymtl.ca>
139
140 * python.texi (Types In Python): Re-organize Type.fields doc.
141 Mention handling of array types. Correct doc for when calling
142 the method on another type.
143
e43c3e2a
AB
1442021-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
145
146 * gdb.texinfo (Initialization Files): Use @env when referencing
147 environment variables.
148 (Shell Commands): Likewise.
149 (Starting): Likewise.
150 (Arguments): Likewise.
151 (Environment): Likewise.
152 (Edit): Likewise.
153 (Compiling and Injecting Code): Likewise.
154 (Files): Likewise.
155 (Command History): Likewise.
156 (Screen Size): Likewise.
157 (Emacs): Likewise.
158
edeaceda
AB
1592021-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
160
161 * python.texinfo (Python Commands): Mention new commands.
162
fbb46296
LS
1632021-04-25 Lancelot Six <lsix@lancelotsix.com>
164
165 PR gdb/22640
166 * gdb.texinfo (Symbols): Describe the 'x' and 'd' flags of the
167 ptype command, describe 'set print type hex' and 'show print
168 type hex' commands. Update 'ptype/o' examples.
169
85c88e2a
TBA
1702021-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
171
172 * gdb.texinfo (GDB/MI Breakpoint Information): Update the
173 description for the 'enabled' field of breakpoint locations.
174
5809fbf2
TT
1752021-04-15 Tom Tromey <tom@tromey.com>
176 Andrew Burgess <andrew.burgess@embecosm.com>
177
178 * gdb.texinfo (Mode Options): Mention "set startup-quietly".
179
92e4e97a
AB
1802021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
181
182 PR cli/25956
183 * gdb.texinfo (File Options): Mention new command line options.
184 (Startup): Discuss when early init files are processed.
185 (Initialization Files): Add description of early init files.
186 (Output Styling): Update description of 'version' style.
187 (gdb man): Mention early init files.
188
b9de3b91
AB
1892021-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
190
191 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add missing
192 parentheses to GDB prompt in example, and replace '(gdb)' with
193 '(@value{GDBP})' in one example where the latter was already in
194 use.
195
fa167b00
LM
1962021-03-29 Luis Machado <luis.machado@linaro.org>
197
198 * gdb.textinfo (Memory Tagging): Make it a @section.
199
a668276c
LM
2002021-03-24 Luis Machado <luis.machado@linaro.org>
201
202 * gdb.texinfo (Data): Document memory tagging changes to the "print"
203 command.
204 (Examining Memory): Document memory tagging changes to the "x"
205 command.
206 (Memory Tagging): Update with more information on changes to the "x"
207 and "print" commands.
208
362a0700
LM
2092021-03-24 Luis Machado <luis.machado@linaro.org>
210
211 * gdb.texinfo (Memory Tagging): New subsection and node.
212 (AArch64 Memory Tagging Extension): New subsection.
213
0f01515a
LM
2142021-03-24 Luis Machado <luis.machado@linaro.org>
215
216 * gdb.texinfo (General Query Packets): Document qMemTags and
217 QMemTags. Document the "memory-tagging" feature.
218 (ARM-Specific Protocol Details): Document memory tag types.
219
763b8efd
AB
2202021-03-18 Andrew Burgess <andrew.burgess@embecosm.com>
221
222 * python.texinfo (Parameters In Python): Return empty string in
223 small example code.
224
02a79309
AB
2252021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
226
227 * gdb.texinfo (Files): Document new 'maint info target-sections'
228 command.
229
22e6d16f
LS
2302021-02-17 Lancelot Six <lsix@lancelotsix.com>
231
232 PR cli/17290
233 * gdb.texinfo (Remote Configuration): Fix show remote
234 interrupt-sequence and show remote interrupt-on-connect.
235
bf3386f0
AB
2362021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
237
238 * gdb.texinfo (Files): Update documentation for 'maint info
239 sections'.
240
29db1eb3
AB
2412021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
242
243 * python.texinfo (TUI Windows In Python): Extend description of
244 TuiWindow.is_valid.
245
2e3773ff
LS
2462021-02-02 Lancelot SIX <lsix@lancelotsix.com>
247
248 * gdb.texinfo (Inferiors Connections and Programs): Document the
249 inferior command when used without argument.
250
bb3c2d4d
TT
2512021-01-27 Tom Tromey <tromey@adacore.com>
252
253 * gdb.texinfo (Auto-loading extensions): Remove extraneous space.
254
f3bdc2db
MB
2552021-01-25 Marco Barisione <mbarisione@undo.io>
256
257 * python.texi: Add parentheses to print statements/functions.
258
04de9f3e
AB
2592021-01-25 Andrew Burgess <andrew.burgess@embecosm.com>
260
261 * gdb.texinfo (Specify Location): Move menu to the end of the
262 node.
263 (Auto-loading): Likewise.
264 (Extending GDB): Likewise.
265 (TUI): Likewise.
266 (Operating System Information): Likewise.
267
9d2d8a16
AB
2682021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
269
270 PR cli/25956
271 * gdb.texinfo (Output Styling): Document version style.
272
d8c4766d
AB
2732021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
274
275 * gdb.texinfo (Auto-loading extensions): Add additional cross
276 references and move @menu to the end of the node.
277
fe461d2f
AB
2782021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
279
280 * gdb.texinfo (Aliases): Move @menu to the end of the node.
281
cc4bc93e
AB
2822021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
283
284 * gdb.texinfo (PowerPC Embedded): Down case contents of @var.
285
a72d0f3d
AB
2862021-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
287
288 * gdb.texinfo (Commands): Update menu.
289 (Extending GDB): Likewise.
290 (Command aliases default args): Moved later into the document,
291 added a cindex entry. Renamed the section 'Automatically prepend
292 default arguments to user-defined aliases' to 'Default Arguments'.
293 (Aliases): Moved earlier in the document. Minor rewording of the
294 first paragraph, down-cased the text inside all uses of @var, and
295 added a cross reference to the Python code. Renamed the section
296 'Creating new spellings of existing commands' to 'Command
297 Aliases'.
298
325d39e4
HD
2992021-01-21 Hannes Domani <ssbssa@yahoo.de>
300
301 PR python/19151
302 * python.texi (Breakpoints In Python): Document
303 gdb.BP_HARDWARE_BREAKPOINT.
304
b5b5650a
JB
3052021-01-01 Joel Brobecker <brobecker@adacore.com>
306
307 * gdb.texinfo, refcard.tex: Update copyright year range.
308
6596a5d4
HD
3092020-12-29 Hannes Domani <ssbssa@yahoo.de>
310
311 * python.texi (Frame Decorator API): Fix method name.
312
f37059ea
AB
3132020-12-23 Alex Bennée <alex.bennee@linaro.org>
314
315 * gdb.texinfo (Packets): Clarify language for ? packet.
316
904cb749
JB
3172020-12-21 Joel Brobecker <brobecker@adacore.com>
318
319 * gdb.texinfo (Requirements): Add GMP to list of requirements.
320
e8460459
HD
3212020-12-18 Hannes Domani <ssbssa@yahoo.de>
322
323 * python.texi (TUI Windows In Python): Remove erroneous 'a'.
324
4aea001f
HD
3252020-12-18 Hannes Domani <ssbssa@yahoo.de>
326
327 * python.texi (Values From Inferior): Document the address keyword.
328
85be4f5a
SM
3292020-12-17 Simon Marchi <simon.marchi@polymtl.ca>
330
331 PR gdb/27088
332 * gdb.texinfo (Range Checking): Fix "show check range" command
333 name.
334
ee9812a0
AB
3352020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
336
337 * gdb.texinfo (Caching Target Data): Document 'maint flush
338 dcache'.
339
50a5f187
AB
3402020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
341
342 * gdb.texinfo (Symbols): Document 'maint flush symbol-cache'.
343 (Maintenance Commands): Document 'maint flush register-cache'.
344
ab954e4a
BE
3452020-12-04 Bernd Edlinger <bernd.edlinger@hotmail.de>
346
347 * Makefile.in: Delete GDBvn.texi and version.subst only in
348 the maintainer-clean target.
349
9f121239
HD
3502020-11-29 Hannes Domani <ssbssa@yahoo.de>
351
352 PR python/26974
353 * python.texi: Fix docu for static members argument.
354
a5c641b5
AB
3552020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
356
357 * gdb.texinfo (Debugging Output): Document 'set/show debug
358 fortran-array-slicing'.
359 (Special Fortran Commands): Document 'set/show fortran
360 repack-array-slices'.
361
ab33b152
AB
3622020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
363
364 * gdb.texinfo (Maintenance Commands): Update description of 'maint
365 print c-tdesc'.
366
64aaad63
AB
3672020-11-02 Andrew Burgess <andrew.burgess@embecosm.com>
368
369 * gdb.texinfo (Mode Options): Descriptions of initialization files
370 has been moved to 'Initialization Files'.
371 (Startup): Likewise.
372 (Initialization Files): New node.
373 (gdb man): Update to mention alternative file paths.
374 (gdbinit man): Likewise.
375
733d554a
TBA
3762020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
377
378 * gdb.texinfo (Set Breaks): Document the '-force-condition' flag
379 of the 'break'command.
380 * gdb.texinfo (Conditions): Document the '-force' flag of the
381 'condition' command.
382
b5fa468f
TBA
3832020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
384
385 * gdb.texinfo (Set Breaks): Document disabling of breakpoint
386 locations for which the breakpoint condition is invalid.
387
4b136f6f
MF
3882020-10-06 Michael Forney <mforney@mforney.org>
389
390 * Makefile.in (HAVE_NATIVE_GCORE_HOST): Add for gcore.1
391 install condition.
392
8d378f27
SM
3932020-10-04 Simon Marchi <simon.marchi@polymtl.ca>
394
395 * gdb.texinfo (Debugging Output): Add set/show debug event-loop.
396
7b085b1c
SM
3972020-10-04 Simon Marchi <simon.marchi@polymtl.ca>
398
399 * gdb.texinfo (Debugging Output): Add empty lines, fix typo.
400
6791b117
PA
4012020-09-13 Pedro Alves <pedro@palves.net>
402
403 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
404 "-break-insert --qualified" and "-dprintf-insert --qualified".
405
fdd8731b
SV
4062020-08-25 Shahab Vahedi <shahab@synopsys.com>
407
408 * gdb.texinfo (Synopsys ARC): Document LP_START, LP_END and BTA.
409
995d3a19
SV
4102020-08-25 Shahab Vahedi <shahab@synopsys.com>
411
412 * gdb.texinfo (Synopsys ARC): Update the documentation for ARC
413 Features.
414
e09eef98
TT
4152020-08-07 Tom Tromey <tromey@adacore.com>
416
417 * gdb.texinfo (Ravenscar Profile): Add examples.
418 Document runtime initialization limitation.
419
39791af2
JM
4202020-08-04 Jose E. Marchesi <jose.marchesi@oracle.com>
421
422 * gdb.texinfo (Contributors): Add information for the eBPF
423 support.
424 (BPF): New section.
425
43d5901d
AB
4262020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
427
428 * python.texi (Unwinding Frames in Python): Update descriptions
429 for PendingFrame.read_register and
430 gdb.UnwindInfo.add_saved_register.
431 (Frames In Python): Update description of Frame.read_register.
432
14fa8fb3
AB
4332020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
434
435 * python.texi (Registers In Python): Document new find function.
436
b089853a
KB
4372020-07-22 Kevin Buettner <kevinb@redhat.com>
438
439 * gdb.texinfo (Maintenance Commands): Add documentation for
440 new command "maintenance print core-file-backed-mappings".
441
c9fe1b58
RT
4422020-07-22 Reuben Thomas <rrt@sc3d.org>
443
444 * gdb.texinfo (Remote Protocol, Overview): Correct the description
445 of which remote protocol commands are mandatory for a stub to
446 implement.
447
ae5369e7
LC
4482020-07-20 Ludovic Courtès <ludo@gnu.org>
449
450 * doc/guile.texi (Guile Introduction): Mention Guile 3.0.
451
68cf161c
LC
4522020-07-20 Ludovic Courtès <ludo@gnu.org>
453
454 * guile.texi (Memory Ports in Guile): Mark
455 'memory-port-read-buffer-size',
456 'set-memory-port-read-buffer-size!',
457 'memory-port-write-buffer-size',
458 'set-memory-port-read-buffer-size!' as deprecated.
459 (Guile Introduction): Clarify which Guile
460 versions are supported.
461
ed788fee
PC
4622020-07-13 Paul Carroll <pcarroll@codesourcery.com>
463
464 PR gdb/25716
465
466 * gdb.texinfo (Frame Apply): Remove anchor for 'frame
467 apply' and adjust xrefs to it.
468
0a278aa7
PW
4692020-07-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
470
471 * gdb.texinfo (Attach): Update exec-file-mismatch doc.
472
6e2469ff
HD
4732020-07-08 Hannes Domani <ssbssa@yahoo.de>
474
475 * gdb.texinfo: Document Windows drive conversion of
476 'set auto-load scripts-directory'.
477
64cb3757
AB
4782020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
479
480 * gdb.texi (Registers): Add @anchor for 'info registers
481 <reggroup>' command.
482 * python.texi (Architectures In Python): Document new
483 register_groups method.
484 (Registers In Python): Document two new object types related to
485 register groups.
486
0f767f94
AB
4872020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
488
489 * python.texi (Python API): Add new section to the menu.
490 (Frames In Python): Add new @anchor.
491 (Architectures In Python): Document new registers method.
492 (Registers In Python): New section.
493
87dbc774
AB
4942020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
495
496 * python.texi (Unwinding Frames in Python): Document
497 PendingFrame.architecture method.
498
edf92af0
EZ
4992020-06-26 Eli Zaretskii <eliz@gnu.org>
500
501 * gdb.texinfo (Shell Commands): More accurate description of use
502 of $SHELL. Reported by Sandra Loosemore <sandra@codesourcery.com>.
503
caa7fd04
AB
5042020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
505
506 * gdb.texinfo (Maintenance Commands): Document new 'maint print
507 xml-desc' command.
508
5b860c93
PW
5092020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
510
511 * gdb.texinfo (Command aliases default args): New node documenting
512 how to use default args for a command using aliases.
513 (Aliases): Document the new 'DEFAULT-ARGS...' option.
514 (Help): Update help aliases text and describe when full alias
515 definition is provided.
516
914592f9
TT
5172020-06-11 Tom Tromey <tromey@adacore.com>
518
519 * gdb.texinfo (Index Files): Reword. Remove Ada limitation.
520
c5a6a07f
JG
5212020-06-10 Jonny Grant <jg@jguk.org>
522
523 * gdb.texinfo: Remove broken links Previous and Up from
524 contents.
525
0a4f5f8c
TT
5262020-05-23 Tom Tromey <tom@tromey.com>
527
528 * gdb.texinfo (Output Styling): Don't mention completion styling.
529 (Editing): Don't mention readline completion styling.
530
eca1f90c
TT
5312020-05-23 Tom Tromey <tom@tromey.com>
532
533 * gdb.texinfo (Output Styling): Mention completion styling.
534 (Editing): Mention readline completion styling.
535
98c59b52
PA
5362020-05-19 Pedro Alves <palves@redhat.com>
537
538 * gdb.texinfo (Attach): Update exec-file-mismatch description to
539 mention build IDs.
540 (Separate Debug Files): Add "build id" anchor.
541
5b4a1a8d
PW
5422020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
543
544 * gdb.texinfo (Help): Document the help and apropos changes.
545 (Aliases): Document new meaning of -a abbreviation flag.
546
aa8509b4
KR
5472020-05-05 Kamil Rytarowski <n54@gmx.com>
548
549 * gdb.texinfo (info proc, info proc cmdline, info proc cwd)
550 (info proc exe, info proc mappings, info proc stat): Mention
551 NetBSD support.
552
2b2fbab8
TT
5532020-04-28 Tom Tromey <tom@tromey.com>
554
555 * python.texi (Commands In Python): Document gdb.COMMAND_TUI.
556
45fc7c99
TT
5572020-04-27 Tom Tromey <tromey@adacore.com>
558
559 * python.texi (Types In Python): Mention missing fields. Add
560 dynamic type example.
561
1acda803
TT
5622020-04-24 Tom Tromey <tromey@adacore.com>
563
564 PR python/23662:
565 * python.texi (Types In Python): Document new features.
566
0ca4866a
AS
5672020-04-15 Artur Shepilko <nomadbyte@gmail.com>
568
569 * gdb.texinfo: Transform @var{[host]} to [@var{host}]; this
570 clears makeinfo warnings.
571 * python.texi: Add a missing period trailing an @xref{} clause;
572 this clears a makeinfo warning.
573
09f2921c
TV
5742020-03-06 Tom de Vries <tdevries@suse.de>
575
576 * gdb.texinfo: Fix "the the".
577
0bab6cf1
TV
5782020-03-04 Tom de Vries <tdevries@suse.de>
579
580 * gdb.texinfo: Remove trailing "done." in "Reading symbols from" lines.
581 * python.texi: Same.
582
63e163f2
AB
5832020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
584
585 * gdb.texinfo (Command History): Extend description for
586 GDBHISTFILE and GDBHISTSIZE, add detail about the filename for
587 'set history filename' being optional. Describe the effect of an
588 empty history filename on 'set history save on'.
589
e56d7f1e
AB
5902020-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
591
592 * gdb.texinfo (Threads): Fix alignment in 'info threads' example
593 output.
594
01b1af32
TT
5952020-02-22 Tom Tromey <tom@tromey.com>
596
597 * python.texi (Python API): Add menu item.
598 (TUI Windows In Python): New node.
599
7c043ba6
TT
6002020-02-22 Tom Tromey <tom@tromey.com>
601
602 PR tui/17850:
603 * gdb.texinfo (TUI Commands): Document horizontal layouts.
604
ee325b61
TT
6052020-02-22 Tom Tromey <tom@tromey.com>
606
607 * gdb.texinfo (TUI Overview): Mention user layouts.
608 (TUI Commands): Document "tui new-layout".
609
b7d2fe14
TT
6102020-01-26 Tom Tromey <tromey@adacore.com>
611
612 * gdb.texinfo (M68K Features): Document floating-point feature
613 correspondence.
614
e47e48f6
PW
6152020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
616
617 * gdb.texinfo (Attach): Document the new option and the
618 set/show commands.
619 (Connecting): Reference the exec-file-mismatch option.
620
65c574f6
PA
6212020-01-10 Pedro Alves <palves@redhat.com>
622
623 * gdb.texinfo (Starting): Say "current inferior not connected"
624 instead of "GDB not connected".
625 (Inferiors and Programs): Rename node to ...
626 (Inferiors Connections and Programs): ... this. Update all
627 references. Talk about multiple target connections. Update "info
628 inferiors" info to mention the connections column. Describe "info
629 connections". Document "add-inferior -no-connection".
630 * guile.texi, python.texi: Update cross references.
631
e5d78223
JB
6322020-01-01 Joel Brobecker <brobecker@adacore.com>
633
634 * gdb.texinfo, refcard.tex: Update copyright year range.
635
db178f47
AB
6362019-12-14 Andrew Burgess <andrew.burgess@embecosm.com>
637
638 * python.texi (Symbols In Python): Remove duplicate description of
639 gdb.lookup_global_symbol.
640
27f7b2f6
SM
6412019-12-11 Simon Marchi <simon.marchi@efficios.com>
642
643 * gdb.texinfo (Writing JIT Debug Info Readers): Fix typo.
644
d8edc8b7
PW
6452019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
646
647 * gdb.texinfo (Command Options): Use -p and -pretty in the example,
648 as -r is ambiguous. Update the print - TAB TAB completion result.
649 (Data): Document new option -raw-values. Use -p and -pretty in the
650 example, as -r is ambiguous.
651 (Print Settings): Document set print raw values.
652 (Pretty-Printer Commands): Document interaction between enabled
653 pretty printers and -raw-values/-raw-frame-arguments.
654
77bb17b6
TT
6552019-12-10 Tom Tromey <tom@tromey.com>
656
657 * python.texi (gdb.prompt): Use correct quotes in example.
658 Shorten sample text.
659
c2512106
AB
6602019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
661
662 * doc/gdb.texinfo (GDB/MI Symbol Query): Add documentation of
663 -max-results to some -symbol-info-* commands.
664
293b38d6
AB
6652019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
666
667 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
668 -symbol-info-module-functions and -symbol-info-module-variables.
669
a2a7af0c
TT
6702019-12-01 Tom Tromey <tom@tromey.com>
671
672 * gdb.texinfo (TUI Configuration): Mention TUI border styles.
673 (Output Styling): Document new settings.
674
d1da6b01
TT
6752019-12-01 Tom Tromey <tom@tromey.com>
676
677 * gdb.texinfo (TUI Configuration): Document new setting.
678
bf498525
PW
6792019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
680
681 * gdb.texinfo (Define): Indicate that user-defined prefix can
682 be used in 'define' command. Document 'define-prefix' command.
683
db5960b4
AB
6842019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
685
686 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
687 -symbol-info-modules.
688
7dc42066
AB
6892019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
690
691 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
692 -symbol-info-functions, -symbol-info-types, and
693 -symbol-info-variables.
694
22138db6
TT
6952019-11-26 Tom Tromey <tom@tromey.com>
696
697 * gdb.texinfo (Maintenance Commands): Document new maint
698 commands.
699
6cc8564b
LM
7002019-11-25 Luis Machado <luis.machado@linaro.org>
701
702 * gdb.texinfo (Debugging Output): Document set debug
703 remote-packet-max-chars.
704
6b92c0d3
TV
7052019-11-14 Tom de Vries <tdevries@suse.de>
706
707 * gdb.texinfo: Fix typos.
708 * python.texi: Same.
709 * stabs.texinfo: Same.
710
45e42163
TT
7112019-11-12 Tom Tromey <tom@tromey.com>
712
713 * gdb.texinfo (Maintenance Commands): Document new command.
714
c86d74cc
TT
7152019-11-11 Tom Tromey <tom@tromey.com>
716
717 * gdb.texinfo (TUI Keys): Document readline function names.
718
c71acd15
TT
7192019-11-11 Tom Tromey <tom@tromey.com>
720
721 * gdb.texinfo (Editing): Document operate-and-get-next.
722
fb092e09
TT
7232019-11-11 Tom Tromey <tromey@adacore.com>
724
725 * gdb.texinfo (Host I/O Packets): Fix typo in "vFile:pwrite".
726
086baaf1
AB
7272019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
728
729 * python.texi (Symbols In Python): Add documentation for
730 gdb.lookup_static_symbols.
731
09ff83af
AB
7322019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
733
734 * python.texi (Symbols In Python): Extend documentation for
735 gdb.lookup_static_symbol.
736
165f8965
AB
7372019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
738
739 * gdb.texinfo (Symbols): Document new 'info module variables' and
740 'info module functions' commands.
741
59c35742
AB
7422019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
743
744 * gdb.texinfo (Symbols): Document new 'info modules' command.
745
aed61d02
PW
7462019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
747
748 * gdb.texinfo (Convenience Funs): Document the new
749 $_gdb_setting_str, $_gdb_maint_setting and $_gdb_maint_setting_str
750 convenience functions.
751
ed2a2229
CB
7522019-10-29 Christian Biesinger <cbiesinger@google.com>
753
754 * Makefile.in: Also set SYSTEM_GDBINIT_DIR for the info manual
755 generation.
756 * gdb.texinfo (many sections): Document new --with-system-gdbinit-dir
757 option.
758
6999161a
TT
7592019-10-23 Tom Tromey <tom@tromey.com>
760
761 * Makefile.in (READLINE_DIR): Update.
762
14796d29
CB
7632019-10-23 Christian Biesinger <cbiesinger@google.com>
764
765 * python.texi (Threads In Python): Add a note for how to get the
766 list of threads.
767
760f7560
TV
7682019-10-07 Tom de Vries <tdevries@suse.de>
769
770 * gdb.texinfo: Fix typo.
771 * guile.texi: Same.
772 * python.texi: Same.
773
0a4b0913
AB
7742019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
775
776 * doc/gdb.texinfo (Fortran Operators): Describe scope operator.
777
37f6a7f4
TT
7782019-10-02 Tom Tromey <tromey@adacore.com>
779
780 * gdb.texinfo (Set Catchpoints, Convenience Vars): Document
781 $_ada_exception.
782
abf516c6
UW
7832019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
784
785 * doc/gdb.texinfo (Remote Configuration): Remove documentation for
786 qXfer:spu:read and qXfer:spu:write.
787 (General Query Packets): Likewise.
788 (Cell Broadband Engine SPU architecture): Remove subsection.
789
11061048
TT
7902019-09-18 Tom Tromey <tom@tromey.com>
791
792 * gdb.texinfo (Editing): Document readline application name.
793 (TUI Single Key Mode): Document TUI SingleKey keymap name.
794
f1b620e9
MG
7952019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
796
797 * gdb.texinfo (Source Path): Additional text to better describe
798 how the source path directory list is used when searching for
799 source files.
800
4993045d
PW
8012019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
802
803 * gdb.texinfo (Ada Tasks): Tell the task name is printed, update
804 examples.
805
2d601616
TT
8062019-09-10 Tom Tromey <tromey@adacore.com>
807
808 * gdb.texinfo (Index Files): Update Ada text.
809
4acfdd20
AB
8102019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
811
812 * gdb.texinfo (Symbols): Add information about the -n flag to
813 "info variables" and "info functions".
814
e3ec872f
YS
8152019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
816
817 * gdb.texinfo (Standard Target Features): Add RX Features sub-section.
818
aa7ca1bb
AH
8192019-08-16 Alan Hayward <alan.hayward@arm.com>
820
821 * gdb.texinfo (AArch64 Pointer Authentication)
822 (GDB/MI Breakpoint Information) (Frame Information): Document
823 addr_field.
824
86c6b807
TT
8252019-08-12 Tom Tromey <tom@tromey.com>
826
827 * gdb.texinfo (Configure Options): Document minimum version of
828 readline.
829
1ba7cdcd
AH
8302019-08-09 Alan Hayward <alan.hayward@arm.com>
831
832 * gdb.texinfo (AArch64 Pointer Authentication): Fix typo.
833
3d31bc39
AH
8342019-08-07 Alan Hayward <alan.hayward@arm.com>
835
836 * gdb.texinfo (AArch64 Pointer Authentication): New subsection.
837
0b27c27d
CB
8382019-08-05 Christian Biesinger <cbiesinger@google.com>
839
840 * python.texi (Blocks In Python): Document dictionary access on blocks.
841
ae60f04e
PW
8422019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
843
844 * gdb.texinfo (Symbols): Document new args -dirname and -basename
845 of "info sources" command.
846
2906593f
CB
8472019-07-30 Christian Biesinger <cbiesinger@google.com>
848
849 * python.texi (Symbols In Python): Document new function
850 gdb.lookup_static_symbol.
851
c620ed88
CB
8522019-07-29 Christian Biesinger <cbiesinger@google.com>
853
854 * python.texi (Objfiles In Python): Document new functions
855 Objfile.lookup_{global,static}_symbol.
856
bc4268a5
PW
8572019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
858
859 * gdb.texinfo (Backtrace): Document the new '-frame-info'
860 backtrace option. Reference 'set print frame-info'.
861 (Print Settings): Document 'set|show print frame-info'.
862 Document new 'presence' value for 'set print frame-arguments.
863
a8eab7c6
AB
8642019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
865
866 * gdb.texinfo (Symbols): Add information about -q flag to "info
867 types".
868
86ceaf98
KB
8692019-07-20 Kevin Buettner <kevinb@redhat.com>
870
871 * python.texi (python command): Revise example to match
872 command behavior.
873
cb1e4e32
PA
8742019-07-09 Pedro Alves <palves@redhat.com>
875
876 * gdb.texinfo (C++ Exception GDB/MI Catchpoint Commands): Adjust
877 examples to show type=catchpoint instead of type=breakpoint and an
878 address.
879
fdbc9870
PA
8802019-07-03 Pedro Alves <palves@redhat.com>
881 Philippe Waroquiers <philippe.waroquiers@skynet.be>
882
883 * gdb.texinfo (Command Settings): New node documenting the general
884 concept of settings, how to change them, and the new "with"
885 command.
886 (Maintenance Commands): Document "maint with".
887
c6ac8931
PA
8882019-07-03 Pedro Alves <palves@redhat.com>
889
890 * gdb.texinfo (Maintenance Commands): Document "maint set/show
891 test-settings" instead of "maint test-settings set/show".
892
4ed4690f
SM
8932019-06-18 Simon Marchi <simon.marchi@efficios.com>
894
895 * gdb.texinfo (Invoking GDB): Remove sentence about how GDB
896 deals with a file that has the same name as the specified pid to
897 attach to. Add example using -p option.
898 (gdb man): Remove same sentence as in previous item.
899
30056ea0
AB
9002019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
901
902 * gdb.texinfo (GDB/MI Catchpoint Commands): Add menu entry to new
903 node.
904 (C++ Exception GDB/MI Catchpoint Commands): New node to describe
905 new MI commands.
906
3345721a
PA
9072019-06-13 Pedro Alves <palves@redhat.com>
908
909 * gdb.texinfo (Command Completion): Mention command options too.
910 (Command Options): New node.
911 (Threads): Add anchors. Extend descriptions of the "taas" and
912 "tfaas" commands.
913 (Backtrace): Describe new options of the "backtrace" command. Add
914 anchors.
915 (Frame Apply): Describe new options of the "frame apply" and
916 "faas" commands. Add anchors.
917 (Data): Describe new options of the "print" command. Add anchors.
918 (Compiling and Injecting Code): Mention options of the "compile
919 print" command.
920 (Maintenance Commands): Mention "maint test-options" subcommands
921 and the "maint show test-options-completion-result" command.
922
2daf894e
PA
9232019-06-13 Pedro Alves <palves@redhat.com>
924
925 * gdb.texinfo (Print Settings): Document "set/show print
926 raw-frame-arguments" instead of "set/show print raw
927 frame-arguments".
928
dca0f6c0
PA
9292019-06-13 Pedro Alves <palves@redhat.com>
930
931 * gdb.texinfo (Maintenance Commands): Document "maint
932 test-settings" commands.
933
1a3da2cd
AB
9342019-06-06 Amos Bird <amosbird@gmail.com>
935
936 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-exited
937 annotation.
938
e1f2e1a2
CB
9392019-06-04 Christian Biesinger <cbiesinger@google.com>
940
d3238f7d 941 * python.texi: Document new gdb.Type.objfile property.
e1f2e1a2 942
e664d728
PW
9432019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
944
945 * gdb.texinfo (Help): Document the new -v apropos flag.
946 (Output Styling): Document the style name styling done by "show style".
947 Document the new title and highlight styles.
948
e2c52041
PW
9492019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
950
951 * gdb.texinfo (Shell Commands): Document pipe command.
952 (Logging Output): Add a reference to pipe command.
953 (Convenience Variables): Document $_shell_exitcode and
954 $_shell_exitstatus.
955
000439d5
TT
9562019-05-29 Tom Tromey <tromey@adacore.com>
957
958 * gdb.texinfo (Continuing and Stepping): Document new
959 commands.
960
b7060614
AH
9612019-05-22 Alan Hayward <alan.hayward@arm.com>
962
963 * gdb.texinfo (Shell Commands): Add debugredirect.
964
7166f90a
JV
9652019-05-22 Jan Vrany <jan.vrany@fit.cvut.cz>
966
967 * gdb.texinfo: Minor formatting fixes.
968
26648588
JV
9692019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
970
971 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document new
972 MI command -complete.
973
a0a3a1e9
TV
9742019-05-14 Tom de Vries <tdevries@suse.de>
975
976 * gdb.texinfo (Automatic symbol index cache): Add concept and command
977 index entries.
978
3c2fcaf9
TV
9792019-05-14 Tom de Vries <tdevries@suse.de>
980
981 * gdb.texinfo (Maintenance Commands): Remove superfluous
982 quoting on command index entry for "maint info selftests".
983
a97c8e56
TT
9842019-05-10 Tom Tromey <tromey@adacore.com>
985
986 * python.texi (Pretty Printing API): Mention lazy computation for
987 "children".
988
b8e07335
TT
9892019-05-10 Tom Tromey <tromey@adacore.com>
990
991 * gdb.texinfo (Set Catchpoints): Add text for parameter to "catch
992 exception" and "catch handlers". Move "catch exception unhandled"
993 text. Use @var for "catch load" and "catch unload"
994
9d3421af
TT
9952019-05-08 Tom Tromey <tromey@adacore.com>
996
997 * gdb.texinfo (Symbols): Document change to ptype/o.
998
5f2459c2
EZ
9992019-05-03 Eli Zaretskii <eliz@gnu.org>
1000
1001 * gdb.texinfo (Separate Debug Files): Document how the
1002 subdirectory of the global debug directory is computed on
1003 MS-Windows/MS-DOS.
1004
2e62ab40
AB
10052019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1006
1007 * gdb.texinfo (Print Settings): Document 'print max-depth'.
1008 * guile.texi (Guile Pretty Printing API): Document that 'print
1009 max-depth' can effect the display of a values children.
1010 * python.texi (Pretty Printing API): Likewise.
1011 (Values From Inferior): Document max_depth keyword.
1012
136afab8
PW
10132019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1014
1015 * gdb.texinfo (Calling): Document the new
1016 set|show may-call-functions.
1017
73f8a590
PA
10182019-04-22 Pedro Alves <palves@redhat.com>
1019
1020 * gdb.texinfo (Reverse Execution): Mention and xref process record
1021 and replay. Mention remote and system emulators.
1022 (Process Record and Replay): List supported architectures.
1023 Mention that "record btrace" is only supported on Intel
1024 processors.
1025
aeb2e706
AH
10262019-04-17 Alan Hayward <alan.hayward@arm.com>
1027
1028 * gdb.texinfo (Other Command-Line Arguments for gdbserver)
1029 (Monitor Commands for gdbserver)
1030 (gdbserver man): Add debug-file option.
1031
2b0c8b01
KB
10322019-04-08 Kevin Buettner <kevinb@redhat.com>
1033
1034 * python.texi (Inferiors In Python): Rename
1035 Inferior.thread_from_thread_handle to Inferior.thread_from_handle.
1036 Add note about the former being deprecated.
1037
c369f8f0
KB
10382019-04-08 Kevin Buettner <kevinb@redhat.com>
1039
1040 * python.texi (Threads In Python): Add description for method
1041 InferiorThread.handle.
1042
48ab418e
TT
10432019-04-07 Tom Tromey <tom@tromey.com>
1044
1045 * Makefile.in (all): Depend on "info".
1046
8bdc1658
AB
10472019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1048
1049 * gdb.texinfo (Convenience Funs): Document '$_creal' and
1050 '$_cimag'.
1051
7734102d
EZ
10522019-03-30 Eli Zaretskii <eliz@gnu.org>
1053
1054 * gdb.texinfo (Convenience Vars): Document $_gdb_major and
1055 $_gdb_minor.
1056
9f9aa852
AB
10572019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1058
1059 * python.texi (Pretty Printing API): Document use of None for the
1060 display_hint.
1061
6dc0ebde
AH
10622019-03-22 Alan Hayward <alan.hayward@arm.com>
1063 Jiong Wang <jiong.wang@arm.com>
1064
1065 * gdb.texinfo (AArch64 Features): Describe pauth feature.
1066
48869a5f
TT
10672019-03-20 Tom Tromey <tromey@adacore.com>
1068
1069 * python.texi (Selecting Pretty-Printers): Use @defvar for
1070 gdb.pretty_printers.
1071
5c85e20d
SM
10722019-03-14 Simon Marchi <simon.marchi@efficios.com>
1073
1074 * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing
1075 of table, "@end @table" -> "@end table".
1076
d085f989
TT
10772019-03-14 Tom Tromey <tromey@adacore.com>
1078
1079 * gdb.texinfo (Output Styling): Document "set style source" and
1080 "show style source".
1081
b4be1b06
SM
10822019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1083
1084 * gdb.texinfo (Mode Options): Mention mi3.
1085 (Interpreters): Likewise.
1086 (GDB/MI Development and Front Ends): Add entry for MI 3 in
1087 version table. Document -fix-multi-location-breakpoint-output.
1088 (GDB/MI Breakpoint Information): Document format of breakpoint
1089 location output.
1090
ff6c8b35
SM
10912019-03-05 Simon Marchi <simon.marchi@efficios.com>
1092
1093 * python.texi (Values From Inferior): Change synopsys of the
1094 second form of Value.__init__.
1095
e3624a40
EZ
10962019-03-02 Eli Zaretskii <eliz@gnu.org>
1097
1098 * gdb.texinfo (Output Styling): Fix typos. Document the default
1099 foreground colors of the available styles.
1100
2c3fc25d
KB
11012019-02-27 Kevin Buettner <kevinb@redhat.com>
1102
1103 * gdb.texinfo (Configure Options): Document minimum python
1104 version.
1105
af54ade9
KB
11062019-02-26 Kevin Buettner <kevinb@redhat.com>
1107
1108 * python.texi (Values From Inferior): Document second form
1109 of Value.__init__.
1110
c97a7739
JB
11112019-02-23 Joel Brobecker <brobecker@adacore.com>
1112
1113 * gdb.texinfo: Update copyright year ranges.
1114 * refcard.tex: Likewise.
1115
7557a514
AH
11162019-02-21 Alan Hayward <alan.hayward@arm.com>
1117
1118 * gdb.texinfo: Update style defaults.
1119
2d8b6830
TT
11202019-02-21 Tom Tromey <tromey@adacore.com>
1121
1122 * gdb.texinfo (Remote Configuration): Remove trailing "." from
1123 @item.
1124
1fea0d53
SM
11252019-01-16 Simon Marchi <simon.marchi@ericsson.com>
1126
1127 * gdb.texinfo (GDB/MI Development and Front Ends): Add table of
1128 MI versions. Update text around it.
1129
6f072a10
PFC
11302019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1131
1132 * gdb.texinfo (PowerPC Features): Document the alias
1133 pseudo-registers for the org.gnu.gdb.power.altivec feature.
1134
041be526
SM
11352019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1136
1137 * gdb.texinfo (Print Settings): Remove mention of specific
1138 demangle-style values, just refer to the in-process help.
1139
140a4bc0
TT
11402018-12-28 Tom Tromey <tom@tromey.com>
1141
1142 * gdb.texinfo (Output Styling): New node.
1143
e9076973
JB
11442018-12-13 John Baldwin <jhb@FreeBSD.org>
1145
1146 * gdb.texinfo (Set Catchpoints): Add an anchor for 'catch syscall'.
1147 (Native): Add a FreeBSD subsection.
1148 (FreeBSD): Document use of system call aliases for compatibility
1149 system calls.
1150
b5ffee31
AB
11512018-11-21 Andrew Burgess <andrew.burgess@embecosm.com>
1152
1153 * gdb.texinfo (Standard Target Features): Add RISC-V Features
1154 sub-section.
1155
20813a0b
PW
11562018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1157
1158 * gdb.texinfo (Examining the Symbol Table): Document language choice
1159 for 'info types|functions|variables' commands.
1160 (Setting Breakpoints): Document language choice to print
1161 the functions in which a breakpoint is set.
1162
4b905ae1
PFC
11632018-11-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1164
1165 * gdb.texinfo (PowerPC Features): Document the altivec and fpu
1166 requirements for the org.gnu.gdb.power.vsx feature.
1167
87f7ab7b
JB
11682018-11-01 Joel Brobecker <brobecker@adacore.com>
1169
1170 * gdb.texinfo (Ada Tasks): Update the "info task 2" example
1171 output to match the current implementation.
1172
d321477b
PW
11732018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1174
1175 * gdb.texinfo (Information About a Frame): Document changes
1176 to 'info args' and 'info locals'.
1177 (Examining the Symbol Table): Document changes to 'info functions'
1178 and 'info variables'.
1179
8d619c01
EBM
11802018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1181
1182 * gdb.texinfo (PowerPC Features): Describe new features
1183 "org.gnu.gdb.power.htm.spr", "org.gnu.gdb.power.htm.core",
1184 "org.gnu.gdb.power.htm.fpu", "org.gnu.gdb.power.htm.altivec",
1185 "org.gnu.gdb.power.htm.vsx", "org.gnu.gdb.power.htm.ppr",
1186 "org.gnu.gdb.power.htm.dscr", "org.gnu.gdb.power.htm.tar".
1187
232bfb86
EBM
11882018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1189
1190 * gdb.texinfo (PowerPC Features): Describe new features
1191 "org.gnu.gdb.power.ebb" and "org.gnu.gdb.power.linux.pmu".
1192
f2cf6173
EBM
11932018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1194
1195 * gdb.texinfo (PowerPC Features): Describe new feature
1196 "org.gnu.gdb.power.tar".
1197
7ca18ed6
EBM
11982018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1199
1200 * gdb.texinfo (PowerPC Features): Describe new features
1201 "org.gnu.gdb.power.ppr" and "org.gnu.gdb.power.dscr".
1202
d6677607
TT
12032018-10-20 Tom Tromey <tom@tromey.com>
1204
1205 * gdb.texinfo (TUI Commands): Add @end table.
1206 (TUI Configuration): Remove stray @end table.
1207
7806cea7
TT
12082018-10-19 Tom Tromey <tom@tromey.com>
1209
1210 PR tui/18388:
1211 * gdb.texinfo (TUI Commands): Remove tabset documentation.
1212 (TUI Configuration): Document "set tui tab-width".
1213
163cffef
TT
12142018-10-09 Tom Tromey <tom@tromey.com>
1215
1216 * python.texi (Inferiors In Python): Link to "Frames In Python",
1217 not "Unwinding Frames in Python".
1218
eff98030
TT
12192018-10-09 Tom Tromey <tom@tromey.com>
1220
1221 * gdb.texinfo (Configure Options): Update --enable-ubsan
1222 documentation.
1223
74792ff7
JB
12242018-10-08 John Baldwin <jhb@FreeBSD.org>
1225
1226 * gdb.texinfo (Contributors): Add SRI International and University
1227 of Cambridge for FreeBSD/riscv.
1228
add5ded5
TT
12292018-10-06 Tom Tromey <tom@tromey.com>
1230
1231 PR python/19399:
1232 * python.texi (Inferiors In Python): Document
1233 Inferior.Architecture.
1234
51e78fc5
TT
12352018-10-06 Tom Tromey <tom@tromey.com>
1236
1237 PR python/21765:
1238 * python.texi (Symbols In Python): Document the module and
1239 common-block domains. Remove documentation for incorrect
1240 domains.
1241
f35d5ade
TT
12422018-10-03 Tom Tromey <tom@tromey.com>
1243
1244 * gdb.texinfo (Configure Options): Document --enable-ubsan.
1245
c1168a2f
JD
12462018-10-02 John Darrington <john@darrington.wattle.id.au>
1247
1248 * gdb.texinfo (Remote Connection Commands): Describe
1249 the changes to target remote and target extended-remote
1250 relating to Unix domain sockets.
1251
a95746f9
TT
12522018-10-01 Tom Tromey <tom@tromey.com>
1253
1254 * gdb.texinfo (Configure Options): Document configure options.
1255
7f0bd420
TT
12562018-09-29 Tom Tromey <tom@tromey.com>
1257
1258 * gdb.texinfo (Requirements): Mention C++, GNU make.
1259 (Requirements): Sort the table. Add more libraries.
1260 (Running Configure): Remove obsolete text.
1261 (Separate Objdir): Likewise.
1262 (Configure Options): Likewise.
1263
f67ffa6a
AB
12642018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
1265
1266 * gdb.texinfo (Frames): Rewrite the description of 'frame number'
1267 to highlight that the number is also the frame's level.
1268 (Selection): Rewrite documentation for 'frame' and 'select-frame'
1269 commands.
1270 (Frame Info): Rewrite documentation for 'info frame' command.
1271
ae778caf
TT
12722018-09-23 Tom Tromey <tom@tromey.com>
1273
1274 PR python/18852:
1275 * python.texi (Parameters In Python): Document exception behavior
1276 of get_set_string.
1277
73f1bd76
JB
12782018-09-18 John Baldwin <jhb@FreeBSD.org>
1279
1280 * gdb.texinfo (info proc): Remove "running".
1281 (info proc mappings): Replace "program" with "process".
1282
8b113111
JB
12832018-09-18 John Baldwin <jhb@FreeBSD.org>
1284
1285 * gdb.texinfo (Process Information): Document "info proc files"
1286 command.
1287
e6cd1dc1
TT
12882018-09-17 Tom Tromey <tom@tromey.com>
1289
1290 * gdb.texinfo (Index Files): Update for cache directory change on
1291 macOS.
1292
8743a9cd
TT
12932018-09-16 Tom Tromey <tom@tromey.com>
1294
1295 * python.texi (Basic Python): Update docs for find_pc_line,
1296 solib_name.
1297 (Progspaces In Python): Update docs for current_progspace.
1298 Document block_for_pc, find_pc_line, is_valid, nsolib_name.
1299 Move method documentation before example.
1300
74d3fbbb
SM
13012018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1302
1303 * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
1304
0ae1a321
SM
13052018-09-13 Simon Marchi <simon.marchi@ericsson.com>
13062018-09-13 Tom Tromey <tom@tromey.com>
1307
1308 * python.texi (Program Spaces In Python): Document the
1309 Progspace.objfiles method.
1310 (Objfiles In Python): Mention that gdb.objfiles() is identical
1311 to gdb.selected_inferior().progspace.objfiles().
1312
a40bf0c2
SM
13132018-09-13 Simon Marchi <simon.marchi@ericsson.com>
13142018-09-13 Tom Tromey <tom@tromey.com>
1315
1316 * python.texi (Inferiors In Python): Document
1317 Inferior.progspace.
1318 (Program Spaces In Python): Document that
1319 gdb.current_progspace() is the same as
1320 gdb.selected_inferior().progspace.
1321
1256af7d
SM
13222018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1323
1324 * python.texi (Basic Python): Mention the string representation
1325 of GDB Python objects.
1326
3e68067f
SM
13272018-09-12 Simon Marchi <simon.marchi@ericsson.com>
1328
1329 * gdb.texinfo (Skipping Over Functions and Files): Document
1330 set/show debug skip.
1331
849cba3b
TT
13322018-09-10 Tom Tromey <tom@tromey.com>
1333
1334 * python.texi (Frames In Python, Blocks In Python)
1335 (Symbols In Python, Symbol Tables In Python)
1336 (Lazy Strings In Python): Remove periods from section titles.
1337
27a9fec6
TT
13382018-09-10 Tom Tromey <tom@tromey.com>
1339
1340 * python.texi (Pretty Printing API): Swap sentence order.
1341
9da10427
TT
13422018-09-10 Tom Tromey <tom@tromey.com>
1343
1344 PR python/16461:
1345 * python.texi (Values From Inferior): Mention use of virtual
1346 table.
1347
0d2a5839
TT
13482018-09-10 Tom Tromey <tom@tromey.com>
1349
1350 * python.texi (Basic Python): Parenthesize argument to
1351 decode_line.
1352
05c6bdc1
TT
13532018-09-10 Tom Tromey <tom@tromey.com>
1354
1355 * python.texi (Python): Mention Python versions. Don't mention
1356 execfile.
1357
e7b5068c
TT
13582018-09-10 Tom Tromey <tom@tromey.com>
1359
1360 PR python/19808:
1361 * python.texi (Unwinding Frames in Python): Rewrite
1362 create_unwind_info documentation. Update read_register
1363 documentation and add a note about unwinder caution.
1364
fb5af5e3
TT
13652018-09-10 Tom Tromey <tom@tromey.com>
1366
1367 PR python/18909:
1368 * python.texi (Events In Python): Fix inferior_call
1369 documentation.
1370
521b499b
TT
13712018-09-10 Tom Tromey <tom@tromey.com>
1372
1373 PR python/17752:
1374 * python.texi (Frame Filter API): Remove period from subsection
1375 title. Mention 100 as good default priority.
1376 (Frame Decorator API): Remove period from subsection title.
1377 Mention FrameDecorator module.
1378
4a5a194a
TT
13792018-09-10 Tom Tromey <tom@tromey.com>
1380
1381 PR python/23108:
1382 * python.texi (Exception Handling): Rearrange gdb.GdbError text
1383 and add a table.
1384
f5a476a7
TT
13852018-09-10 Tom Tromey <tom@tromey.com>
1386
1387 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
1388 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
1389 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
1390 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
1391
60c0454d
TT
13922018-09-10 Tom Tromey <tom@tromey.com>
1393
1394 PR python/16484:
1395 * python.texi (Frames In Python): Document that Frame.block can
1396 throw.
1397
088a96da
TT
13982018-09-10 Tom Tromey <tom@tromey.com>
1399
1400 PR python/23487:
1401 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
1402
22eb9e92
TT
14032018-09-10 Tom Tromey <tom@tromey.com>
1404
1405 PR python/16033:
1406 * python.texi (Blocks In Python): Document that Block.end is
1407 exclusive.
1408
078a0207
KS
14092018-08-29 Keith Seitz <keiths@redhat.com>
1410
1411 * gdb.texinfo (Compiling and injecting code in GDB): Document
1412 set/show "compile-oracle" and "compile-cplus-types" commands.
1413
6d52907e
JV
14142018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
1415
1416 * gdb.texinfo (The -stack-list-frames Command): Update description
1417 to mention "arch".
1418 Update MI examples throughout the document to contain "arch" in
1419 frame output.
1420
1461bdac
AH
14212018-08-21 Alan Hayward <alan.hayward@arm.com>
1422
1423 * gdb.texinfo (AArch64 SVE): New subsubsection.
1424
26fb3983
JV
14252018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
1426
1427 * gdb.texinfo (GDB/MI Data Manipulation): Document
1428 "-data-disassemble -a addr".
1429 (GDB/MI Support Commands): Document "data-disassemble-a-option"
1430 feature.
1431
7d11235d
SM
14322018-08-07 Simon Marchi <simon.marchi@ericsson.com>
1433
1434 * gdb.texinfo (Index Files Speed Up GDB): Add section about
1435 symbol index cache.
1436
129eb0f1
SDJ
14372018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
1438
1439 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
1440 option sections to further clarify that gcore can take more
1441 than one PID, and that "-o" is used to specify a prefix, not a
1442 filename.
1443
3c3bb058
AB
14442018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
1445
1446 * gdb.texinfo (Maintenance Commands): Add description of
1447 maintenance command to control dwarf unwinders.
1448
0a232300
PW
14492018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1450
1451 * gdb.texinfo (Debugging Programs with Multiple Threads):
1452 Document changes to 'thread apply'. Document 'taas'.
1453 Document 'tfaas'.
1454 (Examining the Stack): Document 'frame apply'. Document 'faas'.
1455
c7ab0aef
SDJ
14562018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1457 Jan Kratochvil <jan.kratochvil@redhat.com>
1458 Paul Fertser <fercerpav@gmail.com>
1459 Tsutomu Seki <sekiriki@gmail.com>
1460
1461 * gdb.texinfo (Remote Connection Commands): Add explanation
1462 about new IPv6 support. Add new connection prefixes.
1463
055303e2
AB
14642018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1465
1466 * gdb.texinfo (Remote Configuration): Update descriptions for
1467 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
1468 and hardware-watchpoint-length-limit variables.
1469
471b9d15
MR
14702018-07-02 Maciej W. Rozycki <macro@mips.com>
1471
1472 PR tdep/8282
1473 * gdb.texinfo (Source and Machine Code): Document `set
1474 disassembler-options' support for the MIPS target.
1475
291f9a96
PT
14762018-06-28 Petr Tesarik <ptesarik@suse.cz>
1477
1478 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
1479
ed6dfe51
PT
14802018-06-28 Petr Tesarik <ptesarik@suse.cz>
1481
1482 * gdb.texinfo (Files): The address argument for "add-symbol-file"
1483 is no longer mandatory.
1484
d4d429d5
PT
14852018-06-28 Petr Tesarik <ptesarik@suse.cz>
1486
1487 * gdb.texinfo (Files): Document "symbol-file -o offset".
1488
0dbfed25
TV
14892018-06-14 Tom de Vries <tdevries@suse.de>
1490
1491 * gdb.texinfo (Background Execution): Add @cindex for '&'.
1492
41fc26a2
EZ
14932018-06-11 Eli Zaretskii <eliz@gnu.org>
1494
1495 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
1496
5045b3d7
GB
14972018-06-08 Gary Benson <gbenson@redhat.com>
1498
1499 * gdb.texinfo (Maintenance Commands): Document "maint check
1500 libthread-db" and "maint set/show check-libthread-db".
1501
eb6af809
TT
15022018-06-05 Tom Tromey <tom@tromey.com>
1503
1504 PR cli/12326:
1505 * gdb.texinfo (Screen Size): Document "c" response to pagination
1506 prompt.
1507
4b2dfa9d
MR
15082018-05-31 Maciej W. Rozycki <macro@mips.com>
1509
1510 * gdb.texinfo (Choosing Target Byte Order): Document endianness
1511 selection details with the `set endian auto' mode.
1512
701adfb0
PA
15132018-05-31 Alan Hayward <alan.hayward@arm.com>
1514
1515 * gdb.texinfo: Describe SVE feature.
1516
a913fffb
TT
15172018-05-04 Tom Tromey <tom@tromey.com>
1518
1519 PR python/22731:
1520 * python.texi (Breakpoints In Python): Mention that "commands" is
1521 writable.
1522
0489430a
TT
15232018-05-02 Tom Tromey <tom@tromey.com>
1524
1525 PR python/20084:
1526 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
1527 PARAM_ZUINTEGER_UNLIMITED.
1528
6d7bb824
TT
15292018-04-30 Tom Tromey <tom@tromey.com>
1530
1531 * python.texi (Types In Python): Document Type.align.
1532
b744723f
AA
15332018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1534
1535 * gdb.texinfo (Symbols): Mention the fact that "info
1536 variables/functions/types" show source files and line numbers.
1537
4a4495d6
MM
15382018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1539
1540 * gdb.texinfo: Document set/show record btrace cpu.
1541
3fcded8f
JB
15422018-03-27 Joel Brobecker <brobecker@adacore.com>
1543
1544 * gdb.texinfo (Ada Settings): New subsubsection.
1545
978d6c75
TT
15462018-03-26 Tom Tromey <tom@tromey.com>
1547
1548 PR backtrace/15582:
1549 * gdb.texinfo (Backtrace): Mention "hide" argument.
1550
ea3b0687
TT
15512018-03-26 Tom Tromey <tom@tromey.com>
1552
1553 * gdb.texinfo (Backtrace): Describe options individually.
1554
76727919
TT
15552018-03-19 Tom Tromey <tom@tromey.com>
1556
1557 * observer.texi: Remove.
1558
386a8676
JB
15592018-03-04 John Baldwin <jhb@FreeBSD.org>
1560
1561 * gdb.texinfo (Debugging Output): Document "set/show debug
1562 fbsd-nat".
1563
db1ae9c5
AB
15642018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
1565
1566 * gdb.texinfo (Machine Code): Additional information about "info
1567 line" command.
1568
d726cb5d
SN
15692018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1570
1571 * gdb.texinfo (gdb-add-index man): Add pindex.
1572
dbfa4523
SN
15732018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1574
1575 * gdb.texinfo (set cwd): Add period.
1576 (gdb-add-index man): Move anchor.
1577
ba643918
SDJ
15782017-01-12 Tom Tromey <tom@tromey.com>
1579 Sergio Durigan Junior <sergiodj@redhat.com>
1580
1581 * gdb.texinfo (Index Files): Mention gdb-add-index.
1582 (gdb-add-index man): New section.
1583 * Makefile.in (gdb-add-index.1): New rule to generate manpage
1584 from gdb.texinfo.
1585
754452f0
SN
15862018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
1587
1588 * gdb.texinfo (pwd): Fix whitespace.
1589
2d97a5d9
JB
15902018-01-09 John Baldwin <jhb@FreeBSD.org>
1591
1592 * gdb.texinfo (pwd): Update cross-reference for Process Information
1593 node and remove explicit /proc reference.
1594 (Native): Rename subsection from SVR4 Process Information to
1595 Process Information.
1596 (Process Information): Reword introduction to be less /proc
1597 centric. Document support for "info proc" on FreeBSD.
1598
9f757bf7
XR
15992018-01-03 Xavier Roirand <roirand@adacore.com>
1600
1601 * gdb.texinfo (Set Catchpoints): Add documentation for new
1602 "catch handlers" action.
1603
cef0f868
SH
16042017-12-27 Stafford Horne <shorne@gmail.com>
1605
1606 * gdb.texinfo (Target Description Format): Explain that arbitrary
1607 strings are now allowed for register groups.
1608
b67d92b0
SH
16092017-12-27 Stafford Horne <shorne@gmail.com>
1610
1611 * gdb.texinfo (Registers): Document info reg $reggroup feature.
1612
7c161838
SDJ
16132017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1614
1615 PR cli/16224
1616 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
1617
b89641ba
SM
16182017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1619
1620 * python.texi (Manipulating breakpoints using Python): Document
1621 qualified parameter to gdb.Breakpoint.
1622
0b982d68
SM
16232017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1624
1625 * python.texi (Manipulating breakpoints using Python): Split doc
1626 of Breakpoint.__init__ in two, split text in multiple
1627 paragraphs, don't nest parameter square brackets.
1628
a994fec4
FJ
16292017-12-12 Stafford Horne <shorne@gmail.com>
1630 Stefan Wallentowitz <stefan@wallentowitz.de>
1631 Franck Jullien <franck.jullien@gmail.com>
1632 Jeremy Bennett <jeremy.bennett@embecosm.com>
1633
1634 * gdb.texinfo: Add OpenRISC documentation.
1635
437afbb8
JK
16362017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1637
1638 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
1639
883fd55a
KS
16402017-12-07 Keith Seitz <keiths@redhat.com>
1641
1642 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
1643 and "show print type nested-type-limit".
1644
824cc835
PM
16452017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1646
1647 * python.texi (Breakpoints In Python): Add text relating
1648 to allowed explicit locations and keywords in gdb.Breakpoints.
1649
7403715e
TT
16502017-12-04 Tom Tromey <tom@tromey.com>
1651
1652 * gdb.texinfo (Rust): Update trait object status
1653
97cbe998
SDJ
16542017-12-01 Andrew Cagney <cagney@redhat.com>
1655 Joel Brobecker <brobecker@adacore.com>
1656 Sergio Durigan Junior <sergiodj@redhat.com>
1657
1658 * gdb.texinfo (File Options): Document --readnever.
1659 (Commands to Specify Files): Likewise, for 'symbol-file' and
1660 'add-symbol-file'.
1661
bd69330d
PA
16622017-11-29 Pedro Alves <palves@redhat.com>
1663
1664 PR c++/19436
1665 * gdb.texinfo (Debugging C Plus Plus): Document setting
1666 breakpoints in functions with ABI tags.
1667
a20714ff
PA
16682017-11-29 Pedro Alves <palves@redhat.com>
1669
1670 * gdb.texinfo (Linespec Locations): Document how "function" is
1671 interpreted in C++ and Ada. Document "-qualified".
1672 (Explicit Locations): Document how "-function" is interpreted in
1673 C++ and Ada. Document "-qualified".
1674
ee9a09e9
DC
16752017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
1676
1677 PR gdb/21945
1678 * gdb.texinfo (Search Memory): Update description and example
1679 about how to search a string without NULL terminator.
1680
e547c119
JB
16812017-11-24 Joel Brobecker <brobecker@adacore.com>
1682
1683 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1684 new "exception-message" field.
1685
5f1ca24a
SM
16862017-11-24 Simon Marchi <simon.marchi@ericsson.com>
1687
1688 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
1689
d044bac8
PA
16902017-11-24 Pedro Alves <palves@redhat.com>
1691
1692 * gdb.texinfo (Completion): Update need-quoting examples. Remove
1693 false claim that GDB inserts quoting automatically.
1694 (Symbols): Add anchor.
1695
2400729e
UW
16962017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1697
1698 * gdb.texinfo (Requirements): Document use of GNU MPFR.
1699
d8ae99a7
PM
17002017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1701
1702 * python.texi (Basic Python): Add rbreak documentation.
1703
d0fe4701
XR
17042017-11-07 Xavier Roirand <roirand@adacore.com>
1705 Pedro Alves <palves@redhat.com>
1706
1707 * gdb.texinfo (Set Breaks): Document support for breakpoint
1708 location ranges in the enable/disable commands.
1709
bc3b087d
SDJ
17102017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1711
1712 * gdb.texinfo (Starting your Program) <The working directory.>:
1713 Mention remote debugging.
1714 (Working Directory) <Your Program's Working Directory>:
1715 Likewise.
1716 (Connecting) <Remote Packet>: Add "set-working-dir"
1717 and "QSetWorkingDir" to the table.
1718 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
1719 packet.
1720
d092c5a2
SDJ
17212017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1722
1723 * gdb.texinfo (Starting your Program) <The working directory.>:
1724 Mention new "set cwd" command.
1725 (Working Directory) <Your Program's Working Directory>:
1726 Rephrase to explain that "set cwd" exists and is the default
1727 way to change the inferior's cwd.
1728
289e23aa
AA
17292017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1730
1731 * gdb.texinfo (S/390 and System z Features): Document the new
1732 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
1733
f2ff95c5
KB
17342017-09-21 Kevin Buettner <kevinb@redhat.com>
1735
1736 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
1737 attribute.
1738
da2c323b
KB
17392017-09-21 Kevin Buettner <kevinb@redhat.com>
1740
1741 * python.texi (Inferiors In Python): Add description for method
1742 Inferior.thread_from_thread_handle.
1743
4e5a4f58
JB
17442017-09-19 John Baldwin <jhb@FreeBSD.org>
1745
1746 * gdb.texinfo (Starting your Program): Add description of
1747 starti command. Mention starti command as an alternative for
1748 debugging the elaboration phase.
1749
1526853e
SM
17502017-09-16 Simon Marchi <simon.marchi@ericsson.com>
1751
1752 * gdb.texinfo (Maintenance Commands): Document filter parameter
1753 of "maint selftest". Document "maint info selftests" command.
1754
7c96f8c1
TT
17552017-09-11 Tom Tromey <tom@tromey.com>
1756
1757 * python.texi (Events In Python): Document new events.
1758
d69cf9b2
PA
17592017-09-04 Pedro Alves <palves@redhat.com>
1760
1761 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
1762 no-debug-info variables.
1763 (Symbols) <Examining the Symbol Table>: Document inspecting
1764 no-debug-info types.
1765 (Calling) <Calling functions with no debug info>: New subsection,
1766 documenting calling no-debug-info functions.
1767 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
1768
0a2dde4a
SDJ
17692017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
1770
1771 * gdb.texinfo (set environment): Add @anchor. Explain that
1772 environment variables set by the user are sent to GDBserver.
1773 (unset environment): Likewise, but for unsetting variables.
1774 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
1775 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
1776 "environment-reset" and "QEnvironmentReset" to the table.
1777 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
1778 QEnvironmentReset>: New item, explaining the packet.
1779
6e41ddec
JK
17802017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1781
1782 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
1783 "Compiler search for the compile command" descriptions of set
1784 compile-gcc and show compile-gcc.
1785
58afddc6
WP
17862017-08-07 Weimin Pan <weimin.pan@oracle.com>
1787
1788 * gdb.texinfo (Architectures): Add new Sparc64 section to document
1789 ADI support.
1790 * NEWS: Add "adi examine" and "adi assign" commands.
1791
6d580b63
YQ
17922017-08-18 Yao Qi <yao.qi@linaro.org>
1793
1794 * gdb.texinfo (Server): Document "--selftest".
1795
a5afdb16
RK
17962017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
1797
1798 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
1799 Single-Key mode.
1800
ca145713
SDJ
18012017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1802
1803 PR gdb/21925
1804 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
1805 set...").
1806
0968fbae
SM
18072017-08-09 Simon Marchi <simon.marchi@ericsson.com>
1808
1809 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
1810 conditional expression.
1811
791fb3d7
SM
18122017-07-31 Simon Marchi <simon.marchi@ericsson.com>
1813
1814 * agentexpr.texi (rot): Fix symbolic description, improve
1815 textual description.
1816
27d41eac
YQ
18172017-07-26 Yao Qi <yao.qi@linaro.org>
1818
1819 * gdb.texinfo (Maintenance Commands): Document command
1820 "maint check xml-descriptions".
1821
8e2141c6
YQ
18222017-07-26 Yao Qi <yao.qi@linaro.org>
1823
1824 * gdb.texinfo (Maintenance Commands): Document optional
1825 argument of "maint print c-tdesc".
1826
c646b4e8
YQ
18272017-07-18 Yao Qi <yao.qi@linaro.org>
1828
1829 * gdb.texinfo (Maintenance Commands): Improve the doc to
1830 command "maint print c-tdesc".
1831
eb83230b
SDJ
18322017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
1833
1834 PR gdb/21606
1835 * python.texi (Python representation of Symbols.): Replace
1836 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
1837 * guile.texi (Guile representation of Symbols.): Likewise.
1838
c4dcb155
SM
18392017-06-11 Simon Marchi <simon.marchi@ericsson.com>
1840
1841 * gdb.texinfo (Optional Messages about Internal Happenings):
1842 Document {set,show} debug separate-debug-file commands.
1843
aefd8b33
SDJ
18442017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1845
1846 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
1847 (Connecting) <Remote Packet>: Add "startup-with-shell"
1848 and "QStartupWithShell" to the table.
1849 (Remote Protocol) <QStartupWithShell>: New item, explaining the
1850 packet.
1851
176efed1
AB
18522017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1853
1854 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
1855
d050f7d7
TW
18562017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1857
1858 * python.texi (Recording in Python): Factor out the documentation of
1859 gdb.RecordInstruction's super class.
1860
14f819c8
TW
18612017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1862
1863 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
1864 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
1865 prev and next.
1866
0ed5da75
TW
18672017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1868
1869 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
1870 gdb.RecordInstruction
1871
913aeadd
TW
18722017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1873
1874 * python.texi (Recording in Python): Add documentation for
1875 gdb.RecordGap and remove documentation of special cases for
1876 gdb.BtraceInstruction.
1877
a3be24ad
TW
18782017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1879
1880 * python.texi (Recording in Python): Remove Record.ptid defvar.
1881
ebe553db
SM
18822017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1883
1884 * gdb.texinfo (GDB/MI Thread Information): Add missing
1885 fields, re-word some things.
1886 (GDB/MI Thread Commands): Describe fields found in the output of
1887 -thread-info, remove description of fields in the
1888 thread output tuple, replace with a cross-reference to "GDB/MI
1889 Thread Information".
1890
9be21bb4
SM
18912017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1892
1893 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
1894 from -thread-info output.
1895
fe5f7374
AK
18962017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1897
1898 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
1899
eea78757
AK
19002017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1901
1902 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
1903
79778b30
YQ
19042017-03-22 Yao Qi <yao.qi@linaro.org>
1905
1906 * python.texi (Inferiors In Python): Remove @code from Python.
1907
cee59b3f
TW
19082017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
1909
1910 * python.texi (Recordings In Python): Document return type of
1911 gdb.BtraceInstruction.data.
1912
51457a05
MAL
19132017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1914
1915 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
1916 command file-list-shared-libraries
1917 (GDB/MI Async Records): Update documentation of library-loaded with new
1918 field.
1919
701adfb0
PA
19202017-03-20 Artemiy Volkov <artemiyv@acm.org>
1921
1922 PR gdb/14441
1923 * doc/gdb.texinfo (C Plus Plus Expressions): Mention that GDB
1924 supports both lvalue and rvalue references.
1925
19262017-03-20 Artemiy Volkov <artemiyv@acm.org>
1927
1928 PR gdb/14441
1929 * python.texi (Types in Python): Add TYPE_CODE_RVALUE_REF to
1930 table of constants.
1931
f8d99587
DE
19322017-03-16 Doug Evans <dje@google.com>
1933
1934 * guile.texi (Lazy Strings In Guile): Mention arrays.
1935 * python.texi (Lazy Strings In Python): Ditto.
1936
5cf70512
JW
19372017-03-08 Jiong Wang <jiong.wang@arm.com>
1938
1939 * gdb.texinfo (Memory Protection Extensions): Add missing escape
1940 character "@".
1941
4a612d6f
WT
19422017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
1943
1944 * Memory Protection Extensions: Add information about inferior
1945 calls.
1946
701adfb0
PA
19472017-02-28 Peter Bergner <bergner@vnet.ibm.com>
1948
1949 * gdb.texinfo: Document new set/show disassembler-options
1950 commands.
1951
216f72a1
JK
19522017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1953
1954 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
1955 DW_TAG_GNU_* and DW_AT_GNU_*.
1956
4e746bb6
TW
19572017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
1958
1959 * python.texi (Recordings In Python): New section.
1960
3f77c769
TT
19612017-02-14 Tom Tromey <tom@tromey.com>
1962
1963 PR python/13598:
1964 * python.texi (Events In Python): Document events.before_prompt.
1965
5cf30ebf
LM
19662017-02-13 Luis Machado <lgustavo@codesourcery.com>
1967
1968 * gdb.texinfo (Target Commands): Document the optional offset
1969 argument for the load command.
1970
18da0c51
MG
19712017-02-10 Martin Galvan <martingalvan@sourceware.org>
1972
1973 PR gdb/21122
1974 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
1975 space-separated breakpoint lists. Also add a missing @table command
1976 and @cindex for breakpoint lists.
1977
3f7b46f2
IR
19782017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
1979
1980 PR tdep/20936
1981 * gdb.texinfo: (Standard Target Features): Document SPARC features.
1982 (Sparc Features): New node.
1983
2735833d
WT
19842017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1985
1986 * gdb.texinfo (i386 Features): Add system segment registers
1987 as feature.
1988
373832b6
SM
19892017-01-24 Simon Marchi <simon.marchi@ericsson.com>
1990
1991 * python.texi (Events In Python): Fix typo.
1992
78cbbba8
LM
19932017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
1994 Luis Machado <lgustavo@codesourcery.com>
1995
1996 * gdb.texinfo (-target-flash-erase): New MI command description.
1997 (flash-erase): New CLI command description.
1998
387360da
JB
19992017-01-04 John Baldwin <jhb@FreeBSD.org>
2000
2001 * gdb.texinfo (Contributors): Add SRI International and University
2002 of Cambridge for FreeBSD/mips.
2003
34c41c68
DE
20042016-12-22 Doug Evans <xdje42@gmail.com>
2005
2006 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
2007 commands.
2008
df3ee9ca
PA
20092016-12-02 Pedro Alves <palves@redhat.com>
2010
2011 * gdb.texinfo (User-defined Commands): Limit on number of
2012 arguments passed to user-defined commands removed; update.
2013
01770bbd
PA
20142016-12-02 Pedro Alves <palves@redhat.com>
2015
2016 PR cli/20559
2017 * gdb.texinfo (Define): Add example of using "eval" to process a
2018 variable number of arguments.
2019 (Output) <eval>: Add anchor.
2020
ad02e4fe
SM
20212016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2022
2023 * Makefile.in: Likewise.
2024
8504e097
AA
20252016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2026
2027 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
2028 xref.
2029
39402e6c
PA
20302016-10-29 Pedro Alves <palves@redhat.com>
2031
2032 * gdb.texinfo (Packets) <vCont>: Remove mention of default
2033 actions.
2034
ca6eff59
PA
20352016-10-26 Pedro Alves <palves@redhat.com>
2036
2037 * gdb.texinfo (Packets): Clarify vCont packets with multiple
2038 actions that match a thread, and what happens when an action
2039 matches a thread that is already running.
2040
be06ba8c
SM
20412016-10-14 Simon Marchi <simon.marchi@ericsson.com>
2042
2043 * gdb.texinfo (Using Trace Files): Fix typo.
2044 (GDB/MI Tracepoint Commands): Likewise.
2045
99e61eda
SM
20462016-10-14 Simon Marchi <simon.marchi@ericsson.com>
2047
2048 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
2049 of -trace-save.
2050
9c37b5ae
TT
20512016-10-06 Tom Tromey <tom@tromey.com>
2052
2053 * guile.texi (Types In Guile): Remove Java mentions.
2054 * python.texi (Types In Python): Remove Java mentions.
2055 * gdb.texinfo (Address Locations, Supported Languages)
2056 (Index Section Format): Remove Java mentions.
2057
ee8da4b8
DE
20582016-08-15 Doug Evans <dje@google.com>
2059
2060 * gdb.texinfo (Target Description Format): Update docs on "end"
2061 field spec and field default type.
2062
4034d0ff
AT
20632016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
20642016-10-03 Simon Marchi <simon.marchi@ericsson.com>
2065
2066 PR gdb/20487
2067 * gdb.texinfo (Context management): Update mention of frame
2068 change notifications.
2069 (gdb/mi Async Records): Document frame field in
2070 =thread-select event.
2071 * observer.texi (GDB Observers): New user_selected_context_changed
2072 observer.
2073
4435e1cc
TT
20742016-09-28 Tom Tromey <tom@tromey.com>
2075
2076 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
2077 than "memory breakpoint". Further document "kind". Move
2078 protocol-details link earlier.
2079 <z1>: Document the cmd_list argument. Fix typo.
2080 <g>: Remove incorrect sentence.
2081 (Stop Reply Packets): Document "OK" response to requests when in
2082 non-stop mode.
2083 <swbreak>: Use "software breakpoint" rather than "memory
2084 breakpoint".
2085 <create>: Document that "R" is ignored.
2086 <W, X, w>: Document formatting of "AA".
2087 (Notification Packets): Use "%Stop", not "%%Stop".
2088
ad0a504f
AK
20892016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2090
2091 * gdb.texinfo (Embedded Processors): Document ARC.
2092 (Synopsys ARC): New section.
2093 (Standard Target Features): Document ARC features.
2094 (ARC Features): New section.
2095
74172ecf
SM
20962016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2097
2098 * .gitignore: New file.
2099
0a1ddfa6
SM
21002016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2101
2102 * gdb.texinfo (Input/Output): Mention possibility to unset
2103 inferior-tty.
2104
c0272db5
TW
21052016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
2106
2107 * gdb.texinfo: Resume btrace on reconnect.
2108
e3487908
GKB
21092016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
2110
2111 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
2112 syscall.
2113
463888ab
РИ
21142016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
2115
2116 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
2117 command.
2118
dac790e1
TT
21192016-07-13 Tom Tromey <tom@tromey.com>
2120
2121 PR python/15620, PR python/18620:
2122 * python.texi (Events In Python): Document new breakpoint events.
2123
93daf339
TT
21242016-07-13 Tom Tromey <tom@tromey.com>
2125
2126 PR python/17698:
2127 * python.texi (Breakpoints In Python): Document
2128 Breakpoint.pending.
2129
cda75e70
TT
21302016-07-13 Tom Tromey <tom@tromey.com>
2131
2132 * python.texi (Breakpoints In Python): Move table of types and
2133 table of watchpoint types earlier in node.
2134
e0f3fd7c
TT
21352016-07-12 Tom Tromey <tom@tromey.com>
2136
2137 PR python/19293:
2138 * python.texi (Frames In Python): Document
2139 gdb.invalidate_cached_frames.
2140
86f78169
PA
21412016-06-21 Pedro Alves <palves@redhat.com>
2142
2143 * gdb.texinfo (Interpreters): Update intepreter-exec section,
2144 document new-ui and explain use case.
2145
a28d8e50
YTL
21462016-06-17 Yan-Ting Lin <currygt52@gmail.com>
2147
2148 * gdb.texinfo (Standard Target Features): Document NDS32 features.
2149 (NDS32 Features): New Section.
2150
bb556f1f
TK
21512016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
2152
2153 * gdb.texinfo (Examining Memory): Document negative repeat
2154 count in the 'x' command.
2155
38b022b4
SM
21562016-06-06 Simon Marchi <simon.marchi@ericsson.com>
2157
2158 * gdb.texinfo (GDB/MI Async Records): Document method and
2159 format fields in =record-started.
2160 * observer.texi (record_changed): Add method and format
2161 parameters.
2162
c185ba27
EZ
21632016-05-27 Eli Zaretskii <eliz@gnu.org>
2164
2165 * gdb.texinfo (General Query Packets): Move the description of the
2166 response before the long list of the specific 'read' and 'write'
2167 requests.
2168
1957f6b8
TT
21692016-05-23 Tom Tromey <tom@tromey.com>
2170
2171 * python.texi (Basic Python): Document gdb.breakpoints return.
2172
224f10c1
TT
21732016-05-24 Tom Tromey <tom@tromey.com>
2174
2175 PR gdb/19194:
2176 * gdb.texinfo (gdb man): Fix typo.
2177
0bdfa368
TT
21782016-05-17 Tom Tromey <tom@tromey.com>
2179
2180 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
2181 (Rust): New node.
2182
dcd1f979
TT
21832016-05-17 Tom Tromey <tom@tromey.com>
2184
2185 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
2186
310cdbb6
YQ
21872016-04-27 Yao Qi <yao.qi@linaro.org>
2188
2189 * gdb.texinfo (tfind): Complete doc about tfind without
2190 argument.
2191
b8162e5a
AT
21922016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
2193
2194 * agentexpr.texi (byte): Fix zero_ext description.
2195
f7c38292
PA
21962016-03-31 Pedro Alves <palves@redhat.com>
2197
2198 * gdb.texinfo (M32R/SDI): Delete node.
2199 (MIPS Embedded): Remove references to the MIPS remote debugging
2200 protocol, PMON and variants, and the associated commands.
2201
81516450
DE
22022016-03-15 Doug Evans <dje@google.com>
2203
2204 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
2205 (Target Description Format): Mention enum types. Update docs on
2206 flags types.
2207 (Predefined Target Types): Add "bool".
2208 (Enum Target Types): New node.
2209
2a60e18f
PA
22102016-03-15 Pedro Alves <palves@redhat.com>
2211
2212 * gdb.texinfo (Tracepoint Actions): Fix typo.
2213
45fa2529
PA
22142016-03-15 Pedro Alves <palves@redhat.com>
2215 Andreas Arnez <arnez@linux.vnet.ibm.com>
2216 Marcin Kościelnicki <koriakin@0x04.net>
2217
2218 * gdb.texinfo (Tracepoint Actions): Document possible
2219 unreliability of '$_ret'.
2220
f2403c39
AB
22212016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
2222
2223 * gdb.texinfo (Symbols): Document new 'maint info line-table'
2224 command.
2225
f2f3ccb9
SM
22262016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
2227
2228 * gdb.texinfo (Convenience Functions): Document $_as_string.
2229
cce0e923
DE
22302016-02-23 Doug Evans <dje@google.com>
2231
2232 * gdb.texinfo (Skipping Over Functions and Files): Document new
2233 options to "skip" command. Update docs of output of "info skip".
2234
012b3a21
WT
22352016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
2236
2237 * gdb.texinfo (Signals): Add bound violation display hints for
2238 a SIGSEGV.
2239
0748bf3e
MK
22402016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
2241
2242 * gdb.texinfo (Trace File Format): Add documentation for description
2243 section lines.
2244
e909d859
MK
22452016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
2246
2247 * gdb.texinfo (Trace File Format): Remove misleading information
2248 about register block ordering.
2249
713cdcbf
DE
22502016-02-01 Doug Evans <dje@google.com>
2251
2252 * gdb.texinfo (Value Sizes): Fix typo.
2253
8244c20d
DE
22542016-02-01 Doug Evans <dje@google.com>
2255
2256 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
2257
5fdf6324
AB
22582016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
2259
2260 * gdb.texinfo (Value Sizes): New section.
2261 (Data): Add the 'Value Sizes' node to the menu.
2262
67ebd9cb
JB
22632016-01-26 John Baldwin <jhb@FreeBSD.org>
2264
2265 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
2266
6e9567fe
JB
22672016-01-19 John Baldwin <jhb@FreeBSD.org>
2268
2269 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
2270
f303dbd6
PA
22712016-01-18 Pedro Alves <palves@redhat.com>
2272
2273 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
2274 of the thread that hit a breakpoint or received a signal.
2275
71ef29a8
PA
22762016-01-15 Pedro Alves <palves@redhat.com>
2277
2278 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
2279
663f6d42
PA
22802016-01-13 Pedro Alves <palves@redhat.com>
2281
2282 * gdb.texinfo (Threads): Document the $_gthread convenience
2283 variable.
2284 (Convenience Vars): Likewise.
2285
c84f6bbf
PA
22862016-01-13 Pedro Alves <palves@redhat.com>
2287
2288 * gdb.texinfo (Threads): Document "info threads -gid".
2289
22a02324
PA
22902016-01-13 Pedro Alves <palves@redhat.com>
2291
2292 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
2293 anchor.
2294 (Threads In Python): Document new InferiorThread.global_num
2295 attribute.
2296
5d5658a1
PA
22972016-01-07 Pedro Alves <palves@redhat.com>
2298
2299 * gdb.texinfo (Threads): Document per-inferior thread IDs,
2300 qualified thread IDs, global thread IDs and thread ID lists.
2301 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
2302 thread IDs.
2303 (Convenience Vars): Document the $_thread convenience variable.
2304 (Ada Tasks): Adjust to refer to thread IDs.
2305 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
2306 Commands, GDB/MI Variable Objects): Update to mention global
2307 thread IDs.
2308 * guile.texi (Breakpoints In Guile)
2309 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
2310 global thread IDs instead of thread IDs.
2311 * python.texi (Threads In Python): Adjust documentation of
2312 InferiorThread.num.
2313 (Breakpoint.thread): Mention global thread IDs instead of thread
2314 IDs.
2315
84654457
PA
23162016-01-13 Pedro Alves <palves@redhat.com>
2317
2318 * python.texi (Threads In Python): Document
2319 InferiorThread.inferior.
2320
e3940304
PA
23212016-01-13 Pedro Alves <palves@redhat.com>
2322
2323 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
2324 convenience variable.
2325 (Convenience Vars): Likewise.
2326
82075af2
JS
23272016-01-12 Josh Stone <jistone@redhat.com>
2328 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2329
2330 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
2331 (Stop Reply Packets): List the syscall entry and return stop reasons.
2332 (General Query Packets): Describe QCatchSyscalls, and add it to the
2333 table and the detailed list of stub features.
2334
bc504a31
PA
23352016-01-12 Pedro Alves <palves@redhat.com>
2336
2337 Remove use of the registered trademark symbol throughout.
2338
cde67b27
YQ
23392016-01-12 Yao Qi <yao.qi@linaro.org>
2340
2341 * gdb.texinfo (Interrupts): Update the document on handling
2342 interrupt when program is stopped.
2343
19d9d4ef
DB
23442015-12-11 Don Breazeal <donb@codesourcery.com>
2345
2346 * gdb.texinfo (Forks): Correct Linux kernel version where
2347 fork and exec events are supported, add notes about support
2348 of these events in target remote mode.
2349 (Connecting): Reorganize and clarify distinctions between
2350 target remote, extended-remote, and multiprocess.
2351 Reorganize related text from separate sections into new
2352 sections.
2353 (Server): Note effects of target extended-remote mode.
2354 Delete section on Multi-Process Mode for gdbserver.
2355 Move some text to "Connecting" node.
2356
f4f4330e
PA
23572015-12-10 Pedro Alves <palves@redhat.com>
2358
2359 * gdb.texinfo (Threads): Replace warning with explanation
2360 about single-threaded programs.
2361
b1236ac3
PA
23622015-12-10 Pedro Alves <palves@redhat.com>
2363
2364 * gdb.texinfo (Threads): Remove mention of SGI.
2365 (Forks): Remove mention of HP-UX.
2366 (Breakpoints): Remove mention of HP-UX.
2367 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
2368 Reword in terms of architectures.
2369 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
2370 mention supported systems.
2371 (Convenience Vars): Don't mention HP-UX.
2372 (Jumping): Remove mention of HP-UX in comment.
2373 (Files) <shared libraries>: Update supported shared library types
2374 list. Remove mention of HP-UX.
2375 (Native): Remove HP-UX subsection.
2376 (SVR4 Process Information): Remove mention of HP-UX.
2377
0f59c28f
PA
23782015-12-10 Pedro Alves <palves@redhat.com>
2379
2380 * gdb.texinfo (Stack): Reorder menu.
2381
1c35a88f
LM
23822015-12-09 Luis Machado <lgustavo@codesourcery.com>
2383
2384 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
2385 -var-set-format's new zero-hexadecimal format.
2386
3685b09f
PMR
23872015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
2388
2389 * gdb.texinfo (Ada Mode Into): Move overloading support
2390 description to its own node.
2391 (Overloading support for Ada): New node.
2392
f2faf941
PA
23932015-11-30 Pedro Alves <palves@redhat.com>
2394
2395 PR 14618
2396 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
2397 (Remote Configuration): Add the "set/show remote
2398 no-resumed-stop-reply" to the available settings table.
2399 (General Query Packets): Document the "no-resumed" qSupported
2400 feature.
2401
65706a29
PA
24022015-11-30 Pedro Alves <palves@redhat.com>
2403
2404 * gdb.texinfo (Remote Configuration): List "set/show remote
2405 thread-events" command in configuration table.
2406 (Stop Reply Packets): Document "T05 create" stop
2407 reason and 'w' stop reply.
2408 (General Query Packets): Document QThreadEvents packet. Document
2409 QThreadEvents qSupported feature.
2410
de979965
PA
24112015-11-30 Pedro Alves <palves@redhat.com>
2412
2413 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
2414 anchor.
2415 (Packets): Document vCtrlC.
2416
79efa585
SM
24172015-11-26 Simon Marchi <simon.marchi@ericsson.com>
2418
2419 * gdb.texinfo (Thread List Format): Mention thread names.
2420
7e0aa6aa
PA
24212015-11-24 Pedro Alves <palves@redhat.com>
2422
2423 PR 17539
2424 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
2425 program-spaces" example to ascending order listing.
2426 (Threads): Adjust "info threads" example to ascending order
2427 listing.
2428 (Forks): Adjust "info inferiors" example to ascending order
2429 listing.
2430
0c532a29
MM
24312015-11-04 Markus Metzger <markus.t.metzger@intel.com>
2432
2433 * gdb.texinfo (Process Record and Replay): Document "record
2434 instruction-history" modifiers.
2435
fc58fa65
AB
24362015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
2437
2438 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
2439 description.
2440 (Frame Filter Management): Move to later in the 'Examining the
2441 Stack' chapter.
2442 (Selection): Add entry for 'select-frame'.
2443
792005b0
DE
24442015-09-25 Doug Evans <dje@google.com>
2445
2446 * gdb.texinfo (Process Record and Replay): Fix syntax of
2447 "record instruction-history begin, end" and
2448 "record function-call-history begin, end".
2449
c58b006b
SM
24502015-09-22 Simon Marchi <simon.marchi@ericsson.com>
2451
2452 * gdb.texinfo (Specifying Source Directories): Fix
2453 substitute-path example.
2454
f2665db5
MM
24552015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2456
2457 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
2458
e68fa6f0
PA
24592015-09-15 Pedro Alves <palves@redhat.com>
2460
2461 PR remote/18965
2462 * gdb.texinfo (Stop Reply Packets): Revert previous change to
2463 the vforkdone description.
2464
8228463c
PA
24652015-09-15 Pedro Alves <palves@redhat.com>
2466
2467 PR remote/18965
2468 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
2469 part indicates the thread ID of the parent process.
2470
750ce8d1
YQ
24712015-09-15 Yao Qi <yao.qi@linaro.org>
2472
2473 * gdb.texinfo (General Query Packets): Add vContSupported to
2474 tables of 'gdbfeatures' and 'stub features' supported in the
2475 qSupported packet, as well as to the list containing stub
2476 feature details.
2477
b459a59b
DB
24782015-09-11 Don Breazeal <donb@codesourcery.com>
2479
2480 * gdb.texinfo (Remote Configuration): Add exec event
2481 feature to table of packet settings.
2482 (Stop Reply Packets): Add exec events to the list of stop
2483 reasons.
2484 (General Query Packets): Add exec events to tables of
2485 'gdbfeatures' and 'stub features' supported in the qSupported
2486 packet, as well as to the list containing stub feature
2487 details.
2488
73b8c1fd
PA
24892015-08-24 Pedro Alves <palves@redhat.com>
2490
2491 * gdb.texinfo (Remote Configuration): Document the "set/show
2492 remote multiprocess-extensions-packet" commands.
2493
bb615428
PA
24942015-08-24 Pedro Alves <palves@redhat.com>
2495
2496 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
2497 <M32R>: Remove references to M32R/D.
2498 <M68K>: Remove references to target dbug.
2499 <MIPS Embedded>: Remove references to target r3900 and target
2500 array.
2501 <PowerPC Embedded>: Remove references to target dink32 and target
2502 ppcbug, target sds
2503 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
2504
2b4bf6af
AB
25052015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2506
2507 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
2508
566f5e3b
AB
25092015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2510
2511 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
2512
18989b3c
AB
25132015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2514
2515 * gdb.texinfo (Maintenance Commands): Move documentation of "main
2516 info bfds" to...
2517 (File Caching): A New section. Outline bfd caching, and add new
2518 description for "main set/show bfd-sharing".
2519
6ff0ba5f
DE
25202015-08-14 Doug Evans <xdje42@gmail.com>
2521
2522 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
2523 disassembly.
2524 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
2525
629500fa
KS
25262015-08-11 Keith Seitz <keiths@redhat.com>
2527
2528 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
2529 Use "location(s)"instead of "linespec(s)".
2530 (Specifying a Location): Rewrite.
2531 Add subsections describing linespec, address, and explicit locations.
2532 Add node/menu for each subsection.
2533 (Source and Machine Code, C Preprocessor Macros)
2534 (Create and Delete Trace points)
2535 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
2536 (Continuing at a Different Address): Remove "linespec" examples.
2537 Add reference to "Specify a Location"
2538 (The -break-insert Command): Rewrite. Add anchor.
2539 Add reference to appropriate manual section discussing locations.
2540 (The -dprintf-insert Command): Refer to -break-insert for
2541 specification of 'location'.
2542
fbea99ea
PA
25432015-08-07 Pedro Alves <palves@redhat.com>
2544
2545 * gdb.texinfo (Maintenance Commands): Document "maint set/show
2546 target-non-stop".
2547
da8c46d2
MM
25482015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2549
2550 * gdb.texinfo (Process Record and Replay): Document prefixing of
2551 speculatively executed instructions in the "record instruction-history"
2552 command.
2553
a3b5281e
DE
25542015-07-20 Doug Evans <dje@google.com>
2555
2556 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
2557
6bcb1f97
DE
25582015-07-16 Doug Evans <dje@google.com>
2559
2560 * stabs.texinfo: @include gdb-cfg.texi.
2561
db1ff28b
JK
25622015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2563
2564 Revert the previous 2 commits:
2565 gdbserver build-id attribute generator
2566 Validate symbol file using build-id
2567
ca5268b6
JK
25682015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2569
2570 * gdb.texinfo (Files): Add 'set validate-build-id'
2571 and 'show validate-build-id'.
2572
700ca40f
JK
25732015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2574 Jan Kratochvil <jan.kratochvil@redhat.com>
2575
2576 gdbserver build-id attribute generator.
2577 * gdb.texinfo (Library List Format for SVR4 Targets): Add
2578 'build-id' in description, example, new attribute in dtd.
2579
7c7f93f6
AB
25802015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
2581
2582 * gdb.texinfo (Selection): Update documentation for 'frame'
2583 command.
2584
701adfb0
PA
25852015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2586
2587 * gdb.texinfo (TUI): Restructure documentation on TUI layout and
2588 focus commands.
2589
25902015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2591
2592 * gdb.texinfo (TUI): Add comma after @xref.
2593
b0627500
MM
25942015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2595
72f4393d 2596 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
b0627500
MM
2597 commands.
2598
b20a6524
MM
25992015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2600
2601 * gdb.texinfo (Process Record and Replay): Spell out that variables
2602 and registers are not available during btrace replay.
2603 Describe the new "record btrace pt" command.
2604 Describe the new "set|show record btrace pt buffer-size" options.
2605 (General Query Packets): Describe the new Qbtrace:pt and
2606 Qbtrace-conf:pt:size packets.
2607 Expand "bts" to "Branch Trace Store".
2608 Update the branch trace DTD.
2609
fc637f04
PP
26102015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2611
2612 * gdb.texinfo (Command History): Document the new option
2613 "history remove-duplicates".
2614
18a94d75
DE
26152015-06-19 Doug Evans <dje@google.com>
2616
2617 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
2618 longer supported.
2619
0eacb298
PP
26202015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2621
2622 * gdb.texinfo (Command History): Mention that setting
2623 GDBHISTSIZE to the empty string disables history truncation.
2624
bc460514
PP
26252015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2626
2627 PR gdb/16999
2628 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
2629 behavior.
2630
b58c513b
PP
26312015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2632
2633 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
2634 with GDBHISTSIZE.
2635
a86c90e6
SM
26362015-06-15 Simon Marchi <simon.marchi@ericsson.com>
2637
2638 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
2639 bytes and memory units for -data-{read,write}-memory-bytes.
2640 (Packets): Same for m, M and X packets.
2641 * python.texi (Inferiors In Python): Same for read_memory and
2642 write_memory.
2643
c74f7d1c
JT
26442015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2645
2646 * gdb.texinfo (Separate Debug Files): Document that PE is also
2647 supported.
2648
51f0e40d
AB
26492015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
2650
2651 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
2652 single table entry.
2653
966f0aef
WT
26542015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2655
2656 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
2657
2658
15a201c8
GB
26592015-06-10 Gary Benson <gbenson@redhat.com>
2660
2661 * gdb.texinfo (Remote Configuration): Document the
2662 "set/show remote hostio-setfs-packet" command.
2663 (Host I/O Packets): Document the vFile:setfs packet.
2664
7a6a1731
GB
26652015-06-10 Gary Benson <gbenson@redhat.com>
2666
2667 * gdb.texinfo (Debugging Output): Document the "set/show debug
2668 linux-namespaces" command.
2669
7d73c23c 26702015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 2671 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
2672
2673 * gdb.texinfo (i386): Add documentation about "show mpx bound"
2674 and "set mpx bound".
2675
27e0867f
DE
26762015-05-27 Doug Evans <dje@google.com>
2677
2678 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
2679
b4f54984
DE
26802015-05-26 Doug Evans <dje@google.com>
2681
2682 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
2683 command renamings.
2684 (Maintenance Commands): Update for DWARF "set debug" command renamings.
2685
55b40027
AB
26862015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
2687
2688 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
2689
a4ea0946
AB
26902015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
2691
2692 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
2693 (TUI Commands): Add 'tui enable' and 'tui disable' details.
2694
37442ce1
DE
26952015-05-16 Doug Evans <xdje42@gmail.com>
2696
2697 * guile.texi (Memory Ports in Guile): Document support for unbuffered
2698 memory ports.
2699
36de76f9
JK
27002015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2701
2702 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
2703
0d71eef5
DB
27042015-05-12 Don Breazeal <donb@codesourcery.com>
2705
2706 * gdb.texinfo (Forks): Note that fork debugging is
2707 supported in extended mode.
2708 (Remote Configuration): Add fork event features to table
2709 of packet settings.
2710 (Stop Reply Packets): Add fork events to list of stop reasons.
2711 (General Query Packets): Add fork events to tables of
2712 'gdbfeatures' and 'stub features' supported in the qSupported
2713 packet, as well as to the list containing stub feature
2714 details.
2715
835205d0
GB
27162015-05-12 Gary Benson <gbenson@redhat.com>
2717
2718 * gdb.texinfo (General Query Packets): Document
2719 qXfer:exec-file:read with empty annex.
2720
4c082a81
SC
27212015-05-09 Siva Chandra Reddy <sivachandra@google.com>
2722
2723 * python.texi (Values From Inferior): Add descriptions of new
2724 methods gdb.Value.reference_value and gdb.Value.const_value.
2725
b30a0bc3
JB
27262015-05-06 Joel Brobecker <brobecker@adacore.com>
2727
2728 * gdb.texinfo (Files): Add "info dll" documentation.
2729 (Cygwin Native): Remove "info dll" documentation.
2730
2ce1cdbf
DE
27312015-04-29 Doug Evans <dje@google.com>
2732
2733 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
2734 Document.
2735 (Writing an Xmethod): Add get_result_type to example.
2736
59fb7612
SS
27372015-04-28 Sasha Smundak <asmundak@google.com>
2738
2739 * python.texi: New method documented.
2740
cf75d6c3
AB
27412015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
2742
2743 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
2744 format.
2745
897c3d32
DE
27462015-04-24 Doug Evans <dje@google.com>
2747
2748 * python.texi (Xmethods In Python): Fix name of method to call the
2749 xmethod.
2750
1b6e6f5c
GB
27512015-04-17 Gary Benson <gbenson@redhat.com>
2752
2753 * gdb.texinfo (Connecting to a Remote Target): Mention that
2754 GDB can access program files from remote targets that support
2755 qXfer:exec-file:read and Host I/O packets.
2756
c78fa86a
GB
27572015-04-17 Gary Benson <gbenson@redhat.com>
2758
2759 * gdb.texinfo (Remote Configuration): Document the "set/show
2760 remote pid-to-exec-file-packet" command.
2761 (General Query Packets): Document the qXfer:exec-file:read
2762 qSupported features. Document the qXfer:exec-file:read packet.
2763
a9a5a3d1
GB
27642015-04-17 Gary Benson <gbenson@redhat.com>
2765
2766 * gdb.texinfo (set sysroot): Document that "set sysroot" also
2767 applies to executable paths if supplied to GDB as absolute.
2768
4f45d445
JK
27692015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2770
2771 * gdb.texinfo (Mode Options): Remove -xdb.
2772
e7a8570f
JK
27732015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2774 Eli Zaretskii <eliz@gnu.org>
2775
72f4393d
L
2776 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
2777 compile, show debug compile. New subsection Compilation options for
e7a8570f
JK
2778 the compile command. New subsection Compiler search for the compile
2779 command.
2780
f2983cc3
AW
27812015-04-09 Andy Wingo <wingo@igalia.com>
2782
2783 * guile.texi (Frames In Guile): Describe frame-read-register.
2784
599bd15c
GB
27852015-04-02 Gary Benson <gbenson@redhat.com>
2786
2787 * gdb.texinfo (set sysroot): Document "target:".
2788
d11916aa
SS
27892015-04-01 Sasha Smundak <asmundak@google.com>
2790
2791 * doc/python.texi (Writing a Frame Unwinder in Python): Add
2792 section.
2793
df8411da
SDJ
27942015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
2795
2796 PR corefiles/16092
2797 * gdb.texinfo (gcore): Mention new command 'set
2798 use-coredump-filter'.
2799 (set use-coredump-filter): Document new command.
2800
d33279b3
AT
28012015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
2802
2803 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
2804 documentation, reorder the info os entries in alphabetical order.
2805
852f8402
SM
28062015-03-26 Simon Marchi <simon.marchi@ericsson.com>
2807
2808 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
2809 -data-write-memory-bytes.
2810
856e7dd6
PA
28112015-03-24 Pedro Alves <palves@redhat.com>
2812
2813 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
2814 mention that threads may sometimes run unlocked.
2815
236af5e3
YG
28162015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
2817
2818 * gdb.texinfo (Remote configuration): Document "set/show
2819 serial parity" command.
2820
464b0089
GB
28212015-03-18 Gary Benson <gbenson@redhat.com>
2822
2823 * gdb.texinfo (General Query Packets): Remove documentation
2824 for now-removed vFile:fstat qSupported features.
2825
0a93529c
GB
28262015-03-11 Gary Benson <gbenson@redhat.com>
2827
2828 * gdb.texinfo (Remote Configuration): Document the
2829 "set/show remote hostio-fstat-packet" command.
2830 (General Query Packets): Document the vFile:fstat
2831 qSupported features.
2832 (Host I/O Packets): Document the vFile:fstat packet.
2833
85642ba0
AW
28342015-03-11 Andy Wingo <wingo@igalia.com>
2835
2836 * guile.texi (Objfiles In Guile): Document objfile-progspace.
2837
f7e6eed5
PA
28382015-03-04 Pedro Alves <palves@redhat.com>
2839
2840 * gdb.texinfo (Remote Configuration): Document the "set/show
2841 remote swbreak-feature-packet" and "set/show remote
2842 hwbreak-feature-packet" commands.
2843 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
2844 decription.
2845 (Stop Reply Packets): Document the swbreak and hwbreak stop
2846 reasons.
2847 (General Query Packets): Document the swbreak and hwbreak
2848 qSupported features.
2849 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
2850
f873665f 28512015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
a64c9f7b
PP
2852
2853 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
2854 under *stopped.
2855
9a284c97
DE
28562015-03-02 Doug Evans <xdje42@gmail.com>
2857
2858 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
2859
446899e4
AA
28602015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2861
2862 * gdb.texinfo (S/390 and System z Features): Describe new feature
2863 "org.gnu.gdb.s390.vx".
2864
7ee67ee4
SDJ
28652015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
2866
2867 PR gdb/18008
2868 * gdb.texinfo (maint internal-error, maint internal-warning, maint
2869 demangler-warning): Fix typo ("problam").
2870
53cf2ee0
DT
28712015-02-19 David Taylor <dtaylor@emc.com>
2872
2873 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
2874
3133f8c1
JM
28752015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2876
2877 * gdb.texinfo (Static Probe Points): Add cindex `static probe
2878 point, DTrace'.
2879 (Static Probe Points): Modified to cover DTrace probes in addition
2880 to SystemTap probes. Also modified to cover the `enable probe'
2881 and `disable probe' commands.
2882
9aca2ff8
JM
28832015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2884
2885 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
2886 `disable probe' commands.
2887
fa3f8d5a
DT
28882015-02-12 David Taylor <dtaylor@emc.com>
2889
2890 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
2891 fields of the QTDV packet.
2892
d33501a5
MM
28932015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2894
2895 * gdb.texinfo (Branch Trace Configuration Format): Add size.
2896 (Process Record and Replay): Describe new set|show commands.
2897 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
2898
f4abbc16
MM
28992015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2900
2901 * gdb.texinfo (Process Record and Replay): Describe the "record
2902 btrace bts" command.
2903 (General Query Packets): Describe qXfer:btrace-conf:read packet.
2904 (Branch Trace Configuration Format): New.
2905
cfb069a8
GB
29062015-01-31 Gary Benson <gbenson@redhat.com>
2907 Doug Evans <dje@google.com>
2908
2909 * gdb.texinfo (Command Completion): Document new
2910 "set/show max-completions" option.
2911
f57d2163
DE
29122015-01-31 Doug Evans <xdje42@gmail.com>
2913
2914 * gdb.texinfo (Symbols): Document new commands
2915 "maint print symbol-cache", "maint print symbol-cache-statistics",
2916 "maint flush-symbol-cache". Document new option
2917 "maint set symbol-cache-size".
2918
9f050062
DE
29192015-01-31 Doug Evans <xdje42@gmail.com>
2920
2921 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
2922 distinguish script files vs inlined scripts.
2923 * python.texi (Python Auto-loading): Ditto.
2924
b6577aab
DE
29252015-01-30 Doug Evans <dje@google.com>
2926
2927 * gdb.texinfo (Symbols) <info source>: Output now contains producer
2928 string if present.
2929
3a8b707a
DE
29302015-01-27 Doug Evans <dje@google.com>
2931
2932 * python.texi (Objfiles In Python): Document Objfile.username.
2933
1b549396
DE
29342015-01-27 Doug Evans <dje@google.com>
2935
2936 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
2937 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
2938
253828f1
JK
29392015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2940
2941 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
2942
bf555842
EZ
29432015-01-16 Eli Zaretskii <eliz@gnu.org>
2944
2945 * doc/gdb.texinfo (TUI Commands): Document the possible
2946 values of NAME argument to 'winheight' command. Explain the
2947 effect of 'tabset' setting better.
2948
439250fb
DE
29492015-01-11 Doug Evans <xdje42@gmail.com>
2950
2951 PR gdb/15830
2952 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
2953 (Symbols): Ditto.
2954 (Maintenance Commands): Delete docs for "maint demangle".
2955
6bf6fd09
JB
29562014-12-31 Joel Brobecker <brobecker@adacore.com>
2957
2958 * gdb.texinfo (Files): Remove documentation of the
2959 "add-shared-symbol-files" and "assf" commands.
2960 (Cygwin Native): Remove documentation of the "dll-symbols"
2961 command.
2962
cc485e62
DE
29632014-12-17 Doug Evans <xdje42@gmail.com>
2964
2965 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
2966
bb2ec1b3
TT
29672014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2968 Jan Kratochvil <jan.kratochvil@redhat.com>
2969
2970 * gdb.texinfo (Altering): Update.
2971 (Compiling and Injecting Code): New node.
2972
6dddd6a5
DE
29732014-12-12 Doug Evans <dje@google.com>
2974
2975 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
2976
f5b95c01
AA
29772014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2978
2979 * gdb.texinfo: Document "maint print user-registers".
2980
a0be3e44
DE
29812014-12-08 Doug Evans <dje@google.com>
2982
2983 * python.texi (Objfiles In Python): Document Objfile.owner.
2984
86e4ed39
DE
29852014-12-04 Doug Evans <dje@google.com>
2986
2987 * python.texi (Objfiles In Python): Document
2988 Objfile.add_separate_debug_file.
2989
7c50a931
DE
29902014-12-04 Doug Evans <dje@google.com>
2991
2992 * python.texi (Objfiles In Python): Document Objfile.build_id.
2993
701adfb0
PA
29942014-12-02 Nick Bull <nicholaspbull@gmail.com>
2995
2996 * observer.texi (inferior_call_pre, inferior_call_post)
2997 (memory_changed, register_changed): New observers.
2998
162078c8
NB
29992014-12-02 Nick Bull <nicholaspbull@gmail.com>
3000
3001 * python.texi (Events In Python): Document new events
3002 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
3003 and RegisterChangedEvent.
3004
f10c5b19
JK
30052014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3006
3007 Add add-auto-load-scripts-directory.
3008 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
3009 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
3010
413b59ae
JK
30112014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3012
3013 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
3014 description typo.
3015
02be9a71
DE
30162014-10-30 Doug Evans <dje@google.com>
3017
3018 * python.texi (Progspaces In Python): Document ability to add
3019 random attributes to gdb.Progspace objects.
3020 (Objfiles In Python): Document ability to add random attributes to
3021 gdb.objfile objects.
3022
e5f8a7cc
PA
30232014-10-27 Pedro Alves <palves@redhat.com>
3024
3025 * gdb.texinfo (Continuing and Stepping): Add cross reference to
3026 info on stepping and signal handlers.
3027 (Signals): Explain stepping and signal handlers. Add context
3028 index entry, and cross references.
3029
fab3a15d
SM
30302014-10-20 Simon Marchi <simon.marchi@ericsson.com>
3031
3032 * python.texi (Breakpoints In Python): Add parenthesis after
3033 Breakpoint.delete. Clarify Breakpoint.enabled description so
3034 that it contains "disable".
3035
4ffbba72
DE
30362014-10-17 Doug Evans <dje@google.com>
3037
3038 * python.texi (Events In Python): Document clear_objfiles event.
3039
d096d8c1
DE
30402014-10-17 Doug Evans <dje@google.com>
3041
3042 * python.texi (Objfiles In Python): Document new progspace attribute.
3043
32a8097b
PA
30442014-10-17 Pedro Alves <palves@redhat.com>
3045
3046 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
3047 (SVR4 Process Information): Delete mention of OSF/1.
3048
2ddf4301
SM
30492014-10-01 Simon Marchi <simon.marchi@ericsson.com>
3050
3051 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
3052 exit-code field in -list-thread-groups output.
3053
342cc091
JBG
30542014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3055
3056 * gdb.texinfo (Set Breaks): Add missing "@end table".
3057
a25a5a45
PA
30582014-09-22 Pedro Alves <palves@redhat.com>
3059
3060 * gdb.texinfo (Set Breaks): Document that "set breakpoint
3061 always-inserted off" is the default mode now. Delete
3062 documentation of "set breakpoint always-inserted auto".
3063
2b4fd423
DE
30642014-09-18 Doug Evans <dje@google.com>
3065
3066 * python.texi (Symbol Tables In Python): Document "producer"
3067 attribute of gdb.Symtab objects.
3068
deb8ff2b
PA
30692014-09-16 Pedro Alves <palves@redhat.com>
3070
3071 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
3072 (Embedded OS): Remove VxWorks menu entry.
3073 (VxWorks): Remove node.
3074
81219e53
DE
30752014-09-13 Doug Evans <xdje42@gmail.com>
3076
3077 * gdb.texinfo (Signaling): Document new queue-signal command.
3078
faa42425
DE
30792014-09-06 Doug Evans <xdje42@gmail.com>
3080
3081 PR 15276
3082 * gdb.texinfo (Convenience Funs): Document $_caller_is,
3083 $_caller_matches, $_any_caller_is, $_any_caller_matches.
3084
1a6a384b
JL
30852014-09-03 Justin Lebar <jlebar@google.com>
3086
3087 * python.texi (Types In Python): Type.template_argument(n) returns a
3088 gdb.Value or a gdb.Type and throws an exception if n is out of
3089 range.
3090
5f3b99cf
SS
30912014-09-03 Sasha Smundak <asmundak@google.com>
3092
3093 * python.texi (Frames in Python): Add read_register description.
3094
3cecbbbe
TT
30952014-08-04 Tom Tromey <tromey@redhat.com>
3096
3097 * gdb.texinfo (Debugging Output): Update for change to "set debug
3098 target".
3099
90debf20
MM
31002014-08-01 Masaki Muranaka <monaka@monami-software.com>
3101
3102 Pushed by Joel Brobecker <brobecker@adacore.com>.
3103 * Makefile.in (transform): New variable.
3104 (install-man1, install-man5): Apply $(transform) to man file names.
3105
ee7333ae
DE
31062014-07-26 Doug Evans <xdje42@gmail.com>
3107
3108 PR guile/17177
3109 * guile.texi (Guile Pretty Printing API): Fix typo.
3110 Document set-pretty-printers!, pretty-printers.
3111 (Selecting Guile Pretty-Printers): Update.
3112 Mention program-space based pretty-printers.
3113
70509625
PA
31142014-07-25 Pedro Alves <palves@redhat.com>
3115 Eli Zaretskii <eliz@gnu.org>
3116
3117 * gdb.texinfo (Signaling) <signal command>: Explain what happens
3118 with multi-threaded programs.
3119
701adfb0
PA
31202014-07-19 Ajit Agarwal <ajitkum@xilinx.com>
3121
3122 * gdb.texinfo (MicroBlaze Features): Added.
3123
b67a2c6f
YQ
31242014-06-27 Yao Qi <yao@codesourcery.com>
3125
3126 * gdb.texinfo (Maintenance Commands): Update the output of
3127 'maint print dummy-frames' command.
3128
f179cf97
EZ
31292014-06-24 Eli Zaretskii <eliz@gnu.org>
3130
3131 * gdb.texinfo (Screen Size): Improve indexing.
3132
992c7d70
GB
31332014-06-19 Gary Benson <gbenson@redhat.com>
3134
3135 * gdb.texinfo (Maintenance Commands): Document new
3136 "maint set/show catch-demangler-crashes" option.
3137
57fcfb1b
GB
31382014-06-19 Gary Benson <gbenson@redhat.com>
3139
3140 * gdb.texinfo (Maintenance Commands): Document new
3141 "maint demangler-warning" command and new
3142 "maint set/show demangler-warning" option.
3143
dd5d5494
SC
31442014-06-09 Siva Chandra Reddy <sivachandra@google.com>
3145
3146 * python.texi (Xmethod API): Add space before the opening
3147 parenthesis in function descriptions.
3148
25326a28 31492014-06-06 Doug Evans <xdje42@gmail.com>
d2929fdc
DE
3150
3151 * guile.texi (Guile Configuration): Document guile-data-directory.
3152
0a770bb2 31532014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
3154
3155 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
3156
16f691fb
DE
31572014-06-04 Doug Evans <xdje42@gmail.com>
3158
3159 * guile.texi (Breakpoints In Guile): Update.
3160
1e47491b
JB
31612014-06-03 Joel Brobecker <brobecker@adacore.com>
3162
3163 * python.texi (Xmethod API): Fix reference to "Progspaces In
3164 Python".
3165
0c6e92a5
SC
31662014-06-03 Siva Chandra Reddy <sivachandra@google.com>
3167
3168 * python.texi (Xmethods In Python, XMethod API)
3169 (Writing an Xmethod): New nodes.
3170 (Python API): New menu entries "Xmethods In Python",
3171 "Xmethod API", "Writing an Xmethod".
3172
06eb1586
DE
31732014-06-02 Doug Evans <xdje42@gmail.com>
3174
3175 * guile.texi (Guile API): Add entry for Parameters In Guile.
3176 (GDB Scheme Data Types): Mention <gdb:parameter> object.
3177 (Parameters In Guile): New node.
3178
e698b8c4
DE
31792014-06-02 Doug Evans <xdje42@gmail.com>
3180
3181 * guile.texi (Guile API): Add entry for Commands In Guile.
3182 (Basic Guile) <parse-and-eval>: Add reference.
3183 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
3184 (GDB Scheme Data Types): Mention <gdb:command> object.
3185 (Commands In Guile): New node.
3186
ded03782
DE
31872014-06-02 Doug Evans <xdje42@gmail.com>
3188
3189 * guile.texi (Guile API): Add entry for Progspaces In Guile.
3190 (GDB Scheme Data Types): Mention <gdb:progspace> object.
3191 (Progspaces In Guile): New node.
3192
53e8a631
AB
31932014-05-30 Andrew Burgess <aburgess@broadcom.com>
3194
3195 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
3196 * python.texi (Frames In Python): Mention
3197 gdb.FRAME_UNWIND_MEMORY_ERROR.
3198
329ea579
PA
31992014-05-29 Pedro Alves <palves@redhat.com>
3200 Tom Tromey <tromey@redhat.com>
3201
3202 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
3203 from example.
3204 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
3205 Mention that target-async is now deprecated.
3206 (Maintenance Commands): Document maint set/show target-async.
3207
92bcb5f9
PA
32082014-05-29 Pedro Alves <palves@redhat.com>
3209
3210 * observer.texi (sync_execution_done, command_error): New
3211 subjects.
3212
fd664c91
PA
32132014-05-29 Pedro Alves <palves@redhat.com>
3214
3215 PR gdb/13860
3216 * observer.texi (signal_received, end_stepping_range)
3217 (signal_exited, exited, no_history): New observer subjects.
3218
b2715b27
AW
32192014-05-26 Andy Wingo <wingo@igalia.com>
3220
3221 * guile.texi (GDB Scheme Data Types): Remove documentation for
3222 removed interfaces. Update spelling of gdb-object-kind.
3223
9eaa4c1e
AW
32242014-05-26 Andy Wingo <wingo@igalia.com>
3225
3226 * guile.texi (Basic Guile): Fix some typos.
3227
0f1e8403
AW
32282014-05-26 Andy Wingo <wingo@igalia.com>
3229
3230 * guile.texi (Writing a Guile Pretty-Printer)
3231 (Guile Types Module): Fix excess parentheses in use-modules forms.
3232
697aa1b7
EZ
32332014-05-24 Eli Zaretskii <eliz@gnu.org>
3234
3235 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
3236 (Breakpoints In Guile, Guile Printing Module)
3237 (Guile Exception Handling, Values From Inferior In Guile)
3238 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
3239 Don't use @var at the beginning of a sentence.
3240
3241 * gdb.texinfo (Frame Filter Management, Trace Files)
3242 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
3243 (PowerPC Embedded, Define, Annotations for Running)
3244 (IPA Protocol Commands, Packets, General Query Packets)
3245 (Tracepoint Packets, Notification Packets, Environment)
3246 (Inferiors and Programs, Set Breaks, Set Catchpoints)
3247 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
3248 (Frames, Backtrace, Selection, Expressions, Registers)
3249 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
3250 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
3251 (Source Annotations, Using JIT Debug Info Readers, Packets)
3252 (Stop Reply Packets, Host I/O Packets)
3253 (Target Description Format): Don't use @var at the beginning of a
3254 sentence.
3255
3256 * python.texi (Basic Python, Types In Python)
3257 (Commands In Python, Frames In Python, Line Tables In Python)
3258 (Breakpoints In Python, gdb.printing, gdb.types)
3259 (Type Printing API): Don't use @var at the beginning of a
3260 sentence.
3261
67b5c0c1
MM
32622014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3263
3264 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
3265 replay-memory-access".
3266
6a3cb8e8
PA
32672014-05-21 Pedro Alves <palves@redhat.com>
3268
3269 * gdb.texinfo (Starting): Document "set/show
3270 auto-connect-native-target".
3271 (Target Commands): Document "target native".
3272
936d2992
PA
32732014-05-20 Pedro Alves <palves@redhat.com>
3274
3275 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
3276 not be remote specific. Add cross reference to the qCRC packet.
3277 (Separate Debug Files): Update cross reference to the qCRC packet.
3278 (General Query Packets) <qCRC packet>: Add anchor.
3279
b3ce5e5f
DE
32802014-05-17 Doug Evans <xdje42@gmail.com>
3281
3282 Copy over changes from guile.texi.
3283 * python.texi (Basic Python) <gdb.execute>: Add text.
3284 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
3285 (Values From Inferior) <Python string>: Add text.
3286 (Values From Inferior) <Value.string>: Clarify string length handling.
3287 (Pretty Printing API): Add cindex.
3288 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
3289 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
3290 @vindex.
3291 (Commands In Python) <COMPLETE_*>: Similarly.
3292 (Symbols In Python) <SYMBOL_*>: Similarly.
3293 (Breakpoints In Python) <WP_*>: Similarly.
3294 (Breakpoints In Python) <BP_*>: Similarly.
3295
8dfcab11
DT
32962014-05-17 David Taylor <dtaylor@emc.com>
3297
3298 * gdb.texinfo (General Query Packets): Add a note about thread IDs
3299 mentioned in the qfThreadInfo reply.
3300
8d551b02
DE
33012014-05-16 Doug Evans <dje@google.com>
3302
3303 * gdb.texinfo (Mode Options): Add -D.
3304
e20bd8f4
SB
33052014-05-09 Samuel Bronson <naesten@gmail.com>
3306
3307 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
3308 "make -C".
3309
f989a1c8
TT
33102014-04-29 Tom Tromey <tromey@redhat.com>
3311
3312 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
3313 "show debug varobj".
3314
95cf3b38
DT
33152014-05-01 David Taylor <dtaylor@emc.com>
3316
3317 * gdb.texinfo (compare-sections): Document the new -r (read-only)
3318 option.
3319
01f9f808
MS
33202014-04-24 Michael Sturm <michael.sturm@mintel.com>
3321 Walfred Tedeschi <walfred.tedeschi@intel.com>
3322
3323 * gdb.texinfo (i386 Features): Add description of AVX512
3324 registers.
3325
770e7fc7
DE
33262014-03-31 Doug Evans <dje@google.com>
3327
3328 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
3329
97d8f0ee
DE
33302014-03-30 Doug Evans <dje@google.com>
3331
3332 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
3333 (Background Execution): Ditto.
3334
36cb1214
HZ
33352014-03-21 Pedro Alves <palves@redhat.com>
3336 Stan Shebs <stan@codesourcery.com>
3337 Hui Zhu <hui@codesourcery.com>
3338
3339 * gdb.texinfo (Packets): Add anchor to "? packet".
3340 Remove fixme and update introduction of "k packet".
3341 Add anchor to "vKill packet".
3342
5e3a2c38
SS
33432014-03-12 Stan Shebs <stan@codesourcery.com>
3344
3345 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
3346
7a5a839f
LC
33472014-02-26 Ludovic Courtès <ludo@gnu.org>
3348
dc6ae996 3349 * guile.texi (Basic Guile): Document 'history-append!'.
7a5a839f 3350
95060284
JB
33512014-02-20 Joel Brobecker <brobecker@adacore.com>
3352
3353 * gdb.texinfo (Files): Document "add-shared-symbol-files"
3354 and "assf" as being deprecated.
3355 (Cygwin Native): Likewise for "dll-symbols".
3356 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
3357 as a way to force the loading of symbols from a DLL.
3358
f7bd0f78
SC
33592014-02-19 Siva Chandra Reddy <sivachandra@google.com>
3360
3361 * python.texi (Values From Inferior): Add description about the
3362 new feature.
3363
329baa95
DE
33642014-02-17 Doug Evans <xdje42@gmail.com>
3365
3366 * Makefile.in (GDB_DOC_FILES): Add python.texi.
3367 * gdb.texinfo (Python): Moved to ...
3368 * python.texi: ... here. New file.
3369
687894f5
DE
33702014-02-17 Ludovic Courtès <ludo@gnu.org>
3371
d25f38ee 3372 * guile.texi (Writing a Guile Pretty-Printer) <example>:
687894f5
DE
3373 Remove 'string-begins-with' procedure. Add 'pretty-printer'
3374 parameter to 'str-lookup-function' procedure. Look for
3375 the "std::string<" prefix.
3376 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
3377 Adjust description.
3378
6fb526ee
DE
33792014-02-11 Tejas Belagod <tejas.belagod@arm.com>
3380
d25f38ee 3381 * guile.texi (Values From Inferior In Guile): Remove stray
6fb526ee
DE
3382 parantheses for deffn.
3383 (Disassembly In Guile): Ditto.
3384
1e0a5178
SS
33852014-02-10 Stan Shebs <stan@codesourcery.com>
3386
3387 Add Doxygen support.
3388 * Makefile.in (doxy): New action, generates Doxygen files.
3389 (DOXYGEN): New.
3390 (doxyedit): New.
3391 * Doxyfile-base.in: New file.
3392 * Doxyfile-gdb-api.in: New file.
3393 * Doxyfile-gdb-xref.in: New file.
3394 * Doxyfile-gdbserver.in: New file.
3395 * doxy-index.in: New file.
3396 * filter-for-doxygen: New file.
3397 * filter-params.pl: New file.
3398
ed3ef339
DE
33992014-02-10 Doug Evans <xdje42@gmail.com>
3400
3401 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
3402 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
3403 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
3404 (Guile docs): Include guile.texi.
3405 (objfile-gdbdotext file): Add objfile-gdb.scm.
3406 (dotdebug_gdb_scripts section): Mention Guile scripts.
3407 (Multiple Extension Languages): New node.
3408 * guile.texi: New file.
3409
c6044dd1
JB
34102014-01-28 Joel Brobecker <brobecker@adacore.com>
3411
3412 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
3413 ignore-descriptive-types". commands.
3414
87ce2a04
DE
34152014-01-22 Doug Evans <dje@google.com>
3416
3417 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
3418 (gdbserver man): Ditto.
3419
52834460
MM
34202014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3421
3422 * gdb.texinfo: Document limited reverse/replay support
3423 for target record-btrace.
3424
0688d04e
MM
34252014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3426
3427 * gdb.texinfo (Process Record and Replay): Update documentation.
3428
8710b709
MM
34292014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3430
3431 * gdb.texinfo (Process Record and Replay): Document new /c
3432 modifier accepted by "record function-call-history".
3433 Add /i modifier to "record function-call-history" example.
3434
dcf106f3
JB
34352014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
3436 Joel Brobecker <brobecker@adacore.com>
3437
3438 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
3439 markers. Remove one that was misplaced.
3440
41ef2965
PA
34412014-01-10 Pedro Alves <palves@redhat.com>
3442
3443 * gdb.texinfo (Your Program's Environment) <set environment>:
3444 Mention the shell, and point at 'set exec-wrapper'.
3445
c0d48811
JB
34462014-01-07 Joel Brobecker <brobecker@adacore.com>
3447
3448 * gdb.texinfo (Types In Python): Document new attribute Types.name.
3449
5fba4c0f
JB
34502013-12-30 Joel Brobecker <brobecker@adacore.com>
3451
3452 * gdb.texinfo (Types In Python): Clarify the documentation
3453 of attribute gdb.Field.bitpos.
3454
0809504b
JB
34552013-12-28 Joel Brobecker <brobecker@adacore.com>
3456
3457 * gdb.texinfo (Types In Python): Fix the documentation of
3458 attribute "bitpos" in class gdb.Field for enum types. Add
3459 documentation for attribute "enumval" in that same class.
3460
edef6000
JB
34612013-12-28 Joel Brobecker <brobecker@adacore.com>
3462
3463 * gdb.texinfo (GDB/MI Support Commands): Change @table into
3464 @ftable.
3465
71b8c845
DE
34662013-12-23 Doug Evans <xdje42@gmail.com>
3467
3468 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
3469 auto-loaded objfile scripts and .debug_gdb_scripts section to their
3470 corresponding section in Extending GDB.
3471 (Extending GDB): Move menu up. New menu item "Auto-loading
3472 extensions".
3473 (Sequences): New menu item "Auto-loading sequences".
3474 (Auto-loading sequences): New node.
3475 (Python): Rename section from Scripting GDB to Extending GDB.
3476 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
3477 Move docs on ways to auto-load extensions to ...
3478 (Auto-loading extensions): ... here. New node.
3479
d192b373
JB
34802013-12-23 Joel Brobecker <brobecker@adacore.com>
3481
3482 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
3483 in menu.
3484 (GDB/MI Variable Objects): Adjust reference to "-list-features"
3485 command, now in a new node.
3486 (GDB/MI Support Commands): New node, with its contents being
3487 extracted from the "GDB/MI Miscellaneous Commands" node.
3488 A small paragraph introducing the section is also added at
3489 the start.
3490 (GDB/MI Miscellaneous Commands): Delete the description of the
3491 -info-gdb-mi-command, -list-features and -list-target-features
3492 commands, now hosted in the "GDB/MI Support Commands" node.
3493
a16b0e22
SC
34942013-12-12 Siva Chandra Reddy <sivachandra@google.com>
3495
3496 PR python/16113
3497 * gdb.texinfo (Values From Inferior): Add a note about using
3498 gdb.Field objects as subscripts on gdb.Value objects.
3499 (Types In Python): Add description about the new attribute
3500 "parent_type" of gdb.Field objects.
3501
9b26f0fb
JB
35022013-12-12 Joel Brobecker <brobecker@adacore.com>
3503
3504 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
3505 entry for section docuumenting the -list-features GDB/MI command.
3506
72bfa06c
JB
35072013-12-10 Joel Brobecker <brobecker@adacore.com>
3508
3509 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3510 "exec-run-start-option" entry in the output of the "-list-features"
3511 command.
3512
3ea8680f
EZ
35132013-12-04 Eli Zaretskii <eliz@gnu.org>
3514
3515 * gdb.texinfo (i386): Fix yesterday's commit.
3516
1a4f73eb
TT
35172013-12-03 Tom Tromey <tromey@redhat.com>
3518
3519 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
3520 documented here.
3521
6cb999f8
TT
35222013-12-03 Tom Tromey <tromey@redhat.com>
3523
3524 * gdb.texinfo (@direntry): Add menu item for gdbserver.
3525
ca8941bb
WT
35262013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
3527
3528 * gdb.texinfo (i386 Features): Add MPX feature registers.
3529 (x86 Specific featuresx86 Architecture-specific Issues): Adds
3530 a subsubsection for MPX and describes the display of the
3531 boundary registers.
3532
688981c9
JB
35332013-12-03 Joel Brobecker <brobecker@adacore.com>
3534
3535 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
3536 documentation of the "ada-exceptions" entry.
3537
2ea126fa
JB
35382013-12-03 Joel Brobecker <brobecker@adacore.com>
3539
3540 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
3541 "^error" result record concerning the error message. Document
3542 the error code that may also be part of that result record.
3543 (GDB/MI Miscellaneous Commands): Document the
3544 "undefined-command-error-code" element in the output of
3545 the "-list-features" GDB/MI command.
3546
6b7cbff1
JB
35472013-12-03 Joel Brobecker <brobecker@adacore.com>
3548
3549 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3550 the new -info-gdb-mi-command GDB/MI command. Document
3551 the meaning of "-info-gdb-mi-command" in the output of
3552 -list-features.
3553
20e1ca3b
PA
35542013-11-29 Pedro Alves <palves@redhat.com>
3555
3556 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
3557 Update comment.
3558
29453a14
YQ
35592013-11-24 Yao Qi <yao@codesourcery.com>
3560
3561 * gdb.texinfo (Caching Remote Data): Document new
3562 "set/show stack-cache" option.
3563
6dd315ba
YQ
35642013-11-24 Yao Qi <yao@codesourcery.com>
3565
3566 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
3567 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
3568 "off" respectively.
3569
9df9dbe0
YQ
35702013-11-23 Yao Qi <yao@codesourcery.com>
3571
3572 * gdb.texinfo (GDB/MI Variable Objects): Add the description
3573 of "displayhint" to the table about child results.
3574
c78feb39
YQ
35752013-11-21 Yao Qi <yao@codesourcery.com>
3576
3577 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
3578 'dynamic' for the output of command -var-list-children.
3579
27b81af3
YQ
35802013-11-21 Yao Qi <yao@codesourcery.com>
3581
3582 * gdb.texinfo (Caching Target Data): Remove "see" before
3583 @pxref.
3584
b26dfc9a
YQ
35852013-11-20 Yao Qi <yao@codesourcery.com>
3586
3587 * gdb.texinfo (Caching Target Data): Update doc for
3588 per-address-space dcache.
3589
b12039c6
YQ
35902013-11-20 Yao Qi <yao@codesourcery.com>
3591
3592 * gdb.texinfo (Data): Rename menu item.
3593 (Caching Remote Data): Rename to ...
3594 (Caching Target Data): ... it. Update.
3595
422ad5c2
JB
35962013-11-18 Joel Brobecker <brobecker@adacore.com>
3597
3598 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3599 "language-option" entry in the output of the "-list-features"
3600 command.
3601
805e1f19
TT
36022013-11-15 Tom Tromey <tromey@redhat.com>
3603
3604 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
3605 Add example.
3606
8fe1b653
TT
36072013-11-14 Tom Tromey <tromey@redhat.com>
3608
3609 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
3610
403cb6b1
JB
36112013-11-14 Joel Brobecker <brobecker@adacore.com>
3612
3613 * gdb.texinfo (Show): Add xref anchor for "show language" command.
3614 (Context management): Place current subsection text into its own
3615 subsubsection. Add new subsubsection describing the "--language"
3616 command option.
3617
93973826
JB
36182013-11-13 Joel Brobecker <brobecker@adacore.com>
3619
3620 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
3621 the documentation of "info-ada-exceptions" in the output
3622 of the "-list-features" command. Add the documentation
3623 of the "ada-exception" entry instead.
3624
6adcee18
JB
36252013-11-12 Joel Brobecker <brobecker@adacore.com>
3626
93973826 3627
6adcee18
JB
3628 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
3629 word of a couple of sentences to start with a capital letter.
3630
58d06528
JB
36312013-11-12 Joel Brobecker <brobecker@adacore.com>
3632
3633 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
3634 (Ada Exceptions): New node.
3635 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
3636 Commands" node.
3637 (GDB/MI Ada Exceptions Commands): New node.
3638 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
3639 field in the output of the "-list-features" command.
3640 * NEWS: Add entry for the new "info exceptions" CLI command,
3641 and for the new "-info-ada-exceptions" GDB/MI command.
3642
bc79de95
PM
36432013-11-11 Phil Muldoon <pmuldoon@redhat.com>
3644
3645 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
3646 (Line Tables In Python): New node.
3647
73be47f5
DE
36482013-11-08 Doug Evans <dje@google.com>
3649
3650 * gdb.texinfo (Debugging Output): Update text for
3651 "set debug dwarf2-read".
3652
db0fec5c
DE
36532013-11-08 Doug Evans <dje@google.com>
3654
3655 * gdb.texinfo (Debugging Output): Update text for
3656 "set debug symtab-create".
3657
92e32e33
PM
36582013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3659
72f4393d
L
3660 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
3661 constant.
92e32e33 3662
f76c27b5
PM
36632013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3664
3665 * gdb.texinfo (Breakpoints In Python): Document temporary
3666 option in breakpoint constructor, and add documentation to the
3667 temporary attribute.
3668
fa4d0c40
YQ
36692013-11-07 Yao Qi <yao@codesourcery.com>
3670
3671 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
3672 output of "-var-info-expression".
3673
afa332ce
PA
36742013-11-06 Pedro Alves <palves@redhat.com>
3675
3676 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
3677 non-interactive mode.
3678 (Environment) <shell startup files warning>: Mention
3679 non-interactive mode. Mention .zshenv for Z shell, and talk about
3680 BASH_ENV instead of .bashrc for BASH.
3681
9ac69859
NB
36822013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
3683
3684 * gdb.texinfo (Commands to Specify Files): Add description
3685 of the remove-symbol-file command.
3686 * observer.texi: New free_objfile event
3687
98882a26
PA
36882013-10-24 Pedro Alves <palves@redhat.com>
3689
3690 * gdb.texinfo (Starting): Document set/show startup-with-shell.
3691
ce13fade
JB
36922013-10-11 Joel Brobecker <brobecker@adacore.com>
3693
3694 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
3695 New subsection inside which the "-catch-load" and "-catch-unload"
3696 commands documentation is now placed.
3697 (Ada Exception GDB/MI Catchpoint Commands): New subsection
3698 documenting the "-catch-assert" and "-catch-exception" new
3699 GDB/MI commands.
3700
2446f5ea
JB
37012013-10-10 Joel Brobecker <brobecker@adacore.com>
3702
3703 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
3704
0d12017b
JB
37052013-10-10 Joel Brobecker <brobecker@adacore.com>
3706
bd80dc1a
JB
3707 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
3708 serial baud".
3709 (Remote Configuration): Replace "set remotebaud" by "set serial
3710 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 3711
f4fb82a1
PA
37122013-10-07 Pedro Alves <palves@redhat.com>
3713
3714 PR breakpoints/11568
3715 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
3716 when the thread is removed from the thread list.
3717
0c557179
SDJ
37182013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3719
3720 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
3721 Update entry for $_exitcode.
3722
5713b9b5
JB
37232013-10-04 Joel Brobecker <brobecker@adacore.com>
3724
3725 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
3726 new "--start" option.
3727
901461f8
PA
37282013-10-02 Pedro Alves <palves@redhat.com>
3729
3730 * gdb.texinfo (Registers): Expand description of saved registers
3731 in frames. Explain <not saved>.
3732
8fb8eb5c
DE
37332013-09-25 Doug Evans <dje@google.com>
3734
3735 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
3736
0a7cfe2c
SS
37372013-09-16 Stan Shebs <stan@codesourcery.com>
3738
3739 Remove the internals manual gdbint.texinfo.
3740 * Makefile.in (INFO_DEPS): Remove gdbint.info.
3741 (PDFFILES): Remove gdbint.pdf.
3742 (HTMLFILES): Remove gdbint/index.html.
3743 (HTMLFILES_INSTALL): Remove gdbint.
3744 (GDBINT_DOC_FILES): Remove.
3745 (dvi): Remove gdbint.dvi.
3746 (ps): Remove gdbint.ps.
3747 * gdbint.texinfo: Remove file.
3748 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
3749
a280dbd1
SDJ
37502013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3751
3752 * gdb.texinfo (Convenience Functions): Mention new convenience
3753 function $_isvoid.
3754
4ac33720
UW
37552013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3756
3757 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
3758 (Standard Target Features): Add new node to menu.
3759 (S/390 and System z Features): New node.
3760
b3d3b4bd
SA
37612013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
3762
3763 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
3764 -list-target-features in the example.
3765
edf9f00c
JK
37662013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3767
3768 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
3769 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
3770
1d236d23
JK
37712013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3772
3773 Sync documentation with gdb.base/gnu-debugdata.exp.
3774 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
3775
5423b017
JK
37762013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3777
3778 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
3779
6211c335
YQ
37802013-08-27 Pedro Alves <pedro@codesourcery.com>
3781 Yao Qi <yao@codesourcery.com>
3782
3783 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
3784 Document new --skip-unavailable option.
3785 <-stack-list-variables>: Document new --skip-unavailable option.
3786
52e260a3
DE
37872013-08-26 Doug Evans <dje@google.com>
3788
3789 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
3790 an optional regexp.
3791
5e92f71a
TT
37922013-08-13 Tom Tromey <tromey@redhat.com>
3793
3794 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
3795 Document GDB_PARALLEL and GDB_INOTIFY.
3796
c5d7073b
SS
37972013-08-09 Stan Shebs <stan@codesourcery.com>
3798
3799 * LRS: Remove file, describes a long-abandoned live-range
3800 splitting extension to stabs.
3801
6fbe845e
AB
38022013-07-25 Andrew Burgess <aburgess@broadcom.com>
3803
3804 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
3805
e7045703
DE
38062013-07-17 Doug Evans <dje@google.com>
3807
3808 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
3809
3105ebf9
TT
38102013-07-02 Tom Tromey <tromey@redhat.com>
3811
3812 * gdb.texinfo (Target Commands): Don't mention "target nrom".
3813
d6c2da54
TT
38142013-06-28 Tom Tromey <tromey@redhat.com>
3815
3816 * Makefile.in (version.subst): Use version.in, not
3817 common/version.in.
3818 * gdbint.texinfo (Versions and Branches, Releasing GDB):
3819 Likewise.
3820
e5823f1c
PA
38212013-06-27 Pedro Alves <palves@redhat.com>
3822
3823 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
3824 dynamic symbol resolution code>: New section, based on infrun.c
3825 comment.
3826
92dcb9ff
TT
38272013-06-26 Tom Tromey <tromey@redhat.com>
3828
3829 * gdbint.texinfo (Versions and Branches): Use common/version.in.
3830 Update.
3831 (Releasing GDB): Likewise.
3832
dc673c81
YQ
38332013-06-26 Pedro Alves <pedro@codesourcery.com>
3834 Yao Qi <yao@codesourcery.com>
3835
3836 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
3837 -trace-frame-collected.
3838
28a93511
YQ
38392013-06-26 Pedro Alves <pedro@codesourcery.com>
3840
3841 * gdb.texinfo (Traceframe Info Format): Document tvar element
3842 and its attributes.
3843
a0743c90
YQ
38442013-06-25 Yao Qi <yao@codesourcery.com>
3845
3846 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
3847
01208463
TT
38482013-06-24 Tom Tromey <tromey@redhat.com>
3849
3850 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
3851 (GDBvn.texi): Use version.subst.
3852 (version.subst): New target.
3853 (mostlyclean): Remove version.subst.
3854
c898adb7
YQ
38552013-06-20 Pedro Alves <pedro@codesourcery.com>
3856
3857 * gdb.texinfo (GDB/MI Data Manipulation)
3858 <-data-list-register-values>: Document the --skip-unavailable
3859 option.
3860
7c57fa1e
YQ
38612013-06-07 Yao Qi <yao@codesourcery.com>
3862
3863 * gdb.texinfo (Symbols): Add kindex and cindex for
3864 'maint print msymbols'.
3865
0059c61a 38662013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
3867
3868 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
3869 response field name (thread-group to inferior).
3870
85dc5a12
GB
38712013-06-04 Gary Benson <gbenson@redhat.com>
3872
3873 * gdb.texinfo (General Query Packets/qSupported): Added
3874 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
3875 to the table of currently defined stub features.
3876 Added a more detailed entry for "augmented-libraries-svr4-read".
3877 (General Query Packets/qXfer:libraries-svr4:read): Documented
3878 the augmented form of this packet.
3879
5901af59
JB
38802013-05-23 Joel Brobecker <brobecker@adacore.com>
3881
3882 * gdb.texinfo (System-wide Configuration Scripts): Renames
3883 "Installed System-wide Configuration Scripts". Add associated
3884 @menu block.
3885
c1e36e3e
PA
38862013-05-23 Yao Qi <yao@codesourcery.com>
3887 Pedro Alves <palves@redhat.com>
3888
3889 * gdb.texinfo (Packets): Document 'vCont;r'.
3890 (Continuing and Stepping): Document target-assisted range
3891 stepping, and the 'set range-stepping' and 'show range-stepping'
3892 commands.
3893
0201faac
JB
38942013-05-23 Joel Brobecker <brobecker@adacore.com>
3895
3896 * gdb.texinfo (Installed System-wide Configuration Scripts):
3897 Add subsection describing the scripts now available under
3898 the data-dir's system-gdbbinit subdirectory.
3899 * NEWS: Add entry announcing the availability of system-wide
3900 configuration scripts for ElinOS and Wind River Linux.
3901
c5867ab6
HZ
39022013-05-21 Hui Zhu <hui@codesourcery.com>
3903
3904 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
3905 "-dprintf-insert" command.
3906
7d0c9981
DE
39072013-05-17 Doug Evans <dje@google.com>
3908
3909 * gdb.texinfo (Maintenance Commands): Update doc for
3910 "maint check-psymtabs". Add doc for "maint check-symtabs",
3911 "maint expand-symtabs".
3912
742ce053
MM
39132013-05-15 Markus Metzger <markus.t.metzger@intel.com>
3914
3915 * gdb.texinfo (Process Record and Replay): Document the
3916 "record goto" command and its sub-commands.
3917
1e611234
PM
39182013-05-10 Phil Muldoon <pmuldoon@redhat.com>
3919
3920 * gdb.texinfo (Backtrace): Add "no-filter" argument.
3921 (Python API): Add Frame Filters API, Frame Wrapper API,
3922 Writing a Frame Filter/Wrapper, Managing Management of Frame
3923 Filters chapter entries.
3924 (Frame Filters API): New Node.
3925 (Frame Wrapper API): New Node.
3926 (Writing a Frame Filter): New Node.
3927 (Managing Frame Filters): New Node.
3928 (Progspaces In Python): Add note about frame_filters attribute.
3929 (Objfiles in Python): Ditto.
3930 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
3931 @anchors and --no-frame-filters option to -stack-list-variables,
3932 -stack-list-frames, -stack-list-locals and -stack-list-arguments
3933 commands.
3934
2874cb83
JB
39352013-05-08 Joel Brobecker <brobecker@adacore.com>
3936
3937 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
3938 Support" subsection documenting the XML format used to transfer
3939 shared library info on AIX.
3940
9a005eb9
JB
39412013-05-08 Joel Brobecker <brobecker@adacore.com>
3942
3943 * gdb.texinfo (Debugging Output): Add documentation of
3944 "set debug aix-solib" and "show debug aix-solib" commands.
3945
a1217d97
SL
39462013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3947
3948 * gdb.texinfo (Nios II): New section.
3949 (Nios II Features): New section.
3950
4d1eb6b4
JB
39512013-05-06 Joel Brobecker <brobecker@adacore.com>
3952
3953 * gdbint.texinfo (Algorithms): Remove entries documenting
3954 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
3955 SOLIB_CREATE_INFERIOR_HOOK.
3956
3f84184e
TT
39572013-04-29 Tom Tromey <tromey@redhat.com>
3958
3959 PR python/14204:
3960 * gdb.texinfo (Python API): Fix menu entry.
3961 (Blocks In Python): Fix subsubsection text. Rewrite intro.
3962 Define global and static block. Add example. Clarify
3963 block relationship for inline functions.
3964
60155234
TT
39652013-04-29 Tom Tromey <tromey@redhat.com>
3966
3967 * gdb.texinfo (Python API): Mention Python help and keyword
3968 arguments. Move pagination text to Basic Python.
3969 (Basic Python): Put pagination text here. Document
3970 close-on-exec, SIGCHLD, and SIGINT.
3971
5360976e
PA
39722013-04-19 Pedro Alves <palves@redhat.com>
3973
3974 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
3975 "signedness" instead of "signness".
3976
bd3f3b55
PA
39772013-04-19 Pedro Alves <palves@redhat.com>
3978
3979 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
3980 -Wno-pointer-sign text with text on -Wpointer-sign.
3981
dee368d3
TT
39822013-04-16 Tom Tromey <tromey@redhat.com>
3983
3984 * gdb.texinfo (Set Catchpoints): Mention earliest version of
3985 GCC that has the SDT probe points.
3986
cc16e6c9
TT
39872013-04-15 Tom Tromey <tromey@redhat.com>
3988
3989 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
3990 exception catchpoints.
3991
72f1fe8a
TT
39922013-04-15 Tom Tromey <tromey@redhat.com>
3993
3994 * gdb.texinfo (Set Catchpoints): Document $_exception.
3995 (Convenience Vars): Mention $_exception.
3996
591f19e8
TT
39972013-04-15 Tom Tromey <tromey@redhat.com>
3998
3999 * gdb.texinfo (Set Catchpoints): Reorganize exception
4000 catchpoints. Document "catch rethrow".
4001 (Debugging C Plus Plus): Mention "catch rethrow".
4002
02ae6bad
TT
40032013-04-15 Tom Tromey <tromey@redhat.com>
4004
4005 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
4006
2c91021c
JK
40072013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4008 Eli Zaretskii <eliz@gnu.org>
4009
4010 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
4011 line below the sample output.
4012
6eaaf48b
EZ
40132013-04-12 Eli Zaretskii <eliz@gnu.org>
4014
4015 * gdb.texinfo (Mode Options): Document '-configuration'.
4016 (Help): Document "show configuration".
4017 (Bug Reporting): Add requirements to include the configuration
4018 details in bug reports.
4019
b292c783
JK
40202013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4021
4022 * Makefile.in (MAN1S): Add gcore.1.
4023 Remove "Host, target, and site specific Makefile fragments" comment.
4024 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
4025 (install-man1, uninstall-man1): Conditionalize gcore.1.
4026 (gcore.1): New.
4027 * gdb.texinfo (Man Pages): Add gcore man.
4028 (gcore man): New node.
4029
f81d1120
PA
40302013-04-10 Pedro Alves <palves@redhat.com>
4031
4032 * gdb.texinfo (Process Record and Replay): Document that "set
4033 record full insn-number-max", "set record
4034 instruction-history-size" and "set record
4035 function-call-history-size" accept "unlimited".
4036 (Backtrace): Document that "set backtrace limit" accepts
4037 "unlimited".
4038 (List): Document that "set listsize" accepts "unlimited".
4039 (Print Settings)" Document that "set print max-symbolic-offset",
4040 "set print elements" and "set print repeats" accept "unlimited".
4041 (Starting and Stopping Trace Experiments): Document that "set
4042 trace-buffer-size" accepts "unlimited".
4043 (Remote Configuration): Document that "set tcp connect-timeout"
4044 accepts "unlimited".
4045 (Command History): Document that "set history size" accepts
4046 "unlimited".
4047 (Screen Size): Document that "set height" and "set width" accepts
4048 "unlimited". Adjust "set pagination"'s description to suggest
4049 "set height unlimited" instead of "set height 0".
4050
393fd4c3
YQ
40512013-04-10 Yao Qi <yao@codesourcery.com>
4052
4053 * gdb.texinfo (Trace Files): Add "target ctf".
4054
cba5a7bf
JK
40552013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4056
4057 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
4058
0ed630cb
JK
4059 * Makefile.in (install-man1, install-man5, uninstall-man1)
4060 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
4061
afe1492b
JK
4062 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
4063
5b8b6385
JK
40642013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4065 Eli Zaretskii <eliz@gnu.org>
4066
4067 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
4068 parameters order. Remove "On some targets" for --attach. Document the
4069 --multi parameter and extended-remote command. Document all the
4070 options.
4071
906ccdf0
JK
40722013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4073
4074 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
4075 the list of supported languages.
4076
43662968
JK
40772013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4078
4079 Convert man pages to texinfo, new gdbinit.5 texinfo page.
4080 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
4081 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
4082 (diststuff): Add man.
4083 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
4084 (uninstall-man5): New.
4085 (STAGESTUFF): Add *.1 and *.5.
4086 (GDBvn.texi): Add SYSTEM_GDBINIT.
4087 (gdb.1, gdbserver.1, gdbinit.5): New.
4088 (maintainer-clean realclean): Add $(MANS).
4089 (install): Add install-man.
4090 (uninstall): Add uninstall-man.
4091 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
4092 (@copying): Wrap it by @c man begin COPYRIGHT.
4093 (Top): Add Man Pages.
4094 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
4095
be9a8770
PA
40962013-04-02 Pedro Alves <palves@redhat.com>
4097
4098 * gdb.texinfo (Debugging Output): Document "set/show debug
4099 aarch64", "set/show debug coff-pe-read" and "set/show debug
4100 mach-o".
4101
a46c1e42
PA
41022013-04-02 Pedro Alves <palves@redhat.com>
4103
4104 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
4105 table>: Add entry for "trace-buffer-size".
4106
bd3eecc3
PA
41072013-03-28 Pedro Alves <palves@redhat.com>
4108
4109 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
4110 table>: Add entry for "trace-status".
4111
215b9f98
EZ
41122013-03-28 Eli Zaretskii <eliz@gnu.org>
4113
4114 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
4115 @bullet", which is invalid (makeinfo 5.1 barfs).
4116
7f7cc265
PA
41172013-03-28 Pedro Alves <palves@redhat.com>
4118
4119 PR gdb/15294
4120
4121 * gdb.texinfo (List) <set listsize>: Adjust to document that
4122 listsize 0 means no limit, and remove mention of -1.
4123
9c0be723
YQ
41242013-03-22 Yao Qi <yao@codesourcery.com>
4125
4126 * gdb.texinfo (Embedded Processors): Remove menu item
4127 "OpenRISC 1000".
4128 (OpenRISC 1000): Remove.
4129
bd712aed
DE
41302013-03-21 Doug Evans <dje@google.com>
4131
4132 * gdb.texinfo (Maintenance Commands): Add docs for
4133 "mt set per-command {space,time,symtab} {on,off}".
4134
d0353e76
YQ
41352013-03-14 Hui Zhu <hui@codesourcery.com>
4136 Yao Qi <yao@codesourcery.com>
4137
4138 * gdb.texinfo (Trace Files): Add "tsave -ctf".
4139
6dd24dfa
KS
41402013-03-13 Keith Seitz <keiths@redhat.com>
4141
4142 * gdb.texinfo (Maintenance Commands): Add missing ')' for
4143 "maint agent" reference to Dynamic printf.
4144
5c4808ca
EZ
41452013-03-11 Eli Zaretskii <eliz@gnu.org>
4146
4147 * gdb.texinfo (General Query Packets): Don't use colon in index
4148 entries visible to Info format.
4149
59ea5688
MM
41502013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4151
4152 * gdb.texinfo (Process Record and Replay): Document record
4153 changes.
4154
2ae8c8e7
MM
41552013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4156
4157 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
4158 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
4159 qXfer:btrace:read.
4160
28abe188
EZ
41612013-03-09 Eli Zaretskii <eliz@gnu.org>
4162
4163 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
4164 use colons in @anchor and @cindex entries.
4165
be9a119c 41662013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
4167
4168 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
4169
be9a119c 41702013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
4171 Hafiz Abid Qadeer <abidh@codesourcery.com>
4172
4173 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4174 trace-buffer-size set and show commands.
4175 (Tracepoint Packets): Document QTBuffer:size.
4176 (General Query Packets): Document QTBuffer:size.
4177
d57350ea
TT
41782013-02-21 Tom Tromey <tromey@redhat.com>
4179
4180 * gdb.texinfo: Remove bad @syncodeindex.
4181 (Values From Inferior, Types In Python, Inferiors In Python)
4182 (Events In Python, Threads In Python, Frames In Python, Blocks In
4183 Python, Symbols In Python, Symbol Tables In Python): Remove
4184 @tables.
4185 (Packets, General Query Packets, Tracepoint Packets)
4186 (Host I/O Packets): Use @w{} for empty @item.
4187
9f44fbc0
SCR
41882013-02-20 Siva Chandra Reddy <sivachandra@google.com>
4189
4190 * gdb.texinfo (Architectures In Python): Add description about
4191 the new method gdb.Architecture.disassemble.
4192
f5911ea1
HAQ
41932013-02-15 Pedro Alves <pedro@codesourcery.com>
4194 Hafiz Abid Qadeer <abidh@codesourcery.com>
4195
4196 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
4197 Document the "trace-file" field.
4198
7e1e0340
DE
41992013-02-07 Doug Evans <dje@google.com>
4200
4201 * gdb.texinfo (Machine Code): Clarify argument to disassemble
4202 command.
4203
134a2066
YQ
42042013-02-06 Yao Qi <yao@codesourcery.com>
4205
4206 * gdb.texinfo (GDB/MI Async Records): Document new MI
4207 notification "=tsv-modified". Update the document of MI
4208 notification "=tsv-created".
4209 * observer.texi (GDB Observers): New observer tsv_modified.
4210 Update observer tsv_created and tsv_delete.
4211
430ed3f0
MS
42122013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
4213
4214 * gdb.texinfo (AArch64 Features): New section; document
4215 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
4216 (Architectures): Add new AArch64 section to document AArch64
4217 architecture specific commands.
4218 (ABI): Add description of the new OS ABI "Newlib" and its influence
4219 on the longjmp handling.
4220
1b56eb55
JK
42212013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
4222 Jan Kratochvil <jan.kratochvil@redhat.com>
4223
4224 * gdb.texinfo (Backtrace): Added description of 'filename-display'
4225 variable in 'set/show backtrace' section.
4226
c4957902
TT
42272013-01-31 Tom Tromey <tromey@redhat.com>
4228
4229 * gdb.texinfo (Target Commands): Fix typo.
4230
bea883fd
SCR
42312013-01-23 Siva Chandra Reddy <sivachandra@google.com>
4232
4233 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
4234 describing the gdb.Architecture class.
4235 (Frames In Python): Add description about the new method
4236 gdb.Frame.architecture().
4237
796a7ff8
DE
42382013-01-23 Doug Evans <dje@google.com>
4239
4240 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
4241
998580f1
MK
42422013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
4243
4244 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
4245 'thread-groups' field when printing a breakpoint in MI.
4246
c9fb1240
SD
42472012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
4248 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
4249 to reflect that jit-reader-load now supports absolute file-names.
4250
ab04a2af
TT
42512013-01-16 Tom Tromey <tromey@redhat.com>
4252
4253 * gdb.texinfo (Set Catchpoints): Document "catch signal".
4254 (Signals): Likewise.
4255
8ac3646f
TT
42562013-01-16 Tom Tromey <tromey@redhat.com>
4257
4258 * gdb.texinfo (GDB/MI Breakpoint Information): Document
4259 "catch-type" field.
4260 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
4261
e93a8774
TT
42622013-01-07 Tom Tromey <tromey@redhat.com>
4263
4264 * gdb.texinfo (Mode Options): Don't mention -epoch.
4265 (Data, Emacs): Remove obsolete comments.
4266
54516a0b
TT
42672013-01-02 Tom Tromey <tromey@redhat.com>
4268
4269 * gdb.texinfo (GDB/MI Output Records): Update menu.
4270 (GDB/MI Breakpoint Information): New node.
4271 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
4272 <-break-insert>: Likewise.
4273
8dbe8ece
YQ
42742012-12-31 Yao Qi <yao@codesourcery.com>
4275
4276 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
4277 (Packets): Move "vStopped" packet to ...
4278 (Notification Packets): ... here. Describe the components
4279 of notification. Add a table of supported notifications.
4280 Add an example on the process of he async notification.
4281
f35a17b5
JK
42822012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4283
4284 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
4285 present.
4286 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
4287 fullname output always present.
4288
0dfd2fad
PM
42892012-12-23 Pierre Muller <muller@sourceware.org>
4290
72f4393d
L
4291 * gdbint.texinfo (Function prototypes): Require use of "extern"
4292 modifier for function prototypes in headers.
0dfd2fad 4293
7785b880
JB
42942012-12-19 Joel Brobecker <brobecker@adacore.com>
4295
4296 * refcard.tex: Update copyright notice to GPL v3 or later.
4297 Update contact info.
4298
3d745be3
JK
42992012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4300
4301 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
4302
c9b6281a
YQ
43032012-12-15 Yao Qi <yao@codesourcery.com>
4304
4305 * gdb.texinfo (Debugging Output): Document 'set debug
4306 notification' and 'show debug notification'.
4307
f2a8bc8a
YQ
43082012-12-15 Yao Qi <yao@codesourcery.com>
4309
4310 * gdb.texinfo (Listing Tracepoints): New item and example about
4311 'installed on target' output.
4312 Add more in the example about 'installed on target'.
4313 (GDB/MI Breakpoint Commands): Doc about 'installed field.
4314
451b7c33
TT
43152012-12-14 Tom Tromey <tromey@redhat.com>
4316
72f4393d 4317 * gdb.texinfo (SVR4 Process Information): Mention core files.
451b7c33 4318
3fa7bf06 43192012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
72f4393d 4320
3fa7bf06
MG
4321 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
4322
701adfb0
PA
43232012-12-12 Paul Koning <paul_koning@dell.com>
4324
4325 Add support for Python 3.
4326 * gdb.texinfo (Inferior.read_memory): Mention that the return
4327 value is a memoryview object if Python 3.
4328
05b4bd79
PA
43292012-12-11 Pedro Alves <palves@redhat.com>
4330
4331 * gdb.texinfo: Remove all mentions of Unixware throughout.
4332
74a0d9f6
JK
43332012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4334
4335 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
4336
0c631110
TT
43372012-11-29 Tom Tromey <tromey@redhat.com>
4338
4339 * gdb.texinfo (SVR4 Process Information): Document missing
4340 "info proc" subcommands.
4341
891df0ea
YQ
43422012-11-29 Yao Qi <yao@codesourcery.com>
4343
4344 PR gdb/1477.
4345 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
4346 to 'auto' instead of 'gnu'.
4347
608e2dbb
TT
43482012-11-26 Tom Tromey <tromey@redhat.com>
4349
4350 * gdb.texinfo (MiniDebugInfo): New node.
4351 (GDB Files): Update.
4352
e64e0392
DE
43532012-11-16 Doug Evans <dje@google.com>
4354
4355 * gdb.texinfo (System-wide configuration): If the system-wide init
4356 file lives in the data-directory, and --data-directory is provided,
4357 look for it there.
4358
ae606bee
TT
43592012-11-15 Tom Tromey <tromey@redhat.com>
4360
4361 * gdb.texinfo (Signaling): Fix typo.
4362
62747a60
TT
43632012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
4364
4365 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
4366 parameter "count" of -data-write-memory-bytes, and add an example.
4367
18a9fc12
TT
43682012-11-12 Tom Tromey <tromey@redhat.com>
4369
4370 * gdb.texinfo (Symbols): Document "info type-printers",
4371 "enable type-printer" and "disable type-printer".
4372 (Python API): Add new node to menu.
4373 (Type Printing API): New node.
4374 (Progspaces In Python): Document type_printers field.
4375 (Objfiles In Python): Likewise.
4376 (gdb.types) <get_type_recognizers, apply_type_recognizers,
4377 register_type_printer, TypePrinter>: Document.
4378
53342f27
TT
43792012-11-12 Tom Tromey <tromey@redhat.com>
4380
4381 * gdb.texinfo (Symbols): Document "set print type methods",
4382 "set print type typedefs", and flags to ptype and whatis.
4383
ed8a1c2d
AB
43842012-11-09 Andrew Burgess <aburgess@broadcom.com>
4385
4386 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
4387 the example -data-disassemble output. Extend the description of
4388 the -data-disassemble results to document all fields. Document
4389 the cli disassemble command as being related to -data-disassemble.
4390
8506d139
YQ
43912012-11-09 Yao Qi <yao@codesourcery.com>
4392
4393 PR gdb/14777.
4394 * gdb.texinfo (OS Information): Remove doc on command
4395 'info udot'.
4396
4d3f93a2
JB
43972012-11-08 Joel Brobecker <brobecker@adacore.com>
4398
4399 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
4400 gdb.ini warning for Windows port.
4401
1e96de83
YQ
44022012-11-08 Yao Qi <yao@codesourcery.com>
4403
4404 * gdb.texinfo (Search): Add kindex for 'fo'.
4405
dc939229
TT
44062012-11-05 Tom Tromey <tromey@redhat.com>
4407
4408 PR python/14802:
4409 * gdb.texinfo (Functions In Python): Add example.
4410
6f6484cd
YQ
44112012-11-03 Yao Qi <yao@codesourcery.com>
4412
4413 * observer.texi (GDB Observers): Remove observer
4414 'tracepoint_modified', 'tracepoint_created' and
4415 'tracepoint_deleted'.
4416
af4238e5
TT
44172012-10-26 Tom Tromey <tromey@redhat.com>
4418
4419 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
4420
687e43a4
TT
44212012-10-25 Tom Tromey <tromey@redhat.com>
4422
4423 * gdb.texinfo (General Query Packets): Use @itemx.
4424
8de0566d
YQ
44252012-10-17 Yao Qi <yao@codesourcery.com>
4426
4427 * observer.texi (GDB Observers): Update observer
4428 'memory_changed'.
4429 * gdb.texinfo (GDB/MI Async Records): Document for
4430 "memory-changed" notification.
4431
07540c15
DE
44322012-10-15 Doug Evans <dje@google.com>
4433
4434 * gdb.texinfo (Mode Options): Document -nh.
4435 Elaborate on docs for -nx.
4436
d7019589
SP
44372012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
4438
4439 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
4440
82a90ccf 44412012-09-21 Yao Qi <yao@codesourcery.com>
72f4393d 4442 Pedro Alves <palves@redhat.com>
82a90ccf
YQ
4443
4444 * gdb.texinfo (GDB/MI Async Records): Document notification
4445 'record-started' and 'record-stopped'.
4446 * observer.texi (GDB Observers): New observer 'record-changed'.
4447
aa9259cc
TS
44482012-09-19 Thomas Schwinge <thomas@codesourcery.com>
4449
4450 * gdb.texinfo: Document the removal of SH's 'regs' command.
4451
c1d780c2
SDJ
44522012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4453
4454 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
4455
bb25a15c
YQ
44562012-09-18 Yao Qi <yao@codesourcery.com>
4457
4458 * gdb.texinfo (GDB/MI Async Records): Document new MI
4459 notifications '=tsv-created' and '=tsv-deleted'.
4460 * observer.texi (GDB Observers): New observer tsv_created and
4461 tsv_deleted.
4462
201b4506
YQ
44632012-09-18 Yao Qi <yao@codesourcery.com>
4464
4465 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
4466 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
4467 '=traceframe-changed'.
4468
6fc1c773
YQ
44692012-09-17 Yao Qi <yao@codesourcery.com>
4470
4471 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
4472 'set listsize'.
4473
121c73f3
JK
44742012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4475 Eli Zaretskii <eliz@gnu.org>
4476
4477 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
4478 encoding for gdbarch_breakpoint_from_pc, bp_addr for
4479 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
4480
e9687799
JK
44812012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4482
4483 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
4484
3b5e4d35
YPK
44852012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
4486
4487 Document how to return from "python-interactive" to GDB.
4488 * gdb.texinfo (Python Commands): Update documentation.
4489
44902012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
4491
4492 Add a new "python-interactive" command that starts a standard
4493 Python interactive prompt with "pi" as alias, and add "py" as
4494 an alias to "python".
4495 * gdb.texinfo (Python Commands): Document the new commands.
4496
b583003e
TT
44972012-08-22 Tom Tromey <tromey@redhat.com>
4498
4499 * gdbint.texinfo (Host Definition): Remove documentation for
4500 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
4501
a451cb65
KS
45022012-08-17 Keith Seitz <keiths@redhat.com>
4503
4504 PR c++/13356
4505 * gdb.texinfo (Type and Range Checking): Remove warning.
4506 Remove spurious commas.
4507 Update text and examples for re-implementation of set/show
4508 check type.
4509 (C and C++ Type and Range Checks): Likewise.
4510
6b1755ce
YQ
45112012-08-16 Yao Qi <yao@codesourcery.com>
4512
4513 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
4514 is deprecated.
4515
f47f77df
DE
45162012-08-13 Doug Evans <dje@google.com>
4517
4518 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
4519 to include functions.
4520
a72c3253
DE
45212012-08-10 Doug Evans <dje@google.com>
4522
4523 * gdb.texinfo (Convenience Funs): New node.
4524 (Types In Python): Document Type.vector.
4525
5b9afe8a
YQ
45262012-08-09 Yao Qi <yao@codesourcery.com>
4527
4528 * observer.texi: New observer command_param_changed.
4529 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
4530
dc1039df
JK
45312012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4532
4533 * gdbint.texinfo (Debugging GDB): In section
4534 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
4535 Mention also gdb-gdb.py.
4536
4abf930d
YQ
45372012-08-07 Yao Qi <yao@codesourcery.com>
4538
4539 Revert the folloing patch:
4540 2012-08-06 Yao Qi <yao@codesourcery.com>
4541 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4542 remote hardware-watchpoint-limit' and 'set
4543 remote hardware-breakpoint-limit'.
4544
f3c8a52a
JK
45452012-08-06 Nathaniel Flath <flat0103@gmail.com>
4546
4547 * gdb.texinfo (Working Directory): Added information about new
4548 default argument for 'cd' command.
4549
77a91025
YQ
45502012-08-06 Yao Qi <yao@codesourcery.com>
4551
4552 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4553 remote hardware-watchpoint-limit' and 'set
4554 remote hardware-breakpoint-limit'.
4555
d9f08f52
YQ
45562012-08-06 Yao Qi <yao@codesourcery.com>
4557
4558 Fix PR14371.
4559
4560 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
4561 '=breakpoint-deleted'.
4562
95b07c96
YQ
45632012-08-02 Yao Qi <yao@codesourcery.com>
4564
4565 * gdb.texinfo (Native): Remove node Neutrino.
4566
7255706c
YQ
45672012-07-27 Yao Qi <yao@codesourcery.com>
4568
4569 * gdb.texinfo (IPA Protocol Commands): Document new command
4570 'close'.
4571
d6b28940
TT
45722012-07-25 Tom Tromey <tromey@redhat.com>
4573
4574 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
4575
e615022a
DE
45762012-07-20 Doug Evans <dje@google.com>
4577
4578 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
4579 (Index Files): Document how to control the use of deprecated index
4580 sections.
4581 (Index Section Format): Replace --use-deprecated-index-sections with
4582 "set use-deprecated-index-sections on".
4583
055855a4
EZ
45842012-07-12 Eli Zaretskii <eliz@gnu.org>
4585
4586 * gdbint.texinfo: Remove @syncodeindex directives that put all the
4587 indices into a single node "Index". Instead, join function and
4588 variable indices into a single index, separate from the concept
4589 index. Requested in
4590 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
4591 (Top): Update the top-level menu: instead of one "Index" there are
4592 now separate entries "Concept Index" and "Function and Variable
4593 Index".
4594 (Concept Index, Function and Variable Index): New nodes.
4595 (Index): Node deleted.
4596
f77cc5f0
HZ
45972012-07-05 Hui Zhu <hui_zhu@mentor.com>
4598
4599 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
4600 and "maint agent-eval".
4601
00595b5e
EZ
46022012-07-03 Eli Zaretskii <eliz@gnu.org>
4603
4604 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
4605 avoid file-name clashes between Index.html and index.html on
4606 case-insensitive filesystems. See the discussion starting in
4607 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
4608 details of the problem.
4609 (Top): Update the master menu for the above.
4610 (Concept Index, Command and Variable Index): New nodes, instead of
4611 the old "Index" node that was deleted. All cross-references
4612 updated.
4613
d3ce09f5
SS
46142012-07-02 Stan Shebs <stan@codesourcery.com>
4615
4616 * gdb.texinfo (Dynamic Printf): Mention agent style and
4617 disconnected dprintf.
4618 (Maintenance Commands): Describe maint agent-printf.
4619 (General Query Packets): Mention BreakpointCommands feature.
4620 (Packets): Document commands extension to Z0 packet.
4621 * agentexpr.texi (Bytecode Descriptions): Document printf
4622 bytecode.
4623
2d7b58e8
JK
46242012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4625
4626 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
4627 only after gdbinit files.
4628 (Startup): Move -iex and -iex commands down after gdbinit files.
4629
202cbf1c
JK
46302012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4631
4632 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
4633 possibility.
4634
b6ba681c
TT
46352012-06-29 Tom Tromey <tromey@redhat.com>
4636
4637 * gdb.texinfo (Index Section Format): Update for version 7.
4638
71caed83
SS
46392012-06-28 Stan Shebs <stan@codesourcery.com>
4640
4641 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
4642 example, add note about title column.
4643
ee0bf529
SCR
46442012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4645
4646 * gdb.texinfo (Symbol Tables In Python): Add description about
4647 the new 'last' attribute of gdb.Symtab_and line.
4648
3c15d565
SCR
46492012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4650
4651 * gdb.texinfo (Symbol Tables In Python): Correct the description
4652 of the 'pc' attribute of gdb.Symtab_and_line.
4653
45cfd468
DE
46542012-06-26 Doug Evans <dje@google.com>
4655
4656 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
4657 and symtab-create.
4658
496ee73e
KS
46592012-06-25 Keith Seitz <keiths@redhat.com>
4660
4661 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
4662 from example. Remove "rbreak" from list of corresponding
4663 gdb commands.
4664
156942c7
DE
46652012-06-23 Doug Evans <dje@google.com>
4666
4667 * gdb.texinfo (Index Section Format): Document version 7 format.
4668
c614397c
YQ
46692012-06-22 Yao Qi <yao@codesourcery.com>
4670
4671 * gdb.texinfo: Add missing cindex for some packets.
4672
472a2379
KS
46732012-06-20 Keith Seitz <keiths@redhat.com>
4674
4675 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
4676 for -break-insert and document -p.
4677
2678e2af
YQ
46782012-06-20 Yao Qi <yao@codesourcery.com>
4679
4680 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
4681 and "gdb.write_memory" with "Inferior.read_memory" and
4682 "Inferior.write_memory".
4683
984359d2
EZ
46842012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
4685
4686 * gdb.texinfo (Summary): Add a link to "Free Documentation".
4687 (Free Documentation): Add @node line.
4688 (Continuing and Stepping) <advance location>: Use @item instead of
4689 @itemx.
4690 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
4691 @itemx.
4692 (Embedded Processors): Put the link to "PA" to its correct place,
4693 according to document structure.
4694 (Python API): Put the link to "Lazy Strings In Python" to its
4695 correct place.
4696 (Index): Use @@ in @tex block to get a literal @.
4697
4698 * gdbint.texinfo: Fix the @subtitle line.
4699
4700 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
4701 correct place.
4702
16bdd41f
YQ
47032012-06-08 Yao Qi <yao@codesourcery.com>
4704
4705 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
4706 Protocol'.
4707 (In-Process Agent Protocol, IPA Protocol Objects)
4708 (IPA Protocol Commands): New nodes.
4709 (Tracepoint Packets): Add anchors.
4710
2d4c29c5
TS
47112012-06-06 Thomas Schwinge <thomas@codesourcery.com>
4712
4713 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
4714
6bd110c5
YQ
47152012-06-06 Yao Qi <yao@codesourcery.com>
4716
4717 * gdb.texinfo: Update copyright year.
4718
f3e0e960
SS
47192012-05-23 Stan Shebs <stan@codesourcery.com>
4720 Kwok Cheung Yeung <kcy@codesourcery.com>
4721
4722 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
4723
1564a261
JK
47242012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4725
4726 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
4727 Mention also --with-separate-debug-dir.
4728 (Auto-loading): Prepend $debugdir in the sample output.
4729 (Auto-loading safe path): Likewise. Mention also $debugdir for the
4730 auto-load safe-path variable.
4731 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
4732 Mention also $debugdir for 'set auto-load scripts-directory'.
4733
eb17f351
EZ
47342012-05-19 Eli Zaretskii <eliz@gnu.org>
4735
4736 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
4737 (MIPS Embedded, MIPS, MIPS Register packet Format)
4738 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
4739 appropriate.
4740
4cc0665f 47412012-05-18 Sandra Loosemore <sandra@codesourcery.com>
72f4393d 4742 Maciej W. Rozycki <macro@codesourcery.com>
4cc0665f
MR
4743
4744 * gdb.texinfo (MIPS): Document "set mips compression" and "show
4745 mips compression".
4746 (MIPS Breakpoint Kinds): New subsubsection.
4747
7af8dcf8 47482012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
4749
4750 * gdb.texinfo (Architecture-Specific Protocol Details): Define
4751 nodes for subsections. Add @acronym mark-ups and adjust
4752 formatting.
4753
aff139ff
JK
47542012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4755
4756 Rename $ddir to $datadir.
4757 * gdb.texinfo (Auto-loading, Auto-loading safe path)
4758 (objfile-gdb.py file): Rename $ddir to $datadir.
4759
9cb709b6
TT
47602012-05-18 Tom Tromey <tromey@redhat.com>
4761
4762 * gdb.texinfo (Print Settings): Document 'set print symbol'.
4763
e7e0cddf
SS
47642012-05-14 Stan Shebs <stan@codesourcery.com>
4765
4766 * gdb.texinfo (Dynamic Printf): New subsection.
4767
7efc75aa
SCR
47682012-05-13 Siva Chandra Reddy <sivachandra@google.com>
4769
4770 * gdb.texinfo (Basic Python): Add description about the function
4771 gdb.find_pc_line
4772
f307c045
JK
47732012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4774 Eli Zaretskii <eliz@gnu.org>
4775
4776 * gdb.texinfo (Separate Debug Files): Use plural form for global
4777 debugging information directory.
4778
85d4a676
SS
47792012-05-11 Stan Shebs <stan@codesourcery.com>
4780 Kwok Cheung Yeung <kcy@codesourcery.com>
4781
4782 * gdb.texinfo (Operating System Auxiliary Information): Document new
4783 'info os' subcommands.
4784
c1668e4e
JK
47852012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4786
4787 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
4788 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
4789 (dotdebug_gdb_scripts section): Add reference
4790 to 'Auto-loading safe path'.
4791
7349ff92
JK
47922012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4793
4794 Implement multi-component --with-auto-load-dir.
4795 * gdb.texinfo (Auto-loading): New references
4796 for 'set auto-load scripts-directory'
4797 and 'show auto-load scripts-directory'.
4798 (Auto-loading safe path): Describe the new default. Move $ddir
4799 substituation reference to 'objfile-gdb.py file'.
4800 (objfile-gdb.py file): Describe script-name alias. Change real-name to
4801 script-name. Describe new 'set auto-load scripts-directory'
4802 and 'show auto-load scripts-directory'.
4803
6dea1fbd
JK
48042012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4805
4806 Provide $ddir substitution for --with-auto-load-safe-path.
4807 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
4808 (Auto-loading safe path): Likewise. Mention the default value,
4809 $ddir substitution, --with-auto-load-safe-path and
4810 --without-auto-load-safe-path.
4811 * observer.texi (gdb_datadir_changed): New.
4812
1ccacbcd
JK
48132012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4814
4815 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
4816 Twice.
4817
d9242c17
JK
4818 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
4819 directory separator by path separator.
4820
af2c1515
JK
48212012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4822
4823 * gdb.texinfo (Auto-loading safe path): Make 'directories'
4824 for 'set auto-load safe-path' optional. Mention if it is omitted.
4825 Change disabling security protection condition to "/", twice.
4826
a20ee7a4
SCR
48272012-05-03 Siva Chandra Reddy <sivachandra@google.com>
4828
4829 * gdb.texinfo (Symbol Tables In Python): Add documentation about
4830 the new methods global_block and static_block on gdb.Symtab
4831 objects.
4832
56af09aa
SCR
48332012-05-02 Siva Chandra Reddy <sivachandra@google.com>
4834
4835 * gdb.texinfo (Blocks In Python): Add a note saying that future
4836 improvements to GDB and its infrastructure can move symbols
4837 across blocks within a symbol table.
4838
2746b0ef
YQ
48392012-04-29 Yao Qi <yao@codesourcery.com>
4840
4841 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
4842 (A29K): Remove.
4843
62e5f89c
SDJ
48442012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
4845 Tom Tromey <tromey@redhat.com>
4846
4847 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
4848 and generic static probe support on GDB.
4849
a766d390
DE
48502012-04-25 Doug Evans <dje@google.com>
4851
50f042b9
DE
4852 * gdb.texinfo (Go): Fix thinko.
4853
a766d390
DE
4854 * gdb.texinfo (Supported Languages): Add Go.
4855 (Go): New node.
4856
f02e2b19
YQ
48572012-04-25 Yao Qi <yao@codesourcery.com>
4858
4859 * gdbint.texinfo (Testsuite): New section `Board settings'.
4860
68d41a48
JK
48612012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4862
4863 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
4864 Three times.
4865
174bb630
JK
4866 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
4867 Three times.
4868
0511cc75
JK
48692012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4870
4871 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
4872 by @table @asis. Fix formatting of one item.
4873
0070f25a
JK
48742012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4875
4876 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
4877
4dc84fd1
JK
48782012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4879
4880 New option "set debug auto-load".
4881 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
4882 (auto-load verbose mode): New node.
4883
bccbefd2
JK
48842012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4885
4886 New option "set auto-load safe-path".
4887 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
4888 and "info auto-load" examples for safe-path. Put there also references
4889 for "set auto-load safe-path" and "show auto-load safe-path".
4890 New menu item for Auto-loading safe path.
4891 (Auto-loading safe path): New node.
4892 (Python Auto-loading): Update the expected output from "Missing"
4893 to "No".
4894
bf88dd68
JK
48952012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4896
4897 auto-load: Implementation.
4898 * gdb.texinfo (Mode Options): New anchor for -nx.
4899 (Startup): New anchors for Option -init-eval-command,
4900 Home Directory Init File
4901 and Init File in the Current Directory during Startup.
4902 Mention set auto-load local-gdbinit with a reference.
4903 Change the sample code to "set auto-load python-scripts".
4904 (Threads): New anchor set libthread-db-search-path.
4905 Provide references to libthread_db.so.1 file.
4906 (Controlling GDB): New menu item for Auto-loading.
4907 (Auto-loading, Init File in the Current Directory)
4908 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
4909 (Python): Rename the menu item Auto-loading to Python Auto-loading.
4910 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
4911 reference.
4912 (Auto-loading): Rename to ...
4913 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
4914 "set auto-load python-scripts", new anchor for it. Change
4915 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
4916 for it. Change "info auto-load-scripts"
4917 to "info auto-load python-scripts", new anchor for it. Change "scripts"
4918 to "Python scripts".
4919
8264ba82
AG
49202012-04-14 Anton Gorenkov <xgsa@yandex.ru>
4921
4922 PR mi/13393
4923 * gdb.texinfo (Print Settings): Extend the description for "set print
4924 object".
4925 (GDB/MI Variable Objects): Extend the description for -var-create and
4926 -var-list-children.
4927
06fc020f
SCR
49282012-04-11 Siva Chandra Reddy <sivachandra@google.com>
4929
4930 * gdb.texinfo (Examining Data): Document the 'explore' command.
4931
7191c139
JB
49322012-03-28 Joel Brobecker <brobecker@adacore.com>
4933
4934 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
4935 to the children of a varobj and its update range when -var-update
4936 returns that the varobj's type changed.
4937
3708f05e
JK
49382012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4939
4940 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
4941 Create two new links fir 'objfile-gdb.py file'
4942 and 'dotdebug_gdb_scripts section'.
4943
8e0583c8
JK
49442012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4945
4946 * gdb.texinfo (Auto-loading): Rename node reference
4947 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
4948 Twice.
4949 (.debug_gdb_scripts section): Rename the node ...
4950 (dotdebug_gdb_scripts section): ... here.
4951 (Maintenance Commands): Also rename this node reference.
4952
7b282c5a
SCR
49532012-03-22 Siva Chandra Reddy <sivachandra@google.com>
4954
4955 * gdb.texinfo (Python API/Values From Inferior): Add description
4956 about the new method Value.referenced_value. Add description on
4957 how Value.dereference is different (and similar) to
4958 Value.referenced_value.
4959
8320cc4f
JK
49602012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4961
4962 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
4963 --init-eval-command=COMMAND, -iex.
4964 (Startup): Describe -iex and -ix. Simplify the example
4965 for "set auto-load-scripts off".
4966
481860b3
GB
49672012-03-16 Gary Benson <gbenson@redhat.com>
4968
4969 PR breakpoints/10738
4970 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
4971 stating that GDB cannot set breakpoints on inlined functions.
4972 (Mode Options): Document --use-deprecated-index-sections.
4973 (Index Section Format): Document new index section version format.
4974
c4aeac85
TT
49752012-03-15 Tom Tromey <tromey@redhat.com>
4976
4977 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
4978
16899756
DE
49792012-03-13 Doug Evans <dje@google.com>
4980
4981 * gdb.texinfo (Help): Change apropos example to use "alias" instead
4982 of "reload".
4983 (Symbols): Delete docs for set/show symbol-reloading.
4984 * gdbint.texinfo (Defining Other Architecture Features): Delete
4985 SYMBOL_RELOADING_DEFAULT.
4986 * refcard.tex: Delete reference to symbol-reloading.
4987
9b224c5e
PA
49882012-03-07 Pedro Alves <palves@redhat.com>
4989
4990 * gdb.texinfo (General Query Packets): Document new
4991 QProgramSignals packet.
4992 * gdb.texinfo (Remote configuration): Mention
4993 "program-signals-packet".
4994
169081d0
TG
49952012-03-05 Tristan Gingold <gingold@adacore.com>
4996
4997 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
4998
d1feda86
YQ
49992012-03-03 Yao Qi <yao@codesourcery.com>
5000
5001 * gdb.texinfo (In-Process Agent): New node.
5002 Document new commands.
5003 (General Query Packets): Add packet `QAgent'.
5004
1faeff08
MR
50052012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
5006
5007 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
5008
7d74f244
DE
50092012-03-01 Scott J. Goldman <scottjg@vmware.com>
5010
5011 * gdb.texinfo (Commands In Python): Put example python macro in
5012 COMMAND_USER category rather than COMMAND_OBSCURE.
5013 Document gdb.COMMAND_USER.
5014 (User-defined Commands): Update documentation to clarify
5015 "set/show max-user-call-depth" and "show user" don't apply to python
5016 commands. Update documentation to clarify "help user-defined" may
5017 also include python commands defined as COMMAND_USER.
5018
6fe37d23
JK
50192012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5020
5021 * gdb.texinfo (Startup): Add option -ex description to the option -x
5022 description.
5023
83364271
LM
50242012-02-24 Luis Machado <lgustavo@codesourcery.com>
5025
5026 * gdb.texinfo (Setting Breakpoints): Mention and explain the
5027 condition-evaluation breakpoint parameter.
5028 Mention condition-evaluation mode being shown in "info break".
5029 (Break Conditions): Add description for target-side
5030 conditional breakpoints.
72f4393d 5031 (Remote Configuration): Mention conditional-breakpoints-packet.
83364271
LM
5032 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
5033 cond-expr.
5034 (General Query Packets): Mention new ConditionalBreakpoint feature.
5035
bdb1994d
TT
50362012-02-22 Tom Tromey <tromey@redhat.com>
5037
5038 * gdb.texinfo (Blocks In Python): Clarify block iteration.
5039
4d241c86
TT
50402012-02-17 Tom Tromey <tromey@redhat.com>
5041
5042 PR python/10753:
5043 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
5044 directory.
5045
816338b5
SS
50462012-02-14 Stan Shebs <stan@codesourcery.com>
5047
5048 * gdb.texinfo (Disabling Breakpoints): Document enable count.
5049
cc30c4bd
PA
50502012-02-13 Pedro Alves <palves@redhat.com>
5051
5052 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
5053 mips-idt-ecoff.
5054
035d1e5b
YQ
50552012-02-09 Yao Qi <yao@codesourcery.com>
5056
5057 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
5058
f0823d2c
TT
50592012-02-07 Tom Tromey <tromey@redhat.com>
5060
5061 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
5062 Symbol.value.
5063
64e7d9dd
TT
50642012-02-07 Tom Tromey <tromey@redhat.com>
5065
5066 * gdb.texinfo (Symbols In Python): Document Symbol.line.
5067
4220b2f8
TS
50682012-01-27 Thomas Schwinge <thomas@codesourcery.com>
5069
5070 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
5071
edcc5120
TT
50722012-01-24 Tom Tromey <tromey@redhat.com>
5073
5074 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
5075 unload".
5076 (Files): Mention new catch commands.
5077 (GDB/MI Async Records): Likewise.
5078
53fe1783
GB
50792012-01-24 Gary Benson <gbenson@redhat.com>
5080
5081 Delete #if 0'd out code.
5082 * gdb.texinfo (Frame Info): Remove "info catch".
5083
b9e7b9c3
UW
50842012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
5085
5086 * gdb.texinfo (Remote Configuration): Document
5087 "set remote hostio-readlink-packet" command.
5088 (General Query Packets): Document vFile:readlink packet.
5089
4aac40c8
TT
50902012-01-16 Tom Tromey <tromey@redhat.com>
5091
5092 * gdb.texinfo (Specify Location): Document relative file name
5093 handling.
5094
cafec441
TT
50952012-01-16 Tom Tromey <tromey@redhat.com>
5096
5097 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
5098
0ee339bc
JK
50992012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5100 Eli Zaretskii <eliz@gnu.org>
5101
5102 * gdbint.texinfo (Coding Standards): Require braces for two lines of
5103 code.
5104
72384ba3
PH
51052012-01-11 Paul Hilfinger <hilfingr@adacore.com>
5106
5107 * gdb.texinfo (Variables): Document use of :: for non-static
5108 variables.
5109
ce1b17c4
JB
51102012-01-05 Joel Brobecker <brobecker@adacore.com>
5111
5112 * gdbint.texinfo (Start of New Year Procedure): Update
5113 to replace use of copyright.sh by use of copyright.py.
5114
217bff3e
JK
51152012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5116
5117 Remove the gdbtui binary.
5118 * all-cfg.texi (GDBTUI): Remove.
5119 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
5120 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
5121 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
5122
cc72b2a2
KP
51232011-12-23 Kevin Pouget <kevin.pouget@st.com>
5124
5125 Introduce gdb.FinishBreakpoint in Python.
5126 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
5127 (Python API): Add menu entry for Finish Breakpoints.
5128
13ac8d2c
JK
51292011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5130
5131 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
5132 tests.
5133
e0f9f062
DE
51342011-12-16 Doug Evans <dje@google.com>
5135
5136 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
5137
80b6e756
PM
51382011-12-16 Phil Muldoon <pmuldoon@redhat.com>
5139
1c3ad6ab 5140 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
5141 stack". Add documentation for "set/show python print-stack".
5142
2fb860fc
PA
51432011-12-14 Pedro Alves <pedro@codesourcery.com>
5144
5145 * gdb.texinfo (Implementing a Remote Stub): Explain that you
5146 should transfer control to the stub in the startup code instead of
5147 in main. Mention the need to get past the initial breakpoint.
5148
f8eba3c6
TT
51492011-12-06 Tom Tromey <tromey@redhat.com>
5150
5151 * gdb.texinfo (Set Breaks): Update for new behavior.
5152
2268b414
JK
51532011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5154
5155 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
5156 List Format for SVR4 Targets'.
5157 (General Query Packets): New item qXfer:libraries-svr4:read.
5158 (Library List Format for SVR4 Targets): New node.
5159
ae6f0d5b
TT
51602011-12-01 Tom Tromey <tromey@redhat.com>
5161
5162 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
5163 add.
5164
36dfb11c
TT
51652011-11-22 Tom Tromey <tromey@redhat.com>
5166
5167 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
5168 reasons.
5169
f196051f
SS
51702011-11-20 Stan Shebs <stan@codesourcery.com>
5171
5172 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
5173 note-related options and variables.
5174 (Tracepoint Packets): Document packet changes.
5175
f85b53f8
SD
51762011-11-20 Sanjoy Das <sdas@igalia.com>
5177
5178 * gdb.texinfo (JIT Interface): Add documentation on writing and
5179 usind JIT debug info readers.
5180 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
5181 Debug Info Readers): New nodes.
5182
bfccc43c
YQ
51832011-11-18 Yao Qi <yao@codesourcery.com>
5184
5185 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
5186 tracepoint.
5187
c011a4f4
DE
51882011-11-15 Doug Evans <dje@google.com>
5189
5190 * gdb.texinfo (Files): Document basenames-may-differ.
5191
ed59ded5
DE
51922011-11-14 Doug Evans <dje@google.com>
5193
5194 * gdb.texinfo (Shell Commands): Document "!".
5195
405f8e94
SS
51962011-11-14 Stan Shebs <stan@codesourcery.com>
5197 Kwok Cheung Yeung <kcy@codesourcery.com>
5198
5199 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
5200 needed to get shorter fast tracepoints.
5201 (Tracepoint Packets): Document new qTMinFTPILen packet.
5202
1e4d1764
YQ
52032011-11-14 Yao Qi <yao@codesourcery.com>
5204
5205 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
5206 behavior of tracepoint.
5207 (General Query Packets): New feature InstallInTrace.
5208 (Remote Configuration): Document "set remote
5209 install-in-trace-packet".
5210
71eba9c2 52112011-11-12 Matt Rice <ratmice@gmail.com>
5212
5213 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
5214 Add arguments to info macro.
5215
e0f8f636
TT
52162011-11-10 Tom Tromey <tromey@redhat.com>
5217
5218 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
5219 manual.
5220 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
5221 (Macros): Add a footnote.
5222 (C): Remove paragraph about compiler options.
5223 (C Constants): Mention wide character and string constants.
5224 (C Plus Plus Expressions): Update compiler option advice. Mention
5225 using declarations. Mention ADL. Remove old HP compiler
5226 information.
5227
625c0d47
TT
52282011-11-10 Tom Tromey <tromey@redhat.com>
5229
5230 PR c++/9257:
5231 * gdb.texinfo (Print Settings): Add an extra note about the need
5232 for a vtable.
5233
4be2aacc
MR
52342011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
5235
5236 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
5237 "set mips abi" documentation.
5238
0a1c4d10
DE
52392011-11-04 Doug Evans <dje@google.com>
5240
5241 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
5242
aad1c02c
TT
52432011-11-03 Tom Tromey <tromey@redhat.com>
5244
5245 * gdb.texinfo (Stopping): Add menu entry.
5246 (Continuing and Stepping): Restore @node. Use @section, not
5247 @subsection.
5248
983fb131
MR
52492011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
5250
5251 * gdb.texinfo (Skipping Over Functions and Files): Remove node
5252 designation. Fix "Specify Location" cross-reference.
5253
3065dfb6
SS
52542011-11-02 Stan Shebs <stan@codesourcery.com>
5255
5256 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
5257 (General Query Packets): Describe tracenz feature.
5258 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
5259
0aaaf063
PK
52602011-10-28 Paul Koning <paul_koning@dell.com>
5261
5262 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
5263
2231f1fb
KP
52642011-10-27 Kevin Pouget <kevin.pouget@st.com>
5265
72f4393d 5266 * gdb.texinfo ((Frames In Python): Document
2231f1fb
KP
5267 gdb.FRAME_UNWIND_FIRST_ERROR contant.
5268
5110b5df
PK
52692011-10-26 Paul Koning <paul_koning@dell.com>
5270
5271 * gdb.texinfo (gdb.types): Document new deepitems function.
72f4393d 5272
22dbab46
PK
52732011-10-25 Paul Koning <paul_koning@dell.com>
5274
5275 PR python/13327
72f4393d 5276
22dbab46
PK
5277 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
5278 fetch_lazy method.
5279
9df2fbc4
PM
52802011-10-20 Phil Muldoon <pmuldoon@redhat.com>
5281
5282 PR python/12656
5283
5284 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
5285 global_block, static_block function.
5286
f05e2e1d
TT
52872011-10-19 Tom Tromey <tromey@redhat.com>
5288
5289 * gdb.texinfo (Commands In Python): Add missing "@"s.
5290
a7fc3f37
KP
52912011-10-13 Kevin Pouget <kevin.pouget@st.com>
5292
5293 PR python/13285 Document named constants for frame unwind stop reasons
72f4393d 5294 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
a7fc3f37
KP
5295 constants.
5296
5048e516
JK
52972011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5298
5299 Fix compatibility with texinfo versions older than 4.12.
5300 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
5301 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
5302 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
5303 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
5304 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
5305 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
5306 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
5307
5a56e9c5
DE
53082011-10-09 Doug Evans <dje@google.com>
5309
5310 * gdb.texinfo (Extending GDB): Document alias command.
5311
36b11add
JK
53122011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5313
5314 Support @entry in input expressions.
5315 * gdb.texinfo (Variables): Describe @entry names suffix.
5316 (Print Settings): Add anchor for `set print entry-values'.
5317
e18b2753
JK
53182011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5319 Eli Zaretskii <eliz@gnu.org>
5320
5321 Display @entry parameter values (without references).
5322 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
5323 example.
5324 (Print Settings): New description of set print entry-values and show
5325 print entry-values.
5326
111c6489
JK
53272011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5328 Eli Zaretskii <eliz@gnu.org>
5329
5330 Recognize virtual tail call frames.
5331 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
5332 (Tail Call Frames): New node.
5333 (Frames In Python): Add gdb.TAILCALL_FRAME.
5334
9c15afc4
DE
53352011-10-07 Doug Evans <dje@google.com>
5336
5337 * gdb.texinfo (gdb.printing): Document new `replace' arg to
5338 register_pretty_printer.
5339
99f5279d
PM
53402011-10-07 Phil Muldoon <pmuldoon@redhat.com>
5341
5342 PR python/12930
5343 PR python/12802
5344
5345 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
5346 stop method.
5347
03583c20
UW
53482011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
5349
5350 * gdb.texinfo (Starting your Program): "set disable-randomization"
5351 is no longer Linux-specific.
5352 (Remote Configuration): Document "set remote
5353 disable-randomization-packet".
5354 (General Query Packets): Document "QDisableRandomization" packet
5355 and add it to "qSupported" list.
5356
bd054e06
KP
53572011-10-07 Kevin Pouget <kevin.pouget@st.com>
5358
5359 Allow Python notification of new object-file loadings.
5360 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
5361 event type.
5362
cb6be26b
KP
53632011-10-04 Kevin Pouget <kevin.pouget@st.com>
5364
5365 PR python/12691: Add the inferior to Python exited event
5366 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
5367
a05336a1
JB
53682011-10-03 Joel Brobecker <brobecker@adacore.com>
5369
5370 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
5371 rephasing.
5372
5d77fe44
JB
53732011-10-03 Joel Brobecker <brobecker@adacore.com>
5374
5375 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
5376 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
5377 as possible feature returned by the `-list-features'
5378 command.
5379
699df94d
PK
53802011-09-28 Paul Koning <paul_koning@dell.com>
5381
5382 * gdb.texinfo (gdb.Type): Document field access by dictionary
5383 key syntax.
5384
24bdad53
YQ
53852011-09-28 Yao Qi <yao@codesourcery.com>
5386
5387 * gdb.texinfo (Files): Update options for `add-symbol-file'.
5388 Add one space after option `-s'. Remove @r{} markup.
5389
6710bf39
SS
53902011-09-27 Stan Shebs <stan@codesourcery.com>
5391
5392 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
5393
d99f7e48
HZ
53942011-09-16 Hui Zhu <teawater@gmail.com>
5395
5396 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
5397 to *(unsigned char *)$esp@300.
5398
d812018b
PK
53992011-09-15 Paul Koning <paul_koning@dell.com>
5400
5401 * gdb.texinfo: Make style of Python functions and methods match
5402 the syntax of Python. Also put class and module names explicitly
5403 on function, member, and variable names, matching Python
5404 documentation conventions.
72f4393d 5405
2aa48337
KP
54062011-09-15 Kevin Pouget <kevin.pouget@st.com>
5407
5408 PR Python/12692 Add gdb.selected_inferior() to Python interface.
5409 * gdb.texinfo (Inferiors In Python): Describe new
5410 gdb.selected_inferior() function.
5411
6839b47f
KP
54122011-09-15 Kevin Pouget <kevin.pouget@st.com>
5413
5414 Handle multiple breakpoint hits in Python interface:
5415 * gdb.texinfo (Events In Python): New function documentation:
5416 gdb.BreakpointEvent.breakpoints. Indicate that
5417 gdb.BreakpointEvent.breakpoint is now deprecated.
5418
26829f2b
JB
54192011-09-04 Joel Brobecker <brobecker@adacore.com>
5420
5421 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
5422
a9f54f60
TT
54232011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
5424
5425 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
5426
fa3a4f15
PM
54272011-08-17 Phil Muldoon <pmuldoon@redhat.com>
5428
72f4393d
L
5429 * gdb.texinfo (Prompt): Add set/show extended-prompt
5430 documentation
5431 (Basic Python): Add prompt_hook anchor.
5432 (Python modules): Reword module text to reflect multiple modules.
5433 (gdb.prompt): Document gdb.prompt module.
fa3a4f15 5434
224bbe49
YQ
54352011-08-14 Yao Qi <yao@codesourcery.com>
5436
78d85199
YQ
5437 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
5438
54392011-08-14 Yao Qi <yao@codesourcery.com>
5440
5441 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
5442 (TIC6x Features): New node.
5443
457e09f0
DE
54442011-08-12 Doug Evans <dje@google.com>
5445
5446 * gdb.texinfo (Symbols In Python): Document symbol.type.
5447
5e239b84
PM
54482011-08-09 Phil Muldoon <pmuldoon@redhat.com>
5449
5450 * gdb.texinfo (Python): Document command and function
5451 auto-loading.
5452
177bc839
JK
54532011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5454 Eli Zaretskii <eliz@gnu.org>
5455
5456 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
5457 typedefs unrolling. Extend the sample code by an inner typedef and
5458 outer typedefs unrolling.
5459
1a532630
PP
54602011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
5461
5462 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
5463 size and line-size.
5464
9b158ba0 54652011-07-21 Matt Rice <ratmice@gmail.com>
5466
5467 PR macros/12999
5468 * gdb.texinfo (Macros): Add info definitions and info macros commands.
5469 Update text and cindex entries for info macro command.
5470
d17b6f81
PM
54712011-07-21 Phil Muldoon <pmuldoon@redhat.com>
5472
5473 * observer.texi (GDB Observers): Add before_prompt observer.
5474 * gdb.texinfo (Basic Python): Add documentation for prompt
5475 substitution.
5476
713389e0
PM
54772011-07-11 Phil Muldoon <pmuldoon@redhat.com>
5478
72f4393d 5479 PR python/12438
713389e0 5480 * gdb.texinfo (Python Commands): Add deprecate note to maint
72f4393d
L
5481 set/show python print-stack. Document set/show python
5482 print-backtrace.
713389e0 5483
177b42fe
TJB
54842011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
5485
5486 * gdb.texinfo: Fix typos.
5487
900e11f9
JK
54882011-07-01 Tom Tromey <tromey@redhat.com>
5489
5490 * gdb.texinfo (Debugging Output): Document set debug
5491 check-physname.
5492
39c4d40a
TT
54932011-06-29 Tom Tromey <tromey@redhat.com>
5494
5495 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
5496 breakpoint-notifications feature.
5497
6f5def7d
UW
54982011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
5499
5500 * gdb.texinfo (Target Description): Remove warning about
5501 possibly unstable format.
5502
8cf64490
TT
55032011-06-03 Tom Tromey <tromey@redhat.com>
5504
5505 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
5506 (Events In Python): Note that exit_code is optional.
5507
393eab54
PA
55082011-05-17 Pedro Alves <pedro@codesourcery.com>
5509
5510 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
5511 required for multi-threading support.
5512 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
5513 Hc are deprecated for multi-threading debugging. Point readers at
5514 the vCont packet.
5515
75fc9810
DE
55162011-05-15 Doug Evans <dje@google.com>
5517
5518 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
5519
01124a23
DE
55202011-05-13 Doug Evans <dje@google.com>
5521
98a5dd13
DE
5522 * gdb.texinfo (Threads): Document $sdir,$pdir.
5523 (Server): Document $pdir exception.
5524
dbaefcf7
DE
5525 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
5526
cc63ef9b
DE
5527 * gdb.texinfo (Threads): Clarify default value for
5528 libthread-db-search-path.
7e0396aa 5529
01124a23
DE
5530 * gdb.texinfo (Completion): Update example.
5531 (Debugging Output): Delete `set/show debug lin-lwp-async'.
5532
d248b706
KY
55332011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
5534
5535 * gdb.texinfo: Document change in the behaviour of the enable and
5536 disable GDB commands when applied to tracepoints.
5537 Document the EnableDisableTracepoints remote stub feature.
5538 Document QTEnable and QTDisable in the list of tracepoint packets.
5539
cc88a640
JK
55402011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5541
5542 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
5543 hsuser.texi.
5544 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
5545 comment to hsuser.texi. Change rluser.texi name in the comment.
5546
84e578fb
DE
55472011-05-10 Doug Evans <dje@google.com>
5548
5549 * gdb.texinfo (Threads): If an empty path is provided for
5550 libthread-db-search-path it is reset to its default value.
5551 (Server): Ditto.
5552
478aac75
DE
55532011-05-09 Doug Evans <dje@google.com>
5554
5555 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
5556
9c06b0b4
TJB
55572011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5558 Thiago Jung Bauermann <bauerman@br.ibm.com>
5559
5560 Implement support for PowerPC BookE masked watchpoints.
5561 * gdb.texinfo (Set Watchpoints): Document mask parameter.
5562 (PowerPC Embedded): Mention support of masked watchpoints.
5563
9ed350ad
JB
55642011-05-03 Joel Brobecker <brobecker@adacore.com>
5565
5566 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
5567 `@value{GDBN}'.
5568
4ceed123
JB
55692011-05-03 Joel Brobecker <brobecker@adacore.com>
5570
5571 * gdb.texinfo (titlepage): Remove dedication.
5572 (In Memoriam): New appendix.
5573
559a7a62
JK
55742011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5575 Eli Zaretskii <eliz@gnu.org>
5576
5577 * gdb.texinfo (Index Section Format): Change the version to 5.
5578 Describe the different formula.
5579
03f2bd59
JK
55802011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5581 Eli Zaretskii <eliz@gnu.org>
5582
5583 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
5584 for disconnected tracing.
5585 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
5586 extended-remote relationship. Mention --once.
5587 (TCP port allocation lifecycle of @code{gdbserver}): New.
5588
d9b1a651
EZ
55892011-04-23 Eli Zaretskii <eliz@gnu.org>
5590
5591 * gdb.texinfo (Server): Improve indexing. Index all optional
5592 switches to gdbserver.
5593
90476074
TT
55942011-04-20 Tom Tromey <tromey@redhat.com>
5595
5596 * gdb.texinfo (Index Section Format): New node.
5597 (Top): Add new node to menu.
5598
c21236dc
PA
55992011-04-20 Pedro Alves <pedro@codesourcery.com>
5600
5601 * gdb.texinfo (Maintenance Commands): Document `maint print
5602 remote-registers'.
5603
05c8c3f5
TT
56042011-04-20 Tom Tromey <tromey@redhat.com>
5605
5606 * gdb.texinfo (Trace File Format): Move node later.
5607
7a9dd1b2
TT
56082011-04-19 Tom Tromey <tromey@redhat.com>
5609
5610 * gdbint.texinfo (Register Information Functions): Remove
5611 duplicate "the".
5612 * gdb.texinfo (Emacs): Remove duplicate "to".
5613 (GDB/MI Variable Objects): Remove duplicate "the".
5614 (General Query Packets): Likewise.
5615
4368ebeb
JB
56162011-04-02 Joel Brobecker <brobecker@adacore.com>
5617
5618 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
5619 "GDB/MI Ada Exception Information" node.
5620
956a9fb9
JB
56212011-04-01 Joel Brobecker <brobecker@adacore.com>
5622
5623 * gdb.texinfo (GDB/MI Ada Exception Information): Document
5624 the "exception-name" field in the *stopped async record.
5625
f1310107
TJB
56262011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
5627 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5628
5629 Implement support for PowerPC BookE ranged breakpoints.
5630 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
5631
8786b2bd
TT
56322011-03-28 Tom Tromey <tromey@redhat.com>
5633
5634 * gdb.texinfo (Set Tracepoints): Fix typo.
5635
9ef07c8c
TT
56362011-03-24 Tom Tromey <tromey@redhat.com>
5637
5638 * gdb.texinfo (Specify Location): Document `function:label'
5639 linespec.
5640
99c3dc11
PM
56412011-03-18 Phil Muldoon <pmuldoon@redhat.com>
5642
f1310107 5643 PR python/12149
99c3dc11
PM
5644
5645 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
5646
29703da4
PM
56472011-03-17 Phil Muldoon <pmuldoon@redhat.com>
5648
5649 * gdb.texinfo (Blocks In Python): Add is_valid method description.
5650 (Inferiors In Python): Likewise.
5651 (Threads In Python): Likewise.
5652 (Symbols In Python): Likewise.
5653 (Objfiles In Python): Likewise.
5654 (Symbol Tables In Python): Likewise.
5655
c9174737
PA
56562011-03-15 Pedro Alves <pedro@codesourcery.com>
5657
5658 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
5659 display>: Explain that the commands accept number ranges.
5660
7371cf6d
PM
56612011-03-14 Phil Muldoon <pmuldoon@redhat.com>
5662
5663 * gdb.texinfo (Breakpoints In Python): Add description and example
5664 of Python stop function operation.
5665
ecec24e6
PM
56662011-03-10 Phil Muldoon <pmuldoon@redhat.com>
5667
5668 * gdb.texinfo (Parameters In Python): Document get_set_string and
5669 get_show_string methods.
5670
6dcd5565
JK
56712011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5672
5673 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
5674
81896e36
JK
5675 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
5676 circular-trace-buffer name.
5677
5e30da2c
JB
56782011-02-28 Joel Brobecker <brobecker@adacore.com>
5679
5680 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
5681 in the previous change.
5682
3bd0f5ef 56832011-02-27 Michael Snyder <msnyder@vmware.com>
af624141 5684
72f4393d 5685 * gdb.texinfo (Inferiors and Programs): Update commands to show
af624141
MS
5686 that they can accept multiple arguments.
5687
4ec7539c
JB
56882011-02-24 Joel Brobecker <brobecker@adacore.com>
5689
5690 Revert the following patch (code patch was not approved):
5691 2011-02-21 Hui Zhu <teawater@gmail.com>
5692 * agentexpr.texi (bytecode descriptions): add printf.
5693 * gdb.texinfo (tracepoint action lists): add printf.
5694
82809774
DE
56952011-02-23 Doug Evans <dje@google.com>
5696
5697 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
5698
e5a67952
MS
56992011-02-23 Michael Snyder <msnyder@vmware.com>
5700
5701 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
5702 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
5703 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
5704
6e6fbe60
DE
57052011-02-22 Doug Evans <dje@google.com>
5706
5707 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
5708 Clarify behaviour of lookup_symbol when `block' argument is omitted,
5709 add description of result, fix @defun formatting.
5710
f994e27a
HZ
57112011-02-21 Hui Zhu <teawater@gmail.com>
5712
5713 * agentexpr.texi (Bytecode Descriptions): Add printf.
5714 * gdb.texinfo (Tracepoint Action Lists): Add printf.
5715
c7f96d2b
TT
57162011-02-18 Tom Tromey <tromey@redhat.com>
5717
5718 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
5719
60f98dde
MS
57202011-02-14 Michael Snyder <msnyder@vmware.com>
5721
5722 * gdb.texinfo (threads): Document argument for "info threads" cmd.
5723 Document new command "thread find".
5724
08e796bc
MS
57252011-02-14 Michael Snyder <msnyder@vmware.com>
5726
5727 * gdb.texinfo (Threads): Update example of new thread message.
5728
b3b9301e
PA
57292011-02-14 Pedro Alves <pedro@codesourcery.com>
5730
5731 * gdb.texinfo (Remote Configuration): Mention set/show remote
5732 traceframe-info.
5733 (Tools/Packages Optional for Building GDB): Mention that expat is
5734 used for traceframe info.
5735 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
5736 (General Query Packets) <qSupported>: Describe the
5737 qXfer:traceframe-info:read feature.
5738 (qXfer::read): Describe qXfer:traceframe-info:read.
5739 (Traceframe Info Format): New section.
5740
cef35b0f
PA
57412011-02-04 Pedro Alves <pedro@codesourcery.com>
5742
5743 * gdbint.texinfo (Formatting): Mention some formatting guidelines
5744 for casts and unary operators.
5745
f1cbe1d3
TT
57462011-02-04 Tom Tromey <tromey@redhat.com>
5747
5748 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
5749 is not useful.
5750
585fdaa1
PA
57512011-01-25 Pedro Alves <pedro@codesourcery.com>
5752
5753 * gdb.texinfo: s/value optimized out/optimized out/g
5754
7bfc9434
JB
57552011-01-21 Joel Brobecker <brobecker@adacore.com>
5756
5757 * gdb.texinfo (Other Misc Settings): Rework part of the
5758 documentation of the "set interactive mode" command.
5759
4694da01
TT
57602011-01-19 Tom Tromey <tromey@redhat.com>
5761
5762 * gdb.texinfo (Threads): Document thread name output and `thread
5763 name' command.
5764 (Threads In Python): Document Thread.name attribute.
5765 (GDB/MI Thread Commands): Document thread attributes.
5766
b716877b
AB
57672011-01-12 Andrew Burgess <aburgess@broadcom.com>
5768
5769 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
5770 changes in mi/mi-cmd-disas.c
5771
13fd8b81
TT
57722011-01-12 Tom Tromey <tromey@redhat.com>
5773
5774 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
5775 Fix "thread apply" text.
5776
e09342b5
TJB
57772011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5778 Thiago Jung Bauermann <bauerman@br.ibm.com>
5779
5780 Implement support for PowerPC BookE ranged watchpoints.
5781 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
5782 the "set powerpc exact-watchpoints" flag.
5783
06e65f44
TT
57842011-01-07 Tom Tromey <tromey@redhat.com>
5785
5786 * gdb.texinfo (Python API): Add descriptions to @menu items.
5787
d8e22779
TT
57882011-01-06 Tom Tromey <tromey@redhat.com>
5789
5790 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
5791
a255712f
PP
57922010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
5793
e09342b5 5794 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 5795
ccfc3d6e
TT
57962011-01-06 Tom Tromey <tromey@redhat.com>
5797
5798 PR python/12133:
5799 * gdb.texinfo (Frames In Python): Document various frame
5800 constants.
5801
44944448
JB
58022011-01-05 Joel Brobecker <brobecker@adacore.com>
5803
5804 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
5805 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
5806 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
5807
42ea3d7a
JK
58082011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5809
5810 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
5811 (clean): Add GDBvn.texi.
5812
720d1a40
JB
58132010-12-29 Joel Brobecker <brobecker@adacore.com>
5814
5815 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
5816 occasional case where the debugger prints an array address
5817 instead of the array itself.
5818
ad196637
PA
58192010-12-23 Pedro Alves <pedro@codesourcery.com>
5820
5821 * gdb.texinfo (Packets) <read registers packet>: Document support
5822 for registers that were not collected.
5823
a86caf66
DE
58242010-12-15 Doug Evans <dje@google.com>
5825
5826 * gdb.texinfo (Startup): Document auto-loading of scripts during
5827 startup.
5828 (Auto-loading): Delete "maint set python auto-load on|off".
5829 Add "set auto-load-scripts on|off".
5830
aae1c79a
DE
58312010-12-07 Doug Evans <dje@google.com>
5832
5833 * gdb.texinfo (Mode Options): Document -data-directory.
5834 (Data Files): Add reference to -data-directory.
5835
4e04c971
DE
58362010-11-29 Doug Evans <dje@google.com>
5837
5838 * gdb.texinfo (Pretty-Printer Introduction): Change
5839 printer-name:subprinter-name to printer-name;subprinter-name.
5840
94b6973e
PM
58412010-11-29 Phil Muldoon <pmuldoon@redhat.com>
5842
72f4393d 5843 PR python/12199
94b6973e
PM
5844
5845 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
5846
39037522
TT
58472010-11-23 Tom Tromey <tromey@redhat.com>
5848
5849 * gdb.texinfo (Top): Check SYSTEM_READLINE.
5850 (Editing): Likewise.
5851 (Command History): Likewise.
5852 (TUI Keys): Likewise.
5853 (Bug Reporting): Conditionally include rluser.texi and
5854 inc-history.texinfo.
5855 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
5856 (GDB_DOC_SOURCE_INCLUDES): Add comment.
5857 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
5858 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
5859 (gdb.pdf): Likewise.
5860 (gdb.info): Likewise.
5861 (gdb/index.html): Likewise.
5862
5ae98d25
TT
58632010-11-23 Tom Tromey <tromey@redhat.com>
5864
5865 * Makefile.in (Makefile): Run ../config.status.
5866 (distclean): Update.
5867 * configure: Remove.
5868 * configure.ac: Remove.
5869
621c8364
TT
58702010-11-12 Tom Tromey <tromey@redhat.com>
5871
5872 * gdb.texinfo (Basic Python): Update. Add xref.
5873 (Exception Handling): Document new exception classes.
5874 (Types In Python): Update.
5875 (Frames In Python): Update.
5876
84f4c1fe
PM
58772010-11-11 Phil Muldoon <pmuldoon@redhat.com>
5878
5879 * gdb.texinfo (Breakpoints In Python): Document "internal"
5880 parameter, and visible attribute.
5881
99e7ae30
DE
58822010-11-05 Doug Evans <dje@google.com>
5883
5884 * gdb.texinfo (Source Path): Document "set directories".
5885
f4b8a18d
KW
58862010-11-05 Ken Werner <ken.werner@de.ibm.com>
5887
5888 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
5889 (OpenCL C): New node.
5890
7b51bc51
DE
58912010-11-02 Doug Evans <dje@google.com>
5892
5893 * gdb.texinfo (Pretty Printing): Expand into three sections,
5894 introduction, example, and commands.
5895 (Python API): Delete section Disabling Pretty-Printers, merge into
5896 Selecting Pretty-Printers.
5897 (Writing a Pretty-Printer): New section. Move the pretty-printer
5898 example here, and reformat to match python coding style. Add a second
5899 example using the gdb.printing module.
5900 (Python modules): Add gdb.printing.
5901
9eeee977
DE
59022010-10-29 Doug Evans <dje@google.com>
5903
5904 * gdb.texinfo (Python): Fix long line.
5905
a0e0ffdf
DE
59062010-10-20 Doug Evans <dje@google.com>
5907
5908 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
5909 All references updated. Correct sections marked as subsections.
5910 (Coding Standards): New chapter. Move the coding standard related
5911 subsections here. Add section on Python coding standards.
5912
0e3509db
DE
59132010-10-13 Doug Evans <dje@google.com>
5914
5915 * gdb.texinfo (Python): Add "Python modules".
5916 (Types in Python): Add reference to gdb.types section.
5917 (Python modules): New node.
5918
44592cc4
DE
59192010-10-11 Doug Evans <dje@google.com>
5920
5921 * gdb.texinfo (Values From Inferior): Add reference to "Types in
5922 Python" from gdb.Value.type description.
5923
6e1bb179
JB
59242010-09-28 Joel Brobecker <brobecker@adacore.com>
5925
5926 * gdb.texinfo (Ravenscar Profile): New node.
5927
e8467610
TT
59282010-09-22 Tom Tromey <tromey@redhat.com>
5929
5930 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
5931
fccd1d1e
EZ
59322010-09-22 Eli Zaretskii <eliz@gnu.org>
5933
5934 * gdb.texinfo (Values From Inferior): Clarify that
5935 value.dynamic_type works only in C++ programs with RTTI.
5936
c1b6b909
TT
59372010-09-15 Paul Bolle <pebolle@tiscali.nl>
5938
5939 * gdb.texinfo (Character Sets): Correctly reference host-charset
5940 in example.
5941
7d288aaa
TT
59422010-09-13 Tom Tromey <tromey@redhat.com>
5943
5944 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
5945 Document "fullname" and "from".
5946
f75d858b
MK
59472010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
5948
5949 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
5950 feature `reverse' output by -list-target-features.
5951
83b9503b
L
59522010-08-31 H.J. Lu <hongjiu.lu@intel.com>
5953
5954 * gdb.texinfo (i386 Features): Remove an extra "@item".
5955
03f17ccf
TT
59562010-08-30 Tom Tromey <tromey@redhat.com>
5957
5958 PR python/11792:
5959 * gdb.texinfo (Values From Inferior): Document dynamic_type.
5960
9779414d
DJ
59612010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
5962
5963 * gdb.texinfo (ARM Features): Document
5964 org.gnu.gdb.arm.m-profile.
5965
f9ffd4bb
TT
59662010-08-23 Tom Tromey <tromey@redhat.com>
5967
5968 PR python/11145:
5969 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
5970 reinterpret_cast methods.
5971
702c2711
TT
59722010-08-23 Tom Tromey <tromey@redhat.com>
5973
5974 PR python/11915:
5975 * gdb.texinfo (Types In Python): Document array method.
5976
66b73624
TJB
59772010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
5978
5979 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
5980
06a64a0b
TT
59812010-08-16 Tom Tromey <tromey@redhat.com>
5982
5983 * gdb.texinfo (Set Watchpoints): Document -location option.
5984
a3a7127e
DE
59852010-08-13 Doug Evans <dje@google.com>
5986
5987 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
5988
8dedea02
VP
59892010-08-13 Vladimir Prus <vladimir@codesourcery.com>
5990
5991 * gdb.texinfo (GDB/MI Data Manipulation): Document
5992 -data-read-memory-raw and -data-write-memory-raw.
5993
ca5c20b6 59942010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 5995 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
5996
5997 * gdb.texinfo (Basic Python): Describe post_event API.
5998
cb2e07a6
PM
59992010-08-11 Phil Muldoon <pmuldoon@redhat.com>
6000
6001 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 6002 decode_line Python APIs
cb2e07a6 6003
464b3efb
TT
60042010-08-10 Tom Tromey <tromey@redhat.com>
6005
6006 * gdb.texinfo (Pretty Printing API): Document
6007 gdb.default_visualizer.
6008
c29c521f
TT
60092010-08-10 Tom Tromey <tromey@redhat.com>
6010
6011 Revert gdb-add-index addition:
6012 * gdb.texinfo (Index Files): Don't document gdb-add-index.
6013
5da1313b
JK
60142010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6015 Eli Zaretskii <eliz@gnu.org>
6016
6017 * gdb.texinfo (Mode Options) <-batch>
6018 (Basic Python) <gdb.execute>: Describe setting width and height.
6019
02d868e8
PP
60202010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
6021
6022 * gdb.texinfo (Threads): Document 'debug libthread-db'.
6023
c2bbed2a
TT
60242010-07-30 Tom Tromey <tromey@redhat.com>
6025
6026 * gdb.texinfo (Index Files): Mention gdb-add-index.
6027
6c13bbe1
HZ
60282010-07-30 Hui Zhu <teawater@gmail.com>
6029
6030 * gdb.texinfo (Inferiors and Programs): Update the introduce of
6031 "detach inferior" and "kill inferior".
6032
53a71c06
CR
60332010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
6034
6035 * gdb.texinfo (Machine Code): Update description of two forms of
6036 arguments, and add new example to demonstrate the new form.
6037
5374244e
PM
60382010-07-27 Phil Muldoon <pmuldoon@redhat.com>
6039
6040 * gdb.texinfo (Values From Inferior): Add value inferior function
6041 call description.
6042
8ea5bce5
JK
60432010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6044
6045 * gdb.texinfo (Active Targets): Fix wrong comma placement.
6046
c0edd9ed
JK
60472010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6048 Eli Zaretskii <eliz@gnu.org>
6049
6050 Make core files the process_stratum.
6051 * gdb.texinfo (Active Targets): Remove core_stratum. Include
6052 record_stratum example.
6053
9291a0cd
TT
60542010-07-13 Tom Tromey <tromey@redhat.com>
6055
6056 * gdb.texinfo (Index Files): New node.
6057
f5011d11
TT
60582010-07-13 Tom Tromey <tromey@redhat.com>
6059
6060 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
6061
0f5238ed
TT
60622010-07-13 Tom Tromey <tromey@redhat.com>
6063
6064 * gdb.texinfo (Specify Location): Document labels.
6065
74c761c1
PA
60662010-07-01 Pedro Alves <pedro@codesourcery.com>
6067
6068 * gdb.texinfo (Create and Delete Tracepoints): Add more index
6069 entries for fast tracepoints and static tracepoints.
6070
501994c0
PA
60712010-07-01 Pedro Alves <pedro@codesourcery.com>
6072
6073 * gdb.texinfo (General Query Packets) <qfThreadInfo,
6074 qsThreadInfo>: Spell out `l' as ell.
6075
0fb4aa4b
PA
60762010-07-01 Pedro Alves <pedro@codesourcery.com>
6077
6078 * gdb.texinfo (Convenience Variables): Document $_sdata.
6079 (Commands to Set Tracepoints): Describe static tracepoints. Add
6080 `Listing Static Tracepoint Markers' menu entry. Document
6081 "strace".
6082 (Tracepoint Action Lists): Document collecting $_sdata.
6083 (Listing Static Tracepoint Markers): New subsection.
6084 (Tracepoints support in gdbserver): Mention static tracepoints.
6085 (remote packets, enabling and disabling): Mention
6086 read-sdata-object.
6087 (General Query Packets) <qSupported>: Document qXfer:sdata:read
6088 and StaticTracepoint.
6089 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
6090 Document qXfer:sdata:read.
6091 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
6092
dc3b15be
JB
60932010-06-29 Joel Brobecker <brobecker@adacore.com>
6094
6095 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
6096
595939de
PM
60972010-06-28 Phil Muldoon <pmuldoon@redhat.com>
6098 Tom Tromey <tromey@redhat.com>
6099 Thiago Jung Bauermann <bauerman@br.ibm.com>
6100
6101 * gdb.texinfo (Inferiors In Python): New node.
6102 * gdb.texinfo (Threads In Python): New node.
6103
9279c692
JB
61042010-06-28 Joel Brobecker <brobecker@adacore.com>
6105
6106 * gdb.texinfo (Python): Document what the python directory is
6107 and what its location is.
6108 (Basic Python): Document the gdb.PYTHONDIR constant.
6109
bc9f0842
TT
61102010-06-25 Tom Tromey <tromey@redhat.com>
6111
6112 PR python/10808:
6113 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
6114
f1421989
HZ
61152010-06-24 Hui Zhu <teawater@gmail.com>
6116
6117 * gdb.texinfo: (Commands for Controlled Output): Add
6118 documentation for command "eval".
6119
e4c0cfae
SS
61202010-06-21 Stan Shebs <stan@codesourcery.com>
6121
6122 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
6123 * annotate.texinfo: Ditto.
6124 * gdbint.texinfo: Ditto.
6125 * stabs.texinfo: Ditto.
6126
bb08c432
HZ
61272010-06-22 Hui Zhu <teawater@gmail.com>
6128
6129 * gdb.texinfo: (Process Record and Replay): Add documentation
6130 for command "set record memory-query".
6131
4f5d9f07
SS
61322010-06-21 Stan Shebs <stan@codesourcery.com>
6133
6134 * gdb.texinfo: Relicense under GFDL version 1.3.
6135 * annotate.texinfo: Relicense under GFDL version 1.3.
6136 * gdbint.texinfo: Relicense under GFDL version 1.3.
6137 * stabs.texinfo: Relicense under GFDL version 1.3.
6138 * fdl.texi: Update to version 1.3.
6139
6aed2dbc
SS
61402010-06-18 Stan Shebs <stan@codesourcery.com>
6141
a61408f8
SS
6142 * gdb.texinfo (Operating System Auxiliary Information): Describe
6143 "info os" when no arguments given.
6144
6aed2dbc
SS
6145 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
6146 $_thread.
6147
24e933df
HZ
61482010-06-18 Hui Zhu <teawater@gmail.com>
6149
6150 * gdb.texinfo: (Process Record and Replay): Add documentation
6151 for commands "record save" and "record restore".
6152
65d79d4b
SDJ
61532010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6154
6155 * gdb.texinfo: Include information about the correct use
6156 of addresses in the `watch' command.
6157
d914c394
SS
61582010-06-11 Stan Shebs <stan@codesourcery.com>
6159
6160 * gdb.texinfo (Observer Mode): New section.
6161 (General Query Packets): Document QAllow.
889bf7c5 6162
967cf477
DE
61632010-06-04 Doug Evans <dje@google.com>
6164
6165 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
6166
aaf4119b
DE
61672010-06-03 Doug Evans <dje@google.com>
6168
6169 * gdbint.texinfo (Coding): Add subsection on command names.
6170
9eae7c52
TT
61712010-06-02 Tom Tromey <tromey@redhat.com>
6172
6173 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
6174 always-disassemble.
6175
fa593d66
PA
61762010-06-01 Pedro Alves <pedro@codesourcery.com>
6177
6178 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
6179 gdbserver, and add cross reference.
6180 (Tracepoints support in gdbserver): New subsection.
6181
dde08ee1
PA
61822010-05-26 Pedro Alves <pedro@codesourcery.com>
6183
6184 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
6185 `qRelocInsn' feature.
6186 (Relocate instruction reply packet): New subsection
6187 of `Tracepoint Packets'.
6188 (Tracepoint Packets): Mention that packets QTDP and QTStart
6189 support the qRelocInsn request, and add cross reference to new
6190 subsection.
6191
07ca107c
DE
61922010-05-25 Doug Evans <dje@google.com>
6193
6194 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
6195 (Commands In Python): Document gdb.string_to_argv.
6196
c25c4a8b
JK
61972010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6198
6199 * gdbint.texinfo (Host Definition): Remove items NORETURN and
6200 ATTR_NORETURN.
6201
d7b32ed3 62022010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
6203 Tom Tromey <tromey@redhat.com>
6204 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 6205
c25c4a8b 6206 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 6207
6aecb9c2
JB
62082010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
6209
6210 * gdb.texinfo: (Summary) Add mention about D language support.
6211 (Filenames): Add D suffixes.
6212 (D): New node.
6213
b7da9e9f
PM
62142010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
6215
6216 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
6217 of macro deleted from GDB code.
6218
ab38a727
PA
62192010-04-24 Pedro Alves <pedro@codesourcery.com>
6220
6221 * gdb.texinfo (Commands to specify files): Describe what how GDB
6222 looks up DOS-based filesystem paths on the system root. Document
6223 the new `set/show target-file-system-kind' commands.
6224
66d09542
DE
62252010-04-23 Doug Evans <dje@google.com>
6226
6227 * gdb.texinfo (Python): Move Auto-loading section here ...
6228 (Python API): from here.
6229 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
6230 (Maintenance Commands): Add docs for "maint print section-scripts".
6231
8bd10a10
CM
62322010-04-20 Chris Moller <cmoller@redhat.com>
6233
6234 * gdb.texinfo (Setting Breakpoints): Added description of
6235 filename-qualified rbreak.
6236 * refcard.tex (Breakpoints and Watchpoints): Added brief
6237 description of filename-qualified rbreak.
6238
4c374409
JK
62392010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6240
6241 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
6242 (Python API): Change the reference to Pretty Printing API.
6243 (Pretty Printing): Move the user part under the Data node. Reformat
6244 the sample output to 72 columns. Create a new reference to Pretty
6245 Printing API. Rename the API part ...
6246 (Pretty Printing API): To a new node name.
6247 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
6248 (GDB/MI Variable Objects): Change references to Pretty Printing API.
6249
5a9351ae
SS
62502010-04-21 Stan Shebs <stan@codesourcery.com>
6251
6252 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 6253 and commands.
5a9351ae 6254 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 6255
9a22f0d0
PM
62562010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6257
6258 * gdb.texinfo (Examining memory): Update for change in string
6259 display with explicit size.
6260
6149aea9
PA
62612010-04-19 Pedro Alves <pedro@codesourcery.com>
6262
6263 PR breakpoints/8554.
6264
6265 * gdb.texinfo (Save Breakpoints): New node.
6266 (save-tracepoints): Rename to ...
6267 (save tracepoints): ... this. Mention that `save-tracepoints' is
6268 a deprecated alias to `save tracepoints'.
6269
711e434b
PM
62702010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
6271
645797a8 6272 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
6273 (info w32 thread-information-block): Document new command.
6274 (qGetTIBAddress): Document new gdbserver query.
6275 (maint set/show show-all-tib): Document new command.
6276
3f7b2faa
DE
62772010-04-15 Doug Evans <dje@google.com>
6278
fa33c3cd
DE
6279 * gdb.texinfo (Python API): Add progspaces section.
6280 (Selecting Pretty-Printers): Progspace pretty-printers are
6281 searched too.
6282 (Progspaces In Python): New section.
6283
3f7b2faa
DE
6284 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
6285
79f283fe
PM
62862010-04-14 Phil Muldoon <pmuldoon@redhat.com>
6287
6288 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
6289 returns None.
6290
87290684
SS
62912010-04-09 Stan Shebs <stan@codesourcery.com>
6292
6293 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
6294 Describe the `frames-created' field, tweak grammar.
6295
a97153c7
PA
62962010-04-09 Pedro Alves <pedro@codesourcery.com>
6297
6298 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
6299 Describe the `circular' and `disconnected' fields.
6300
5c5dcc1b
L
63012010-04-09 H.J. Lu <hongjiu.lu@intel.com>
6302
6303 * gdb.texinfo (maint print registers): Mention unavailable and
6304 invisible registers.
6305
adc36818
PM
63062010-04-09 Phil Muldoon <pmuldoon@redhat.com>
6307 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 6308 Tom Tromey <tromey@redhat.com>
adc36818
PM
6309
6310 * gdb.texinfo (Breakpoints In Python): New Node.
6311
33da3f1c
SS
63122010-04-08 Stan Shebs <stan@codesourcery.com>
6313
6314 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
6315 trace status fields.
6316
3a13a53b
L
63172010-04-08 H.J. Lu <hongjiu.lu@intel.com>
6318
6319 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
6320 optional. Make org.gnu.gdb.i386.avx requires
6321 org.gnu.gdb.i386.avx.
6322
08001717
DE
63232010-04-08 Doug Evans <dje@google.com>
6324
6325 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
6326 search path, and document that gdb only scans the search path if
6327 the script's path doesn't specify a directory.
6328
c375651d
DE
63292010-04-05 Doug Evans <dje@google.com>
6330
6331 * gdb.texinfo (maint show python auto-load): Fix typo.
6332
af54718e
SS
63332010-04-04 Stan Shebs <stan@codesourcery.com>
6334
d77f58be
SS
6335 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
6336 (Setting Watchpoints): Update description of "info watch".
6337 (Disabling Breakpoints): Only "info break" lists all.
6338
af54718e
SS
6339 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
6340 (tdump): Explain how tdump works.
6341
86b17b60
PA
63422010-04-01 Pedro Alves <pedro@codesourcery.com>
6343
6344 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
6345 add cross reference.
6346
ff12863f
PA
63472010-03-31 Pedro Alves <pedro@codesourcery.com>
6348
6349 * gdb.texinfo (TUI Commands): Mention that in some cases, these
6350 commands error out.
6351
f68eb612
L
63522010-03-30 H.J. Lu <hongjiu.lu@intel.com>
6353
6354 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
6355
c8d5aac9
L
63562010-03-30 H.J. Lu <hongjiu.lu@intel.com>
6357
6358 * gdb.texinfo (General Query Packets): Add xmlRegisters.
6359
7d13fe92
SS
63602010-03-29 Stan Shebs <stan@codesourcery.com>
6361 Nathan Sidwell <nathan@codesourcery.com>
6362
6363 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
6364 GDBN equivalent.
6365 (Set Tracepoints): Remove mention that conditional tracepoints
6366 don't exist.
6367 (Tracepoint Actions): Clarify when while-stepping collection
6368 happens, note that while-stepping does not automatically collect
6369 $pc.
6370
409873ef 63712010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 6372
409873ef
SS
6373 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
6374 (General Query Packets): Describe TracepointSource.
6375
ee8e71d4
EZ
63762010-03-27 Matt Rice <ratmice@gmail.com>
6377
c8d5aac9
L
6378 * gdb.texinfo (ARM): Document arguments to "target sim".
6379 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 6380
99b5e152
PA
63812010-03-26 Pedro Alves <pedro@codesourcery.com>
6382
6383 * gdb.texinfo (Tracepoint Packets): Remove mention that
6384 terror:string may be plain text, and drop mention of X prefix.
6385
cd64ee31
VP
63862010-03-26 Vladimir Prus <vladimir@codesourcery.com>
6387
6388 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
6389
6c28cbf2
SS
63902010-03-24 Stan Shebs <stan@codesourcery.com>
6391
6392 * gdb.texinfo (Tracepoint Packets): Document trace error status.
6393
95a42b64
TT
63942010-03-24 Tom Tromey <tromey@redhat.com>
6395
6396 PR breakpoints/9352:
6397 * gdb.texinfo (Break Commands): Update.
6398
18148017
VP
63992010-03-24 Vladimir Prus <vladimir@codesourcery.com>
6400
6401 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
6402 commands.
6403
4daf5ac0
SS
64042010-03-16 Stan Shebs <stan@codesourcery.com>
6405
6406 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
6407 circular-trace-buffer.
6408 (Tracepoint Packets): Describe QTBuffer, and details of the
6409 qTStatus reply.
6410
c9429232
SS
64112010-03-12 Stan Shebs <stan@codesourcery.com>
6412 Nathan Sidwell <nathan@codesourcery.com>
6413
6414 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
6415 doing instruction stepping.
6416 (Tracepoint Restrictions): New node.
6417
ccefe4c4
TT
64182010-03-10 Tom Tromey <tromey@redhat.com>
6419
6420 * gdbint.texinfo (Symbol Handling): Update.
6421
7c953934
TT
64222010-03-08 Tom Tromey <tromey@redhat.com>
6423
6424 PR cli/9591:
6425 * gdb.texinfo (Mode Options): Mention lack of pagination and
6426 confirmation with --batch.
6427 (Screen Size): Mention --batch.
6428 (Messages/Warnings): Likewise.
6429
f870a310
TT
64302010-03-05 Tom Tromey <tromey@redhat.com>
6431
6432 * gdb.texinfo (Basic Python): Document target_charset and
6433 target_wide_charset.
6434
78e2826b
TT
64352010-03-05 Tom Tromey <tromey@redhat.com>
6436
6437 * gdb.texinfo (Data): Link to pretty-printing.
6438 (Output Formats): Likewise. Correct text.
6439
f5dff777
DJ
64402010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
6441
6442 * gdb.texinfo (Types): Describe <struct> and <flags>.
6443
dc00d89f
PM
64442010-02-28 Phil Muldoon <pmuldoon@redhat.com>
6445
6446 * gdb.texinfo (Frames In Python): Add block parameter and
6447 description to read_var text.
6448
5107b149 64492010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 6450 Tom Tromey <tromey@redhat.com>
5107b149
PM
6451
6452 * gdb.texinfo (Types In Python): Describe block argument in
6453 template_argument and gdb.lookup_type.
6454
e03e5e7b
TT
64552010-02-24 Tom Tromey <tromey@redhat.com>
6456
6457 * gdb.texinfo (Cygwin Native): Fix typo.
6458
f3e9a817
PM
64592010-02-24 Phil Muldoon <pmuldoon@redhat.com>
6460
6461 * gdb.texinfo (Frames In Python): Add block, find_sal, function
6462 and select method descriptions.
6463 (Python API): Add Blocks In Python, Symbols in Python and Symbol
6464 Tables in Python to menu.
6465 (Blocks In Python): New node.
6466 (Symbols In Python): New node.
6467 (Symbol Tables in Python): New node.
6468
a79b8f6e
VP
64692010-02-24 Vladimir Prus <vladimir@codesourcery.com>
6470
6471 Multiexec MI
6472
6473 gdb/
6474 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
6475
6476 gdb/doc/
6477 * gdb.texinfo (GDB/MI Command Syntax): Document notification
6478 changes.
6479 (GDB/MI Program Execution): Document current behaviour of
6480 --all and --thread-group.
6481 (GDB/MI Miscellaneous Commands): Document -add-inferior and
6482 -remove-inferior.
6483 * observer.texi (inferior_added, inferior_removed): New
6484 observers.
6485
629d6a47
TT
64862010-02-19 Tom Tromey <tromey@redhat.com>
6487
6488 * gdbint.texinfo (Getting Started): Fix @node.
6489 (Debugging GDB): Likewise.
6490
c09529e5
JB
64912010-02-13 Joel Brobecker <brobecker@adacore.com>
6492
6493 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
6494 documenting the gdb_test_timeout variable.
6495
540aa8e7
MS
64962010-02-12 Jakob Engblom <jakob@virtutech.com>
6497
6498 * gdb.texinfo (MI commands): Added documentation of --reverse
6499 option to a set of MI commands. Restructured documentation of MI
6500 commands --exec-continue to reflect the complexity of reverse
6501 execution.
6502
081dfbf7
PA
65032010-02-12 Pedro Alves <pedro@codesourcery.com>
6504
6505 * gdb.texinfo (Using the Collected Data): Specify that the address
6506 range of `tfind outsize' is exclusive, and that the address range
6507 of `tfind range' is inclusive.
6508 (Tracepoint Packets): Specify that the address range of
6509 `QTFrame:range' is inclusive, and that the address range of
6510 `QTFrame:outside' is exclusive
6511
8e9c5e02
VP
65122010-02-12 Vladimir Prus <vladimir@codesourcery.com>
6513
6514 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
6515
92981e24
TT
65162010-02-10 Tom Tromey <tromey@redhat.com>
6517
6518 * gdb.texinfo (Debugging Output): Document set debug parser and
6519 show debug parser.
6520
075b51b7
L
65212010-02-09 H.J. Lu <hongjiu.lu@intel.com>
6522
6523 * gdb.texinfo (Predefined Target Types): Add i387_ext,
6524 i386_eflags and i386_mxcsr.
6525
3bb8d5c3
L
65262010-02-08 H.J. Lu <hongjiu.lu@intel.com>
6527
6528 * gdb.texinfo: Document i386 target features.
6529
c5f80513
DE
65302010-02-05 Doug Evans <dje@google.com>
6531
6532 * gdbint.texinfo (Testsuite): Add a new section to document the
6533 various DejaGnu variables that may be overridden.
1be00882 6534 Document INTERNAL_GDBFLAGS.
c5f80513 6535
6ac33a4e
TT
65362010-02-04 Tom Tromey <tromey@redhat.com>
6537
6538 PR cli/8830:
6539 * gdb.texinfo (Files): -readnow comes before the filename for file
6540 and symbol-file.
6541
a1dcb23a
DJ
65422010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6543
6544 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
6545 Document ARM breakpoint types.
6546 (Register Packet Format): Move into the new section.
6547 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
6548
95433b34
JB
65492010-01-21 Joel Brobecker <brobecker@adacore.com>
6550
6551 * gdb.texinfo (File Options): Adjust the documentation of this
6552 switch to refer to the "source" command rather than partially
6553 duplicating some of the relevant information.
6554 (Extending GDB): Introduce and document the set/show script-extension
6555 setting.
6556 (Command Files): Add note explaining that the "source" command
6557 is also used to evalute scripts written in other languages.
6558 Remove the short slightly incorrect reference to sourcing Python
6559 scripts.
6560 (Python Commands): Document how to execute a Python script from GDB.
6561
8d576872
JB
65622010-01-19 Joel Brobecker <brobecker@adacore.com>
6563
6564 * gdb.texinfo (Command Files): Fix typo.
6565
8150ff9c
JB
65662010-01-18 Tom Tromey <tromey@redhat.com>
6567
6568 * gdb.texinfo (File Options): Document -x on .py files.
6569 (Command Files): Document handling of Python scripts.
6570
23db03a6
JZ
65712010-01-18 Jie Zhang <jie.zhang@analog.com>
6572
6573 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
6574
00bf0b85
SS
65752010-01-15 Stan Shebs <stan@codesourcery.com>
6576
6577 * gdb.texinfo (Trace Files): New section.
6578 (Tracepoint Packets): Document QTSave and qTBuffer.
6579 (Trace File Format): New appendix.
6580
be759fcf
PM
65812010-01-13 Phil Muldoon <pmuldoon@redhat.com>
6582
6583 * gdb.texinfo (Values From Inferior): Document lazy_string value
6584 method.
6585 (Python API): Add Lazy strings menu item.
6586 (Lazy Strings In Python): New node.
6587
dc146f7c
VP
65882010-01-13 Vladimir Prus <vladimir@codesourcery.com>
6589
6590 * gdb.texinfo (GDB/MI Thread Information): New.
6591 (GDB/MI Async Records): Document the core field in *stopped.
6592 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
6593 documentation
6594 (Process list): Document that osdata document may contain
6595 threads.
6596 (Remote Serial Protocol): Document qXfer:threads.
6597
d5551862
SS
65982010-01-06 Stan Shebs <stan@codesourcery.com>
6599
6600 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
6601 disconnected tracing.
6602 (Tracepoint Packets): Document new protocol.
6603
7a697b8d
SS
66042010-01-05 Stan Shebs <stan@codesourcery.com>
6605
6606 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
6607 tracepoints.
6608 (Tracepoint Packets): Describe remote protocol for fast
6609 tracepoints.
6610
e6f3ec50
JB
66112010-01-01 Joel Brobecker <brobecker@adacore.com>
6612
6613 Update the "Start of New Year Procedure".
6614 * gdbint.texinfo: Add the list of files that need to be updated
6615 manually. Minor reformatting.
6616
ddc4e9c1
JB
66172010-01-01 Joel Brobecker <brobecker@adacore.com>
6618
6619 * refcard.tex: Update copyright year in header and text.
6620
9d2897ad
JB
66212010-01-01 Joel Brobecker <brobecker@adacore.com>
6622
6623 * agentexpr.texi: Add 2010 to the list of copyright years.
6624 * annotate.texinfo: Likewise.
6625 * gdb.texinfo: Likewise.
6626 * gdbint.texinfo: Likewise.
6627 * observer.texi: Likewise.
6628 * stabs.texinfo: Likewise.
6629
6da95a67
SS
66302009-12-31 Stan Shebs <stan@codesourcery.com>
6631
6632 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 6633
236f1d4d
SS
66342009-12-29 Stan Shebs <stan@codesourcery.com>
6635
6636 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 6637
f61e138d
SS
66382009-12-28 Stan Shebs <stan@codesourcery.com>
6639
6640 * gdb.texinfo (Trace State Variables): New section.
6641 (Tracepoint Packets): Describe trace state variable packets.
6642 * agentexpr.texi (Bytecode Descriptions): Describe trace state
6643 variable bytecodes.
6644
0fe7935b
DJ
66452009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
6646
6647 * gdb.texinfo (Symbols): "info variables" prints definitions, not
6648 declarations.
6649
a6b29f87
VP
66502009-12-21 Vladimir Prus <vladimir@codesourcery.com>
6651
6652 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
6653 -gdb-exit behaviour.
6654
5e4bde96
JB
66552009-12-20 Joel Brobecker <brobecker@adacore.com>
6656
6657 * gpl.texi: Update to version 3 of the GPL.
6658
a1715244
JB
66592009-12-20 Joel Brobecker <brobecker@adacore.com>
6660
6661 * Makefile.in: Update copyright header.
6662 * observer.texi: Fix the copyright header of the generated files.
6663
361ae042
PM
66642009-12-08 Phil Muldoon <pmuldoon@redhat.com>
6665
6666 * gdb.texinfo (Types In Python): Describe range function.
6667
bfd31e71
PM
66682009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
6669
6670 * gdb.texinfo (Types In Python): Describe "is_base_class".
6671
57a1d736
TT
66722009-12-03 Tom Tromey <tromey@redhat.com>
6673
6674 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
6675
8cebebb9
PP
66762009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
6677
6678 * observer.texi: New memory_changed observer.
6679
16af530a
TT
66802009-12-01 Tom Tromey <tromey@redhat.com>
6681
6682 * gdb.texinfo (Reverse Execution): Fix typo.
6683
b6199126
DJ
66842009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
6685
6686 PR gdb/8704
6687
6688 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
6689 are allowed after the breakpoint condition.
6690
7a6973ad
TT
66912009-11-23 Tom Tromey <tromey@redhat.com>
6692
6693 PR python/10782:
6694 * gdb.texinfo (Types In Python): Document Type.pointer.
6695
21a0512e
PP
66962009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
6697
6698 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 6699
a5832c8f
PA
67002009-11-11 Pedro Alves <pedro@codesourcery.com>
6701
6702 * agentexpr.texi (Tracing On Symmetrix): Delete section.
6703 (Using Agent Expressions): Delete cross reference.
6704
1eb7cd77
JB
67052009-11-07 Joel Brobecker <brobecker@adacore.com>
6706
6707 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
6708 and @settitle directives up to help makeinfo find them.
6709
24ddea62
JK
67102009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6711
6712 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
6713 (Auto-loading): Use plural and note one can use multiple components now.
6714
3afae151
VP
67152009-11-01 Vladimir Prus <vladimir@codesourcery.com>
6716
6717 * gdb.texinfo (GDB/MI Stack Manipulation): Make
6718 -stack-list-arguments have the same documentation for parameter
6719 as -stack-list-locals. Add comas.
6720
14ff2235
PM
67212009-10-27 Tom Tromey <tromey@redhat.com>
6722 Eli Zaretskii <eliz@gnu.org>
6723
c8d5aac9 6724 PR python/10781
14ff2235
PM
6725
6726 * gdb.texinfo (Values From Inferior): Document cast method.
6727
9c419145
PP
67282009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
6729
6730 * gdb.texinfo (Machine Code): Mention function name in disasssembly
6731 and adjust example.
889bf7c5 6732
29153c24
MS
67332009-10-22 Michael Snyder <msnyder@vmware.com>
6734
6735 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 6736 info record command. Also document the new save and restore
29153c24
MS
6737 commands.
6738
2b28d209
PP
67392009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
6740
6741 * gdb.texinfo (Machine Code): Mention current pc marker.
6742 (Memory): Likewise.
6743
6c95b8df
PA
67442009-10-19 Pedro Alves <pedro@codesourcery.com>
6745 Stan Shebs <stan@codesourcery.com>
6746
6747 * observer.texi (new_inferior): Rename to...
6748 (inferior_appeared): ... this.
6749
6750 * gdb.texinfo (Inferiors): Rename node to ...
6751 (Inferiors and Programs): ... this. Mention running multiple
6752 programs in the same debug session.
6753 <info inferiors>: Mention the new 'Executable' column if "info
6754 inferiors". Update examples. Document the "add-inferior",
6755 "clone-inferior", "remove-inferior" and "maint info
6756 program-spaces" commands.
6757 (Process): Rename node to...
6758 (Forks): ... this. Document "set|show follow-exec-mode".
6759
2f8132f3
MS
67602009-10-11 Michael Snyder <msnyder@vmware.com>
6761
6762 * gdb.texinfo (ReverseStep): Show default as "unsupported".
6763 (ReverseContinue): Ditto.
6764
cba4b2d3
PP
67652009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
6766
6767 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 6768
da082f17
JK
67692009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6770
6771 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
6772
08be9d71
ME
67732009-10-06 Michael Eager <eager@eagercon.com>
6774
6775 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
6776 (Embedded Processors): Add MicroBlaze.
6777 (MicroBlaze): New. Describe Xilinx MicroBlaze
6778
08a0efd0
PA
67792009-10-04 Pedro Alves <pedro@codesourcery.com>
6780
6781 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
6782
cbb8f428
EZ
67832009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
6784
6785 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
6786
30a4a70c
JB
67872009-09-23 Joel Brobecker <brobecker@adacore.com>
6788
6789 * observer.texi (solib_unloaded): Document explicitly the fact that
6790 this observer is called before the associated symbols are unloaded.
6791
701adfb0
PA
67922009-09-21 Jie Zhang <jie.zhang@analog.com>
6793
6794 * gdb.texinfo: Escape "{" and "}".
6795
b3372f91
VP
67962009-09-19 Vladimir Prus <vladimir@codesourcery.com>
6797
6798 * gdb.texinfo (GDB/MI Stack Manipulation): Document
6799 -stack-list-variables.
6800
f43030c4
TT
68012009-09-18 Tom Tromey <tromey@redhat.com>
6802
6803 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
6804 is experimental.
6805
ec7e75e7
PP
68062009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6807
6808 * gdb.texinfo (convenince variables): Mention
6809 $_siginfo could be empty.
f43030c4 6810
0cc7d26f
TT
68112009-09-15 Tom Tromey <tromey@redhat.com>
6812
6813 * gdb.texinfo (GDB/MI Variable Objects): Document
6814 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
6815 Expand -var-update documentation.
6816
a96d9b2e
SDJ
68172009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6818
6819 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
6820 feature.
6821
005ca36a
JB
68222009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
6823
6824 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
6825
0d772ac9
MS
68262009-09-10 Michael Snyder <msnyder@vmware.com>
6827
6828 * gdb.texinfo (qSupported): Mention new ReverseContinue and
6829 ReverseStep replies to the qSupported query.
6830
14fb1bac
JB
68312009-09-10 Joel Brobecker <brobecker@adacore.com>
6832
6833 Add documentation for set/show interactive-mode.
6834 * gdb.texinfo (Other Misc Settings): New node.
6835
29b090c0
DE
68362009-09-01 Doug Evans <dje@google.com>
6837
6838 * gdb.texinfo (Caching Data of Remote Targets): Add note on
6839 non-stop mode's affect on remote caching.
6840
4e5d721f
DE
68412009-08-31 Jacob Potter <jdpotter@google.com>
6842 Doug Evans <dje@google.com>
6843
6844 * gdb.texinfo (Caching Data of Remote Targets): Update text.
6845 Mark `set/show remotecache' options as obsolete.
6846 Document new `set/show stack-cache' option.
6847 Update text for `info dcache'.
6848
55333a84
DE
68492009-08-27 Doug Evans <dje@google.com>
6850
6851 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
6852 (Files): Add note on new optional regex arg to `info sharedlibrary'.
6853
bc3a0b4d
RW
68542009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6855
6856 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
6857 about autoconf.
6858
3a1ff0b6
PA
68592009-08-25 Pedro Alves <pedro@codesourcery.com>
6860
6861 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
6862 small example, and describe its columns. Replace "inferior-id" by
6863 "infno" throughout.
6864
81ecdfbb
RW
68652009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6866
af542c2e
RW
6867 * gdbint.texinfo (Releasing GDB): Point to
6868 README-maintainer-mode file for required autoconf version.
6869 * configure.ac: Do not substitute datarootdir, htmldir,
6870 pdfdir, docdir. Do not process --with-datarootdir,
6871 --with-htmldir, --with-pdfdir, --with-docdir.
6872 * configure: Regenerate.
6873
81ecdfbb
RW
6874 * configure: Regenerate.
6875
4efc6507
DE
68762009-08-20 Reid Kleckner <reid@kleckner.net>
6877
6878 * gdb.texinfo: Add chapter on JIT interface.
6879
43089a6e
NR
68802009-08-07 Nick Roberts <nickrob@snap.net.nz>
6881
6882 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 6883 confirmation request.
43089a6e 6884
99e008fe
EZ
68852009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
6886
c8d5aac9
L
6887 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
6888 CRC definitions.
99e008fe 6889
48cb2d85
VP
68902009-08-03 Vladimir Prus <vladimir@codesourcery.com>
6891
6892 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 6893 -break-commands.
48cb2d85 6894
ff1a52c6
UW
68952009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6896
6897 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6898 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
6899
3285f3fe
UW
69002009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6901
6902 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6903 "set spu stop-on-load" and "show spu stop-on-load" commands.
6904
e35359c5
UW
69052009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6906
6907 * gdb.texinfo (Target Descriptions): Document <compatible> element.
6908
58d6951d
DJ
69092009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
6910
6911 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
6912 org.gnu.gdb.arm.neon.
6913
08d16641
PA
69142009-07-20 Pedro Alves <pedro@codesourcery.com>
6915
6916 * gdb.texinfo (Target Description Format): Mention the new <osabi>
6917 optional element.
6918 (subsection OS ABI): New subsection.
6919
782b2b07
SS
69202009-07-14 Stan Shebs <stan@codesourcery.com>
6921
6922 * gdb.texinfo (Tracepoint Conditions): New section.
6923 (General Query Packets): Describe ConditionalTracepoints.
6924 (Tracepoint Packets): Describe condition field.
6925 (Maintenance Commands): Describe maint agent-eval.
6926 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
6927
9b117ef3
HZ
69282009-07-11 Hui Zhu <teawater@gmail.com>
6929
6930 * gdb.texinfo (disassemble): Add a new modifier /r
6931 to "disassemble" command to make it print the raw instructions
6932 in hex as well as in symbolic form.
6933
f5a33284
TT
69342009-07-09 Tom Tromey <tromey@redhat.com>
6935
6936 * gdbint.texinfo (Testsuite): Document parallel make check.
6937
812f7342
TT
69382009-07-09 Tom Tromey <tromey@redhat.com>
6939
6940 * gdbint.texinfo (Testsuite): Document test transcripts.
6941
fbb8f299
PM
69422009-07-10 Phil Muldoon <pmuldoon@redhat.com>
6943
6944 * gdb.texinfo (Values From Inferior): Add length parameter
6945 description.
6946
dd8f35ac
EZ
69472009-07-04 Chris Genly <chris@genly.us>
6948
6949 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
6950 in -var-list-children. Fix example according to what the code
6951 does.
6952
2277426b
PA
69532009-07-02 Pedro Alves <pedro@codesourcery.com>
6954
6955 * gdb.texinfo (Debugging multiple inferiors): Document the
6956 "inferior", "detach inferior" and "kill inferior" commands.
6957 (Debugging Programs with Multiple Processes): Adjust to mention
6958 generic "inferior" commands. Delete mention of "detach fork" and
6959 "delete fork". Cross reference to "Debugging multiple inferiors"
6960 section.
6961
a6d9a66e
UW
69622009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6963
5af949e3
UW
6964 * gdbint.texinfo (Item Output Functions): Update signature
6965 for ui_out_field_core_addr.
6966
69672009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6968
6969 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
6970 Update example code extrated from breakpoint.c.
6971
9901a55b 69722009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 6973
9901a55b
PP
6974 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
6975 MI commands.
6976 (GDB/MI Symbol Query): Likewise.
6977 (GDB/MI File Commands): Likewise.
6978 (GDB/MI File Transfer Commands): Likewise.
6979 (GDB/MI Target Manipulation): Likewise.
6980 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 6981
edb3359d
DJ
69822009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
6983
6984 * gdb.texinfo (Debugging Optimized Code): New chapter.
6985 (Compiling for Debugging): Reference it. Move some
6986 text to the new section.
6987
7cd1089b
PM
69882009-06-15 Phil Muldoon <pmuldoon@redhat.com>
6989
6990 * doc/gdb.texinfo (Calling): Document
6991 set-unwind-on-terminating-exception usage.
6992
d4db2f36
PA
69932009-06-11 Pedro Alves <pedro@codesourcery.com>
6994
6995 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
6996 command.
6997
d1a7880c
PA
69982009-06-07 Pedro Alves <pedro@codesourcery.com>
6999
7000 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
7001 references.
7002
473f94e6
UW
70032009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
7004
7005 * gdbint.texinfo: Rename formal parameters to gdbarch function
7006 protoypes from "current_gdbarch" to "gdbarch".
7007
8f500870
TT
70082009-05-28 Tom Tromey <tromey@redhat.com>
7009
7010 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
7011
b6313243
TT
70122009-05-27 Tom Tromey <tromey@redhat.com>
7013
7014 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
7015 feature.
7016 (GDB/MI Variable Objects): Document -var-set-visualizer.
7017
70182009-04-02 Tom Tromey <tromey@redhat.com>
7019
7020 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
7021 feature.
7022 (GDB/MI Variable Objects): Document -var-set-visualizer.
7023
a6bac58e
TT
70242009-05-27 Tom Tromey <tromey@redhat.com>
7025 Thiago Jung Bauermann <bauerman@br.ibm.com>
7026 Phil Muldoon <pmuldoon@redhat.com>
7027
7028 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
7029 (Pretty Printing): New node.
7030 (Selecting Pretty-Printers): Likewise.
7031 (Python API): Update.
7032 (Output Formats): Document /r format.
7033
2c74e833
TT
70342009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
7035 Tom Tromey <tromey@redhat.com>
7036
7037 * gdb.texinfo (Types In Python): New node.
7038 (Values From Inferior): "type" is now an attribute.
7039 (Python API): Update.
7040
89c73ade
TT
70412009-05-27 Tom Tromey <tromey@redhat.com>
7042 Thiago Jung Bauermann <bauerman@br.ibm.com>
7043 Phil Muldoon <pmuldoon@redhat.com>
7044
7045 * gdb.texinfo: Add @syncodeindex for `tp'.
7046 (Python API): Update.
7047 (Auto-loading): New node.
7048 (Objfiles In Python): New node.
7049
17a37d48
PP
70502009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
7051
7052 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 7053
6718376f
NR
70542009-05-15 Nick Roberts <nickrob@snap.net.nz>
7055
7056 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
7057
cbe54154
PA
70582009-05-12 Pedro Alves <pedro@codesourcery.com>
7059
7060 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
7061 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
7062 show show-debug-regs' docs.
7063
8e05493c
EZ
70642009-05-08 Eli Zaretskii <eliz@gnu.org>
7065
7066 * gdb.texinfo (Process Record and Replay): Add description of
7067 reverse execution.
7068
b39f4988
JB
70692009-05-07 Joel Brobecker <brobecker@adacore.com>
7070
7071 * gdbint.texinfo (Adding support for debugging core files): New node.
7072 (Native Debugging): Remove the ``Native core file Support'' section.
7073
a2311334
EZ
70742009-05-01 Eli Zaretskii <eliz@gnu.org>
7075
7076 * gdb.texinfo (Process Record and Replay): Improve and clarify.
7077 Add index entries.
7078
53cc454a 70792009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 7080 Michael Snyder <msnyder@vmware.com>
53cc454a 7081
a2311334
EZ
7082 * gdb.texinfo: (Process Record and Replay): Add documentation for
7083 process record and replay.
53cc454a 7084
484086b7
JK
70852009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7086
7087 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
7088 a new part on command-line defined macros.
7089
32ae1842
EZ
70902009-04-25 Eli Zaretskii <eliz@gnu.org>
7091
7092 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
7093 clarify the wording.
7094
b14b1491
TT
70952009-04-23 Tom Tromey <tromey@redhat.com>
7096
7097 * gdb.texinfo (Data Files): New node.
7098 (GDB Files): Update menu.
7099
5c1e86e1
JB
71002009-04-23 Joel Brobecker <brobecker@adacore.com>
7101
7102 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 7103 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 7104
83eba9b7
VP
71052009-04-22 Vladimir Prus <vladimir@codesourcery.com>
7106
7107 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
7108
e31198c4
HZ
71092009-04-22 Hui Zhu <teawater@gmail.com>
7110
7111 * gdb.texinfo (disassemble-next-line): Set the default of
7112 disassemble-next-line to off.
7113
26e251b6
JM
71142009-04-21 Joseph Myers <joseph@codesourcery.com>
7115
7116 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
7117 --with-htmldir): New.
7118 * configure: Regenerate.
7119 * Makefile.in (datarootdir, docdir): Define.
7120 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
7121 instead of $(SET_TEXINPUTS).
7122 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
7123 gdbint.info instead of $(SET_TEXINPUTS).
7124 (gdbint/index.html): Use same -I options as for building
7125 gdbint.info.
7126 (stabs.dvi, stabs.pdf): Use same -I options as for building
7127 stabs.info instead of $(SET_TEXINPUTS).
7128 (stabs/index.html): Use same -I options as for building
7129 stabs.info.
7130 (annotate.dvi, annotate.pdf): Use same -I options as for building
7131 annotate.info instead of $(SET_TEXINPUTS).
7132 (annotate/index.html): Use same -I options as for building
7133 annotate.info.
7134
eac35c4e
DD
71352009-04-21 David Daney <ddaney@caviumnetworks.com>
7136
7137 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
7138
29b0e8a2
JM
71392009-04-21 Joseph Myers <joseph@codesourcery.com>
7140
7141 * gdb.texinfo (Source Path): Document --with-relocated-sources.
7142
2b831889 71432009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 7144 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
7145
7146 * Makefile.in (MAKEHTML): Set to makeinfo --html.
7147 (MAKEHTMLFLAGS): Set to empty.
7148 (html__strip_dir): Define.
7149 (HTMLFILES): Define.
7150 (HTMLFILES_INSTALL): Define.
7151 (install-html): Copy new automake rule.
7152 (html): Depend on $(HTMLFILES).
7153 (gdb_toc.html): Rename to gdb/index.html.
7154 (gdbint_toc.html): Rename to gdbint/index.html.
7155 (stabs_toc.html): Rename to stabs/index.html.
7156 (annotate_toc.html): Rename to annotate/index.html.
7157
89a34d1b
JM
71582009-04-17 Carlos O'Donell <carlos@codesourcery.com>
7159
7160 * Makefile.in: Set pdfdir and htmldir from configure
7161 substitutions.
7162 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
7163 * configure: Regenerate.
7164
a2d5da46
JB
71652009-04-16 Joel Brobecker <brobecker@adacore.com>
7166
7167 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
7168 This macro is no longer used.
7169
732f6a93
TT
71702009-04-15 Tom Tromey <tromey@redhat.com>
7171
7172 * gdb.texinfo (Character Sets): Document default character set.
7173
87f9adc1
PM
71742009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
7175
7176 * gdbint.texinfo: Change server name from sources.redhat.com to
7177 sourceware.org throughout.
7178
2c88c651
JB
71792009-04-09 Joel Brobecker <brobecker@adacore.com>
7180
7181 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
7182 about a missing dot or coma after @xref.
7183
4f5376b2
JB
71842009-04-02 Joel Brobecker <brobecker@adacore.com>
7185
7186 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
7187 example, and add a small explanation about it.
7188 (Print Settings): Change the documentation of the "set print
7189 frame-arguments" to reflect the fact that the default is now "scalars".
7190
a0381d3a
JB
71912009-04-02 Joel Brobecker <brobecker@adacore.com>
7192
7193 * gdb.texinfo (Print Settings): Add kindex for command "set
7194 print frame-arguments".
7195
45ac276d
JB
71962009-03-31 Joel Brobecker <brobecker@adacore.com>
7197
7198 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
7199 breakpoints.
7200 (Set Breaks): Add reference to thread-specific and task-specific
7201 breakpoints.
7202
32cd1edc
JB
72032009-03-31 Joel Brobecker <brobecker@adacore.com>
7204
7205 * gdb.texinfo (Ada Tasks): Remove the documentation about
7206 the "Running" state, as this state has been eliminated.
7207 Now all runnable tasks are shown as "Runnable".
7208
1042e4c0
SS
72092009-03-30 Stan Shebs <stan@codesourcery.com>
7210
7211 * gdb.texinfo (Tracepoints): Describe tracepoints as a
7212 special case of breakpoints.
7213 (Enable and Disable Tracepoints): Mention deprecation.
7214 (Listing Tracepoints): Update description and example.
7215
f8f6f20b
TJB
72162009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7217
7218 * gdb.texinfo (Frames in Python): New node.
7219 (Python API): Update.
7220
c0c6f777
TJB
72212009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
7222
7223 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
7224 from a method to an attribute.
7225
def2b000
TJB
72262009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
7227
7228 * gdb.texinfo (Values From Inferior): Document is_optimized_out
7229 attribute.
7230
a07daef3
PA
72312009-03-25 Pedro Alves <pedro@codesourcery.com>
7232
7233 * observer.texi (thread_exit): Add "silent" parameter.
7234
f3b1572e
PA
72352009-03-22 Pedro Alves <pedro@codesourcery.com>
7236
7237 * observer.texi (about_to_proceed): New.
7238
587afa38
EZ
72392009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
7240
7241 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
7242 field throughout to handle types with spaces in them. Fix typos
7243 found by aspell.
7244 (Summary, Requirements, Contributors): New first chapter,
7245 "Summary" added, old Requirements section moved there, and new
7246 section, "Contributors" added.
7247 (Initializing a New Architecture, Register Representation)
7248 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
7249 (Porting gdb): These sections extended and updated.
7250 (Compiler Characteristics): This section (empty) deleted.
7251 (Defining Other Architecture Features): This section renamed and
7252 duplicate material removed from (formerly "Target Conditionals").
7253 Use braces {} in @deftypeXX type field throughout to handle types
7254 with spaces in them. Typos found by aspell fixed.
7255
7256 * stack_frame.svg: New file, source of image for gdbint.texinfo.
7257 * stack_frame.pdf: Version of image for PDF output.
7258 * stack_frame.png: Version of image for HTML output and for Emacs.
7259 * stack_frame.txt: Version of image for Info output.
1db61298 7260 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 7261
10af6951
EZ
72622009-03-21 Eli Zaretskii <eliz@gnu.org>
7263
7264 * gdb.texinfo (Character Sets): Fix last change.
7265
cc924cad
TJB
72662009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
7267
7268 * gdb.texinfo (Values From Inferior): Fix optional arguments
7269 markup.
7270 (Commands In Python): Adjust argument names of gdb.Command.__init__
7271 to what the function accepts as keywords.
7272
bc3b79fd
TJB
72732008-03-20 Tom Tromey <tromey@redhat.com>
7274
7275 * gdb.texinfo (Convenience Vars): Document convenience functions.
7276 (Functions In Python): New node.
7277 (Python API): Update.
7278
6c7a06a3
TT
72792009-03-20 Tom Tromey <tromey@redhat.com>
7280
7281 * gdb.texinfo (Character Sets): Remove obsolete text. Document
7282 set target-wide-charset.
7283 (Requirements): Mention iconv.
7284
b646ddd4
HZ
72852009-03-17 Hui Zhu <teawater@gmail.com>
7286
7287 * gdb.texinfo: Change the introduce of "disassemble-next-line".
7288
91440f57
HZ
72892009-03-17 Hui Zhu <teawater@gmail.com>
7290
7291 * gdb.texinfo: Add documentation for disassemble-next-line.
7292
8fd41227
TJB
72932009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
7294
7295 * gdb.texinfo (Commands In Python): Remove tindex entries.
7296
61ff14c6
JK
72972009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7298
7299 * gdb.texinfo (Returning): New description for missing debug info.
7300
0b16c5cf
PA
73012009-03-14 Pedro Alves <pedro@codesourcery.com>
7302
7303 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 7304 (General Query Packets): Document qAttached.
0b16c5cf 7305
32fc0df9
PA
73062009-03-05 Pedro Alves <pedro@codesourcery.com>
7307
7308 * gdb.texinfo (Background Execution): Better describe the set
7309 target-async command.
7310 (Maintenance Commands): Delete description of the `maint set/show
7311 linux-async' and `maint set/show remote-async' commands.
7312
134eb42c
VP
73132009-02-18 Vladimir Prus <vladimir@codesourcery.com>
7314
7315 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
7316 between sentences.
7317
c86cf029
VP
73182009-02-18 Vladimir Prus <vladimir@codesourcery.com>
7319
7320 * gdb.texinfo (GDB/MI Async Records): Document the
7321 =library-loaded and =library-unloaded notifications.
7322
3ea85240
VP
73232009-02-17 Vladimir Prus <vladimir@codesourcery.com>
7324
7325 * observer.texi (test_notification): New observer.
7326
1d33d6ba
VP
73272009-02-14 Vladimir Prus <vladimir@codesourcery.com>
7328
61ff14c6
JK
7329 * observer.texi: Add parameter 'print_frame' to normal_stop
7330 observer.
1d33d6ba 7331
d721c933
EZ
73322009-02-07 Eli Zaretskii <eliz@gnu.org>
7333
7334 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
7335 (Commands In Python): Fix COMMAND_* constants in last change. Use
7336 @kbd for interactive input. Add cross-references and index
7337 entries.
7338
4aa995e1
PA
73392009-02-06 Pedro Alves <pedro@codesourcery.com>
7340
7341 * gdb.texinfo (Signals): Document $_siginfo.
7342 (Convenience Variables): Mention $_siginfo.
7343 (Remote Configuration): Document qXfer:siginfo:read,
7344 qXfer:siginfo:write packets, and the read-siginfo-object,
7345 write-siginfo-object commands.
7346
5f5233d4
PA
73472009-02-06 Pedro Alves <pedro@codesourcery.com>
7348
7349 * gdbint.texinfo (Values): New chapter.
7350
d8906c6f
TJB
73512009-02-06 Tom Tromey <tromey@redhat.com>
7352
7353 * gdb.texinfo (Python API): Add entry for Commands In Python.
7354 (Commands In Python): New node.
7355
b6cb8e7d
TJB
73562009-02-05 Tom Tromey <tromey@redhat.com>
7357
7358 * gdb.texinfo (Values From Inferior): Document Value.string.
7359
12453b93
TJB
73602009-02-05 Tom Tromey <tromey@redhat.com>
7361
7362 * gdb.texinfo (Basic Python): Document execute's from_tty
7363 argument.
7364
08c637de
TJB
73652009-02-04 Tom Tromey <tromey@redhat.com>
7366
7367 * gdb.texinfo (Basic Python): Document gdb.history.
7368
592375cd
VP
73692009-01-30 Vladimir Prus <vladimir@codesourcery.com>
7370
7371 * gdb.texinfo (GDB/MI Thread Commands): Document the
7372 'current-thread-id' field. Remove the example with zero threads,
7373 since current GDB won't ever report that if there's inferior.
7374
41447f92
VP
73752009-01-30 Vladimir Prus <vladimir@codesourcery.com>
7376
7377 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
7378 option to -break-insert.
7379
098b41a6
JG
73802009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7381 Jerome Guitton <guitton@adacore.com>
7382
7383 * gdb.texinfo (Startup): Document --with-system-gdbinit.
7384 (System-wide configuration): New section.
7385
3c16cced
PA
73862009-01-26 Pedro Alves <pedro@codesourcery.com>
7387
7388 PR gdb/7580:
7389 * gdb.texinfo (Maintenance Commands): Document "maint set|show
7390 internal-error|internal-warning quit|corefile ask|yes|no".
7391
62709adf
PA
73922009-01-26 Pedro Alves <pedro@codesourcery.com>
7393
7394 * gdb.texinfo (Using the `gdbserver' Program): Document
7395 --remote-debug.
7396
7ce58dd2
DE
73972009-01-23 Doug Evans <dje@google.com>
7398
7399 * gdb.texinfo: Add nexti to list of commands that support
7400 background execution.
7401
adb483fe
DJ
74022009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
7403
7404 * gdb.texinfo (Define, Hooks): Document prefix command support.
7405
a67ec3f4 74062009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 7407 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
7408
7409 Fixes for makeinfo --html.
7410
7411 * annotate.texinfo: Use @copying and @insertcopying. Use
7412 @ifnottex in place of @ifinfo.
7413 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
7414 place of @ifinfo. Use @ifnotinfo for one index entry.
7415 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
7416 in place of @ifinfo.
7417 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
7418 in place of @ifinfo. Include contents at start unconditionally.
7419
84fcdf95
PA
74202009-01-13 Pedro Alves <pedro@codesourcery.com>
7421
7422 * gdb.texinfo (General Query Packets): Remove @var{} around the
7423 "spu" literal string.
7424
fa3a767f
PA
74252009-01-07 Pedro Alves <pedro@codesourcery.com>
7426
7427 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
7428 program may be running in another process" errors.
7429 * gdbint.texinfo (Native Conditionals): Delete
7430 ONE_PROCESS_WRITETEXT description.
7431
9cb011d3
JB
74322009-01-07 Joel Brobecker <brobecker@adacore.com>
7433
7434 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
7435 emacs local variable to be placed at the end of the ChangeLog.
7436 Add server.c and gdbreplay.c to the list of files where the
7437 copyright year needs to be updated.
7438
84603566
SL
74392009-01-06 Sandra Loosemore <sandra@codesourcery.com>
7440
7441 * gdb.texinfo (Remote Configuration): Document new
7442 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
7443 commands.
7444
a53f55d8
PA
74452008-12-28 Pedro Alves <pedro@codesourcery.com>
7446
7447 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
7448 FETCH_INFERIOR_REGISTERS.
7449 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
7450 FETCH_INFERIOR_REGISTERS descriptions. Remove
7451 gdbarch_get_longjmp_target descrition, since already described in
7452 Target Conditionals. Move gdbarch_fp0_regnum description to ...
7453 (Target Conditionals): ... here.
7454
077e0a52
JB
74552008-12-16 Joel Brobecker <brobecker@adacore.com>
7456
7457 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
7458 examples.
7459 (Additions to Ada): Likewise. Add the missing opening and closing
7460 parenthesis of the GDB prompt in one of the examples.
7461
023eb17c
JB
74622008-12-14 Joel Brobecker <brobecker@adacore.com>
7463
7464 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
7465 about the result of 'Address not being of type System.Address.
7466 This problem has been fixed a while ago.
7467
c3b108f7
VP
74682008-12-02 Vladimir Prus <vladimir@codesourcery.com>
7469
7470 MI non-stop and multiprocess docs.
7471
c8d5aac9
L
7472 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
7473 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
7474 Adjust documentation for *stopped, document =thread-created,
7475 =thread-exited, =thread-group-created and =thread-group-exited.
7476 (GDB/MI Thread Commands): Document the 'state' field in
7477 -thread-info output.
7478 (GDB/MI Program Execution): Mention --all and --thread-group
7479 options.
7480 (GDB/MI Variable Objects): Describe floating and fixed variable
7481 objects.
7482 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 7483
07e059b5
VP
74842008-12-02 Vladimir Prus <vladimir@codesourcery.com>
7485
c8d5aac9
L
7486 * gdb.texinfo (Operating System Information): New appendix.
7487 (Operating System Auxiliary Information): Document 'info os processes'
7488 (Remote Configuration): Document 'osdata'
7489 (General Query Packets): Document qXfer:osdata:read.
07e059b5 7490
a80b95ba
TG
74912008-11-27 Tristan Gingold <gingold@adacore.com>
7492
7493 * gdb.texinfo (Darwin): Document Darwin specific features.
7494
a655d424
JK
74952008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7496
7497 * gdbint.texinfo (Target Conditionals): Extend the
7498 gdbarch_breakpoint_from_pc description.
7499
249e1128
VP
75002008-11-22 Vladimir Prus <vladimir@codesourcery.com>
7501
7502 * gdb.texinfo (M68K Features): Fix typo.
7503
c14c28ba
PP
75042008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
7505
7506 * gdb.texinfo (Symbols): Mention printing containing
7507 image name in "info symbol".
7508 (Maint translate-address): Likewise.
889bf7c5 7509
394a6666
JB
75102008-11-18 Joel Brobecker <brobecker@adacore.com>
7511
7512 * gdb.texinfo (Set Catchpoints): Remove the documentation of
7513 commands "catch load" and "catch unload".
7514
66bb093b
VP
75152008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7516
7517 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 7518 =thread-selected.
889bf7c5 7519
4a92f99b
VP
75202008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7521
c8d5aac9 7522 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 7523
f0323ca0
PA
75242008-10-27 Pedro Alves <pedro@codesourcery.com>
7525
7526 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
7527 .mt files, TM_CLIBS or TM_CDEPS.
7528 (x86 Watchpoints): Don't mention TDEPFILES.
7529
8b23ecc4
SL
75302008-10-24 Sandra Loosemore <sandra@codesourcery.com>
7531
7532 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
7533 (Overview): Mention notifications and non-stop mode behavior.
7534 (Packets): Update documentation of ?, vAttach, vCont, and vRun
7535 with non-stop mode behavior. Add vStopped description.
7536 (Stop Reply Packets): Update list of packets that return
7537 stop replies. Mention non-stop behavior.
7538 (General Query Packets): Document QNonStop packet and associated
7539 qSupported query response.
7540 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
7541 behavior.
7542 (Notification Packets): New section.
7543 (Remote Non-Stop): New section.
7544 (File-I/O Overview): Mention non-stop behavior.
7545
fff08868
HZ
75462008-10-24 Hui Zhu <teawater@gmail.com>
7547 Pedro Alves <pedro@codesourcery.com>
7548
7549 * gdb.texinfo (displaced-stepping): Describe the auto mode
7550 setting, and say it's the default. This is now a mainstream
7551 setting instead of a maintenance setting.
7552
252fbfc8
PA
75532008-10-23 Pedro Alves <pedro@codesourcery.com>
7554
7555 * observer.texi (thread_stop_requested): New.
7556
20924a55
JB
75572008-10-22 Joel Brobecker <brobecker@adacore.com>
7558
7559 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
7560 (Patching): Replace incorrect usage of @samp by @kbd.
7561
bacec72f
MS
75622008-10-17 Michael Snyder <msnyder@vmware.com>
7563
7564 * gdb.texinfo: Add documentation for reverse execution.
7565
a08702d6 75662008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 7567 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
7568
7569 * gdb.texinfo. (Values From Inferior): New subsubsection.
7570
d97bc12b
DE
75712008-10-06 Doug Evans <dje@google.com>
7572
7573 * gdb.texinfo (set debug dwarf2-die): Document it.
7574
87f67dba
JB
75752008-10-01 Joel Brobecker <brobecker@adacore.com>
7576
7577 * gdb.texinfo (catch) [exception]: Document how to insert
7578 a breakpoint on user-defined exceptions when the exception
7579 name is identical to one of the language-defined ones.
7580
2fae03e8
TT
75812008-09-27 Tom Tromey <tromey@redhat.com>
7582
7583 * gdb.texinfo (Macros): Remove text about stringification,
7584 varargs, and splicing.
7585
5c6ce71d
TT
75862008-09-27 Tom Tromey <tromey@redhat.com>
7587
7588 * gdbint.texinfo (Language Support): Remove text about omitting
7589 support for a language.
7590
07128da0
DE
75912008-09-23 Doug Evans <dje@google.com>
7592
7593 * gdb.texinfo (info dcache): Update.
7594
b90a069a
SL
75952008-09-22 Sandra Loosemore <sandra@codesourcery.com>
7596
7597 * gdb.texinfo (Packets): Add info on thread-id syntax and
7598 multiprocess extensions.
7599 <D>: Document multiprocess form of packet.
7600 <H>: Use thread-id syntax.
7601 <T>: Likewise.
7602 <vCont>: Likewise. Note this is required for multiprocess.
7603 <vKill>: New packet.
7604 (Stop Reply Packets) <T>: Use thread-id syntax.
7605 <W>: Document multiprocess form of reply.
7606 <X>: Likewise.
7607 (General Query Packets) <qC>: Use thread-id syntax.
7608 <qfThreadInfo>: Likewise.
7609 <qGetTLSAddr>: Likewise.
7610 <qP>: Likewise.
7611 <qSupported>: Add "multiprocess" feature.
7612 <qThreadExtraInfo>: Use thread-id syntax.
7613
b77209e0
PA
76142008-09-22 Stan Shebs <stan@codesourcery.com>
7615
7616 * gdb.texinfo (Inferiors): New section.
7617
3d0bb823
PA
76182008-09-12 Pedro Alves <pedro@codesourcery.com>
7619
7620 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
7621
f8dcfc0a
UW
76222008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
7623
7624 * gdbint.texinfo (Target Conditionals): Remove documentation
7625 for gdbarch_name_of_malloc.
7626
8775bb90
MS
76272008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
7628
7629 * gdb.texinfo (Interrupts): Mention TCP interface for
7630 sending BREAK.
7631
f1838a98
UW
76322008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
7633
7634 * gdb.texinfo (Commands to Specify Files): Document "remote:"
7635 argument prefix to "set sysroot".
7636
158c7665
PH
76372008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
7638
7639 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
7640 and False.
7641
30e026bb
VP
76422008-08-20 Vladimir Prus <vladimir@codesourcery.com>
7643
c8d5aac9
L
7644 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
7645 for possible features of -list-features.
30e026bb 7646
c6ebd6cf
VP
76472008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7648
c8d5aac9 7649 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
7650 (GDB/MI Miscellaneous Commands): Document -list-target-features.
7651
aeac0ff9
VP
76522008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7653
7654 * doc/gdb.texinfo (PowerPC): Fix typo.
7655 (PowerPC features): Fix typo.
7656
5231c1fd
PA
76572008-08-18 Pedro Alves <pedro@codesourcery.com>
7658
7659 * observer.texi (thread_ptid_changed): New.
7660
677c5bb1
LM
76612008-08-18 Luis Machado <luisgpm@br.ibm.com>
7662
7663 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
7664 (PowerPC features): Mention feature set for VSX registers.
7665
f3a2dd1a
JB
76662008-08-13 Joel Brobecker <brobecker@adacore.com>
7667
7668 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
7669 the direct visibility of all names in user-written packages.
7670
33e5cbd6
PA
76712008-08-13 Pedro Alves <pedro@codesourcery.com>
7672
7673 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
7674 setting, and make it the default.
7675 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
7676 non-stop script example.
7677
d0384fc4
TJB
76782008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
7679
7680 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
7681 reference to the "Using Different Register and Memory Data
7682 Representation" section.
7683
a6f3e723
SL
76842008-08-12 Sandra Loosemore <sandra@codesourcery.com>
7685
7686 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
7687 (Remote Protocol): Add Packet Acknowledgment to menu.
7688 (Overview): Mention +/- can be disabled, and point to new section
7689 where this is discussed in detail.
7690 (General Query Packets): Document QStartNoAckMode packet, and
7691 corresponding qSupported reply.
7692 (Packet Acknowledgment): New section.
7693
0606b73b
SL
76942008-08-11 Sandra Loosemore <sandra@codesourcery.com>
7695 Pedro Alves <pedro@codesourcery.com>
7696
7697 * gdb.texinfo (Threads): Move paragraph about automatic thread
7698 selection to All-Stop Mode subsection.
7699 (Thread Stops): Reorganize existing material into subsections.
7700 Add introductory blurb and menu.
7701 (Non-Stop Mode): New subsection.
7702 (Background Execution): New subsection.
7703 (Maintenance Commands): Add cross-references from async mode
7704 commands to the new Background Execution section.
7705
d57a3c85
TJB
77062008-08-06 Tom Tromey <tromey@redhat.com>
7707
7708 * gdb.texinfo (Extending GDB): New chapter.
7709 (Sequences): Demoted chapter, now a section under the new
7710 Extending GDB chapter.
7711 (Python): New section.
7712
6d76a53d
SS
77132008-07-31 Stan Shebs <stan@codesourcery.com>
7714
7715 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
7716
1f70da6a
SS
77172008-07-29 Stan Shebs <stan@codesourcery.com>
7718
7719 * gdbint.texinfo: General round of cleanup and minor
7720 clarifications.
7721 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
7722 (Longjmp Support): Update description to reflect how it is done
7723 for targets without using native header.
7724 (Symbol Handling): Add a little more general explanation.
7725 (COFF, ELF): Mention stabs encapsulation.
7726 (DWARF 3): New section.
7727 (Adding a New Host): Scrub out some obsolete bits.
7728 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
7729 (Host Conditionals): Remove descriptions of NO_STD_REGS,
7730 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
7731 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
7732 SEEK_SET, STOP_SIGNAL, USG.
7733 (Raw and Virtual Register Representations): Ditto for
7734 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
7735 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
7736 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
7737 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
7738 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
7739 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
7740 DEPRECATED_REGISTER_VIRTUAL_SIZE,
7741 DEPRECATED_REGISTER_VIRTUAL_TYPE,
7742 DEPRECATED_USE_STRUCT_CONVENTION.
7743 Describe gdbarch_deprecated_fp_regnum.
7744 Update description of gdbarch_print_insn.
7745 (Adding a New Target): Scrub out obsolete bits.
7746 (Obsolete Conditionals): Remove entire section.
7747
383f836e
TT
77482008-07-25 Tom Tromey <tromey@redhat.com>
7749
7750 * observer.texi (GDB Observers): Document new observers:
7751 breakpoint_created, breakpoint_deleted, breakpoint_modified,
7752 tracepoint_created, tracepoint_deleted, tracepoint_modified,
7753 architecture_changed.
7754
cfd8ab24
SS
77552008-07-21 Stan Shebs <stan@codesourcery.com>
7756
7757 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
7758 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
7759
781b42b0
TT
77602008-07-21 Tom Tromey <tromey@redhat.com>
7761
7762 * observer.texi (GDB Observers): Remove obsolete comment.
7763 <executable_changed>: Remove argument.
7764
d7d9f01e
TT
77652008-07-18 Tom Tromey <tromey@redhat.com>
7766
7767 * gdb.texinfo (Macros): Update. Use @code rather than @command.
7768
bf250677
DE
77692008-07-10 Doug Evans <dje@google.com>
7770
7771 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
7772
10568435
JK
77732008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7774
7775 * gdb.texinfo (Starting): Document "set disable-randomization".
7776
5ae4183a
AS
77772008-07-07 Andreas Schwab <schwab@suse.de>
7778
7779 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
7780
b56e7235
VP
77812008-07-06 Vladimir Prus <vladimir@codesourcery.com>
7782
7783 * gdb.texinfo (GDB/MI Target Manipulation): Add
7784 example of -target-attach.
7785
e1ac3328
VP
77862008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7787
7788 * observer.texi (target_resumed): New observer.
5ae4183a 7789 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 7790
65d12d83
TT
77912008-06-06 Tom Tromey <tromey@redhat.com>
7792
7793 * gdb.texinfo (Completion): Add field name example.
7794
fbc5282e
MK
77952008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
7796
7797 * gdb.texinfo (GDB/MI Program Context): Added example
7798 to -exec-arguments
5ae4183a 7799
fbc5282e 78002008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
7801
7802 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
7803 annotation.
7804
c16158bc 78052008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
7806 Nathan Sidwell <nathan@codesourcery.com>
7807 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
7808
7809 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
7810 and ACX_BUGURL.
7811 * configure: Regenerate.
7812 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
7813 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
7814 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
7815 mailing-list-specific text about bug reporting unless
7816 BUGURL_DEFAULT.
7817
75c99385
PA
78182008-06-05 Pedro Alves <pedro@codesourcery.com>
7819
7820 * gdb.texinfo (-target-select): Remove reference to target async.
7821 (Maintenance Commands): Document "maint set/show remote-async".
7822
1763a388
MK
78232008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
7824
7825 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
7826 in -target-file-get section.
5ae4183a 7827
d0d064df
PA
78282008-05-22 Pedro Alves <pedro@codesourcery.com>
7829
9b562ab8
PA
7830 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
7831 killing the inferior when it is already debugging a process.
d0d064df 7832
8dfa32fc
JB
78332008-05-21 Joel Brobecker <brobecker@adacore.com>
7834
7835 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
7836 abbreviation for "finish".
7837
55f996a7
NR
78382008-05-21 Nick Roberts <nickrob@snap.net.nz>
7839
7840 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
7841
ba2b1c56
DJ
78422008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
7843
7844 * gdbint.texinfo (Target Conditionals): Delete entry for
7845 gdbarch_dwarf_reg_to_regnum.
7846
08388c79
DE
78472008-05-09 Doug Evans <dje@google.com>
7848
a3c83fae 7849 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 7850
d14508fe
DE
78512008-05-05 Doug Evans <dje@google.com>
7852
7853 * gdb.texinfo (disassemble): Document /m modifier.
7854
e2b7ddea
VP
78552008-05-05 Vladimir Prus <vladimir@codesourcery.com>
7856
5ae4183a
AS
7857 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
7858 will not report the time of commands that run the target.
e2b7ddea 7859
8eb41542
VP
78602008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7861
7862 * gdb.texinfo (GDB/MI Output Records): Add
7863 missing semicolon.
7864
82f68b1c
VP
78652008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7866
7867 * gdb.texinfo (GDB/MI Output Records):
7868 Document =thread-create and =thread-exited.
7869
fa0f268d
VP
78702008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7871
7872 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 7873 Remove mention of dmi-discuss.
fa0f268d 7874
063bfe2e
VP
78752008-05-03 Pedro Alves <pedro@codesourcery.com>
7876
7877 * observer.texi (thread_exit): New.
7878
237fc4c9
PA
78792008-05-02 Pedro Alves <pedro@codesourcery.com>
7880
7881 * gdb.texinfo (Debugging Output): Document "set/show debug
7882 displaced".
7883 (Maintenance Commands): Document "maint set/show
7884 can-use-displaced-stepping".
7885
0428b8f5
DJ
78862008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
7887
7888 * gdb.texinfo (ARM): Document set/show arm fallback-mode
7889 and set/show arm force-mode.
7890
5009afc5
AS
78912008-05-02 Andreas Schwab <schwab@suse.de>
7892
7893 * gdbint.texinfo (Algorithms): Describe
7894 target_watchpoint_addr_within_range.
7895
669fac23
DJ
78962008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7897
7898 * gdbint.texinfo (Stack Frames): New chapter.
7899 (Algorithms): Move Frames text to the new chapter.
7900 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
7901 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
7902
721c02de
VP
79032008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7904
5ae4183a
AS
7905 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
7906 output does not necessary include any tokens.
721c02de 7907
c055b101
CV
79082008-04-22 Corinna Vinschen <vinschen@redhat.com>
7909
7910 * gdb.texinfo (Set SH Calling convention): New @item.
7911 (Show SH Calling convention): Ditto.
7912
68837c9d
MD
79132008-04-22 Markus Deuling <deuling@de.ibm.com>
7914
7915 * gdb.texinfo (Fortran Operators): Describe '%' operator.
7916
2e9132cc
EZ
79172008-04-20 Eli Zaretskii <eliz@gnu.org>
7918
7919 * gdb.texinfo (Set Breaks): Mention that multiple location
7920 breakpoints need line number info. Add index entries.
7921
31fffb02
CS
79222008-04-19 Craig Silverstein <csilvers@google.com>
7923
7924 * gdb.texinfo (Requirements): Add an optional requirement on
7925 zlib.
7926 * gdbint.texinfo (Debugging File Formats): Add new subsection for
7927 Compressed DWARF 2.
7928
a47ec5fe
AR
79292008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
7930
7931 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
7932 sample output for 'stopped,reason="breakpoint-hit"' message.
7933 (GDB/MI Program Execution): Likewise.
7934
de051565
MK
79352008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
7936
5ae4183a 7937 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
7938 -var-set-format. Add -f option to -var-evaluate-expression.
7939
6ba66d6a
JB
79402008-04-03 Joel Brobecker <brobecker@adacore.com>
7941
7942 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
7943 new node "Ambiguous Expressions". Replace references to this
7944 node by references to "Ambiguous Expressions" throughout.
7945 (Ambiguous Expressions): New node.
7946
1e26b4f8
DJ
79472008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
7948
7949 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
7950
b84876c2
PA
79512008-03-21 Pedro Alves <pedro@codesourcery.com>
7952
7953 * gdb.texinfo (Debugging Output): Document
7954 "set/show debug lin-lwp-async".
7955 (Maintenance Commands): Document "maint set/show linux-async".
7956
63092375
DJ
79572008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7958
7959 * gdb.texinfo (Expressions): Update description of malloced arrays.
7960
8e8901c5
VP
79612008-03-15 Vladimir Prus <vladimir@codesourcery.com>
7962
7963 * gdb.texinfo (Thread Commands): Document
7964 -thread-info. Remove -thread-list-all-threads.
7965
701adfb0
PA
79662008-03-14 Vladimir Prus <vladimir@codesourcery.com>
7967
7968 Implement MI notification for new threads.
7969 * observer.texi (new_thread): Document.
7970
1fddbabb
PA
79712008-03-14 Pedro Alves <pedro@codesourcery.com>
7972 Sandra Loosemore <sandra@codesourcery.com>
7973
7974 * gdb.texinfo (Library List Format): Update to mention the
7975 possibility to pass section addresses instead of segment
7976 addresses.
7977
ccd213ac
DJ
79782008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
7979
7980 * gdb.texinfo (Starting): Document "set exec-wrapper".
7981 (Server): Document gdbserver --wrapper.
7982
fa4727a6
DJ
79832008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
7984
7985 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
7986 unreadable memory. Delete obsolete SPARClite reference.
7987
8edfe269
DJ
79882008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7989
7990 * gdb.texinfo (Starting): Mention always-running targets.
7991 (Target Commands): Add an anchor for load.
7992 (Connecting): Explain continue instead of run.
7993
1843f87b
DJ
79942008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
7995
7996 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
7997
f9082629
NR
79982008-02-26 Nick Roberts <nickrob@snap.net.nz>
7999
8000 * gdb.texinfo (Set Breaks): Revert description of Enb column of
8001 breakpoint table.
8002
fd96d250
PA
80032008-02-19 Pedro Alves <pedro@codesourcery.com>
8004
8005 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
8006 killing the inferior when it is already debugging a process.
8007
36af4ef6
MD
80082008-02-13 Markus Deuling <deuling@de.ibm.com>
8009
8010 * gdbint.texinfo (Build Script): New section. Mention new build script
8011 gdb_buildall.sh.
8012
cda4ce5a
JB
80132008-02-01 Jim Blandy <jimb@red-bean.com>
8014
8015 * gdb.texinfo (Help): Summarize 'info args' correctly.
8016
4acd40f3
TJB
80172008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
8018
8019 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
8020 available in PowerPC architecture.
8021 (Embedded Processors): Change node name of PowerPC item in menu.
8022 (PowerPC): Rename to...
8023 (PowerPC Embedded): this.
8024 (Architectures): Add new PowerPC item in menu.
8025 (PowerPC): New node.
8026
6e6c6f50
DJ
80272008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
8028
8029 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
8030 commands.
8031
5ee187d7
DJ
80322008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
8033
8034 * gdb.texinfo (Setting Catchpoints): Mention features
8035 supported on GNU/Linux.
8036
e275c0d9
NR
80372008-01-30 Nick Roberts <nickrob@snap.net.nz>
8038
8039 * gdb.texinfo (GDB/MI File Commands): Describe new output
8040 field for MI command -file-list-exec-source-file.
8041
2d717e4f
DJ
80422008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
8043
8044 * gdb.texinfo (Using the `gdbserver' Program): Add security
8045 warning. Rearrange into subsections and subsubsections. Document
8046 --multi and --debug. Correct --with-sysroot typo. Update --attach
8047 usage. Make load reference clearer. Document monitor exit.
8048 (Remote Configuration): Document set remote exec-file, attach-packet,
8049 and run-packet.
8050 (Packets): Document vAttach and vRun.
8051
d35a4257 80522008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
8053
8054 * gdb.texinfo (Processes): Mention process command.
889bf7c5 8055 detach-on-follow -> detach-on-fork.
f663676d 8056
c78d192c
DJ
80572008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
8058
8059 * gdbint.texinfo (Native Conditionals): Remove
8060 SHELL_COMMAND_CONCAT and SHELL_FILE.
8061
d35a4257
EZ
80622008-01-26 Eli Zaretskii <eliz@gnu.org>
8063
8064 * gdb.texinfo (Specify Location): Improve wording.
8065
93815fbf
VP
80662008-01-23 Chris Demetriou <cgd@google.com>
8067
8068 * gdb.texinfo (Threads): Document new "set print thread-events"
8069 and "show print thread-events" commands.
8070
2a25a5ba
EZ
80712008-01-19 Eli Zaretskii <eliz@gnu.org>
8072
8073 * gdb.texinfo (Specify Location): New section.
8074 (Delete Breaks, Edit, Set Breaks): Remove description of
8075 locations. Instead, add a reference to "Specify Location".
8076 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
8077 (Symbols): Refer to "Specify Location" for the valid forms of
8078 linespecs and locations.
8079
32c9a795
MD
80802008-01-18 Markus Deuling <deuling@de.ibm.com>
8081
8082 * gdbint.texinfo (Target Conditionals): Replace the description of
8083 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
8084
b17828ca
JB
80852008-01-12 Paul Hilfinger <hilfinger@adacore.com>
8086
8087 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
8088 about &&var, which is rejected by the expression parser.
8089
0aea4bf3
LM
80902008-01-09 Luis Machado <luisgpm@br.ibm.com>
8091
8092 * gdb.texinfo (Output): Update documentation on using printf with DFP
8093 types.
8094
febe4383
TJB
80952008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
8096
8097 * gdb.texinfo (C and C++): Add Decimal Floating Point format
8098 subsubsection.
8099 (Decimal Floating Point format): New subsubsection.
8100
7a404eba
PA
81012008-01-05 Pedro Alves <pedro@codesourcery.com>
8102
8103 * gdb.texinfo (File Options): Remove mention of the attempt to
8104 open a core file with the -p option. Don't list -c as a valid
8105 option to attach to a process.
8106
a4d9b460
PA
81072008-01-05 Pedro Alves <pedro@codesourcery.com>
8108
8109 * gdbint.texinfo (Host Conditionals): Remove mention of
8110 ALIGN_STACK_ON_ENTRY.
8111
6ec2edbe
JB
81122008-01-05 Joel Brobecker <brobecker@adacore.com>
8113
8114 * gdbint.texinfo (Start of New Year Procedure): Add item
8115 describing how to update the source and documentation copyright
8116 notices.
8117
d8b2a693
JB
81182007-12-18 Jim Blandy <jimb@codesourcery.com>
8119
ab209b3a 8120 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
8121 watchpoint explanation into the main description of the watchpoint
8122 command; update synopses of 'watch', 'rwatch', and 'awatch'
8123 commands.
8124
8b4ed427
VP
81252007-12-18 Vladimir Prus <vladimir@codesourcery.com>
8126
8127 * gdb.texinfo (Miscellaneous gdb/mi Commands):
8128 Document 'pending-breakpoints' feature of
8129 -list-features.
8130
37e4754d
LM
81312007-12-17 Luis Machado <luisgpm@br.ibm.com>
8132
669fac23 8133 * gdb.texinfo: Add new parameter's description.
37e4754d 8134
1d3811f6
DJ
81352007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
8136
8137 * gdb.texinfo (Overview): Clarify run-length encoding
8138 example. Remove the restriction on "+" and "-" characters.
8139
c1c25a1a
EZ
81402007-12-15 Eli Zaretskii <eliz@gnu.org>
8141
8142 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
8143
afe8ab22 81442007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 8145
afe8ab22
VP
8146 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
8147 the -f option for -break-insert, remove -r option,
8148 and clarify specification of location.
8149
a6b151f1
DJ
81502007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
8151
8152 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
8153 formatting.
8154 (Remote Debugging): Add File Transfer section.
8155 (Remote Configuration): Document Host I/O packets.
8156 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 8157 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
8158 (Packets): Add vFile.
8159
3b784c4f
EZ
81602007-11-17 Eli Zaretskii <eliz@gnu.org>
8161
8162 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
8163 breakpoints with multiple locations.
8164 (Breakpoint Menus): Improve wording.
8165 (Output): Fix last change.
8166
a4ce5b0d
UW
81672007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
8168
8169 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
8170
1b39d5c0
DE
81712007-11-15 Doug Evans <dje@google.com>
8172
8173 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
8174
7a72d44c
VP
81752007-11-15 Vladimir Prus <vladimir@codesourcery.com>
8176
8177 * gdbint.texinfo (Native Conditionals): Remove
8178 mention of CLEAR_SOLIB.
5ae4183a 8179
6d1829bf 81802007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
8181
8182 * gdb.texinfo (Print Settings): Add documentation for "set/show
8183 print frame-arguments".
8184
1a619819
LM
81852007-11-05 Luis Machado <luisgpm@br.ibm.com>
8186
3b784c4f 8187 * gdb.texinfo (Output): Update printf command's description.
1a619819 8188
55eddb0f
DJ
81892007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
8190
8191 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
8192 powerpc soft-float".
8193
9cceb671
DJ
81942007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
8195
8196 * gdb.texinfo (Files): Correct formatting. Mention Expat
8197 requirement.
8198 (Requirements for Building GDB): Expand the list of Expat
8199 uses.
8200 (Library List Format, Memory Map Format): Mention Expat.
8201 (Target Descriptions): Update Expat wording.
8202
83acabca
DJ
82032007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
8204
8205 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
8206 Document that gdbarch_convert_register_p should return zero for no-op
8207 conversions.
8208
e35879db
UW
82092007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
8210
83acabca 8211 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
8212 of set_gdbarch_sofun_address_maybe_missing back to ...
8213 (Target Conditionals): ... here to fix build break.
8214
203c3895
UW
82152007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
8216
83acabca 8217 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
8218 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
8219 (Compiler Characteristics): ... documentation of
8220 set_gdbarch_sofun_address_maybe_missing.
8221
11411de3
DJ
82222007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
8223
8224 * gdbint.texinfo (Target Conditionals): Use
8225 frame_unwind_register_unsigned in examples instead of
8226 frame_unwind_unsigned_register.
8227
701adfb0
PA
82282007-10-16 Gaius Mulley <gaius@glam.ac.uk>
8229
8230 * gdb.texinfo: Add TSIZE definition, removed statement about
8231 unbounded arrays being unimplemented.
8232
7cc46491
DJ
82332007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
8234
8235 * gdb.texinfo (Predefined Target Types): Add int128
8236 and uint128.
8237 (Standard Target Features): Add PowerPC features.
8238
81adfced
DJ
82392007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
8240
8241 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
8242
c1874924
UW
82432007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
8244
8245 * gdbint.texi (Target Conditionals): Remove documentation
8246 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
8247 gdbarch_extract_return_value, and gdbarch_store_return_value.
8248
f6e56ab3
UW
82492007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
8250
8251 * gdbint.texi (Target Conditionals): Remove documentation of
8252 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
8253
56cf5405
KH
82542007-10-11 Kazu Hirata <kazu@codesourcery.com>
8255
8256 * gdb.texinfo: Mention that inaccessible-by-default is on by
8257 default.
8258
35156bae
DJ
82592007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
8260
8261 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
8262
d983da9c
DJ
82632007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
8264
8265 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
8266 multi-threaded watchpoints.
8267 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
8268 checked. Describe sticky notification. Expand description
8269 of steppable and continuable watchpoints.
8270 (Watchpoints and Threads): New subsection.
8271
fe6fbf8b
VP
82722007-09-28 Vladimir Prus <vladimir@codesourcery.com>
8273
8274 * gdb.texinfo (Setting Breakpoints): Revise
8275 documentation for pending breakpoints. Document
8276 breakpoints with multiple locations.
5ae4183a 8277
084344da
VP
82782007-09-19 Vladimir Prus <vladimir@codesourcery.com>
8279
8280 * gdb.texinfo (Miscellaneous gdb/mi Commands):
8281 Document -list-features.
5ae4183a 8282
82160952
EZ
82832007-09-15 Eli Zaretskii <eliz@gnu.org>
8284
8285 * gdb.texinfo (Output): Spell out which features of C's printf are
8286 not supported by GDB's printf.
7e27a47a
EZ
8287 (Separate Debug Files): More accurate wording regarding build ID
8288 and a reference to the ld manual rather than the Fedora wiki.
82160952 8289
ea37ba09
DJ
82902007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
8291 Jim Blandy <jimb@codesourcery.com>
8292
8293 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
8294 (Examining Memory): Update mentions of the 's' format.
8295 (Automatic Display): Likewise.
8296
b8533aec
DJ
82972007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
8298
8299 * gdb.texinfo: Update the FSF's Back-Cover Text.
8300
83f83d7f
JK
83012007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8302 Eli Zaretskii <eliz@gnu.org>
8303
8304 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
8305 Fixed the ``build ID'' name. New binaries build instructions for the
8306 build ID inclusion. Explain how the commands are specific to the build
8307 ID vs. debug link.
8308
c7e83d54
EZ
83092007-09-01 Eli Zaretskii <eliz@gnu.org>
8310
8311 * gdb.texinfo (Separate Debug Files): Fix last change. Add
8312 indexing for ``build ID'' support.
8313
d3750b24
JK
83142007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8315
8316 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
8317 Enlisted BUILD ID to the debug file searching example.
8318 Included a BUILD ID `.note.gnu.build-id' section description.
8319 Updated/added the debug files splitting instructions for OBJCOPY.
8320
02142340
VP
83212007-08-31 Vladimir Prus <vladimir@codesourcery.com>
8322
8323 * gdb.texinfo (Variable Objects): Adjust docs
8324 for -var-info-expression and document
8325 -var-info-path-expression.
8326
d3bdde98
JB
83272007-08-20 Jim Blandy <jimb@codesourcery.com>
8328
3fb6a982
JB
8329 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
8330 (title page): Include the dedication in the printed manual, as a
8331 separate page after the copyright notice.
5ae4183a 8332
d3bdde98
JB
8333 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
8334 don't break a @var across a line.
8335
c80a96a8
MR
83362007-07-25 Maciej W. Rozycki <macro@mips.com>
8337
8338 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
8339 for include files.
8340
5824a901
NR
83412007-07-12 Nick Roberts <nickrob@snap.net.nz>
8342
8343 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
8344 in annotate.texinfo.
8345 (Command History): Link to new node.
5824a901 8346
d52e7ea3
UW
83472007-07-05 Markus Deuling <deuling@de.ibm.com>
8348
8349 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
8350
5fc14d0a
EZ
83512007-07-05 Eli Zaretskii <eliz@gnu.org>
8352
8353 * gdbint.texinfo (Target Conditionals): Fix last change.
8354
4a9bb1df
UW
83552007-07-03 Markus Deuling <deuling@de.ibm.com>
8356
8357 * gdb.texinfo: Replace following macros by their appropriate gdbarch
8358 routines:
8359 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
8360 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
8361 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
8362 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
8363 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
8364 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
8365 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
8366 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
8367 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
8368 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
8369 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
8370 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
8371 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
8372 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
8373 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
8374 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
8375 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
8376 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
8377 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
8378 (SOFTWARE_SINGLE_STEP_P)
8379
8380 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
8381 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
8382
8383 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
8384 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
8385 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
8386 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
8387 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
8388 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
8389 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
8390 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
8391 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
8392 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
8393
8394 (Converting an existing Target Architecture to Multi-arch): Remove
8395 section.
8396
8397 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
8398 (gdbarch_addr_bits_remove): Add code example.
8399
8400 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
8401
cfa9d6d9
DJ
84022007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
8403
8404 * gdb.texinfo (Remote Configuration): Document library-info-packet.
8405 Add other missing entries. Adjust the table size to fit.
8406 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
8407 stop reasons including the new "library" event.
8408 (General Query Packets): Adjust table widths for qSupported. Mention
8409 qXfer:libraries:read reply to qSupported and document the new packet.
8410 (Library List Format): New section.
8411
159fcc13
JK
84122007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8413
8414 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
8415
f66d1690
MS
84162007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
8417
8418 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
8419
67102876
NR
84202007-06-25 Nick Roberts <nickrob@snap.net.nz>
8421
8422 * gdbint.texinfo (Register and Memory Data): Break sections
8423 into nodes and add a menu.
8424
a4642986
MR
84252007-06-21 Maciej W. Rozycki <macro@mips.com>
8426
8427 * gdb.texinfo (Examining Memory): Document the new behaviour.
8428
e9c17194
VP
84292007-06-21 Vladimir Prus <vladimir@codesourcery.com>
8430
8431 * gdb.texinfo (Standard Target Features): Document
8432 m68k features.
8433
31d99776
DJ
84342007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
8435
8436 * gdb.texinfo (General Query Packets): Document qOffsets changes.
8437
1780a0ed
DJ
84382007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8439
8440 * gdb.texinfo (Target Description Format): Add version attribute
8441 for <target>.
8442
822b6570
DJ
84432007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8444
8445 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
8446
f8b73d13
DJ
84472007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8448
8449 * gdb.texinfo (MIPS Features): New subsection.
8450
0e7f50da
UW
84512007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
8452 Markus Deuling <deuling@de.ibm.com>
8453
8454 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
8455 and qXfer:spu:write packets and mention them under qSupported.
8456
23d964e7
UW
84572007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
8458 Markus Deuling <deuling@de.ibm.com>
8459
8460 * gdb.texinfo (Architectures): Add new SPU section to document
8461 Cell Broadband Engine SPU architecture specific commands.
8462
9f708cb2
VP
84632007-06-09 Vladimir Prus <vladimir@codesourcery.com>
8464
8465 * gdb.texinfo (GDB/MI Variable Objects): Editorial
8466 comments.
8467
7579b5f8
NR
84682007-06-07 Nick Roberts <nickrob@snap.net.nz>
8469
8470 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
8471
bf06d120
JB
84722007-05-29 Jim Blandy <jimb@codesourcery.com>
8473
8474 * gdb.texinfo (Overview): Doc fix.
8475
23776285
MR
84762007-05-22 Maciej W. Rozycki <macro@mips.com>
8477
8478 * gdb.texinfo (Remote Configuration): Document "set/show
8479 remoteflow".
8480
1a69e1e4
DJ
84812007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
8482
bf06d120
JB
8483 * gdb.texinfo (MIPS): Remove documentation for set mips
8484 saved-gpreg-size, show mips saved-gpreg-size, and set mips
8485 stack-arg-size.
1a69e1e4 8486
46ba6afa 84872007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8488
46ba6afa
BW
8489 * all-cfg.texi (GDBTUI): New.
8490 * gdb.texinfo (Mode Options): Use GDBTUI variable.
8491 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
8492 (TUI Configuration): Edit to improve clarity and fix problems of
8493 both style and content.
5ae4183a 8494
06d3b283
UW
84952007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
8496
8497 * observer.texi (GDB Observers): New observer "new_objfile".
8498
179101d6
UW
84992007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
8500
8501 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
8502
25d5ea92
VP
85032007-04-14 Vladimir Prus <vladimir@codesourcery.com>
8504
8505 * gdb.texinfo (GDB/MI Variable Objects): Document
8506 frozen variables objects.
5ae4183a 8507
701adfb0
PA
85082007-04-13 Paul Brook <paul@codesourcery.com>
8509
8510 * gdb.texinfo: Document ieee_single and ieee_double target types.
8511
ea35711c
DJ
85122007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
8513
8514 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
8515 (Character Sets, Caching Data of Remote Targets): Likewise.
8516 (Targets): Delete Remote node. Move its text...
8517 (Debugging Remote Programs): ...to here. Delete description
8518 of the "remote" command.
8519 (Remote configuration): Delete description of "set remotedevice"
8520 and "show remotedevice".
8521 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
8522
701adfb0
PA
85232007-04-11 Steve Ellcey <sje@cup.hp.com>
8524
8525 * gdbint.texinfo (warning flags): Add -Wno-char-subscripts.
8526
db2e3e2e
BW
85272007-04-11 Bob Wilson <bob.wilson@acm.org>
8528
5ae4183a
AS
8529 * gdb.texinfo (Contributors, Continuing and Stepping)
8530 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
8531 (General Query Packets, File-I/O Remote Protocol Extension)
8532 (Protocol Basics, The F Reply Packet, Write)
8533 (Protocol-specific Representation of Datatypes, Memory Transfer):
8534 Fix hyphenation, punctuation and grammar problems.
8535 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
8536 'section' instead of 'subsection' in the text.
8537 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
8538 (i386): Remove period from section name.
db2e3e2e
BW
8539 (Installing GDB, Requirements, Running Configure, Separate Objdir)
8540 (Config Names, Configure Options): Use @file{configure}.
8541
8a3dae3e
DJ
85422007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
8543
8544 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
8545 and tab expansion.
8546
1a92f856
DJ
85472007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
8548
8549 * gdbint.texinfo (SOM): Correct location of the SOM reader.
8550
79a6e687 85512007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8552
79a6e687
BW
8553 * gdb.texinfo: Consistently capitalize all significant words in
8554 node names, chapter titles, section titles, and headings. Update
8555 cross references to match.
8556 (Starting and Stopping Trace Experiment): Make node name plural.
8557 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 8558
ad527d2e
PA
85592007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
8560
8561 * gdb.texinfo (WinCE): Delete obsolete subsection.
8562
7ce59000
DJ
85632007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8564
8565 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
8566 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
8567 references.
8568
8807d78b
DJ
85692007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8570
8571 * gdb.texinfo (Startup): Delete references to some alternate
8572 names for .gdbinit.
8573 (Thread): Remove LynxOS reference.
8574 (Tandem ST2000): Delete target-specific documentation.
8575 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
8576 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
8577 and GDB_OSABI_LYNXOS.
8578
5f402660
UW
85792007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
8580
8581 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
8582
bac718a6
UW
85832007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
8584
8585 * gdbint.texinfo (Target Conditionals): Remove mention of
8586 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
8587 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
8588
9453113a
DJ
85892007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
8590
8591 * Makefile.in: Add "pdfdir" installation
8592 directory, PDFTEX macro, support for "install-pdf" target,
8593 and rules for making a pdf version of refcard.texi.
8594 * refcard.tex: Specify paper size for PDF output.
8595
ae21e955 85962007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8597
ae21e955 8598 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 8599
3f94c067 86002007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8601
3f94c067
BW
8602 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
8603 (Source Path, Character Sets, Macros, Define)
8604 (GDB/MI Result Records, GDB/MI Simple Examples)
8605 (GDB/MI Program Execution, GDB/MI File Commands)
8606 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
8607 (Bug Reporting): Use @value{GCC}.
5ae4183a 8608
12c27660 86092007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8610
12c27660
BW
8611 * gdb.texinfo (Help): Fix formatting of examples.
8612 (Variables): Use @ifnotinfo instead of @iftex.
8613 (Non-debug DLL symbols): Use @ref instead of @pxref.
8614 (Sparclet File): Use @samp instead of quotes.
5ae4183a 8615
ce9341a1
BW
86162007-03-26 Bob Wilson <bob.wilson@acm.org>
8617
8618 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
8619
c8f4133a
BW
86202007-03-26 Bob Wilson <bob.wilson@acm.org>
8621
8622 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
8623 the order of the nodes.
8624 (C Operators, C Constants, Debugging C): Remove extra menus.
8625 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 8626
c8f4133a 86272007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
8628
8629 * gdb.texinfo (File Options): Add missing parenthesis.
8630 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
8631
c74d0ad8
DJ
86322007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8633
8634 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
8635
ff6f572f
DJ
86362007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8637
669fac23 8638 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
8639 case insensitivity.
8640 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
8641
994337c3
NR
86422007-02-18 Nick Roberts <nickrob@snap.net.nz>
8643
8644 * gdb.texinfo (Top): Put Appendix A after numbered sections.
8645 (Files): Add section name to argument list for pxref.
8646 (Non-debug DLL symbols): Don't use `see' for pxref.
8647 (Embedded Processors): Fix typo.
8648 (GDB/MI Breakpoint Commands): Execution commands generate
8649 *stopped not ^done.
8650
eb819d70
NR
86512007-02-13 Nick Roberts <nickrob@snap.net.nz>
8652
8653 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
8654 values for in_scope. Mention that only root variables can be
8655 updated.
8656 (GDB/MI Development and Front Ends): Explain new values may be
8657 added to existing fields.
8658
123dc839
DJ
86592007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8660
8661 * gdb.texinfo (-target-disconnect): Use @smallexample.
8662 (Requirements): Add anchor for Expat. Update description.
8663 (Target Descriptions): Mention Expat.
8664 (Target Description Format): Document new elements. Use
8665 @smallexample.
8666 (Predefined Target Types, Standard Target Features): New sections.
669fac23 8667 * gdbint.texinfo (Target Descriptions): New section.
123dc839 8668
108546a0
DJ
86692007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
8670
8671 * gdb.texinfo (Target Description Format): Add section on XInclude.
8672
95a98c01
NR
86732006-02-03 Nick Roberts <nickrob@snap.net.nz>
8674
8675 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
8676 command -enable-timings.
8677
f4b3909f
EZ
86782007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
8679
5ae4183a 8680 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
8681 descriptions for new/deleted elements in gdb_osabi. Add missing
8682 description for function generic_elf_osabi_sniff_abi_tag_sections.
8683
c7ba131e
JB
86842007-01-29 Joel Brobecker <brobecker@adacore.com>
8685
8686 * gdb.texinfo (Maintenance Commands): Add documentation for
8687 the new "maint print target-stack" command.
8688
3a60f64e
JK
86892007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8690 Eli Zaretskii <eliz@gnu.org>
8691
f4b3909f 8692 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 8693
c582f8b6
EZ
86942007-01-26 Eli Zaretskii <eliz@gnu.org>
8695
8696 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
8697 Use @value{NGCC} instead of @value{GCC}.
8698
d3e8051b
EZ
86992007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
8700
8701 * agentexpr.texi: Fix typos.
8702 * annotate.texinfo: Likewise.
8703 * gdb.texinfo: Likewise.
8704 * gdbint.texinfo: Likewise.
8705 * observer.texi: Likewise.
8706 * stabs.texinfo: Likewise.
8707
86f04699
EZ
87082007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
8709
8710 * gdbint.texinfo (Support Libraries): Remove mmalloc
8711 entry. Describe readline library.
8712
23181151
DJ
87132007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
8714
8715 * gdb.texinfo (Target Descriptions): New section.
8716 (General Query Packets): Add QPassSignals anchor. Mention
8717 qXfer:features:read under qSupported. Expand mentions of
8718 qXfer:memory-map:read and QPassSignals. Document
8719 qXfer:features:read.
8720
f822c95b
DJ
87212007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
8722
8723 * gdb.texinfo (Commands to specify files): Describe
8724 "set sysroot" and "show sysroot".
8725 (Using the `gdbserver' program): Lowercase argument
8726 to @var. Expand description of setting up GDB on the
8727 host.
8728
8936fcda
JB
87292007-01-05 Joel Brobecker <brobecker@adacore.com>
8730
8731 * gdb.texinfo (Set Catchpoints): Add documentation for the new
8732 catch exception, catch exception unhandled, and catch assert
8733 commands.
8734
e776119f
DJ
87352007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8736
8737 * gdb.texinfo (Debugging Output): Document "set debug xml"
8738 and "show debug xml".
8739
aa79a185
DJ
87402007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8741
8742 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
8743
7f893741
JB
87442007-01-01 Joel Brobecker <brobecker@adacore.com>
8745
8746 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
8747
a1b5960f
VP
87482006-12-08 Vladimir Prus <vladimir@codesourcery.com>
8749
8750 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
8751 note in @ignore, to be removed later if nobody complains.
8752
9f470e6e
NR
87532006-12-04 Nick Roberts <nickrob@snap.net.nz>
8754
8755 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
8756 of -var-delete.
8757
765dc015 87582006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 8759
765dc015 8760 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
8761 automatic software/hardware breakpoint usage and
8762 the "set breakpoint auto-hw" command.
765dc015 8763
4b5752d0
VP
87642006-11-21 Vladimir Prus <vladimir@codesourcery.com>
8765
8766 * gdb.texinfo (Memory Access Checking): New.
8767
89be2091
DJ
87682006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
8769
8770 * gdb.texinfo (Remote configuration): Mention
8771 "pass-signals-packet".
8772 (General Query Packets): Document QPassSignals. Fix
8773 a typo.
8774
ca3bf3bd
DJ
87752006-11-14 Maxim Grigoriev <maxim@tensilica.com>
8776
8777 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
8778
427c3a89
DJ
87792006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
8780
8781 * gdb.texinfo (Remote configuration): Rewrite documentation for
8782 packet configuration commands.
8783 (OS Information): Adjust reference to qXfer:auxv:read.
8784 (General Query Packets): Remove references to read-aux-vector-packet
8785 and set remote get-thread-local-storage-address.
8786
7a107747
DJ
87872006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
8788
8789 * gdbint.texinfo (Target Architecture Definition): Add new
8790 Initializing a New Architecture section.
8791
1c56eb0e
EZ
87922006-10-31 David Taylor <dtaylor@emc.com>
8793
8794 * stabs.texinfo (Macro define and undefine): New node describing
8795 stabs for #define and #undef.
8796
f73adfeb
AS
87972006-10-27 Andreas Schwab <schwab@suse.de>
8798
8799 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
8800
fd60e0df
EZ
88012006-10-21 Eli Zaretskii <eliz@gnu.org>
8802
8803 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
8804 clarify on the possible meanings of ``expression'' watched by
8805 watchpoints. Add indexing.
e5ac9b53
EZ
8806 (Prompting, Errors, Invalidation, Annotations for Running)
8807 (Source Annotations): Fix index entries by adding "annotation" to
8808 them, to discriminate from index entries that point to the more
8809 general topic descriptions.
fd60e0df 8810
52bb452f
DJ
88112006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
8812
8813 * gdbint.texinfo (Target Vector Definition): Move most
8814 content into Existing Targets. Add a menu.
8815 (Existing Targets): New section, moved from Target Vector
8816 Definition. Use @subsection.
8817 (Managing Execution State): New section.
8818
58955e58
BW
88192006-10-16 Bob Wilson <bob.wilson@acm.org>
8820
8821 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
8822
c8aa23ab
EZ
88232006-10-15 Eli Zaretskii <eliz@gnu.org>
8824
8825 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
8826 (Command Syntax, Signals, Backtrace, Connecting)
8827 (Remote configuration, Renesas Boards, Console I/O): Fix last
8828 change: use Ctrl- instead of C-, except wrt Emacs.
8829 (File-I/O Examples): Put Ctrl-c in @kbd.
8830 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
8831 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
8832 (Signals, Set Breaks, Set Watchpoints): Document optional
8833 arguments to `info signals' `handle', `info breakpoints', and
8834 `info watchpoints'.
c8aa23ab 8835
e7109c7e
EZ
88362006-10-14 Eli Zaretskii <eliz@gnu.org>
8837
8838 * gdb.texinfo (Backtrace): Fix last change.
8839
de3aea7b
NR
88402006-10-14 Nick Roberts <nickrob@snap.net.nz>
8841
8842 * gdb.texinfo (Backtrace): Order correctly and add other cases.
8843
7f9087cb
BW
88442006-10-10 Bob Wilson <bob.wilson@acm.org>
8845
c8aa23ab
EZ
8846 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
8847 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
8848 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 8849
68437a39
DJ
88502006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8851 Daniel Jacobowitz <dan@codesourcery.com>
8852
8853 * gdb.texinfo (Packets): Document vFlashErase,
8854 vFlashWrite and vFlashDone packets.
8855 (General Query Packets): Document qXfer:memory-map:read.
8856 Add a new feature for qXfer:memory-map:read.
8857 (Memory map format): New section.
8858 (Target Commands): Mention that gdb can write flash.
8859
fd79ecee
DJ
88602006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8861 Daniel Jacobowitz <dan@codesourcery.com>
8862
8863 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
8864 memory regions and "mem auto".
8865
350da6ee
DJ
88662006-09-21 Nathan Sidwell <nathan@codesourcery.com>
8867
8868 * gdbint.texinfo (Array Containers): New section.
8869
2f1acb09
VP
88702006-09-17 Vladimir Prus <vladimir@codesourcery.com>
8871
8872 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8873 -stack-list-arguments HIGH_FRAME argument can be larger then the
8874 actual number of frames.
8875
2ab1eb7a
VP
88762006-09-07 Vladimir Prus <vladimir@codesourcery.com>
8877
8878 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
8879 -stack-list-locals HIGH_FRAME argument can be larger then the
8880 actual number of frames.
2ab1eb7a 8881
599b237a
BW
88822006-09-02 Bob Wilson <bob.wilson@acm.org>
8883
8884 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
8885 Register Packet Format, Tracepoint Packets): Fix spelling errors.
8886
25ab7e6d
EZ
88872006-09-02 Eli Zaretskii <eliz@gnu.org>
8888
8889 * gdbint.texinfo (Overall Structure): New section "Source Tree
8890 Structure".
8891
940178d3
JB
88922006-08-17 Jim Blandy <jimb@codesourcery.com>
8893
8894 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
8895 responses.
8896
30daae6c
JB
88972006-08-08 Joel Brobecker <brobecker@adacore.com>
8898
8899 * gdb.texinfo (Source Path): Add documentation for new
8900 substitute-path commands.
8901
7fa2210b
DJ
89022006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
8903
8904 * gdb.texinfo (Installing GDB): Update menu. Move text to...
8905 (Running Configure): ...here.
8906 (Requirements): New node. Mention expat.
8907
3d00d119
DJ
89082006-08-08 Vladimir Prus <vladimir@codesourcery.com>
8909
5ae4183a 8910 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
8911 'set download-write-size' and 'show download-write-size'.
8912
0cbfa4ee
DJ
89132006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
8914
8915 * stabs.texinfo (Member Type Descriptor): Correct example for
8916 pointer to member types.
8917
16026cd7
AS
89182006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
8919
8920 * gdb.texinfo (Optional warnings and messages): Add
8921 'set/show trace-commands'.
8922 (Command files): Add '-v' to source command.
8923
0876f84a
DJ
89242006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
8925
8926 * gdb.texinfo (OS Information): Update qPart reference to
8927 qXfer.
8928 (Remote configuration): Likewise.
8929 (Overview): Move @cindex to the start of a paragraph. Talk
8930 about binary data encoding.
8931 (Packets): Refer to the overview for the details of the X
8932 packet encoding.
8933 (General Query Packets): Remove qPart description. Add qXfer
8934 description. Add an anchor to qSupported. Correct feature
8935 table title. Add a new feature for qXfer:auxv:read.
8936 (Interrupts): Add a missing parenthesis.
8937
2ec3381a
DJ
89382006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
8939
669fac23 8940 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
8941 (GDB/MI Kod Commands): Remove commented out node.
8942
594fe323
EZ
89432006-07-01 Eli Zaretskii <eliz@gnu.org>
8944
8945 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
8946 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
8947 (GDB/MI Thread Commands, GDB/MI Program Execution)
8948 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
8949 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
8950 (GDB/MI File Commands, GDB/MI Target Manipulation)
8951 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
8952 since the MI prompt is hard-wired into the code.
8953
7e3fb70c
NR
89542006-07-01 Nick Roberts <nickrob@snap.net.nz>
8955
8956 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
8957 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
8958 (GDB/MI Data Manipulation): Remove description of unimplemented
8959 display related commands as variable objects perform this function
8960 and are superior: -display-delete, -display-disable,
8961 -display-enable, -display-insert and -display-list. Move
8962 -environment-cd, -environment-directory, -environment-path
8963 and -environment-pwd to "Program Context".
8964 (GDB/MI Program Control): Rename to "Program Execution". Move
8965 -exec-arguments -exec-abort to...
8966 (GDB/MI Program Context): ...here. New node split from "Data
8967 Manipulation".
8968
be2a5f71
DJ
89692006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
8970
8971 * gdb.texinfo (Remote configuration): Document set / show
8972 remote supported-packets.
8973 (General Query Packets): Document qSupported packet.
8974
701adfb0
PA
89752006-06-13 Nathan Sidwell <nathan@codesourcery.com>
8976
8977 * gdb.texinfo (system): Document behaviour with zero length
8978 string.
8979
fc320d37
SL
89802006-06-10 Sandra Loosemore <sandra@codesourcery.com>
8981
8982 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
8983 and font markup.
8984 (Protocol basics): Likewise.
8985 (The F request packet): Likewise.
8986 (The F reply packet): Likewise.
8987 (Memory transfer): Move this node to be a subsubsection of
8988 "Protocol specific representation of datatypes".
8989 (The Ctrl-C message): More copy editing.
8990 (Console I/O): Likewise.
8991 (The isatty call): Delete this node, and merge its content into
8992 the "isatty" node. Fixed references elsewhere.
8993 (The system call): Delete this node, and merge its content into
8994 the "system" node. Fixed references elsewhere.
8995 (open): Reformat to use @table, and add appropriate font markup.
8996 (close): Likewise.
8997 (read): Likewise.
8998 (write): Likewise.
8999 (lseek): Likewise.
9000 (rename): Likewise.
9001 (unlink): Likewise.
9002 (stat/fstat): Likewise.
9003 (gettimeofday): Likewise.
9004 (isatty): Likewise.
9005 (system): Likewise, plus minor changes to fix confusing wording.
9006 (Integral datatypes): Fix font markup.
9007 (Pointer values): Likewise.
9008 (struct stat): Fix markup to use @table, plus minor copy editing.
9009 (struct timeval): Fix font markup, plus minor copy editing.
9010 (Constants): Minor copy editing.
9011 (Errno values): Add font markup.
9012 (File-I/O Examples): Likewise.
9013
158fdf5c
NR
90142006-06-10 Nick Roberts <nickrob@snap.net.nz>
9015
9016 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
9017 (GDB/MI Simple Examples): Move node up one level. Use real
9018 examples.
9019 (GDB/MI Compatibility with CLI): Update.
9020 (GDB/MI Result Records): Add "connected" and "exit" result
9021 classes.
9022 (GDB/MI Stream Records): Clarify target output.
9023 (GDB/MI Command Description Format): Modify example description.
9024 (GDB/MI Breakpoint Table Commands): Rename to...
9025 (GDB/MI Breakpoint Commands): ...this
9026 (GDB/MI Breakpoint Commands): Add optional thread field.
9027 (GDB/MI Program Control): Add an introduction. Move "Program
9028 termination" examples into exec-run description.
9029 (GDB/MI File Commands): Mention similar CLI commands.
9030 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
9031 is similar to "-gdb-version".
9032
ddb50cd7
EZ
90332006-06-09 Eli Zaretskii <eliz@gnu.org>
9034
9035 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
9036
2aef0d6b
NR
90372006-06-02 Nick Roberts <nickrob@snap.net.nz>
9038
9039 * gdb.texinfo (GDB/MI Development and Front Ends): Use
9040 sourceware.org for mailing lists.
d5e40d59 9041 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 9042
383a5c52
NR
90432006-06-01 Nick Roberts <nickrob@snap.net.nz>
9044
d5e40d59 9045 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 9046
e16b02ee
EZ
90472006-05-22 Eli Zaretskii <eliz@gnu.org>
9048
9049 * gdb.texinfo (Cygwin Native): Fix last change.
9050
be90c084
CF
90512006-05-22 Christopher Faylor <cgf@timesys.com>
9052
9053 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
9054
347ceba5
NR
90552006-05-15 Nick Roberts <nickrob@snap.net.nz>
9056
9057 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
9058 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
9059
369af7bd
DJ
90602006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
9061
9062 * gdb.texinfo (General Query Packets): Recommend not starting
9063 new packets with qC and clarify.
9064
2ffdbde8 90652006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
9066
9067 * gdb.texinfo (M2 Types): New section.
72019c9c 9068
16d1a084
DJ
90692006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
9070
9071 * agentexpr.texi: Add a copyright and license notice.
9072 * observer.texi: Likewise, with GPL clause for function prototypes.
9073 Remove trailing whitespace.
9074
aa56d27a
JB
90752006-05-05 Jim Blandy <jimb@codesourcery.com>
9076
9077 * gdb.texinfo (General Query Packets): Document conventions for
9078 terminating packet names, and their violations.
9079
5bdf8622
DJ
90802006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
9081
9082 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
9083 * gdb.texinfo: Likewise.
9084
605a56cb
DJ
90852006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
9086
9087 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
9088 and "show remotedebug".
9089 (Debugging Output): Add additional index entries.
9090
b8db102d
MS
90912006-04-27 Michael Snyder <msnyder@redhat.com>
9092
9093 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
9094
c5e30d01
AC
90952006-04-22 Andrew Cagney <cagney@redhat.com>
9096
9097 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
9098 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
9099
8181d85f
DJ
91002006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
9101
9102 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
9103 and remove breakpoint prototypes.
9104 (Watchpoints): Move description of target_insert_hw_breakpoint and
9105 target_remove_hw_breakpoint ...
9106 (Breakpoints): ... to here. Document target_insert_breakpoint and
9107 target_remove_breakpoint.
9108
4f553f88
JB
91092006-04-17 Jim Blandy <jimb@codesourcery.com>
9110
9111 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
9112 and C packets are optional.
9113
cd852561
FR
91142006-04-14 Frederic Riss <frederic.riss@st.com>
9115
9116 * gdb.texinfo (Specifying source directories): Update the description
9117 of the source file search to reflect the fact that the source path
9118 always contains at least $cdir and $cwd.
9119
b620eb07
MS
91202006-03-31 Michael Snyder <msnyder@redhat.com>
9121
9122 * gdb.texinfo: Update copyright dates.
9123
3156cdaf
EZ
91242006-03-31 Eli Zaretskii <eliz@gnu.org>
9125
9126 * gdb.texinfo (Overview): Add an index entry to "empty response".
9127
701adfb0
PA
91282006-03-29 Steve Ellcey <sje@cup.hp.com>
9129
9130 * gdb.texinfo: Remove gdbserve.nlm documentation.
9131
7d30c22d
JB
91322006-03-28 Jim Blandy <jimb@codesourcery.com>
9133
9134 * gdbint.texinfo (Prologue Analysis): New section.
9135
86941c27
JB
91362006-03-07 Jim Blandy <jimb@red-bean.com>
9137
66b8c7f6
JB
9138 * gdb.texinfo (Connecting): Document 'target remote pipe'.
9139
1a10341b
JB
9140 * gdb.texinfo (Target Commands): Update text describing how to
9141 specify a target. Refer to the detailed section on remote
9142 debugging, not the brief mention.
9143
86941c27
JB
9144 * gdb.texinfo (Connecting): Organize the different 'target remote'
9145 connection methods into a table. Add a 'target remote' index
9146 entry. (!!!)
9147
62f3a2ba
FF
91482006-02-17 Fred Fish <fnf@specifix.com>
9149
9150 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
9151 'ptype' commands to reflect the fact that the only significant
9152 difference between them is that ptype prints the complete type
9153 description instead of just the name.
9154
8b9a88ea
WZ
91552006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
9156
9157 * gdbint.texinfo (Watchpoints): Delete
9158 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
9159
7e8dc855
NR
91602006-02-10 Nick Roberts <nickrob@snap.net.nz>
9161
9162 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
9163 times fields where needed. Fix typos. Update general form given
9164 for output of -break-insert.
9165 (GDB/MI): Abbreviate some unnecessarily long fullnames.
9166
c91d38aa
DJ
91672006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
9168
9169 * gdbint.texinfo (Symbol Handling): Add a section
9170 on memory management.
9171
38fcd64c
DJ
91722006-02-06 Vladimir Prus <ghost@cs.msu.su>
9173
9174 * gdb.texinfo (Breakpoint table commands): Document the fullname
9175 field in -break-list output.
9176
219eec71
EZ
91772006-02-03 Eli Zaretskii <eliz@gnu.org>
9178
9179 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
9180 debugging information produced by the various "set debug..."
9181 options.
9182
ae5a43e0
DJ
91832006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9184
9185 * gdb.texinfo (Files): Remove obsolete bits from the description
9186 of "symbol-file".
9187
a9f158ec
JB
91882006-01-25 Jim Blandy <jimb@redhat.com>
9189
9190 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
9191
410dd08e
JB
91922006-01-24 Jim Blandy <jimb@redhat.com>
9193
9194 * gdbint.texinfo (Frames): Document the basics of GDB's register
9195 unwinding model, and explain the existence of the "sentinel" frame.
9196
4b505b12
AS
91972006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
9198
9199 * gdb.texinfo (Choosing files): Mention that -directory is used
9200 for script files.
9201 (Specifying source directories): Likewise.
9202 (Command files): Explain how script files are found.
9203
839c27b7
EZ
92042006-01-21 Eli Zaretskii <eliz@gnu.org>
9205
9206 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
9207 the threads in a multi-threaded program.
9208 (Threads): The threadno argument of "thread apply" can be a range
9209 of numbers.
9210
7be93b9e
JB
92112006-01-18 Jim Blandy <jimb@redhat.com>
9212
9213 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
9214 of warning flags.
9215
fcc73fe3
EZ
92162006-01-13 Eli Zaretskii <eliz@gnu.org>
9217
9218 * gdb.texinfo (Sequences): Improve menu annotations.
9219 (Define): Add index entries for arguments of user-defined
9220 commands. Move the description of flow-control commands...
9221 (Command Files): ...to here. Document loop_break and
9222 loop_continue.
ca91424e
EZ
9223 (Define, Command Files): Document `end' and add index entries for
9224 it.
fcc73fe3 9225
5c95884b
MS
92262006-01-04 Michael Snyder <msnyder@redhat.com>
9227
9228 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 9229 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 9230
860701dc
PH
92312006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
9232
9233 * gdb.texinfo (Omissions from Ada): Document that there is now
9234 limited aggregate support.
9235
36b80e65
EZ
92362005-12-28 Eli Zaretskii <eliz@gnu.org>
9237
9238 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
9239 registers and the likes.
9240
c1468174
EZ
92412005-12-24 Eli Zaretskii <eliz@gnu.org>
9242
9243 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
9244 (Symbols): Fix usage of "e.g.".
359df76b 9245 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
9246
9247 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
9248 (Coding): Fix usage of "e.g.".
9249
c02a867d
EZ
92502005-12-23 Eli Zaretskii <eliz@gnu.org>
9251
5ae4183a
AS
9252 * stabs.texinfo:
9253 * refcard.tex:
c02a867d 9254 * gpl.texi:
5ae4183a
AS
9255 * gdbint.texinfo:
9256 * gdb.texinfo:
9257 * gdb-cfg.texi:
c02a867d 9258 * fdl.texi:
5ae4183a
AS
9259 * annotate.texinfo:
9260 * all-cfg.texi:
c02a867d
EZ
9261 * Makefile.in: Add (C) after Copyright. Update the FSF
9262 address.
9263
fad38dfa
EZ
92642005-12-03 Eli Zaretskii <eliz@gnu.org>
9265
9266 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
9267 extend GDB with commands for external monitor.
9268
53e5f3cf
AS
92692005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
9270
9271 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
9272
55f6ca0f
JB
92732005-11-25 Joel Brobecker <brobecker@adacore.com>
9274
9275 * gdbint.texinfo (Start of New Year Procedure): New chapter.
9276
c1947b85
JB
92772005-11-21 Jim Blandy <jimb@redhat.com>
9278
9279 * gdb.texinfo (Tracepoint Packets): Document restrictions on
9280 placement of 'R' actions in tracepoint action packets; document
9281 dependence of 'X' and 'M' actions on a preceding 'R' action for
9282 their registers.
9283
9d29849a
JB
92842005-11-19 Jim Blandy <jimb@redhat.com>
9285
9286 * gdb.texinfo (Tracepoint Packets): New node.
9287 (General Query Packets): Add entries for the tracepoint packets,
9288 referring to the "Tracepoint Packets" node.
9289 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 9290
9a6253be
KB
92912005-11-18 Kevin Buettner <kevinb@redhat.com>
9292
9293 * gdb.texinfo (set remotebreak): Add anchor.
9294 (X packet): Likewise.
9295 (Remote Protocol): Add new section `Interrupts' and new index
9296 entry `interrupts (remote protocol)'.
9297
5f3bebba
JB
92982005-11-18 Jim Blandy <jimb@redhat.com>
9299
9300 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
9301 entries into the General Query Packets section. Add a
9302 cross-reference to that section. Drop description of replies, as
9303 these are covered in the descriptions of each packet.
9304 (General Query Packets): Add introductory text. Explain naming
9305 conventions, and how the end of a name is recognized.
9306
9a7a1b36
KB
93072005-11-17 Kevin Buettner <kevinb@redhat.com>
9308
0564b6cf 9309 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
9310 "set remotebreak" command.
9311
b8ff78ce
JB
93122005-11-16 Jim Blandy <jimb@redhat.com>
9313
9314 * gdb.texinfo (Packets, Stop Reply Packets)
9315 (General Query Packets): Various formatting cleanups.
9316 - Use @samp for packet contents.
9317 - Drop summaries from packet @item lines; the same information appears
9318 immediately below in the description.
9319 - Delete paragraph breaks after packet @item commands, so that the
9320 description appears directly to the right of the packet prototype
9321 in the printed manual, if it fits.
9322 - Place spaces in packet prototypes between @vars and non-@var
9323 letters, and explain that they're just for formatting.
9324 - Use @dots{} instead of '...'.
9325 - Fix uses of @code where @var was needed.
9326 - Replace "deprecated" markers with English text spelling out the
9327 packet's status and the preferred alternatives.
9328 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
9329 what this ever meant.
9330 - Remove "(draft)" markers on 'i' packets; nobody has commented on
9331 this for a long time.
9332 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
9333 implemented several times, and have been in use for years.
9334
8ffe2530
JB
93352005-11-15 Jim Blandy <jimb@redhat.com>
9336
c43c5473
JB
9337 * gdb.texinfo (Packets): Add index entries for 'm' packet
9338 disclaimers.
5ae4183a 9339
fb031cdf
JB
9340 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
9341 of stub when processing an 'm' packet.
9342
8ffe2530
JB
9343 * gdb.texinfo (Packets): Mention that packets beginning with
9344 letters are reserved once, at the top, instead of actually listing
9345 them all and saying "reserved".
9346
c03c782f
AS
93472005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
9348
9349 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
9350 Change @var{$arg0 to @code{$arg0.
9351
814e32d7
WZ
93522005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
9353
9354 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
9355
fa93a9d8
JB
93562005-11-12 Jim Blandy <jimb@redhat.com>
9357
9358 * gdb.texinfo (General Query Packets): Put packets in alphabetical
9359 order. Remove extraneous 'z'.
9360
8a5a3c82
AS
93612005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
9362
9363 * gdb.texinfo (Choosing files): Add --eval-command.
9364
4b0ad762
AS
93652005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
9366
9367 * gdb.texinfo (Choosing modes): Add --return-child-result.
9368
9369
1a088d06
AS
93702005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
9371
9372 * gdb.texinfo (Choosing modes): Add --batch-silent.
9373
656d5e12
EZ
93742005-10-28 Eli Zaretskii <eliz@gnu.org>
9375
9376 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
9377 "The -var-update Command".
9378
3c9c013a
JB
93792005-10-03 Joel Brobecker <brobecker@adacore.com>
9380
9381 * gdb.texinfo (Print Settings): Add documentation for set/show
9382 print array-indexes.
9383
7ba3cf9c
DJ
93842005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
9385
9386 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
9387 6.2 and 6.3.
9388
a94ab193
EZ
93892005-08-27 Eli Zaretskii <eliz@gnu.org>
9390
9391 * gdb.texinfo (File Options): Don't document --mapped, it's gone
9392 since 19-Jan-2004.
9393 (Files): Likewise.
ab1adacd
EZ
9394 (Variables, Symbols): Document the "<incomplete type>" message and
9395 its reasons.
a94ab193 9396
ca06016a
FF
93972005-08-01 Fred Fish <fnf@specifix.com>
9398
9399 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
9400
cf58170d
NR
94012005-07-15 Nick Roberts <nickrob@snap.net.nz>
9402
9403 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
9404 option for -var-list-children and -var-update.
9405 (GDB/MI Stack Manipulation): Simplify description of
9406 print-values option for -stack-list-locals.
9407 (GDB/MI Command Description Format): Clarify.
9408 (Mode Options): Spelling of superseded.
9409
38f1196a
BR
94102005-07-12 Bob Rossi <bob@brasko.net>
9411
9412 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
9413 corresponding GDB command comment.
9414
3cb3b8df
BR
94152005-07-06 Bob Rossi <bob@brasko.net>
9416
9417 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
9418 and -inferior-tty-show.
9419 (Input/Output): Document "set/show inferior-tty" and tty alias.
9420
10fac096
NW
94212005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
9422
9423 * gdb.texinfo (Packets): Change description of 'D' packet to note
9424 that GDB does wait for a response.
9425
d1b6db76
NR
94262005-06-22 Nick Roberts <nickrob@snap.net.nz>
9427
9428 * gdb.texinfo (History) Rename "Command History".
9429 (Command History): Move node "Server Prefix" from section on
9430 Annotations here.
9431
29629dcf
NR
94322005-06-19 Nick Roberts <nickrob@snap.net.nz>
9433
9434 * gdb.texinfo (GDB/MI Stack Manipulation):
9435 Re-instate -stack-info-frame with example. Say that it gets
9436 info on selected frame, not current frame.
9437
397ca115
EZ
94382005-06-18 Eli Zaretskii <eliz@gnu.org>
9439
9440 * gdb.texinfo (Server): Clarify that `file' should be used before
9441 connecting to the server.
9442 (Files): Add an xref to the above description.
51274035
EZ
9443 (Output Formats): More detailed description of the `c' format.
9444 (Memory): List explicitly all the formats supported by `x'.
638ac427 9445 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 9446 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
9447 files. Add more indexing for solib-absolute-prefix and
9448 --with-sysroot.
76d17f34
EZ
9449 (Machine Code): Document possible problems with locations in
9450 shared libraries.
d416eeec
EZ
9451 (Backtrace): Document that free-standing environments do not need
9452 to have a `main' function.
397ca115 9453
74f6deaa
NR
94542005-06-18 Nick Roberts <nickrob@snap.net.nz>
9455
9456 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
9457 -stack-info-frame.
9458
a9967aef
AC
94592005-06-07 Andrew Cagney <cagney@gnu.org>
9460
9461 * gdb.texinfo (Contributors): Note the original multi-arch
9462 contributors.
9463
e09f16f9
EZ
94642005-06-03 Eli Zaretskii <eliz@gnu.org>
9465
9466 * gdb.texinfo (Registers): Add index entries for the standard
9467 registers.
9468 (Frames): Add cross-reference from frame pointer description to
9469 the Registers node.
9470 (Annotations Overview): Fix the reference to GDB name.
9471
d87ba7ee
EZ
94722005-06-01 Eli Zaretskii <eliz@gnu.org>
9473
9474 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
9475 can-use-hw-watchpoints.
9476
034dad6f
BR
94772005-05-28 Bob Rossi <bob@brasko.net>
9478
9479 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
9480 the possible reasons why an exec async record would be returned to FE.
9481
ffed4509
AC
94822005-05-26 Andrew Cagney <cagney@gnu.org>
9483
9484 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
9485 Andrew Cagney implemented the original GDB/MI.
9486
e22e55c9
OF
94872005-05-23 Orjan Friberg <orjanf@axis.com>
9488
9489 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
9490 documentation. Add documentation for cris-mode.
9491
a78e13ce
EZ
94922005-05-20 Eli Zaretskii <eliz@gnu.org>
9493
9494 * gdb.texinfo (Numbers): Explain the example and make the wording
9495 more acurate.
9496
76ff342d
DJ
94972005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
9498 Dennis Brueni <dennis@slickedit.com>
9499
9500 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
9501 (GDB/MI Data Manipulation, GDB/MI Program Control)
9502 (GDB/MI Stack Manipulation): Update examples to include the fullname
9503 attribute in stack frames.
9504
119b882a
EZ
95052005-05-12 Eli Zaretskii <eliz@gnu.org>
9506
9507 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
9508 do with other non-standard names of init files.
9509
6fc08d32
EZ
95102005-05-11 Eli Zaretskii <eliz@gnu.org>
9511
9512 * gdb.texinfo (Command Files): Move the description of the startup
9513 from here...
9514 (Startup): ...to this new subsection of the Invocation chapter.
9515 Rearrange the description of init files more logically and add a
9516 cross-reference to "Command Files". Document the special gdbinit
9517 name for CISCO 68k. Expand the description of what GDB does
9518 during startup.
9519 (History): Add index entry for HISTSIZE.
9520
a561754a
MK
95212005-05-02 Mark Kettenis <kettenis@gnu.org>
9522
9523 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
9524
2eecc4ab
EZ
95252005-05-02 Eli Zaretskii <eliz@gnu.org>
9526
9527 * gdb.texinfo (SVR4 Process Information, The isatty call)
9528 (The system call): Don't use foo(N) notation for man pages and
9529 functions.
514c4d71 9530 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 9531
18999be5
EZ
95322005-04-27 Eli Zaretskii <eliz@gnu.org>
9533
9534 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
9535 were optimized away.
9536
0abb7bc7
EZ
95372005-04-22 Eli Zaretskii <eliz@gnu.org>
9538
9539 * gdb.texinfo (Remote configuration): Document "set/show
9540 get-thread-local-storage-address". Add cross-reference to the
9541 description of the qGetTLSAddr packet.
9542 (General Query Packets): Mention "set remote
9543 get-thread-local-storage-address" and add a reference to its
9544 description.
9545
6f61acb1
NR
95462005-04-19 Nick Roberts <nickrob@snap.net.nz>
9547
9548 * gdb.texinfo (Backtrace): Describe 'bt full'.
9549
9d59903a
NR
95502005-04-17 Nick Roberts <nickrob@snap.net.nz>
9551
9552 * gdb.texinfo (Mode Options): Fix typo.
9553 (GDB/MI): Describe how to invoke GDB/MI.
9554
721c2651
EZ
95552005-04-16 Eli Zaretskii <eliz@gnu.org>
9556
9557 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 9558 references changed. Add description of "info udot".
721c2651
EZ
9559 (Files): Document "set/show stop-on-solib-events".
9560 (M32R/D): Document "set/show download-path", "set/show
9561 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
9562 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
9563 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
9564 (Maintenance Commands): Improve indexing.
9565 (Target Commands): Document "set/show hash", "set/show debug
9566 monitor".
9567 (SVR4 Process Information): Document "info pidlist" and "info
9568 meminfo". Document "set/show procfs-tarce" and "set/show
9569 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
9570 (Symbols, The Print Command with Objective-C): Improve indexing.
9571 (Objective-C): Add references to "info classes" and "info
9572 selectors".
c45da7e6
EZ
9573 (Debugging Output): Improve wording. Document "set/show debug
9574 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
9575 (Set Breaks): Add index entry for "hardware breakpoints".
9576 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
9577 and "set/show usehardbreakpoints".
9578 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
9579 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
9580 (ARM): Document "rdilogfile", "rdilogenable", "set/show
9581 rdiromatzero", "set/show rdiheartbeat".
9582 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
9583 "sds".
9584 (Embedded Processors): Document the "sim" command.
9585 (Remote): Document the "remote" command.
9586 (DJGPP Native): Document the "info serial" command.
9587 (Threads): Document "maint info sol-threads".
9588 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
9589 (Set Breaks): Improve indexing.
9590 (Command Syntax): Add a reference to dont-repeat.
9591 (Define): Document "dont-repeat".
9592 (TUI Commands): Document "tabset".
9593 (WinCE): New subsection. Document "set/show remotedirectory",
9594 "set/show remoteupload", "set/show remoteaddhost".
721c2651 9595
14d6dd68
EZ
95962005-04-15 Eli Zaretskii <eliz@gnu.org>
9597
9598 * gdb.texinfo (Hurd Native): New subsection, documents
9599 Hurd-specific commands.
a64548ea 9600 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 9601 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
9602 (MIPS): Improve documentation of heuristic-fence-post. Document
9603 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
9604 mips stack-arg-size", "set/show mips mask-address", "set/show mips
9605 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 9606 (ARM): Document ARM-specific commands.
a64548ea
EZ
9607 (AVR): New section. Document "info io_registers".
9608 (CRIS): New section. Document "set/show cris-version" and
9609 "set/show cris-dwarf2-cfi".
9610 (HPPA): New section. Document "set/show debug hppa" and "maint
9611 print unwind".
a5adf40f 9612 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 9613 (Super-H): New section. Document the "regs" command.
721c2651 9614 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 9615
9c16f35a
EZ
96162005-04-09 Eli Zaretskii <eliz@gnu.org>
9617
9618 * gdb.texinfo (Print Settings): Document "set/show print
9619 pascal_static-members", "set print repeats", "show print
9620 null-stop". Improve indexing. Fix documentation of "set print
9621 union".
9622 (Pascal): New section.
9623 (Supported languages): Rename from "Support"; all references
9624 updated. Add a menu item for Pascal.
9625 (Numbers): Document "set radix.
9626 (Screen Size): Document "set/show pagination".
9627 (MIPS Embedded): Remove "set processor" documentation.
9628 (Remote configuration): Document "set/show X/P/Z-packet",
9629 "set/show read-aux-vector-packet", "set/show remote
9630 symbol-lookup-packet", "set/show remote verbose-resume-packet",
9631 "set/show remoteaddresssize", "set/show remotebaud", "set/show
9632 remotedebug", "set/show remotebreak", "set/show remotedevice",
9633 "set/show remotelogfile".
9634 (Auxiliary Vector): Add reference to the description of the
9635 read-aux-vector-packet setting.
9636 (Set Watchpoints): Add a cross-reference to "set remote
9637 hardware-breakpoint-limit".
9638 (General Query Packets): Add indexing of requests and
9639 cross-references to related commands in "Remote configuration".
9640 (File-I/O Overview, The system call): Fix wording and typos.
9641 (Thread Stops): Add index entries.
9642 (Continuing and Stepping): Document "show step-mode".
9643 (i386): New node. Document "set/show struct-convention".
9644 (Files): Document "show trust-readonly-sections".
9645 (Calling): Document "set/show unwindonsignal".
9646 (Messages/Warnings): Add index entries.
9647 (Maintenance Commands): Document "set/show watchdog".
9648 (Annotations Overview): Document "show annotate".
9649 (Set Watchpoints): Add index entries.
9650 (Symbols): Fix doc of case-sensitive.
9651 (ABI): Document "show coerce-float-to-double".
9652 (Convenience Vars, Help): Improve indexing.
9653 (Machine Code): Document "show disassembly-flavor".
9654 (Debugging C plus plus): Document "show overload-resolution".
9655 (Value History, Signaling): Add index entries.
9656
96572005-04-08 Eli Zaretskii <eliz@gnu.org>
9658
9659 * gdb.texinfo (Show): Move @kindex entries to their proper places.
9660 (Processes): Fix wording.
9661 (History, List, Logging output, Define, Symbols, Print Settings):
9662 Improve indexing.
9663
a8f24a35
EZ
96642005-04-03 Eli Zaretskii <eliz@gnu.org>
9665
9666 * gdb.texinfo (Targets): Document "set/show architecture". Remove
9667 redundant index entry for "target" command.
9668 (Backtrace): Add index entries.
9669 (Symbols, Fortran): Document the "set case-sensitive" command.
9670 (DJGPP Native): Document "set com1base", "set com1irq", etc.
9671 (Print Settings): Add index entry for "set demangle-style".
9672 (Target Commands): Document "set download-write-size".
9673 (Debugging Output): Document "set exec-done-display".
9674
09d4efe1
EZ
96752005-04-02 Eli Zaretskii <eliz@gnu.org>
9676
9677 * gdb.texinfo (Files): Fix the name and documentation of
9678 add-shared-symbol-files. Document its alias assf. Update the
9679 list of OSs where GDB supports shared libraries. Fix markup.
9680 (Continuing and Stepping): Add reference to @var{location} in the
9681 text.
9682 (Dump/Restore Files): Fix reference to @{filename}.
9683 (Help): Fix wording.
9684 (Attach): Ditto.
9685 (Set Watchpoints): Ditto.
9686 (Backtrace): Remove redundant index entries. Improve index
9687 entries.
9688 (Delete Breaks): Fix wording.
9689 (Memory): Document the compare-sections command.
9690 (Memory Region Attributes): Improve wording.
9691 (Disabling): Improve wording.
9692 (Fortran): New subsection. Document the "info common" command.
9693 (Help): Document aliases "info copying" and "info warranty".
9694 (Caching Remote Data): New section. Document the "set/show
9695 remotecache" and "info dcache" commands.
9696 (Show): Fix wording of the documentation of the "set
9697 extension-language" command.
9698 (Signals): Add index entry for "info handle".
9699 (Memory Region Attributes): Fix punctuation.
9700 (Symbols): Change the arg name to "location" and refer to it in
9701 the text. Fix wording of "info types" doc.
9702 (Threads): Fix usage of @enumerate @item's.
9703 (Listing Tracepoints): Add index entry for "info tp".
9704 (Set Watchpoints): Add xref to "info break" description.
9705 (Macros): Add an index entry for "macro exp1". Document the
9706 "macro list" command.
9707 (Maintenance Commands): Document "flushregs", "maint agent",
9708 "maint check-symtabs", "maint cplus", "maint demangle", "maint
9709 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
9710 "maint print architecture", "maint print objfiles", "maint print
9711 statistics", "maint print type", "maint show-debug-regs", "maint
9712 space", "maint time", and "maint translate-address".
9713 (Connecting): Document the "monitor" command.
9714 (Annotations Overview): Describe the "set annotate" command.
9715
82f2d802
EZ
97162005-04-01 Eli Zaretskii <eliz@gnu.org>
9717
9718 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
9719 Rearrange index entries and improve wording about support for
9720 hardware watchpoints.
9721
7d51c7de
BR
97222005-03-10 Bob Rossi <bob@brasko.net>
9723
9724 * gdb.texinfo: Update copyright
9725
68c71a2e
TR
97262005-02-09 Theodore A. Roth <troth@openavr.org>
9727
9728 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
9729 error.
9730
701adfb0
PA
97312005-03-07 Joel Brobecker <brobecker@adacore.com>
9732
9733 * observer.texi (executable_changed): New observer.
9734
83761cbd
KB
97352005-02-03 Kevin Buettner <kevinb@redhat.com>
9736
9737 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
9738
9f1c6395
MS
97392005-01-17 Michael Snyder <msnyder@redhat.com>
9740
9741 * gdb.texinfo: Fix spelling, infinte -> infinite.
9742
fbd1b305
MK
97432005-01-08 Mark Kettenis <kettenis@gnu.org>
9744
9745 * observer.texi (GDB Observers): Document "solib_loaded".
9746
3ace7edb
AC
97472005-01-07 Andrew Cagney <cagney@gnu.org>
9748
bec39cab
AC
9749 * configure.ac: Rename configure.in, require autoconf 2.59.
9750 * configure: Re-generate.
9751
3ace7edb
AC
9752 * configure.in: Replace configdirs with multiple references to
9753 AC_CONFIG_SUBDIRS.
9754 * configure: Re-generate.
5ae4183a 9755
53531fc1
AC
97562005-01-04 Andrew Cagney <cagney@gnu.org>
9757
9758 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
9759 part of the version number.
9760
536ffdb7
MK
97612004-12-24 Mark Kettenis <kettenis@gnu.org>
9762
9763 * gdbint.texinfo (Algorithms): Remove description of
9764 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
9765
e1aac25b
JB
97662004-12-07 Jim Blandy <jimb@redhat.com>
9767
9768 * gdb.texinfo (General Query Packets): Specify that thread ID's in
9769 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
9770 numbers.
9771
f47b1503
AS
97722004-12-07 Andreas Schwab <schwab@suse.de>
9773
9774 * gdb.texinfo (Mode Options): Document -l option.
9775
b6b8ece6
EZ
97762004-12-04 Eli Zaretskii <eliz@gnu.org>
9777
9778 * gdbint.texinfo (Algorithms): More accurate description of
9779 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
9780 is not needed unless data-read and data-access watchpoints are
9781 supported. Add a description of how GDB checks whether the
9782 inferior stopped because a watchpoint was hit.
9783
01371747
EZ
97842004-11-23 Eli Zaretskii <eliz@gnu.org>
9785
9786 * gdb.texinfo (Files): Add cross-reference to description of
9787 -readnow command-line switch.
9788
2315ffec
RC
97892004-11-10 Randolph Chung <tausq@debian.org>
9790
9791 * gdb.texinfo: Document set/show backtrace past-entry commands.
9792 Rearrange index entries for set/show backtrace past-main.
9793
69065f5d
AC
97942004-11-10 Jon Beniston <jon@beniston.com>
9795
9796 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
9797 * gdb.texinfo (Remote Serial Protocol): Further describe
9798 binary transfer escaping mechanism .
69065f5d 9799
30e91e0b
RC
98002004-11-08 Randolph Chung <tausq@debian.org>
9801
9802 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
9803 and "show debug infrun". Add index entries.
9804
60bf7e09
EZ
98052004-10-23 Eli Zaretskii <eliz@gnu.org>
9806
9807 * gdb.texinfo (SVR4 Process Information): Document subcommands of
9808 "info proc" that are already implemented. Add index entries.
9809 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
9810 (Files): Add a tip for decreasing memory used for symtabs from
9811 shared libraries.
f018e82f
EZ
9812 (Starting): Fix whitespace; make "elaboration" stand out where it
9813 is first used, and add an index entry for the term.
f8568604
EZ
9814 (Calling): Expand and elaborate text. Add "print". Add the
9815 description of problems with weak aliases.
384ee23f 9816 (Core File Generation): New section.
60bf7e09 9817
d52fe014
AC
98182004-10-12 Andrew Cagney <cagney@gnu.org>
9819
9820 * gdbint.texinfo (Versions and Branches): New chapter.
9821 (Releasing GDB): Delete "Versions and Branches" section.
9822 (Top): Add "Versions and Branches".
9823
703663ab
EZ
98242004-10-08 Eli Zaretskii <eliz@gnu.org>
9825
9826 * gdb.texinfo (Editing, History): Add cross-references to the
9827 included Readline and History user documentation. Remove
9828 references to the symbol have-readline-appendices which is unused
9829 and undefined.
9830 (History): Fix indexing.
9831
ac77d04f
JJ
98322004-10-08 Jeff Johnston <jjohnstn@redhat.com>
9833
9834 * gdbint.texinfo (target_stopped_data_address): Update to
9835 new prototype.
9836 (i386_stopped_data_address): Update prototype and description.
9837 (i386_stopped_by_watchpoint): New function and description.
9838
e07c999f
PH
98392004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
9840
9841 * gdb.texinfo (Filenames): Add Ada suffixes.
9842 (Ada) New section.
9843
2e868123
AC
98442004-09-27 Andrew Cagney <cagney@gnu.org>
9845 Robert Picco <Robert.Picco@hp.com>
9846
9847 * gdb.texinfo (Packets): Document the "p" packet.
9848
02a57714
JM
98492004-09-21 Jason Molenda (jmolenda@apple.com)
9850
9851 * gdb.texinfo (Paths and Names of the Source Files): Document the
9852 meaning of values in the 'desc' field of a SO stab.
9853
ae038cb0
DJ
98542004-09-20 Daniel Jacobowitz <dan@debian.org>
9855
9856 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
9857 max-cache-age" and "maint show dwarf2 max-cache-age".
9858
f7dc1244
EZ
98592004-09-16 Eli Zaretskii <eliz@gnu.org>
9860
9861 * gdb.texinfo (Set Breaks): Add index entry for setting
9862 breakpoints on overloaded C++ functions that are not members of
9863 any classes. Add an example and an index entry for setting
9864 breakpoints on all program functions.
9865 (Character Sets, Macros, Overlay Commands)
9866 (Non-debug DLL symbols, GDB/MI Output Syntax)
9867 (Annotations Overview, Maintenance Commands, File-I/O Overview):
9868 Use "(@value{GDBP})" instead of a literal "(gdb)".
9869
f810308b
AC
98702004-09-12 Andrew Cagney <cagney@gnu.org>
9871
9872 * gdbint.texinfo (Native Debugging): Delete description of
9873 FILES_INFO_HOOK.
9874
15a661f3
PH
98752004-09-11 Paul Hilfinger <hilfinger@gnat.com>
9876
5ae4183a
AS
9877 * gdbint.texinfo (User Interface): Change local_hex_string_custom
9878 to hex_string_custom (not historically correct, but more
15a661f3
PH
9879 understandable, given the current code).
9880
f3219c75
AC
98812004-09-03 Andrew Cagney <cagney@gnu.org>
9882
9883 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
9884
f3bb6704
JJ
98852004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9886
9887 * observer.texi (solib_unloaded): New observer.
9888
8d2c00cb
AC
98892004-08-24 Andrew Cagney <cagney@gnu.org>
9890
9891 * gdbint.texinfo (Target Architecture Definition): Add missing
9892 comma.
9893
e7dc800a
MC
98942004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9895
9896 * (Using the Testsuite): build != host is supported,
9897 but some test scripts do not support build != host.
9898
73b03683
MK
98992004-08-14 Mark Kettenis <kettenis@gnu.org>
9900
9901 * gdbint.texinfo (Host Definition): Delete description of
9902 FCLOSE_PROVIDED and GETENV_PROVIDED.
9903
701adfb0
PA
99042004-08-11 Joel Brobecker <brobecker@gnat.com>
9905
9906 * gdbint.texinfo (Host Definition): Remove documentation for
9907 USE_O_NOCTTY, no longer used.
9908
c0ccb908
MK
99092004-08-05 Mark Kettenis <kettenis@chello.nl>
9910
9911 * gdbint.texinfo (Host Definition): Delete description of
9912 NO_SYS_FILE.
9913 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
9914 PTRACE_FP_BUG.
9915
9c8dbfa9
AC
99162004-08-05 Andrew Cagney <cagney@gnu.org>
9917
9918 * gdbint.texinfo (Target Architecture Definition): Delete
9919 reference to deprecated_read_fp.
9920
f42accbe
AC
99212004-08-02 Andrew Cagney <cagney@gnu.org>
9922
9923 * gdbint.texinfo (Target Architecture Definition): Delete
9924 description of DEPRECATED_REGISTER_BYTES.
9925
0b66e38c
EZ
99262004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
9927
9928 * gdb.texinfo (Source Path): Document the new behavior of
9929 searching for the source files.
9930
15387254
EZ
99312004-07-17 Eli Zaretskii <eliz@gnu.org>
9932
9933 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
9934 (Search, Expressions, Arrays, Variables, Data, Machine Code)
9935 (Auto Display): Improve indexing.
9936
2c07db7a
AC
99372004-07-16 Andrew Cagney <cagney@gnu.org>
9938
9939 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
9940 "-noasync".
9941
4644b6e3
EZ
99422004-07-09 Eli Zaretskii <eliz@gnu.org>
9943
9944 * gdb.texinfo: Fix @kindex entries so that multiple commands that
9945 have the same prefix have only their prefix in the index.
9946
7561d450
MK
99472004-07-03 Mark Kettenis <kettenis@gnu.org>
9948
9949 * gdb.texinfo (BSD libkvm Interface): New node (section)
9950 (Native): Add it to the menu.
9951
67bebe79
MK
99522004-07-01 Mark Kettenis <kettenis@gnu.org>
9953
9954 * gdbint.texinfo (Target Architecture Definition): Remove
9955 PCC_SOL_BROKEN.
9956
1a6923e0
MK
99572004-06-24 Mark Kettenis <kettenis@gnu.org>
9958
9959 * gdbint.texinfo (Target Architecture Definition): Remove
9960 SUN_FIXED_LBRAC_BUG.
9961
b435e160
AC
99622004-06-26 Andrew Cagney <cagney@gnu.org>
9963
9964 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
9965
b5622e8d
AC
99662004-06-20 Andrew Cagney <cagney@gnu.org>
9967
9968 * gdbint.texinfo (Target Architecture Definition): Deprecate
9969 USE_STRUCT_CONVENTION.
9970
e0c07bf0
MC
99712004-06-19 Michael Chastain <mec.gnu@mindspring.com>
9972
9973 gdb.texinfo (Bug Reporting): Mention session recording,
9974 with the script command or Emacs.
9975
782263ab
AC
99762004-06-18 Andrew Cagney <cagney@gnu.org>
9977
9978 * gdbint.texinfo (Target Architecture Definition): Deprecate
9979 FUNCTION_START_OFFSET.
9980
03727ca6
AC
99812004-06-14 Andrew Cagney <cagney@gnu.org>
9982
9983 Based on changes from Karl Berry.
9984 * gdb.texinfo: Do not use @sc in a direntry.
9985 * stabs.texinfo: Change @dircateogry to "Software development".
9986 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
9987
97092415
AC
99882004-06-13 Andrew Cagney <cagney@gnu.org>
9989
9990 * gdbint.texinfo (Target Architecture Definition): Delete
9991 description of RETURN_VALUE_ON_STACK.
9992
1f6d4158
AC
99932004-06-09 Andrew Cagney <cagney@gnu.org>
9994
9995 * gdbint.texinfo (Native Debugging): Restore "@table @code"
9996 deleted by previous patch.
9997
d966f0cb
AC
99982004-06-08 Andrew Cagney <cagney@gnu.org>
9999
10000 * gdbint.texinfo (Native Debugging): Delete documentation on
10001 ATTACH_DETACH.
10002
86fe4aaa
RC
100032004-06-06 Randolph Chung <tausq@debian.org>
10004
10005 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
10006
d4b6d575
RC
100072004-06-06 Randolph Chung <tausq@debian.org>
10008
5ae4183a 10009 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
10010 the new push_dummy_call method signature. Describe the function
10011 argument.
10012
4e8b0763
JB
100132004-05-24 Joel Brobecker <brobecker@gnat.com>
10014
10015 * gdb.texinfo (Starting): Document new start command.
10016
59caf092
AC
100172004-05-21 Andrew Cagney <cagney@redhat.com>
10018
10019 * observer.texi (GDB Observers): Document "inferior_created".
10020
e4a2df64
AC
100212004-05-08 Andrew Cagney <cagney@redhat.com>
10022
e6b55ae2
AC
10023 * gdbint.texinfo (Target Architecture Definition): Delete
10024 description of DO_DEFERRED_STORES.
10025
28954179
AC
10026 * gdbint.texinfo (Target Architecture Definition): Delete
10027 references to DEPRECATED_FIX_CALL_DUMMY.
10028
434b87dd
AC
10029 * gdbint.texinfo (Target Architecture Definition): Delete
10030 description of DEPRECATED_CALL_DUMMY_WORDS,
10031 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
10032
58d28df8
AC
10033 * gdbint.texinfo (Target Architecture Definition): Delete
10034 description of DEPRECATED_PUSH_DUMMY_FRAME.
10035
e4a2df64
AC
10036 * gdbint.texinfo (Target Architecture Definition): Delete
10037 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
10038
2b4855ab
AC
100392004-05-07 Andrew Cagney <cagney@redhat.com>
10040
10041 * observer.texi (GDB Observers): Add "Debugging" section. Include
10042 cross reference to "set/show debug observer".
10043 * gdb.texinfo (Debugging Output): Document "set/show debug
10044 observer".
10045
fcf70625
AC
100462004-05-01 Andrew Cagney <cagney@redhat.com>
10047
10048 * gdbint.texinfo (Target Architecture Definition): Delete
10049 description of DEPRECATED_PC_IN_SIGTRAMP.
10050
8ee56bcf
AC
100512004-04-30 Andrew Cagney <cagney@redhat.com>
10052
10053 * gdbint.texinfo (Target Architecture Definition): Delete
10054 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
10055
67ab9a76
OF
100562004-04-30 Orjan Friberg <orjanf@axis.com>
10057
10058 * observer.texi (GDB Observers): Correct spelling.
10059
79346bcb
OF
100602004-04-26 Orjan Friberg <orjanf@axis.com>
10061
10062 * observer.texi (GDB Observers): Add target_changed event.
10063
7a464420
AC
100642004-04-08 Andrew Cagney <cagney@redhat.com>
10065
10066 * observer.texi (GDB Observers): Rework, provide generic observer
10067 definitions and then a list of observable events.
10068
6cdf9d98
AC
100692004-04-04 Andrew Cagney <cagney@redhat.com>
10070
10071 * gdbint.texinfo (Host Definition): Delete reference to
10072 NO_SIGINTERRUPT.
10073
ddc135a4
AC
100742004-04-02 Andrew Cagney <cagney@redhat.com>
10075
10076 * gdbint.texinfo (Target Architecture Definition): Delete
10077 reference to DEPRECATED_CALL_DUMMY_LENGTH.
10078
6a1b180d
SC
100792004-03-28 Stephane Carrez <stcarrez@nerim.fr>
10080
10081 * gdb.texinfo (TUI Commands): Document tui reg commands.
10082
d0d5df6f
AC
100832004-03-26 Andrew Cagney <cagney@redhat.com>
10084
10085 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
10086 "gdbtui".
10087 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
10088 (Contributors): Mention both Text and Terminal User Interface.
10089
aa2a3f87
AC
100902004-03-23 Andrew Cagney <cagney@redhat.com>
10091
10092 * gdbint.texinfo (Target Architecture Definition): Deprecate
10093 references to SIGTRAMP_START and SIGTRAMP_END.
10094
f561f026
AC
100952004-03-23 Andrew Cagney <cagney@redhat.com>
10096
10097 * gdbint.texinfo (Target Architecture Definition): Deprecate
10098 references to PC_IN_SIGTRAMP.
10099
33cb8b0f
AC
101002004-03-19 Andrew Cagney <cagney@redhat.com>
10101
10102 * gdbint.texinfo (Target Architecture Definition): Delete
10103 reference to GDB_TARGET_IS_HPPA.
10104
fc989b7a
AC
101052004-03-18 Andrew Cagney <cagney@redhat.com>
10106
10107 * gdbint.texinfo (Coding): Update section on gdbarch_data,
10108 describe pre_init and post_init.
10109
701b08bb
DJ
101102004-03-09 Daniel Jacobowitz <drow@mvista.com>
10111
10112 * gdb.texinfo (Debugging Output): Document values for "set debug
10113 target".
10114
faae5abe
AC
101152004-02-28 Andrew Cagney <cagney@redhat.com>
10116
10117 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
10118
dd79a6cf
JJ
101192004-02-26 Jeff Johnston <jjohnstn@redhat.com>
10120
10121 * gdb.texinfo (breakpoints): Add information about the
10122 new "set breakpoint pending" and "show breakpoint pending"
10123 commands.
10124
e7f16015
AC
101252004-02-26 Andrew Cagney <cagney@redhat.com>
10126
10127 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
10128 in Per-architecture module data section.
10129
7161a3a6
RM
101302004-02-25 Roland McGrath <roland@redhat.com>
10131
10132 * gdb.texinfo (General Query Packets): Document qPart:... packets.
10133
2154891a
AC
101342004-02-24 Andrew Cagney <cagney@redhat.com>
10135
10136 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
10137 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
10138 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 10139
6c74ac8b
AC
101402004-02-17 Andrew Cagney <cagney@redhat.com>
10141
10142 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
10143
19772a2c
AC
101442004-02-16 Andrew Cagney <cagney@redhat.com>
10145
10146 * gdbint.texinfo (Target Architecture Definition): Deprecate
10147 FRAMELESS_FUNCTION_INVOCATION.
10148
c9830293
AC
101492004-02-16 Andrew Cagney <cagney@redhat.com>
10150
10151 * gdbint.texinfo (Coding): Mention -Wunused-function.
10152
b9d26eb9
AC
101532004-02-14 Andrew Cagney <cagney@redhat.com>
10154
10155 * gdbint.texinfo (Target Architecture Definition): Delete
10156 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
10157
49efadf5
EZ
101582004-02-12 Elena Zannoni <ezannoni@redhat.com>
10159
10160 * gdb.texinfo: Properly quote the name "C++".
10161 * gdbint.texinfo: Ditto.
10162 * stabs.texinfo: Ditto.
10163
1eb288ea
EZ
101642004-02-11 Elena Zannoni <ezannoni@redhat.com>
10165
10166 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
10167 minimal information about libiberty.
10168
e4937fc1
MC
101692004-02-06 Michael Chastain <mec.gnu@mindspring.com>
10170
10171 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
10172
a9331b3f
RM
101732004-02-04 Roland McGrath <roland@redhat.com>
10174
10175 * gdb.texinfo (Auxiliary Vector): New node (section).
10176 (Data): Add it to the menu.
10177
2650777c
JJ
101782004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10179
10180 * gdb.texinfo (Breakpoints): Add information about pending
10181 breakpoint support.
10182
b4501125
AC
101832004-01-26 Andrew Cagney <cagney@redhat.com>
10184
10185 * gdb.texinfo (Overview): Delete references to the cisco protocol
10186 including the "N" response.
10187
74055713
AC
101882004-01-26 Andrew Cagney <cagney@redhat.com>
10189
10190 * gdbint.texinfo (Target Architecture Definition): Rename
10191 EXTRACT_STRUCT_VALUE_ADDRESS to
10192 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 10193
3bbe9696
EZ
101942004-01-24 Eli Zaretskii <eliz@gnu.org>
10195
10196 * gdb.texinfo (KOD): Document "show os". Add index entries for
10197 "set/show os" and "info cisco" commands.
10198
5843504f
EZ
101992004-01-21 Eli Zaretskii <eliz@gnu.org>
10200
10201 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
10202
9175c9a3
MC
102032004-01-19 Michael Chastain <mec.gnu@mindspring.com>
10204
10205 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
10206 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
10207
8e94b928
NR
102082004-01-19 Nick Roberts <nick@nick.uklinux.net>
10209
10210 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
10211 -stack-list-locals.
10212 (GDB/MI Variable Objects): Describe extension to
10213 -var-list-children.
10214
a20cf136
DJ
102152004-01-17 Daniel Jacobowitz <drow@mvista.com>
10216
10217 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
10218
afb18d0f
AC
102192004-01-17 Andrew Cagney <cagney@redhat.com>
10220
10221 * gdbint.texinfo (Target Architecture Definition): Delete
10222 documentation on DEPRECATED_NPC_REGNUM.
10223
b51970ac
DJ
102242004-01-13 Daniel Jacobowitz <drow@mvista.com>
10225
10226 * gdb.texinfo: Update copyright year. Mention that set
10227 follow-fork-mode is supported on GNU/Linux. Remove documentation of
10228 "set follow-fork-mode ask".
10229
0f0cffd2
AC
102302004-01-13 Andrew Cagney <cagney@redhat.com>
10231
10232 * gdbint.texinfo: Update copyright year.
10233 (Coding): Add -Wunused-label to list of -Werror warnings.
10234
c552b3bb 102352004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 10236 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
10237
10238 * gdb.texinfo: Update copyright.
10239 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
10240 around names, as appropriate. Minor syntax cleanup of
10241 _NSPrintForDebugger explanation. Two spaces after periods.
10242 GDBN used instead of lit. "gdb". Index entries added for
10243 print-object and _NSPrintForDebugger. @noindent added in one spot.
10244
afe157ca
EZ
102452003-11-11 Elena Zannoni <ezannoni@redhat.com>
10246
10247 * stabs.texinfo: Add dircategory and direntry commands.
10248 * annotate.texinfo: Ditto.
10249
963e2bb7
AC
102502003-11-10 Andrew Cagney <cagney@redhat.com>
10251
10252 * gdbint.texinfo (Target Architecture Definition): Replace the
10253 return_value method's "inval" and "outval" parameters with
10254 "readbuf" and "writebuf".
10255
1d8b2f28
JB
102562003-10-28 Jim Blandy <jimb@redhat.com>
10257
10258 * gdb.texinfo (The F request packet, The F reply packet): Renamed
10259 from "The `F' request packet" and "The `F' reply packet", to make
10260 texi2dvi happy.
10261 (File-I/O remote protocol extension): Update menu entries, too.
10262
36d86913
MC
102632003-10-26 Michael Chastain <mec@shout.net>
10264
10265 * gdb.texinfo (Thread Stops): Document the issue with
10266 premature return from system calls in multi-threaded programs.
10267
ce2826aa
AC
102682003-10-24 Andrew Cagney <cagney@redhat.com>
10269
10270 * annotate.texinfo: Fix "fortunatly"[sic].
10271
f24c5e49
KI
102722003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
10273
10274 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
10275 with "Hitachi" and "Mitsubishi".
10276
92ad9cd9
AC
102772003-10-20 Andrew Cagney <cagney@redhat.com>
10278
10279 * gdbint.texinfo (Target Architecture Definition): Document
10280 gdbarch_return_value. Add cross references from
10281 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
10282 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
10283
0ab4b752
MK
102842003-10-18 Mark Kettenis <kettenis@gnu.org>
10285
10286 * gdbint.texinfo (Target Architecture Definition): Document
10287 regset_from_core_section.
fb3e19c0
KI
10288
102892003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
10290
10291 * gdb.texinfo (M32R/D): Mention m32rsdi target.
10292
a9331b3f 102932003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
10294
10295 From Anthony Green <green@redhat.com>:
5ae4183a 10296 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 10297
1485d690
KB
102982003-10-14 Kevin Buettner <kevinb@redhat.com>
10299
889bf7c5
PA
10300 * gdb.texinfo (Breakpoint related warnings): New node.
10301 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 10302
86d30acc
DJ
103032003-10-13 Daniel Jacobowitz <drow@mvista.com>
10304
10305 * gdb.texinfo (Remote Protocol): Document v and vCont.
10306
172c2a43
KI
103072003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
10308
10309 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
10310 * gdbint.texinfo: Ditto.
10311
71952f4c
AC
103122003-10-09 Andrew Cagney <cagney@redhat.com>
10313
10314 From 2003-09-18 David Anderson <davea@sgi.com>:
10315 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
10316 "command".
10317
268e2188
AC
103182003-10-03 Andrew Cagney <cagney@redhat.com>
10319
10320 * gdbint.texinfo (Target Architecture Definition): Deprecate
10321 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
10322 just target.
10323
12c266ea 103242003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 10325
f30992d4 10326 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
10327 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
10328 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
10329 * gdbint.texinfo (Target Architecture Definition): Rename
10330
103312003-09-30 Andrew Cagney <cagney@redhat.com>
10332
f30992d4 10333 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 10334 (Target Architecture Definition):
f30992d4 10335
2e092625
AC
10336 * gdbint.texinfo (Target Architecture Definition): Rename
10337 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
10338
0717ae8a
AC
103392003-09-29 Andrew Cagney <cagney@redhat.com>
10340
dad809b7
AC
10341 * gdbint.texinfo (Target Architecture Definition): Delete
10342 documentation for NEED_TEXT_START_END.
10343
0717ae8a
AC
10344 * gdbint.texinfo (Target Architecture Definition): Rename
10345 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
10346 TARGET_WRITE_PC.
a9331b3f 10347
af6cf26d
MC
103482003-09-22 Michael Chastain <mec@shout.net>
10349
10350 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
10351
ee206350
AG
103522003-09-21 Anthony Green <green@redhat.com>
10353
10354 * gdbint.texinfo (Target Architecture Definition): Fix typos.
10355
a38c9fe6
MK
103562003-09-21 Mark Kettenis <kettenis@gnu.org>
10357
10358 * gdbint.texinfo (Target Architecture Definition): Document
10359 stabs_argument_has_addr.
10360
77949794
AC
103612003-09-18 Andrew Cagney <cagney@redhat.com>
10362
10363 * gdbint.texinfo (Target Architecture Definition): Delete
10364 documentation on REGISTER_NAMES.
10365
8e823e25
MK
103662003-09-13 Mark Kettenis <kettenis@gnu.org>
10367
10368 * gdbint.texinfo (Target Architecture Definition): Replace
10369 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
10370
f27dd7fd
AC
103712003-09-11 Andrew Cagney <cagney@redhat.com>
10372
10373 * gdbint.texinfo (Target Architecture Definition): Replace
10374 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
10375
8b148df9
AC
103762003-08-18 Andrew Cagney <cagney@redhat.com>
10377
10378 * gdbint.texinfo (Target Architecture Definition): Document
10379 "frame_red_zone_size".
10380
25d29d70
AC
103812003-08-09 Andrew Cagney <cagney@redhat.com>
10382
10383 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
10384 with "set/show backtrace past-main" and "set/show backtrace
10385 limit".
10386
c938e9b0
L
103872003-08-08 H.J. Lu <hongjiu.lu@intel.com>
10388
10389 * Makefile.in (install-info): Support DESTDIR.
10390 (install-html): Likewise.
10391
64fabec2
AC
103922003-08-07 Andrew Cagney <cagney@redhat.com>
10393
10394 Patch from Nick Roberts.
10395 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
10396 bindings. Remove description of send-gdb-command.
10397
2fcf52f0
AC
103982003-08-07 Andrew Cagney <cagney@redhat.com>
10399
10400 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
10401 GDB 6.0.
10402
086432e2
AC
104032003-08-06 Andrew Cagney <cagney@redhat.com>
10404
10405 * gdb.texinfo (Mode Options): Mention that level three is the
10406 highest available and that level 2 is deprecated.
10407 (Annotations Overview): Mention annotation levels. Cross reference
10408 to "Limitations of the Annotation Interface" in annotate.texi.
10409 (TODO, Value Annotations, Frame Annotations): Delete section.
10410 (Displays, Breakpoint Info): Delete.
10411
e5249f67
AC
104122003-08-04 Andrew Cagney <cagney@redhat.com>
10413
10414 * agentexpr.texi: Delete @bye.
10415 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
10416 (stabs.info): Add $(srcdir) to include search path.
10417 (html): Depend on "annotate_toc.html", and not "annotate.html".
10418 * stabs.texinfo: Ditto. Include "fdl.texi".
10419 * gdbint.texinfo: Update copyright statement's list of invariant
10420 sections.
10421
e6f672d2
AC
104222003-07-28 Andrew Cagney <cagney@redhat.com>
10423
10424 * Makefile.in (INFO_DEPS): Add annotate.info.
10425 (dvi, ps, html, pdf): Add annotate.
10426 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
10427 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
10428 (ANNOTATE_DOC_FILES): New macro.
10429 (ANNOTATE_TEX_TMPS): New macro.
10430 (annotate.info, annotate_toc.html): Specify dependencies.
10431 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
10432 * annotate.texinfo: Rename annotate.texi. Get building. Add
10433 "Migrating to GDB/MI" and "Limitations of the Annotation
10434 Interface" chapters. Mention why it is not part of the user
10435 guide. Update copyright notice. Include "fdl.texi".
10436
72ffddc9
SC
104372003-07-26 Stephane Carrez <stcarrez@nerim.fr>
10438
10439 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
10440
a9f12a31
DJ
104412003-07-24 Daniel Jacobowitz <drow@mvista.com>
10442
10443 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
10444
b1fe9455
DJ
104452003-07-24 Daniel Jacobowitz <drow@mvista.com>
10446
10447 * gdb.texinfo (Server): Mention pidof.
10448
153721e6
AC
104492003-07-22 Andrew Cagney <cagney@redhat.com>
10450
10451 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
10452 list.
10453
0fac0b41
DJ
104542003-06-28 Daniel Jacobowitz <drow@mvista.com>
10455
10456 * gdb.texinfo (Logging output): New chapter.
10457
4e562065
JB
104582003-06-24 Joel Brobecker <brobecker@gnat.com>
10459
10460 * gdb.texinfo (Unsupported languages): New section.
10461 (Languages): Add link to new section.
10462
f2c06f52
AC
104632003-06-22 Andrew Cagney <cagney@redhat.com>
10464
10465 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
10466
b4177fca
DJ
104672003-06-22 Daniel Jacobowitz <drow@mvista.com>
10468
10469 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
10470
f418dd93
DJ
104712003-06-22 Daniel Jacobowitz <drow@mvista.com>
10472
10473 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
10474 * agentexpr.texi: Retitle section, and change it to an appendix.
10475 Comment out texinfo initialization. Factor a @var{} into two
10476 pieces to prevent makeinfo warnings.
10477 * gdb.texinfo: Add Agent Expressions appendix.
10478
4ca61388
DJ
104792003-06-19 Daniel Jacobowitz <drow@mvista.com>
10480
10481 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
10482
07f31aa6
DJ
104832003-06-18 Daniel Jacobowitz <drow@mvista.com>
10484
5ae4183a 10485 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
10486 remote target". Document the "detach" and "disconnect" commands.
10487 (Server, Netware, Debug Session): Reference "Connecting to a
10488 remote target".
10489 (GDB/MI Target Manipulation): Document "-target-disconnect".
10490
2dd0da42
AC
104912003-06-13 Andrew Cagney <cagney@redhat.com>
10492
10493 * gdbint.texinfo (Target Architecture Definition): Deprecate
10494 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
10495 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
10496
e7a3abfc
JB
104972003-06-09 Jim Blandy <jimb@redhat.com>
10498
10499 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
10500
25e3a86b
AC
105012003-06-08 Andrew Cagney <cagney@redhat.com>
10502
10503 * gdbint.texinfo (Target Architecture Definition): Delete
10504 documentation on FRAME_ARGS_ADDRESS_CORRECT.
10505
a9e5fdc2
AC
105062003-06-08 Andrew Cagney <cagney@redhat.com>
10507
10508 * gdbint.texinfo (Target Architecture Definition): Document
10509 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
10510
b37303ee
AF
105112003-06-07 Adam Fedor <fedor@gnu.org>
10512
10513 * gdb.texinfo: Add Objective-C documentation.
10514
39fe6e80
AC
105152003-06-01 Andrew Cagney <cagney@redhat.com>
10516
10517 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
10518 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
10519
125309b2
AC
105202003-05-21 Andrew Cagney <cagney@redhat.com>
10521
10522 * gdbint.texinfo (Target Architecture Definition): Delete
10523 references to "extract_address" and "store_address".
10524
b8b527c5
AC
105252003-05-16 Andrew Cagney <cagney@redhat.com>
10526
10527 * gdbint.texinfo (Target Architecture Definition): Replace
10528 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
10529 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
10530
50e3ee83
TR
105312003-05-14 Theodore A. Roth <troth@openavr.org>
10532
10533 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
10534
44e2be90
L
105352003-05-10 H.J. Lu <hongjiu.lu@intel.com>
10536
10537 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
10538 (gdb.dvi): Likewise.
10539 (gdb.pdf): Likewise.
10540 (links2roff): Likewise.
10541
df5215a6
JB
105422003-05-08 Jim Blandy <jimb@redhat.com>
10543
10544 * gdb.texinfo (Dump/Restore Files): Update documentation for
10545 'dump', 'append', and 'restore': note that format argument is
10546 optional; simplify presentation of the command variants; and be
10547 more precise about the formats.
10548
5e7b2f39
JB
105492003-05-07 Jim Blandy <jimb@redhat.com>
10550
10551 * gdb.texinfo (Symbols): Update documentation: 'maint list
10552 symtabs' and 'maint list psymtabs' have been renamed 'maint info
10553 symtabs' and 'maint info psymtabs'.
10554
b1e29e33
AC
105552003-05-05 Andrew Cagney <cagney@redhat.com>
10556
10557 * gdbint.texinfo (Target Architecture Definition): Make
10558 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
10559 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
10560 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
10561
00905d52
AC
105622003-05-04 Andrew Cagney <cagney@redhat.com>
10563
10564 * gdb.texinfo (Maintenance Commands): Document "maint print
10565 dummy-frames".
10566
54ff5908
AC
105672003-05-04 Andrew Cagney <cagney@redhat.com>
10568
10569 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
10570
32e7087d
JB
105712003-05-03 J. Brobecker <brobecker@gnat.com>
10572
10573 Thierry Schneider <tpschneider1@yahoo.com>
10574 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
10575 for new MI command.
10576
7043d8dc
AC
105772003-05-03 Andrew Cagney <cagney@redhat.com>
10578
10579 * gdbint.texinfo (Target Architecture Definition): Document
10580 push_dummy_code. Add cross references.
10581
e33d66ec
EZ
105822003-05-02 Elena Zannoni <ezannoni@redhat.com>
10583
10584 * gdb.texinfo (Character Sets): Update to reflect new behavior of
10585 set/show charsets commands.
10586
0ba6dca9
AC
105872003-04-28 Andrew Cagney <cagney@redhat.com>
10588
10589 * gdbint.texinfo (Target Architecture Definition): Replace
10590 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
10591 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
10592
d7a27068
AC
105932003-04-28 Andrew Cagney <cagney@redhat.com>
10594
10595 * gdbint.texinfo (Target Architecture Definition): Rename
10596 "tm_print_insn" to "deprecated_tm_print_insn".
10597
44ea7b70
JB
105982003-04-09 Jim Blandy <jimb@redhat.com>
10599
10600 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
10601 list psymtabs'.
10602
fb8f8949
AC
106032003-04-08 Andrew Cagney <cagney@redhat.com>
10604
10605 * gdbint.texinfo (Target Architecture Definition): Delete
10606 references to EXTRA_FRAME_INFO.
10607
32fb0f22
AC
106082003-04-08 Andrew Cagney <cagney@redhat.com>
10609
10610 * gdbint.texinfo (Target Architecture Definition): Delete
10611 PRINT_TYPELESS_INTEGER.
10612
6be67e67
JB
106132003-04-02 J. Brobecker <brobecker@gnat.com>
10614
10615 * observer.texi (GDB Observers): Adjust the documentation for the
10616 normal_stop notification to better describe reality. Fix a couple
10617 of minor typos.
10618
4e35d5f0
BR
106192003-04-02 Bob Rossi <bob_rossi@cox.net>
10620
a9331b3f 10621 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
10622 '-file-list-exec-source-file'
10623
e8a8712a
AC
106242003-03-31 Andrew Cagney <cagney@redhat.com>
10625
10626 * gdbint.texinfo (Target Architecture Definition): Delete
10627 references to CALL_DUMMY_P.
10628
6c0e89ed
AC
106292003-03-30 Andrew Cagney <cagney@redhat.com>
10630
10631 * gdbint.texinfo (Target Architecture Definition): Remove
10632 reference to TARGET_WRITE_SP.
a9331b3f 10633
378bfd1b
AC
106342003-03-27 Andrew Cagney <cagney@redhat.com>
10635
10636 * gdbint.texinfo (Target Architecture Definition): Remove
10637 references to write_sp.
6c0e89ed 10638
922fbb7b
AC
106392003-03-27 Andrew Cagney <cagney@redhat.com>
10640
10641 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
10642 chapter body. Use @smallexample instead of @example.
10643 (Annotations): Ditto.
10644 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
10645 annotate.texi.
10646
b81774d8
AC
106472003-03-26 Andrew Cagney <cagney@redhat.com>
10648
10649 * gdbint.texinfo (Target Architecture Definition): Replace
10650 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
10651 dummy_addr parameters.
10652
1bf6d5cc
AC
106532003-03-25 Andrew Cagney <cagney@redhat.com>
10654
10655 * gdbint.texinfo (Target Architecture Definition): Delete
10656 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
10657 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
10658 Add reference to PUSH_ARGUMENTS.
10659
618ce49f
AC
106602003-03-23 Andrew Cagney <cagney@redhat.com>
10661
10662 * gdbint.texinfo (Algorithms, Target Architecture Definition):
10663 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
10664
bcd7e15f
JB
106652003-03-18 J. Brobecker <brobecker@gnat.com>
10666
10667 * gdbint.texinfo (Algorithms): Add new section describing the
10668 Observer paradigm.
10669 (Top): Add menu entry to new observer appendix.
10670 * observer.texi: New file.
10671 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
10672 new observer.texi file.
10673
9fe8321b
AC
106742003-03-17 Andrew Cagney <cagney@redhat.com>
10675
10676 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
10677 that GNU Press update the manual version number.
10678
ac2adee5
AC
106792003-03-12 Andrew Cagney <cagney@redhat.com>
10680
10681 * gdbint.texinfo (Target Architecture Definition): Delete
10682 references to get_saved_register. Rename GET_SAVED_REGISTER to
10683 DEPRECATED_GET_SAVED_REGISTER.
10684
749b82f6
AC
106852003-03-13 Andrew Cagney <cagney@redhat.com>
10686
10687 * gdbint.texinfo (Target Architecture Definition): Replace
10688 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
10689
8bedc050
AC
106902003-03-12 Andrew Cagney <cagney@redhat.com>
10691
10692 * gdbint.texinfo (Target Architecture Definition): Rename
10693 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 10694
0ce1b118
CV
106952003-03-10 Corinna Vinschen <vinschen@redhat.com>
10696
10697 * gdb.texinfo: Add File-I/O documentation.
10698
12cc2063
AC
106992003-03-10 Andrew Cagney <cagney@redhat.com>
10700
10701 * gdbint.texinfo (Target Architecture Definition): Cross reference
10702 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
10703
7453dc06
AC
107042003-03-07 Andrew Cagney <cagney@redhat.com>
10705
10706 * gdb.texinfo (Debugging Output): Mention the "set/show debug
10707 frame" command.
10708
6314f104
AC
107092003-03-05 Andrew Cagney <cagney@redhat.com>
10710
10711 * gdbint.texinfo (Target Architecture Definition): Document
10712 unwind_dummy_id. Cross reference unwind_dummy_id and
10713 SAVE_DUMMY_FRAME_TOS.
10714
f1212245
DJ
107152003-03-05 James Ingham <jingham@apple.com>
10716 Daniel Jacobowitz <drow@mvista.com>
10717
10718 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
10719 and "show cp-abi".
10720
77e7e267
AC
107212003-03-03 Andrew Cagney <cagney@redhat.com>
10722
10723 * gdbint.texinfo (Target Architecture Definition): Document
10724 register_type.
10725
838a8221
AC
107262003-03-03 Andrew Cagney <cagney@redhat.com>
10727
10728 * stabs.texinfo (Structures): Use @samp and separate @var's
10729 instead of a single @var containing a comma separated list.
10730 (Unions): Ditto.
10731
d7f4a264
DJ
107322003-03-02 Daniel Jacobowitz <drow@mvista.com>
10733
10734 * Makefile.in (distclean): Remove config.log.
10735
f30ee0bc
AC
107362003-03-01 Andrew Cagney <cagney@redhat.com>
10737
10738 * gdbint.texinfo (Target Architecture Definition): Rename
10739 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
10740
107412003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
10742
10743 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
10744 DEPRECATED_INIT_EXTRA_FRAME_INFO.
10745
be448670
CF
107462003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
10747
10748 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
10749 (Non-debug DLL symbols): New node, describing the minimal symbols
10750 loaded from DLLs without real debugging symbols.
10751
501eef12
AC
107522003-02-20 Andrew Cagney <ac131313@redhat.com>
10753
10754 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
10755 hardware-breakpoint-limit".
10756 (Set Watchpoints): Add cross reference to "set remote
10757 hardware-watchpoint-limit".
10758 (Remote configuration options): New section.
10759
21c294e6
AC
107602003-02-04 Andrew Cagney <ac131313@redhat.com>
10761
e9be73e4
AC
10762 * gdbint.texinfo (Target Architecture Definition): Delete
10763 descrption of IS_TRAPPED_INTERNALVAR.
10764
21c294e6
AC
10765 From Keith Seitz <keiths@redhat.com>:
10766 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
10767 option "-i"/"--interpreter" to this chapter. Include index
10768 entries.
10769
0179ffac
DC
107702003-02-04 David Carlton <carlton@math.stanford.edu>
10771
10772 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
10773 (Variables): Recommend stabs+ and DWARF 2.
10774 (C plus plus expressions): Correct info about
10775 compiler versions, debug formats.
10776 (Contributors): Change 'DWARF2' to 'DWARF 2'.
10777 PR symtab/874.
10778
7ca9f392
AC
107792003-02-01 Andrew Cagney <ac131313@redhat.com>
10780
10781 * gdbint.texinfo (Target Architecture Definition): Delete
10782 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
10783 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
10784 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
10785 references to nindy and i960.
10786 * gdb.texinfo (i960): Delete all references to i960 and nindy.
10787
31a85ea2
AC
107882003-02-01 Andrew Cagney <ac131313@redhat.com>
10789
10790 * gdbint.texinfo (Target Architecture Definition): Delete
10791 FLOAT_INFO.
10792
6b894e49
AC
107932003-01-30 Andrew Cagney <ac131313@redhat.com>
10794
10795 * stabs.texinfo (Member Type Descriptor): Clarify description of
10796 `@'. Suggested by Ben Hutchings.
10797
c48861fb
AC
107982003-01-29 Andrew Cagney <ac131313@redhat.com>
10799
10800 * gdb.texinfo (M68K): Delete reference to es1800.
10801
617073a9
AC
108022003-01-29 Andrew Cagney <ac131313@redhat.com>
10803
10804 * gdb.texinfo (Maintenance Commands): Document `maint print
10805 reggroups' and `maint print register-groups'.
10806 * gdbint.texinfo (Target Architecture Definition): Document
10807 register_reggroup_p.
10808
5b5d99cf
JB
108092003-01-23 Jim Blandy <jimb@redhat.com>
10810
10811 * gdb.texinfo (Separate Debug Files): New section.
10812
e7ba9c65
DJ
108132003-01-22 Daniel Jacobowitz <drow@mvista.com>
10814
10815 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
10816 and "maint show profile".
10817
94e91d6d
MC
108182003-01-16 Michael Chastain <mec@shout.net>
10819
10820 * gdb.texinfo (Installing GDB): Warn against
10821 ".../gdb-VERSION/gdb/configure".
10822 (Separate Objdir): Likewise.
10823
867f3898
AC
108242003-01-15 Andrew Cagney <ac131313@redhat.com>
10825
10826 * gdbint.texinfo (Target Architecture Definition): Delete
10827 definition of PRINT_REGISTER_HOOK.
10828
f153cc92
EZ
108292003-01-15 Elena Zannoni <ezannoni@redhat.com>
10830
10831 (OpenRISC 1000): Fix formatting of command names.
10832
c60eb6f1
EZ
108332003-01-15 Elena Zannoni <ezannoni@redhat.com>
10834
10835 * gdb.texinfo (Continuing and Stepping): Add new command
10836 'advance'. Clarify behavior of 'until'.
10837
f5ebfba0
DJ
108382003-01-13 Daniel Jacobowitz <drow@mvista.com>
10839
10840 * gdb.texinfo (Files): Document solib-absolute-prefix and
10841 solib-search-path.
10842
4ce8657e
MC
108432003-01-09 Michael Chastain <mec@shout.net>
10844
10845 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
10846 (Create a Release): Add new instructions for new @file{src-release}.
10847 Document existing instructions for @file{Makefile.in} as
10848 being for @value{GDBN} 5.3.1 or earlier.
10849
372613e3
AC
108502003-01-09 Andrew Cagney <ac131313@redhat.com>
10851
10852 * gdbint.texinfo (Target Architecture Definition): Mention
10853 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
10854 allocate memory.
10855
b4e9345d
DJ
108562003-01-04 Daniel Jacobowitz <drow@mvista.com>
10857
10858 * gdb.texinfo (Controlling GDB): Add @kindex for
10859 "show osabi".
10860 (Backtraces): Add @kindex's for backtrace-below-main.
10861
98b45e30
DJ
108622003-01-04 Daniel Jacobowitz <drow@mvista.com>
10863
10864 * gdb.texinfo (Controlling GDB): Document "set osabi".
10865
95f90d25
DJ
108662003-01-04 Daniel Jacobowitz <drow@mvista.com>
10867
10868 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
10869 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
10870
1e698235
DJ
108712003-01-04 Daniel Jacobowitz <drow@mvista.com>
10872
10873 * gdb.texinfo (Controlling GDB): Add ABI section. Document
10874 "set coerce-float-to-double".
10875 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
10876
e632838e
AC
108772003-01-02 Andrew Cagney <ac131313@redhat.com>
10878
10879 * stabs.texinfo: Remove obsolete text.
10880 * gdbint.texinfo: Ditto.
10881 * gdb.texinfo: Ditto.
10882
701adfb0
PA
108832002-12-29 Kazu Hirata <kazu@cs.umass.edu>
10884
10885 * fdl.texi: Revert the last change.
10886
c133ab7a
MK
108872002-12-22 Mark Kettenis <kettenis@gnu.org>
10888
10889 * gdbint.texinfo (Target Architecture Definition): Update
10890 description of gdbarch_register_osabi.
10891
f821f325
KH
108922002-12-20 Kazu Hirata <kazu@cs.umass.edu>
10893
10894 * agentexpr.texi: Fix typos.
10895 * annotate.texi: Likewise.
10896 * fdl.texi: Likewise.
10897
85a6d8d3 108982002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
10899
10900 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
10901 DEPRECATED_INIT_FRAME_PC.
10902
ae45cd16
AC
109032002-12-01 Andrew Cagney <ac131313@redhat.com>
10904
10905 * gdbint.texinfo (Target Architecture Definition): Delete
10906 PC_IN_CALL_DUMMY.
10907
07555a72
AC
109082002-11-28 Andrew Cagney <ac131313@redhat.com>
10909
10910 * gdbint.texinfo (Host Definition): Delete documentation on
10911 USE_GENERIC_DUMMY_FRAMES.
10912
c166cdc7
EZ
109132002-11-26 Elena Zannoni <ezannoni@redhat.com>
10914
5ae4183a 10915 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
10916 * Makefile.in (install-info): Run the install-info command as part
10917 of the post install steps only.
10918 (uninstall-info): New target.
10919 (uninstall): New target.
10920
35db0260
EZ
109212002-11-22 Elena Zannoni <ezannoni@redhat.com>
10922
10923 * Makefile.in (install): Make install do some real work.
10924
9ba8d803
AC
109252002-11-19 Andrew Cagney <ac131313@redhat.com>
10926
10927 Fix POSIX problem reported by Paul Eggert.
10928 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
10929 Fix PR gdb/527.
10930
903ad3a6
AC
109312002-10-26 Andrew Cagney <cagney@redhat.com>
10932
10933 * gdbint.texinfo (Target Architecture Definition): Delete
10934 definition of DO_REGISTERS_INFO.
10935
f2abfe65
KB
109362002-10-18 Kevin Buettner <kevinb@redhat.com>
10937
10938 * gdbint.texinfo (Address Classes): Fix problems with insertion
10939 of ``{'' and ``}'' in example.
10940
b5b0480a
KB
109412002-10-17 Kevin Buettner <kevinb@redhat.com>
10942
10943 * gdbint.texinfo (Address Classes): New section.
10944 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
10945 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
10946 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
10947 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
10948
c85508ee
KD
109492002-10-11 Klee Dienes <kdienes@apple.com>
10950
10951 * gdb.texinfo (Registers): Mention vector registers as well as
10952 floating registers in the documentation for 'info registers' and
10953 'info all-registers'.
10954
6d12fc3d
DJ
109552002-10-11 Daniel Jacobowitz <drow@mvista.com>
10956
10957 * gdbint.texinfo (CPLUS_MARKER): Remove item.
10958
8d19fbd2
JJ
109592002-10-03 Jeff Johnston <jjohnstn@redhat.com>
10960
10961 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
10962 interface definition.
10963
a37295f9
MM
109642002-10-03 Marko Mlinar <markom@opencores.org>
10965
10966 * gdb.texinfo (Target Commands): Add or1k target specific
10967 commands.
10968 * gdb.texinfo (Contributors): Add myself to the contributors list.
10969
da0f9dcd
AC
109702002-10-01 Andrew Cagney <ac131313@redhat.com>
10971
10972 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
10973 and "mi1" instead of "mi1" and "mi0".
10974
2e834e49
HPN
109752002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
10976
10977 * gdb.texinfo (Packets): Fix typos "alligned".
10978 Correct z3/Z3 description. Correct z4/Z4 title.
10979
050be0dc
AC
109802002-09-27 Andrew Cagney <ac131313@redhat.com>
10981
10982 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
10983
1104b9e7
KB
109842002-09-25 Kevin Buettner <kevinb@redhat.com>
10985
10986 * gdb.texinfo: Use GNU/Linux instead of Linux.
10987
512217c7
AC
109882002-09-25 Andrew Cagney <ac131313@redhat.com>
10989
10990 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
10991
10998722
AC
109922002-09-24 Andrew Cagney <ac131313@redhat.com>
10993
512217c7 10994 * gdb.texinfo: Replace @example with @smallexample.
10998722 10995
a0eb71c5
KB
109962002-09-20 Kevin Buettner <kevinb@redhat.com>
10997
f7dc1244 10998 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
10999 * gdb.texinfo (Character Sets): Use @smallexample instead of
11000 @example. Use GNU/Linux instead of Linux.
11001
110022002-09-20 Jim Blandy <jimb@redhat.com>
11003
11004 * gdb.texinfo: Add character set documentation.
11005
701adfb0
PA
110062002-09-20 George Helffrich <george@gly.bris.ac.uk>
11007
11008 * gdb.texinfo: Document edit command.
11009
2f870471
AC
110102002-09-19 Andrew Cagney <ac131313@redhat.com>
11011
11012 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
11013 (Packets): Add cross reference from `b' packet to `z' packets.
11014
790eb8f5
AC
110152002-09-19 Andrew Cagney <ac131313@redhat.com>
11016
8d30a00d
AC
11017 * gdb.texinfo (Maintenance Commands): Document ``maint
11018 internal-error'' and ``maint internal-warning''.
11019
790eb8f5
AC
11020 * gdbint.texinfo (Target Architecture Definition): Revise
11021 description of STACK_ALIGN. Add description of FRAME_ALIGN.
11022
a23a7bf1
JB
110232002-09-19 Joel Brobecker <brobecker@gnat.com>
11024
11025 * gdbint.texinfo (Target Conditionals): Document the new
11026 NAME_OF_MALLOC macro.
11027
299ffc64
AC
110282002-09-05 Andrew Cagney <ac131313@redhat.com>
11029
11030 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
11031 engineer.
11032
b7bb15bc
SC
110332002-09-02 Stephane Carrez <stcarrez@nerim.fr>
11034
11035 * gdb.texinfo (TUI Overview): Document status line fields.
11036
3d757584
SC
110372002-09-02 Stephane Carrez <stcarrez@nerim.fr>
11038
11039 * gdb.texinfo (TUI Commands): Document info win command.
11040
269c21fe
SC
110412002-09-01 Stephane Carrez <stcarrez@nerim.fr>
11042
11043 * gdb.texinfo (TUI Overview): Document breakpoint markers.
11044
7cf36c78
SC
110452002-09-01 Stephane Carrez <stcarrez@nerim.fr>
11046
11047 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
11048 (TUI Keys): Likewise.
11049
d2c6833e
AC
110502002-08-25 Andrew Cagney <ac131313@redhat.com>
11051
11052 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
11053 for a packet receive.
11054
46d8b1c3
AC
110552002-08-25 Andrew Cagney <ac131313@redhat.com>
11056
11057 * Makefile.in (clean): Move to end of file.
11058 (distclean, maintainer-clean, realclean): Ditto.
11059 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
11060 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
11061 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
11062 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
11063
b0787093
AC
110642002-08-24 Andrew Cagney <ac131313@redhat.com>
11065
11066 * Makefile.in (GDBINT_TEX_TMPS): Define.
11067 (gdbint.dvi, gdbint.pdf): Use
11068 (GDB_TEX_TMPS): Define.
11069 (gdb.dvi, gdb.pdf): Use.
11070 (STABS_TEX_TMPS): Define.
11071 (stabs.dvi, stabs.pdf): Use.
11072 (GDB_DOC_SOURCE_INCLUDES): New macros.
11073 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
11074 (GDBINT_DOC_FILES_INCLUDES): New macros.
11075 (GDBINT_DOC_BUILD_INCLUDES): New macros.
11076 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
11077 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
11078 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
11079 (links2roff): Replace SFILES_INCLUDED with
11080 GDB_DOC_SOURCE_INCLUDES.
11081 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
11082 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
11083 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
11084 dependencies.
11085 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
11086 dependencies.
11087 (gdbmi.texinfo): Delete rule.
11088 (inc-hist.texinfo): Delete rule.
11089 (rluser.texinfo): Delete rule.
11090
ebba8386
AC
110912002-08-23 Andrew Cagney <cagney@redhat.com>
11092
11093 * gdbint.texinfo (Target Architecture Definition): Update
11094 STORE_RETURN_VALUE, mention regcache.
11095
0ab7a791
AC
110962002-08-21 Andrew Cagney <ac131313@redhat.com>
11097
11098 * gdbint.texinfo (Target Architecture Definition): Document
11099 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
11100
ee2d5c50
AC
111012002-08-19 Andrew Cagney <ac131313@redhat.com>
11102
11103 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
11104 Fix minor typos. Add index entries.
11105
53c69bd7
AC
111062002-08-18 Andrew Cagney <ac131313@redhat.com>
11107
11108 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
11109
e76f1f2e
AC
111102002-08-15 Andrew Cagney <ac131313@redhat.com>
11111
11112 * gdbint.texinfo (Target Architecture Definition): Document
11113 PRINT_VECTOR_INFO.
11114 * gdb.texinfo (Vector Unit): Document "info vectors" command.
11115
0680b120
AC
111162002-08-13 Andrew Cagney <ac131313@redhat.com>
11117
11118 * gdb.texinfo (Maintenance Commands): Document "maint print
11119 registers", "maint print raw-registers" and "maint print
11120 cooked-registers".
11121
3c3bea1c
GS
111222002-08-08 Grace Sainsbury <graces@redhat.com>
11123
a9331b3f 11124 From Mark Salter:
3c3bea1c
GS
11125 * gdb.texinfo (Protocol): Document T packet extension to
11126 allow watchpoint address reporting.
11127
42f9b0a5
AC
111282002-08-03 Andrew Cagney <ac131313@redhat.com>
11129
11130 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
11131
db034ac5
AC
111322002-08-01 Andrew Cagney <cagney@redhat.com>
11133
11134 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
11135 to CHILL.
11136
e2b28d04
AC
111372002-08-01 Andrew Cagney <ac131313@redhat.com>
11138
11139 * gdbint.texinfo (Coding): Revise section "Include Files".
11140
7fb623f7
AC
111412002-07-24 Andrew Cagney <cagney@redhat.com>
11142
11143 * gdbint.texinfo: Obsolete references to m88k.
11144 * gdb.texinfo: Ditto.
11145
4a2b4636
JB
111462002-07-10 Joel Brobecker <brobecker@gnat.com>
11147
7fb623f7 11148 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
11149 where the proper version of autoconf can be retrieved.
11150
a71ec265
DH
111512002-07-09 Don Howard <dhoward@redhat.com>
11152
11153 * gdb.texinfo (Command Files): Further describe the behavior of
11154 sourced command files.
11155
b9aa90c9
AC
111562002-06-27 Andrew Cagney <ac131313@redhat.com>
11157
11158 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
11159 (Coding): Clarify ISO C version that GDB assumes.
11160
40dd2248
TT
111612002-06-26 Tom Tromey <tromey@redhat.com>
11162
11163 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
11164 add_setshow_cmd_full.
11165
bfac230e
DH
111662002-06-25 Don Howard <dhoward@redhat.com>
11167
11168 * gdb.texinfo (Memory Region Attributes): Document new behavior
11169 for 'mem' command.
11170
475b0867
JB
111712002-06-11 Jim Blandy <jimb@redhat.com>
11172
919d772c
JB
11173 * gdb.texinfo (Symbols): Update documentation for `info source'
11174 command.
11175
475b0867
JB
11176 * gdb.texinfo (Macros): Call the command `info macro', not
11177 `show macro'.
11178
ba8c9337
AC
111792002-06-09 Andrew Cagney <ac131313@redhat.com>
11180
11181 * gdbint.texinfo (Coding): Add section ``Per-architecture module
11182 data''.
11183
1029b7fa
MK
111842002-06-09 Mark Kettenis <kettenis@gnu.org>
11185
11186 * gdbint.texinfo (Target Architecture Definition): Document
11187 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
11188
16737d73
AC
111892002-06-08 Andrew Cagney <ac131313@redhat.com>
11190
11191 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
11192 lists.
11193
30107679
AC
111942002-06-08 Andrew Cagney <ac131313@redhat.com>
11195
11196 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
11197 Branch''.
11198
3352e23e
AC
111992002-06-01 Andrew Cagney <ac131313@redhat.com>
11200
11201 * gdbint.texinfo (Target Architecture Definition): Add section
11202 ``Converting an existing Target Architecture to Multi-arch''.
11203
cbb09e6a
AC
112042002-05-30 Andrew Cagney <ac131313@redhat.com>
11205
11206 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
11207 to ``Obsoleting code''. Revise.
11208
701adfb0
PA
112092002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
11210
11211 * gdbint.texinfo: Document new generic OS ABI framework.
11212
e2e0bcd1
JB
112132002-05-17 Jim Blandy <jimb@redhat.com>
11214
11215 * gdb.texinfo (C Preprocessor Macros): New chapter.
11216 Include it in the main menu.
11217 (Contributors): Credit Jim Blandy with macro support.
11218 (Compilation): Explain how to get macro information into the
11219 executable.
11220 (Expressions): Note that preprocessor macros are expanded.
11221
9db8d71f
DJ
112222002-05-14 Daniel Jacobowitz <drow@mvista.com>
11223
11224 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
11225 options for `target remote'.
11226
6d531722
AC
112272002-05-13 Andrew Cagney <ac131313@redhat.com>
11228
11229 * gdbint.texinfo (Target Architecture Definition): Delete
11230 documentation on NNPC_REGNUM.
11231
13d01224
AC
112322002-05-11 Andrew Cagney <ac131313@redhat.com>
11233
11234 * gdbint.texinfo (Target Architecture Definition): Document
11235 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
11236 (Target Architecture Definition): Revise section `Using Different
11237 Register and Memory Data Representations'. Add section `Raw and
11238 Virtual Register Representations'.
11239
b2e75d78
AC
112402002-05-11 Andrew Cagney <ac131313@redhat.com>
11241
11242 * gdbint.texinfo (Target Architecture Definition): Mention
11243 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
11244 (Target Architecture Definition): Mention same. Add references to
11245 web pages.
11246
2c8682ee
MS
112472002-05-08 Michael Snyder <msnyder@redhat.com>
11248
11249 * stabs.texinfo (Attributes): Document new "vector" attribute.
11250
0816590b
AC
112512002-05-04 Andrew Cagney <ac131313@redhat.com>
11252
11253 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
11254
2653173e
AC
112552002-05-04 Andrew Cagney <ac131313@redhat.com>
11256
11257 * gdb.texinfo: Delete obsolete references to a29k.
11258
d7bd68ca
AC
112592002-04-24 Andrew Cagney <ac131313@redhat.com>
11260
11261 * gdbint.texinfo (Target Architecture Definition): Replace
11262 IN_SIGTRAMP with PC_IN_SIGTRAMP.
11263
21d83aa5
DM
112642002-04-24 David S. Miller <davem@redhat.com>
11265
11266 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
11267
7673a6cc
DM
112682002-04-21 David S. Miller <davem@redhat.com>
11269
11270 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
11271
d49d1e0a
AC
112722002-04-21 Andrew Cagney <ac131313@redhat.com>
11273
11274 * gdbint.texinfo (Target Architecture Definition): Delete
11275 definition of HAVE_REGISTER_WINDOWS.
11276
f7dc1244 112772002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
11278
11279 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
11280 "Theodore A. Roth" <troth@verinet.com>.
11281
5ca0cb28
DH
112822002-04-15 Don Howard <dhoward@redhat.com>
11283
f7dc1244 11284 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 11285 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 11286 Provide a better explaination of this feature.
5ca0cb28 11287
f208ba17
AC
112882002-04-14 Andrew Cagney <ac131313@redhat.com>
11289
11290 * gdbint.texinfo (Target Architecture Definition): Remove
11291 FRAME_CHAIN_COMBINE.
11292
d5ba91de
MC
112932002-04-12 Michael Chastain <mec@shout.net>
11294
11295 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
11296 REG_STACK_SEGMENT.
11297
26818220
MC
112982002-04-09 Michael Chastain <mec@shout.net>
11299
11300 * gdbint.texinfo (Obsolete Conditionals): Remove references to
11301 PYRAMID_* macros.
11302
129188f6
AC
113032002-04-07 Andrew Cagney <ac131313@redhat.com>
11304
11305 * gdb.texinfo (Bug Reporting): Document that the web is the
11306 prefered way of submitting bug reports.
11307 (Bug Reporting): Delete the s-mail address as the last resort.
11308
8227c0ff
AC
113092002-04-05 Andrew Cagney <ac131313@redhat.com>
11310
11311 * gdbint.texinfo (Target Architecture Definition): Delete
11312 references to TARGET_WRITE_FP and write_fp.
11313
16d9dec6
MS
113142002-03-27 Michael Snyder <msnyder@redhat.com>
11315
11316 * gdb.texinfo: Document new commands dump, append, and restore.
11317
9ae8b82c
AC
113182002-03-27 Andrew Cagney <ac131313@redhat.com>
11319
11320 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
11321 Branch'.
11322
474c8240
AC
113232002-03-18 Andrew Cagney <ac131313@redhat.com>
11324
11325 * gdb.texinfo: Change all examples to @smallexample.
11326 * gdbint.texinfo: Ditto.
a9331b3f 11327
fb0ff88f
AC
113282002-03-18 Andrew Cagney <ac131313@redhat.com>
11329
11330 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
11331 Branches''.
11332
9bb0a4d8
AC
113332002-03-18 Andrew Cagney <ac131313@redhat.com>
11334
11335 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
11336 Policy''.
11337
937f164b
FF
113382002-03-04 Fred Fish <fnf@redhat.com>
11339
11340 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
11341 expresson, suports, dependant, trhe, perhaphs, situtations,
11342 explictily, taged, oportunity, unfortunatly).
11343
a7b40f07
AC
113442002-02-24 Andrew Cagney <ac131313@redhat.com>
11345
11346 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
11347 Remove reference to 3.12.
11348
701adfb0
PA
113492002-02-23 Paul Eggert <eggert@twinsun.com>
11350
11351 * Makefile.in (GDBvn.texi): Change "head -1" to "sed q", since
11352 POSIX 1003.1-2001 no longer allows "head -1".
11353
aab4e0ec
AC
113542002-02-23 Andrew Cagney <ac131313@redhat.com>
11355
11356 * gdbint.texinfo: Include fdl.texi.
11357 (Top): Add GNU Free Documentation License.
11358 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
11359 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
11360 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
11361 (gdbint.info): Add srcdir to include path.
11362 * gdb.texinfo: Include gpl.texi.
11363 (Top): Add Copying.
11364 * gpl.texi: New file.
11365
47b95330
AC
113662002-02-23 Andrew Cagney <ac131313@redhat.com>
11367
11368 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
11369
78c47bea
PM
113702002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
11371
11372 * gdb.texinfo: Document Cygwin native specific commands.
11373
56460a61
DJ
113742002-02-15 Daniel Jacobowitz <drow@mvista.com>
11375
11376 * gdb.texinfo: Document gdbserver ``--attach'' command.
11377
def71bfa
MS
113782002-02-07 Michael Snyder <msnyder@redhat.com>
11379
11380 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
11381 to @code(_ovly_debug_event).
11382
c928edc0
AC
113832002-02-07 Andrew Cagney <ac131313@redhat.com>
11384
11385 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
11386
81d46470
MS
113872002-02-06 Michael Snyder <msnyder@redhat.com>
11388
11389 * gdb.texinfo (overlays): Mention new magic symbol
11390 '_ovly_debug_event', which allows GDB to keep better track
11391 of overlays.
11392
701adfb0
PA
113932002-02-06 Richard Earnshaw <rearnsha@arm.com>
11394
11395 * gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11396 (PRINT_FLOAT_INFO): Document it.
11397
f7dc1244 113982002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
11399
11400 * gdb.texinfo (Memory Region Attributes): Fix the wording.
11401 Suggested by Dmitry Sivachenko.
11402
11403 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
11404
15110bc3
MS
114052002-02-01 Michael Snyder <msnyder@redhat.com>
11406
11407 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
11408
6763aef9
MS
114092002-01-30 Michael Snyder <msnyder@redhat.com>
11410
ac282366
MS
11411 * gdb.texinfo: (remote protocol): Gramatical fix-up.
11412 (set trust-readonly-sections): Document.
6763aef9 11413
8642bc8f
AC
114142002-01-29 Andrew Cagney <ac131313@redhat.com>
11415
11416 * gdbint.texinfo (Releasing GDB): Revise and update.
11417
afe64c1a
AC
114182002-01-28 Andrew Cagney <ac131313@redhat.com>
11419
11420 * gdbint.texinfo (Target Architecture Definition): Delete
11421 description of TARGET_BYTE_ORDER_DEFAULT.
11422
f7dc1244 114232002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
11424
11425 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
11426 <mitya@cavia.pp.ru>.
11427
3d6e1b5a
AC
114282002-01-23 Andrew Cagney <ac131313@redhat.com>
11429
11430 * libgdb.texinfo: Delete file.
11431
6c0e9fb3
AC
114322002-01-22 Andrew Cagney <ac131313@redhat.com>
11433
11434 * gdb.texinfo: Remove makeinfo 3.12 hacks.
11435 * gdbint.texinfo: Ditto.
11436
e0ce93ac
AC
11437Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
11438
11439 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
11440
be298bcc
AC
114412002-01-22 Andrew Cagney <ac131313@redhat.com>
11442
11443 * Makefile.in: Update copyright.
11444 (TEXI2DVI): Define.
11445 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
11446 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
11447 gdb-cfg.texi.
11448 (TEXINDEX, PDFTEX): Delete makefile variables.
11449
8e04817f
AC
114502002-01-22 Andrew Cagney <ac131313@redhat.com>
11451
11452 * gdb.texinfo (Protocol): Move section to appendix.
11453
6b2f586d
AC
114542002-01-21 Andrew Cagney <ac131313@redhat.com>
11455
11456 * gdb.texinfo (Remote Debugging): Create a menu.
11457 (Top): Add ``Remote Debugging'' to menu.
11458
6f05cf9f
AC
114592002-01-21 Andrew Cagney <ac131313@redhat.com>
11460
11461 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
11462 serial protocol'' from here.
11463 (Remote Debugging): To here. New chapter.
11464
3fd3d7d2
AC
114652002-01-20 Andrew Cagney <ac131313@redhat.com>
11466
11467 * gdbint.texinfo (Target Architecture Definition): Delete
11468 description of TARGET_BYTE_ORDER_SELECTABLE_P.
11469
7fd60527
AC
114702002-01-20 Andrew Cagney <ac131313@redhat.com>
11471
11472 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
11473 are no longer needed.
11474 (Porting GDB): Add maintainer note about configure.host.
11475
c2f05ac9
AC
114762002-01-20 Andrew Cagney <ac131313@redhat.com>
11477
11478 * gdbint.texinfo (Target Architecture Definition): Remove
11479 definition of IEEE_FLOAT.
11480
f7dc1244 114812002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
11482
11483 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
11484 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
11485 <3diff@gnu.org>
231b2aad 11486
82600034
AC
114872002-01-19 Andrew Cagney <ac131313@redhat.com>
11488
11489 * gdbint.texinfo (Host Definition): Remove references to
11490 MALLOC_INCOMPATIBLE.
11491
7708fa01
AC
114922002-01-17 Andrew Cagney <ac131313@redhat.com>
11493
11494 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
11495 and xyz-xdep.o.
11496
eb12ee30
AC
114972002-01-17 Andrew Cagney <ac131313@redhat.com>
11498
889bf7c5 11499 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
11500 (Set Breaks): Copy ``maint info breakpoint'' doco to
11501 ``Maintenance Commands'' appendix. Add reference.
11502
c9ccaa92
AC
115032002-01-17 Andrew Cagney <ac131313@redhat.com>
11504
11505 * fdl.texi: Remove next/prev from @node.
11506
f7dc1244 115072002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
11508
11509 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
11510 for monstrous @multitable (from Brian Youmans).
11511
11512 * fdl.texi: New file.
11513
11514 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
11515
8973da3a
AC
115162002-01-15 Andrew Cagney <ac131313@redhat.com>
11517
11518 * gdbint.texinfo (Releasing GDB): New chapter.
11519
7d86b5d5
AC
115202002-01-14 Andrew Cagney <ac131313@redhat.com>
11521
11522 * gdb.texinfo (Embedded Processors, Calling program functions):
11523 Obsolete references to a29k.
11524
cc1cb004
AC
115252002-01-13 Andrew Cagney <ac131313@redhat.com>
11526
11527 * gdbint.texinfo (Coding): Review Cleanups section. Examples
11528 examples. Document that a code-block should do or discard its
11529 cleanups before exit.
11530
79f12247
MS
115312002-01-11 Michael Snyder <msnyder@redhat.com>
11532
11533 * gdb.texinfo (Choosing files): Change @samp to @file.
11534
19837790
MS
115352002-01-05 Michael Snyder <msnyder@redhat.com>
11536
11537 * gdb.texinfo (--pid): Document new command line option (attach).
11538
f7dc1244 115392002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
11540
11541 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
11542 in the stub.
11543
d7449b42
AC
115442002-01-04 Andrew Cagney <ac131313@redhat.com>
11545
11546 * gdbint.texinfo (Target Architecture Definition): Replace
11547 BIG_ENDIAN with BFD_ENDIAN_BIG.
11548
f23631e4
AC
115492002-01-03 Andrew Cagney <ac131313@redhat.com>
11550
11551 * gdbint.texinfo (Target Architecture Definition): Replace
11552 value_ptr with struct value pointer.
11553
72c9928d
EZ
115542002-01-02 Eli Zaretskii <eliz@gnu.org>
11555
11556 * gdb.texinfo (Free Software): Fix wording.
11557
959acfd1
EZ
115582001-12-31 Eli Zaretskii <eliz@gnu.org>
11559
11560 * gdb.texinfo (Free Software): New section ``Free Software Needs
11561 Free Documentation''.
11562
f7dc1244 115632001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
11564
11565 * stabs.texinfo:
11566 * gdb.texinfo:
11567 * gdbint.texinfo:
11568 * libgdb.texinfo:
11569 * annotate.texi: Fix the application of GFDL in the Copyright notice.
11570
6600abed
MS
115712001-12-29 Michael Snyder <msnyder@redhat.com>
11572
11573 * gdb.texinfo (maint info sections): Fix typo.
11574
f6680716
MS
115752001-12-26 Michael Snyder <msnyder@redhat.com>
11576
fe95c787
MS
11577 * gdb.texinfo (maint info sections): Document.
11578
a9331b3f 11579 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
11580 'info proc' sub-options that are currently not implemented.
11581
c3d3ce5b
JB
115822001-12-20 Jim Blandy <jimb@redhat.com>
11583
11584 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
11585
778eb05e
AC
115862001-12-15 Andrew Cagney <ac131313@redhat.com>
11587
11588 * gdbint.texinfo (Target Architecture Definition): Replace
11589 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
11590
2607059c
AC
115912001-12-01 Andrew Cagney <ac131313@redhat.com>
11592
11593 * gdbint.texinfo (Host Definition): Delete documentation on
11594 HOST_BYTE_ORDER.
11595
df0cd8c5
JB
115962001-11-30 Jim Blandy <jimb@redhat.com>
11597
11598 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 11599 overlay support. Add to top-level menu.
df0cd8c5 11600
88118b3a
TT
116012001-11-26 Tom Tromey <tromey@redhat.com>
11602
11603 * gdb.texinfo (Command Syntax): Document C-o binding.
11604
96565e91
CF
116052001-07-26 Christopher Faylor <cgf@redhat.com>
11606
11607 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
11608 use since it is described in the referenced section.
11609
f7dc1244 11610 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
11611 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
11612 clearer when using DJGPP.
11613
2a3d5645
CF
116142001-11-24 Christopher Faylor <cgf@redhat.com>
11615
11616 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
11617 specifically refer to MS-DOS.
11618 (command files): Mention gdb.ini is only used on MS-DOS.
11619
aa26fa3a
TT
116202001-11-21 Tom Tromey <tromey@redhat.com>
11621
11622 * gdb.texinfo (Invoking GDB): Document --args.
11623 (Mode Options): Likewise.
11624
4f8ada06
JB
116252001-11-21 Jim Blandy <jimb@redhat.com>
11626
11627 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
11628 Delete documentation; this macro has been removed from the
11629 sources.
4f8ada06 11630
3fe0dc10
JB
116312001-11-13 Jim Blandy <jimb@redhat.com>
11632
11633 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
11634
9e5abb06
CV
116352001-11-06 Corinna Vinschen <vinschen@redhat.com>
11636
11637 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
11638
1c5dfdad
MS
116392001-11-05 Michael Snyder <msnyder@redhat.com>
11640
a9331b3f 11641 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
11642 quote regexp chars in function names such as "operator*()".
11643
990f9fe3
FF
116442001-11-01 Fred Fish <fnf@redhat.com>
11645
11646 * gdbint.texinfo (SOLIB_ADD): Document additional new
11647 "readsyms" arg.
11648
b433d00b
DH
116492001-10-30 Don Howard <dhoward@redhat.com>
11650
070b1dd3
DH
11651 * gdb.texinfo: (Command Files) Added documentation for the
11652 behavior of gdb with input redirected from a file.
b433d00b 11653
b7209cb4
FF
116542001-10-28 Fred Fish <fnf@redhat.com>
11655
11656 * gdb.texinfo (auto-solib-add): Change docs to match
11657 implementation change.
11658 (auto-solib-limit): Add docs for new variable.
11659
1aa20aa8
AC
116602001-10-15 Andrew Cagney <ac131313@redhat.com>
11661
11662 * gdbint.texinfo (Target Architecture Definition): Function
11663 value_as_pointer renamed to value_as_address.
11664
fc0c74b1
AC
116652001-10-15 Andrew Cagney <ac131313@redhat.com>
11666
11667 * gdbint.texinfo (Target Architecture Definition): Default
11668 POINTER_TO_ADDRESS functions assume unsigned addresses.
11669 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
11670 posting by Jim Blandy.
11671
f4846649
JB
116722001-10-12 Jim Blandy <jimb@redhat.com>
11673
11674 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
11675 version of texi2html (1.64) doesn't support this flag any more.
11676
f277788b
MK
116772001-09-08 Mark Kettenis <kettenis@gnu.org>
11678
a9dc4918
MK
11679 * gdbint.texinfo (Host Definition): Remove description of
11680 MEM_FNS_DECLARED.
11681
d28379df
MK
11682 * gdbint.texinfo (Host Definition): Remove description of R_OK.
11683
f277788b
MK
11684 * gdbint.texinfo (Host Definition): Remove description of
11685 HAVE_SIGSETMASK.
11686
7ccaa899
EZ
116872001-09-04 Elena Zannoni <ezannoni@redhat.com>
11688
11689 * gdbint.texinfo (Target Architecture Definition): Add
11690 explanation of TARGET_PRINT_INSN macro.
11691
17d9d558
JB
116922001-08-30 Jim Blandy <jimb@redhat.com>
11693
11694 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
11695 Explain what it means to load relocatable files.
11696
72cde065
JB
116972001-08-28 Jim Blandy <jimb@redhat.com>
11698
11699 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
11700 info `top' menu.
11701
9e678452
CF
11702Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
11703
11704 * gdbint.texinfo: Add a cautionary note about macro use.
11705
a2bea4c3 117062001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 11707
a2bea4c3
CV
11708 * gdb.texinfo: Explain omitting the hostname in the
11709 `target remote' command.
11710
1129bf27
DJ
117112001-07-30 Daniel Jacobowitz <drow@mvista.com>
11712
11713 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
11714 and END-INFO-DIR-ENTRY.
11715
732b3002
SC
117162001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11717
11718 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
11719
89437448
AC
117202001-07-25 Andrew Cagney <ac131313@redhat.com>
11721
11722 * gdbint.texinfo (libgdb): Rewrite.
11723
f7dc1244 117242001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
11725
11726 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
11727
c4555f82
SC
117282001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11729
11730 * gdb.texinfo (TUI): New chapter, document the TUI.
11731 (Mode Options): Document the -tui option.
11732
2f45a6e0
MK
117332001-07-23 Mark Kettenis <kettenis@gnu.org>
11734
11735 * gdbint.texinfo (Host Definition): Remove description of
11736 NEED_POSIX_SETPGID.
11737
f7dc1244 117382001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
11739
11740 * gdb.tex (DJGPP Native): New node, with descriptions of
11741 DJGPP-specific commands.
11742
be9c6c35
JM
117432001-07-19 John R. Moore <jmoore@redhat.com>
11744
11745 * gdbint.texinfo: Three misspellings.
11746
dfa249fb
AC
117472001-07-06 Andrew Cagney <ac131313@redhat.com>
11748
11749 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
11750 `test` expressions on bash. Problem reported by Colin Walters.
11751
c72e7388
AC
117522001-07-04 Andrew Cagney <ac131313@redhat.com>
11753
11754 * gdbint.texinfo (User Interface): Update ui-out documentation to
11755 refelect recent UI/MI updates.
11756
94bbb2c0
AC
117572001-07-04 Andrew Cagney <ac131313@redhat.com>
11758
11759 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
11760 interpreters.
11761
af6c57ea
AC
117622001-06-15 Andrew Cagney <ac131313@redhat.com>
11763
11764 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
11765 structure and not macros.
11766 (Host Definition): Document that much of this chapter is obsolete.
11767 (Target Architecture Definition): Update list of files that make
11768 up a target architecture.
11769 (Coding): Update.
11770
83aa8bc6
AC
117712001-06-28 Andrew Cagney <ac131313@redhat.com>
11772
11773 * gdbint.texinfo (Target Architecture Definition): Update
11774 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
11775 The latter has been changed to a true predicate.
11776
f7dc1244 117772001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
11778
11779 * annotate.texi: Add @noindent where needed. From Dmitry
11780 Sivachenko <dima@Chg.RU>.
11781 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
11782
656db9b0
AC
117832001-06-16 Andrew Cagney <ac131313@redhat.com>
11784
11785 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
11786
df2396a1
AC
117872001-06-14 Andrew Cagney <ac131313@redhat.com>
11788
11789 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
11790 returns ``OK''. Document that the ``R'' packet does not reply.
11791
0f1f2b0a
MS
117922001-06-13 Michael Snyder <msnyder@redhat.com>
11793
11794 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
11795
f7dc1244 117962001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
11797
11798 * gdb.texinfo (Signals): Clarify the default setting of signal
11799 handling.
11800
a5d7c491
AC
118012001-05-14 Andrew Cagney <ac131313@redhat.com>
11802
11803 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
11804 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
11805
05a54c4f
AC
118062001-05-12 Andrew Cagney <ac131313@redhat.com>
11807
11808 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
11809
f7dc1244 118102001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
11811
11812 * gdbint.texinfo (Clean Design and Portable Implementation):
11813 Renamed from "Clean Design".
11814 (Clean Design and Portable Implementation): Document portable
11815 methods of handling file names, and the associated macros.
11816
f7dc1244 118172001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
11818
11819 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
11820 command and provide a cross-reference to its description.
11821 (Symbols): Note that "info scope" is useful for trace experiments.
11822
f7dc1244 118232001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 11824
b37052ae
EZ
11825 * gdb.texinfo (Symbols): Document "info scope".
11826 (Tracepoints): New chapter.
11827 (Contributors): Update for v5.1.
11828 <All nodes>: Change "C++" to "C@t{++}".
11829
0ee54786
EZ
11830 * gdbint.texinfo (User Interface): A new section about ui_out
11831 functions, based on text written by Fernando Nasser.
11832
c534679c
EZ
11833 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
11834
f7dc1244 118352001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 11836
e9c75b65
EZ
11837 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
11838
11839 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
11840
11841 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
11842 Replace "GDB" with "@value{GDBN}". Fix markup.
11843
11844 * annotate.texi: Change Permissions to GFDL. Update Copyright.
11845
3d67e040
EZ
11846 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
11847 a cross-reference to its description.
11848 (Symbols): Document "info symbol".
11849
f7dc1244 118502001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
11851
11852 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
11853 subsection "x86 Watchpoints".
11854 (Target Architecture Definition): Document the macros
11855 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
11856 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
11857
b0ed3589
AC
118582001-03-20 Andrew Cagney <ac131313@redhat.com>
11859
11860 * gdbint.texinfo (Target Architecture Definition): Update
11861 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
11862 list.
11863
b6ba6518
KB
118642001-03-06 Kevin Buettner <kevinb@redhat.com>
11865
11866 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
11867 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
11868
f7dc1244 118692001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
11870
11871 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
11872
f7dc1244 118732001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 11874
17cc6a06
EZ
11875 * gdb.texinfo (Environment): Document that `path' does not change
11876 the value of PATH in GDB's own environment (it did in the past,
11877 but that was changed on March 15, 1994). Reported by Doug Evans
11878 <dje@transmeta.com>.
11879
56caf160
EZ
11880 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
11881 its line. Fix markup of commands and macros. Add an Index node
11882 and index entries.
11883
29e57380
C
118842001-01-23 J.T. Conklin <jtc@redback.com>
11885
11886 * gdb.texinfo (Memory region attributes): New manual section.
11887
1c6147de
ND
118882001-01-04 Nicholas Duffek <nsd@redhat.com>
11889
11890 * gdbint.texinfo (POP_FRAME): Document use by return_command.
11891
f7dc1244 118922000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
11893
11894 * refcard.tex: Version and copyright fixed. From Phil Edwards
11895 <pedwards@disaster.jaj.com>.
11896
0dcedd82
AC
11897Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
11898
11899 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 11900 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 11901
3b851bce
AC
11902Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
11903
11904 * gdbint.texinfo (Coding): Update current value of
889bf7c5 11905 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 11906
f7dc1244 119072000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
11908
11909 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
11910 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
11911
b90a5f51
CF
119122000-11-10 Christopher Faylor <cgf@cygnus.com>
11913
11914 * gdb.texinfo: Document new 'set step-mode' command.
11915
f7dc1244 119162000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
11917
11918 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
11919 changes from Dmitry Sivachenko <dima@Chg.RU>.
11920
f7dc1244 119212000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
11922
11923 * gdb.texinfo (Hooks): Document the new post-hook functionality.
11924 From Steven Johnson <sbjohnson@ozemail.com.au>.
11925
2e685b93
MK
119262000-08-10 Mark Kettenis <kettenis@gnu.org>
11927
11928 * gdbint.texinfo (Overall Structure): Spelling fix.
11929
f7dc1244 119302000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
11931
11932 * gdbint.texinfo (Target Architecture Definition): Document that
11933 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
11934 for which REGISTER_CONVERTIBLE returns a zero value.
11935
63ac3005
EZ
119362000-07-08 Christopher Faylor <cgf@cygnus.com>
11937
11938 * Makefile.in (install-info): Find files to install in either the
11939 build or source directories (adapted from Makefile.am).
11940
bd79f757
ND
119412000-07-07 Nicholas Duffek <nsd@redhat.com>
11942
11943 * stabs.texinfo: Fix spelling errors.
11944 (String Field): FILE-NUMBER starts from 0, not 1.
11945
f7dc1244 119462000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
11947
11948 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 11949 Brian Youmans.
5f208f6d 11950
f7dc1244 119512000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
11952
11953 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
11954 the source directory. Reported by Mark Harig
11955 <markh@frazier.landmark.com>.
cc542d3b 11956
f3b28801
C
119572000-06-20 J.T. Conklin <jtc@redback.com>
11958
11959 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
11960
449f3b6c
AC
11961Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
11962
11963 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 11964 Generate using pdftex.
449f3b6c 11965 (PDFTEX): Define.
889bf7c5 11966 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 11967 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 11968 @contents at the start.
449f3b6c 11969
f7dc1244 119702000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
11971
11972 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 11973 Youmans.
48e934c6 11974
9e9c5ae7
AC
11975Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
11976
11977 From Brian Youmans:
11978 * gdb.texinfo: Fix ``et al.''.
11979
c741b251
AC
11980Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
11981
11982 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 11983 loop.
c741b251 11984
4ab64e14
JG
119852000-05-19 Jimmy Guo <guo@cup.hp.com>
11986
11987 * configure: Regenerate.
11988
f7dc1244 119892000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
11990
11991 * Makefile.in (install-info): Run install-info on installed Info
11992 files.
11993
8c70017b
AC
11994Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11995
a7cb598a 11996 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 11997 Andrew Cagney.
8c70017b 11998
f7dc1244 119992000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
12000
12001 * gdb.texinfo: Proofreading changes from Brian Youmans.
12002
bf0184be
ND
120032000-05-01 Nick Duffek <nsd@cygnus.com>
12004
12005 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
12006 startup sequence, minor edits.
12007
f7dc1244 120082000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
12009
12010 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
12011 TeX.
12012
12013 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
12014 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
12015 like `n' and `s' which look weird. Convert some of the @kindex to
12016 @vindex, when they refer to variables, not commands.
12017
33e16fad
AC
12018Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
12019
12020 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
12021
f7dc1244 120222000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
12023
12024 * Makefile.in (GDBMI_DIR): New variable.
12025 (SET_TEXINPUTS): Add $(GDBMI_DIR).
12026 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
12027 (gdbmi.texinfo): New target, for texi2roff.
12028 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
12029 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
12030
12031 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
12032 gdbmi.texinfo.
12033 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
12034 comment.
12035
d167840f
EZ
120362000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12037
12038 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 12039 command.
d167840f 12040
f7dc1244 120412000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
12042
12043 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
12044 prevents the build (and is generally a Bad Idea).
12045
f7dc1244 120462000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
12047
12048 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
12049 a comma inside @var.
12050 (Command Files): Index markup changes from Dmitry Sivachenko
12051 <dima@Chg.RU>.
12052
f7dc1244 120532000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
12054
12055 * Makefile.in (LN_S): Define.
12056 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
12057 invoke "ln -s" unless it is known to work.
12058
12059 * configure.in (AC_PROG_LN_S): Add.
12060
8dc7983f
JB
120612000-04-14 Jim Blandy <jimb@redhat.com>
12062
12063 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
12064 section.
12065 (Target Conditionals): Document ADDRESS_TO_POINTER,
12066 POINTER_TO_ADDRESS.
12067
1a8237e8
DB
120682000-04-11 Daniel Berlin <dan@cgsoftware.com>
12069
12070 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
12071 gdb-cfg.texi to get the value.
12072
ca526f1a
JB
120732000-04-10 Jim Blandy <jimb@redhat.com>
12074
12075 * gdbint.texinfo (Target Architecture Definition): Fix
12076 cross-references.
12077
faaafcb4
JB
120782000-04-08 Jim Blandy <jimb@redhat.com>
12079
12080 * gdbint.texinfo (Using Different Register and Memory Data
12081 Representations): New section.
12082 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
12083 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
12084 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 12085
1b27397f
AC
12086Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
12087
12088 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 12089 for acknowledgments.
1b27397f 12090
480ff1fb
AC
12091Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
12092
12093 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 12094 qThreadExtraInfo.
480ff1fb 12095
a9331b3f 120962000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 12097
a9331b3f
RM
12098 * gdb.texinfo: Clarify which remote debug protocol commands are
12099 required and which are optional.
f1251bdd 12100
dbeb8dbd
AC
12101Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
12102
12103 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
12104 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
12105 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
12106 * annotate.texi: Update.
12107
6d2ebf8b
SS
121082000-03-28 Stan Shebs <shebs@apple.com>
12109
12110 * gdb.texinfo: Update dates, bump to Eighth Edition (note
12111 expectation of additional changes before release), update
12112 ISBN, add copy of top-level menu for @ifhtml, remove explicit
12113 node links, rephrase and/or shorten lines to fix formatting
12114 problem in both regular and @smallbook formats.
12115 * annotate.texi: Shorten lines in example, use smallexample
12116 consistently everywhere.
12117 * Makefile.in: Add comment about texinfo 4.0 html generation.
12118 (SFILES_INCLUDED): Add annotate.texi.
12119
5d161b24
DB
121202000-03-27 Daniel Berlin <dan@cgsoftware.com>
12121
5ae4183a
AS
12122 * gdb.texinfo (Debugging Output): Added new section, documenting
12123 the "set/show debug" commands.
5d161b24 12124
b9deaee7
AC
12125Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
12126
12127 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 12128 entry.
b9deaee7
AC
12129
12130 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
12131 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 12132 @chapter and @node entries.
a9331b3f 12133
b9deaee7 12134 * gdb.texinfo: Link all top-level nodes.
a9331b3f 12135
9ef47d30
AC
12136Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
12137
12138 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 12139 files.
9ef47d30 12140
cfeada60
FN
121412000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
12142
12143 From David Whedon <dwhedon@gordian.com>
5ae4183a 12144 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 12145
6837a0a2
DB
121462000-03-22 Daniel Berlin <dan@cgsoftware.com>
12147
12148 * gdb.texinfo: Add documentation for the apropos command.
12149
bba2971c
MS
121502000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
12151
12152 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
12153
2b628194
MS
121542000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
12155
a9331b3f 12156 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
12157 two places.
12158
96a2c332
SS
121592000-03-17 Stan Shebs <shebs@apple.com>
12160
12161 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
12162 <dima@Chg.RU>, also clarification of allowed content for
12163 string constants.
12164
f7dc1244 121652000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
12166
12167 * gdb.texinfo (main menu): Add Annotations.
12168 (File Options): Add @cindex entries for each command-line option.
12169 Document --epoch, --annotate, --async, --interpreter, --write,
12170 --statistics, and --version.
12171
12172 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
12173 of GDB.
12174
9d233477
JB
121752000-02-23 Jim Blandy <jimb@redhat.com>
12176
12177 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
12178
14e0eb3b
JB
121792000-02-22 Jim Blandy <jimb@redhat.com>
12180
12181 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
12182
3555de01
JM
121832000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
12184
12185 * Makefile.in (diststuff): New target.
12186
5e35df8e
KB
121872000-02-15 Kevin Buettner <kevinb@redhat.com>
12188
12189 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 12190 architecture. [From Jim Wilson.]
5e35df8e 12191
c5394b80
JM
121922000-01-16 Tom Tromey <tromey@cygnus.com>
12193
12194 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
12195 (Delete Breaks): Mention range arguments.
12196 (Disabling): Likewise.
12197
c3f6f71d
JM
121982000-01-05 Dmitry Sivachenko <dima@Chg.RU>
12199
12200 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
12201
c4093a6a
JM
12202Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
12203
12204 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 12205 valid functions.
c4093a6a 12206
11cf8741
JM
122071999-11-05 Stan Shebs <shebs@andros.cygnus.com>
12208
12209 * gdb.texinfo: Clarify regular expressions used in rbreak.
12210
917317f4
JM
122111999-10-15 Kevin Buettner <kevinb@cygnus.com>
12212
12213 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
12214 MEMORY_REMOVE_BREAKPOINT): Document.
12215
12216Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
12217
12218 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 12219 offset re-using the DATA offset instead.
917317f4 12220
2df3850c
JM
122211999-10-11 Jim Kingdon <kingdon@redhat.com>
12222
12223 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
12224
701adfb0
PA
122251999-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
12226
12227 * gdbint.texinfo (SYMBOLS_CAN_START_WITH_DOLLAR): Document.
12228
2df3850c
JM
122291999-10-05 Stan Shebs <shebs@andros.cygnus.com>
12230
12231 From Dmitry Sivachenko <demon@gpad.ac.ru>:
12232 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
12233 typos.
12234
12235 * gdb.texinfo: Various minor wording and formatting improvements,
12236 mentions of additional command-line options.
12237
2acceee2
JM
122381999-09-30 Fred Fish <fnf@cygnus.com>
12239
12240 * gdb.texinfo: Document additional forms of specifying section
12241 names and addresses for the add-symbol-file command.
12242
c2c6d25f
JM
122431999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
12244
12245 * gdbint.texinfo: Fix typo, add the word "have".
12246
122471999-09-14 Jim Blandy <jimb@cris.red-bean.com>
12248
12249 * gdbint.texinfo (Target Architecture Definition): Document the
12250 SKIP_PERMANENT_BREAKPOINT macro.
12251
d4f3574e
SS
122521999-09-07 Stan Shebs <shebs@andros.cygnus.com>
12253
12254 * gdb.texinfo: Fiks speling errers.
12255
12256 * gdb.texinfo: Fix uses of @multitable.
12257
f7dc1244 12258 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 12259 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 12260 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
12261 comments about using with optimization, add more indexing,
12262 fix info about disassembly-flavor.
12263
12264Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
12265
12266 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
12267 SKIP_SOLIB_RESOLVER): Define.
12268
12269Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
12270
12271 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 12272 ``g'' packets.
d4f3574e 12273
104c1213
JM
122741999-08-30 Stan Shebs <shebs@andros.cygnus.com>
12275
12276 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
12277 platform-specific info, inline remote.texi and move sections of it
12278 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
12279 and register stack into the new chapter.
12280 * remote.texi: Remove, now part of gdb.texinfo.
12281 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
12282
122831999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
12284
12285 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
12286 GDB_TARGET_IS_MACH386): These kludges have gone away.
12287
12288Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
12289
12290 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 12291 TDEPLIBS.
104c1213 12292
53a5351d
JM
122931999-08-20 Stan Shebs <shebs@andros.cygnus.com>
12294
12295 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
12296 surrounding text to fit HP-UX bits into general info.
12297 (HPPA-cfg.texi): Remove, no longer useful.
12298
12299 * gdb.texinfo: Remove explicit links from @node lines, remove
12300 HP-added "Detailed Node Listing" from main menu which confuses
12301 things.
12302
12303 From Dmitry Sivachenko <dima@Chg.RU>:
12304 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 12305 in description of `set environment'.
53a5351d
JM
12306
123071999-08-17 Stan Shebs <shebs@andros.cygnus.com>
12308
12309 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
12310
7be570e7
JM
123111999-08-12 Ben Elliston <bje@cygnus.com>
12312
12313 * gdbint.texinfo (Breakpoint Handling): Add missing words.
12314
f7dc1244 123151999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
12316
12317 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
12318 watch, awatch, and rwatch. Explain why the latter two cannot be
12319 set as software watchpoints. Document that watchpoints for local
12320 variables are deleted when the debuggee terminates.
7be570e7
JM
12321
12322Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
12323
12324 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
12325 packet. Allow E.. response packet. "qRcmd" packet is no longer
12326 reserved.
7be570e7
JM
12327
123281999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12329
a9331b3f
RM
12330 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
12331 * gdb.texinfo: Ditto.
7be570e7 12332
701adfb0
PA
12333Sun Aug 8 12:06:47 1999 Fred Fish <fnf@cygnus.com>
12334
12335 * gdbint.texinfo (find_sym_fns): This replaces symfile_init.
12336
96baa820
JM
123371999-08-06 Tom Tromey <tromey@cygnus.com>
12338
12339 * gdb.texinfo (KOD): New node.
12340
12341Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
12342
12343 * remote.texi (Rcmd): Fix minor formatting typos.
12344
12345Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
12346
12347 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 12348 packets.
96baa820 12349
adf40b2e
JM
123501999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
12351
12352 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
12353 fixes.
12354
43ff13b4
JM
12355Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
12356
12357 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
12358
085dd6e6
JM
12359Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
12360
12361 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
12362 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
12363 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
12364 packets that are not supported on all hosts. Expand examples.
12365 Spell check.
085dd6e6
JM
12366
123671999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
12368
12369 * Makefile.in: Recognize html, install-html. Add targets
12370 to build HTML versions of documentation via texi2html.
12371
12372Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
12373
12374 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 12375 testsuite.
085dd6e6
JM
12376
12377Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
12378
12379 * remote.texi (Communication Protocol): Rewrite.
12380
12381Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
12382
12383 * stabs.texinfo: Fix uses of xref.
12384
9e0b60a8
JM
12385Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
12386
12387 * gdbint.texinfo: Add an anti-printf exhortation, and update the
12388 info about patch submission.
12389
cce74817
JM
12390Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
12391
12392 From Per Bothner <bothner@cygnus.com>:
12393 * gdb.texinfo: Document Chill support.
12394
12395Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
12396
12397 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
12398 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
12399 Document that the value should be greater-than or equal-to zero.
12400 (NO_STD_REGS): Document. Deprecate.
cce74817 12401
ac9a91a7
JM
12402Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
12403
12404 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 12405 Document that these are not used.
ac9a91a7
JM
12406
12407Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
12408
12409 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
12410
392a587b
JM
12411Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
12412
12413 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 12414 numargs was dropped.
392a587b
JM
12415
12416Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
12417
12418 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
12419
b83266a0
SS
12420Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
12421
12422 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 12423 Update.
b83266a0 12424
7a292a7a
SS
12425Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
12426
12427 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
12428 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
12429
12430Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
12431
12432 * gdbint.texinfo: Fix typos: $ -> @.
12433
12434Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
12435
12436 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
12437 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
12438 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
12439 BREAKPOINT_FROM_PC.
a9331b3f 12440
7a292a7a
SS
12441Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
12442
12443 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 12444 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
12445
12446Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
12447
12448 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 12449 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
12450
124511999-04-02 Stan Shebs <shebs@andros.cygnus.com>
12452
12453 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
12454 longer exists.
12455
12456Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
12457
12458 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
12459 nearly all @ifset/@ifclear conditionals; nobody uses them, and
12460 they make the manual source incomprehensible.
7a292a7a
SS
12461 * h8-cfg.texi: Remove, hasn't been used in years.
12462
c906108c
SS
12463Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
12464
12465 * gdb.texinfo: Update the credits.
12466
12467Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
12468
12469 * gdb.texinfo: Fix mistakes noticed in printout of last
12470 draft, add Alpha to discussion of heuristic fence post.
12471
12472Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
12473
12474 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
12475 Edition, merge some HP changes into mainline, describe some
12476 previously undocumented features, describe more of the target
12477 commands available, eliminate obsolete section on renamed
12478 commands.
c906108c
SS
12479 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
12480
12481Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
12482
12483 * gdb.texinfo: Make many HPPA conditionals unconditional,
12484 including catchpoint description, since now on for all configs.
12485 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
12486 specializations.
12487
12488Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
12489
12490 * Makefile.in (GDBvn.texi): Fix match expression to work with
12491 current format of VERSION in gdb/Makefile.in.
12492 * gdb.texinfo: Fix node ref to match new readline.
12493
12494Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
12495
a9331b3f
RM
12496 * gdb.texinfo: Changes made as part of a project to merge in
12497 changes made by HP. Documentation makes extensive use of
c906108c
SS
12498 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
12499 on remote debugging. There are differences in documentation
889bf7c5 12500 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
12501 the HP manual discusses catchpoints, hardware watchpoints, and
12502 some HPUX specific limitations for shared library support.
a9331b3f 12503
c906108c
SS
12504 There are also a number of @node changes.
12505
125061999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
12507
12508 * gdbint.texinfo (Formatting): Disambiguate a sentence.
12509 (C Usage): Same.
12510
12511Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
12512
12513 The following changes were made by Edith Epstein
889bf7c5
PA
12514 <eepstein@cygnus.com> as part of a project to merge in changes
12515 made by HP.
a9331b3f 12516
c906108c
SS
12517 * HPPA-cfg.texi: new file.
12518
12519 * all-cfg.texi: set HPPA for HP PA-RISC targets.
12520
12521 * refcard.tex: change documentation about catch.
12522 removed info catch.
12523
12524Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
12525
12526 * gdbint.texinfo: Expand on GDB's coding standards,
12527 specify the use of arg names with prototypes.
12528
125291998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
12530
12531 * gdb.texinfo: Fix tipo.
12532
12533Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
12534
12535 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 12536 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
12537
12538Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
12539
12540 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
12541
125421998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
12543
12544 * agentexpr.texi: New file.
12545
12546Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
12547
12548 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
12549
125501998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
12551
12552 * remote.texi: Changed wording that implied that the GDB remote
12553 protocol caches register values instead of GDB itself.
12554
12555Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
12556
12557 * gdbint.texinfo: Add some info about symbol readers.
12558 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
12559 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
12560 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
12561 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
12562
12563Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
12564
a9331b3f 12565 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
12566
12567Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
12568
12569 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
12570
12571Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
12572
12573 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 12574 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
12575
12576Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
12577
12578 * gdbint.texinfo: Fix minor typos.
12579
12580Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
12581
12582 * gdbint.texinfo: Complete overhaul. Group descriptions more
12583 logically, add more info on generic algorithms, remove much
12584 obsolete and/or wrong material.
12585
12586Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
12587
12588 * stabs.texinfo (Method Type Descriptor): Expand and correct.
12589
12590Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
12591
12592 * refcard.tex: Copyright, address updates.
12593
12594Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
12595
12596 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
12597 for the edition instead of confusing GDB-version-like numbers.
12598
12599Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
12600
12601 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
12602
12603Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
12604
5ae4183a 12605 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
12606
12607Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
12608
12609 * gdb.texinfo: Add some credits, mention bug monitor.
12610 * remote.texi: Mention mips monitor targets.
12611 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 12612
c906108c
SS
12613Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
12614
12615 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
12616 files, finish sorting of host vs target vs native macros, describe
12617 some more of them.
c906108c
SS
12618
12619Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
12620
12621 * gdbint.texinfo (Host Conditionals): Document change from
12622 using NO_MMALLOC to it's inverse, USE_MMALLOC.
12623
12624Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
12625
12626 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 12627 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
12628
12629Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
12630
12631 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
12632 Document LSEEK_NOT_LINEAR.
12633
12634Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
12635
12636 * stabs.texinfo (Stab Section Basics): Make it clear that only
12637 some versions of the GNU linker remove the leading N_UNDF symbol.
12638
12639Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
12640
12641 * stabs.texinfo (String Field): Document type number pairs here,
12642 instead of in the Sun specific section.
12643 (Include Files): The GNU linker supports the N_BINCL
12644 optimization. Clarify the N_BINCL value, and what it is used
12645 for.
12646 (Procedures): Document N_FUN with an empty string to mark the end
12647 of a function.
12648 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
12649 (Sun Differences): Remove this node, as the information is now
12650 elsewhere in the main document.
12651 (Stab Section Basics): Mention that the GNU linker may optimize
12652 stabs and remove the leading N_UNDF symbol.
12653
12654Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
12655
12656 * gdb.texinfo, refcard.tex: Restore author credit
12657
701adfb0
PA
12658Wed Oct 2 22:07:16 1996 Fred Fish <fnf@cygnus.com>
12659
12660 * gdbint.texinfo: Document that SIGTRAMP_START and SIGTRAMP_END
12661 are macros that take an single argument.
12662
c906108c
SS
12663Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
12664
12665 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
12666 documentation to account for START and END macros taking
12667 one arg.
12668
12669Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
12670
12671 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
12672 * gdb.texinfo (Frames): Fix typo.
12673
12674Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
12675
12676 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
12677 a target_signal as arg type, not a pid.
12678
12679Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
12680
12681 * gdb.texinfo: Document `set assembly-language'.
12682
12683Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
12684
12685 * remote.texi: Update list of stubs in the GDB distribution.
12686
12687Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
12688
12689 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
12690 Also document that some systems can use mmalloc but must define
12691 this if their C runtime allocates memory that is later freed.
c906108c 12692 (MMCHECK_FORCE): Document new macro.
a9331b3f 12693
c906108c
SS
12694Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
12695
12696 * remote.texi: Add documentation for target Sparclet.
12697
12698Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12699
a9331b3f 12700 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
12701 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
12702 * configure.in: Rewritten for autoconf.
12703 * configure: New.
12704
12705Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
12706
12707 * Makefile.in (DVIPS): New define, set to dvips.
12708 (dvi): Add stabs.dvi.
12709 (ps): New target.
12710 (all-doc): Depend on info, dvi, and ps targets.
12711 (STAGESTUFF): Add *.ps and *.dvi files.
12712 (clean-info, clean-dvi): Remove.
12713 (mostlyclean): Does not depend upon clean-info or clean-dvi,
12714 rules completely rewritten.
12715 (maintainer-clean): Remove clean-info and clean-dvi
12716 dependencies and put their actions in the rules.
12717 (gdb.ps): New target
a9331b3f 12718 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
12719 intermediate TeX files, whether they have 2 or 3 character
12720 extensions.
12721 (gdbint.ps): Add target and rules.
12722 (gdb-internals): Delete unused target.
12723 (Makefile): Depends upon config.status also.
12724
12725Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
12726
12727 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
12728 set.
12729
12730Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
12731
12732 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
12733 * gdb.texinfo (Expressions): Fix erroneous array constant example.
12734
12735Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
12736
12737 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
12738
12739Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12740
12741 * gdb.texinfo (Print settings): Document
12742 `set/show print static-members' commands.
12743
12744Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
12745
12746 * gdbint.texinfo (Native): Document name change, coredep.c to
12747 core-aout.c.
12748
12749Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
12750
12751 * stabs.texinfo (Include Files): Document the values the SunOS4
12752 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
12753
12754Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
12755
12756 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
12757 Fix typo.
12758
12759Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
12760
12761 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
12762 "gdb.tar.Z".
12763
12764Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
12765
12766 * Makefile.in (maintainer-clean): New target, synonym for
12767 realclean.
12768
701adfb0
PA
12769Wed Sep 20 08:16:03 1995 steve chamberlain <sac@slash.cygnus.com>
12770
12771 * gdbint.texinfo (GETENV_PROVIDED, FCLOSE_PROVIDED): Document.
12772
c906108c
SS
12773Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
12774
12775 * Update all FSF addresses except those in COPYING* files.
12776
12777Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12778
12779 From Richard Earnshaw (rearnsha@armltd.co.uk):
12780 * gdb.texinfo (convenience variables): Document $_exitcode.
12781 (quit): Document optional expression to use as exit code.
12782
12783Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
12784
12785 * gdb.texinfo, remote.texi: Brought up to date with various
12786 GDB changes.
12787
12788Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
12789
12790 * gdb.texinfo: Update dates and versions, fix comments about
12791 hardware watchpoints in future releases and about the
12792 sharedlibrary command.
12793
12794Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12795
12796 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
12797 C_FUN stab. Other cleanups.
12798
12799Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12800
12801 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
12802 for the sparc stub.
12803
12804Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12805
12806 * annotate.texi: Clarify which addresses have differing formats
12807 depending on the language and which do not.
12808
12809Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12810
12811 * remote.texi (NetWare): Changed example to use BOARD= instead of
12812 NODE= argument to reflect correspoding change to gdbserve.nlm.
12813
12814Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12815
12816 * stabs.texinfo (Negative Type Numbers): Mention the fact that
12817 GDB, as well as AIX dbx, supports the size type attribute.
12818
12819Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12820
12821 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
12822
12823Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
12824
12825 * gdb.texinfo (Define): Document $arg0... arguments to commands,
12826 and new 'if' and 'while' commands.
12827
12828Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
12829
12830 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
12831
12832Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12833
12834 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
12835 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
12836 NetWare targets. Mostly stolen from the Server node.
12837
12838Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12839
12840 * gdb.texinfo (Setting): Talk about the language of a source file
12841 versus the working language. The old documentation did not match
12842 what GDB did.
12843
12844Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12845
12846 * stabs.texinfo (Source Files): Document N_SO used to mark the end
12847 of a source file.
12848
12849Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12850
12851 * gdb.texinfo (Processes): New node.
12852
12853Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
12854
12855 * remote.texi: Update documentation of set/show mipsfpu.
12856
3fc11d3e
JM
12857Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
12858
12859 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
12860 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
12861
12862Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
12863
12864 * gdbint.texinfo: Removed mentions of some incorrectly placed and
12865 obsolete conditionals, described some others.
12866
12867Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12868
12869 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
12870 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
12871
12872Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
12873
12874 * gdbint.texinfo: Put regex conditionals in their own table.
12875
12876Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
12877
12878 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
12879 described or fixed the descriptions of many others.
12880
12881Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
12882
12883 * gdb.texinfo: Add some more credits.
12884 * gdbint.texinfo: Capitalize GDB consistently, describe some
12885 macros and remove some.
12886
12887Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12888
12889 * gdbint.texinfo: Removed mentions of many incorrectly placed and
12890 obsolete conditionals, described some others.
12891
12892Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12893
12894 * gdb.texinfo (help targets): Changed to `help target', which
12895 is the correct gdb command.
12896
12897Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12898
12899 * annotate.texi (TODO): New node, for keeping track of annotations
12900 suggested but not yet implemented.
12901
12902Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12903
12904 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
12905 another symbol, it is not the address itself.
12906
12907Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
12908
12909 * stabs.texinfo (Stab Section Basics): Add comment about alignment
12910 of stabs-in-coff sections.
12911
12912Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12913
12914 * annotate.texi: Change edition to 0.5 and date to May 1994.
12915 Add index.
12916 (Frames): New node, for frame annotation.
12917 (Displays): New node, for display annotation.
12918
12919 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
12920 when waiting for your program to stop.
12921
12922Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12923
12924 * annotate.texi (Breakpoint Info): Document annotation of header
12925 fields and record annotation.
12926
12927Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12928
12929 * annotate.texi: New file, to document annotations.
12930
12931Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12932
12933 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
12934 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
12935
12936Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12937
12938 * stabs.texinfo (Stab Section Basics): Say what is in .stab
12939 section, and say n_strx field is compilation unit relative.
12940 * stabs.texinfo: Don't use @code for a.out when it is the name of
12941 an object file format.
12942
12943Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12944
12945 * gdb.texinfo: Refer to file names, not path names, per rms
12946 convention.
12947 (Arguments): Fix typo.
12948
12949Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12950
12951 * stabs.texinfo (Global Variables): Talk about stabs in files
12952 where variables are referenced, but not defined.
12953
12954Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12955
12956 * stabs.texinfo: Move stuff on @ and # type descriptors from node
12957 Cplusplus to new nodes Member Type Descriptor and Method Type
12958 Descriptor. Re-write stuff for #.
12959
12960Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12961
12962 * gdb.texinfo (Print Settings): Don't document "set print
12963 fast-symbolic-addr off". The bug which it worked around was fixed
12964 on 25 Feb 94 in coffread.c, so I'm nuking the command.
12965
12966 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
12967 N_ENTRY node.
12968
12969 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
12970
12971Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12972
12973 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
12974 references to ieee-float.c.
12975
12976Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12977
12978 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
12979 match what the code actually does.
12980
12981Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12982
12983 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
12984
12985Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12986
12987 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
12988 i, and b.
12989
12990Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
12991
12992 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
12993 well as for ELF and SOM. Unify the descriptions of ELF and SOM
12994 as "stabs in sections" rather than just saying "ELF and SOM".
12995 Also make that stuff apply to COFF.
12996
12997Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12998
12999 * gdb.texinfo (Formatting Documentation): Change GhostScript to
13000 Ghostscript.
13001
13002Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13003
13004 * gdb.texinfo (Continuing and Stepping): When talking about "step"
13005 versus functions without line numbers, also mention stepping into
13006 them as well as "step" when you are in them. Tell the user how to
13007 deal with the situation. Add comment about "debugging information".
13008
13009Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13010
13011 * stabs.texinfo (Enumerations): Document restriction on where
13012 enumeration types can appear and still win with GDB.
13013
13014Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13015
13016 * stabs.texinfo (Negative Type Numbers): Document format for type
13017 -16.
13018
13019Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13020
13021 * gdb.texinfo (Selection, Frame Info): Update information about
13022 arbitrary frame specficiations.
13023
13024Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
13025
13026 * gdb.texinfo, remote.texi: general editing pass prior to Net release
13027
13028Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13029
13030 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
13031
13032Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
13033
13034 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
13035
13036Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13037
13038 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
13039 Differences node to Statics node.
13040 (Statics): Discuss XCOFF use of V symbol descriptor.
13041
13042 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
13043 not clean.
13044
13045Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
13046
13047 * gdb.texinfo (Print Settings): Document `set print
13048 fast-symbolic-addr' and improve the doc for some other
13049 `set print's.
13050
13051Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13052
13053 * stabs.texinfo (String Field): Talk about defining several type
13054 numbers at once.
13055 Fix lint regarding changing node ELF Transformations to
13056 ELF and SOM Transformations.
13057
13058Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
13059
13060 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
13061
13062Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13063
13064 * stabs.texinfo (Cross-References): `::' is for nested types only
13065 within <>.
13066 (Structures): Document static members.
13067
13068Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13069
13070 * stabs.texinfo: Document S type attribute.
13071
13072Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
13073
13074 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
13075
13076Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
13077
13078 * gdbint.texinfo: Fix a few typos.
13079
13080Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13081
13082 * gdb.texinfo, remote.texi: formatting improvements
13083
13084 * gdb.texinfo (New Features): mention threads.
13085 (Summary, C): fix xrefs in newly contributed text.
13086 (Threads): index entries, clarifications, example
13087 (passim): minor typos fixed, phrasing improvements
13088
13089 * remote.texi (Bootstrapping): rephrase text on ^C and add index
13090 entries; (Server): explain use of gdbserver w/real-time systems,
13091 add example of conflicting TCP port; (MIPS Remote) break up
13092 running text into table, highlighting commands, and add example.
a9331b3f 13093
c906108c
SS
13094Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13095
13096 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
13097
13098Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13099
13100 * stabs.texinfo (Nested Symbols): New node.
13101 (String Field, Symbol Descriptors, Cross-References): Refer to it.
13102
13103Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13104
13105 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
13106 to picking which Bbss.bss symbol to use, and (because there seems to
13107 be no good way of doing it) re-write some of the text to make it
13108 sound like Bbss.bss isn't such a great idea after all (as currently
13109 designed).
13110
13111 * gdb.texinfo (C): In addition to saying people have to use g++ for
13112 good results, say they have to use stabs. Specifically say cfront
13113 doesn't work well.
13114 (Summary): Merge in information on Modula-2, Pascal, and Chill from
13115 the gdb README. Add xrefs to places where the support for the various
13116 languages is described in detail.
13117
13118Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13119
13120 * stabs.texinfo: Clean up stuff about visibility and virtual
13121 characters.
13122
13123 * stabs.texinfo (N_M2C): Cite Sun doc.
13124
13125Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13126
13127 * gdb.texinfo: updates re threads.
13128 * remote.texinfo: avoid index entries starting with digits.
13129
13130Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13131
13132 * stabs.texinfo (Enumerations): Talk about large, negative and
13133 octal values. Clean up cross reference to type attributes.
13134 (String Field): Say that GDB 4.11 supports size attribute.
13135
13136Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13137
13138 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
13139 is a mandatory step. Make the stuff about that more concise.
13140
13141Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13142
13143 * stabs.texinfo (Class Names): New node.
13144
13145 * gdb.texinfo (Command Files): Explain order of init file reading.
13146
13147 * remote.texi (Bootstrapping): Talk about getting the serial driver
13148 to deal with ^C sent by gdb to stop the remote system.
13149
13150Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
13151
13152 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
13153
13154 * libgdb.texinfo (Defining Commands): made the DOC arg
13155 to gdb_define_app_command a char * instead of char **
13156 per a suggestion from kingdon.
13157
13158 * libgdb.texinfo: total rewrite from a different starting
13159 premise.
13160
13161Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13162
13163 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
13164 floats passed as doubles (to improve clarity).
13165
13166Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13167
13168 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
13169
13170 * a4rc.sed: update to work with Andreas Vogel papersize params
13171
13172 * refcard.tex: use Andreas Vogel simplifications of papersize
13173 params; remove useless version info; update copyright date.
13174
13175Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13176
13177 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
13178
13179Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13180
13181 * gdb.texinfo (Files): Say what address the load command loads it at.
13182
13183 * stabs.texinfo (Common Blocks): Minor cleanups.
13184
13185 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
13186 that Sun has backed away from the linker kludge and thus the relevant
13187 issue is changes to the SunPRO tools, not the Solaris linker.
13188
13189 * stabs.texinfo (Traditional Integer Types): Clean up description
13190 of octal bounds a little bit. Document extra leading zeroes.
13191
13192Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13193
13194 * gdb.texinfo (Signaling): Update for symbolic symbol names
13195 and add a section explaining the difference between the GDB
13196 signal command and the shell kill utility.
13197
13198Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
13199
13200 * libgdb.texinfo: added `@' to braces that were unescaped.
13201
13202Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
13203
13204 * libgdb.texinfo: new file. Spec for the gdb library.
13205
13206Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13207
13208 * stabs.texinfo (Include Files): Fix typo (start -> end).
13209
13210Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13211
13212 * gdb.texinfo, remote.texi: assorted small improvements, mostly
13213 from Melissa at FSF's editing pass.
13214
13215Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13216
13217 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
13218 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
13219 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
13220
13221Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13222
13223 * remote.texi (Bootstrapping): Discuss 386 call gates.
13224
13225Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
13226
13227 * stabs.texinfo (Based Variables): New node.
13228
13229Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
13230
13231 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
13232 names, sizes, and formats to suggest how not to lose.
13233
13234Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
13235
13236 * stabs.texinfo (Methods): Fix typo.
13237
13238Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
13239
13240 * gdb.texinfo: Fix a few typos.
13241
13242Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13243
13244 * gdb.texinfo: Clarify how well it works with Fortran.
13245
13246 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
13247 More on relocating stabs in ELF files.
13248
13249Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13250
13251 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
13252
13253Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13254
13255 * stabs.texinfo (Local Variable Parameters): Talk about nameless
13256 parameters on VAX.
13257
13258Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13259
13260 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
13261
13262Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13263
13264 * stabs.texinfo: Make info author notice match the TeX author notice.
13265
13266Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
13267
13268 * stabs.texinfo: Initial-caps all words in node names and
13269 non-trivial words in section names.
13270
13271Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13272
13273 * stabs.texinfo: Many minor cleanups.
13274
13275 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
13276
13277Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
13278
13279 * stabs.texinfo: Remove full description of big example.
13280 It's not really helpful; just use pieces of it where appropriate.
13281 Add more Texinfo formatting directives (@samp, etc.).
13282 Use @deffn to define stab types.
13283 Eliminate some wordiness. Break up some nodes.
13284 Add an (alphabetized) index of symbol types.
13285 Use consistent capitalization style in node and section names.
13286
13287Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
13288
13289 * gdb.texinfo: Change typo "Two two" to "The two".
13290
13291Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13292
13293 * stabs.texinfo (XCOFF-differences): Remove references to
13294 non-existent types N_DECL and N_RPSYM.
13295
13296 * stabs.texinfo (String Field): Say that type attributes bug is
13297 fixed in GDB 4.10, since it is.
13298
13299 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
13300
13301Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
13302
13303 * stabs.texinfo: Formatting cleanups.
13304
13305Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13306
13307 * stabs.texinfo: When explaining the n_type of a stab, standardize
13308 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
13309 no tabs, use @r).
13310 (Global Variables): Clean up.
13311
13312Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13313
13314 * stabs.texinfo (Stack Variables): Re-write.
13315
13316Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13317
13318 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
13319 addresses of a source file. Also revise formatting.
13320 Change "object module" or "object file" to "source file".
13321 Various: Miscellaneous cleanups.
13322
13323Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13324
13325 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
13326
13327Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
13328
13329 * gdbint.texinfo: Removed many nonsensical machine-collected
13330 host and target conditionals, described some of the remainder.
13331
13332Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13333
13334 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
13335
13336 * gdbint.texinfo (Top): Add name to @top line, and re-write the
13337 paragraph which follows.
13338
13339 * gdbint.texinfo (Host): Use @code not @samp for Makefile
13340 variables. Looks better and avoids overful hbox.
13341
13342Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13343
13344 * stabs.texinfo (Procedures): Improve stuff on nested functions.
13345
13346Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13347
13348 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
13349 retransmit-timeout
13350
13351Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13352
13353 * gdbint.texinfo: Update statement about `some ancient Unix
13354 systems, like Ultrix 4.0' to Ultrix 4.2.
13355
13356Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
13357
13358 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
13359
13360 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
13361
13362 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
13363 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
13364
13365 * remote.texi: new name for former gdbinv-s.texi
13366
13367 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
13368
13369Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
13370
13371 * gdbinv-s.texi: Documented timeout and retransmit-timeout
13372 variables for MIPS remote debugging protocol.
13373
13374Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13375
13376 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
13377
13378Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
13379
13380 * Makefile.in (refcard.dvi): Use srcdir where necessary.
13381
13382Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
13383
13384 * gdb.texinfo: repair conditional bugs in text markup
13385
13386Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13387
13388 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
13389 to select Modula-2 material.
13390
13391Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13392
13393 * stabs.texinfo: Cleanups regarding statics.
13394
13395 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
13396 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
13397
13398Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13399
13400 * stabs.texinfo: N_MAIN is sometimes used for C.
13401
13402Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13403
13404 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
13405
13406Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
13407
13408 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 13409 removed from the code by Kingdon.
c906108c
SS
13410
13411Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13412
13413 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
13414 input when evaluating breakpoint conditions; the bug has been fixed.
13415
13416 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
13417 sets the ignore count to N-1, not to N.
13418
13419Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13420
13421 * refcard.tex (\hoffset): correct longstanding error to match
13422 intended offset; avoids cutting off edge on some printers
13423
13424Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13425
13426 * stabs.texinfo (Parameters): Say that order of stabs is significant.
13427
13428Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13429
13430 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
13431
13432Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13433
13434 * Makefile.in: (REFEDITS) new var to control whether PS or CM
13435 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
13436 collect sed edits if any, apply to refcard before formatting;
13437 (refcard.ps) stop implying PS fonts if PS output requested;
13438 (lrefcard.ps) delete extra target for variant PS fonts
13439
13440 * refcard.tex: parametrize papersize dependent info, collect
13441 in easily replaced spot
13442
13443 * a4rc.sed: new file, edits to refcard for A4 paper
13444
13445Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13446
13447 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
13448
13449Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13450
13451 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
13452
13453Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13454
13455 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
13456 politely rather than rudely.
13457
13458Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13459
13460 * stabs.texinfo: Document common blocks.
13461
13462Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
13463
13464 * stabs.texinfo: Add some basic info about stabs-in-elf.
13465
13466Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13467
13468 * stabs.texinfo (Top): Minor cleanup.
13469
13470Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
13471
13472 * Makefile.in (install-info): remove parentdir support
13473
13474Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13475
13476 * gdb.texinfo (Copying): delete this node and references to it;
13477 RMS says this manual need not carry GPL. (passim): Improvements
13478 from last round at FSF, largely due to Ian Taylor review, and
13479 minor formatting improvements.
13480
13481 * gdbinv-s.texi (passim): Improvements from last round at FSF,
13482 largely due to Ian Taylor review. (Debug Session): minor edits to
13483 new text.
13484
13485Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
13486
13487 * Makefile.in (realclean): Remove info and dvi files too.
13488
13489Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
13490
13491 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
13492 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
13493 * gdb.texinfo: Change accordingly.
13494
13495 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
13496 N_{L,R}BRAC,N_SLINE are relative to.
13497
13498Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
13499
13500 * Makefile.in (GDBvn.texi): Update atomically.
13501
13502Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
13503
13504 * gdbinv-s.texi (Debug Session): Document exceptionHook.
13505
13506Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
13507
13508 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
13509 addresses together. Also motivate the set print symbol-filename
13510 command and suggest other solutions.
13511
13512Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
13513
13514 * gdb.texinfo (set print elements): Note that the number of
13515 elements is set to unlimited by "set print elements 0".
13516
13517Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
13518
13519 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
13520 NF_LDOUBLE means.
13521 (Stab Types): Include Solaris stab types.
13522 (Procedures): Document Solaris extensions.
13523
13524Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13525
13526 * gdb.texinfo: Add `set print symbol-filename' doc.
13527
13528Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13529
13530 * stabs.texinfo (Arrays): Talk about type definition vs. type
13531 information.
13532
13533 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
13534 the trailing semicolon.
13535
13536Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13537
13538 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
13539 and merge in other parts of the document addressing these subjects.
13540 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
13541
13542 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
13543 at the end of a range type.
13544
13545 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
13546 AIX extensions.
13547
13548Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13549
13550 * stabs.texinfo (Stabs Format): Misc fixes.
13551
13552Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13553
13554 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
13555 (Traditional builtin types): Document convex convention for long long.
13556 (Negative builtin types): Discuss type names, and misc fixes.
13557
13558Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13559
13560 * stabs.texinfo (Builtin Type Descriptors): Document the floating
13561 point types used with @samp{R} type descriptor.
13562 (Symbol Descriptors): Describe how to handle conflict between
13563 different meanings of @samp{P} symbol descriptor.
13564
13565Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13566
13567 * stabs.texinfo: Remove node Quick Reference and put its children
13568 directly under the main menu.
13569
13570 * stabs.texinfo: Many more changes to bring it into line with
13571 AIX documentation and reality. I think it now has all the
13572 information from the AIX documentation, except that I burned
13573 out when I got to variant records (Pascal and Modula-2) and
13574 all the COBOL types. Oh well, we can add them later when we're
13575 worrying more about those languages.
13576
13577 * stabs.texinfo (Automatic variables): Talk about what it means
13578 to omit the symbol descriptor.
13579
13580Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13581
13582 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
13583 gcc2 behavior with promoted args.
13584
13585Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13586
13587 * gdb.texinfo: include readline appendices in info version of manual
13588
13589Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13590
13591 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
13592 target remote.
13593
13594 * gdb.texinfo (Machine Code): more index entries for disassemble
13595
13596Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
13597
13598 * Clarify the intended use of the gdb-testers and gdb-patches
13599 mailing lists, and shrink gzip comment.
13600
13601Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13602
13603 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
13604 DOSHOST configuration of manual.
13605
13606 * gdb.texinfo (MIPS Stack): new node.
13607
13608 * all-config.texi (MIPS) new switch.
13609
13610 * gdbinv-s.texi (Nindy Options) Remove two instances of future
13611 tense; (MIPS Remote) new node.
13612
13613 * gdb.texinfo (passim) rephrases to work around makeinfo @value
13614 bug; (Environment) less passive, other small cleanups in text about
13615 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
13616 (Remote) new MIPS Remote menu entry.
13617
13618Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
13619
13620 * stabs.texinfo: Many changes to include information from the
13621 AIX documentation.
13622
13623 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
13624
701adfb0
PA
13625Thu Apr 29 00:03:59 1993 Fred Fish (fnf@cygnus.com)
13626
13627 * gdbint.texinfo (LONG_LONG): Replace with CC_HAS_LONG_LONG.
13628 Add PRINTF_HAS_LONG_LONG references.
13629
13630Wed Apr 28 11:39:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13631
13632 * gdb.texinfo: Make node "Shell Commands" unconditional; describe
13633 `set demangle-style arm' (not cfront); mention can type `q' to
13634 discard output, when gdb pages.
13635
c906108c
SS
13636Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
13637
13638 * gdbint.texinfo (new node Debugging GDB, elsewhere):
13639 Move a bunch of information from ../README.
13640 (Getting Started): New node.
13641
13642Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13643
13644 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
13645
13646 * gdb.texinfo: advance manual revision dates to present
13647
13648 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
13649 stop using silly Roman numerals in @set variable names
13650
13651Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
13652
13653 * stabs.texinfo (Parameters): Keep trying to get this right.
13654
13655Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
13656
13657 * stabs.texinfo (Parameters): More on "local parameters".
13658
13659Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
13660
13661 * stabs.texinfo (Parameters): Re-do "local parameters" section.
13662
13663Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
13664
13665 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
13666 (Parameters): Rewrite.
13667 (xcoff-differences, Sun-differences): Minor changes.
13668
13669Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
13670
13671 * stabs.texinfo: Minor cleanup.
13672
13673Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
13674
13675 * gdbint.texinfo: Minor xcoff stuff.
13676
13677Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
13678
13679 * gdbint.texinfo: Update for new config directory structure.
13680 Add info about internal type data structures.
13681
13682Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
13683
13684 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
13685 $(srcdir).
13686 (gdb-config.texi): Depend on file in $(srcdir).
13687
13688Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
13689
13690 * stabs.texinfo: Fixes about N_SO.
13691
701adfb0
PA
13692Mon Mar 29 15:03:25 1993 Fred Fish (fnf@cygnus.com)
13693
13694 * gdbinit.texinfo: Document renaming of tm-29k.h to tm-a29k.h.
13695
c906108c
SS
13696Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13697
13698 * gdb.texinfo: include list of nonstandard init file names
13699
13700 * *-config.texi: new switch GENERIC for text that applies *only*
13701 to (usual) multiple-target version of manual
13702
13703 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
13704 h8 config
13705
13706 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
13707 in menus (rather than conditionally selected multiple alternative
13708 menus).
13709
13710 * Makefile.in: define and use DOC_CONFIG var to select
13711 configuration for GDB user manual.
13712
13713 * gdb-config.texi: delete from repository, generate from Makefile.
13714
13715 * all-config.texi: normal `generic' configuration file, formerly
13716 stored as gdb-config.texi
13717
13718Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13719
13720 * Makefile.in: add dvi target to build all .dvi files
13721
13722Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13723
13724 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
13725
701adfb0
PA
13726Tue Feb 23 11:46:11 1993 Mike Stump (mrs@cygnus.com)
13727
13728 * stabs.texi: The `this' pointer is now known by the name
13729 `this' instead of `$t'.
13730
c906108c
SS
13731Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
13732
13733 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
13734 host conditionals.
13735 * stabs.texinfo: More array fixes inspired by Jim's.
13736
13737Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
13738
13739 * stabs.texinfo: Fixes re arrays and continuations.
13740
13741 * gdbint.texinfo: Add XCOFF node.
13742
13743Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
13744
13745 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
13746
13747Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
13748
13749 * stabs.texinfo: Fix for array types to mention lower bounds.
13750
13751Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
13752
13753 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
13754
13755Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
13756
13757 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
13758
13759Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
13760
13761 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
13762 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
13763
13764Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
13765
13766 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13767
701adfb0
PA
13768Wed Feb 10 23:42:37 1993 John Gilmore (gnu@cygnus.com)
13769
13770 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13771
c906108c
SS
13772Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13773
13774 * gdb.texinfo, gdbinv-s.texi: misc updates
13775
13776Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
13777
13778 * gdbint.texinfo: Brief documentation for longjmp support,
13779 from an email msg by Stu.
13780
13781Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
13782
13783 * stabs.texinfo: Fix description of floating point "range"
13784 types (which really define basic types). Reported by Jim Meehan,
13785 <meehan@src.dec.com>.
13786
13787 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
13788
13789Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
13790
13791 * gdbint.texinfo: Slightly expand section on supporting a new
13792 object file format.
13793
13794Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
13795
13796 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
13797 intermediate file.
13798
13799Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13800
13801 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
13802
13803Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13804
13805 * gdbinv-s.texi: z8000 simulator target name is just "sim"
13806
13807 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
13808 as well as Z8002.
13809
701adfb0
PA
13810Thu Dec 17 00:44:57 1992 John Gilmore (gnu@cygnus.com)
13811
13812 * gdbint.texinfo (Host Conditionals): Remove
13813 NAMES_HAVE_UNDERSCORE, SOME_NAMES_HAVE_DOT, document
13814 MEM_FNS_DECLARED.
13815 (Target Conditionals): Remove all of the above.
13816
13817Tue Dec 15 02:01:00 1992 John Gilmore (gnu@cygnus.com)
13818
13819 * gdbint.texinfo: SWAP_HOST_AND_TARGET => SWAP_TARGET_AND_HOST.
13820 Noticed by Andy Jackson, <arj@cam-orl.co.uk>.
13821
c906108c
SS
13822Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
13823
13824 * gdbint.texinfo: Add sections on clean design and on how to send
13825 in changes.
13826
13827Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
13828
13829 * gdbint.texinfo: Add how to declare the result of make_cleanup.
13830
701adfb0
PA
13831Tue Oct 27 17:08:45 1992 K. Richard Pixley (rich@cygnus.com)
13832
13833 * gdbint.texinfo: nm.h now included in defs.h.
13834
c906108c
SS
13835Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
13836
13837 * gdb.texinfo: Fix typo, reported by Karl Berry.
13838
13839Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
13840
13841 * gdb.texinfo: Add opcodes dir to GDB distribution description.
13842
701adfb0
PA
13843Wed Oct 21 03:51:01 1992 John Gilmore (gnu@cygnus.com)
13844
13845 * gdbint.texinfo: Improve REGISTER_U_ADDR and USE_PROC_FS doc.
13846
13847Tue Oct 20 23:27:56 1992 John Gilmore (gnu@cygnus.com)
13848
13849 * gdbint.texinfo: Document obsolete STACK_END_ADDR.
13850 (all @node commands): Use new form to avoid nitpicking errors.
13851 * gdbint.texinfo: Document host/native/target split.
13852
13853Tue Oct 20 21:32:18 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13854
13855 * gdbint.texinfo: add PUSH_DUMMY_FRAME, POP_FRAME.
13856
13857Fri Oct 16 03:34:01 1992 John Gilmore (gnu@cygnus.com)
13858
13859 * gdbint.texinfo: Update GET_LONGJMP_TARGET, L_SET doc.
13860
c906108c
SS
13861Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13862
13863 * gdbint.texinfo: fixed a stray email address (needs @@),
13864 added @table @code to node "Native Conditionals"
13865
701adfb0
PA
13866Thu Oct 8 16:27:45 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13867
13868 * gdbint.texinfo: document a few more macros, create new section
13869 for native macros.
13870
13871Thu Oct 1 01:57:56 1992 John Gilmore (gnu@cygnus.com)
13872
13873 * gdb.texinfo: Document command hooks.
13874
c906108c
SS
13875Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
13876
13877 * gdbint.texinfo: Describe coding style of GDB.
13878
13879Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
13880
13881 * stabs.texinfo: Minor wording changes.
13882
13883Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
13884
13885 * gdbint.texinfo: Improve release doc slightly.
13886
701adfb0
PA
13887Fri Sep 11 18:28:28 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13888
13889 * gdb.texinfo, gdbinv-m.m4.in, gdbinv-s.m4.in: First pass at doc
13890 for two new remote targets---29K using UDI, and Tandem ST2000
13891 using STDBUG.
13892
13893 * all.m4, none.m4: new m4 switch, _ST2000__
13894
13895 * all.m4: turn on H8/300 stuff for generic manual
13896
13897 * gdbinv-s.m4.in: remove text on special procedures to continue
13898 after explicit call to breakpoint() in serial stubs.
13899
c906108c
SS
13900Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
13901
13902 * gdbint.texinfo: Improve doc of GDB config macros.
13903
13904Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
13905
13906 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
13907 These will be reinserted when examined.
13908
701adfb0
PA
13909Fri Sep 4 18:53:57 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13910
13911 * gdb.texinfo: fix shameful error of agreement reported by
13912 jimb@occs.cs.oberlin.edu (Jim Blandy)
13913 * gdb.texinfo: remove old partial discussion of remote serial
13914 protocol (via serial debug stubs)
13915 * gdbinv-m.m4.in, gdbinv-s.m4.in: new section discussing
13916 use of serial debug stubs
13917
c906108c
SS
13918Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
13919
13920 * gdbint.texinfo: Make a start at documenting all the #if macros
13921 in GDB. At least list them all, and start separating them into
13922 host-specific and target-specific.
13923
13924Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13925
13926 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 13927 examples (not consistent w others).
c906108c
SS
13928 gdb.texinfo: issue disclaimer paragraph on cmdline options only
13929 for generic vn of doc
13930
13931Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
13932
13933 * Makefile.in: always create installation directories.
13934
13935Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13936
13937 * gdb.texinfo: in h8 config, do not describe searching commands.
13938
13939Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13940
13941 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
13942 conditionals; introduce a few generic switches that may be
13943 useful for other cross-dev or dos-hosted configs.
13944
13945 * gdb.texinfo: fix typo in "info reg" description
13946
13947Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
13948
13949 * stabs.texinfo: Minor updates from running TeX over it.
13950 * Makefile.in (stabs.dvi, stabs.ps): Add.
13951
13952Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
13953
13954 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
13955 First pass at converting it to texinfo.
13956
13957Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
13958
13959 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
13960 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
13961
13962Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
13963
13964 * gdbint.texinfo: Add section on partial symbol tables.
13965
701adfb0
PA
13966Fri Jun 19 10:28:05 1992 John Gilmore (gnu at cygnus.com)
13967
13968 * gdb.texinfo: Document new am29k setting.
13969
c906108c
SS
13970Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
13971
13972 * gdb.texinfo: document `set remotedebug' and `set
13973 rstack_high_address'.
13974
13975Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13976
13977 * gdb.texinfo: slight expansion of new text on reading info files
13978 * gdbinv-s.m4.in: correct and expand info on cross-debugging
13979 H8/300 from DOS.
13980
13981Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
13982
13983 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
13984
13985Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
13986
13987 * gdb.texinfo: Say how to read the `info' files.
13988
13989Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
13990
13991 * Makefile.in: gm4 -> m4.
13992
13993Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
13994
13995 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
13996 Documentation' ahead of `Installing GDB' to match README.
13997 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 13998 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
13999
14000Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
14001
14002 * Makefile.in: remove $(srcdir) from gdb.info rule.
14003
14004Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14005
14006 * Makefile.in: commented out gdb-all.texinfo rule. This is
14007 temporary.
14008
14009Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
14010
14011 * Makefile.in, configure.in: removed traces of namesubdir,
14012 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 14013 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
14014
14015Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
14016
14017 * gdb.texinfo: Improve how we ask for bug reports.
14018
14019Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
14020
14021 * Makefile.in: infodir belongs in datadir.
14022
14023Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
14024
14025 * Makefile.in: remove spaces following hyphens, bsd make can't
14026 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 14027 standards.text support.
c906108c
SS
14028
14029Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
14030
14031 * Makefile.in: idestdir and ddestdir go away. Added copyrights
14032 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
14033 and mandir now keyed off datadir by default.
14034
14035\f
14036Local Variables:
9e9c5ae7 14037mode: change-log
c906108c
SS
14038left-margin: 8
14039fill-column: 74
14040version-control: never
463888ab 14041coding: utf-8
c906108c 14042End:
This page took 2.257155 seconds and 4 git commands to generate.