Move target-dcache out of target.c
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
422ad5c2
JB
12013-11-18 Joel Brobecker <brobecker@adacore.com>
2
3 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
4 "language-option" entry in the output of the "-list-features"
5 command.
6
805e1f19
TT
72013-11-15 Tom Tromey <tromey@redhat.com>
8
9 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
10 Add example.
11
8fe1b653
TT
122013-11-14 Tom Tromey <tromey@redhat.com>
13
14 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
15
403cb6b1
JB
162013-11-14 Joel Brobecker <brobecker@adacore.com>
17
18 * gdb.texinfo (Show): Add xref anchor for "show language" command.
19 (Context management): Place current subsection text into its own
20 subsubsection. Add new subsubsection describing the "--language"
21 command option.
22
93973826
JB
232013-11-13 Joel Brobecker <brobecker@adacore.com>
24
25 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
26 the documentation of "info-ada-exceptions" in the output
27 of the "-list-features" command. Add the documentation
28 of the "ada-exception" entry instead.
29
6adcee18
JB
302013-11-12 Joel Brobecker <brobecker@adacore.com>
31
93973826 32
6adcee18
JB
33 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
34 word of a couple of sentences to start with a capital letter.
35
58d06528
JB
362013-11-12 Joel Brobecker <brobecker@adacore.com>
37
38 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
39 (Ada Exceptions): New node.
40 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
41 Commands" node.
42 (GDB/MI Ada Exceptions Commands): New node.
43 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
44 field in the output of the "-list-features" command.
45 * NEWS: Add entry for the new "info exceptions" CLI command,
46 and for the new "-info-ada-exceptions" GDB/MI command.
47
bc79de95
PM
482013-11-11 Phil Muldoon <pmuldoon@redhat.com>
49
50 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
51 (Line Tables In Python): New node.
52
73be47f5
DE
532013-11-08 Doug Evans <dje@google.com>
54
55 * gdb.texinfo (Debugging Output): Update text for
56 "set debug dwarf2-read".
57
db0fec5c
DE
582013-11-08 Doug Evans <dje@google.com>
59
60 * gdb.texinfo (Debugging Output): Update text for
61 "set debug symtab-create".
62
92e32e33
PM
632013-11-07 Phil Muldoon <pmuldoon@redhat.com>
64
65 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
66 constant.
67
f76c27b5
PM
682013-11-07 Phil Muldoon <pmuldoon@redhat.com>
69
70 * gdb.texinfo (Breakpoints In Python): Document temporary
71 option in breakpoint constructor, and add documentation to the
72 temporary attribute.
73
fa4d0c40
YQ
742013-11-07 Yao Qi <yao@codesourcery.com>
75
76 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
77 output of "-var-info-expression".
78
afa332ce
PA
792013-11-06 Pedro Alves <palves@redhat.com>
80
81 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
82 non-interactive mode.
83 (Environment) <shell startup files warning>: Mention
84 non-interactive mode. Mention .zshenv for Z shell, and talk about
85 BASH_ENV instead of .bashrc for BASH.
86
9ac69859
NB
872013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
88
89 * gdb.texinfo (Commands to Specify Files): Add description
90 of the remove-symbol-file command.
91 * observer.texi: New free_objfile event
92
98882a26
PA
932013-10-24 Pedro Alves <palves@redhat.com>
94
95 * gdb.texinfo (Starting): Document set/show startup-with-shell.
96
ce13fade
JB
972013-10-11 Joel Brobecker <brobecker@adacore.com>
98
99 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
100 New subsection inside which the "-catch-load" and "-catch-unload"
101 commands documentation is now placed.
102 (Ada Exception GDB/MI Catchpoint Commands): New subsection
103 documenting the "-catch-assert" and "-catch-exception" new
104 GDB/MI commands.
105
2446f5ea
JB
1062013-10-10 Joel Brobecker <brobecker@adacore.com>
107
108 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
109
0d12017b
JB
1102013-10-10 Joel Brobecker <brobecker@adacore.com>
111
bd80dc1a
JB
112 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
113 serial baud".
114 (Remote Configuration): Replace "set remotebaud" by "set serial
115 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 116
f4fb82a1
PA
1172013-10-07 Pedro Alves <palves@redhat.com>
118
119 PR breakpoints/11568
120 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
121 when the thread is removed from the thread list.
122
0c557179
SDJ
1232013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
124
125 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
126 Update entry for $_exitcode.
127
5713b9b5
JB
1282013-10-04 Joel Brobecker <brobecker@adacore.com>
129
130 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
131 new "--start" option.
132
901461f8
PA
1332013-10-02 Pedro Alves <palves@redhat.com>
134
135 * gdb.texinfo (Registers): Expand description of saved registers
136 in frames. Explain <not saved>.
137
8fb8eb5c
DE
1382013-09-25 Doug Evans <dje@google.com>
139
140 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
141
0a7cfe2c
SS
1422013-09-16 Stan Shebs <stan@codesourcery.com>
143
144 Remove the internals manual gdbint.texinfo.
145 * Makefile.in (INFO_DEPS): Remove gdbint.info.
146 (PDFFILES): Remove gdbint.pdf.
147 (HTMLFILES): Remove gdbint/index.html.
148 (HTMLFILES_INSTALL): Remove gdbint.
149 (GDBINT_DOC_FILES): Remove.
150 (dvi): Remove gdbint.dvi.
151 (ps): Remove gdbint.ps.
152 * gdbint.texinfo: Remove file.
153 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
154
a280dbd1
SDJ
1552013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
156
157 * gdb.texinfo (Convenience Functions): Mention new convenience
158 function $_isvoid.
159
4ac33720
UW
1602013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
161
162 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
163 (Standard Target Features): Add new node to menu.
164 (S/390 and System z Features): New node.
165
b3d3b4bd
SA
1662013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
167
168 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
169 -list-target-features in the example.
170
edf9f00c
JK
1712013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
172
173 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
174 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
175
1d236d23
JK
1762013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
177
178 Sync documentation with gdb.base/gnu-debugdata.exp.
179 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
180
5423b017
JK
1812013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
182
183 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
184
6211c335
YQ
1852013-08-27 Pedro Alves <pedro@codesourcery.com>
186 Yao Qi <yao@codesourcery.com>
187
188 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
189 Document new --skip-unavailable option.
190 <-stack-list-variables>: Document new --skip-unavailable option.
191
52e260a3
DE
1922013-08-26 Doug Evans <dje@google.com>
193
194 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
195 an optional regexp.
196
5e92f71a
TT
1972013-08-13 Tom Tromey <tromey@redhat.com>
198
199 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
200 Document GDB_PARALLEL and GDB_INOTIFY.
201
c5d7073b
SS
2022013-08-09 Stan Shebs <stan@codesourcery.com>
203
204 * LRS: Remove file, describes a long-abandoned live-range
205 splitting extension to stabs.
206
6fbe845e
AB
2072013-07-25 Andrew Burgess <aburgess@broadcom.com>
208
209 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
210
e7045703
DE
2112013-07-17 Doug Evans <dje@google.com>
212
213 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
214
3105ebf9
TT
2152013-07-02 Tom Tromey <tromey@redhat.com>
216
217 * gdb.texinfo (Target Commands): Don't mention "target nrom".
218
d6c2da54
TT
2192013-06-28 Tom Tromey <tromey@redhat.com>
220
221 * Makefile.in (version.subst): Use version.in, not
222 common/version.in.
223 * gdbint.texinfo (Versions and Branches, Releasing GDB):
224 Likewise.
225
e5823f1c
PA
2262013-06-27 Pedro Alves <palves@redhat.com>
227
228 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
229 dynamic symbol resolution code>: New section, based on infrun.c
230 comment.
231
92dcb9ff
TT
2322013-06-26 Tom Tromey <tromey@redhat.com>
233
234 * gdbint.texinfo (Versions and Branches): Use common/version.in.
235 Update.
236 (Releasing GDB): Likewise.
237
dc673c81
YQ
2382013-06-26 Pedro Alves <pedro@codesourcery.com>
239 Yao Qi <yao@codesourcery.com>
240
241 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
242 -trace-frame-collected.
243
28a93511
YQ
2442013-06-26 Pedro Alves <pedro@codesourcery.com>
245
246 * gdb.texinfo (Traceframe Info Format): Document tvar element
247 and its attributes.
248
a0743c90
YQ
2492013-06-25 Yao Qi <yao@codesourcery.com>
250
251 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
252
01208463
TT
2532013-06-24 Tom Tromey <tromey@redhat.com>
254
255 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
256 (GDBvn.texi): Use version.subst.
257 (version.subst): New target.
258 (mostlyclean): Remove version.subst.
259
c898adb7
YQ
2602013-06-20 Pedro Alves <pedro@codesourcery.com>
261
262 * gdb.texinfo (GDB/MI Data Manipulation)
263 <-data-list-register-values>: Document the --skip-unavailable
264 option.
265
7c57fa1e
YQ
2662013-06-07 Yao Qi <yao@codesourcery.com>
267
268 * gdb.texinfo (Symbols): Add kindex and cindex for
269 'maint print msymbols'.
270
0059c61a 2712013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
272
273 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
274 response field name (thread-group to inferior).
275
85dc5a12
GB
2762013-06-04 Gary Benson <gbenson@redhat.com>
277
278 * gdb.texinfo (General Query Packets/qSupported): Added
279 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
280 to the table of currently defined stub features.
281 Added a more detailed entry for "augmented-libraries-svr4-read".
282 (General Query Packets/qXfer:libraries-svr4:read): Documented
283 the augmented form of this packet.
284
5901af59
JB
2852013-05-23 Joel Brobecker <brobecker@adacore.com>
286
287 * gdb.texinfo (System-wide Configuration Scripts): Renames
288 "Installed System-wide Configuration Scripts". Add associated
289 @menu block.
290
c1e36e3e
PA
2912013-05-23 Yao Qi <yao@codesourcery.com>
292 Pedro Alves <palves@redhat.com>
293
294 * gdb.texinfo (Packets): Document 'vCont;r'.
295 (Continuing and Stepping): Document target-assisted range
296 stepping, and the 'set range-stepping' and 'show range-stepping'
297 commands.
298
0201faac
JB
2992013-05-23 Joel Brobecker <brobecker@adacore.com>
300
301 * gdb.texinfo (Installed System-wide Configuration Scripts):
302 Add subsection describing the scripts now available under
303 the data-dir's system-gdbbinit subdirectory.
304 * NEWS: Add entry announcing the availability of system-wide
305 configuration scripts for ElinOS and Wind River Linux.
306
c5867ab6
HZ
3072013-05-21 Hui Zhu <hui@codesourcery.com>
308
309 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
310 "-dprintf-insert" command.
311
7d0c9981
DE
3122013-05-17 Doug Evans <dje@google.com>
313
314 * gdb.texinfo (Maintenance Commands): Update doc for
315 "maint check-psymtabs". Add doc for "maint check-symtabs",
316 "maint expand-symtabs".
317
742ce053
MM
3182013-05-15 Markus Metzger <markus.t.metzger@intel.com>
319
320 * gdb.texinfo (Process Record and Replay): Document the
321 "record goto" command and its sub-commands.
322
1e611234
PM
3232013-05-10 Phil Muldoon <pmuldoon@redhat.com>
324
325 * gdb.texinfo (Backtrace): Add "no-filter" argument.
326 (Python API): Add Frame Filters API, Frame Wrapper API,
327 Writing a Frame Filter/Wrapper, Managing Management of Frame
328 Filters chapter entries.
329 (Frame Filters API): New Node.
330 (Frame Wrapper API): New Node.
331 (Writing a Frame Filter): New Node.
332 (Managing Frame Filters): New Node.
333 (Progspaces In Python): Add note about frame_filters attribute.
334 (Objfiles in Python): Ditto.
335 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
336 @anchors and --no-frame-filters option to -stack-list-variables,
337 -stack-list-frames, -stack-list-locals and -stack-list-arguments
338 commands.
339
2874cb83
JB
3402013-05-08 Joel Brobecker <brobecker@adacore.com>
341
342 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
343 Support" subsection documenting the XML format used to transfer
344 shared library info on AIX.
345
9a005eb9
JB
3462013-05-08 Joel Brobecker <brobecker@adacore.com>
347
348 * gdb.texinfo (Debugging Output): Add documentation of
349 "set debug aix-solib" and "show debug aix-solib" commands.
350
a1217d97
SL
3512013-05-06 Sandra Loosemore <sandra@codesourcery.com>
352
353 * gdb.texinfo (Nios II): New section.
354 (Nios II Features): New section.
355
4d1eb6b4
JB
3562013-05-06 Joel Brobecker <brobecker@adacore.com>
357
358 * gdbint.texinfo (Algorithms): Remove entries documenting
359 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
360 SOLIB_CREATE_INFERIOR_HOOK.
361
3f84184e
TT
3622013-04-29 Tom Tromey <tromey@redhat.com>
363
364 PR python/14204:
365 * gdb.texinfo (Python API): Fix menu entry.
366 (Blocks In Python): Fix subsubsection text. Rewrite intro.
367 Define global and static block. Add example. Clarify
368 block relationship for inline functions.
369
60155234
TT
3702013-04-29 Tom Tromey <tromey@redhat.com>
371
372 * gdb.texinfo (Python API): Mention Python help and keyword
373 arguments. Move pagination text to Basic Python.
374 (Basic Python): Put pagination text here. Document
375 close-on-exec, SIGCHLD, and SIGINT.
376
5360976e
PA
3772013-04-19 Pedro Alves <palves@redhat.com>
378
379 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
380 "signedness" instead of "signness".
381
bd3f3b55
PA
3822013-04-19 Pedro Alves <palves@redhat.com>
383
384 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
385 -Wno-pointer-sign text with text on -Wpointer-sign.
386
dee368d3
TT
3872013-04-16 Tom Tromey <tromey@redhat.com>
388
389 * gdb.texinfo (Set Catchpoints): Mention earliest version of
390 GCC that has the SDT probe points.
391
cc16e6c9
TT
3922013-04-15 Tom Tromey <tromey@redhat.com>
393
394 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
395 exception catchpoints.
396
72f1fe8a
TT
3972013-04-15 Tom Tromey <tromey@redhat.com>
398
399 * gdb.texinfo (Set Catchpoints): Document $_exception.
400 (Convenience Vars): Mention $_exception.
401
591f19e8
TT
4022013-04-15 Tom Tromey <tromey@redhat.com>
403
404 * gdb.texinfo (Set Catchpoints): Reorganize exception
405 catchpoints. Document "catch rethrow".
406 (Debugging C Plus Plus): Mention "catch rethrow".
407
02ae6bad
TT
4082013-04-15 Tom Tromey <tromey@redhat.com>
409
410 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
411
2c91021c
JK
4122013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
413 Eli Zaretskii <eliz@gnu.org>
414
415 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
416 line below the sample output.
417
6eaaf48b
EZ
4182013-04-12 Eli Zaretskii <eliz@gnu.org>
419
420 * gdb.texinfo (Mode Options): Document '-configuration'.
421 (Help): Document "show configuration".
422 (Bug Reporting): Add requirements to include the configuration
423 details in bug reports.
424
b292c783
JK
4252013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
426
427 * Makefile.in (MAN1S): Add gcore.1.
428 Remove "Host, target, and site specific Makefile fragments" comment.
429 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
430 (install-man1, uninstall-man1): Conditionalize gcore.1.
431 (gcore.1): New.
432 * gdb.texinfo (Man Pages): Add gcore man.
433 (gcore man): New node.
434
f81d1120
PA
4352013-04-10 Pedro Alves <palves@redhat.com>
436
437 * gdb.texinfo (Process Record and Replay): Document that "set
438 record full insn-number-max", "set record
439 instruction-history-size" and "set record
440 function-call-history-size" accept "unlimited".
441 (Backtrace): Document that "set backtrace limit" accepts
442 "unlimited".
443 (List): Document that "set listsize" accepts "unlimited".
444 (Print Settings)" Document that "set print max-symbolic-offset",
445 "set print elements" and "set print repeats" accept "unlimited".
446 (Starting and Stopping Trace Experiments): Document that "set
447 trace-buffer-size" accepts "unlimited".
448 (Remote Configuration): Document that "set tcp connect-timeout"
449 accepts "unlimited".
450 (Command History): Document that "set history size" accepts
451 "unlimited".
452 (Screen Size): Document that "set height" and "set width" accepts
453 "unlimited". Adjust "set pagination"'s description to suggest
454 "set height unlimited" instead of "set height 0".
455
393fd4c3
YQ
4562013-04-10 Yao Qi <yao@codesourcery.com>
457
458 * gdb.texinfo (Trace Files): Add "target ctf".
459
cba5a7bf
JK
4602013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
461
462 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
463
0ed630cb
JK
464 * Makefile.in (install-man1, install-man5, uninstall-man1)
465 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
466
afe1492b
JK
467 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
468
5b8b6385
JK
4692013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
470 Eli Zaretskii <eliz@gnu.org>
471
472 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
473 parameters order. Remove "On some targets" for --attach. Document the
474 --multi parameter and extended-remote command. Document all the
475 options.
476
906ccdf0
JK
4772013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
478
479 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
480 the list of supported languages.
481
43662968
JK
4822013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
483
484 Convert man pages to texinfo, new gdbinit.5 texinfo page.
485 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
486 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
487 (diststuff): Add man.
488 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
489 (uninstall-man5): New.
490 (STAGESTUFF): Add *.1 and *.5.
491 (GDBvn.texi): Add SYSTEM_GDBINIT.
492 (gdb.1, gdbserver.1, gdbinit.5): New.
493 (maintainer-clean realclean): Add $(MANS).
494 (install): Add install-man.
495 (uninstall): Add uninstall-man.
496 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
497 (@copying): Wrap it by @c man begin COPYRIGHT.
498 (Top): Add Man Pages.
499 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
500
be9a8770
PA
5012013-04-02 Pedro Alves <palves@redhat.com>
502
503 * gdb.texinfo (Debugging Output): Document "set/show debug
504 aarch64", "set/show debug coff-pe-read" and "set/show debug
505 mach-o".
506
a46c1e42
PA
5072013-04-02 Pedro Alves <palves@redhat.com>
508
509 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
510 table>: Add entry for "trace-buffer-size".
511
bd3eecc3
PA
5122013-03-28 Pedro Alves <palves@redhat.com>
513
514 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
515 table>: Add entry for "trace-status".
516
215b9f98
EZ
5172013-03-28 Eli Zaretskii <eliz@gnu.org>
518
519 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
520 @bullet", which is invalid (makeinfo 5.1 barfs).
521
7f7cc265
PA
5222013-03-28 Pedro Alves <palves@redhat.com>
523
524 PR gdb/15294
525
526 * gdb.texinfo (List) <set listsize>: Adjust to document that
527 listsize 0 means no limit, and remove mention of -1.
528
9c0be723
YQ
5292013-03-22 Yao Qi <yao@codesourcery.com>
530
531 * gdb.texinfo (Embedded Processors): Remove menu item
532 "OpenRISC 1000".
533 (OpenRISC 1000): Remove.
534
bd712aed
DE
5352013-03-21 Doug Evans <dje@google.com>
536
537 * gdb.texinfo (Maintenance Commands): Add docs for
538 "mt set per-command {space,time,symtab} {on,off}".
539
d0353e76
YQ
5402013-03-14 Hui Zhu <hui@codesourcery.com>
541 Yao Qi <yao@codesourcery.com>
542
543 * gdb.texinfo (Trace Files): Add "tsave -ctf".
544
6dd24dfa
KS
5452013-03-13 Keith Seitz <keiths@redhat.com>
546
547 * gdb.texinfo (Maintenance Commands): Add missing ')' for
548 "maint agent" reference to Dynamic printf.
549
5c4808ca
EZ
5502013-03-11 Eli Zaretskii <eliz@gnu.org>
551
552 * gdb.texinfo (General Query Packets): Don't use colon in index
553 entries visible to Info format.
554
59ea5688
MM
5552013-03-11 Markus Metzger <markus.t.metzger@intel.com>
556
557 * gdb.texinfo (Process Record and Replay): Document record
558 changes.
559
2ae8c8e7
MM
5602013-03-11 Markus Metzger <markus.t.metzger@intel.com>
561
562 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
563 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
564 qXfer:btrace:read.
565
28abe188
EZ
5662013-03-09 Eli Zaretskii <eliz@gnu.org>
567
568 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
569 use colons in @anchor and @cindex entries.
570
be9a119c 5712013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
572
573 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
574
be9a119c 5752013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
576 Hafiz Abid Qadeer <abidh@codesourcery.com>
577
578 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
579 trace-buffer-size set and show commands.
580 (Tracepoint Packets): Document QTBuffer:size.
581 (General Query Packets): Document QTBuffer:size.
582
d57350ea
TT
5832013-02-21 Tom Tromey <tromey@redhat.com>
584
585 * gdb.texinfo: Remove bad @syncodeindex.
586 (Values From Inferior, Types In Python, Inferiors In Python)
587 (Events In Python, Threads In Python, Frames In Python, Blocks In
588 Python, Symbols In Python, Symbol Tables In Python): Remove
589 @tables.
590 (Packets, General Query Packets, Tracepoint Packets)
591 (Host I/O Packets): Use @w{} for empty @item.
592
9f44fbc0
SCR
5932013-02-20 Siva Chandra Reddy <sivachandra@google.com>
594
595 * gdb.texinfo (Architectures In Python): Add description about
596 the new method gdb.Architecture.disassemble.
597
f5911ea1
HAQ
5982013-02-15 Pedro Alves <pedro@codesourcery.com>
599 Hafiz Abid Qadeer <abidh@codesourcery.com>
600
601 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
602 Document the "trace-file" field.
603
7e1e0340
DE
6042013-02-07 Doug Evans <dje@google.com>
605
606 * gdb.texinfo (Machine Code): Clarify argument to disassemble
607 command.
608
134a2066
YQ
6092013-02-06 Yao Qi <yao@codesourcery.com>
610
611 * gdb.texinfo (GDB/MI Async Records): Document new MI
612 notification "=tsv-modified". Update the document of MI
613 notification "=tsv-created".
614 * observer.texi (GDB Observers): New observer tsv_modified.
615 Update observer tsv_created and tsv_delete.
616
430ed3f0
MS
6172013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
618
619 * gdb.texinfo (AArch64 Features): New section; document
620 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
621 (Architectures): Add new AArch64 section to document AArch64
622 architecture specific commands.
623 (ABI): Add description of the new OS ABI "Newlib" and its influence
624 on the longjmp handling.
625
1b56eb55
JK
6262013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
627 Jan Kratochvil <jan.kratochvil@redhat.com>
628
629 * gdb.texinfo (Backtrace): Added description of 'filename-display'
630 variable in 'set/show backtrace' section.
631
c4957902
TT
6322013-01-31 Tom Tromey <tromey@redhat.com>
633
634 * gdb.texinfo (Target Commands): Fix typo.
635
bea883fd
SCR
6362013-01-23 Siva Chandra Reddy <sivachandra@google.com>
637
638 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
639 describing the gdb.Architecture class.
640 (Frames In Python): Add description about the new method
641 gdb.Frame.architecture().
642
796a7ff8
DE
6432013-01-23 Doug Evans <dje@google.com>
644
645 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
646
998580f1
MK
6472013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
648
649 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
650 'thread-groups' field when printing a breakpoint in MI.
651
c9fb1240
SD
6522012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
653 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
654 to reflect that jit-reader-load now supports absolute file-names.
655
ab04a2af
TT
6562013-01-16 Tom Tromey <tromey@redhat.com>
657
658 * gdb.texinfo (Set Catchpoints): Document "catch signal".
659 (Signals): Likewise.
660
8ac3646f
TT
6612013-01-16 Tom Tromey <tromey@redhat.com>
662
663 * gdb.texinfo (GDB/MI Breakpoint Information): Document
664 "catch-type" field.
665 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
666
e93a8774
TT
6672013-01-07 Tom Tromey <tromey@redhat.com>
668
669 * gdb.texinfo (Mode Options): Don't mention -epoch.
670 (Data, Emacs): Remove obsolete comments.
671
54516a0b
TT
6722013-01-02 Tom Tromey <tromey@redhat.com>
673
674 * gdb.texinfo (GDB/MI Output Records): Update menu.
675 (GDB/MI Breakpoint Information): New node.
676 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
677 <-break-insert>: Likewise.
678
8dbe8ece
YQ
6792012-12-31 Yao Qi <yao@codesourcery.com>
680
681 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
682 (Packets): Move "vStopped" packet to ...
683 (Notification Packets): ... here. Describe the components
684 of notification. Add a table of supported notifications.
685 Add an example on the process of he async notification.
686
f35a17b5
JK
6872012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
688
689 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
690 present.
691 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
692 fullname output always present.
693
0dfd2fad
PM
6942012-12-23 Pierre Muller <muller@sourceware.org>
695
696 * gdbint.texinfo (Function prototypes): Require use of "extern"
697 modifier for function prototypes in headers.
698
7785b880
JB
6992012-12-19 Joel Brobecker <brobecker@adacore.com>
700
701 * refcard.tex: Update copyright notice to GPL v3 or later.
702 Update contact info.
703
3d745be3
JK
7042012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
705
706 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
707
c9b6281a
YQ
7082012-12-15 Yao Qi <yao@codesourcery.com>
709
710 * gdb.texinfo (Debugging Output): Document 'set debug
711 notification' and 'show debug notification'.
712
f2a8bc8a
YQ
7132012-12-15 Yao Qi <yao@codesourcery.com>
714
715 * gdb.texinfo (Listing Tracepoints): New item and example about
716 'installed on target' output.
717 Add more in the example about 'installed on target'.
718 (GDB/MI Breakpoint Commands): Doc about 'installed field.
719
451b7c33
TT
7202012-12-14 Tom Tromey <tromey@redhat.com>
721
722 * gdb.texinfo (SVR4 Process Information): Mention core files.
723
3fa7bf06
MG
7242012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
725
726 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
727
05b4bd79
PA
7282012-12-11 Pedro Alves <palves@redhat.com>
729
730 * gdb.texinfo: Remove all mentions of Unixware throughout.
731
74a0d9f6
JK
7322012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
733
734 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
735
0c631110
TT
7362012-11-29 Tom Tromey <tromey@redhat.com>
737
738 * gdb.texinfo (SVR4 Process Information): Document missing
739 "info proc" subcommands.
740
891df0ea
YQ
7412012-11-29 Yao Qi <yao@codesourcery.com>
742
743 PR gdb/1477.
744 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
745 to 'auto' instead of 'gnu'.
746
608e2dbb
TT
7472012-11-26 Tom Tromey <tromey@redhat.com>
748
749 * gdb.texinfo (MiniDebugInfo): New node.
750 (GDB Files): Update.
751
e64e0392
DE
7522012-11-16 Doug Evans <dje@google.com>
753
754 * gdb.texinfo (System-wide configuration): If the system-wide init
755 file lives in the data-directory, and --data-directory is provided,
756 look for it there.
757
ae606bee
TT
7582012-11-15 Tom Tromey <tromey@redhat.com>
759
760 * gdb.texinfo (Signaling): Fix typo.
761
62747a60
TT
7622012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
763
764 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
765 parameter "count" of -data-write-memory-bytes, and add an example.
766
18a9fc12
TT
7672012-11-12 Tom Tromey <tromey@redhat.com>
768
769 * gdb.texinfo (Symbols): Document "info type-printers",
770 "enable type-printer" and "disable type-printer".
771 (Python API): Add new node to menu.
772 (Type Printing API): New node.
773 (Progspaces In Python): Document type_printers field.
774 (Objfiles In Python): Likewise.
775 (gdb.types) <get_type_recognizers, apply_type_recognizers,
776 register_type_printer, TypePrinter>: Document.
777
53342f27
TT
7782012-11-12 Tom Tromey <tromey@redhat.com>
779
780 * gdb.texinfo (Symbols): Document "set print type methods",
781 "set print type typedefs", and flags to ptype and whatis.
782
ed8a1c2d
AB
7832012-11-09 Andrew Burgess <aburgess@broadcom.com>
784
785 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
786 the example -data-disassemble output. Extend the description of
787 the -data-disassemble results to document all fields. Document
788 the cli disassemble command as being related to -data-disassemble.
789
8506d139
YQ
7902012-11-09 Yao Qi <yao@codesourcery.com>
791
792 PR gdb/14777.
793 * gdb.texinfo (OS Information): Remove doc on command
794 'info udot'.
795
4d3f93a2
JB
7962012-11-08 Joel Brobecker <brobecker@adacore.com>
797
798 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
799 gdb.ini warning for Windows port.
800
1e96de83
YQ
8012012-11-08 Yao Qi <yao@codesourcery.com>
802
803 * gdb.texinfo (Search): Add kindex for 'fo'.
804
dc939229
TT
8052012-11-05 Tom Tromey <tromey@redhat.com>
806
807 PR python/14802:
808 * gdb.texinfo (Functions In Python): Add example.
809
6f6484cd
YQ
8102012-11-03 Yao Qi <yao@codesourcery.com>
811
812 * observer.texi (GDB Observers): Remove observer
813 'tracepoint_modified', 'tracepoint_created' and
814 'tracepoint_deleted'.
815
af4238e5
TT
8162012-10-26 Tom Tromey <tromey@redhat.com>
817
818 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
819
687e43a4
TT
8202012-10-25 Tom Tromey <tromey@redhat.com>
821
822 * gdb.texinfo (General Query Packets): Use @itemx.
823
8de0566d
YQ
8242012-10-17 Yao Qi <yao@codesourcery.com>
825
826 * observer.texi (GDB Observers): Update observer
827 'memory_changed'.
828 * gdb.texinfo (GDB/MI Async Records): Document for
829 "memory-changed" notification.
830
07540c15
DE
8312012-10-15 Doug Evans <dje@google.com>
832
833 * gdb.texinfo (Mode Options): Document -nh.
834 Elaborate on docs for -nx.
835
d7019589
SP
8362012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
837
838 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
839
82a90ccf
YQ
8402012-09-21 Yao Qi <yao@codesourcery.com>
841 Pedro Alves <palves@redhat.com>
842
843 * gdb.texinfo (GDB/MI Async Records): Document notification
844 'record-started' and 'record-stopped'.
845 * observer.texi (GDB Observers): New observer 'record-changed'.
846
aa9259cc
TS
8472012-09-19 Thomas Schwinge <thomas@codesourcery.com>
848
849 * gdb.texinfo: Document the removal of SH's 'regs' command.
850
c1d780c2
SDJ
8512012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
852
853 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
854
bb25a15c
YQ
8552012-09-18 Yao Qi <yao@codesourcery.com>
856
857 * gdb.texinfo (GDB/MI Async Records): Document new MI
858 notifications '=tsv-created' and '=tsv-deleted'.
859 * observer.texi (GDB Observers): New observer tsv_created and
860 tsv_deleted.
861
201b4506
YQ
8622012-09-18 Yao Qi <yao@codesourcery.com>
863
864 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
865 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
866 '=traceframe-changed'.
867
6fc1c773
YQ
8682012-09-17 Yao Qi <yao@codesourcery.com>
869
870 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
871 'set listsize'.
872
121c73f3
JK
8732012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
874 Eli Zaretskii <eliz@gnu.org>
875
876 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
877 encoding for gdbarch_breakpoint_from_pc, bp_addr for
878 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
879
e9687799
JK
8802012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
881
882 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
883
3b5e4d35
YPK
8842012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
885
886 Document how to return from "python-interactive" to GDB.
887 * gdb.texinfo (Python Commands): Update documentation.
888
8892012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
890
891 Add a new "python-interactive" command that starts a standard
892 Python interactive prompt with "pi" as alias, and add "py" as
893 an alias to "python".
894 * gdb.texinfo (Python Commands): Document the new commands.
895
b583003e
TT
8962012-08-22 Tom Tromey <tromey@redhat.com>
897
898 * gdbint.texinfo (Host Definition): Remove documentation for
899 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
900
a451cb65
KS
9012012-08-17 Keith Seitz <keiths@redhat.com>
902
903 PR c++/13356
904 * gdb.texinfo (Type and Range Checking): Remove warning.
905 Remove spurious commas.
906 Update text and examples for re-implementation of set/show
907 check type.
908 (C and C++ Type and Range Checks): Likewise.
909
6b1755ce
YQ
9102012-08-16 Yao Qi <yao@codesourcery.com>
911
912 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
913 is deprecated.
914
f47f77df
DE
9152012-08-13 Doug Evans <dje@google.com>
916
917 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
918 to include functions.
919
a72c3253
DE
9202012-08-10 Doug Evans <dje@google.com>
921
922 * gdb.texinfo (Convenience Funs): New node.
923 (Types In Python): Document Type.vector.
924
5b9afe8a
YQ
9252012-08-09 Yao Qi <yao@codesourcery.com>
926
927 * observer.texi: New observer command_param_changed.
928 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
929
dc1039df
JK
9302012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
931
932 * gdbint.texinfo (Debugging GDB): In section
933 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
934 Mention also gdb-gdb.py.
935
4abf930d
YQ
9362012-08-07 Yao Qi <yao@codesourcery.com>
937
938 Revert the folloing patch:
939 2012-08-06 Yao Qi <yao@codesourcery.com>
940 * gdb.texinfo (Remote Configuration): Add kindex for 'set
941 remote hardware-watchpoint-limit' and 'set
942 remote hardware-breakpoint-limit'.
943
f3c8a52a
JK
9442012-08-06 Nathaniel Flath <flat0103@gmail.com>
945
946 * gdb.texinfo (Working Directory): Added information about new
947 default argument for 'cd' command.
948
77a91025
YQ
9492012-08-06 Yao Qi <yao@codesourcery.com>
950
951 * gdb.texinfo (Remote Configuration): Add kindex for 'set
952 remote hardware-watchpoint-limit' and 'set
953 remote hardware-breakpoint-limit'.
954
d9f08f52
YQ
9552012-08-06 Yao Qi <yao@codesourcery.com>
956
957 Fix PR14371.
958
959 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
960 '=breakpoint-deleted'.
961
95b07c96
YQ
9622012-08-02 Yao Qi <yao@codesourcery.com>
963
964 * gdb.texinfo (Native): Remove node Neutrino.
965
7255706c
YQ
9662012-07-27 Yao Qi <yao@codesourcery.com>
967
968 * gdb.texinfo (IPA Protocol Commands): Document new command
969 'close'.
970
d6b28940
TT
9712012-07-25 Tom Tromey <tromey@redhat.com>
972
973 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
974
e615022a
DE
9752012-07-20 Doug Evans <dje@google.com>
976
977 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
978 (Index Files): Document how to control the use of deprecated index
979 sections.
980 (Index Section Format): Replace --use-deprecated-index-sections with
981 "set use-deprecated-index-sections on".
982
055855a4
EZ
9832012-07-12 Eli Zaretskii <eliz@gnu.org>
984
985 * gdbint.texinfo: Remove @syncodeindex directives that put all the
986 indices into a single node "Index". Instead, join function and
987 variable indices into a single index, separate from the concept
988 index. Requested in
989 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
990 (Top): Update the top-level menu: instead of one "Index" there are
991 now separate entries "Concept Index" and "Function and Variable
992 Index".
993 (Concept Index, Function and Variable Index): New nodes.
994 (Index): Node deleted.
995
f77cc5f0
HZ
9962012-07-05 Hui Zhu <hui_zhu@mentor.com>
997
998 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
999 and "maint agent-eval".
1000
00595b5e
EZ
10012012-07-03 Eli Zaretskii <eliz@gnu.org>
1002
1003 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
1004 avoid file-name clashes between Index.html and index.html on
1005 case-insensitive filesystems. See the discussion starting in
1006 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
1007 details of the problem.
1008 (Top): Update the master menu for the above.
1009 (Concept Index, Command and Variable Index): New nodes, instead of
1010 the old "Index" node that was deleted. All cross-references
1011 updated.
1012
d3ce09f5
SS
10132012-07-02 Stan Shebs <stan@codesourcery.com>
1014
1015 * gdb.texinfo (Dynamic Printf): Mention agent style and
1016 disconnected dprintf.
1017 (Maintenance Commands): Describe maint agent-printf.
1018 (General Query Packets): Mention BreakpointCommands feature.
1019 (Packets): Document commands extension to Z0 packet.
1020 * agentexpr.texi (Bytecode Descriptions): Document printf
1021 bytecode.
1022
2d7b58e8
JK
10232012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1024
1025 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
1026 only after gdbinit files.
1027 (Startup): Move -iex and -iex commands down after gdbinit files.
1028
202cbf1c
JK
10292012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1030
1031 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
1032 possibility.
1033
b6ba681c
TT
10342012-06-29 Tom Tromey <tromey@redhat.com>
1035
1036 * gdb.texinfo (Index Section Format): Update for version 7.
1037
71caed83
SS
10382012-06-28 Stan Shebs <stan@codesourcery.com>
1039
1040 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
1041 example, add note about title column.
1042
ee0bf529
SCR
10432012-06-26 Siva Chandra Reddy <sivachandra@google.com>
1044
1045 * gdb.texinfo (Symbol Tables In Python): Add description about
1046 the new 'last' attribute of gdb.Symtab_and line.
1047
3c15d565
SCR
10482012-06-26 Siva Chandra Reddy <sivachandra@google.com>
1049
1050 * gdb.texinfo (Symbol Tables In Python): Correct the description
1051 of the 'pc' attribute of gdb.Symtab_and_line.
1052
45cfd468
DE
10532012-06-26 Doug Evans <dje@google.com>
1054
1055 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
1056 and symtab-create.
1057
496ee73e
KS
10582012-06-25 Keith Seitz <keiths@redhat.com>
1059
1060 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
1061 from example. Remove "rbreak" from list of corresponding
1062 gdb commands.
1063
156942c7
DE
10642012-06-23 Doug Evans <dje@google.com>
1065
1066 * gdb.texinfo (Index Section Format): Document version 7 format.
1067
c614397c
YQ
10682012-06-22 Yao Qi <yao@codesourcery.com>
1069
1070 * gdb.texinfo: Add missing cindex for some packets.
1071
472a2379
KS
10722012-06-20 Keith Seitz <keiths@redhat.com>
1073
1074 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
1075 for -break-insert and document -p.
1076
2678e2af
YQ
10772012-06-20 Yao Qi <yao@codesourcery.com>
1078
1079 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
1080 and "gdb.write_memory" with "Inferior.read_memory" and
1081 "Inferior.write_memory".
1082
984359d2
EZ
10832012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
1084
1085 * gdb.texinfo (Summary): Add a link to "Free Documentation".
1086 (Free Documentation): Add @node line.
1087 (Continuing and Stepping) <advance location>: Use @item instead of
1088 @itemx.
1089 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
1090 @itemx.
1091 (Embedded Processors): Put the link to "PA" to its correct place,
1092 according to document structure.
1093 (Python API): Put the link to "Lazy Strings In Python" to its
1094 correct place.
1095 (Index): Use @@ in @tex block to get a literal @.
1096
1097 * gdbint.texinfo: Fix the @subtitle line.
1098
1099 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
1100 correct place.
1101
16bdd41f
YQ
11022012-06-08 Yao Qi <yao@codesourcery.com>
1103
1104 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
1105 Protocol'.
1106 (In-Process Agent Protocol, IPA Protocol Objects)
1107 (IPA Protocol Commands): New nodes.
1108 (Tracepoint Packets): Add anchors.
1109
2d4c29c5
TS
11102012-06-06 Thomas Schwinge <thomas@codesourcery.com>
1111
1112 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
1113
6bd110c5
YQ
11142012-06-06 Yao Qi <yao@codesourcery.com>
1115
1116 * gdb.texinfo: Update copyright year.
1117
f3e0e960
SS
11182012-05-23 Stan Shebs <stan@codesourcery.com>
1119 Kwok Cheung Yeung <kcy@codesourcery.com>
1120
1121 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
1122
1564a261
JK
11232012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1124
1125 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
1126 Mention also --with-separate-debug-dir.
1127 (Auto-loading): Prepend $debugdir in the sample output.
1128 (Auto-loading safe path): Likewise. Mention also $debugdir for the
1129 auto-load safe-path variable.
1130 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
1131 Mention also $debugdir for 'set auto-load scripts-directory'.
1132
eb17f351
EZ
11332012-05-19 Eli Zaretskii <eliz@gnu.org>
1134
1135 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
1136 (MIPS Embedded, MIPS, MIPS Register packet Format)
1137 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
1138 appropriate.
1139
4cc0665f
MR
11402012-05-18 Sandra Loosemore <sandra@codesourcery.com>
1141 Maciej W. Rozycki <macro@codesourcery.com>
1142
1143 * gdb.texinfo (MIPS): Document "set mips compression" and "show
1144 mips compression".
1145 (MIPS Breakpoint Kinds): New subsubsection.
1146
7af8dcf8 11472012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
1148
1149 * gdb.texinfo (Architecture-Specific Protocol Details): Define
1150 nodes for subsections. Add @acronym mark-ups and adjust
1151 formatting.
1152
aff139ff
JK
11532012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1154
1155 Rename $ddir to $datadir.
1156 * gdb.texinfo (Auto-loading, Auto-loading safe path)
1157 (objfile-gdb.py file): Rename $ddir to $datadir.
1158
9cb709b6
TT
11592012-05-18 Tom Tromey <tromey@redhat.com>
1160
1161 * gdb.texinfo (Print Settings): Document 'set print symbol'.
1162
e7e0cddf
SS
11632012-05-14 Stan Shebs <stan@codesourcery.com>
1164
1165 * gdb.texinfo (Dynamic Printf): New subsection.
1166
7efc75aa
SCR
11672012-05-13 Siva Chandra Reddy <sivachandra@google.com>
1168
1169 * gdb.texinfo (Basic Python): Add description about the function
1170 gdb.find_pc_line
1171
f307c045
JK
11722012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1173 Eli Zaretskii <eliz@gnu.org>
1174
1175 * gdb.texinfo (Separate Debug Files): Use plural form for global
1176 debugging information directory.
1177
85d4a676
SS
11782012-05-11 Stan Shebs <stan@codesourcery.com>
1179 Kwok Cheung Yeung <kcy@codesourcery.com>
1180
1181 * gdb.texinfo (Operating System Auxiliary Information): Document new
1182 'info os' subcommands.
1183
c1668e4e
JK
11842012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1185
1186 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
1187 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
1188 (dotdebug_gdb_scripts section): Add reference
1189 to 'Auto-loading safe path'.
1190
7349ff92
JK
11912012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1192
1193 Implement multi-component --with-auto-load-dir.
1194 * gdb.texinfo (Auto-loading): New references
1195 for 'set auto-load scripts-directory'
1196 and 'show auto-load scripts-directory'.
1197 (Auto-loading safe path): Describe the new default. Move $ddir
1198 substituation reference to 'objfile-gdb.py file'.
1199 (objfile-gdb.py file): Describe script-name alias. Change real-name to
1200 script-name. Describe new 'set auto-load scripts-directory'
1201 and 'show auto-load scripts-directory'.
1202
6dea1fbd
JK
12032012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1204
1205 Provide $ddir substitution for --with-auto-load-safe-path.
1206 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
1207 (Auto-loading safe path): Likewise. Mention the default value,
1208 $ddir substitution, --with-auto-load-safe-path and
1209 --without-auto-load-safe-path.
1210 * observer.texi (gdb_datadir_changed): New.
1211
1ccacbcd
JK
12122012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1213
1214 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
1215 Twice.
1216
d9242c17
JK
1217 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
1218 directory separator by path separator.
1219
af2c1515
JK
12202012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1221
1222 * gdb.texinfo (Auto-loading safe path): Make 'directories'
1223 for 'set auto-load safe-path' optional. Mention if it is omitted.
1224 Change disabling security protection condition to "/", twice.
1225
a20ee7a4
SCR
12262012-05-03 Siva Chandra Reddy <sivachandra@google.com>
1227
1228 * gdb.texinfo (Symbol Tables In Python): Add documentation about
1229 the new methods global_block and static_block on gdb.Symtab
1230 objects.
1231
56af09aa
SCR
12322012-05-02 Siva Chandra Reddy <sivachandra@google.com>
1233
1234 * gdb.texinfo (Blocks In Python): Add a note saying that future
1235 improvements to GDB and its infrastructure can move symbols
1236 across blocks within a symbol table.
1237
2746b0ef
YQ
12382012-04-29 Yao Qi <yao@codesourcery.com>
1239
1240 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
1241 (A29K): Remove.
1242
62e5f89c
SDJ
12432012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
1244 Tom Tromey <tromey@redhat.com>
1245
1246 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
1247 and generic static probe support on GDB.
1248
a766d390
DE
12492012-04-25 Doug Evans <dje@google.com>
1250
50f042b9
DE
1251 * gdb.texinfo (Go): Fix thinko.
1252
a766d390
DE
1253 * gdb.texinfo (Supported Languages): Add Go.
1254 (Go): New node.
1255
f02e2b19
YQ
12562012-04-25 Yao Qi <yao@codesourcery.com>
1257
1258 * gdbint.texinfo (Testsuite): New section `Board settings'.
1259
68d41a48
JK
12602012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1261
1262 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
1263 Three times.
1264
174bb630
JK
1265 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
1266 Three times.
1267
0511cc75
JK
12682012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1269
1270 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
1271 by @table @asis. Fix formatting of one item.
1272
0070f25a
JK
12732012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1274
1275 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
1276
4dc84fd1
JK
12772012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1278
1279 New option "set debug auto-load".
1280 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
1281 (auto-load verbose mode): New node.
1282
bccbefd2
JK
12832012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1284
1285 New option "set auto-load safe-path".
1286 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
1287 and "info auto-load" examples for safe-path. Put there also references
1288 for "set auto-load safe-path" and "show auto-load safe-path".
1289 New menu item for Auto-loading safe path.
1290 (Auto-loading safe path): New node.
1291 (Python Auto-loading): Update the expected output from "Missing"
1292 to "No".
1293
bf88dd68
JK
12942012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1295
1296 auto-load: Implementation.
1297 * gdb.texinfo (Mode Options): New anchor for -nx.
1298 (Startup): New anchors for Option -init-eval-command,
1299 Home Directory Init File
1300 and Init File in the Current Directory during Startup.
1301 Mention set auto-load local-gdbinit with a reference.
1302 Change the sample code to "set auto-load python-scripts".
1303 (Threads): New anchor set libthread-db-search-path.
1304 Provide references to libthread_db.so.1 file.
1305 (Controlling GDB): New menu item for Auto-loading.
1306 (Auto-loading, Init File in the Current Directory)
1307 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
1308 (Python): Rename the menu item Auto-loading to Python Auto-loading.
1309 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
1310 reference.
1311 (Auto-loading): Rename to ...
1312 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
1313 "set auto-load python-scripts", new anchor for it. Change
1314 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
1315 for it. Change "info auto-load-scripts"
1316 to "info auto-load python-scripts", new anchor for it. Change "scripts"
1317 to "Python scripts".
1318
8264ba82
AG
13192012-04-14 Anton Gorenkov <xgsa@yandex.ru>
1320
1321 PR mi/13393
1322 * gdb.texinfo (Print Settings): Extend the description for "set print
1323 object".
1324 (GDB/MI Variable Objects): Extend the description for -var-create and
1325 -var-list-children.
1326
06fc020f
SCR
13272012-04-11 Siva Chandra Reddy <sivachandra@google.com>
1328
1329 * gdb.texinfo (Examining Data): Document the 'explore' command.
1330
7191c139
JB
13312012-03-28 Joel Brobecker <brobecker@adacore.com>
1332
1333 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
1334 to the children of a varobj and its update range when -var-update
1335 returns that the varobj's type changed.
1336
3708f05e
JK
13372012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1338
1339 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
1340 Create two new links fir 'objfile-gdb.py file'
1341 and 'dotdebug_gdb_scripts section'.
1342
8e0583c8
JK
13432012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1344
1345 * gdb.texinfo (Auto-loading): Rename node reference
1346 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
1347 Twice.
1348 (.debug_gdb_scripts section): Rename the node ...
1349 (dotdebug_gdb_scripts section): ... here.
1350 (Maintenance Commands): Also rename this node reference.
1351
7b282c5a
SCR
13522012-03-22 Siva Chandra Reddy <sivachandra@google.com>
1353
1354 * gdb.texinfo (Python API/Values From Inferior): Add description
1355 about the new method Value.referenced_value. Add description on
1356 how Value.dereference is different (and similar) to
1357 Value.referenced_value.
1358
8320cc4f
JK
13592012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1360
1361 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
1362 --init-eval-command=COMMAND, -iex.
1363 (Startup): Describe -iex and -ix. Simplify the example
1364 for "set auto-load-scripts off".
1365
481860b3
GB
13662012-03-16 Gary Benson <gbenson@redhat.com>
1367
1368 PR breakpoints/10738
1369 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
1370 stating that GDB cannot set breakpoints on inlined functions.
1371 (Mode Options): Document --use-deprecated-index-sections.
1372 (Index Section Format): Document new index section version format.
1373
c4aeac85
TT
13742012-03-15 Tom Tromey <tromey@redhat.com>
1375
1376 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
1377
16899756
DE
13782012-03-13 Doug Evans <dje@google.com>
1379
1380 * gdb.texinfo (Help): Change apropos example to use "alias" instead
1381 of "reload".
1382 (Symbols): Delete docs for set/show symbol-reloading.
1383 * gdbint.texinfo (Defining Other Architecture Features): Delete
1384 SYMBOL_RELOADING_DEFAULT.
1385 * refcard.tex: Delete reference to symbol-reloading.
1386
9b224c5e
PA
13872012-03-07 Pedro Alves <palves@redhat.com>
1388
1389 * gdb.texinfo (General Query Packets): Document new
1390 QProgramSignals packet.
1391 * gdb.texinfo (Remote configuration): Mention
1392 "program-signals-packet".
1393
169081d0
TG
13942012-03-05 Tristan Gingold <gingold@adacore.com>
1395
1396 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
1397
d1feda86
YQ
13982012-03-03 Yao Qi <yao@codesourcery.com>
1399
1400 * gdb.texinfo (In-Process Agent): New node.
1401 Document new commands.
1402 (General Query Packets): Add packet `QAgent'.
1403
1faeff08
MR
14042012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
1405
1406 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
1407
7d74f244
DE
14082012-03-01 Scott J. Goldman <scottjg@vmware.com>
1409
1410 * gdb.texinfo (Commands In Python): Put example python macro in
1411 COMMAND_USER category rather than COMMAND_OBSCURE.
1412 Document gdb.COMMAND_USER.
1413 (User-defined Commands): Update documentation to clarify
1414 "set/show max-user-call-depth" and "show user" don't apply to python
1415 commands. Update documentation to clarify "help user-defined" may
1416 also include python commands defined as COMMAND_USER.
1417
6fe37d23
JK
14182012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1419
1420 * gdb.texinfo (Startup): Add option -ex description to the option -x
1421 description.
1422
83364271
LM
14232012-02-24 Luis Machado <lgustavo@codesourcery.com>
1424
1425 * gdb.texinfo (Setting Breakpoints): Mention and explain the
1426 condition-evaluation breakpoint parameter.
1427 Mention condition-evaluation mode being shown in "info break".
1428 (Break Conditions): Add description for target-side
1429 conditional breakpoints.
1430 (Remote Configuration): Mention conditional-breakpoints-packet.
1431 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
1432 cond-expr.
1433 (General Query Packets): Mention new ConditionalBreakpoint feature.
1434
bdb1994d
TT
14352012-02-22 Tom Tromey <tromey@redhat.com>
1436
1437 * gdb.texinfo (Blocks In Python): Clarify block iteration.
1438
4d241c86
TT
14392012-02-17 Tom Tromey <tromey@redhat.com>
1440
1441 PR python/10753:
1442 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
1443 directory.
1444
816338b5
SS
14452012-02-14 Stan Shebs <stan@codesourcery.com>
1446
1447 * gdb.texinfo (Disabling Breakpoints): Document enable count.
1448
cc30c4bd
PA
14492012-02-13 Pedro Alves <palves@redhat.com>
1450
1451 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
1452 mips-idt-ecoff.
1453
035d1e5b
YQ
14542012-02-09 Yao Qi <yao@codesourcery.com>
1455
1456 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
1457
f0823d2c
TT
14582012-02-07 Tom Tromey <tromey@redhat.com>
1459
1460 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
1461 Symbol.value.
1462
64e7d9dd
TT
14632012-02-07 Tom Tromey <tromey@redhat.com>
1464
1465 * gdb.texinfo (Symbols In Python): Document Symbol.line.
1466
4220b2f8
TS
14672012-01-27 Thomas Schwinge <thomas@codesourcery.com>
1468
1469 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
1470
edcc5120
TT
14712012-01-24 Tom Tromey <tromey@redhat.com>
1472
1473 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
1474 unload".
1475 (Files): Mention new catch commands.
1476 (GDB/MI Async Records): Likewise.
1477
53fe1783
GB
14782012-01-24 Gary Benson <gbenson@redhat.com>
1479
1480 Delete #if 0'd out code.
1481 * gdb.texinfo (Frame Info): Remove "info catch".
1482
b9e7b9c3
UW
14832012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1484
1485 * gdb.texinfo (Remote Configuration): Document
1486 "set remote hostio-readlink-packet" command.
1487 (General Query Packets): Document vFile:readlink packet.
1488
4aac40c8
TT
14892012-01-16 Tom Tromey <tromey@redhat.com>
1490
1491 * gdb.texinfo (Specify Location): Document relative file name
1492 handling.
1493
cafec441
TT
14942012-01-16 Tom Tromey <tromey@redhat.com>
1495
1496 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
1497
0ee339bc
JK
14982012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1499 Eli Zaretskii <eliz@gnu.org>
1500
1501 * gdbint.texinfo (Coding Standards): Require braces for two lines of
1502 code.
1503
72384ba3
PH
15042012-01-11 Paul Hilfinger <hilfingr@adacore.com>
1505
1506 * gdb.texinfo (Variables): Document use of :: for non-static
1507 variables.
1508
ce1b17c4
JB
15092012-01-05 Joel Brobecker <brobecker@adacore.com>
1510
1511 * gdbint.texinfo (Start of New Year Procedure): Update
1512 to replace use of copyright.sh by use of copyright.py.
1513
217bff3e
JK
15142012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1515
1516 Remove the gdbtui binary.
1517 * all-cfg.texi (GDBTUI): Remove.
1518 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
1519 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
1520 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
1521
cc72b2a2
KP
15222011-12-23 Kevin Pouget <kevin.pouget@st.com>
1523
1524 Introduce gdb.FinishBreakpoint in Python.
1525 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
1526 (Python API): Add menu entry for Finish Breakpoints.
1527
13ac8d2c
JK
15282011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1529
1530 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
1531 tests.
1532
e0f9f062
DE
15332011-12-16 Doug Evans <dje@google.com>
1534
1535 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
1536
80b6e756
PM
15372011-12-16 Phil Muldoon <pmuldoon@redhat.com>
1538
1c3ad6ab 1539 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
1540 stack". Add documentation for "set/show python print-stack".
1541
2fb860fc
PA
15422011-12-14 Pedro Alves <pedro@codesourcery.com>
1543
1544 * gdb.texinfo (Implementing a Remote Stub): Explain that you
1545 should transfer control to the stub in the startup code instead of
1546 in main. Mention the need to get past the initial breakpoint.
1547
f8eba3c6
TT
15482011-12-06 Tom Tromey <tromey@redhat.com>
1549
1550 * gdb.texinfo (Set Breaks): Update for new behavior.
1551
2268b414
JK
15522011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1553
1554 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
1555 List Format for SVR4 Targets'.
1556 (General Query Packets): New item qXfer:libraries-svr4:read.
1557 (Library List Format for SVR4 Targets): New node.
1558
ae6f0d5b
TT
15592011-12-01 Tom Tromey <tromey@redhat.com>
1560
1561 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
1562 add.
1563
36dfb11c
TT
15642011-11-22 Tom Tromey <tromey@redhat.com>
1565
1566 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
1567 reasons.
1568
f196051f
SS
15692011-11-20 Stan Shebs <stan@codesourcery.com>
1570
1571 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1572 note-related options and variables.
1573 (Tracepoint Packets): Document packet changes.
1574
f85b53f8
SD
15752011-11-20 Sanjoy Das <sdas@igalia.com>
1576
1577 * gdb.texinfo (JIT Interface): Add documentation on writing and
1578 usind JIT debug info readers.
1579 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
1580 Debug Info Readers): New nodes.
1581
bfccc43c
YQ
15822011-11-18 Yao Qi <yao@codesourcery.com>
1583
1584 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
1585 tracepoint.
1586
c011a4f4
DE
15872011-11-15 Doug Evans <dje@google.com>
1588
1589 * gdb.texinfo (Files): Document basenames-may-differ.
1590
ed59ded5
DE
15912011-11-14 Doug Evans <dje@google.com>
1592
1593 * gdb.texinfo (Shell Commands): Document "!".
1594
405f8e94
SS
15952011-11-14 Stan Shebs <stan@codesourcery.com>
1596 Kwok Cheung Yeung <kcy@codesourcery.com>
1597
1598 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
1599 needed to get shorter fast tracepoints.
1600 (Tracepoint Packets): Document new qTMinFTPILen packet.
1601
1e4d1764
YQ
16022011-11-14 Yao Qi <yao@codesourcery.com>
1603
1604 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
1605 behavior of tracepoint.
1606 (General Query Packets): New feature InstallInTrace.
1607 (Remote Configuration): Document "set remote
1608 install-in-trace-packet".
1609
71eba9c2 16102011-11-12 Matt Rice <ratmice@gmail.com>
1611
1612 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
1613 Add arguments to info macro.
1614
e0f8f636
TT
16152011-11-10 Tom Tromey <tromey@redhat.com>
1616
1617 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
1618 manual.
1619 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
1620 (Macros): Add a footnote.
1621 (C): Remove paragraph about compiler options.
1622 (C Constants): Mention wide character and string constants.
1623 (C Plus Plus Expressions): Update compiler option advice. Mention
1624 using declarations. Mention ADL. Remove old HP compiler
1625 information.
1626
625c0d47
TT
16272011-11-10 Tom Tromey <tromey@redhat.com>
1628
1629 PR c++/9257:
1630 * gdb.texinfo (Print Settings): Add an extra note about the need
1631 for a vtable.
1632
4be2aacc
MR
16332011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
1634
1635 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
1636 "set mips abi" documentation.
1637
0a1c4d10
DE
16382011-11-04 Doug Evans <dje@google.com>
1639
1640 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
1641
aad1c02c
TT
16422011-11-03 Tom Tromey <tromey@redhat.com>
1643
1644 * gdb.texinfo (Stopping): Add menu entry.
1645 (Continuing and Stepping): Restore @node. Use @section, not
1646 @subsection.
1647
983fb131
MR
16482011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
1649
1650 * gdb.texinfo (Skipping Over Functions and Files): Remove node
1651 designation. Fix "Specify Location" cross-reference.
1652
3065dfb6
SS
16532011-11-02 Stan Shebs <stan@codesourcery.com>
1654
1655 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
1656 (General Query Packets): Describe tracenz feature.
1657 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
1658
0aaaf063
PK
16592011-10-28 Paul Koning <paul_koning@dell.com>
1660
1661 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
1662
2231f1fb
KP
16632011-10-27 Kevin Pouget <kevin.pouget@st.com>
1664
1665 * gdb.texinfo ((Frames In Python): Document
1666 gdb.FRAME_UNWIND_FIRST_ERROR contant.
1667
5110b5df
PK
16682011-10-26 Paul Koning <paul_koning@dell.com>
1669
1670 * gdb.texinfo (gdb.types): Document new deepitems function.
1671
22dbab46
PK
16722011-10-25 Paul Koning <paul_koning@dell.com>
1673
1674 PR python/13327
1675
1676 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
1677 fetch_lazy method.
1678
9df2fbc4
PM
16792011-10-20 Phil Muldoon <pmuldoon@redhat.com>
1680
1681 PR python/12656
1682
1683 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
1684 global_block, static_block function.
1685
f05e2e1d
TT
16862011-10-19 Tom Tromey <tromey@redhat.com>
1687
1688 * gdb.texinfo (Commands In Python): Add missing "@"s.
1689
a7fc3f37
KP
16902011-10-13 Kevin Pouget <kevin.pouget@st.com>
1691
1692 PR python/13285 Document named constants for frame unwind stop reasons
1693 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
1694 constants.
1695
5048e516
JK
16962011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1697
1698 Fix compatibility with texinfo versions older than 4.12.
1699 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
1700 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
1701 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
1702 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
1703 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
1704 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
1705 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
1706
5a56e9c5
DE
17072011-10-09 Doug Evans <dje@google.com>
1708
1709 * gdb.texinfo (Extending GDB): Document alias command.
1710
36b11add
JK
17112011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1712
1713 Support @entry in input expressions.
1714 * gdb.texinfo (Variables): Describe @entry names suffix.
1715 (Print Settings): Add anchor for `set print entry-values'.
1716
e18b2753
JK
17172011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1718 Eli Zaretskii <eliz@gnu.org>
1719
1720 Display @entry parameter values (without references).
1721 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
1722 example.
1723 (Print Settings): New description of set print entry-values and show
1724 print entry-values.
1725
111c6489
JK
17262011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1727 Eli Zaretskii <eliz@gnu.org>
1728
1729 Recognize virtual tail call frames.
1730 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
1731 (Tail Call Frames): New node.
1732 (Frames In Python): Add gdb.TAILCALL_FRAME.
1733
9c15afc4
DE
17342011-10-07 Doug Evans <dje@google.com>
1735
1736 * gdb.texinfo (gdb.printing): Document new `replace' arg to
1737 register_pretty_printer.
1738
99f5279d
PM
17392011-10-07 Phil Muldoon <pmuldoon@redhat.com>
1740
1741 PR python/12930
1742 PR python/12802
1743
1744 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
1745 stop method.
1746
03583c20
UW
17472011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
1748
1749 * gdb.texinfo (Starting your Program): "set disable-randomization"
1750 is no longer Linux-specific.
1751 (Remote Configuration): Document "set remote
1752 disable-randomization-packet".
1753 (General Query Packets): Document "QDisableRandomization" packet
1754 and add it to "qSupported" list.
1755
bd054e06
KP
17562011-10-07 Kevin Pouget <kevin.pouget@st.com>
1757
1758 Allow Python notification of new object-file loadings.
1759 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
1760 event type.
1761
cb6be26b
KP
17622011-10-04 Kevin Pouget <kevin.pouget@st.com>
1763
1764 PR python/12691: Add the inferior to Python exited event
1765 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
1766
a05336a1
JB
17672011-10-03 Joel Brobecker <brobecker@adacore.com>
1768
1769 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
1770 rephasing.
1771
5d77fe44
JB
17722011-10-03 Joel Brobecker <brobecker@adacore.com>
1773
1774 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
1775 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
1776 as possible feature returned by the `-list-features'
1777 command.
1778
699df94d
PK
17792011-09-28 Paul Koning <paul_koning@dell.com>
1780
1781 * gdb.texinfo (gdb.Type): Document field access by dictionary
1782 key syntax.
1783
24bdad53
YQ
17842011-09-28 Yao Qi <yao@codesourcery.com>
1785
1786 * gdb.texinfo (Files): Update options for `add-symbol-file'.
1787 Add one space after option `-s'. Remove @r{} markup.
1788
6710bf39
SS
17892011-09-27 Stan Shebs <stan@codesourcery.com>
1790
1791 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
1792
d99f7e48
HZ
17932011-09-16 Hui Zhu <teawater@gmail.com>
1794
1795 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
1796 to *(unsigned char *)$esp@300.
1797
d812018b
PK
17982011-09-15 Paul Koning <paul_koning@dell.com>
1799
1800 * gdb.texinfo: Make style of Python functions and methods match
1801 the syntax of Python. Also put class and module names explicitly
1802 on function, member, and variable names, matching Python
1803 documentation conventions.
1804
2aa48337
KP
18052011-09-15 Kevin Pouget <kevin.pouget@st.com>
1806
1807 PR Python/12692 Add gdb.selected_inferior() to Python interface.
1808 * gdb.texinfo (Inferiors In Python): Describe new
1809 gdb.selected_inferior() function.
1810
6839b47f
KP
18112011-09-15 Kevin Pouget <kevin.pouget@st.com>
1812
1813 Handle multiple breakpoint hits in Python interface:
1814 * gdb.texinfo (Events In Python): New function documentation:
1815 gdb.BreakpointEvent.breakpoints. Indicate that
1816 gdb.BreakpointEvent.breakpoint is now deprecated.
1817
26829f2b
JB
18182011-09-04 Joel Brobecker <brobecker@adacore.com>
1819
1820 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
1821
a9f54f60
TT
18222011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
1823
1824 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
1825
fa3a4f15
PM
18262011-08-17 Phil Muldoon <pmuldoon@redhat.com>
1827
1828 * gdb.texinfo (Prompt): Add set/show extended-prompt
1829 documentation
1830 (Basic Python): Add prompt_hook anchor.
1831 (Python modules): Reword module text to reflect multiple modules.
1832 (gdb.prompt): Document gdb.prompt module.
1833
224bbe49
YQ
18342011-08-14 Yao Qi <yao@codesourcery.com>
1835
78d85199
YQ
1836 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
1837
18382011-08-14 Yao Qi <yao@codesourcery.com>
1839
1840 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
1841 (TIC6x Features): New node.
1842
457e09f0
DE
18432011-08-12 Doug Evans <dje@google.com>
1844
1845 * gdb.texinfo (Symbols In Python): Document symbol.type.
1846
5e239b84
PM
18472011-08-09 Phil Muldoon <pmuldoon@redhat.com>
1848
1849 * gdb.texinfo (Python): Document command and function
1850 auto-loading.
1851
177bc839
JK
18522011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1853 Eli Zaretskii <eliz@gnu.org>
1854
1855 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
1856 typedefs unrolling. Extend the sample code by an inner typedef and
1857 outer typedefs unrolling.
1858
1a532630
PP
18592011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
1860
1861 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
1862 size and line-size.
1863
9b158ba0 18642011-07-21 Matt Rice <ratmice@gmail.com>
1865
1866 PR macros/12999
1867 * gdb.texinfo (Macros): Add info definitions and info macros commands.
1868 Update text and cindex entries for info macro command.
1869
d17b6f81
PM
18702011-07-21 Phil Muldoon <pmuldoon@redhat.com>
1871
1872 * observer.texi (GDB Observers): Add before_prompt observer.
1873 * gdb.texinfo (Basic Python): Add documentation for prompt
1874 substitution.
1875
713389e0
PM
18762011-07-11 Phil Muldoon <pmuldoon@redhat.com>
1877
1878 PR python/12438
1879 * gdb.texinfo (Python Commands): Add deprecate note to maint
1880 set/show python print-stack. Document set/show python
1881 print-backtrace.
1882
177b42fe
TJB
18832011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
1884
1885 * gdb.texinfo: Fix typos.
1886
900e11f9
JK
18872011-07-01 Tom Tromey <tromey@redhat.com>
1888
1889 * gdb.texinfo (Debugging Output): Document set debug
1890 check-physname.
1891
39c4d40a
TT
18922011-06-29 Tom Tromey <tromey@redhat.com>
1893
1894 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1895 breakpoint-notifications feature.
1896
6f5def7d
UW
18972011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
1898
1899 * gdb.texinfo (Target Description): Remove warning about
1900 possibly unstable format.
1901
8cf64490
TT
19022011-06-03 Tom Tromey <tromey@redhat.com>
1903
1904 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
1905 (Events In Python): Note that exit_code is optional.
1906
393eab54
PA
19072011-05-17 Pedro Alves <pedro@codesourcery.com>
1908
1909 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
1910 required for multi-threading support.
1911 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
1912 Hc are deprecated for multi-threading debugging. Point readers at
1913 the vCont packet.
1914
75fc9810
DE
19152011-05-15 Doug Evans <dje@google.com>
1916
1917 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
1918
01124a23
DE
19192011-05-13 Doug Evans <dje@google.com>
1920
98a5dd13
DE
1921 * gdb.texinfo (Threads): Document $sdir,$pdir.
1922 (Server): Document $pdir exception.
1923
dbaefcf7
DE
1924 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
1925
cc63ef9b
DE
1926 * gdb.texinfo (Threads): Clarify default value for
1927 libthread-db-search-path.
7e0396aa 1928
01124a23
DE
1929 * gdb.texinfo (Completion): Update example.
1930 (Debugging Output): Delete `set/show debug lin-lwp-async'.
1931
d248b706
KY
19322011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
1933
1934 * gdb.texinfo: Document change in the behaviour of the enable and
1935 disable GDB commands when applied to tracepoints.
1936 Document the EnableDisableTracepoints remote stub feature.
1937 Document QTEnable and QTDisable in the list of tracepoint packets.
1938
cc88a640
JK
19392011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1940
1941 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
1942 hsuser.texi.
1943 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
1944 comment to hsuser.texi. Change rluser.texi name in the comment.
1945
84e578fb
DE
19462011-05-10 Doug Evans <dje@google.com>
1947
1948 * gdb.texinfo (Threads): If an empty path is provided for
1949 libthread-db-search-path it is reset to its default value.
1950 (Server): Ditto.
1951
478aac75
DE
19522011-05-09 Doug Evans <dje@google.com>
1953
1954 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
1955
9c06b0b4
TJB
19562011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1957 Thiago Jung Bauermann <bauerman@br.ibm.com>
1958
1959 Implement support for PowerPC BookE masked watchpoints.
1960 * gdb.texinfo (Set Watchpoints): Document mask parameter.
1961 (PowerPC Embedded): Mention support of masked watchpoints.
1962
9ed350ad
JB
19632011-05-03 Joel Brobecker <brobecker@adacore.com>
1964
1965 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
1966 `@value{GDBN}'.
1967
4ceed123
JB
19682011-05-03 Joel Brobecker <brobecker@adacore.com>
1969
1970 * gdb.texinfo (titlepage): Remove dedication.
1971 (In Memoriam): New appendix.
1972
559a7a62
JK
19732011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1974 Eli Zaretskii <eliz@gnu.org>
1975
1976 * gdb.texinfo (Index Section Format): Change the version to 5.
1977 Describe the different formula.
1978
03f2bd59
JK
19792011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1980 Eli Zaretskii <eliz@gnu.org>
1981
1982 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
1983 for disconnected tracing.
1984 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
1985 extended-remote relationship. Mention --once.
1986 (TCP port allocation lifecycle of @code{gdbserver}): New.
1987
d9b1a651
EZ
19882011-04-23 Eli Zaretskii <eliz@gnu.org>
1989
1990 * gdb.texinfo (Server): Improve indexing. Index all optional
1991 switches to gdbserver.
1992
90476074
TT
19932011-04-20 Tom Tromey <tromey@redhat.com>
1994
1995 * gdb.texinfo (Index Section Format): New node.
1996 (Top): Add new node to menu.
1997
c21236dc
PA
19982011-04-20 Pedro Alves <pedro@codesourcery.com>
1999
2000 * gdb.texinfo (Maintenance Commands): Document `maint print
2001 remote-registers'.
2002
05c8c3f5
TT
20032011-04-20 Tom Tromey <tromey@redhat.com>
2004
2005 * gdb.texinfo (Trace File Format): Move node later.
2006
7a9dd1b2
TT
20072011-04-19 Tom Tromey <tromey@redhat.com>
2008
2009 * gdbint.texinfo (Register Information Functions): Remove
2010 duplicate "the".
2011 * gdb.texinfo (Emacs): Remove duplicate "to".
2012 (GDB/MI Variable Objects): Remove duplicate "the".
2013 (General Query Packets): Likewise.
2014
4368ebeb
JB
20152011-04-02 Joel Brobecker <brobecker@adacore.com>
2016
2017 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
2018 "GDB/MI Ada Exception Information" node.
2019
956a9fb9
JB
20202011-04-01 Joel Brobecker <brobecker@adacore.com>
2021
2022 * gdb.texinfo (GDB/MI Ada Exception Information): Document
2023 the "exception-name" field in the *stopped async record.
2024
f1310107
TJB
20252011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
2026 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2027
2028 Implement support for PowerPC BookE ranged breakpoints.
2029 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
2030
8786b2bd
TT
20312011-03-28 Tom Tromey <tromey@redhat.com>
2032
2033 * gdb.texinfo (Set Tracepoints): Fix typo.
2034
9ef07c8c
TT
20352011-03-24 Tom Tromey <tromey@redhat.com>
2036
2037 * gdb.texinfo (Specify Location): Document `function:label'
2038 linespec.
2039
99c3dc11
PM
20402011-03-18 Phil Muldoon <pmuldoon@redhat.com>
2041
f1310107 2042 PR python/12149
99c3dc11
PM
2043
2044 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
2045
29703da4
PM
20462011-03-17 Phil Muldoon <pmuldoon@redhat.com>
2047
2048 * gdb.texinfo (Blocks In Python): Add is_valid method description.
2049 (Inferiors In Python): Likewise.
2050 (Threads In Python): Likewise.
2051 (Symbols In Python): Likewise.
2052 (Objfiles In Python): Likewise.
2053 (Symbol Tables In Python): Likewise.
2054
c9174737
PA
20552011-03-15 Pedro Alves <pedro@codesourcery.com>
2056
2057 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
2058 display>: Explain that the commands accept number ranges.
2059
7371cf6d
PM
20602011-03-14 Phil Muldoon <pmuldoon@redhat.com>
2061
2062 * gdb.texinfo (Breakpoints In Python): Add description and example
2063 of Python stop function operation.
2064
ecec24e6
PM
20652011-03-10 Phil Muldoon <pmuldoon@redhat.com>
2066
2067 * gdb.texinfo (Parameters In Python): Document get_set_string and
2068 get_show_string methods.
2069
6dcd5565
JK
20702011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2071
2072 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
2073
81896e36
JK
2074 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
2075 circular-trace-buffer name.
2076
5e30da2c
JB
20772011-02-28 Joel Brobecker <brobecker@adacore.com>
2078
2079 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
2080 in the previous change.
2081
3bd0f5ef 20822011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
2083
2084 * gdb.texinfo (Inferiors and Programs): Update commands to show
2085 that they can accept multiple arguments.
2086
4ec7539c
JB
20872011-02-24 Joel Brobecker <brobecker@adacore.com>
2088
2089 Revert the following patch (code patch was not approved):
2090 2011-02-21 Hui Zhu <teawater@gmail.com>
2091 * agentexpr.texi (bytecode descriptions): add printf.
2092 * gdb.texinfo (tracepoint action lists): add printf.
2093
82809774
DE
20942011-02-23 Doug Evans <dje@google.com>
2095
2096 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
2097
e5a67952
MS
20982011-02-23 Michael Snyder <msnyder@vmware.com>
2099
2100 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
2101 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
2102 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
2103
6e6fbe60
DE
21042011-02-22 Doug Evans <dje@google.com>
2105
2106 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
2107 Clarify behaviour of lookup_symbol when `block' argument is omitted,
2108 add description of result, fix @defun formatting.
2109
f994e27a
HZ
21102011-02-21 Hui Zhu <teawater@gmail.com>
2111
2112 * agentexpr.texi (Bytecode Descriptions): Add printf.
2113 * gdb.texinfo (Tracepoint Action Lists): Add printf.
2114
c7f96d2b
TT
21152011-02-18 Tom Tromey <tromey@redhat.com>
2116
2117 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
2118
60f98dde
MS
21192011-02-14 Michael Snyder <msnyder@vmware.com>
2120
2121 * gdb.texinfo (threads): Document argument for "info threads" cmd.
2122 Document new command "thread find".
2123
08e796bc
MS
21242011-02-14 Michael Snyder <msnyder@vmware.com>
2125
2126 * gdb.texinfo (Threads): Update example of new thread message.
2127
b3b9301e
PA
21282011-02-14 Pedro Alves <pedro@codesourcery.com>
2129
2130 * gdb.texinfo (Remote Configuration): Mention set/show remote
2131 traceframe-info.
2132 (Tools/Packages Optional for Building GDB): Mention that expat is
2133 used for traceframe info.
2134 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
2135 (General Query Packets) <qSupported>: Describe the
2136 qXfer:traceframe-info:read feature.
2137 (qXfer::read): Describe qXfer:traceframe-info:read.
2138 (Traceframe Info Format): New section.
2139
cef35b0f
PA
21402011-02-04 Pedro Alves <pedro@codesourcery.com>
2141
2142 * gdbint.texinfo (Formatting): Mention some formatting guidelines
2143 for casts and unary operators.
2144
f1cbe1d3
TT
21452011-02-04 Tom Tromey <tromey@redhat.com>
2146
2147 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
2148 is not useful.
2149
585fdaa1
PA
21502011-01-25 Pedro Alves <pedro@codesourcery.com>
2151
2152 * gdb.texinfo: s/value optimized out/optimized out/g
2153
7bfc9434
JB
21542011-01-21 Joel Brobecker <brobecker@adacore.com>
2155
2156 * gdb.texinfo (Other Misc Settings): Rework part of the
2157 documentation of the "set interactive mode" command.
2158
4694da01
TT
21592011-01-19 Tom Tromey <tromey@redhat.com>
2160
2161 * gdb.texinfo (Threads): Document thread name output and `thread
2162 name' command.
2163 (Threads In Python): Document Thread.name attribute.
2164 (GDB/MI Thread Commands): Document thread attributes.
2165
b716877b
AB
21662011-01-12 Andrew Burgess <aburgess@broadcom.com>
2167
2168 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
2169 changes in mi/mi-cmd-disas.c
2170
13fd8b81
TT
21712011-01-12 Tom Tromey <tromey@redhat.com>
2172
2173 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
2174 Fix "thread apply" text.
2175
e09342b5
TJB
21762011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2177 Thiago Jung Bauermann <bauerman@br.ibm.com>
2178
2179 Implement support for PowerPC BookE ranged watchpoints.
2180 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
2181 the "set powerpc exact-watchpoints" flag.
2182
06e65f44
TT
21832011-01-07 Tom Tromey <tromey@redhat.com>
2184
2185 * gdb.texinfo (Python API): Add descriptions to @menu items.
2186
d8e22779
TT
21872011-01-06 Tom Tromey <tromey@redhat.com>
2188
2189 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
2190
a255712f
PP
21912010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2192
e09342b5 2193 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 2194
ccfc3d6e
TT
21952011-01-06 Tom Tromey <tromey@redhat.com>
2196
2197 PR python/12133:
2198 * gdb.texinfo (Frames In Python): Document various frame
2199 constants.
2200
44944448
JB
22012011-01-05 Joel Brobecker <brobecker@adacore.com>
2202
2203 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
2204 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
2205 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
2206
42ea3d7a
JK
22072011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2208
2209 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
2210 (clean): Add GDBvn.texi.
2211
720d1a40
JB
22122010-12-29 Joel Brobecker <brobecker@adacore.com>
2213
2214 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
2215 occasional case where the debugger prints an array address
2216 instead of the array itself.
2217
ad196637
PA
22182010-12-23 Pedro Alves <pedro@codesourcery.com>
2219
2220 * gdb.texinfo (Packets) <read registers packet>: Document support
2221 for registers that were not collected.
2222
a86caf66
DE
22232010-12-15 Doug Evans <dje@google.com>
2224
2225 * gdb.texinfo (Startup): Document auto-loading of scripts during
2226 startup.
2227 (Auto-loading): Delete "maint set python auto-load on|off".
2228 Add "set auto-load-scripts on|off".
2229
aae1c79a
DE
22302010-12-07 Doug Evans <dje@google.com>
2231
2232 * gdb.texinfo (Mode Options): Document -data-directory.
2233 (Data Files): Add reference to -data-directory.
2234
4e04c971
DE
22352010-11-29 Doug Evans <dje@google.com>
2236
2237 * gdb.texinfo (Pretty-Printer Introduction): Change
2238 printer-name:subprinter-name to printer-name;subprinter-name.
2239
94b6973e
PM
22402010-11-29 Phil Muldoon <pmuldoon@redhat.com>
2241
2242 PR python/12199
2243
2244 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
2245
39037522
TT
22462010-11-23 Tom Tromey <tromey@redhat.com>
2247
2248 * gdb.texinfo (Top): Check SYSTEM_READLINE.
2249 (Editing): Likewise.
2250 (Command History): Likewise.
2251 (TUI Keys): Likewise.
2252 (Bug Reporting): Conditionally include rluser.texi and
2253 inc-history.texinfo.
2254 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
2255 (GDB_DOC_SOURCE_INCLUDES): Add comment.
2256 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
2257 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
2258 (gdb.pdf): Likewise.
2259 (gdb.info): Likewise.
2260 (gdb/index.html): Likewise.
2261
5ae98d25
TT
22622010-11-23 Tom Tromey <tromey@redhat.com>
2263
2264 * Makefile.in (Makefile): Run ../config.status.
2265 (distclean): Update.
2266 * configure: Remove.
2267 * configure.ac: Remove.
2268
621c8364
TT
22692010-11-12 Tom Tromey <tromey@redhat.com>
2270
2271 * gdb.texinfo (Basic Python): Update. Add xref.
2272 (Exception Handling): Document new exception classes.
2273 (Types In Python): Update.
2274 (Frames In Python): Update.
2275
84f4c1fe
PM
22762010-11-11 Phil Muldoon <pmuldoon@redhat.com>
2277
2278 * gdb.texinfo (Breakpoints In Python): Document "internal"
2279 parameter, and visible attribute.
2280
99e7ae30
DE
22812010-11-05 Doug Evans <dje@google.com>
2282
2283 * gdb.texinfo (Source Path): Document "set directories".
2284
f4b8a18d
KW
22852010-11-05 Ken Werner <ken.werner@de.ibm.com>
2286
2287 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
2288 (OpenCL C): New node.
2289
7b51bc51
DE
22902010-11-02 Doug Evans <dje@google.com>
2291
2292 * gdb.texinfo (Pretty Printing): Expand into three sections,
2293 introduction, example, and commands.
2294 (Python API): Delete section Disabling Pretty-Printers, merge into
2295 Selecting Pretty-Printers.
2296 (Writing a Pretty-Printer): New section. Move the pretty-printer
2297 example here, and reformat to match python coding style. Add a second
2298 example using the gdb.printing module.
2299 (Python modules): Add gdb.printing.
2300
9eeee977
DE
23012010-10-29 Doug Evans <dje@google.com>
2302
2303 * gdb.texinfo (Python): Fix long line.
2304
a0e0ffdf
DE
23052010-10-20 Doug Evans <dje@google.com>
2306
2307 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
2308 All references updated. Correct sections marked as subsections.
2309 (Coding Standards): New chapter. Move the coding standard related
2310 subsections here. Add section on Python coding standards.
2311
0e3509db
DE
23122010-10-13 Doug Evans <dje@google.com>
2313
2314 * gdb.texinfo (Python): Add "Python modules".
2315 (Types in Python): Add reference to gdb.types section.
2316 (Python modules): New node.
2317
44592cc4
DE
23182010-10-11 Doug Evans <dje@google.com>
2319
2320 * gdb.texinfo (Values From Inferior): Add reference to "Types in
2321 Python" from gdb.Value.type description.
2322
6e1bb179
JB
23232010-09-28 Joel Brobecker <brobecker@adacore.com>
2324
2325 * gdb.texinfo (Ravenscar Profile): New node.
2326
e8467610
TT
23272010-09-22 Tom Tromey <tromey@redhat.com>
2328
2329 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
2330
fccd1d1e
EZ
23312010-09-22 Eli Zaretskii <eliz@gnu.org>
2332
2333 * gdb.texinfo (Values From Inferior): Clarify that
2334 value.dynamic_type works only in C++ programs with RTTI.
2335
c1b6b909
TT
23362010-09-15 Paul Bolle <pebolle@tiscali.nl>
2337
2338 * gdb.texinfo (Character Sets): Correctly reference host-charset
2339 in example.
2340
7d288aaa
TT
23412010-09-13 Tom Tromey <tromey@redhat.com>
2342
2343 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
2344 Document "fullname" and "from".
2345
f75d858b
MK
23462010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
2347
2348 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
2349 feature `reverse' output by -list-target-features.
2350
83b9503b
L
23512010-08-31 H.J. Lu <hongjiu.lu@intel.com>
2352
2353 * gdb.texinfo (i386 Features): Remove an extra "@item".
2354
03f17ccf
TT
23552010-08-30 Tom Tromey <tromey@redhat.com>
2356
2357 PR python/11792:
2358 * gdb.texinfo (Values From Inferior): Document dynamic_type.
2359
9779414d
DJ
23602010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
2361
2362 * gdb.texinfo (ARM Features): Document
2363 org.gnu.gdb.arm.m-profile.
2364
f9ffd4bb
TT
23652010-08-23 Tom Tromey <tromey@redhat.com>
2366
2367 PR python/11145:
2368 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
2369 reinterpret_cast methods.
2370
702c2711
TT
23712010-08-23 Tom Tromey <tromey@redhat.com>
2372
2373 PR python/11915:
2374 * gdb.texinfo (Types In Python): Document array method.
2375
66b73624
TJB
23762010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
2377
2378 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
2379
06a64a0b
TT
23802010-08-16 Tom Tromey <tromey@redhat.com>
2381
2382 * gdb.texinfo (Set Watchpoints): Document -location option.
2383
a3a7127e
DE
23842010-08-13 Doug Evans <dje@google.com>
2385
2386 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
2387
8dedea02
VP
23882010-08-13 Vladimir Prus <vladimir@codesourcery.com>
2389
2390 * gdb.texinfo (GDB/MI Data Manipulation): Document
2391 -data-read-memory-raw and -data-write-memory-raw.
2392
ca5c20b6 23932010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 2394 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
2395
2396 * gdb.texinfo (Basic Python): Describe post_event API.
2397
cb2e07a6
PM
23982010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2399
2400 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 2401 decode_line Python APIs
cb2e07a6 2402
464b3efb
TT
24032010-08-10 Tom Tromey <tromey@redhat.com>
2404
2405 * gdb.texinfo (Pretty Printing API): Document
2406 gdb.default_visualizer.
2407
c29c521f
TT
24082010-08-10 Tom Tromey <tromey@redhat.com>
2409
2410 Revert gdb-add-index addition:
2411 * gdb.texinfo (Index Files): Don't document gdb-add-index.
2412
5da1313b
JK
24132010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2414 Eli Zaretskii <eliz@gnu.org>
2415
2416 * gdb.texinfo (Mode Options) <-batch>
2417 (Basic Python) <gdb.execute>: Describe setting width and height.
2418
02d868e8
PP
24192010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
2420
2421 * gdb.texinfo (Threads): Document 'debug libthread-db'.
2422
c2bbed2a
TT
24232010-07-30 Tom Tromey <tromey@redhat.com>
2424
2425 * gdb.texinfo (Index Files): Mention gdb-add-index.
2426
6c13bbe1
HZ
24272010-07-30 Hui Zhu <teawater@gmail.com>
2428
2429 * gdb.texinfo (Inferiors and Programs): Update the introduce of
2430 "detach inferior" and "kill inferior".
2431
53a71c06
CR
24322010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
2433
2434 * gdb.texinfo (Machine Code): Update description of two forms of
2435 arguments, and add new example to demonstrate the new form.
2436
5374244e
PM
24372010-07-27 Phil Muldoon <pmuldoon@redhat.com>
2438
2439 * gdb.texinfo (Values From Inferior): Add value inferior function
2440 call description.
2441
8ea5bce5
JK
24422010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2443
2444 * gdb.texinfo (Active Targets): Fix wrong comma placement.
2445
c0edd9ed
JK
24462010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2447 Eli Zaretskii <eliz@gnu.org>
2448
2449 Make core files the process_stratum.
2450 * gdb.texinfo (Active Targets): Remove core_stratum. Include
2451 record_stratum example.
2452
9291a0cd
TT
24532010-07-13 Tom Tromey <tromey@redhat.com>
2454
2455 * gdb.texinfo (Index Files): New node.
2456
f5011d11
TT
24572010-07-13 Tom Tromey <tromey@redhat.com>
2458
2459 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
2460
0f5238ed
TT
24612010-07-13 Tom Tromey <tromey@redhat.com>
2462
2463 * gdb.texinfo (Specify Location): Document labels.
2464
74c761c1
PA
24652010-07-01 Pedro Alves <pedro@codesourcery.com>
2466
2467 * gdb.texinfo (Create and Delete Tracepoints): Add more index
2468 entries for fast tracepoints and static tracepoints.
2469
501994c0
PA
24702010-07-01 Pedro Alves <pedro@codesourcery.com>
2471
2472 * gdb.texinfo (General Query Packets) <qfThreadInfo,
2473 qsThreadInfo>: Spell out `l' as ell.
2474
0fb4aa4b
PA
24752010-07-01 Pedro Alves <pedro@codesourcery.com>
2476
2477 * gdb.texinfo (Convenience Variables): Document $_sdata.
2478 (Commands to Set Tracepoints): Describe static tracepoints. Add
2479 `Listing Static Tracepoint Markers' menu entry. Document
2480 "strace".
2481 (Tracepoint Action Lists): Document collecting $_sdata.
2482 (Listing Static Tracepoint Markers): New subsection.
2483 (Tracepoints support in gdbserver): Mention static tracepoints.
2484 (remote packets, enabling and disabling): Mention
2485 read-sdata-object.
2486 (General Query Packets) <qSupported>: Document qXfer:sdata:read
2487 and StaticTracepoint.
2488 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
2489 Document qXfer:sdata:read.
2490 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
2491
dc3b15be
JB
24922010-06-29 Joel Brobecker <brobecker@adacore.com>
2493
2494 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
2495
595939de
PM
24962010-06-28 Phil Muldoon <pmuldoon@redhat.com>
2497 Tom Tromey <tromey@redhat.com>
2498 Thiago Jung Bauermann <bauerman@br.ibm.com>
2499
2500 * gdb.texinfo (Inferiors In Python): New node.
2501 * gdb.texinfo (Threads In Python): New node.
2502
9279c692
JB
25032010-06-28 Joel Brobecker <brobecker@adacore.com>
2504
2505 * gdb.texinfo (Python): Document what the python directory is
2506 and what its location is.
2507 (Basic Python): Document the gdb.PYTHONDIR constant.
2508
bc9f0842
TT
25092010-06-25 Tom Tromey <tromey@redhat.com>
2510
2511 PR python/10808:
2512 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
2513
f1421989
HZ
25142010-06-24 Hui Zhu <teawater@gmail.com>
2515
2516 * gdb.texinfo: (Commands for Controlled Output): Add
2517 documentation for command "eval".
2518
e4c0cfae
SS
25192010-06-21 Stan Shebs <stan@codesourcery.com>
2520
2521 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
2522 * annotate.texinfo: Ditto.
2523 * gdbint.texinfo: Ditto.
2524 * stabs.texinfo: Ditto.
2525
bb08c432
HZ
25262010-06-22 Hui Zhu <teawater@gmail.com>
2527
2528 * gdb.texinfo: (Process Record and Replay): Add documentation
2529 for command "set record memory-query".
2530
4f5d9f07
SS
25312010-06-21 Stan Shebs <stan@codesourcery.com>
2532
2533 * gdb.texinfo: Relicense under GFDL version 1.3.
2534 * annotate.texinfo: Relicense under GFDL version 1.3.
2535 * gdbint.texinfo: Relicense under GFDL version 1.3.
2536 * stabs.texinfo: Relicense under GFDL version 1.3.
2537 * fdl.texi: Update to version 1.3.
2538
6aed2dbc
SS
25392010-06-18 Stan Shebs <stan@codesourcery.com>
2540
a61408f8
SS
2541 * gdb.texinfo (Operating System Auxiliary Information): Describe
2542 "info os" when no arguments given.
2543
6aed2dbc
SS
2544 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
2545 $_thread.
2546
24e933df
HZ
25472010-06-18 Hui Zhu <teawater@gmail.com>
2548
2549 * gdb.texinfo: (Process Record and Replay): Add documentation
2550 for commands "record save" and "record restore".
2551
65d79d4b
SDJ
25522010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2553
2554 * gdb.texinfo: Include information about the correct use
2555 of addresses in the `watch' command.
2556
d914c394
SS
25572010-06-11 Stan Shebs <stan@codesourcery.com>
2558
2559 * gdb.texinfo (Observer Mode): New section.
2560 (General Query Packets): Document QAllow.
889bf7c5 2561
967cf477
DE
25622010-06-04 Doug Evans <dje@google.com>
2563
2564 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
2565
aaf4119b
DE
25662010-06-03 Doug Evans <dje@google.com>
2567
2568 * gdbint.texinfo (Coding): Add subsection on command names.
2569
9eae7c52
TT
25702010-06-02 Tom Tromey <tromey@redhat.com>
2571
2572 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
2573 always-disassemble.
2574
fa593d66
PA
25752010-06-01 Pedro Alves <pedro@codesourcery.com>
2576
2577 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
2578 gdbserver, and add cross reference.
2579 (Tracepoints support in gdbserver): New subsection.
2580
dde08ee1
PA
25812010-05-26 Pedro Alves <pedro@codesourcery.com>
2582
2583 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
2584 `qRelocInsn' feature.
2585 (Relocate instruction reply packet): New subsection
2586 of `Tracepoint Packets'.
2587 (Tracepoint Packets): Mention that packets QTDP and QTStart
2588 support the qRelocInsn request, and add cross reference to new
2589 subsection.
2590
07ca107c
DE
25912010-05-25 Doug Evans <dje@google.com>
2592
2593 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
2594 (Commands In Python): Document gdb.string_to_argv.
2595
c25c4a8b
JK
25962010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2597
2598 * gdbint.texinfo (Host Definition): Remove items NORETURN and
2599 ATTR_NORETURN.
2600
d7b32ed3 26012010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
2602 Tom Tromey <tromey@redhat.com>
2603 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 2604
c25c4a8b 2605 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 2606
6aecb9c2
JB
26072010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
2608
2609 * gdb.texinfo: (Summary) Add mention about D language support.
2610 (Filenames): Add D suffixes.
2611 (D): New node.
2612
b7da9e9f
PM
26132010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
2614
2615 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
2616 of macro deleted from GDB code.
2617
ab38a727
PA
26182010-04-24 Pedro Alves <pedro@codesourcery.com>
2619
2620 * gdb.texinfo (Commands to specify files): Describe what how GDB
2621 looks up DOS-based filesystem paths on the system root. Document
2622 the new `set/show target-file-system-kind' commands.
2623
66d09542
DE
26242010-04-23 Doug Evans <dje@google.com>
2625
2626 * gdb.texinfo (Python): Move Auto-loading section here ...
2627 (Python API): from here.
2628 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
2629 (Maintenance Commands): Add docs for "maint print section-scripts".
2630
8bd10a10
CM
26312010-04-20 Chris Moller <cmoller@redhat.com>
2632
2633 * gdb.texinfo (Setting Breakpoints): Added description of
2634 filename-qualified rbreak.
2635 * refcard.tex (Breakpoints and Watchpoints): Added brief
2636 description of filename-qualified rbreak.
2637
4c374409
JK
26382010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2639
2640 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
2641 (Python API): Change the reference to Pretty Printing API.
2642 (Pretty Printing): Move the user part under the Data node. Reformat
2643 the sample output to 72 columns. Create a new reference to Pretty
2644 Printing API. Rename the API part ...
2645 (Pretty Printing API): To a new node name.
2646 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
2647 (GDB/MI Variable Objects): Change references to Pretty Printing API.
2648
5a9351ae
SS
26492010-04-21 Stan Shebs <stan@codesourcery.com>
2650
2651 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 2652 and commands.
5a9351ae 2653 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 2654
9a22f0d0
PM
26552010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
2656
2657 * gdb.texinfo (Examining memory): Update for change in string
2658 display with explicit size.
2659
6149aea9
PA
26602010-04-19 Pedro Alves <pedro@codesourcery.com>
2661
2662 PR breakpoints/8554.
2663
2664 * gdb.texinfo (Save Breakpoints): New node.
2665 (save-tracepoints): Rename to ...
2666 (save tracepoints): ... this. Mention that `save-tracepoints' is
2667 a deprecated alias to `save tracepoints'.
2668
711e434b
PM
26692010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
2670
645797a8 2671 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
2672 (info w32 thread-information-block): Document new command.
2673 (qGetTIBAddress): Document new gdbserver query.
2674 (maint set/show show-all-tib): Document new command.
2675
3f7b2faa
DE
26762010-04-15 Doug Evans <dje@google.com>
2677
fa33c3cd
DE
2678 * gdb.texinfo (Python API): Add progspaces section.
2679 (Selecting Pretty-Printers): Progspace pretty-printers are
2680 searched too.
2681 (Progspaces In Python): New section.
2682
3f7b2faa
DE
2683 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
2684
79f283fe
PM
26852010-04-14 Phil Muldoon <pmuldoon@redhat.com>
2686
2687 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
2688 returns None.
2689
87290684
SS
26902010-04-09 Stan Shebs <stan@codesourcery.com>
2691
2692 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2693 Describe the `frames-created' field, tweak grammar.
2694
a97153c7
PA
26952010-04-09 Pedro Alves <pedro@codesourcery.com>
2696
2697 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2698 Describe the `circular' and `disconnected' fields.
2699
5c5dcc1b
L
27002010-04-09 H.J. Lu <hongjiu.lu@intel.com>
2701
2702 * gdb.texinfo (maint print registers): Mention unavailable and
2703 invisible registers.
2704
adc36818
PM
27052010-04-09 Phil Muldoon <pmuldoon@redhat.com>
2706 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 2707 Tom Tromey <tromey@redhat.com>
adc36818
PM
2708
2709 * gdb.texinfo (Breakpoints In Python): New Node.
2710
33da3f1c
SS
27112010-04-08 Stan Shebs <stan@codesourcery.com>
2712
2713 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
2714 trace status fields.
2715
3a13a53b
L
27162010-04-08 H.J. Lu <hongjiu.lu@intel.com>
2717
2718 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
2719 optional. Make org.gnu.gdb.i386.avx requires
2720 org.gnu.gdb.i386.avx.
2721
08001717
DE
27222010-04-08 Doug Evans <dje@google.com>
2723
2724 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
2725 search path, and document that gdb only scans the search path if
2726 the script's path doesn't specify a directory.
2727
c375651d
DE
27282010-04-05 Doug Evans <dje@google.com>
2729
2730 * gdb.texinfo (maint show python auto-load): Fix typo.
2731
af54718e
SS
27322010-04-04 Stan Shebs <stan@codesourcery.com>
2733
d77f58be
SS
2734 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
2735 (Setting Watchpoints): Update description of "info watch".
2736 (Disabling Breakpoints): Only "info break" lists all.
2737
af54718e
SS
2738 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
2739 (tdump): Explain how tdump works.
2740
86b17b60
PA
27412010-04-01 Pedro Alves <pedro@codesourcery.com>
2742
2743 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
2744 add cross reference.
2745
ff12863f
PA
27462010-03-31 Pedro Alves <pedro@codesourcery.com>
2747
2748 * gdb.texinfo (TUI Commands): Mention that in some cases, these
2749 commands error out.
2750
f68eb612
L
27512010-03-30 H.J. Lu <hongjiu.lu@intel.com>
2752
2753 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
2754
c8d5aac9
L
27552010-03-30 H.J. Lu <hongjiu.lu@intel.com>
2756
2757 * gdb.texinfo (General Query Packets): Add xmlRegisters.
2758
7d13fe92
SS
27592010-03-29 Stan Shebs <stan@codesourcery.com>
2760 Nathan Sidwell <nathan@codesourcery.com>
2761
2762 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
2763 GDBN equivalent.
2764 (Set Tracepoints): Remove mention that conditional tracepoints
2765 don't exist.
2766 (Tracepoint Actions): Clarify when while-stepping collection
2767 happens, note that while-stepping does not automatically collect
2768 $pc.
2769
409873ef 27702010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 2771
409873ef
SS
2772 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
2773 (General Query Packets): Describe TracepointSource.
2774
ee8e71d4
EZ
27752010-03-27 Matt Rice <ratmice@gmail.com>
2776
c8d5aac9
L
2777 * gdb.texinfo (ARM): Document arguments to "target sim".
2778 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 2779
99b5e152
PA
27802010-03-26 Pedro Alves <pedro@codesourcery.com>
2781
2782 * gdb.texinfo (Tracepoint Packets): Remove mention that
2783 terror:string may be plain text, and drop mention of X prefix.
2784
cd64ee31
VP
27852010-03-26 Vladimir Prus <vladimir@codesourcery.com>
2786
2787 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
2788
6c28cbf2
SS
27892010-03-24 Stan Shebs <stan@codesourcery.com>
2790
2791 * gdb.texinfo (Tracepoint Packets): Document trace error status.
2792
95a42b64
TT
27932010-03-24 Tom Tromey <tromey@redhat.com>
2794
2795 PR breakpoints/9352:
2796 * gdb.texinfo (Break Commands): Update.
2797
18148017
VP
27982010-03-24 Vladimir Prus <vladimir@codesourcery.com>
2799
2800 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
2801 commands.
2802
4daf5ac0
SS
28032010-03-16 Stan Shebs <stan@codesourcery.com>
2804
2805 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
2806 circular-trace-buffer.
2807 (Tracepoint Packets): Describe QTBuffer, and details of the
2808 qTStatus reply.
2809
c9429232
SS
28102010-03-12 Stan Shebs <stan@codesourcery.com>
2811 Nathan Sidwell <nathan@codesourcery.com>
2812
2813 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
2814 doing instruction stepping.
2815 (Tracepoint Restrictions): New node.
2816
ccefe4c4
TT
28172010-03-10 Tom Tromey <tromey@redhat.com>
2818
2819 * gdbint.texinfo (Symbol Handling): Update.
2820
7c953934
TT
28212010-03-08 Tom Tromey <tromey@redhat.com>
2822
2823 PR cli/9591:
2824 * gdb.texinfo (Mode Options): Mention lack of pagination and
2825 confirmation with --batch.
2826 (Screen Size): Mention --batch.
2827 (Messages/Warnings): Likewise.
2828
f870a310
TT
28292010-03-05 Tom Tromey <tromey@redhat.com>
2830
2831 * gdb.texinfo (Basic Python): Document target_charset and
2832 target_wide_charset.
2833
78e2826b
TT
28342010-03-05 Tom Tromey <tromey@redhat.com>
2835
2836 * gdb.texinfo (Data): Link to pretty-printing.
2837 (Output Formats): Likewise. Correct text.
2838
f5dff777
DJ
28392010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
2840
2841 * gdb.texinfo (Types): Describe <struct> and <flags>.
2842
dc00d89f
PM
28432010-02-28 Phil Muldoon <pmuldoon@redhat.com>
2844
2845 * gdb.texinfo (Frames In Python): Add block parameter and
2846 description to read_var text.
2847
5107b149 28482010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 2849 Tom Tromey <tromey@redhat.com>
5107b149
PM
2850
2851 * gdb.texinfo (Types In Python): Describe block argument in
2852 template_argument and gdb.lookup_type.
2853
e03e5e7b
TT
28542010-02-24 Tom Tromey <tromey@redhat.com>
2855
2856 * gdb.texinfo (Cygwin Native): Fix typo.
2857
f3e9a817
PM
28582010-02-24 Phil Muldoon <pmuldoon@redhat.com>
2859
2860 * gdb.texinfo (Frames In Python): Add block, find_sal, function
2861 and select method descriptions.
2862 (Python API): Add Blocks In Python, Symbols in Python and Symbol
2863 Tables in Python to menu.
2864 (Blocks In Python): New node.
2865 (Symbols In Python): New node.
2866 (Symbol Tables in Python): New node.
2867
a79b8f6e
VP
28682010-02-24 Vladimir Prus <vladimir@codesourcery.com>
2869
2870 Multiexec MI
2871
2872 gdb/
2873 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
2874
2875 gdb/doc/
2876 * gdb.texinfo (GDB/MI Command Syntax): Document notification
2877 changes.
2878 (GDB/MI Program Execution): Document current behaviour of
2879 --all and --thread-group.
2880 (GDB/MI Miscellaneous Commands): Document -add-inferior and
2881 -remove-inferior.
2882 * observer.texi (inferior_added, inferior_removed): New
2883 observers.
2884
629d6a47
TT
28852010-02-19 Tom Tromey <tromey@redhat.com>
2886
2887 * gdbint.texinfo (Getting Started): Fix @node.
2888 (Debugging GDB): Likewise.
2889
c09529e5
JB
28902010-02-13 Joel Brobecker <brobecker@adacore.com>
2891
2892 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
2893 documenting the gdb_test_timeout variable.
2894
540aa8e7
MS
28952010-02-12 Jakob Engblom <jakob@virtutech.com>
2896
2897 * gdb.texinfo (MI commands): Added documentation of --reverse
2898 option to a set of MI commands. Restructured documentation of MI
2899 commands --exec-continue to reflect the complexity of reverse
2900 execution.
2901
081dfbf7
PA
29022010-02-12 Pedro Alves <pedro@codesourcery.com>
2903
2904 * gdb.texinfo (Using the Collected Data): Specify that the address
2905 range of `tfind outsize' is exclusive, and that the address range
2906 of `tfind range' is inclusive.
2907 (Tracepoint Packets): Specify that the address range of
2908 `QTFrame:range' is inclusive, and that the address range of
2909 `QTFrame:outside' is exclusive
2910
8e9c5e02
VP
29112010-02-12 Vladimir Prus <vladimir@codesourcery.com>
2912
2913 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
2914
92981e24
TT
29152010-02-10 Tom Tromey <tromey@redhat.com>
2916
2917 * gdb.texinfo (Debugging Output): Document set debug parser and
2918 show debug parser.
2919
075b51b7
L
29202010-02-09 H.J. Lu <hongjiu.lu@intel.com>
2921
2922 * gdb.texinfo (Predefined Target Types): Add i387_ext,
2923 i386_eflags and i386_mxcsr.
2924
3bb8d5c3
L
29252010-02-08 H.J. Lu <hongjiu.lu@intel.com>
2926
2927 * gdb.texinfo: Document i386 target features.
2928
c5f80513
DE
29292010-02-05 Doug Evans <dje@google.com>
2930
2931 * gdbint.texinfo (Testsuite): Add a new section to document the
2932 various DejaGnu variables that may be overridden.
1be00882 2933 Document INTERNAL_GDBFLAGS.
c5f80513 2934
6ac33a4e
TT
29352010-02-04 Tom Tromey <tromey@redhat.com>
2936
2937 PR cli/8830:
2938 * gdb.texinfo (Files): -readnow comes before the filename for file
2939 and symbol-file.
2940
a1dcb23a
DJ
29412010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2942
2943 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
2944 Document ARM breakpoint types.
2945 (Register Packet Format): Move into the new section.
2946 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
2947
95433b34
JB
29482010-01-21 Joel Brobecker <brobecker@adacore.com>
2949
2950 * gdb.texinfo (File Options): Adjust the documentation of this
2951 switch to refer to the "source" command rather than partially
2952 duplicating some of the relevant information.
2953 (Extending GDB): Introduce and document the set/show script-extension
2954 setting.
2955 (Command Files): Add note explaining that the "source" command
2956 is also used to evalute scripts written in other languages.
2957 Remove the short slightly incorrect reference to sourcing Python
2958 scripts.
2959 (Python Commands): Document how to execute a Python script from GDB.
2960
8d576872
JB
29612010-01-19 Joel Brobecker <brobecker@adacore.com>
2962
2963 * gdb.texinfo (Command Files): Fix typo.
2964
8150ff9c
JB
29652010-01-18 Tom Tromey <tromey@redhat.com>
2966
2967 * gdb.texinfo (File Options): Document -x on .py files.
2968 (Command Files): Document handling of Python scripts.
2969
23db03a6
JZ
29702010-01-18 Jie Zhang <jie.zhang@analog.com>
2971
2972 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
2973
00bf0b85
SS
29742010-01-15 Stan Shebs <stan@codesourcery.com>
2975
2976 * gdb.texinfo (Trace Files): New section.
2977 (Tracepoint Packets): Document QTSave and qTBuffer.
2978 (Trace File Format): New appendix.
2979
be759fcf
PM
29802010-01-13 Phil Muldoon <pmuldoon@redhat.com>
2981
2982 * gdb.texinfo (Values From Inferior): Document lazy_string value
2983 method.
2984 (Python API): Add Lazy strings menu item.
2985 (Lazy Strings In Python): New node.
2986
dc146f7c
VP
29872010-01-13 Vladimir Prus <vladimir@codesourcery.com>
2988
2989 * gdb.texinfo (GDB/MI Thread Information): New.
2990 (GDB/MI Async Records): Document the core field in *stopped.
2991 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
2992 documentation
2993 (Process list): Document that osdata document may contain
2994 threads.
2995 (Remote Serial Protocol): Document qXfer:threads.
2996
d5551862
SS
29972010-01-06 Stan Shebs <stan@codesourcery.com>
2998
2999 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3000 disconnected tracing.
3001 (Tracepoint Packets): Document new protocol.
3002
7a697b8d
SS
30032010-01-05 Stan Shebs <stan@codesourcery.com>
3004
3005 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
3006 tracepoints.
3007 (Tracepoint Packets): Describe remote protocol for fast
3008 tracepoints.
3009
e6f3ec50
JB
30102010-01-01 Joel Brobecker <brobecker@adacore.com>
3011
3012 Update the "Start of New Year Procedure".
3013 * gdbint.texinfo: Add the list of files that need to be updated
3014 manually. Minor reformatting.
3015
ddc4e9c1
JB
30162010-01-01 Joel Brobecker <brobecker@adacore.com>
3017
3018 * refcard.tex: Update copyright year in header and text.
3019
9d2897ad
JB
30202010-01-01 Joel Brobecker <brobecker@adacore.com>
3021
3022 * agentexpr.texi: Add 2010 to the list of copyright years.
3023 * annotate.texinfo: Likewise.
3024 * gdb.texinfo: Likewise.
3025 * gdbint.texinfo: Likewise.
3026 * observer.texi: Likewise.
3027 * stabs.texinfo: Likewise.
3028
6da95a67
SS
30292009-12-31 Stan Shebs <stan@codesourcery.com>
3030
3031 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 3032
236f1d4d
SS
30332009-12-29 Stan Shebs <stan@codesourcery.com>
3034
3035 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 3036
f61e138d
SS
30372009-12-28 Stan Shebs <stan@codesourcery.com>
3038
3039 * gdb.texinfo (Trace State Variables): New section.
3040 (Tracepoint Packets): Describe trace state variable packets.
3041 * agentexpr.texi (Bytecode Descriptions): Describe trace state
3042 variable bytecodes.
3043
0fe7935b
DJ
30442009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
3045
3046 * gdb.texinfo (Symbols): "info variables" prints definitions, not
3047 declarations.
3048
a6b29f87
VP
30492009-12-21 Vladimir Prus <vladimir@codesourcery.com>
3050
3051 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
3052 -gdb-exit behaviour.
3053
5e4bde96
JB
30542009-12-20 Joel Brobecker <brobecker@adacore.com>
3055
3056 * gpl.texi: Update to version 3 of the GPL.
3057
a1715244
JB
30582009-12-20 Joel Brobecker <brobecker@adacore.com>
3059
3060 * Makefile.in: Update copyright header.
3061 * observer.texi: Fix the copyright header of the generated files.
3062
361ae042
PM
30632009-12-08 Phil Muldoon <pmuldoon@redhat.com>
3064
3065 * gdb.texinfo (Types In Python): Describe range function.
3066
bfd31e71
PM
30672009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
3068
3069 * gdb.texinfo (Types In Python): Describe "is_base_class".
3070
57a1d736
TT
30712009-12-03 Tom Tromey <tromey@redhat.com>
3072
3073 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
3074
8cebebb9
PP
30752009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
3076
3077 * observer.texi: New memory_changed observer.
3078
16af530a
TT
30792009-12-01 Tom Tromey <tromey@redhat.com>
3080
3081 * gdb.texinfo (Reverse Execution): Fix typo.
3082
b6199126
DJ
30832009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
3084
3085 PR gdb/8704
3086
3087 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
3088 are allowed after the breakpoint condition.
3089
7a6973ad
TT
30902009-11-23 Tom Tromey <tromey@redhat.com>
3091
3092 PR python/10782:
3093 * gdb.texinfo (Types In Python): Document Type.pointer.
3094
21a0512e
PP
30952009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
3096
3097 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 3098
a5832c8f
PA
30992009-11-11 Pedro Alves <pedro@codesourcery.com>
3100
3101 * agentexpr.texi (Tracing On Symmetrix): Delete section.
3102 (Using Agent Expressions): Delete cross reference.
3103
1eb7cd77
JB
31042009-11-07 Joel Brobecker <brobecker@adacore.com>
3105
3106 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
3107 and @settitle directives up to help makeinfo find them.
3108
24ddea62
JK
31092009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3110
3111 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
3112 (Auto-loading): Use plural and note one can use multiple components now.
3113
3afae151
VP
31142009-11-01 Vladimir Prus <vladimir@codesourcery.com>
3115
3116 * gdb.texinfo (GDB/MI Stack Manipulation): Make
3117 -stack-list-arguments have the same documentation for parameter
3118 as -stack-list-locals. Add comas.
3119
14ff2235
PM
31202009-10-27 Tom Tromey <tromey@redhat.com>
3121 Eli Zaretskii <eliz@gnu.org>
3122
c8d5aac9 3123 PR python/10781
14ff2235
PM
3124
3125 * gdb.texinfo (Values From Inferior): Document cast method.
3126
9c419145
PP
31272009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
3128
3129 * gdb.texinfo (Machine Code): Mention function name in disasssembly
3130 and adjust example.
889bf7c5 3131
29153c24
MS
31322009-10-22 Michael Snyder <msnyder@vmware.com>
3133
3134 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 3135 info record command. Also document the new save and restore
29153c24
MS
3136 commands.
3137
2b28d209
PP
31382009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
3139
3140 * gdb.texinfo (Machine Code): Mention current pc marker.
3141 (Memory): Likewise.
3142
6c95b8df
PA
31432009-10-19 Pedro Alves <pedro@codesourcery.com>
3144 Stan Shebs <stan@codesourcery.com>
3145
3146 * observer.texi (new_inferior): Rename to...
3147 (inferior_appeared): ... this.
3148
3149 * gdb.texinfo (Inferiors): Rename node to ...
3150 (Inferiors and Programs): ... this. Mention running multiple
3151 programs in the same debug session.
3152 <info inferiors>: Mention the new 'Executable' column if "info
3153 inferiors". Update examples. Document the "add-inferior",
3154 "clone-inferior", "remove-inferior" and "maint info
3155 program-spaces" commands.
3156 (Process): Rename node to...
3157 (Forks): ... this. Document "set|show follow-exec-mode".
3158
2f8132f3
MS
31592009-10-11 Michael Snyder <msnyder@vmware.com>
3160
3161 * gdb.texinfo (ReverseStep): Show default as "unsupported".
3162 (ReverseContinue): Ditto.
3163
cba4b2d3
PP
31642009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
3165
3166 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 3167
da082f17
JK
31682009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3169
3170 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
3171
08be9d71
ME
31722009-10-06 Michael Eager <eager@eagercon.com>
3173
3174 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
3175 (Embedded Processors): Add MicroBlaze.
3176 (MicroBlaze): New. Describe Xilinx MicroBlaze
3177
08a0efd0
PA
31782009-10-04 Pedro Alves <pedro@codesourcery.com>
3179
3180 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
3181
cbb8f428
EZ
31822009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
3183
3184 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
3185
30a4a70c
JB
31862009-09-23 Joel Brobecker <brobecker@adacore.com>
3187
3188 * observer.texi (solib_unloaded): Document explicitly the fact that
3189 this observer is called before the associated symbols are unloaded.
3190
b3372f91
VP
31912009-09-19 Vladimir Prus <vladimir@codesourcery.com>
3192
3193 * gdb.texinfo (GDB/MI Stack Manipulation): Document
3194 -stack-list-variables.
3195
f43030c4
TT
31962009-09-18 Tom Tromey <tromey@redhat.com>
3197
3198 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
3199 is experimental.
3200
ec7e75e7
PP
32012009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
3202
3203 * gdb.texinfo (convenince variables): Mention
3204 $_siginfo could be empty.
f43030c4 3205
0cc7d26f
TT
32062009-09-15 Tom Tromey <tromey@redhat.com>
3207
3208 * gdb.texinfo (GDB/MI Variable Objects): Document
3209 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
3210 Expand -var-update documentation.
3211
a96d9b2e
SDJ
32122009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3213
3214 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
3215 feature.
3216
005ca36a
JB
32172009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
3218
3219 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
3220
0d772ac9
MS
32212009-09-10 Michael Snyder <msnyder@vmware.com>
3222
3223 * gdb.texinfo (qSupported): Mention new ReverseContinue and
3224 ReverseStep replies to the qSupported query.
3225
14fb1bac
JB
32262009-09-10 Joel Brobecker <brobecker@adacore.com>
3227
3228 Add documentation for set/show interactive-mode.
3229 * gdb.texinfo (Other Misc Settings): New node.
3230
29b090c0
DE
32312009-09-01 Doug Evans <dje@google.com>
3232
3233 * gdb.texinfo (Caching Data of Remote Targets): Add note on
3234 non-stop mode's affect on remote caching.
3235
4e5d721f
DE
32362009-08-31 Jacob Potter <jdpotter@google.com>
3237 Doug Evans <dje@google.com>
3238
3239 * gdb.texinfo (Caching Data of Remote Targets): Update text.
3240 Mark `set/show remotecache' options as obsolete.
3241 Document new `set/show stack-cache' option.
3242 Update text for `info dcache'.
3243
55333a84
DE
32442009-08-27 Doug Evans <dje@google.com>
3245
3246 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
3247 (Files): Add note on new optional regex arg to `info sharedlibrary'.
3248
bc3a0b4d
RW
32492009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3250
3251 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
3252 about autoconf.
3253
3a1ff0b6
PA
32542009-08-25 Pedro Alves <pedro@codesourcery.com>
3255
3256 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
3257 small example, and describe its columns. Replace "inferior-id" by
3258 "infno" throughout.
3259
81ecdfbb
RW
32602009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3261
af542c2e
RW
3262 * gdbint.texinfo (Releasing GDB): Point to
3263 README-maintainer-mode file for required autoconf version.
3264 * configure.ac: Do not substitute datarootdir, htmldir,
3265 pdfdir, docdir. Do not process --with-datarootdir,
3266 --with-htmldir, --with-pdfdir, --with-docdir.
3267 * configure: Regenerate.
3268
81ecdfbb
RW
3269 * configure: Regenerate.
3270
4efc6507
DE
32712009-08-20 Reid Kleckner <reid@kleckner.net>
3272
3273 * gdb.texinfo: Add chapter on JIT interface.
3274
43089a6e
NR
32752009-08-07 Nick Roberts <nickrob@snap.net.nz>
3276
3277 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 3278 confirmation request.
43089a6e 3279
99e008fe
EZ
32802009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
3281
c8d5aac9
L
3282 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
3283 CRC definitions.
99e008fe 3284
48cb2d85
VP
32852009-08-03 Vladimir Prus <vladimir@codesourcery.com>
3286
3287 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 3288 -break-commands.
48cb2d85 3289
ff1a52c6
UW
32902009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3291
3292 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
3293 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
3294
3285f3fe
UW
32952009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3296
3297 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
3298 "set spu stop-on-load" and "show spu stop-on-load" commands.
3299
e35359c5
UW
33002009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3301
3302 * gdb.texinfo (Target Descriptions): Document <compatible> element.
3303
58d6951d
DJ
33042009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3305
3306 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
3307 org.gnu.gdb.arm.neon.
3308
08d16641
PA
33092009-07-20 Pedro Alves <pedro@codesourcery.com>
3310
3311 * gdb.texinfo (Target Description Format): Mention the new <osabi>
3312 optional element.
3313 (subsection OS ABI): New subsection.
3314
782b2b07
SS
33152009-07-14 Stan Shebs <stan@codesourcery.com>
3316
3317 * gdb.texinfo (Tracepoint Conditions): New section.
3318 (General Query Packets): Describe ConditionalTracepoints.
3319 (Tracepoint Packets): Describe condition field.
3320 (Maintenance Commands): Describe maint agent-eval.
3321 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
3322
9b117ef3
HZ
33232009-07-11 Hui Zhu <teawater@gmail.com>
3324
3325 * gdb.texinfo (disassemble): Add a new modifier /r
3326 to "disassemble" command to make it print the raw instructions
3327 in hex as well as in symbolic form.
3328
f5a33284
TT
33292009-07-09 Tom Tromey <tromey@redhat.com>
3330
3331 * gdbint.texinfo (Testsuite): Document parallel make check.
3332
812f7342
TT
33332009-07-09 Tom Tromey <tromey@redhat.com>
3334
3335 * gdbint.texinfo (Testsuite): Document test transcripts.
3336
fbb8f299
PM
33372009-07-10 Phil Muldoon <pmuldoon@redhat.com>
3338
3339 * gdb.texinfo (Values From Inferior): Add length parameter
3340 description.
3341
dd8f35ac
EZ
33422009-07-04 Chris Genly <chris@genly.us>
3343
3344 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
3345 in -var-list-children. Fix example according to what the code
3346 does.
3347
2277426b
PA
33482009-07-02 Pedro Alves <pedro@codesourcery.com>
3349
3350 * gdb.texinfo (Debugging multiple inferiors): Document the
3351 "inferior", "detach inferior" and "kill inferior" commands.
3352 (Debugging Programs with Multiple Processes): Adjust to mention
3353 generic "inferior" commands. Delete mention of "detach fork" and
3354 "delete fork". Cross reference to "Debugging multiple inferiors"
3355 section.
3356
a6d9a66e
UW
33572009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3358
5af949e3
UW
3359 * gdbint.texinfo (Item Output Functions): Update signature
3360 for ui_out_field_core_addr.
3361
33622009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3363
3364 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
3365 Update example code extrated from breakpoint.c.
3366
9901a55b 33672009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 3368
9901a55b
PP
3369 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
3370 MI commands.
3371 (GDB/MI Symbol Query): Likewise.
3372 (GDB/MI File Commands): Likewise.
3373 (GDB/MI File Transfer Commands): Likewise.
3374 (GDB/MI Target Manipulation): Likewise.
3375 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 3376
edb3359d
DJ
33772009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
3378
3379 * gdb.texinfo (Debugging Optimized Code): New chapter.
3380 (Compiling for Debugging): Reference it. Move some
3381 text to the new section.
3382
7cd1089b
PM
33832009-06-15 Phil Muldoon <pmuldoon@redhat.com>
3384
3385 * doc/gdb.texinfo (Calling): Document
3386 set-unwind-on-terminating-exception usage.
3387
d4db2f36
PA
33882009-06-11 Pedro Alves <pedro@codesourcery.com>
3389
3390 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
3391 command.
3392
d1a7880c
PA
33932009-06-07 Pedro Alves <pedro@codesourcery.com>
3394
3395 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
3396 references.
3397
473f94e6
UW
33982009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
3399
3400 * gdbint.texinfo: Rename formal parameters to gdbarch function
3401 protoypes from "current_gdbarch" to "gdbarch".
3402
8f500870
TT
34032009-05-28 Tom Tromey <tromey@redhat.com>
3404
3405 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
3406
b6313243
TT
34072009-05-27 Tom Tromey <tromey@redhat.com>
3408
3409 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
3410 feature.
3411 (GDB/MI Variable Objects): Document -var-set-visualizer.
3412
34132009-04-02 Tom Tromey <tromey@redhat.com>
3414
3415 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
3416 feature.
3417 (GDB/MI Variable Objects): Document -var-set-visualizer.
3418
a6bac58e
TT
34192009-05-27 Tom Tromey <tromey@redhat.com>
3420 Thiago Jung Bauermann <bauerman@br.ibm.com>
3421 Phil Muldoon <pmuldoon@redhat.com>
3422
3423 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
3424 (Pretty Printing): New node.
3425 (Selecting Pretty-Printers): Likewise.
3426 (Python API): Update.
3427 (Output Formats): Document /r format.
3428
2c74e833
TT
34292009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
3430 Tom Tromey <tromey@redhat.com>
3431
3432 * gdb.texinfo (Types In Python): New node.
3433 (Values From Inferior): "type" is now an attribute.
3434 (Python API): Update.
3435
89c73ade
TT
34362009-05-27 Tom Tromey <tromey@redhat.com>
3437 Thiago Jung Bauermann <bauerman@br.ibm.com>
3438 Phil Muldoon <pmuldoon@redhat.com>
3439
3440 * gdb.texinfo: Add @syncodeindex for `tp'.
3441 (Python API): Update.
3442 (Auto-loading): New node.
3443 (Objfiles In Python): New node.
3444
17a37d48
PP
34452009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
3446
3447 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 3448
6718376f
NR
34492009-05-15 Nick Roberts <nickrob@snap.net.nz>
3450
3451 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
3452
cbe54154
PA
34532009-05-12 Pedro Alves <pedro@codesourcery.com>
3454
3455 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
3456 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
3457 show show-debug-regs' docs.
3458
8e05493c
EZ
34592009-05-08 Eli Zaretskii <eliz@gnu.org>
3460
3461 * gdb.texinfo (Process Record and Replay): Add description of
3462 reverse execution.
3463
b39f4988
JB
34642009-05-07 Joel Brobecker <brobecker@adacore.com>
3465
3466 * gdbint.texinfo (Adding support for debugging core files): New node.
3467 (Native Debugging): Remove the ``Native core file Support'' section.
3468
a2311334
EZ
34692009-05-01 Eli Zaretskii <eliz@gnu.org>
3470
3471 * gdb.texinfo (Process Record and Replay): Improve and clarify.
3472 Add index entries.
3473
53cc454a 34742009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 3475 Michael Snyder <msnyder@vmware.com>
53cc454a 3476
a2311334
EZ
3477 * gdb.texinfo: (Process Record and Replay): Add documentation for
3478 process record and replay.
53cc454a 3479
484086b7
JK
34802009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3481
3482 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
3483 a new part on command-line defined macros.
3484
32ae1842
EZ
34852009-04-25 Eli Zaretskii <eliz@gnu.org>
3486
3487 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
3488 clarify the wording.
3489
b14b1491
TT
34902009-04-23 Tom Tromey <tromey@redhat.com>
3491
3492 * gdb.texinfo (Data Files): New node.
3493 (GDB Files): Update menu.
3494
5c1e86e1
JB
34952009-04-23 Joel Brobecker <brobecker@adacore.com>
3496
3497 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 3498 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 3499
83eba9b7
VP
35002009-04-22 Vladimir Prus <vladimir@codesourcery.com>
3501
3502 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
3503
e31198c4
HZ
35042009-04-22 Hui Zhu <teawater@gmail.com>
3505
3506 * gdb.texinfo (disassemble-next-line): Set the default of
3507 disassemble-next-line to off.
3508
26e251b6
JM
35092009-04-21 Joseph Myers <joseph@codesourcery.com>
3510
3511 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
3512 --with-htmldir): New.
3513 * configure: Regenerate.
3514 * Makefile.in (datarootdir, docdir): Define.
3515 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
3516 instead of $(SET_TEXINPUTS).
3517 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
3518 gdbint.info instead of $(SET_TEXINPUTS).
3519 (gdbint/index.html): Use same -I options as for building
3520 gdbint.info.
3521 (stabs.dvi, stabs.pdf): Use same -I options as for building
3522 stabs.info instead of $(SET_TEXINPUTS).
3523 (stabs/index.html): Use same -I options as for building
3524 stabs.info.
3525 (annotate.dvi, annotate.pdf): Use same -I options as for building
3526 annotate.info instead of $(SET_TEXINPUTS).
3527 (annotate/index.html): Use same -I options as for building
3528 annotate.info.
3529
eac35c4e
DD
35302009-04-21 David Daney <ddaney@caviumnetworks.com>
3531
3532 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
3533
29b0e8a2
JM
35342009-04-21 Joseph Myers <joseph@codesourcery.com>
3535
3536 * gdb.texinfo (Source Path): Document --with-relocated-sources.
3537
2b831889 35382009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 3539 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
3540
3541 * Makefile.in (MAKEHTML): Set to makeinfo --html.
3542 (MAKEHTMLFLAGS): Set to empty.
3543 (html__strip_dir): Define.
3544 (HTMLFILES): Define.
3545 (HTMLFILES_INSTALL): Define.
3546 (install-html): Copy new automake rule.
3547 (html): Depend on $(HTMLFILES).
3548 (gdb_toc.html): Rename to gdb/index.html.
3549 (gdbint_toc.html): Rename to gdbint/index.html.
3550 (stabs_toc.html): Rename to stabs/index.html.
3551 (annotate_toc.html): Rename to annotate/index.html.
3552
89a34d1b
JM
35532009-04-17 Carlos O'Donell <carlos@codesourcery.com>
3554
3555 * Makefile.in: Set pdfdir and htmldir from configure
3556 substitutions.
3557 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
3558 * configure: Regenerate.
3559
a2d5da46
JB
35602009-04-16 Joel Brobecker <brobecker@adacore.com>
3561
3562 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
3563 This macro is no longer used.
3564
732f6a93
TT
35652009-04-15 Tom Tromey <tromey@redhat.com>
3566
3567 * gdb.texinfo (Character Sets): Document default character set.
3568
87f9adc1
PM
35692009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
3570
3571 * gdbint.texinfo: Change server name from sources.redhat.com to
3572 sourceware.org throughout.
3573
2c88c651
JB
35742009-04-09 Joel Brobecker <brobecker@adacore.com>
3575
3576 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
3577 about a missing dot or coma after @xref.
3578
4f5376b2
JB
35792009-04-02 Joel Brobecker <brobecker@adacore.com>
3580
3581 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
3582 example, and add a small explanation about it.
3583 (Print Settings): Change the documentation of the "set print
3584 frame-arguments" to reflect the fact that the default is now "scalars".
3585
a0381d3a
JB
35862009-04-02 Joel Brobecker <brobecker@adacore.com>
3587
3588 * gdb.texinfo (Print Settings): Add kindex for command "set
3589 print frame-arguments".
3590
45ac276d
JB
35912009-03-31 Joel Brobecker <brobecker@adacore.com>
3592
3593 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
3594 breakpoints.
3595 (Set Breaks): Add reference to thread-specific and task-specific
3596 breakpoints.
3597
32cd1edc
JB
35982009-03-31 Joel Brobecker <brobecker@adacore.com>
3599
3600 * gdb.texinfo (Ada Tasks): Remove the documentation about
3601 the "Running" state, as this state has been eliminated.
3602 Now all runnable tasks are shown as "Runnable".
3603
1042e4c0
SS
36042009-03-30 Stan Shebs <stan@codesourcery.com>
3605
3606 * gdb.texinfo (Tracepoints): Describe tracepoints as a
3607 special case of breakpoints.
3608 (Enable and Disable Tracepoints): Mention deprecation.
3609 (Listing Tracepoints): Update description and example.
3610
f8f6f20b
TJB
36112009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3612
3613 * gdb.texinfo (Frames in Python): New node.
3614 (Python API): Update.
3615
c0c6f777
TJB
36162009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
3617
3618 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
3619 from a method to an attribute.
3620
def2b000
TJB
36212009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
3622
3623 * gdb.texinfo (Values From Inferior): Document is_optimized_out
3624 attribute.
3625
a07daef3
PA
36262009-03-25 Pedro Alves <pedro@codesourcery.com>
3627
3628 * observer.texi (thread_exit): Add "silent" parameter.
3629
f3b1572e
PA
36302009-03-22 Pedro Alves <pedro@codesourcery.com>
3631
3632 * observer.texi (about_to_proceed): New.
3633
587afa38
EZ
36342009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
3635
3636 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
3637 field throughout to handle types with spaces in them. Fix typos
3638 found by aspell.
3639 (Summary, Requirements, Contributors): New first chapter,
3640 "Summary" added, old Requirements section moved there, and new
3641 section, "Contributors" added.
3642 (Initializing a New Architecture, Register Representation)
3643 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
3644 (Porting gdb): These sections extended and updated.
3645 (Compiler Characteristics): This section (empty) deleted.
3646 (Defining Other Architecture Features): This section renamed and
3647 duplicate material removed from (formerly "Target Conditionals").
3648 Use braces {} in @deftypeXX type field throughout to handle types
3649 with spaces in them. Typos found by aspell fixed.
3650
3651 * stack_frame.svg: New file, source of image for gdbint.texinfo.
3652 * stack_frame.pdf: Version of image for PDF output.
3653 * stack_frame.png: Version of image for HTML output and for Emacs.
3654 * stack_frame.txt: Version of image for Info output.
1db61298 3655 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 3656
10af6951
EZ
36572009-03-21 Eli Zaretskii <eliz@gnu.org>
3658
3659 * gdb.texinfo (Character Sets): Fix last change.
3660
cc924cad
TJB
36612009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
3662
3663 * gdb.texinfo (Values From Inferior): Fix optional arguments
3664 markup.
3665 (Commands In Python): Adjust argument names of gdb.Command.__init__
3666 to what the function accepts as keywords.
3667
bc3b79fd
TJB
36682008-03-20 Tom Tromey <tromey@redhat.com>
3669
3670 * gdb.texinfo (Convenience Vars): Document convenience functions.
3671 (Functions In Python): New node.
3672 (Python API): Update.
3673
6c7a06a3
TT
36742009-03-20 Tom Tromey <tromey@redhat.com>
3675
3676 * gdb.texinfo (Character Sets): Remove obsolete text. Document
3677 set target-wide-charset.
3678 (Requirements): Mention iconv.
3679
b646ddd4
HZ
36802009-03-17 Hui Zhu <teawater@gmail.com>
3681
3682 * gdb.texinfo: Change the introduce of "disassemble-next-line".
3683
91440f57
HZ
36842009-03-17 Hui Zhu <teawater@gmail.com>
3685
3686 * gdb.texinfo: Add documentation for disassemble-next-line.
3687
8fd41227
TJB
36882009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
3689
3690 * gdb.texinfo (Commands In Python): Remove tindex entries.
3691
61ff14c6
JK
36922009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3693
3694 * gdb.texinfo (Returning): New description for missing debug info.
3695
0b16c5cf
PA
36962009-03-14 Pedro Alves <pedro@codesourcery.com>
3697
3698 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 3699 (General Query Packets): Document qAttached.
0b16c5cf 3700
32fc0df9
PA
37012009-03-05 Pedro Alves <pedro@codesourcery.com>
3702
3703 * gdb.texinfo (Background Execution): Better describe the set
3704 target-async command.
3705 (Maintenance Commands): Delete description of the `maint set/show
3706 linux-async' and `maint set/show remote-async' commands.
3707
134eb42c
VP
37082009-02-18 Vladimir Prus <vladimir@codesourcery.com>
3709
3710 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
3711 between sentences.
3712
c86cf029
VP
37132009-02-18 Vladimir Prus <vladimir@codesourcery.com>
3714
3715 * gdb.texinfo (GDB/MI Async Records): Document the
3716 =library-loaded and =library-unloaded notifications.
3717
3ea85240
VP
37182009-02-17 Vladimir Prus <vladimir@codesourcery.com>
3719
3720 * observer.texi (test_notification): New observer.
3721
1d33d6ba
VP
37222009-02-14 Vladimir Prus <vladimir@codesourcery.com>
3723
61ff14c6
JK
3724 * observer.texi: Add parameter 'print_frame' to normal_stop
3725 observer.
1d33d6ba 3726
d721c933
EZ
37272009-02-07 Eli Zaretskii <eliz@gnu.org>
3728
3729 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
3730 (Commands In Python): Fix COMMAND_* constants in last change. Use
3731 @kbd for interactive input. Add cross-references and index
3732 entries.
3733
4aa995e1
PA
37342009-02-06 Pedro Alves <pedro@codesourcery.com>
3735
3736 * gdb.texinfo (Signals): Document $_siginfo.
3737 (Convenience Variables): Mention $_siginfo.
3738 (Remote Configuration): Document qXfer:siginfo:read,
3739 qXfer:siginfo:write packets, and the read-siginfo-object,
3740 write-siginfo-object commands.
3741
5f5233d4
PA
37422009-02-06 Pedro Alves <pedro@codesourcery.com>
3743
3744 * gdbint.texinfo (Values): New chapter.
3745
d8906c6f
TJB
37462009-02-06 Tom Tromey <tromey@redhat.com>
3747
3748 * gdb.texinfo (Python API): Add entry for Commands In Python.
3749 (Commands In Python): New node.
3750
b6cb8e7d
TJB
37512009-02-05 Tom Tromey <tromey@redhat.com>
3752
3753 * gdb.texinfo (Values From Inferior): Document Value.string.
3754
12453b93
TJB
37552009-02-05 Tom Tromey <tromey@redhat.com>
3756
3757 * gdb.texinfo (Basic Python): Document execute's from_tty
3758 argument.
3759
08c637de
TJB
37602009-02-04 Tom Tromey <tromey@redhat.com>
3761
3762 * gdb.texinfo (Basic Python): Document gdb.history.
3763
592375cd
VP
37642009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3765
3766 * gdb.texinfo (GDB/MI Thread Commands): Document the
3767 'current-thread-id' field. Remove the example with zero threads,
3768 since current GDB won't ever report that if there's inferior.
3769
41447f92
VP
37702009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3771
3772 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
3773 option to -break-insert.
3774
098b41a6
JG
37752009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3776 Jerome Guitton <guitton@adacore.com>
3777
3778 * gdb.texinfo (Startup): Document --with-system-gdbinit.
3779 (System-wide configuration): New section.
3780
3c16cced
PA
37812009-01-26 Pedro Alves <pedro@codesourcery.com>
3782
3783 PR gdb/7580:
3784 * gdb.texinfo (Maintenance Commands): Document "maint set|show
3785 internal-error|internal-warning quit|corefile ask|yes|no".
3786
62709adf
PA
37872009-01-26 Pedro Alves <pedro@codesourcery.com>
3788
3789 * gdb.texinfo (Using the `gdbserver' Program): Document
3790 --remote-debug.
3791
7ce58dd2
DE
37922009-01-23 Doug Evans <dje@google.com>
3793
3794 * gdb.texinfo: Add nexti to list of commands that support
3795 background execution.
3796
adb483fe
DJ
37972009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
3798
3799 * gdb.texinfo (Define, Hooks): Document prefix command support.
3800
a67ec3f4 38012009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 3802 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
3803
3804 Fixes for makeinfo --html.
3805
3806 * annotate.texinfo: Use @copying and @insertcopying. Use
3807 @ifnottex in place of @ifinfo.
3808 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
3809 place of @ifinfo. Use @ifnotinfo for one index entry.
3810 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
3811 in place of @ifinfo.
3812 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
3813 in place of @ifinfo. Include contents at start unconditionally.
3814
84fcdf95
PA
38152009-01-13 Pedro Alves <pedro@codesourcery.com>
3816
3817 * gdb.texinfo (General Query Packets): Remove @var{} around the
3818 "spu" literal string.
3819
fa3a767f
PA
38202009-01-07 Pedro Alves <pedro@codesourcery.com>
3821
3822 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
3823 program may be running in another process" errors.
3824 * gdbint.texinfo (Native Conditionals): Delete
3825 ONE_PROCESS_WRITETEXT description.
3826
9cb011d3
JB
38272009-01-07 Joel Brobecker <brobecker@adacore.com>
3828
3829 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
3830 emacs local variable to be placed at the end of the ChangeLog.
3831 Add server.c and gdbreplay.c to the list of files where the
3832 copyright year needs to be updated.
3833
84603566
SL
38342009-01-06 Sandra Loosemore <sandra@codesourcery.com>
3835
3836 * gdb.texinfo (Remote Configuration): Document new
3837 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
3838 commands.
3839
a53f55d8
PA
38402008-12-28 Pedro Alves <pedro@codesourcery.com>
3841
3842 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
3843 FETCH_INFERIOR_REGISTERS.
3844 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
3845 FETCH_INFERIOR_REGISTERS descriptions. Remove
3846 gdbarch_get_longjmp_target descrition, since already described in
3847 Target Conditionals. Move gdbarch_fp0_regnum description to ...
3848 (Target Conditionals): ... here.
3849
077e0a52
JB
38502008-12-16 Joel Brobecker <brobecker@adacore.com>
3851
3852 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
3853 examples.
3854 (Additions to Ada): Likewise. Add the missing opening and closing
3855 parenthesis of the GDB prompt in one of the examples.
3856
023eb17c
JB
38572008-12-14 Joel Brobecker <brobecker@adacore.com>
3858
3859 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
3860 about the result of 'Address not being of type System.Address.
3861 This problem has been fixed a while ago.
3862
c3b108f7
VP
38632008-12-02 Vladimir Prus <vladimir@codesourcery.com>
3864
3865 MI non-stop and multiprocess docs.
3866
c8d5aac9
L
3867 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
3868 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
3869 Adjust documentation for *stopped, document =thread-created,
3870 =thread-exited, =thread-group-created and =thread-group-exited.
3871 (GDB/MI Thread Commands): Document the 'state' field in
3872 -thread-info output.
3873 (GDB/MI Program Execution): Mention --all and --thread-group
3874 options.
3875 (GDB/MI Variable Objects): Describe floating and fixed variable
3876 objects.
3877 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 3878
07e059b5
VP
38792008-12-02 Vladimir Prus <vladimir@codesourcery.com>
3880
c8d5aac9
L
3881 * gdb.texinfo (Operating System Information): New appendix.
3882 (Operating System Auxiliary Information): Document 'info os processes'
3883 (Remote Configuration): Document 'osdata'
3884 (General Query Packets): Document qXfer:osdata:read.
07e059b5 3885
a80b95ba
TG
38862008-11-27 Tristan Gingold <gingold@adacore.com>
3887
3888 * gdb.texinfo (Darwin): Document Darwin specific features.
3889
a655d424
JK
38902008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3891
3892 * gdbint.texinfo (Target Conditionals): Extend the
3893 gdbarch_breakpoint_from_pc description.
3894
249e1128
VP
38952008-11-22 Vladimir Prus <vladimir@codesourcery.com>
3896
3897 * gdb.texinfo (M68K Features): Fix typo.
3898
c14c28ba
PP
38992008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
3900
3901 * gdb.texinfo (Symbols): Mention printing containing
3902 image name in "info symbol".
3903 (Maint translate-address): Likewise.
889bf7c5 3904
394a6666
JB
39052008-11-18 Joel Brobecker <brobecker@adacore.com>
3906
3907 * gdb.texinfo (Set Catchpoints): Remove the documentation of
3908 commands "catch load" and "catch unload".
3909
66bb093b
VP
39102008-11-17 Vladimir Prus <vladimir@codesourcery.com>
3911
3912 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 3913 =thread-selected.
889bf7c5 3914
4a92f99b
VP
39152008-11-17 Vladimir Prus <vladimir@codesourcery.com>
3916
c8d5aac9 3917 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 3918
f0323ca0
PA
39192008-10-27 Pedro Alves <pedro@codesourcery.com>
3920
3921 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
3922 .mt files, TM_CLIBS or TM_CDEPS.
3923 (x86 Watchpoints): Don't mention TDEPFILES.
3924
8b23ecc4
SL
39252008-10-24 Sandra Loosemore <sandra@codesourcery.com>
3926
3927 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
3928 (Overview): Mention notifications and non-stop mode behavior.
3929 (Packets): Update documentation of ?, vAttach, vCont, and vRun
3930 with non-stop mode behavior. Add vStopped description.
3931 (Stop Reply Packets): Update list of packets that return
3932 stop replies. Mention non-stop behavior.
3933 (General Query Packets): Document QNonStop packet and associated
3934 qSupported query response.
3935 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
3936 behavior.
3937 (Notification Packets): New section.
3938 (Remote Non-Stop): New section.
3939 (File-I/O Overview): Mention non-stop behavior.
3940
fff08868
HZ
39412008-10-24 Hui Zhu <teawater@gmail.com>
3942 Pedro Alves <pedro@codesourcery.com>
3943
3944 * gdb.texinfo (displaced-stepping): Describe the auto mode
3945 setting, and say it's the default. This is now a mainstream
3946 setting instead of a maintenance setting.
3947
252fbfc8
PA
39482008-10-23 Pedro Alves <pedro@codesourcery.com>
3949
3950 * observer.texi (thread_stop_requested): New.
3951
20924a55
JB
39522008-10-22 Joel Brobecker <brobecker@adacore.com>
3953
3954 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
3955 (Patching): Replace incorrect usage of @samp by @kbd.
3956
bacec72f
MS
39572008-10-17 Michael Snyder <msnyder@vmware.com>
3958
3959 * gdb.texinfo: Add documentation for reverse execution.
3960
a08702d6 39612008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 3962 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
3963
3964 * gdb.texinfo. (Values From Inferior): New subsubsection.
3965
d97bc12b
DE
39662008-10-06 Doug Evans <dje@google.com>
3967
3968 * gdb.texinfo (set debug dwarf2-die): Document it.
3969
87f67dba
JB
39702008-10-01 Joel Brobecker <brobecker@adacore.com>
3971
3972 * gdb.texinfo (catch) [exception]: Document how to insert
3973 a breakpoint on user-defined exceptions when the exception
3974 name is identical to one of the language-defined ones.
3975
2fae03e8
TT
39762008-09-27 Tom Tromey <tromey@redhat.com>
3977
3978 * gdb.texinfo (Macros): Remove text about stringification,
3979 varargs, and splicing.
3980
5c6ce71d
TT
39812008-09-27 Tom Tromey <tromey@redhat.com>
3982
3983 * gdbint.texinfo (Language Support): Remove text about omitting
3984 support for a language.
3985
07128da0
DE
39862008-09-23 Doug Evans <dje@google.com>
3987
3988 * gdb.texinfo (info dcache): Update.
3989
b90a069a
SL
39902008-09-22 Sandra Loosemore <sandra@codesourcery.com>
3991
3992 * gdb.texinfo (Packets): Add info on thread-id syntax and
3993 multiprocess extensions.
3994 <D>: Document multiprocess form of packet.
3995 <H>: Use thread-id syntax.
3996 <T>: Likewise.
3997 <vCont>: Likewise. Note this is required for multiprocess.
3998 <vKill>: New packet.
3999 (Stop Reply Packets) <T>: Use thread-id syntax.
4000 <W>: Document multiprocess form of reply.
4001 <X>: Likewise.
4002 (General Query Packets) <qC>: Use thread-id syntax.
4003 <qfThreadInfo>: Likewise.
4004 <qGetTLSAddr>: Likewise.
4005 <qP>: Likewise.
4006 <qSupported>: Add "multiprocess" feature.
4007 <qThreadExtraInfo>: Use thread-id syntax.
4008
b77209e0
PA
40092008-09-22 Stan Shebs <stan@codesourcery.com>
4010
4011 * gdb.texinfo (Inferiors): New section.
4012
3d0bb823
PA
40132008-09-12 Pedro Alves <pedro@codesourcery.com>
4014
4015 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
4016
f8dcfc0a
UW
40172008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
4018
4019 * gdbint.texinfo (Target Conditionals): Remove documentation
4020 for gdbarch_name_of_malloc.
4021
8775bb90
MS
40222008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
4023
4024 * gdb.texinfo (Interrupts): Mention TCP interface for
4025 sending BREAK.
4026
f1838a98
UW
40272008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
4028
4029 * gdb.texinfo (Commands to Specify Files): Document "remote:"
4030 argument prefix to "set sysroot".
4031
158c7665
PH
40322008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
4033
4034 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
4035 and False.
4036
30e026bb
VP
40372008-08-20 Vladimir Prus <vladimir@codesourcery.com>
4038
c8d5aac9
L
4039 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
4040 for possible features of -list-features.
30e026bb 4041
c6ebd6cf
VP
40422008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4043
c8d5aac9 4044 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
4045 (GDB/MI Miscellaneous Commands): Document -list-target-features.
4046
aeac0ff9
VP
40472008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4048
4049 * doc/gdb.texinfo (PowerPC): Fix typo.
4050 (PowerPC features): Fix typo.
4051
5231c1fd
PA
40522008-08-18 Pedro Alves <pedro@codesourcery.com>
4053
4054 * observer.texi (thread_ptid_changed): New.
4055
677c5bb1
LM
40562008-08-18 Luis Machado <luisgpm@br.ibm.com>
4057
4058 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
4059 (PowerPC features): Mention feature set for VSX registers.
4060
f3a2dd1a
JB
40612008-08-13 Joel Brobecker <brobecker@adacore.com>
4062
4063 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
4064 the direct visibility of all names in user-written packages.
4065
33e5cbd6
PA
40662008-08-13 Pedro Alves <pedro@codesourcery.com>
4067
4068 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
4069 setting, and make it the default.
4070 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
4071 non-stop script example.
4072
d0384fc4
TJB
40732008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
4074
4075 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
4076 reference to the "Using Different Register and Memory Data
4077 Representation" section.
4078
a6f3e723
SL
40792008-08-12 Sandra Loosemore <sandra@codesourcery.com>
4080
4081 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
4082 (Remote Protocol): Add Packet Acknowledgment to menu.
4083 (Overview): Mention +/- can be disabled, and point to new section
4084 where this is discussed in detail.
4085 (General Query Packets): Document QStartNoAckMode packet, and
4086 corresponding qSupported reply.
4087 (Packet Acknowledgment): New section.
4088
0606b73b
SL
40892008-08-11 Sandra Loosemore <sandra@codesourcery.com>
4090 Pedro Alves <pedro@codesourcery.com>
4091
4092 * gdb.texinfo (Threads): Move paragraph about automatic thread
4093 selection to All-Stop Mode subsection.
4094 (Thread Stops): Reorganize existing material into subsections.
4095 Add introductory blurb and menu.
4096 (Non-Stop Mode): New subsection.
4097 (Background Execution): New subsection.
4098 (Maintenance Commands): Add cross-references from async mode
4099 commands to the new Background Execution section.
4100
d57a3c85
TJB
41012008-08-06 Tom Tromey <tromey@redhat.com>
4102
4103 * gdb.texinfo (Extending GDB): New chapter.
4104 (Sequences): Demoted chapter, now a section under the new
4105 Extending GDB chapter.
4106 (Python): New section.
4107
6d76a53d
SS
41082008-07-31 Stan Shebs <stan@codesourcery.com>
4109
4110 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
4111
1f70da6a
SS
41122008-07-29 Stan Shebs <stan@codesourcery.com>
4113
4114 * gdbint.texinfo: General round of cleanup and minor
4115 clarifications.
4116 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
4117 (Longjmp Support): Update description to reflect how it is done
4118 for targets without using native header.
4119 (Symbol Handling): Add a little more general explanation.
4120 (COFF, ELF): Mention stabs encapsulation.
4121 (DWARF 3): New section.
4122 (Adding a New Host): Scrub out some obsolete bits.
4123 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
4124 (Host Conditionals): Remove descriptions of NO_STD_REGS,
4125 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
4126 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
4127 SEEK_SET, STOP_SIGNAL, USG.
4128 (Raw and Virtual Register Representations): Ditto for
4129 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
4130 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
4131 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
4132 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
4133 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
4134 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
4135 DEPRECATED_REGISTER_VIRTUAL_SIZE,
4136 DEPRECATED_REGISTER_VIRTUAL_TYPE,
4137 DEPRECATED_USE_STRUCT_CONVENTION.
4138 Describe gdbarch_deprecated_fp_regnum.
4139 Update description of gdbarch_print_insn.
4140 (Adding a New Target): Scrub out obsolete bits.
4141 (Obsolete Conditionals): Remove entire section.
4142
383f836e
TT
41432008-07-25 Tom Tromey <tromey@redhat.com>
4144
4145 * observer.texi (GDB Observers): Document new observers:
4146 breakpoint_created, breakpoint_deleted, breakpoint_modified,
4147 tracepoint_created, tracepoint_deleted, tracepoint_modified,
4148 architecture_changed.
4149
cfd8ab24
SS
41502008-07-21 Stan Shebs <stan@codesourcery.com>
4151
4152 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
4153 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
4154
781b42b0
TT
41552008-07-21 Tom Tromey <tromey@redhat.com>
4156
4157 * observer.texi (GDB Observers): Remove obsolete comment.
4158 <executable_changed>: Remove argument.
4159
d7d9f01e
TT
41602008-07-18 Tom Tromey <tromey@redhat.com>
4161
4162 * gdb.texinfo (Macros): Update. Use @code rather than @command.
4163
bf250677
DE
41642008-07-10 Doug Evans <dje@google.com>
4165
4166 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
4167
10568435
JK
41682008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4169
4170 * gdb.texinfo (Starting): Document "set disable-randomization".
4171
5ae4183a
AS
41722008-07-07 Andreas Schwab <schwab@suse.de>
4173
4174 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
4175
b56e7235
VP
41762008-07-06 Vladimir Prus <vladimir@codesourcery.com>
4177
4178 * gdb.texinfo (GDB/MI Target Manipulation): Add
4179 example of -target-attach.
4180
e1ac3328
VP
41812008-06-10 Vladimir Prus <vladimir@codesourcery.com>
4182
4183 * observer.texi (target_resumed): New observer.
5ae4183a 4184 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 4185
65d12d83
TT
41862008-06-06 Tom Tromey <tromey@redhat.com>
4187
4188 * gdb.texinfo (Completion): Add field name example.
4189
fbc5282e
MK
41902008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
4191
4192 * gdb.texinfo (GDB/MI Program Context): Added example
4193 to -exec-arguments
5ae4183a 4194
fbc5282e 41952008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
4196
4197 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
4198 annotation.
4199
c16158bc 42002008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
4201 Nathan Sidwell <nathan@codesourcery.com>
4202 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
4203
4204 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
4205 and ACX_BUGURL.
4206 * configure: Regenerate.
4207 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
4208 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
4209 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
4210 mailing-list-specific text about bug reporting unless
4211 BUGURL_DEFAULT.
4212
75c99385
PA
42132008-06-05 Pedro Alves <pedro@codesourcery.com>
4214
4215 * gdb.texinfo (-target-select): Remove reference to target async.
4216 (Maintenance Commands): Document "maint set/show remote-async".
4217
1763a388
MK
42182008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
4219
4220 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
4221 in -target-file-get section.
5ae4183a 4222
d0d064df
PA
42232008-05-22 Pedro Alves <pedro@codesourcery.com>
4224
9b562ab8
PA
4225 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
4226 killing the inferior when it is already debugging a process.
d0d064df 4227
8dfa32fc
JB
42282008-05-21 Joel Brobecker <brobecker@adacore.com>
4229
4230 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
4231 abbreviation for "finish".
4232
55f996a7
NR
42332008-05-21 Nick Roberts <nickrob@snap.net.nz>
4234
4235 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
4236
ba2b1c56
DJ
42372008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
4238
4239 * gdbint.texinfo (Target Conditionals): Delete entry for
4240 gdbarch_dwarf_reg_to_regnum.
4241
08388c79
DE
42422008-05-09 Doug Evans <dje@google.com>
4243
a3c83fae 4244 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 4245
d14508fe
DE
42462008-05-05 Doug Evans <dje@google.com>
4247
4248 * gdb.texinfo (disassemble): Document /m modifier.
4249
e2b7ddea
VP
42502008-05-05 Vladimir Prus <vladimir@codesourcery.com>
4251
5ae4183a
AS
4252 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
4253 will not report the time of commands that run the target.
e2b7ddea 4254
8eb41542
VP
42552008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4256
4257 * gdb.texinfo (GDB/MI Output Records): Add
4258 missing semicolon.
4259
82f68b1c
VP
42602008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4261
4262 * gdb.texinfo (GDB/MI Output Records):
4263 Document =thread-create and =thread-exited.
4264
fa0f268d
VP
42652008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4266
4267 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 4268 Remove mention of dmi-discuss.
fa0f268d 4269
063bfe2e
VP
42702008-05-03 Pedro Alves <pedro@codesourcery.com>
4271
4272 * observer.texi (thread_exit): New.
4273
237fc4c9
PA
42742008-05-02 Pedro Alves <pedro@codesourcery.com>
4275
4276 * gdb.texinfo (Debugging Output): Document "set/show debug
4277 displaced".
4278 (Maintenance Commands): Document "maint set/show
4279 can-use-displaced-stepping".
4280
0428b8f5
DJ
42812008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
4282
4283 * gdb.texinfo (ARM): Document set/show arm fallback-mode
4284 and set/show arm force-mode.
4285
5009afc5
AS
42862008-05-02 Andreas Schwab <schwab@suse.de>
4287
4288 * gdbint.texinfo (Algorithms): Describe
4289 target_watchpoint_addr_within_range.
4290
669fac23
DJ
42912008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
4292
4293 * gdbint.texinfo (Stack Frames): New chapter.
4294 (Algorithms): Move Frames text to the new chapter.
4295 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
4296 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
4297
721c02de
VP
42982008-04-24 Vladimir Prus <vladimir@codesourcery.com>
4299
5ae4183a
AS
4300 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
4301 output does not necessary include any tokens.
721c02de 4302
c055b101
CV
43032008-04-22 Corinna Vinschen <vinschen@redhat.com>
4304
4305 * gdb.texinfo (Set SH Calling convention): New @item.
4306 (Show SH Calling convention): Ditto.
4307
68837c9d
MD
43082008-04-22 Markus Deuling <deuling@de.ibm.com>
4309
4310 * gdb.texinfo (Fortran Operators): Describe '%' operator.
4311
2e9132cc
EZ
43122008-04-20 Eli Zaretskii <eliz@gnu.org>
4313
4314 * gdb.texinfo (Set Breaks): Mention that multiple location
4315 breakpoints need line number info. Add index entries.
4316
31fffb02
CS
43172008-04-19 Craig Silverstein <csilvers@google.com>
4318
4319 * gdb.texinfo (Requirements): Add an optional requirement on
4320 zlib.
4321 * gdbint.texinfo (Debugging File Formats): Add new subsection for
4322 Compressed DWARF 2.
4323
a47ec5fe
AR
43242008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
4325
4326 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
4327 sample output for 'stopped,reason="breakpoint-hit"' message.
4328 (GDB/MI Program Execution): Likewise.
4329
de051565
MK
43302008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
4331
5ae4183a 4332 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
4333 -var-set-format. Add -f option to -var-evaluate-expression.
4334
6ba66d6a
JB
43352008-04-03 Joel Brobecker <brobecker@adacore.com>
4336
4337 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
4338 new node "Ambiguous Expressions". Replace references to this
4339 node by references to "Ambiguous Expressions" throughout.
4340 (Ambiguous Expressions): New node.
4341
1e26b4f8
DJ
43422008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
4343
4344 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
4345
b84876c2
PA
43462008-03-21 Pedro Alves <pedro@codesourcery.com>
4347
4348 * gdb.texinfo (Debugging Output): Document
4349 "set/show debug lin-lwp-async".
4350 (Maintenance Commands): Document "maint set/show linux-async".
4351
63092375
DJ
43522008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
4353
4354 * gdb.texinfo (Expressions): Update description of malloced arrays.
4355
8e8901c5
VP
43562008-03-15 Vladimir Prus <vladimir@codesourcery.com>
4357
4358 * gdb.texinfo (Thread Commands): Document
4359 -thread-info. Remove -thread-list-all-threads.
4360
1fddbabb
PA
43612008-03-14 Pedro Alves <pedro@codesourcery.com>
4362 Sandra Loosemore <sandra@codesourcery.com>
4363
4364 * gdb.texinfo (Library List Format): Update to mention the
4365 possibility to pass section addresses instead of segment
4366 addresses.
4367
ccd213ac
DJ
43682008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
4369
4370 * gdb.texinfo (Starting): Document "set exec-wrapper".
4371 (Server): Document gdbserver --wrapper.
4372
fa4727a6
DJ
43732008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
4374
4375 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
4376 unreadable memory. Delete obsolete SPARClite reference.
4377
8edfe269
DJ
43782008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
4379
4380 * gdb.texinfo (Starting): Mention always-running targets.
4381 (Target Commands): Add an anchor for load.
4382 (Connecting): Explain continue instead of run.
4383
1843f87b
DJ
43842008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4385
4386 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
4387
f9082629
NR
43882008-02-26 Nick Roberts <nickrob@snap.net.nz>
4389
4390 * gdb.texinfo (Set Breaks): Revert description of Enb column of
4391 breakpoint table.
4392
fd96d250
PA
43932008-02-19 Pedro Alves <pedro@codesourcery.com>
4394
4395 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
4396 killing the inferior when it is already debugging a process.
4397
36af4ef6
MD
43982008-02-13 Markus Deuling <deuling@de.ibm.com>
4399
4400 * gdbint.texinfo (Build Script): New section. Mention new build script
4401 gdb_buildall.sh.
4402
cda4ce5a
JB
44032008-02-01 Jim Blandy <jimb@red-bean.com>
4404
4405 * gdb.texinfo (Help): Summarize 'info args' correctly.
4406
4acd40f3
TJB
44072008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4408
4409 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
4410 available in PowerPC architecture.
4411 (Embedded Processors): Change node name of PowerPC item in menu.
4412 (PowerPC): Rename to...
4413 (PowerPC Embedded): this.
4414 (Architectures): Add new PowerPC item in menu.
4415 (PowerPC): New node.
4416
6e6c6f50
DJ
44172008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
4418
4419 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
4420 commands.
4421
5ee187d7
DJ
44222008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
4423
4424 * gdb.texinfo (Setting Catchpoints): Mention features
4425 supported on GNU/Linux.
4426
e275c0d9
NR
44272008-01-30 Nick Roberts <nickrob@snap.net.nz>
4428
4429 * gdb.texinfo (GDB/MI File Commands): Describe new output
4430 field for MI command -file-list-exec-source-file.
4431
2d717e4f
DJ
44322008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
4433
4434 * gdb.texinfo (Using the `gdbserver' Program): Add security
4435 warning. Rearrange into subsections and subsubsections. Document
4436 --multi and --debug. Correct --with-sysroot typo. Update --attach
4437 usage. Make load reference clearer. Document monitor exit.
4438 (Remote Configuration): Document set remote exec-file, attach-packet,
4439 and run-packet.
4440 (Packets): Document vAttach and vRun.
4441
d35a4257 44422008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
4443
4444 * gdb.texinfo (Processes): Mention process command.
889bf7c5 4445 detach-on-follow -> detach-on-fork.
f663676d 4446
c78d192c
DJ
44472008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4448
4449 * gdbint.texinfo (Native Conditionals): Remove
4450 SHELL_COMMAND_CONCAT and SHELL_FILE.
4451
d35a4257
EZ
44522008-01-26 Eli Zaretskii <eliz@gnu.org>
4453
4454 * gdb.texinfo (Specify Location): Improve wording.
4455
93815fbf
VP
44562008-01-23 Chris Demetriou <cgd@google.com>
4457
4458 * gdb.texinfo (Threads): Document new "set print thread-events"
4459 and "show print thread-events" commands.
4460
2a25a5ba
EZ
44612008-01-19 Eli Zaretskii <eliz@gnu.org>
4462
4463 * gdb.texinfo (Specify Location): New section.
4464 (Delete Breaks, Edit, Set Breaks): Remove description of
4465 locations. Instead, add a reference to "Specify Location".
4466 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
4467 (Symbols): Refer to "Specify Location" for the valid forms of
4468 linespecs and locations.
4469
32c9a795
MD
44702008-01-18 Markus Deuling <deuling@de.ibm.com>
4471
4472 * gdbint.texinfo (Target Conditionals): Replace the description of
4473 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
4474
b17828ca
JB
44752008-01-12 Paul Hilfinger <hilfinger@adacore.com>
4476
4477 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
4478 about &&var, which is rejected by the expression parser.
4479
0aea4bf3
LM
44802008-01-09 Luis Machado <luisgpm@br.ibm.com>
4481
4482 * gdb.texinfo (Output): Update documentation on using printf with DFP
4483 types.
4484
febe4383
TJB
44852008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
4486
4487 * gdb.texinfo (C and C++): Add Decimal Floating Point format
4488 subsubsection.
4489 (Decimal Floating Point format): New subsubsection.
4490
7a404eba
PA
44912008-01-05 Pedro Alves <pedro@codesourcery.com>
4492
4493 * gdb.texinfo (File Options): Remove mention of the attempt to
4494 open a core file with the -p option. Don't list -c as a valid
4495 option to attach to a process.
4496
a4d9b460
PA
44972008-01-05 Pedro Alves <pedro@codesourcery.com>
4498
4499 * gdbint.texinfo (Host Conditionals): Remove mention of
4500 ALIGN_STACK_ON_ENTRY.
4501
6ec2edbe
JB
45022008-01-05 Joel Brobecker <brobecker@adacore.com>
4503
4504 * gdbint.texinfo (Start of New Year Procedure): Add item
4505 describing how to update the source and documentation copyright
4506 notices.
4507
d8b2a693
JB
45082007-12-18 Jim Blandy <jimb@codesourcery.com>
4509
ab209b3a 4510 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
4511 watchpoint explanation into the main description of the watchpoint
4512 command; update synopses of 'watch', 'rwatch', and 'awatch'
4513 commands.
4514
8b4ed427
VP
45152007-12-18 Vladimir Prus <vladimir@codesourcery.com>
4516
4517 * gdb.texinfo (Miscellaneous gdb/mi Commands):
4518 Document 'pending-breakpoints' feature of
4519 -list-features.
4520
37e4754d
LM
45212007-12-17 Luis Machado <luisgpm@br.ibm.com>
4522
669fac23 4523 * gdb.texinfo: Add new parameter's description.
37e4754d 4524
1d3811f6
DJ
45252007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
4526
4527 * gdb.texinfo (Overview): Clarify run-length encoding
4528 example. Remove the restriction on "+" and "-" characters.
4529
c1c25a1a
EZ
45302007-12-15 Eli Zaretskii <eliz@gnu.org>
4531
4532 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
4533
afe8ab22 45342007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 4535
afe8ab22
VP
4536 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
4537 the -f option for -break-insert, remove -r option,
4538 and clarify specification of location.
4539
a6b151f1
DJ
45402007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
4541
4542 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
4543 formatting.
4544 (Remote Debugging): Add File Transfer section.
4545 (Remote Configuration): Document Host I/O packets.
4546 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 4547 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
4548 (Packets): Add vFile.
4549
3b784c4f
EZ
45502007-11-17 Eli Zaretskii <eliz@gnu.org>
4551
4552 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
4553 breakpoints with multiple locations.
4554 (Breakpoint Menus): Improve wording.
4555 (Output): Fix last change.
4556
a4ce5b0d
UW
45572007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
4558
4559 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
4560
1b39d5c0
DE
45612007-11-15 Doug Evans <dje@google.com>
4562
4563 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
4564
7a72d44c
VP
45652007-11-15 Vladimir Prus <vladimir@codesourcery.com>
4566
4567 * gdbint.texinfo (Native Conditionals): Remove
4568 mention of CLEAR_SOLIB.
5ae4183a 4569
6d1829bf 45702007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
4571
4572 * gdb.texinfo (Print Settings): Add documentation for "set/show
4573 print frame-arguments".
4574
1a619819
LM
45752007-11-05 Luis Machado <luisgpm@br.ibm.com>
4576
3b784c4f 4577 * gdb.texinfo (Output): Update printf command's description.
1a619819 4578
55eddb0f
DJ
45792007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
4580
4581 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
4582 powerpc soft-float".
4583
9cceb671
DJ
45842007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4585
4586 * gdb.texinfo (Files): Correct formatting. Mention Expat
4587 requirement.
4588 (Requirements for Building GDB): Expand the list of Expat
4589 uses.
4590 (Library List Format, Memory Map Format): Mention Expat.
4591 (Target Descriptions): Update Expat wording.
4592
83acabca
DJ
45932007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4594
4595 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
4596 Document that gdbarch_convert_register_p should return zero for no-op
4597 conversions.
4598
e35879db
UW
45992007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
4600
83acabca 4601 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
4602 of set_gdbarch_sofun_address_maybe_missing back to ...
4603 (Target Conditionals): ... here to fix build break.
4604
203c3895
UW
46052007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
4606
83acabca 4607 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
4608 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
4609 (Compiler Characteristics): ... documentation of
4610 set_gdbarch_sofun_address_maybe_missing.
4611
11411de3
DJ
46122007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
4613
4614 * gdbint.texinfo (Target Conditionals): Use
4615 frame_unwind_register_unsigned in examples instead of
4616 frame_unwind_unsigned_register.
4617
7cc46491
DJ
46182007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4619
4620 * gdb.texinfo (Predefined Target Types): Add int128
4621 and uint128.
4622 (Standard Target Features): Add PowerPC features.
4623
81adfced
DJ
46242007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4625
4626 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
4627
c1874924
UW
46282007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4629
4630 * gdbint.texi (Target Conditionals): Remove documentation
4631 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
4632 gdbarch_extract_return_value, and gdbarch_store_return_value.
4633
f6e56ab3
UW
46342007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4635
4636 * gdbint.texi (Target Conditionals): Remove documentation of
4637 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
4638
56cf5405
KH
46392007-10-11 Kazu Hirata <kazu@codesourcery.com>
4640
4641 * gdb.texinfo: Mention that inaccessible-by-default is on by
4642 default.
4643
35156bae
DJ
46442007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4645
4646 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
4647
d983da9c
DJ
46482007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
4649
4650 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
4651 multi-threaded watchpoints.
4652 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
4653 checked. Describe sticky notification. Expand description
4654 of steppable and continuable watchpoints.
4655 (Watchpoints and Threads): New subsection.
4656
fe6fbf8b
VP
46572007-09-28 Vladimir Prus <vladimir@codesourcery.com>
4658
4659 * gdb.texinfo (Setting Breakpoints): Revise
4660 documentation for pending breakpoints. Document
4661 breakpoints with multiple locations.
5ae4183a 4662
084344da
VP
46632007-09-19 Vladimir Prus <vladimir@codesourcery.com>
4664
4665 * gdb.texinfo (Miscellaneous gdb/mi Commands):
4666 Document -list-features.
5ae4183a 4667
82160952
EZ
46682007-09-15 Eli Zaretskii <eliz@gnu.org>
4669
4670 * gdb.texinfo (Output): Spell out which features of C's printf are
4671 not supported by GDB's printf.
7e27a47a
EZ
4672 (Separate Debug Files): More accurate wording regarding build ID
4673 and a reference to the ld manual rather than the Fedora wiki.
82160952 4674
ea37ba09
DJ
46752007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
4676 Jim Blandy <jimb@codesourcery.com>
4677
4678 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
4679 (Examining Memory): Update mentions of the 's' format.
4680 (Automatic Display): Likewise.
4681
b8533aec
DJ
46822007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
4683
4684 * gdb.texinfo: Update the FSF's Back-Cover Text.
4685
83f83d7f
JK
46862007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4687 Eli Zaretskii <eliz@gnu.org>
4688
4689 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
4690 Fixed the ``build ID'' name. New binaries build instructions for the
4691 build ID inclusion. Explain how the commands are specific to the build
4692 ID vs. debug link.
4693
c7e83d54
EZ
46942007-09-01 Eli Zaretskii <eliz@gnu.org>
4695
4696 * gdb.texinfo (Separate Debug Files): Fix last change. Add
4697 indexing for ``build ID'' support.
4698
d3750b24
JK
46992007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4700
4701 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
4702 Enlisted BUILD ID to the debug file searching example.
4703 Included a BUILD ID `.note.gnu.build-id' section description.
4704 Updated/added the debug files splitting instructions for OBJCOPY.
4705
02142340
VP
47062007-08-31 Vladimir Prus <vladimir@codesourcery.com>
4707
4708 * gdb.texinfo (Variable Objects): Adjust docs
4709 for -var-info-expression and document
4710 -var-info-path-expression.
4711
d3bdde98
JB
47122007-08-20 Jim Blandy <jimb@codesourcery.com>
4713
3fb6a982
JB
4714 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
4715 (title page): Include the dedication in the printed manual, as a
4716 separate page after the copyright notice.
5ae4183a 4717
d3bdde98
JB
4718 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
4719 don't break a @var across a line.
4720
c80a96a8
MR
47212007-07-25 Maciej W. Rozycki <macro@mips.com>
4722
4723 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
4724 for include files.
4725
5824a901
NR
47262007-07-12 Nick Roberts <nickrob@snap.net.nz>
4727
4728 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
4729 in annotate.texinfo.
4730 (Command History): Link to new node.
5824a901 4731
d52e7ea3
UW
47322007-07-05 Markus Deuling <deuling@de.ibm.com>
4733
4734 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
4735
5fc14d0a
EZ
47362007-07-05 Eli Zaretskii <eliz@gnu.org>
4737
4738 * gdbint.texinfo (Target Conditionals): Fix last change.
4739
4a9bb1df
UW
47402007-07-03 Markus Deuling <deuling@de.ibm.com>
4741
4742 * gdb.texinfo: Replace following macros by their appropriate gdbarch
4743 routines:
4744 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
4745 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
4746 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
4747 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
4748 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
4749 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
4750 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
4751 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
4752 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
4753 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
4754 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
4755 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
4756 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
4757 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
4758 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
4759 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
4760 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
4761 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
4762 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
4763 (SOFTWARE_SINGLE_STEP_P)
4764
4765 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
4766 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
4767
4768 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
4769 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
4770 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
4771 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
4772 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
4773 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
4774 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
4775 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
4776 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
4777 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
4778
4779 (Converting an existing Target Architecture to Multi-arch): Remove
4780 section.
4781
4782 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
4783 (gdbarch_addr_bits_remove): Add code example.
4784
4785 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
4786
cfa9d6d9
DJ
47872007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
4788
4789 * gdb.texinfo (Remote Configuration): Document library-info-packet.
4790 Add other missing entries. Adjust the table size to fit.
4791 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
4792 stop reasons including the new "library" event.
4793 (General Query Packets): Adjust table widths for qSupported. Mention
4794 qXfer:libraries:read reply to qSupported and document the new packet.
4795 (Library List Format): New section.
4796
159fcc13
JK
47972007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4798
4799 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
4800
f66d1690
MS
48012007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
4802
4803 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
4804
67102876
NR
48052007-06-25 Nick Roberts <nickrob@snap.net.nz>
4806
4807 * gdbint.texinfo (Register and Memory Data): Break sections
4808 into nodes and add a menu.
4809
a4642986
MR
48102007-06-21 Maciej W. Rozycki <macro@mips.com>
4811
4812 * gdb.texinfo (Examining Memory): Document the new behaviour.
4813
e9c17194
VP
48142007-06-21 Vladimir Prus <vladimir@codesourcery.com>
4815
4816 * gdb.texinfo (Standard Target Features): Document
4817 m68k features.
4818
31d99776
DJ
48192007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4820
4821 * gdb.texinfo (General Query Packets): Document qOffsets changes.
4822
1780a0ed
DJ
48232007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4824
4825 * gdb.texinfo (Target Description Format): Add version attribute
4826 for <target>.
4827
822b6570
DJ
48282007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4829
4830 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
4831
f8b73d13
DJ
48322007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4833
4834 * gdb.texinfo (MIPS Features): New subsection.
4835
0e7f50da
UW
48362007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4837 Markus Deuling <deuling@de.ibm.com>
4838
4839 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
4840 and qXfer:spu:write packets and mention them under qSupported.
4841
23d964e7
UW
48422007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4843 Markus Deuling <deuling@de.ibm.com>
4844
4845 * gdb.texinfo (Architectures): Add new SPU section to document
4846 Cell Broadband Engine SPU architecture specific commands.
4847
9f708cb2
VP
48482007-06-09 Vladimir Prus <vladimir@codesourcery.com>
4849
4850 * gdb.texinfo (GDB/MI Variable Objects): Editorial
4851 comments.
4852
7579b5f8
NR
48532007-06-07 Nick Roberts <nickrob@snap.net.nz>
4854
4855 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
4856
bf06d120
JB
48572007-05-29 Jim Blandy <jimb@codesourcery.com>
4858
4859 * gdb.texinfo (Overview): Doc fix.
4860
23776285
MR
48612007-05-22 Maciej W. Rozycki <macro@mips.com>
4862
4863 * gdb.texinfo (Remote Configuration): Document "set/show
4864 remoteflow".
4865
1a69e1e4
DJ
48662007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
4867
bf06d120
JB
4868 * gdb.texinfo (MIPS): Remove documentation for set mips
4869 saved-gpreg-size, show mips saved-gpreg-size, and set mips
4870 stack-arg-size.
1a69e1e4 4871
46ba6afa 48722007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4873
46ba6afa
BW
4874 * all-cfg.texi (GDBTUI): New.
4875 * gdb.texinfo (Mode Options): Use GDBTUI variable.
4876 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
4877 (TUI Configuration): Edit to improve clarity and fix problems of
4878 both style and content.
5ae4183a 4879
06d3b283
UW
48802007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
4881
4882 * observer.texi (GDB Observers): New observer "new_objfile".
4883
179101d6
UW
48842007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
4885
4886 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
4887
25d5ea92
VP
48882007-04-14 Vladimir Prus <vladimir@codesourcery.com>
4889
4890 * gdb.texinfo (GDB/MI Variable Objects): Document
4891 frozen variables objects.
5ae4183a 4892
ea35711c
DJ
48932007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
4894
4895 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
4896 (Character Sets, Caching Data of Remote Targets): Likewise.
4897 (Targets): Delete Remote node. Move its text...
4898 (Debugging Remote Programs): ...to here. Delete description
4899 of the "remote" command.
4900 (Remote configuration): Delete description of "set remotedevice"
4901 and "show remotedevice".
4902 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
4903
db2e3e2e
BW
49042007-04-11 Bob Wilson <bob.wilson@acm.org>
4905
5ae4183a
AS
4906 * gdb.texinfo (Contributors, Continuing and Stepping)
4907 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
4908 (General Query Packets, File-I/O Remote Protocol Extension)
4909 (Protocol Basics, The F Reply Packet, Write)
4910 (Protocol-specific Representation of Datatypes, Memory Transfer):
4911 Fix hyphenation, punctuation and grammar problems.
4912 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
4913 'section' instead of 'subsection' in the text.
4914 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
4915 (i386): Remove period from section name.
db2e3e2e
BW
4916 (Installing GDB, Requirements, Running Configure, Separate Objdir)
4917 (Config Names, Configure Options): Use @file{configure}.
4918
8a3dae3e
DJ
49192007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
4920
4921 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
4922 and tab expansion.
4923
1a92f856
DJ
49242007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
4925
4926 * gdbint.texinfo (SOM): Correct location of the SOM reader.
4927
79a6e687 49282007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4929
79a6e687
BW
4930 * gdb.texinfo: Consistently capitalize all significant words in
4931 node names, chapter titles, section titles, and headings. Update
4932 cross references to match.
4933 (Starting and Stopping Trace Experiment): Make node name plural.
4934 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 4935
ad527d2e
PA
49362007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
4937
4938 * gdb.texinfo (WinCE): Delete obsolete subsection.
4939
7ce59000
DJ
49402007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4941
4942 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
4943 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
4944 references.
4945
8807d78b
DJ
49462007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4947
4948 * gdb.texinfo (Startup): Delete references to some alternate
4949 names for .gdbinit.
4950 (Thread): Remove LynxOS reference.
4951 (Tandem ST2000): Delete target-specific documentation.
4952 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
4953 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
4954 and GDB_OSABI_LYNXOS.
4955
5f402660
UW
49562007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
4957
4958 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
4959
bac718a6
UW
49602007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
4961
4962 * gdbint.texinfo (Target Conditionals): Remove mention of
4963 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
4964 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
4965
9453113a
DJ
49662007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
4967
4968 * Makefile.in: Add "pdfdir" installation
4969 directory, PDFTEX macro, support for "install-pdf" target,
4970 and rules for making a pdf version of refcard.texi.
4971 * refcard.tex: Specify paper size for PDF output.
4972
ae21e955 49732007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4974
ae21e955 4975 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 4976
3f94c067 49772007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4978
3f94c067
BW
4979 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
4980 (Source Path, Character Sets, Macros, Define)
4981 (GDB/MI Result Records, GDB/MI Simple Examples)
4982 (GDB/MI Program Execution, GDB/MI File Commands)
4983 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
4984 (Bug Reporting): Use @value{GCC}.
5ae4183a 4985
12c27660 49862007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4987
12c27660
BW
4988 * gdb.texinfo (Help): Fix formatting of examples.
4989 (Variables): Use @ifnotinfo instead of @iftex.
4990 (Non-debug DLL symbols): Use @ref instead of @pxref.
4991 (Sparclet File): Use @samp instead of quotes.
5ae4183a 4992
ce9341a1
BW
49932007-03-26 Bob Wilson <bob.wilson@acm.org>
4994
4995 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
4996
c8f4133a
BW
49972007-03-26 Bob Wilson <bob.wilson@acm.org>
4998
4999 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
5000 the order of the nodes.
5001 (C Operators, C Constants, Debugging C): Remove extra menus.
5002 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 5003
c8f4133a 50042007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
5005
5006 * gdb.texinfo (File Options): Add missing parenthesis.
5007 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
5008
c74d0ad8
DJ
50092007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5010
5011 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
5012
ff6f572f
DJ
50132007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5014
669fac23 5015 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
5016 case insensitivity.
5017 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
5018
994337c3
NR
50192007-02-18 Nick Roberts <nickrob@snap.net.nz>
5020
5021 * gdb.texinfo (Top): Put Appendix A after numbered sections.
5022 (Files): Add section name to argument list for pxref.
5023 (Non-debug DLL symbols): Don't use `see' for pxref.
5024 (Embedded Processors): Fix typo.
5025 (GDB/MI Breakpoint Commands): Execution commands generate
5026 *stopped not ^done.
5027
eb819d70
NR
50282007-02-13 Nick Roberts <nickrob@snap.net.nz>
5029
5030 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
5031 values for in_scope. Mention that only root variables can be
5032 updated.
5033 (GDB/MI Development and Front Ends): Explain new values may be
5034 added to existing fields.
5035
123dc839
DJ
50362007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
5037
5038 * gdb.texinfo (-target-disconnect): Use @smallexample.
5039 (Requirements): Add anchor for Expat. Update description.
5040 (Target Descriptions): Mention Expat.
5041 (Target Description Format): Document new elements. Use
5042 @smallexample.
5043 (Predefined Target Types, Standard Target Features): New sections.
669fac23 5044 * gdbint.texinfo (Target Descriptions): New section.
123dc839 5045
108546a0
DJ
50462007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
5047
5048 * gdb.texinfo (Target Description Format): Add section on XInclude.
5049
95a98c01
NR
50502006-02-03 Nick Roberts <nickrob@snap.net.nz>
5051
5052 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
5053 command -enable-timings.
5054
f4b3909f
EZ
50552007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
5056
5ae4183a 5057 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
5058 descriptions for new/deleted elements in gdb_osabi. Add missing
5059 description for function generic_elf_osabi_sniff_abi_tag_sections.
5060
c7ba131e
JB
50612007-01-29 Joel Brobecker <brobecker@adacore.com>
5062
5063 * gdb.texinfo (Maintenance Commands): Add documentation for
5064 the new "maint print target-stack" command.
5065
3a60f64e
JK
50662007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5067 Eli Zaretskii <eliz@gnu.org>
5068
f4b3909f 5069 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 5070
c582f8b6
EZ
50712007-01-26 Eli Zaretskii <eliz@gnu.org>
5072
5073 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
5074 Use @value{NGCC} instead of @value{GCC}.
5075
d3e8051b
EZ
50762007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
5077
5078 * agentexpr.texi: Fix typos.
5079 * annotate.texinfo: Likewise.
5080 * gdb.texinfo: Likewise.
5081 * gdbint.texinfo: Likewise.
5082 * observer.texi: Likewise.
5083 * stabs.texinfo: Likewise.
5084
86f04699
EZ
50852007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
5086
5087 * gdbint.texinfo (Support Libraries): Remove mmalloc
5088 entry. Describe readline library.
5089
23181151
DJ
50902007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
5091
5092 * gdb.texinfo (Target Descriptions): New section.
5093 (General Query Packets): Add QPassSignals anchor. Mention
5094 qXfer:features:read under qSupported. Expand mentions of
5095 qXfer:memory-map:read and QPassSignals. Document
5096 qXfer:features:read.
5097
f822c95b
DJ
50982007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
5099
5100 * gdb.texinfo (Commands to specify files): Describe
5101 "set sysroot" and "show sysroot".
5102 (Using the `gdbserver' program): Lowercase argument
5103 to @var. Expand description of setting up GDB on the
5104 host.
5105
8936fcda
JB
51062007-01-05 Joel Brobecker <brobecker@adacore.com>
5107
5108 * gdb.texinfo (Set Catchpoints): Add documentation for the new
5109 catch exception, catch exception unhandled, and catch assert
5110 commands.
5111
e776119f
DJ
51122007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5113
5114 * gdb.texinfo (Debugging Output): Document "set debug xml"
5115 and "show debug xml".
5116
aa79a185
DJ
51172007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5118
5119 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
5120
7f893741
JB
51212007-01-01 Joel Brobecker <brobecker@adacore.com>
5122
5123 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
5124
a1b5960f
VP
51252006-12-08 Vladimir Prus <vladimir@codesourcery.com>
5126
5127 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
5128 note in @ignore, to be removed later if nobody complains.
5129
9f470e6e
NR
51302006-12-04 Nick Roberts <nickrob@snap.net.nz>
5131
5132 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
5133 of -var-delete.
5134
765dc015 51352006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 5136
765dc015 5137 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
5138 automatic software/hardware breakpoint usage and
5139 the "set breakpoint auto-hw" command.
765dc015 5140
4b5752d0
VP
51412006-11-21 Vladimir Prus <vladimir@codesourcery.com>
5142
5143 * gdb.texinfo (Memory Access Checking): New.
5144
89be2091
DJ
51452006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
5146
5147 * gdb.texinfo (Remote configuration): Mention
5148 "pass-signals-packet".
5149 (General Query Packets): Document QPassSignals. Fix
5150 a typo.
5151
ca3bf3bd
DJ
51522006-11-14 Maxim Grigoriev <maxim@tensilica.com>
5153
5154 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
5155
427c3a89
DJ
51562006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
5157
5158 * gdb.texinfo (Remote configuration): Rewrite documentation for
5159 packet configuration commands.
5160 (OS Information): Adjust reference to qXfer:auxv:read.
5161 (General Query Packets): Remove references to read-aux-vector-packet
5162 and set remote get-thread-local-storage-address.
5163
7a107747
DJ
51642006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
5165
5166 * gdbint.texinfo (Target Architecture Definition): Add new
5167 Initializing a New Architecture section.
5168
1c56eb0e
EZ
51692006-10-31 David Taylor <dtaylor@emc.com>
5170
5171 * stabs.texinfo (Macro define and undefine): New node describing
5172 stabs for #define and #undef.
5173
f73adfeb
AS
51742006-10-27 Andreas Schwab <schwab@suse.de>
5175
5176 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
5177
fd60e0df
EZ
51782006-10-21 Eli Zaretskii <eliz@gnu.org>
5179
5180 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
5181 clarify on the possible meanings of ``expression'' watched by
5182 watchpoints. Add indexing.
e5ac9b53
EZ
5183 (Prompting, Errors, Invalidation, Annotations for Running)
5184 (Source Annotations): Fix index entries by adding "annotation" to
5185 them, to discriminate from index entries that point to the more
5186 general topic descriptions.
fd60e0df 5187
52bb452f
DJ
51882006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5189
5190 * gdbint.texinfo (Target Vector Definition): Move most
5191 content into Existing Targets. Add a menu.
5192 (Existing Targets): New section, moved from Target Vector
5193 Definition. Use @subsection.
5194 (Managing Execution State): New section.
5195
58955e58
BW
51962006-10-16 Bob Wilson <bob.wilson@acm.org>
5197
5198 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
5199
c8aa23ab
EZ
52002006-10-15 Eli Zaretskii <eliz@gnu.org>
5201
5202 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
5203 (Command Syntax, Signals, Backtrace, Connecting)
5204 (Remote configuration, Renesas Boards, Console I/O): Fix last
5205 change: use Ctrl- instead of C-, except wrt Emacs.
5206 (File-I/O Examples): Put Ctrl-c in @kbd.
5207 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
5208 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
5209 (Signals, Set Breaks, Set Watchpoints): Document optional
5210 arguments to `info signals' `handle', `info breakpoints', and
5211 `info watchpoints'.
c8aa23ab 5212
e7109c7e
EZ
52132006-10-14 Eli Zaretskii <eliz@gnu.org>
5214
5215 * gdb.texinfo (Backtrace): Fix last change.
5216
de3aea7b
NR
52172006-10-14 Nick Roberts <nickrob@snap.net.nz>
5218
5219 * gdb.texinfo (Backtrace): Order correctly and add other cases.
5220
7f9087cb
BW
52212006-10-10 Bob Wilson <bob.wilson@acm.org>
5222
c8aa23ab
EZ
5223 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
5224 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
5225 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 5226
68437a39
DJ
52272006-09-21 Vladimir Prus <vladimir@codesourcery.com>
5228 Daniel Jacobowitz <dan@codesourcery.com>
5229
5230 * gdb.texinfo (Packets): Document vFlashErase,
5231 vFlashWrite and vFlashDone packets.
5232 (General Query Packets): Document qXfer:memory-map:read.
5233 Add a new feature for qXfer:memory-map:read.
5234 (Memory map format): New section.
5235 (Target Commands): Mention that gdb can write flash.
5236
fd79ecee
DJ
52372006-09-21 Vladimir Prus <vladimir@codesourcery.com>
5238 Daniel Jacobowitz <dan@codesourcery.com>
5239
5240 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
5241 memory regions and "mem auto".
5242
350da6ee
DJ
52432006-09-21 Nathan Sidwell <nathan@codesourcery.com>
5244
5245 * gdbint.texinfo (Array Containers): New section.
5246
2f1acb09
VP
52472006-09-17 Vladimir Prus <vladimir@codesourcery.com>
5248
5249 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5250 -stack-list-arguments HIGH_FRAME argument can be larger then the
5251 actual number of frames.
5252
2ab1eb7a
VP
52532006-09-07 Vladimir Prus <vladimir@codesourcery.com>
5254
5255 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
5256 -stack-list-locals HIGH_FRAME argument can be larger then the
5257 actual number of frames.
2ab1eb7a 5258
599b237a
BW
52592006-09-02 Bob Wilson <bob.wilson@acm.org>
5260
5261 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
5262 Register Packet Format, Tracepoint Packets): Fix spelling errors.
5263
25ab7e6d
EZ
52642006-09-02 Eli Zaretskii <eliz@gnu.org>
5265
5266 * gdbint.texinfo (Overall Structure): New section "Source Tree
5267 Structure".
5268
940178d3
JB
52692006-08-17 Jim Blandy <jimb@codesourcery.com>
5270
5271 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
5272 responses.
5273
30daae6c
JB
52742006-08-08 Joel Brobecker <brobecker@adacore.com>
5275
5276 * gdb.texinfo (Source Path): Add documentation for new
5277 substitute-path commands.
5278
7fa2210b
DJ
52792006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
5280
5281 * gdb.texinfo (Installing GDB): Update menu. Move text to...
5282 (Running Configure): ...here.
5283 (Requirements): New node. Mention expat.
5284
3d00d119
DJ
52852006-08-08 Vladimir Prus <vladimir@codesourcery.com>
5286
5ae4183a 5287 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
5288 'set download-write-size' and 'show download-write-size'.
5289
0cbfa4ee
DJ
52902006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
5291
5292 * stabs.texinfo (Member Type Descriptor): Correct example for
5293 pointer to member types.
5294
16026cd7
AS
52952006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
5296
5297 * gdb.texinfo (Optional warnings and messages): Add
5298 'set/show trace-commands'.
5299 (Command files): Add '-v' to source command.
5300
0876f84a
DJ
53012006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
5302
5303 * gdb.texinfo (OS Information): Update qPart reference to
5304 qXfer.
5305 (Remote configuration): Likewise.
5306 (Overview): Move @cindex to the start of a paragraph. Talk
5307 about binary data encoding.
5308 (Packets): Refer to the overview for the details of the X
5309 packet encoding.
5310 (General Query Packets): Remove qPart description. Add qXfer
5311 description. Add an anchor to qSupported. Correct feature
5312 table title. Add a new feature for qXfer:auxv:read.
5313 (Interrupts): Add a missing parenthesis.
5314
2ec3381a
DJ
53152006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
5316
669fac23 5317 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
5318 (GDB/MI Kod Commands): Remove commented out node.
5319
594fe323
EZ
53202006-07-01 Eli Zaretskii <eliz@gnu.org>
5321
5322 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
5323 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
5324 (GDB/MI Thread Commands, GDB/MI Program Execution)
5325 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
5326 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
5327 (GDB/MI File Commands, GDB/MI Target Manipulation)
5328 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
5329 since the MI prompt is hard-wired into the code.
5330
7e3fb70c
NR
53312006-07-01 Nick Roberts <nickrob@snap.net.nz>
5332
5333 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
5334 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
5335 (GDB/MI Data Manipulation): Remove description of unimplemented
5336 display related commands as variable objects perform this function
5337 and are superior: -display-delete, -display-disable,
5338 -display-enable, -display-insert and -display-list. Move
5339 -environment-cd, -environment-directory, -environment-path
5340 and -environment-pwd to "Program Context".
5341 (GDB/MI Program Control): Rename to "Program Execution". Move
5342 -exec-arguments -exec-abort to...
5343 (GDB/MI Program Context): ...here. New node split from "Data
5344 Manipulation".
5345
be2a5f71
DJ
53462006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
5347
5348 * gdb.texinfo (Remote configuration): Document set / show
5349 remote supported-packets.
5350 (General Query Packets): Document qSupported packet.
5351
fc320d37
SL
53522006-06-10 Sandra Loosemore <sandra@codesourcery.com>
5353
5354 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
5355 and font markup.
5356 (Protocol basics): Likewise.
5357 (The F request packet): Likewise.
5358 (The F reply packet): Likewise.
5359 (Memory transfer): Move this node to be a subsubsection of
5360 "Protocol specific representation of datatypes".
5361 (The Ctrl-C message): More copy editing.
5362 (Console I/O): Likewise.
5363 (The isatty call): Delete this node, and merge its content into
5364 the "isatty" node. Fixed references elsewhere.
5365 (The system call): Delete this node, and merge its content into
5366 the "system" node. Fixed references elsewhere.
5367 (open): Reformat to use @table, and add appropriate font markup.
5368 (close): Likewise.
5369 (read): Likewise.
5370 (write): Likewise.
5371 (lseek): Likewise.
5372 (rename): Likewise.
5373 (unlink): Likewise.
5374 (stat/fstat): Likewise.
5375 (gettimeofday): Likewise.
5376 (isatty): Likewise.
5377 (system): Likewise, plus minor changes to fix confusing wording.
5378 (Integral datatypes): Fix font markup.
5379 (Pointer values): Likewise.
5380 (struct stat): Fix markup to use @table, plus minor copy editing.
5381 (struct timeval): Fix font markup, plus minor copy editing.
5382 (Constants): Minor copy editing.
5383 (Errno values): Add font markup.
5384 (File-I/O Examples): Likewise.
5385
158fdf5c
NR
53862006-06-10 Nick Roberts <nickrob@snap.net.nz>
5387
5388 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
5389 (GDB/MI Simple Examples): Move node up one level. Use real
5390 examples.
5391 (GDB/MI Compatibility with CLI): Update.
5392 (GDB/MI Result Records): Add "connected" and "exit" result
5393 classes.
5394 (GDB/MI Stream Records): Clarify target output.
5395 (GDB/MI Command Description Format): Modify example description.
5396 (GDB/MI Breakpoint Table Commands): Rename to...
5397 (GDB/MI Breakpoint Commands): ...this
5398 (GDB/MI Breakpoint Commands): Add optional thread field.
5399 (GDB/MI Program Control): Add an introduction. Move "Program
5400 termination" examples into exec-run description.
5401 (GDB/MI File Commands): Mention similar CLI commands.
5402 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
5403 is similar to "-gdb-version".
5404
ddb50cd7
EZ
54052006-06-09 Eli Zaretskii <eliz@gnu.org>
5406
5407 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
5408
2aef0d6b
NR
54092006-06-02 Nick Roberts <nickrob@snap.net.nz>
5410
5411 * gdb.texinfo (GDB/MI Development and Front Ends): Use
5412 sourceware.org for mailing lists.
d5e40d59 5413 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 5414
383a5c52
NR
54152006-06-01 Nick Roberts <nickrob@snap.net.nz>
5416
d5e40d59 5417 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 5418
e16b02ee
EZ
54192006-05-22 Eli Zaretskii <eliz@gnu.org>
5420
5421 * gdb.texinfo (Cygwin Native): Fix last change.
5422
be90c084
CF
54232006-05-22 Christopher Faylor <cgf@timesys.com>
5424
5425 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
5426
347ceba5
NR
54272006-05-15 Nick Roberts <nickrob@snap.net.nz>
5428
5429 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
5430 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
5431
369af7bd
DJ
54322006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
5433
5434 * gdb.texinfo (General Query Packets): Recommend not starting
5435 new packets with qC and clarify.
5436
2ffdbde8 54372006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
5438
5439 * gdb.texinfo (M2 Types): New section.
72019c9c 5440
16d1a084
DJ
54412006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
5442
5443 * agentexpr.texi: Add a copyright and license notice.
5444 * observer.texi: Likewise, with GPL clause for function prototypes.
5445 Remove trailing whitespace.
5446
aa56d27a
JB
54472006-05-05 Jim Blandy <jimb@codesourcery.com>
5448
5449 * gdb.texinfo (General Query Packets): Document conventions for
5450 terminating packet names, and their violations.
5451
5bdf8622
DJ
54522006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
5453
5454 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
5455 * gdb.texinfo: Likewise.
5456
605a56cb
DJ
54572006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
5458
5459 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
5460 and "show remotedebug".
5461 (Debugging Output): Add additional index entries.
5462
b8db102d
MS
54632006-04-27 Michael Snyder <msnyder@redhat.com>
5464
5465 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
5466
c5e30d01
AC
54672006-04-22 Andrew Cagney <cagney@redhat.com>
5468
5469 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
5470 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
5471
8181d85f
DJ
54722006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
5473
5474 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
5475 and remove breakpoint prototypes.
5476 (Watchpoints): Move description of target_insert_hw_breakpoint and
5477 target_remove_hw_breakpoint ...
5478 (Breakpoints): ... to here. Document target_insert_breakpoint and
5479 target_remove_breakpoint.
5480
4f553f88
JB
54812006-04-17 Jim Blandy <jimb@codesourcery.com>
5482
5483 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
5484 and C packets are optional.
5485
cd852561
FR
54862006-04-14 Frederic Riss <frederic.riss@st.com>
5487
5488 * gdb.texinfo (Specifying source directories): Update the description
5489 of the source file search to reflect the fact that the source path
5490 always contains at least $cdir and $cwd.
5491
b620eb07
MS
54922006-03-31 Michael Snyder <msnyder@redhat.com>
5493
5494 * gdb.texinfo: Update copyright dates.
5495
3156cdaf
EZ
54962006-03-31 Eli Zaretskii <eliz@gnu.org>
5497
5498 * gdb.texinfo (Overview): Add an index entry to "empty response".
5499
7d30c22d
JB
55002006-03-28 Jim Blandy <jimb@codesourcery.com>
5501
5502 * gdbint.texinfo (Prologue Analysis): New section.
5503
86941c27
JB
55042006-03-07 Jim Blandy <jimb@red-bean.com>
5505
66b8c7f6
JB
5506 * gdb.texinfo (Connecting): Document 'target remote pipe'.
5507
1a10341b
JB
5508 * gdb.texinfo (Target Commands): Update text describing how to
5509 specify a target. Refer to the detailed section on remote
5510 debugging, not the brief mention.
5511
86941c27
JB
5512 * gdb.texinfo (Connecting): Organize the different 'target remote'
5513 connection methods into a table. Add a 'target remote' index
5514 entry. (!!!)
5515
62f3a2ba
FF
55162006-02-17 Fred Fish <fnf@specifix.com>
5517
5518 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
5519 'ptype' commands to reflect the fact that the only significant
5520 difference between them is that ptype prints the complete type
5521 description instead of just the name.
5522
8b9a88ea
WZ
55232006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
5524
5525 * gdbint.texinfo (Watchpoints): Delete
5526 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
5527
7e8dc855
NR
55282006-02-10 Nick Roberts <nickrob@snap.net.nz>
5529
5530 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
5531 times fields where needed. Fix typos. Update general form given
5532 for output of -break-insert.
5533 (GDB/MI): Abbreviate some unnecessarily long fullnames.
5534
c91d38aa
DJ
55352006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
5536
5537 * gdbint.texinfo (Symbol Handling): Add a section
5538 on memory management.
5539
38fcd64c
DJ
55402006-02-06 Vladimir Prus <ghost@cs.msu.su>
5541
5542 * gdb.texinfo (Breakpoint table commands): Document the fullname
5543 field in -break-list output.
5544
219eec71
EZ
55452006-02-03 Eli Zaretskii <eliz@gnu.org>
5546
5547 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
5548 debugging information produced by the various "set debug..."
5549 options.
5550
ae5a43e0
DJ
55512006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5552
5553 * gdb.texinfo (Files): Remove obsolete bits from the description
5554 of "symbol-file".
5555
a9f158ec
JB
55562006-01-25 Jim Blandy <jimb@redhat.com>
5557
5558 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
5559
410dd08e
JB
55602006-01-24 Jim Blandy <jimb@redhat.com>
5561
5562 * gdbint.texinfo (Frames): Document the basics of GDB's register
5563 unwinding model, and explain the existence of the "sentinel" frame.
5564
4b505b12
AS
55652006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
5566
5567 * gdb.texinfo (Choosing files): Mention that -directory is used
5568 for script files.
5569 (Specifying source directories): Likewise.
5570 (Command files): Explain how script files are found.
5571
839c27b7
EZ
55722006-01-21 Eli Zaretskii <eliz@gnu.org>
5573
5574 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
5575 the threads in a multi-threaded program.
5576 (Threads): The threadno argument of "thread apply" can be a range
5577 of numbers.
5578
7be93b9e
JB
55792006-01-18 Jim Blandy <jimb@redhat.com>
5580
5581 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
5582 of warning flags.
5583
fcc73fe3
EZ
55842006-01-13 Eli Zaretskii <eliz@gnu.org>
5585
5586 * gdb.texinfo (Sequences): Improve menu annotations.
5587 (Define): Add index entries for arguments of user-defined
5588 commands. Move the description of flow-control commands...
5589 (Command Files): ...to here. Document loop_break and
5590 loop_continue.
ca91424e
EZ
5591 (Define, Command Files): Document `end' and add index entries for
5592 it.
fcc73fe3 5593
5c95884b
MS
55942006-01-04 Michael Snyder <msnyder@redhat.com>
5595
5596 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 5597 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 5598
860701dc
PH
55992006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
5600
5601 * gdb.texinfo (Omissions from Ada): Document that there is now
5602 limited aggregate support.
5603
36b80e65
EZ
56042005-12-28 Eli Zaretskii <eliz@gnu.org>
5605
5606 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
5607 registers and the likes.
5608
c1468174
EZ
56092005-12-24 Eli Zaretskii <eliz@gnu.org>
5610
5611 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
5612 (Symbols): Fix usage of "e.g.".
359df76b 5613 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
5614
5615 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
5616 (Coding): Fix usage of "e.g.".
5617
c02a867d
EZ
56182005-12-23 Eli Zaretskii <eliz@gnu.org>
5619
5ae4183a
AS
5620 * stabs.texinfo:
5621 * refcard.tex:
c02a867d 5622 * gpl.texi:
5ae4183a
AS
5623 * gdbint.texinfo:
5624 * gdb.texinfo:
5625 * gdb-cfg.texi:
c02a867d 5626 * fdl.texi:
5ae4183a
AS
5627 * annotate.texinfo:
5628 * all-cfg.texi:
c02a867d
EZ
5629 * Makefile.in: Add (C) after Copyright. Update the FSF
5630 address.
5631
fad38dfa
EZ
56322005-12-03 Eli Zaretskii <eliz@gnu.org>
5633
5634 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
5635 extend GDB with commands for external monitor.
5636
53e5f3cf
AS
56372005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
5638
5639 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
5640
55f6ca0f
JB
56412005-11-25 Joel Brobecker <brobecker@adacore.com>
5642
5643 * gdbint.texinfo (Start of New Year Procedure): New chapter.
5644
c1947b85
JB
56452005-11-21 Jim Blandy <jimb@redhat.com>
5646
5647 * gdb.texinfo (Tracepoint Packets): Document restrictions on
5648 placement of 'R' actions in tracepoint action packets; document
5649 dependence of 'X' and 'M' actions on a preceding 'R' action for
5650 their registers.
5651
9d29849a
JB
56522005-11-19 Jim Blandy <jimb@redhat.com>
5653
5654 * gdb.texinfo (Tracepoint Packets): New node.
5655 (General Query Packets): Add entries for the tracepoint packets,
5656 referring to the "Tracepoint Packets" node.
5657 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 5658
9a6253be
KB
56592005-11-18 Kevin Buettner <kevinb@redhat.com>
5660
5661 * gdb.texinfo (set remotebreak): Add anchor.
5662 (X packet): Likewise.
5663 (Remote Protocol): Add new section `Interrupts' and new index
5664 entry `interrupts (remote protocol)'.
5665
5f3bebba
JB
56662005-11-18 Jim Blandy <jimb@redhat.com>
5667
5668 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
5669 entries into the General Query Packets section. Add a
5670 cross-reference to that section. Drop description of replies, as
5671 these are covered in the descriptions of each packet.
5672 (General Query Packets): Add introductory text. Explain naming
5673 conventions, and how the end of a name is recognized.
5674
9a7a1b36
KB
56752005-11-17 Kevin Buettner <kevinb@redhat.com>
5676
0564b6cf 5677 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
5678 "set remotebreak" command.
5679
b8ff78ce
JB
56802005-11-16 Jim Blandy <jimb@redhat.com>
5681
5682 * gdb.texinfo (Packets, Stop Reply Packets)
5683 (General Query Packets): Various formatting cleanups.
5684 - Use @samp for packet contents.
5685 - Drop summaries from packet @item lines; the same information appears
5686 immediately below in the description.
5687 - Delete paragraph breaks after packet @item commands, so that the
5688 description appears directly to the right of the packet prototype
5689 in the printed manual, if it fits.
5690 - Place spaces in packet prototypes between @vars and non-@var
5691 letters, and explain that they're just for formatting.
5692 - Use @dots{} instead of '...'.
5693 - Fix uses of @code where @var was needed.
5694 - Replace "deprecated" markers with English text spelling out the
5695 packet's status and the preferred alternatives.
5696 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
5697 what this ever meant.
5698 - Remove "(draft)" markers on 'i' packets; nobody has commented on
5699 this for a long time.
5700 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
5701 implemented several times, and have been in use for years.
5702
8ffe2530
JB
57032005-11-15 Jim Blandy <jimb@redhat.com>
5704
c43c5473
JB
5705 * gdb.texinfo (Packets): Add index entries for 'm' packet
5706 disclaimers.
5ae4183a 5707
fb031cdf
JB
5708 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
5709 of stub when processing an 'm' packet.
5710
8ffe2530
JB
5711 * gdb.texinfo (Packets): Mention that packets beginning with
5712 letters are reserved once, at the top, instead of actually listing
5713 them all and saying "reserved".
5714
c03c782f
AS
57152005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
5716
5717 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
5718 Change @var{$arg0 to @code{$arg0.
5719
814e32d7
WZ
57202005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
5721
5722 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
5723
fa93a9d8
JB
57242005-11-12 Jim Blandy <jimb@redhat.com>
5725
5726 * gdb.texinfo (General Query Packets): Put packets in alphabetical
5727 order. Remove extraneous 'z'.
5728
8a5a3c82
AS
57292005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
5730
5731 * gdb.texinfo (Choosing files): Add --eval-command.
5732
4b0ad762
AS
57332005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
5734
5735 * gdb.texinfo (Choosing modes): Add --return-child-result.
5736
5737
1a088d06
AS
57382005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
5739
5740 * gdb.texinfo (Choosing modes): Add --batch-silent.
5741
656d5e12
EZ
57422005-10-28 Eli Zaretskii <eliz@gnu.org>
5743
5744 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
5745 "The -var-update Command".
5746
3c9c013a
JB
57472005-10-03 Joel Brobecker <brobecker@adacore.com>
5748
5749 * gdb.texinfo (Print Settings): Add documentation for set/show
5750 print array-indexes.
5751
7ba3cf9c
DJ
57522005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
5753
5754 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
5755 6.2 and 6.3.
5756
a94ab193
EZ
57572005-08-27 Eli Zaretskii <eliz@gnu.org>
5758
5759 * gdb.texinfo (File Options): Don't document --mapped, it's gone
5760 since 19-Jan-2004.
5761 (Files): Likewise.
ab1adacd
EZ
5762 (Variables, Symbols): Document the "<incomplete type>" message and
5763 its reasons.
a94ab193 5764
ca06016a
FF
57652005-08-01 Fred Fish <fnf@specifix.com>
5766
5767 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
5768
cf58170d
NR
57692005-07-15 Nick Roberts <nickrob@snap.net.nz>
5770
5771 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
5772 option for -var-list-children and -var-update.
5773 (GDB/MI Stack Manipulation): Simplify description of
5774 print-values option for -stack-list-locals.
5775 (GDB/MI Command Description Format): Clarify.
5776 (Mode Options): Spelling of superseded.
5777
38f1196a
BR
57782005-07-12 Bob Rossi <bob@brasko.net>
5779
5780 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
5781 corresponding GDB command comment.
5782
3cb3b8df
BR
57832005-07-06 Bob Rossi <bob@brasko.net>
5784
5785 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
5786 and -inferior-tty-show.
5787 (Input/Output): Document "set/show inferior-tty" and tty alias.
5788
10fac096
NW
57892005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
5790
5791 * gdb.texinfo (Packets): Change description of 'D' packet to note
5792 that GDB does wait for a response.
5793
d1b6db76
NR
57942005-06-22 Nick Roberts <nickrob@snap.net.nz>
5795
5796 * gdb.texinfo (History) Rename "Command History".
5797 (Command History): Move node "Server Prefix" from section on
5798 Annotations here.
5799
29629dcf
NR
58002005-06-19 Nick Roberts <nickrob@snap.net.nz>
5801
5802 * gdb.texinfo (GDB/MI Stack Manipulation):
5803 Re-instate -stack-info-frame with example. Say that it gets
5804 info on selected frame, not current frame.
5805
397ca115
EZ
58062005-06-18 Eli Zaretskii <eliz@gnu.org>
5807
5808 * gdb.texinfo (Server): Clarify that `file' should be used before
5809 connecting to the server.
5810 (Files): Add an xref to the above description.
51274035
EZ
5811 (Output Formats): More detailed description of the `c' format.
5812 (Memory): List explicitly all the formats supported by `x'.
638ac427 5813 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 5814 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
5815 files. Add more indexing for solib-absolute-prefix and
5816 --with-sysroot.
76d17f34
EZ
5817 (Machine Code): Document possible problems with locations in
5818 shared libraries.
d416eeec
EZ
5819 (Backtrace): Document that free-standing environments do not need
5820 to have a `main' function.
397ca115 5821
74f6deaa
NR
58222005-06-18 Nick Roberts <nickrob@snap.net.nz>
5823
5824 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
5825 -stack-info-frame.
5826
a9967aef
AC
58272005-06-07 Andrew Cagney <cagney@gnu.org>
5828
5829 * gdb.texinfo (Contributors): Note the original multi-arch
5830 contributors.
5831
e09f16f9
EZ
58322005-06-03 Eli Zaretskii <eliz@gnu.org>
5833
5834 * gdb.texinfo (Registers): Add index entries for the standard
5835 registers.
5836 (Frames): Add cross-reference from frame pointer description to
5837 the Registers node.
5838 (Annotations Overview): Fix the reference to GDB name.
5839
d87ba7ee
EZ
58402005-06-01 Eli Zaretskii <eliz@gnu.org>
5841
5842 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
5843 can-use-hw-watchpoints.
5844
034dad6f
BR
58452005-05-28 Bob Rossi <bob@brasko.net>
5846
5847 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
5848 the possible reasons why an exec async record would be returned to FE.
5849
ffed4509
AC
58502005-05-26 Andrew Cagney <cagney@gnu.org>
5851
5852 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
5853 Andrew Cagney implemented the original GDB/MI.
5854
e22e55c9
OF
58552005-05-23 Orjan Friberg <orjanf@axis.com>
5856
5857 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
5858 documentation. Add documentation for cris-mode.
5859
a78e13ce
EZ
58602005-05-20 Eli Zaretskii <eliz@gnu.org>
5861
5862 * gdb.texinfo (Numbers): Explain the example and make the wording
5863 more acurate.
5864
76ff342d
DJ
58652005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
5866 Dennis Brueni <dennis@slickedit.com>
5867
5868 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
5869 (GDB/MI Data Manipulation, GDB/MI Program Control)
5870 (GDB/MI Stack Manipulation): Update examples to include the fullname
5871 attribute in stack frames.
5872
119b882a
EZ
58732005-05-12 Eli Zaretskii <eliz@gnu.org>
5874
5875 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
5876 do with other non-standard names of init files.
5877
6fc08d32
EZ
58782005-05-11 Eli Zaretskii <eliz@gnu.org>
5879
5880 * gdb.texinfo (Command Files): Move the description of the startup
5881 from here...
5882 (Startup): ...to this new subsection of the Invocation chapter.
5883 Rearrange the description of init files more logically and add a
5884 cross-reference to "Command Files". Document the special gdbinit
5885 name for CISCO 68k. Expand the description of what GDB does
5886 during startup.
5887 (History): Add index entry for HISTSIZE.
5888
a561754a
MK
58892005-05-02 Mark Kettenis <kettenis@gnu.org>
5890
5891 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
5892
2eecc4ab
EZ
58932005-05-02 Eli Zaretskii <eliz@gnu.org>
5894
5895 * gdb.texinfo (SVR4 Process Information, The isatty call)
5896 (The system call): Don't use foo(N) notation for man pages and
5897 functions.
514c4d71 5898 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 5899
18999be5
EZ
59002005-04-27 Eli Zaretskii <eliz@gnu.org>
5901
5902 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
5903 were optimized away.
5904
0abb7bc7
EZ
59052005-04-22 Eli Zaretskii <eliz@gnu.org>
5906
5907 * gdb.texinfo (Remote configuration): Document "set/show
5908 get-thread-local-storage-address". Add cross-reference to the
5909 description of the qGetTLSAddr packet.
5910 (General Query Packets): Mention "set remote
5911 get-thread-local-storage-address" and add a reference to its
5912 description.
5913
6f61acb1
NR
59142005-04-19 Nick Roberts <nickrob@snap.net.nz>
5915
5916 * gdb.texinfo (Backtrace): Describe 'bt full'.
5917
9d59903a
NR
59182005-04-17 Nick Roberts <nickrob@snap.net.nz>
5919
5920 * gdb.texinfo (Mode Options): Fix typo.
5921 (GDB/MI): Describe how to invoke GDB/MI.
5922
721c2651
EZ
59232005-04-16 Eli Zaretskii <eliz@gnu.org>
5924
5925 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 5926 references changed. Add description of "info udot".
721c2651
EZ
5927 (Files): Document "set/show stop-on-solib-events".
5928 (M32R/D): Document "set/show download-path", "set/show
5929 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
5930 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
5931 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
5932 (Maintenance Commands): Improve indexing.
5933 (Target Commands): Document "set/show hash", "set/show debug
5934 monitor".
5935 (SVR4 Process Information): Document "info pidlist" and "info
5936 meminfo". Document "set/show procfs-tarce" and "set/show
5937 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
5938 (Symbols, The Print Command with Objective-C): Improve indexing.
5939 (Objective-C): Add references to "info classes" and "info
5940 selectors".
c45da7e6
EZ
5941 (Debugging Output): Improve wording. Document "set/show debug
5942 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
5943 (Set Breaks): Add index entry for "hardware breakpoints".
5944 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
5945 and "set/show usehardbreakpoints".
5946 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
5947 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
5948 (ARM): Document "rdilogfile", "rdilogenable", "set/show
5949 rdiromatzero", "set/show rdiheartbeat".
5950 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
5951 "sds".
5952 (Embedded Processors): Document the "sim" command.
5953 (Remote): Document the "remote" command.
5954 (DJGPP Native): Document the "info serial" command.
5955 (Threads): Document "maint info sol-threads".
5956 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
5957 (Set Breaks): Improve indexing.
5958 (Command Syntax): Add a reference to dont-repeat.
5959 (Define): Document "dont-repeat".
5960 (TUI Commands): Document "tabset".
5961 (WinCE): New subsection. Document "set/show remotedirectory",
5962 "set/show remoteupload", "set/show remoteaddhost".
721c2651 5963
14d6dd68
EZ
59642005-04-15 Eli Zaretskii <eliz@gnu.org>
5965
5966 * gdb.texinfo (Hurd Native): New subsection, documents
5967 Hurd-specific commands.
a64548ea 5968 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 5969 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
5970 (MIPS): Improve documentation of heuristic-fence-post. Document
5971 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
5972 mips stack-arg-size", "set/show mips mask-address", "set/show mips
5973 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 5974 (ARM): Document ARM-specific commands.
a64548ea
EZ
5975 (AVR): New section. Document "info io_registers".
5976 (CRIS): New section. Document "set/show cris-version" and
5977 "set/show cris-dwarf2-cfi".
5978 (HPPA): New section. Document "set/show debug hppa" and "maint
5979 print unwind".
a5adf40f 5980 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 5981 (Super-H): New section. Document the "regs" command.
721c2651 5982 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 5983
9c16f35a
EZ
59842005-04-09 Eli Zaretskii <eliz@gnu.org>
5985
5986 * gdb.texinfo (Print Settings): Document "set/show print
5987 pascal_static-members", "set print repeats", "show print
5988 null-stop". Improve indexing. Fix documentation of "set print
5989 union".
5990 (Pascal): New section.
5991 (Supported languages): Rename from "Support"; all references
5992 updated. Add a menu item for Pascal.
5993 (Numbers): Document "set radix.
5994 (Screen Size): Document "set/show pagination".
5995 (MIPS Embedded): Remove "set processor" documentation.
5996 (Remote configuration): Document "set/show X/P/Z-packet",
5997 "set/show read-aux-vector-packet", "set/show remote
5998 symbol-lookup-packet", "set/show remote verbose-resume-packet",
5999 "set/show remoteaddresssize", "set/show remotebaud", "set/show
6000 remotedebug", "set/show remotebreak", "set/show remotedevice",
6001 "set/show remotelogfile".
6002 (Auxiliary Vector): Add reference to the description of the
6003 read-aux-vector-packet setting.
6004 (Set Watchpoints): Add a cross-reference to "set remote
6005 hardware-breakpoint-limit".
6006 (General Query Packets): Add indexing of requests and
6007 cross-references to related commands in "Remote configuration".
6008 (File-I/O Overview, The system call): Fix wording and typos.
6009 (Thread Stops): Add index entries.
6010 (Continuing and Stepping): Document "show step-mode".
6011 (i386): New node. Document "set/show struct-convention".
6012 (Files): Document "show trust-readonly-sections".
6013 (Calling): Document "set/show unwindonsignal".
6014 (Messages/Warnings): Add index entries.
6015 (Maintenance Commands): Document "set/show watchdog".
6016 (Annotations Overview): Document "show annotate".
6017 (Set Watchpoints): Add index entries.
6018 (Symbols): Fix doc of case-sensitive.
6019 (ABI): Document "show coerce-float-to-double".
6020 (Convenience Vars, Help): Improve indexing.
6021 (Machine Code): Document "show disassembly-flavor".
6022 (Debugging C plus plus): Document "show overload-resolution".
6023 (Value History, Signaling): Add index entries.
6024
60252005-04-08 Eli Zaretskii <eliz@gnu.org>
6026
6027 * gdb.texinfo (Show): Move @kindex entries to their proper places.
6028 (Processes): Fix wording.
6029 (History, List, Logging output, Define, Symbols, Print Settings):
6030 Improve indexing.
6031
a8f24a35
EZ
60322005-04-03 Eli Zaretskii <eliz@gnu.org>
6033
6034 * gdb.texinfo (Targets): Document "set/show architecture". Remove
6035 redundant index entry for "target" command.
6036 (Backtrace): Add index entries.
6037 (Symbols, Fortran): Document the "set case-sensitive" command.
6038 (DJGPP Native): Document "set com1base", "set com1irq", etc.
6039 (Print Settings): Add index entry for "set demangle-style".
6040 (Target Commands): Document "set download-write-size".
6041 (Debugging Output): Document "set exec-done-display".
6042
09d4efe1
EZ
60432005-04-02 Eli Zaretskii <eliz@gnu.org>
6044
6045 * gdb.texinfo (Files): Fix the name and documentation of
6046 add-shared-symbol-files. Document its alias assf. Update the
6047 list of OSs where GDB supports shared libraries. Fix markup.
6048 (Continuing and Stepping): Add reference to @var{location} in the
6049 text.
6050 (Dump/Restore Files): Fix reference to @{filename}.
6051 (Help): Fix wording.
6052 (Attach): Ditto.
6053 (Set Watchpoints): Ditto.
6054 (Backtrace): Remove redundant index entries. Improve index
6055 entries.
6056 (Delete Breaks): Fix wording.
6057 (Memory): Document the compare-sections command.
6058 (Memory Region Attributes): Improve wording.
6059 (Disabling): Improve wording.
6060 (Fortran): New subsection. Document the "info common" command.
6061 (Help): Document aliases "info copying" and "info warranty".
6062 (Caching Remote Data): New section. Document the "set/show
6063 remotecache" and "info dcache" commands.
6064 (Show): Fix wording of the documentation of the "set
6065 extension-language" command.
6066 (Signals): Add index entry for "info handle".
6067 (Memory Region Attributes): Fix punctuation.
6068 (Symbols): Change the arg name to "location" and refer to it in
6069 the text. Fix wording of "info types" doc.
6070 (Threads): Fix usage of @enumerate @item's.
6071 (Listing Tracepoints): Add index entry for "info tp".
6072 (Set Watchpoints): Add xref to "info break" description.
6073 (Macros): Add an index entry for "macro exp1". Document the
6074 "macro list" command.
6075 (Maintenance Commands): Document "flushregs", "maint agent",
6076 "maint check-symtabs", "maint cplus", "maint demangle", "maint
6077 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
6078 "maint print architecture", "maint print objfiles", "maint print
6079 statistics", "maint print type", "maint show-debug-regs", "maint
6080 space", "maint time", and "maint translate-address".
6081 (Connecting): Document the "monitor" command.
6082 (Annotations Overview): Describe the "set annotate" command.
6083
82f2d802
EZ
60842005-04-01 Eli Zaretskii <eliz@gnu.org>
6085
6086 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
6087 Rearrange index entries and improve wording about support for
6088 hardware watchpoints.
6089
7d51c7de
BR
60902005-03-10 Bob Rossi <bob@brasko.net>
6091
6092 * gdb.texinfo: Update copyright
6093
68c71a2e
TR
60942005-02-09 Theodore A. Roth <troth@openavr.org>
6095
6096 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
6097 error.
6098
83761cbd
KB
60992005-02-03 Kevin Buettner <kevinb@redhat.com>
6100
6101 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
6102
9f1c6395
MS
61032005-01-17 Michael Snyder <msnyder@redhat.com>
6104
6105 * gdb.texinfo: Fix spelling, infinte -> infinite.
6106
fbd1b305
MK
61072005-01-08 Mark Kettenis <kettenis@gnu.org>
6108
6109 * observer.texi (GDB Observers): Document "solib_loaded".
6110
3ace7edb
AC
61112005-01-07 Andrew Cagney <cagney@gnu.org>
6112
bec39cab
AC
6113 * configure.ac: Rename configure.in, require autoconf 2.59.
6114 * configure: Re-generate.
6115
3ace7edb
AC
6116 * configure.in: Replace configdirs with multiple references to
6117 AC_CONFIG_SUBDIRS.
6118 * configure: Re-generate.
5ae4183a 6119
53531fc1
AC
61202005-01-04 Andrew Cagney <cagney@gnu.org>
6121
6122 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
6123 part of the version number.
6124
536ffdb7
MK
61252004-12-24 Mark Kettenis <kettenis@gnu.org>
6126
6127 * gdbint.texinfo (Algorithms): Remove description of
6128 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
6129
e1aac25b
JB
61302004-12-07 Jim Blandy <jimb@redhat.com>
6131
6132 * gdb.texinfo (General Query Packets): Specify that thread ID's in
6133 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
6134 numbers.
6135
f47b1503
AS
61362004-12-07 Andreas Schwab <schwab@suse.de>
6137
6138 * gdb.texinfo (Mode Options): Document -l option.
6139
b6b8ece6
EZ
61402004-12-04 Eli Zaretskii <eliz@gnu.org>
6141
6142 * gdbint.texinfo (Algorithms): More accurate description of
6143 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
6144 is not needed unless data-read and data-access watchpoints are
6145 supported. Add a description of how GDB checks whether the
6146 inferior stopped because a watchpoint was hit.
6147
01371747
EZ
61482004-11-23 Eli Zaretskii <eliz@gnu.org>
6149
6150 * gdb.texinfo (Files): Add cross-reference to description of
6151 -readnow command-line switch.
6152
2315ffec
RC
61532004-11-10 Randolph Chung <tausq@debian.org>
6154
6155 * gdb.texinfo: Document set/show backtrace past-entry commands.
6156 Rearrange index entries for set/show backtrace past-main.
6157
69065f5d
AC
61582004-11-10 Jon Beniston <jon@beniston.com>
6159
6160 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
6161 * gdb.texinfo (Remote Serial Protocol): Further describe
6162 binary transfer escaping mechanism .
69065f5d 6163
30e91e0b
RC
61642004-11-08 Randolph Chung <tausq@debian.org>
6165
6166 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
6167 and "show debug infrun". Add index entries.
6168
60bf7e09
EZ
61692004-10-23 Eli Zaretskii <eliz@gnu.org>
6170
6171 * gdb.texinfo (SVR4 Process Information): Document subcommands of
6172 "info proc" that are already implemented. Add index entries.
6173 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
6174 (Files): Add a tip for decreasing memory used for symtabs from
6175 shared libraries.
f018e82f
EZ
6176 (Starting): Fix whitespace; make "elaboration" stand out where it
6177 is first used, and add an index entry for the term.
f8568604
EZ
6178 (Calling): Expand and elaborate text. Add "print". Add the
6179 description of problems with weak aliases.
384ee23f 6180 (Core File Generation): New section.
60bf7e09 6181
d52fe014
AC
61822004-10-12 Andrew Cagney <cagney@gnu.org>
6183
6184 * gdbint.texinfo (Versions and Branches): New chapter.
6185 (Releasing GDB): Delete "Versions and Branches" section.
6186 (Top): Add "Versions and Branches".
6187
703663ab
EZ
61882004-10-08 Eli Zaretskii <eliz@gnu.org>
6189
6190 * gdb.texinfo (Editing, History): Add cross-references to the
6191 included Readline and History user documentation. Remove
6192 references to the symbol have-readline-appendices which is unused
6193 and undefined.
6194 (History): Fix indexing.
6195
ac77d04f
JJ
61962004-10-08 Jeff Johnston <jjohnstn@redhat.com>
6197
6198 * gdbint.texinfo (target_stopped_data_address): Update to
6199 new prototype.
6200 (i386_stopped_data_address): Update prototype and description.
6201 (i386_stopped_by_watchpoint): New function and description.
6202
e07c999f
PH
62032004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
6204
6205 * gdb.texinfo (Filenames): Add Ada suffixes.
6206 (Ada) New section.
6207
2e868123
AC
62082004-09-27 Andrew Cagney <cagney@gnu.org>
6209 Robert Picco <Robert.Picco@hp.com>
6210
6211 * gdb.texinfo (Packets): Document the "p" packet.
6212
02a57714
JM
62132004-09-21 Jason Molenda (jmolenda@apple.com)
6214
6215 * gdb.texinfo (Paths and Names of the Source Files): Document the
6216 meaning of values in the 'desc' field of a SO stab.
6217
ae038cb0
DJ
62182004-09-20 Daniel Jacobowitz <dan@debian.org>
6219
6220 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
6221 max-cache-age" and "maint show dwarf2 max-cache-age".
6222
f7dc1244
EZ
62232004-09-16 Eli Zaretskii <eliz@gnu.org>
6224
6225 * gdb.texinfo (Set Breaks): Add index entry for setting
6226 breakpoints on overloaded C++ functions that are not members of
6227 any classes. Add an example and an index entry for setting
6228 breakpoints on all program functions.
6229 (Character Sets, Macros, Overlay Commands)
6230 (Non-debug DLL symbols, GDB/MI Output Syntax)
6231 (Annotations Overview, Maintenance Commands, File-I/O Overview):
6232 Use "(@value{GDBP})" instead of a literal "(gdb)".
6233
f810308b
AC
62342004-09-12 Andrew Cagney <cagney@gnu.org>
6235
6236 * gdbint.texinfo (Native Debugging): Delete description of
6237 FILES_INFO_HOOK.
6238
15a661f3
PH
62392004-09-11 Paul Hilfinger <hilfinger@gnat.com>
6240
5ae4183a
AS
6241 * gdbint.texinfo (User Interface): Change local_hex_string_custom
6242 to hex_string_custom (not historically correct, but more
15a661f3
PH
6243 understandable, given the current code).
6244
f3219c75
AC
62452004-09-03 Andrew Cagney <cagney@gnu.org>
6246
6247 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
6248
f3bb6704
JJ
62492004-09-01 Jeff Johnston <jjohnstn@redhat.com>
6250
6251 * observer.texi (solib_unloaded): New observer.
6252
8d2c00cb
AC
62532004-08-24 Andrew Cagney <cagney@gnu.org>
6254
6255 * gdbint.texinfo (Target Architecture Definition): Add missing
6256 comma.
6257
e7dc800a
MC
62582004-08-20 Michael Chastain <mec.gnu@mindspring.com>
6259
6260 * (Using the Testsuite): build != host is supported,
6261 but some test scripts do not support build != host.
6262
73b03683
MK
62632004-08-14 Mark Kettenis <kettenis@gnu.org>
6264
6265 * gdbint.texinfo (Host Definition): Delete description of
6266 FCLOSE_PROVIDED and GETENV_PROVIDED.
6267
c0ccb908
MK
62682004-08-05 Mark Kettenis <kettenis@chello.nl>
6269
6270 * gdbint.texinfo (Host Definition): Delete description of
6271 NO_SYS_FILE.
6272 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
6273 PTRACE_FP_BUG.
6274
9c8dbfa9
AC
62752004-08-05 Andrew Cagney <cagney@gnu.org>
6276
6277 * gdbint.texinfo (Target Architecture Definition): Delete
6278 reference to deprecated_read_fp.
6279
f42accbe
AC
62802004-08-02 Andrew Cagney <cagney@gnu.org>
6281
6282 * gdbint.texinfo (Target Architecture Definition): Delete
6283 description of DEPRECATED_REGISTER_BYTES.
6284
0b66e38c
EZ
62852004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
6286
6287 * gdb.texinfo (Source Path): Document the new behavior of
6288 searching for the source files.
6289
15387254
EZ
62902004-07-17 Eli Zaretskii <eliz@gnu.org>
6291
6292 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
6293 (Search, Expressions, Arrays, Variables, Data, Machine Code)
6294 (Auto Display): Improve indexing.
6295
2c07db7a
AC
62962004-07-16 Andrew Cagney <cagney@gnu.org>
6297
6298 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
6299 "-noasync".
6300
4644b6e3
EZ
63012004-07-09 Eli Zaretskii <eliz@gnu.org>
6302
6303 * gdb.texinfo: Fix @kindex entries so that multiple commands that
6304 have the same prefix have only their prefix in the index.
6305
7561d450
MK
63062004-07-03 Mark Kettenis <kettenis@gnu.org>
6307
6308 * gdb.texinfo (BSD libkvm Interface): New node (section)
6309 (Native): Add it to the menu.
6310
67bebe79
MK
63112004-07-01 Mark Kettenis <kettenis@gnu.org>
6312
6313 * gdbint.texinfo (Target Architecture Definition): Remove
6314 PCC_SOL_BROKEN.
6315
1a6923e0
MK
63162004-06-24 Mark Kettenis <kettenis@gnu.org>
6317
6318 * gdbint.texinfo (Target Architecture Definition): Remove
6319 SUN_FIXED_LBRAC_BUG.
6320
b435e160
AC
63212004-06-26 Andrew Cagney <cagney@gnu.org>
6322
6323 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
6324
b5622e8d
AC
63252004-06-20 Andrew Cagney <cagney@gnu.org>
6326
6327 * gdbint.texinfo (Target Architecture Definition): Deprecate
6328 USE_STRUCT_CONVENTION.
6329
e0c07bf0
MC
63302004-06-19 Michael Chastain <mec.gnu@mindspring.com>
6331
6332 gdb.texinfo (Bug Reporting): Mention session recording,
6333 with the script command or Emacs.
6334
782263ab
AC
63352004-06-18 Andrew Cagney <cagney@gnu.org>
6336
6337 * gdbint.texinfo (Target Architecture Definition): Deprecate
6338 FUNCTION_START_OFFSET.
6339
03727ca6
AC
63402004-06-14 Andrew Cagney <cagney@gnu.org>
6341
6342 Based on changes from Karl Berry.
6343 * gdb.texinfo: Do not use @sc in a direntry.
6344 * stabs.texinfo: Change @dircateogry to "Software development".
6345 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
6346
97092415
AC
63472004-06-13 Andrew Cagney <cagney@gnu.org>
6348
6349 * gdbint.texinfo (Target Architecture Definition): Delete
6350 description of RETURN_VALUE_ON_STACK.
6351
1f6d4158
AC
63522004-06-09 Andrew Cagney <cagney@gnu.org>
6353
6354 * gdbint.texinfo (Native Debugging): Restore "@table @code"
6355 deleted by previous patch.
6356
d966f0cb
AC
63572004-06-08 Andrew Cagney <cagney@gnu.org>
6358
6359 * gdbint.texinfo (Native Debugging): Delete documentation on
6360 ATTACH_DETACH.
6361
86fe4aaa
RC
63622004-06-06 Randolph Chung <tausq@debian.org>
6363
6364 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
6365
d4b6d575
RC
63662004-06-06 Randolph Chung <tausq@debian.org>
6367
5ae4183a 6368 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
6369 the new push_dummy_call method signature. Describe the function
6370 argument.
6371
4e8b0763
JB
63722004-05-24 Joel Brobecker <brobecker@gnat.com>
6373
6374 * gdb.texinfo (Starting): Document new start command.
6375
59caf092
AC
63762004-05-21 Andrew Cagney <cagney@redhat.com>
6377
6378 * observer.texi (GDB Observers): Document "inferior_created".
6379
e4a2df64
AC
63802004-05-08 Andrew Cagney <cagney@redhat.com>
6381
e6b55ae2
AC
6382 * gdbint.texinfo (Target Architecture Definition): Delete
6383 description of DO_DEFERRED_STORES.
6384
28954179
AC
6385 * gdbint.texinfo (Target Architecture Definition): Delete
6386 references to DEPRECATED_FIX_CALL_DUMMY.
6387
434b87dd
AC
6388 * gdbint.texinfo (Target Architecture Definition): Delete
6389 description of DEPRECATED_CALL_DUMMY_WORDS,
6390 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
6391
58d28df8
AC
6392 * gdbint.texinfo (Target Architecture Definition): Delete
6393 description of DEPRECATED_PUSH_DUMMY_FRAME.
6394
e4a2df64
AC
6395 * gdbint.texinfo (Target Architecture Definition): Delete
6396 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
6397
2b4855ab
AC
63982004-05-07 Andrew Cagney <cagney@redhat.com>
6399
6400 * observer.texi (GDB Observers): Add "Debugging" section. Include
6401 cross reference to "set/show debug observer".
6402 * gdb.texinfo (Debugging Output): Document "set/show debug
6403 observer".
6404
fcf70625
AC
64052004-05-01 Andrew Cagney <cagney@redhat.com>
6406
6407 * gdbint.texinfo (Target Architecture Definition): Delete
6408 description of DEPRECATED_PC_IN_SIGTRAMP.
6409
8ee56bcf
AC
64102004-04-30 Andrew Cagney <cagney@redhat.com>
6411
6412 * gdbint.texinfo (Target Architecture Definition): Delete
6413 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
6414
67ab9a76
OF
64152004-04-30 Orjan Friberg <orjanf@axis.com>
6416
6417 * observer.texi (GDB Observers): Correct spelling.
6418
79346bcb
OF
64192004-04-26 Orjan Friberg <orjanf@axis.com>
6420
6421 * observer.texi (GDB Observers): Add target_changed event.
6422
7a464420
AC
64232004-04-08 Andrew Cagney <cagney@redhat.com>
6424
6425 * observer.texi (GDB Observers): Rework, provide generic observer
6426 definitions and then a list of observable events.
6427
6cdf9d98
AC
64282004-04-04 Andrew Cagney <cagney@redhat.com>
6429
6430 * gdbint.texinfo (Host Definition): Delete reference to
6431 NO_SIGINTERRUPT.
6432
ddc135a4
AC
64332004-04-02 Andrew Cagney <cagney@redhat.com>
6434
6435 * gdbint.texinfo (Target Architecture Definition): Delete
6436 reference to DEPRECATED_CALL_DUMMY_LENGTH.
6437
6a1b180d
SC
64382004-03-28 Stephane Carrez <stcarrez@nerim.fr>
6439
6440 * gdb.texinfo (TUI Commands): Document tui reg commands.
6441
d0d5df6f
AC
64422004-03-26 Andrew Cagney <cagney@redhat.com>
6443
6444 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
6445 "gdbtui".
6446 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
6447 (Contributors): Mention both Text and Terminal User Interface.
6448
aa2a3f87
AC
64492004-03-23 Andrew Cagney <cagney@redhat.com>
6450
6451 * gdbint.texinfo (Target Architecture Definition): Deprecate
6452 references to SIGTRAMP_START and SIGTRAMP_END.
6453
f561f026
AC
64542004-03-23 Andrew Cagney <cagney@redhat.com>
6455
6456 * gdbint.texinfo (Target Architecture Definition): Deprecate
6457 references to PC_IN_SIGTRAMP.
6458
33cb8b0f
AC
64592004-03-19 Andrew Cagney <cagney@redhat.com>
6460
6461 * gdbint.texinfo (Target Architecture Definition): Delete
6462 reference to GDB_TARGET_IS_HPPA.
6463
fc989b7a
AC
64642004-03-18 Andrew Cagney <cagney@redhat.com>
6465
6466 * gdbint.texinfo (Coding): Update section on gdbarch_data,
6467 describe pre_init and post_init.
6468
701b08bb
DJ
64692004-03-09 Daniel Jacobowitz <drow@mvista.com>
6470
6471 * gdb.texinfo (Debugging Output): Document values for "set debug
6472 target".
6473
faae5abe
AC
64742004-02-28 Andrew Cagney <cagney@redhat.com>
6475
6476 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
6477
dd79a6cf
JJ
64782004-02-26 Jeff Johnston <jjohnstn@redhat.com>
6479
6480 * gdb.texinfo (breakpoints): Add information about the
6481 new "set breakpoint pending" and "show breakpoint pending"
6482 commands.
6483
e7f16015
AC
64842004-02-26 Andrew Cagney <cagney@redhat.com>
6485
6486 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
6487 in Per-architecture module data section.
6488
7161a3a6
RM
64892004-02-25 Roland McGrath <roland@redhat.com>
6490
6491 * gdb.texinfo (General Query Packets): Document qPart:... packets.
6492
2154891a
AC
64932004-02-24 Andrew Cagney <cagney@redhat.com>
6494
6495 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
6496 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
6497 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 6498
6c74ac8b
AC
64992004-02-17 Andrew Cagney <cagney@redhat.com>
6500
6501 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
6502
19772a2c
AC
65032004-02-16 Andrew Cagney <cagney@redhat.com>
6504
6505 * gdbint.texinfo (Target Architecture Definition): Deprecate
6506 FRAMELESS_FUNCTION_INVOCATION.
6507
c9830293
AC
65082004-02-16 Andrew Cagney <cagney@redhat.com>
6509
6510 * gdbint.texinfo (Coding): Mention -Wunused-function.
6511
b9d26eb9
AC
65122004-02-14 Andrew Cagney <cagney@redhat.com>
6513
6514 * gdbint.texinfo (Target Architecture Definition): Delete
6515 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
6516
49efadf5
EZ
65172004-02-12 Elena Zannoni <ezannoni@redhat.com>
6518
6519 * gdb.texinfo: Properly quote the name "C++".
6520 * gdbint.texinfo: Ditto.
6521 * stabs.texinfo: Ditto.
6522
1eb288ea
EZ
65232004-02-11 Elena Zannoni <ezannoni@redhat.com>
6524
6525 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
6526 minimal information about libiberty.
6527
e4937fc1
MC
65282004-02-06 Michael Chastain <mec.gnu@mindspring.com>
6529
6530 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
6531
a9331b3f
RM
65322004-02-04 Roland McGrath <roland@redhat.com>
6533
6534 * gdb.texinfo (Auxiliary Vector): New node (section).
6535 (Data): Add it to the menu.
6536
2650777c
JJ
65372004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6538
6539 * gdb.texinfo (Breakpoints): Add information about pending
6540 breakpoint support.
6541
b4501125
AC
65422004-01-26 Andrew Cagney <cagney@redhat.com>
6543
6544 * gdb.texinfo (Overview): Delete references to the cisco protocol
6545 including the "N" response.
6546
74055713
AC
65472004-01-26 Andrew Cagney <cagney@redhat.com>
6548
6549 * gdbint.texinfo (Target Architecture Definition): Rename
6550 EXTRACT_STRUCT_VALUE_ADDRESS to
6551 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 6552
3bbe9696
EZ
65532004-01-24 Eli Zaretskii <eliz@gnu.org>
6554
6555 * gdb.texinfo (KOD): Document "show os". Add index entries for
6556 "set/show os" and "info cisco" commands.
6557
5843504f
EZ
65582004-01-21 Eli Zaretskii <eliz@gnu.org>
6559
6560 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
6561
9175c9a3
MC
65622004-01-19 Michael Chastain <mec.gnu@mindspring.com>
6563
6564 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
6565 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
6566
8e94b928
NR
65672004-01-19 Nick Roberts <nick@nick.uklinux.net>
6568
6569 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
6570 -stack-list-locals.
6571 (GDB/MI Variable Objects): Describe extension to
6572 -var-list-children.
6573
a20cf136
DJ
65742004-01-17 Daniel Jacobowitz <drow@mvista.com>
6575
6576 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
6577
afb18d0f
AC
65782004-01-17 Andrew Cagney <cagney@redhat.com>
6579
6580 * gdbint.texinfo (Target Architecture Definition): Delete
6581 documentation on DEPRECATED_NPC_REGNUM.
6582
b51970ac
DJ
65832004-01-13 Daniel Jacobowitz <drow@mvista.com>
6584
6585 * gdb.texinfo: Update copyright year. Mention that set
6586 follow-fork-mode is supported on GNU/Linux. Remove documentation of
6587 "set follow-fork-mode ask".
6588
0f0cffd2
AC
65892004-01-13 Andrew Cagney <cagney@redhat.com>
6590
6591 * gdbint.texinfo: Update copyright year.
6592 (Coding): Add -Wunused-label to list of -Werror warnings.
6593
c552b3bb 65942004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 6595 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
6596
6597 * gdb.texinfo: Update copyright.
6598 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
6599 around names, as appropriate. Minor syntax cleanup of
6600 _NSPrintForDebugger explanation. Two spaces after periods.
6601 GDBN used instead of lit. "gdb". Index entries added for
6602 print-object and _NSPrintForDebugger. @noindent added in one spot.
6603
afe157ca
EZ
66042003-11-11 Elena Zannoni <ezannoni@redhat.com>
6605
6606 * stabs.texinfo: Add dircategory and direntry commands.
6607 * annotate.texinfo: Ditto.
6608
963e2bb7
AC
66092003-11-10 Andrew Cagney <cagney@redhat.com>
6610
6611 * gdbint.texinfo (Target Architecture Definition): Replace the
6612 return_value method's "inval" and "outval" parameters with
6613 "readbuf" and "writebuf".
6614
1d8b2f28
JB
66152003-10-28 Jim Blandy <jimb@redhat.com>
6616
6617 * gdb.texinfo (The F request packet, The F reply packet): Renamed
6618 from "The `F' request packet" and "The `F' reply packet", to make
6619 texi2dvi happy.
6620 (File-I/O remote protocol extension): Update menu entries, too.
6621
36d86913
MC
66222003-10-26 Michael Chastain <mec@shout.net>
6623
6624 * gdb.texinfo (Thread Stops): Document the issue with
6625 premature return from system calls in multi-threaded programs.
6626
ce2826aa
AC
66272003-10-24 Andrew Cagney <cagney@redhat.com>
6628
6629 * annotate.texinfo: Fix "fortunatly"[sic].
6630
f24c5e49
KI
66312003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
6632
6633 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
6634 with "Hitachi" and "Mitsubishi".
6635
92ad9cd9
AC
66362003-10-20 Andrew Cagney <cagney@redhat.com>
6637
6638 * gdbint.texinfo (Target Architecture Definition): Document
6639 gdbarch_return_value. Add cross references from
6640 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
6641 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
6642
0ab4b752
MK
66432003-10-18 Mark Kettenis <kettenis@gnu.org>
6644
6645 * gdbint.texinfo (Target Architecture Definition): Document
6646 regset_from_core_section.
fb3e19c0
KI
6647
66482003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
6649
6650 * gdb.texinfo (M32R/D): Mention m32rsdi target.
6651
a9331b3f 66522003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
6653
6654 From Anthony Green <green@redhat.com>:
5ae4183a 6655 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 6656
1485d690
KB
66572003-10-14 Kevin Buettner <kevinb@redhat.com>
6658
889bf7c5
PA
6659 * gdb.texinfo (Breakpoint related warnings): New node.
6660 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 6661
86d30acc
DJ
66622003-10-13 Daniel Jacobowitz <drow@mvista.com>
6663
6664 * gdb.texinfo (Remote Protocol): Document v and vCont.
6665
172c2a43
KI
66662003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
6667
6668 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
6669 * gdbint.texinfo: Ditto.
6670
71952f4c
AC
66712003-10-09 Andrew Cagney <cagney@redhat.com>
6672
6673 From 2003-09-18 David Anderson <davea@sgi.com>:
6674 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
6675 "command".
6676
268e2188
AC
66772003-10-03 Andrew Cagney <cagney@redhat.com>
6678
6679 * gdbint.texinfo (Target Architecture Definition): Deprecate
6680 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
6681 just target.
6682
12c266ea 66832003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 6684
f30992d4 6685 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
6686 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
6687 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
6688 * gdbint.texinfo (Target Architecture Definition): Rename
6689
66902003-09-30 Andrew Cagney <cagney@redhat.com>
6691
f30992d4 6692 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 6693 (Target Architecture Definition):
f30992d4 6694
2e092625
AC
6695 * gdbint.texinfo (Target Architecture Definition): Rename
6696 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
6697
0717ae8a
AC
66982003-09-29 Andrew Cagney <cagney@redhat.com>
6699
dad809b7
AC
6700 * gdbint.texinfo (Target Architecture Definition): Delete
6701 documentation for NEED_TEXT_START_END.
6702
0717ae8a
AC
6703 * gdbint.texinfo (Target Architecture Definition): Rename
6704 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
6705 TARGET_WRITE_PC.
a9331b3f 6706
af6cf26d
MC
67072003-09-22 Michael Chastain <mec@shout.net>
6708
6709 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
6710
ee206350
AG
67112003-09-21 Anthony Green <green@redhat.com>
6712
6713 * gdbint.texinfo (Target Architecture Definition): Fix typos.
6714
a38c9fe6
MK
67152003-09-21 Mark Kettenis <kettenis@gnu.org>
6716
6717 * gdbint.texinfo (Target Architecture Definition): Document
6718 stabs_argument_has_addr.
6719
77949794
AC
67202003-09-18 Andrew Cagney <cagney@redhat.com>
6721
6722 * gdbint.texinfo (Target Architecture Definition): Delete
6723 documentation on REGISTER_NAMES.
6724
8e823e25
MK
67252003-09-13 Mark Kettenis <kettenis@gnu.org>
6726
6727 * gdbint.texinfo (Target Architecture Definition): Replace
6728 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
6729
f27dd7fd
AC
67302003-09-11 Andrew Cagney <cagney@redhat.com>
6731
6732 * gdbint.texinfo (Target Architecture Definition): Replace
6733 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
6734
8b148df9
AC
67352003-08-18 Andrew Cagney <cagney@redhat.com>
6736
6737 * gdbint.texinfo (Target Architecture Definition): Document
6738 "frame_red_zone_size".
6739
25d29d70
AC
67402003-08-09 Andrew Cagney <cagney@redhat.com>
6741
6742 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
6743 with "set/show backtrace past-main" and "set/show backtrace
6744 limit".
6745
c938e9b0
L
67462003-08-08 H.J. Lu <hongjiu.lu@intel.com>
6747
6748 * Makefile.in (install-info): Support DESTDIR.
6749 (install-html): Likewise.
6750
64fabec2
AC
67512003-08-07 Andrew Cagney <cagney@redhat.com>
6752
6753 Patch from Nick Roberts.
6754 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
6755 bindings. Remove description of send-gdb-command.
6756
2fcf52f0
AC
67572003-08-07 Andrew Cagney <cagney@redhat.com>
6758
6759 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
6760 GDB 6.0.
6761
086432e2
AC
67622003-08-06 Andrew Cagney <cagney@redhat.com>
6763
6764 * gdb.texinfo (Mode Options): Mention that level three is the
6765 highest available and that level 2 is deprecated.
6766 (Annotations Overview): Mention annotation levels. Cross reference
6767 to "Limitations of the Annotation Interface" in annotate.texi.
6768 (TODO, Value Annotations, Frame Annotations): Delete section.
6769 (Displays, Breakpoint Info): Delete.
6770
e5249f67
AC
67712003-08-04 Andrew Cagney <cagney@redhat.com>
6772
6773 * agentexpr.texi: Delete @bye.
6774 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
6775 (stabs.info): Add $(srcdir) to include search path.
6776 (html): Depend on "annotate_toc.html", and not "annotate.html".
6777 * stabs.texinfo: Ditto. Include "fdl.texi".
6778 * gdbint.texinfo: Update copyright statement's list of invariant
6779 sections.
6780
e6f672d2
AC
67812003-07-28 Andrew Cagney <cagney@redhat.com>
6782
6783 * Makefile.in (INFO_DEPS): Add annotate.info.
6784 (dvi, ps, html, pdf): Add annotate.
6785 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
6786 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
6787 (ANNOTATE_DOC_FILES): New macro.
6788 (ANNOTATE_TEX_TMPS): New macro.
6789 (annotate.info, annotate_toc.html): Specify dependencies.
6790 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
6791 * annotate.texinfo: Rename annotate.texi. Get building. Add
6792 "Migrating to GDB/MI" and "Limitations of the Annotation
6793 Interface" chapters. Mention why it is not part of the user
6794 guide. Update copyright notice. Include "fdl.texi".
6795
72ffddc9
SC
67962003-07-26 Stephane Carrez <stcarrez@nerim.fr>
6797
6798 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
6799
a9f12a31
DJ
68002003-07-24 Daniel Jacobowitz <drow@mvista.com>
6801
6802 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
6803
b1fe9455
DJ
68042003-07-24 Daniel Jacobowitz <drow@mvista.com>
6805
6806 * gdb.texinfo (Server): Mention pidof.
6807
153721e6
AC
68082003-07-22 Andrew Cagney <cagney@redhat.com>
6809
6810 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
6811 list.
6812
0fac0b41
DJ
68132003-06-28 Daniel Jacobowitz <drow@mvista.com>
6814
6815 * gdb.texinfo (Logging output): New chapter.
6816
4e562065
JB
68172003-06-24 Joel Brobecker <brobecker@gnat.com>
6818
6819 * gdb.texinfo (Unsupported languages): New section.
6820 (Languages): Add link to new section.
6821
f2c06f52
AC
68222003-06-22 Andrew Cagney <cagney@redhat.com>
6823
6824 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
6825
b4177fca
DJ
68262003-06-22 Daniel Jacobowitz <drow@mvista.com>
6827
6828 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
6829
f418dd93
DJ
68302003-06-22 Daniel Jacobowitz <drow@mvista.com>
6831
6832 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
6833 * agentexpr.texi: Retitle section, and change it to an appendix.
6834 Comment out texinfo initialization. Factor a @var{} into two
6835 pieces to prevent makeinfo warnings.
6836 * gdb.texinfo: Add Agent Expressions appendix.
6837
4ca61388
DJ
68382003-06-19 Daniel Jacobowitz <drow@mvista.com>
6839
6840 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
6841
07f31aa6
DJ
68422003-06-18 Daniel Jacobowitz <drow@mvista.com>
6843
5ae4183a 6844 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
6845 remote target". Document the "detach" and "disconnect" commands.
6846 (Server, Netware, Debug Session): Reference "Connecting to a
6847 remote target".
6848 (GDB/MI Target Manipulation): Document "-target-disconnect".
6849
2dd0da42
AC
68502003-06-13 Andrew Cagney <cagney@redhat.com>
6851
6852 * gdbint.texinfo (Target Architecture Definition): Deprecate
6853 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
6854 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
6855
e7a3abfc
JB
68562003-06-09 Jim Blandy <jimb@redhat.com>
6857
6858 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
6859
25e3a86b
AC
68602003-06-08 Andrew Cagney <cagney@redhat.com>
6861
6862 * gdbint.texinfo (Target Architecture Definition): Delete
6863 documentation on FRAME_ARGS_ADDRESS_CORRECT.
6864
a9e5fdc2
AC
68652003-06-08 Andrew Cagney <cagney@redhat.com>
6866
6867 * gdbint.texinfo (Target Architecture Definition): Document
6868 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
6869
b37303ee
AF
68702003-06-07 Adam Fedor <fedor@gnu.org>
6871
6872 * gdb.texinfo: Add Objective-C documentation.
6873
39fe6e80
AC
68742003-06-01 Andrew Cagney <cagney@redhat.com>
6875
6876 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
6877 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
6878
125309b2
AC
68792003-05-21 Andrew Cagney <cagney@redhat.com>
6880
6881 * gdbint.texinfo (Target Architecture Definition): Delete
6882 references to "extract_address" and "store_address".
6883
b8b527c5
AC
68842003-05-16 Andrew Cagney <cagney@redhat.com>
6885
6886 * gdbint.texinfo (Target Architecture Definition): Replace
6887 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
6888 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
6889
50e3ee83
TR
68902003-05-14 Theodore A. Roth <troth@openavr.org>
6891
6892 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
6893
44e2be90
L
68942003-05-10 H.J. Lu <hongjiu.lu@intel.com>
6895
6896 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
6897 (gdb.dvi): Likewise.
6898 (gdb.pdf): Likewise.
6899 (links2roff): Likewise.
6900
df5215a6
JB
69012003-05-08 Jim Blandy <jimb@redhat.com>
6902
6903 * gdb.texinfo (Dump/Restore Files): Update documentation for
6904 'dump', 'append', and 'restore': note that format argument is
6905 optional; simplify presentation of the command variants; and be
6906 more precise about the formats.
6907
5e7b2f39
JB
69082003-05-07 Jim Blandy <jimb@redhat.com>
6909
6910 * gdb.texinfo (Symbols): Update documentation: 'maint list
6911 symtabs' and 'maint list psymtabs' have been renamed 'maint info
6912 symtabs' and 'maint info psymtabs'.
6913
b1e29e33
AC
69142003-05-05 Andrew Cagney <cagney@redhat.com>
6915
6916 * gdbint.texinfo (Target Architecture Definition): Make
6917 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
6918 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
6919 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
6920
00905d52
AC
69212003-05-04 Andrew Cagney <cagney@redhat.com>
6922
6923 * gdb.texinfo (Maintenance Commands): Document "maint print
6924 dummy-frames".
6925
54ff5908
AC
69262003-05-04 Andrew Cagney <cagney@redhat.com>
6927
6928 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
6929
32e7087d
JB
69302003-05-03 J. Brobecker <brobecker@gnat.com>
6931
6932 Thierry Schneider <tpschneider1@yahoo.com>
6933 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
6934 for new MI command.
6935
7043d8dc
AC
69362003-05-03 Andrew Cagney <cagney@redhat.com>
6937
6938 * gdbint.texinfo (Target Architecture Definition): Document
6939 push_dummy_code. Add cross references.
6940
e33d66ec
EZ
69412003-05-02 Elena Zannoni <ezannoni@redhat.com>
6942
6943 * gdb.texinfo (Character Sets): Update to reflect new behavior of
6944 set/show charsets commands.
6945
0ba6dca9
AC
69462003-04-28 Andrew Cagney <cagney@redhat.com>
6947
6948 * gdbint.texinfo (Target Architecture Definition): Replace
6949 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
6950 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
6951
d7a27068
AC
69522003-04-28 Andrew Cagney <cagney@redhat.com>
6953
6954 * gdbint.texinfo (Target Architecture Definition): Rename
6955 "tm_print_insn" to "deprecated_tm_print_insn".
6956
44ea7b70
JB
69572003-04-09 Jim Blandy <jimb@redhat.com>
6958
6959 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
6960 list psymtabs'.
6961
fb8f8949
AC
69622003-04-08 Andrew Cagney <cagney@redhat.com>
6963
6964 * gdbint.texinfo (Target Architecture Definition): Delete
6965 references to EXTRA_FRAME_INFO.
6966
32fb0f22
AC
69672003-04-08 Andrew Cagney <cagney@redhat.com>
6968
6969 * gdbint.texinfo (Target Architecture Definition): Delete
6970 PRINT_TYPELESS_INTEGER.
6971
6be67e67
JB
69722003-04-02 J. Brobecker <brobecker@gnat.com>
6973
6974 * observer.texi (GDB Observers): Adjust the documentation for the
6975 normal_stop notification to better describe reality. Fix a couple
6976 of minor typos.
6977
4e35d5f0
BR
69782003-04-02 Bob Rossi <bob_rossi@cox.net>
6979
a9331b3f 6980 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
6981 '-file-list-exec-source-file'
6982
e8a8712a
AC
69832003-03-31 Andrew Cagney <cagney@redhat.com>
6984
6985 * gdbint.texinfo (Target Architecture Definition): Delete
6986 references to CALL_DUMMY_P.
6987
6c0e89ed
AC
69882003-03-30 Andrew Cagney <cagney@redhat.com>
6989
6990 * gdbint.texinfo (Target Architecture Definition): Remove
6991 reference to TARGET_WRITE_SP.
a9331b3f 6992
378bfd1b
AC
69932003-03-27 Andrew Cagney <cagney@redhat.com>
6994
6995 * gdbint.texinfo (Target Architecture Definition): Remove
6996 references to write_sp.
6c0e89ed 6997
922fbb7b
AC
69982003-03-27 Andrew Cagney <cagney@redhat.com>
6999
7000 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
7001 chapter body. Use @smallexample instead of @example.
7002 (Annotations): Ditto.
7003 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
7004 annotate.texi.
7005
b81774d8
AC
70062003-03-26 Andrew Cagney <cagney@redhat.com>
7007
7008 * gdbint.texinfo (Target Architecture Definition): Replace
7009 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
7010 dummy_addr parameters.
7011
1bf6d5cc
AC
70122003-03-25 Andrew Cagney <cagney@redhat.com>
7013
7014 * gdbint.texinfo (Target Architecture Definition): Delete
7015 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
7016 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
7017 Add reference to PUSH_ARGUMENTS.
7018
618ce49f
AC
70192003-03-23 Andrew Cagney <cagney@redhat.com>
7020
7021 * gdbint.texinfo (Algorithms, Target Architecture Definition):
7022 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
7023
bcd7e15f
JB
70242003-03-18 J. Brobecker <brobecker@gnat.com>
7025
7026 * gdbint.texinfo (Algorithms): Add new section describing the
7027 Observer paradigm.
7028 (Top): Add menu entry to new observer appendix.
7029 * observer.texi: New file.
7030 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
7031 new observer.texi file.
7032
9fe8321b
AC
70332003-03-17 Andrew Cagney <cagney@redhat.com>
7034
7035 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
7036 that GNU Press update the manual version number.
7037
ac2adee5
AC
70382003-03-12 Andrew Cagney <cagney@redhat.com>
7039
7040 * gdbint.texinfo (Target Architecture Definition): Delete
7041 references to get_saved_register. Rename GET_SAVED_REGISTER to
7042 DEPRECATED_GET_SAVED_REGISTER.
7043
749b82f6
AC
70442003-03-13 Andrew Cagney <cagney@redhat.com>
7045
7046 * gdbint.texinfo (Target Architecture Definition): Replace
7047 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
7048
8bedc050
AC
70492003-03-12 Andrew Cagney <cagney@redhat.com>
7050
7051 * gdbint.texinfo (Target Architecture Definition): Rename
7052 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 7053
0ce1b118
CV
70542003-03-10 Corinna Vinschen <vinschen@redhat.com>
7055
7056 * gdb.texinfo: Add File-I/O documentation.
7057
12cc2063
AC
70582003-03-10 Andrew Cagney <cagney@redhat.com>
7059
7060 * gdbint.texinfo (Target Architecture Definition): Cross reference
7061 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
7062
7453dc06
AC
70632003-03-07 Andrew Cagney <cagney@redhat.com>
7064
7065 * gdb.texinfo (Debugging Output): Mention the "set/show debug
7066 frame" command.
7067
6314f104
AC
70682003-03-05 Andrew Cagney <cagney@redhat.com>
7069
7070 * gdbint.texinfo (Target Architecture Definition): Document
7071 unwind_dummy_id. Cross reference unwind_dummy_id and
7072 SAVE_DUMMY_FRAME_TOS.
7073
f1212245
DJ
70742003-03-05 James Ingham <jingham@apple.com>
7075 Daniel Jacobowitz <drow@mvista.com>
7076
7077 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
7078 and "show cp-abi".
7079
77e7e267
AC
70802003-03-03 Andrew Cagney <cagney@redhat.com>
7081
7082 * gdbint.texinfo (Target Architecture Definition): Document
7083 register_type.
7084
838a8221
AC
70852003-03-03 Andrew Cagney <cagney@redhat.com>
7086
7087 * stabs.texinfo (Structures): Use @samp and separate @var's
7088 instead of a single @var containing a comma separated list.
7089 (Unions): Ditto.
7090
d7f4a264
DJ
70912003-03-02 Daniel Jacobowitz <drow@mvista.com>
7092
7093 * Makefile.in (distclean): Remove config.log.
7094
f30ee0bc
AC
70952003-03-01 Andrew Cagney <cagney@redhat.com>
7096
7097 * gdbint.texinfo (Target Architecture Definition): Rename
7098 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
7099
71002003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
7101
7102 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
7103 DEPRECATED_INIT_EXTRA_FRAME_INFO.
7104
be448670
CF
71052003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
7106
7107 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
7108 (Non-debug DLL symbols): New node, describing the minimal symbols
7109 loaded from DLLs without real debugging symbols.
7110
501eef12
AC
71112003-02-20 Andrew Cagney <ac131313@redhat.com>
7112
7113 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
7114 hardware-breakpoint-limit".
7115 (Set Watchpoints): Add cross reference to "set remote
7116 hardware-watchpoint-limit".
7117 (Remote configuration options): New section.
7118
21c294e6
AC
71192003-02-04 Andrew Cagney <ac131313@redhat.com>
7120
e9be73e4
AC
7121 * gdbint.texinfo (Target Architecture Definition): Delete
7122 descrption of IS_TRAPPED_INTERNALVAR.
7123
21c294e6
AC
7124 From Keith Seitz <keiths@redhat.com>:
7125 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
7126 option "-i"/"--interpreter" to this chapter. Include index
7127 entries.
7128
0179ffac
DC
71292003-02-04 David Carlton <carlton@math.stanford.edu>
7130
7131 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
7132 (Variables): Recommend stabs+ and DWARF 2.
7133 (C plus plus expressions): Correct info about
7134 compiler versions, debug formats.
7135 (Contributors): Change 'DWARF2' to 'DWARF 2'.
7136 PR symtab/874.
7137
7ca9f392
AC
71382003-02-01 Andrew Cagney <ac131313@redhat.com>
7139
7140 * gdbint.texinfo (Target Architecture Definition): Delete
7141 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
7142 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
7143 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
7144 references to nindy and i960.
7145 * gdb.texinfo (i960): Delete all references to i960 and nindy.
7146
31a85ea2
AC
71472003-02-01 Andrew Cagney <ac131313@redhat.com>
7148
7149 * gdbint.texinfo (Target Architecture Definition): Delete
7150 FLOAT_INFO.
7151
6b894e49
AC
71522003-01-30 Andrew Cagney <ac131313@redhat.com>
7153
7154 * stabs.texinfo (Member Type Descriptor): Clarify description of
7155 `@'. Suggested by Ben Hutchings.
7156
c48861fb
AC
71572003-01-29 Andrew Cagney <ac131313@redhat.com>
7158
7159 * gdb.texinfo (M68K): Delete reference to es1800.
7160
617073a9
AC
71612003-01-29 Andrew Cagney <ac131313@redhat.com>
7162
7163 * gdb.texinfo (Maintenance Commands): Document `maint print
7164 reggroups' and `maint print register-groups'.
7165 * gdbint.texinfo (Target Architecture Definition): Document
7166 register_reggroup_p.
7167
5b5d99cf
JB
71682003-01-23 Jim Blandy <jimb@redhat.com>
7169
7170 * gdb.texinfo (Separate Debug Files): New section.
7171
e7ba9c65
DJ
71722003-01-22 Daniel Jacobowitz <drow@mvista.com>
7173
7174 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
7175 and "maint show profile".
7176
94e91d6d
MC
71772003-01-16 Michael Chastain <mec@shout.net>
7178
7179 * gdb.texinfo (Installing GDB): Warn against
7180 ".../gdb-VERSION/gdb/configure".
7181 (Separate Objdir): Likewise.
7182
867f3898
AC
71832003-01-15 Andrew Cagney <ac131313@redhat.com>
7184
7185 * gdbint.texinfo (Target Architecture Definition): Delete
7186 definition of PRINT_REGISTER_HOOK.
7187
f153cc92
EZ
71882003-01-15 Elena Zannoni <ezannoni@redhat.com>
7189
7190 (OpenRISC 1000): Fix formatting of command names.
7191
c60eb6f1
EZ
71922003-01-15 Elena Zannoni <ezannoni@redhat.com>
7193
7194 * gdb.texinfo (Continuing and Stepping): Add new command
7195 'advance'. Clarify behavior of 'until'.
7196
f5ebfba0
DJ
71972003-01-13 Daniel Jacobowitz <drow@mvista.com>
7198
7199 * gdb.texinfo (Files): Document solib-absolute-prefix and
7200 solib-search-path.
7201
4ce8657e
MC
72022003-01-09 Michael Chastain <mec@shout.net>
7203
7204 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
7205 (Create a Release): Add new instructions for new @file{src-release}.
7206 Document existing instructions for @file{Makefile.in} as
7207 being for @value{GDBN} 5.3.1 or earlier.
7208
372613e3
AC
72092003-01-09 Andrew Cagney <ac131313@redhat.com>
7210
7211 * gdbint.texinfo (Target Architecture Definition): Mention
7212 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
7213 allocate memory.
7214
b4e9345d
DJ
72152003-01-04 Daniel Jacobowitz <drow@mvista.com>
7216
7217 * gdb.texinfo (Controlling GDB): Add @kindex for
7218 "show osabi".
7219 (Backtraces): Add @kindex's for backtrace-below-main.
7220
98b45e30
DJ
72212003-01-04 Daniel Jacobowitz <drow@mvista.com>
7222
7223 * gdb.texinfo (Controlling GDB): Document "set osabi".
7224
95f90d25
DJ
72252003-01-04 Daniel Jacobowitz <drow@mvista.com>
7226
7227 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
7228 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
7229
1e698235
DJ
72302003-01-04 Daniel Jacobowitz <drow@mvista.com>
7231
7232 * gdb.texinfo (Controlling GDB): Add ABI section. Document
7233 "set coerce-float-to-double".
7234 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
7235
e632838e
AC
72362003-01-02 Andrew Cagney <ac131313@redhat.com>
7237
7238 * stabs.texinfo: Remove obsolete text.
7239 * gdbint.texinfo: Ditto.
7240 * gdb.texinfo: Ditto.
7241
c133ab7a
MK
72422002-12-22 Mark Kettenis <kettenis@gnu.org>
7243
7244 * gdbint.texinfo (Target Architecture Definition): Update
7245 description of gdbarch_register_osabi.
7246
f821f325
KH
72472002-12-20 Kazu Hirata <kazu@cs.umass.edu>
7248
7249 * agentexpr.texi: Fix typos.
7250 * annotate.texi: Likewise.
7251 * fdl.texi: Likewise.
7252
85a6d8d3 72532002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
7254
7255 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
7256 DEPRECATED_INIT_FRAME_PC.
7257
ae45cd16
AC
72582002-12-01 Andrew Cagney <ac131313@redhat.com>
7259
7260 * gdbint.texinfo (Target Architecture Definition): Delete
7261 PC_IN_CALL_DUMMY.
7262
07555a72
AC
72632002-11-28 Andrew Cagney <ac131313@redhat.com>
7264
7265 * gdbint.texinfo (Host Definition): Delete documentation on
7266 USE_GENERIC_DUMMY_FRAMES.
7267
c166cdc7
EZ
72682002-11-26 Elena Zannoni <ezannoni@redhat.com>
7269
5ae4183a 7270 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
7271 * Makefile.in (install-info): Run the install-info command as part
7272 of the post install steps only.
7273 (uninstall-info): New target.
7274 (uninstall): New target.
7275
35db0260
EZ
72762002-11-22 Elena Zannoni <ezannoni@redhat.com>
7277
7278 * Makefile.in (install): Make install do some real work.
7279
9ba8d803
AC
72802002-11-19 Andrew Cagney <ac131313@redhat.com>
7281
7282 Fix POSIX problem reported by Paul Eggert.
7283 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
7284 Fix PR gdb/527.
7285
903ad3a6
AC
72862002-10-26 Andrew Cagney <cagney@redhat.com>
7287
7288 * gdbint.texinfo (Target Architecture Definition): Delete
7289 definition of DO_REGISTERS_INFO.
7290
f2abfe65
KB
72912002-10-18 Kevin Buettner <kevinb@redhat.com>
7292
7293 * gdbint.texinfo (Address Classes): Fix problems with insertion
7294 of ``{'' and ``}'' in example.
7295
b5b0480a
KB
72962002-10-17 Kevin Buettner <kevinb@redhat.com>
7297
7298 * gdbint.texinfo (Address Classes): New section.
7299 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
7300 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
7301 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
7302 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
7303
c85508ee
KD
73042002-10-11 Klee Dienes <kdienes@apple.com>
7305
7306 * gdb.texinfo (Registers): Mention vector registers as well as
7307 floating registers in the documentation for 'info registers' and
7308 'info all-registers'.
7309
6d12fc3d
DJ
73102002-10-11 Daniel Jacobowitz <drow@mvista.com>
7311
7312 * gdbint.texinfo (CPLUS_MARKER): Remove item.
7313
8d19fbd2
JJ
73142002-10-03 Jeff Johnston <jjohnstn@redhat.com>
7315
7316 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
7317 interface definition.
7318
a37295f9
MM
73192002-10-03 Marko Mlinar <markom@opencores.org>
7320
7321 * gdb.texinfo (Target Commands): Add or1k target specific
7322 commands.
7323 * gdb.texinfo (Contributors): Add myself to the contributors list.
7324
da0f9dcd
AC
73252002-10-01 Andrew Cagney <ac131313@redhat.com>
7326
7327 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
7328 and "mi1" instead of "mi1" and "mi0".
7329
2e834e49
HPN
73302002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
7331
7332 * gdb.texinfo (Packets): Fix typos "alligned".
7333 Correct z3/Z3 description. Correct z4/Z4 title.
7334
050be0dc
AC
73352002-09-27 Andrew Cagney <ac131313@redhat.com>
7336
7337 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
7338
1104b9e7
KB
73392002-09-25 Kevin Buettner <kevinb@redhat.com>
7340
7341 * gdb.texinfo: Use GNU/Linux instead of Linux.
7342
512217c7
AC
73432002-09-25 Andrew Cagney <ac131313@redhat.com>
7344
7345 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
7346
10998722
AC
73472002-09-24 Andrew Cagney <ac131313@redhat.com>
7348
512217c7 7349 * gdb.texinfo: Replace @example with @smallexample.
10998722 7350
a0eb71c5
KB
73512002-09-20 Kevin Buettner <kevinb@redhat.com>
7352
f7dc1244 7353 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
7354 * gdb.texinfo (Character Sets): Use @smallexample instead of
7355 @example. Use GNU/Linux instead of Linux.
7356
73572002-09-20 Jim Blandy <jimb@redhat.com>
7358
7359 * gdb.texinfo: Add character set documentation.
7360
2f870471
AC
73612002-09-19 Andrew Cagney <ac131313@redhat.com>
7362
7363 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
7364 (Packets): Add cross reference from `b' packet to `z' packets.
7365
790eb8f5
AC
73662002-09-19 Andrew Cagney <ac131313@redhat.com>
7367
8d30a00d
AC
7368 * gdb.texinfo (Maintenance Commands): Document ``maint
7369 internal-error'' and ``maint internal-warning''.
7370
790eb8f5
AC
7371 * gdbint.texinfo (Target Architecture Definition): Revise
7372 description of STACK_ALIGN. Add description of FRAME_ALIGN.
7373
a23a7bf1
JB
73742002-09-19 Joel Brobecker <brobecker@gnat.com>
7375
7376 * gdbint.texinfo (Target Conditionals): Document the new
7377 NAME_OF_MALLOC macro.
7378
299ffc64
AC
73792002-09-05 Andrew Cagney <ac131313@redhat.com>
7380
7381 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
7382 engineer.
7383
b7bb15bc
SC
73842002-09-02 Stephane Carrez <stcarrez@nerim.fr>
7385
7386 * gdb.texinfo (TUI Overview): Document status line fields.
7387
3d757584
SC
73882002-09-02 Stephane Carrez <stcarrez@nerim.fr>
7389
7390 * gdb.texinfo (TUI Commands): Document info win command.
7391
269c21fe
SC
73922002-09-01 Stephane Carrez <stcarrez@nerim.fr>
7393
7394 * gdb.texinfo (TUI Overview): Document breakpoint markers.
7395
7cf36c78
SC
73962002-09-01 Stephane Carrez <stcarrez@nerim.fr>
7397
7398 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
7399 (TUI Keys): Likewise.
7400
d2c6833e
AC
74012002-08-25 Andrew Cagney <ac131313@redhat.com>
7402
7403 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
7404 for a packet receive.
7405
46d8b1c3
AC
74062002-08-25 Andrew Cagney <ac131313@redhat.com>
7407
7408 * Makefile.in (clean): Move to end of file.
7409 (distclean, maintainer-clean, realclean): Ditto.
7410 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
7411 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
7412 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
7413 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
7414
b0787093
AC
74152002-08-24 Andrew Cagney <ac131313@redhat.com>
7416
7417 * Makefile.in (GDBINT_TEX_TMPS): Define.
7418 (gdbint.dvi, gdbint.pdf): Use
7419 (GDB_TEX_TMPS): Define.
7420 (gdb.dvi, gdb.pdf): Use.
7421 (STABS_TEX_TMPS): Define.
7422 (stabs.dvi, stabs.pdf): Use.
7423 (GDB_DOC_SOURCE_INCLUDES): New macros.
7424 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
7425 (GDBINT_DOC_FILES_INCLUDES): New macros.
7426 (GDBINT_DOC_BUILD_INCLUDES): New macros.
7427 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
7428 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
7429 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
7430 (links2roff): Replace SFILES_INCLUDED with
7431 GDB_DOC_SOURCE_INCLUDES.
7432 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
7433 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
7434 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
7435 dependencies.
7436 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
7437 dependencies.
7438 (gdbmi.texinfo): Delete rule.
7439 (inc-hist.texinfo): Delete rule.
7440 (rluser.texinfo): Delete rule.
7441
ebba8386
AC
74422002-08-23 Andrew Cagney <cagney@redhat.com>
7443
7444 * gdbint.texinfo (Target Architecture Definition): Update
7445 STORE_RETURN_VALUE, mention regcache.
7446
0ab7a791
AC
74472002-08-21 Andrew Cagney <ac131313@redhat.com>
7448
7449 * gdbint.texinfo (Target Architecture Definition): Document
7450 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
7451
ee2d5c50
AC
74522002-08-19 Andrew Cagney <ac131313@redhat.com>
7453
7454 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
7455 Fix minor typos. Add index entries.
7456
53c69bd7
AC
74572002-08-18 Andrew Cagney <ac131313@redhat.com>
7458
7459 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
7460
e76f1f2e
AC
74612002-08-15 Andrew Cagney <ac131313@redhat.com>
7462
7463 * gdbint.texinfo (Target Architecture Definition): Document
7464 PRINT_VECTOR_INFO.
7465 * gdb.texinfo (Vector Unit): Document "info vectors" command.
7466
0680b120
AC
74672002-08-13 Andrew Cagney <ac131313@redhat.com>
7468
7469 * gdb.texinfo (Maintenance Commands): Document "maint print
7470 registers", "maint print raw-registers" and "maint print
7471 cooked-registers".
7472
3c3bea1c
GS
74732002-08-08 Grace Sainsbury <graces@redhat.com>
7474
a9331b3f 7475 From Mark Salter:
3c3bea1c
GS
7476 * gdb.texinfo (Protocol): Document T packet extension to
7477 allow watchpoint address reporting.
7478
42f9b0a5
AC
74792002-08-03 Andrew Cagney <ac131313@redhat.com>
7480
7481 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
7482
db034ac5
AC
74832002-08-01 Andrew Cagney <cagney@redhat.com>
7484
7485 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
7486 to CHILL.
7487
e2b28d04
AC
74882002-08-01 Andrew Cagney <ac131313@redhat.com>
7489
7490 * gdbint.texinfo (Coding): Revise section "Include Files".
7491
7fb623f7
AC
74922002-07-24 Andrew Cagney <cagney@redhat.com>
7493
7494 * gdbint.texinfo: Obsolete references to m88k.
7495 * gdb.texinfo: Ditto.
7496
4a2b4636
JB
74972002-07-10 Joel Brobecker <brobecker@gnat.com>
7498
7fb623f7 7499 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
7500 where the proper version of autoconf can be retrieved.
7501
a71ec265
DH
75022002-07-09 Don Howard <dhoward@redhat.com>
7503
7504 * gdb.texinfo (Command Files): Further describe the behavior of
7505 sourced command files.
7506
b9aa90c9
AC
75072002-06-27 Andrew Cagney <ac131313@redhat.com>
7508
7509 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
7510 (Coding): Clarify ISO C version that GDB assumes.
7511
40dd2248
TT
75122002-06-26 Tom Tromey <tromey@redhat.com>
7513
7514 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
7515 add_setshow_cmd_full.
7516
bfac230e
DH
75172002-06-25 Don Howard <dhoward@redhat.com>
7518
7519 * gdb.texinfo (Memory Region Attributes): Document new behavior
7520 for 'mem' command.
7521
475b0867
JB
75222002-06-11 Jim Blandy <jimb@redhat.com>
7523
919d772c
JB
7524 * gdb.texinfo (Symbols): Update documentation for `info source'
7525 command.
7526
475b0867
JB
7527 * gdb.texinfo (Macros): Call the command `info macro', not
7528 `show macro'.
7529
ba8c9337
AC
75302002-06-09 Andrew Cagney <ac131313@redhat.com>
7531
7532 * gdbint.texinfo (Coding): Add section ``Per-architecture module
7533 data''.
7534
1029b7fa
MK
75352002-06-09 Mark Kettenis <kettenis@gnu.org>
7536
7537 * gdbint.texinfo (Target Architecture Definition): Document
7538 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
7539
16737d73
AC
75402002-06-08 Andrew Cagney <ac131313@redhat.com>
7541
7542 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
7543 lists.
7544
30107679
AC
75452002-06-08 Andrew Cagney <ac131313@redhat.com>
7546
7547 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
7548 Branch''.
7549
3352e23e
AC
75502002-06-01 Andrew Cagney <ac131313@redhat.com>
7551
7552 * gdbint.texinfo (Target Architecture Definition): Add section
7553 ``Converting an existing Target Architecture to Multi-arch''.
7554
cbb09e6a
AC
75552002-05-30 Andrew Cagney <ac131313@redhat.com>
7556
7557 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
7558 to ``Obsoleting code''. Revise.
7559
e2e0bcd1
JB
75602002-05-17 Jim Blandy <jimb@redhat.com>
7561
7562 * gdb.texinfo (C Preprocessor Macros): New chapter.
7563 Include it in the main menu.
7564 (Contributors): Credit Jim Blandy with macro support.
7565 (Compilation): Explain how to get macro information into the
7566 executable.
7567 (Expressions): Note that preprocessor macros are expanded.
7568
9db8d71f
DJ
75692002-05-14 Daniel Jacobowitz <drow@mvista.com>
7570
7571 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
7572 options for `target remote'.
7573
6d531722
AC
75742002-05-13 Andrew Cagney <ac131313@redhat.com>
7575
7576 * gdbint.texinfo (Target Architecture Definition): Delete
7577 documentation on NNPC_REGNUM.
7578
13d01224
AC
75792002-05-11 Andrew Cagney <ac131313@redhat.com>
7580
7581 * gdbint.texinfo (Target Architecture Definition): Document
7582 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
7583 (Target Architecture Definition): Revise section `Using Different
7584 Register and Memory Data Representations'. Add section `Raw and
7585 Virtual Register Representations'.
7586
b2e75d78
AC
75872002-05-11 Andrew Cagney <ac131313@redhat.com>
7588
7589 * gdbint.texinfo (Target Architecture Definition): Mention
7590 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
7591 (Target Architecture Definition): Mention same. Add references to
7592 web pages.
7593
2c8682ee
MS
75942002-05-08 Michael Snyder <msnyder@redhat.com>
7595
7596 * stabs.texinfo (Attributes): Document new "vector" attribute.
7597
0816590b
AC
75982002-05-04 Andrew Cagney <ac131313@redhat.com>
7599
7600 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
7601
2653173e
AC
76022002-05-04 Andrew Cagney <ac131313@redhat.com>
7603
7604 * gdb.texinfo: Delete obsolete references to a29k.
7605
d7bd68ca
AC
76062002-04-24 Andrew Cagney <ac131313@redhat.com>
7607
7608 * gdbint.texinfo (Target Architecture Definition): Replace
7609 IN_SIGTRAMP with PC_IN_SIGTRAMP.
7610
21d83aa5
DM
76112002-04-24 David S. Miller <davem@redhat.com>
7612
7613 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
7614
7673a6cc
DM
76152002-04-21 David S. Miller <davem@redhat.com>
7616
7617 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
7618
d49d1e0a
AC
76192002-04-21 Andrew Cagney <ac131313@redhat.com>
7620
7621 * gdbint.texinfo (Target Architecture Definition): Delete
7622 definition of HAVE_REGISTER_WINDOWS.
7623
f7dc1244 76242002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
7625
7626 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
7627 "Theodore A. Roth" <troth@verinet.com>.
7628
5ca0cb28
DH
76292002-04-15 Don Howard <dhoward@redhat.com>
7630
f7dc1244 7631 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 7632 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 7633 Provide a better explaination of this feature.
5ca0cb28 7634
f208ba17
AC
76352002-04-14 Andrew Cagney <ac131313@redhat.com>
7636
7637 * gdbint.texinfo (Target Architecture Definition): Remove
7638 FRAME_CHAIN_COMBINE.
7639
d5ba91de
MC
76402002-04-12 Michael Chastain <mec@shout.net>
7641
7642 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
7643 REG_STACK_SEGMENT.
7644
26818220
MC
76452002-04-09 Michael Chastain <mec@shout.net>
7646
7647 * gdbint.texinfo (Obsolete Conditionals): Remove references to
7648 PYRAMID_* macros.
7649
129188f6
AC
76502002-04-07 Andrew Cagney <ac131313@redhat.com>
7651
7652 * gdb.texinfo (Bug Reporting): Document that the web is the
7653 prefered way of submitting bug reports.
7654 (Bug Reporting): Delete the s-mail address as the last resort.
7655
8227c0ff
AC
76562002-04-05 Andrew Cagney <ac131313@redhat.com>
7657
7658 * gdbint.texinfo (Target Architecture Definition): Delete
7659 references to TARGET_WRITE_FP and write_fp.
7660
16d9dec6
MS
76612002-03-27 Michael Snyder <msnyder@redhat.com>
7662
7663 * gdb.texinfo: Document new commands dump, append, and restore.
7664
9ae8b82c
AC
76652002-03-27 Andrew Cagney <ac131313@redhat.com>
7666
7667 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
7668 Branch'.
7669
474c8240
AC
76702002-03-18 Andrew Cagney <ac131313@redhat.com>
7671
7672 * gdb.texinfo: Change all examples to @smallexample.
7673 * gdbint.texinfo: Ditto.
a9331b3f 7674
fb0ff88f
AC
76752002-03-18 Andrew Cagney <ac131313@redhat.com>
7676
7677 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
7678 Branches''.
7679
9bb0a4d8
AC
76802002-03-18 Andrew Cagney <ac131313@redhat.com>
7681
7682 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
7683 Policy''.
7684
937f164b
FF
76852002-03-04 Fred Fish <fnf@redhat.com>
7686
7687 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
7688 expresson, suports, dependant, trhe, perhaphs, situtations,
7689 explictily, taged, oportunity, unfortunatly).
7690
a7b40f07
AC
76912002-02-24 Andrew Cagney <ac131313@redhat.com>
7692
7693 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
7694 Remove reference to 3.12.
7695
aab4e0ec
AC
76962002-02-23 Andrew Cagney <ac131313@redhat.com>
7697
7698 * gdbint.texinfo: Include fdl.texi.
7699 (Top): Add GNU Free Documentation License.
7700 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
7701 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
7702 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
7703 (gdbint.info): Add srcdir to include path.
7704 * gdb.texinfo: Include gpl.texi.
7705 (Top): Add Copying.
7706 * gpl.texi: New file.
7707
47b95330
AC
77082002-02-23 Andrew Cagney <ac131313@redhat.com>
7709
7710 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
7711
78c47bea
PM
77122002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
7713
7714 * gdb.texinfo: Document Cygwin native specific commands.
7715
56460a61
DJ
77162002-02-15 Daniel Jacobowitz <drow@mvista.com>
7717
7718 * gdb.texinfo: Document gdbserver ``--attach'' command.
7719
def71bfa
MS
77202002-02-07 Michael Snyder <msnyder@redhat.com>
7721
7722 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
7723 to @code(_ovly_debug_event).
7724
c928edc0
AC
77252002-02-07 Andrew Cagney <ac131313@redhat.com>
7726
7727 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
7728
81d46470
MS
77292002-02-06 Michael Snyder <msnyder@redhat.com>
7730
7731 * gdb.texinfo (overlays): Mention new magic symbol
7732 '_ovly_debug_event', which allows GDB to keep better track
7733 of overlays.
7734
f7dc1244 77352002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
7736
7737 * gdb.texinfo (Memory Region Attributes): Fix the wording.
7738 Suggested by Dmitry Sivachenko.
7739
7740 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
7741
15110bc3
MS
77422002-02-01 Michael Snyder <msnyder@redhat.com>
7743
7744 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
7745
6763aef9
MS
77462002-01-30 Michael Snyder <msnyder@redhat.com>
7747
ac282366
MS
7748 * gdb.texinfo: (remote protocol): Gramatical fix-up.
7749 (set trust-readonly-sections): Document.
6763aef9 7750
8642bc8f
AC
77512002-01-29 Andrew Cagney <ac131313@redhat.com>
7752
7753 * gdbint.texinfo (Releasing GDB): Revise and update.
7754
afe64c1a
AC
77552002-01-28 Andrew Cagney <ac131313@redhat.com>
7756
7757 * gdbint.texinfo (Target Architecture Definition): Delete
7758 description of TARGET_BYTE_ORDER_DEFAULT.
7759
f7dc1244 77602002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
7761
7762 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
7763 <mitya@cavia.pp.ru>.
7764
3d6e1b5a
AC
77652002-01-23 Andrew Cagney <ac131313@redhat.com>
7766
7767 * libgdb.texinfo: Delete file.
7768
6c0e9fb3
AC
77692002-01-22 Andrew Cagney <ac131313@redhat.com>
7770
7771 * gdb.texinfo: Remove makeinfo 3.12 hacks.
7772 * gdbint.texinfo: Ditto.
7773
e0ce93ac
AC
7774Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
7775
7776 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
7777
be298bcc
AC
77782002-01-22 Andrew Cagney <ac131313@redhat.com>
7779
7780 * Makefile.in: Update copyright.
7781 (TEXI2DVI): Define.
7782 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
7783 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
7784 gdb-cfg.texi.
7785 (TEXINDEX, PDFTEX): Delete makefile variables.
7786
8e04817f
AC
77872002-01-22 Andrew Cagney <ac131313@redhat.com>
7788
7789 * gdb.texinfo (Protocol): Move section to appendix.
7790
6b2f586d
AC
77912002-01-21 Andrew Cagney <ac131313@redhat.com>
7792
7793 * gdb.texinfo (Remote Debugging): Create a menu.
7794 (Top): Add ``Remote Debugging'' to menu.
7795
6f05cf9f
AC
77962002-01-21 Andrew Cagney <ac131313@redhat.com>
7797
7798 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
7799 serial protocol'' from here.
7800 (Remote Debugging): To here. New chapter.
7801
3fd3d7d2
AC
78022002-01-20 Andrew Cagney <ac131313@redhat.com>
7803
7804 * gdbint.texinfo (Target Architecture Definition): Delete
7805 description of TARGET_BYTE_ORDER_SELECTABLE_P.
7806
7fd60527
AC
78072002-01-20 Andrew Cagney <ac131313@redhat.com>
7808
7809 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
7810 are no longer needed.
7811 (Porting GDB): Add maintainer note about configure.host.
7812
c2f05ac9
AC
78132002-01-20 Andrew Cagney <ac131313@redhat.com>
7814
7815 * gdbint.texinfo (Target Architecture Definition): Remove
7816 definition of IEEE_FLOAT.
7817
f7dc1244 78182002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
7819
7820 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
7821 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
7822 <3diff@gnu.org>
231b2aad 7823
82600034
AC
78242002-01-19 Andrew Cagney <ac131313@redhat.com>
7825
7826 * gdbint.texinfo (Host Definition): Remove references to
7827 MALLOC_INCOMPATIBLE.
7828
7708fa01
AC
78292002-01-17 Andrew Cagney <ac131313@redhat.com>
7830
7831 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
7832 and xyz-xdep.o.
7833
eb12ee30
AC
78342002-01-17 Andrew Cagney <ac131313@redhat.com>
7835
889bf7c5 7836 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
7837 (Set Breaks): Copy ``maint info breakpoint'' doco to
7838 ``Maintenance Commands'' appendix. Add reference.
7839
c9ccaa92
AC
78402002-01-17 Andrew Cagney <ac131313@redhat.com>
7841
7842 * fdl.texi: Remove next/prev from @node.
7843
f7dc1244 78442002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
7845
7846 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
7847 for monstrous @multitable (from Brian Youmans).
7848
7849 * fdl.texi: New file.
7850
7851 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
7852
8973da3a
AC
78532002-01-15 Andrew Cagney <ac131313@redhat.com>
7854
7855 * gdbint.texinfo (Releasing GDB): New chapter.
7856
7d86b5d5
AC
78572002-01-14 Andrew Cagney <ac131313@redhat.com>
7858
7859 * gdb.texinfo (Embedded Processors, Calling program functions):
7860 Obsolete references to a29k.
7861
cc1cb004
AC
78622002-01-13 Andrew Cagney <ac131313@redhat.com>
7863
7864 * gdbint.texinfo (Coding): Review Cleanups section. Examples
7865 examples. Document that a code-block should do or discard its
7866 cleanups before exit.
7867
79f12247
MS
78682002-01-11 Michael Snyder <msnyder@redhat.com>
7869
7870 * gdb.texinfo (Choosing files): Change @samp to @file.
7871
19837790
MS
78722002-01-05 Michael Snyder <msnyder@redhat.com>
7873
7874 * gdb.texinfo (--pid): Document new command line option (attach).
7875
f7dc1244 78762002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
7877
7878 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
7879 in the stub.
7880
d7449b42
AC
78812002-01-04 Andrew Cagney <ac131313@redhat.com>
7882
7883 * gdbint.texinfo (Target Architecture Definition): Replace
7884 BIG_ENDIAN with BFD_ENDIAN_BIG.
7885
f23631e4
AC
78862002-01-03 Andrew Cagney <ac131313@redhat.com>
7887
7888 * gdbint.texinfo (Target Architecture Definition): Replace
7889 value_ptr with struct value pointer.
7890
72c9928d
EZ
78912002-01-02 Eli Zaretskii <eliz@gnu.org>
7892
7893 * gdb.texinfo (Free Software): Fix wording.
7894
959acfd1
EZ
78952001-12-31 Eli Zaretskii <eliz@gnu.org>
7896
7897 * gdb.texinfo (Free Software): New section ``Free Software Needs
7898 Free Documentation''.
7899
f7dc1244 79002001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
7901
7902 * stabs.texinfo:
7903 * gdb.texinfo:
7904 * gdbint.texinfo:
7905 * libgdb.texinfo:
7906 * annotate.texi: Fix the application of GFDL in the Copyright notice.
7907
6600abed
MS
79082001-12-29 Michael Snyder <msnyder@redhat.com>
7909
7910 * gdb.texinfo (maint info sections): Fix typo.
7911
f6680716
MS
79122001-12-26 Michael Snyder <msnyder@redhat.com>
7913
fe95c787
MS
7914 * gdb.texinfo (maint info sections): Document.
7915
a9331b3f 7916 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
7917 'info proc' sub-options that are currently not implemented.
7918
c3d3ce5b
JB
79192001-12-20 Jim Blandy <jimb@redhat.com>
7920
7921 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
7922
778eb05e
AC
79232001-12-15 Andrew Cagney <ac131313@redhat.com>
7924
7925 * gdbint.texinfo (Target Architecture Definition): Replace
7926 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
7927
2607059c
AC
79282001-12-01 Andrew Cagney <ac131313@redhat.com>
7929
7930 * gdbint.texinfo (Host Definition): Delete documentation on
7931 HOST_BYTE_ORDER.
7932
df0cd8c5
JB
79332001-11-30 Jim Blandy <jimb@redhat.com>
7934
7935 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 7936 overlay support. Add to top-level menu.
df0cd8c5 7937
88118b3a
TT
79382001-11-26 Tom Tromey <tromey@redhat.com>
7939
7940 * gdb.texinfo (Command Syntax): Document C-o binding.
7941
96565e91
CF
79422001-07-26 Christopher Faylor <cgf@redhat.com>
7943
7944 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
7945 use since it is described in the referenced section.
7946
f7dc1244 7947 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
7948 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
7949 clearer when using DJGPP.
7950
2a3d5645
CF
79512001-11-24 Christopher Faylor <cgf@redhat.com>
7952
7953 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
7954 specifically refer to MS-DOS.
7955 (command files): Mention gdb.ini is only used on MS-DOS.
7956
aa26fa3a
TT
79572001-11-21 Tom Tromey <tromey@redhat.com>
7958
7959 * gdb.texinfo (Invoking GDB): Document --args.
7960 (Mode Options): Likewise.
7961
4f8ada06
JB
79622001-11-21 Jim Blandy <jimb@redhat.com>
7963
7964 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
7965 Delete documentation; this macro has been removed from the
7966 sources.
4f8ada06 7967
3fe0dc10
JB
79682001-11-13 Jim Blandy <jimb@redhat.com>
7969
7970 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
7971
9e5abb06
CV
79722001-11-06 Corinna Vinschen <vinschen@redhat.com>
7973
7974 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
7975
1c5dfdad
MS
79762001-11-05 Michael Snyder <msnyder@redhat.com>
7977
a9331b3f 7978 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
7979 quote regexp chars in function names such as "operator*()".
7980
990f9fe3
FF
79812001-11-01 Fred Fish <fnf@redhat.com>
7982
7983 * gdbint.texinfo (SOLIB_ADD): Document additional new
7984 "readsyms" arg.
7985
b433d00b
DH
79862001-10-30 Don Howard <dhoward@redhat.com>
7987
070b1dd3
DH
7988 * gdb.texinfo: (Command Files) Added documentation for the
7989 behavior of gdb with input redirected from a file.
b433d00b 7990
b7209cb4
FF
79912001-10-28 Fred Fish <fnf@redhat.com>
7992
7993 * gdb.texinfo (auto-solib-add): Change docs to match
7994 implementation change.
7995 (auto-solib-limit): Add docs for new variable.
7996
1aa20aa8
AC
79972001-10-15 Andrew Cagney <ac131313@redhat.com>
7998
7999 * gdbint.texinfo (Target Architecture Definition): Function
8000 value_as_pointer renamed to value_as_address.
8001
fc0c74b1
AC
80022001-10-15 Andrew Cagney <ac131313@redhat.com>
8003
8004 * gdbint.texinfo (Target Architecture Definition): Default
8005 POINTER_TO_ADDRESS functions assume unsigned addresses.
8006 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
8007 posting by Jim Blandy.
8008
f4846649
JB
80092001-10-12 Jim Blandy <jimb@redhat.com>
8010
8011 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
8012 version of texi2html (1.64) doesn't support this flag any more.
8013
f277788b
MK
80142001-09-08 Mark Kettenis <kettenis@gnu.org>
8015
a9dc4918
MK
8016 * gdbint.texinfo (Host Definition): Remove description of
8017 MEM_FNS_DECLARED.
8018
d28379df
MK
8019 * gdbint.texinfo (Host Definition): Remove description of R_OK.
8020
f277788b
MK
8021 * gdbint.texinfo (Host Definition): Remove description of
8022 HAVE_SIGSETMASK.
8023
7ccaa899
EZ
80242001-09-04 Elena Zannoni <ezannoni@redhat.com>
8025
8026 * gdbint.texinfo (Target Architecture Definition): Add
8027 explanation of TARGET_PRINT_INSN macro.
8028
17d9d558
JB
80292001-08-30 Jim Blandy <jimb@redhat.com>
8030
8031 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
8032 Explain what it means to load relocatable files.
8033
72cde065
JB
80342001-08-28 Jim Blandy <jimb@redhat.com>
8035
8036 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
8037 info `top' menu.
8038
9e678452
CF
8039Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
8040
8041 * gdbint.texinfo: Add a cautionary note about macro use.
8042
a2bea4c3 80432001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 8044
a2bea4c3
CV
8045 * gdb.texinfo: Explain omitting the hostname in the
8046 `target remote' command.
8047
1129bf27
DJ
80482001-07-30 Daniel Jacobowitz <drow@mvista.com>
8049
8050 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
8051 and END-INFO-DIR-ENTRY.
8052
732b3002
SC
80532001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8054
8055 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
8056
89437448
AC
80572001-07-25 Andrew Cagney <ac131313@redhat.com>
8058
8059 * gdbint.texinfo (libgdb): Rewrite.
8060
f7dc1244 80612001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
8062
8063 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
8064
c4555f82
SC
80652001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8066
8067 * gdb.texinfo (TUI): New chapter, document the TUI.
8068 (Mode Options): Document the -tui option.
8069
2f45a6e0
MK
80702001-07-23 Mark Kettenis <kettenis@gnu.org>
8071
8072 * gdbint.texinfo (Host Definition): Remove description of
8073 NEED_POSIX_SETPGID.
8074
f7dc1244 80752001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
8076
8077 * gdb.tex (DJGPP Native): New node, with descriptions of
8078 DJGPP-specific commands.
8079
be9c6c35
JM
80802001-07-19 John R. Moore <jmoore@redhat.com>
8081
8082 * gdbint.texinfo: Three misspellings.
8083
dfa249fb
AC
80842001-07-06 Andrew Cagney <ac131313@redhat.com>
8085
8086 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
8087 `test` expressions on bash. Problem reported by Colin Walters.
8088
c72e7388
AC
80892001-07-04 Andrew Cagney <ac131313@redhat.com>
8090
8091 * gdbint.texinfo (User Interface): Update ui-out documentation to
8092 refelect recent UI/MI updates.
8093
94bbb2c0
AC
80942001-07-04 Andrew Cagney <ac131313@redhat.com>
8095
8096 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
8097 interpreters.
8098
af6c57ea
AC
80992001-06-15 Andrew Cagney <ac131313@redhat.com>
8100
8101 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
8102 structure and not macros.
8103 (Host Definition): Document that much of this chapter is obsolete.
8104 (Target Architecture Definition): Update list of files that make
8105 up a target architecture.
8106 (Coding): Update.
8107
83aa8bc6
AC
81082001-06-28 Andrew Cagney <ac131313@redhat.com>
8109
8110 * gdbint.texinfo (Target Architecture Definition): Update
8111 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
8112 The latter has been changed to a true predicate.
8113
f7dc1244 81142001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
8115
8116 * annotate.texi: Add @noindent where needed. From Dmitry
8117 Sivachenko <dima@Chg.RU>.
8118 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
8119
656db9b0
AC
81202001-06-16 Andrew Cagney <ac131313@redhat.com>
8121
8122 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
8123
df2396a1
AC
81242001-06-14 Andrew Cagney <ac131313@redhat.com>
8125
8126 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
8127 returns ``OK''. Document that the ``R'' packet does not reply.
8128
0f1f2b0a
MS
81292001-06-13 Michael Snyder <msnyder@redhat.com>
8130
8131 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
8132
f7dc1244 81332001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
8134
8135 * gdb.texinfo (Signals): Clarify the default setting of signal
8136 handling.
8137
a5d7c491
AC
81382001-05-14 Andrew Cagney <ac131313@redhat.com>
8139
8140 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
8141 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
8142
05a54c4f
AC
81432001-05-12 Andrew Cagney <ac131313@redhat.com>
8144
8145 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
8146
f7dc1244 81472001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
8148
8149 * gdbint.texinfo (Clean Design and Portable Implementation):
8150 Renamed from "Clean Design".
8151 (Clean Design and Portable Implementation): Document portable
8152 methods of handling file names, and the associated macros.
8153
f7dc1244 81542001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
8155
8156 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
8157 command and provide a cross-reference to its description.
8158 (Symbols): Note that "info scope" is useful for trace experiments.
8159
f7dc1244 81602001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 8161
b37052ae
EZ
8162 * gdb.texinfo (Symbols): Document "info scope".
8163 (Tracepoints): New chapter.
8164 (Contributors): Update for v5.1.
8165 <All nodes>: Change "C++" to "C@t{++}".
8166
0ee54786
EZ
8167 * gdbint.texinfo (User Interface): A new section about ui_out
8168 functions, based on text written by Fernando Nasser.
8169
c534679c
EZ
8170 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
8171
f7dc1244 81722001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 8173
e9c75b65
EZ
8174 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
8175
8176 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
8177
8178 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
8179 Replace "GDB" with "@value{GDBN}". Fix markup.
8180
8181 * annotate.texi: Change Permissions to GFDL. Update Copyright.
8182
3d67e040
EZ
8183 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
8184 a cross-reference to its description.
8185 (Symbols): Document "info symbol".
8186
f7dc1244 81872001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
8188
8189 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
8190 subsection "x86 Watchpoints".
8191 (Target Architecture Definition): Document the macros
8192 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
8193 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
8194
b0ed3589
AC
81952001-03-20 Andrew Cagney <ac131313@redhat.com>
8196
8197 * gdbint.texinfo (Target Architecture Definition): Update
8198 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
8199 list.
8200
b6ba6518
KB
82012001-03-06 Kevin Buettner <kevinb@redhat.com>
8202
8203 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
8204 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
8205
f7dc1244 82062001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
8207
8208 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
8209
f7dc1244 82102001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 8211
17cc6a06
EZ
8212 * gdb.texinfo (Environment): Document that `path' does not change
8213 the value of PATH in GDB's own environment (it did in the past,
8214 but that was changed on March 15, 1994). Reported by Doug Evans
8215 <dje@transmeta.com>.
8216
56caf160
EZ
8217 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
8218 its line. Fix markup of commands and macros. Add an Index node
8219 and index entries.
8220
29e57380
C
82212001-01-23 J.T. Conklin <jtc@redback.com>
8222
8223 * gdb.texinfo (Memory region attributes): New manual section.
8224
1c6147de
ND
82252001-01-04 Nicholas Duffek <nsd@redhat.com>
8226
8227 * gdbint.texinfo (POP_FRAME): Document use by return_command.
8228
f7dc1244 82292000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
8230
8231 * refcard.tex: Version and copyright fixed. From Phil Edwards
8232 <pedwards@disaster.jaj.com>.
8233
0dcedd82
AC
8234Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
8235
8236 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 8237 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 8238
3b851bce
AC
8239Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
8240
8241 * gdbint.texinfo (Coding): Update current value of
889bf7c5 8242 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 8243
f7dc1244 82442000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
8245
8246 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
8247 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
8248
b90a5f51
CF
82492000-11-10 Christopher Faylor <cgf@cygnus.com>
8250
8251 * gdb.texinfo: Document new 'set step-mode' command.
8252
f7dc1244 82532000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
8254
8255 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
8256 changes from Dmitry Sivachenko <dima@Chg.RU>.
8257
f7dc1244 82582000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
8259
8260 * gdb.texinfo (Hooks): Document the new post-hook functionality.
8261 From Steven Johnson <sbjohnson@ozemail.com.au>.
8262
2e685b93
MK
82632000-08-10 Mark Kettenis <kettenis@gnu.org>
8264
8265 * gdbint.texinfo (Overall Structure): Spelling fix.
8266
f7dc1244 82672000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
8268
8269 * gdbint.texinfo (Target Architecture Definition): Document that
8270 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
8271 for which REGISTER_CONVERTIBLE returns a zero value.
8272
63ac3005
EZ
82732000-07-08 Christopher Faylor <cgf@cygnus.com>
8274
8275 * Makefile.in (install-info): Find files to install in either the
8276 build or source directories (adapted from Makefile.am).
8277
bd79f757
ND
82782000-07-07 Nicholas Duffek <nsd@redhat.com>
8279
8280 * stabs.texinfo: Fix spelling errors.
8281 (String Field): FILE-NUMBER starts from 0, not 1.
8282
f7dc1244 82832000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
8284
8285 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 8286 Brian Youmans.
5f208f6d 8287
f7dc1244 82882000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
8289
8290 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
8291 the source directory. Reported by Mark Harig
8292 <markh@frazier.landmark.com>.
cc542d3b 8293
f3b28801
C
82942000-06-20 J.T. Conklin <jtc@redback.com>
8295
8296 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
8297
449f3b6c
AC
8298Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
8299
8300 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 8301 Generate using pdftex.
449f3b6c 8302 (PDFTEX): Define.
889bf7c5 8303 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 8304 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 8305 @contents at the start.
449f3b6c 8306
f7dc1244 83072000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
8308
8309 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 8310 Youmans.
48e934c6 8311
9e9c5ae7
AC
8312Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
8313
8314 From Brian Youmans:
8315 * gdb.texinfo: Fix ``et al.''.
8316
c741b251
AC
8317Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
8318
8319 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 8320 loop.
c741b251 8321
4ab64e14
JG
83222000-05-19 Jimmy Guo <guo@cup.hp.com>
8323
8324 * configure: Regenerate.
8325
f7dc1244 83262000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
8327
8328 * Makefile.in (install-info): Run install-info on installed Info
8329 files.
8330
8c70017b
AC
8331Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
8332
a7cb598a 8333 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 8334 Andrew Cagney.
8c70017b 8335
f7dc1244 83362000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
8337
8338 * gdb.texinfo: Proofreading changes from Brian Youmans.
8339
bf0184be
ND
83402000-05-01 Nick Duffek <nsd@cygnus.com>
8341
8342 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
8343 startup sequence, minor edits.
8344
f7dc1244 83452000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
8346
8347 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
8348 TeX.
8349
8350 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
8351 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
8352 like `n' and `s' which look weird. Convert some of the @kindex to
8353 @vindex, when they refer to variables, not commands.
8354
33e16fad
AC
8355Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
8356
8357 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
8358
f7dc1244 83592000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
8360
8361 * Makefile.in (GDBMI_DIR): New variable.
8362 (SET_TEXINPUTS): Add $(GDBMI_DIR).
8363 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
8364 (gdbmi.texinfo): New target, for texi2roff.
8365 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
8366 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
8367
8368 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
8369 gdbmi.texinfo.
8370 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
8371 comment.
8372
d167840f
EZ
83732000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8374
8375 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 8376 command.
d167840f 8377
f7dc1244 83782000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
8379
8380 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
8381 prevents the build (and is generally a Bad Idea).
8382
f7dc1244 83832000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
8384
8385 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
8386 a comma inside @var.
8387 (Command Files): Index markup changes from Dmitry Sivachenko
8388 <dima@Chg.RU>.
8389
f7dc1244 83902000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
8391
8392 * Makefile.in (LN_S): Define.
8393 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
8394 invoke "ln -s" unless it is known to work.
8395
8396 * configure.in (AC_PROG_LN_S): Add.
8397
8dc7983f
JB
83982000-04-14 Jim Blandy <jimb@redhat.com>
8399
8400 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
8401 section.
8402 (Target Conditionals): Document ADDRESS_TO_POINTER,
8403 POINTER_TO_ADDRESS.
8404
1a8237e8
DB
84052000-04-11 Daniel Berlin <dan@cgsoftware.com>
8406
8407 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
8408 gdb-cfg.texi to get the value.
8409
ca526f1a
JB
84102000-04-10 Jim Blandy <jimb@redhat.com>
8411
8412 * gdbint.texinfo (Target Architecture Definition): Fix
8413 cross-references.
8414
faaafcb4
JB
84152000-04-08 Jim Blandy <jimb@redhat.com>
8416
8417 * gdbint.texinfo (Using Different Register and Memory Data
8418 Representations): New section.
8419 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
8420 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
8421 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 8422
1b27397f
AC
8423Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
8424
8425 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 8426 for acknowledgments.
1b27397f 8427
480ff1fb
AC
8428Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
8429
8430 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 8431 qThreadExtraInfo.
480ff1fb 8432
a9331b3f 84332000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 8434
a9331b3f
RM
8435 * gdb.texinfo: Clarify which remote debug protocol commands are
8436 required and which are optional.
f1251bdd 8437
dbeb8dbd
AC
8438Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
8439
8440 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
8441 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
8442 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
8443 * annotate.texi: Update.
8444
6d2ebf8b
SS
84452000-03-28 Stan Shebs <shebs@apple.com>
8446
8447 * gdb.texinfo: Update dates, bump to Eighth Edition (note
8448 expectation of additional changes before release), update
8449 ISBN, add copy of top-level menu for @ifhtml, remove explicit
8450 node links, rephrase and/or shorten lines to fix formatting
8451 problem in both regular and @smallbook formats.
8452 * annotate.texi: Shorten lines in example, use smallexample
8453 consistently everywhere.
8454 * Makefile.in: Add comment about texinfo 4.0 html generation.
8455 (SFILES_INCLUDED): Add annotate.texi.
8456
5d161b24
DB
84572000-03-27 Daniel Berlin <dan@cgsoftware.com>
8458
5ae4183a
AS
8459 * gdb.texinfo (Debugging Output): Added new section, documenting
8460 the "set/show debug" commands.
5d161b24 8461
b9deaee7
AC
8462Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
8463
8464 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 8465 entry.
b9deaee7
AC
8466
8467 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
8468 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 8469 @chapter and @node entries.
a9331b3f 8470
b9deaee7 8471 * gdb.texinfo: Link all top-level nodes.
a9331b3f 8472
9ef47d30
AC
8473Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
8474
8475 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 8476 files.
9ef47d30 8477
cfeada60
FN
84782000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
8479
8480 From David Whedon <dwhedon@gordian.com>
5ae4183a 8481 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 8482
6837a0a2
DB
84832000-03-22 Daniel Berlin <dan@cgsoftware.com>
8484
8485 * gdb.texinfo: Add documentation for the apropos command.
8486
bba2971c
MS
84872000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
8488
8489 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
8490
2b628194
MS
84912000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
8492
a9331b3f 8493 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
8494 two places.
8495
96a2c332
SS
84962000-03-17 Stan Shebs <shebs@apple.com>
8497
8498 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
8499 <dima@Chg.RU>, also clarification of allowed content for
8500 string constants.
8501
f7dc1244 85022000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
8503
8504 * gdb.texinfo (main menu): Add Annotations.
8505 (File Options): Add @cindex entries for each command-line option.
8506 Document --epoch, --annotate, --async, --interpreter, --write,
8507 --statistics, and --version.
8508
8509 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
8510 of GDB.
8511
9d233477
JB
85122000-02-23 Jim Blandy <jimb@redhat.com>
8513
8514 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
8515
14e0eb3b
JB
85162000-02-22 Jim Blandy <jimb@redhat.com>
8517
8518 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
8519
3555de01
JM
85202000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
8521
8522 * Makefile.in (diststuff): New target.
8523
5e35df8e
KB
85242000-02-15 Kevin Buettner <kevinb@redhat.com>
8525
8526 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 8527 architecture. [From Jim Wilson.]
5e35df8e 8528
c5394b80
JM
85292000-01-16 Tom Tromey <tromey@cygnus.com>
8530
8531 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
8532 (Delete Breaks): Mention range arguments.
8533 (Disabling): Likewise.
8534
c3f6f71d
JM
85352000-01-05 Dmitry Sivachenko <dima@Chg.RU>
8536
8537 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
8538
c4093a6a
JM
8539Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
8540
8541 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 8542 valid functions.
c4093a6a 8543
11cf8741
JM
85441999-11-05 Stan Shebs <shebs@andros.cygnus.com>
8545
8546 * gdb.texinfo: Clarify regular expressions used in rbreak.
8547
917317f4
JM
85481999-10-15 Kevin Buettner <kevinb@cygnus.com>
8549
8550 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
8551 MEMORY_REMOVE_BREAKPOINT): Document.
8552
8553Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
8554
8555 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 8556 offset re-using the DATA offset instead.
917317f4 8557
2df3850c
JM
85581999-10-11 Jim Kingdon <kingdon@redhat.com>
8559
8560 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
8561
85621999-10-05 Stan Shebs <shebs@andros.cygnus.com>
8563
8564 From Dmitry Sivachenko <demon@gpad.ac.ru>:
8565 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
8566 typos.
8567
8568 * gdb.texinfo: Various minor wording and formatting improvements,
8569 mentions of additional command-line options.
8570
2acceee2
JM
85711999-09-30 Fred Fish <fnf@cygnus.com>
8572
8573 * gdb.texinfo: Document additional forms of specifying section
8574 names and addresses for the add-symbol-file command.
8575
c2c6d25f
JM
85761999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
8577
8578 * gdbint.texinfo: Fix typo, add the word "have".
8579
85801999-09-14 Jim Blandy <jimb@cris.red-bean.com>
8581
8582 * gdbint.texinfo (Target Architecture Definition): Document the
8583 SKIP_PERMANENT_BREAKPOINT macro.
8584
d4f3574e
SS
85851999-09-07 Stan Shebs <shebs@andros.cygnus.com>
8586
8587 * gdb.texinfo: Fiks speling errers.
8588
8589 * gdb.texinfo: Fix uses of @multitable.
8590
f7dc1244 8591 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 8592 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 8593 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
8594 comments about using with optimization, add more indexing,
8595 fix info about disassembly-flavor.
8596
8597Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
8598
8599 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
8600 SKIP_SOLIB_RESOLVER): Define.
8601
8602Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
8603
8604 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 8605 ``g'' packets.
d4f3574e 8606
104c1213
JM
86071999-08-30 Stan Shebs <shebs@andros.cygnus.com>
8608
8609 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
8610 platform-specific info, inline remote.texi and move sections of it
8611 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
8612 and register stack into the new chapter.
8613 * remote.texi: Remove, now part of gdb.texinfo.
8614 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
8615
86161999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
8617
8618 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
8619 GDB_TARGET_IS_MACH386): These kludges have gone away.
8620
8621Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
8622
8623 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 8624 TDEPLIBS.
104c1213 8625
53a5351d
JM
86261999-08-20 Stan Shebs <shebs@andros.cygnus.com>
8627
8628 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
8629 surrounding text to fit HP-UX bits into general info.
8630 (HPPA-cfg.texi): Remove, no longer useful.
8631
8632 * gdb.texinfo: Remove explicit links from @node lines, remove
8633 HP-added "Detailed Node Listing" from main menu which confuses
8634 things.
8635
8636 From Dmitry Sivachenko <dima@Chg.RU>:
8637 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 8638 in description of `set environment'.
53a5351d
JM
8639
86401999-08-17 Stan Shebs <shebs@andros.cygnus.com>
8641
8642 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
8643
7be570e7
JM
86441999-08-12 Ben Elliston <bje@cygnus.com>
8645
8646 * gdbint.texinfo (Breakpoint Handling): Add missing words.
8647
f7dc1244 86481999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
8649
8650 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
8651 watch, awatch, and rwatch. Explain why the latter two cannot be
8652 set as software watchpoints. Document that watchpoints for local
8653 variables are deleted when the debuggee terminates.
7be570e7
JM
8654
8655Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
8656
8657 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
8658 packet. Allow E.. response packet. "qRcmd" packet is no longer
8659 reserved.
7be570e7
JM
8660
86611999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8662
a9331b3f
RM
8663 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
8664 * gdb.texinfo: Ditto.
7be570e7 8665
96baa820
JM
86661999-08-06 Tom Tromey <tromey@cygnus.com>
8667
8668 * gdb.texinfo (KOD): New node.
8669
8670Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
8671
8672 * remote.texi (Rcmd): Fix minor formatting typos.
8673
8674Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
8675
8676 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 8677 packets.
96baa820 8678
adf40b2e
JM
86791999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
8680
8681 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
8682 fixes.
8683
43ff13b4
JM
8684Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
8685
8686 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
8687
085dd6e6
JM
8688Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
8689
8690 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
8691 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
8692 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
8693 packets that are not supported on all hosts. Expand examples.
8694 Spell check.
085dd6e6
JM
8695
86961999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
8697
8698 * Makefile.in: Recognize html, install-html. Add targets
8699 to build HTML versions of documentation via texi2html.
8700
8701Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
8702
8703 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 8704 testsuite.
085dd6e6
JM
8705
8706Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
8707
8708 * remote.texi (Communication Protocol): Rewrite.
8709
8710Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
8711
8712 * stabs.texinfo: Fix uses of xref.
8713
9e0b60a8
JM
8714Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
8715
8716 * gdbint.texinfo: Add an anti-printf exhortation, and update the
8717 info about patch submission.
8718
cce74817
JM
8719Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
8720
8721 From Per Bothner <bothner@cygnus.com>:
8722 * gdb.texinfo: Document Chill support.
8723
8724Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
8725
8726 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
8727 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
8728 Document that the value should be greater-than or equal-to zero.
8729 (NO_STD_REGS): Document. Deprecate.
cce74817 8730
ac9a91a7
JM
8731Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8732
8733 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 8734 Document that these are not used.
ac9a91a7
JM
8735
8736Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8737
8738 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
8739
392a587b
JM
8740Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
8741
8742 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 8743 numargs was dropped.
392a587b
JM
8744
8745Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
8746
8747 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
8748
b83266a0
SS
8749Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
8750
8751 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 8752 Update.
b83266a0 8753
7a292a7a
SS
8754Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
8755
8756 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
8757 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
8758
8759Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
8760
8761 * gdbint.texinfo: Fix typos: $ -> @.
8762
8763Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
8764
8765 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
8766 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
8767 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
8768 BREAKPOINT_FROM_PC.
a9331b3f 8769
7a292a7a
SS
8770Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
8771
8772 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 8773 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
8774
8775Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8776
8777 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 8778 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
8779
87801999-04-02 Stan Shebs <shebs@andros.cygnus.com>
8781
8782 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
8783 longer exists.
8784
8785Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
8786
8787 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
8788 nearly all @ifset/@ifclear conditionals; nobody uses them, and
8789 they make the manual source incomprehensible.
7a292a7a
SS
8790 * h8-cfg.texi: Remove, hasn't been used in years.
8791
c906108c
SS
8792Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
8793
8794 * gdb.texinfo: Update the credits.
8795
8796Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
8797
8798 * gdb.texinfo: Fix mistakes noticed in printout of last
8799 draft, add Alpha to discussion of heuristic fence post.
8800
8801Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
8802
8803 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
8804 Edition, merge some HP changes into mainline, describe some
8805 previously undocumented features, describe more of the target
8806 commands available, eliminate obsolete section on renamed
8807 commands.
c906108c
SS
8808 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
8809
8810Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
8811
8812 * gdb.texinfo: Make many HPPA conditionals unconditional,
8813 including catchpoint description, since now on for all configs.
8814 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
8815 specializations.
8816
8817Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
8818
8819 * Makefile.in (GDBvn.texi): Fix match expression to work with
8820 current format of VERSION in gdb/Makefile.in.
8821 * gdb.texinfo: Fix node ref to match new readline.
8822
8823Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
8824
a9331b3f
RM
8825 * gdb.texinfo: Changes made as part of a project to merge in
8826 changes made by HP. Documentation makes extensive use of
c906108c
SS
8827 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
8828 on remote debugging. There are differences in documentation
889bf7c5 8829 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
8830 the HP manual discusses catchpoints, hardware watchpoints, and
8831 some HPUX specific limitations for shared library support.
a9331b3f 8832
c906108c
SS
8833 There are also a number of @node changes.
8834
88351999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
8836
8837 * gdbint.texinfo (Formatting): Disambiguate a sentence.
8838 (C Usage): Same.
8839
8840Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
8841
8842 The following changes were made by Edith Epstein
889bf7c5
PA
8843 <eepstein@cygnus.com> as part of a project to merge in changes
8844 made by HP.
a9331b3f 8845
c906108c
SS
8846 * HPPA-cfg.texi: new file.
8847
8848 * all-cfg.texi: set HPPA for HP PA-RISC targets.
8849
8850 * refcard.tex: change documentation about catch.
8851 removed info catch.
8852
8853Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
8854
8855 * gdbint.texinfo: Expand on GDB's coding standards,
8856 specify the use of arg names with prototypes.
8857
88581998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
8859
8860 * gdb.texinfo: Fix tipo.
8861
8862Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
8863
8864 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 8865 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
8866
8867Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
8868
8869 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
8870
88711998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
8872
8873 * agentexpr.texi: New file.
8874
8875Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
8876
8877 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
8878
88791998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
8880
8881 * remote.texi: Changed wording that implied that the GDB remote
8882 protocol caches register values instead of GDB itself.
8883
8884Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
8885
8886 * gdbint.texinfo: Add some info about symbol readers.
8887 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
8888 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
8889 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
8890 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
8891
8892Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
8893
a9331b3f 8894 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
8895
8896Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
8897
8898 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
8899
8900Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
8901
8902 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 8903 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
8904
8905Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
8906
8907 * gdbint.texinfo: Fix minor typos.
8908
8909Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
8910
8911 * gdbint.texinfo: Complete overhaul. Group descriptions more
8912 logically, add more info on generic algorithms, remove much
8913 obsolete and/or wrong material.
8914
8915Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
8916
8917 * stabs.texinfo (Method Type Descriptor): Expand and correct.
8918
8919Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
8920
8921 * refcard.tex: Copyright, address updates.
8922
8923Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
8924
8925 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
8926 for the edition instead of confusing GDB-version-like numbers.
8927
8928Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
8929
8930 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
8931
8932Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
8933
5ae4183a 8934 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
8935
8936Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
8937
8938 * gdb.texinfo: Add some credits, mention bug monitor.
8939 * remote.texi: Mention mips monitor targets.
8940 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 8941
c906108c
SS
8942Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
8943
8944 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
8945 files, finish sorting of host vs target vs native macros, describe
8946 some more of them.
c906108c
SS
8947
8948Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
8949
8950 * gdbint.texinfo (Host Conditionals): Document change from
8951 using NO_MMALLOC to it's inverse, USE_MMALLOC.
8952
8953Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
8954
8955 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 8956 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
8957
8958Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
8959
8960 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
8961 Document LSEEK_NOT_LINEAR.
8962
8963Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
8964
8965 * stabs.texinfo (Stab Section Basics): Make it clear that only
8966 some versions of the GNU linker remove the leading N_UNDF symbol.
8967
8968Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
8969
8970 * stabs.texinfo (String Field): Document type number pairs here,
8971 instead of in the Sun specific section.
8972 (Include Files): The GNU linker supports the N_BINCL
8973 optimization. Clarify the N_BINCL value, and what it is used
8974 for.
8975 (Procedures): Document N_FUN with an empty string to mark the end
8976 of a function.
8977 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
8978 (Sun Differences): Remove this node, as the information is now
8979 elsewhere in the main document.
8980 (Stab Section Basics): Mention that the GNU linker may optimize
8981 stabs and remove the leading N_UNDF symbol.
8982
8983Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
8984
8985 * gdb.texinfo, refcard.tex: Restore author credit
8986
8987Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
8988
8989 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
8990 documentation to account for START and END macros taking
8991 one arg.
8992
8993Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
8994
8995 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
8996 * gdb.texinfo (Frames): Fix typo.
8997
8998Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
8999
9000 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
9001 a target_signal as arg type, not a pid.
9002
9003Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
9004
9005 * gdb.texinfo: Document `set assembly-language'.
9006
9007Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
9008
9009 * remote.texi: Update list of stubs in the GDB distribution.
9010
9011Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
9012
9013 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
9014 Also document that some systems can use mmalloc but must define
9015 this if their C runtime allocates memory that is later freed.
c906108c 9016 (MMCHECK_FORCE): Document new macro.
a9331b3f 9017
c906108c
SS
9018Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
9019
9020 * remote.texi: Add documentation for target Sparclet.
9021
9022Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
9023
a9331b3f 9024 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
9025 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
9026 * configure.in: Rewritten for autoconf.
9027 * configure: New.
9028
9029Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
9030
9031 * Makefile.in (DVIPS): New define, set to dvips.
9032 (dvi): Add stabs.dvi.
9033 (ps): New target.
9034 (all-doc): Depend on info, dvi, and ps targets.
9035 (STAGESTUFF): Add *.ps and *.dvi files.
9036 (clean-info, clean-dvi): Remove.
9037 (mostlyclean): Does not depend upon clean-info or clean-dvi,
9038 rules completely rewritten.
9039 (maintainer-clean): Remove clean-info and clean-dvi
9040 dependencies and put their actions in the rules.
9041 (gdb.ps): New target
a9331b3f 9042 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
9043 intermediate TeX files, whether they have 2 or 3 character
9044 extensions.
9045 (gdbint.ps): Add target and rules.
9046 (gdb-internals): Delete unused target.
9047 (Makefile): Depends upon config.status also.
9048
9049Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
9050
9051 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
9052 set.
9053
9054Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
9055
9056 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
9057 * gdb.texinfo (Expressions): Fix erroneous array constant example.
9058
9059Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
9060
9061 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
9062
9063Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9064
9065 * gdb.texinfo (Print settings): Document
9066 `set/show print static-members' commands.
9067
9068Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
9069
9070 * gdbint.texinfo (Native): Document name change, coredep.c to
9071 core-aout.c.
9072
9073Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
9074
9075 * stabs.texinfo (Include Files): Document the values the SunOS4
9076 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
9077
9078Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
9079
9080 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
9081 Fix typo.
9082
9083Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
9084
9085 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
9086 "gdb.tar.Z".
9087
9088Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
9089
9090 * Makefile.in (maintainer-clean): New target, synonym for
9091 realclean.
9092
9093Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
9094
9095 * Update all FSF addresses except those in COPYING* files.
9096
9097Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
9098
9099 From Richard Earnshaw (rearnsha@armltd.co.uk):
9100 * gdb.texinfo (convenience variables): Document $_exitcode.
9101 (quit): Document optional expression to use as exit code.
9102
9103Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
9104
9105 * gdb.texinfo, remote.texi: Brought up to date with various
9106 GDB changes.
9107
9108Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
9109
9110 * gdb.texinfo: Update dates and versions, fix comments about
9111 hardware watchpoints in future releases and about the
9112 sharedlibrary command.
9113
9114Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9115
9116 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
9117 C_FUN stab. Other cleanups.
9118
9119Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9120
9121 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
9122 for the sparc stub.
9123
9124Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9125
9126 * annotate.texi: Clarify which addresses have differing formats
9127 depending on the language and which do not.
9128
9129Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9130
9131 * remote.texi (NetWare): Changed example to use BOARD= instead of
9132 NODE= argument to reflect correspoding change to gdbserve.nlm.
9133
9134Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9135
9136 * stabs.texinfo (Negative Type Numbers): Mention the fact that
9137 GDB, as well as AIX dbx, supports the size type attribute.
9138
9139Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9140
9141 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
9142
9143Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
9144
9145 * gdb.texinfo (Define): Document $arg0... arguments to commands,
9146 and new 'if' and 'while' commands.
9147
9148Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
9149
9150 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
9151
9152Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9153
9154 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
9155 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
9156 NetWare targets. Mostly stolen from the Server node.
9157
9158Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9159
9160 * gdb.texinfo (Setting): Talk about the language of a source file
9161 versus the working language. The old documentation did not match
9162 what GDB did.
9163
9164Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9165
9166 * stabs.texinfo (Source Files): Document N_SO used to mark the end
9167 of a source file.
9168
9169Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9170
9171 * gdb.texinfo (Processes): New node.
9172
9173Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
9174
9175 * remote.texi: Update documentation of set/show mipsfpu.
9176
3fc11d3e
JM
9177Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
9178
9179 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
9180 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
9181
9182Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
9183
9184 * gdbint.texinfo: Removed mentions of some incorrectly placed and
9185 obsolete conditionals, described some others.
9186
9187Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9188
9189 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
9190 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
9191
9192Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
9193
9194 * gdbint.texinfo: Put regex conditionals in their own table.
9195
9196Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
9197
9198 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
9199 described or fixed the descriptions of many others.
9200
9201Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
9202
9203 * gdb.texinfo: Add some more credits.
9204 * gdbint.texinfo: Capitalize GDB consistently, describe some
9205 macros and remove some.
9206
9207Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
9208
9209 * gdbint.texinfo: Removed mentions of many incorrectly placed and
9210 obsolete conditionals, described some others.
9211
9212Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9213
9214 * gdb.texinfo (help targets): Changed to `help target', which
9215 is the correct gdb command.
9216
9217Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9218
9219 * annotate.texi (TODO): New node, for keeping track of annotations
9220 suggested but not yet implemented.
9221
9222Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9223
9224 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
9225 another symbol, it is not the address itself.
9226
9227Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
9228
9229 * stabs.texinfo (Stab Section Basics): Add comment about alignment
9230 of stabs-in-coff sections.
9231
9232Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9233
9234 * annotate.texi: Change edition to 0.5 and date to May 1994.
9235 Add index.
9236 (Frames): New node, for frame annotation.
9237 (Displays): New node, for display annotation.
9238
9239 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
9240 when waiting for your program to stop.
9241
9242Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9243
9244 * annotate.texi (Breakpoint Info): Document annotation of header
9245 fields and record annotation.
9246
9247Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9248
9249 * annotate.texi: New file, to document annotations.
9250
9251Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9252
9253 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
9254 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
9255
9256Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9257
9258 * stabs.texinfo (Stab Section Basics): Say what is in .stab
9259 section, and say n_strx field is compilation unit relative.
9260 * stabs.texinfo: Don't use @code for a.out when it is the name of
9261 an object file format.
9262
9263Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9264
9265 * gdb.texinfo: Refer to file names, not path names, per rms
9266 convention.
9267 (Arguments): Fix typo.
9268
9269Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9270
9271 * stabs.texinfo (Global Variables): Talk about stabs in files
9272 where variables are referenced, but not defined.
9273
9274Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9275
9276 * stabs.texinfo: Move stuff on @ and # type descriptors from node
9277 Cplusplus to new nodes Member Type Descriptor and Method Type
9278 Descriptor. Re-write stuff for #.
9279
9280Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9281
9282 * gdb.texinfo (Print Settings): Don't document "set print
9283 fast-symbolic-addr off". The bug which it worked around was fixed
9284 on 25 Feb 94 in coffread.c, so I'm nuking the command.
9285
9286 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
9287 N_ENTRY node.
9288
9289 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
9290
9291Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9292
9293 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
9294 references to ieee-float.c.
9295
9296Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9297
9298 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
9299 match what the code actually does.
9300
9301Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9302
9303 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
9304
9305Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9306
9307 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
9308 i, and b.
9309
9310Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
9311
9312 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
9313 well as for ELF and SOM. Unify the descriptions of ELF and SOM
9314 as "stabs in sections" rather than just saying "ELF and SOM".
9315 Also make that stuff apply to COFF.
9316
9317Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9318
9319 * gdb.texinfo (Formatting Documentation): Change GhostScript to
9320 Ghostscript.
9321
9322Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9323
9324 * gdb.texinfo (Continuing and Stepping): When talking about "step"
9325 versus functions without line numbers, also mention stepping into
9326 them as well as "step" when you are in them. Tell the user how to
9327 deal with the situation. Add comment about "debugging information".
9328
9329Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9330
9331 * stabs.texinfo (Enumerations): Document restriction on where
9332 enumeration types can appear and still win with GDB.
9333
9334Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9335
9336 * stabs.texinfo (Negative Type Numbers): Document format for type
9337 -16.
9338
9339Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9340
9341 * gdb.texinfo (Selection, Frame Info): Update information about
9342 arbitrary frame specficiations.
9343
9344Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
9345
9346 * gdb.texinfo, remote.texi: general editing pass prior to Net release
9347
9348Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9349
9350 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
9351
9352Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
9353
9354 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
9355
9356Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9357
9358 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
9359 Differences node to Statics node.
9360 (Statics): Discuss XCOFF use of V symbol descriptor.
9361
9362 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
9363 not clean.
9364
9365Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
9366
9367 * gdb.texinfo (Print Settings): Document `set print
9368 fast-symbolic-addr' and improve the doc for some other
9369 `set print's.
9370
9371Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9372
9373 * stabs.texinfo (String Field): Talk about defining several type
9374 numbers at once.
9375 Fix lint regarding changing node ELF Transformations to
9376 ELF and SOM Transformations.
9377
9378Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
9379
9380 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
9381
9382Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9383
9384 * stabs.texinfo (Cross-References): `::' is for nested types only
9385 within <>.
9386 (Structures): Document static members.
9387
9388Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9389
9390 * stabs.texinfo: Document S type attribute.
9391
9392Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
9393
9394 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
9395
9396Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
9397
9398 * gdbint.texinfo: Fix a few typos.
9399
9400Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9401
9402 * gdb.texinfo, remote.texi: formatting improvements
9403
9404 * gdb.texinfo (New Features): mention threads.
9405 (Summary, C): fix xrefs in newly contributed text.
9406 (Threads): index entries, clarifications, example
9407 (passim): minor typos fixed, phrasing improvements
9408
9409 * remote.texi (Bootstrapping): rephrase text on ^C and add index
9410 entries; (Server): explain use of gdbserver w/real-time systems,
9411 add example of conflicting TCP port; (MIPS Remote) break up
9412 running text into table, highlighting commands, and add example.
a9331b3f 9413
c906108c
SS
9414Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9415
9416 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
9417
9418Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9419
9420 * stabs.texinfo (Nested Symbols): New node.
9421 (String Field, Symbol Descriptors, Cross-References): Refer to it.
9422
9423Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9424
9425 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
9426 to picking which Bbss.bss symbol to use, and (because there seems to
9427 be no good way of doing it) re-write some of the text to make it
9428 sound like Bbss.bss isn't such a great idea after all (as currently
9429 designed).
9430
9431 * gdb.texinfo (C): In addition to saying people have to use g++ for
9432 good results, say they have to use stabs. Specifically say cfront
9433 doesn't work well.
9434 (Summary): Merge in information on Modula-2, Pascal, and Chill from
9435 the gdb README. Add xrefs to places where the support for the various
9436 languages is described in detail.
9437
9438Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9439
9440 * stabs.texinfo: Clean up stuff about visibility and virtual
9441 characters.
9442
9443 * stabs.texinfo (N_M2C): Cite Sun doc.
9444
9445Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9446
9447 * gdb.texinfo: updates re threads.
9448 * remote.texinfo: avoid index entries starting with digits.
9449
9450Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9451
9452 * stabs.texinfo (Enumerations): Talk about large, negative and
9453 octal values. Clean up cross reference to type attributes.
9454 (String Field): Say that GDB 4.11 supports size attribute.
9455
9456Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9457
9458 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
9459 is a mandatory step. Make the stuff about that more concise.
9460
9461Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9462
9463 * stabs.texinfo (Class Names): New node.
9464
9465 * gdb.texinfo (Command Files): Explain order of init file reading.
9466
9467 * remote.texi (Bootstrapping): Talk about getting the serial driver
9468 to deal with ^C sent by gdb to stop the remote system.
9469
9470Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
9471
9472 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
9473
9474 * libgdb.texinfo (Defining Commands): made the DOC arg
9475 to gdb_define_app_command a char * instead of char **
9476 per a suggestion from kingdon.
9477
9478 * libgdb.texinfo: total rewrite from a different starting
9479 premise.
9480
9481Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9482
9483 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
9484 floats passed as doubles (to improve clarity).
9485
9486Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9487
9488 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
9489
9490 * a4rc.sed: update to work with Andreas Vogel papersize params
9491
9492 * refcard.tex: use Andreas Vogel simplifications of papersize
9493 params; remove useless version info; update copyright date.
9494
9495Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9496
9497 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
9498
9499Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9500
9501 * gdb.texinfo (Files): Say what address the load command loads it at.
9502
9503 * stabs.texinfo (Common Blocks): Minor cleanups.
9504
9505 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
9506 that Sun has backed away from the linker kludge and thus the relevant
9507 issue is changes to the SunPRO tools, not the Solaris linker.
9508
9509 * stabs.texinfo (Traditional Integer Types): Clean up description
9510 of octal bounds a little bit. Document extra leading zeroes.
9511
9512Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9513
9514 * gdb.texinfo (Signaling): Update for symbolic symbol names
9515 and add a section explaining the difference between the GDB
9516 signal command and the shell kill utility.
9517
9518Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
9519
9520 * libgdb.texinfo: added `@' to braces that were unescaped.
9521
9522Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
9523
9524 * libgdb.texinfo: new file. Spec for the gdb library.
9525
9526Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9527
9528 * stabs.texinfo (Include Files): Fix typo (start -> end).
9529
9530Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9531
9532 * gdb.texinfo, remote.texi: assorted small improvements, mostly
9533 from Melissa at FSF's editing pass.
9534
9535Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9536
9537 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
9538 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
9539 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
9540
9541Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9542
9543 * remote.texi (Bootstrapping): Discuss 386 call gates.
9544
9545Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9546
9547 * stabs.texinfo (Based Variables): New node.
9548
9549Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
9550
9551 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
9552 names, sizes, and formats to suggest how not to lose.
9553
9554Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9555
9556 * stabs.texinfo (Methods): Fix typo.
9557
9558Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9559
9560 * gdb.texinfo: Fix a few typos.
9561
9562Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9563
9564 * gdb.texinfo: Clarify how well it works with Fortran.
9565
9566 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
9567 More on relocating stabs in ELF files.
9568
9569Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9570
9571 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
9572
9573Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9574
9575 * stabs.texinfo (Local Variable Parameters): Talk about nameless
9576 parameters on VAX.
9577
9578Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9579
9580 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
9581
9582Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9583
9584 * stabs.texinfo: Make info author notice match the TeX author notice.
9585
9586Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9587
9588 * stabs.texinfo: Initial-caps all words in node names and
9589 non-trivial words in section names.
9590
9591Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9592
9593 * stabs.texinfo: Many minor cleanups.
9594
9595 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
9596
9597Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
9598
9599 * stabs.texinfo: Remove full description of big example.
9600 It's not really helpful; just use pieces of it where appropriate.
9601 Add more Texinfo formatting directives (@samp, etc.).
9602 Use @deffn to define stab types.
9603 Eliminate some wordiness. Break up some nodes.
9604 Add an (alphabetized) index of symbol types.
9605 Use consistent capitalization style in node and section names.
9606
9607Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
9608
9609 * gdb.texinfo: Change typo "Two two" to "The two".
9610
9611Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9612
9613 * stabs.texinfo (XCOFF-differences): Remove references to
9614 non-existent types N_DECL and N_RPSYM.
9615
9616 * stabs.texinfo (String Field): Say that type attributes bug is
9617 fixed in GDB 4.10, since it is.
9618
9619 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
9620
9621Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
9622
9623 * stabs.texinfo: Formatting cleanups.
9624
9625Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9626
9627 * stabs.texinfo: When explaining the n_type of a stab, standardize
9628 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
9629 no tabs, use @r).
9630 (Global Variables): Clean up.
9631
9632Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9633
9634 * stabs.texinfo (Stack Variables): Re-write.
9635
9636Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9637
9638 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
9639 addresses of a source file. Also revise formatting.
9640 Change "object module" or "object file" to "source file".
9641 Various: Miscellaneous cleanups.
9642
9643Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9644
9645 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
9646
9647Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
9648
9649 * gdbint.texinfo: Removed many nonsensical machine-collected
9650 host and target conditionals, described some of the remainder.
9651
9652Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9653
9654 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
9655
9656 * gdbint.texinfo (Top): Add name to @top line, and re-write the
9657 paragraph which follows.
9658
9659 * gdbint.texinfo (Host): Use @code not @samp for Makefile
9660 variables. Looks better and avoids overful hbox.
9661
9662Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9663
9664 * stabs.texinfo (Procedures): Improve stuff on nested functions.
9665
9666Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9667
9668 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
9669 retransmit-timeout
9670
9671Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9672
9673 * gdbint.texinfo: Update statement about `some ancient Unix
9674 systems, like Ultrix 4.0' to Ultrix 4.2.
9675
9676Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
9677
9678 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
9679
9680 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
9681
9682 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
9683 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
9684
9685 * remote.texi: new name for former gdbinv-s.texi
9686
9687 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
9688
9689Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
9690
9691 * gdbinv-s.texi: Documented timeout and retransmit-timeout
9692 variables for MIPS remote debugging protocol.
9693
9694Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9695
9696 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
9697
9698Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9699
9700 * Makefile.in (refcard.dvi): Use srcdir where necessary.
9701
9702Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
9703
9704 * gdb.texinfo: repair conditional bugs in text markup
9705
9706Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9707
9708 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
9709 to select Modula-2 material.
9710
9711Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9712
9713 * stabs.texinfo: Cleanups regarding statics.
9714
9715 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
9716 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
9717
9718Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9719
9720 * stabs.texinfo: N_MAIN is sometimes used for C.
9721
9722Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9723
9724 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
9725
9726Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
9727
9728 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 9729 removed from the code by Kingdon.
c906108c
SS
9730
9731Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9732
9733 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
9734 input when evaluating breakpoint conditions; the bug has been fixed.
9735
9736 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
9737 sets the ignore count to N-1, not to N.
9738
9739Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9740
9741 * refcard.tex (\hoffset): correct longstanding error to match
9742 intended offset; avoids cutting off edge on some printers
9743
9744Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9745
9746 * stabs.texinfo (Parameters): Say that order of stabs is significant.
9747
9748Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9749
9750 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
9751
9752Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9753
9754 * Makefile.in: (REFEDITS) new var to control whether PS or CM
9755 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
9756 collect sed edits if any, apply to refcard before formatting;
9757 (refcard.ps) stop implying PS fonts if PS output requested;
9758 (lrefcard.ps) delete extra target for variant PS fonts
9759
9760 * refcard.tex: parametrize papersize dependent info, collect
9761 in easily replaced spot
9762
9763 * a4rc.sed: new file, edits to refcard for A4 paper
9764
9765Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9766
9767 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
9768
9769Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9770
9771 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
9772
9773Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9774
9775 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
9776 politely rather than rudely.
9777
9778Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9779
9780 * stabs.texinfo: Document common blocks.
9781
9782Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
9783
9784 * stabs.texinfo: Add some basic info about stabs-in-elf.
9785
9786Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9787
9788 * stabs.texinfo (Top): Minor cleanup.
9789
9790Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
9791
9792 * Makefile.in (install-info): remove parentdir support
9793
9794Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9795
9796 * gdb.texinfo (Copying): delete this node and references to it;
9797 RMS says this manual need not carry GPL. (passim): Improvements
9798 from last round at FSF, largely due to Ian Taylor review, and
9799 minor formatting improvements.
9800
9801 * gdbinv-s.texi (passim): Improvements from last round at FSF,
9802 largely due to Ian Taylor review. (Debug Session): minor edits to
9803 new text.
9804
9805Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
9806
9807 * Makefile.in (realclean): Remove info and dvi files too.
9808
9809Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
9810
9811 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
9812 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
9813 * gdb.texinfo: Change accordingly.
9814
9815 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
9816 N_{L,R}BRAC,N_SLINE are relative to.
9817
9818Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
9819
9820 * Makefile.in (GDBvn.texi): Update atomically.
9821
9822Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
9823
9824 * gdbinv-s.texi (Debug Session): Document exceptionHook.
9825
9826Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
9827
9828 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
9829 addresses together. Also motivate the set print symbol-filename
9830 command and suggest other solutions.
9831
9832Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
9833
9834 * gdb.texinfo (set print elements): Note that the number of
9835 elements is set to unlimited by "set print elements 0".
9836
9837Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
9838
9839 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
9840 NF_LDOUBLE means.
9841 (Stab Types): Include Solaris stab types.
9842 (Procedures): Document Solaris extensions.
9843
9844Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9845
9846 * gdb.texinfo: Add `set print symbol-filename' doc.
9847
9848Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9849
9850 * stabs.texinfo (Arrays): Talk about type definition vs. type
9851 information.
9852
9853 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
9854 the trailing semicolon.
9855
9856Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9857
9858 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
9859 and merge in other parts of the document addressing these subjects.
9860 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
9861
9862 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
9863 at the end of a range type.
9864
9865 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
9866 AIX extensions.
9867
9868Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9869
9870 * stabs.texinfo (Stabs Format): Misc fixes.
9871
9872Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9873
9874 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
9875 (Traditional builtin types): Document convex convention for long long.
9876 (Negative builtin types): Discuss type names, and misc fixes.
9877
9878Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9879
9880 * stabs.texinfo (Builtin Type Descriptors): Document the floating
9881 point types used with @samp{R} type descriptor.
9882 (Symbol Descriptors): Describe how to handle conflict between
9883 different meanings of @samp{P} symbol descriptor.
9884
9885Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9886
9887 * stabs.texinfo: Remove node Quick Reference and put its children
9888 directly under the main menu.
9889
9890 * stabs.texinfo: Many more changes to bring it into line with
9891 AIX documentation and reality. I think it now has all the
9892 information from the AIX documentation, except that I burned
9893 out when I got to variant records (Pascal and Modula-2) and
9894 all the COBOL types. Oh well, we can add them later when we're
9895 worrying more about those languages.
9896
9897 * stabs.texinfo (Automatic variables): Talk about what it means
9898 to omit the symbol descriptor.
9899
9900Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9901
9902 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
9903 gcc2 behavior with promoted args.
9904
9905Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9906
9907 * gdb.texinfo: include readline appendices in info version of manual
9908
9909Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9910
9911 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
9912 target remote.
9913
9914 * gdb.texinfo (Machine Code): more index entries for disassemble
9915
9916Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
9917
9918 * Clarify the intended use of the gdb-testers and gdb-patches
9919 mailing lists, and shrink gzip comment.
9920
9921Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9922
9923 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
9924 DOSHOST configuration of manual.
9925
9926 * gdb.texinfo (MIPS Stack): new node.
9927
9928 * all-config.texi (MIPS) new switch.
9929
9930 * gdbinv-s.texi (Nindy Options) Remove two instances of future
9931 tense; (MIPS Remote) new node.
9932
9933 * gdb.texinfo (passim) rephrases to work around makeinfo @value
9934 bug; (Environment) less passive, other small cleanups in text about
9935 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
9936 (Remote) new MIPS Remote menu entry.
9937
9938Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
9939
9940 * stabs.texinfo: Many changes to include information from the
9941 AIX documentation.
9942
9943 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
9944
9945Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
9946
9947 * gdbint.texinfo (new node Debugging GDB, elsewhere):
9948 Move a bunch of information from ../README.
9949 (Getting Started): New node.
9950
9951Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9952
9953 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
9954
9955 * gdb.texinfo: advance manual revision dates to present
9956
9957 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
9958 stop using silly Roman numerals in @set variable names
9959
9960Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
9961
9962 * stabs.texinfo (Parameters): Keep trying to get this right.
9963
9964Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
9965
9966 * stabs.texinfo (Parameters): More on "local parameters".
9967
9968Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
9969
9970 * stabs.texinfo (Parameters): Re-do "local parameters" section.
9971
9972Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
9973
9974 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
9975 (Parameters): Rewrite.
9976 (xcoff-differences, Sun-differences): Minor changes.
9977
9978Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
9979
9980 * stabs.texinfo: Minor cleanup.
9981
9982Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
9983
9984 * gdbint.texinfo: Minor xcoff stuff.
9985
9986Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
9987
9988 * gdbint.texinfo: Update for new config directory structure.
9989 Add info about internal type data structures.
9990
9991Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
9992
9993 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
9994 $(srcdir).
9995 (gdb-config.texi): Depend on file in $(srcdir).
9996
9997Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
9998
9999 * stabs.texinfo: Fixes about N_SO.
10000
10001Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10002
10003 * gdb.texinfo: include list of nonstandard init file names
10004
10005 * *-config.texi: new switch GENERIC for text that applies *only*
10006 to (usual) multiple-target version of manual
10007
10008 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
10009 h8 config
10010
10011 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
10012 in menus (rather than conditionally selected multiple alternative
10013 menus).
10014
10015 * Makefile.in: define and use DOC_CONFIG var to select
10016 configuration for GDB user manual.
10017
10018 * gdb-config.texi: delete from repository, generate from Makefile.
10019
10020 * all-config.texi: normal `generic' configuration file, formerly
10021 stored as gdb-config.texi
10022
10023Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
10024
10025 * Makefile.in: add dvi target to build all .dvi files
10026
10027Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10028
10029 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
10030
10031Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
10032
10033 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
10034 host conditionals.
10035 * stabs.texinfo: More array fixes inspired by Jim's.
10036
10037Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
10038
10039 * stabs.texinfo: Fixes re arrays and continuations.
10040
10041 * gdbint.texinfo: Add XCOFF node.
10042
10043Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
10044
10045 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
10046
10047Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
10048
10049 * stabs.texinfo: Fix for array types to mention lower bounds.
10050
10051Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
10052
10053 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
10054
10055Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
10056
10057 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
10058
10059Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
10060
10061 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
10062 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
10063
10064Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
10065
10066 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
10067
10068Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10069
10070 * gdb.texinfo, gdbinv-s.texi: misc updates
10071
10072Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
10073
10074 * gdbint.texinfo: Brief documentation for longjmp support,
10075 from an email msg by Stu.
10076
10077Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
10078
10079 * stabs.texinfo: Fix description of floating point "range"
10080 types (which really define basic types). Reported by Jim Meehan,
10081 <meehan@src.dec.com>.
10082
10083 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
10084
10085Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
10086
10087 * gdbint.texinfo: Slightly expand section on supporting a new
10088 object file format.
10089
10090Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
10091
10092 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
10093 intermediate file.
10094
10095Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10096
10097 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
10098
10099Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10100
10101 * gdbinv-s.texi: z8000 simulator target name is just "sim"
10102
10103 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
10104 as well as Z8002.
10105
10106Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
10107
10108 * gdbint.texinfo: Add sections on clean design and on how to send
10109 in changes.
10110
10111Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
10112
10113 * gdbint.texinfo: Add how to declare the result of make_cleanup.
10114
10115Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
10116
10117 * gdb.texinfo: Fix typo, reported by Karl Berry.
10118
10119Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
10120
10121 * gdb.texinfo: Add opcodes dir to GDB distribution description.
10122
10123Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10124
10125 * gdbint.texinfo: fixed a stray email address (needs @@),
10126 added @table @code to node "Native Conditionals"
10127
10128Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
10129
10130 * gdbint.texinfo: Describe coding style of GDB.
10131
10132Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
10133
10134 * stabs.texinfo: Minor wording changes.
10135
10136Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
10137
10138 * gdbint.texinfo: Improve release doc slightly.
10139
10140Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
10141
10142 * gdbint.texinfo: Improve doc of GDB config macros.
10143
10144Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
10145
10146 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
10147 These will be reinserted when examined.
10148
10149Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
10150
10151 * gdbint.texinfo: Make a start at documenting all the #if macros
10152 in GDB. At least list them all, and start separating them into
10153 host-specific and target-specific.
10154
10155Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10156
10157 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 10158 examples (not consistent w others).
c906108c
SS
10159 gdb.texinfo: issue disclaimer paragraph on cmdline options only
10160 for generic vn of doc
10161
10162Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
10163
10164 * Makefile.in: always create installation directories.
10165
10166Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10167
10168 * gdb.texinfo: in h8 config, do not describe searching commands.
10169
10170Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10171
10172 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
10173 conditionals; introduce a few generic switches that may be
10174 useful for other cross-dev or dos-hosted configs.
10175
10176 * gdb.texinfo: fix typo in "info reg" description
10177
10178Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
10179
10180 * stabs.texinfo: Minor updates from running TeX over it.
10181 * Makefile.in (stabs.dvi, stabs.ps): Add.
10182
10183Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
10184
10185 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
10186 First pass at converting it to texinfo.
10187
10188Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
10189
10190 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
10191 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
10192
10193Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
10194
10195 * gdbint.texinfo: Add section on partial symbol tables.
10196
10197Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
10198
10199 * gdb.texinfo: document `set remotedebug' and `set
10200 rstack_high_address'.
10201
10202Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10203
10204 * gdb.texinfo: slight expansion of new text on reading info files
10205 * gdbinv-s.m4.in: correct and expand info on cross-debugging
10206 H8/300 from DOS.
10207
10208Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
10209
10210 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
10211
10212Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
10213
10214 * gdb.texinfo: Say how to read the `info' files.
10215
10216Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
10217
10218 * Makefile.in: gm4 -> m4.
10219
10220Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
10221
10222 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
10223 Documentation' ahead of `Installing GDB' to match README.
10224 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 10225 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
10226
10227Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
10228
10229 * Makefile.in: remove $(srcdir) from gdb.info rule.
10230
10231Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10232
10233 * Makefile.in: commented out gdb-all.texinfo rule. This is
10234 temporary.
10235
10236Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
10237
10238 * Makefile.in, configure.in: removed traces of namesubdir,
10239 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 10240 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
10241
10242Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
10243
10244 * gdb.texinfo: Improve how we ask for bug reports.
10245
10246Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10247
10248 * Makefile.in: infodir belongs in datadir.
10249
10250Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10251
10252 * Makefile.in: remove spaces following hyphens, bsd make can't
10253 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 10254 standards.text support.
c906108c
SS
10255
10256Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10257
10258 * Makefile.in: idestdir and ddestdir go away. Added copyrights
10259 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
10260 and mandir now keyed off datadir by default.
10261
10262\f
10263Local Variables:
9e9c5ae7 10264mode: change-log
c906108c
SS
10265left-margin: 8
10266fill-column: 74
10267version-control: never
10268End:
This page took 1.822816 seconds and 4 git commands to generate.