Remove doc/ in recent entries.
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
687894f5
DE
12014-02-17 Ludovic Courtès <ludo@gnu.org>
2
d25f38ee 3 * guile.texi (Writing a Guile Pretty-Printer) <example>:
687894f5
DE
4 Remove 'string-begins-with' procedure. Add 'pretty-printer'
5 parameter to 'str-lookup-function' procedure. Look for
6 the "std::string<" prefix.
7 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
8 Adjust description.
9
6fb526ee
DE
102014-02-11 Tejas Belagod <tejas.belagod@arm.com>
11
d25f38ee 12 * guile.texi (Values From Inferior In Guile): Remove stray
6fb526ee
DE
13 parantheses for deffn.
14 (Disassembly In Guile): Ditto.
15
1e0a5178
SS
162014-02-10 Stan Shebs <stan@codesourcery.com>
17
18 Add Doxygen support.
19 * Makefile.in (doxy): New action, generates Doxygen files.
20 (DOXYGEN): New.
21 (doxyedit): New.
22 * Doxyfile-base.in: New file.
23 * Doxyfile-gdb-api.in: New file.
24 * Doxyfile-gdb-xref.in: New file.
25 * Doxyfile-gdbserver.in: New file.
26 * doxy-index.in: New file.
27 * filter-for-doxygen: New file.
28 * filter-params.pl: New file.
29
ed3ef339
DE
302014-02-10 Doug Evans <xdje42@gmail.com>
31
32 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
33 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
34 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
35 (Guile docs): Include guile.texi.
36 (objfile-gdbdotext file): Add objfile-gdb.scm.
37 (dotdebug_gdb_scripts section): Mention Guile scripts.
38 (Multiple Extension Languages): New node.
39 * guile.texi: New file.
40
c6044dd1
JB
412014-01-28 Joel Brobecker <brobecker@adacore.com>
42
43 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
44 ignore-descriptive-types". commands.
45
87ce2a04
DE
462014-01-22 Doug Evans <dje@google.com>
47
48 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
49 (gdbserver man): Ditto.
50
52834460
MM
512014-01-16 Markus Metzger <markus.t.metzger@intel.com>
52
53 * gdb.texinfo: Document limited reverse/replay support
54 for target record-btrace.
55
0688d04e
MM
562014-01-16 Markus Metzger <markus.t.metzger@intel.com>
57
58 * gdb.texinfo (Process Record and Replay): Update documentation.
59
8710b709
MM
602014-01-16 Markus Metzger <markus.t.metzger@intel.com>
61
62 * gdb.texinfo (Process Record and Replay): Document new /c
63 modifier accepted by "record function-call-history".
64 Add /i modifier to "record function-call-history" example.
65
dcf106f3
JB
662014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
67 Joel Brobecker <brobecker@adacore.com>
68
69 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
70 markers. Remove one that was misplaced.
71
41ef2965
PA
722014-01-10 Pedro Alves <palves@redhat.com>
73
74 * gdb.texinfo (Your Program's Environment) <set environment>:
75 Mention the shell, and point at 'set exec-wrapper'.
76
c0d48811
JB
772014-01-07 Joel Brobecker <brobecker@adacore.com>
78
79 * gdb.texinfo (Types In Python): Document new attribute Types.name.
80
5fba4c0f
JB
812013-12-30 Joel Brobecker <brobecker@adacore.com>
82
83 * gdb.texinfo (Types In Python): Clarify the documentation
84 of attribute gdb.Field.bitpos.
85
0809504b
JB
862013-12-28 Joel Brobecker <brobecker@adacore.com>
87
88 * gdb.texinfo (Types In Python): Fix the documentation of
89 attribute "bitpos" in class gdb.Field for enum types. Add
90 documentation for attribute "enumval" in that same class.
91
edef6000
JB
922013-12-28 Joel Brobecker <brobecker@adacore.com>
93
94 * gdb.texinfo (GDB/MI Support Commands): Change @table into
95 @ftable.
96
71b8c845
DE
972013-12-23 Doug Evans <xdje42@gmail.com>
98
99 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
100 auto-loaded objfile scripts and .debug_gdb_scripts section to their
101 corresponding section in Extending GDB.
102 (Extending GDB): Move menu up. New menu item "Auto-loading
103 extensions".
104 (Sequences): New menu item "Auto-loading sequences".
105 (Auto-loading sequences): New node.
106 (Python): Rename section from Scripting GDB to Extending GDB.
107 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
108 Move docs on ways to auto-load extensions to ...
109 (Auto-loading extensions): ... here. New node.
110
d192b373
JB
1112013-12-23 Joel Brobecker <brobecker@adacore.com>
112
113 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
114 in menu.
115 (GDB/MI Variable Objects): Adjust reference to "-list-features"
116 command, now in a new node.
117 (GDB/MI Support Commands): New node, with its contents being
118 extracted from the "GDB/MI Miscellaneous Commands" node.
119 A small paragraph introducing the section is also added at
120 the start.
121 (GDB/MI Miscellaneous Commands): Delete the description of the
122 -info-gdb-mi-command, -list-features and -list-target-features
123 commands, now hosted in the "GDB/MI Support Commands" node.
124
a16b0e22
SC
1252013-12-12 Siva Chandra Reddy <sivachandra@google.com>
126
127 PR python/16113
128 * gdb.texinfo (Values From Inferior): Add a note about using
129 gdb.Field objects as subscripts on gdb.Value objects.
130 (Types In Python): Add description about the new attribute
131 "parent_type" of gdb.Field objects.
132
9b26f0fb
JB
1332013-12-12 Joel Brobecker <brobecker@adacore.com>
134
135 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
136 entry for section docuumenting the -list-features GDB/MI command.
137
72bfa06c
JB
1382013-12-10 Joel Brobecker <brobecker@adacore.com>
139
140 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
141 "exec-run-start-option" entry in the output of the "-list-features"
142 command.
143
3ea8680f
EZ
1442013-12-04 Eli Zaretskii <eliz@gnu.org>
145
146 * gdb.texinfo (i386): Fix yesterday's commit.
147
1a4f73eb
TT
1482013-12-03 Tom Tromey <tromey@redhat.com>
149
150 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
151 documented here.
152
6cb999f8
TT
1532013-12-03 Tom Tromey <tromey@redhat.com>
154
155 * gdb.texinfo (@direntry): Add menu item for gdbserver.
156
ca8941bb
WT
1572013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
158
159 * gdb.texinfo (i386 Features): Add MPX feature registers.
160 (x86 Specific featuresx86 Architecture-specific Issues): Adds
161 a subsubsection for MPX and describes the display of the
162 boundary registers.
163
688981c9
JB
1642013-12-03 Joel Brobecker <brobecker@adacore.com>
165
166 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
167 documentation of the "ada-exceptions" entry.
168
2ea126fa
JB
1692013-12-03 Joel Brobecker <brobecker@adacore.com>
170
171 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
172 "^error" result record concerning the error message. Document
173 the error code that may also be part of that result record.
174 (GDB/MI Miscellaneous Commands): Document the
175 "undefined-command-error-code" element in the output of
176 the "-list-features" GDB/MI command.
177
6b7cbff1
JB
1782013-12-03 Joel Brobecker <brobecker@adacore.com>
179
180 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
181 the new -info-gdb-mi-command GDB/MI command. Document
182 the meaning of "-info-gdb-mi-command" in the output of
183 -list-features.
184
20e1ca3b
PA
1852013-11-29 Pedro Alves <palves@redhat.com>
186
187 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
188 Update comment.
189
29453a14
YQ
1902013-11-24 Yao Qi <yao@codesourcery.com>
191
192 * gdb.texinfo (Caching Remote Data): Document new
193 "set/show stack-cache" option.
194
6dd315ba
YQ
1952013-11-24 Yao Qi <yao@codesourcery.com>
196
197 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
198 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
199 "off" respectively.
200
9df9dbe0
YQ
2012013-11-23 Yao Qi <yao@codesourcery.com>
202
203 * gdb.texinfo (GDB/MI Variable Objects): Add the description
204 of "displayhint" to the table about child results.
205
c78feb39
YQ
2062013-11-21 Yao Qi <yao@codesourcery.com>
207
208 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
209 'dynamic' for the output of command -var-list-children.
210
27b81af3
YQ
2112013-11-21 Yao Qi <yao@codesourcery.com>
212
213 * gdb.texinfo (Caching Target Data): Remove "see" before
214 @pxref.
215
b26dfc9a
YQ
2162013-11-20 Yao Qi <yao@codesourcery.com>
217
218 * gdb.texinfo (Caching Target Data): Update doc for
219 per-address-space dcache.
220
b12039c6
YQ
2212013-11-20 Yao Qi <yao@codesourcery.com>
222
223 * gdb.texinfo (Data): Rename menu item.
224 (Caching Remote Data): Rename to ...
225 (Caching Target Data): ... it. Update.
226
422ad5c2
JB
2272013-11-18 Joel Brobecker <brobecker@adacore.com>
228
229 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
230 "language-option" entry in the output of the "-list-features"
231 command.
232
805e1f19
TT
2332013-11-15 Tom Tromey <tromey@redhat.com>
234
235 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
236 Add example.
237
8fe1b653
TT
2382013-11-14 Tom Tromey <tromey@redhat.com>
239
240 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
241
403cb6b1
JB
2422013-11-14 Joel Brobecker <brobecker@adacore.com>
243
244 * gdb.texinfo (Show): Add xref anchor for "show language" command.
245 (Context management): Place current subsection text into its own
246 subsubsection. Add new subsubsection describing the "--language"
247 command option.
248
93973826
JB
2492013-11-13 Joel Brobecker <brobecker@adacore.com>
250
251 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
252 the documentation of "info-ada-exceptions" in the output
253 of the "-list-features" command. Add the documentation
254 of the "ada-exception" entry instead.
255
6adcee18
JB
2562013-11-12 Joel Brobecker <brobecker@adacore.com>
257
93973826 258
6adcee18
JB
259 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
260 word of a couple of sentences to start with a capital letter.
261
58d06528
JB
2622013-11-12 Joel Brobecker <brobecker@adacore.com>
263
264 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
265 (Ada Exceptions): New node.
266 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
267 Commands" node.
268 (GDB/MI Ada Exceptions Commands): New node.
269 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
270 field in the output of the "-list-features" command.
271 * NEWS: Add entry for the new "info exceptions" CLI command,
272 and for the new "-info-ada-exceptions" GDB/MI command.
273
bc79de95
PM
2742013-11-11 Phil Muldoon <pmuldoon@redhat.com>
275
276 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
277 (Line Tables In Python): New node.
278
73be47f5
DE
2792013-11-08 Doug Evans <dje@google.com>
280
281 * gdb.texinfo (Debugging Output): Update text for
282 "set debug dwarf2-read".
283
db0fec5c
DE
2842013-11-08 Doug Evans <dje@google.com>
285
286 * gdb.texinfo (Debugging Output): Update text for
287 "set debug symtab-create".
288
92e32e33
PM
2892013-11-07 Phil Muldoon <pmuldoon@redhat.com>
290
291 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
292 constant.
293
f76c27b5
PM
2942013-11-07 Phil Muldoon <pmuldoon@redhat.com>
295
296 * gdb.texinfo (Breakpoints In Python): Document temporary
297 option in breakpoint constructor, and add documentation to the
298 temporary attribute.
299
fa4d0c40
YQ
3002013-11-07 Yao Qi <yao@codesourcery.com>
301
302 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
303 output of "-var-info-expression".
304
afa332ce
PA
3052013-11-06 Pedro Alves <palves@redhat.com>
306
307 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
308 non-interactive mode.
309 (Environment) <shell startup files warning>: Mention
310 non-interactive mode. Mention .zshenv for Z shell, and talk about
311 BASH_ENV instead of .bashrc for BASH.
312
9ac69859
NB
3132013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
314
315 * gdb.texinfo (Commands to Specify Files): Add description
316 of the remove-symbol-file command.
317 * observer.texi: New free_objfile event
318
98882a26
PA
3192013-10-24 Pedro Alves <palves@redhat.com>
320
321 * gdb.texinfo (Starting): Document set/show startup-with-shell.
322
ce13fade
JB
3232013-10-11 Joel Brobecker <brobecker@adacore.com>
324
325 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
326 New subsection inside which the "-catch-load" and "-catch-unload"
327 commands documentation is now placed.
328 (Ada Exception GDB/MI Catchpoint Commands): New subsection
329 documenting the "-catch-assert" and "-catch-exception" new
330 GDB/MI commands.
331
2446f5ea
JB
3322013-10-10 Joel Brobecker <brobecker@adacore.com>
333
334 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
335
0d12017b
JB
3362013-10-10 Joel Brobecker <brobecker@adacore.com>
337
bd80dc1a
JB
338 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
339 serial baud".
340 (Remote Configuration): Replace "set remotebaud" by "set serial
341 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 342
f4fb82a1
PA
3432013-10-07 Pedro Alves <palves@redhat.com>
344
345 PR breakpoints/11568
346 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
347 when the thread is removed from the thread list.
348
0c557179
SDJ
3492013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
350
351 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
352 Update entry for $_exitcode.
353
5713b9b5
JB
3542013-10-04 Joel Brobecker <brobecker@adacore.com>
355
356 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
357 new "--start" option.
358
901461f8
PA
3592013-10-02 Pedro Alves <palves@redhat.com>
360
361 * gdb.texinfo (Registers): Expand description of saved registers
362 in frames. Explain <not saved>.
363
8fb8eb5c
DE
3642013-09-25 Doug Evans <dje@google.com>
365
366 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
367
0a7cfe2c
SS
3682013-09-16 Stan Shebs <stan@codesourcery.com>
369
370 Remove the internals manual gdbint.texinfo.
371 * Makefile.in (INFO_DEPS): Remove gdbint.info.
372 (PDFFILES): Remove gdbint.pdf.
373 (HTMLFILES): Remove gdbint/index.html.
374 (HTMLFILES_INSTALL): Remove gdbint.
375 (GDBINT_DOC_FILES): Remove.
376 (dvi): Remove gdbint.dvi.
377 (ps): Remove gdbint.ps.
378 * gdbint.texinfo: Remove file.
379 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
380
a280dbd1
SDJ
3812013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
382
383 * gdb.texinfo (Convenience Functions): Mention new convenience
384 function $_isvoid.
385
4ac33720
UW
3862013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
387
388 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
389 (Standard Target Features): Add new node to menu.
390 (S/390 and System z Features): New node.
391
b3d3b4bd
SA
3922013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
393
394 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
395 -list-target-features in the example.
396
edf9f00c
JK
3972013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
398
399 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
400 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
401
1d236d23
JK
4022013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
403
404 Sync documentation with gdb.base/gnu-debugdata.exp.
405 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
406
5423b017
JK
4072013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
408
409 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
410
6211c335
YQ
4112013-08-27 Pedro Alves <pedro@codesourcery.com>
412 Yao Qi <yao@codesourcery.com>
413
414 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
415 Document new --skip-unavailable option.
416 <-stack-list-variables>: Document new --skip-unavailable option.
417
52e260a3
DE
4182013-08-26 Doug Evans <dje@google.com>
419
420 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
421 an optional regexp.
422
5e92f71a
TT
4232013-08-13 Tom Tromey <tromey@redhat.com>
424
425 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
426 Document GDB_PARALLEL and GDB_INOTIFY.
427
c5d7073b
SS
4282013-08-09 Stan Shebs <stan@codesourcery.com>
429
430 * LRS: Remove file, describes a long-abandoned live-range
431 splitting extension to stabs.
432
6fbe845e
AB
4332013-07-25 Andrew Burgess <aburgess@broadcom.com>
434
435 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
436
e7045703
DE
4372013-07-17 Doug Evans <dje@google.com>
438
439 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
440
3105ebf9
TT
4412013-07-02 Tom Tromey <tromey@redhat.com>
442
443 * gdb.texinfo (Target Commands): Don't mention "target nrom".
444
d6c2da54
TT
4452013-06-28 Tom Tromey <tromey@redhat.com>
446
447 * Makefile.in (version.subst): Use version.in, not
448 common/version.in.
449 * gdbint.texinfo (Versions and Branches, Releasing GDB):
450 Likewise.
451
e5823f1c
PA
4522013-06-27 Pedro Alves <palves@redhat.com>
453
454 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
455 dynamic symbol resolution code>: New section, based on infrun.c
456 comment.
457
92dcb9ff
TT
4582013-06-26 Tom Tromey <tromey@redhat.com>
459
460 * gdbint.texinfo (Versions and Branches): Use common/version.in.
461 Update.
462 (Releasing GDB): Likewise.
463
dc673c81
YQ
4642013-06-26 Pedro Alves <pedro@codesourcery.com>
465 Yao Qi <yao@codesourcery.com>
466
467 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
468 -trace-frame-collected.
469
28a93511
YQ
4702013-06-26 Pedro Alves <pedro@codesourcery.com>
471
472 * gdb.texinfo (Traceframe Info Format): Document tvar element
473 and its attributes.
474
a0743c90
YQ
4752013-06-25 Yao Qi <yao@codesourcery.com>
476
477 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
478
01208463
TT
4792013-06-24 Tom Tromey <tromey@redhat.com>
480
481 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
482 (GDBvn.texi): Use version.subst.
483 (version.subst): New target.
484 (mostlyclean): Remove version.subst.
485
c898adb7
YQ
4862013-06-20 Pedro Alves <pedro@codesourcery.com>
487
488 * gdb.texinfo (GDB/MI Data Manipulation)
489 <-data-list-register-values>: Document the --skip-unavailable
490 option.
491
7c57fa1e
YQ
4922013-06-07 Yao Qi <yao@codesourcery.com>
493
494 * gdb.texinfo (Symbols): Add kindex and cindex for
495 'maint print msymbols'.
496
0059c61a 4972013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
498
499 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
500 response field name (thread-group to inferior).
501
85dc5a12
GB
5022013-06-04 Gary Benson <gbenson@redhat.com>
503
504 * gdb.texinfo (General Query Packets/qSupported): Added
505 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
506 to the table of currently defined stub features.
507 Added a more detailed entry for "augmented-libraries-svr4-read".
508 (General Query Packets/qXfer:libraries-svr4:read): Documented
509 the augmented form of this packet.
510
5901af59
JB
5112013-05-23 Joel Brobecker <brobecker@adacore.com>
512
513 * gdb.texinfo (System-wide Configuration Scripts): Renames
514 "Installed System-wide Configuration Scripts". Add associated
515 @menu block.
516
c1e36e3e
PA
5172013-05-23 Yao Qi <yao@codesourcery.com>
518 Pedro Alves <palves@redhat.com>
519
520 * gdb.texinfo (Packets): Document 'vCont;r'.
521 (Continuing and Stepping): Document target-assisted range
522 stepping, and the 'set range-stepping' and 'show range-stepping'
523 commands.
524
0201faac
JB
5252013-05-23 Joel Brobecker <brobecker@adacore.com>
526
527 * gdb.texinfo (Installed System-wide Configuration Scripts):
528 Add subsection describing the scripts now available under
529 the data-dir's system-gdbbinit subdirectory.
530 * NEWS: Add entry announcing the availability of system-wide
531 configuration scripts for ElinOS and Wind River Linux.
532
c5867ab6
HZ
5332013-05-21 Hui Zhu <hui@codesourcery.com>
534
535 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
536 "-dprintf-insert" command.
537
7d0c9981
DE
5382013-05-17 Doug Evans <dje@google.com>
539
540 * gdb.texinfo (Maintenance Commands): Update doc for
541 "maint check-psymtabs". Add doc for "maint check-symtabs",
542 "maint expand-symtabs".
543
742ce053
MM
5442013-05-15 Markus Metzger <markus.t.metzger@intel.com>
545
546 * gdb.texinfo (Process Record and Replay): Document the
547 "record goto" command and its sub-commands.
548
1e611234
PM
5492013-05-10 Phil Muldoon <pmuldoon@redhat.com>
550
551 * gdb.texinfo (Backtrace): Add "no-filter" argument.
552 (Python API): Add Frame Filters API, Frame Wrapper API,
553 Writing a Frame Filter/Wrapper, Managing Management of Frame
554 Filters chapter entries.
555 (Frame Filters API): New Node.
556 (Frame Wrapper API): New Node.
557 (Writing a Frame Filter): New Node.
558 (Managing Frame Filters): New Node.
559 (Progspaces In Python): Add note about frame_filters attribute.
560 (Objfiles in Python): Ditto.
561 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
562 @anchors and --no-frame-filters option to -stack-list-variables,
563 -stack-list-frames, -stack-list-locals and -stack-list-arguments
564 commands.
565
2874cb83
JB
5662013-05-08 Joel Brobecker <brobecker@adacore.com>
567
568 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
569 Support" subsection documenting the XML format used to transfer
570 shared library info on AIX.
571
9a005eb9
JB
5722013-05-08 Joel Brobecker <brobecker@adacore.com>
573
574 * gdb.texinfo (Debugging Output): Add documentation of
575 "set debug aix-solib" and "show debug aix-solib" commands.
576
a1217d97
SL
5772013-05-06 Sandra Loosemore <sandra@codesourcery.com>
578
579 * gdb.texinfo (Nios II): New section.
580 (Nios II Features): New section.
581
4d1eb6b4
JB
5822013-05-06 Joel Brobecker <brobecker@adacore.com>
583
584 * gdbint.texinfo (Algorithms): Remove entries documenting
585 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
586 SOLIB_CREATE_INFERIOR_HOOK.
587
3f84184e
TT
5882013-04-29 Tom Tromey <tromey@redhat.com>
589
590 PR python/14204:
591 * gdb.texinfo (Python API): Fix menu entry.
592 (Blocks In Python): Fix subsubsection text. Rewrite intro.
593 Define global and static block. Add example. Clarify
594 block relationship for inline functions.
595
60155234
TT
5962013-04-29 Tom Tromey <tromey@redhat.com>
597
598 * gdb.texinfo (Python API): Mention Python help and keyword
599 arguments. Move pagination text to Basic Python.
600 (Basic Python): Put pagination text here. Document
601 close-on-exec, SIGCHLD, and SIGINT.
602
5360976e
PA
6032013-04-19 Pedro Alves <palves@redhat.com>
604
605 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
606 "signedness" instead of "signness".
607
bd3f3b55
PA
6082013-04-19 Pedro Alves <palves@redhat.com>
609
610 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
611 -Wno-pointer-sign text with text on -Wpointer-sign.
612
dee368d3
TT
6132013-04-16 Tom Tromey <tromey@redhat.com>
614
615 * gdb.texinfo (Set Catchpoints): Mention earliest version of
616 GCC that has the SDT probe points.
617
cc16e6c9
TT
6182013-04-15 Tom Tromey <tromey@redhat.com>
619
620 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
621 exception catchpoints.
622
72f1fe8a
TT
6232013-04-15 Tom Tromey <tromey@redhat.com>
624
625 * gdb.texinfo (Set Catchpoints): Document $_exception.
626 (Convenience Vars): Mention $_exception.
627
591f19e8
TT
6282013-04-15 Tom Tromey <tromey@redhat.com>
629
630 * gdb.texinfo (Set Catchpoints): Reorganize exception
631 catchpoints. Document "catch rethrow".
632 (Debugging C Plus Plus): Mention "catch rethrow".
633
02ae6bad
TT
6342013-04-15 Tom Tromey <tromey@redhat.com>
635
636 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
637
2c91021c
JK
6382013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
639 Eli Zaretskii <eliz@gnu.org>
640
641 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
642 line below the sample output.
643
6eaaf48b
EZ
6442013-04-12 Eli Zaretskii <eliz@gnu.org>
645
646 * gdb.texinfo (Mode Options): Document '-configuration'.
647 (Help): Document "show configuration".
648 (Bug Reporting): Add requirements to include the configuration
649 details in bug reports.
650
b292c783
JK
6512013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
652
653 * Makefile.in (MAN1S): Add gcore.1.
654 Remove "Host, target, and site specific Makefile fragments" comment.
655 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
656 (install-man1, uninstall-man1): Conditionalize gcore.1.
657 (gcore.1): New.
658 * gdb.texinfo (Man Pages): Add gcore man.
659 (gcore man): New node.
660
f81d1120
PA
6612013-04-10 Pedro Alves <palves@redhat.com>
662
663 * gdb.texinfo (Process Record and Replay): Document that "set
664 record full insn-number-max", "set record
665 instruction-history-size" and "set record
666 function-call-history-size" accept "unlimited".
667 (Backtrace): Document that "set backtrace limit" accepts
668 "unlimited".
669 (List): Document that "set listsize" accepts "unlimited".
670 (Print Settings)" Document that "set print max-symbolic-offset",
671 "set print elements" and "set print repeats" accept "unlimited".
672 (Starting and Stopping Trace Experiments): Document that "set
673 trace-buffer-size" accepts "unlimited".
674 (Remote Configuration): Document that "set tcp connect-timeout"
675 accepts "unlimited".
676 (Command History): Document that "set history size" accepts
677 "unlimited".
678 (Screen Size): Document that "set height" and "set width" accepts
679 "unlimited". Adjust "set pagination"'s description to suggest
680 "set height unlimited" instead of "set height 0".
681
393fd4c3
YQ
6822013-04-10 Yao Qi <yao@codesourcery.com>
683
684 * gdb.texinfo (Trace Files): Add "target ctf".
685
cba5a7bf
JK
6862013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
687
688 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
689
0ed630cb
JK
690 * Makefile.in (install-man1, install-man5, uninstall-man1)
691 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
692
afe1492b
JK
693 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
694
5b8b6385
JK
6952013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
696 Eli Zaretskii <eliz@gnu.org>
697
698 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
699 parameters order. Remove "On some targets" for --attach. Document the
700 --multi parameter and extended-remote command. Document all the
701 options.
702
906ccdf0
JK
7032013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
704
705 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
706 the list of supported languages.
707
43662968
JK
7082013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
709
710 Convert man pages to texinfo, new gdbinit.5 texinfo page.
711 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
712 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
713 (diststuff): Add man.
714 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
715 (uninstall-man5): New.
716 (STAGESTUFF): Add *.1 and *.5.
717 (GDBvn.texi): Add SYSTEM_GDBINIT.
718 (gdb.1, gdbserver.1, gdbinit.5): New.
719 (maintainer-clean realclean): Add $(MANS).
720 (install): Add install-man.
721 (uninstall): Add uninstall-man.
722 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
723 (@copying): Wrap it by @c man begin COPYRIGHT.
724 (Top): Add Man Pages.
725 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
726
be9a8770
PA
7272013-04-02 Pedro Alves <palves@redhat.com>
728
729 * gdb.texinfo (Debugging Output): Document "set/show debug
730 aarch64", "set/show debug coff-pe-read" and "set/show debug
731 mach-o".
732
a46c1e42
PA
7332013-04-02 Pedro Alves <palves@redhat.com>
734
735 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
736 table>: Add entry for "trace-buffer-size".
737
bd3eecc3
PA
7382013-03-28 Pedro Alves <palves@redhat.com>
739
740 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
741 table>: Add entry for "trace-status".
742
215b9f98
EZ
7432013-03-28 Eli Zaretskii <eliz@gnu.org>
744
745 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
746 @bullet", which is invalid (makeinfo 5.1 barfs).
747
7f7cc265
PA
7482013-03-28 Pedro Alves <palves@redhat.com>
749
750 PR gdb/15294
751
752 * gdb.texinfo (List) <set listsize>: Adjust to document that
753 listsize 0 means no limit, and remove mention of -1.
754
9c0be723
YQ
7552013-03-22 Yao Qi <yao@codesourcery.com>
756
757 * gdb.texinfo (Embedded Processors): Remove menu item
758 "OpenRISC 1000".
759 (OpenRISC 1000): Remove.
760
bd712aed
DE
7612013-03-21 Doug Evans <dje@google.com>
762
763 * gdb.texinfo (Maintenance Commands): Add docs for
764 "mt set per-command {space,time,symtab} {on,off}".
765
d0353e76
YQ
7662013-03-14 Hui Zhu <hui@codesourcery.com>
767 Yao Qi <yao@codesourcery.com>
768
769 * gdb.texinfo (Trace Files): Add "tsave -ctf".
770
6dd24dfa
KS
7712013-03-13 Keith Seitz <keiths@redhat.com>
772
773 * gdb.texinfo (Maintenance Commands): Add missing ')' for
774 "maint agent" reference to Dynamic printf.
775
5c4808ca
EZ
7762013-03-11 Eli Zaretskii <eliz@gnu.org>
777
778 * gdb.texinfo (General Query Packets): Don't use colon in index
779 entries visible to Info format.
780
59ea5688
MM
7812013-03-11 Markus Metzger <markus.t.metzger@intel.com>
782
783 * gdb.texinfo (Process Record and Replay): Document record
784 changes.
785
2ae8c8e7
MM
7862013-03-11 Markus Metzger <markus.t.metzger@intel.com>
787
788 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
789 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
790 qXfer:btrace:read.
791
28abe188
EZ
7922013-03-09 Eli Zaretskii <eliz@gnu.org>
793
794 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
795 use colons in @anchor and @cindex entries.
796
be9a119c 7972013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
798
799 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
800
be9a119c 8012013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
802 Hafiz Abid Qadeer <abidh@codesourcery.com>
803
804 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
805 trace-buffer-size set and show commands.
806 (Tracepoint Packets): Document QTBuffer:size.
807 (General Query Packets): Document QTBuffer:size.
808
d57350ea
TT
8092013-02-21 Tom Tromey <tromey@redhat.com>
810
811 * gdb.texinfo: Remove bad @syncodeindex.
812 (Values From Inferior, Types In Python, Inferiors In Python)
813 (Events In Python, Threads In Python, Frames In Python, Blocks In
814 Python, Symbols In Python, Symbol Tables In Python): Remove
815 @tables.
816 (Packets, General Query Packets, Tracepoint Packets)
817 (Host I/O Packets): Use @w{} for empty @item.
818
9f44fbc0
SCR
8192013-02-20 Siva Chandra Reddy <sivachandra@google.com>
820
821 * gdb.texinfo (Architectures In Python): Add description about
822 the new method gdb.Architecture.disassemble.
823
f5911ea1
HAQ
8242013-02-15 Pedro Alves <pedro@codesourcery.com>
825 Hafiz Abid Qadeer <abidh@codesourcery.com>
826
827 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
828 Document the "trace-file" field.
829
7e1e0340
DE
8302013-02-07 Doug Evans <dje@google.com>
831
832 * gdb.texinfo (Machine Code): Clarify argument to disassemble
833 command.
834
134a2066
YQ
8352013-02-06 Yao Qi <yao@codesourcery.com>
836
837 * gdb.texinfo (GDB/MI Async Records): Document new MI
838 notification "=tsv-modified". Update the document of MI
839 notification "=tsv-created".
840 * observer.texi (GDB Observers): New observer tsv_modified.
841 Update observer tsv_created and tsv_delete.
842
430ed3f0
MS
8432013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
844
845 * gdb.texinfo (AArch64 Features): New section; document
846 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
847 (Architectures): Add new AArch64 section to document AArch64
848 architecture specific commands.
849 (ABI): Add description of the new OS ABI "Newlib" and its influence
850 on the longjmp handling.
851
1b56eb55
JK
8522013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
853 Jan Kratochvil <jan.kratochvil@redhat.com>
854
855 * gdb.texinfo (Backtrace): Added description of 'filename-display'
856 variable in 'set/show backtrace' section.
857
c4957902
TT
8582013-01-31 Tom Tromey <tromey@redhat.com>
859
860 * gdb.texinfo (Target Commands): Fix typo.
861
bea883fd
SCR
8622013-01-23 Siva Chandra Reddy <sivachandra@google.com>
863
864 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
865 describing the gdb.Architecture class.
866 (Frames In Python): Add description about the new method
867 gdb.Frame.architecture().
868
796a7ff8
DE
8692013-01-23 Doug Evans <dje@google.com>
870
871 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
872
998580f1
MK
8732013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
874
875 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
876 'thread-groups' field when printing a breakpoint in MI.
877
c9fb1240
SD
8782012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
879 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
880 to reflect that jit-reader-load now supports absolute file-names.
881
ab04a2af
TT
8822013-01-16 Tom Tromey <tromey@redhat.com>
883
884 * gdb.texinfo (Set Catchpoints): Document "catch signal".
885 (Signals): Likewise.
886
8ac3646f
TT
8872013-01-16 Tom Tromey <tromey@redhat.com>
888
889 * gdb.texinfo (GDB/MI Breakpoint Information): Document
890 "catch-type" field.
891 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
892
e93a8774
TT
8932013-01-07 Tom Tromey <tromey@redhat.com>
894
895 * gdb.texinfo (Mode Options): Don't mention -epoch.
896 (Data, Emacs): Remove obsolete comments.
897
54516a0b
TT
8982013-01-02 Tom Tromey <tromey@redhat.com>
899
900 * gdb.texinfo (GDB/MI Output Records): Update menu.
901 (GDB/MI Breakpoint Information): New node.
902 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
903 <-break-insert>: Likewise.
904
8dbe8ece
YQ
9052012-12-31 Yao Qi <yao@codesourcery.com>
906
907 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
908 (Packets): Move "vStopped" packet to ...
909 (Notification Packets): ... here. Describe the components
910 of notification. Add a table of supported notifications.
911 Add an example on the process of he async notification.
912
f35a17b5
JK
9132012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
914
915 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
916 present.
917 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
918 fullname output always present.
919
0dfd2fad
PM
9202012-12-23 Pierre Muller <muller@sourceware.org>
921
922 * gdbint.texinfo (Function prototypes): Require use of "extern"
923 modifier for function prototypes in headers.
924
7785b880
JB
9252012-12-19 Joel Brobecker <brobecker@adacore.com>
926
927 * refcard.tex: Update copyright notice to GPL v3 or later.
928 Update contact info.
929
3d745be3
JK
9302012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
931
932 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
933
c9b6281a
YQ
9342012-12-15 Yao Qi <yao@codesourcery.com>
935
936 * gdb.texinfo (Debugging Output): Document 'set debug
937 notification' and 'show debug notification'.
938
f2a8bc8a
YQ
9392012-12-15 Yao Qi <yao@codesourcery.com>
940
941 * gdb.texinfo (Listing Tracepoints): New item and example about
942 'installed on target' output.
943 Add more in the example about 'installed on target'.
944 (GDB/MI Breakpoint Commands): Doc about 'installed field.
945
451b7c33
TT
9462012-12-14 Tom Tromey <tromey@redhat.com>
947
948 * gdb.texinfo (SVR4 Process Information): Mention core files.
949
3fa7bf06
MG
9502012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
951
952 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
953
05b4bd79
PA
9542012-12-11 Pedro Alves <palves@redhat.com>
955
956 * gdb.texinfo: Remove all mentions of Unixware throughout.
957
74a0d9f6
JK
9582012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
959
960 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
961
0c631110
TT
9622012-11-29 Tom Tromey <tromey@redhat.com>
963
964 * gdb.texinfo (SVR4 Process Information): Document missing
965 "info proc" subcommands.
966
891df0ea
YQ
9672012-11-29 Yao Qi <yao@codesourcery.com>
968
969 PR gdb/1477.
970 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
971 to 'auto' instead of 'gnu'.
972
608e2dbb
TT
9732012-11-26 Tom Tromey <tromey@redhat.com>
974
975 * gdb.texinfo (MiniDebugInfo): New node.
976 (GDB Files): Update.
977
e64e0392
DE
9782012-11-16 Doug Evans <dje@google.com>
979
980 * gdb.texinfo (System-wide configuration): If the system-wide init
981 file lives in the data-directory, and --data-directory is provided,
982 look for it there.
983
ae606bee
TT
9842012-11-15 Tom Tromey <tromey@redhat.com>
985
986 * gdb.texinfo (Signaling): Fix typo.
987
62747a60
TT
9882012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
989
990 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
991 parameter "count" of -data-write-memory-bytes, and add an example.
992
18a9fc12
TT
9932012-11-12 Tom Tromey <tromey@redhat.com>
994
995 * gdb.texinfo (Symbols): Document "info type-printers",
996 "enable type-printer" and "disable type-printer".
997 (Python API): Add new node to menu.
998 (Type Printing API): New node.
999 (Progspaces In Python): Document type_printers field.
1000 (Objfiles In Python): Likewise.
1001 (gdb.types) <get_type_recognizers, apply_type_recognizers,
1002 register_type_printer, TypePrinter>: Document.
1003
53342f27
TT
10042012-11-12 Tom Tromey <tromey@redhat.com>
1005
1006 * gdb.texinfo (Symbols): Document "set print type methods",
1007 "set print type typedefs", and flags to ptype and whatis.
1008
ed8a1c2d
AB
10092012-11-09 Andrew Burgess <aburgess@broadcom.com>
1010
1011 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
1012 the example -data-disassemble output. Extend the description of
1013 the -data-disassemble results to document all fields. Document
1014 the cli disassemble command as being related to -data-disassemble.
1015
8506d139
YQ
10162012-11-09 Yao Qi <yao@codesourcery.com>
1017
1018 PR gdb/14777.
1019 * gdb.texinfo (OS Information): Remove doc on command
1020 'info udot'.
1021
4d3f93a2
JB
10222012-11-08 Joel Brobecker <brobecker@adacore.com>
1023
1024 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
1025 gdb.ini warning for Windows port.
1026
1e96de83
YQ
10272012-11-08 Yao Qi <yao@codesourcery.com>
1028
1029 * gdb.texinfo (Search): Add kindex for 'fo'.
1030
dc939229
TT
10312012-11-05 Tom Tromey <tromey@redhat.com>
1032
1033 PR python/14802:
1034 * gdb.texinfo (Functions In Python): Add example.
1035
6f6484cd
YQ
10362012-11-03 Yao Qi <yao@codesourcery.com>
1037
1038 * observer.texi (GDB Observers): Remove observer
1039 'tracepoint_modified', 'tracepoint_created' and
1040 'tracepoint_deleted'.
1041
af4238e5
TT
10422012-10-26 Tom Tromey <tromey@redhat.com>
1043
1044 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
1045
687e43a4
TT
10462012-10-25 Tom Tromey <tromey@redhat.com>
1047
1048 * gdb.texinfo (General Query Packets): Use @itemx.
1049
8de0566d
YQ
10502012-10-17 Yao Qi <yao@codesourcery.com>
1051
1052 * observer.texi (GDB Observers): Update observer
1053 'memory_changed'.
1054 * gdb.texinfo (GDB/MI Async Records): Document for
1055 "memory-changed" notification.
1056
07540c15
DE
10572012-10-15 Doug Evans <dje@google.com>
1058
1059 * gdb.texinfo (Mode Options): Document -nh.
1060 Elaborate on docs for -nx.
1061
d7019589
SP
10622012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1063
1064 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
1065
82a90ccf
YQ
10662012-09-21 Yao Qi <yao@codesourcery.com>
1067 Pedro Alves <palves@redhat.com>
1068
1069 * gdb.texinfo (GDB/MI Async Records): Document notification
1070 'record-started' and 'record-stopped'.
1071 * observer.texi (GDB Observers): New observer 'record-changed'.
1072
aa9259cc
TS
10732012-09-19 Thomas Schwinge <thomas@codesourcery.com>
1074
1075 * gdb.texinfo: Document the removal of SH's 'regs' command.
1076
c1d780c2
SDJ
10772012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1078
1079 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
1080
bb25a15c
YQ
10812012-09-18 Yao Qi <yao@codesourcery.com>
1082
1083 * gdb.texinfo (GDB/MI Async Records): Document new MI
1084 notifications '=tsv-created' and '=tsv-deleted'.
1085 * observer.texi (GDB Observers): New observer tsv_created and
1086 tsv_deleted.
1087
201b4506
YQ
10882012-09-18 Yao Qi <yao@codesourcery.com>
1089
1090 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
1091 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
1092 '=traceframe-changed'.
1093
6fc1c773
YQ
10942012-09-17 Yao Qi <yao@codesourcery.com>
1095
1096 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
1097 'set listsize'.
1098
121c73f3
JK
10992012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1100 Eli Zaretskii <eliz@gnu.org>
1101
1102 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
1103 encoding for gdbarch_breakpoint_from_pc, bp_addr for
1104 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
1105
e9687799
JK
11062012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1107
1108 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
1109
3b5e4d35
YPK
11102012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
1111
1112 Document how to return from "python-interactive" to GDB.
1113 * gdb.texinfo (Python Commands): Update documentation.
1114
11152012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
1116
1117 Add a new "python-interactive" command that starts a standard
1118 Python interactive prompt with "pi" as alias, and add "py" as
1119 an alias to "python".
1120 * gdb.texinfo (Python Commands): Document the new commands.
1121
b583003e
TT
11222012-08-22 Tom Tromey <tromey@redhat.com>
1123
1124 * gdbint.texinfo (Host Definition): Remove documentation for
1125 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
1126
a451cb65
KS
11272012-08-17 Keith Seitz <keiths@redhat.com>
1128
1129 PR c++/13356
1130 * gdb.texinfo (Type and Range Checking): Remove warning.
1131 Remove spurious commas.
1132 Update text and examples for re-implementation of set/show
1133 check type.
1134 (C and C++ Type and Range Checks): Likewise.
1135
6b1755ce
YQ
11362012-08-16 Yao Qi <yao@codesourcery.com>
1137
1138 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
1139 is deprecated.
1140
f47f77df
DE
11412012-08-13 Doug Evans <dje@google.com>
1142
1143 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
1144 to include functions.
1145
a72c3253
DE
11462012-08-10 Doug Evans <dje@google.com>
1147
1148 * gdb.texinfo (Convenience Funs): New node.
1149 (Types In Python): Document Type.vector.
1150
5b9afe8a
YQ
11512012-08-09 Yao Qi <yao@codesourcery.com>
1152
1153 * observer.texi: New observer command_param_changed.
1154 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
1155
dc1039df
JK
11562012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1157
1158 * gdbint.texinfo (Debugging GDB): In section
1159 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
1160 Mention also gdb-gdb.py.
1161
4abf930d
YQ
11622012-08-07 Yao Qi <yao@codesourcery.com>
1163
1164 Revert the folloing patch:
1165 2012-08-06 Yao Qi <yao@codesourcery.com>
1166 * gdb.texinfo (Remote Configuration): Add kindex for 'set
1167 remote hardware-watchpoint-limit' and 'set
1168 remote hardware-breakpoint-limit'.
1169
f3c8a52a
JK
11702012-08-06 Nathaniel Flath <flat0103@gmail.com>
1171
1172 * gdb.texinfo (Working Directory): Added information about new
1173 default argument for 'cd' command.
1174
77a91025
YQ
11752012-08-06 Yao Qi <yao@codesourcery.com>
1176
1177 * gdb.texinfo (Remote Configuration): Add kindex for 'set
1178 remote hardware-watchpoint-limit' and 'set
1179 remote hardware-breakpoint-limit'.
1180
d9f08f52
YQ
11812012-08-06 Yao Qi <yao@codesourcery.com>
1182
1183 Fix PR14371.
1184
1185 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
1186 '=breakpoint-deleted'.
1187
95b07c96
YQ
11882012-08-02 Yao Qi <yao@codesourcery.com>
1189
1190 * gdb.texinfo (Native): Remove node Neutrino.
1191
7255706c
YQ
11922012-07-27 Yao Qi <yao@codesourcery.com>
1193
1194 * gdb.texinfo (IPA Protocol Commands): Document new command
1195 'close'.
1196
d6b28940
TT
11972012-07-25 Tom Tromey <tromey@redhat.com>
1198
1199 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
1200
e615022a
DE
12012012-07-20 Doug Evans <dje@google.com>
1202
1203 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
1204 (Index Files): Document how to control the use of deprecated index
1205 sections.
1206 (Index Section Format): Replace --use-deprecated-index-sections with
1207 "set use-deprecated-index-sections on".
1208
055855a4
EZ
12092012-07-12 Eli Zaretskii <eliz@gnu.org>
1210
1211 * gdbint.texinfo: Remove @syncodeindex directives that put all the
1212 indices into a single node "Index". Instead, join function and
1213 variable indices into a single index, separate from the concept
1214 index. Requested in
1215 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
1216 (Top): Update the top-level menu: instead of one "Index" there are
1217 now separate entries "Concept Index" and "Function and Variable
1218 Index".
1219 (Concept Index, Function and Variable Index): New nodes.
1220 (Index): Node deleted.
1221
f77cc5f0
HZ
12222012-07-05 Hui Zhu <hui_zhu@mentor.com>
1223
1224 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
1225 and "maint agent-eval".
1226
00595b5e
EZ
12272012-07-03 Eli Zaretskii <eliz@gnu.org>
1228
1229 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
1230 avoid file-name clashes between Index.html and index.html on
1231 case-insensitive filesystems. See the discussion starting in
1232 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
1233 details of the problem.
1234 (Top): Update the master menu for the above.
1235 (Concept Index, Command and Variable Index): New nodes, instead of
1236 the old "Index" node that was deleted. All cross-references
1237 updated.
1238
d3ce09f5
SS
12392012-07-02 Stan Shebs <stan@codesourcery.com>
1240
1241 * gdb.texinfo (Dynamic Printf): Mention agent style and
1242 disconnected dprintf.
1243 (Maintenance Commands): Describe maint agent-printf.
1244 (General Query Packets): Mention BreakpointCommands feature.
1245 (Packets): Document commands extension to Z0 packet.
1246 * agentexpr.texi (Bytecode Descriptions): Document printf
1247 bytecode.
1248
2d7b58e8
JK
12492012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1250
1251 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
1252 only after gdbinit files.
1253 (Startup): Move -iex and -iex commands down after gdbinit files.
1254
202cbf1c
JK
12552012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1256
1257 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
1258 possibility.
1259
b6ba681c
TT
12602012-06-29 Tom Tromey <tromey@redhat.com>
1261
1262 * gdb.texinfo (Index Section Format): Update for version 7.
1263
71caed83
SS
12642012-06-28 Stan Shebs <stan@codesourcery.com>
1265
1266 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
1267 example, add note about title column.
1268
ee0bf529
SCR
12692012-06-26 Siva Chandra Reddy <sivachandra@google.com>
1270
1271 * gdb.texinfo (Symbol Tables In Python): Add description about
1272 the new 'last' attribute of gdb.Symtab_and line.
1273
3c15d565
SCR
12742012-06-26 Siva Chandra Reddy <sivachandra@google.com>
1275
1276 * gdb.texinfo (Symbol Tables In Python): Correct the description
1277 of the 'pc' attribute of gdb.Symtab_and_line.
1278
45cfd468
DE
12792012-06-26 Doug Evans <dje@google.com>
1280
1281 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
1282 and symtab-create.
1283
496ee73e
KS
12842012-06-25 Keith Seitz <keiths@redhat.com>
1285
1286 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
1287 from example. Remove "rbreak" from list of corresponding
1288 gdb commands.
1289
156942c7
DE
12902012-06-23 Doug Evans <dje@google.com>
1291
1292 * gdb.texinfo (Index Section Format): Document version 7 format.
1293
c614397c
YQ
12942012-06-22 Yao Qi <yao@codesourcery.com>
1295
1296 * gdb.texinfo: Add missing cindex for some packets.
1297
472a2379
KS
12982012-06-20 Keith Seitz <keiths@redhat.com>
1299
1300 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
1301 for -break-insert and document -p.
1302
2678e2af
YQ
13032012-06-20 Yao Qi <yao@codesourcery.com>
1304
1305 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
1306 and "gdb.write_memory" with "Inferior.read_memory" and
1307 "Inferior.write_memory".
1308
984359d2
EZ
13092012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
1310
1311 * gdb.texinfo (Summary): Add a link to "Free Documentation".
1312 (Free Documentation): Add @node line.
1313 (Continuing and Stepping) <advance location>: Use @item instead of
1314 @itemx.
1315 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
1316 @itemx.
1317 (Embedded Processors): Put the link to "PA" to its correct place,
1318 according to document structure.
1319 (Python API): Put the link to "Lazy Strings In Python" to its
1320 correct place.
1321 (Index): Use @@ in @tex block to get a literal @.
1322
1323 * gdbint.texinfo: Fix the @subtitle line.
1324
1325 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
1326 correct place.
1327
16bdd41f
YQ
13282012-06-08 Yao Qi <yao@codesourcery.com>
1329
1330 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
1331 Protocol'.
1332 (In-Process Agent Protocol, IPA Protocol Objects)
1333 (IPA Protocol Commands): New nodes.
1334 (Tracepoint Packets): Add anchors.
1335
2d4c29c5
TS
13362012-06-06 Thomas Schwinge <thomas@codesourcery.com>
1337
1338 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
1339
6bd110c5
YQ
13402012-06-06 Yao Qi <yao@codesourcery.com>
1341
1342 * gdb.texinfo: Update copyright year.
1343
f3e0e960
SS
13442012-05-23 Stan Shebs <stan@codesourcery.com>
1345 Kwok Cheung Yeung <kcy@codesourcery.com>
1346
1347 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
1348
1564a261
JK
13492012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1350
1351 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
1352 Mention also --with-separate-debug-dir.
1353 (Auto-loading): Prepend $debugdir in the sample output.
1354 (Auto-loading safe path): Likewise. Mention also $debugdir for the
1355 auto-load safe-path variable.
1356 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
1357 Mention also $debugdir for 'set auto-load scripts-directory'.
1358
eb17f351
EZ
13592012-05-19 Eli Zaretskii <eliz@gnu.org>
1360
1361 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
1362 (MIPS Embedded, MIPS, MIPS Register packet Format)
1363 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
1364 appropriate.
1365
4cc0665f
MR
13662012-05-18 Sandra Loosemore <sandra@codesourcery.com>
1367 Maciej W. Rozycki <macro@codesourcery.com>
1368
1369 * gdb.texinfo (MIPS): Document "set mips compression" and "show
1370 mips compression".
1371 (MIPS Breakpoint Kinds): New subsubsection.
1372
7af8dcf8 13732012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
1374
1375 * gdb.texinfo (Architecture-Specific Protocol Details): Define
1376 nodes for subsections. Add @acronym mark-ups and adjust
1377 formatting.
1378
aff139ff
JK
13792012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1380
1381 Rename $ddir to $datadir.
1382 * gdb.texinfo (Auto-loading, Auto-loading safe path)
1383 (objfile-gdb.py file): Rename $ddir to $datadir.
1384
9cb709b6
TT
13852012-05-18 Tom Tromey <tromey@redhat.com>
1386
1387 * gdb.texinfo (Print Settings): Document 'set print symbol'.
1388
e7e0cddf
SS
13892012-05-14 Stan Shebs <stan@codesourcery.com>
1390
1391 * gdb.texinfo (Dynamic Printf): New subsection.
1392
7efc75aa
SCR
13932012-05-13 Siva Chandra Reddy <sivachandra@google.com>
1394
1395 * gdb.texinfo (Basic Python): Add description about the function
1396 gdb.find_pc_line
1397
f307c045
JK
13982012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1399 Eli Zaretskii <eliz@gnu.org>
1400
1401 * gdb.texinfo (Separate Debug Files): Use plural form for global
1402 debugging information directory.
1403
85d4a676
SS
14042012-05-11 Stan Shebs <stan@codesourcery.com>
1405 Kwok Cheung Yeung <kcy@codesourcery.com>
1406
1407 * gdb.texinfo (Operating System Auxiliary Information): Document new
1408 'info os' subcommands.
1409
c1668e4e
JK
14102012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1411
1412 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
1413 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
1414 (dotdebug_gdb_scripts section): Add reference
1415 to 'Auto-loading safe path'.
1416
7349ff92
JK
14172012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1418
1419 Implement multi-component --with-auto-load-dir.
1420 * gdb.texinfo (Auto-loading): New references
1421 for 'set auto-load scripts-directory'
1422 and 'show auto-load scripts-directory'.
1423 (Auto-loading safe path): Describe the new default. Move $ddir
1424 substituation reference to 'objfile-gdb.py file'.
1425 (objfile-gdb.py file): Describe script-name alias. Change real-name to
1426 script-name. Describe new 'set auto-load scripts-directory'
1427 and 'show auto-load scripts-directory'.
1428
6dea1fbd
JK
14292012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1430
1431 Provide $ddir substitution for --with-auto-load-safe-path.
1432 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
1433 (Auto-loading safe path): Likewise. Mention the default value,
1434 $ddir substitution, --with-auto-load-safe-path and
1435 --without-auto-load-safe-path.
1436 * observer.texi (gdb_datadir_changed): New.
1437
1ccacbcd
JK
14382012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1439
1440 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
1441 Twice.
1442
d9242c17
JK
1443 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
1444 directory separator by path separator.
1445
af2c1515
JK
14462012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1447
1448 * gdb.texinfo (Auto-loading safe path): Make 'directories'
1449 for 'set auto-load safe-path' optional. Mention if it is omitted.
1450 Change disabling security protection condition to "/", twice.
1451
a20ee7a4
SCR
14522012-05-03 Siva Chandra Reddy <sivachandra@google.com>
1453
1454 * gdb.texinfo (Symbol Tables In Python): Add documentation about
1455 the new methods global_block and static_block on gdb.Symtab
1456 objects.
1457
56af09aa
SCR
14582012-05-02 Siva Chandra Reddy <sivachandra@google.com>
1459
1460 * gdb.texinfo (Blocks In Python): Add a note saying that future
1461 improvements to GDB and its infrastructure can move symbols
1462 across blocks within a symbol table.
1463
2746b0ef
YQ
14642012-04-29 Yao Qi <yao@codesourcery.com>
1465
1466 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
1467 (A29K): Remove.
1468
62e5f89c
SDJ
14692012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
1470 Tom Tromey <tromey@redhat.com>
1471
1472 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
1473 and generic static probe support on GDB.
1474
a766d390
DE
14752012-04-25 Doug Evans <dje@google.com>
1476
50f042b9
DE
1477 * gdb.texinfo (Go): Fix thinko.
1478
a766d390
DE
1479 * gdb.texinfo (Supported Languages): Add Go.
1480 (Go): New node.
1481
f02e2b19
YQ
14822012-04-25 Yao Qi <yao@codesourcery.com>
1483
1484 * gdbint.texinfo (Testsuite): New section `Board settings'.
1485
68d41a48
JK
14862012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1487
1488 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
1489 Three times.
1490
174bb630
JK
1491 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
1492 Three times.
1493
0511cc75
JK
14942012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1495
1496 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
1497 by @table @asis. Fix formatting of one item.
1498
0070f25a
JK
14992012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1500
1501 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
1502
4dc84fd1
JK
15032012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1504
1505 New option "set debug auto-load".
1506 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
1507 (auto-load verbose mode): New node.
1508
bccbefd2
JK
15092012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1510
1511 New option "set auto-load safe-path".
1512 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
1513 and "info auto-load" examples for safe-path. Put there also references
1514 for "set auto-load safe-path" and "show auto-load safe-path".
1515 New menu item for Auto-loading safe path.
1516 (Auto-loading safe path): New node.
1517 (Python Auto-loading): Update the expected output from "Missing"
1518 to "No".
1519
bf88dd68
JK
15202012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1521
1522 auto-load: Implementation.
1523 * gdb.texinfo (Mode Options): New anchor for -nx.
1524 (Startup): New anchors for Option -init-eval-command,
1525 Home Directory Init File
1526 and Init File in the Current Directory during Startup.
1527 Mention set auto-load local-gdbinit with a reference.
1528 Change the sample code to "set auto-load python-scripts".
1529 (Threads): New anchor set libthread-db-search-path.
1530 Provide references to libthread_db.so.1 file.
1531 (Controlling GDB): New menu item for Auto-loading.
1532 (Auto-loading, Init File in the Current Directory)
1533 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
1534 (Python): Rename the menu item Auto-loading to Python Auto-loading.
1535 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
1536 reference.
1537 (Auto-loading): Rename to ...
1538 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
1539 "set auto-load python-scripts", new anchor for it. Change
1540 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
1541 for it. Change "info auto-load-scripts"
1542 to "info auto-load python-scripts", new anchor for it. Change "scripts"
1543 to "Python scripts".
1544
8264ba82
AG
15452012-04-14 Anton Gorenkov <xgsa@yandex.ru>
1546
1547 PR mi/13393
1548 * gdb.texinfo (Print Settings): Extend the description for "set print
1549 object".
1550 (GDB/MI Variable Objects): Extend the description for -var-create and
1551 -var-list-children.
1552
06fc020f
SCR
15532012-04-11 Siva Chandra Reddy <sivachandra@google.com>
1554
1555 * gdb.texinfo (Examining Data): Document the 'explore' command.
1556
7191c139
JB
15572012-03-28 Joel Brobecker <brobecker@adacore.com>
1558
1559 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
1560 to the children of a varobj and its update range when -var-update
1561 returns that the varobj's type changed.
1562
3708f05e
JK
15632012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1564
1565 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
1566 Create two new links fir 'objfile-gdb.py file'
1567 and 'dotdebug_gdb_scripts section'.
1568
8e0583c8
JK
15692012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1570
1571 * gdb.texinfo (Auto-loading): Rename node reference
1572 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
1573 Twice.
1574 (.debug_gdb_scripts section): Rename the node ...
1575 (dotdebug_gdb_scripts section): ... here.
1576 (Maintenance Commands): Also rename this node reference.
1577
7b282c5a
SCR
15782012-03-22 Siva Chandra Reddy <sivachandra@google.com>
1579
1580 * gdb.texinfo (Python API/Values From Inferior): Add description
1581 about the new method Value.referenced_value. Add description on
1582 how Value.dereference is different (and similar) to
1583 Value.referenced_value.
1584
8320cc4f
JK
15852012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1586
1587 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
1588 --init-eval-command=COMMAND, -iex.
1589 (Startup): Describe -iex and -ix. Simplify the example
1590 for "set auto-load-scripts off".
1591
481860b3
GB
15922012-03-16 Gary Benson <gbenson@redhat.com>
1593
1594 PR breakpoints/10738
1595 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
1596 stating that GDB cannot set breakpoints on inlined functions.
1597 (Mode Options): Document --use-deprecated-index-sections.
1598 (Index Section Format): Document new index section version format.
1599
c4aeac85
TT
16002012-03-15 Tom Tromey <tromey@redhat.com>
1601
1602 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
1603
16899756
DE
16042012-03-13 Doug Evans <dje@google.com>
1605
1606 * gdb.texinfo (Help): Change apropos example to use "alias" instead
1607 of "reload".
1608 (Symbols): Delete docs for set/show symbol-reloading.
1609 * gdbint.texinfo (Defining Other Architecture Features): Delete
1610 SYMBOL_RELOADING_DEFAULT.
1611 * refcard.tex: Delete reference to symbol-reloading.
1612
9b224c5e
PA
16132012-03-07 Pedro Alves <palves@redhat.com>
1614
1615 * gdb.texinfo (General Query Packets): Document new
1616 QProgramSignals packet.
1617 * gdb.texinfo (Remote configuration): Mention
1618 "program-signals-packet".
1619
169081d0
TG
16202012-03-05 Tristan Gingold <gingold@adacore.com>
1621
1622 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
1623
d1feda86
YQ
16242012-03-03 Yao Qi <yao@codesourcery.com>
1625
1626 * gdb.texinfo (In-Process Agent): New node.
1627 Document new commands.
1628 (General Query Packets): Add packet `QAgent'.
1629
1faeff08
MR
16302012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
1631
1632 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
1633
7d74f244
DE
16342012-03-01 Scott J. Goldman <scottjg@vmware.com>
1635
1636 * gdb.texinfo (Commands In Python): Put example python macro in
1637 COMMAND_USER category rather than COMMAND_OBSCURE.
1638 Document gdb.COMMAND_USER.
1639 (User-defined Commands): Update documentation to clarify
1640 "set/show max-user-call-depth" and "show user" don't apply to python
1641 commands. Update documentation to clarify "help user-defined" may
1642 also include python commands defined as COMMAND_USER.
1643
6fe37d23
JK
16442012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1645
1646 * gdb.texinfo (Startup): Add option -ex description to the option -x
1647 description.
1648
83364271
LM
16492012-02-24 Luis Machado <lgustavo@codesourcery.com>
1650
1651 * gdb.texinfo (Setting Breakpoints): Mention and explain the
1652 condition-evaluation breakpoint parameter.
1653 Mention condition-evaluation mode being shown in "info break".
1654 (Break Conditions): Add description for target-side
1655 conditional breakpoints.
1656 (Remote Configuration): Mention conditional-breakpoints-packet.
1657 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
1658 cond-expr.
1659 (General Query Packets): Mention new ConditionalBreakpoint feature.
1660
bdb1994d
TT
16612012-02-22 Tom Tromey <tromey@redhat.com>
1662
1663 * gdb.texinfo (Blocks In Python): Clarify block iteration.
1664
4d241c86
TT
16652012-02-17 Tom Tromey <tromey@redhat.com>
1666
1667 PR python/10753:
1668 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
1669 directory.
1670
816338b5
SS
16712012-02-14 Stan Shebs <stan@codesourcery.com>
1672
1673 * gdb.texinfo (Disabling Breakpoints): Document enable count.
1674
cc30c4bd
PA
16752012-02-13 Pedro Alves <palves@redhat.com>
1676
1677 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
1678 mips-idt-ecoff.
1679
035d1e5b
YQ
16802012-02-09 Yao Qi <yao@codesourcery.com>
1681
1682 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
1683
f0823d2c
TT
16842012-02-07 Tom Tromey <tromey@redhat.com>
1685
1686 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
1687 Symbol.value.
1688
64e7d9dd
TT
16892012-02-07 Tom Tromey <tromey@redhat.com>
1690
1691 * gdb.texinfo (Symbols In Python): Document Symbol.line.
1692
4220b2f8
TS
16932012-01-27 Thomas Schwinge <thomas@codesourcery.com>
1694
1695 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
1696
edcc5120
TT
16972012-01-24 Tom Tromey <tromey@redhat.com>
1698
1699 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
1700 unload".
1701 (Files): Mention new catch commands.
1702 (GDB/MI Async Records): Likewise.
1703
53fe1783
GB
17042012-01-24 Gary Benson <gbenson@redhat.com>
1705
1706 Delete #if 0'd out code.
1707 * gdb.texinfo (Frame Info): Remove "info catch".
1708
b9e7b9c3
UW
17092012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1710
1711 * gdb.texinfo (Remote Configuration): Document
1712 "set remote hostio-readlink-packet" command.
1713 (General Query Packets): Document vFile:readlink packet.
1714
4aac40c8
TT
17152012-01-16 Tom Tromey <tromey@redhat.com>
1716
1717 * gdb.texinfo (Specify Location): Document relative file name
1718 handling.
1719
cafec441
TT
17202012-01-16 Tom Tromey <tromey@redhat.com>
1721
1722 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
1723
0ee339bc
JK
17242012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1725 Eli Zaretskii <eliz@gnu.org>
1726
1727 * gdbint.texinfo (Coding Standards): Require braces for two lines of
1728 code.
1729
72384ba3
PH
17302012-01-11 Paul Hilfinger <hilfingr@adacore.com>
1731
1732 * gdb.texinfo (Variables): Document use of :: for non-static
1733 variables.
1734
ce1b17c4
JB
17352012-01-05 Joel Brobecker <brobecker@adacore.com>
1736
1737 * gdbint.texinfo (Start of New Year Procedure): Update
1738 to replace use of copyright.sh by use of copyright.py.
1739
217bff3e
JK
17402012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1741
1742 Remove the gdbtui binary.
1743 * all-cfg.texi (GDBTUI): Remove.
1744 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
1745 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
1746 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
1747
cc72b2a2
KP
17482011-12-23 Kevin Pouget <kevin.pouget@st.com>
1749
1750 Introduce gdb.FinishBreakpoint in Python.
1751 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
1752 (Python API): Add menu entry for Finish Breakpoints.
1753
13ac8d2c
JK
17542011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1755
1756 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
1757 tests.
1758
e0f9f062
DE
17592011-12-16 Doug Evans <dje@google.com>
1760
1761 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
1762
80b6e756
PM
17632011-12-16 Phil Muldoon <pmuldoon@redhat.com>
1764
1c3ad6ab 1765 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
1766 stack". Add documentation for "set/show python print-stack".
1767
2fb860fc
PA
17682011-12-14 Pedro Alves <pedro@codesourcery.com>
1769
1770 * gdb.texinfo (Implementing a Remote Stub): Explain that you
1771 should transfer control to the stub in the startup code instead of
1772 in main. Mention the need to get past the initial breakpoint.
1773
f8eba3c6
TT
17742011-12-06 Tom Tromey <tromey@redhat.com>
1775
1776 * gdb.texinfo (Set Breaks): Update for new behavior.
1777
2268b414
JK
17782011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1779
1780 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
1781 List Format for SVR4 Targets'.
1782 (General Query Packets): New item qXfer:libraries-svr4:read.
1783 (Library List Format for SVR4 Targets): New node.
1784
ae6f0d5b
TT
17852011-12-01 Tom Tromey <tromey@redhat.com>
1786
1787 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
1788 add.
1789
36dfb11c
TT
17902011-11-22 Tom Tromey <tromey@redhat.com>
1791
1792 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
1793 reasons.
1794
f196051f
SS
17952011-11-20 Stan Shebs <stan@codesourcery.com>
1796
1797 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1798 note-related options and variables.
1799 (Tracepoint Packets): Document packet changes.
1800
f85b53f8
SD
18012011-11-20 Sanjoy Das <sdas@igalia.com>
1802
1803 * gdb.texinfo (JIT Interface): Add documentation on writing and
1804 usind JIT debug info readers.
1805 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
1806 Debug Info Readers): New nodes.
1807
bfccc43c
YQ
18082011-11-18 Yao Qi <yao@codesourcery.com>
1809
1810 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
1811 tracepoint.
1812
c011a4f4
DE
18132011-11-15 Doug Evans <dje@google.com>
1814
1815 * gdb.texinfo (Files): Document basenames-may-differ.
1816
ed59ded5
DE
18172011-11-14 Doug Evans <dje@google.com>
1818
1819 * gdb.texinfo (Shell Commands): Document "!".
1820
405f8e94
SS
18212011-11-14 Stan Shebs <stan@codesourcery.com>
1822 Kwok Cheung Yeung <kcy@codesourcery.com>
1823
1824 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
1825 needed to get shorter fast tracepoints.
1826 (Tracepoint Packets): Document new qTMinFTPILen packet.
1827
1e4d1764
YQ
18282011-11-14 Yao Qi <yao@codesourcery.com>
1829
1830 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
1831 behavior of tracepoint.
1832 (General Query Packets): New feature InstallInTrace.
1833 (Remote Configuration): Document "set remote
1834 install-in-trace-packet".
1835
71eba9c2 18362011-11-12 Matt Rice <ratmice@gmail.com>
1837
1838 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
1839 Add arguments to info macro.
1840
e0f8f636
TT
18412011-11-10 Tom Tromey <tromey@redhat.com>
1842
1843 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
1844 manual.
1845 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
1846 (Macros): Add a footnote.
1847 (C): Remove paragraph about compiler options.
1848 (C Constants): Mention wide character and string constants.
1849 (C Plus Plus Expressions): Update compiler option advice. Mention
1850 using declarations. Mention ADL. Remove old HP compiler
1851 information.
1852
625c0d47
TT
18532011-11-10 Tom Tromey <tromey@redhat.com>
1854
1855 PR c++/9257:
1856 * gdb.texinfo (Print Settings): Add an extra note about the need
1857 for a vtable.
1858
4be2aacc
MR
18592011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
1860
1861 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
1862 "set mips abi" documentation.
1863
0a1c4d10
DE
18642011-11-04 Doug Evans <dje@google.com>
1865
1866 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
1867
aad1c02c
TT
18682011-11-03 Tom Tromey <tromey@redhat.com>
1869
1870 * gdb.texinfo (Stopping): Add menu entry.
1871 (Continuing and Stepping): Restore @node. Use @section, not
1872 @subsection.
1873
983fb131
MR
18742011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
1875
1876 * gdb.texinfo (Skipping Over Functions and Files): Remove node
1877 designation. Fix "Specify Location" cross-reference.
1878
3065dfb6
SS
18792011-11-02 Stan Shebs <stan@codesourcery.com>
1880
1881 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
1882 (General Query Packets): Describe tracenz feature.
1883 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
1884
0aaaf063
PK
18852011-10-28 Paul Koning <paul_koning@dell.com>
1886
1887 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
1888
2231f1fb
KP
18892011-10-27 Kevin Pouget <kevin.pouget@st.com>
1890
1891 * gdb.texinfo ((Frames In Python): Document
1892 gdb.FRAME_UNWIND_FIRST_ERROR contant.
1893
5110b5df
PK
18942011-10-26 Paul Koning <paul_koning@dell.com>
1895
1896 * gdb.texinfo (gdb.types): Document new deepitems function.
1897
22dbab46
PK
18982011-10-25 Paul Koning <paul_koning@dell.com>
1899
1900 PR python/13327
1901
1902 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
1903 fetch_lazy method.
1904
9df2fbc4
PM
19052011-10-20 Phil Muldoon <pmuldoon@redhat.com>
1906
1907 PR python/12656
1908
1909 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
1910 global_block, static_block function.
1911
f05e2e1d
TT
19122011-10-19 Tom Tromey <tromey@redhat.com>
1913
1914 * gdb.texinfo (Commands In Python): Add missing "@"s.
1915
a7fc3f37
KP
19162011-10-13 Kevin Pouget <kevin.pouget@st.com>
1917
1918 PR python/13285 Document named constants for frame unwind stop reasons
1919 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
1920 constants.
1921
5048e516
JK
19222011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1923
1924 Fix compatibility with texinfo versions older than 4.12.
1925 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
1926 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
1927 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
1928 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
1929 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
1930 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
1931 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
1932
5a56e9c5
DE
19332011-10-09 Doug Evans <dje@google.com>
1934
1935 * gdb.texinfo (Extending GDB): Document alias command.
1936
36b11add
JK
19372011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1938
1939 Support @entry in input expressions.
1940 * gdb.texinfo (Variables): Describe @entry names suffix.
1941 (Print Settings): Add anchor for `set print entry-values'.
1942
e18b2753
JK
19432011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1944 Eli Zaretskii <eliz@gnu.org>
1945
1946 Display @entry parameter values (without references).
1947 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
1948 example.
1949 (Print Settings): New description of set print entry-values and show
1950 print entry-values.
1951
111c6489
JK
19522011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1953 Eli Zaretskii <eliz@gnu.org>
1954
1955 Recognize virtual tail call frames.
1956 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
1957 (Tail Call Frames): New node.
1958 (Frames In Python): Add gdb.TAILCALL_FRAME.
1959
9c15afc4
DE
19602011-10-07 Doug Evans <dje@google.com>
1961
1962 * gdb.texinfo (gdb.printing): Document new `replace' arg to
1963 register_pretty_printer.
1964
99f5279d
PM
19652011-10-07 Phil Muldoon <pmuldoon@redhat.com>
1966
1967 PR python/12930
1968 PR python/12802
1969
1970 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
1971 stop method.
1972
03583c20
UW
19732011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
1974
1975 * gdb.texinfo (Starting your Program): "set disable-randomization"
1976 is no longer Linux-specific.
1977 (Remote Configuration): Document "set remote
1978 disable-randomization-packet".
1979 (General Query Packets): Document "QDisableRandomization" packet
1980 and add it to "qSupported" list.
1981
bd054e06
KP
19822011-10-07 Kevin Pouget <kevin.pouget@st.com>
1983
1984 Allow Python notification of new object-file loadings.
1985 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
1986 event type.
1987
cb6be26b
KP
19882011-10-04 Kevin Pouget <kevin.pouget@st.com>
1989
1990 PR python/12691: Add the inferior to Python exited event
1991 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
1992
a05336a1
JB
19932011-10-03 Joel Brobecker <brobecker@adacore.com>
1994
1995 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
1996 rephasing.
1997
5d77fe44
JB
19982011-10-03 Joel Brobecker <brobecker@adacore.com>
1999
2000 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
2001 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
2002 as possible feature returned by the `-list-features'
2003 command.
2004
699df94d
PK
20052011-09-28 Paul Koning <paul_koning@dell.com>
2006
2007 * gdb.texinfo (gdb.Type): Document field access by dictionary
2008 key syntax.
2009
24bdad53
YQ
20102011-09-28 Yao Qi <yao@codesourcery.com>
2011
2012 * gdb.texinfo (Files): Update options for `add-symbol-file'.
2013 Add one space after option `-s'. Remove @r{} markup.
2014
6710bf39
SS
20152011-09-27 Stan Shebs <stan@codesourcery.com>
2016
2017 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
2018
d99f7e48
HZ
20192011-09-16 Hui Zhu <teawater@gmail.com>
2020
2021 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
2022 to *(unsigned char *)$esp@300.
2023
d812018b
PK
20242011-09-15 Paul Koning <paul_koning@dell.com>
2025
2026 * gdb.texinfo: Make style of Python functions and methods match
2027 the syntax of Python. Also put class and module names explicitly
2028 on function, member, and variable names, matching Python
2029 documentation conventions.
2030
2aa48337
KP
20312011-09-15 Kevin Pouget <kevin.pouget@st.com>
2032
2033 PR Python/12692 Add gdb.selected_inferior() to Python interface.
2034 * gdb.texinfo (Inferiors In Python): Describe new
2035 gdb.selected_inferior() function.
2036
6839b47f
KP
20372011-09-15 Kevin Pouget <kevin.pouget@st.com>
2038
2039 Handle multiple breakpoint hits in Python interface:
2040 * gdb.texinfo (Events In Python): New function documentation:
2041 gdb.BreakpointEvent.breakpoints. Indicate that
2042 gdb.BreakpointEvent.breakpoint is now deprecated.
2043
26829f2b
JB
20442011-09-04 Joel Brobecker <brobecker@adacore.com>
2045
2046 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
2047
a9f54f60
TT
20482011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
2049
2050 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
2051
fa3a4f15
PM
20522011-08-17 Phil Muldoon <pmuldoon@redhat.com>
2053
2054 * gdb.texinfo (Prompt): Add set/show extended-prompt
2055 documentation
2056 (Basic Python): Add prompt_hook anchor.
2057 (Python modules): Reword module text to reflect multiple modules.
2058 (gdb.prompt): Document gdb.prompt module.
2059
224bbe49
YQ
20602011-08-14 Yao Qi <yao@codesourcery.com>
2061
78d85199
YQ
2062 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
2063
20642011-08-14 Yao Qi <yao@codesourcery.com>
2065
2066 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
2067 (TIC6x Features): New node.
2068
457e09f0
DE
20692011-08-12 Doug Evans <dje@google.com>
2070
2071 * gdb.texinfo (Symbols In Python): Document symbol.type.
2072
5e239b84
PM
20732011-08-09 Phil Muldoon <pmuldoon@redhat.com>
2074
2075 * gdb.texinfo (Python): Document command and function
2076 auto-loading.
2077
177bc839
JK
20782011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2079 Eli Zaretskii <eliz@gnu.org>
2080
2081 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
2082 typedefs unrolling. Extend the sample code by an inner typedef and
2083 outer typedefs unrolling.
2084
1a532630
PP
20852011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
2086
2087 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
2088 size and line-size.
2089
9b158ba0 20902011-07-21 Matt Rice <ratmice@gmail.com>
2091
2092 PR macros/12999
2093 * gdb.texinfo (Macros): Add info definitions and info macros commands.
2094 Update text and cindex entries for info macro command.
2095
d17b6f81
PM
20962011-07-21 Phil Muldoon <pmuldoon@redhat.com>
2097
2098 * observer.texi (GDB Observers): Add before_prompt observer.
2099 * gdb.texinfo (Basic Python): Add documentation for prompt
2100 substitution.
2101
713389e0
PM
21022011-07-11 Phil Muldoon <pmuldoon@redhat.com>
2103
2104 PR python/12438
2105 * gdb.texinfo (Python Commands): Add deprecate note to maint
2106 set/show python print-stack. Document set/show python
2107 print-backtrace.
2108
177b42fe
TJB
21092011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
2110
2111 * gdb.texinfo: Fix typos.
2112
900e11f9
JK
21132011-07-01 Tom Tromey <tromey@redhat.com>
2114
2115 * gdb.texinfo (Debugging Output): Document set debug
2116 check-physname.
2117
39c4d40a
TT
21182011-06-29 Tom Tromey <tromey@redhat.com>
2119
2120 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2121 breakpoint-notifications feature.
2122
6f5def7d
UW
21232011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
2124
2125 * gdb.texinfo (Target Description): Remove warning about
2126 possibly unstable format.
2127
8cf64490
TT
21282011-06-03 Tom Tromey <tromey@redhat.com>
2129
2130 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
2131 (Events In Python): Note that exit_code is optional.
2132
393eab54
PA
21332011-05-17 Pedro Alves <pedro@codesourcery.com>
2134
2135 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
2136 required for multi-threading support.
2137 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
2138 Hc are deprecated for multi-threading debugging. Point readers at
2139 the vCont packet.
2140
75fc9810
DE
21412011-05-15 Doug Evans <dje@google.com>
2142
2143 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
2144
01124a23
DE
21452011-05-13 Doug Evans <dje@google.com>
2146
98a5dd13
DE
2147 * gdb.texinfo (Threads): Document $sdir,$pdir.
2148 (Server): Document $pdir exception.
2149
dbaefcf7
DE
2150 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
2151
cc63ef9b
DE
2152 * gdb.texinfo (Threads): Clarify default value for
2153 libthread-db-search-path.
7e0396aa 2154
01124a23
DE
2155 * gdb.texinfo (Completion): Update example.
2156 (Debugging Output): Delete `set/show debug lin-lwp-async'.
2157
d248b706
KY
21582011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
2159
2160 * gdb.texinfo: Document change in the behaviour of the enable and
2161 disable GDB commands when applied to tracepoints.
2162 Document the EnableDisableTracepoints remote stub feature.
2163 Document QTEnable and QTDisable in the list of tracepoint packets.
2164
cc88a640
JK
21652011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2166
2167 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
2168 hsuser.texi.
2169 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
2170 comment to hsuser.texi. Change rluser.texi name in the comment.
2171
84e578fb
DE
21722011-05-10 Doug Evans <dje@google.com>
2173
2174 * gdb.texinfo (Threads): If an empty path is provided for
2175 libthread-db-search-path it is reset to its default value.
2176 (Server): Ditto.
2177
478aac75
DE
21782011-05-09 Doug Evans <dje@google.com>
2179
2180 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
2181
9c06b0b4
TJB
21822011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2183 Thiago Jung Bauermann <bauerman@br.ibm.com>
2184
2185 Implement support for PowerPC BookE masked watchpoints.
2186 * gdb.texinfo (Set Watchpoints): Document mask parameter.
2187 (PowerPC Embedded): Mention support of masked watchpoints.
2188
9ed350ad
JB
21892011-05-03 Joel Brobecker <brobecker@adacore.com>
2190
2191 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
2192 `@value{GDBN}'.
2193
4ceed123
JB
21942011-05-03 Joel Brobecker <brobecker@adacore.com>
2195
2196 * gdb.texinfo (titlepage): Remove dedication.
2197 (In Memoriam): New appendix.
2198
559a7a62
JK
21992011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2200 Eli Zaretskii <eliz@gnu.org>
2201
2202 * gdb.texinfo (Index Section Format): Change the version to 5.
2203 Describe the different formula.
2204
03f2bd59
JK
22052011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2206 Eli Zaretskii <eliz@gnu.org>
2207
2208 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
2209 for disconnected tracing.
2210 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
2211 extended-remote relationship. Mention --once.
2212 (TCP port allocation lifecycle of @code{gdbserver}): New.
2213
d9b1a651
EZ
22142011-04-23 Eli Zaretskii <eliz@gnu.org>
2215
2216 * gdb.texinfo (Server): Improve indexing. Index all optional
2217 switches to gdbserver.
2218
90476074
TT
22192011-04-20 Tom Tromey <tromey@redhat.com>
2220
2221 * gdb.texinfo (Index Section Format): New node.
2222 (Top): Add new node to menu.
2223
c21236dc
PA
22242011-04-20 Pedro Alves <pedro@codesourcery.com>
2225
2226 * gdb.texinfo (Maintenance Commands): Document `maint print
2227 remote-registers'.
2228
05c8c3f5
TT
22292011-04-20 Tom Tromey <tromey@redhat.com>
2230
2231 * gdb.texinfo (Trace File Format): Move node later.
2232
7a9dd1b2
TT
22332011-04-19 Tom Tromey <tromey@redhat.com>
2234
2235 * gdbint.texinfo (Register Information Functions): Remove
2236 duplicate "the".
2237 * gdb.texinfo (Emacs): Remove duplicate "to".
2238 (GDB/MI Variable Objects): Remove duplicate "the".
2239 (General Query Packets): Likewise.
2240
4368ebeb
JB
22412011-04-02 Joel Brobecker <brobecker@adacore.com>
2242
2243 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
2244 "GDB/MI Ada Exception Information" node.
2245
956a9fb9
JB
22462011-04-01 Joel Brobecker <brobecker@adacore.com>
2247
2248 * gdb.texinfo (GDB/MI Ada Exception Information): Document
2249 the "exception-name" field in the *stopped async record.
2250
f1310107
TJB
22512011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
2252 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2253
2254 Implement support for PowerPC BookE ranged breakpoints.
2255 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
2256
8786b2bd
TT
22572011-03-28 Tom Tromey <tromey@redhat.com>
2258
2259 * gdb.texinfo (Set Tracepoints): Fix typo.
2260
9ef07c8c
TT
22612011-03-24 Tom Tromey <tromey@redhat.com>
2262
2263 * gdb.texinfo (Specify Location): Document `function:label'
2264 linespec.
2265
99c3dc11
PM
22662011-03-18 Phil Muldoon <pmuldoon@redhat.com>
2267
f1310107 2268 PR python/12149
99c3dc11
PM
2269
2270 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
2271
29703da4
PM
22722011-03-17 Phil Muldoon <pmuldoon@redhat.com>
2273
2274 * gdb.texinfo (Blocks In Python): Add is_valid method description.
2275 (Inferiors In Python): Likewise.
2276 (Threads In Python): Likewise.
2277 (Symbols In Python): Likewise.
2278 (Objfiles In Python): Likewise.
2279 (Symbol Tables In Python): Likewise.
2280
c9174737
PA
22812011-03-15 Pedro Alves <pedro@codesourcery.com>
2282
2283 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
2284 display>: Explain that the commands accept number ranges.
2285
7371cf6d
PM
22862011-03-14 Phil Muldoon <pmuldoon@redhat.com>
2287
2288 * gdb.texinfo (Breakpoints In Python): Add description and example
2289 of Python stop function operation.
2290
ecec24e6
PM
22912011-03-10 Phil Muldoon <pmuldoon@redhat.com>
2292
2293 * gdb.texinfo (Parameters In Python): Document get_set_string and
2294 get_show_string methods.
2295
6dcd5565
JK
22962011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2297
2298 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
2299
81896e36
JK
2300 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
2301 circular-trace-buffer name.
2302
5e30da2c
JB
23032011-02-28 Joel Brobecker <brobecker@adacore.com>
2304
2305 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
2306 in the previous change.
2307
3bd0f5ef 23082011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
2309
2310 * gdb.texinfo (Inferiors and Programs): Update commands to show
2311 that they can accept multiple arguments.
2312
4ec7539c
JB
23132011-02-24 Joel Brobecker <brobecker@adacore.com>
2314
2315 Revert the following patch (code patch was not approved):
2316 2011-02-21 Hui Zhu <teawater@gmail.com>
2317 * agentexpr.texi (bytecode descriptions): add printf.
2318 * gdb.texinfo (tracepoint action lists): add printf.
2319
82809774
DE
23202011-02-23 Doug Evans <dje@google.com>
2321
2322 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
2323
e5a67952
MS
23242011-02-23 Michael Snyder <msnyder@vmware.com>
2325
2326 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
2327 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
2328 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
2329
6e6fbe60
DE
23302011-02-22 Doug Evans <dje@google.com>
2331
2332 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
2333 Clarify behaviour of lookup_symbol when `block' argument is omitted,
2334 add description of result, fix @defun formatting.
2335
f994e27a
HZ
23362011-02-21 Hui Zhu <teawater@gmail.com>
2337
2338 * agentexpr.texi (Bytecode Descriptions): Add printf.
2339 * gdb.texinfo (Tracepoint Action Lists): Add printf.
2340
c7f96d2b
TT
23412011-02-18 Tom Tromey <tromey@redhat.com>
2342
2343 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
2344
60f98dde
MS
23452011-02-14 Michael Snyder <msnyder@vmware.com>
2346
2347 * gdb.texinfo (threads): Document argument for "info threads" cmd.
2348 Document new command "thread find".
2349
08e796bc
MS
23502011-02-14 Michael Snyder <msnyder@vmware.com>
2351
2352 * gdb.texinfo (Threads): Update example of new thread message.
2353
b3b9301e
PA
23542011-02-14 Pedro Alves <pedro@codesourcery.com>
2355
2356 * gdb.texinfo (Remote Configuration): Mention set/show remote
2357 traceframe-info.
2358 (Tools/Packages Optional for Building GDB): Mention that expat is
2359 used for traceframe info.
2360 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
2361 (General Query Packets) <qSupported>: Describe the
2362 qXfer:traceframe-info:read feature.
2363 (qXfer::read): Describe qXfer:traceframe-info:read.
2364 (Traceframe Info Format): New section.
2365
cef35b0f
PA
23662011-02-04 Pedro Alves <pedro@codesourcery.com>
2367
2368 * gdbint.texinfo (Formatting): Mention some formatting guidelines
2369 for casts and unary operators.
2370
f1cbe1d3
TT
23712011-02-04 Tom Tromey <tromey@redhat.com>
2372
2373 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
2374 is not useful.
2375
585fdaa1
PA
23762011-01-25 Pedro Alves <pedro@codesourcery.com>
2377
2378 * gdb.texinfo: s/value optimized out/optimized out/g
2379
7bfc9434
JB
23802011-01-21 Joel Brobecker <brobecker@adacore.com>
2381
2382 * gdb.texinfo (Other Misc Settings): Rework part of the
2383 documentation of the "set interactive mode" command.
2384
4694da01
TT
23852011-01-19 Tom Tromey <tromey@redhat.com>
2386
2387 * gdb.texinfo (Threads): Document thread name output and `thread
2388 name' command.
2389 (Threads In Python): Document Thread.name attribute.
2390 (GDB/MI Thread Commands): Document thread attributes.
2391
b716877b
AB
23922011-01-12 Andrew Burgess <aburgess@broadcom.com>
2393
2394 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
2395 changes in mi/mi-cmd-disas.c
2396
13fd8b81
TT
23972011-01-12 Tom Tromey <tromey@redhat.com>
2398
2399 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
2400 Fix "thread apply" text.
2401
e09342b5
TJB
24022011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2403 Thiago Jung Bauermann <bauerman@br.ibm.com>
2404
2405 Implement support for PowerPC BookE ranged watchpoints.
2406 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
2407 the "set powerpc exact-watchpoints" flag.
2408
06e65f44
TT
24092011-01-07 Tom Tromey <tromey@redhat.com>
2410
2411 * gdb.texinfo (Python API): Add descriptions to @menu items.
2412
d8e22779
TT
24132011-01-06 Tom Tromey <tromey@redhat.com>
2414
2415 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
2416
a255712f
PP
24172010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2418
e09342b5 2419 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 2420
ccfc3d6e
TT
24212011-01-06 Tom Tromey <tromey@redhat.com>
2422
2423 PR python/12133:
2424 * gdb.texinfo (Frames In Python): Document various frame
2425 constants.
2426
44944448
JB
24272011-01-05 Joel Brobecker <brobecker@adacore.com>
2428
2429 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
2430 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
2431 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
2432
42ea3d7a
JK
24332011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2434
2435 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
2436 (clean): Add GDBvn.texi.
2437
720d1a40
JB
24382010-12-29 Joel Brobecker <brobecker@adacore.com>
2439
2440 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
2441 occasional case where the debugger prints an array address
2442 instead of the array itself.
2443
ad196637
PA
24442010-12-23 Pedro Alves <pedro@codesourcery.com>
2445
2446 * gdb.texinfo (Packets) <read registers packet>: Document support
2447 for registers that were not collected.
2448
a86caf66
DE
24492010-12-15 Doug Evans <dje@google.com>
2450
2451 * gdb.texinfo (Startup): Document auto-loading of scripts during
2452 startup.
2453 (Auto-loading): Delete "maint set python auto-load on|off".
2454 Add "set auto-load-scripts on|off".
2455
aae1c79a
DE
24562010-12-07 Doug Evans <dje@google.com>
2457
2458 * gdb.texinfo (Mode Options): Document -data-directory.
2459 (Data Files): Add reference to -data-directory.
2460
4e04c971
DE
24612010-11-29 Doug Evans <dje@google.com>
2462
2463 * gdb.texinfo (Pretty-Printer Introduction): Change
2464 printer-name:subprinter-name to printer-name;subprinter-name.
2465
94b6973e
PM
24662010-11-29 Phil Muldoon <pmuldoon@redhat.com>
2467
2468 PR python/12199
2469
2470 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
2471
39037522
TT
24722010-11-23 Tom Tromey <tromey@redhat.com>
2473
2474 * gdb.texinfo (Top): Check SYSTEM_READLINE.
2475 (Editing): Likewise.
2476 (Command History): Likewise.
2477 (TUI Keys): Likewise.
2478 (Bug Reporting): Conditionally include rluser.texi and
2479 inc-history.texinfo.
2480 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
2481 (GDB_DOC_SOURCE_INCLUDES): Add comment.
2482 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
2483 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
2484 (gdb.pdf): Likewise.
2485 (gdb.info): Likewise.
2486 (gdb/index.html): Likewise.
2487
5ae98d25
TT
24882010-11-23 Tom Tromey <tromey@redhat.com>
2489
2490 * Makefile.in (Makefile): Run ../config.status.
2491 (distclean): Update.
2492 * configure: Remove.
2493 * configure.ac: Remove.
2494
621c8364
TT
24952010-11-12 Tom Tromey <tromey@redhat.com>
2496
2497 * gdb.texinfo (Basic Python): Update. Add xref.
2498 (Exception Handling): Document new exception classes.
2499 (Types In Python): Update.
2500 (Frames In Python): Update.
2501
84f4c1fe
PM
25022010-11-11 Phil Muldoon <pmuldoon@redhat.com>
2503
2504 * gdb.texinfo (Breakpoints In Python): Document "internal"
2505 parameter, and visible attribute.
2506
99e7ae30
DE
25072010-11-05 Doug Evans <dje@google.com>
2508
2509 * gdb.texinfo (Source Path): Document "set directories".
2510
f4b8a18d
KW
25112010-11-05 Ken Werner <ken.werner@de.ibm.com>
2512
2513 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
2514 (OpenCL C): New node.
2515
7b51bc51
DE
25162010-11-02 Doug Evans <dje@google.com>
2517
2518 * gdb.texinfo (Pretty Printing): Expand into three sections,
2519 introduction, example, and commands.
2520 (Python API): Delete section Disabling Pretty-Printers, merge into
2521 Selecting Pretty-Printers.
2522 (Writing a Pretty-Printer): New section. Move the pretty-printer
2523 example here, and reformat to match python coding style. Add a second
2524 example using the gdb.printing module.
2525 (Python modules): Add gdb.printing.
2526
9eeee977
DE
25272010-10-29 Doug Evans <dje@google.com>
2528
2529 * gdb.texinfo (Python): Fix long line.
2530
a0e0ffdf
DE
25312010-10-20 Doug Evans <dje@google.com>
2532
2533 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
2534 All references updated. Correct sections marked as subsections.
2535 (Coding Standards): New chapter. Move the coding standard related
2536 subsections here. Add section on Python coding standards.
2537
0e3509db
DE
25382010-10-13 Doug Evans <dje@google.com>
2539
2540 * gdb.texinfo (Python): Add "Python modules".
2541 (Types in Python): Add reference to gdb.types section.
2542 (Python modules): New node.
2543
44592cc4
DE
25442010-10-11 Doug Evans <dje@google.com>
2545
2546 * gdb.texinfo (Values From Inferior): Add reference to "Types in
2547 Python" from gdb.Value.type description.
2548
6e1bb179
JB
25492010-09-28 Joel Brobecker <brobecker@adacore.com>
2550
2551 * gdb.texinfo (Ravenscar Profile): New node.
2552
e8467610
TT
25532010-09-22 Tom Tromey <tromey@redhat.com>
2554
2555 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
2556
fccd1d1e
EZ
25572010-09-22 Eli Zaretskii <eliz@gnu.org>
2558
2559 * gdb.texinfo (Values From Inferior): Clarify that
2560 value.dynamic_type works only in C++ programs with RTTI.
2561
c1b6b909
TT
25622010-09-15 Paul Bolle <pebolle@tiscali.nl>
2563
2564 * gdb.texinfo (Character Sets): Correctly reference host-charset
2565 in example.
2566
7d288aaa
TT
25672010-09-13 Tom Tromey <tromey@redhat.com>
2568
2569 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
2570 Document "fullname" and "from".
2571
f75d858b
MK
25722010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
2573
2574 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
2575 feature `reverse' output by -list-target-features.
2576
83b9503b
L
25772010-08-31 H.J. Lu <hongjiu.lu@intel.com>
2578
2579 * gdb.texinfo (i386 Features): Remove an extra "@item".
2580
03f17ccf
TT
25812010-08-30 Tom Tromey <tromey@redhat.com>
2582
2583 PR python/11792:
2584 * gdb.texinfo (Values From Inferior): Document dynamic_type.
2585
9779414d
DJ
25862010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
2587
2588 * gdb.texinfo (ARM Features): Document
2589 org.gnu.gdb.arm.m-profile.
2590
f9ffd4bb
TT
25912010-08-23 Tom Tromey <tromey@redhat.com>
2592
2593 PR python/11145:
2594 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
2595 reinterpret_cast methods.
2596
702c2711
TT
25972010-08-23 Tom Tromey <tromey@redhat.com>
2598
2599 PR python/11915:
2600 * gdb.texinfo (Types In Python): Document array method.
2601
66b73624
TJB
26022010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
2603
2604 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
2605
06a64a0b
TT
26062010-08-16 Tom Tromey <tromey@redhat.com>
2607
2608 * gdb.texinfo (Set Watchpoints): Document -location option.
2609
a3a7127e
DE
26102010-08-13 Doug Evans <dje@google.com>
2611
2612 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
2613
8dedea02
VP
26142010-08-13 Vladimir Prus <vladimir@codesourcery.com>
2615
2616 * gdb.texinfo (GDB/MI Data Manipulation): Document
2617 -data-read-memory-raw and -data-write-memory-raw.
2618
ca5c20b6 26192010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 2620 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
2621
2622 * gdb.texinfo (Basic Python): Describe post_event API.
2623
cb2e07a6
PM
26242010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2625
2626 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 2627 decode_line Python APIs
cb2e07a6 2628
464b3efb
TT
26292010-08-10 Tom Tromey <tromey@redhat.com>
2630
2631 * gdb.texinfo (Pretty Printing API): Document
2632 gdb.default_visualizer.
2633
c29c521f
TT
26342010-08-10 Tom Tromey <tromey@redhat.com>
2635
2636 Revert gdb-add-index addition:
2637 * gdb.texinfo (Index Files): Don't document gdb-add-index.
2638
5da1313b
JK
26392010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2640 Eli Zaretskii <eliz@gnu.org>
2641
2642 * gdb.texinfo (Mode Options) <-batch>
2643 (Basic Python) <gdb.execute>: Describe setting width and height.
2644
02d868e8
PP
26452010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
2646
2647 * gdb.texinfo (Threads): Document 'debug libthread-db'.
2648
c2bbed2a
TT
26492010-07-30 Tom Tromey <tromey@redhat.com>
2650
2651 * gdb.texinfo (Index Files): Mention gdb-add-index.
2652
6c13bbe1
HZ
26532010-07-30 Hui Zhu <teawater@gmail.com>
2654
2655 * gdb.texinfo (Inferiors and Programs): Update the introduce of
2656 "detach inferior" and "kill inferior".
2657
53a71c06
CR
26582010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
2659
2660 * gdb.texinfo (Machine Code): Update description of two forms of
2661 arguments, and add new example to demonstrate the new form.
2662
5374244e
PM
26632010-07-27 Phil Muldoon <pmuldoon@redhat.com>
2664
2665 * gdb.texinfo (Values From Inferior): Add value inferior function
2666 call description.
2667
8ea5bce5
JK
26682010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2669
2670 * gdb.texinfo (Active Targets): Fix wrong comma placement.
2671
c0edd9ed
JK
26722010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2673 Eli Zaretskii <eliz@gnu.org>
2674
2675 Make core files the process_stratum.
2676 * gdb.texinfo (Active Targets): Remove core_stratum. Include
2677 record_stratum example.
2678
9291a0cd
TT
26792010-07-13 Tom Tromey <tromey@redhat.com>
2680
2681 * gdb.texinfo (Index Files): New node.
2682
f5011d11
TT
26832010-07-13 Tom Tromey <tromey@redhat.com>
2684
2685 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
2686
0f5238ed
TT
26872010-07-13 Tom Tromey <tromey@redhat.com>
2688
2689 * gdb.texinfo (Specify Location): Document labels.
2690
74c761c1
PA
26912010-07-01 Pedro Alves <pedro@codesourcery.com>
2692
2693 * gdb.texinfo (Create and Delete Tracepoints): Add more index
2694 entries for fast tracepoints and static tracepoints.
2695
501994c0
PA
26962010-07-01 Pedro Alves <pedro@codesourcery.com>
2697
2698 * gdb.texinfo (General Query Packets) <qfThreadInfo,
2699 qsThreadInfo>: Spell out `l' as ell.
2700
0fb4aa4b
PA
27012010-07-01 Pedro Alves <pedro@codesourcery.com>
2702
2703 * gdb.texinfo (Convenience Variables): Document $_sdata.
2704 (Commands to Set Tracepoints): Describe static tracepoints. Add
2705 `Listing Static Tracepoint Markers' menu entry. Document
2706 "strace".
2707 (Tracepoint Action Lists): Document collecting $_sdata.
2708 (Listing Static Tracepoint Markers): New subsection.
2709 (Tracepoints support in gdbserver): Mention static tracepoints.
2710 (remote packets, enabling and disabling): Mention
2711 read-sdata-object.
2712 (General Query Packets) <qSupported>: Document qXfer:sdata:read
2713 and StaticTracepoint.
2714 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
2715 Document qXfer:sdata:read.
2716 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
2717
dc3b15be
JB
27182010-06-29 Joel Brobecker <brobecker@adacore.com>
2719
2720 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
2721
595939de
PM
27222010-06-28 Phil Muldoon <pmuldoon@redhat.com>
2723 Tom Tromey <tromey@redhat.com>
2724 Thiago Jung Bauermann <bauerman@br.ibm.com>
2725
2726 * gdb.texinfo (Inferiors In Python): New node.
2727 * gdb.texinfo (Threads In Python): New node.
2728
9279c692
JB
27292010-06-28 Joel Brobecker <brobecker@adacore.com>
2730
2731 * gdb.texinfo (Python): Document what the python directory is
2732 and what its location is.
2733 (Basic Python): Document the gdb.PYTHONDIR constant.
2734
bc9f0842
TT
27352010-06-25 Tom Tromey <tromey@redhat.com>
2736
2737 PR python/10808:
2738 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
2739
f1421989
HZ
27402010-06-24 Hui Zhu <teawater@gmail.com>
2741
2742 * gdb.texinfo: (Commands for Controlled Output): Add
2743 documentation for command "eval".
2744
e4c0cfae
SS
27452010-06-21 Stan Shebs <stan@codesourcery.com>
2746
2747 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
2748 * annotate.texinfo: Ditto.
2749 * gdbint.texinfo: Ditto.
2750 * stabs.texinfo: Ditto.
2751
bb08c432
HZ
27522010-06-22 Hui Zhu <teawater@gmail.com>
2753
2754 * gdb.texinfo: (Process Record and Replay): Add documentation
2755 for command "set record memory-query".
2756
4f5d9f07
SS
27572010-06-21 Stan Shebs <stan@codesourcery.com>
2758
2759 * gdb.texinfo: Relicense under GFDL version 1.3.
2760 * annotate.texinfo: Relicense under GFDL version 1.3.
2761 * gdbint.texinfo: Relicense under GFDL version 1.3.
2762 * stabs.texinfo: Relicense under GFDL version 1.3.
2763 * fdl.texi: Update to version 1.3.
2764
6aed2dbc
SS
27652010-06-18 Stan Shebs <stan@codesourcery.com>
2766
a61408f8
SS
2767 * gdb.texinfo (Operating System Auxiliary Information): Describe
2768 "info os" when no arguments given.
2769
6aed2dbc
SS
2770 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
2771 $_thread.
2772
24e933df
HZ
27732010-06-18 Hui Zhu <teawater@gmail.com>
2774
2775 * gdb.texinfo: (Process Record and Replay): Add documentation
2776 for commands "record save" and "record restore".
2777
65d79d4b
SDJ
27782010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2779
2780 * gdb.texinfo: Include information about the correct use
2781 of addresses in the `watch' command.
2782
d914c394
SS
27832010-06-11 Stan Shebs <stan@codesourcery.com>
2784
2785 * gdb.texinfo (Observer Mode): New section.
2786 (General Query Packets): Document QAllow.
889bf7c5 2787
967cf477
DE
27882010-06-04 Doug Evans <dje@google.com>
2789
2790 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
2791
aaf4119b
DE
27922010-06-03 Doug Evans <dje@google.com>
2793
2794 * gdbint.texinfo (Coding): Add subsection on command names.
2795
9eae7c52
TT
27962010-06-02 Tom Tromey <tromey@redhat.com>
2797
2798 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
2799 always-disassemble.
2800
fa593d66
PA
28012010-06-01 Pedro Alves <pedro@codesourcery.com>
2802
2803 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
2804 gdbserver, and add cross reference.
2805 (Tracepoints support in gdbserver): New subsection.
2806
dde08ee1
PA
28072010-05-26 Pedro Alves <pedro@codesourcery.com>
2808
2809 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
2810 `qRelocInsn' feature.
2811 (Relocate instruction reply packet): New subsection
2812 of `Tracepoint Packets'.
2813 (Tracepoint Packets): Mention that packets QTDP and QTStart
2814 support the qRelocInsn request, and add cross reference to new
2815 subsection.
2816
07ca107c
DE
28172010-05-25 Doug Evans <dje@google.com>
2818
2819 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
2820 (Commands In Python): Document gdb.string_to_argv.
2821
c25c4a8b
JK
28222010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2823
2824 * gdbint.texinfo (Host Definition): Remove items NORETURN and
2825 ATTR_NORETURN.
2826
d7b32ed3 28272010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
2828 Tom Tromey <tromey@redhat.com>
2829 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 2830
c25c4a8b 2831 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 2832
6aecb9c2
JB
28332010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
2834
2835 * gdb.texinfo: (Summary) Add mention about D language support.
2836 (Filenames): Add D suffixes.
2837 (D): New node.
2838
b7da9e9f
PM
28392010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
2840
2841 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
2842 of macro deleted from GDB code.
2843
ab38a727
PA
28442010-04-24 Pedro Alves <pedro@codesourcery.com>
2845
2846 * gdb.texinfo (Commands to specify files): Describe what how GDB
2847 looks up DOS-based filesystem paths on the system root. Document
2848 the new `set/show target-file-system-kind' commands.
2849
66d09542
DE
28502010-04-23 Doug Evans <dje@google.com>
2851
2852 * gdb.texinfo (Python): Move Auto-loading section here ...
2853 (Python API): from here.
2854 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
2855 (Maintenance Commands): Add docs for "maint print section-scripts".
2856
8bd10a10
CM
28572010-04-20 Chris Moller <cmoller@redhat.com>
2858
2859 * gdb.texinfo (Setting Breakpoints): Added description of
2860 filename-qualified rbreak.
2861 * refcard.tex (Breakpoints and Watchpoints): Added brief
2862 description of filename-qualified rbreak.
2863
4c374409
JK
28642010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2865
2866 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
2867 (Python API): Change the reference to Pretty Printing API.
2868 (Pretty Printing): Move the user part under the Data node. Reformat
2869 the sample output to 72 columns. Create a new reference to Pretty
2870 Printing API. Rename the API part ...
2871 (Pretty Printing API): To a new node name.
2872 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
2873 (GDB/MI Variable Objects): Change references to Pretty Printing API.
2874
5a9351ae
SS
28752010-04-21 Stan Shebs <stan@codesourcery.com>
2876
2877 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 2878 and commands.
5a9351ae 2879 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 2880
9a22f0d0
PM
28812010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
2882
2883 * gdb.texinfo (Examining memory): Update for change in string
2884 display with explicit size.
2885
6149aea9
PA
28862010-04-19 Pedro Alves <pedro@codesourcery.com>
2887
2888 PR breakpoints/8554.
2889
2890 * gdb.texinfo (Save Breakpoints): New node.
2891 (save-tracepoints): Rename to ...
2892 (save tracepoints): ... this. Mention that `save-tracepoints' is
2893 a deprecated alias to `save tracepoints'.
2894
711e434b
PM
28952010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
2896
645797a8 2897 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
2898 (info w32 thread-information-block): Document new command.
2899 (qGetTIBAddress): Document new gdbserver query.
2900 (maint set/show show-all-tib): Document new command.
2901
3f7b2faa
DE
29022010-04-15 Doug Evans <dje@google.com>
2903
fa33c3cd
DE
2904 * gdb.texinfo (Python API): Add progspaces section.
2905 (Selecting Pretty-Printers): Progspace pretty-printers are
2906 searched too.
2907 (Progspaces In Python): New section.
2908
3f7b2faa
DE
2909 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
2910
79f283fe
PM
29112010-04-14 Phil Muldoon <pmuldoon@redhat.com>
2912
2913 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
2914 returns None.
2915
87290684
SS
29162010-04-09 Stan Shebs <stan@codesourcery.com>
2917
2918 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2919 Describe the `frames-created' field, tweak grammar.
2920
a97153c7
PA
29212010-04-09 Pedro Alves <pedro@codesourcery.com>
2922
2923 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2924 Describe the `circular' and `disconnected' fields.
2925
5c5dcc1b
L
29262010-04-09 H.J. Lu <hongjiu.lu@intel.com>
2927
2928 * gdb.texinfo (maint print registers): Mention unavailable and
2929 invisible registers.
2930
adc36818
PM
29312010-04-09 Phil Muldoon <pmuldoon@redhat.com>
2932 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 2933 Tom Tromey <tromey@redhat.com>
adc36818
PM
2934
2935 * gdb.texinfo (Breakpoints In Python): New Node.
2936
33da3f1c
SS
29372010-04-08 Stan Shebs <stan@codesourcery.com>
2938
2939 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
2940 trace status fields.
2941
3a13a53b
L
29422010-04-08 H.J. Lu <hongjiu.lu@intel.com>
2943
2944 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
2945 optional. Make org.gnu.gdb.i386.avx requires
2946 org.gnu.gdb.i386.avx.
2947
08001717
DE
29482010-04-08 Doug Evans <dje@google.com>
2949
2950 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
2951 search path, and document that gdb only scans the search path if
2952 the script's path doesn't specify a directory.
2953
c375651d
DE
29542010-04-05 Doug Evans <dje@google.com>
2955
2956 * gdb.texinfo (maint show python auto-load): Fix typo.
2957
af54718e
SS
29582010-04-04 Stan Shebs <stan@codesourcery.com>
2959
d77f58be
SS
2960 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
2961 (Setting Watchpoints): Update description of "info watch".
2962 (Disabling Breakpoints): Only "info break" lists all.
2963
af54718e
SS
2964 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
2965 (tdump): Explain how tdump works.
2966
86b17b60
PA
29672010-04-01 Pedro Alves <pedro@codesourcery.com>
2968
2969 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
2970 add cross reference.
2971
ff12863f
PA
29722010-03-31 Pedro Alves <pedro@codesourcery.com>
2973
2974 * gdb.texinfo (TUI Commands): Mention that in some cases, these
2975 commands error out.
2976
f68eb612
L
29772010-03-30 H.J. Lu <hongjiu.lu@intel.com>
2978
2979 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
2980
c8d5aac9
L
29812010-03-30 H.J. Lu <hongjiu.lu@intel.com>
2982
2983 * gdb.texinfo (General Query Packets): Add xmlRegisters.
2984
7d13fe92
SS
29852010-03-29 Stan Shebs <stan@codesourcery.com>
2986 Nathan Sidwell <nathan@codesourcery.com>
2987
2988 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
2989 GDBN equivalent.
2990 (Set Tracepoints): Remove mention that conditional tracepoints
2991 don't exist.
2992 (Tracepoint Actions): Clarify when while-stepping collection
2993 happens, note that while-stepping does not automatically collect
2994 $pc.
2995
409873ef 29962010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 2997
409873ef
SS
2998 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
2999 (General Query Packets): Describe TracepointSource.
3000
ee8e71d4
EZ
30012010-03-27 Matt Rice <ratmice@gmail.com>
3002
c8d5aac9
L
3003 * gdb.texinfo (ARM): Document arguments to "target sim".
3004 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 3005
99b5e152
PA
30062010-03-26 Pedro Alves <pedro@codesourcery.com>
3007
3008 * gdb.texinfo (Tracepoint Packets): Remove mention that
3009 terror:string may be plain text, and drop mention of X prefix.
3010
cd64ee31
VP
30112010-03-26 Vladimir Prus <vladimir@codesourcery.com>
3012
3013 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
3014
6c28cbf2
SS
30152010-03-24 Stan Shebs <stan@codesourcery.com>
3016
3017 * gdb.texinfo (Tracepoint Packets): Document trace error status.
3018
95a42b64
TT
30192010-03-24 Tom Tromey <tromey@redhat.com>
3020
3021 PR breakpoints/9352:
3022 * gdb.texinfo (Break Commands): Update.
3023
18148017
VP
30242010-03-24 Vladimir Prus <vladimir@codesourcery.com>
3025
3026 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
3027 commands.
3028
4daf5ac0
SS
30292010-03-16 Stan Shebs <stan@codesourcery.com>
3030
3031 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
3032 circular-trace-buffer.
3033 (Tracepoint Packets): Describe QTBuffer, and details of the
3034 qTStatus reply.
3035
c9429232
SS
30362010-03-12 Stan Shebs <stan@codesourcery.com>
3037 Nathan Sidwell <nathan@codesourcery.com>
3038
3039 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
3040 doing instruction stepping.
3041 (Tracepoint Restrictions): New node.
3042
ccefe4c4
TT
30432010-03-10 Tom Tromey <tromey@redhat.com>
3044
3045 * gdbint.texinfo (Symbol Handling): Update.
3046
7c953934
TT
30472010-03-08 Tom Tromey <tromey@redhat.com>
3048
3049 PR cli/9591:
3050 * gdb.texinfo (Mode Options): Mention lack of pagination and
3051 confirmation with --batch.
3052 (Screen Size): Mention --batch.
3053 (Messages/Warnings): Likewise.
3054
f870a310
TT
30552010-03-05 Tom Tromey <tromey@redhat.com>
3056
3057 * gdb.texinfo (Basic Python): Document target_charset and
3058 target_wide_charset.
3059
78e2826b
TT
30602010-03-05 Tom Tromey <tromey@redhat.com>
3061
3062 * gdb.texinfo (Data): Link to pretty-printing.
3063 (Output Formats): Likewise. Correct text.
3064
f5dff777
DJ
30652010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
3066
3067 * gdb.texinfo (Types): Describe <struct> and <flags>.
3068
dc00d89f
PM
30692010-02-28 Phil Muldoon <pmuldoon@redhat.com>
3070
3071 * gdb.texinfo (Frames In Python): Add block parameter and
3072 description to read_var text.
3073
5107b149 30742010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 3075 Tom Tromey <tromey@redhat.com>
5107b149
PM
3076
3077 * gdb.texinfo (Types In Python): Describe block argument in
3078 template_argument and gdb.lookup_type.
3079
e03e5e7b
TT
30802010-02-24 Tom Tromey <tromey@redhat.com>
3081
3082 * gdb.texinfo (Cygwin Native): Fix typo.
3083
f3e9a817
PM
30842010-02-24 Phil Muldoon <pmuldoon@redhat.com>
3085
3086 * gdb.texinfo (Frames In Python): Add block, find_sal, function
3087 and select method descriptions.
3088 (Python API): Add Blocks In Python, Symbols in Python and Symbol
3089 Tables in Python to menu.
3090 (Blocks In Python): New node.
3091 (Symbols In Python): New node.
3092 (Symbol Tables in Python): New node.
3093
a79b8f6e
VP
30942010-02-24 Vladimir Prus <vladimir@codesourcery.com>
3095
3096 Multiexec MI
3097
3098 gdb/
3099 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
3100
3101 gdb/doc/
3102 * gdb.texinfo (GDB/MI Command Syntax): Document notification
3103 changes.
3104 (GDB/MI Program Execution): Document current behaviour of
3105 --all and --thread-group.
3106 (GDB/MI Miscellaneous Commands): Document -add-inferior and
3107 -remove-inferior.
3108 * observer.texi (inferior_added, inferior_removed): New
3109 observers.
3110
629d6a47
TT
31112010-02-19 Tom Tromey <tromey@redhat.com>
3112
3113 * gdbint.texinfo (Getting Started): Fix @node.
3114 (Debugging GDB): Likewise.
3115
c09529e5
JB
31162010-02-13 Joel Brobecker <brobecker@adacore.com>
3117
3118 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
3119 documenting the gdb_test_timeout variable.
3120
540aa8e7
MS
31212010-02-12 Jakob Engblom <jakob@virtutech.com>
3122
3123 * gdb.texinfo (MI commands): Added documentation of --reverse
3124 option to a set of MI commands. Restructured documentation of MI
3125 commands --exec-continue to reflect the complexity of reverse
3126 execution.
3127
081dfbf7
PA
31282010-02-12 Pedro Alves <pedro@codesourcery.com>
3129
3130 * gdb.texinfo (Using the Collected Data): Specify that the address
3131 range of `tfind outsize' is exclusive, and that the address range
3132 of `tfind range' is inclusive.
3133 (Tracepoint Packets): Specify that the address range of
3134 `QTFrame:range' is inclusive, and that the address range of
3135 `QTFrame:outside' is exclusive
3136
8e9c5e02
VP
31372010-02-12 Vladimir Prus <vladimir@codesourcery.com>
3138
3139 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
3140
92981e24
TT
31412010-02-10 Tom Tromey <tromey@redhat.com>
3142
3143 * gdb.texinfo (Debugging Output): Document set debug parser and
3144 show debug parser.
3145
075b51b7
L
31462010-02-09 H.J. Lu <hongjiu.lu@intel.com>
3147
3148 * gdb.texinfo (Predefined Target Types): Add i387_ext,
3149 i386_eflags and i386_mxcsr.
3150
3bb8d5c3
L
31512010-02-08 H.J. Lu <hongjiu.lu@intel.com>
3152
3153 * gdb.texinfo: Document i386 target features.
3154
c5f80513
DE
31552010-02-05 Doug Evans <dje@google.com>
3156
3157 * gdbint.texinfo (Testsuite): Add a new section to document the
3158 various DejaGnu variables that may be overridden.
1be00882 3159 Document INTERNAL_GDBFLAGS.
c5f80513 3160
6ac33a4e
TT
31612010-02-04 Tom Tromey <tromey@redhat.com>
3162
3163 PR cli/8830:
3164 * gdb.texinfo (Files): -readnow comes before the filename for file
3165 and symbol-file.
3166
a1dcb23a
DJ
31672010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3168
3169 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
3170 Document ARM breakpoint types.
3171 (Register Packet Format): Move into the new section.
3172 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
3173
95433b34
JB
31742010-01-21 Joel Brobecker <brobecker@adacore.com>
3175
3176 * gdb.texinfo (File Options): Adjust the documentation of this
3177 switch to refer to the "source" command rather than partially
3178 duplicating some of the relevant information.
3179 (Extending GDB): Introduce and document the set/show script-extension
3180 setting.
3181 (Command Files): Add note explaining that the "source" command
3182 is also used to evalute scripts written in other languages.
3183 Remove the short slightly incorrect reference to sourcing Python
3184 scripts.
3185 (Python Commands): Document how to execute a Python script from GDB.
3186
8d576872
JB
31872010-01-19 Joel Brobecker <brobecker@adacore.com>
3188
3189 * gdb.texinfo (Command Files): Fix typo.
3190
8150ff9c
JB
31912010-01-18 Tom Tromey <tromey@redhat.com>
3192
3193 * gdb.texinfo (File Options): Document -x on .py files.
3194 (Command Files): Document handling of Python scripts.
3195
23db03a6
JZ
31962010-01-18 Jie Zhang <jie.zhang@analog.com>
3197
3198 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
3199
00bf0b85
SS
32002010-01-15 Stan Shebs <stan@codesourcery.com>
3201
3202 * gdb.texinfo (Trace Files): New section.
3203 (Tracepoint Packets): Document QTSave and qTBuffer.
3204 (Trace File Format): New appendix.
3205
be759fcf
PM
32062010-01-13 Phil Muldoon <pmuldoon@redhat.com>
3207
3208 * gdb.texinfo (Values From Inferior): Document lazy_string value
3209 method.
3210 (Python API): Add Lazy strings menu item.
3211 (Lazy Strings In Python): New node.
3212
dc146f7c
VP
32132010-01-13 Vladimir Prus <vladimir@codesourcery.com>
3214
3215 * gdb.texinfo (GDB/MI Thread Information): New.
3216 (GDB/MI Async Records): Document the core field in *stopped.
3217 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
3218 documentation
3219 (Process list): Document that osdata document may contain
3220 threads.
3221 (Remote Serial Protocol): Document qXfer:threads.
3222
d5551862
SS
32232010-01-06 Stan Shebs <stan@codesourcery.com>
3224
3225 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3226 disconnected tracing.
3227 (Tracepoint Packets): Document new protocol.
3228
7a697b8d
SS
32292010-01-05 Stan Shebs <stan@codesourcery.com>
3230
3231 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
3232 tracepoints.
3233 (Tracepoint Packets): Describe remote protocol for fast
3234 tracepoints.
3235
e6f3ec50
JB
32362010-01-01 Joel Brobecker <brobecker@adacore.com>
3237
3238 Update the "Start of New Year Procedure".
3239 * gdbint.texinfo: Add the list of files that need to be updated
3240 manually. Minor reformatting.
3241
ddc4e9c1
JB
32422010-01-01 Joel Brobecker <brobecker@adacore.com>
3243
3244 * refcard.tex: Update copyright year in header and text.
3245
9d2897ad
JB
32462010-01-01 Joel Brobecker <brobecker@adacore.com>
3247
3248 * agentexpr.texi: Add 2010 to the list of copyright years.
3249 * annotate.texinfo: Likewise.
3250 * gdb.texinfo: Likewise.
3251 * gdbint.texinfo: Likewise.
3252 * observer.texi: Likewise.
3253 * stabs.texinfo: Likewise.
3254
6da95a67
SS
32552009-12-31 Stan Shebs <stan@codesourcery.com>
3256
3257 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 3258
236f1d4d
SS
32592009-12-29 Stan Shebs <stan@codesourcery.com>
3260
3261 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 3262
f61e138d
SS
32632009-12-28 Stan Shebs <stan@codesourcery.com>
3264
3265 * gdb.texinfo (Trace State Variables): New section.
3266 (Tracepoint Packets): Describe trace state variable packets.
3267 * agentexpr.texi (Bytecode Descriptions): Describe trace state
3268 variable bytecodes.
3269
0fe7935b
DJ
32702009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
3271
3272 * gdb.texinfo (Symbols): "info variables" prints definitions, not
3273 declarations.
3274
a6b29f87
VP
32752009-12-21 Vladimir Prus <vladimir@codesourcery.com>
3276
3277 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
3278 -gdb-exit behaviour.
3279
5e4bde96
JB
32802009-12-20 Joel Brobecker <brobecker@adacore.com>
3281
3282 * gpl.texi: Update to version 3 of the GPL.
3283
a1715244
JB
32842009-12-20 Joel Brobecker <brobecker@adacore.com>
3285
3286 * Makefile.in: Update copyright header.
3287 * observer.texi: Fix the copyright header of the generated files.
3288
361ae042
PM
32892009-12-08 Phil Muldoon <pmuldoon@redhat.com>
3290
3291 * gdb.texinfo (Types In Python): Describe range function.
3292
bfd31e71
PM
32932009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
3294
3295 * gdb.texinfo (Types In Python): Describe "is_base_class".
3296
57a1d736
TT
32972009-12-03 Tom Tromey <tromey@redhat.com>
3298
3299 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
3300
8cebebb9
PP
33012009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
3302
3303 * observer.texi: New memory_changed observer.
3304
16af530a
TT
33052009-12-01 Tom Tromey <tromey@redhat.com>
3306
3307 * gdb.texinfo (Reverse Execution): Fix typo.
3308
b6199126
DJ
33092009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
3310
3311 PR gdb/8704
3312
3313 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
3314 are allowed after the breakpoint condition.
3315
7a6973ad
TT
33162009-11-23 Tom Tromey <tromey@redhat.com>
3317
3318 PR python/10782:
3319 * gdb.texinfo (Types In Python): Document Type.pointer.
3320
21a0512e
PP
33212009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
3322
3323 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 3324
a5832c8f
PA
33252009-11-11 Pedro Alves <pedro@codesourcery.com>
3326
3327 * agentexpr.texi (Tracing On Symmetrix): Delete section.
3328 (Using Agent Expressions): Delete cross reference.
3329
1eb7cd77
JB
33302009-11-07 Joel Brobecker <brobecker@adacore.com>
3331
3332 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
3333 and @settitle directives up to help makeinfo find them.
3334
24ddea62
JK
33352009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3336
3337 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
3338 (Auto-loading): Use plural and note one can use multiple components now.
3339
3afae151
VP
33402009-11-01 Vladimir Prus <vladimir@codesourcery.com>
3341
3342 * gdb.texinfo (GDB/MI Stack Manipulation): Make
3343 -stack-list-arguments have the same documentation for parameter
3344 as -stack-list-locals. Add comas.
3345
14ff2235
PM
33462009-10-27 Tom Tromey <tromey@redhat.com>
3347 Eli Zaretskii <eliz@gnu.org>
3348
c8d5aac9 3349 PR python/10781
14ff2235
PM
3350
3351 * gdb.texinfo (Values From Inferior): Document cast method.
3352
9c419145
PP
33532009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
3354
3355 * gdb.texinfo (Machine Code): Mention function name in disasssembly
3356 and adjust example.
889bf7c5 3357
29153c24
MS
33582009-10-22 Michael Snyder <msnyder@vmware.com>
3359
3360 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 3361 info record command. Also document the new save and restore
29153c24
MS
3362 commands.
3363
2b28d209
PP
33642009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
3365
3366 * gdb.texinfo (Machine Code): Mention current pc marker.
3367 (Memory): Likewise.
3368
6c95b8df
PA
33692009-10-19 Pedro Alves <pedro@codesourcery.com>
3370 Stan Shebs <stan@codesourcery.com>
3371
3372 * observer.texi (new_inferior): Rename to...
3373 (inferior_appeared): ... this.
3374
3375 * gdb.texinfo (Inferiors): Rename node to ...
3376 (Inferiors and Programs): ... this. Mention running multiple
3377 programs in the same debug session.
3378 <info inferiors>: Mention the new 'Executable' column if "info
3379 inferiors". Update examples. Document the "add-inferior",
3380 "clone-inferior", "remove-inferior" and "maint info
3381 program-spaces" commands.
3382 (Process): Rename node to...
3383 (Forks): ... this. Document "set|show follow-exec-mode".
3384
2f8132f3
MS
33852009-10-11 Michael Snyder <msnyder@vmware.com>
3386
3387 * gdb.texinfo (ReverseStep): Show default as "unsupported".
3388 (ReverseContinue): Ditto.
3389
cba4b2d3
PP
33902009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
3391
3392 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 3393
da082f17
JK
33942009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3395
3396 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
3397
08be9d71
ME
33982009-10-06 Michael Eager <eager@eagercon.com>
3399
3400 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
3401 (Embedded Processors): Add MicroBlaze.
3402 (MicroBlaze): New. Describe Xilinx MicroBlaze
3403
08a0efd0
PA
34042009-10-04 Pedro Alves <pedro@codesourcery.com>
3405
3406 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
3407
cbb8f428
EZ
34082009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
3409
3410 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
3411
30a4a70c
JB
34122009-09-23 Joel Brobecker <brobecker@adacore.com>
3413
3414 * observer.texi (solib_unloaded): Document explicitly the fact that
3415 this observer is called before the associated symbols are unloaded.
3416
b3372f91
VP
34172009-09-19 Vladimir Prus <vladimir@codesourcery.com>
3418
3419 * gdb.texinfo (GDB/MI Stack Manipulation): Document
3420 -stack-list-variables.
3421
f43030c4
TT
34222009-09-18 Tom Tromey <tromey@redhat.com>
3423
3424 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
3425 is experimental.
3426
ec7e75e7
PP
34272009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
3428
3429 * gdb.texinfo (convenince variables): Mention
3430 $_siginfo could be empty.
f43030c4 3431
0cc7d26f
TT
34322009-09-15 Tom Tromey <tromey@redhat.com>
3433
3434 * gdb.texinfo (GDB/MI Variable Objects): Document
3435 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
3436 Expand -var-update documentation.
3437
a96d9b2e
SDJ
34382009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3439
3440 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
3441 feature.
3442
005ca36a
JB
34432009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
3444
3445 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
3446
0d772ac9
MS
34472009-09-10 Michael Snyder <msnyder@vmware.com>
3448
3449 * gdb.texinfo (qSupported): Mention new ReverseContinue and
3450 ReverseStep replies to the qSupported query.
3451
14fb1bac
JB
34522009-09-10 Joel Brobecker <brobecker@adacore.com>
3453
3454 Add documentation for set/show interactive-mode.
3455 * gdb.texinfo (Other Misc Settings): New node.
3456
29b090c0
DE
34572009-09-01 Doug Evans <dje@google.com>
3458
3459 * gdb.texinfo (Caching Data of Remote Targets): Add note on
3460 non-stop mode's affect on remote caching.
3461
4e5d721f
DE
34622009-08-31 Jacob Potter <jdpotter@google.com>
3463 Doug Evans <dje@google.com>
3464
3465 * gdb.texinfo (Caching Data of Remote Targets): Update text.
3466 Mark `set/show remotecache' options as obsolete.
3467 Document new `set/show stack-cache' option.
3468 Update text for `info dcache'.
3469
55333a84
DE
34702009-08-27 Doug Evans <dje@google.com>
3471
3472 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
3473 (Files): Add note on new optional regex arg to `info sharedlibrary'.
3474
bc3a0b4d
RW
34752009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3476
3477 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
3478 about autoconf.
3479
3a1ff0b6
PA
34802009-08-25 Pedro Alves <pedro@codesourcery.com>
3481
3482 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
3483 small example, and describe its columns. Replace "inferior-id" by
3484 "infno" throughout.
3485
81ecdfbb
RW
34862009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3487
af542c2e
RW
3488 * gdbint.texinfo (Releasing GDB): Point to
3489 README-maintainer-mode file for required autoconf version.
3490 * configure.ac: Do not substitute datarootdir, htmldir,
3491 pdfdir, docdir. Do not process --with-datarootdir,
3492 --with-htmldir, --with-pdfdir, --with-docdir.
3493 * configure: Regenerate.
3494
81ecdfbb
RW
3495 * configure: Regenerate.
3496
4efc6507
DE
34972009-08-20 Reid Kleckner <reid@kleckner.net>
3498
3499 * gdb.texinfo: Add chapter on JIT interface.
3500
43089a6e
NR
35012009-08-07 Nick Roberts <nickrob@snap.net.nz>
3502
3503 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 3504 confirmation request.
43089a6e 3505
99e008fe
EZ
35062009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
3507
c8d5aac9
L
3508 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
3509 CRC definitions.
99e008fe 3510
48cb2d85
VP
35112009-08-03 Vladimir Prus <vladimir@codesourcery.com>
3512
3513 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 3514 -break-commands.
48cb2d85 3515
ff1a52c6
UW
35162009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3517
3518 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
3519 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
3520
3285f3fe
UW
35212009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3522
3523 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
3524 "set spu stop-on-load" and "show spu stop-on-load" commands.
3525
e35359c5
UW
35262009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3527
3528 * gdb.texinfo (Target Descriptions): Document <compatible> element.
3529
58d6951d
DJ
35302009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3531
3532 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
3533 org.gnu.gdb.arm.neon.
3534
08d16641
PA
35352009-07-20 Pedro Alves <pedro@codesourcery.com>
3536
3537 * gdb.texinfo (Target Description Format): Mention the new <osabi>
3538 optional element.
3539 (subsection OS ABI): New subsection.
3540
782b2b07
SS
35412009-07-14 Stan Shebs <stan@codesourcery.com>
3542
3543 * gdb.texinfo (Tracepoint Conditions): New section.
3544 (General Query Packets): Describe ConditionalTracepoints.
3545 (Tracepoint Packets): Describe condition field.
3546 (Maintenance Commands): Describe maint agent-eval.
3547 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
3548
9b117ef3
HZ
35492009-07-11 Hui Zhu <teawater@gmail.com>
3550
3551 * gdb.texinfo (disassemble): Add a new modifier /r
3552 to "disassemble" command to make it print the raw instructions
3553 in hex as well as in symbolic form.
3554
f5a33284
TT
35552009-07-09 Tom Tromey <tromey@redhat.com>
3556
3557 * gdbint.texinfo (Testsuite): Document parallel make check.
3558
812f7342
TT
35592009-07-09 Tom Tromey <tromey@redhat.com>
3560
3561 * gdbint.texinfo (Testsuite): Document test transcripts.
3562
fbb8f299
PM
35632009-07-10 Phil Muldoon <pmuldoon@redhat.com>
3564
3565 * gdb.texinfo (Values From Inferior): Add length parameter
3566 description.
3567
dd8f35ac
EZ
35682009-07-04 Chris Genly <chris@genly.us>
3569
3570 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
3571 in -var-list-children. Fix example according to what the code
3572 does.
3573
2277426b
PA
35742009-07-02 Pedro Alves <pedro@codesourcery.com>
3575
3576 * gdb.texinfo (Debugging multiple inferiors): Document the
3577 "inferior", "detach inferior" and "kill inferior" commands.
3578 (Debugging Programs with Multiple Processes): Adjust to mention
3579 generic "inferior" commands. Delete mention of "detach fork" and
3580 "delete fork". Cross reference to "Debugging multiple inferiors"
3581 section.
3582
a6d9a66e
UW
35832009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3584
5af949e3
UW
3585 * gdbint.texinfo (Item Output Functions): Update signature
3586 for ui_out_field_core_addr.
3587
35882009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3589
3590 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
3591 Update example code extrated from breakpoint.c.
3592
9901a55b 35932009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 3594
9901a55b
PP
3595 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
3596 MI commands.
3597 (GDB/MI Symbol Query): Likewise.
3598 (GDB/MI File Commands): Likewise.
3599 (GDB/MI File Transfer Commands): Likewise.
3600 (GDB/MI Target Manipulation): Likewise.
3601 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 3602
edb3359d
DJ
36032009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
3604
3605 * gdb.texinfo (Debugging Optimized Code): New chapter.
3606 (Compiling for Debugging): Reference it. Move some
3607 text to the new section.
3608
7cd1089b
PM
36092009-06-15 Phil Muldoon <pmuldoon@redhat.com>
3610
3611 * doc/gdb.texinfo (Calling): Document
3612 set-unwind-on-terminating-exception usage.
3613
d4db2f36
PA
36142009-06-11 Pedro Alves <pedro@codesourcery.com>
3615
3616 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
3617 command.
3618
d1a7880c
PA
36192009-06-07 Pedro Alves <pedro@codesourcery.com>
3620
3621 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
3622 references.
3623
473f94e6
UW
36242009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
3625
3626 * gdbint.texinfo: Rename formal parameters to gdbarch function
3627 protoypes from "current_gdbarch" to "gdbarch".
3628
8f500870
TT
36292009-05-28 Tom Tromey <tromey@redhat.com>
3630
3631 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
3632
b6313243
TT
36332009-05-27 Tom Tromey <tromey@redhat.com>
3634
3635 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
3636 feature.
3637 (GDB/MI Variable Objects): Document -var-set-visualizer.
3638
36392009-04-02 Tom Tromey <tromey@redhat.com>
3640
3641 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
3642 feature.
3643 (GDB/MI Variable Objects): Document -var-set-visualizer.
3644
a6bac58e
TT
36452009-05-27 Tom Tromey <tromey@redhat.com>
3646 Thiago Jung Bauermann <bauerman@br.ibm.com>
3647 Phil Muldoon <pmuldoon@redhat.com>
3648
3649 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
3650 (Pretty Printing): New node.
3651 (Selecting Pretty-Printers): Likewise.
3652 (Python API): Update.
3653 (Output Formats): Document /r format.
3654
2c74e833
TT
36552009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
3656 Tom Tromey <tromey@redhat.com>
3657
3658 * gdb.texinfo (Types In Python): New node.
3659 (Values From Inferior): "type" is now an attribute.
3660 (Python API): Update.
3661
89c73ade
TT
36622009-05-27 Tom Tromey <tromey@redhat.com>
3663 Thiago Jung Bauermann <bauerman@br.ibm.com>
3664 Phil Muldoon <pmuldoon@redhat.com>
3665
3666 * gdb.texinfo: Add @syncodeindex for `tp'.
3667 (Python API): Update.
3668 (Auto-loading): New node.
3669 (Objfiles In Python): New node.
3670
17a37d48
PP
36712009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
3672
3673 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 3674
6718376f
NR
36752009-05-15 Nick Roberts <nickrob@snap.net.nz>
3676
3677 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
3678
cbe54154
PA
36792009-05-12 Pedro Alves <pedro@codesourcery.com>
3680
3681 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
3682 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
3683 show show-debug-regs' docs.
3684
8e05493c
EZ
36852009-05-08 Eli Zaretskii <eliz@gnu.org>
3686
3687 * gdb.texinfo (Process Record and Replay): Add description of
3688 reverse execution.
3689
b39f4988
JB
36902009-05-07 Joel Brobecker <brobecker@adacore.com>
3691
3692 * gdbint.texinfo (Adding support for debugging core files): New node.
3693 (Native Debugging): Remove the ``Native core file Support'' section.
3694
a2311334
EZ
36952009-05-01 Eli Zaretskii <eliz@gnu.org>
3696
3697 * gdb.texinfo (Process Record and Replay): Improve and clarify.
3698 Add index entries.
3699
53cc454a 37002009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 3701 Michael Snyder <msnyder@vmware.com>
53cc454a 3702
a2311334
EZ
3703 * gdb.texinfo: (Process Record and Replay): Add documentation for
3704 process record and replay.
53cc454a 3705
484086b7
JK
37062009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3707
3708 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
3709 a new part on command-line defined macros.
3710
32ae1842
EZ
37112009-04-25 Eli Zaretskii <eliz@gnu.org>
3712
3713 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
3714 clarify the wording.
3715
b14b1491
TT
37162009-04-23 Tom Tromey <tromey@redhat.com>
3717
3718 * gdb.texinfo (Data Files): New node.
3719 (GDB Files): Update menu.
3720
5c1e86e1
JB
37212009-04-23 Joel Brobecker <brobecker@adacore.com>
3722
3723 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 3724 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 3725
83eba9b7
VP
37262009-04-22 Vladimir Prus <vladimir@codesourcery.com>
3727
3728 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
3729
e31198c4
HZ
37302009-04-22 Hui Zhu <teawater@gmail.com>
3731
3732 * gdb.texinfo (disassemble-next-line): Set the default of
3733 disassemble-next-line to off.
3734
26e251b6
JM
37352009-04-21 Joseph Myers <joseph@codesourcery.com>
3736
3737 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
3738 --with-htmldir): New.
3739 * configure: Regenerate.
3740 * Makefile.in (datarootdir, docdir): Define.
3741 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
3742 instead of $(SET_TEXINPUTS).
3743 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
3744 gdbint.info instead of $(SET_TEXINPUTS).
3745 (gdbint/index.html): Use same -I options as for building
3746 gdbint.info.
3747 (stabs.dvi, stabs.pdf): Use same -I options as for building
3748 stabs.info instead of $(SET_TEXINPUTS).
3749 (stabs/index.html): Use same -I options as for building
3750 stabs.info.
3751 (annotate.dvi, annotate.pdf): Use same -I options as for building
3752 annotate.info instead of $(SET_TEXINPUTS).
3753 (annotate/index.html): Use same -I options as for building
3754 annotate.info.
3755
eac35c4e
DD
37562009-04-21 David Daney <ddaney@caviumnetworks.com>
3757
3758 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
3759
29b0e8a2
JM
37602009-04-21 Joseph Myers <joseph@codesourcery.com>
3761
3762 * gdb.texinfo (Source Path): Document --with-relocated-sources.
3763
2b831889 37642009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 3765 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
3766
3767 * Makefile.in (MAKEHTML): Set to makeinfo --html.
3768 (MAKEHTMLFLAGS): Set to empty.
3769 (html__strip_dir): Define.
3770 (HTMLFILES): Define.
3771 (HTMLFILES_INSTALL): Define.
3772 (install-html): Copy new automake rule.
3773 (html): Depend on $(HTMLFILES).
3774 (gdb_toc.html): Rename to gdb/index.html.
3775 (gdbint_toc.html): Rename to gdbint/index.html.
3776 (stabs_toc.html): Rename to stabs/index.html.
3777 (annotate_toc.html): Rename to annotate/index.html.
3778
89a34d1b
JM
37792009-04-17 Carlos O'Donell <carlos@codesourcery.com>
3780
3781 * Makefile.in: Set pdfdir and htmldir from configure
3782 substitutions.
3783 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
3784 * configure: Regenerate.
3785
a2d5da46
JB
37862009-04-16 Joel Brobecker <brobecker@adacore.com>
3787
3788 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
3789 This macro is no longer used.
3790
732f6a93
TT
37912009-04-15 Tom Tromey <tromey@redhat.com>
3792
3793 * gdb.texinfo (Character Sets): Document default character set.
3794
87f9adc1
PM
37952009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
3796
3797 * gdbint.texinfo: Change server name from sources.redhat.com to
3798 sourceware.org throughout.
3799
2c88c651
JB
38002009-04-09 Joel Brobecker <brobecker@adacore.com>
3801
3802 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
3803 about a missing dot or coma after @xref.
3804
4f5376b2
JB
38052009-04-02 Joel Brobecker <brobecker@adacore.com>
3806
3807 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
3808 example, and add a small explanation about it.
3809 (Print Settings): Change the documentation of the "set print
3810 frame-arguments" to reflect the fact that the default is now "scalars".
3811
a0381d3a
JB
38122009-04-02 Joel Brobecker <brobecker@adacore.com>
3813
3814 * gdb.texinfo (Print Settings): Add kindex for command "set
3815 print frame-arguments".
3816
45ac276d
JB
38172009-03-31 Joel Brobecker <brobecker@adacore.com>
3818
3819 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
3820 breakpoints.
3821 (Set Breaks): Add reference to thread-specific and task-specific
3822 breakpoints.
3823
32cd1edc
JB
38242009-03-31 Joel Brobecker <brobecker@adacore.com>
3825
3826 * gdb.texinfo (Ada Tasks): Remove the documentation about
3827 the "Running" state, as this state has been eliminated.
3828 Now all runnable tasks are shown as "Runnable".
3829
1042e4c0
SS
38302009-03-30 Stan Shebs <stan@codesourcery.com>
3831
3832 * gdb.texinfo (Tracepoints): Describe tracepoints as a
3833 special case of breakpoints.
3834 (Enable and Disable Tracepoints): Mention deprecation.
3835 (Listing Tracepoints): Update description and example.
3836
f8f6f20b
TJB
38372009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3838
3839 * gdb.texinfo (Frames in Python): New node.
3840 (Python API): Update.
3841
c0c6f777
TJB
38422009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
3843
3844 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
3845 from a method to an attribute.
3846
def2b000
TJB
38472009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
3848
3849 * gdb.texinfo (Values From Inferior): Document is_optimized_out
3850 attribute.
3851
a07daef3
PA
38522009-03-25 Pedro Alves <pedro@codesourcery.com>
3853
3854 * observer.texi (thread_exit): Add "silent" parameter.
3855
f3b1572e
PA
38562009-03-22 Pedro Alves <pedro@codesourcery.com>
3857
3858 * observer.texi (about_to_proceed): New.
3859
587afa38
EZ
38602009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
3861
3862 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
3863 field throughout to handle types with spaces in them. Fix typos
3864 found by aspell.
3865 (Summary, Requirements, Contributors): New first chapter,
3866 "Summary" added, old Requirements section moved there, and new
3867 section, "Contributors" added.
3868 (Initializing a New Architecture, Register Representation)
3869 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
3870 (Porting gdb): These sections extended and updated.
3871 (Compiler Characteristics): This section (empty) deleted.
3872 (Defining Other Architecture Features): This section renamed and
3873 duplicate material removed from (formerly "Target Conditionals").
3874 Use braces {} in @deftypeXX type field throughout to handle types
3875 with spaces in them. Typos found by aspell fixed.
3876
3877 * stack_frame.svg: New file, source of image for gdbint.texinfo.
3878 * stack_frame.pdf: Version of image for PDF output.
3879 * stack_frame.png: Version of image for HTML output and for Emacs.
3880 * stack_frame.txt: Version of image for Info output.
1db61298 3881 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 3882
10af6951
EZ
38832009-03-21 Eli Zaretskii <eliz@gnu.org>
3884
3885 * gdb.texinfo (Character Sets): Fix last change.
3886
cc924cad
TJB
38872009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
3888
3889 * gdb.texinfo (Values From Inferior): Fix optional arguments
3890 markup.
3891 (Commands In Python): Adjust argument names of gdb.Command.__init__
3892 to what the function accepts as keywords.
3893
bc3b79fd
TJB
38942008-03-20 Tom Tromey <tromey@redhat.com>
3895
3896 * gdb.texinfo (Convenience Vars): Document convenience functions.
3897 (Functions In Python): New node.
3898 (Python API): Update.
3899
6c7a06a3
TT
39002009-03-20 Tom Tromey <tromey@redhat.com>
3901
3902 * gdb.texinfo (Character Sets): Remove obsolete text. Document
3903 set target-wide-charset.
3904 (Requirements): Mention iconv.
3905
b646ddd4
HZ
39062009-03-17 Hui Zhu <teawater@gmail.com>
3907
3908 * gdb.texinfo: Change the introduce of "disassemble-next-line".
3909
91440f57
HZ
39102009-03-17 Hui Zhu <teawater@gmail.com>
3911
3912 * gdb.texinfo: Add documentation for disassemble-next-line.
3913
8fd41227
TJB
39142009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
3915
3916 * gdb.texinfo (Commands In Python): Remove tindex entries.
3917
61ff14c6
JK
39182009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3919
3920 * gdb.texinfo (Returning): New description for missing debug info.
3921
0b16c5cf
PA
39222009-03-14 Pedro Alves <pedro@codesourcery.com>
3923
3924 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 3925 (General Query Packets): Document qAttached.
0b16c5cf 3926
32fc0df9
PA
39272009-03-05 Pedro Alves <pedro@codesourcery.com>
3928
3929 * gdb.texinfo (Background Execution): Better describe the set
3930 target-async command.
3931 (Maintenance Commands): Delete description of the `maint set/show
3932 linux-async' and `maint set/show remote-async' commands.
3933
134eb42c
VP
39342009-02-18 Vladimir Prus <vladimir@codesourcery.com>
3935
3936 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
3937 between sentences.
3938
c86cf029
VP
39392009-02-18 Vladimir Prus <vladimir@codesourcery.com>
3940
3941 * gdb.texinfo (GDB/MI Async Records): Document the
3942 =library-loaded and =library-unloaded notifications.
3943
3ea85240
VP
39442009-02-17 Vladimir Prus <vladimir@codesourcery.com>
3945
3946 * observer.texi (test_notification): New observer.
3947
1d33d6ba
VP
39482009-02-14 Vladimir Prus <vladimir@codesourcery.com>
3949
61ff14c6
JK
3950 * observer.texi: Add parameter 'print_frame' to normal_stop
3951 observer.
1d33d6ba 3952
d721c933
EZ
39532009-02-07 Eli Zaretskii <eliz@gnu.org>
3954
3955 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
3956 (Commands In Python): Fix COMMAND_* constants in last change. Use
3957 @kbd for interactive input. Add cross-references and index
3958 entries.
3959
4aa995e1
PA
39602009-02-06 Pedro Alves <pedro@codesourcery.com>
3961
3962 * gdb.texinfo (Signals): Document $_siginfo.
3963 (Convenience Variables): Mention $_siginfo.
3964 (Remote Configuration): Document qXfer:siginfo:read,
3965 qXfer:siginfo:write packets, and the read-siginfo-object,
3966 write-siginfo-object commands.
3967
5f5233d4
PA
39682009-02-06 Pedro Alves <pedro@codesourcery.com>
3969
3970 * gdbint.texinfo (Values): New chapter.
3971
d8906c6f
TJB
39722009-02-06 Tom Tromey <tromey@redhat.com>
3973
3974 * gdb.texinfo (Python API): Add entry for Commands In Python.
3975 (Commands In Python): New node.
3976
b6cb8e7d
TJB
39772009-02-05 Tom Tromey <tromey@redhat.com>
3978
3979 * gdb.texinfo (Values From Inferior): Document Value.string.
3980
12453b93
TJB
39812009-02-05 Tom Tromey <tromey@redhat.com>
3982
3983 * gdb.texinfo (Basic Python): Document execute's from_tty
3984 argument.
3985
08c637de
TJB
39862009-02-04 Tom Tromey <tromey@redhat.com>
3987
3988 * gdb.texinfo (Basic Python): Document gdb.history.
3989
592375cd
VP
39902009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3991
3992 * gdb.texinfo (GDB/MI Thread Commands): Document the
3993 'current-thread-id' field. Remove the example with zero threads,
3994 since current GDB won't ever report that if there's inferior.
3995
41447f92
VP
39962009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3997
3998 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
3999 option to -break-insert.
4000
098b41a6
JG
40012009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4002 Jerome Guitton <guitton@adacore.com>
4003
4004 * gdb.texinfo (Startup): Document --with-system-gdbinit.
4005 (System-wide configuration): New section.
4006
3c16cced
PA
40072009-01-26 Pedro Alves <pedro@codesourcery.com>
4008
4009 PR gdb/7580:
4010 * gdb.texinfo (Maintenance Commands): Document "maint set|show
4011 internal-error|internal-warning quit|corefile ask|yes|no".
4012
62709adf
PA
40132009-01-26 Pedro Alves <pedro@codesourcery.com>
4014
4015 * gdb.texinfo (Using the `gdbserver' Program): Document
4016 --remote-debug.
4017
7ce58dd2
DE
40182009-01-23 Doug Evans <dje@google.com>
4019
4020 * gdb.texinfo: Add nexti to list of commands that support
4021 background execution.
4022
adb483fe
DJ
40232009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
4024
4025 * gdb.texinfo (Define, Hooks): Document prefix command support.
4026
a67ec3f4 40272009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 4028 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
4029
4030 Fixes for makeinfo --html.
4031
4032 * annotate.texinfo: Use @copying and @insertcopying. Use
4033 @ifnottex in place of @ifinfo.
4034 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
4035 place of @ifinfo. Use @ifnotinfo for one index entry.
4036 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
4037 in place of @ifinfo.
4038 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
4039 in place of @ifinfo. Include contents at start unconditionally.
4040
84fcdf95
PA
40412009-01-13 Pedro Alves <pedro@codesourcery.com>
4042
4043 * gdb.texinfo (General Query Packets): Remove @var{} around the
4044 "spu" literal string.
4045
fa3a767f
PA
40462009-01-07 Pedro Alves <pedro@codesourcery.com>
4047
4048 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
4049 program may be running in another process" errors.
4050 * gdbint.texinfo (Native Conditionals): Delete
4051 ONE_PROCESS_WRITETEXT description.
4052
9cb011d3
JB
40532009-01-07 Joel Brobecker <brobecker@adacore.com>
4054
4055 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
4056 emacs local variable to be placed at the end of the ChangeLog.
4057 Add server.c and gdbreplay.c to the list of files where the
4058 copyright year needs to be updated.
4059
84603566
SL
40602009-01-06 Sandra Loosemore <sandra@codesourcery.com>
4061
4062 * gdb.texinfo (Remote Configuration): Document new
4063 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
4064 commands.
4065
a53f55d8
PA
40662008-12-28 Pedro Alves <pedro@codesourcery.com>
4067
4068 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
4069 FETCH_INFERIOR_REGISTERS.
4070 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
4071 FETCH_INFERIOR_REGISTERS descriptions. Remove
4072 gdbarch_get_longjmp_target descrition, since already described in
4073 Target Conditionals. Move gdbarch_fp0_regnum description to ...
4074 (Target Conditionals): ... here.
4075
077e0a52
JB
40762008-12-16 Joel Brobecker <brobecker@adacore.com>
4077
4078 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
4079 examples.
4080 (Additions to Ada): Likewise. Add the missing opening and closing
4081 parenthesis of the GDB prompt in one of the examples.
4082
023eb17c
JB
40832008-12-14 Joel Brobecker <brobecker@adacore.com>
4084
4085 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
4086 about the result of 'Address not being of type System.Address.
4087 This problem has been fixed a while ago.
4088
c3b108f7
VP
40892008-12-02 Vladimir Prus <vladimir@codesourcery.com>
4090
4091 MI non-stop and multiprocess docs.
4092
c8d5aac9
L
4093 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
4094 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
4095 Adjust documentation for *stopped, document =thread-created,
4096 =thread-exited, =thread-group-created and =thread-group-exited.
4097 (GDB/MI Thread Commands): Document the 'state' field in
4098 -thread-info output.
4099 (GDB/MI Program Execution): Mention --all and --thread-group
4100 options.
4101 (GDB/MI Variable Objects): Describe floating and fixed variable
4102 objects.
4103 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 4104
07e059b5
VP
41052008-12-02 Vladimir Prus <vladimir@codesourcery.com>
4106
c8d5aac9
L
4107 * gdb.texinfo (Operating System Information): New appendix.
4108 (Operating System Auxiliary Information): Document 'info os processes'
4109 (Remote Configuration): Document 'osdata'
4110 (General Query Packets): Document qXfer:osdata:read.
07e059b5 4111
a80b95ba
TG
41122008-11-27 Tristan Gingold <gingold@adacore.com>
4113
4114 * gdb.texinfo (Darwin): Document Darwin specific features.
4115
a655d424
JK
41162008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4117
4118 * gdbint.texinfo (Target Conditionals): Extend the
4119 gdbarch_breakpoint_from_pc description.
4120
249e1128
VP
41212008-11-22 Vladimir Prus <vladimir@codesourcery.com>
4122
4123 * gdb.texinfo (M68K Features): Fix typo.
4124
c14c28ba
PP
41252008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
4126
4127 * gdb.texinfo (Symbols): Mention printing containing
4128 image name in "info symbol".
4129 (Maint translate-address): Likewise.
889bf7c5 4130
394a6666
JB
41312008-11-18 Joel Brobecker <brobecker@adacore.com>
4132
4133 * gdb.texinfo (Set Catchpoints): Remove the documentation of
4134 commands "catch load" and "catch unload".
4135
66bb093b
VP
41362008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4137
4138 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 4139 =thread-selected.
889bf7c5 4140
4a92f99b
VP
41412008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4142
c8d5aac9 4143 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 4144
f0323ca0
PA
41452008-10-27 Pedro Alves <pedro@codesourcery.com>
4146
4147 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
4148 .mt files, TM_CLIBS or TM_CDEPS.
4149 (x86 Watchpoints): Don't mention TDEPFILES.
4150
8b23ecc4
SL
41512008-10-24 Sandra Loosemore <sandra@codesourcery.com>
4152
4153 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
4154 (Overview): Mention notifications and non-stop mode behavior.
4155 (Packets): Update documentation of ?, vAttach, vCont, and vRun
4156 with non-stop mode behavior. Add vStopped description.
4157 (Stop Reply Packets): Update list of packets that return
4158 stop replies. Mention non-stop behavior.
4159 (General Query Packets): Document QNonStop packet and associated
4160 qSupported query response.
4161 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
4162 behavior.
4163 (Notification Packets): New section.
4164 (Remote Non-Stop): New section.
4165 (File-I/O Overview): Mention non-stop behavior.
4166
fff08868
HZ
41672008-10-24 Hui Zhu <teawater@gmail.com>
4168 Pedro Alves <pedro@codesourcery.com>
4169
4170 * gdb.texinfo (displaced-stepping): Describe the auto mode
4171 setting, and say it's the default. This is now a mainstream
4172 setting instead of a maintenance setting.
4173
252fbfc8
PA
41742008-10-23 Pedro Alves <pedro@codesourcery.com>
4175
4176 * observer.texi (thread_stop_requested): New.
4177
20924a55
JB
41782008-10-22 Joel Brobecker <brobecker@adacore.com>
4179
4180 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
4181 (Patching): Replace incorrect usage of @samp by @kbd.
4182
bacec72f
MS
41832008-10-17 Michael Snyder <msnyder@vmware.com>
4184
4185 * gdb.texinfo: Add documentation for reverse execution.
4186
a08702d6 41872008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 4188 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
4189
4190 * gdb.texinfo. (Values From Inferior): New subsubsection.
4191
d97bc12b
DE
41922008-10-06 Doug Evans <dje@google.com>
4193
4194 * gdb.texinfo (set debug dwarf2-die): Document it.
4195
87f67dba
JB
41962008-10-01 Joel Brobecker <brobecker@adacore.com>
4197
4198 * gdb.texinfo (catch) [exception]: Document how to insert
4199 a breakpoint on user-defined exceptions when the exception
4200 name is identical to one of the language-defined ones.
4201
2fae03e8
TT
42022008-09-27 Tom Tromey <tromey@redhat.com>
4203
4204 * gdb.texinfo (Macros): Remove text about stringification,
4205 varargs, and splicing.
4206
5c6ce71d
TT
42072008-09-27 Tom Tromey <tromey@redhat.com>
4208
4209 * gdbint.texinfo (Language Support): Remove text about omitting
4210 support for a language.
4211
07128da0
DE
42122008-09-23 Doug Evans <dje@google.com>
4213
4214 * gdb.texinfo (info dcache): Update.
4215
b90a069a
SL
42162008-09-22 Sandra Loosemore <sandra@codesourcery.com>
4217
4218 * gdb.texinfo (Packets): Add info on thread-id syntax and
4219 multiprocess extensions.
4220 <D>: Document multiprocess form of packet.
4221 <H>: Use thread-id syntax.
4222 <T>: Likewise.
4223 <vCont>: Likewise. Note this is required for multiprocess.
4224 <vKill>: New packet.
4225 (Stop Reply Packets) <T>: Use thread-id syntax.
4226 <W>: Document multiprocess form of reply.
4227 <X>: Likewise.
4228 (General Query Packets) <qC>: Use thread-id syntax.
4229 <qfThreadInfo>: Likewise.
4230 <qGetTLSAddr>: Likewise.
4231 <qP>: Likewise.
4232 <qSupported>: Add "multiprocess" feature.
4233 <qThreadExtraInfo>: Use thread-id syntax.
4234
b77209e0
PA
42352008-09-22 Stan Shebs <stan@codesourcery.com>
4236
4237 * gdb.texinfo (Inferiors): New section.
4238
3d0bb823
PA
42392008-09-12 Pedro Alves <pedro@codesourcery.com>
4240
4241 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
4242
f8dcfc0a
UW
42432008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
4244
4245 * gdbint.texinfo (Target Conditionals): Remove documentation
4246 for gdbarch_name_of_malloc.
4247
8775bb90
MS
42482008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
4249
4250 * gdb.texinfo (Interrupts): Mention TCP interface for
4251 sending BREAK.
4252
f1838a98
UW
42532008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
4254
4255 * gdb.texinfo (Commands to Specify Files): Document "remote:"
4256 argument prefix to "set sysroot".
4257
158c7665
PH
42582008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
4259
4260 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
4261 and False.
4262
30e026bb
VP
42632008-08-20 Vladimir Prus <vladimir@codesourcery.com>
4264
c8d5aac9
L
4265 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
4266 for possible features of -list-features.
30e026bb 4267
c6ebd6cf
VP
42682008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4269
c8d5aac9 4270 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
4271 (GDB/MI Miscellaneous Commands): Document -list-target-features.
4272
aeac0ff9
VP
42732008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4274
4275 * doc/gdb.texinfo (PowerPC): Fix typo.
4276 (PowerPC features): Fix typo.
4277
5231c1fd
PA
42782008-08-18 Pedro Alves <pedro@codesourcery.com>
4279
4280 * observer.texi (thread_ptid_changed): New.
4281
677c5bb1
LM
42822008-08-18 Luis Machado <luisgpm@br.ibm.com>
4283
4284 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
4285 (PowerPC features): Mention feature set for VSX registers.
4286
f3a2dd1a
JB
42872008-08-13 Joel Brobecker <brobecker@adacore.com>
4288
4289 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
4290 the direct visibility of all names in user-written packages.
4291
33e5cbd6
PA
42922008-08-13 Pedro Alves <pedro@codesourcery.com>
4293
4294 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
4295 setting, and make it the default.
4296 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
4297 non-stop script example.
4298
d0384fc4
TJB
42992008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
4300
4301 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
4302 reference to the "Using Different Register and Memory Data
4303 Representation" section.
4304
a6f3e723
SL
43052008-08-12 Sandra Loosemore <sandra@codesourcery.com>
4306
4307 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
4308 (Remote Protocol): Add Packet Acknowledgment to menu.
4309 (Overview): Mention +/- can be disabled, and point to new section
4310 where this is discussed in detail.
4311 (General Query Packets): Document QStartNoAckMode packet, and
4312 corresponding qSupported reply.
4313 (Packet Acknowledgment): New section.
4314
0606b73b
SL
43152008-08-11 Sandra Loosemore <sandra@codesourcery.com>
4316 Pedro Alves <pedro@codesourcery.com>
4317
4318 * gdb.texinfo (Threads): Move paragraph about automatic thread
4319 selection to All-Stop Mode subsection.
4320 (Thread Stops): Reorganize existing material into subsections.
4321 Add introductory blurb and menu.
4322 (Non-Stop Mode): New subsection.
4323 (Background Execution): New subsection.
4324 (Maintenance Commands): Add cross-references from async mode
4325 commands to the new Background Execution section.
4326
d57a3c85
TJB
43272008-08-06 Tom Tromey <tromey@redhat.com>
4328
4329 * gdb.texinfo (Extending GDB): New chapter.
4330 (Sequences): Demoted chapter, now a section under the new
4331 Extending GDB chapter.
4332 (Python): New section.
4333
6d76a53d
SS
43342008-07-31 Stan Shebs <stan@codesourcery.com>
4335
4336 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
4337
1f70da6a
SS
43382008-07-29 Stan Shebs <stan@codesourcery.com>
4339
4340 * gdbint.texinfo: General round of cleanup and minor
4341 clarifications.
4342 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
4343 (Longjmp Support): Update description to reflect how it is done
4344 for targets without using native header.
4345 (Symbol Handling): Add a little more general explanation.
4346 (COFF, ELF): Mention stabs encapsulation.
4347 (DWARF 3): New section.
4348 (Adding a New Host): Scrub out some obsolete bits.
4349 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
4350 (Host Conditionals): Remove descriptions of NO_STD_REGS,
4351 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
4352 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
4353 SEEK_SET, STOP_SIGNAL, USG.
4354 (Raw and Virtual Register Representations): Ditto for
4355 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
4356 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
4357 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
4358 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
4359 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
4360 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
4361 DEPRECATED_REGISTER_VIRTUAL_SIZE,
4362 DEPRECATED_REGISTER_VIRTUAL_TYPE,
4363 DEPRECATED_USE_STRUCT_CONVENTION.
4364 Describe gdbarch_deprecated_fp_regnum.
4365 Update description of gdbarch_print_insn.
4366 (Adding a New Target): Scrub out obsolete bits.
4367 (Obsolete Conditionals): Remove entire section.
4368
383f836e
TT
43692008-07-25 Tom Tromey <tromey@redhat.com>
4370
4371 * observer.texi (GDB Observers): Document new observers:
4372 breakpoint_created, breakpoint_deleted, breakpoint_modified,
4373 tracepoint_created, tracepoint_deleted, tracepoint_modified,
4374 architecture_changed.
4375
cfd8ab24
SS
43762008-07-21 Stan Shebs <stan@codesourcery.com>
4377
4378 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
4379 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
4380
781b42b0
TT
43812008-07-21 Tom Tromey <tromey@redhat.com>
4382
4383 * observer.texi (GDB Observers): Remove obsolete comment.
4384 <executable_changed>: Remove argument.
4385
d7d9f01e
TT
43862008-07-18 Tom Tromey <tromey@redhat.com>
4387
4388 * gdb.texinfo (Macros): Update. Use @code rather than @command.
4389
bf250677
DE
43902008-07-10 Doug Evans <dje@google.com>
4391
4392 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
4393
10568435
JK
43942008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4395
4396 * gdb.texinfo (Starting): Document "set disable-randomization".
4397
5ae4183a
AS
43982008-07-07 Andreas Schwab <schwab@suse.de>
4399
4400 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
4401
b56e7235
VP
44022008-07-06 Vladimir Prus <vladimir@codesourcery.com>
4403
4404 * gdb.texinfo (GDB/MI Target Manipulation): Add
4405 example of -target-attach.
4406
e1ac3328
VP
44072008-06-10 Vladimir Prus <vladimir@codesourcery.com>
4408
4409 * observer.texi (target_resumed): New observer.
5ae4183a 4410 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 4411
65d12d83
TT
44122008-06-06 Tom Tromey <tromey@redhat.com>
4413
4414 * gdb.texinfo (Completion): Add field name example.
4415
fbc5282e
MK
44162008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
4417
4418 * gdb.texinfo (GDB/MI Program Context): Added example
4419 to -exec-arguments
5ae4183a 4420
fbc5282e 44212008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
4422
4423 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
4424 annotation.
4425
c16158bc 44262008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
4427 Nathan Sidwell <nathan@codesourcery.com>
4428 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
4429
4430 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
4431 and ACX_BUGURL.
4432 * configure: Regenerate.
4433 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
4434 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
4435 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
4436 mailing-list-specific text about bug reporting unless
4437 BUGURL_DEFAULT.
4438
75c99385
PA
44392008-06-05 Pedro Alves <pedro@codesourcery.com>
4440
4441 * gdb.texinfo (-target-select): Remove reference to target async.
4442 (Maintenance Commands): Document "maint set/show remote-async".
4443
1763a388
MK
44442008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
4445
4446 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
4447 in -target-file-get section.
5ae4183a 4448
d0d064df
PA
44492008-05-22 Pedro Alves <pedro@codesourcery.com>
4450
9b562ab8
PA
4451 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
4452 killing the inferior when it is already debugging a process.
d0d064df 4453
8dfa32fc
JB
44542008-05-21 Joel Brobecker <brobecker@adacore.com>
4455
4456 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
4457 abbreviation for "finish".
4458
55f996a7
NR
44592008-05-21 Nick Roberts <nickrob@snap.net.nz>
4460
4461 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
4462
ba2b1c56
DJ
44632008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
4464
4465 * gdbint.texinfo (Target Conditionals): Delete entry for
4466 gdbarch_dwarf_reg_to_regnum.
4467
08388c79
DE
44682008-05-09 Doug Evans <dje@google.com>
4469
a3c83fae 4470 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 4471
d14508fe
DE
44722008-05-05 Doug Evans <dje@google.com>
4473
4474 * gdb.texinfo (disassemble): Document /m modifier.
4475
e2b7ddea
VP
44762008-05-05 Vladimir Prus <vladimir@codesourcery.com>
4477
5ae4183a
AS
4478 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
4479 will not report the time of commands that run the target.
e2b7ddea 4480
8eb41542
VP
44812008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4482
4483 * gdb.texinfo (GDB/MI Output Records): Add
4484 missing semicolon.
4485
82f68b1c
VP
44862008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4487
4488 * gdb.texinfo (GDB/MI Output Records):
4489 Document =thread-create and =thread-exited.
4490
fa0f268d
VP
44912008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4492
4493 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 4494 Remove mention of dmi-discuss.
fa0f268d 4495
063bfe2e
VP
44962008-05-03 Pedro Alves <pedro@codesourcery.com>
4497
4498 * observer.texi (thread_exit): New.
4499
237fc4c9
PA
45002008-05-02 Pedro Alves <pedro@codesourcery.com>
4501
4502 * gdb.texinfo (Debugging Output): Document "set/show debug
4503 displaced".
4504 (Maintenance Commands): Document "maint set/show
4505 can-use-displaced-stepping".
4506
0428b8f5
DJ
45072008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
4508
4509 * gdb.texinfo (ARM): Document set/show arm fallback-mode
4510 and set/show arm force-mode.
4511
5009afc5
AS
45122008-05-02 Andreas Schwab <schwab@suse.de>
4513
4514 * gdbint.texinfo (Algorithms): Describe
4515 target_watchpoint_addr_within_range.
4516
669fac23
DJ
45172008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
4518
4519 * gdbint.texinfo (Stack Frames): New chapter.
4520 (Algorithms): Move Frames text to the new chapter.
4521 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
4522 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
4523
721c02de
VP
45242008-04-24 Vladimir Prus <vladimir@codesourcery.com>
4525
5ae4183a
AS
4526 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
4527 output does not necessary include any tokens.
721c02de 4528
c055b101
CV
45292008-04-22 Corinna Vinschen <vinschen@redhat.com>
4530
4531 * gdb.texinfo (Set SH Calling convention): New @item.
4532 (Show SH Calling convention): Ditto.
4533
68837c9d
MD
45342008-04-22 Markus Deuling <deuling@de.ibm.com>
4535
4536 * gdb.texinfo (Fortran Operators): Describe '%' operator.
4537
2e9132cc
EZ
45382008-04-20 Eli Zaretskii <eliz@gnu.org>
4539
4540 * gdb.texinfo (Set Breaks): Mention that multiple location
4541 breakpoints need line number info. Add index entries.
4542
31fffb02
CS
45432008-04-19 Craig Silverstein <csilvers@google.com>
4544
4545 * gdb.texinfo (Requirements): Add an optional requirement on
4546 zlib.
4547 * gdbint.texinfo (Debugging File Formats): Add new subsection for
4548 Compressed DWARF 2.
4549
a47ec5fe
AR
45502008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
4551
4552 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
4553 sample output for 'stopped,reason="breakpoint-hit"' message.
4554 (GDB/MI Program Execution): Likewise.
4555
de051565
MK
45562008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
4557
5ae4183a 4558 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
4559 -var-set-format. Add -f option to -var-evaluate-expression.
4560
6ba66d6a
JB
45612008-04-03 Joel Brobecker <brobecker@adacore.com>
4562
4563 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
4564 new node "Ambiguous Expressions". Replace references to this
4565 node by references to "Ambiguous Expressions" throughout.
4566 (Ambiguous Expressions): New node.
4567
1e26b4f8
DJ
45682008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
4569
4570 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
4571
b84876c2
PA
45722008-03-21 Pedro Alves <pedro@codesourcery.com>
4573
4574 * gdb.texinfo (Debugging Output): Document
4575 "set/show debug lin-lwp-async".
4576 (Maintenance Commands): Document "maint set/show linux-async".
4577
63092375
DJ
45782008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
4579
4580 * gdb.texinfo (Expressions): Update description of malloced arrays.
4581
8e8901c5
VP
45822008-03-15 Vladimir Prus <vladimir@codesourcery.com>
4583
4584 * gdb.texinfo (Thread Commands): Document
4585 -thread-info. Remove -thread-list-all-threads.
4586
1fddbabb
PA
45872008-03-14 Pedro Alves <pedro@codesourcery.com>
4588 Sandra Loosemore <sandra@codesourcery.com>
4589
4590 * gdb.texinfo (Library List Format): Update to mention the
4591 possibility to pass section addresses instead of segment
4592 addresses.
4593
ccd213ac
DJ
45942008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
4595
4596 * gdb.texinfo (Starting): Document "set exec-wrapper".
4597 (Server): Document gdbserver --wrapper.
4598
fa4727a6
DJ
45992008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
4600
4601 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
4602 unreadable memory. Delete obsolete SPARClite reference.
4603
8edfe269
DJ
46042008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
4605
4606 * gdb.texinfo (Starting): Mention always-running targets.
4607 (Target Commands): Add an anchor for load.
4608 (Connecting): Explain continue instead of run.
4609
1843f87b
DJ
46102008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4611
4612 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
4613
f9082629
NR
46142008-02-26 Nick Roberts <nickrob@snap.net.nz>
4615
4616 * gdb.texinfo (Set Breaks): Revert description of Enb column of
4617 breakpoint table.
4618
fd96d250
PA
46192008-02-19 Pedro Alves <pedro@codesourcery.com>
4620
4621 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
4622 killing the inferior when it is already debugging a process.
4623
36af4ef6
MD
46242008-02-13 Markus Deuling <deuling@de.ibm.com>
4625
4626 * gdbint.texinfo (Build Script): New section. Mention new build script
4627 gdb_buildall.sh.
4628
cda4ce5a
JB
46292008-02-01 Jim Blandy <jimb@red-bean.com>
4630
4631 * gdb.texinfo (Help): Summarize 'info args' correctly.
4632
4acd40f3
TJB
46332008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4634
4635 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
4636 available in PowerPC architecture.
4637 (Embedded Processors): Change node name of PowerPC item in menu.
4638 (PowerPC): Rename to...
4639 (PowerPC Embedded): this.
4640 (Architectures): Add new PowerPC item in menu.
4641 (PowerPC): New node.
4642
6e6c6f50
DJ
46432008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
4644
4645 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
4646 commands.
4647
5ee187d7
DJ
46482008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
4649
4650 * gdb.texinfo (Setting Catchpoints): Mention features
4651 supported on GNU/Linux.
4652
e275c0d9
NR
46532008-01-30 Nick Roberts <nickrob@snap.net.nz>
4654
4655 * gdb.texinfo (GDB/MI File Commands): Describe new output
4656 field for MI command -file-list-exec-source-file.
4657
2d717e4f
DJ
46582008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
4659
4660 * gdb.texinfo (Using the `gdbserver' Program): Add security
4661 warning. Rearrange into subsections and subsubsections. Document
4662 --multi and --debug. Correct --with-sysroot typo. Update --attach
4663 usage. Make load reference clearer. Document monitor exit.
4664 (Remote Configuration): Document set remote exec-file, attach-packet,
4665 and run-packet.
4666 (Packets): Document vAttach and vRun.
4667
d35a4257 46682008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
4669
4670 * gdb.texinfo (Processes): Mention process command.
889bf7c5 4671 detach-on-follow -> detach-on-fork.
f663676d 4672
c78d192c
DJ
46732008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4674
4675 * gdbint.texinfo (Native Conditionals): Remove
4676 SHELL_COMMAND_CONCAT and SHELL_FILE.
4677
d35a4257
EZ
46782008-01-26 Eli Zaretskii <eliz@gnu.org>
4679
4680 * gdb.texinfo (Specify Location): Improve wording.
4681
93815fbf
VP
46822008-01-23 Chris Demetriou <cgd@google.com>
4683
4684 * gdb.texinfo (Threads): Document new "set print thread-events"
4685 and "show print thread-events" commands.
4686
2a25a5ba
EZ
46872008-01-19 Eli Zaretskii <eliz@gnu.org>
4688
4689 * gdb.texinfo (Specify Location): New section.
4690 (Delete Breaks, Edit, Set Breaks): Remove description of
4691 locations. Instead, add a reference to "Specify Location".
4692 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
4693 (Symbols): Refer to "Specify Location" for the valid forms of
4694 linespecs and locations.
4695
32c9a795
MD
46962008-01-18 Markus Deuling <deuling@de.ibm.com>
4697
4698 * gdbint.texinfo (Target Conditionals): Replace the description of
4699 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
4700
b17828ca
JB
47012008-01-12 Paul Hilfinger <hilfinger@adacore.com>
4702
4703 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
4704 about &&var, which is rejected by the expression parser.
4705
0aea4bf3
LM
47062008-01-09 Luis Machado <luisgpm@br.ibm.com>
4707
4708 * gdb.texinfo (Output): Update documentation on using printf with DFP
4709 types.
4710
febe4383
TJB
47112008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
4712
4713 * gdb.texinfo (C and C++): Add Decimal Floating Point format
4714 subsubsection.
4715 (Decimal Floating Point format): New subsubsection.
4716
7a404eba
PA
47172008-01-05 Pedro Alves <pedro@codesourcery.com>
4718
4719 * gdb.texinfo (File Options): Remove mention of the attempt to
4720 open a core file with the -p option. Don't list -c as a valid
4721 option to attach to a process.
4722
a4d9b460
PA
47232008-01-05 Pedro Alves <pedro@codesourcery.com>
4724
4725 * gdbint.texinfo (Host Conditionals): Remove mention of
4726 ALIGN_STACK_ON_ENTRY.
4727
6ec2edbe
JB
47282008-01-05 Joel Brobecker <brobecker@adacore.com>
4729
4730 * gdbint.texinfo (Start of New Year Procedure): Add item
4731 describing how to update the source and documentation copyright
4732 notices.
4733
d8b2a693
JB
47342007-12-18 Jim Blandy <jimb@codesourcery.com>
4735
ab209b3a 4736 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
4737 watchpoint explanation into the main description of the watchpoint
4738 command; update synopses of 'watch', 'rwatch', and 'awatch'
4739 commands.
4740
8b4ed427
VP
47412007-12-18 Vladimir Prus <vladimir@codesourcery.com>
4742
4743 * gdb.texinfo (Miscellaneous gdb/mi Commands):
4744 Document 'pending-breakpoints' feature of
4745 -list-features.
4746
37e4754d
LM
47472007-12-17 Luis Machado <luisgpm@br.ibm.com>
4748
669fac23 4749 * gdb.texinfo: Add new parameter's description.
37e4754d 4750
1d3811f6
DJ
47512007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
4752
4753 * gdb.texinfo (Overview): Clarify run-length encoding
4754 example. Remove the restriction on "+" and "-" characters.
4755
c1c25a1a
EZ
47562007-12-15 Eli Zaretskii <eliz@gnu.org>
4757
4758 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
4759
afe8ab22 47602007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 4761
afe8ab22
VP
4762 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
4763 the -f option for -break-insert, remove -r option,
4764 and clarify specification of location.
4765
a6b151f1
DJ
47662007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
4767
4768 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
4769 formatting.
4770 (Remote Debugging): Add File Transfer section.
4771 (Remote Configuration): Document Host I/O packets.
4772 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 4773 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
4774 (Packets): Add vFile.
4775
3b784c4f
EZ
47762007-11-17 Eli Zaretskii <eliz@gnu.org>
4777
4778 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
4779 breakpoints with multiple locations.
4780 (Breakpoint Menus): Improve wording.
4781 (Output): Fix last change.
4782
a4ce5b0d
UW
47832007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
4784
4785 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
4786
1b39d5c0
DE
47872007-11-15 Doug Evans <dje@google.com>
4788
4789 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
4790
7a72d44c
VP
47912007-11-15 Vladimir Prus <vladimir@codesourcery.com>
4792
4793 * gdbint.texinfo (Native Conditionals): Remove
4794 mention of CLEAR_SOLIB.
5ae4183a 4795
6d1829bf 47962007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
4797
4798 * gdb.texinfo (Print Settings): Add documentation for "set/show
4799 print frame-arguments".
4800
1a619819
LM
48012007-11-05 Luis Machado <luisgpm@br.ibm.com>
4802
3b784c4f 4803 * gdb.texinfo (Output): Update printf command's description.
1a619819 4804
55eddb0f
DJ
48052007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
4806
4807 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
4808 powerpc soft-float".
4809
9cceb671
DJ
48102007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4811
4812 * gdb.texinfo (Files): Correct formatting. Mention Expat
4813 requirement.
4814 (Requirements for Building GDB): Expand the list of Expat
4815 uses.
4816 (Library List Format, Memory Map Format): Mention Expat.
4817 (Target Descriptions): Update Expat wording.
4818
83acabca
DJ
48192007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4820
4821 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
4822 Document that gdbarch_convert_register_p should return zero for no-op
4823 conversions.
4824
e35879db
UW
48252007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
4826
83acabca 4827 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
4828 of set_gdbarch_sofun_address_maybe_missing back to ...
4829 (Target Conditionals): ... here to fix build break.
4830
203c3895
UW
48312007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
4832
83acabca 4833 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
4834 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
4835 (Compiler Characteristics): ... documentation of
4836 set_gdbarch_sofun_address_maybe_missing.
4837
11411de3
DJ
48382007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
4839
4840 * gdbint.texinfo (Target Conditionals): Use
4841 frame_unwind_register_unsigned in examples instead of
4842 frame_unwind_unsigned_register.
4843
7cc46491
DJ
48442007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4845
4846 * gdb.texinfo (Predefined Target Types): Add int128
4847 and uint128.
4848 (Standard Target Features): Add PowerPC features.
4849
81adfced
DJ
48502007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4851
4852 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
4853
c1874924
UW
48542007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4855
4856 * gdbint.texi (Target Conditionals): Remove documentation
4857 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
4858 gdbarch_extract_return_value, and gdbarch_store_return_value.
4859
f6e56ab3
UW
48602007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4861
4862 * gdbint.texi (Target Conditionals): Remove documentation of
4863 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
4864
56cf5405
KH
48652007-10-11 Kazu Hirata <kazu@codesourcery.com>
4866
4867 * gdb.texinfo: Mention that inaccessible-by-default is on by
4868 default.
4869
35156bae
DJ
48702007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4871
4872 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
4873
d983da9c
DJ
48742007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
4875
4876 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
4877 multi-threaded watchpoints.
4878 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
4879 checked. Describe sticky notification. Expand description
4880 of steppable and continuable watchpoints.
4881 (Watchpoints and Threads): New subsection.
4882
fe6fbf8b
VP
48832007-09-28 Vladimir Prus <vladimir@codesourcery.com>
4884
4885 * gdb.texinfo (Setting Breakpoints): Revise
4886 documentation for pending breakpoints. Document
4887 breakpoints with multiple locations.
5ae4183a 4888
084344da
VP
48892007-09-19 Vladimir Prus <vladimir@codesourcery.com>
4890
4891 * gdb.texinfo (Miscellaneous gdb/mi Commands):
4892 Document -list-features.
5ae4183a 4893
82160952
EZ
48942007-09-15 Eli Zaretskii <eliz@gnu.org>
4895
4896 * gdb.texinfo (Output): Spell out which features of C's printf are
4897 not supported by GDB's printf.
7e27a47a
EZ
4898 (Separate Debug Files): More accurate wording regarding build ID
4899 and a reference to the ld manual rather than the Fedora wiki.
82160952 4900
ea37ba09
DJ
49012007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
4902 Jim Blandy <jimb@codesourcery.com>
4903
4904 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
4905 (Examining Memory): Update mentions of the 's' format.
4906 (Automatic Display): Likewise.
4907
b8533aec
DJ
49082007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
4909
4910 * gdb.texinfo: Update the FSF's Back-Cover Text.
4911
83f83d7f
JK
49122007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4913 Eli Zaretskii <eliz@gnu.org>
4914
4915 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
4916 Fixed the ``build ID'' name. New binaries build instructions for the
4917 build ID inclusion. Explain how the commands are specific to the build
4918 ID vs. debug link.
4919
c7e83d54
EZ
49202007-09-01 Eli Zaretskii <eliz@gnu.org>
4921
4922 * gdb.texinfo (Separate Debug Files): Fix last change. Add
4923 indexing for ``build ID'' support.
4924
d3750b24
JK
49252007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4926
4927 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
4928 Enlisted BUILD ID to the debug file searching example.
4929 Included a BUILD ID `.note.gnu.build-id' section description.
4930 Updated/added the debug files splitting instructions for OBJCOPY.
4931
02142340
VP
49322007-08-31 Vladimir Prus <vladimir@codesourcery.com>
4933
4934 * gdb.texinfo (Variable Objects): Adjust docs
4935 for -var-info-expression and document
4936 -var-info-path-expression.
4937
d3bdde98
JB
49382007-08-20 Jim Blandy <jimb@codesourcery.com>
4939
3fb6a982
JB
4940 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
4941 (title page): Include the dedication in the printed manual, as a
4942 separate page after the copyright notice.
5ae4183a 4943
d3bdde98
JB
4944 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
4945 don't break a @var across a line.
4946
c80a96a8
MR
49472007-07-25 Maciej W. Rozycki <macro@mips.com>
4948
4949 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
4950 for include files.
4951
5824a901
NR
49522007-07-12 Nick Roberts <nickrob@snap.net.nz>
4953
4954 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
4955 in annotate.texinfo.
4956 (Command History): Link to new node.
5824a901 4957
d52e7ea3
UW
49582007-07-05 Markus Deuling <deuling@de.ibm.com>
4959
4960 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
4961
5fc14d0a
EZ
49622007-07-05 Eli Zaretskii <eliz@gnu.org>
4963
4964 * gdbint.texinfo (Target Conditionals): Fix last change.
4965
4a9bb1df
UW
49662007-07-03 Markus Deuling <deuling@de.ibm.com>
4967
4968 * gdb.texinfo: Replace following macros by their appropriate gdbarch
4969 routines:
4970 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
4971 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
4972 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
4973 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
4974 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
4975 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
4976 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
4977 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
4978 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
4979 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
4980 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
4981 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
4982 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
4983 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
4984 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
4985 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
4986 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
4987 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
4988 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
4989 (SOFTWARE_SINGLE_STEP_P)
4990
4991 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
4992 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
4993
4994 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
4995 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
4996 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
4997 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
4998 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
4999 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
5000 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
5001 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
5002 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
5003 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
5004
5005 (Converting an existing Target Architecture to Multi-arch): Remove
5006 section.
5007
5008 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
5009 (gdbarch_addr_bits_remove): Add code example.
5010
5011 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
5012
cfa9d6d9
DJ
50132007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
5014
5015 * gdb.texinfo (Remote Configuration): Document library-info-packet.
5016 Add other missing entries. Adjust the table size to fit.
5017 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
5018 stop reasons including the new "library" event.
5019 (General Query Packets): Adjust table widths for qSupported. Mention
5020 qXfer:libraries:read reply to qSupported and document the new packet.
5021 (Library List Format): New section.
5022
159fcc13
JK
50232007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5024
5025 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
5026
f66d1690
MS
50272007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
5028
5029 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
5030
67102876
NR
50312007-06-25 Nick Roberts <nickrob@snap.net.nz>
5032
5033 * gdbint.texinfo (Register and Memory Data): Break sections
5034 into nodes and add a menu.
5035
a4642986
MR
50362007-06-21 Maciej W. Rozycki <macro@mips.com>
5037
5038 * gdb.texinfo (Examining Memory): Document the new behaviour.
5039
e9c17194
VP
50402007-06-21 Vladimir Prus <vladimir@codesourcery.com>
5041
5042 * gdb.texinfo (Standard Target Features): Document
5043 m68k features.
5044
31d99776
DJ
50452007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
5046
5047 * gdb.texinfo (General Query Packets): Document qOffsets changes.
5048
1780a0ed
DJ
50492007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5050
5051 * gdb.texinfo (Target Description Format): Add version attribute
5052 for <target>.
5053
822b6570
DJ
50542007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5055
5056 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
5057
f8b73d13
DJ
50582007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5059
5060 * gdb.texinfo (MIPS Features): New subsection.
5061
0e7f50da
UW
50622007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5063 Markus Deuling <deuling@de.ibm.com>
5064
5065 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
5066 and qXfer:spu:write packets and mention them under qSupported.
5067
23d964e7
UW
50682007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5069 Markus Deuling <deuling@de.ibm.com>
5070
5071 * gdb.texinfo (Architectures): Add new SPU section to document
5072 Cell Broadband Engine SPU architecture specific commands.
5073
9f708cb2
VP
50742007-06-09 Vladimir Prus <vladimir@codesourcery.com>
5075
5076 * gdb.texinfo (GDB/MI Variable Objects): Editorial
5077 comments.
5078
7579b5f8
NR
50792007-06-07 Nick Roberts <nickrob@snap.net.nz>
5080
5081 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
5082
bf06d120
JB
50832007-05-29 Jim Blandy <jimb@codesourcery.com>
5084
5085 * gdb.texinfo (Overview): Doc fix.
5086
23776285
MR
50872007-05-22 Maciej W. Rozycki <macro@mips.com>
5088
5089 * gdb.texinfo (Remote Configuration): Document "set/show
5090 remoteflow".
5091
1a69e1e4
DJ
50922007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
5093
bf06d120
JB
5094 * gdb.texinfo (MIPS): Remove documentation for set mips
5095 saved-gpreg-size, show mips saved-gpreg-size, and set mips
5096 stack-arg-size.
1a69e1e4 5097
46ba6afa 50982007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5099
46ba6afa
BW
5100 * all-cfg.texi (GDBTUI): New.
5101 * gdb.texinfo (Mode Options): Use GDBTUI variable.
5102 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
5103 (TUI Configuration): Edit to improve clarity and fix problems of
5104 both style and content.
5ae4183a 5105
06d3b283
UW
51062007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
5107
5108 * observer.texi (GDB Observers): New observer "new_objfile".
5109
179101d6
UW
51102007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
5111
5112 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
5113
25d5ea92
VP
51142007-04-14 Vladimir Prus <vladimir@codesourcery.com>
5115
5116 * gdb.texinfo (GDB/MI Variable Objects): Document
5117 frozen variables objects.
5ae4183a 5118
ea35711c
DJ
51192007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
5120
5121 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
5122 (Character Sets, Caching Data of Remote Targets): Likewise.
5123 (Targets): Delete Remote node. Move its text...
5124 (Debugging Remote Programs): ...to here. Delete description
5125 of the "remote" command.
5126 (Remote configuration): Delete description of "set remotedevice"
5127 and "show remotedevice".
5128 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
5129
db2e3e2e
BW
51302007-04-11 Bob Wilson <bob.wilson@acm.org>
5131
5ae4183a
AS
5132 * gdb.texinfo (Contributors, Continuing and Stepping)
5133 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
5134 (General Query Packets, File-I/O Remote Protocol Extension)
5135 (Protocol Basics, The F Reply Packet, Write)
5136 (Protocol-specific Representation of Datatypes, Memory Transfer):
5137 Fix hyphenation, punctuation and grammar problems.
5138 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
5139 'section' instead of 'subsection' in the text.
5140 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
5141 (i386): Remove period from section name.
db2e3e2e
BW
5142 (Installing GDB, Requirements, Running Configure, Separate Objdir)
5143 (Config Names, Configure Options): Use @file{configure}.
5144
8a3dae3e
DJ
51452007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
5146
5147 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
5148 and tab expansion.
5149
1a92f856
DJ
51502007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
5151
5152 * gdbint.texinfo (SOM): Correct location of the SOM reader.
5153
79a6e687 51542007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5155
79a6e687
BW
5156 * gdb.texinfo: Consistently capitalize all significant words in
5157 node names, chapter titles, section titles, and headings. Update
5158 cross references to match.
5159 (Starting and Stopping Trace Experiment): Make node name plural.
5160 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 5161
ad527d2e
PA
51622007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
5163
5164 * gdb.texinfo (WinCE): Delete obsolete subsection.
5165
7ce59000
DJ
51662007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
5167
5168 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
5169 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
5170 references.
5171
8807d78b
DJ
51722007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
5173
5174 * gdb.texinfo (Startup): Delete references to some alternate
5175 names for .gdbinit.
5176 (Thread): Remove LynxOS reference.
5177 (Tandem ST2000): Delete target-specific documentation.
5178 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
5179 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
5180 and GDB_OSABI_LYNXOS.
5181
5f402660
UW
51822007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
5183
5184 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
5185
bac718a6
UW
51862007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
5187
5188 * gdbint.texinfo (Target Conditionals): Remove mention of
5189 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
5190 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
5191
9453113a
DJ
51922007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
5193
5194 * Makefile.in: Add "pdfdir" installation
5195 directory, PDFTEX macro, support for "install-pdf" target,
5196 and rules for making a pdf version of refcard.texi.
5197 * refcard.tex: Specify paper size for PDF output.
5198
ae21e955 51992007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5200
ae21e955 5201 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 5202
3f94c067 52032007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5204
3f94c067
BW
5205 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
5206 (Source Path, Character Sets, Macros, Define)
5207 (GDB/MI Result Records, GDB/MI Simple Examples)
5208 (GDB/MI Program Execution, GDB/MI File Commands)
5209 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
5210 (Bug Reporting): Use @value{GCC}.
5ae4183a 5211
12c27660 52122007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5213
12c27660
BW
5214 * gdb.texinfo (Help): Fix formatting of examples.
5215 (Variables): Use @ifnotinfo instead of @iftex.
5216 (Non-debug DLL symbols): Use @ref instead of @pxref.
5217 (Sparclet File): Use @samp instead of quotes.
5ae4183a 5218
ce9341a1
BW
52192007-03-26 Bob Wilson <bob.wilson@acm.org>
5220
5221 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
5222
c8f4133a
BW
52232007-03-26 Bob Wilson <bob.wilson@acm.org>
5224
5225 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
5226 the order of the nodes.
5227 (C Operators, C Constants, Debugging C): Remove extra menus.
5228 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 5229
c8f4133a 52302007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
5231
5232 * gdb.texinfo (File Options): Add missing parenthesis.
5233 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
5234
c74d0ad8
DJ
52352007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5236
5237 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
5238
ff6f572f
DJ
52392007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5240
669fac23 5241 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
5242 case insensitivity.
5243 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
5244
994337c3
NR
52452007-02-18 Nick Roberts <nickrob@snap.net.nz>
5246
5247 * gdb.texinfo (Top): Put Appendix A after numbered sections.
5248 (Files): Add section name to argument list for pxref.
5249 (Non-debug DLL symbols): Don't use `see' for pxref.
5250 (Embedded Processors): Fix typo.
5251 (GDB/MI Breakpoint Commands): Execution commands generate
5252 *stopped not ^done.
5253
eb819d70
NR
52542007-02-13 Nick Roberts <nickrob@snap.net.nz>
5255
5256 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
5257 values for in_scope. Mention that only root variables can be
5258 updated.
5259 (GDB/MI Development and Front Ends): Explain new values may be
5260 added to existing fields.
5261
123dc839
DJ
52622007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
5263
5264 * gdb.texinfo (-target-disconnect): Use @smallexample.
5265 (Requirements): Add anchor for Expat. Update description.
5266 (Target Descriptions): Mention Expat.
5267 (Target Description Format): Document new elements. Use
5268 @smallexample.
5269 (Predefined Target Types, Standard Target Features): New sections.
669fac23 5270 * gdbint.texinfo (Target Descriptions): New section.
123dc839 5271
108546a0
DJ
52722007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
5273
5274 * gdb.texinfo (Target Description Format): Add section on XInclude.
5275
95a98c01
NR
52762006-02-03 Nick Roberts <nickrob@snap.net.nz>
5277
5278 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
5279 command -enable-timings.
5280
f4b3909f
EZ
52812007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
5282
5ae4183a 5283 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
5284 descriptions for new/deleted elements in gdb_osabi. Add missing
5285 description for function generic_elf_osabi_sniff_abi_tag_sections.
5286
c7ba131e
JB
52872007-01-29 Joel Brobecker <brobecker@adacore.com>
5288
5289 * gdb.texinfo (Maintenance Commands): Add documentation for
5290 the new "maint print target-stack" command.
5291
3a60f64e
JK
52922007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5293 Eli Zaretskii <eliz@gnu.org>
5294
f4b3909f 5295 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 5296
c582f8b6
EZ
52972007-01-26 Eli Zaretskii <eliz@gnu.org>
5298
5299 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
5300 Use @value{NGCC} instead of @value{GCC}.
5301
d3e8051b
EZ
53022007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
5303
5304 * agentexpr.texi: Fix typos.
5305 * annotate.texinfo: Likewise.
5306 * gdb.texinfo: Likewise.
5307 * gdbint.texinfo: Likewise.
5308 * observer.texi: Likewise.
5309 * stabs.texinfo: Likewise.
5310
86f04699
EZ
53112007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
5312
5313 * gdbint.texinfo (Support Libraries): Remove mmalloc
5314 entry. Describe readline library.
5315
23181151
DJ
53162007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
5317
5318 * gdb.texinfo (Target Descriptions): New section.
5319 (General Query Packets): Add QPassSignals anchor. Mention
5320 qXfer:features:read under qSupported. Expand mentions of
5321 qXfer:memory-map:read and QPassSignals. Document
5322 qXfer:features:read.
5323
f822c95b
DJ
53242007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
5325
5326 * gdb.texinfo (Commands to specify files): Describe
5327 "set sysroot" and "show sysroot".
5328 (Using the `gdbserver' program): Lowercase argument
5329 to @var. Expand description of setting up GDB on the
5330 host.
5331
8936fcda
JB
53322007-01-05 Joel Brobecker <brobecker@adacore.com>
5333
5334 * gdb.texinfo (Set Catchpoints): Add documentation for the new
5335 catch exception, catch exception unhandled, and catch assert
5336 commands.
5337
e776119f
DJ
53382007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5339
5340 * gdb.texinfo (Debugging Output): Document "set debug xml"
5341 and "show debug xml".
5342
aa79a185
DJ
53432007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5344
5345 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
5346
7f893741
JB
53472007-01-01 Joel Brobecker <brobecker@adacore.com>
5348
5349 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
5350
a1b5960f
VP
53512006-12-08 Vladimir Prus <vladimir@codesourcery.com>
5352
5353 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
5354 note in @ignore, to be removed later if nobody complains.
5355
9f470e6e
NR
53562006-12-04 Nick Roberts <nickrob@snap.net.nz>
5357
5358 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
5359 of -var-delete.
5360
765dc015 53612006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 5362
765dc015 5363 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
5364 automatic software/hardware breakpoint usage and
5365 the "set breakpoint auto-hw" command.
765dc015 5366
4b5752d0
VP
53672006-11-21 Vladimir Prus <vladimir@codesourcery.com>
5368
5369 * gdb.texinfo (Memory Access Checking): New.
5370
89be2091
DJ
53712006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
5372
5373 * gdb.texinfo (Remote configuration): Mention
5374 "pass-signals-packet".
5375 (General Query Packets): Document QPassSignals. Fix
5376 a typo.
5377
ca3bf3bd
DJ
53782006-11-14 Maxim Grigoriev <maxim@tensilica.com>
5379
5380 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
5381
427c3a89
DJ
53822006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
5383
5384 * gdb.texinfo (Remote configuration): Rewrite documentation for
5385 packet configuration commands.
5386 (OS Information): Adjust reference to qXfer:auxv:read.
5387 (General Query Packets): Remove references to read-aux-vector-packet
5388 and set remote get-thread-local-storage-address.
5389
7a107747
DJ
53902006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
5391
5392 * gdbint.texinfo (Target Architecture Definition): Add new
5393 Initializing a New Architecture section.
5394
1c56eb0e
EZ
53952006-10-31 David Taylor <dtaylor@emc.com>
5396
5397 * stabs.texinfo (Macro define and undefine): New node describing
5398 stabs for #define and #undef.
5399
f73adfeb
AS
54002006-10-27 Andreas Schwab <schwab@suse.de>
5401
5402 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
5403
fd60e0df
EZ
54042006-10-21 Eli Zaretskii <eliz@gnu.org>
5405
5406 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
5407 clarify on the possible meanings of ``expression'' watched by
5408 watchpoints. Add indexing.
e5ac9b53
EZ
5409 (Prompting, Errors, Invalidation, Annotations for Running)
5410 (Source Annotations): Fix index entries by adding "annotation" to
5411 them, to discriminate from index entries that point to the more
5412 general topic descriptions.
fd60e0df 5413
52bb452f
DJ
54142006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5415
5416 * gdbint.texinfo (Target Vector Definition): Move most
5417 content into Existing Targets. Add a menu.
5418 (Existing Targets): New section, moved from Target Vector
5419 Definition. Use @subsection.
5420 (Managing Execution State): New section.
5421
58955e58
BW
54222006-10-16 Bob Wilson <bob.wilson@acm.org>
5423
5424 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
5425
c8aa23ab
EZ
54262006-10-15 Eli Zaretskii <eliz@gnu.org>
5427
5428 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
5429 (Command Syntax, Signals, Backtrace, Connecting)
5430 (Remote configuration, Renesas Boards, Console I/O): Fix last
5431 change: use Ctrl- instead of C-, except wrt Emacs.
5432 (File-I/O Examples): Put Ctrl-c in @kbd.
5433 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
5434 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
5435 (Signals, Set Breaks, Set Watchpoints): Document optional
5436 arguments to `info signals' `handle', `info breakpoints', and
5437 `info watchpoints'.
c8aa23ab 5438
e7109c7e
EZ
54392006-10-14 Eli Zaretskii <eliz@gnu.org>
5440
5441 * gdb.texinfo (Backtrace): Fix last change.
5442
de3aea7b
NR
54432006-10-14 Nick Roberts <nickrob@snap.net.nz>
5444
5445 * gdb.texinfo (Backtrace): Order correctly and add other cases.
5446
7f9087cb
BW
54472006-10-10 Bob Wilson <bob.wilson@acm.org>
5448
c8aa23ab
EZ
5449 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
5450 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
5451 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 5452
68437a39
DJ
54532006-09-21 Vladimir Prus <vladimir@codesourcery.com>
5454 Daniel Jacobowitz <dan@codesourcery.com>
5455
5456 * gdb.texinfo (Packets): Document vFlashErase,
5457 vFlashWrite and vFlashDone packets.
5458 (General Query Packets): Document qXfer:memory-map:read.
5459 Add a new feature for qXfer:memory-map:read.
5460 (Memory map format): New section.
5461 (Target Commands): Mention that gdb can write flash.
5462
fd79ecee
DJ
54632006-09-21 Vladimir Prus <vladimir@codesourcery.com>
5464 Daniel Jacobowitz <dan@codesourcery.com>
5465
5466 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
5467 memory regions and "mem auto".
5468
350da6ee
DJ
54692006-09-21 Nathan Sidwell <nathan@codesourcery.com>
5470
5471 * gdbint.texinfo (Array Containers): New section.
5472
2f1acb09
VP
54732006-09-17 Vladimir Prus <vladimir@codesourcery.com>
5474
5475 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5476 -stack-list-arguments HIGH_FRAME argument can be larger then the
5477 actual number of frames.
5478
2ab1eb7a
VP
54792006-09-07 Vladimir Prus <vladimir@codesourcery.com>
5480
5481 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
5482 -stack-list-locals HIGH_FRAME argument can be larger then the
5483 actual number of frames.
2ab1eb7a 5484
599b237a
BW
54852006-09-02 Bob Wilson <bob.wilson@acm.org>
5486
5487 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
5488 Register Packet Format, Tracepoint Packets): Fix spelling errors.
5489
25ab7e6d
EZ
54902006-09-02 Eli Zaretskii <eliz@gnu.org>
5491
5492 * gdbint.texinfo (Overall Structure): New section "Source Tree
5493 Structure".
5494
940178d3
JB
54952006-08-17 Jim Blandy <jimb@codesourcery.com>
5496
5497 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
5498 responses.
5499
30daae6c
JB
55002006-08-08 Joel Brobecker <brobecker@adacore.com>
5501
5502 * gdb.texinfo (Source Path): Add documentation for new
5503 substitute-path commands.
5504
7fa2210b
DJ
55052006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
5506
5507 * gdb.texinfo (Installing GDB): Update menu. Move text to...
5508 (Running Configure): ...here.
5509 (Requirements): New node. Mention expat.
5510
3d00d119
DJ
55112006-08-08 Vladimir Prus <vladimir@codesourcery.com>
5512
5ae4183a 5513 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
5514 'set download-write-size' and 'show download-write-size'.
5515
0cbfa4ee
DJ
55162006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
5517
5518 * stabs.texinfo (Member Type Descriptor): Correct example for
5519 pointer to member types.
5520
16026cd7
AS
55212006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
5522
5523 * gdb.texinfo (Optional warnings and messages): Add
5524 'set/show trace-commands'.
5525 (Command files): Add '-v' to source command.
5526
0876f84a
DJ
55272006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
5528
5529 * gdb.texinfo (OS Information): Update qPart reference to
5530 qXfer.
5531 (Remote configuration): Likewise.
5532 (Overview): Move @cindex to the start of a paragraph. Talk
5533 about binary data encoding.
5534 (Packets): Refer to the overview for the details of the X
5535 packet encoding.
5536 (General Query Packets): Remove qPart description. Add qXfer
5537 description. Add an anchor to qSupported. Correct feature
5538 table title. Add a new feature for qXfer:auxv:read.
5539 (Interrupts): Add a missing parenthesis.
5540
2ec3381a
DJ
55412006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
5542
669fac23 5543 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
5544 (GDB/MI Kod Commands): Remove commented out node.
5545
594fe323
EZ
55462006-07-01 Eli Zaretskii <eliz@gnu.org>
5547
5548 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
5549 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
5550 (GDB/MI Thread Commands, GDB/MI Program Execution)
5551 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
5552 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
5553 (GDB/MI File Commands, GDB/MI Target Manipulation)
5554 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
5555 since the MI prompt is hard-wired into the code.
5556
7e3fb70c
NR
55572006-07-01 Nick Roberts <nickrob@snap.net.nz>
5558
5559 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
5560 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
5561 (GDB/MI Data Manipulation): Remove description of unimplemented
5562 display related commands as variable objects perform this function
5563 and are superior: -display-delete, -display-disable,
5564 -display-enable, -display-insert and -display-list. Move
5565 -environment-cd, -environment-directory, -environment-path
5566 and -environment-pwd to "Program Context".
5567 (GDB/MI Program Control): Rename to "Program Execution". Move
5568 -exec-arguments -exec-abort to...
5569 (GDB/MI Program Context): ...here. New node split from "Data
5570 Manipulation".
5571
be2a5f71
DJ
55722006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
5573
5574 * gdb.texinfo (Remote configuration): Document set / show
5575 remote supported-packets.
5576 (General Query Packets): Document qSupported packet.
5577
fc320d37
SL
55782006-06-10 Sandra Loosemore <sandra@codesourcery.com>
5579
5580 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
5581 and font markup.
5582 (Protocol basics): Likewise.
5583 (The F request packet): Likewise.
5584 (The F reply packet): Likewise.
5585 (Memory transfer): Move this node to be a subsubsection of
5586 "Protocol specific representation of datatypes".
5587 (The Ctrl-C message): More copy editing.
5588 (Console I/O): Likewise.
5589 (The isatty call): Delete this node, and merge its content into
5590 the "isatty" node. Fixed references elsewhere.
5591 (The system call): Delete this node, and merge its content into
5592 the "system" node. Fixed references elsewhere.
5593 (open): Reformat to use @table, and add appropriate font markup.
5594 (close): Likewise.
5595 (read): Likewise.
5596 (write): Likewise.
5597 (lseek): Likewise.
5598 (rename): Likewise.
5599 (unlink): Likewise.
5600 (stat/fstat): Likewise.
5601 (gettimeofday): Likewise.
5602 (isatty): Likewise.
5603 (system): Likewise, plus minor changes to fix confusing wording.
5604 (Integral datatypes): Fix font markup.
5605 (Pointer values): Likewise.
5606 (struct stat): Fix markup to use @table, plus minor copy editing.
5607 (struct timeval): Fix font markup, plus minor copy editing.
5608 (Constants): Minor copy editing.
5609 (Errno values): Add font markup.
5610 (File-I/O Examples): Likewise.
5611
158fdf5c
NR
56122006-06-10 Nick Roberts <nickrob@snap.net.nz>
5613
5614 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
5615 (GDB/MI Simple Examples): Move node up one level. Use real
5616 examples.
5617 (GDB/MI Compatibility with CLI): Update.
5618 (GDB/MI Result Records): Add "connected" and "exit" result
5619 classes.
5620 (GDB/MI Stream Records): Clarify target output.
5621 (GDB/MI Command Description Format): Modify example description.
5622 (GDB/MI Breakpoint Table Commands): Rename to...
5623 (GDB/MI Breakpoint Commands): ...this
5624 (GDB/MI Breakpoint Commands): Add optional thread field.
5625 (GDB/MI Program Control): Add an introduction. Move "Program
5626 termination" examples into exec-run description.
5627 (GDB/MI File Commands): Mention similar CLI commands.
5628 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
5629 is similar to "-gdb-version".
5630
ddb50cd7
EZ
56312006-06-09 Eli Zaretskii <eliz@gnu.org>
5632
5633 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
5634
2aef0d6b
NR
56352006-06-02 Nick Roberts <nickrob@snap.net.nz>
5636
5637 * gdb.texinfo (GDB/MI Development and Front Ends): Use
5638 sourceware.org for mailing lists.
d5e40d59 5639 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 5640
383a5c52
NR
56412006-06-01 Nick Roberts <nickrob@snap.net.nz>
5642
d5e40d59 5643 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 5644
e16b02ee
EZ
56452006-05-22 Eli Zaretskii <eliz@gnu.org>
5646
5647 * gdb.texinfo (Cygwin Native): Fix last change.
5648
be90c084
CF
56492006-05-22 Christopher Faylor <cgf@timesys.com>
5650
5651 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
5652
347ceba5
NR
56532006-05-15 Nick Roberts <nickrob@snap.net.nz>
5654
5655 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
5656 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
5657
369af7bd
DJ
56582006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
5659
5660 * gdb.texinfo (General Query Packets): Recommend not starting
5661 new packets with qC and clarify.
5662
2ffdbde8 56632006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
5664
5665 * gdb.texinfo (M2 Types): New section.
72019c9c 5666
16d1a084
DJ
56672006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
5668
5669 * agentexpr.texi: Add a copyright and license notice.
5670 * observer.texi: Likewise, with GPL clause for function prototypes.
5671 Remove trailing whitespace.
5672
aa56d27a
JB
56732006-05-05 Jim Blandy <jimb@codesourcery.com>
5674
5675 * gdb.texinfo (General Query Packets): Document conventions for
5676 terminating packet names, and their violations.
5677
5bdf8622
DJ
56782006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
5679
5680 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
5681 * gdb.texinfo: Likewise.
5682
605a56cb
DJ
56832006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
5684
5685 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
5686 and "show remotedebug".
5687 (Debugging Output): Add additional index entries.
5688
b8db102d
MS
56892006-04-27 Michael Snyder <msnyder@redhat.com>
5690
5691 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
5692
c5e30d01
AC
56932006-04-22 Andrew Cagney <cagney@redhat.com>
5694
5695 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
5696 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
5697
8181d85f
DJ
56982006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
5699
5700 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
5701 and remove breakpoint prototypes.
5702 (Watchpoints): Move description of target_insert_hw_breakpoint and
5703 target_remove_hw_breakpoint ...
5704 (Breakpoints): ... to here. Document target_insert_breakpoint and
5705 target_remove_breakpoint.
5706
4f553f88
JB
57072006-04-17 Jim Blandy <jimb@codesourcery.com>
5708
5709 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
5710 and C packets are optional.
5711
cd852561
FR
57122006-04-14 Frederic Riss <frederic.riss@st.com>
5713
5714 * gdb.texinfo (Specifying source directories): Update the description
5715 of the source file search to reflect the fact that the source path
5716 always contains at least $cdir and $cwd.
5717
b620eb07
MS
57182006-03-31 Michael Snyder <msnyder@redhat.com>
5719
5720 * gdb.texinfo: Update copyright dates.
5721
3156cdaf
EZ
57222006-03-31 Eli Zaretskii <eliz@gnu.org>
5723
5724 * gdb.texinfo (Overview): Add an index entry to "empty response".
5725
7d30c22d
JB
57262006-03-28 Jim Blandy <jimb@codesourcery.com>
5727
5728 * gdbint.texinfo (Prologue Analysis): New section.
5729
86941c27
JB
57302006-03-07 Jim Blandy <jimb@red-bean.com>
5731
66b8c7f6
JB
5732 * gdb.texinfo (Connecting): Document 'target remote pipe'.
5733
1a10341b
JB
5734 * gdb.texinfo (Target Commands): Update text describing how to
5735 specify a target. Refer to the detailed section on remote
5736 debugging, not the brief mention.
5737
86941c27
JB
5738 * gdb.texinfo (Connecting): Organize the different 'target remote'
5739 connection methods into a table. Add a 'target remote' index
5740 entry. (!!!)
5741
62f3a2ba
FF
57422006-02-17 Fred Fish <fnf@specifix.com>
5743
5744 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
5745 'ptype' commands to reflect the fact that the only significant
5746 difference between them is that ptype prints the complete type
5747 description instead of just the name.
5748
8b9a88ea
WZ
57492006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
5750
5751 * gdbint.texinfo (Watchpoints): Delete
5752 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
5753
7e8dc855
NR
57542006-02-10 Nick Roberts <nickrob@snap.net.nz>
5755
5756 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
5757 times fields where needed. Fix typos. Update general form given
5758 for output of -break-insert.
5759 (GDB/MI): Abbreviate some unnecessarily long fullnames.
5760
c91d38aa
DJ
57612006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
5762
5763 * gdbint.texinfo (Symbol Handling): Add a section
5764 on memory management.
5765
38fcd64c
DJ
57662006-02-06 Vladimir Prus <ghost@cs.msu.su>
5767
5768 * gdb.texinfo (Breakpoint table commands): Document the fullname
5769 field in -break-list output.
5770
219eec71
EZ
57712006-02-03 Eli Zaretskii <eliz@gnu.org>
5772
5773 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
5774 debugging information produced by the various "set debug..."
5775 options.
5776
ae5a43e0
DJ
57772006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5778
5779 * gdb.texinfo (Files): Remove obsolete bits from the description
5780 of "symbol-file".
5781
a9f158ec
JB
57822006-01-25 Jim Blandy <jimb@redhat.com>
5783
5784 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
5785
410dd08e
JB
57862006-01-24 Jim Blandy <jimb@redhat.com>
5787
5788 * gdbint.texinfo (Frames): Document the basics of GDB's register
5789 unwinding model, and explain the existence of the "sentinel" frame.
5790
4b505b12
AS
57912006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
5792
5793 * gdb.texinfo (Choosing files): Mention that -directory is used
5794 for script files.
5795 (Specifying source directories): Likewise.
5796 (Command files): Explain how script files are found.
5797
839c27b7
EZ
57982006-01-21 Eli Zaretskii <eliz@gnu.org>
5799
5800 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
5801 the threads in a multi-threaded program.
5802 (Threads): The threadno argument of "thread apply" can be a range
5803 of numbers.
5804
7be93b9e
JB
58052006-01-18 Jim Blandy <jimb@redhat.com>
5806
5807 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
5808 of warning flags.
5809
fcc73fe3
EZ
58102006-01-13 Eli Zaretskii <eliz@gnu.org>
5811
5812 * gdb.texinfo (Sequences): Improve menu annotations.
5813 (Define): Add index entries for arguments of user-defined
5814 commands. Move the description of flow-control commands...
5815 (Command Files): ...to here. Document loop_break and
5816 loop_continue.
ca91424e
EZ
5817 (Define, Command Files): Document `end' and add index entries for
5818 it.
fcc73fe3 5819
5c95884b
MS
58202006-01-04 Michael Snyder <msnyder@redhat.com>
5821
5822 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 5823 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 5824
860701dc
PH
58252006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
5826
5827 * gdb.texinfo (Omissions from Ada): Document that there is now
5828 limited aggregate support.
5829
36b80e65
EZ
58302005-12-28 Eli Zaretskii <eliz@gnu.org>
5831
5832 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
5833 registers and the likes.
5834
c1468174
EZ
58352005-12-24 Eli Zaretskii <eliz@gnu.org>
5836
5837 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
5838 (Symbols): Fix usage of "e.g.".
359df76b 5839 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
5840
5841 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
5842 (Coding): Fix usage of "e.g.".
5843
c02a867d
EZ
58442005-12-23 Eli Zaretskii <eliz@gnu.org>
5845
5ae4183a
AS
5846 * stabs.texinfo:
5847 * refcard.tex:
c02a867d 5848 * gpl.texi:
5ae4183a
AS
5849 * gdbint.texinfo:
5850 * gdb.texinfo:
5851 * gdb-cfg.texi:
c02a867d 5852 * fdl.texi:
5ae4183a
AS
5853 * annotate.texinfo:
5854 * all-cfg.texi:
c02a867d
EZ
5855 * Makefile.in: Add (C) after Copyright. Update the FSF
5856 address.
5857
fad38dfa
EZ
58582005-12-03 Eli Zaretskii <eliz@gnu.org>
5859
5860 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
5861 extend GDB with commands for external monitor.
5862
53e5f3cf
AS
58632005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
5864
5865 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
5866
55f6ca0f
JB
58672005-11-25 Joel Brobecker <brobecker@adacore.com>
5868
5869 * gdbint.texinfo (Start of New Year Procedure): New chapter.
5870
c1947b85
JB
58712005-11-21 Jim Blandy <jimb@redhat.com>
5872
5873 * gdb.texinfo (Tracepoint Packets): Document restrictions on
5874 placement of 'R' actions in tracepoint action packets; document
5875 dependence of 'X' and 'M' actions on a preceding 'R' action for
5876 their registers.
5877
9d29849a
JB
58782005-11-19 Jim Blandy <jimb@redhat.com>
5879
5880 * gdb.texinfo (Tracepoint Packets): New node.
5881 (General Query Packets): Add entries for the tracepoint packets,
5882 referring to the "Tracepoint Packets" node.
5883 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 5884
9a6253be
KB
58852005-11-18 Kevin Buettner <kevinb@redhat.com>
5886
5887 * gdb.texinfo (set remotebreak): Add anchor.
5888 (X packet): Likewise.
5889 (Remote Protocol): Add new section `Interrupts' and new index
5890 entry `interrupts (remote protocol)'.
5891
5f3bebba
JB
58922005-11-18 Jim Blandy <jimb@redhat.com>
5893
5894 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
5895 entries into the General Query Packets section. Add a
5896 cross-reference to that section. Drop description of replies, as
5897 these are covered in the descriptions of each packet.
5898 (General Query Packets): Add introductory text. Explain naming
5899 conventions, and how the end of a name is recognized.
5900
9a7a1b36
KB
59012005-11-17 Kevin Buettner <kevinb@redhat.com>
5902
0564b6cf 5903 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
5904 "set remotebreak" command.
5905
b8ff78ce
JB
59062005-11-16 Jim Blandy <jimb@redhat.com>
5907
5908 * gdb.texinfo (Packets, Stop Reply Packets)
5909 (General Query Packets): Various formatting cleanups.
5910 - Use @samp for packet contents.
5911 - Drop summaries from packet @item lines; the same information appears
5912 immediately below in the description.
5913 - Delete paragraph breaks after packet @item commands, so that the
5914 description appears directly to the right of the packet prototype
5915 in the printed manual, if it fits.
5916 - Place spaces in packet prototypes between @vars and non-@var
5917 letters, and explain that they're just for formatting.
5918 - Use @dots{} instead of '...'.
5919 - Fix uses of @code where @var was needed.
5920 - Replace "deprecated" markers with English text spelling out the
5921 packet's status and the preferred alternatives.
5922 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
5923 what this ever meant.
5924 - Remove "(draft)" markers on 'i' packets; nobody has commented on
5925 this for a long time.
5926 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
5927 implemented several times, and have been in use for years.
5928
8ffe2530
JB
59292005-11-15 Jim Blandy <jimb@redhat.com>
5930
c43c5473
JB
5931 * gdb.texinfo (Packets): Add index entries for 'm' packet
5932 disclaimers.
5ae4183a 5933
fb031cdf
JB
5934 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
5935 of stub when processing an 'm' packet.
5936
8ffe2530
JB
5937 * gdb.texinfo (Packets): Mention that packets beginning with
5938 letters are reserved once, at the top, instead of actually listing
5939 them all and saying "reserved".
5940
c03c782f
AS
59412005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
5942
5943 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
5944 Change @var{$arg0 to @code{$arg0.
5945
814e32d7
WZ
59462005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
5947
5948 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
5949
fa93a9d8
JB
59502005-11-12 Jim Blandy <jimb@redhat.com>
5951
5952 * gdb.texinfo (General Query Packets): Put packets in alphabetical
5953 order. Remove extraneous 'z'.
5954
8a5a3c82
AS
59552005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
5956
5957 * gdb.texinfo (Choosing files): Add --eval-command.
5958
4b0ad762
AS
59592005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
5960
5961 * gdb.texinfo (Choosing modes): Add --return-child-result.
5962
5963
1a088d06
AS
59642005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
5965
5966 * gdb.texinfo (Choosing modes): Add --batch-silent.
5967
656d5e12
EZ
59682005-10-28 Eli Zaretskii <eliz@gnu.org>
5969
5970 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
5971 "The -var-update Command".
5972
3c9c013a
JB
59732005-10-03 Joel Brobecker <brobecker@adacore.com>
5974
5975 * gdb.texinfo (Print Settings): Add documentation for set/show
5976 print array-indexes.
5977
7ba3cf9c
DJ
59782005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
5979
5980 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
5981 6.2 and 6.3.
5982
a94ab193
EZ
59832005-08-27 Eli Zaretskii <eliz@gnu.org>
5984
5985 * gdb.texinfo (File Options): Don't document --mapped, it's gone
5986 since 19-Jan-2004.
5987 (Files): Likewise.
ab1adacd
EZ
5988 (Variables, Symbols): Document the "<incomplete type>" message and
5989 its reasons.
a94ab193 5990
ca06016a
FF
59912005-08-01 Fred Fish <fnf@specifix.com>
5992
5993 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
5994
cf58170d
NR
59952005-07-15 Nick Roberts <nickrob@snap.net.nz>
5996
5997 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
5998 option for -var-list-children and -var-update.
5999 (GDB/MI Stack Manipulation): Simplify description of
6000 print-values option for -stack-list-locals.
6001 (GDB/MI Command Description Format): Clarify.
6002 (Mode Options): Spelling of superseded.
6003
38f1196a
BR
60042005-07-12 Bob Rossi <bob@brasko.net>
6005
6006 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
6007 corresponding GDB command comment.
6008
3cb3b8df
BR
60092005-07-06 Bob Rossi <bob@brasko.net>
6010
6011 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
6012 and -inferior-tty-show.
6013 (Input/Output): Document "set/show inferior-tty" and tty alias.
6014
10fac096
NW
60152005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
6016
6017 * gdb.texinfo (Packets): Change description of 'D' packet to note
6018 that GDB does wait for a response.
6019
d1b6db76
NR
60202005-06-22 Nick Roberts <nickrob@snap.net.nz>
6021
6022 * gdb.texinfo (History) Rename "Command History".
6023 (Command History): Move node "Server Prefix" from section on
6024 Annotations here.
6025
29629dcf
NR
60262005-06-19 Nick Roberts <nickrob@snap.net.nz>
6027
6028 * gdb.texinfo (GDB/MI Stack Manipulation):
6029 Re-instate -stack-info-frame with example. Say that it gets
6030 info on selected frame, not current frame.
6031
397ca115
EZ
60322005-06-18 Eli Zaretskii <eliz@gnu.org>
6033
6034 * gdb.texinfo (Server): Clarify that `file' should be used before
6035 connecting to the server.
6036 (Files): Add an xref to the above description.
51274035
EZ
6037 (Output Formats): More detailed description of the `c' format.
6038 (Memory): List explicitly all the formats supported by `x'.
638ac427 6039 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 6040 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
6041 files. Add more indexing for solib-absolute-prefix and
6042 --with-sysroot.
76d17f34
EZ
6043 (Machine Code): Document possible problems with locations in
6044 shared libraries.
d416eeec
EZ
6045 (Backtrace): Document that free-standing environments do not need
6046 to have a `main' function.
397ca115 6047
74f6deaa
NR
60482005-06-18 Nick Roberts <nickrob@snap.net.nz>
6049
6050 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
6051 -stack-info-frame.
6052
a9967aef
AC
60532005-06-07 Andrew Cagney <cagney@gnu.org>
6054
6055 * gdb.texinfo (Contributors): Note the original multi-arch
6056 contributors.
6057
e09f16f9
EZ
60582005-06-03 Eli Zaretskii <eliz@gnu.org>
6059
6060 * gdb.texinfo (Registers): Add index entries for the standard
6061 registers.
6062 (Frames): Add cross-reference from frame pointer description to
6063 the Registers node.
6064 (Annotations Overview): Fix the reference to GDB name.
6065
d87ba7ee
EZ
60662005-06-01 Eli Zaretskii <eliz@gnu.org>
6067
6068 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
6069 can-use-hw-watchpoints.
6070
034dad6f
BR
60712005-05-28 Bob Rossi <bob@brasko.net>
6072
6073 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
6074 the possible reasons why an exec async record would be returned to FE.
6075
ffed4509
AC
60762005-05-26 Andrew Cagney <cagney@gnu.org>
6077
6078 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
6079 Andrew Cagney implemented the original GDB/MI.
6080
e22e55c9
OF
60812005-05-23 Orjan Friberg <orjanf@axis.com>
6082
6083 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
6084 documentation. Add documentation for cris-mode.
6085
a78e13ce
EZ
60862005-05-20 Eli Zaretskii <eliz@gnu.org>
6087
6088 * gdb.texinfo (Numbers): Explain the example and make the wording
6089 more acurate.
6090
76ff342d
DJ
60912005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
6092 Dennis Brueni <dennis@slickedit.com>
6093
6094 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
6095 (GDB/MI Data Manipulation, GDB/MI Program Control)
6096 (GDB/MI Stack Manipulation): Update examples to include the fullname
6097 attribute in stack frames.
6098
119b882a
EZ
60992005-05-12 Eli Zaretskii <eliz@gnu.org>
6100
6101 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
6102 do with other non-standard names of init files.
6103
6fc08d32
EZ
61042005-05-11 Eli Zaretskii <eliz@gnu.org>
6105
6106 * gdb.texinfo (Command Files): Move the description of the startup
6107 from here...
6108 (Startup): ...to this new subsection of the Invocation chapter.
6109 Rearrange the description of init files more logically and add a
6110 cross-reference to "Command Files". Document the special gdbinit
6111 name for CISCO 68k. Expand the description of what GDB does
6112 during startup.
6113 (History): Add index entry for HISTSIZE.
6114
a561754a
MK
61152005-05-02 Mark Kettenis <kettenis@gnu.org>
6116
6117 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
6118
2eecc4ab
EZ
61192005-05-02 Eli Zaretskii <eliz@gnu.org>
6120
6121 * gdb.texinfo (SVR4 Process Information, The isatty call)
6122 (The system call): Don't use foo(N) notation for man pages and
6123 functions.
514c4d71 6124 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 6125
18999be5
EZ
61262005-04-27 Eli Zaretskii <eliz@gnu.org>
6127
6128 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
6129 were optimized away.
6130
0abb7bc7
EZ
61312005-04-22 Eli Zaretskii <eliz@gnu.org>
6132
6133 * gdb.texinfo (Remote configuration): Document "set/show
6134 get-thread-local-storage-address". Add cross-reference to the
6135 description of the qGetTLSAddr packet.
6136 (General Query Packets): Mention "set remote
6137 get-thread-local-storage-address" and add a reference to its
6138 description.
6139
6f61acb1
NR
61402005-04-19 Nick Roberts <nickrob@snap.net.nz>
6141
6142 * gdb.texinfo (Backtrace): Describe 'bt full'.
6143
9d59903a
NR
61442005-04-17 Nick Roberts <nickrob@snap.net.nz>
6145
6146 * gdb.texinfo (Mode Options): Fix typo.
6147 (GDB/MI): Describe how to invoke GDB/MI.
6148
721c2651
EZ
61492005-04-16 Eli Zaretskii <eliz@gnu.org>
6150
6151 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 6152 references changed. Add description of "info udot".
721c2651
EZ
6153 (Files): Document "set/show stop-on-solib-events".
6154 (M32R/D): Document "set/show download-path", "set/show
6155 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
6156 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
6157 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
6158 (Maintenance Commands): Improve indexing.
6159 (Target Commands): Document "set/show hash", "set/show debug
6160 monitor".
6161 (SVR4 Process Information): Document "info pidlist" and "info
6162 meminfo". Document "set/show procfs-tarce" and "set/show
6163 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
6164 (Symbols, The Print Command with Objective-C): Improve indexing.
6165 (Objective-C): Add references to "info classes" and "info
6166 selectors".
c45da7e6
EZ
6167 (Debugging Output): Improve wording. Document "set/show debug
6168 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
6169 (Set Breaks): Add index entry for "hardware breakpoints".
6170 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
6171 and "set/show usehardbreakpoints".
6172 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
6173 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
6174 (ARM): Document "rdilogfile", "rdilogenable", "set/show
6175 rdiromatzero", "set/show rdiheartbeat".
6176 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
6177 "sds".
6178 (Embedded Processors): Document the "sim" command.
6179 (Remote): Document the "remote" command.
6180 (DJGPP Native): Document the "info serial" command.
6181 (Threads): Document "maint info sol-threads".
6182 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
6183 (Set Breaks): Improve indexing.
6184 (Command Syntax): Add a reference to dont-repeat.
6185 (Define): Document "dont-repeat".
6186 (TUI Commands): Document "tabset".
6187 (WinCE): New subsection. Document "set/show remotedirectory",
6188 "set/show remoteupload", "set/show remoteaddhost".
721c2651 6189
14d6dd68
EZ
61902005-04-15 Eli Zaretskii <eliz@gnu.org>
6191
6192 * gdb.texinfo (Hurd Native): New subsection, documents
6193 Hurd-specific commands.
a64548ea 6194 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 6195 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
6196 (MIPS): Improve documentation of heuristic-fence-post. Document
6197 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
6198 mips stack-arg-size", "set/show mips mask-address", "set/show mips
6199 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 6200 (ARM): Document ARM-specific commands.
a64548ea
EZ
6201 (AVR): New section. Document "info io_registers".
6202 (CRIS): New section. Document "set/show cris-version" and
6203 "set/show cris-dwarf2-cfi".
6204 (HPPA): New section. Document "set/show debug hppa" and "maint
6205 print unwind".
a5adf40f 6206 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 6207 (Super-H): New section. Document the "regs" command.
721c2651 6208 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 6209
9c16f35a
EZ
62102005-04-09 Eli Zaretskii <eliz@gnu.org>
6211
6212 * gdb.texinfo (Print Settings): Document "set/show print
6213 pascal_static-members", "set print repeats", "show print
6214 null-stop". Improve indexing. Fix documentation of "set print
6215 union".
6216 (Pascal): New section.
6217 (Supported languages): Rename from "Support"; all references
6218 updated. Add a menu item for Pascal.
6219 (Numbers): Document "set radix.
6220 (Screen Size): Document "set/show pagination".
6221 (MIPS Embedded): Remove "set processor" documentation.
6222 (Remote configuration): Document "set/show X/P/Z-packet",
6223 "set/show read-aux-vector-packet", "set/show remote
6224 symbol-lookup-packet", "set/show remote verbose-resume-packet",
6225 "set/show remoteaddresssize", "set/show remotebaud", "set/show
6226 remotedebug", "set/show remotebreak", "set/show remotedevice",
6227 "set/show remotelogfile".
6228 (Auxiliary Vector): Add reference to the description of the
6229 read-aux-vector-packet setting.
6230 (Set Watchpoints): Add a cross-reference to "set remote
6231 hardware-breakpoint-limit".
6232 (General Query Packets): Add indexing of requests and
6233 cross-references to related commands in "Remote configuration".
6234 (File-I/O Overview, The system call): Fix wording and typos.
6235 (Thread Stops): Add index entries.
6236 (Continuing and Stepping): Document "show step-mode".
6237 (i386): New node. Document "set/show struct-convention".
6238 (Files): Document "show trust-readonly-sections".
6239 (Calling): Document "set/show unwindonsignal".
6240 (Messages/Warnings): Add index entries.
6241 (Maintenance Commands): Document "set/show watchdog".
6242 (Annotations Overview): Document "show annotate".
6243 (Set Watchpoints): Add index entries.
6244 (Symbols): Fix doc of case-sensitive.
6245 (ABI): Document "show coerce-float-to-double".
6246 (Convenience Vars, Help): Improve indexing.
6247 (Machine Code): Document "show disassembly-flavor".
6248 (Debugging C plus plus): Document "show overload-resolution".
6249 (Value History, Signaling): Add index entries.
6250
62512005-04-08 Eli Zaretskii <eliz@gnu.org>
6252
6253 * gdb.texinfo (Show): Move @kindex entries to their proper places.
6254 (Processes): Fix wording.
6255 (History, List, Logging output, Define, Symbols, Print Settings):
6256 Improve indexing.
6257
a8f24a35
EZ
62582005-04-03 Eli Zaretskii <eliz@gnu.org>
6259
6260 * gdb.texinfo (Targets): Document "set/show architecture". Remove
6261 redundant index entry for "target" command.
6262 (Backtrace): Add index entries.
6263 (Symbols, Fortran): Document the "set case-sensitive" command.
6264 (DJGPP Native): Document "set com1base", "set com1irq", etc.
6265 (Print Settings): Add index entry for "set demangle-style".
6266 (Target Commands): Document "set download-write-size".
6267 (Debugging Output): Document "set exec-done-display".
6268
09d4efe1
EZ
62692005-04-02 Eli Zaretskii <eliz@gnu.org>
6270
6271 * gdb.texinfo (Files): Fix the name and documentation of
6272 add-shared-symbol-files. Document its alias assf. Update the
6273 list of OSs where GDB supports shared libraries. Fix markup.
6274 (Continuing and Stepping): Add reference to @var{location} in the
6275 text.
6276 (Dump/Restore Files): Fix reference to @{filename}.
6277 (Help): Fix wording.
6278 (Attach): Ditto.
6279 (Set Watchpoints): Ditto.
6280 (Backtrace): Remove redundant index entries. Improve index
6281 entries.
6282 (Delete Breaks): Fix wording.
6283 (Memory): Document the compare-sections command.
6284 (Memory Region Attributes): Improve wording.
6285 (Disabling): Improve wording.
6286 (Fortran): New subsection. Document the "info common" command.
6287 (Help): Document aliases "info copying" and "info warranty".
6288 (Caching Remote Data): New section. Document the "set/show
6289 remotecache" and "info dcache" commands.
6290 (Show): Fix wording of the documentation of the "set
6291 extension-language" command.
6292 (Signals): Add index entry for "info handle".
6293 (Memory Region Attributes): Fix punctuation.
6294 (Symbols): Change the arg name to "location" and refer to it in
6295 the text. Fix wording of "info types" doc.
6296 (Threads): Fix usage of @enumerate @item's.
6297 (Listing Tracepoints): Add index entry for "info tp".
6298 (Set Watchpoints): Add xref to "info break" description.
6299 (Macros): Add an index entry for "macro exp1". Document the
6300 "macro list" command.
6301 (Maintenance Commands): Document "flushregs", "maint agent",
6302 "maint check-symtabs", "maint cplus", "maint demangle", "maint
6303 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
6304 "maint print architecture", "maint print objfiles", "maint print
6305 statistics", "maint print type", "maint show-debug-regs", "maint
6306 space", "maint time", and "maint translate-address".
6307 (Connecting): Document the "monitor" command.
6308 (Annotations Overview): Describe the "set annotate" command.
6309
82f2d802
EZ
63102005-04-01 Eli Zaretskii <eliz@gnu.org>
6311
6312 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
6313 Rearrange index entries and improve wording about support for
6314 hardware watchpoints.
6315
7d51c7de
BR
63162005-03-10 Bob Rossi <bob@brasko.net>
6317
6318 * gdb.texinfo: Update copyright
6319
68c71a2e
TR
63202005-02-09 Theodore A. Roth <troth@openavr.org>
6321
6322 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
6323 error.
6324
83761cbd
KB
63252005-02-03 Kevin Buettner <kevinb@redhat.com>
6326
6327 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
6328
9f1c6395
MS
63292005-01-17 Michael Snyder <msnyder@redhat.com>
6330
6331 * gdb.texinfo: Fix spelling, infinte -> infinite.
6332
fbd1b305
MK
63332005-01-08 Mark Kettenis <kettenis@gnu.org>
6334
6335 * observer.texi (GDB Observers): Document "solib_loaded".
6336
3ace7edb
AC
63372005-01-07 Andrew Cagney <cagney@gnu.org>
6338
bec39cab
AC
6339 * configure.ac: Rename configure.in, require autoconf 2.59.
6340 * configure: Re-generate.
6341
3ace7edb
AC
6342 * configure.in: Replace configdirs with multiple references to
6343 AC_CONFIG_SUBDIRS.
6344 * configure: Re-generate.
5ae4183a 6345
53531fc1
AC
63462005-01-04 Andrew Cagney <cagney@gnu.org>
6347
6348 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
6349 part of the version number.
6350
536ffdb7
MK
63512004-12-24 Mark Kettenis <kettenis@gnu.org>
6352
6353 * gdbint.texinfo (Algorithms): Remove description of
6354 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
6355
e1aac25b
JB
63562004-12-07 Jim Blandy <jimb@redhat.com>
6357
6358 * gdb.texinfo (General Query Packets): Specify that thread ID's in
6359 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
6360 numbers.
6361
f47b1503
AS
63622004-12-07 Andreas Schwab <schwab@suse.de>
6363
6364 * gdb.texinfo (Mode Options): Document -l option.
6365
b6b8ece6
EZ
63662004-12-04 Eli Zaretskii <eliz@gnu.org>
6367
6368 * gdbint.texinfo (Algorithms): More accurate description of
6369 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
6370 is not needed unless data-read and data-access watchpoints are
6371 supported. Add a description of how GDB checks whether the
6372 inferior stopped because a watchpoint was hit.
6373
01371747
EZ
63742004-11-23 Eli Zaretskii <eliz@gnu.org>
6375
6376 * gdb.texinfo (Files): Add cross-reference to description of
6377 -readnow command-line switch.
6378
2315ffec
RC
63792004-11-10 Randolph Chung <tausq@debian.org>
6380
6381 * gdb.texinfo: Document set/show backtrace past-entry commands.
6382 Rearrange index entries for set/show backtrace past-main.
6383
69065f5d
AC
63842004-11-10 Jon Beniston <jon@beniston.com>
6385
6386 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
6387 * gdb.texinfo (Remote Serial Protocol): Further describe
6388 binary transfer escaping mechanism .
69065f5d 6389
30e91e0b
RC
63902004-11-08 Randolph Chung <tausq@debian.org>
6391
6392 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
6393 and "show debug infrun". Add index entries.
6394
60bf7e09
EZ
63952004-10-23 Eli Zaretskii <eliz@gnu.org>
6396
6397 * gdb.texinfo (SVR4 Process Information): Document subcommands of
6398 "info proc" that are already implemented. Add index entries.
6399 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
6400 (Files): Add a tip for decreasing memory used for symtabs from
6401 shared libraries.
f018e82f
EZ
6402 (Starting): Fix whitespace; make "elaboration" stand out where it
6403 is first used, and add an index entry for the term.
f8568604
EZ
6404 (Calling): Expand and elaborate text. Add "print". Add the
6405 description of problems with weak aliases.
384ee23f 6406 (Core File Generation): New section.
60bf7e09 6407
d52fe014
AC
64082004-10-12 Andrew Cagney <cagney@gnu.org>
6409
6410 * gdbint.texinfo (Versions and Branches): New chapter.
6411 (Releasing GDB): Delete "Versions and Branches" section.
6412 (Top): Add "Versions and Branches".
6413
703663ab
EZ
64142004-10-08 Eli Zaretskii <eliz@gnu.org>
6415
6416 * gdb.texinfo (Editing, History): Add cross-references to the
6417 included Readline and History user documentation. Remove
6418 references to the symbol have-readline-appendices which is unused
6419 and undefined.
6420 (History): Fix indexing.
6421
ac77d04f
JJ
64222004-10-08 Jeff Johnston <jjohnstn@redhat.com>
6423
6424 * gdbint.texinfo (target_stopped_data_address): Update to
6425 new prototype.
6426 (i386_stopped_data_address): Update prototype and description.
6427 (i386_stopped_by_watchpoint): New function and description.
6428
e07c999f
PH
64292004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
6430
6431 * gdb.texinfo (Filenames): Add Ada suffixes.
6432 (Ada) New section.
6433
2e868123
AC
64342004-09-27 Andrew Cagney <cagney@gnu.org>
6435 Robert Picco <Robert.Picco@hp.com>
6436
6437 * gdb.texinfo (Packets): Document the "p" packet.
6438
02a57714
JM
64392004-09-21 Jason Molenda (jmolenda@apple.com)
6440
6441 * gdb.texinfo (Paths and Names of the Source Files): Document the
6442 meaning of values in the 'desc' field of a SO stab.
6443
ae038cb0
DJ
64442004-09-20 Daniel Jacobowitz <dan@debian.org>
6445
6446 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
6447 max-cache-age" and "maint show dwarf2 max-cache-age".
6448
f7dc1244
EZ
64492004-09-16 Eli Zaretskii <eliz@gnu.org>
6450
6451 * gdb.texinfo (Set Breaks): Add index entry for setting
6452 breakpoints on overloaded C++ functions that are not members of
6453 any classes. Add an example and an index entry for setting
6454 breakpoints on all program functions.
6455 (Character Sets, Macros, Overlay Commands)
6456 (Non-debug DLL symbols, GDB/MI Output Syntax)
6457 (Annotations Overview, Maintenance Commands, File-I/O Overview):
6458 Use "(@value{GDBP})" instead of a literal "(gdb)".
6459
f810308b
AC
64602004-09-12 Andrew Cagney <cagney@gnu.org>
6461
6462 * gdbint.texinfo (Native Debugging): Delete description of
6463 FILES_INFO_HOOK.
6464
15a661f3
PH
64652004-09-11 Paul Hilfinger <hilfinger@gnat.com>
6466
5ae4183a
AS
6467 * gdbint.texinfo (User Interface): Change local_hex_string_custom
6468 to hex_string_custom (not historically correct, but more
15a661f3
PH
6469 understandable, given the current code).
6470
f3219c75
AC
64712004-09-03 Andrew Cagney <cagney@gnu.org>
6472
6473 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
6474
f3bb6704
JJ
64752004-09-01 Jeff Johnston <jjohnstn@redhat.com>
6476
6477 * observer.texi (solib_unloaded): New observer.
6478
8d2c00cb
AC
64792004-08-24 Andrew Cagney <cagney@gnu.org>
6480
6481 * gdbint.texinfo (Target Architecture Definition): Add missing
6482 comma.
6483
e7dc800a
MC
64842004-08-20 Michael Chastain <mec.gnu@mindspring.com>
6485
6486 * (Using the Testsuite): build != host is supported,
6487 but some test scripts do not support build != host.
6488
73b03683
MK
64892004-08-14 Mark Kettenis <kettenis@gnu.org>
6490
6491 * gdbint.texinfo (Host Definition): Delete description of
6492 FCLOSE_PROVIDED and GETENV_PROVIDED.
6493
c0ccb908
MK
64942004-08-05 Mark Kettenis <kettenis@chello.nl>
6495
6496 * gdbint.texinfo (Host Definition): Delete description of
6497 NO_SYS_FILE.
6498 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
6499 PTRACE_FP_BUG.
6500
9c8dbfa9
AC
65012004-08-05 Andrew Cagney <cagney@gnu.org>
6502
6503 * gdbint.texinfo (Target Architecture Definition): Delete
6504 reference to deprecated_read_fp.
6505
f42accbe
AC
65062004-08-02 Andrew Cagney <cagney@gnu.org>
6507
6508 * gdbint.texinfo (Target Architecture Definition): Delete
6509 description of DEPRECATED_REGISTER_BYTES.
6510
0b66e38c
EZ
65112004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
6512
6513 * gdb.texinfo (Source Path): Document the new behavior of
6514 searching for the source files.
6515
15387254
EZ
65162004-07-17 Eli Zaretskii <eliz@gnu.org>
6517
6518 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
6519 (Search, Expressions, Arrays, Variables, Data, Machine Code)
6520 (Auto Display): Improve indexing.
6521
2c07db7a
AC
65222004-07-16 Andrew Cagney <cagney@gnu.org>
6523
6524 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
6525 "-noasync".
6526
4644b6e3
EZ
65272004-07-09 Eli Zaretskii <eliz@gnu.org>
6528
6529 * gdb.texinfo: Fix @kindex entries so that multiple commands that
6530 have the same prefix have only their prefix in the index.
6531
7561d450
MK
65322004-07-03 Mark Kettenis <kettenis@gnu.org>
6533
6534 * gdb.texinfo (BSD libkvm Interface): New node (section)
6535 (Native): Add it to the menu.
6536
67bebe79
MK
65372004-07-01 Mark Kettenis <kettenis@gnu.org>
6538
6539 * gdbint.texinfo (Target Architecture Definition): Remove
6540 PCC_SOL_BROKEN.
6541
1a6923e0
MK
65422004-06-24 Mark Kettenis <kettenis@gnu.org>
6543
6544 * gdbint.texinfo (Target Architecture Definition): Remove
6545 SUN_FIXED_LBRAC_BUG.
6546
b435e160
AC
65472004-06-26 Andrew Cagney <cagney@gnu.org>
6548
6549 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
6550
b5622e8d
AC
65512004-06-20 Andrew Cagney <cagney@gnu.org>
6552
6553 * gdbint.texinfo (Target Architecture Definition): Deprecate
6554 USE_STRUCT_CONVENTION.
6555
e0c07bf0
MC
65562004-06-19 Michael Chastain <mec.gnu@mindspring.com>
6557
6558 gdb.texinfo (Bug Reporting): Mention session recording,
6559 with the script command or Emacs.
6560
782263ab
AC
65612004-06-18 Andrew Cagney <cagney@gnu.org>
6562
6563 * gdbint.texinfo (Target Architecture Definition): Deprecate
6564 FUNCTION_START_OFFSET.
6565
03727ca6
AC
65662004-06-14 Andrew Cagney <cagney@gnu.org>
6567
6568 Based on changes from Karl Berry.
6569 * gdb.texinfo: Do not use @sc in a direntry.
6570 * stabs.texinfo: Change @dircateogry to "Software development".
6571 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
6572
97092415
AC
65732004-06-13 Andrew Cagney <cagney@gnu.org>
6574
6575 * gdbint.texinfo (Target Architecture Definition): Delete
6576 description of RETURN_VALUE_ON_STACK.
6577
1f6d4158
AC
65782004-06-09 Andrew Cagney <cagney@gnu.org>
6579
6580 * gdbint.texinfo (Native Debugging): Restore "@table @code"
6581 deleted by previous patch.
6582
d966f0cb
AC
65832004-06-08 Andrew Cagney <cagney@gnu.org>
6584
6585 * gdbint.texinfo (Native Debugging): Delete documentation on
6586 ATTACH_DETACH.
6587
86fe4aaa
RC
65882004-06-06 Randolph Chung <tausq@debian.org>
6589
6590 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
6591
d4b6d575
RC
65922004-06-06 Randolph Chung <tausq@debian.org>
6593
5ae4183a 6594 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
6595 the new push_dummy_call method signature. Describe the function
6596 argument.
6597
4e8b0763
JB
65982004-05-24 Joel Brobecker <brobecker@gnat.com>
6599
6600 * gdb.texinfo (Starting): Document new start command.
6601
59caf092
AC
66022004-05-21 Andrew Cagney <cagney@redhat.com>
6603
6604 * observer.texi (GDB Observers): Document "inferior_created".
6605
e4a2df64
AC
66062004-05-08 Andrew Cagney <cagney@redhat.com>
6607
e6b55ae2
AC
6608 * gdbint.texinfo (Target Architecture Definition): Delete
6609 description of DO_DEFERRED_STORES.
6610
28954179
AC
6611 * gdbint.texinfo (Target Architecture Definition): Delete
6612 references to DEPRECATED_FIX_CALL_DUMMY.
6613
434b87dd
AC
6614 * gdbint.texinfo (Target Architecture Definition): Delete
6615 description of DEPRECATED_CALL_DUMMY_WORDS,
6616 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
6617
58d28df8
AC
6618 * gdbint.texinfo (Target Architecture Definition): Delete
6619 description of DEPRECATED_PUSH_DUMMY_FRAME.
6620
e4a2df64
AC
6621 * gdbint.texinfo (Target Architecture Definition): Delete
6622 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
6623
2b4855ab
AC
66242004-05-07 Andrew Cagney <cagney@redhat.com>
6625
6626 * observer.texi (GDB Observers): Add "Debugging" section. Include
6627 cross reference to "set/show debug observer".
6628 * gdb.texinfo (Debugging Output): Document "set/show debug
6629 observer".
6630
fcf70625
AC
66312004-05-01 Andrew Cagney <cagney@redhat.com>
6632
6633 * gdbint.texinfo (Target Architecture Definition): Delete
6634 description of DEPRECATED_PC_IN_SIGTRAMP.
6635
8ee56bcf
AC
66362004-04-30 Andrew Cagney <cagney@redhat.com>
6637
6638 * gdbint.texinfo (Target Architecture Definition): Delete
6639 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
6640
67ab9a76
OF
66412004-04-30 Orjan Friberg <orjanf@axis.com>
6642
6643 * observer.texi (GDB Observers): Correct spelling.
6644
79346bcb
OF
66452004-04-26 Orjan Friberg <orjanf@axis.com>
6646
6647 * observer.texi (GDB Observers): Add target_changed event.
6648
7a464420
AC
66492004-04-08 Andrew Cagney <cagney@redhat.com>
6650
6651 * observer.texi (GDB Observers): Rework, provide generic observer
6652 definitions and then a list of observable events.
6653
6cdf9d98
AC
66542004-04-04 Andrew Cagney <cagney@redhat.com>
6655
6656 * gdbint.texinfo (Host Definition): Delete reference to
6657 NO_SIGINTERRUPT.
6658
ddc135a4
AC
66592004-04-02 Andrew Cagney <cagney@redhat.com>
6660
6661 * gdbint.texinfo (Target Architecture Definition): Delete
6662 reference to DEPRECATED_CALL_DUMMY_LENGTH.
6663
6a1b180d
SC
66642004-03-28 Stephane Carrez <stcarrez@nerim.fr>
6665
6666 * gdb.texinfo (TUI Commands): Document tui reg commands.
6667
d0d5df6f
AC
66682004-03-26 Andrew Cagney <cagney@redhat.com>
6669
6670 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
6671 "gdbtui".
6672 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
6673 (Contributors): Mention both Text and Terminal User Interface.
6674
aa2a3f87
AC
66752004-03-23 Andrew Cagney <cagney@redhat.com>
6676
6677 * gdbint.texinfo (Target Architecture Definition): Deprecate
6678 references to SIGTRAMP_START and SIGTRAMP_END.
6679
f561f026
AC
66802004-03-23 Andrew Cagney <cagney@redhat.com>
6681
6682 * gdbint.texinfo (Target Architecture Definition): Deprecate
6683 references to PC_IN_SIGTRAMP.
6684
33cb8b0f
AC
66852004-03-19 Andrew Cagney <cagney@redhat.com>
6686
6687 * gdbint.texinfo (Target Architecture Definition): Delete
6688 reference to GDB_TARGET_IS_HPPA.
6689
fc989b7a
AC
66902004-03-18 Andrew Cagney <cagney@redhat.com>
6691
6692 * gdbint.texinfo (Coding): Update section on gdbarch_data,
6693 describe pre_init and post_init.
6694
701b08bb
DJ
66952004-03-09 Daniel Jacobowitz <drow@mvista.com>
6696
6697 * gdb.texinfo (Debugging Output): Document values for "set debug
6698 target".
6699
faae5abe
AC
67002004-02-28 Andrew Cagney <cagney@redhat.com>
6701
6702 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
6703
dd79a6cf
JJ
67042004-02-26 Jeff Johnston <jjohnstn@redhat.com>
6705
6706 * gdb.texinfo (breakpoints): Add information about the
6707 new "set breakpoint pending" and "show breakpoint pending"
6708 commands.
6709
e7f16015
AC
67102004-02-26 Andrew Cagney <cagney@redhat.com>
6711
6712 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
6713 in Per-architecture module data section.
6714
7161a3a6
RM
67152004-02-25 Roland McGrath <roland@redhat.com>
6716
6717 * gdb.texinfo (General Query Packets): Document qPart:... packets.
6718
2154891a
AC
67192004-02-24 Andrew Cagney <cagney@redhat.com>
6720
6721 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
6722 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
6723 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 6724
6c74ac8b
AC
67252004-02-17 Andrew Cagney <cagney@redhat.com>
6726
6727 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
6728
19772a2c
AC
67292004-02-16 Andrew Cagney <cagney@redhat.com>
6730
6731 * gdbint.texinfo (Target Architecture Definition): Deprecate
6732 FRAMELESS_FUNCTION_INVOCATION.
6733
c9830293
AC
67342004-02-16 Andrew Cagney <cagney@redhat.com>
6735
6736 * gdbint.texinfo (Coding): Mention -Wunused-function.
6737
b9d26eb9
AC
67382004-02-14 Andrew Cagney <cagney@redhat.com>
6739
6740 * gdbint.texinfo (Target Architecture Definition): Delete
6741 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
6742
49efadf5
EZ
67432004-02-12 Elena Zannoni <ezannoni@redhat.com>
6744
6745 * gdb.texinfo: Properly quote the name "C++".
6746 * gdbint.texinfo: Ditto.
6747 * stabs.texinfo: Ditto.
6748
1eb288ea
EZ
67492004-02-11 Elena Zannoni <ezannoni@redhat.com>
6750
6751 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
6752 minimal information about libiberty.
6753
e4937fc1
MC
67542004-02-06 Michael Chastain <mec.gnu@mindspring.com>
6755
6756 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
6757
a9331b3f
RM
67582004-02-04 Roland McGrath <roland@redhat.com>
6759
6760 * gdb.texinfo (Auxiliary Vector): New node (section).
6761 (Data): Add it to the menu.
6762
2650777c
JJ
67632004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6764
6765 * gdb.texinfo (Breakpoints): Add information about pending
6766 breakpoint support.
6767
b4501125
AC
67682004-01-26 Andrew Cagney <cagney@redhat.com>
6769
6770 * gdb.texinfo (Overview): Delete references to the cisco protocol
6771 including the "N" response.
6772
74055713
AC
67732004-01-26 Andrew Cagney <cagney@redhat.com>
6774
6775 * gdbint.texinfo (Target Architecture Definition): Rename
6776 EXTRACT_STRUCT_VALUE_ADDRESS to
6777 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 6778
3bbe9696
EZ
67792004-01-24 Eli Zaretskii <eliz@gnu.org>
6780
6781 * gdb.texinfo (KOD): Document "show os". Add index entries for
6782 "set/show os" and "info cisco" commands.
6783
5843504f
EZ
67842004-01-21 Eli Zaretskii <eliz@gnu.org>
6785
6786 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
6787
9175c9a3
MC
67882004-01-19 Michael Chastain <mec.gnu@mindspring.com>
6789
6790 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
6791 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
6792
8e94b928
NR
67932004-01-19 Nick Roberts <nick@nick.uklinux.net>
6794
6795 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
6796 -stack-list-locals.
6797 (GDB/MI Variable Objects): Describe extension to
6798 -var-list-children.
6799
a20cf136
DJ
68002004-01-17 Daniel Jacobowitz <drow@mvista.com>
6801
6802 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
6803
afb18d0f
AC
68042004-01-17 Andrew Cagney <cagney@redhat.com>
6805
6806 * gdbint.texinfo (Target Architecture Definition): Delete
6807 documentation on DEPRECATED_NPC_REGNUM.
6808
b51970ac
DJ
68092004-01-13 Daniel Jacobowitz <drow@mvista.com>
6810
6811 * gdb.texinfo: Update copyright year. Mention that set
6812 follow-fork-mode is supported on GNU/Linux. Remove documentation of
6813 "set follow-fork-mode ask".
6814
0f0cffd2
AC
68152004-01-13 Andrew Cagney <cagney@redhat.com>
6816
6817 * gdbint.texinfo: Update copyright year.
6818 (Coding): Add -Wunused-label to list of -Werror warnings.
6819
c552b3bb 68202004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 6821 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
6822
6823 * gdb.texinfo: Update copyright.
6824 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
6825 around names, as appropriate. Minor syntax cleanup of
6826 _NSPrintForDebugger explanation. Two spaces after periods.
6827 GDBN used instead of lit. "gdb". Index entries added for
6828 print-object and _NSPrintForDebugger. @noindent added in one spot.
6829
afe157ca
EZ
68302003-11-11 Elena Zannoni <ezannoni@redhat.com>
6831
6832 * stabs.texinfo: Add dircategory and direntry commands.
6833 * annotate.texinfo: Ditto.
6834
963e2bb7
AC
68352003-11-10 Andrew Cagney <cagney@redhat.com>
6836
6837 * gdbint.texinfo (Target Architecture Definition): Replace the
6838 return_value method's "inval" and "outval" parameters with
6839 "readbuf" and "writebuf".
6840
1d8b2f28
JB
68412003-10-28 Jim Blandy <jimb@redhat.com>
6842
6843 * gdb.texinfo (The F request packet, The F reply packet): Renamed
6844 from "The `F' request packet" and "The `F' reply packet", to make
6845 texi2dvi happy.
6846 (File-I/O remote protocol extension): Update menu entries, too.
6847
36d86913
MC
68482003-10-26 Michael Chastain <mec@shout.net>
6849
6850 * gdb.texinfo (Thread Stops): Document the issue with
6851 premature return from system calls in multi-threaded programs.
6852
ce2826aa
AC
68532003-10-24 Andrew Cagney <cagney@redhat.com>
6854
6855 * annotate.texinfo: Fix "fortunatly"[sic].
6856
f24c5e49
KI
68572003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
6858
6859 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
6860 with "Hitachi" and "Mitsubishi".
6861
92ad9cd9
AC
68622003-10-20 Andrew Cagney <cagney@redhat.com>
6863
6864 * gdbint.texinfo (Target Architecture Definition): Document
6865 gdbarch_return_value. Add cross references from
6866 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
6867 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
6868
0ab4b752
MK
68692003-10-18 Mark Kettenis <kettenis@gnu.org>
6870
6871 * gdbint.texinfo (Target Architecture Definition): Document
6872 regset_from_core_section.
fb3e19c0
KI
6873
68742003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
6875
6876 * gdb.texinfo (M32R/D): Mention m32rsdi target.
6877
a9331b3f 68782003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
6879
6880 From Anthony Green <green@redhat.com>:
5ae4183a 6881 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 6882
1485d690
KB
68832003-10-14 Kevin Buettner <kevinb@redhat.com>
6884
889bf7c5
PA
6885 * gdb.texinfo (Breakpoint related warnings): New node.
6886 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 6887
86d30acc
DJ
68882003-10-13 Daniel Jacobowitz <drow@mvista.com>
6889
6890 * gdb.texinfo (Remote Protocol): Document v and vCont.
6891
172c2a43
KI
68922003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
6893
6894 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
6895 * gdbint.texinfo: Ditto.
6896
71952f4c
AC
68972003-10-09 Andrew Cagney <cagney@redhat.com>
6898
6899 From 2003-09-18 David Anderson <davea@sgi.com>:
6900 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
6901 "command".
6902
268e2188
AC
69032003-10-03 Andrew Cagney <cagney@redhat.com>
6904
6905 * gdbint.texinfo (Target Architecture Definition): Deprecate
6906 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
6907 just target.
6908
12c266ea 69092003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 6910
f30992d4 6911 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
6912 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
6913 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
6914 * gdbint.texinfo (Target Architecture Definition): Rename
6915
69162003-09-30 Andrew Cagney <cagney@redhat.com>
6917
f30992d4 6918 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 6919 (Target Architecture Definition):
f30992d4 6920
2e092625
AC
6921 * gdbint.texinfo (Target Architecture Definition): Rename
6922 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
6923
0717ae8a
AC
69242003-09-29 Andrew Cagney <cagney@redhat.com>
6925
dad809b7
AC
6926 * gdbint.texinfo (Target Architecture Definition): Delete
6927 documentation for NEED_TEXT_START_END.
6928
0717ae8a
AC
6929 * gdbint.texinfo (Target Architecture Definition): Rename
6930 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
6931 TARGET_WRITE_PC.
a9331b3f 6932
af6cf26d
MC
69332003-09-22 Michael Chastain <mec@shout.net>
6934
6935 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
6936
ee206350
AG
69372003-09-21 Anthony Green <green@redhat.com>
6938
6939 * gdbint.texinfo (Target Architecture Definition): Fix typos.
6940
a38c9fe6
MK
69412003-09-21 Mark Kettenis <kettenis@gnu.org>
6942
6943 * gdbint.texinfo (Target Architecture Definition): Document
6944 stabs_argument_has_addr.
6945
77949794
AC
69462003-09-18 Andrew Cagney <cagney@redhat.com>
6947
6948 * gdbint.texinfo (Target Architecture Definition): Delete
6949 documentation on REGISTER_NAMES.
6950
8e823e25
MK
69512003-09-13 Mark Kettenis <kettenis@gnu.org>
6952
6953 * gdbint.texinfo (Target Architecture Definition): Replace
6954 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
6955
f27dd7fd
AC
69562003-09-11 Andrew Cagney <cagney@redhat.com>
6957
6958 * gdbint.texinfo (Target Architecture Definition): Replace
6959 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
6960
8b148df9
AC
69612003-08-18 Andrew Cagney <cagney@redhat.com>
6962
6963 * gdbint.texinfo (Target Architecture Definition): Document
6964 "frame_red_zone_size".
6965
25d29d70
AC
69662003-08-09 Andrew Cagney <cagney@redhat.com>
6967
6968 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
6969 with "set/show backtrace past-main" and "set/show backtrace
6970 limit".
6971
c938e9b0
L
69722003-08-08 H.J. Lu <hongjiu.lu@intel.com>
6973
6974 * Makefile.in (install-info): Support DESTDIR.
6975 (install-html): Likewise.
6976
64fabec2
AC
69772003-08-07 Andrew Cagney <cagney@redhat.com>
6978
6979 Patch from Nick Roberts.
6980 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
6981 bindings. Remove description of send-gdb-command.
6982
2fcf52f0
AC
69832003-08-07 Andrew Cagney <cagney@redhat.com>
6984
6985 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
6986 GDB 6.0.
6987
086432e2
AC
69882003-08-06 Andrew Cagney <cagney@redhat.com>
6989
6990 * gdb.texinfo (Mode Options): Mention that level three is the
6991 highest available and that level 2 is deprecated.
6992 (Annotations Overview): Mention annotation levels. Cross reference
6993 to "Limitations of the Annotation Interface" in annotate.texi.
6994 (TODO, Value Annotations, Frame Annotations): Delete section.
6995 (Displays, Breakpoint Info): Delete.
6996
e5249f67
AC
69972003-08-04 Andrew Cagney <cagney@redhat.com>
6998
6999 * agentexpr.texi: Delete @bye.
7000 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
7001 (stabs.info): Add $(srcdir) to include search path.
7002 (html): Depend on "annotate_toc.html", and not "annotate.html".
7003 * stabs.texinfo: Ditto. Include "fdl.texi".
7004 * gdbint.texinfo: Update copyright statement's list of invariant
7005 sections.
7006
e6f672d2
AC
70072003-07-28 Andrew Cagney <cagney@redhat.com>
7008
7009 * Makefile.in (INFO_DEPS): Add annotate.info.
7010 (dvi, ps, html, pdf): Add annotate.
7011 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
7012 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
7013 (ANNOTATE_DOC_FILES): New macro.
7014 (ANNOTATE_TEX_TMPS): New macro.
7015 (annotate.info, annotate_toc.html): Specify dependencies.
7016 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
7017 * annotate.texinfo: Rename annotate.texi. Get building. Add
7018 "Migrating to GDB/MI" and "Limitations of the Annotation
7019 Interface" chapters. Mention why it is not part of the user
7020 guide. Update copyright notice. Include "fdl.texi".
7021
72ffddc9
SC
70222003-07-26 Stephane Carrez <stcarrez@nerim.fr>
7023
7024 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
7025
a9f12a31
DJ
70262003-07-24 Daniel Jacobowitz <drow@mvista.com>
7027
7028 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
7029
b1fe9455
DJ
70302003-07-24 Daniel Jacobowitz <drow@mvista.com>
7031
7032 * gdb.texinfo (Server): Mention pidof.
7033
153721e6
AC
70342003-07-22 Andrew Cagney <cagney@redhat.com>
7035
7036 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
7037 list.
7038
0fac0b41
DJ
70392003-06-28 Daniel Jacobowitz <drow@mvista.com>
7040
7041 * gdb.texinfo (Logging output): New chapter.
7042
4e562065
JB
70432003-06-24 Joel Brobecker <brobecker@gnat.com>
7044
7045 * gdb.texinfo (Unsupported languages): New section.
7046 (Languages): Add link to new section.
7047
f2c06f52
AC
70482003-06-22 Andrew Cagney <cagney@redhat.com>
7049
7050 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
7051
b4177fca
DJ
70522003-06-22 Daniel Jacobowitz <drow@mvista.com>
7053
7054 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
7055
f418dd93
DJ
70562003-06-22 Daniel Jacobowitz <drow@mvista.com>
7057
7058 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
7059 * agentexpr.texi: Retitle section, and change it to an appendix.
7060 Comment out texinfo initialization. Factor a @var{} into two
7061 pieces to prevent makeinfo warnings.
7062 * gdb.texinfo: Add Agent Expressions appendix.
7063
4ca61388
DJ
70642003-06-19 Daniel Jacobowitz <drow@mvista.com>
7065
7066 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
7067
07f31aa6
DJ
70682003-06-18 Daniel Jacobowitz <drow@mvista.com>
7069
5ae4183a 7070 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
7071 remote target". Document the "detach" and "disconnect" commands.
7072 (Server, Netware, Debug Session): Reference "Connecting to a
7073 remote target".
7074 (GDB/MI Target Manipulation): Document "-target-disconnect".
7075
2dd0da42
AC
70762003-06-13 Andrew Cagney <cagney@redhat.com>
7077
7078 * gdbint.texinfo (Target Architecture Definition): Deprecate
7079 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
7080 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
7081
e7a3abfc
JB
70822003-06-09 Jim Blandy <jimb@redhat.com>
7083
7084 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
7085
25e3a86b
AC
70862003-06-08 Andrew Cagney <cagney@redhat.com>
7087
7088 * gdbint.texinfo (Target Architecture Definition): Delete
7089 documentation on FRAME_ARGS_ADDRESS_CORRECT.
7090
a9e5fdc2
AC
70912003-06-08 Andrew Cagney <cagney@redhat.com>
7092
7093 * gdbint.texinfo (Target Architecture Definition): Document
7094 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
7095
b37303ee
AF
70962003-06-07 Adam Fedor <fedor@gnu.org>
7097
7098 * gdb.texinfo: Add Objective-C documentation.
7099
39fe6e80
AC
71002003-06-01 Andrew Cagney <cagney@redhat.com>
7101
7102 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
7103 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
7104
125309b2
AC
71052003-05-21 Andrew Cagney <cagney@redhat.com>
7106
7107 * gdbint.texinfo (Target Architecture Definition): Delete
7108 references to "extract_address" and "store_address".
7109
b8b527c5
AC
71102003-05-16 Andrew Cagney <cagney@redhat.com>
7111
7112 * gdbint.texinfo (Target Architecture Definition): Replace
7113 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
7114 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
7115
50e3ee83
TR
71162003-05-14 Theodore A. Roth <troth@openavr.org>
7117
7118 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
7119
44e2be90
L
71202003-05-10 H.J. Lu <hongjiu.lu@intel.com>
7121
7122 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
7123 (gdb.dvi): Likewise.
7124 (gdb.pdf): Likewise.
7125 (links2roff): Likewise.
7126
df5215a6
JB
71272003-05-08 Jim Blandy <jimb@redhat.com>
7128
7129 * gdb.texinfo (Dump/Restore Files): Update documentation for
7130 'dump', 'append', and 'restore': note that format argument is
7131 optional; simplify presentation of the command variants; and be
7132 more precise about the formats.
7133
5e7b2f39
JB
71342003-05-07 Jim Blandy <jimb@redhat.com>
7135
7136 * gdb.texinfo (Symbols): Update documentation: 'maint list
7137 symtabs' and 'maint list psymtabs' have been renamed 'maint info
7138 symtabs' and 'maint info psymtabs'.
7139
b1e29e33
AC
71402003-05-05 Andrew Cagney <cagney@redhat.com>
7141
7142 * gdbint.texinfo (Target Architecture Definition): Make
7143 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
7144 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
7145 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
7146
00905d52
AC
71472003-05-04 Andrew Cagney <cagney@redhat.com>
7148
7149 * gdb.texinfo (Maintenance Commands): Document "maint print
7150 dummy-frames".
7151
54ff5908
AC
71522003-05-04 Andrew Cagney <cagney@redhat.com>
7153
7154 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
7155
32e7087d
JB
71562003-05-03 J. Brobecker <brobecker@gnat.com>
7157
7158 Thierry Schneider <tpschneider1@yahoo.com>
7159 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
7160 for new MI command.
7161
7043d8dc
AC
71622003-05-03 Andrew Cagney <cagney@redhat.com>
7163
7164 * gdbint.texinfo (Target Architecture Definition): Document
7165 push_dummy_code. Add cross references.
7166
e33d66ec
EZ
71672003-05-02 Elena Zannoni <ezannoni@redhat.com>
7168
7169 * gdb.texinfo (Character Sets): Update to reflect new behavior of
7170 set/show charsets commands.
7171
0ba6dca9
AC
71722003-04-28 Andrew Cagney <cagney@redhat.com>
7173
7174 * gdbint.texinfo (Target Architecture Definition): Replace
7175 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
7176 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
7177
d7a27068
AC
71782003-04-28 Andrew Cagney <cagney@redhat.com>
7179
7180 * gdbint.texinfo (Target Architecture Definition): Rename
7181 "tm_print_insn" to "deprecated_tm_print_insn".
7182
44ea7b70
JB
71832003-04-09 Jim Blandy <jimb@redhat.com>
7184
7185 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
7186 list psymtabs'.
7187
fb8f8949
AC
71882003-04-08 Andrew Cagney <cagney@redhat.com>
7189
7190 * gdbint.texinfo (Target Architecture Definition): Delete
7191 references to EXTRA_FRAME_INFO.
7192
32fb0f22
AC
71932003-04-08 Andrew Cagney <cagney@redhat.com>
7194
7195 * gdbint.texinfo (Target Architecture Definition): Delete
7196 PRINT_TYPELESS_INTEGER.
7197
6be67e67
JB
71982003-04-02 J. Brobecker <brobecker@gnat.com>
7199
7200 * observer.texi (GDB Observers): Adjust the documentation for the
7201 normal_stop notification to better describe reality. Fix a couple
7202 of minor typos.
7203
4e35d5f0
BR
72042003-04-02 Bob Rossi <bob_rossi@cox.net>
7205
a9331b3f 7206 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
7207 '-file-list-exec-source-file'
7208
e8a8712a
AC
72092003-03-31 Andrew Cagney <cagney@redhat.com>
7210
7211 * gdbint.texinfo (Target Architecture Definition): Delete
7212 references to CALL_DUMMY_P.
7213
6c0e89ed
AC
72142003-03-30 Andrew Cagney <cagney@redhat.com>
7215
7216 * gdbint.texinfo (Target Architecture Definition): Remove
7217 reference to TARGET_WRITE_SP.
a9331b3f 7218
378bfd1b
AC
72192003-03-27 Andrew Cagney <cagney@redhat.com>
7220
7221 * gdbint.texinfo (Target Architecture Definition): Remove
7222 references to write_sp.
6c0e89ed 7223
922fbb7b
AC
72242003-03-27 Andrew Cagney <cagney@redhat.com>
7225
7226 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
7227 chapter body. Use @smallexample instead of @example.
7228 (Annotations): Ditto.
7229 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
7230 annotate.texi.
7231
b81774d8
AC
72322003-03-26 Andrew Cagney <cagney@redhat.com>
7233
7234 * gdbint.texinfo (Target Architecture Definition): Replace
7235 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
7236 dummy_addr parameters.
7237
1bf6d5cc
AC
72382003-03-25 Andrew Cagney <cagney@redhat.com>
7239
7240 * gdbint.texinfo (Target Architecture Definition): Delete
7241 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
7242 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
7243 Add reference to PUSH_ARGUMENTS.
7244
618ce49f
AC
72452003-03-23 Andrew Cagney <cagney@redhat.com>
7246
7247 * gdbint.texinfo (Algorithms, Target Architecture Definition):
7248 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
7249
bcd7e15f
JB
72502003-03-18 J. Brobecker <brobecker@gnat.com>
7251
7252 * gdbint.texinfo (Algorithms): Add new section describing the
7253 Observer paradigm.
7254 (Top): Add menu entry to new observer appendix.
7255 * observer.texi: New file.
7256 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
7257 new observer.texi file.
7258
9fe8321b
AC
72592003-03-17 Andrew Cagney <cagney@redhat.com>
7260
7261 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
7262 that GNU Press update the manual version number.
7263
ac2adee5
AC
72642003-03-12 Andrew Cagney <cagney@redhat.com>
7265
7266 * gdbint.texinfo (Target Architecture Definition): Delete
7267 references to get_saved_register. Rename GET_SAVED_REGISTER to
7268 DEPRECATED_GET_SAVED_REGISTER.
7269
749b82f6
AC
72702003-03-13 Andrew Cagney <cagney@redhat.com>
7271
7272 * gdbint.texinfo (Target Architecture Definition): Replace
7273 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
7274
8bedc050
AC
72752003-03-12 Andrew Cagney <cagney@redhat.com>
7276
7277 * gdbint.texinfo (Target Architecture Definition): Rename
7278 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 7279
0ce1b118
CV
72802003-03-10 Corinna Vinschen <vinschen@redhat.com>
7281
7282 * gdb.texinfo: Add File-I/O documentation.
7283
12cc2063
AC
72842003-03-10 Andrew Cagney <cagney@redhat.com>
7285
7286 * gdbint.texinfo (Target Architecture Definition): Cross reference
7287 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
7288
7453dc06
AC
72892003-03-07 Andrew Cagney <cagney@redhat.com>
7290
7291 * gdb.texinfo (Debugging Output): Mention the "set/show debug
7292 frame" command.
7293
6314f104
AC
72942003-03-05 Andrew Cagney <cagney@redhat.com>
7295
7296 * gdbint.texinfo (Target Architecture Definition): Document
7297 unwind_dummy_id. Cross reference unwind_dummy_id and
7298 SAVE_DUMMY_FRAME_TOS.
7299
f1212245
DJ
73002003-03-05 James Ingham <jingham@apple.com>
7301 Daniel Jacobowitz <drow@mvista.com>
7302
7303 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
7304 and "show cp-abi".
7305
77e7e267
AC
73062003-03-03 Andrew Cagney <cagney@redhat.com>
7307
7308 * gdbint.texinfo (Target Architecture Definition): Document
7309 register_type.
7310
838a8221
AC
73112003-03-03 Andrew Cagney <cagney@redhat.com>
7312
7313 * stabs.texinfo (Structures): Use @samp and separate @var's
7314 instead of a single @var containing a comma separated list.
7315 (Unions): Ditto.
7316
d7f4a264
DJ
73172003-03-02 Daniel Jacobowitz <drow@mvista.com>
7318
7319 * Makefile.in (distclean): Remove config.log.
7320
f30ee0bc
AC
73212003-03-01 Andrew Cagney <cagney@redhat.com>
7322
7323 * gdbint.texinfo (Target Architecture Definition): Rename
7324 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
7325
73262003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
7327
7328 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
7329 DEPRECATED_INIT_EXTRA_FRAME_INFO.
7330
be448670
CF
73312003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
7332
7333 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
7334 (Non-debug DLL symbols): New node, describing the minimal symbols
7335 loaded from DLLs without real debugging symbols.
7336
501eef12
AC
73372003-02-20 Andrew Cagney <ac131313@redhat.com>
7338
7339 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
7340 hardware-breakpoint-limit".
7341 (Set Watchpoints): Add cross reference to "set remote
7342 hardware-watchpoint-limit".
7343 (Remote configuration options): New section.
7344
21c294e6
AC
73452003-02-04 Andrew Cagney <ac131313@redhat.com>
7346
e9be73e4
AC
7347 * gdbint.texinfo (Target Architecture Definition): Delete
7348 descrption of IS_TRAPPED_INTERNALVAR.
7349
21c294e6
AC
7350 From Keith Seitz <keiths@redhat.com>:
7351 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
7352 option "-i"/"--interpreter" to this chapter. Include index
7353 entries.
7354
0179ffac
DC
73552003-02-04 David Carlton <carlton@math.stanford.edu>
7356
7357 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
7358 (Variables): Recommend stabs+ and DWARF 2.
7359 (C plus plus expressions): Correct info about
7360 compiler versions, debug formats.
7361 (Contributors): Change 'DWARF2' to 'DWARF 2'.
7362 PR symtab/874.
7363
7ca9f392
AC
73642003-02-01 Andrew Cagney <ac131313@redhat.com>
7365
7366 * gdbint.texinfo (Target Architecture Definition): Delete
7367 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
7368 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
7369 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
7370 references to nindy and i960.
7371 * gdb.texinfo (i960): Delete all references to i960 and nindy.
7372
31a85ea2
AC
73732003-02-01 Andrew Cagney <ac131313@redhat.com>
7374
7375 * gdbint.texinfo (Target Architecture Definition): Delete
7376 FLOAT_INFO.
7377
6b894e49
AC
73782003-01-30 Andrew Cagney <ac131313@redhat.com>
7379
7380 * stabs.texinfo (Member Type Descriptor): Clarify description of
7381 `@'. Suggested by Ben Hutchings.
7382
c48861fb
AC
73832003-01-29 Andrew Cagney <ac131313@redhat.com>
7384
7385 * gdb.texinfo (M68K): Delete reference to es1800.
7386
617073a9
AC
73872003-01-29 Andrew Cagney <ac131313@redhat.com>
7388
7389 * gdb.texinfo (Maintenance Commands): Document `maint print
7390 reggroups' and `maint print register-groups'.
7391 * gdbint.texinfo (Target Architecture Definition): Document
7392 register_reggroup_p.
7393
5b5d99cf
JB
73942003-01-23 Jim Blandy <jimb@redhat.com>
7395
7396 * gdb.texinfo (Separate Debug Files): New section.
7397
e7ba9c65
DJ
73982003-01-22 Daniel Jacobowitz <drow@mvista.com>
7399
7400 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
7401 and "maint show profile".
7402
94e91d6d
MC
74032003-01-16 Michael Chastain <mec@shout.net>
7404
7405 * gdb.texinfo (Installing GDB): Warn against
7406 ".../gdb-VERSION/gdb/configure".
7407 (Separate Objdir): Likewise.
7408
867f3898
AC
74092003-01-15 Andrew Cagney <ac131313@redhat.com>
7410
7411 * gdbint.texinfo (Target Architecture Definition): Delete
7412 definition of PRINT_REGISTER_HOOK.
7413
f153cc92
EZ
74142003-01-15 Elena Zannoni <ezannoni@redhat.com>
7415
7416 (OpenRISC 1000): Fix formatting of command names.
7417
c60eb6f1
EZ
74182003-01-15 Elena Zannoni <ezannoni@redhat.com>
7419
7420 * gdb.texinfo (Continuing and Stepping): Add new command
7421 'advance'. Clarify behavior of 'until'.
7422
f5ebfba0
DJ
74232003-01-13 Daniel Jacobowitz <drow@mvista.com>
7424
7425 * gdb.texinfo (Files): Document solib-absolute-prefix and
7426 solib-search-path.
7427
4ce8657e
MC
74282003-01-09 Michael Chastain <mec@shout.net>
7429
7430 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
7431 (Create a Release): Add new instructions for new @file{src-release}.
7432 Document existing instructions for @file{Makefile.in} as
7433 being for @value{GDBN} 5.3.1 or earlier.
7434
372613e3
AC
74352003-01-09 Andrew Cagney <ac131313@redhat.com>
7436
7437 * gdbint.texinfo (Target Architecture Definition): Mention
7438 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
7439 allocate memory.
7440
b4e9345d
DJ
74412003-01-04 Daniel Jacobowitz <drow@mvista.com>
7442
7443 * gdb.texinfo (Controlling GDB): Add @kindex for
7444 "show osabi".
7445 (Backtraces): Add @kindex's for backtrace-below-main.
7446
98b45e30
DJ
74472003-01-04 Daniel Jacobowitz <drow@mvista.com>
7448
7449 * gdb.texinfo (Controlling GDB): Document "set osabi".
7450
95f90d25
DJ
74512003-01-04 Daniel Jacobowitz <drow@mvista.com>
7452
7453 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
7454 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
7455
1e698235
DJ
74562003-01-04 Daniel Jacobowitz <drow@mvista.com>
7457
7458 * gdb.texinfo (Controlling GDB): Add ABI section. Document
7459 "set coerce-float-to-double".
7460 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
7461
e632838e
AC
74622003-01-02 Andrew Cagney <ac131313@redhat.com>
7463
7464 * stabs.texinfo: Remove obsolete text.
7465 * gdbint.texinfo: Ditto.
7466 * gdb.texinfo: Ditto.
7467
c133ab7a
MK
74682002-12-22 Mark Kettenis <kettenis@gnu.org>
7469
7470 * gdbint.texinfo (Target Architecture Definition): Update
7471 description of gdbarch_register_osabi.
7472
f821f325
KH
74732002-12-20 Kazu Hirata <kazu@cs.umass.edu>
7474
7475 * agentexpr.texi: Fix typos.
7476 * annotate.texi: Likewise.
7477 * fdl.texi: Likewise.
7478
85a6d8d3 74792002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
7480
7481 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
7482 DEPRECATED_INIT_FRAME_PC.
7483
ae45cd16
AC
74842002-12-01 Andrew Cagney <ac131313@redhat.com>
7485
7486 * gdbint.texinfo (Target Architecture Definition): Delete
7487 PC_IN_CALL_DUMMY.
7488
07555a72
AC
74892002-11-28 Andrew Cagney <ac131313@redhat.com>
7490
7491 * gdbint.texinfo (Host Definition): Delete documentation on
7492 USE_GENERIC_DUMMY_FRAMES.
7493
c166cdc7
EZ
74942002-11-26 Elena Zannoni <ezannoni@redhat.com>
7495
5ae4183a 7496 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
7497 * Makefile.in (install-info): Run the install-info command as part
7498 of the post install steps only.
7499 (uninstall-info): New target.
7500 (uninstall): New target.
7501
35db0260
EZ
75022002-11-22 Elena Zannoni <ezannoni@redhat.com>
7503
7504 * Makefile.in (install): Make install do some real work.
7505
9ba8d803
AC
75062002-11-19 Andrew Cagney <ac131313@redhat.com>
7507
7508 Fix POSIX problem reported by Paul Eggert.
7509 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
7510 Fix PR gdb/527.
7511
903ad3a6
AC
75122002-10-26 Andrew Cagney <cagney@redhat.com>
7513
7514 * gdbint.texinfo (Target Architecture Definition): Delete
7515 definition of DO_REGISTERS_INFO.
7516
f2abfe65
KB
75172002-10-18 Kevin Buettner <kevinb@redhat.com>
7518
7519 * gdbint.texinfo (Address Classes): Fix problems with insertion
7520 of ``{'' and ``}'' in example.
7521
b5b0480a
KB
75222002-10-17 Kevin Buettner <kevinb@redhat.com>
7523
7524 * gdbint.texinfo (Address Classes): New section.
7525 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
7526 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
7527 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
7528 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
7529
c85508ee
KD
75302002-10-11 Klee Dienes <kdienes@apple.com>
7531
7532 * gdb.texinfo (Registers): Mention vector registers as well as
7533 floating registers in the documentation for 'info registers' and
7534 'info all-registers'.
7535
6d12fc3d
DJ
75362002-10-11 Daniel Jacobowitz <drow@mvista.com>
7537
7538 * gdbint.texinfo (CPLUS_MARKER): Remove item.
7539
8d19fbd2
JJ
75402002-10-03 Jeff Johnston <jjohnstn@redhat.com>
7541
7542 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
7543 interface definition.
7544
a37295f9
MM
75452002-10-03 Marko Mlinar <markom@opencores.org>
7546
7547 * gdb.texinfo (Target Commands): Add or1k target specific
7548 commands.
7549 * gdb.texinfo (Contributors): Add myself to the contributors list.
7550
da0f9dcd
AC
75512002-10-01 Andrew Cagney <ac131313@redhat.com>
7552
7553 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
7554 and "mi1" instead of "mi1" and "mi0".
7555
2e834e49
HPN
75562002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
7557
7558 * gdb.texinfo (Packets): Fix typos "alligned".
7559 Correct z3/Z3 description. Correct z4/Z4 title.
7560
050be0dc
AC
75612002-09-27 Andrew Cagney <ac131313@redhat.com>
7562
7563 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
7564
1104b9e7
KB
75652002-09-25 Kevin Buettner <kevinb@redhat.com>
7566
7567 * gdb.texinfo: Use GNU/Linux instead of Linux.
7568
512217c7
AC
75692002-09-25 Andrew Cagney <ac131313@redhat.com>
7570
7571 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
7572
10998722
AC
75732002-09-24 Andrew Cagney <ac131313@redhat.com>
7574
512217c7 7575 * gdb.texinfo: Replace @example with @smallexample.
10998722 7576
a0eb71c5
KB
75772002-09-20 Kevin Buettner <kevinb@redhat.com>
7578
f7dc1244 7579 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
7580 * gdb.texinfo (Character Sets): Use @smallexample instead of
7581 @example. Use GNU/Linux instead of Linux.
7582
75832002-09-20 Jim Blandy <jimb@redhat.com>
7584
7585 * gdb.texinfo: Add character set documentation.
7586
2f870471
AC
75872002-09-19 Andrew Cagney <ac131313@redhat.com>
7588
7589 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
7590 (Packets): Add cross reference from `b' packet to `z' packets.
7591
790eb8f5
AC
75922002-09-19 Andrew Cagney <ac131313@redhat.com>
7593
8d30a00d
AC
7594 * gdb.texinfo (Maintenance Commands): Document ``maint
7595 internal-error'' and ``maint internal-warning''.
7596
790eb8f5
AC
7597 * gdbint.texinfo (Target Architecture Definition): Revise
7598 description of STACK_ALIGN. Add description of FRAME_ALIGN.
7599
a23a7bf1
JB
76002002-09-19 Joel Brobecker <brobecker@gnat.com>
7601
7602 * gdbint.texinfo (Target Conditionals): Document the new
7603 NAME_OF_MALLOC macro.
7604
299ffc64
AC
76052002-09-05 Andrew Cagney <ac131313@redhat.com>
7606
7607 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
7608 engineer.
7609
b7bb15bc
SC
76102002-09-02 Stephane Carrez <stcarrez@nerim.fr>
7611
7612 * gdb.texinfo (TUI Overview): Document status line fields.
7613
3d757584
SC
76142002-09-02 Stephane Carrez <stcarrez@nerim.fr>
7615
7616 * gdb.texinfo (TUI Commands): Document info win command.
7617
269c21fe
SC
76182002-09-01 Stephane Carrez <stcarrez@nerim.fr>
7619
7620 * gdb.texinfo (TUI Overview): Document breakpoint markers.
7621
7cf36c78
SC
76222002-09-01 Stephane Carrez <stcarrez@nerim.fr>
7623
7624 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
7625 (TUI Keys): Likewise.
7626
d2c6833e
AC
76272002-08-25 Andrew Cagney <ac131313@redhat.com>
7628
7629 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
7630 for a packet receive.
7631
46d8b1c3
AC
76322002-08-25 Andrew Cagney <ac131313@redhat.com>
7633
7634 * Makefile.in (clean): Move to end of file.
7635 (distclean, maintainer-clean, realclean): Ditto.
7636 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
7637 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
7638 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
7639 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
7640
b0787093
AC
76412002-08-24 Andrew Cagney <ac131313@redhat.com>
7642
7643 * Makefile.in (GDBINT_TEX_TMPS): Define.
7644 (gdbint.dvi, gdbint.pdf): Use
7645 (GDB_TEX_TMPS): Define.
7646 (gdb.dvi, gdb.pdf): Use.
7647 (STABS_TEX_TMPS): Define.
7648 (stabs.dvi, stabs.pdf): Use.
7649 (GDB_DOC_SOURCE_INCLUDES): New macros.
7650 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
7651 (GDBINT_DOC_FILES_INCLUDES): New macros.
7652 (GDBINT_DOC_BUILD_INCLUDES): New macros.
7653 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
7654 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
7655 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
7656 (links2roff): Replace SFILES_INCLUDED with
7657 GDB_DOC_SOURCE_INCLUDES.
7658 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
7659 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
7660 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
7661 dependencies.
7662 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
7663 dependencies.
7664 (gdbmi.texinfo): Delete rule.
7665 (inc-hist.texinfo): Delete rule.
7666 (rluser.texinfo): Delete rule.
7667
ebba8386
AC
76682002-08-23 Andrew Cagney <cagney@redhat.com>
7669
7670 * gdbint.texinfo (Target Architecture Definition): Update
7671 STORE_RETURN_VALUE, mention regcache.
7672
0ab7a791
AC
76732002-08-21 Andrew Cagney <ac131313@redhat.com>
7674
7675 * gdbint.texinfo (Target Architecture Definition): Document
7676 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
7677
ee2d5c50
AC
76782002-08-19 Andrew Cagney <ac131313@redhat.com>
7679
7680 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
7681 Fix minor typos. Add index entries.
7682
53c69bd7
AC
76832002-08-18 Andrew Cagney <ac131313@redhat.com>
7684
7685 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
7686
e76f1f2e
AC
76872002-08-15 Andrew Cagney <ac131313@redhat.com>
7688
7689 * gdbint.texinfo (Target Architecture Definition): Document
7690 PRINT_VECTOR_INFO.
7691 * gdb.texinfo (Vector Unit): Document "info vectors" command.
7692
0680b120
AC
76932002-08-13 Andrew Cagney <ac131313@redhat.com>
7694
7695 * gdb.texinfo (Maintenance Commands): Document "maint print
7696 registers", "maint print raw-registers" and "maint print
7697 cooked-registers".
7698
3c3bea1c
GS
76992002-08-08 Grace Sainsbury <graces@redhat.com>
7700
a9331b3f 7701 From Mark Salter:
3c3bea1c
GS
7702 * gdb.texinfo (Protocol): Document T packet extension to
7703 allow watchpoint address reporting.
7704
42f9b0a5
AC
77052002-08-03 Andrew Cagney <ac131313@redhat.com>
7706
7707 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
7708
db034ac5
AC
77092002-08-01 Andrew Cagney <cagney@redhat.com>
7710
7711 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
7712 to CHILL.
7713
e2b28d04
AC
77142002-08-01 Andrew Cagney <ac131313@redhat.com>
7715
7716 * gdbint.texinfo (Coding): Revise section "Include Files".
7717
7fb623f7
AC
77182002-07-24 Andrew Cagney <cagney@redhat.com>
7719
7720 * gdbint.texinfo: Obsolete references to m88k.
7721 * gdb.texinfo: Ditto.
7722
4a2b4636
JB
77232002-07-10 Joel Brobecker <brobecker@gnat.com>
7724
7fb623f7 7725 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
7726 where the proper version of autoconf can be retrieved.
7727
a71ec265
DH
77282002-07-09 Don Howard <dhoward@redhat.com>
7729
7730 * gdb.texinfo (Command Files): Further describe the behavior of
7731 sourced command files.
7732
b9aa90c9
AC
77332002-06-27 Andrew Cagney <ac131313@redhat.com>
7734
7735 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
7736 (Coding): Clarify ISO C version that GDB assumes.
7737
40dd2248
TT
77382002-06-26 Tom Tromey <tromey@redhat.com>
7739
7740 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
7741 add_setshow_cmd_full.
7742
bfac230e
DH
77432002-06-25 Don Howard <dhoward@redhat.com>
7744
7745 * gdb.texinfo (Memory Region Attributes): Document new behavior
7746 for 'mem' command.
7747
475b0867
JB
77482002-06-11 Jim Blandy <jimb@redhat.com>
7749
919d772c
JB
7750 * gdb.texinfo (Symbols): Update documentation for `info source'
7751 command.
7752
475b0867
JB
7753 * gdb.texinfo (Macros): Call the command `info macro', not
7754 `show macro'.
7755
ba8c9337
AC
77562002-06-09 Andrew Cagney <ac131313@redhat.com>
7757
7758 * gdbint.texinfo (Coding): Add section ``Per-architecture module
7759 data''.
7760
1029b7fa
MK
77612002-06-09 Mark Kettenis <kettenis@gnu.org>
7762
7763 * gdbint.texinfo (Target Architecture Definition): Document
7764 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
7765
16737d73
AC
77662002-06-08 Andrew Cagney <ac131313@redhat.com>
7767
7768 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
7769 lists.
7770
30107679
AC
77712002-06-08 Andrew Cagney <ac131313@redhat.com>
7772
7773 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
7774 Branch''.
7775
3352e23e
AC
77762002-06-01 Andrew Cagney <ac131313@redhat.com>
7777
7778 * gdbint.texinfo (Target Architecture Definition): Add section
7779 ``Converting an existing Target Architecture to Multi-arch''.
7780
cbb09e6a
AC
77812002-05-30 Andrew Cagney <ac131313@redhat.com>
7782
7783 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
7784 to ``Obsoleting code''. Revise.
7785
e2e0bcd1
JB
77862002-05-17 Jim Blandy <jimb@redhat.com>
7787
7788 * gdb.texinfo (C Preprocessor Macros): New chapter.
7789 Include it in the main menu.
7790 (Contributors): Credit Jim Blandy with macro support.
7791 (Compilation): Explain how to get macro information into the
7792 executable.
7793 (Expressions): Note that preprocessor macros are expanded.
7794
9db8d71f
DJ
77952002-05-14 Daniel Jacobowitz <drow@mvista.com>
7796
7797 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
7798 options for `target remote'.
7799
6d531722
AC
78002002-05-13 Andrew Cagney <ac131313@redhat.com>
7801
7802 * gdbint.texinfo (Target Architecture Definition): Delete
7803 documentation on NNPC_REGNUM.
7804
13d01224
AC
78052002-05-11 Andrew Cagney <ac131313@redhat.com>
7806
7807 * gdbint.texinfo (Target Architecture Definition): Document
7808 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
7809 (Target Architecture Definition): Revise section `Using Different
7810 Register and Memory Data Representations'. Add section `Raw and
7811 Virtual Register Representations'.
7812
b2e75d78
AC
78132002-05-11 Andrew Cagney <ac131313@redhat.com>
7814
7815 * gdbint.texinfo (Target Architecture Definition): Mention
7816 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
7817 (Target Architecture Definition): Mention same. Add references to
7818 web pages.
7819
2c8682ee
MS
78202002-05-08 Michael Snyder <msnyder@redhat.com>
7821
7822 * stabs.texinfo (Attributes): Document new "vector" attribute.
7823
0816590b
AC
78242002-05-04 Andrew Cagney <ac131313@redhat.com>
7825
7826 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
7827
2653173e
AC
78282002-05-04 Andrew Cagney <ac131313@redhat.com>
7829
7830 * gdb.texinfo: Delete obsolete references to a29k.
7831
d7bd68ca
AC
78322002-04-24 Andrew Cagney <ac131313@redhat.com>
7833
7834 * gdbint.texinfo (Target Architecture Definition): Replace
7835 IN_SIGTRAMP with PC_IN_SIGTRAMP.
7836
21d83aa5
DM
78372002-04-24 David S. Miller <davem@redhat.com>
7838
7839 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
7840
7673a6cc
DM
78412002-04-21 David S. Miller <davem@redhat.com>
7842
7843 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
7844
d49d1e0a
AC
78452002-04-21 Andrew Cagney <ac131313@redhat.com>
7846
7847 * gdbint.texinfo (Target Architecture Definition): Delete
7848 definition of HAVE_REGISTER_WINDOWS.
7849
f7dc1244 78502002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
7851
7852 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
7853 "Theodore A. Roth" <troth@verinet.com>.
7854
5ca0cb28
DH
78552002-04-15 Don Howard <dhoward@redhat.com>
7856
f7dc1244 7857 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 7858 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 7859 Provide a better explaination of this feature.
5ca0cb28 7860
f208ba17
AC
78612002-04-14 Andrew Cagney <ac131313@redhat.com>
7862
7863 * gdbint.texinfo (Target Architecture Definition): Remove
7864 FRAME_CHAIN_COMBINE.
7865
d5ba91de
MC
78662002-04-12 Michael Chastain <mec@shout.net>
7867
7868 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
7869 REG_STACK_SEGMENT.
7870
26818220
MC
78712002-04-09 Michael Chastain <mec@shout.net>
7872
7873 * gdbint.texinfo (Obsolete Conditionals): Remove references to
7874 PYRAMID_* macros.
7875
129188f6
AC
78762002-04-07 Andrew Cagney <ac131313@redhat.com>
7877
7878 * gdb.texinfo (Bug Reporting): Document that the web is the
7879 prefered way of submitting bug reports.
7880 (Bug Reporting): Delete the s-mail address as the last resort.
7881
8227c0ff
AC
78822002-04-05 Andrew Cagney <ac131313@redhat.com>
7883
7884 * gdbint.texinfo (Target Architecture Definition): Delete
7885 references to TARGET_WRITE_FP and write_fp.
7886
16d9dec6
MS
78872002-03-27 Michael Snyder <msnyder@redhat.com>
7888
7889 * gdb.texinfo: Document new commands dump, append, and restore.
7890
9ae8b82c
AC
78912002-03-27 Andrew Cagney <ac131313@redhat.com>
7892
7893 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
7894 Branch'.
7895
474c8240
AC
78962002-03-18 Andrew Cagney <ac131313@redhat.com>
7897
7898 * gdb.texinfo: Change all examples to @smallexample.
7899 * gdbint.texinfo: Ditto.
a9331b3f 7900
fb0ff88f
AC
79012002-03-18 Andrew Cagney <ac131313@redhat.com>
7902
7903 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
7904 Branches''.
7905
9bb0a4d8
AC
79062002-03-18 Andrew Cagney <ac131313@redhat.com>
7907
7908 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
7909 Policy''.
7910
937f164b
FF
79112002-03-04 Fred Fish <fnf@redhat.com>
7912
7913 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
7914 expresson, suports, dependant, trhe, perhaphs, situtations,
7915 explictily, taged, oportunity, unfortunatly).
7916
a7b40f07
AC
79172002-02-24 Andrew Cagney <ac131313@redhat.com>
7918
7919 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
7920 Remove reference to 3.12.
7921
aab4e0ec
AC
79222002-02-23 Andrew Cagney <ac131313@redhat.com>
7923
7924 * gdbint.texinfo: Include fdl.texi.
7925 (Top): Add GNU Free Documentation License.
7926 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
7927 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
7928 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
7929 (gdbint.info): Add srcdir to include path.
7930 * gdb.texinfo: Include gpl.texi.
7931 (Top): Add Copying.
7932 * gpl.texi: New file.
7933
47b95330
AC
79342002-02-23 Andrew Cagney <ac131313@redhat.com>
7935
7936 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
7937
78c47bea
PM
79382002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
7939
7940 * gdb.texinfo: Document Cygwin native specific commands.
7941
56460a61
DJ
79422002-02-15 Daniel Jacobowitz <drow@mvista.com>
7943
7944 * gdb.texinfo: Document gdbserver ``--attach'' command.
7945
def71bfa
MS
79462002-02-07 Michael Snyder <msnyder@redhat.com>
7947
7948 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
7949 to @code(_ovly_debug_event).
7950
c928edc0
AC
79512002-02-07 Andrew Cagney <ac131313@redhat.com>
7952
7953 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
7954
81d46470
MS
79552002-02-06 Michael Snyder <msnyder@redhat.com>
7956
7957 * gdb.texinfo (overlays): Mention new magic symbol
7958 '_ovly_debug_event', which allows GDB to keep better track
7959 of overlays.
7960
f7dc1244 79612002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
7962
7963 * gdb.texinfo (Memory Region Attributes): Fix the wording.
7964 Suggested by Dmitry Sivachenko.
7965
7966 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
7967
15110bc3
MS
79682002-02-01 Michael Snyder <msnyder@redhat.com>
7969
7970 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
7971
6763aef9
MS
79722002-01-30 Michael Snyder <msnyder@redhat.com>
7973
ac282366
MS
7974 * gdb.texinfo: (remote protocol): Gramatical fix-up.
7975 (set trust-readonly-sections): Document.
6763aef9 7976
8642bc8f
AC
79772002-01-29 Andrew Cagney <ac131313@redhat.com>
7978
7979 * gdbint.texinfo (Releasing GDB): Revise and update.
7980
afe64c1a
AC
79812002-01-28 Andrew Cagney <ac131313@redhat.com>
7982
7983 * gdbint.texinfo (Target Architecture Definition): Delete
7984 description of TARGET_BYTE_ORDER_DEFAULT.
7985
f7dc1244 79862002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
7987
7988 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
7989 <mitya@cavia.pp.ru>.
7990
3d6e1b5a
AC
79912002-01-23 Andrew Cagney <ac131313@redhat.com>
7992
7993 * libgdb.texinfo: Delete file.
7994
6c0e9fb3
AC
79952002-01-22 Andrew Cagney <ac131313@redhat.com>
7996
7997 * gdb.texinfo: Remove makeinfo 3.12 hacks.
7998 * gdbint.texinfo: Ditto.
7999
e0ce93ac
AC
8000Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
8001
8002 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
8003
be298bcc
AC
80042002-01-22 Andrew Cagney <ac131313@redhat.com>
8005
8006 * Makefile.in: Update copyright.
8007 (TEXI2DVI): Define.
8008 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
8009 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
8010 gdb-cfg.texi.
8011 (TEXINDEX, PDFTEX): Delete makefile variables.
8012
8e04817f
AC
80132002-01-22 Andrew Cagney <ac131313@redhat.com>
8014
8015 * gdb.texinfo (Protocol): Move section to appendix.
8016
6b2f586d
AC
80172002-01-21 Andrew Cagney <ac131313@redhat.com>
8018
8019 * gdb.texinfo (Remote Debugging): Create a menu.
8020 (Top): Add ``Remote Debugging'' to menu.
8021
6f05cf9f
AC
80222002-01-21 Andrew Cagney <ac131313@redhat.com>
8023
8024 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
8025 serial protocol'' from here.
8026 (Remote Debugging): To here. New chapter.
8027
3fd3d7d2
AC
80282002-01-20 Andrew Cagney <ac131313@redhat.com>
8029
8030 * gdbint.texinfo (Target Architecture Definition): Delete
8031 description of TARGET_BYTE_ORDER_SELECTABLE_P.
8032
7fd60527
AC
80332002-01-20 Andrew Cagney <ac131313@redhat.com>
8034
8035 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
8036 are no longer needed.
8037 (Porting GDB): Add maintainer note about configure.host.
8038
c2f05ac9
AC
80392002-01-20 Andrew Cagney <ac131313@redhat.com>
8040
8041 * gdbint.texinfo (Target Architecture Definition): Remove
8042 definition of IEEE_FLOAT.
8043
f7dc1244 80442002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
8045
8046 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
8047 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
8048 <3diff@gnu.org>
231b2aad 8049
82600034
AC
80502002-01-19 Andrew Cagney <ac131313@redhat.com>
8051
8052 * gdbint.texinfo (Host Definition): Remove references to
8053 MALLOC_INCOMPATIBLE.
8054
7708fa01
AC
80552002-01-17 Andrew Cagney <ac131313@redhat.com>
8056
8057 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
8058 and xyz-xdep.o.
8059
eb12ee30
AC
80602002-01-17 Andrew Cagney <ac131313@redhat.com>
8061
889bf7c5 8062 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
8063 (Set Breaks): Copy ``maint info breakpoint'' doco to
8064 ``Maintenance Commands'' appendix. Add reference.
8065
c9ccaa92
AC
80662002-01-17 Andrew Cagney <ac131313@redhat.com>
8067
8068 * fdl.texi: Remove next/prev from @node.
8069
f7dc1244 80702002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
8071
8072 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
8073 for monstrous @multitable (from Brian Youmans).
8074
8075 * fdl.texi: New file.
8076
8077 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
8078
8973da3a
AC
80792002-01-15 Andrew Cagney <ac131313@redhat.com>
8080
8081 * gdbint.texinfo (Releasing GDB): New chapter.
8082
7d86b5d5
AC
80832002-01-14 Andrew Cagney <ac131313@redhat.com>
8084
8085 * gdb.texinfo (Embedded Processors, Calling program functions):
8086 Obsolete references to a29k.
8087
cc1cb004
AC
80882002-01-13 Andrew Cagney <ac131313@redhat.com>
8089
8090 * gdbint.texinfo (Coding): Review Cleanups section. Examples
8091 examples. Document that a code-block should do or discard its
8092 cleanups before exit.
8093
79f12247
MS
80942002-01-11 Michael Snyder <msnyder@redhat.com>
8095
8096 * gdb.texinfo (Choosing files): Change @samp to @file.
8097
19837790
MS
80982002-01-05 Michael Snyder <msnyder@redhat.com>
8099
8100 * gdb.texinfo (--pid): Document new command line option (attach).
8101
f7dc1244 81022002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
8103
8104 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
8105 in the stub.
8106
d7449b42
AC
81072002-01-04 Andrew Cagney <ac131313@redhat.com>
8108
8109 * gdbint.texinfo (Target Architecture Definition): Replace
8110 BIG_ENDIAN with BFD_ENDIAN_BIG.
8111
f23631e4
AC
81122002-01-03 Andrew Cagney <ac131313@redhat.com>
8113
8114 * gdbint.texinfo (Target Architecture Definition): Replace
8115 value_ptr with struct value pointer.
8116
72c9928d
EZ
81172002-01-02 Eli Zaretskii <eliz@gnu.org>
8118
8119 * gdb.texinfo (Free Software): Fix wording.
8120
959acfd1
EZ
81212001-12-31 Eli Zaretskii <eliz@gnu.org>
8122
8123 * gdb.texinfo (Free Software): New section ``Free Software Needs
8124 Free Documentation''.
8125
f7dc1244 81262001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
8127
8128 * stabs.texinfo:
8129 * gdb.texinfo:
8130 * gdbint.texinfo:
8131 * libgdb.texinfo:
8132 * annotate.texi: Fix the application of GFDL in the Copyright notice.
8133
6600abed
MS
81342001-12-29 Michael Snyder <msnyder@redhat.com>
8135
8136 * gdb.texinfo (maint info sections): Fix typo.
8137
f6680716
MS
81382001-12-26 Michael Snyder <msnyder@redhat.com>
8139
fe95c787
MS
8140 * gdb.texinfo (maint info sections): Document.
8141
a9331b3f 8142 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
8143 'info proc' sub-options that are currently not implemented.
8144
c3d3ce5b
JB
81452001-12-20 Jim Blandy <jimb@redhat.com>
8146
8147 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
8148
778eb05e
AC
81492001-12-15 Andrew Cagney <ac131313@redhat.com>
8150
8151 * gdbint.texinfo (Target Architecture Definition): Replace
8152 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
8153
2607059c
AC
81542001-12-01 Andrew Cagney <ac131313@redhat.com>
8155
8156 * gdbint.texinfo (Host Definition): Delete documentation on
8157 HOST_BYTE_ORDER.
8158
df0cd8c5
JB
81592001-11-30 Jim Blandy <jimb@redhat.com>
8160
8161 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 8162 overlay support. Add to top-level menu.
df0cd8c5 8163
88118b3a
TT
81642001-11-26 Tom Tromey <tromey@redhat.com>
8165
8166 * gdb.texinfo (Command Syntax): Document C-o binding.
8167
96565e91
CF
81682001-07-26 Christopher Faylor <cgf@redhat.com>
8169
8170 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
8171 use since it is described in the referenced section.
8172
f7dc1244 8173 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
8174 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
8175 clearer when using DJGPP.
8176
2a3d5645
CF
81772001-11-24 Christopher Faylor <cgf@redhat.com>
8178
8179 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
8180 specifically refer to MS-DOS.
8181 (command files): Mention gdb.ini is only used on MS-DOS.
8182
aa26fa3a
TT
81832001-11-21 Tom Tromey <tromey@redhat.com>
8184
8185 * gdb.texinfo (Invoking GDB): Document --args.
8186 (Mode Options): Likewise.
8187
4f8ada06
JB
81882001-11-21 Jim Blandy <jimb@redhat.com>
8189
8190 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
8191 Delete documentation; this macro has been removed from the
8192 sources.
4f8ada06 8193
3fe0dc10
JB
81942001-11-13 Jim Blandy <jimb@redhat.com>
8195
8196 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
8197
9e5abb06
CV
81982001-11-06 Corinna Vinschen <vinschen@redhat.com>
8199
8200 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
8201
1c5dfdad
MS
82022001-11-05 Michael Snyder <msnyder@redhat.com>
8203
a9331b3f 8204 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
8205 quote regexp chars in function names such as "operator*()".
8206
990f9fe3
FF
82072001-11-01 Fred Fish <fnf@redhat.com>
8208
8209 * gdbint.texinfo (SOLIB_ADD): Document additional new
8210 "readsyms" arg.
8211
b433d00b
DH
82122001-10-30 Don Howard <dhoward@redhat.com>
8213
070b1dd3
DH
8214 * gdb.texinfo: (Command Files) Added documentation for the
8215 behavior of gdb with input redirected from a file.
b433d00b 8216
b7209cb4
FF
82172001-10-28 Fred Fish <fnf@redhat.com>
8218
8219 * gdb.texinfo (auto-solib-add): Change docs to match
8220 implementation change.
8221 (auto-solib-limit): Add docs for new variable.
8222
1aa20aa8
AC
82232001-10-15 Andrew Cagney <ac131313@redhat.com>
8224
8225 * gdbint.texinfo (Target Architecture Definition): Function
8226 value_as_pointer renamed to value_as_address.
8227
fc0c74b1
AC
82282001-10-15 Andrew Cagney <ac131313@redhat.com>
8229
8230 * gdbint.texinfo (Target Architecture Definition): Default
8231 POINTER_TO_ADDRESS functions assume unsigned addresses.
8232 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
8233 posting by Jim Blandy.
8234
f4846649
JB
82352001-10-12 Jim Blandy <jimb@redhat.com>
8236
8237 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
8238 version of texi2html (1.64) doesn't support this flag any more.
8239
f277788b
MK
82402001-09-08 Mark Kettenis <kettenis@gnu.org>
8241
a9dc4918
MK
8242 * gdbint.texinfo (Host Definition): Remove description of
8243 MEM_FNS_DECLARED.
8244
d28379df
MK
8245 * gdbint.texinfo (Host Definition): Remove description of R_OK.
8246
f277788b
MK
8247 * gdbint.texinfo (Host Definition): Remove description of
8248 HAVE_SIGSETMASK.
8249
7ccaa899
EZ
82502001-09-04 Elena Zannoni <ezannoni@redhat.com>
8251
8252 * gdbint.texinfo (Target Architecture Definition): Add
8253 explanation of TARGET_PRINT_INSN macro.
8254
17d9d558
JB
82552001-08-30 Jim Blandy <jimb@redhat.com>
8256
8257 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
8258 Explain what it means to load relocatable files.
8259
72cde065
JB
82602001-08-28 Jim Blandy <jimb@redhat.com>
8261
8262 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
8263 info `top' menu.
8264
9e678452
CF
8265Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
8266
8267 * gdbint.texinfo: Add a cautionary note about macro use.
8268
a2bea4c3 82692001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 8270
a2bea4c3
CV
8271 * gdb.texinfo: Explain omitting the hostname in the
8272 `target remote' command.
8273
1129bf27
DJ
82742001-07-30 Daniel Jacobowitz <drow@mvista.com>
8275
8276 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
8277 and END-INFO-DIR-ENTRY.
8278
732b3002
SC
82792001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8280
8281 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
8282
89437448
AC
82832001-07-25 Andrew Cagney <ac131313@redhat.com>
8284
8285 * gdbint.texinfo (libgdb): Rewrite.
8286
f7dc1244 82872001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
8288
8289 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
8290
c4555f82
SC
82912001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8292
8293 * gdb.texinfo (TUI): New chapter, document the TUI.
8294 (Mode Options): Document the -tui option.
8295
2f45a6e0
MK
82962001-07-23 Mark Kettenis <kettenis@gnu.org>
8297
8298 * gdbint.texinfo (Host Definition): Remove description of
8299 NEED_POSIX_SETPGID.
8300
f7dc1244 83012001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
8302
8303 * gdb.tex (DJGPP Native): New node, with descriptions of
8304 DJGPP-specific commands.
8305
be9c6c35
JM
83062001-07-19 John R. Moore <jmoore@redhat.com>
8307
8308 * gdbint.texinfo: Three misspellings.
8309
dfa249fb
AC
83102001-07-06 Andrew Cagney <ac131313@redhat.com>
8311
8312 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
8313 `test` expressions on bash. Problem reported by Colin Walters.
8314
c72e7388
AC
83152001-07-04 Andrew Cagney <ac131313@redhat.com>
8316
8317 * gdbint.texinfo (User Interface): Update ui-out documentation to
8318 refelect recent UI/MI updates.
8319
94bbb2c0
AC
83202001-07-04 Andrew Cagney <ac131313@redhat.com>
8321
8322 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
8323 interpreters.
8324
af6c57ea
AC
83252001-06-15 Andrew Cagney <ac131313@redhat.com>
8326
8327 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
8328 structure and not macros.
8329 (Host Definition): Document that much of this chapter is obsolete.
8330 (Target Architecture Definition): Update list of files that make
8331 up a target architecture.
8332 (Coding): Update.
8333
83aa8bc6
AC
83342001-06-28 Andrew Cagney <ac131313@redhat.com>
8335
8336 * gdbint.texinfo (Target Architecture Definition): Update
8337 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
8338 The latter has been changed to a true predicate.
8339
f7dc1244 83402001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
8341
8342 * annotate.texi: Add @noindent where needed. From Dmitry
8343 Sivachenko <dima@Chg.RU>.
8344 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
8345
656db9b0
AC
83462001-06-16 Andrew Cagney <ac131313@redhat.com>
8347
8348 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
8349
df2396a1
AC
83502001-06-14 Andrew Cagney <ac131313@redhat.com>
8351
8352 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
8353 returns ``OK''. Document that the ``R'' packet does not reply.
8354
0f1f2b0a
MS
83552001-06-13 Michael Snyder <msnyder@redhat.com>
8356
8357 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
8358
f7dc1244 83592001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
8360
8361 * gdb.texinfo (Signals): Clarify the default setting of signal
8362 handling.
8363
a5d7c491
AC
83642001-05-14 Andrew Cagney <ac131313@redhat.com>
8365
8366 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
8367 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
8368
05a54c4f
AC
83692001-05-12 Andrew Cagney <ac131313@redhat.com>
8370
8371 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
8372
f7dc1244 83732001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
8374
8375 * gdbint.texinfo (Clean Design and Portable Implementation):
8376 Renamed from "Clean Design".
8377 (Clean Design and Portable Implementation): Document portable
8378 methods of handling file names, and the associated macros.
8379
f7dc1244 83802001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
8381
8382 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
8383 command and provide a cross-reference to its description.
8384 (Symbols): Note that "info scope" is useful for trace experiments.
8385
f7dc1244 83862001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 8387
b37052ae
EZ
8388 * gdb.texinfo (Symbols): Document "info scope".
8389 (Tracepoints): New chapter.
8390 (Contributors): Update for v5.1.
8391 <All nodes>: Change "C++" to "C@t{++}".
8392
0ee54786
EZ
8393 * gdbint.texinfo (User Interface): A new section about ui_out
8394 functions, based on text written by Fernando Nasser.
8395
c534679c
EZ
8396 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
8397
f7dc1244 83982001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 8399
e9c75b65
EZ
8400 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
8401
8402 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
8403
8404 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
8405 Replace "GDB" with "@value{GDBN}". Fix markup.
8406
8407 * annotate.texi: Change Permissions to GFDL. Update Copyright.
8408
3d67e040
EZ
8409 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
8410 a cross-reference to its description.
8411 (Symbols): Document "info symbol".
8412
f7dc1244 84132001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
8414
8415 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
8416 subsection "x86 Watchpoints".
8417 (Target Architecture Definition): Document the macros
8418 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
8419 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
8420
b0ed3589
AC
84212001-03-20 Andrew Cagney <ac131313@redhat.com>
8422
8423 * gdbint.texinfo (Target Architecture Definition): Update
8424 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
8425 list.
8426
b6ba6518
KB
84272001-03-06 Kevin Buettner <kevinb@redhat.com>
8428
8429 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
8430 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
8431
f7dc1244 84322001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
8433
8434 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
8435
f7dc1244 84362001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 8437
17cc6a06
EZ
8438 * gdb.texinfo (Environment): Document that `path' does not change
8439 the value of PATH in GDB's own environment (it did in the past,
8440 but that was changed on March 15, 1994). Reported by Doug Evans
8441 <dje@transmeta.com>.
8442
56caf160
EZ
8443 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
8444 its line. Fix markup of commands and macros. Add an Index node
8445 and index entries.
8446
29e57380
C
84472001-01-23 J.T. Conklin <jtc@redback.com>
8448
8449 * gdb.texinfo (Memory region attributes): New manual section.
8450
1c6147de
ND
84512001-01-04 Nicholas Duffek <nsd@redhat.com>
8452
8453 * gdbint.texinfo (POP_FRAME): Document use by return_command.
8454
f7dc1244 84552000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
8456
8457 * refcard.tex: Version and copyright fixed. From Phil Edwards
8458 <pedwards@disaster.jaj.com>.
8459
0dcedd82
AC
8460Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
8461
8462 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 8463 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 8464
3b851bce
AC
8465Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
8466
8467 * gdbint.texinfo (Coding): Update current value of
889bf7c5 8468 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 8469
f7dc1244 84702000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
8471
8472 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
8473 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
8474
b90a5f51
CF
84752000-11-10 Christopher Faylor <cgf@cygnus.com>
8476
8477 * gdb.texinfo: Document new 'set step-mode' command.
8478
f7dc1244 84792000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
8480
8481 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
8482 changes from Dmitry Sivachenko <dima@Chg.RU>.
8483
f7dc1244 84842000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
8485
8486 * gdb.texinfo (Hooks): Document the new post-hook functionality.
8487 From Steven Johnson <sbjohnson@ozemail.com.au>.
8488
2e685b93
MK
84892000-08-10 Mark Kettenis <kettenis@gnu.org>
8490
8491 * gdbint.texinfo (Overall Structure): Spelling fix.
8492
f7dc1244 84932000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
8494
8495 * gdbint.texinfo (Target Architecture Definition): Document that
8496 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
8497 for which REGISTER_CONVERTIBLE returns a zero value.
8498
63ac3005
EZ
84992000-07-08 Christopher Faylor <cgf@cygnus.com>
8500
8501 * Makefile.in (install-info): Find files to install in either the
8502 build or source directories (adapted from Makefile.am).
8503
bd79f757
ND
85042000-07-07 Nicholas Duffek <nsd@redhat.com>
8505
8506 * stabs.texinfo: Fix spelling errors.
8507 (String Field): FILE-NUMBER starts from 0, not 1.
8508
f7dc1244 85092000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
8510
8511 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 8512 Brian Youmans.
5f208f6d 8513
f7dc1244 85142000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
8515
8516 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
8517 the source directory. Reported by Mark Harig
8518 <markh@frazier.landmark.com>.
cc542d3b 8519
f3b28801
C
85202000-06-20 J.T. Conklin <jtc@redback.com>
8521
8522 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
8523
449f3b6c
AC
8524Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
8525
8526 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 8527 Generate using pdftex.
449f3b6c 8528 (PDFTEX): Define.
889bf7c5 8529 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 8530 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 8531 @contents at the start.
449f3b6c 8532
f7dc1244 85332000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
8534
8535 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 8536 Youmans.
48e934c6 8537
9e9c5ae7
AC
8538Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
8539
8540 From Brian Youmans:
8541 * gdb.texinfo: Fix ``et al.''.
8542
c741b251
AC
8543Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
8544
8545 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 8546 loop.
c741b251 8547
4ab64e14
JG
85482000-05-19 Jimmy Guo <guo@cup.hp.com>
8549
8550 * configure: Regenerate.
8551
f7dc1244 85522000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
8553
8554 * Makefile.in (install-info): Run install-info on installed Info
8555 files.
8556
8c70017b
AC
8557Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
8558
a7cb598a 8559 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 8560 Andrew Cagney.
8c70017b 8561
f7dc1244 85622000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
8563
8564 * gdb.texinfo: Proofreading changes from Brian Youmans.
8565
bf0184be
ND
85662000-05-01 Nick Duffek <nsd@cygnus.com>
8567
8568 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
8569 startup sequence, minor edits.
8570
f7dc1244 85712000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
8572
8573 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
8574 TeX.
8575
8576 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
8577 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
8578 like `n' and `s' which look weird. Convert some of the @kindex to
8579 @vindex, when they refer to variables, not commands.
8580
33e16fad
AC
8581Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
8582
8583 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
8584
f7dc1244 85852000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
8586
8587 * Makefile.in (GDBMI_DIR): New variable.
8588 (SET_TEXINPUTS): Add $(GDBMI_DIR).
8589 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
8590 (gdbmi.texinfo): New target, for texi2roff.
8591 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
8592 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
8593
8594 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
8595 gdbmi.texinfo.
8596 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
8597 comment.
8598
d167840f
EZ
85992000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8600
8601 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 8602 command.
d167840f 8603
f7dc1244 86042000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
8605
8606 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
8607 prevents the build (and is generally a Bad Idea).
8608
f7dc1244 86092000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
8610
8611 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
8612 a comma inside @var.
8613 (Command Files): Index markup changes from Dmitry Sivachenko
8614 <dima@Chg.RU>.
8615
f7dc1244 86162000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
8617
8618 * Makefile.in (LN_S): Define.
8619 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
8620 invoke "ln -s" unless it is known to work.
8621
8622 * configure.in (AC_PROG_LN_S): Add.
8623
8dc7983f
JB
86242000-04-14 Jim Blandy <jimb@redhat.com>
8625
8626 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
8627 section.
8628 (Target Conditionals): Document ADDRESS_TO_POINTER,
8629 POINTER_TO_ADDRESS.
8630
1a8237e8
DB
86312000-04-11 Daniel Berlin <dan@cgsoftware.com>
8632
8633 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
8634 gdb-cfg.texi to get the value.
8635
ca526f1a
JB
86362000-04-10 Jim Blandy <jimb@redhat.com>
8637
8638 * gdbint.texinfo (Target Architecture Definition): Fix
8639 cross-references.
8640
faaafcb4
JB
86412000-04-08 Jim Blandy <jimb@redhat.com>
8642
8643 * gdbint.texinfo (Using Different Register and Memory Data
8644 Representations): New section.
8645 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
8646 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
8647 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 8648
1b27397f
AC
8649Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
8650
8651 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 8652 for acknowledgments.
1b27397f 8653
480ff1fb
AC
8654Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
8655
8656 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 8657 qThreadExtraInfo.
480ff1fb 8658
a9331b3f 86592000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 8660
a9331b3f
RM
8661 * gdb.texinfo: Clarify which remote debug protocol commands are
8662 required and which are optional.
f1251bdd 8663
dbeb8dbd
AC
8664Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
8665
8666 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
8667 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
8668 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
8669 * annotate.texi: Update.
8670
6d2ebf8b
SS
86712000-03-28 Stan Shebs <shebs@apple.com>
8672
8673 * gdb.texinfo: Update dates, bump to Eighth Edition (note
8674 expectation of additional changes before release), update
8675 ISBN, add copy of top-level menu for @ifhtml, remove explicit
8676 node links, rephrase and/or shorten lines to fix formatting
8677 problem in both regular and @smallbook formats.
8678 * annotate.texi: Shorten lines in example, use smallexample
8679 consistently everywhere.
8680 * Makefile.in: Add comment about texinfo 4.0 html generation.
8681 (SFILES_INCLUDED): Add annotate.texi.
8682
5d161b24
DB
86832000-03-27 Daniel Berlin <dan@cgsoftware.com>
8684
5ae4183a
AS
8685 * gdb.texinfo (Debugging Output): Added new section, documenting
8686 the "set/show debug" commands.
5d161b24 8687
b9deaee7
AC
8688Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
8689
8690 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 8691 entry.
b9deaee7
AC
8692
8693 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
8694 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 8695 @chapter and @node entries.
a9331b3f 8696
b9deaee7 8697 * gdb.texinfo: Link all top-level nodes.
a9331b3f 8698
9ef47d30
AC
8699Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
8700
8701 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 8702 files.
9ef47d30 8703
cfeada60
FN
87042000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
8705
8706 From David Whedon <dwhedon@gordian.com>
5ae4183a 8707 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 8708
6837a0a2
DB
87092000-03-22 Daniel Berlin <dan@cgsoftware.com>
8710
8711 * gdb.texinfo: Add documentation for the apropos command.
8712
bba2971c
MS
87132000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
8714
8715 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
8716
2b628194
MS
87172000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
8718
a9331b3f 8719 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
8720 two places.
8721
96a2c332
SS
87222000-03-17 Stan Shebs <shebs@apple.com>
8723
8724 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
8725 <dima@Chg.RU>, also clarification of allowed content for
8726 string constants.
8727
f7dc1244 87282000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
8729
8730 * gdb.texinfo (main menu): Add Annotations.
8731 (File Options): Add @cindex entries for each command-line option.
8732 Document --epoch, --annotate, --async, --interpreter, --write,
8733 --statistics, and --version.
8734
8735 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
8736 of GDB.
8737
9d233477
JB
87382000-02-23 Jim Blandy <jimb@redhat.com>
8739
8740 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
8741
14e0eb3b
JB
87422000-02-22 Jim Blandy <jimb@redhat.com>
8743
8744 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
8745
3555de01
JM
87462000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
8747
8748 * Makefile.in (diststuff): New target.
8749
5e35df8e
KB
87502000-02-15 Kevin Buettner <kevinb@redhat.com>
8751
8752 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 8753 architecture. [From Jim Wilson.]
5e35df8e 8754
c5394b80
JM
87552000-01-16 Tom Tromey <tromey@cygnus.com>
8756
8757 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
8758 (Delete Breaks): Mention range arguments.
8759 (Disabling): Likewise.
8760
c3f6f71d
JM
87612000-01-05 Dmitry Sivachenko <dima@Chg.RU>
8762
8763 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
8764
c4093a6a
JM
8765Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
8766
8767 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 8768 valid functions.
c4093a6a 8769
11cf8741
JM
87701999-11-05 Stan Shebs <shebs@andros.cygnus.com>
8771
8772 * gdb.texinfo: Clarify regular expressions used in rbreak.
8773
917317f4
JM
87741999-10-15 Kevin Buettner <kevinb@cygnus.com>
8775
8776 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
8777 MEMORY_REMOVE_BREAKPOINT): Document.
8778
8779Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
8780
8781 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 8782 offset re-using the DATA offset instead.
917317f4 8783
2df3850c
JM
87841999-10-11 Jim Kingdon <kingdon@redhat.com>
8785
8786 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
8787
87881999-10-05 Stan Shebs <shebs@andros.cygnus.com>
8789
8790 From Dmitry Sivachenko <demon@gpad.ac.ru>:
8791 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
8792 typos.
8793
8794 * gdb.texinfo: Various minor wording and formatting improvements,
8795 mentions of additional command-line options.
8796
2acceee2
JM
87971999-09-30 Fred Fish <fnf@cygnus.com>
8798
8799 * gdb.texinfo: Document additional forms of specifying section
8800 names and addresses for the add-symbol-file command.
8801
c2c6d25f
JM
88021999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
8803
8804 * gdbint.texinfo: Fix typo, add the word "have".
8805
88061999-09-14 Jim Blandy <jimb@cris.red-bean.com>
8807
8808 * gdbint.texinfo (Target Architecture Definition): Document the
8809 SKIP_PERMANENT_BREAKPOINT macro.
8810
d4f3574e
SS
88111999-09-07 Stan Shebs <shebs@andros.cygnus.com>
8812
8813 * gdb.texinfo: Fiks speling errers.
8814
8815 * gdb.texinfo: Fix uses of @multitable.
8816
f7dc1244 8817 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 8818 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 8819 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
8820 comments about using with optimization, add more indexing,
8821 fix info about disassembly-flavor.
8822
8823Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
8824
8825 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
8826 SKIP_SOLIB_RESOLVER): Define.
8827
8828Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
8829
8830 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 8831 ``g'' packets.
d4f3574e 8832
104c1213
JM
88331999-08-30 Stan Shebs <shebs@andros.cygnus.com>
8834
8835 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
8836 platform-specific info, inline remote.texi and move sections of it
8837 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
8838 and register stack into the new chapter.
8839 * remote.texi: Remove, now part of gdb.texinfo.
8840 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
8841
88421999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
8843
8844 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
8845 GDB_TARGET_IS_MACH386): These kludges have gone away.
8846
8847Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
8848
8849 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 8850 TDEPLIBS.
104c1213 8851
53a5351d
JM
88521999-08-20 Stan Shebs <shebs@andros.cygnus.com>
8853
8854 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
8855 surrounding text to fit HP-UX bits into general info.
8856 (HPPA-cfg.texi): Remove, no longer useful.
8857
8858 * gdb.texinfo: Remove explicit links from @node lines, remove
8859 HP-added "Detailed Node Listing" from main menu which confuses
8860 things.
8861
8862 From Dmitry Sivachenko <dima@Chg.RU>:
8863 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 8864 in description of `set environment'.
53a5351d
JM
8865
88661999-08-17 Stan Shebs <shebs@andros.cygnus.com>
8867
8868 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
8869
7be570e7
JM
88701999-08-12 Ben Elliston <bje@cygnus.com>
8871
8872 * gdbint.texinfo (Breakpoint Handling): Add missing words.
8873
f7dc1244 88741999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
8875
8876 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
8877 watch, awatch, and rwatch. Explain why the latter two cannot be
8878 set as software watchpoints. Document that watchpoints for local
8879 variables are deleted when the debuggee terminates.
7be570e7
JM
8880
8881Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
8882
8883 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
8884 packet. Allow E.. response packet. "qRcmd" packet is no longer
8885 reserved.
7be570e7
JM
8886
88871999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8888
a9331b3f
RM
8889 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
8890 * gdb.texinfo: Ditto.
7be570e7 8891
96baa820
JM
88921999-08-06 Tom Tromey <tromey@cygnus.com>
8893
8894 * gdb.texinfo (KOD): New node.
8895
8896Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
8897
8898 * remote.texi (Rcmd): Fix minor formatting typos.
8899
8900Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
8901
8902 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 8903 packets.
96baa820 8904
adf40b2e
JM
89051999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
8906
8907 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
8908 fixes.
8909
43ff13b4
JM
8910Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
8911
8912 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
8913
085dd6e6
JM
8914Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
8915
8916 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
8917 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
8918 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
8919 packets that are not supported on all hosts. Expand examples.
8920 Spell check.
085dd6e6
JM
8921
89221999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
8923
8924 * Makefile.in: Recognize html, install-html. Add targets
8925 to build HTML versions of documentation via texi2html.
8926
8927Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
8928
8929 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 8930 testsuite.
085dd6e6
JM
8931
8932Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
8933
8934 * remote.texi (Communication Protocol): Rewrite.
8935
8936Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
8937
8938 * stabs.texinfo: Fix uses of xref.
8939
9e0b60a8
JM
8940Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
8941
8942 * gdbint.texinfo: Add an anti-printf exhortation, and update the
8943 info about patch submission.
8944
cce74817
JM
8945Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
8946
8947 From Per Bothner <bothner@cygnus.com>:
8948 * gdb.texinfo: Document Chill support.
8949
8950Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
8951
8952 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
8953 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
8954 Document that the value should be greater-than or equal-to zero.
8955 (NO_STD_REGS): Document. Deprecate.
cce74817 8956
ac9a91a7
JM
8957Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8958
8959 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 8960 Document that these are not used.
ac9a91a7
JM
8961
8962Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8963
8964 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
8965
392a587b
JM
8966Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
8967
8968 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 8969 numargs was dropped.
392a587b
JM
8970
8971Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
8972
8973 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
8974
b83266a0
SS
8975Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
8976
8977 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 8978 Update.
b83266a0 8979
7a292a7a
SS
8980Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
8981
8982 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
8983 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
8984
8985Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
8986
8987 * gdbint.texinfo: Fix typos: $ -> @.
8988
8989Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
8990
8991 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
8992 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
8993 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
8994 BREAKPOINT_FROM_PC.
a9331b3f 8995
7a292a7a
SS
8996Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
8997
8998 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 8999 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
9000
9001Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9002
9003 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 9004 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
9005
90061999-04-02 Stan Shebs <shebs@andros.cygnus.com>
9007
9008 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
9009 longer exists.
9010
9011Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
9012
9013 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
9014 nearly all @ifset/@ifclear conditionals; nobody uses them, and
9015 they make the manual source incomprehensible.
7a292a7a
SS
9016 * h8-cfg.texi: Remove, hasn't been used in years.
9017
c906108c
SS
9018Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
9019
9020 * gdb.texinfo: Update the credits.
9021
9022Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
9023
9024 * gdb.texinfo: Fix mistakes noticed in printout of last
9025 draft, add Alpha to discussion of heuristic fence post.
9026
9027Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
9028
9029 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
9030 Edition, merge some HP changes into mainline, describe some
9031 previously undocumented features, describe more of the target
9032 commands available, eliminate obsolete section on renamed
9033 commands.
c906108c
SS
9034 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
9035
9036Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
9037
9038 * gdb.texinfo: Make many HPPA conditionals unconditional,
9039 including catchpoint description, since now on for all configs.
9040 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
9041 specializations.
9042
9043Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
9044
9045 * Makefile.in (GDBvn.texi): Fix match expression to work with
9046 current format of VERSION in gdb/Makefile.in.
9047 * gdb.texinfo: Fix node ref to match new readline.
9048
9049Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
9050
a9331b3f
RM
9051 * gdb.texinfo: Changes made as part of a project to merge in
9052 changes made by HP. Documentation makes extensive use of
c906108c
SS
9053 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
9054 on remote debugging. There are differences in documentation
889bf7c5 9055 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
9056 the HP manual discusses catchpoints, hardware watchpoints, and
9057 some HPUX specific limitations for shared library support.
a9331b3f 9058
c906108c
SS
9059 There are also a number of @node changes.
9060
90611999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
9062
9063 * gdbint.texinfo (Formatting): Disambiguate a sentence.
9064 (C Usage): Same.
9065
9066Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
9067
9068 The following changes were made by Edith Epstein
889bf7c5
PA
9069 <eepstein@cygnus.com> as part of a project to merge in changes
9070 made by HP.
a9331b3f 9071
c906108c
SS
9072 * HPPA-cfg.texi: new file.
9073
9074 * all-cfg.texi: set HPPA for HP PA-RISC targets.
9075
9076 * refcard.tex: change documentation about catch.
9077 removed info catch.
9078
9079Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
9080
9081 * gdbint.texinfo: Expand on GDB's coding standards,
9082 specify the use of arg names with prototypes.
9083
90841998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
9085
9086 * gdb.texinfo: Fix tipo.
9087
9088Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
9089
9090 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 9091 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
9092
9093Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
9094
9095 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
9096
90971998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
9098
9099 * agentexpr.texi: New file.
9100
9101Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
9102
9103 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
9104
91051998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
9106
9107 * remote.texi: Changed wording that implied that the GDB remote
9108 protocol caches register values instead of GDB itself.
9109
9110Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
9111
9112 * gdbint.texinfo: Add some info about symbol readers.
9113 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
9114 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
9115 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
9116 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
9117
9118Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
9119
a9331b3f 9120 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
9121
9122Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
9123
9124 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
9125
9126Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
9127
9128 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 9129 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
9130
9131Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
9132
9133 * gdbint.texinfo: Fix minor typos.
9134
9135Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
9136
9137 * gdbint.texinfo: Complete overhaul. Group descriptions more
9138 logically, add more info on generic algorithms, remove much
9139 obsolete and/or wrong material.
9140
9141Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
9142
9143 * stabs.texinfo (Method Type Descriptor): Expand and correct.
9144
9145Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
9146
9147 * refcard.tex: Copyright, address updates.
9148
9149Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
9150
9151 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
9152 for the edition instead of confusing GDB-version-like numbers.
9153
9154Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
9155
9156 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
9157
9158Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
9159
5ae4183a 9160 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
9161
9162Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
9163
9164 * gdb.texinfo: Add some credits, mention bug monitor.
9165 * remote.texi: Mention mips monitor targets.
9166 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 9167
c906108c
SS
9168Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
9169
9170 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
9171 files, finish sorting of host vs target vs native macros, describe
9172 some more of them.
c906108c
SS
9173
9174Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
9175
9176 * gdbint.texinfo (Host Conditionals): Document change from
9177 using NO_MMALLOC to it's inverse, USE_MMALLOC.
9178
9179Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
9180
9181 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 9182 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
9183
9184Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
9185
9186 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
9187 Document LSEEK_NOT_LINEAR.
9188
9189Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
9190
9191 * stabs.texinfo (Stab Section Basics): Make it clear that only
9192 some versions of the GNU linker remove the leading N_UNDF symbol.
9193
9194Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
9195
9196 * stabs.texinfo (String Field): Document type number pairs here,
9197 instead of in the Sun specific section.
9198 (Include Files): The GNU linker supports the N_BINCL
9199 optimization. Clarify the N_BINCL value, and what it is used
9200 for.
9201 (Procedures): Document N_FUN with an empty string to mark the end
9202 of a function.
9203 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
9204 (Sun Differences): Remove this node, as the information is now
9205 elsewhere in the main document.
9206 (Stab Section Basics): Mention that the GNU linker may optimize
9207 stabs and remove the leading N_UNDF symbol.
9208
9209Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
9210
9211 * gdb.texinfo, refcard.tex: Restore author credit
9212
9213Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
9214
9215 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
9216 documentation to account for START and END macros taking
9217 one arg.
9218
9219Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
9220
9221 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
9222 * gdb.texinfo (Frames): Fix typo.
9223
9224Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
9225
9226 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
9227 a target_signal as arg type, not a pid.
9228
9229Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
9230
9231 * gdb.texinfo: Document `set assembly-language'.
9232
9233Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
9234
9235 * remote.texi: Update list of stubs in the GDB distribution.
9236
9237Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
9238
9239 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
9240 Also document that some systems can use mmalloc but must define
9241 this if their C runtime allocates memory that is later freed.
c906108c 9242 (MMCHECK_FORCE): Document new macro.
a9331b3f 9243
c906108c
SS
9244Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
9245
9246 * remote.texi: Add documentation for target Sparclet.
9247
9248Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
9249
a9331b3f 9250 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
9251 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
9252 * configure.in: Rewritten for autoconf.
9253 * configure: New.
9254
9255Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
9256
9257 * Makefile.in (DVIPS): New define, set to dvips.
9258 (dvi): Add stabs.dvi.
9259 (ps): New target.
9260 (all-doc): Depend on info, dvi, and ps targets.
9261 (STAGESTUFF): Add *.ps and *.dvi files.
9262 (clean-info, clean-dvi): Remove.
9263 (mostlyclean): Does not depend upon clean-info or clean-dvi,
9264 rules completely rewritten.
9265 (maintainer-clean): Remove clean-info and clean-dvi
9266 dependencies and put their actions in the rules.
9267 (gdb.ps): New target
a9331b3f 9268 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
9269 intermediate TeX files, whether they have 2 or 3 character
9270 extensions.
9271 (gdbint.ps): Add target and rules.
9272 (gdb-internals): Delete unused target.
9273 (Makefile): Depends upon config.status also.
9274
9275Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
9276
9277 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
9278 set.
9279
9280Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
9281
9282 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
9283 * gdb.texinfo (Expressions): Fix erroneous array constant example.
9284
9285Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
9286
9287 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
9288
9289Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9290
9291 * gdb.texinfo (Print settings): Document
9292 `set/show print static-members' commands.
9293
9294Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
9295
9296 * gdbint.texinfo (Native): Document name change, coredep.c to
9297 core-aout.c.
9298
9299Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
9300
9301 * stabs.texinfo (Include Files): Document the values the SunOS4
9302 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
9303
9304Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
9305
9306 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
9307 Fix typo.
9308
9309Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
9310
9311 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
9312 "gdb.tar.Z".
9313
9314Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
9315
9316 * Makefile.in (maintainer-clean): New target, synonym for
9317 realclean.
9318
9319Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
9320
9321 * Update all FSF addresses except those in COPYING* files.
9322
9323Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
9324
9325 From Richard Earnshaw (rearnsha@armltd.co.uk):
9326 * gdb.texinfo (convenience variables): Document $_exitcode.
9327 (quit): Document optional expression to use as exit code.
9328
9329Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
9330
9331 * gdb.texinfo, remote.texi: Brought up to date with various
9332 GDB changes.
9333
9334Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
9335
9336 * gdb.texinfo: Update dates and versions, fix comments about
9337 hardware watchpoints in future releases and about the
9338 sharedlibrary command.
9339
9340Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9341
9342 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
9343 C_FUN stab. Other cleanups.
9344
9345Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9346
9347 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
9348 for the sparc stub.
9349
9350Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9351
9352 * annotate.texi: Clarify which addresses have differing formats
9353 depending on the language and which do not.
9354
9355Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9356
9357 * remote.texi (NetWare): Changed example to use BOARD= instead of
9358 NODE= argument to reflect correspoding change to gdbserve.nlm.
9359
9360Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9361
9362 * stabs.texinfo (Negative Type Numbers): Mention the fact that
9363 GDB, as well as AIX dbx, supports the size type attribute.
9364
9365Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9366
9367 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
9368
9369Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
9370
9371 * gdb.texinfo (Define): Document $arg0... arguments to commands,
9372 and new 'if' and 'while' commands.
9373
9374Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
9375
9376 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
9377
9378Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9379
9380 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
9381 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
9382 NetWare targets. Mostly stolen from the Server node.
9383
9384Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9385
9386 * gdb.texinfo (Setting): Talk about the language of a source file
9387 versus the working language. The old documentation did not match
9388 what GDB did.
9389
9390Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9391
9392 * stabs.texinfo (Source Files): Document N_SO used to mark the end
9393 of a source file.
9394
9395Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9396
9397 * gdb.texinfo (Processes): New node.
9398
9399Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
9400
9401 * remote.texi: Update documentation of set/show mipsfpu.
9402
3fc11d3e
JM
9403Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
9404
9405 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
9406 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
9407
9408Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
9409
9410 * gdbint.texinfo: Removed mentions of some incorrectly placed and
9411 obsolete conditionals, described some others.
9412
9413Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9414
9415 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
9416 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
9417
9418Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
9419
9420 * gdbint.texinfo: Put regex conditionals in their own table.
9421
9422Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
9423
9424 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
9425 described or fixed the descriptions of many others.
9426
9427Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
9428
9429 * gdb.texinfo: Add some more credits.
9430 * gdbint.texinfo: Capitalize GDB consistently, describe some
9431 macros and remove some.
9432
9433Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
9434
9435 * gdbint.texinfo: Removed mentions of many incorrectly placed and
9436 obsolete conditionals, described some others.
9437
9438Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9439
9440 * gdb.texinfo (help targets): Changed to `help target', which
9441 is the correct gdb command.
9442
9443Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9444
9445 * annotate.texi (TODO): New node, for keeping track of annotations
9446 suggested but not yet implemented.
9447
9448Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9449
9450 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
9451 another symbol, it is not the address itself.
9452
9453Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
9454
9455 * stabs.texinfo (Stab Section Basics): Add comment about alignment
9456 of stabs-in-coff sections.
9457
9458Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9459
9460 * annotate.texi: Change edition to 0.5 and date to May 1994.
9461 Add index.
9462 (Frames): New node, for frame annotation.
9463 (Displays): New node, for display annotation.
9464
9465 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
9466 when waiting for your program to stop.
9467
9468Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9469
9470 * annotate.texi (Breakpoint Info): Document annotation of header
9471 fields and record annotation.
9472
9473Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9474
9475 * annotate.texi: New file, to document annotations.
9476
9477Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9478
9479 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
9480 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
9481
9482Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9483
9484 * stabs.texinfo (Stab Section Basics): Say what is in .stab
9485 section, and say n_strx field is compilation unit relative.
9486 * stabs.texinfo: Don't use @code for a.out when it is the name of
9487 an object file format.
9488
9489Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9490
9491 * gdb.texinfo: Refer to file names, not path names, per rms
9492 convention.
9493 (Arguments): Fix typo.
9494
9495Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9496
9497 * stabs.texinfo (Global Variables): Talk about stabs in files
9498 where variables are referenced, but not defined.
9499
9500Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9501
9502 * stabs.texinfo: Move stuff on @ and # type descriptors from node
9503 Cplusplus to new nodes Member Type Descriptor and Method Type
9504 Descriptor. Re-write stuff for #.
9505
9506Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9507
9508 * gdb.texinfo (Print Settings): Don't document "set print
9509 fast-symbolic-addr off". The bug which it worked around was fixed
9510 on 25 Feb 94 in coffread.c, so I'm nuking the command.
9511
9512 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
9513 N_ENTRY node.
9514
9515 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
9516
9517Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9518
9519 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
9520 references to ieee-float.c.
9521
9522Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9523
9524 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
9525 match what the code actually does.
9526
9527Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9528
9529 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
9530
9531Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9532
9533 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
9534 i, and b.
9535
9536Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
9537
9538 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
9539 well as for ELF and SOM. Unify the descriptions of ELF and SOM
9540 as "stabs in sections" rather than just saying "ELF and SOM".
9541 Also make that stuff apply to COFF.
9542
9543Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9544
9545 * gdb.texinfo (Formatting Documentation): Change GhostScript to
9546 Ghostscript.
9547
9548Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9549
9550 * gdb.texinfo (Continuing and Stepping): When talking about "step"
9551 versus functions without line numbers, also mention stepping into
9552 them as well as "step" when you are in them. Tell the user how to
9553 deal with the situation. Add comment about "debugging information".
9554
9555Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9556
9557 * stabs.texinfo (Enumerations): Document restriction on where
9558 enumeration types can appear and still win with GDB.
9559
9560Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9561
9562 * stabs.texinfo (Negative Type Numbers): Document format for type
9563 -16.
9564
9565Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9566
9567 * gdb.texinfo (Selection, Frame Info): Update information about
9568 arbitrary frame specficiations.
9569
9570Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
9571
9572 * gdb.texinfo, remote.texi: general editing pass prior to Net release
9573
9574Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9575
9576 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
9577
9578Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
9579
9580 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
9581
9582Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9583
9584 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
9585 Differences node to Statics node.
9586 (Statics): Discuss XCOFF use of V symbol descriptor.
9587
9588 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
9589 not clean.
9590
9591Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
9592
9593 * gdb.texinfo (Print Settings): Document `set print
9594 fast-symbolic-addr' and improve the doc for some other
9595 `set print's.
9596
9597Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9598
9599 * stabs.texinfo (String Field): Talk about defining several type
9600 numbers at once.
9601 Fix lint regarding changing node ELF Transformations to
9602 ELF and SOM Transformations.
9603
9604Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
9605
9606 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
9607
9608Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9609
9610 * stabs.texinfo (Cross-References): `::' is for nested types only
9611 within <>.
9612 (Structures): Document static members.
9613
9614Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9615
9616 * stabs.texinfo: Document S type attribute.
9617
9618Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
9619
9620 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
9621
9622Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
9623
9624 * gdbint.texinfo: Fix a few typos.
9625
9626Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9627
9628 * gdb.texinfo, remote.texi: formatting improvements
9629
9630 * gdb.texinfo (New Features): mention threads.
9631 (Summary, C): fix xrefs in newly contributed text.
9632 (Threads): index entries, clarifications, example
9633 (passim): minor typos fixed, phrasing improvements
9634
9635 * remote.texi (Bootstrapping): rephrase text on ^C and add index
9636 entries; (Server): explain use of gdbserver w/real-time systems,
9637 add example of conflicting TCP port; (MIPS Remote) break up
9638 running text into table, highlighting commands, and add example.
a9331b3f 9639
c906108c
SS
9640Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9641
9642 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
9643
9644Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9645
9646 * stabs.texinfo (Nested Symbols): New node.
9647 (String Field, Symbol Descriptors, Cross-References): Refer to it.
9648
9649Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9650
9651 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
9652 to picking which Bbss.bss symbol to use, and (because there seems to
9653 be no good way of doing it) re-write some of the text to make it
9654 sound like Bbss.bss isn't such a great idea after all (as currently
9655 designed).
9656
9657 * gdb.texinfo (C): In addition to saying people have to use g++ for
9658 good results, say they have to use stabs. Specifically say cfront
9659 doesn't work well.
9660 (Summary): Merge in information on Modula-2, Pascal, and Chill from
9661 the gdb README. Add xrefs to places where the support for the various
9662 languages is described in detail.
9663
9664Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9665
9666 * stabs.texinfo: Clean up stuff about visibility and virtual
9667 characters.
9668
9669 * stabs.texinfo (N_M2C): Cite Sun doc.
9670
9671Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9672
9673 * gdb.texinfo: updates re threads.
9674 * remote.texinfo: avoid index entries starting with digits.
9675
9676Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9677
9678 * stabs.texinfo (Enumerations): Talk about large, negative and
9679 octal values. Clean up cross reference to type attributes.
9680 (String Field): Say that GDB 4.11 supports size attribute.
9681
9682Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9683
9684 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
9685 is a mandatory step. Make the stuff about that more concise.
9686
9687Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9688
9689 * stabs.texinfo (Class Names): New node.
9690
9691 * gdb.texinfo (Command Files): Explain order of init file reading.
9692
9693 * remote.texi (Bootstrapping): Talk about getting the serial driver
9694 to deal with ^C sent by gdb to stop the remote system.
9695
9696Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
9697
9698 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
9699
9700 * libgdb.texinfo (Defining Commands): made the DOC arg
9701 to gdb_define_app_command a char * instead of char **
9702 per a suggestion from kingdon.
9703
9704 * libgdb.texinfo: total rewrite from a different starting
9705 premise.
9706
9707Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9708
9709 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
9710 floats passed as doubles (to improve clarity).
9711
9712Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9713
9714 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
9715
9716 * a4rc.sed: update to work with Andreas Vogel papersize params
9717
9718 * refcard.tex: use Andreas Vogel simplifications of papersize
9719 params; remove useless version info; update copyright date.
9720
9721Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9722
9723 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
9724
9725Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9726
9727 * gdb.texinfo (Files): Say what address the load command loads it at.
9728
9729 * stabs.texinfo (Common Blocks): Minor cleanups.
9730
9731 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
9732 that Sun has backed away from the linker kludge and thus the relevant
9733 issue is changes to the SunPRO tools, not the Solaris linker.
9734
9735 * stabs.texinfo (Traditional Integer Types): Clean up description
9736 of octal bounds a little bit. Document extra leading zeroes.
9737
9738Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9739
9740 * gdb.texinfo (Signaling): Update for symbolic symbol names
9741 and add a section explaining the difference between the GDB
9742 signal command and the shell kill utility.
9743
9744Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
9745
9746 * libgdb.texinfo: added `@' to braces that were unescaped.
9747
9748Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
9749
9750 * libgdb.texinfo: new file. Spec for the gdb library.
9751
9752Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9753
9754 * stabs.texinfo (Include Files): Fix typo (start -> end).
9755
9756Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9757
9758 * gdb.texinfo, remote.texi: assorted small improvements, mostly
9759 from Melissa at FSF's editing pass.
9760
9761Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9762
9763 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
9764 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
9765 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
9766
9767Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9768
9769 * remote.texi (Bootstrapping): Discuss 386 call gates.
9770
9771Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9772
9773 * stabs.texinfo (Based Variables): New node.
9774
9775Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
9776
9777 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
9778 names, sizes, and formats to suggest how not to lose.
9779
9780Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9781
9782 * stabs.texinfo (Methods): Fix typo.
9783
9784Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9785
9786 * gdb.texinfo: Fix a few typos.
9787
9788Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9789
9790 * gdb.texinfo: Clarify how well it works with Fortran.
9791
9792 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
9793 More on relocating stabs in ELF files.
9794
9795Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9796
9797 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
9798
9799Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9800
9801 * stabs.texinfo (Local Variable Parameters): Talk about nameless
9802 parameters on VAX.
9803
9804Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9805
9806 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
9807
9808Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9809
9810 * stabs.texinfo: Make info author notice match the TeX author notice.
9811
9812Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9813
9814 * stabs.texinfo: Initial-caps all words in node names and
9815 non-trivial words in section names.
9816
9817Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9818
9819 * stabs.texinfo: Many minor cleanups.
9820
9821 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
9822
9823Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
9824
9825 * stabs.texinfo: Remove full description of big example.
9826 It's not really helpful; just use pieces of it where appropriate.
9827 Add more Texinfo formatting directives (@samp, etc.).
9828 Use @deffn to define stab types.
9829 Eliminate some wordiness. Break up some nodes.
9830 Add an (alphabetized) index of symbol types.
9831 Use consistent capitalization style in node and section names.
9832
9833Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
9834
9835 * gdb.texinfo: Change typo "Two two" to "The two".
9836
9837Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9838
9839 * stabs.texinfo (XCOFF-differences): Remove references to
9840 non-existent types N_DECL and N_RPSYM.
9841
9842 * stabs.texinfo (String Field): Say that type attributes bug is
9843 fixed in GDB 4.10, since it is.
9844
9845 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
9846
9847Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
9848
9849 * stabs.texinfo: Formatting cleanups.
9850
9851Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9852
9853 * stabs.texinfo: When explaining the n_type of a stab, standardize
9854 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
9855 no tabs, use @r).
9856 (Global Variables): Clean up.
9857
9858Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9859
9860 * stabs.texinfo (Stack Variables): Re-write.
9861
9862Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9863
9864 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
9865 addresses of a source file. Also revise formatting.
9866 Change "object module" or "object file" to "source file".
9867 Various: Miscellaneous cleanups.
9868
9869Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9870
9871 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
9872
9873Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
9874
9875 * gdbint.texinfo: Removed many nonsensical machine-collected
9876 host and target conditionals, described some of the remainder.
9877
9878Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9879
9880 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
9881
9882 * gdbint.texinfo (Top): Add name to @top line, and re-write the
9883 paragraph which follows.
9884
9885 * gdbint.texinfo (Host): Use @code not @samp for Makefile
9886 variables. Looks better and avoids overful hbox.
9887
9888Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9889
9890 * stabs.texinfo (Procedures): Improve stuff on nested functions.
9891
9892Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9893
9894 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
9895 retransmit-timeout
9896
9897Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9898
9899 * gdbint.texinfo: Update statement about `some ancient Unix
9900 systems, like Ultrix 4.0' to Ultrix 4.2.
9901
9902Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
9903
9904 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
9905
9906 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
9907
9908 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
9909 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
9910
9911 * remote.texi: new name for former gdbinv-s.texi
9912
9913 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
9914
9915Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
9916
9917 * gdbinv-s.texi: Documented timeout and retransmit-timeout
9918 variables for MIPS remote debugging protocol.
9919
9920Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9921
9922 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
9923
9924Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9925
9926 * Makefile.in (refcard.dvi): Use srcdir where necessary.
9927
9928Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
9929
9930 * gdb.texinfo: repair conditional bugs in text markup
9931
9932Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9933
9934 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
9935 to select Modula-2 material.
9936
9937Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9938
9939 * stabs.texinfo: Cleanups regarding statics.
9940
9941 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
9942 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
9943
9944Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9945
9946 * stabs.texinfo: N_MAIN is sometimes used for C.
9947
9948Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9949
9950 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
9951
9952Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
9953
9954 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 9955 removed from the code by Kingdon.
c906108c
SS
9956
9957Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9958
9959 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
9960 input when evaluating breakpoint conditions; the bug has been fixed.
9961
9962 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
9963 sets the ignore count to N-1, not to N.
9964
9965Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9966
9967 * refcard.tex (\hoffset): correct longstanding error to match
9968 intended offset; avoids cutting off edge on some printers
9969
9970Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9971
9972 * stabs.texinfo (Parameters): Say that order of stabs is significant.
9973
9974Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9975
9976 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
9977
9978Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9979
9980 * Makefile.in: (REFEDITS) new var to control whether PS or CM
9981 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
9982 collect sed edits if any, apply to refcard before formatting;
9983 (refcard.ps) stop implying PS fonts if PS output requested;
9984 (lrefcard.ps) delete extra target for variant PS fonts
9985
9986 * refcard.tex: parametrize papersize dependent info, collect
9987 in easily replaced spot
9988
9989 * a4rc.sed: new file, edits to refcard for A4 paper
9990
9991Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9992
9993 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
9994
9995Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9996
9997 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
9998
9999Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10000
10001 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
10002 politely rather than rudely.
10003
10004Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10005
10006 * stabs.texinfo: Document common blocks.
10007
10008Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
10009
10010 * stabs.texinfo: Add some basic info about stabs-in-elf.
10011
10012Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10013
10014 * stabs.texinfo (Top): Minor cleanup.
10015
10016Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
10017
10018 * Makefile.in (install-info): remove parentdir support
10019
10020Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10021
10022 * gdb.texinfo (Copying): delete this node and references to it;
10023 RMS says this manual need not carry GPL. (passim): Improvements
10024 from last round at FSF, largely due to Ian Taylor review, and
10025 minor formatting improvements.
10026
10027 * gdbinv-s.texi (passim): Improvements from last round at FSF,
10028 largely due to Ian Taylor review. (Debug Session): minor edits to
10029 new text.
10030
10031Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
10032
10033 * Makefile.in (realclean): Remove info and dvi files too.
10034
10035Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
10036
10037 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
10038 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
10039 * gdb.texinfo: Change accordingly.
10040
10041 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
10042 N_{L,R}BRAC,N_SLINE are relative to.
10043
10044Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
10045
10046 * Makefile.in (GDBvn.texi): Update atomically.
10047
10048Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
10049
10050 * gdbinv-s.texi (Debug Session): Document exceptionHook.
10051
10052Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
10053
10054 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
10055 addresses together. Also motivate the set print symbol-filename
10056 command and suggest other solutions.
10057
10058Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
10059
10060 * gdb.texinfo (set print elements): Note that the number of
10061 elements is set to unlimited by "set print elements 0".
10062
10063Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
10064
10065 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
10066 NF_LDOUBLE means.
10067 (Stab Types): Include Solaris stab types.
10068 (Procedures): Document Solaris extensions.
10069
10070Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10071
10072 * gdb.texinfo: Add `set print symbol-filename' doc.
10073
10074Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10075
10076 * stabs.texinfo (Arrays): Talk about type definition vs. type
10077 information.
10078
10079 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
10080 the trailing semicolon.
10081
10082Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10083
10084 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
10085 and merge in other parts of the document addressing these subjects.
10086 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
10087
10088 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
10089 at the end of a range type.
10090
10091 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
10092 AIX extensions.
10093
10094Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10095
10096 * stabs.texinfo (Stabs Format): Misc fixes.
10097
10098Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10099
10100 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
10101 (Traditional builtin types): Document convex convention for long long.
10102 (Negative builtin types): Discuss type names, and misc fixes.
10103
10104Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10105
10106 * stabs.texinfo (Builtin Type Descriptors): Document the floating
10107 point types used with @samp{R} type descriptor.
10108 (Symbol Descriptors): Describe how to handle conflict between
10109 different meanings of @samp{P} symbol descriptor.
10110
10111Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10112
10113 * stabs.texinfo: Remove node Quick Reference and put its children
10114 directly under the main menu.
10115
10116 * stabs.texinfo: Many more changes to bring it into line with
10117 AIX documentation and reality. I think it now has all the
10118 information from the AIX documentation, except that I burned
10119 out when I got to variant records (Pascal and Modula-2) and
10120 all the COBOL types. Oh well, we can add them later when we're
10121 worrying more about those languages.
10122
10123 * stabs.texinfo (Automatic variables): Talk about what it means
10124 to omit the symbol descriptor.
10125
10126Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10127
10128 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
10129 gcc2 behavior with promoted args.
10130
10131Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10132
10133 * gdb.texinfo: include readline appendices in info version of manual
10134
10135Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10136
10137 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
10138 target remote.
10139
10140 * gdb.texinfo (Machine Code): more index entries for disassemble
10141
10142Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
10143
10144 * Clarify the intended use of the gdb-testers and gdb-patches
10145 mailing lists, and shrink gzip comment.
10146
10147Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10148
10149 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
10150 DOSHOST configuration of manual.
10151
10152 * gdb.texinfo (MIPS Stack): new node.
10153
10154 * all-config.texi (MIPS) new switch.
10155
10156 * gdbinv-s.texi (Nindy Options) Remove two instances of future
10157 tense; (MIPS Remote) new node.
10158
10159 * gdb.texinfo (passim) rephrases to work around makeinfo @value
10160 bug; (Environment) less passive, other small cleanups in text about
10161 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
10162 (Remote) new MIPS Remote menu entry.
10163
10164Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
10165
10166 * stabs.texinfo: Many changes to include information from the
10167 AIX documentation.
10168
10169 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
10170
10171Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
10172
10173 * gdbint.texinfo (new node Debugging GDB, elsewhere):
10174 Move a bunch of information from ../README.
10175 (Getting Started): New node.
10176
10177Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10178
10179 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
10180
10181 * gdb.texinfo: advance manual revision dates to present
10182
10183 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
10184 stop using silly Roman numerals in @set variable names
10185
10186Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
10187
10188 * stabs.texinfo (Parameters): Keep trying to get this right.
10189
10190Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
10191
10192 * stabs.texinfo (Parameters): More on "local parameters".
10193
10194Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
10195
10196 * stabs.texinfo (Parameters): Re-do "local parameters" section.
10197
10198Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
10199
10200 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
10201 (Parameters): Rewrite.
10202 (xcoff-differences, Sun-differences): Minor changes.
10203
10204Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
10205
10206 * stabs.texinfo: Minor cleanup.
10207
10208Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
10209
10210 * gdbint.texinfo: Minor xcoff stuff.
10211
10212Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
10213
10214 * gdbint.texinfo: Update for new config directory structure.
10215 Add info about internal type data structures.
10216
10217Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
10218
10219 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
10220 $(srcdir).
10221 (gdb-config.texi): Depend on file in $(srcdir).
10222
10223Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
10224
10225 * stabs.texinfo: Fixes about N_SO.
10226
10227Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10228
10229 * gdb.texinfo: include list of nonstandard init file names
10230
10231 * *-config.texi: new switch GENERIC for text that applies *only*
10232 to (usual) multiple-target version of manual
10233
10234 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
10235 h8 config
10236
10237 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
10238 in menus (rather than conditionally selected multiple alternative
10239 menus).
10240
10241 * Makefile.in: define and use DOC_CONFIG var to select
10242 configuration for GDB user manual.
10243
10244 * gdb-config.texi: delete from repository, generate from Makefile.
10245
10246 * all-config.texi: normal `generic' configuration file, formerly
10247 stored as gdb-config.texi
10248
10249Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
10250
10251 * Makefile.in: add dvi target to build all .dvi files
10252
10253Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10254
10255 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
10256
10257Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
10258
10259 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
10260 host conditionals.
10261 * stabs.texinfo: More array fixes inspired by Jim's.
10262
10263Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
10264
10265 * stabs.texinfo: Fixes re arrays and continuations.
10266
10267 * gdbint.texinfo: Add XCOFF node.
10268
10269Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
10270
10271 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
10272
10273Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
10274
10275 * stabs.texinfo: Fix for array types to mention lower bounds.
10276
10277Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
10278
10279 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
10280
10281Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
10282
10283 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
10284
10285Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
10286
10287 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
10288 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
10289
10290Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
10291
10292 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
10293
10294Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10295
10296 * gdb.texinfo, gdbinv-s.texi: misc updates
10297
10298Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
10299
10300 * gdbint.texinfo: Brief documentation for longjmp support,
10301 from an email msg by Stu.
10302
10303Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
10304
10305 * stabs.texinfo: Fix description of floating point "range"
10306 types (which really define basic types). Reported by Jim Meehan,
10307 <meehan@src.dec.com>.
10308
10309 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
10310
10311Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
10312
10313 * gdbint.texinfo: Slightly expand section on supporting a new
10314 object file format.
10315
10316Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
10317
10318 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
10319 intermediate file.
10320
10321Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10322
10323 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
10324
10325Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10326
10327 * gdbinv-s.texi: z8000 simulator target name is just "sim"
10328
10329 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
10330 as well as Z8002.
10331
10332Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
10333
10334 * gdbint.texinfo: Add sections on clean design and on how to send
10335 in changes.
10336
10337Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
10338
10339 * gdbint.texinfo: Add how to declare the result of make_cleanup.
10340
10341Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
10342
10343 * gdb.texinfo: Fix typo, reported by Karl Berry.
10344
10345Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
10346
10347 * gdb.texinfo: Add opcodes dir to GDB distribution description.
10348
10349Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10350
10351 * gdbint.texinfo: fixed a stray email address (needs @@),
10352 added @table @code to node "Native Conditionals"
10353
10354Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
10355
10356 * gdbint.texinfo: Describe coding style of GDB.
10357
10358Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
10359
10360 * stabs.texinfo: Minor wording changes.
10361
10362Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
10363
10364 * gdbint.texinfo: Improve release doc slightly.
10365
10366Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
10367
10368 * gdbint.texinfo: Improve doc of GDB config macros.
10369
10370Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
10371
10372 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
10373 These will be reinserted when examined.
10374
10375Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
10376
10377 * gdbint.texinfo: Make a start at documenting all the #if macros
10378 in GDB. At least list them all, and start separating them into
10379 host-specific and target-specific.
10380
10381Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10382
10383 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 10384 examples (not consistent w others).
c906108c
SS
10385 gdb.texinfo: issue disclaimer paragraph on cmdline options only
10386 for generic vn of doc
10387
10388Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
10389
10390 * Makefile.in: always create installation directories.
10391
10392Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10393
10394 * gdb.texinfo: in h8 config, do not describe searching commands.
10395
10396Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10397
10398 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
10399 conditionals; introduce a few generic switches that may be
10400 useful for other cross-dev or dos-hosted configs.
10401
10402 * gdb.texinfo: fix typo in "info reg" description
10403
10404Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
10405
10406 * stabs.texinfo: Minor updates from running TeX over it.
10407 * Makefile.in (stabs.dvi, stabs.ps): Add.
10408
10409Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
10410
10411 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
10412 First pass at converting it to texinfo.
10413
10414Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
10415
10416 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
10417 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
10418
10419Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
10420
10421 * gdbint.texinfo: Add section on partial symbol tables.
10422
10423Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
10424
10425 * gdb.texinfo: document `set remotedebug' and `set
10426 rstack_high_address'.
10427
10428Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10429
10430 * gdb.texinfo: slight expansion of new text on reading info files
10431 * gdbinv-s.m4.in: correct and expand info on cross-debugging
10432 H8/300 from DOS.
10433
10434Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
10435
10436 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
10437
10438Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
10439
10440 * gdb.texinfo: Say how to read the `info' files.
10441
10442Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
10443
10444 * Makefile.in: gm4 -> m4.
10445
10446Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
10447
10448 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
10449 Documentation' ahead of `Installing GDB' to match README.
10450 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 10451 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
10452
10453Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
10454
10455 * Makefile.in: remove $(srcdir) from gdb.info rule.
10456
10457Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10458
10459 * Makefile.in: commented out gdb-all.texinfo rule. This is
10460 temporary.
10461
10462Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
10463
10464 * Makefile.in, configure.in: removed traces of namesubdir,
10465 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 10466 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
10467
10468Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
10469
10470 * gdb.texinfo: Improve how we ask for bug reports.
10471
10472Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10473
10474 * Makefile.in: infodir belongs in datadir.
10475
10476Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10477
10478 * Makefile.in: remove spaces following hyphens, bsd make can't
10479 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 10480 standards.text support.
c906108c
SS
10481
10482Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10483
10484 * Makefile.in: idestdir and ddestdir go away. Added copyrights
10485 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
10486 and mandir now keyed off datadir by default.
10487
10488\f
10489Local Variables:
9e9c5ae7 10490mode: change-log
c906108c
SS
10491left-margin: 8
10492fill-column: 74
10493version-control: never
10494End:
This page took 2.200651 seconds and 4 git commands to generate.