Rename "set/show remotebaud" command into "set/show serial baud"
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
0d12017b
JB
12013-10-10 Joel Brobecker <brobecker@adacore.com>
2
3 * gdb.texinfo: Replace "set remotebaud" and "show remotebaud"
4 by "set serial baud" and "show serial baud" (resp) throughout.
5
f4fb82a1
PA
62013-10-07 Pedro Alves <palves@redhat.com>
7
8 PR breakpoints/11568
9 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
10 when the thread is removed from the thread list.
11
0c557179
SDJ
122013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
13
14 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
15 Update entry for $_exitcode.
16
5713b9b5
JB
172013-10-04 Joel Brobecker <brobecker@adacore.com>
18
19 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
20 new "--start" option.
21
901461f8
PA
222013-10-02 Pedro Alves <palves@redhat.com>
23
24 * gdb.texinfo (Registers): Expand description of saved registers
25 in frames. Explain <not saved>.
26
8fb8eb5c
DE
272013-09-25 Doug Evans <dje@google.com>
28
29 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
30
0a7cfe2c
SS
312013-09-16 Stan Shebs <stan@codesourcery.com>
32
33 Remove the internals manual gdbint.texinfo.
34 * Makefile.in (INFO_DEPS): Remove gdbint.info.
35 (PDFFILES): Remove gdbint.pdf.
36 (HTMLFILES): Remove gdbint/index.html.
37 (HTMLFILES_INSTALL): Remove gdbint.
38 (GDBINT_DOC_FILES): Remove.
39 (dvi): Remove gdbint.dvi.
40 (ps): Remove gdbint.ps.
41 * gdbint.texinfo: Remove file.
42 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
43
a280dbd1
SDJ
442013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
45
46 * gdb.texinfo (Convenience Functions): Mention new convenience
47 function $_isvoid.
48
4ac33720
UW
492013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
50
51 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
52 (Standard Target Features): Add new node to menu.
53 (S/390 and System z Features): New node.
54
b3d3b4bd
SA
552013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
56
57 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
58 -list-target-features in the example.
59
edf9f00c
JK
602013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
61
62 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
63 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
64
1d236d23
JK
652013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
66
67 Sync documentation with gdb.base/gnu-debugdata.exp.
68 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
69
5423b017
JK
702013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
71
72 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
73
6211c335
YQ
742013-08-27 Pedro Alves <pedro@codesourcery.com>
75 Yao Qi <yao@codesourcery.com>
76
77 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
78 Document new --skip-unavailable option.
79 <-stack-list-variables>: Document new --skip-unavailable option.
80
52e260a3
DE
812013-08-26 Doug Evans <dje@google.com>
82
83 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
84 an optional regexp.
85
5e92f71a
TT
862013-08-13 Tom Tromey <tromey@redhat.com>
87
88 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
89 Document GDB_PARALLEL and GDB_INOTIFY.
90
c5d7073b
SS
912013-08-09 Stan Shebs <stan@codesourcery.com>
92
93 * LRS: Remove file, describes a long-abandoned live-range
94 splitting extension to stabs.
95
6fbe845e
AB
962013-07-25 Andrew Burgess <aburgess@broadcom.com>
97
98 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
99
e7045703
DE
1002013-07-17 Doug Evans <dje@google.com>
101
102 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
103
3105ebf9
TT
1042013-07-02 Tom Tromey <tromey@redhat.com>
105
106 * gdb.texinfo (Target Commands): Don't mention "target nrom".
107
d6c2da54
TT
1082013-06-28 Tom Tromey <tromey@redhat.com>
109
110 * Makefile.in (version.subst): Use version.in, not
111 common/version.in.
112 * gdbint.texinfo (Versions and Branches, Releasing GDB):
113 Likewise.
114
e5823f1c
PA
1152013-06-27 Pedro Alves <palves@redhat.com>
116
117 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
118 dynamic symbol resolution code>: New section, based on infrun.c
119 comment.
120
92dcb9ff
TT
1212013-06-26 Tom Tromey <tromey@redhat.com>
122
123 * gdbint.texinfo (Versions and Branches): Use common/version.in.
124 Update.
125 (Releasing GDB): Likewise.
126
dc673c81
YQ
1272013-06-26 Pedro Alves <pedro@codesourcery.com>
128 Yao Qi <yao@codesourcery.com>
129
130 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
131 -trace-frame-collected.
132
28a93511
YQ
1332013-06-26 Pedro Alves <pedro@codesourcery.com>
134
135 * gdb.texinfo (Traceframe Info Format): Document tvar element
136 and its attributes.
137
a0743c90
YQ
1382013-06-25 Yao Qi <yao@codesourcery.com>
139
140 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
141
01208463
TT
1422013-06-24 Tom Tromey <tromey@redhat.com>
143
144 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
145 (GDBvn.texi): Use version.subst.
146 (version.subst): New target.
147 (mostlyclean): Remove version.subst.
148
c898adb7
YQ
1492013-06-20 Pedro Alves <pedro@codesourcery.com>
150
151 * gdb.texinfo (GDB/MI Data Manipulation)
152 <-data-list-register-values>: Document the --skip-unavailable
153 option.
154
7c57fa1e
YQ
1552013-06-07 Yao Qi <yao@codesourcery.com>
156
157 * gdb.texinfo (Symbols): Add kindex and cindex for
158 'maint print msymbols'.
159
0059c61a 1602013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
161
162 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
163 response field name (thread-group to inferior).
164
85dc5a12
GB
1652013-06-04 Gary Benson <gbenson@redhat.com>
166
167 * gdb.texinfo (General Query Packets/qSupported): Added
168 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
169 to the table of currently defined stub features.
170 Added a more detailed entry for "augmented-libraries-svr4-read".
171 (General Query Packets/qXfer:libraries-svr4:read): Documented
172 the augmented form of this packet.
173
5901af59
JB
1742013-05-23 Joel Brobecker <brobecker@adacore.com>
175
176 * gdb.texinfo (System-wide Configuration Scripts): Renames
177 "Installed System-wide Configuration Scripts". Add associated
178 @menu block.
179
c1e36e3e
PA
1802013-05-23 Yao Qi <yao@codesourcery.com>
181 Pedro Alves <palves@redhat.com>
182
183 * gdb.texinfo (Packets): Document 'vCont;r'.
184 (Continuing and Stepping): Document target-assisted range
185 stepping, and the 'set range-stepping' and 'show range-stepping'
186 commands.
187
0201faac
JB
1882013-05-23 Joel Brobecker <brobecker@adacore.com>
189
190 * gdb.texinfo (Installed System-wide Configuration Scripts):
191 Add subsection describing the scripts now available under
192 the data-dir's system-gdbbinit subdirectory.
193 * NEWS: Add entry announcing the availability of system-wide
194 configuration scripts for ElinOS and Wind River Linux.
195
c5867ab6
HZ
1962013-05-21 Hui Zhu <hui@codesourcery.com>
197
198 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
199 "-dprintf-insert" command.
200
7d0c9981
DE
2012013-05-17 Doug Evans <dje@google.com>
202
203 * gdb.texinfo (Maintenance Commands): Update doc for
204 "maint check-psymtabs". Add doc for "maint check-symtabs",
205 "maint expand-symtabs".
206
742ce053
MM
2072013-05-15 Markus Metzger <markus.t.metzger@intel.com>
208
209 * gdb.texinfo (Process Record and Replay): Document the
210 "record goto" command and its sub-commands.
211
1e611234
PM
2122013-05-10 Phil Muldoon <pmuldoon@redhat.com>
213
214 * gdb.texinfo (Backtrace): Add "no-filter" argument.
215 (Python API): Add Frame Filters API, Frame Wrapper API,
216 Writing a Frame Filter/Wrapper, Managing Management of Frame
217 Filters chapter entries.
218 (Frame Filters API): New Node.
219 (Frame Wrapper API): New Node.
220 (Writing a Frame Filter): New Node.
221 (Managing Frame Filters): New Node.
222 (Progspaces In Python): Add note about frame_filters attribute.
223 (Objfiles in Python): Ditto.
224 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
225 @anchors and --no-frame-filters option to -stack-list-variables,
226 -stack-list-frames, -stack-list-locals and -stack-list-arguments
227 commands.
228
2874cb83
JB
2292013-05-08 Joel Brobecker <brobecker@adacore.com>
230
231 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
232 Support" subsection documenting the XML format used to transfer
233 shared library info on AIX.
234
9a005eb9
JB
2352013-05-08 Joel Brobecker <brobecker@adacore.com>
236
237 * gdb.texinfo (Debugging Output): Add documentation of
238 "set debug aix-solib" and "show debug aix-solib" commands.
239
a1217d97
SL
2402013-05-06 Sandra Loosemore <sandra@codesourcery.com>
241
242 * gdb.texinfo (Nios II): New section.
243 (Nios II Features): New section.
244
4d1eb6b4
JB
2452013-05-06 Joel Brobecker <brobecker@adacore.com>
246
247 * gdbint.texinfo (Algorithms): Remove entries documenting
248 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
249 SOLIB_CREATE_INFERIOR_HOOK.
250
3f84184e
TT
2512013-04-29 Tom Tromey <tromey@redhat.com>
252
253 PR python/14204:
254 * gdb.texinfo (Python API): Fix menu entry.
255 (Blocks In Python): Fix subsubsection text. Rewrite intro.
256 Define global and static block. Add example. Clarify
257 block relationship for inline functions.
258
60155234
TT
2592013-04-29 Tom Tromey <tromey@redhat.com>
260
261 * gdb.texinfo (Python API): Mention Python help and keyword
262 arguments. Move pagination text to Basic Python.
263 (Basic Python): Put pagination text here. Document
264 close-on-exec, SIGCHLD, and SIGINT.
265
5360976e
PA
2662013-04-19 Pedro Alves <palves@redhat.com>
267
268 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
269 "signedness" instead of "signness".
270
bd3f3b55
PA
2712013-04-19 Pedro Alves <palves@redhat.com>
272
273 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
274 -Wno-pointer-sign text with text on -Wpointer-sign.
275
dee368d3
TT
2762013-04-16 Tom Tromey <tromey@redhat.com>
277
278 * gdb.texinfo (Set Catchpoints): Mention earliest version of
279 GCC that has the SDT probe points.
280
cc16e6c9
TT
2812013-04-15 Tom Tromey <tromey@redhat.com>
282
283 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
284 exception catchpoints.
285
72f1fe8a
TT
2862013-04-15 Tom Tromey <tromey@redhat.com>
287
288 * gdb.texinfo (Set Catchpoints): Document $_exception.
289 (Convenience Vars): Mention $_exception.
290
591f19e8
TT
2912013-04-15 Tom Tromey <tromey@redhat.com>
292
293 * gdb.texinfo (Set Catchpoints): Reorganize exception
294 catchpoints. Document "catch rethrow".
295 (Debugging C Plus Plus): Mention "catch rethrow".
296
02ae6bad
TT
2972013-04-15 Tom Tromey <tromey@redhat.com>
298
299 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
300
2c91021c
JK
3012013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
302 Eli Zaretskii <eliz@gnu.org>
303
304 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
305 line below the sample output.
306
6eaaf48b
EZ
3072013-04-12 Eli Zaretskii <eliz@gnu.org>
308
309 * gdb.texinfo (Mode Options): Document '-configuration'.
310 (Help): Document "show configuration".
311 (Bug Reporting): Add requirements to include the configuration
312 details in bug reports.
313
b292c783
JK
3142013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
315
316 * Makefile.in (MAN1S): Add gcore.1.
317 Remove "Host, target, and site specific Makefile fragments" comment.
318 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
319 (install-man1, uninstall-man1): Conditionalize gcore.1.
320 (gcore.1): New.
321 * gdb.texinfo (Man Pages): Add gcore man.
322 (gcore man): New node.
323
f81d1120
PA
3242013-04-10 Pedro Alves <palves@redhat.com>
325
326 * gdb.texinfo (Process Record and Replay): Document that "set
327 record full insn-number-max", "set record
328 instruction-history-size" and "set record
329 function-call-history-size" accept "unlimited".
330 (Backtrace): Document that "set backtrace limit" accepts
331 "unlimited".
332 (List): Document that "set listsize" accepts "unlimited".
333 (Print Settings)" Document that "set print max-symbolic-offset",
334 "set print elements" and "set print repeats" accept "unlimited".
335 (Starting and Stopping Trace Experiments): Document that "set
336 trace-buffer-size" accepts "unlimited".
337 (Remote Configuration): Document that "set tcp connect-timeout"
338 accepts "unlimited".
339 (Command History): Document that "set history size" accepts
340 "unlimited".
341 (Screen Size): Document that "set height" and "set width" accepts
342 "unlimited". Adjust "set pagination"'s description to suggest
343 "set height unlimited" instead of "set height 0".
344
393fd4c3
YQ
3452013-04-10 Yao Qi <yao@codesourcery.com>
346
347 * gdb.texinfo (Trace Files): Add "target ctf".
348
cba5a7bf
JK
3492013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
350
351 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
352
0ed630cb
JK
353 * Makefile.in (install-man1, install-man5, uninstall-man1)
354 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
355
afe1492b
JK
356 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
357
5b8b6385
JK
3582013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
359 Eli Zaretskii <eliz@gnu.org>
360
361 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
362 parameters order. Remove "On some targets" for --attach. Document the
363 --multi parameter and extended-remote command. Document all the
364 options.
365
906ccdf0
JK
3662013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
367
368 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
369 the list of supported languages.
370
43662968
JK
3712013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
372
373 Convert man pages to texinfo, new gdbinit.5 texinfo page.
374 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
375 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
376 (diststuff): Add man.
377 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
378 (uninstall-man5): New.
379 (STAGESTUFF): Add *.1 and *.5.
380 (GDBvn.texi): Add SYSTEM_GDBINIT.
381 (gdb.1, gdbserver.1, gdbinit.5): New.
382 (maintainer-clean realclean): Add $(MANS).
383 (install): Add install-man.
384 (uninstall): Add uninstall-man.
385 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
386 (@copying): Wrap it by @c man begin COPYRIGHT.
387 (Top): Add Man Pages.
388 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
389
be9a8770
PA
3902013-04-02 Pedro Alves <palves@redhat.com>
391
392 * gdb.texinfo (Debugging Output): Document "set/show debug
393 aarch64", "set/show debug coff-pe-read" and "set/show debug
394 mach-o".
395
a46c1e42
PA
3962013-04-02 Pedro Alves <palves@redhat.com>
397
398 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
399 table>: Add entry for "trace-buffer-size".
400
bd3eecc3
PA
4012013-03-28 Pedro Alves <palves@redhat.com>
402
403 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
404 table>: Add entry for "trace-status".
405
215b9f98
EZ
4062013-03-28 Eli Zaretskii <eliz@gnu.org>
407
408 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
409 @bullet", which is invalid (makeinfo 5.1 barfs).
410
7f7cc265
PA
4112013-03-28 Pedro Alves <palves@redhat.com>
412
413 PR gdb/15294
414
415 * gdb.texinfo (List) <set listsize>: Adjust to document that
416 listsize 0 means no limit, and remove mention of -1.
417
9c0be723
YQ
4182013-03-22 Yao Qi <yao@codesourcery.com>
419
420 * gdb.texinfo (Embedded Processors): Remove menu item
421 "OpenRISC 1000".
422 (OpenRISC 1000): Remove.
423
bd712aed
DE
4242013-03-21 Doug Evans <dje@google.com>
425
426 * gdb.texinfo (Maintenance Commands): Add docs for
427 "mt set per-command {space,time,symtab} {on,off}".
428
d0353e76
YQ
4292013-03-14 Hui Zhu <hui@codesourcery.com>
430 Yao Qi <yao@codesourcery.com>
431
432 * gdb.texinfo (Trace Files): Add "tsave -ctf".
433
6dd24dfa
KS
4342013-03-13 Keith Seitz <keiths@redhat.com>
435
436 * gdb.texinfo (Maintenance Commands): Add missing ')' for
437 "maint agent" reference to Dynamic printf.
438
5c4808ca
EZ
4392013-03-11 Eli Zaretskii <eliz@gnu.org>
440
441 * gdb.texinfo (General Query Packets): Don't use colon in index
442 entries visible to Info format.
443
59ea5688
MM
4442013-03-11 Markus Metzger <markus.t.metzger@intel.com>
445
446 * gdb.texinfo (Process Record and Replay): Document record
447 changes.
448
2ae8c8e7
MM
4492013-03-11 Markus Metzger <markus.t.metzger@intel.com>
450
451 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
452 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
453 qXfer:btrace:read.
454
28abe188
EZ
4552013-03-09 Eli Zaretskii <eliz@gnu.org>
456
457 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
458 use colons in @anchor and @cindex entries.
459
be9a119c 4602013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
461
462 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
463
be9a119c 4642013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
465 Hafiz Abid Qadeer <abidh@codesourcery.com>
466
467 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
468 trace-buffer-size set and show commands.
469 (Tracepoint Packets): Document QTBuffer:size.
470 (General Query Packets): Document QTBuffer:size.
471
d57350ea
TT
4722013-02-21 Tom Tromey <tromey@redhat.com>
473
474 * gdb.texinfo: Remove bad @syncodeindex.
475 (Values From Inferior, Types In Python, Inferiors In Python)
476 (Events In Python, Threads In Python, Frames In Python, Blocks In
477 Python, Symbols In Python, Symbol Tables In Python): Remove
478 @tables.
479 (Packets, General Query Packets, Tracepoint Packets)
480 (Host I/O Packets): Use @w{} for empty @item.
481
9f44fbc0
SCR
4822013-02-20 Siva Chandra Reddy <sivachandra@google.com>
483
484 * gdb.texinfo (Architectures In Python): Add description about
485 the new method gdb.Architecture.disassemble.
486
f5911ea1
HAQ
4872013-02-15 Pedro Alves <pedro@codesourcery.com>
488 Hafiz Abid Qadeer <abidh@codesourcery.com>
489
490 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
491 Document the "trace-file" field.
492
7e1e0340
DE
4932013-02-07 Doug Evans <dje@google.com>
494
495 * gdb.texinfo (Machine Code): Clarify argument to disassemble
496 command.
497
134a2066
YQ
4982013-02-06 Yao Qi <yao@codesourcery.com>
499
500 * gdb.texinfo (GDB/MI Async Records): Document new MI
501 notification "=tsv-modified". Update the document of MI
502 notification "=tsv-created".
503 * observer.texi (GDB Observers): New observer tsv_modified.
504 Update observer tsv_created and tsv_delete.
505
430ed3f0
MS
5062013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
507
508 * gdb.texinfo (AArch64 Features): New section; document
509 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
510 (Architectures): Add new AArch64 section to document AArch64
511 architecture specific commands.
512 (ABI): Add description of the new OS ABI "Newlib" and its influence
513 on the longjmp handling.
514
1b56eb55
JK
5152013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
516 Jan Kratochvil <jan.kratochvil@redhat.com>
517
518 * gdb.texinfo (Backtrace): Added description of 'filename-display'
519 variable in 'set/show backtrace' section.
520
c4957902
TT
5212013-01-31 Tom Tromey <tromey@redhat.com>
522
523 * gdb.texinfo (Target Commands): Fix typo.
524
bea883fd
SCR
5252013-01-23 Siva Chandra Reddy <sivachandra@google.com>
526
527 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
528 describing the gdb.Architecture class.
529 (Frames In Python): Add description about the new method
530 gdb.Frame.architecture().
531
796a7ff8
DE
5322013-01-23 Doug Evans <dje@google.com>
533
534 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
535
998580f1
MK
5362013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
537
538 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
539 'thread-groups' field when printing a breakpoint in MI.
540
c9fb1240
SD
5412012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
542 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
543 to reflect that jit-reader-load now supports absolute file-names.
544
ab04a2af
TT
5452013-01-16 Tom Tromey <tromey@redhat.com>
546
547 * gdb.texinfo (Set Catchpoints): Document "catch signal".
548 (Signals): Likewise.
549
8ac3646f
TT
5502013-01-16 Tom Tromey <tromey@redhat.com>
551
552 * gdb.texinfo (GDB/MI Breakpoint Information): Document
553 "catch-type" field.
554 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
555
e93a8774
TT
5562013-01-07 Tom Tromey <tromey@redhat.com>
557
558 * gdb.texinfo (Mode Options): Don't mention -epoch.
559 (Data, Emacs): Remove obsolete comments.
560
54516a0b
TT
5612013-01-02 Tom Tromey <tromey@redhat.com>
562
563 * gdb.texinfo (GDB/MI Output Records): Update menu.
564 (GDB/MI Breakpoint Information): New node.
565 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
566 <-break-insert>: Likewise.
567
8dbe8ece
YQ
5682012-12-31 Yao Qi <yao@codesourcery.com>
569
570 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
571 (Packets): Move "vStopped" packet to ...
572 (Notification Packets): ... here. Describe the components
573 of notification. Add a table of supported notifications.
574 Add an example on the process of he async notification.
575
f35a17b5
JK
5762012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
577
578 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
579 present.
580 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
581 fullname output always present.
582
0dfd2fad
PM
5832012-12-23 Pierre Muller <muller@sourceware.org>
584
585 * gdbint.texinfo (Function prototypes): Require use of "extern"
586 modifier for function prototypes in headers.
587
7785b880
JB
5882012-12-19 Joel Brobecker <brobecker@adacore.com>
589
590 * refcard.tex: Update copyright notice to GPL v3 or later.
591 Update contact info.
592
3d745be3
JK
5932012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
594
595 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
596
c9b6281a
YQ
5972012-12-15 Yao Qi <yao@codesourcery.com>
598
599 * gdb.texinfo (Debugging Output): Document 'set debug
600 notification' and 'show debug notification'.
601
f2a8bc8a
YQ
6022012-12-15 Yao Qi <yao@codesourcery.com>
603
604 * gdb.texinfo (Listing Tracepoints): New item and example about
605 'installed on target' output.
606 Add more in the example about 'installed on target'.
607 (GDB/MI Breakpoint Commands): Doc about 'installed field.
608
451b7c33
TT
6092012-12-14 Tom Tromey <tromey@redhat.com>
610
611 * gdb.texinfo (SVR4 Process Information): Mention core files.
612
3fa7bf06
MG
6132012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
614
615 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
616
05b4bd79
PA
6172012-12-11 Pedro Alves <palves@redhat.com>
618
619 * gdb.texinfo: Remove all mentions of Unixware throughout.
620
74a0d9f6
JK
6212012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
622
623 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
624
0c631110
TT
6252012-11-29 Tom Tromey <tromey@redhat.com>
626
627 * gdb.texinfo (SVR4 Process Information): Document missing
628 "info proc" subcommands.
629
891df0ea
YQ
6302012-11-29 Yao Qi <yao@codesourcery.com>
631
632 PR gdb/1477.
633 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
634 to 'auto' instead of 'gnu'.
635
608e2dbb
TT
6362012-11-26 Tom Tromey <tromey@redhat.com>
637
638 * gdb.texinfo (MiniDebugInfo): New node.
639 (GDB Files): Update.
640
e64e0392
DE
6412012-11-16 Doug Evans <dje@google.com>
642
643 * gdb.texinfo (System-wide configuration): If the system-wide init
644 file lives in the data-directory, and --data-directory is provided,
645 look for it there.
646
ae606bee
TT
6472012-11-15 Tom Tromey <tromey@redhat.com>
648
649 * gdb.texinfo (Signaling): Fix typo.
650
62747a60
TT
6512012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
652
653 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
654 parameter "count" of -data-write-memory-bytes, and add an example.
655
18a9fc12
TT
6562012-11-12 Tom Tromey <tromey@redhat.com>
657
658 * gdb.texinfo (Symbols): Document "info type-printers",
659 "enable type-printer" and "disable type-printer".
660 (Python API): Add new node to menu.
661 (Type Printing API): New node.
662 (Progspaces In Python): Document type_printers field.
663 (Objfiles In Python): Likewise.
664 (gdb.types) <get_type_recognizers, apply_type_recognizers,
665 register_type_printer, TypePrinter>: Document.
666
53342f27
TT
6672012-11-12 Tom Tromey <tromey@redhat.com>
668
669 * gdb.texinfo (Symbols): Document "set print type methods",
670 "set print type typedefs", and flags to ptype and whatis.
671
ed8a1c2d
AB
6722012-11-09 Andrew Burgess <aburgess@broadcom.com>
673
674 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
675 the example -data-disassemble output. Extend the description of
676 the -data-disassemble results to document all fields. Document
677 the cli disassemble command as being related to -data-disassemble.
678
8506d139
YQ
6792012-11-09 Yao Qi <yao@codesourcery.com>
680
681 PR gdb/14777.
682 * gdb.texinfo (OS Information): Remove doc on command
683 'info udot'.
684
4d3f93a2
JB
6852012-11-08 Joel Brobecker <brobecker@adacore.com>
686
687 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
688 gdb.ini warning for Windows port.
689
1e96de83
YQ
6902012-11-08 Yao Qi <yao@codesourcery.com>
691
692 * gdb.texinfo (Search): Add kindex for 'fo'.
693
dc939229
TT
6942012-11-05 Tom Tromey <tromey@redhat.com>
695
696 PR python/14802:
697 * gdb.texinfo (Functions In Python): Add example.
698
6f6484cd
YQ
6992012-11-03 Yao Qi <yao@codesourcery.com>
700
701 * observer.texi (GDB Observers): Remove observer
702 'tracepoint_modified', 'tracepoint_created' and
703 'tracepoint_deleted'.
704
af4238e5
TT
7052012-10-26 Tom Tromey <tromey@redhat.com>
706
707 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
708
687e43a4
TT
7092012-10-25 Tom Tromey <tromey@redhat.com>
710
711 * gdb.texinfo (General Query Packets): Use @itemx.
712
8de0566d
YQ
7132012-10-17 Yao Qi <yao@codesourcery.com>
714
715 * observer.texi (GDB Observers): Update observer
716 'memory_changed'.
717 * gdb.texinfo (GDB/MI Async Records): Document for
718 "memory-changed" notification.
719
07540c15
DE
7202012-10-15 Doug Evans <dje@google.com>
721
722 * gdb.texinfo (Mode Options): Document -nh.
723 Elaborate on docs for -nx.
724
d7019589
SP
7252012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
726
727 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
728
82a90ccf
YQ
7292012-09-21 Yao Qi <yao@codesourcery.com>
730 Pedro Alves <palves@redhat.com>
731
732 * gdb.texinfo (GDB/MI Async Records): Document notification
733 'record-started' and 'record-stopped'.
734 * observer.texi (GDB Observers): New observer 'record-changed'.
735
aa9259cc
TS
7362012-09-19 Thomas Schwinge <thomas@codesourcery.com>
737
738 * gdb.texinfo: Document the removal of SH's 'regs' command.
739
c1d780c2
SDJ
7402012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
741
742 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
743
bb25a15c
YQ
7442012-09-18 Yao Qi <yao@codesourcery.com>
745
746 * gdb.texinfo (GDB/MI Async Records): Document new MI
747 notifications '=tsv-created' and '=tsv-deleted'.
748 * observer.texi (GDB Observers): New observer tsv_created and
749 tsv_deleted.
750
201b4506
YQ
7512012-09-18 Yao Qi <yao@codesourcery.com>
752
753 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
754 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
755 '=traceframe-changed'.
756
6fc1c773
YQ
7572012-09-17 Yao Qi <yao@codesourcery.com>
758
759 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
760 'set listsize'.
761
121c73f3
JK
7622012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
763 Eli Zaretskii <eliz@gnu.org>
764
765 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
766 encoding for gdbarch_breakpoint_from_pc, bp_addr for
767 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
768
e9687799
JK
7692012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
770
771 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
772
3b5e4d35
YPK
7732012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
774
775 Document how to return from "python-interactive" to GDB.
776 * gdb.texinfo (Python Commands): Update documentation.
777
7782012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
779
780 Add a new "python-interactive" command that starts a standard
781 Python interactive prompt with "pi" as alias, and add "py" as
782 an alias to "python".
783 * gdb.texinfo (Python Commands): Document the new commands.
784
b583003e
TT
7852012-08-22 Tom Tromey <tromey@redhat.com>
786
787 * gdbint.texinfo (Host Definition): Remove documentation for
788 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
789
a451cb65
KS
7902012-08-17 Keith Seitz <keiths@redhat.com>
791
792 PR c++/13356
793 * gdb.texinfo (Type and Range Checking): Remove warning.
794 Remove spurious commas.
795 Update text and examples for re-implementation of set/show
796 check type.
797 (C and C++ Type and Range Checks): Likewise.
798
6b1755ce
YQ
7992012-08-16 Yao Qi <yao@codesourcery.com>
800
801 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
802 is deprecated.
803
f47f77df
DE
8042012-08-13 Doug Evans <dje@google.com>
805
806 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
807 to include functions.
808
a72c3253
DE
8092012-08-10 Doug Evans <dje@google.com>
810
811 * gdb.texinfo (Convenience Funs): New node.
812 (Types In Python): Document Type.vector.
813
5b9afe8a
YQ
8142012-08-09 Yao Qi <yao@codesourcery.com>
815
816 * observer.texi: New observer command_param_changed.
817 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
818
dc1039df
JK
8192012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
820
821 * gdbint.texinfo (Debugging GDB): In section
822 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
823 Mention also gdb-gdb.py.
824
4abf930d
YQ
8252012-08-07 Yao Qi <yao@codesourcery.com>
826
827 Revert the folloing patch:
828 2012-08-06 Yao Qi <yao@codesourcery.com>
829 * gdb.texinfo (Remote Configuration): Add kindex for 'set
830 remote hardware-watchpoint-limit' and 'set
831 remote hardware-breakpoint-limit'.
832
f3c8a52a
JK
8332012-08-06 Nathaniel Flath <flat0103@gmail.com>
834
835 * gdb.texinfo (Working Directory): Added information about new
836 default argument for 'cd' command.
837
77a91025
YQ
8382012-08-06 Yao Qi <yao@codesourcery.com>
839
840 * gdb.texinfo (Remote Configuration): Add kindex for 'set
841 remote hardware-watchpoint-limit' and 'set
842 remote hardware-breakpoint-limit'.
843
d9f08f52
YQ
8442012-08-06 Yao Qi <yao@codesourcery.com>
845
846 Fix PR14371.
847
848 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
849 '=breakpoint-deleted'.
850
95b07c96
YQ
8512012-08-02 Yao Qi <yao@codesourcery.com>
852
853 * gdb.texinfo (Native): Remove node Neutrino.
854
7255706c
YQ
8552012-07-27 Yao Qi <yao@codesourcery.com>
856
857 * gdb.texinfo (IPA Protocol Commands): Document new command
858 'close'.
859
d6b28940
TT
8602012-07-25 Tom Tromey <tromey@redhat.com>
861
862 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
863
e615022a
DE
8642012-07-20 Doug Evans <dje@google.com>
865
866 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
867 (Index Files): Document how to control the use of deprecated index
868 sections.
869 (Index Section Format): Replace --use-deprecated-index-sections with
870 "set use-deprecated-index-sections on".
871
055855a4
EZ
8722012-07-12 Eli Zaretskii <eliz@gnu.org>
873
874 * gdbint.texinfo: Remove @syncodeindex directives that put all the
875 indices into a single node "Index". Instead, join function and
876 variable indices into a single index, separate from the concept
877 index. Requested in
878 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
879 (Top): Update the top-level menu: instead of one "Index" there are
880 now separate entries "Concept Index" and "Function and Variable
881 Index".
882 (Concept Index, Function and Variable Index): New nodes.
883 (Index): Node deleted.
884
f77cc5f0
HZ
8852012-07-05 Hui Zhu <hui_zhu@mentor.com>
886
887 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
888 and "maint agent-eval".
889
00595b5e
EZ
8902012-07-03 Eli Zaretskii <eliz@gnu.org>
891
892 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
893 avoid file-name clashes between Index.html and index.html on
894 case-insensitive filesystems. See the discussion starting in
895 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
896 details of the problem.
897 (Top): Update the master menu for the above.
898 (Concept Index, Command and Variable Index): New nodes, instead of
899 the old "Index" node that was deleted. All cross-references
900 updated.
901
d3ce09f5
SS
9022012-07-02 Stan Shebs <stan@codesourcery.com>
903
904 * gdb.texinfo (Dynamic Printf): Mention agent style and
905 disconnected dprintf.
906 (Maintenance Commands): Describe maint agent-printf.
907 (General Query Packets): Mention BreakpointCommands feature.
908 (Packets): Document commands extension to Z0 packet.
909 * agentexpr.texi (Bytecode Descriptions): Document printf
910 bytecode.
911
2d7b58e8
JK
9122012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
913
914 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
915 only after gdbinit files.
916 (Startup): Move -iex and -iex commands down after gdbinit files.
917
202cbf1c
JK
9182012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
919
920 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
921 possibility.
922
b6ba681c
TT
9232012-06-29 Tom Tromey <tromey@redhat.com>
924
925 * gdb.texinfo (Index Section Format): Update for version 7.
926
71caed83
SS
9272012-06-28 Stan Shebs <stan@codesourcery.com>
928
929 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
930 example, add note about title column.
931
ee0bf529
SCR
9322012-06-26 Siva Chandra Reddy <sivachandra@google.com>
933
934 * gdb.texinfo (Symbol Tables In Python): Add description about
935 the new 'last' attribute of gdb.Symtab_and line.
936
3c15d565
SCR
9372012-06-26 Siva Chandra Reddy <sivachandra@google.com>
938
939 * gdb.texinfo (Symbol Tables In Python): Correct the description
940 of the 'pc' attribute of gdb.Symtab_and_line.
941
45cfd468
DE
9422012-06-26 Doug Evans <dje@google.com>
943
944 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
945 and symtab-create.
946
496ee73e
KS
9472012-06-25 Keith Seitz <keiths@redhat.com>
948
949 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
950 from example. Remove "rbreak" from list of corresponding
951 gdb commands.
952
156942c7
DE
9532012-06-23 Doug Evans <dje@google.com>
954
955 * gdb.texinfo (Index Section Format): Document version 7 format.
956
c614397c
YQ
9572012-06-22 Yao Qi <yao@codesourcery.com>
958
959 * gdb.texinfo: Add missing cindex for some packets.
960
472a2379
KS
9612012-06-20 Keith Seitz <keiths@redhat.com>
962
963 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
964 for -break-insert and document -p.
965
2678e2af
YQ
9662012-06-20 Yao Qi <yao@codesourcery.com>
967
968 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
969 and "gdb.write_memory" with "Inferior.read_memory" and
970 "Inferior.write_memory".
971
984359d2
EZ
9722012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
973
974 * gdb.texinfo (Summary): Add a link to "Free Documentation".
975 (Free Documentation): Add @node line.
976 (Continuing and Stepping) <advance location>: Use @item instead of
977 @itemx.
978 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
979 @itemx.
980 (Embedded Processors): Put the link to "PA" to its correct place,
981 according to document structure.
982 (Python API): Put the link to "Lazy Strings In Python" to its
983 correct place.
984 (Index): Use @@ in @tex block to get a literal @.
985
986 * gdbint.texinfo: Fix the @subtitle line.
987
988 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
989 correct place.
990
16bdd41f
YQ
9912012-06-08 Yao Qi <yao@codesourcery.com>
992
993 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
994 Protocol'.
995 (In-Process Agent Protocol, IPA Protocol Objects)
996 (IPA Protocol Commands): New nodes.
997 (Tracepoint Packets): Add anchors.
998
2d4c29c5
TS
9992012-06-06 Thomas Schwinge <thomas@codesourcery.com>
1000
1001 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
1002
6bd110c5
YQ
10032012-06-06 Yao Qi <yao@codesourcery.com>
1004
1005 * gdb.texinfo: Update copyright year.
1006
f3e0e960
SS
10072012-05-23 Stan Shebs <stan@codesourcery.com>
1008 Kwok Cheung Yeung <kcy@codesourcery.com>
1009
1010 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
1011
1564a261
JK
10122012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1013
1014 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
1015 Mention also --with-separate-debug-dir.
1016 (Auto-loading): Prepend $debugdir in the sample output.
1017 (Auto-loading safe path): Likewise. Mention also $debugdir for the
1018 auto-load safe-path variable.
1019 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
1020 Mention also $debugdir for 'set auto-load scripts-directory'.
1021
eb17f351
EZ
10222012-05-19 Eli Zaretskii <eliz@gnu.org>
1023
1024 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
1025 (MIPS Embedded, MIPS, MIPS Register packet Format)
1026 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
1027 appropriate.
1028
4cc0665f
MR
10292012-05-18 Sandra Loosemore <sandra@codesourcery.com>
1030 Maciej W. Rozycki <macro@codesourcery.com>
1031
1032 * gdb.texinfo (MIPS): Document "set mips compression" and "show
1033 mips compression".
1034 (MIPS Breakpoint Kinds): New subsubsection.
1035
7af8dcf8 10362012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
1037
1038 * gdb.texinfo (Architecture-Specific Protocol Details): Define
1039 nodes for subsections. Add @acronym mark-ups and adjust
1040 formatting.
1041
aff139ff
JK
10422012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1043
1044 Rename $ddir to $datadir.
1045 * gdb.texinfo (Auto-loading, Auto-loading safe path)
1046 (objfile-gdb.py file): Rename $ddir to $datadir.
1047
9cb709b6
TT
10482012-05-18 Tom Tromey <tromey@redhat.com>
1049
1050 * gdb.texinfo (Print Settings): Document 'set print symbol'.
1051
e7e0cddf
SS
10522012-05-14 Stan Shebs <stan@codesourcery.com>
1053
1054 * gdb.texinfo (Dynamic Printf): New subsection.
1055
7efc75aa
SCR
10562012-05-13 Siva Chandra Reddy <sivachandra@google.com>
1057
1058 * gdb.texinfo (Basic Python): Add description about the function
1059 gdb.find_pc_line
1060
f307c045
JK
10612012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1062 Eli Zaretskii <eliz@gnu.org>
1063
1064 * gdb.texinfo (Separate Debug Files): Use plural form for global
1065 debugging information directory.
1066
85d4a676
SS
10672012-05-11 Stan Shebs <stan@codesourcery.com>
1068 Kwok Cheung Yeung <kcy@codesourcery.com>
1069
1070 * gdb.texinfo (Operating System Auxiliary Information): Document new
1071 'info os' subcommands.
1072
c1668e4e
JK
10732012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1074
1075 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
1076 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
1077 (dotdebug_gdb_scripts section): Add reference
1078 to 'Auto-loading safe path'.
1079
7349ff92
JK
10802012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1081
1082 Implement multi-component --with-auto-load-dir.
1083 * gdb.texinfo (Auto-loading): New references
1084 for 'set auto-load scripts-directory'
1085 and 'show auto-load scripts-directory'.
1086 (Auto-loading safe path): Describe the new default. Move $ddir
1087 substituation reference to 'objfile-gdb.py file'.
1088 (objfile-gdb.py file): Describe script-name alias. Change real-name to
1089 script-name. Describe new 'set auto-load scripts-directory'
1090 and 'show auto-load scripts-directory'.
1091
6dea1fbd
JK
10922012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1093
1094 Provide $ddir substitution for --with-auto-load-safe-path.
1095 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
1096 (Auto-loading safe path): Likewise. Mention the default value,
1097 $ddir substitution, --with-auto-load-safe-path and
1098 --without-auto-load-safe-path.
1099 * observer.texi (gdb_datadir_changed): New.
1100
1ccacbcd
JK
11012012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1102
1103 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
1104 Twice.
1105
d9242c17
JK
1106 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
1107 directory separator by path separator.
1108
af2c1515
JK
11092012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1110
1111 * gdb.texinfo (Auto-loading safe path): Make 'directories'
1112 for 'set auto-load safe-path' optional. Mention if it is omitted.
1113 Change disabling security protection condition to "/", twice.
1114
a20ee7a4
SCR
11152012-05-03 Siva Chandra Reddy <sivachandra@google.com>
1116
1117 * gdb.texinfo (Symbol Tables In Python): Add documentation about
1118 the new methods global_block and static_block on gdb.Symtab
1119 objects.
1120
56af09aa
SCR
11212012-05-02 Siva Chandra Reddy <sivachandra@google.com>
1122
1123 * gdb.texinfo (Blocks In Python): Add a note saying that future
1124 improvements to GDB and its infrastructure can move symbols
1125 across blocks within a symbol table.
1126
2746b0ef
YQ
11272012-04-29 Yao Qi <yao@codesourcery.com>
1128
1129 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
1130 (A29K): Remove.
1131
62e5f89c
SDJ
11322012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
1133 Tom Tromey <tromey@redhat.com>
1134
1135 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
1136 and generic static probe support on GDB.
1137
a766d390
DE
11382012-04-25 Doug Evans <dje@google.com>
1139
50f042b9
DE
1140 * gdb.texinfo (Go): Fix thinko.
1141
a766d390
DE
1142 * gdb.texinfo (Supported Languages): Add Go.
1143 (Go): New node.
1144
f02e2b19
YQ
11452012-04-25 Yao Qi <yao@codesourcery.com>
1146
1147 * gdbint.texinfo (Testsuite): New section `Board settings'.
1148
68d41a48
JK
11492012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1150
1151 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
1152 Three times.
1153
174bb630
JK
1154 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
1155 Three times.
1156
0511cc75
JK
11572012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1158
1159 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
1160 by @table @asis. Fix formatting of one item.
1161
0070f25a
JK
11622012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1163
1164 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
1165
4dc84fd1
JK
11662012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1167
1168 New option "set debug auto-load".
1169 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
1170 (auto-load verbose mode): New node.
1171
bccbefd2
JK
11722012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1173
1174 New option "set auto-load safe-path".
1175 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
1176 and "info auto-load" examples for safe-path. Put there also references
1177 for "set auto-load safe-path" and "show auto-load safe-path".
1178 New menu item for Auto-loading safe path.
1179 (Auto-loading safe path): New node.
1180 (Python Auto-loading): Update the expected output from "Missing"
1181 to "No".
1182
bf88dd68
JK
11832012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1184
1185 auto-load: Implementation.
1186 * gdb.texinfo (Mode Options): New anchor for -nx.
1187 (Startup): New anchors for Option -init-eval-command,
1188 Home Directory Init File
1189 and Init File in the Current Directory during Startup.
1190 Mention set auto-load local-gdbinit with a reference.
1191 Change the sample code to "set auto-load python-scripts".
1192 (Threads): New anchor set libthread-db-search-path.
1193 Provide references to libthread_db.so.1 file.
1194 (Controlling GDB): New menu item for Auto-loading.
1195 (Auto-loading, Init File in the Current Directory)
1196 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
1197 (Python): Rename the menu item Auto-loading to Python Auto-loading.
1198 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
1199 reference.
1200 (Auto-loading): Rename to ...
1201 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
1202 "set auto-load python-scripts", new anchor for it. Change
1203 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
1204 for it. Change "info auto-load-scripts"
1205 to "info auto-load python-scripts", new anchor for it. Change "scripts"
1206 to "Python scripts".
1207
8264ba82
AG
12082012-04-14 Anton Gorenkov <xgsa@yandex.ru>
1209
1210 PR mi/13393
1211 * gdb.texinfo (Print Settings): Extend the description for "set print
1212 object".
1213 (GDB/MI Variable Objects): Extend the description for -var-create and
1214 -var-list-children.
1215
06fc020f
SCR
12162012-04-11 Siva Chandra Reddy <sivachandra@google.com>
1217
1218 * gdb.texinfo (Examining Data): Document the 'explore' command.
1219
7191c139
JB
12202012-03-28 Joel Brobecker <brobecker@adacore.com>
1221
1222 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
1223 to the children of a varobj and its update range when -var-update
1224 returns that the varobj's type changed.
1225
3708f05e
JK
12262012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1227
1228 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
1229 Create two new links fir 'objfile-gdb.py file'
1230 and 'dotdebug_gdb_scripts section'.
1231
8e0583c8
JK
12322012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1233
1234 * gdb.texinfo (Auto-loading): Rename node reference
1235 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
1236 Twice.
1237 (.debug_gdb_scripts section): Rename the node ...
1238 (dotdebug_gdb_scripts section): ... here.
1239 (Maintenance Commands): Also rename this node reference.
1240
7b282c5a
SCR
12412012-03-22 Siva Chandra Reddy <sivachandra@google.com>
1242
1243 * gdb.texinfo (Python API/Values From Inferior): Add description
1244 about the new method Value.referenced_value. Add description on
1245 how Value.dereference is different (and similar) to
1246 Value.referenced_value.
1247
8320cc4f
JK
12482012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1249
1250 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
1251 --init-eval-command=COMMAND, -iex.
1252 (Startup): Describe -iex and -ix. Simplify the example
1253 for "set auto-load-scripts off".
1254
481860b3
GB
12552012-03-16 Gary Benson <gbenson@redhat.com>
1256
1257 PR breakpoints/10738
1258 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
1259 stating that GDB cannot set breakpoints on inlined functions.
1260 (Mode Options): Document --use-deprecated-index-sections.
1261 (Index Section Format): Document new index section version format.
1262
c4aeac85
TT
12632012-03-15 Tom Tromey <tromey@redhat.com>
1264
1265 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
1266
16899756
DE
12672012-03-13 Doug Evans <dje@google.com>
1268
1269 * gdb.texinfo (Help): Change apropos example to use "alias" instead
1270 of "reload".
1271 (Symbols): Delete docs for set/show symbol-reloading.
1272 * gdbint.texinfo (Defining Other Architecture Features): Delete
1273 SYMBOL_RELOADING_DEFAULT.
1274 * refcard.tex: Delete reference to symbol-reloading.
1275
9b224c5e
PA
12762012-03-07 Pedro Alves <palves@redhat.com>
1277
1278 * gdb.texinfo (General Query Packets): Document new
1279 QProgramSignals packet.
1280 * gdb.texinfo (Remote configuration): Mention
1281 "program-signals-packet".
1282
169081d0
TG
12832012-03-05 Tristan Gingold <gingold@adacore.com>
1284
1285 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
1286
d1feda86
YQ
12872012-03-03 Yao Qi <yao@codesourcery.com>
1288
1289 * gdb.texinfo (In-Process Agent): New node.
1290 Document new commands.
1291 (General Query Packets): Add packet `QAgent'.
1292
1faeff08
MR
12932012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
1294
1295 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
1296
7d74f244
DE
12972012-03-01 Scott J. Goldman <scottjg@vmware.com>
1298
1299 * gdb.texinfo (Commands In Python): Put example python macro in
1300 COMMAND_USER category rather than COMMAND_OBSCURE.
1301 Document gdb.COMMAND_USER.
1302 (User-defined Commands): Update documentation to clarify
1303 "set/show max-user-call-depth" and "show user" don't apply to python
1304 commands. Update documentation to clarify "help user-defined" may
1305 also include python commands defined as COMMAND_USER.
1306
6fe37d23
JK
13072012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1308
1309 * gdb.texinfo (Startup): Add option -ex description to the option -x
1310 description.
1311
83364271
LM
13122012-02-24 Luis Machado <lgustavo@codesourcery.com>
1313
1314 * gdb.texinfo (Setting Breakpoints): Mention and explain the
1315 condition-evaluation breakpoint parameter.
1316 Mention condition-evaluation mode being shown in "info break".
1317 (Break Conditions): Add description for target-side
1318 conditional breakpoints.
1319 (Remote Configuration): Mention conditional-breakpoints-packet.
1320 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
1321 cond-expr.
1322 (General Query Packets): Mention new ConditionalBreakpoint feature.
1323
bdb1994d
TT
13242012-02-22 Tom Tromey <tromey@redhat.com>
1325
1326 * gdb.texinfo (Blocks In Python): Clarify block iteration.
1327
4d241c86
TT
13282012-02-17 Tom Tromey <tromey@redhat.com>
1329
1330 PR python/10753:
1331 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
1332 directory.
1333
816338b5
SS
13342012-02-14 Stan Shebs <stan@codesourcery.com>
1335
1336 * gdb.texinfo (Disabling Breakpoints): Document enable count.
1337
cc30c4bd
PA
13382012-02-13 Pedro Alves <palves@redhat.com>
1339
1340 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
1341 mips-idt-ecoff.
1342
035d1e5b
YQ
13432012-02-09 Yao Qi <yao@codesourcery.com>
1344
1345 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
1346
f0823d2c
TT
13472012-02-07 Tom Tromey <tromey@redhat.com>
1348
1349 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
1350 Symbol.value.
1351
64e7d9dd
TT
13522012-02-07 Tom Tromey <tromey@redhat.com>
1353
1354 * gdb.texinfo (Symbols In Python): Document Symbol.line.
1355
4220b2f8
TS
13562012-01-27 Thomas Schwinge <thomas@codesourcery.com>
1357
1358 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
1359
edcc5120
TT
13602012-01-24 Tom Tromey <tromey@redhat.com>
1361
1362 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
1363 unload".
1364 (Files): Mention new catch commands.
1365 (GDB/MI Async Records): Likewise.
1366
53fe1783
GB
13672012-01-24 Gary Benson <gbenson@redhat.com>
1368
1369 Delete #if 0'd out code.
1370 * gdb.texinfo (Frame Info): Remove "info catch".
1371
b9e7b9c3
UW
13722012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1373
1374 * gdb.texinfo (Remote Configuration): Document
1375 "set remote hostio-readlink-packet" command.
1376 (General Query Packets): Document vFile:readlink packet.
1377
4aac40c8
TT
13782012-01-16 Tom Tromey <tromey@redhat.com>
1379
1380 * gdb.texinfo (Specify Location): Document relative file name
1381 handling.
1382
cafec441
TT
13832012-01-16 Tom Tromey <tromey@redhat.com>
1384
1385 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
1386
0ee339bc
JK
13872012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1388 Eli Zaretskii <eliz@gnu.org>
1389
1390 * gdbint.texinfo (Coding Standards): Require braces for two lines of
1391 code.
1392
72384ba3
PH
13932012-01-11 Paul Hilfinger <hilfingr@adacore.com>
1394
1395 * gdb.texinfo (Variables): Document use of :: for non-static
1396 variables.
1397
ce1b17c4
JB
13982012-01-05 Joel Brobecker <brobecker@adacore.com>
1399
1400 * gdbint.texinfo (Start of New Year Procedure): Update
1401 to replace use of copyright.sh by use of copyright.py.
1402
217bff3e
JK
14032012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1404
1405 Remove the gdbtui binary.
1406 * all-cfg.texi (GDBTUI): Remove.
1407 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
1408 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
1409 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
1410
cc72b2a2
KP
14112011-12-23 Kevin Pouget <kevin.pouget@st.com>
1412
1413 Introduce gdb.FinishBreakpoint in Python.
1414 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
1415 (Python API): Add menu entry for Finish Breakpoints.
1416
13ac8d2c
JK
14172011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1418
1419 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
1420 tests.
1421
e0f9f062
DE
14222011-12-16 Doug Evans <dje@google.com>
1423
1424 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
1425
80b6e756
PM
14262011-12-16 Phil Muldoon <pmuldoon@redhat.com>
1427
1c3ad6ab 1428 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
1429 stack". Add documentation for "set/show python print-stack".
1430
2fb860fc
PA
14312011-12-14 Pedro Alves <pedro@codesourcery.com>
1432
1433 * gdb.texinfo (Implementing a Remote Stub): Explain that you
1434 should transfer control to the stub in the startup code instead of
1435 in main. Mention the need to get past the initial breakpoint.
1436
f8eba3c6
TT
14372011-12-06 Tom Tromey <tromey@redhat.com>
1438
1439 * gdb.texinfo (Set Breaks): Update for new behavior.
1440
2268b414
JK
14412011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1442
1443 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
1444 List Format for SVR4 Targets'.
1445 (General Query Packets): New item qXfer:libraries-svr4:read.
1446 (Library List Format for SVR4 Targets): New node.
1447
ae6f0d5b
TT
14482011-12-01 Tom Tromey <tromey@redhat.com>
1449
1450 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
1451 add.
1452
36dfb11c
TT
14532011-11-22 Tom Tromey <tromey@redhat.com>
1454
1455 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
1456 reasons.
1457
f196051f
SS
14582011-11-20 Stan Shebs <stan@codesourcery.com>
1459
1460 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1461 note-related options and variables.
1462 (Tracepoint Packets): Document packet changes.
1463
f85b53f8
SD
14642011-11-20 Sanjoy Das <sdas@igalia.com>
1465
1466 * gdb.texinfo (JIT Interface): Add documentation on writing and
1467 usind JIT debug info readers.
1468 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
1469 Debug Info Readers): New nodes.
1470
bfccc43c
YQ
14712011-11-18 Yao Qi <yao@codesourcery.com>
1472
1473 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
1474 tracepoint.
1475
c011a4f4
DE
14762011-11-15 Doug Evans <dje@google.com>
1477
1478 * gdb.texinfo (Files): Document basenames-may-differ.
1479
ed59ded5
DE
14802011-11-14 Doug Evans <dje@google.com>
1481
1482 * gdb.texinfo (Shell Commands): Document "!".
1483
405f8e94
SS
14842011-11-14 Stan Shebs <stan@codesourcery.com>
1485 Kwok Cheung Yeung <kcy@codesourcery.com>
1486
1487 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
1488 needed to get shorter fast tracepoints.
1489 (Tracepoint Packets): Document new qTMinFTPILen packet.
1490
1e4d1764
YQ
14912011-11-14 Yao Qi <yao@codesourcery.com>
1492
1493 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
1494 behavior of tracepoint.
1495 (General Query Packets): New feature InstallInTrace.
1496 (Remote Configuration): Document "set remote
1497 install-in-trace-packet".
1498
71eba9c2 14992011-11-12 Matt Rice <ratmice@gmail.com>
1500
1501 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
1502 Add arguments to info macro.
1503
e0f8f636
TT
15042011-11-10 Tom Tromey <tromey@redhat.com>
1505
1506 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
1507 manual.
1508 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
1509 (Macros): Add a footnote.
1510 (C): Remove paragraph about compiler options.
1511 (C Constants): Mention wide character and string constants.
1512 (C Plus Plus Expressions): Update compiler option advice. Mention
1513 using declarations. Mention ADL. Remove old HP compiler
1514 information.
1515
625c0d47
TT
15162011-11-10 Tom Tromey <tromey@redhat.com>
1517
1518 PR c++/9257:
1519 * gdb.texinfo (Print Settings): Add an extra note about the need
1520 for a vtable.
1521
4be2aacc
MR
15222011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
1523
1524 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
1525 "set mips abi" documentation.
1526
0a1c4d10
DE
15272011-11-04 Doug Evans <dje@google.com>
1528
1529 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
1530
aad1c02c
TT
15312011-11-03 Tom Tromey <tromey@redhat.com>
1532
1533 * gdb.texinfo (Stopping): Add menu entry.
1534 (Continuing and Stepping): Restore @node. Use @section, not
1535 @subsection.
1536
983fb131
MR
15372011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
1538
1539 * gdb.texinfo (Skipping Over Functions and Files): Remove node
1540 designation. Fix "Specify Location" cross-reference.
1541
3065dfb6
SS
15422011-11-02 Stan Shebs <stan@codesourcery.com>
1543
1544 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
1545 (General Query Packets): Describe tracenz feature.
1546 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
1547
0aaaf063
PK
15482011-10-28 Paul Koning <paul_koning@dell.com>
1549
1550 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
1551
2231f1fb
KP
15522011-10-27 Kevin Pouget <kevin.pouget@st.com>
1553
1554 * gdb.texinfo ((Frames In Python): Document
1555 gdb.FRAME_UNWIND_FIRST_ERROR contant.
1556
5110b5df
PK
15572011-10-26 Paul Koning <paul_koning@dell.com>
1558
1559 * gdb.texinfo (gdb.types): Document new deepitems function.
1560
22dbab46
PK
15612011-10-25 Paul Koning <paul_koning@dell.com>
1562
1563 PR python/13327
1564
1565 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
1566 fetch_lazy method.
1567
9df2fbc4
PM
15682011-10-20 Phil Muldoon <pmuldoon@redhat.com>
1569
1570 PR python/12656
1571
1572 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
1573 global_block, static_block function.
1574
f05e2e1d
TT
15752011-10-19 Tom Tromey <tromey@redhat.com>
1576
1577 * gdb.texinfo (Commands In Python): Add missing "@"s.
1578
a7fc3f37
KP
15792011-10-13 Kevin Pouget <kevin.pouget@st.com>
1580
1581 PR python/13285 Document named constants for frame unwind stop reasons
1582 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
1583 constants.
1584
5048e516
JK
15852011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1586
1587 Fix compatibility with texinfo versions older than 4.12.
1588 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
1589 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
1590 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
1591 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
1592 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
1593 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
1594 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
1595
5a56e9c5
DE
15962011-10-09 Doug Evans <dje@google.com>
1597
1598 * gdb.texinfo (Extending GDB): Document alias command.
1599
36b11add
JK
16002011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1601
1602 Support @entry in input expressions.
1603 * gdb.texinfo (Variables): Describe @entry names suffix.
1604 (Print Settings): Add anchor for `set print entry-values'.
1605
e18b2753
JK
16062011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1607 Eli Zaretskii <eliz@gnu.org>
1608
1609 Display @entry parameter values (without references).
1610 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
1611 example.
1612 (Print Settings): New description of set print entry-values and show
1613 print entry-values.
1614
111c6489
JK
16152011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1616 Eli Zaretskii <eliz@gnu.org>
1617
1618 Recognize virtual tail call frames.
1619 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
1620 (Tail Call Frames): New node.
1621 (Frames In Python): Add gdb.TAILCALL_FRAME.
1622
9c15afc4
DE
16232011-10-07 Doug Evans <dje@google.com>
1624
1625 * gdb.texinfo (gdb.printing): Document new `replace' arg to
1626 register_pretty_printer.
1627
99f5279d
PM
16282011-10-07 Phil Muldoon <pmuldoon@redhat.com>
1629
1630 PR python/12930
1631 PR python/12802
1632
1633 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
1634 stop method.
1635
03583c20
UW
16362011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
1637
1638 * gdb.texinfo (Starting your Program): "set disable-randomization"
1639 is no longer Linux-specific.
1640 (Remote Configuration): Document "set remote
1641 disable-randomization-packet".
1642 (General Query Packets): Document "QDisableRandomization" packet
1643 and add it to "qSupported" list.
1644
bd054e06
KP
16452011-10-07 Kevin Pouget <kevin.pouget@st.com>
1646
1647 Allow Python notification of new object-file loadings.
1648 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
1649 event type.
1650
cb6be26b
KP
16512011-10-04 Kevin Pouget <kevin.pouget@st.com>
1652
1653 PR python/12691: Add the inferior to Python exited event
1654 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
1655
a05336a1
JB
16562011-10-03 Joel Brobecker <brobecker@adacore.com>
1657
1658 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
1659 rephasing.
1660
5d77fe44
JB
16612011-10-03 Joel Brobecker <brobecker@adacore.com>
1662
1663 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
1664 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
1665 as possible feature returned by the `-list-features'
1666 command.
1667
699df94d
PK
16682011-09-28 Paul Koning <paul_koning@dell.com>
1669
1670 * gdb.texinfo (gdb.Type): Document field access by dictionary
1671 key syntax.
1672
24bdad53
YQ
16732011-09-28 Yao Qi <yao@codesourcery.com>
1674
1675 * gdb.texinfo (Files): Update options for `add-symbol-file'.
1676 Add one space after option `-s'. Remove @r{} markup.
1677
6710bf39
SS
16782011-09-27 Stan Shebs <stan@codesourcery.com>
1679
1680 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
1681
d99f7e48
HZ
16822011-09-16 Hui Zhu <teawater@gmail.com>
1683
1684 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
1685 to *(unsigned char *)$esp@300.
1686
d812018b
PK
16872011-09-15 Paul Koning <paul_koning@dell.com>
1688
1689 * gdb.texinfo: Make style of Python functions and methods match
1690 the syntax of Python. Also put class and module names explicitly
1691 on function, member, and variable names, matching Python
1692 documentation conventions.
1693
2aa48337
KP
16942011-09-15 Kevin Pouget <kevin.pouget@st.com>
1695
1696 PR Python/12692 Add gdb.selected_inferior() to Python interface.
1697 * gdb.texinfo (Inferiors In Python): Describe new
1698 gdb.selected_inferior() function.
1699
6839b47f
KP
17002011-09-15 Kevin Pouget <kevin.pouget@st.com>
1701
1702 Handle multiple breakpoint hits in Python interface:
1703 * gdb.texinfo (Events In Python): New function documentation:
1704 gdb.BreakpointEvent.breakpoints. Indicate that
1705 gdb.BreakpointEvent.breakpoint is now deprecated.
1706
26829f2b
JB
17072011-09-04 Joel Brobecker <brobecker@adacore.com>
1708
1709 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
1710
a9f54f60
TT
17112011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
1712
1713 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
1714
fa3a4f15
PM
17152011-08-17 Phil Muldoon <pmuldoon@redhat.com>
1716
1717 * gdb.texinfo (Prompt): Add set/show extended-prompt
1718 documentation
1719 (Basic Python): Add prompt_hook anchor.
1720 (Python modules): Reword module text to reflect multiple modules.
1721 (gdb.prompt): Document gdb.prompt module.
1722
224bbe49
YQ
17232011-08-14 Yao Qi <yao@codesourcery.com>
1724
78d85199
YQ
1725 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
1726
17272011-08-14 Yao Qi <yao@codesourcery.com>
1728
1729 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
1730 (TIC6x Features): New node.
1731
457e09f0
DE
17322011-08-12 Doug Evans <dje@google.com>
1733
1734 * gdb.texinfo (Symbols In Python): Document symbol.type.
1735
5e239b84
PM
17362011-08-09 Phil Muldoon <pmuldoon@redhat.com>
1737
1738 * gdb.texinfo (Python): Document command and function
1739 auto-loading.
1740
177bc839
JK
17412011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1742 Eli Zaretskii <eliz@gnu.org>
1743
1744 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
1745 typedefs unrolling. Extend the sample code by an inner typedef and
1746 outer typedefs unrolling.
1747
1a532630
PP
17482011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
1749
1750 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
1751 size and line-size.
1752
9b158ba0 17532011-07-21 Matt Rice <ratmice@gmail.com>
1754
1755 PR macros/12999
1756 * gdb.texinfo (Macros): Add info definitions and info macros commands.
1757 Update text and cindex entries for info macro command.
1758
d17b6f81
PM
17592011-07-21 Phil Muldoon <pmuldoon@redhat.com>
1760
1761 * observer.texi (GDB Observers): Add before_prompt observer.
1762 * gdb.texinfo (Basic Python): Add documentation for prompt
1763 substitution.
1764
713389e0
PM
17652011-07-11 Phil Muldoon <pmuldoon@redhat.com>
1766
1767 PR python/12438
1768 * gdb.texinfo (Python Commands): Add deprecate note to maint
1769 set/show python print-stack. Document set/show python
1770 print-backtrace.
1771
177b42fe
TJB
17722011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
1773
1774 * gdb.texinfo: Fix typos.
1775
900e11f9
JK
17762011-07-01 Tom Tromey <tromey@redhat.com>
1777
1778 * gdb.texinfo (Debugging Output): Document set debug
1779 check-physname.
1780
39c4d40a
TT
17812011-06-29 Tom Tromey <tromey@redhat.com>
1782
1783 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1784 breakpoint-notifications feature.
1785
6f5def7d
UW
17862011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
1787
1788 * gdb.texinfo (Target Description): Remove warning about
1789 possibly unstable format.
1790
8cf64490
TT
17912011-06-03 Tom Tromey <tromey@redhat.com>
1792
1793 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
1794 (Events In Python): Note that exit_code is optional.
1795
393eab54
PA
17962011-05-17 Pedro Alves <pedro@codesourcery.com>
1797
1798 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
1799 required for multi-threading support.
1800 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
1801 Hc are deprecated for multi-threading debugging. Point readers at
1802 the vCont packet.
1803
75fc9810
DE
18042011-05-15 Doug Evans <dje@google.com>
1805
1806 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
1807
01124a23
DE
18082011-05-13 Doug Evans <dje@google.com>
1809
98a5dd13
DE
1810 * gdb.texinfo (Threads): Document $sdir,$pdir.
1811 (Server): Document $pdir exception.
1812
dbaefcf7
DE
1813 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
1814
cc63ef9b
DE
1815 * gdb.texinfo (Threads): Clarify default value for
1816 libthread-db-search-path.
7e0396aa 1817
01124a23
DE
1818 * gdb.texinfo (Completion): Update example.
1819 (Debugging Output): Delete `set/show debug lin-lwp-async'.
1820
d248b706
KY
18212011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
1822
1823 * gdb.texinfo: Document change in the behaviour of the enable and
1824 disable GDB commands when applied to tracepoints.
1825 Document the EnableDisableTracepoints remote stub feature.
1826 Document QTEnable and QTDisable in the list of tracepoint packets.
1827
cc88a640
JK
18282011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1829
1830 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
1831 hsuser.texi.
1832 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
1833 comment to hsuser.texi. Change rluser.texi name in the comment.
1834
84e578fb
DE
18352011-05-10 Doug Evans <dje@google.com>
1836
1837 * gdb.texinfo (Threads): If an empty path is provided for
1838 libthread-db-search-path it is reset to its default value.
1839 (Server): Ditto.
1840
478aac75
DE
18412011-05-09 Doug Evans <dje@google.com>
1842
1843 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
1844
9c06b0b4
TJB
18452011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1846 Thiago Jung Bauermann <bauerman@br.ibm.com>
1847
1848 Implement support for PowerPC BookE masked watchpoints.
1849 * gdb.texinfo (Set Watchpoints): Document mask parameter.
1850 (PowerPC Embedded): Mention support of masked watchpoints.
1851
9ed350ad
JB
18522011-05-03 Joel Brobecker <brobecker@adacore.com>
1853
1854 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
1855 `@value{GDBN}'.
1856
4ceed123
JB
18572011-05-03 Joel Brobecker <brobecker@adacore.com>
1858
1859 * gdb.texinfo (titlepage): Remove dedication.
1860 (In Memoriam): New appendix.
1861
559a7a62
JK
18622011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1863 Eli Zaretskii <eliz@gnu.org>
1864
1865 * gdb.texinfo (Index Section Format): Change the version to 5.
1866 Describe the different formula.
1867
03f2bd59
JK
18682011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1869 Eli Zaretskii <eliz@gnu.org>
1870
1871 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
1872 for disconnected tracing.
1873 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
1874 extended-remote relationship. Mention --once.
1875 (TCP port allocation lifecycle of @code{gdbserver}): New.
1876
d9b1a651
EZ
18772011-04-23 Eli Zaretskii <eliz@gnu.org>
1878
1879 * gdb.texinfo (Server): Improve indexing. Index all optional
1880 switches to gdbserver.
1881
90476074
TT
18822011-04-20 Tom Tromey <tromey@redhat.com>
1883
1884 * gdb.texinfo (Index Section Format): New node.
1885 (Top): Add new node to menu.
1886
c21236dc
PA
18872011-04-20 Pedro Alves <pedro@codesourcery.com>
1888
1889 * gdb.texinfo (Maintenance Commands): Document `maint print
1890 remote-registers'.
1891
05c8c3f5
TT
18922011-04-20 Tom Tromey <tromey@redhat.com>
1893
1894 * gdb.texinfo (Trace File Format): Move node later.
1895
7a9dd1b2
TT
18962011-04-19 Tom Tromey <tromey@redhat.com>
1897
1898 * gdbint.texinfo (Register Information Functions): Remove
1899 duplicate "the".
1900 * gdb.texinfo (Emacs): Remove duplicate "to".
1901 (GDB/MI Variable Objects): Remove duplicate "the".
1902 (General Query Packets): Likewise.
1903
4368ebeb
JB
19042011-04-02 Joel Brobecker <brobecker@adacore.com>
1905
1906 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
1907 "GDB/MI Ada Exception Information" node.
1908
956a9fb9
JB
19092011-04-01 Joel Brobecker <brobecker@adacore.com>
1910
1911 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1912 the "exception-name" field in the *stopped async record.
1913
f1310107
TJB
19142011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
1915 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1916
1917 Implement support for PowerPC BookE ranged breakpoints.
1918 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
1919
8786b2bd
TT
19202011-03-28 Tom Tromey <tromey@redhat.com>
1921
1922 * gdb.texinfo (Set Tracepoints): Fix typo.
1923
9ef07c8c
TT
19242011-03-24 Tom Tromey <tromey@redhat.com>
1925
1926 * gdb.texinfo (Specify Location): Document `function:label'
1927 linespec.
1928
99c3dc11
PM
19292011-03-18 Phil Muldoon <pmuldoon@redhat.com>
1930
f1310107 1931 PR python/12149
99c3dc11
PM
1932
1933 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
1934
29703da4
PM
19352011-03-17 Phil Muldoon <pmuldoon@redhat.com>
1936
1937 * gdb.texinfo (Blocks In Python): Add is_valid method description.
1938 (Inferiors In Python): Likewise.
1939 (Threads In Python): Likewise.
1940 (Symbols In Python): Likewise.
1941 (Objfiles In Python): Likewise.
1942 (Symbol Tables In Python): Likewise.
1943
c9174737
PA
19442011-03-15 Pedro Alves <pedro@codesourcery.com>
1945
1946 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
1947 display>: Explain that the commands accept number ranges.
1948
7371cf6d
PM
19492011-03-14 Phil Muldoon <pmuldoon@redhat.com>
1950
1951 * gdb.texinfo (Breakpoints In Python): Add description and example
1952 of Python stop function operation.
1953
ecec24e6
PM
19542011-03-10 Phil Muldoon <pmuldoon@redhat.com>
1955
1956 * gdb.texinfo (Parameters In Python): Document get_set_string and
1957 get_show_string methods.
1958
6dcd5565
JK
19592011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1960
1961 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
1962
81896e36
JK
1963 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
1964 circular-trace-buffer name.
1965
5e30da2c
JB
19662011-02-28 Joel Brobecker <brobecker@adacore.com>
1967
1968 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
1969 in the previous change.
1970
3bd0f5ef 19712011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
1972
1973 * gdb.texinfo (Inferiors and Programs): Update commands to show
1974 that they can accept multiple arguments.
1975
4ec7539c
JB
19762011-02-24 Joel Brobecker <brobecker@adacore.com>
1977
1978 Revert the following patch (code patch was not approved):
1979 2011-02-21 Hui Zhu <teawater@gmail.com>
1980 * agentexpr.texi (bytecode descriptions): add printf.
1981 * gdb.texinfo (tracepoint action lists): add printf.
1982
82809774
DE
19832011-02-23 Doug Evans <dje@google.com>
1984
1985 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
1986
e5a67952
MS
19872011-02-23 Michael Snyder <msnyder@vmware.com>
1988
1989 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
1990 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
1991 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
1992
6e6fbe60
DE
19932011-02-22 Doug Evans <dje@google.com>
1994
1995 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
1996 Clarify behaviour of lookup_symbol when `block' argument is omitted,
1997 add description of result, fix @defun formatting.
1998
f994e27a
HZ
19992011-02-21 Hui Zhu <teawater@gmail.com>
2000
2001 * agentexpr.texi (Bytecode Descriptions): Add printf.
2002 * gdb.texinfo (Tracepoint Action Lists): Add printf.
2003
c7f96d2b
TT
20042011-02-18 Tom Tromey <tromey@redhat.com>
2005
2006 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
2007
60f98dde
MS
20082011-02-14 Michael Snyder <msnyder@vmware.com>
2009
2010 * gdb.texinfo (threads): Document argument for "info threads" cmd.
2011 Document new command "thread find".
2012
08e796bc
MS
20132011-02-14 Michael Snyder <msnyder@vmware.com>
2014
2015 * gdb.texinfo (Threads): Update example of new thread message.
2016
b3b9301e
PA
20172011-02-14 Pedro Alves <pedro@codesourcery.com>
2018
2019 * gdb.texinfo (Remote Configuration): Mention set/show remote
2020 traceframe-info.
2021 (Tools/Packages Optional for Building GDB): Mention that expat is
2022 used for traceframe info.
2023 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
2024 (General Query Packets) <qSupported>: Describe the
2025 qXfer:traceframe-info:read feature.
2026 (qXfer::read): Describe qXfer:traceframe-info:read.
2027 (Traceframe Info Format): New section.
2028
cef35b0f
PA
20292011-02-04 Pedro Alves <pedro@codesourcery.com>
2030
2031 * gdbint.texinfo (Formatting): Mention some formatting guidelines
2032 for casts and unary operators.
2033
f1cbe1d3
TT
20342011-02-04 Tom Tromey <tromey@redhat.com>
2035
2036 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
2037 is not useful.
2038
585fdaa1
PA
20392011-01-25 Pedro Alves <pedro@codesourcery.com>
2040
2041 * gdb.texinfo: s/value optimized out/optimized out/g
2042
7bfc9434
JB
20432011-01-21 Joel Brobecker <brobecker@adacore.com>
2044
2045 * gdb.texinfo (Other Misc Settings): Rework part of the
2046 documentation of the "set interactive mode" command.
2047
4694da01
TT
20482011-01-19 Tom Tromey <tromey@redhat.com>
2049
2050 * gdb.texinfo (Threads): Document thread name output and `thread
2051 name' command.
2052 (Threads In Python): Document Thread.name attribute.
2053 (GDB/MI Thread Commands): Document thread attributes.
2054
b716877b
AB
20552011-01-12 Andrew Burgess <aburgess@broadcom.com>
2056
2057 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
2058 changes in mi/mi-cmd-disas.c
2059
13fd8b81
TT
20602011-01-12 Tom Tromey <tromey@redhat.com>
2061
2062 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
2063 Fix "thread apply" text.
2064
e09342b5
TJB
20652011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2066 Thiago Jung Bauermann <bauerman@br.ibm.com>
2067
2068 Implement support for PowerPC BookE ranged watchpoints.
2069 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
2070 the "set powerpc exact-watchpoints" flag.
2071
06e65f44
TT
20722011-01-07 Tom Tromey <tromey@redhat.com>
2073
2074 * gdb.texinfo (Python API): Add descriptions to @menu items.
2075
d8e22779
TT
20762011-01-06 Tom Tromey <tromey@redhat.com>
2077
2078 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
2079
a255712f
PP
20802010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2081
e09342b5 2082 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 2083
ccfc3d6e
TT
20842011-01-06 Tom Tromey <tromey@redhat.com>
2085
2086 PR python/12133:
2087 * gdb.texinfo (Frames In Python): Document various frame
2088 constants.
2089
44944448
JB
20902011-01-05 Joel Brobecker <brobecker@adacore.com>
2091
2092 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
2093 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
2094 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
2095
42ea3d7a
JK
20962011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2097
2098 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
2099 (clean): Add GDBvn.texi.
2100
720d1a40
JB
21012010-12-29 Joel Brobecker <brobecker@adacore.com>
2102
2103 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
2104 occasional case where the debugger prints an array address
2105 instead of the array itself.
2106
ad196637
PA
21072010-12-23 Pedro Alves <pedro@codesourcery.com>
2108
2109 * gdb.texinfo (Packets) <read registers packet>: Document support
2110 for registers that were not collected.
2111
a86caf66
DE
21122010-12-15 Doug Evans <dje@google.com>
2113
2114 * gdb.texinfo (Startup): Document auto-loading of scripts during
2115 startup.
2116 (Auto-loading): Delete "maint set python auto-load on|off".
2117 Add "set auto-load-scripts on|off".
2118
aae1c79a
DE
21192010-12-07 Doug Evans <dje@google.com>
2120
2121 * gdb.texinfo (Mode Options): Document -data-directory.
2122 (Data Files): Add reference to -data-directory.
2123
4e04c971
DE
21242010-11-29 Doug Evans <dje@google.com>
2125
2126 * gdb.texinfo (Pretty-Printer Introduction): Change
2127 printer-name:subprinter-name to printer-name;subprinter-name.
2128
94b6973e
PM
21292010-11-29 Phil Muldoon <pmuldoon@redhat.com>
2130
2131 PR python/12199
2132
2133 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
2134
39037522
TT
21352010-11-23 Tom Tromey <tromey@redhat.com>
2136
2137 * gdb.texinfo (Top): Check SYSTEM_READLINE.
2138 (Editing): Likewise.
2139 (Command History): Likewise.
2140 (TUI Keys): Likewise.
2141 (Bug Reporting): Conditionally include rluser.texi and
2142 inc-history.texinfo.
2143 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
2144 (GDB_DOC_SOURCE_INCLUDES): Add comment.
2145 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
2146 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
2147 (gdb.pdf): Likewise.
2148 (gdb.info): Likewise.
2149 (gdb/index.html): Likewise.
2150
5ae98d25
TT
21512010-11-23 Tom Tromey <tromey@redhat.com>
2152
2153 * Makefile.in (Makefile): Run ../config.status.
2154 (distclean): Update.
2155 * configure: Remove.
2156 * configure.ac: Remove.
2157
621c8364
TT
21582010-11-12 Tom Tromey <tromey@redhat.com>
2159
2160 * gdb.texinfo (Basic Python): Update. Add xref.
2161 (Exception Handling): Document new exception classes.
2162 (Types In Python): Update.
2163 (Frames In Python): Update.
2164
84f4c1fe
PM
21652010-11-11 Phil Muldoon <pmuldoon@redhat.com>
2166
2167 * gdb.texinfo (Breakpoints In Python): Document "internal"
2168 parameter, and visible attribute.
2169
99e7ae30
DE
21702010-11-05 Doug Evans <dje@google.com>
2171
2172 * gdb.texinfo (Source Path): Document "set directories".
2173
f4b8a18d
KW
21742010-11-05 Ken Werner <ken.werner@de.ibm.com>
2175
2176 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
2177 (OpenCL C): New node.
2178
7b51bc51
DE
21792010-11-02 Doug Evans <dje@google.com>
2180
2181 * gdb.texinfo (Pretty Printing): Expand into three sections,
2182 introduction, example, and commands.
2183 (Python API): Delete section Disabling Pretty-Printers, merge into
2184 Selecting Pretty-Printers.
2185 (Writing a Pretty-Printer): New section. Move the pretty-printer
2186 example here, and reformat to match python coding style. Add a second
2187 example using the gdb.printing module.
2188 (Python modules): Add gdb.printing.
2189
9eeee977
DE
21902010-10-29 Doug Evans <dje@google.com>
2191
2192 * gdb.texinfo (Python): Fix long line.
2193
a0e0ffdf
DE
21942010-10-20 Doug Evans <dje@google.com>
2195
2196 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
2197 All references updated. Correct sections marked as subsections.
2198 (Coding Standards): New chapter. Move the coding standard related
2199 subsections here. Add section on Python coding standards.
2200
0e3509db
DE
22012010-10-13 Doug Evans <dje@google.com>
2202
2203 * gdb.texinfo (Python): Add "Python modules".
2204 (Types in Python): Add reference to gdb.types section.
2205 (Python modules): New node.
2206
44592cc4
DE
22072010-10-11 Doug Evans <dje@google.com>
2208
2209 * gdb.texinfo (Values From Inferior): Add reference to "Types in
2210 Python" from gdb.Value.type description.
2211
6e1bb179
JB
22122010-09-28 Joel Brobecker <brobecker@adacore.com>
2213
2214 * gdb.texinfo (Ravenscar Profile): New node.
2215
e8467610
TT
22162010-09-22 Tom Tromey <tromey@redhat.com>
2217
2218 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
2219
fccd1d1e
EZ
22202010-09-22 Eli Zaretskii <eliz@gnu.org>
2221
2222 * gdb.texinfo (Values From Inferior): Clarify that
2223 value.dynamic_type works only in C++ programs with RTTI.
2224
c1b6b909
TT
22252010-09-15 Paul Bolle <pebolle@tiscali.nl>
2226
2227 * gdb.texinfo (Character Sets): Correctly reference host-charset
2228 in example.
2229
7d288aaa
TT
22302010-09-13 Tom Tromey <tromey@redhat.com>
2231
2232 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
2233 Document "fullname" and "from".
2234
f75d858b
MK
22352010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
2236
2237 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
2238 feature `reverse' output by -list-target-features.
2239
83b9503b
L
22402010-08-31 H.J. Lu <hongjiu.lu@intel.com>
2241
2242 * gdb.texinfo (i386 Features): Remove an extra "@item".
2243
03f17ccf
TT
22442010-08-30 Tom Tromey <tromey@redhat.com>
2245
2246 PR python/11792:
2247 * gdb.texinfo (Values From Inferior): Document dynamic_type.
2248
9779414d
DJ
22492010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
2250
2251 * gdb.texinfo (ARM Features): Document
2252 org.gnu.gdb.arm.m-profile.
2253
f9ffd4bb
TT
22542010-08-23 Tom Tromey <tromey@redhat.com>
2255
2256 PR python/11145:
2257 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
2258 reinterpret_cast methods.
2259
702c2711
TT
22602010-08-23 Tom Tromey <tromey@redhat.com>
2261
2262 PR python/11915:
2263 * gdb.texinfo (Types In Python): Document array method.
2264
66b73624
TJB
22652010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
2266
2267 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
2268
06a64a0b
TT
22692010-08-16 Tom Tromey <tromey@redhat.com>
2270
2271 * gdb.texinfo (Set Watchpoints): Document -location option.
2272
a3a7127e
DE
22732010-08-13 Doug Evans <dje@google.com>
2274
2275 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
2276
8dedea02
VP
22772010-08-13 Vladimir Prus <vladimir@codesourcery.com>
2278
2279 * gdb.texinfo (GDB/MI Data Manipulation): Document
2280 -data-read-memory-raw and -data-write-memory-raw.
2281
ca5c20b6 22822010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 2283 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
2284
2285 * gdb.texinfo (Basic Python): Describe post_event API.
2286
cb2e07a6
PM
22872010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2288
2289 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 2290 decode_line Python APIs
cb2e07a6 2291
464b3efb
TT
22922010-08-10 Tom Tromey <tromey@redhat.com>
2293
2294 * gdb.texinfo (Pretty Printing API): Document
2295 gdb.default_visualizer.
2296
c29c521f
TT
22972010-08-10 Tom Tromey <tromey@redhat.com>
2298
2299 Revert gdb-add-index addition:
2300 * gdb.texinfo (Index Files): Don't document gdb-add-index.
2301
5da1313b
JK
23022010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2303 Eli Zaretskii <eliz@gnu.org>
2304
2305 * gdb.texinfo (Mode Options) <-batch>
2306 (Basic Python) <gdb.execute>: Describe setting width and height.
2307
02d868e8
PP
23082010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
2309
2310 * gdb.texinfo (Threads): Document 'debug libthread-db'.
2311
c2bbed2a
TT
23122010-07-30 Tom Tromey <tromey@redhat.com>
2313
2314 * gdb.texinfo (Index Files): Mention gdb-add-index.
2315
6c13bbe1
HZ
23162010-07-30 Hui Zhu <teawater@gmail.com>
2317
2318 * gdb.texinfo (Inferiors and Programs): Update the introduce of
2319 "detach inferior" and "kill inferior".
2320
53a71c06
CR
23212010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
2322
2323 * gdb.texinfo (Machine Code): Update description of two forms of
2324 arguments, and add new example to demonstrate the new form.
2325
5374244e
PM
23262010-07-27 Phil Muldoon <pmuldoon@redhat.com>
2327
2328 * gdb.texinfo (Values From Inferior): Add value inferior function
2329 call description.
2330
8ea5bce5
JK
23312010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2332
2333 * gdb.texinfo (Active Targets): Fix wrong comma placement.
2334
c0edd9ed
JK
23352010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2336 Eli Zaretskii <eliz@gnu.org>
2337
2338 Make core files the process_stratum.
2339 * gdb.texinfo (Active Targets): Remove core_stratum. Include
2340 record_stratum example.
2341
9291a0cd
TT
23422010-07-13 Tom Tromey <tromey@redhat.com>
2343
2344 * gdb.texinfo (Index Files): New node.
2345
f5011d11
TT
23462010-07-13 Tom Tromey <tromey@redhat.com>
2347
2348 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
2349
0f5238ed
TT
23502010-07-13 Tom Tromey <tromey@redhat.com>
2351
2352 * gdb.texinfo (Specify Location): Document labels.
2353
74c761c1
PA
23542010-07-01 Pedro Alves <pedro@codesourcery.com>
2355
2356 * gdb.texinfo (Create and Delete Tracepoints): Add more index
2357 entries for fast tracepoints and static tracepoints.
2358
501994c0
PA
23592010-07-01 Pedro Alves <pedro@codesourcery.com>
2360
2361 * gdb.texinfo (General Query Packets) <qfThreadInfo,
2362 qsThreadInfo>: Spell out `l' as ell.
2363
0fb4aa4b
PA
23642010-07-01 Pedro Alves <pedro@codesourcery.com>
2365
2366 * gdb.texinfo (Convenience Variables): Document $_sdata.
2367 (Commands to Set Tracepoints): Describe static tracepoints. Add
2368 `Listing Static Tracepoint Markers' menu entry. Document
2369 "strace".
2370 (Tracepoint Action Lists): Document collecting $_sdata.
2371 (Listing Static Tracepoint Markers): New subsection.
2372 (Tracepoints support in gdbserver): Mention static tracepoints.
2373 (remote packets, enabling and disabling): Mention
2374 read-sdata-object.
2375 (General Query Packets) <qSupported>: Document qXfer:sdata:read
2376 and StaticTracepoint.
2377 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
2378 Document qXfer:sdata:read.
2379 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
2380
dc3b15be
JB
23812010-06-29 Joel Brobecker <brobecker@adacore.com>
2382
2383 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
2384
595939de
PM
23852010-06-28 Phil Muldoon <pmuldoon@redhat.com>
2386 Tom Tromey <tromey@redhat.com>
2387 Thiago Jung Bauermann <bauerman@br.ibm.com>
2388
2389 * gdb.texinfo (Inferiors In Python): New node.
2390 * gdb.texinfo (Threads In Python): New node.
2391
9279c692
JB
23922010-06-28 Joel Brobecker <brobecker@adacore.com>
2393
2394 * gdb.texinfo (Python): Document what the python directory is
2395 and what its location is.
2396 (Basic Python): Document the gdb.PYTHONDIR constant.
2397
bc9f0842
TT
23982010-06-25 Tom Tromey <tromey@redhat.com>
2399
2400 PR python/10808:
2401 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
2402
f1421989
HZ
24032010-06-24 Hui Zhu <teawater@gmail.com>
2404
2405 * gdb.texinfo: (Commands for Controlled Output): Add
2406 documentation for command "eval".
2407
e4c0cfae
SS
24082010-06-21 Stan Shebs <stan@codesourcery.com>
2409
2410 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
2411 * annotate.texinfo: Ditto.
2412 * gdbint.texinfo: Ditto.
2413 * stabs.texinfo: Ditto.
2414
bb08c432
HZ
24152010-06-22 Hui Zhu <teawater@gmail.com>
2416
2417 * gdb.texinfo: (Process Record and Replay): Add documentation
2418 for command "set record memory-query".
2419
4f5d9f07
SS
24202010-06-21 Stan Shebs <stan@codesourcery.com>
2421
2422 * gdb.texinfo: Relicense under GFDL version 1.3.
2423 * annotate.texinfo: Relicense under GFDL version 1.3.
2424 * gdbint.texinfo: Relicense under GFDL version 1.3.
2425 * stabs.texinfo: Relicense under GFDL version 1.3.
2426 * fdl.texi: Update to version 1.3.
2427
6aed2dbc
SS
24282010-06-18 Stan Shebs <stan@codesourcery.com>
2429
a61408f8
SS
2430 * gdb.texinfo (Operating System Auxiliary Information): Describe
2431 "info os" when no arguments given.
2432
6aed2dbc
SS
2433 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
2434 $_thread.
2435
24e933df
HZ
24362010-06-18 Hui Zhu <teawater@gmail.com>
2437
2438 * gdb.texinfo: (Process Record and Replay): Add documentation
2439 for commands "record save" and "record restore".
2440
65d79d4b
SDJ
24412010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2442
2443 * gdb.texinfo: Include information about the correct use
2444 of addresses in the `watch' command.
2445
d914c394
SS
24462010-06-11 Stan Shebs <stan@codesourcery.com>
2447
2448 * gdb.texinfo (Observer Mode): New section.
2449 (General Query Packets): Document QAllow.
889bf7c5 2450
967cf477
DE
24512010-06-04 Doug Evans <dje@google.com>
2452
2453 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
2454
aaf4119b
DE
24552010-06-03 Doug Evans <dje@google.com>
2456
2457 * gdbint.texinfo (Coding): Add subsection on command names.
2458
9eae7c52
TT
24592010-06-02 Tom Tromey <tromey@redhat.com>
2460
2461 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
2462 always-disassemble.
2463
fa593d66
PA
24642010-06-01 Pedro Alves <pedro@codesourcery.com>
2465
2466 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
2467 gdbserver, and add cross reference.
2468 (Tracepoints support in gdbserver): New subsection.
2469
dde08ee1
PA
24702010-05-26 Pedro Alves <pedro@codesourcery.com>
2471
2472 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
2473 `qRelocInsn' feature.
2474 (Relocate instruction reply packet): New subsection
2475 of `Tracepoint Packets'.
2476 (Tracepoint Packets): Mention that packets QTDP and QTStart
2477 support the qRelocInsn request, and add cross reference to new
2478 subsection.
2479
07ca107c
DE
24802010-05-25 Doug Evans <dje@google.com>
2481
2482 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
2483 (Commands In Python): Document gdb.string_to_argv.
2484
c25c4a8b
JK
24852010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2486
2487 * gdbint.texinfo (Host Definition): Remove items NORETURN and
2488 ATTR_NORETURN.
2489
d7b32ed3 24902010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
2491 Tom Tromey <tromey@redhat.com>
2492 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 2493
c25c4a8b 2494 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 2495
6aecb9c2
JB
24962010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
2497
2498 * gdb.texinfo: (Summary) Add mention about D language support.
2499 (Filenames): Add D suffixes.
2500 (D): New node.
2501
b7da9e9f
PM
25022010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
2503
2504 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
2505 of macro deleted from GDB code.
2506
ab38a727
PA
25072010-04-24 Pedro Alves <pedro@codesourcery.com>
2508
2509 * gdb.texinfo (Commands to specify files): Describe what how GDB
2510 looks up DOS-based filesystem paths on the system root. Document
2511 the new `set/show target-file-system-kind' commands.
2512
66d09542
DE
25132010-04-23 Doug Evans <dje@google.com>
2514
2515 * gdb.texinfo (Python): Move Auto-loading section here ...
2516 (Python API): from here.
2517 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
2518 (Maintenance Commands): Add docs for "maint print section-scripts".
2519
8bd10a10
CM
25202010-04-20 Chris Moller <cmoller@redhat.com>
2521
2522 * gdb.texinfo (Setting Breakpoints): Added description of
2523 filename-qualified rbreak.
2524 * refcard.tex (Breakpoints and Watchpoints): Added brief
2525 description of filename-qualified rbreak.
2526
4c374409
JK
25272010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2528
2529 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
2530 (Python API): Change the reference to Pretty Printing API.
2531 (Pretty Printing): Move the user part under the Data node. Reformat
2532 the sample output to 72 columns. Create a new reference to Pretty
2533 Printing API. Rename the API part ...
2534 (Pretty Printing API): To a new node name.
2535 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
2536 (GDB/MI Variable Objects): Change references to Pretty Printing API.
2537
5a9351ae
SS
25382010-04-21 Stan Shebs <stan@codesourcery.com>
2539
2540 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 2541 and commands.
5a9351ae 2542 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 2543
9a22f0d0
PM
25442010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
2545
2546 * gdb.texinfo (Examining memory): Update for change in string
2547 display with explicit size.
2548
6149aea9
PA
25492010-04-19 Pedro Alves <pedro@codesourcery.com>
2550
2551 PR breakpoints/8554.
2552
2553 * gdb.texinfo (Save Breakpoints): New node.
2554 (save-tracepoints): Rename to ...
2555 (save tracepoints): ... this. Mention that `save-tracepoints' is
2556 a deprecated alias to `save tracepoints'.
2557
711e434b
PM
25582010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
2559
645797a8 2560 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
2561 (info w32 thread-information-block): Document new command.
2562 (qGetTIBAddress): Document new gdbserver query.
2563 (maint set/show show-all-tib): Document new command.
2564
3f7b2faa
DE
25652010-04-15 Doug Evans <dje@google.com>
2566
fa33c3cd
DE
2567 * gdb.texinfo (Python API): Add progspaces section.
2568 (Selecting Pretty-Printers): Progspace pretty-printers are
2569 searched too.
2570 (Progspaces In Python): New section.
2571
3f7b2faa
DE
2572 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
2573
79f283fe
PM
25742010-04-14 Phil Muldoon <pmuldoon@redhat.com>
2575
2576 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
2577 returns None.
2578
87290684
SS
25792010-04-09 Stan Shebs <stan@codesourcery.com>
2580
2581 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2582 Describe the `frames-created' field, tweak grammar.
2583
a97153c7
PA
25842010-04-09 Pedro Alves <pedro@codesourcery.com>
2585
2586 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2587 Describe the `circular' and `disconnected' fields.
2588
5c5dcc1b
L
25892010-04-09 H.J. Lu <hongjiu.lu@intel.com>
2590
2591 * gdb.texinfo (maint print registers): Mention unavailable and
2592 invisible registers.
2593
adc36818
PM
25942010-04-09 Phil Muldoon <pmuldoon@redhat.com>
2595 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 2596 Tom Tromey <tromey@redhat.com>
adc36818
PM
2597
2598 * gdb.texinfo (Breakpoints In Python): New Node.
2599
33da3f1c
SS
26002010-04-08 Stan Shebs <stan@codesourcery.com>
2601
2602 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
2603 trace status fields.
2604
3a13a53b
L
26052010-04-08 H.J. Lu <hongjiu.lu@intel.com>
2606
2607 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
2608 optional. Make org.gnu.gdb.i386.avx requires
2609 org.gnu.gdb.i386.avx.
2610
08001717
DE
26112010-04-08 Doug Evans <dje@google.com>
2612
2613 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
2614 search path, and document that gdb only scans the search path if
2615 the script's path doesn't specify a directory.
2616
c375651d
DE
26172010-04-05 Doug Evans <dje@google.com>
2618
2619 * gdb.texinfo (maint show python auto-load): Fix typo.
2620
af54718e
SS
26212010-04-04 Stan Shebs <stan@codesourcery.com>
2622
d77f58be
SS
2623 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
2624 (Setting Watchpoints): Update description of "info watch".
2625 (Disabling Breakpoints): Only "info break" lists all.
2626
af54718e
SS
2627 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
2628 (tdump): Explain how tdump works.
2629
86b17b60
PA
26302010-04-01 Pedro Alves <pedro@codesourcery.com>
2631
2632 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
2633 add cross reference.
2634
ff12863f
PA
26352010-03-31 Pedro Alves <pedro@codesourcery.com>
2636
2637 * gdb.texinfo (TUI Commands): Mention that in some cases, these
2638 commands error out.
2639
f68eb612
L
26402010-03-30 H.J. Lu <hongjiu.lu@intel.com>
2641
2642 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
2643
c8d5aac9
L
26442010-03-30 H.J. Lu <hongjiu.lu@intel.com>
2645
2646 * gdb.texinfo (General Query Packets): Add xmlRegisters.
2647
7d13fe92
SS
26482010-03-29 Stan Shebs <stan@codesourcery.com>
2649 Nathan Sidwell <nathan@codesourcery.com>
2650
2651 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
2652 GDBN equivalent.
2653 (Set Tracepoints): Remove mention that conditional tracepoints
2654 don't exist.
2655 (Tracepoint Actions): Clarify when while-stepping collection
2656 happens, note that while-stepping does not automatically collect
2657 $pc.
2658
409873ef 26592010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 2660
409873ef
SS
2661 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
2662 (General Query Packets): Describe TracepointSource.
2663
ee8e71d4
EZ
26642010-03-27 Matt Rice <ratmice@gmail.com>
2665
c8d5aac9
L
2666 * gdb.texinfo (ARM): Document arguments to "target sim".
2667 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 2668
99b5e152
PA
26692010-03-26 Pedro Alves <pedro@codesourcery.com>
2670
2671 * gdb.texinfo (Tracepoint Packets): Remove mention that
2672 terror:string may be plain text, and drop mention of X prefix.
2673
cd64ee31
VP
26742010-03-26 Vladimir Prus <vladimir@codesourcery.com>
2675
2676 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
2677
6c28cbf2
SS
26782010-03-24 Stan Shebs <stan@codesourcery.com>
2679
2680 * gdb.texinfo (Tracepoint Packets): Document trace error status.
2681
95a42b64
TT
26822010-03-24 Tom Tromey <tromey@redhat.com>
2683
2684 PR breakpoints/9352:
2685 * gdb.texinfo (Break Commands): Update.
2686
18148017
VP
26872010-03-24 Vladimir Prus <vladimir@codesourcery.com>
2688
2689 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
2690 commands.
2691
4daf5ac0
SS
26922010-03-16 Stan Shebs <stan@codesourcery.com>
2693
2694 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
2695 circular-trace-buffer.
2696 (Tracepoint Packets): Describe QTBuffer, and details of the
2697 qTStatus reply.
2698
c9429232
SS
26992010-03-12 Stan Shebs <stan@codesourcery.com>
2700 Nathan Sidwell <nathan@codesourcery.com>
2701
2702 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
2703 doing instruction stepping.
2704 (Tracepoint Restrictions): New node.
2705
ccefe4c4
TT
27062010-03-10 Tom Tromey <tromey@redhat.com>
2707
2708 * gdbint.texinfo (Symbol Handling): Update.
2709
7c953934
TT
27102010-03-08 Tom Tromey <tromey@redhat.com>
2711
2712 PR cli/9591:
2713 * gdb.texinfo (Mode Options): Mention lack of pagination and
2714 confirmation with --batch.
2715 (Screen Size): Mention --batch.
2716 (Messages/Warnings): Likewise.
2717
f870a310
TT
27182010-03-05 Tom Tromey <tromey@redhat.com>
2719
2720 * gdb.texinfo (Basic Python): Document target_charset and
2721 target_wide_charset.
2722
78e2826b
TT
27232010-03-05 Tom Tromey <tromey@redhat.com>
2724
2725 * gdb.texinfo (Data): Link to pretty-printing.
2726 (Output Formats): Likewise. Correct text.
2727
f5dff777
DJ
27282010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
2729
2730 * gdb.texinfo (Types): Describe <struct> and <flags>.
2731
dc00d89f
PM
27322010-02-28 Phil Muldoon <pmuldoon@redhat.com>
2733
2734 * gdb.texinfo (Frames In Python): Add block parameter and
2735 description to read_var text.
2736
5107b149 27372010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 2738 Tom Tromey <tromey@redhat.com>
5107b149
PM
2739
2740 * gdb.texinfo (Types In Python): Describe block argument in
2741 template_argument and gdb.lookup_type.
2742
e03e5e7b
TT
27432010-02-24 Tom Tromey <tromey@redhat.com>
2744
2745 * gdb.texinfo (Cygwin Native): Fix typo.
2746
f3e9a817
PM
27472010-02-24 Phil Muldoon <pmuldoon@redhat.com>
2748
2749 * gdb.texinfo (Frames In Python): Add block, find_sal, function
2750 and select method descriptions.
2751 (Python API): Add Blocks In Python, Symbols in Python and Symbol
2752 Tables in Python to menu.
2753 (Blocks In Python): New node.
2754 (Symbols In Python): New node.
2755 (Symbol Tables in Python): New node.
2756
a79b8f6e
VP
27572010-02-24 Vladimir Prus <vladimir@codesourcery.com>
2758
2759 Multiexec MI
2760
2761 gdb/
2762 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
2763
2764 gdb/doc/
2765 * gdb.texinfo (GDB/MI Command Syntax): Document notification
2766 changes.
2767 (GDB/MI Program Execution): Document current behaviour of
2768 --all and --thread-group.
2769 (GDB/MI Miscellaneous Commands): Document -add-inferior and
2770 -remove-inferior.
2771 * observer.texi (inferior_added, inferior_removed): New
2772 observers.
2773
629d6a47
TT
27742010-02-19 Tom Tromey <tromey@redhat.com>
2775
2776 * gdbint.texinfo (Getting Started): Fix @node.
2777 (Debugging GDB): Likewise.
2778
c09529e5
JB
27792010-02-13 Joel Brobecker <brobecker@adacore.com>
2780
2781 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
2782 documenting the gdb_test_timeout variable.
2783
540aa8e7
MS
27842010-02-12 Jakob Engblom <jakob@virtutech.com>
2785
2786 * gdb.texinfo (MI commands): Added documentation of --reverse
2787 option to a set of MI commands. Restructured documentation of MI
2788 commands --exec-continue to reflect the complexity of reverse
2789 execution.
2790
081dfbf7
PA
27912010-02-12 Pedro Alves <pedro@codesourcery.com>
2792
2793 * gdb.texinfo (Using the Collected Data): Specify that the address
2794 range of `tfind outsize' is exclusive, and that the address range
2795 of `tfind range' is inclusive.
2796 (Tracepoint Packets): Specify that the address range of
2797 `QTFrame:range' is inclusive, and that the address range of
2798 `QTFrame:outside' is exclusive
2799
8e9c5e02
VP
28002010-02-12 Vladimir Prus <vladimir@codesourcery.com>
2801
2802 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
2803
92981e24
TT
28042010-02-10 Tom Tromey <tromey@redhat.com>
2805
2806 * gdb.texinfo (Debugging Output): Document set debug parser and
2807 show debug parser.
2808
075b51b7
L
28092010-02-09 H.J. Lu <hongjiu.lu@intel.com>
2810
2811 * gdb.texinfo (Predefined Target Types): Add i387_ext,
2812 i386_eflags and i386_mxcsr.
2813
3bb8d5c3
L
28142010-02-08 H.J. Lu <hongjiu.lu@intel.com>
2815
2816 * gdb.texinfo: Document i386 target features.
2817
c5f80513
DE
28182010-02-05 Doug Evans <dje@google.com>
2819
2820 * gdbint.texinfo (Testsuite): Add a new section to document the
2821 various DejaGnu variables that may be overridden.
1be00882 2822 Document INTERNAL_GDBFLAGS.
c5f80513 2823
6ac33a4e
TT
28242010-02-04 Tom Tromey <tromey@redhat.com>
2825
2826 PR cli/8830:
2827 * gdb.texinfo (Files): -readnow comes before the filename for file
2828 and symbol-file.
2829
a1dcb23a
DJ
28302010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2831
2832 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
2833 Document ARM breakpoint types.
2834 (Register Packet Format): Move into the new section.
2835 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
2836
95433b34
JB
28372010-01-21 Joel Brobecker <brobecker@adacore.com>
2838
2839 * gdb.texinfo (File Options): Adjust the documentation of this
2840 switch to refer to the "source" command rather than partially
2841 duplicating some of the relevant information.
2842 (Extending GDB): Introduce and document the set/show script-extension
2843 setting.
2844 (Command Files): Add note explaining that the "source" command
2845 is also used to evalute scripts written in other languages.
2846 Remove the short slightly incorrect reference to sourcing Python
2847 scripts.
2848 (Python Commands): Document how to execute a Python script from GDB.
2849
8d576872
JB
28502010-01-19 Joel Brobecker <brobecker@adacore.com>
2851
2852 * gdb.texinfo (Command Files): Fix typo.
2853
8150ff9c
JB
28542010-01-18 Tom Tromey <tromey@redhat.com>
2855
2856 * gdb.texinfo (File Options): Document -x on .py files.
2857 (Command Files): Document handling of Python scripts.
2858
23db03a6
JZ
28592010-01-18 Jie Zhang <jie.zhang@analog.com>
2860
2861 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
2862
00bf0b85
SS
28632010-01-15 Stan Shebs <stan@codesourcery.com>
2864
2865 * gdb.texinfo (Trace Files): New section.
2866 (Tracepoint Packets): Document QTSave and qTBuffer.
2867 (Trace File Format): New appendix.
2868
be759fcf
PM
28692010-01-13 Phil Muldoon <pmuldoon@redhat.com>
2870
2871 * gdb.texinfo (Values From Inferior): Document lazy_string value
2872 method.
2873 (Python API): Add Lazy strings menu item.
2874 (Lazy Strings In Python): New node.
2875
dc146f7c
VP
28762010-01-13 Vladimir Prus <vladimir@codesourcery.com>
2877
2878 * gdb.texinfo (GDB/MI Thread Information): New.
2879 (GDB/MI Async Records): Document the core field in *stopped.
2880 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
2881 documentation
2882 (Process list): Document that osdata document may contain
2883 threads.
2884 (Remote Serial Protocol): Document qXfer:threads.
2885
d5551862
SS
28862010-01-06 Stan Shebs <stan@codesourcery.com>
2887
2888 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2889 disconnected tracing.
2890 (Tracepoint Packets): Document new protocol.
2891
7a697b8d
SS
28922010-01-05 Stan Shebs <stan@codesourcery.com>
2893
2894 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
2895 tracepoints.
2896 (Tracepoint Packets): Describe remote protocol for fast
2897 tracepoints.
2898
e6f3ec50
JB
28992010-01-01 Joel Brobecker <brobecker@adacore.com>
2900
2901 Update the "Start of New Year Procedure".
2902 * gdbint.texinfo: Add the list of files that need to be updated
2903 manually. Minor reformatting.
2904
ddc4e9c1
JB
29052010-01-01 Joel Brobecker <brobecker@adacore.com>
2906
2907 * refcard.tex: Update copyright year in header and text.
2908
9d2897ad
JB
29092010-01-01 Joel Brobecker <brobecker@adacore.com>
2910
2911 * agentexpr.texi: Add 2010 to the list of copyright years.
2912 * annotate.texinfo: Likewise.
2913 * gdb.texinfo: Likewise.
2914 * gdbint.texinfo: Likewise.
2915 * observer.texi: Likewise.
2916 * stabs.texinfo: Likewise.
2917
6da95a67
SS
29182009-12-31 Stan Shebs <stan@codesourcery.com>
2919
2920 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 2921
236f1d4d
SS
29222009-12-29 Stan Shebs <stan@codesourcery.com>
2923
2924 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 2925
f61e138d
SS
29262009-12-28 Stan Shebs <stan@codesourcery.com>
2927
2928 * gdb.texinfo (Trace State Variables): New section.
2929 (Tracepoint Packets): Describe trace state variable packets.
2930 * agentexpr.texi (Bytecode Descriptions): Describe trace state
2931 variable bytecodes.
2932
0fe7935b
DJ
29332009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
2934
2935 * gdb.texinfo (Symbols): "info variables" prints definitions, not
2936 declarations.
2937
a6b29f87
VP
29382009-12-21 Vladimir Prus <vladimir@codesourcery.com>
2939
2940 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
2941 -gdb-exit behaviour.
2942
5e4bde96
JB
29432009-12-20 Joel Brobecker <brobecker@adacore.com>
2944
2945 * gpl.texi: Update to version 3 of the GPL.
2946
a1715244
JB
29472009-12-20 Joel Brobecker <brobecker@adacore.com>
2948
2949 * Makefile.in: Update copyright header.
2950 * observer.texi: Fix the copyright header of the generated files.
2951
361ae042
PM
29522009-12-08 Phil Muldoon <pmuldoon@redhat.com>
2953
2954 * gdb.texinfo (Types In Python): Describe range function.
2955
bfd31e71
PM
29562009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
2957
2958 * gdb.texinfo (Types In Python): Describe "is_base_class".
2959
57a1d736
TT
29602009-12-03 Tom Tromey <tromey@redhat.com>
2961
2962 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
2963
8cebebb9
PP
29642009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
2965
2966 * observer.texi: New memory_changed observer.
2967
16af530a
TT
29682009-12-01 Tom Tromey <tromey@redhat.com>
2969
2970 * gdb.texinfo (Reverse Execution): Fix typo.
2971
b6199126
DJ
29722009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
2973
2974 PR gdb/8704
2975
2976 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
2977 are allowed after the breakpoint condition.
2978
7a6973ad
TT
29792009-11-23 Tom Tromey <tromey@redhat.com>
2980
2981 PR python/10782:
2982 * gdb.texinfo (Types In Python): Document Type.pointer.
2983
21a0512e
PP
29842009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
2985
2986 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 2987
a5832c8f
PA
29882009-11-11 Pedro Alves <pedro@codesourcery.com>
2989
2990 * agentexpr.texi (Tracing On Symmetrix): Delete section.
2991 (Using Agent Expressions): Delete cross reference.
2992
1eb7cd77
JB
29932009-11-07 Joel Brobecker <brobecker@adacore.com>
2994
2995 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
2996 and @settitle directives up to help makeinfo find them.
2997
24ddea62
JK
29982009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2999
3000 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
3001 (Auto-loading): Use plural and note one can use multiple components now.
3002
3afae151
VP
30032009-11-01 Vladimir Prus <vladimir@codesourcery.com>
3004
3005 * gdb.texinfo (GDB/MI Stack Manipulation): Make
3006 -stack-list-arguments have the same documentation for parameter
3007 as -stack-list-locals. Add comas.
3008
14ff2235
PM
30092009-10-27 Tom Tromey <tromey@redhat.com>
3010 Eli Zaretskii <eliz@gnu.org>
3011
c8d5aac9 3012 PR python/10781
14ff2235
PM
3013
3014 * gdb.texinfo (Values From Inferior): Document cast method.
3015
9c419145
PP
30162009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
3017
3018 * gdb.texinfo (Machine Code): Mention function name in disasssembly
3019 and adjust example.
889bf7c5 3020
29153c24
MS
30212009-10-22 Michael Snyder <msnyder@vmware.com>
3022
3023 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 3024 info record command. Also document the new save and restore
29153c24
MS
3025 commands.
3026
2b28d209
PP
30272009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
3028
3029 * gdb.texinfo (Machine Code): Mention current pc marker.
3030 (Memory): Likewise.
3031
6c95b8df
PA
30322009-10-19 Pedro Alves <pedro@codesourcery.com>
3033 Stan Shebs <stan@codesourcery.com>
3034
3035 * observer.texi (new_inferior): Rename to...
3036 (inferior_appeared): ... this.
3037
3038 * gdb.texinfo (Inferiors): Rename node to ...
3039 (Inferiors and Programs): ... this. Mention running multiple
3040 programs in the same debug session.
3041 <info inferiors>: Mention the new 'Executable' column if "info
3042 inferiors". Update examples. Document the "add-inferior",
3043 "clone-inferior", "remove-inferior" and "maint info
3044 program-spaces" commands.
3045 (Process): Rename node to...
3046 (Forks): ... this. Document "set|show follow-exec-mode".
3047
2f8132f3
MS
30482009-10-11 Michael Snyder <msnyder@vmware.com>
3049
3050 * gdb.texinfo (ReverseStep): Show default as "unsupported".
3051 (ReverseContinue): Ditto.
3052
cba4b2d3
PP
30532009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
3054
3055 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 3056
da082f17
JK
30572009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3058
3059 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
3060
08be9d71
ME
30612009-10-06 Michael Eager <eager@eagercon.com>
3062
3063 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
3064 (Embedded Processors): Add MicroBlaze.
3065 (MicroBlaze): New. Describe Xilinx MicroBlaze
3066
08a0efd0
PA
30672009-10-04 Pedro Alves <pedro@codesourcery.com>
3068
3069 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
3070
cbb8f428
EZ
30712009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
3072
3073 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
3074
30a4a70c
JB
30752009-09-23 Joel Brobecker <brobecker@adacore.com>
3076
3077 * observer.texi (solib_unloaded): Document explicitly the fact that
3078 this observer is called before the associated symbols are unloaded.
3079
b3372f91
VP
30802009-09-19 Vladimir Prus <vladimir@codesourcery.com>
3081
3082 * gdb.texinfo (GDB/MI Stack Manipulation): Document
3083 -stack-list-variables.
3084
f43030c4
TT
30852009-09-18 Tom Tromey <tromey@redhat.com>
3086
3087 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
3088 is experimental.
3089
ec7e75e7
PP
30902009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
3091
3092 * gdb.texinfo (convenince variables): Mention
3093 $_siginfo could be empty.
f43030c4 3094
0cc7d26f
TT
30952009-09-15 Tom Tromey <tromey@redhat.com>
3096
3097 * gdb.texinfo (GDB/MI Variable Objects): Document
3098 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
3099 Expand -var-update documentation.
3100
a96d9b2e
SDJ
31012009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3102
3103 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
3104 feature.
3105
005ca36a
JB
31062009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
3107
3108 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
3109
0d772ac9
MS
31102009-09-10 Michael Snyder <msnyder@vmware.com>
3111
3112 * gdb.texinfo (qSupported): Mention new ReverseContinue and
3113 ReverseStep replies to the qSupported query.
3114
14fb1bac
JB
31152009-09-10 Joel Brobecker <brobecker@adacore.com>
3116
3117 Add documentation for set/show interactive-mode.
3118 * gdb.texinfo (Other Misc Settings): New node.
3119
29b090c0
DE
31202009-09-01 Doug Evans <dje@google.com>
3121
3122 * gdb.texinfo (Caching Data of Remote Targets): Add note on
3123 non-stop mode's affect on remote caching.
3124
4e5d721f
DE
31252009-08-31 Jacob Potter <jdpotter@google.com>
3126 Doug Evans <dje@google.com>
3127
3128 * gdb.texinfo (Caching Data of Remote Targets): Update text.
3129 Mark `set/show remotecache' options as obsolete.
3130 Document new `set/show stack-cache' option.
3131 Update text for `info dcache'.
3132
55333a84
DE
31332009-08-27 Doug Evans <dje@google.com>
3134
3135 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
3136 (Files): Add note on new optional regex arg to `info sharedlibrary'.
3137
bc3a0b4d
RW
31382009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3139
3140 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
3141 about autoconf.
3142
3a1ff0b6
PA
31432009-08-25 Pedro Alves <pedro@codesourcery.com>
3144
3145 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
3146 small example, and describe its columns. Replace "inferior-id" by
3147 "infno" throughout.
3148
81ecdfbb
RW
31492009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3150
af542c2e
RW
3151 * gdbint.texinfo (Releasing GDB): Point to
3152 README-maintainer-mode file for required autoconf version.
3153 * configure.ac: Do not substitute datarootdir, htmldir,
3154 pdfdir, docdir. Do not process --with-datarootdir,
3155 --with-htmldir, --with-pdfdir, --with-docdir.
3156 * configure: Regenerate.
3157
81ecdfbb
RW
3158 * configure: Regenerate.
3159
4efc6507
DE
31602009-08-20 Reid Kleckner <reid@kleckner.net>
3161
3162 * gdb.texinfo: Add chapter on JIT interface.
3163
43089a6e
NR
31642009-08-07 Nick Roberts <nickrob@snap.net.nz>
3165
3166 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 3167 confirmation request.
43089a6e 3168
99e008fe
EZ
31692009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
3170
c8d5aac9
L
3171 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
3172 CRC definitions.
99e008fe 3173
48cb2d85
VP
31742009-08-03 Vladimir Prus <vladimir@codesourcery.com>
3175
3176 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 3177 -break-commands.
48cb2d85 3178
ff1a52c6
UW
31792009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3180
3181 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
3182 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
3183
3285f3fe
UW
31842009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3185
3186 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
3187 "set spu stop-on-load" and "show spu stop-on-load" commands.
3188
e35359c5
UW
31892009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3190
3191 * gdb.texinfo (Target Descriptions): Document <compatible> element.
3192
58d6951d
DJ
31932009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3194
3195 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
3196 org.gnu.gdb.arm.neon.
3197
08d16641
PA
31982009-07-20 Pedro Alves <pedro@codesourcery.com>
3199
3200 * gdb.texinfo (Target Description Format): Mention the new <osabi>
3201 optional element.
3202 (subsection OS ABI): New subsection.
3203
782b2b07
SS
32042009-07-14 Stan Shebs <stan@codesourcery.com>
3205
3206 * gdb.texinfo (Tracepoint Conditions): New section.
3207 (General Query Packets): Describe ConditionalTracepoints.
3208 (Tracepoint Packets): Describe condition field.
3209 (Maintenance Commands): Describe maint agent-eval.
3210 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
3211
9b117ef3
HZ
32122009-07-11 Hui Zhu <teawater@gmail.com>
3213
3214 * gdb.texinfo (disassemble): Add a new modifier /r
3215 to "disassemble" command to make it print the raw instructions
3216 in hex as well as in symbolic form.
3217
f5a33284
TT
32182009-07-09 Tom Tromey <tromey@redhat.com>
3219
3220 * gdbint.texinfo (Testsuite): Document parallel make check.
3221
812f7342
TT
32222009-07-09 Tom Tromey <tromey@redhat.com>
3223
3224 * gdbint.texinfo (Testsuite): Document test transcripts.
3225
fbb8f299
PM
32262009-07-10 Phil Muldoon <pmuldoon@redhat.com>
3227
3228 * gdb.texinfo (Values From Inferior): Add length parameter
3229 description.
3230
dd8f35ac
EZ
32312009-07-04 Chris Genly <chris@genly.us>
3232
3233 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
3234 in -var-list-children. Fix example according to what the code
3235 does.
3236
2277426b
PA
32372009-07-02 Pedro Alves <pedro@codesourcery.com>
3238
3239 * gdb.texinfo (Debugging multiple inferiors): Document the
3240 "inferior", "detach inferior" and "kill inferior" commands.
3241 (Debugging Programs with Multiple Processes): Adjust to mention
3242 generic "inferior" commands. Delete mention of "detach fork" and
3243 "delete fork". Cross reference to "Debugging multiple inferiors"
3244 section.
3245
a6d9a66e
UW
32462009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3247
5af949e3
UW
3248 * gdbint.texinfo (Item Output Functions): Update signature
3249 for ui_out_field_core_addr.
3250
32512009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3252
3253 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
3254 Update example code extrated from breakpoint.c.
3255
9901a55b 32562009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 3257
9901a55b
PP
3258 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
3259 MI commands.
3260 (GDB/MI Symbol Query): Likewise.
3261 (GDB/MI File Commands): Likewise.
3262 (GDB/MI File Transfer Commands): Likewise.
3263 (GDB/MI Target Manipulation): Likewise.
3264 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 3265
edb3359d
DJ
32662009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
3267
3268 * gdb.texinfo (Debugging Optimized Code): New chapter.
3269 (Compiling for Debugging): Reference it. Move some
3270 text to the new section.
3271
7cd1089b
PM
32722009-06-15 Phil Muldoon <pmuldoon@redhat.com>
3273
3274 * doc/gdb.texinfo (Calling): Document
3275 set-unwind-on-terminating-exception usage.
3276
d4db2f36
PA
32772009-06-11 Pedro Alves <pedro@codesourcery.com>
3278
3279 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
3280 command.
3281
d1a7880c
PA
32822009-06-07 Pedro Alves <pedro@codesourcery.com>
3283
3284 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
3285 references.
3286
473f94e6
UW
32872009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
3288
3289 * gdbint.texinfo: Rename formal parameters to gdbarch function
3290 protoypes from "current_gdbarch" to "gdbarch".
3291
8f500870
TT
32922009-05-28 Tom Tromey <tromey@redhat.com>
3293
3294 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
3295
b6313243
TT
32962009-05-27 Tom Tromey <tromey@redhat.com>
3297
3298 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
3299 feature.
3300 (GDB/MI Variable Objects): Document -var-set-visualizer.
3301
33022009-04-02 Tom Tromey <tromey@redhat.com>
3303
3304 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
3305 feature.
3306 (GDB/MI Variable Objects): Document -var-set-visualizer.
3307
a6bac58e
TT
33082009-05-27 Tom Tromey <tromey@redhat.com>
3309 Thiago Jung Bauermann <bauerman@br.ibm.com>
3310 Phil Muldoon <pmuldoon@redhat.com>
3311
3312 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
3313 (Pretty Printing): New node.
3314 (Selecting Pretty-Printers): Likewise.
3315 (Python API): Update.
3316 (Output Formats): Document /r format.
3317
2c74e833
TT
33182009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
3319 Tom Tromey <tromey@redhat.com>
3320
3321 * gdb.texinfo (Types In Python): New node.
3322 (Values From Inferior): "type" is now an attribute.
3323 (Python API): Update.
3324
89c73ade
TT
33252009-05-27 Tom Tromey <tromey@redhat.com>
3326 Thiago Jung Bauermann <bauerman@br.ibm.com>
3327 Phil Muldoon <pmuldoon@redhat.com>
3328
3329 * gdb.texinfo: Add @syncodeindex for `tp'.
3330 (Python API): Update.
3331 (Auto-loading): New node.
3332 (Objfiles In Python): New node.
3333
17a37d48
PP
33342009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
3335
3336 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 3337
6718376f
NR
33382009-05-15 Nick Roberts <nickrob@snap.net.nz>
3339
3340 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
3341
cbe54154
PA
33422009-05-12 Pedro Alves <pedro@codesourcery.com>
3343
3344 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
3345 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
3346 show show-debug-regs' docs.
3347
8e05493c
EZ
33482009-05-08 Eli Zaretskii <eliz@gnu.org>
3349
3350 * gdb.texinfo (Process Record and Replay): Add description of
3351 reverse execution.
3352
b39f4988
JB
33532009-05-07 Joel Brobecker <brobecker@adacore.com>
3354
3355 * gdbint.texinfo (Adding support for debugging core files): New node.
3356 (Native Debugging): Remove the ``Native core file Support'' section.
3357
a2311334
EZ
33582009-05-01 Eli Zaretskii <eliz@gnu.org>
3359
3360 * gdb.texinfo (Process Record and Replay): Improve and clarify.
3361 Add index entries.
3362
53cc454a 33632009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 3364 Michael Snyder <msnyder@vmware.com>
53cc454a 3365
a2311334
EZ
3366 * gdb.texinfo: (Process Record and Replay): Add documentation for
3367 process record and replay.
53cc454a 3368
484086b7
JK
33692009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3370
3371 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
3372 a new part on command-line defined macros.
3373
32ae1842
EZ
33742009-04-25 Eli Zaretskii <eliz@gnu.org>
3375
3376 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
3377 clarify the wording.
3378
b14b1491
TT
33792009-04-23 Tom Tromey <tromey@redhat.com>
3380
3381 * gdb.texinfo (Data Files): New node.
3382 (GDB Files): Update menu.
3383
5c1e86e1
JB
33842009-04-23 Joel Brobecker <brobecker@adacore.com>
3385
3386 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 3387 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 3388
83eba9b7
VP
33892009-04-22 Vladimir Prus <vladimir@codesourcery.com>
3390
3391 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
3392
e31198c4
HZ
33932009-04-22 Hui Zhu <teawater@gmail.com>
3394
3395 * gdb.texinfo (disassemble-next-line): Set the default of
3396 disassemble-next-line to off.
3397
26e251b6
JM
33982009-04-21 Joseph Myers <joseph@codesourcery.com>
3399
3400 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
3401 --with-htmldir): New.
3402 * configure: Regenerate.
3403 * Makefile.in (datarootdir, docdir): Define.
3404 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
3405 instead of $(SET_TEXINPUTS).
3406 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
3407 gdbint.info instead of $(SET_TEXINPUTS).
3408 (gdbint/index.html): Use same -I options as for building
3409 gdbint.info.
3410 (stabs.dvi, stabs.pdf): Use same -I options as for building
3411 stabs.info instead of $(SET_TEXINPUTS).
3412 (stabs/index.html): Use same -I options as for building
3413 stabs.info.
3414 (annotate.dvi, annotate.pdf): Use same -I options as for building
3415 annotate.info instead of $(SET_TEXINPUTS).
3416 (annotate/index.html): Use same -I options as for building
3417 annotate.info.
3418
eac35c4e
DD
34192009-04-21 David Daney <ddaney@caviumnetworks.com>
3420
3421 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
3422
29b0e8a2
JM
34232009-04-21 Joseph Myers <joseph@codesourcery.com>
3424
3425 * gdb.texinfo (Source Path): Document --with-relocated-sources.
3426
2b831889 34272009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 3428 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
3429
3430 * Makefile.in (MAKEHTML): Set to makeinfo --html.
3431 (MAKEHTMLFLAGS): Set to empty.
3432 (html__strip_dir): Define.
3433 (HTMLFILES): Define.
3434 (HTMLFILES_INSTALL): Define.
3435 (install-html): Copy new automake rule.
3436 (html): Depend on $(HTMLFILES).
3437 (gdb_toc.html): Rename to gdb/index.html.
3438 (gdbint_toc.html): Rename to gdbint/index.html.
3439 (stabs_toc.html): Rename to stabs/index.html.
3440 (annotate_toc.html): Rename to annotate/index.html.
3441
89a34d1b
JM
34422009-04-17 Carlos O'Donell <carlos@codesourcery.com>
3443
3444 * Makefile.in: Set pdfdir and htmldir from configure
3445 substitutions.
3446 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
3447 * configure: Regenerate.
3448
a2d5da46
JB
34492009-04-16 Joel Brobecker <brobecker@adacore.com>
3450
3451 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
3452 This macro is no longer used.
3453
732f6a93
TT
34542009-04-15 Tom Tromey <tromey@redhat.com>
3455
3456 * gdb.texinfo (Character Sets): Document default character set.
3457
87f9adc1
PM
34582009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
3459
3460 * gdbint.texinfo: Change server name from sources.redhat.com to
3461 sourceware.org throughout.
3462
2c88c651
JB
34632009-04-09 Joel Brobecker <brobecker@adacore.com>
3464
3465 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
3466 about a missing dot or coma after @xref.
3467
4f5376b2
JB
34682009-04-02 Joel Brobecker <brobecker@adacore.com>
3469
3470 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
3471 example, and add a small explanation about it.
3472 (Print Settings): Change the documentation of the "set print
3473 frame-arguments" to reflect the fact that the default is now "scalars".
3474
a0381d3a
JB
34752009-04-02 Joel Brobecker <brobecker@adacore.com>
3476
3477 * gdb.texinfo (Print Settings): Add kindex for command "set
3478 print frame-arguments".
3479
45ac276d
JB
34802009-03-31 Joel Brobecker <brobecker@adacore.com>
3481
3482 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
3483 breakpoints.
3484 (Set Breaks): Add reference to thread-specific and task-specific
3485 breakpoints.
3486
32cd1edc
JB
34872009-03-31 Joel Brobecker <brobecker@adacore.com>
3488
3489 * gdb.texinfo (Ada Tasks): Remove the documentation about
3490 the "Running" state, as this state has been eliminated.
3491 Now all runnable tasks are shown as "Runnable".
3492
1042e4c0
SS
34932009-03-30 Stan Shebs <stan@codesourcery.com>
3494
3495 * gdb.texinfo (Tracepoints): Describe tracepoints as a
3496 special case of breakpoints.
3497 (Enable and Disable Tracepoints): Mention deprecation.
3498 (Listing Tracepoints): Update description and example.
3499
f8f6f20b
TJB
35002009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3501
3502 * gdb.texinfo (Frames in Python): New node.
3503 (Python API): Update.
3504
c0c6f777
TJB
35052009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
3506
3507 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
3508 from a method to an attribute.
3509
def2b000
TJB
35102009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
3511
3512 * gdb.texinfo (Values From Inferior): Document is_optimized_out
3513 attribute.
3514
a07daef3
PA
35152009-03-25 Pedro Alves <pedro@codesourcery.com>
3516
3517 * observer.texi (thread_exit): Add "silent" parameter.
3518
f3b1572e
PA
35192009-03-22 Pedro Alves <pedro@codesourcery.com>
3520
3521 * observer.texi (about_to_proceed): New.
3522
587afa38
EZ
35232009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
3524
3525 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
3526 field throughout to handle types with spaces in them. Fix typos
3527 found by aspell.
3528 (Summary, Requirements, Contributors): New first chapter,
3529 "Summary" added, old Requirements section moved there, and new
3530 section, "Contributors" added.
3531 (Initializing a New Architecture, Register Representation)
3532 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
3533 (Porting gdb): These sections extended and updated.
3534 (Compiler Characteristics): This section (empty) deleted.
3535 (Defining Other Architecture Features): This section renamed and
3536 duplicate material removed from (formerly "Target Conditionals").
3537 Use braces {} in @deftypeXX type field throughout to handle types
3538 with spaces in them. Typos found by aspell fixed.
3539
3540 * stack_frame.svg: New file, source of image for gdbint.texinfo.
3541 * stack_frame.pdf: Version of image for PDF output.
3542 * stack_frame.png: Version of image for HTML output and for Emacs.
3543 * stack_frame.txt: Version of image for Info output.
1db61298 3544 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 3545
10af6951
EZ
35462009-03-21 Eli Zaretskii <eliz@gnu.org>
3547
3548 * gdb.texinfo (Character Sets): Fix last change.
3549
cc924cad
TJB
35502009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
3551
3552 * gdb.texinfo (Values From Inferior): Fix optional arguments
3553 markup.
3554 (Commands In Python): Adjust argument names of gdb.Command.__init__
3555 to what the function accepts as keywords.
3556
bc3b79fd
TJB
35572008-03-20 Tom Tromey <tromey@redhat.com>
3558
3559 * gdb.texinfo (Convenience Vars): Document convenience functions.
3560 (Functions In Python): New node.
3561 (Python API): Update.
3562
6c7a06a3
TT
35632009-03-20 Tom Tromey <tromey@redhat.com>
3564
3565 * gdb.texinfo (Character Sets): Remove obsolete text. Document
3566 set target-wide-charset.
3567 (Requirements): Mention iconv.
3568
b646ddd4
HZ
35692009-03-17 Hui Zhu <teawater@gmail.com>
3570
3571 * gdb.texinfo: Change the introduce of "disassemble-next-line".
3572
91440f57
HZ
35732009-03-17 Hui Zhu <teawater@gmail.com>
3574
3575 * gdb.texinfo: Add documentation for disassemble-next-line.
3576
8fd41227
TJB
35772009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
3578
3579 * gdb.texinfo (Commands In Python): Remove tindex entries.
3580
61ff14c6
JK
35812009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3582
3583 * gdb.texinfo (Returning): New description for missing debug info.
3584
0b16c5cf
PA
35852009-03-14 Pedro Alves <pedro@codesourcery.com>
3586
3587 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 3588 (General Query Packets): Document qAttached.
0b16c5cf 3589
32fc0df9
PA
35902009-03-05 Pedro Alves <pedro@codesourcery.com>
3591
3592 * gdb.texinfo (Background Execution): Better describe the set
3593 target-async command.
3594 (Maintenance Commands): Delete description of the `maint set/show
3595 linux-async' and `maint set/show remote-async' commands.
3596
134eb42c
VP
35972009-02-18 Vladimir Prus <vladimir@codesourcery.com>
3598
3599 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
3600 between sentences.
3601
c86cf029
VP
36022009-02-18 Vladimir Prus <vladimir@codesourcery.com>
3603
3604 * gdb.texinfo (GDB/MI Async Records): Document the
3605 =library-loaded and =library-unloaded notifications.
3606
3ea85240
VP
36072009-02-17 Vladimir Prus <vladimir@codesourcery.com>
3608
3609 * observer.texi (test_notification): New observer.
3610
1d33d6ba
VP
36112009-02-14 Vladimir Prus <vladimir@codesourcery.com>
3612
61ff14c6
JK
3613 * observer.texi: Add parameter 'print_frame' to normal_stop
3614 observer.
1d33d6ba 3615
d721c933
EZ
36162009-02-07 Eli Zaretskii <eliz@gnu.org>
3617
3618 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
3619 (Commands In Python): Fix COMMAND_* constants in last change. Use
3620 @kbd for interactive input. Add cross-references and index
3621 entries.
3622
4aa995e1
PA
36232009-02-06 Pedro Alves <pedro@codesourcery.com>
3624
3625 * gdb.texinfo (Signals): Document $_siginfo.
3626 (Convenience Variables): Mention $_siginfo.
3627 (Remote Configuration): Document qXfer:siginfo:read,
3628 qXfer:siginfo:write packets, and the read-siginfo-object,
3629 write-siginfo-object commands.
3630
5f5233d4
PA
36312009-02-06 Pedro Alves <pedro@codesourcery.com>
3632
3633 * gdbint.texinfo (Values): New chapter.
3634
d8906c6f
TJB
36352009-02-06 Tom Tromey <tromey@redhat.com>
3636
3637 * gdb.texinfo (Python API): Add entry for Commands In Python.
3638 (Commands In Python): New node.
3639
b6cb8e7d
TJB
36402009-02-05 Tom Tromey <tromey@redhat.com>
3641
3642 * gdb.texinfo (Values From Inferior): Document Value.string.
3643
12453b93
TJB
36442009-02-05 Tom Tromey <tromey@redhat.com>
3645
3646 * gdb.texinfo (Basic Python): Document execute's from_tty
3647 argument.
3648
08c637de
TJB
36492009-02-04 Tom Tromey <tromey@redhat.com>
3650
3651 * gdb.texinfo (Basic Python): Document gdb.history.
3652
592375cd
VP
36532009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3654
3655 * gdb.texinfo (GDB/MI Thread Commands): Document the
3656 'current-thread-id' field. Remove the example with zero threads,
3657 since current GDB won't ever report that if there's inferior.
3658
41447f92
VP
36592009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3660
3661 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
3662 option to -break-insert.
3663
098b41a6
JG
36642009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3665 Jerome Guitton <guitton@adacore.com>
3666
3667 * gdb.texinfo (Startup): Document --with-system-gdbinit.
3668 (System-wide configuration): New section.
3669
3c16cced
PA
36702009-01-26 Pedro Alves <pedro@codesourcery.com>
3671
3672 PR gdb/7580:
3673 * gdb.texinfo (Maintenance Commands): Document "maint set|show
3674 internal-error|internal-warning quit|corefile ask|yes|no".
3675
62709adf
PA
36762009-01-26 Pedro Alves <pedro@codesourcery.com>
3677
3678 * gdb.texinfo (Using the `gdbserver' Program): Document
3679 --remote-debug.
3680
7ce58dd2
DE
36812009-01-23 Doug Evans <dje@google.com>
3682
3683 * gdb.texinfo: Add nexti to list of commands that support
3684 background execution.
3685
adb483fe
DJ
36862009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
3687
3688 * gdb.texinfo (Define, Hooks): Document prefix command support.
3689
a67ec3f4 36902009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 3691 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
3692
3693 Fixes for makeinfo --html.
3694
3695 * annotate.texinfo: Use @copying and @insertcopying. Use
3696 @ifnottex in place of @ifinfo.
3697 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
3698 place of @ifinfo. Use @ifnotinfo for one index entry.
3699 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
3700 in place of @ifinfo.
3701 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
3702 in place of @ifinfo. Include contents at start unconditionally.
3703
84fcdf95
PA
37042009-01-13 Pedro Alves <pedro@codesourcery.com>
3705
3706 * gdb.texinfo (General Query Packets): Remove @var{} around the
3707 "spu" literal string.
3708
fa3a767f
PA
37092009-01-07 Pedro Alves <pedro@codesourcery.com>
3710
3711 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
3712 program may be running in another process" errors.
3713 * gdbint.texinfo (Native Conditionals): Delete
3714 ONE_PROCESS_WRITETEXT description.
3715
9cb011d3
JB
37162009-01-07 Joel Brobecker <brobecker@adacore.com>
3717
3718 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
3719 emacs local variable to be placed at the end of the ChangeLog.
3720 Add server.c and gdbreplay.c to the list of files where the
3721 copyright year needs to be updated.
3722
84603566
SL
37232009-01-06 Sandra Loosemore <sandra@codesourcery.com>
3724
3725 * gdb.texinfo (Remote Configuration): Document new
3726 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
3727 commands.
3728
a53f55d8
PA
37292008-12-28 Pedro Alves <pedro@codesourcery.com>
3730
3731 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
3732 FETCH_INFERIOR_REGISTERS.
3733 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
3734 FETCH_INFERIOR_REGISTERS descriptions. Remove
3735 gdbarch_get_longjmp_target descrition, since already described in
3736 Target Conditionals. Move gdbarch_fp0_regnum description to ...
3737 (Target Conditionals): ... here.
3738
077e0a52
JB
37392008-12-16 Joel Brobecker <brobecker@adacore.com>
3740
3741 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
3742 examples.
3743 (Additions to Ada): Likewise. Add the missing opening and closing
3744 parenthesis of the GDB prompt in one of the examples.
3745
023eb17c
JB
37462008-12-14 Joel Brobecker <brobecker@adacore.com>
3747
3748 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
3749 about the result of 'Address not being of type System.Address.
3750 This problem has been fixed a while ago.
3751
c3b108f7
VP
37522008-12-02 Vladimir Prus <vladimir@codesourcery.com>
3753
3754 MI non-stop and multiprocess docs.
3755
c8d5aac9
L
3756 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
3757 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
3758 Adjust documentation for *stopped, document =thread-created,
3759 =thread-exited, =thread-group-created and =thread-group-exited.
3760 (GDB/MI Thread Commands): Document the 'state' field in
3761 -thread-info output.
3762 (GDB/MI Program Execution): Mention --all and --thread-group
3763 options.
3764 (GDB/MI Variable Objects): Describe floating and fixed variable
3765 objects.
3766 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 3767
07e059b5
VP
37682008-12-02 Vladimir Prus <vladimir@codesourcery.com>
3769
c8d5aac9
L
3770 * gdb.texinfo (Operating System Information): New appendix.
3771 (Operating System Auxiliary Information): Document 'info os processes'
3772 (Remote Configuration): Document 'osdata'
3773 (General Query Packets): Document qXfer:osdata:read.
07e059b5 3774
a80b95ba
TG
37752008-11-27 Tristan Gingold <gingold@adacore.com>
3776
3777 * gdb.texinfo (Darwin): Document Darwin specific features.
3778
a655d424
JK
37792008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3780
3781 * gdbint.texinfo (Target Conditionals): Extend the
3782 gdbarch_breakpoint_from_pc description.
3783
249e1128
VP
37842008-11-22 Vladimir Prus <vladimir@codesourcery.com>
3785
3786 * gdb.texinfo (M68K Features): Fix typo.
3787
c14c28ba
PP
37882008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
3789
3790 * gdb.texinfo (Symbols): Mention printing containing
3791 image name in "info symbol".
3792 (Maint translate-address): Likewise.
889bf7c5 3793
394a6666
JB
37942008-11-18 Joel Brobecker <brobecker@adacore.com>
3795
3796 * gdb.texinfo (Set Catchpoints): Remove the documentation of
3797 commands "catch load" and "catch unload".
3798
66bb093b
VP
37992008-11-17 Vladimir Prus <vladimir@codesourcery.com>
3800
3801 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 3802 =thread-selected.
889bf7c5 3803
4a92f99b
VP
38042008-11-17 Vladimir Prus <vladimir@codesourcery.com>
3805
c8d5aac9 3806 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 3807
f0323ca0
PA
38082008-10-27 Pedro Alves <pedro@codesourcery.com>
3809
3810 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
3811 .mt files, TM_CLIBS or TM_CDEPS.
3812 (x86 Watchpoints): Don't mention TDEPFILES.
3813
8b23ecc4
SL
38142008-10-24 Sandra Loosemore <sandra@codesourcery.com>
3815
3816 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
3817 (Overview): Mention notifications and non-stop mode behavior.
3818 (Packets): Update documentation of ?, vAttach, vCont, and vRun
3819 with non-stop mode behavior. Add vStopped description.
3820 (Stop Reply Packets): Update list of packets that return
3821 stop replies. Mention non-stop behavior.
3822 (General Query Packets): Document QNonStop packet and associated
3823 qSupported query response.
3824 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
3825 behavior.
3826 (Notification Packets): New section.
3827 (Remote Non-Stop): New section.
3828 (File-I/O Overview): Mention non-stop behavior.
3829
fff08868
HZ
38302008-10-24 Hui Zhu <teawater@gmail.com>
3831 Pedro Alves <pedro@codesourcery.com>
3832
3833 * gdb.texinfo (displaced-stepping): Describe the auto mode
3834 setting, and say it's the default. This is now a mainstream
3835 setting instead of a maintenance setting.
3836
252fbfc8
PA
38372008-10-23 Pedro Alves <pedro@codesourcery.com>
3838
3839 * observer.texi (thread_stop_requested): New.
3840
20924a55
JB
38412008-10-22 Joel Brobecker <brobecker@adacore.com>
3842
3843 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
3844 (Patching): Replace incorrect usage of @samp by @kbd.
3845
bacec72f
MS
38462008-10-17 Michael Snyder <msnyder@vmware.com>
3847
3848 * gdb.texinfo: Add documentation for reverse execution.
3849
a08702d6 38502008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 3851 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
3852
3853 * gdb.texinfo. (Values From Inferior): New subsubsection.
3854
d97bc12b
DE
38552008-10-06 Doug Evans <dje@google.com>
3856
3857 * gdb.texinfo (set debug dwarf2-die): Document it.
3858
87f67dba
JB
38592008-10-01 Joel Brobecker <brobecker@adacore.com>
3860
3861 * gdb.texinfo (catch) [exception]: Document how to insert
3862 a breakpoint on user-defined exceptions when the exception
3863 name is identical to one of the language-defined ones.
3864
2fae03e8
TT
38652008-09-27 Tom Tromey <tromey@redhat.com>
3866
3867 * gdb.texinfo (Macros): Remove text about stringification,
3868 varargs, and splicing.
3869
5c6ce71d
TT
38702008-09-27 Tom Tromey <tromey@redhat.com>
3871
3872 * gdbint.texinfo (Language Support): Remove text about omitting
3873 support for a language.
3874
07128da0
DE
38752008-09-23 Doug Evans <dje@google.com>
3876
3877 * gdb.texinfo (info dcache): Update.
3878
b90a069a
SL
38792008-09-22 Sandra Loosemore <sandra@codesourcery.com>
3880
3881 * gdb.texinfo (Packets): Add info on thread-id syntax and
3882 multiprocess extensions.
3883 <D>: Document multiprocess form of packet.
3884 <H>: Use thread-id syntax.
3885 <T>: Likewise.
3886 <vCont>: Likewise. Note this is required for multiprocess.
3887 <vKill>: New packet.
3888 (Stop Reply Packets) <T>: Use thread-id syntax.
3889 <W>: Document multiprocess form of reply.
3890 <X>: Likewise.
3891 (General Query Packets) <qC>: Use thread-id syntax.
3892 <qfThreadInfo>: Likewise.
3893 <qGetTLSAddr>: Likewise.
3894 <qP>: Likewise.
3895 <qSupported>: Add "multiprocess" feature.
3896 <qThreadExtraInfo>: Use thread-id syntax.
3897
b77209e0
PA
38982008-09-22 Stan Shebs <stan@codesourcery.com>
3899
3900 * gdb.texinfo (Inferiors): New section.
3901
3d0bb823
PA
39022008-09-12 Pedro Alves <pedro@codesourcery.com>
3903
3904 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
3905
f8dcfc0a
UW
39062008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
3907
3908 * gdbint.texinfo (Target Conditionals): Remove documentation
3909 for gdbarch_name_of_malloc.
3910
8775bb90
MS
39112008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
3912
3913 * gdb.texinfo (Interrupts): Mention TCP interface for
3914 sending BREAK.
3915
f1838a98
UW
39162008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
3917
3918 * gdb.texinfo (Commands to Specify Files): Document "remote:"
3919 argument prefix to "set sysroot".
3920
158c7665
PH
39212008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
3922
3923 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
3924 and False.
3925
30e026bb
VP
39262008-08-20 Vladimir Prus <vladimir@codesourcery.com>
3927
c8d5aac9
L
3928 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
3929 for possible features of -list-features.
30e026bb 3930
c6ebd6cf
VP
39312008-08-19 Vladimir Prus <vladimir@codesourcery.com>
3932
c8d5aac9 3933 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
3934 (GDB/MI Miscellaneous Commands): Document -list-target-features.
3935
aeac0ff9
VP
39362008-08-19 Vladimir Prus <vladimir@codesourcery.com>
3937
3938 * doc/gdb.texinfo (PowerPC): Fix typo.
3939 (PowerPC features): Fix typo.
3940
5231c1fd
PA
39412008-08-18 Pedro Alves <pedro@codesourcery.com>
3942
3943 * observer.texi (thread_ptid_changed): New.
3944
677c5bb1
LM
39452008-08-18 Luis Machado <luisgpm@br.ibm.com>
3946
3947 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
3948 (PowerPC features): Mention feature set for VSX registers.
3949
f3a2dd1a
JB
39502008-08-13 Joel Brobecker <brobecker@adacore.com>
3951
3952 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
3953 the direct visibility of all names in user-written packages.
3954
33e5cbd6
PA
39552008-08-13 Pedro Alves <pedro@codesourcery.com>
3956
3957 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
3958 setting, and make it the default.
3959 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
3960 non-stop script example.
3961
d0384fc4
TJB
39622008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
3963
3964 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
3965 reference to the "Using Different Register and Memory Data
3966 Representation" section.
3967
a6f3e723
SL
39682008-08-12 Sandra Loosemore <sandra@codesourcery.com>
3969
3970 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
3971 (Remote Protocol): Add Packet Acknowledgment to menu.
3972 (Overview): Mention +/- can be disabled, and point to new section
3973 where this is discussed in detail.
3974 (General Query Packets): Document QStartNoAckMode packet, and
3975 corresponding qSupported reply.
3976 (Packet Acknowledgment): New section.
3977
0606b73b
SL
39782008-08-11 Sandra Loosemore <sandra@codesourcery.com>
3979 Pedro Alves <pedro@codesourcery.com>
3980
3981 * gdb.texinfo (Threads): Move paragraph about automatic thread
3982 selection to All-Stop Mode subsection.
3983 (Thread Stops): Reorganize existing material into subsections.
3984 Add introductory blurb and menu.
3985 (Non-Stop Mode): New subsection.
3986 (Background Execution): New subsection.
3987 (Maintenance Commands): Add cross-references from async mode
3988 commands to the new Background Execution section.
3989
d57a3c85
TJB
39902008-08-06 Tom Tromey <tromey@redhat.com>
3991
3992 * gdb.texinfo (Extending GDB): New chapter.
3993 (Sequences): Demoted chapter, now a section under the new
3994 Extending GDB chapter.
3995 (Python): New section.
3996
6d76a53d
SS
39972008-07-31 Stan Shebs <stan@codesourcery.com>
3998
3999 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
4000
1f70da6a
SS
40012008-07-29 Stan Shebs <stan@codesourcery.com>
4002
4003 * gdbint.texinfo: General round of cleanup and minor
4004 clarifications.
4005 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
4006 (Longjmp Support): Update description to reflect how it is done
4007 for targets without using native header.
4008 (Symbol Handling): Add a little more general explanation.
4009 (COFF, ELF): Mention stabs encapsulation.
4010 (DWARF 3): New section.
4011 (Adding a New Host): Scrub out some obsolete bits.
4012 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
4013 (Host Conditionals): Remove descriptions of NO_STD_REGS,
4014 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
4015 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
4016 SEEK_SET, STOP_SIGNAL, USG.
4017 (Raw and Virtual Register Representations): Ditto for
4018 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
4019 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
4020 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
4021 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
4022 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
4023 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
4024 DEPRECATED_REGISTER_VIRTUAL_SIZE,
4025 DEPRECATED_REGISTER_VIRTUAL_TYPE,
4026 DEPRECATED_USE_STRUCT_CONVENTION.
4027 Describe gdbarch_deprecated_fp_regnum.
4028 Update description of gdbarch_print_insn.
4029 (Adding a New Target): Scrub out obsolete bits.
4030 (Obsolete Conditionals): Remove entire section.
4031
383f836e
TT
40322008-07-25 Tom Tromey <tromey@redhat.com>
4033
4034 * observer.texi (GDB Observers): Document new observers:
4035 breakpoint_created, breakpoint_deleted, breakpoint_modified,
4036 tracepoint_created, tracepoint_deleted, tracepoint_modified,
4037 architecture_changed.
4038
cfd8ab24
SS
40392008-07-21 Stan Shebs <stan@codesourcery.com>
4040
4041 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
4042 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
4043
781b42b0
TT
40442008-07-21 Tom Tromey <tromey@redhat.com>
4045
4046 * observer.texi (GDB Observers): Remove obsolete comment.
4047 <executable_changed>: Remove argument.
4048
d7d9f01e
TT
40492008-07-18 Tom Tromey <tromey@redhat.com>
4050
4051 * gdb.texinfo (Macros): Update. Use @code rather than @command.
4052
bf250677
DE
40532008-07-10 Doug Evans <dje@google.com>
4054
4055 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
4056
10568435
JK
40572008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4058
4059 * gdb.texinfo (Starting): Document "set disable-randomization".
4060
5ae4183a
AS
40612008-07-07 Andreas Schwab <schwab@suse.de>
4062
4063 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
4064
b56e7235
VP
40652008-07-06 Vladimir Prus <vladimir@codesourcery.com>
4066
4067 * gdb.texinfo (GDB/MI Target Manipulation): Add
4068 example of -target-attach.
4069
e1ac3328
VP
40702008-06-10 Vladimir Prus <vladimir@codesourcery.com>
4071
4072 * observer.texi (target_resumed): New observer.
5ae4183a 4073 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 4074
65d12d83
TT
40752008-06-06 Tom Tromey <tromey@redhat.com>
4076
4077 * gdb.texinfo (Completion): Add field name example.
4078
fbc5282e
MK
40792008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
4080
4081 * gdb.texinfo (GDB/MI Program Context): Added example
4082 to -exec-arguments
5ae4183a 4083
fbc5282e 40842008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
4085
4086 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
4087 annotation.
4088
c16158bc 40892008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
4090 Nathan Sidwell <nathan@codesourcery.com>
4091 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
4092
4093 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
4094 and ACX_BUGURL.
4095 * configure: Regenerate.
4096 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
4097 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
4098 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
4099 mailing-list-specific text about bug reporting unless
4100 BUGURL_DEFAULT.
4101
75c99385
PA
41022008-06-05 Pedro Alves <pedro@codesourcery.com>
4103
4104 * gdb.texinfo (-target-select): Remove reference to target async.
4105 (Maintenance Commands): Document "maint set/show remote-async".
4106
1763a388
MK
41072008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
4108
4109 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
4110 in -target-file-get section.
5ae4183a 4111
d0d064df
PA
41122008-05-22 Pedro Alves <pedro@codesourcery.com>
4113
9b562ab8
PA
4114 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
4115 killing the inferior when it is already debugging a process.
d0d064df 4116
8dfa32fc
JB
41172008-05-21 Joel Brobecker <brobecker@adacore.com>
4118
4119 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
4120 abbreviation for "finish".
4121
55f996a7
NR
41222008-05-21 Nick Roberts <nickrob@snap.net.nz>
4123
4124 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
4125
ba2b1c56
DJ
41262008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
4127
4128 * gdbint.texinfo (Target Conditionals): Delete entry for
4129 gdbarch_dwarf_reg_to_regnum.
4130
08388c79
DE
41312008-05-09 Doug Evans <dje@google.com>
4132
a3c83fae 4133 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 4134
d14508fe
DE
41352008-05-05 Doug Evans <dje@google.com>
4136
4137 * gdb.texinfo (disassemble): Document /m modifier.
4138
e2b7ddea
VP
41392008-05-05 Vladimir Prus <vladimir@codesourcery.com>
4140
5ae4183a
AS
4141 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
4142 will not report the time of commands that run the target.
e2b7ddea 4143
8eb41542
VP
41442008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4145
4146 * gdb.texinfo (GDB/MI Output Records): Add
4147 missing semicolon.
4148
82f68b1c
VP
41492008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4150
4151 * gdb.texinfo (GDB/MI Output Records):
4152 Document =thread-create and =thread-exited.
4153
fa0f268d
VP
41542008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4155
4156 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 4157 Remove mention of dmi-discuss.
fa0f268d 4158
063bfe2e
VP
41592008-05-03 Pedro Alves <pedro@codesourcery.com>
4160
4161 * observer.texi (thread_exit): New.
4162
237fc4c9
PA
41632008-05-02 Pedro Alves <pedro@codesourcery.com>
4164
4165 * gdb.texinfo (Debugging Output): Document "set/show debug
4166 displaced".
4167 (Maintenance Commands): Document "maint set/show
4168 can-use-displaced-stepping".
4169
0428b8f5
DJ
41702008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
4171
4172 * gdb.texinfo (ARM): Document set/show arm fallback-mode
4173 and set/show arm force-mode.
4174
5009afc5
AS
41752008-05-02 Andreas Schwab <schwab@suse.de>
4176
4177 * gdbint.texinfo (Algorithms): Describe
4178 target_watchpoint_addr_within_range.
4179
669fac23
DJ
41802008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
4181
4182 * gdbint.texinfo (Stack Frames): New chapter.
4183 (Algorithms): Move Frames text to the new chapter.
4184 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
4185 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
4186
721c02de
VP
41872008-04-24 Vladimir Prus <vladimir@codesourcery.com>
4188
5ae4183a
AS
4189 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
4190 output does not necessary include any tokens.
721c02de 4191
c055b101
CV
41922008-04-22 Corinna Vinschen <vinschen@redhat.com>
4193
4194 * gdb.texinfo (Set SH Calling convention): New @item.
4195 (Show SH Calling convention): Ditto.
4196
68837c9d
MD
41972008-04-22 Markus Deuling <deuling@de.ibm.com>
4198
4199 * gdb.texinfo (Fortran Operators): Describe '%' operator.
4200
2e9132cc
EZ
42012008-04-20 Eli Zaretskii <eliz@gnu.org>
4202
4203 * gdb.texinfo (Set Breaks): Mention that multiple location
4204 breakpoints need line number info. Add index entries.
4205
31fffb02
CS
42062008-04-19 Craig Silverstein <csilvers@google.com>
4207
4208 * gdb.texinfo (Requirements): Add an optional requirement on
4209 zlib.
4210 * gdbint.texinfo (Debugging File Formats): Add new subsection for
4211 Compressed DWARF 2.
4212
a47ec5fe
AR
42132008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
4214
4215 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
4216 sample output for 'stopped,reason="breakpoint-hit"' message.
4217 (GDB/MI Program Execution): Likewise.
4218
de051565
MK
42192008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
4220
5ae4183a 4221 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
4222 -var-set-format. Add -f option to -var-evaluate-expression.
4223
6ba66d6a
JB
42242008-04-03 Joel Brobecker <brobecker@adacore.com>
4225
4226 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
4227 new node "Ambiguous Expressions". Replace references to this
4228 node by references to "Ambiguous Expressions" throughout.
4229 (Ambiguous Expressions): New node.
4230
1e26b4f8
DJ
42312008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
4232
4233 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
4234
b84876c2
PA
42352008-03-21 Pedro Alves <pedro@codesourcery.com>
4236
4237 * gdb.texinfo (Debugging Output): Document
4238 "set/show debug lin-lwp-async".
4239 (Maintenance Commands): Document "maint set/show linux-async".
4240
63092375
DJ
42412008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
4242
4243 * gdb.texinfo (Expressions): Update description of malloced arrays.
4244
8e8901c5
VP
42452008-03-15 Vladimir Prus <vladimir@codesourcery.com>
4246
4247 * gdb.texinfo (Thread Commands): Document
4248 -thread-info. Remove -thread-list-all-threads.
4249
1fddbabb
PA
42502008-03-14 Pedro Alves <pedro@codesourcery.com>
4251 Sandra Loosemore <sandra@codesourcery.com>
4252
4253 * gdb.texinfo (Library List Format): Update to mention the
4254 possibility to pass section addresses instead of segment
4255 addresses.
4256
ccd213ac
DJ
42572008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
4258
4259 * gdb.texinfo (Starting): Document "set exec-wrapper".
4260 (Server): Document gdbserver --wrapper.
4261
fa4727a6
DJ
42622008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
4263
4264 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
4265 unreadable memory. Delete obsolete SPARClite reference.
4266
8edfe269
DJ
42672008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
4268
4269 * gdb.texinfo (Starting): Mention always-running targets.
4270 (Target Commands): Add an anchor for load.
4271 (Connecting): Explain continue instead of run.
4272
1843f87b
DJ
42732008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4274
4275 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
4276
f9082629
NR
42772008-02-26 Nick Roberts <nickrob@snap.net.nz>
4278
4279 * gdb.texinfo (Set Breaks): Revert description of Enb column of
4280 breakpoint table.
4281
fd96d250
PA
42822008-02-19 Pedro Alves <pedro@codesourcery.com>
4283
4284 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
4285 killing the inferior when it is already debugging a process.
4286
36af4ef6
MD
42872008-02-13 Markus Deuling <deuling@de.ibm.com>
4288
4289 * gdbint.texinfo (Build Script): New section. Mention new build script
4290 gdb_buildall.sh.
4291
cda4ce5a
JB
42922008-02-01 Jim Blandy <jimb@red-bean.com>
4293
4294 * gdb.texinfo (Help): Summarize 'info args' correctly.
4295
4acd40f3
TJB
42962008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4297
4298 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
4299 available in PowerPC architecture.
4300 (Embedded Processors): Change node name of PowerPC item in menu.
4301 (PowerPC): Rename to...
4302 (PowerPC Embedded): this.
4303 (Architectures): Add new PowerPC item in menu.
4304 (PowerPC): New node.
4305
6e6c6f50
DJ
43062008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
4307
4308 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
4309 commands.
4310
5ee187d7
DJ
43112008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
4312
4313 * gdb.texinfo (Setting Catchpoints): Mention features
4314 supported on GNU/Linux.
4315
e275c0d9
NR
43162008-01-30 Nick Roberts <nickrob@snap.net.nz>
4317
4318 * gdb.texinfo (GDB/MI File Commands): Describe new output
4319 field for MI command -file-list-exec-source-file.
4320
2d717e4f
DJ
43212008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
4322
4323 * gdb.texinfo (Using the `gdbserver' Program): Add security
4324 warning. Rearrange into subsections and subsubsections. Document
4325 --multi and --debug. Correct --with-sysroot typo. Update --attach
4326 usage. Make load reference clearer. Document monitor exit.
4327 (Remote Configuration): Document set remote exec-file, attach-packet,
4328 and run-packet.
4329 (Packets): Document vAttach and vRun.
4330
d35a4257 43312008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
4332
4333 * gdb.texinfo (Processes): Mention process command.
889bf7c5 4334 detach-on-follow -> detach-on-fork.
f663676d 4335
c78d192c
DJ
43362008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4337
4338 * gdbint.texinfo (Native Conditionals): Remove
4339 SHELL_COMMAND_CONCAT and SHELL_FILE.
4340
d35a4257
EZ
43412008-01-26 Eli Zaretskii <eliz@gnu.org>
4342
4343 * gdb.texinfo (Specify Location): Improve wording.
4344
93815fbf
VP
43452008-01-23 Chris Demetriou <cgd@google.com>
4346
4347 * gdb.texinfo (Threads): Document new "set print thread-events"
4348 and "show print thread-events" commands.
4349
2a25a5ba
EZ
43502008-01-19 Eli Zaretskii <eliz@gnu.org>
4351
4352 * gdb.texinfo (Specify Location): New section.
4353 (Delete Breaks, Edit, Set Breaks): Remove description of
4354 locations. Instead, add a reference to "Specify Location".
4355 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
4356 (Symbols): Refer to "Specify Location" for the valid forms of
4357 linespecs and locations.
4358
32c9a795
MD
43592008-01-18 Markus Deuling <deuling@de.ibm.com>
4360
4361 * gdbint.texinfo (Target Conditionals): Replace the description of
4362 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
4363
b17828ca
JB
43642008-01-12 Paul Hilfinger <hilfinger@adacore.com>
4365
4366 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
4367 about &&var, which is rejected by the expression parser.
4368
0aea4bf3
LM
43692008-01-09 Luis Machado <luisgpm@br.ibm.com>
4370
4371 * gdb.texinfo (Output): Update documentation on using printf with DFP
4372 types.
4373
febe4383
TJB
43742008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
4375
4376 * gdb.texinfo (C and C++): Add Decimal Floating Point format
4377 subsubsection.
4378 (Decimal Floating Point format): New subsubsection.
4379
7a404eba
PA
43802008-01-05 Pedro Alves <pedro@codesourcery.com>
4381
4382 * gdb.texinfo (File Options): Remove mention of the attempt to
4383 open a core file with the -p option. Don't list -c as a valid
4384 option to attach to a process.
4385
a4d9b460
PA
43862008-01-05 Pedro Alves <pedro@codesourcery.com>
4387
4388 * gdbint.texinfo (Host Conditionals): Remove mention of
4389 ALIGN_STACK_ON_ENTRY.
4390
6ec2edbe
JB
43912008-01-05 Joel Brobecker <brobecker@adacore.com>
4392
4393 * gdbint.texinfo (Start of New Year Procedure): Add item
4394 describing how to update the source and documentation copyright
4395 notices.
4396
d8b2a693
JB
43972007-12-18 Jim Blandy <jimb@codesourcery.com>
4398
ab209b3a 4399 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
4400 watchpoint explanation into the main description of the watchpoint
4401 command; update synopses of 'watch', 'rwatch', and 'awatch'
4402 commands.
4403
8b4ed427
VP
44042007-12-18 Vladimir Prus <vladimir@codesourcery.com>
4405
4406 * gdb.texinfo (Miscellaneous gdb/mi Commands):
4407 Document 'pending-breakpoints' feature of
4408 -list-features.
4409
37e4754d
LM
44102007-12-17 Luis Machado <luisgpm@br.ibm.com>
4411
669fac23 4412 * gdb.texinfo: Add new parameter's description.
37e4754d 4413
1d3811f6
DJ
44142007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
4415
4416 * gdb.texinfo (Overview): Clarify run-length encoding
4417 example. Remove the restriction on "+" and "-" characters.
4418
c1c25a1a
EZ
44192007-12-15 Eli Zaretskii <eliz@gnu.org>
4420
4421 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
4422
afe8ab22 44232007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 4424
afe8ab22
VP
4425 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
4426 the -f option for -break-insert, remove -r option,
4427 and clarify specification of location.
4428
a6b151f1
DJ
44292007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
4430
4431 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
4432 formatting.
4433 (Remote Debugging): Add File Transfer section.
4434 (Remote Configuration): Document Host I/O packets.
4435 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 4436 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
4437 (Packets): Add vFile.
4438
3b784c4f
EZ
44392007-11-17 Eli Zaretskii <eliz@gnu.org>
4440
4441 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
4442 breakpoints with multiple locations.
4443 (Breakpoint Menus): Improve wording.
4444 (Output): Fix last change.
4445
a4ce5b0d
UW
44462007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
4447
4448 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
4449
1b39d5c0
DE
44502007-11-15 Doug Evans <dje@google.com>
4451
4452 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
4453
7a72d44c
VP
44542007-11-15 Vladimir Prus <vladimir@codesourcery.com>
4455
4456 * gdbint.texinfo (Native Conditionals): Remove
4457 mention of CLEAR_SOLIB.
5ae4183a 4458
6d1829bf 44592007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
4460
4461 * gdb.texinfo (Print Settings): Add documentation for "set/show
4462 print frame-arguments".
4463
1a619819
LM
44642007-11-05 Luis Machado <luisgpm@br.ibm.com>
4465
3b784c4f 4466 * gdb.texinfo (Output): Update printf command's description.
1a619819 4467
55eddb0f
DJ
44682007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
4469
4470 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
4471 powerpc soft-float".
4472
9cceb671
DJ
44732007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4474
4475 * gdb.texinfo (Files): Correct formatting. Mention Expat
4476 requirement.
4477 (Requirements for Building GDB): Expand the list of Expat
4478 uses.
4479 (Library List Format, Memory Map Format): Mention Expat.
4480 (Target Descriptions): Update Expat wording.
4481
83acabca
DJ
44822007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4483
4484 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
4485 Document that gdbarch_convert_register_p should return zero for no-op
4486 conversions.
4487
e35879db
UW
44882007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
4489
83acabca 4490 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
4491 of set_gdbarch_sofun_address_maybe_missing back to ...
4492 (Target Conditionals): ... here to fix build break.
4493
203c3895
UW
44942007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
4495
83acabca 4496 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
4497 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
4498 (Compiler Characteristics): ... documentation of
4499 set_gdbarch_sofun_address_maybe_missing.
4500
11411de3
DJ
45012007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
4502
4503 * gdbint.texinfo (Target Conditionals): Use
4504 frame_unwind_register_unsigned in examples instead of
4505 frame_unwind_unsigned_register.
4506
7cc46491
DJ
45072007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4508
4509 * gdb.texinfo (Predefined Target Types): Add int128
4510 and uint128.
4511 (Standard Target Features): Add PowerPC features.
4512
81adfced
DJ
45132007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4514
4515 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
4516
c1874924
UW
45172007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4518
4519 * gdbint.texi (Target Conditionals): Remove documentation
4520 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
4521 gdbarch_extract_return_value, and gdbarch_store_return_value.
4522
f6e56ab3
UW
45232007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4524
4525 * gdbint.texi (Target Conditionals): Remove documentation of
4526 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
4527
56cf5405
KH
45282007-10-11 Kazu Hirata <kazu@codesourcery.com>
4529
4530 * gdb.texinfo: Mention that inaccessible-by-default is on by
4531 default.
4532
35156bae
DJ
45332007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4534
4535 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
4536
d983da9c
DJ
45372007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
4538
4539 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
4540 multi-threaded watchpoints.
4541 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
4542 checked. Describe sticky notification. Expand description
4543 of steppable and continuable watchpoints.
4544 (Watchpoints and Threads): New subsection.
4545
fe6fbf8b
VP
45462007-09-28 Vladimir Prus <vladimir@codesourcery.com>
4547
4548 * gdb.texinfo (Setting Breakpoints): Revise
4549 documentation for pending breakpoints. Document
4550 breakpoints with multiple locations.
5ae4183a 4551
084344da
VP
45522007-09-19 Vladimir Prus <vladimir@codesourcery.com>
4553
4554 * gdb.texinfo (Miscellaneous gdb/mi Commands):
4555 Document -list-features.
5ae4183a 4556
82160952
EZ
45572007-09-15 Eli Zaretskii <eliz@gnu.org>
4558
4559 * gdb.texinfo (Output): Spell out which features of C's printf are
4560 not supported by GDB's printf.
7e27a47a
EZ
4561 (Separate Debug Files): More accurate wording regarding build ID
4562 and a reference to the ld manual rather than the Fedora wiki.
82160952 4563
ea37ba09
DJ
45642007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
4565 Jim Blandy <jimb@codesourcery.com>
4566
4567 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
4568 (Examining Memory): Update mentions of the 's' format.
4569 (Automatic Display): Likewise.
4570
b8533aec
DJ
45712007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
4572
4573 * gdb.texinfo: Update the FSF's Back-Cover Text.
4574
83f83d7f
JK
45752007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4576 Eli Zaretskii <eliz@gnu.org>
4577
4578 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
4579 Fixed the ``build ID'' name. New binaries build instructions for the
4580 build ID inclusion. Explain how the commands are specific to the build
4581 ID vs. debug link.
4582
c7e83d54
EZ
45832007-09-01 Eli Zaretskii <eliz@gnu.org>
4584
4585 * gdb.texinfo (Separate Debug Files): Fix last change. Add
4586 indexing for ``build ID'' support.
4587
d3750b24
JK
45882007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4589
4590 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
4591 Enlisted BUILD ID to the debug file searching example.
4592 Included a BUILD ID `.note.gnu.build-id' section description.
4593 Updated/added the debug files splitting instructions for OBJCOPY.
4594
02142340
VP
45952007-08-31 Vladimir Prus <vladimir@codesourcery.com>
4596
4597 * gdb.texinfo (Variable Objects): Adjust docs
4598 for -var-info-expression and document
4599 -var-info-path-expression.
4600
d3bdde98
JB
46012007-08-20 Jim Blandy <jimb@codesourcery.com>
4602
3fb6a982
JB
4603 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
4604 (title page): Include the dedication in the printed manual, as a
4605 separate page after the copyright notice.
5ae4183a 4606
d3bdde98
JB
4607 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
4608 don't break a @var across a line.
4609
c80a96a8
MR
46102007-07-25 Maciej W. Rozycki <macro@mips.com>
4611
4612 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
4613 for include files.
4614
5824a901
NR
46152007-07-12 Nick Roberts <nickrob@snap.net.nz>
4616
4617 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
4618 in annotate.texinfo.
4619 (Command History): Link to new node.
5824a901 4620
d52e7ea3
UW
46212007-07-05 Markus Deuling <deuling@de.ibm.com>
4622
4623 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
4624
5fc14d0a
EZ
46252007-07-05 Eli Zaretskii <eliz@gnu.org>
4626
4627 * gdbint.texinfo (Target Conditionals): Fix last change.
4628
4a9bb1df
UW
46292007-07-03 Markus Deuling <deuling@de.ibm.com>
4630
4631 * gdb.texinfo: Replace following macros by their appropriate gdbarch
4632 routines:
4633 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
4634 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
4635 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
4636 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
4637 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
4638 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
4639 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
4640 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
4641 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
4642 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
4643 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
4644 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
4645 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
4646 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
4647 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
4648 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
4649 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
4650 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
4651 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
4652 (SOFTWARE_SINGLE_STEP_P)
4653
4654 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
4655 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
4656
4657 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
4658 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
4659 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
4660 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
4661 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
4662 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
4663 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
4664 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
4665 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
4666 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
4667
4668 (Converting an existing Target Architecture to Multi-arch): Remove
4669 section.
4670
4671 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
4672 (gdbarch_addr_bits_remove): Add code example.
4673
4674 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
4675
cfa9d6d9
DJ
46762007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
4677
4678 * gdb.texinfo (Remote Configuration): Document library-info-packet.
4679 Add other missing entries. Adjust the table size to fit.
4680 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
4681 stop reasons including the new "library" event.
4682 (General Query Packets): Adjust table widths for qSupported. Mention
4683 qXfer:libraries:read reply to qSupported and document the new packet.
4684 (Library List Format): New section.
4685
159fcc13
JK
46862007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4687
4688 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
4689
f66d1690
MS
46902007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
4691
4692 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
4693
67102876
NR
46942007-06-25 Nick Roberts <nickrob@snap.net.nz>
4695
4696 * gdbint.texinfo (Register and Memory Data): Break sections
4697 into nodes and add a menu.
4698
a4642986
MR
46992007-06-21 Maciej W. Rozycki <macro@mips.com>
4700
4701 * gdb.texinfo (Examining Memory): Document the new behaviour.
4702
e9c17194
VP
47032007-06-21 Vladimir Prus <vladimir@codesourcery.com>
4704
4705 * gdb.texinfo (Standard Target Features): Document
4706 m68k features.
4707
31d99776
DJ
47082007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4709
4710 * gdb.texinfo (General Query Packets): Document qOffsets changes.
4711
1780a0ed
DJ
47122007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4713
4714 * gdb.texinfo (Target Description Format): Add version attribute
4715 for <target>.
4716
822b6570
DJ
47172007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4718
4719 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
4720
f8b73d13
DJ
47212007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4722
4723 * gdb.texinfo (MIPS Features): New subsection.
4724
0e7f50da
UW
47252007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4726 Markus Deuling <deuling@de.ibm.com>
4727
4728 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
4729 and qXfer:spu:write packets and mention them under qSupported.
4730
23d964e7
UW
47312007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4732 Markus Deuling <deuling@de.ibm.com>
4733
4734 * gdb.texinfo (Architectures): Add new SPU section to document
4735 Cell Broadband Engine SPU architecture specific commands.
4736
9f708cb2
VP
47372007-06-09 Vladimir Prus <vladimir@codesourcery.com>
4738
4739 * gdb.texinfo (GDB/MI Variable Objects): Editorial
4740 comments.
4741
7579b5f8
NR
47422007-06-07 Nick Roberts <nickrob@snap.net.nz>
4743
4744 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
4745
bf06d120
JB
47462007-05-29 Jim Blandy <jimb@codesourcery.com>
4747
4748 * gdb.texinfo (Overview): Doc fix.
4749
23776285
MR
47502007-05-22 Maciej W. Rozycki <macro@mips.com>
4751
4752 * gdb.texinfo (Remote Configuration): Document "set/show
4753 remoteflow".
4754
1a69e1e4
DJ
47552007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
4756
bf06d120
JB
4757 * gdb.texinfo (MIPS): Remove documentation for set mips
4758 saved-gpreg-size, show mips saved-gpreg-size, and set mips
4759 stack-arg-size.
1a69e1e4 4760
46ba6afa 47612007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4762
46ba6afa
BW
4763 * all-cfg.texi (GDBTUI): New.
4764 * gdb.texinfo (Mode Options): Use GDBTUI variable.
4765 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
4766 (TUI Configuration): Edit to improve clarity and fix problems of
4767 both style and content.
5ae4183a 4768
06d3b283
UW
47692007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
4770
4771 * observer.texi (GDB Observers): New observer "new_objfile".
4772
179101d6
UW
47732007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
4774
4775 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
4776
25d5ea92
VP
47772007-04-14 Vladimir Prus <vladimir@codesourcery.com>
4778
4779 * gdb.texinfo (GDB/MI Variable Objects): Document
4780 frozen variables objects.
5ae4183a 4781
ea35711c
DJ
47822007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
4783
4784 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
4785 (Character Sets, Caching Data of Remote Targets): Likewise.
4786 (Targets): Delete Remote node. Move its text...
4787 (Debugging Remote Programs): ...to here. Delete description
4788 of the "remote" command.
4789 (Remote configuration): Delete description of "set remotedevice"
4790 and "show remotedevice".
4791 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
4792
db2e3e2e
BW
47932007-04-11 Bob Wilson <bob.wilson@acm.org>
4794
5ae4183a
AS
4795 * gdb.texinfo (Contributors, Continuing and Stepping)
4796 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
4797 (General Query Packets, File-I/O Remote Protocol Extension)
4798 (Protocol Basics, The F Reply Packet, Write)
4799 (Protocol-specific Representation of Datatypes, Memory Transfer):
4800 Fix hyphenation, punctuation and grammar problems.
4801 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
4802 'section' instead of 'subsection' in the text.
4803 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
4804 (i386): Remove period from section name.
db2e3e2e
BW
4805 (Installing GDB, Requirements, Running Configure, Separate Objdir)
4806 (Config Names, Configure Options): Use @file{configure}.
4807
8a3dae3e
DJ
48082007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
4809
4810 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
4811 and tab expansion.
4812
1a92f856
DJ
48132007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
4814
4815 * gdbint.texinfo (SOM): Correct location of the SOM reader.
4816
79a6e687 48172007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4818
79a6e687
BW
4819 * gdb.texinfo: Consistently capitalize all significant words in
4820 node names, chapter titles, section titles, and headings. Update
4821 cross references to match.
4822 (Starting and Stopping Trace Experiment): Make node name plural.
4823 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 4824
ad527d2e
PA
48252007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
4826
4827 * gdb.texinfo (WinCE): Delete obsolete subsection.
4828
7ce59000
DJ
48292007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4830
4831 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
4832 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
4833 references.
4834
8807d78b
DJ
48352007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4836
4837 * gdb.texinfo (Startup): Delete references to some alternate
4838 names for .gdbinit.
4839 (Thread): Remove LynxOS reference.
4840 (Tandem ST2000): Delete target-specific documentation.
4841 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
4842 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
4843 and GDB_OSABI_LYNXOS.
4844
5f402660
UW
48452007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
4846
4847 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
4848
bac718a6
UW
48492007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
4850
4851 * gdbint.texinfo (Target Conditionals): Remove mention of
4852 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
4853 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
4854
9453113a
DJ
48552007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
4856
4857 * Makefile.in: Add "pdfdir" installation
4858 directory, PDFTEX macro, support for "install-pdf" target,
4859 and rules for making a pdf version of refcard.texi.
4860 * refcard.tex: Specify paper size for PDF output.
4861
ae21e955 48622007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4863
ae21e955 4864 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 4865
3f94c067 48662007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4867
3f94c067
BW
4868 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
4869 (Source Path, Character Sets, Macros, Define)
4870 (GDB/MI Result Records, GDB/MI Simple Examples)
4871 (GDB/MI Program Execution, GDB/MI File Commands)
4872 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
4873 (Bug Reporting): Use @value{GCC}.
5ae4183a 4874
12c27660 48752007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4876
12c27660
BW
4877 * gdb.texinfo (Help): Fix formatting of examples.
4878 (Variables): Use @ifnotinfo instead of @iftex.
4879 (Non-debug DLL symbols): Use @ref instead of @pxref.
4880 (Sparclet File): Use @samp instead of quotes.
5ae4183a 4881
ce9341a1
BW
48822007-03-26 Bob Wilson <bob.wilson@acm.org>
4883
4884 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
4885
c8f4133a
BW
48862007-03-26 Bob Wilson <bob.wilson@acm.org>
4887
4888 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
4889 the order of the nodes.
4890 (C Operators, C Constants, Debugging C): Remove extra menus.
4891 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 4892
c8f4133a 48932007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
4894
4895 * gdb.texinfo (File Options): Add missing parenthesis.
4896 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
4897
c74d0ad8
DJ
48982007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4899
4900 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
4901
ff6f572f
DJ
49022007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4903
669fac23 4904 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
4905 case insensitivity.
4906 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
4907
994337c3
NR
49082007-02-18 Nick Roberts <nickrob@snap.net.nz>
4909
4910 * gdb.texinfo (Top): Put Appendix A after numbered sections.
4911 (Files): Add section name to argument list for pxref.
4912 (Non-debug DLL symbols): Don't use `see' for pxref.
4913 (Embedded Processors): Fix typo.
4914 (GDB/MI Breakpoint Commands): Execution commands generate
4915 *stopped not ^done.
4916
eb819d70
NR
49172007-02-13 Nick Roberts <nickrob@snap.net.nz>
4918
4919 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
4920 values for in_scope. Mention that only root variables can be
4921 updated.
4922 (GDB/MI Development and Front Ends): Explain new values may be
4923 added to existing fields.
4924
123dc839
DJ
49252007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4926
4927 * gdb.texinfo (-target-disconnect): Use @smallexample.
4928 (Requirements): Add anchor for Expat. Update description.
4929 (Target Descriptions): Mention Expat.
4930 (Target Description Format): Document new elements. Use
4931 @smallexample.
4932 (Predefined Target Types, Standard Target Features): New sections.
669fac23 4933 * gdbint.texinfo (Target Descriptions): New section.
123dc839 4934
108546a0
DJ
49352007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
4936
4937 * gdb.texinfo (Target Description Format): Add section on XInclude.
4938
95a98c01
NR
49392006-02-03 Nick Roberts <nickrob@snap.net.nz>
4940
4941 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
4942 command -enable-timings.
4943
f4b3909f
EZ
49442007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
4945
5ae4183a 4946 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
4947 descriptions for new/deleted elements in gdb_osabi. Add missing
4948 description for function generic_elf_osabi_sniff_abi_tag_sections.
4949
c7ba131e
JB
49502007-01-29 Joel Brobecker <brobecker@adacore.com>
4951
4952 * gdb.texinfo (Maintenance Commands): Add documentation for
4953 the new "maint print target-stack" command.
4954
3a60f64e
JK
49552007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4956 Eli Zaretskii <eliz@gnu.org>
4957
f4b3909f 4958 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 4959
c582f8b6
EZ
49602007-01-26 Eli Zaretskii <eliz@gnu.org>
4961
4962 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
4963 Use @value{NGCC} instead of @value{GCC}.
4964
d3e8051b
EZ
49652007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
4966
4967 * agentexpr.texi: Fix typos.
4968 * annotate.texinfo: Likewise.
4969 * gdb.texinfo: Likewise.
4970 * gdbint.texinfo: Likewise.
4971 * observer.texi: Likewise.
4972 * stabs.texinfo: Likewise.
4973
86f04699
EZ
49742007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
4975
4976 * gdbint.texinfo (Support Libraries): Remove mmalloc
4977 entry. Describe readline library.
4978
23181151
DJ
49792007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
4980
4981 * gdb.texinfo (Target Descriptions): New section.
4982 (General Query Packets): Add QPassSignals anchor. Mention
4983 qXfer:features:read under qSupported. Expand mentions of
4984 qXfer:memory-map:read and QPassSignals. Document
4985 qXfer:features:read.
4986
f822c95b
DJ
49872007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
4988
4989 * gdb.texinfo (Commands to specify files): Describe
4990 "set sysroot" and "show sysroot".
4991 (Using the `gdbserver' program): Lowercase argument
4992 to @var. Expand description of setting up GDB on the
4993 host.
4994
8936fcda
JB
49952007-01-05 Joel Brobecker <brobecker@adacore.com>
4996
4997 * gdb.texinfo (Set Catchpoints): Add documentation for the new
4998 catch exception, catch exception unhandled, and catch assert
4999 commands.
5000
e776119f
DJ
50012007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5002
5003 * gdb.texinfo (Debugging Output): Document "set debug xml"
5004 and "show debug xml".
5005
aa79a185
DJ
50062007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5007
5008 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
5009
7f893741
JB
50102007-01-01 Joel Brobecker <brobecker@adacore.com>
5011
5012 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
5013
a1b5960f
VP
50142006-12-08 Vladimir Prus <vladimir@codesourcery.com>
5015
5016 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
5017 note in @ignore, to be removed later if nobody complains.
5018
9f470e6e
NR
50192006-12-04 Nick Roberts <nickrob@snap.net.nz>
5020
5021 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
5022 of -var-delete.
5023
765dc015 50242006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 5025
765dc015 5026 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
5027 automatic software/hardware breakpoint usage and
5028 the "set breakpoint auto-hw" command.
765dc015 5029
4b5752d0
VP
50302006-11-21 Vladimir Prus <vladimir@codesourcery.com>
5031
5032 * gdb.texinfo (Memory Access Checking): New.
5033
89be2091
DJ
50342006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
5035
5036 * gdb.texinfo (Remote configuration): Mention
5037 "pass-signals-packet".
5038 (General Query Packets): Document QPassSignals. Fix
5039 a typo.
5040
ca3bf3bd
DJ
50412006-11-14 Maxim Grigoriev <maxim@tensilica.com>
5042
5043 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
5044
427c3a89
DJ
50452006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
5046
5047 * gdb.texinfo (Remote configuration): Rewrite documentation for
5048 packet configuration commands.
5049 (OS Information): Adjust reference to qXfer:auxv:read.
5050 (General Query Packets): Remove references to read-aux-vector-packet
5051 and set remote get-thread-local-storage-address.
5052
7a107747
DJ
50532006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
5054
5055 * gdbint.texinfo (Target Architecture Definition): Add new
5056 Initializing a New Architecture section.
5057
1c56eb0e
EZ
50582006-10-31 David Taylor <dtaylor@emc.com>
5059
5060 * stabs.texinfo (Macro define and undefine): New node describing
5061 stabs for #define and #undef.
5062
f73adfeb
AS
50632006-10-27 Andreas Schwab <schwab@suse.de>
5064
5065 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
5066
fd60e0df
EZ
50672006-10-21 Eli Zaretskii <eliz@gnu.org>
5068
5069 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
5070 clarify on the possible meanings of ``expression'' watched by
5071 watchpoints. Add indexing.
e5ac9b53
EZ
5072 (Prompting, Errors, Invalidation, Annotations for Running)
5073 (Source Annotations): Fix index entries by adding "annotation" to
5074 them, to discriminate from index entries that point to the more
5075 general topic descriptions.
fd60e0df 5076
52bb452f
DJ
50772006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5078
5079 * gdbint.texinfo (Target Vector Definition): Move most
5080 content into Existing Targets. Add a menu.
5081 (Existing Targets): New section, moved from Target Vector
5082 Definition. Use @subsection.
5083 (Managing Execution State): New section.
5084
58955e58
BW
50852006-10-16 Bob Wilson <bob.wilson@acm.org>
5086
5087 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
5088
c8aa23ab
EZ
50892006-10-15 Eli Zaretskii <eliz@gnu.org>
5090
5091 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
5092 (Command Syntax, Signals, Backtrace, Connecting)
5093 (Remote configuration, Renesas Boards, Console I/O): Fix last
5094 change: use Ctrl- instead of C-, except wrt Emacs.
5095 (File-I/O Examples): Put Ctrl-c in @kbd.
5096 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
5097 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
5098 (Signals, Set Breaks, Set Watchpoints): Document optional
5099 arguments to `info signals' `handle', `info breakpoints', and
5100 `info watchpoints'.
c8aa23ab 5101
e7109c7e
EZ
51022006-10-14 Eli Zaretskii <eliz@gnu.org>
5103
5104 * gdb.texinfo (Backtrace): Fix last change.
5105
de3aea7b
NR
51062006-10-14 Nick Roberts <nickrob@snap.net.nz>
5107
5108 * gdb.texinfo (Backtrace): Order correctly and add other cases.
5109
7f9087cb
BW
51102006-10-10 Bob Wilson <bob.wilson@acm.org>
5111
c8aa23ab
EZ
5112 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
5113 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
5114 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 5115
68437a39
DJ
51162006-09-21 Vladimir Prus <vladimir@codesourcery.com>
5117 Daniel Jacobowitz <dan@codesourcery.com>
5118
5119 * gdb.texinfo (Packets): Document vFlashErase,
5120 vFlashWrite and vFlashDone packets.
5121 (General Query Packets): Document qXfer:memory-map:read.
5122 Add a new feature for qXfer:memory-map:read.
5123 (Memory map format): New section.
5124 (Target Commands): Mention that gdb can write flash.
5125
fd79ecee
DJ
51262006-09-21 Vladimir Prus <vladimir@codesourcery.com>
5127 Daniel Jacobowitz <dan@codesourcery.com>
5128
5129 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
5130 memory regions and "mem auto".
5131
350da6ee
DJ
51322006-09-21 Nathan Sidwell <nathan@codesourcery.com>
5133
5134 * gdbint.texinfo (Array Containers): New section.
5135
2f1acb09
VP
51362006-09-17 Vladimir Prus <vladimir@codesourcery.com>
5137
5138 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5139 -stack-list-arguments HIGH_FRAME argument can be larger then the
5140 actual number of frames.
5141
2ab1eb7a
VP
51422006-09-07 Vladimir Prus <vladimir@codesourcery.com>
5143
5144 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
5145 -stack-list-locals HIGH_FRAME argument can be larger then the
5146 actual number of frames.
2ab1eb7a 5147
599b237a
BW
51482006-09-02 Bob Wilson <bob.wilson@acm.org>
5149
5150 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
5151 Register Packet Format, Tracepoint Packets): Fix spelling errors.
5152
25ab7e6d
EZ
51532006-09-02 Eli Zaretskii <eliz@gnu.org>
5154
5155 * gdbint.texinfo (Overall Structure): New section "Source Tree
5156 Structure".
5157
940178d3
JB
51582006-08-17 Jim Blandy <jimb@codesourcery.com>
5159
5160 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
5161 responses.
5162
30daae6c
JB
51632006-08-08 Joel Brobecker <brobecker@adacore.com>
5164
5165 * gdb.texinfo (Source Path): Add documentation for new
5166 substitute-path commands.
5167
7fa2210b
DJ
51682006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
5169
5170 * gdb.texinfo (Installing GDB): Update menu. Move text to...
5171 (Running Configure): ...here.
5172 (Requirements): New node. Mention expat.
5173
3d00d119
DJ
51742006-08-08 Vladimir Prus <vladimir@codesourcery.com>
5175
5ae4183a 5176 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
5177 'set download-write-size' and 'show download-write-size'.
5178
0cbfa4ee
DJ
51792006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
5180
5181 * stabs.texinfo (Member Type Descriptor): Correct example for
5182 pointer to member types.
5183
16026cd7
AS
51842006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
5185
5186 * gdb.texinfo (Optional warnings and messages): Add
5187 'set/show trace-commands'.
5188 (Command files): Add '-v' to source command.
5189
0876f84a
DJ
51902006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
5191
5192 * gdb.texinfo (OS Information): Update qPart reference to
5193 qXfer.
5194 (Remote configuration): Likewise.
5195 (Overview): Move @cindex to the start of a paragraph. Talk
5196 about binary data encoding.
5197 (Packets): Refer to the overview for the details of the X
5198 packet encoding.
5199 (General Query Packets): Remove qPart description. Add qXfer
5200 description. Add an anchor to qSupported. Correct feature
5201 table title. Add a new feature for qXfer:auxv:read.
5202 (Interrupts): Add a missing parenthesis.
5203
2ec3381a
DJ
52042006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
5205
669fac23 5206 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
5207 (GDB/MI Kod Commands): Remove commented out node.
5208
594fe323
EZ
52092006-07-01 Eli Zaretskii <eliz@gnu.org>
5210
5211 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
5212 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
5213 (GDB/MI Thread Commands, GDB/MI Program Execution)
5214 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
5215 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
5216 (GDB/MI File Commands, GDB/MI Target Manipulation)
5217 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
5218 since the MI prompt is hard-wired into the code.
5219
7e3fb70c
NR
52202006-07-01 Nick Roberts <nickrob@snap.net.nz>
5221
5222 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
5223 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
5224 (GDB/MI Data Manipulation): Remove description of unimplemented
5225 display related commands as variable objects perform this function
5226 and are superior: -display-delete, -display-disable,
5227 -display-enable, -display-insert and -display-list. Move
5228 -environment-cd, -environment-directory, -environment-path
5229 and -environment-pwd to "Program Context".
5230 (GDB/MI Program Control): Rename to "Program Execution". Move
5231 -exec-arguments -exec-abort to...
5232 (GDB/MI Program Context): ...here. New node split from "Data
5233 Manipulation".
5234
be2a5f71
DJ
52352006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
5236
5237 * gdb.texinfo (Remote configuration): Document set / show
5238 remote supported-packets.
5239 (General Query Packets): Document qSupported packet.
5240
fc320d37
SL
52412006-06-10 Sandra Loosemore <sandra@codesourcery.com>
5242
5243 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
5244 and font markup.
5245 (Protocol basics): Likewise.
5246 (The F request packet): Likewise.
5247 (The F reply packet): Likewise.
5248 (Memory transfer): Move this node to be a subsubsection of
5249 "Protocol specific representation of datatypes".
5250 (The Ctrl-C message): More copy editing.
5251 (Console I/O): Likewise.
5252 (The isatty call): Delete this node, and merge its content into
5253 the "isatty" node. Fixed references elsewhere.
5254 (The system call): Delete this node, and merge its content into
5255 the "system" node. Fixed references elsewhere.
5256 (open): Reformat to use @table, and add appropriate font markup.
5257 (close): Likewise.
5258 (read): Likewise.
5259 (write): Likewise.
5260 (lseek): Likewise.
5261 (rename): Likewise.
5262 (unlink): Likewise.
5263 (stat/fstat): Likewise.
5264 (gettimeofday): Likewise.
5265 (isatty): Likewise.
5266 (system): Likewise, plus minor changes to fix confusing wording.
5267 (Integral datatypes): Fix font markup.
5268 (Pointer values): Likewise.
5269 (struct stat): Fix markup to use @table, plus minor copy editing.
5270 (struct timeval): Fix font markup, plus minor copy editing.
5271 (Constants): Minor copy editing.
5272 (Errno values): Add font markup.
5273 (File-I/O Examples): Likewise.
5274
158fdf5c
NR
52752006-06-10 Nick Roberts <nickrob@snap.net.nz>
5276
5277 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
5278 (GDB/MI Simple Examples): Move node up one level. Use real
5279 examples.
5280 (GDB/MI Compatibility with CLI): Update.
5281 (GDB/MI Result Records): Add "connected" and "exit" result
5282 classes.
5283 (GDB/MI Stream Records): Clarify target output.
5284 (GDB/MI Command Description Format): Modify example description.
5285 (GDB/MI Breakpoint Table Commands): Rename to...
5286 (GDB/MI Breakpoint Commands): ...this
5287 (GDB/MI Breakpoint Commands): Add optional thread field.
5288 (GDB/MI Program Control): Add an introduction. Move "Program
5289 termination" examples into exec-run description.
5290 (GDB/MI File Commands): Mention similar CLI commands.
5291 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
5292 is similar to "-gdb-version".
5293
ddb50cd7
EZ
52942006-06-09 Eli Zaretskii <eliz@gnu.org>
5295
5296 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
5297
2aef0d6b
NR
52982006-06-02 Nick Roberts <nickrob@snap.net.nz>
5299
5300 * gdb.texinfo (GDB/MI Development and Front Ends): Use
5301 sourceware.org for mailing lists.
d5e40d59 5302 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 5303
383a5c52
NR
53042006-06-01 Nick Roberts <nickrob@snap.net.nz>
5305
d5e40d59 5306 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 5307
e16b02ee
EZ
53082006-05-22 Eli Zaretskii <eliz@gnu.org>
5309
5310 * gdb.texinfo (Cygwin Native): Fix last change.
5311
be90c084
CF
53122006-05-22 Christopher Faylor <cgf@timesys.com>
5313
5314 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
5315
347ceba5
NR
53162006-05-15 Nick Roberts <nickrob@snap.net.nz>
5317
5318 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
5319 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
5320
369af7bd
DJ
53212006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
5322
5323 * gdb.texinfo (General Query Packets): Recommend not starting
5324 new packets with qC and clarify.
5325
2ffdbde8 53262006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
5327
5328 * gdb.texinfo (M2 Types): New section.
72019c9c 5329
16d1a084
DJ
53302006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
5331
5332 * agentexpr.texi: Add a copyright and license notice.
5333 * observer.texi: Likewise, with GPL clause for function prototypes.
5334 Remove trailing whitespace.
5335
aa56d27a
JB
53362006-05-05 Jim Blandy <jimb@codesourcery.com>
5337
5338 * gdb.texinfo (General Query Packets): Document conventions for
5339 terminating packet names, and their violations.
5340
5bdf8622
DJ
53412006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
5342
5343 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
5344 * gdb.texinfo: Likewise.
5345
605a56cb
DJ
53462006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
5347
5348 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
5349 and "show remotedebug".
5350 (Debugging Output): Add additional index entries.
5351
b8db102d
MS
53522006-04-27 Michael Snyder <msnyder@redhat.com>
5353
5354 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
5355
c5e30d01
AC
53562006-04-22 Andrew Cagney <cagney@redhat.com>
5357
5358 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
5359 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
5360
8181d85f
DJ
53612006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
5362
5363 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
5364 and remove breakpoint prototypes.
5365 (Watchpoints): Move description of target_insert_hw_breakpoint and
5366 target_remove_hw_breakpoint ...
5367 (Breakpoints): ... to here. Document target_insert_breakpoint and
5368 target_remove_breakpoint.
5369
4f553f88
JB
53702006-04-17 Jim Blandy <jimb@codesourcery.com>
5371
5372 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
5373 and C packets are optional.
5374
cd852561
FR
53752006-04-14 Frederic Riss <frederic.riss@st.com>
5376
5377 * gdb.texinfo (Specifying source directories): Update the description
5378 of the source file search to reflect the fact that the source path
5379 always contains at least $cdir and $cwd.
5380
b620eb07
MS
53812006-03-31 Michael Snyder <msnyder@redhat.com>
5382
5383 * gdb.texinfo: Update copyright dates.
5384
3156cdaf
EZ
53852006-03-31 Eli Zaretskii <eliz@gnu.org>
5386
5387 * gdb.texinfo (Overview): Add an index entry to "empty response".
5388
7d30c22d
JB
53892006-03-28 Jim Blandy <jimb@codesourcery.com>
5390
5391 * gdbint.texinfo (Prologue Analysis): New section.
5392
86941c27
JB
53932006-03-07 Jim Blandy <jimb@red-bean.com>
5394
66b8c7f6
JB
5395 * gdb.texinfo (Connecting): Document 'target remote pipe'.
5396
1a10341b
JB
5397 * gdb.texinfo (Target Commands): Update text describing how to
5398 specify a target. Refer to the detailed section on remote
5399 debugging, not the brief mention.
5400
86941c27
JB
5401 * gdb.texinfo (Connecting): Organize the different 'target remote'
5402 connection methods into a table. Add a 'target remote' index
5403 entry. (!!!)
5404
62f3a2ba
FF
54052006-02-17 Fred Fish <fnf@specifix.com>
5406
5407 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
5408 'ptype' commands to reflect the fact that the only significant
5409 difference between them is that ptype prints the complete type
5410 description instead of just the name.
5411
8b9a88ea
WZ
54122006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
5413
5414 * gdbint.texinfo (Watchpoints): Delete
5415 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
5416
7e8dc855
NR
54172006-02-10 Nick Roberts <nickrob@snap.net.nz>
5418
5419 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
5420 times fields where needed. Fix typos. Update general form given
5421 for output of -break-insert.
5422 (GDB/MI): Abbreviate some unnecessarily long fullnames.
5423
c91d38aa
DJ
54242006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
5425
5426 * gdbint.texinfo (Symbol Handling): Add a section
5427 on memory management.
5428
38fcd64c
DJ
54292006-02-06 Vladimir Prus <ghost@cs.msu.su>
5430
5431 * gdb.texinfo (Breakpoint table commands): Document the fullname
5432 field in -break-list output.
5433
219eec71
EZ
54342006-02-03 Eli Zaretskii <eliz@gnu.org>
5435
5436 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
5437 debugging information produced by the various "set debug..."
5438 options.
5439
ae5a43e0
DJ
54402006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5441
5442 * gdb.texinfo (Files): Remove obsolete bits from the description
5443 of "symbol-file".
5444
a9f158ec
JB
54452006-01-25 Jim Blandy <jimb@redhat.com>
5446
5447 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
5448
410dd08e
JB
54492006-01-24 Jim Blandy <jimb@redhat.com>
5450
5451 * gdbint.texinfo (Frames): Document the basics of GDB's register
5452 unwinding model, and explain the existence of the "sentinel" frame.
5453
4b505b12
AS
54542006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
5455
5456 * gdb.texinfo (Choosing files): Mention that -directory is used
5457 for script files.
5458 (Specifying source directories): Likewise.
5459 (Command files): Explain how script files are found.
5460
839c27b7
EZ
54612006-01-21 Eli Zaretskii <eliz@gnu.org>
5462
5463 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
5464 the threads in a multi-threaded program.
5465 (Threads): The threadno argument of "thread apply" can be a range
5466 of numbers.
5467
7be93b9e
JB
54682006-01-18 Jim Blandy <jimb@redhat.com>
5469
5470 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
5471 of warning flags.
5472
fcc73fe3
EZ
54732006-01-13 Eli Zaretskii <eliz@gnu.org>
5474
5475 * gdb.texinfo (Sequences): Improve menu annotations.
5476 (Define): Add index entries for arguments of user-defined
5477 commands. Move the description of flow-control commands...
5478 (Command Files): ...to here. Document loop_break and
5479 loop_continue.
ca91424e
EZ
5480 (Define, Command Files): Document `end' and add index entries for
5481 it.
fcc73fe3 5482
5c95884b
MS
54832006-01-04 Michael Snyder <msnyder@redhat.com>
5484
5485 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 5486 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 5487
860701dc
PH
54882006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
5489
5490 * gdb.texinfo (Omissions from Ada): Document that there is now
5491 limited aggregate support.
5492
36b80e65
EZ
54932005-12-28 Eli Zaretskii <eliz@gnu.org>
5494
5495 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
5496 registers and the likes.
5497
c1468174
EZ
54982005-12-24 Eli Zaretskii <eliz@gnu.org>
5499
5500 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
5501 (Symbols): Fix usage of "e.g.".
359df76b 5502 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
5503
5504 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
5505 (Coding): Fix usage of "e.g.".
5506
c02a867d
EZ
55072005-12-23 Eli Zaretskii <eliz@gnu.org>
5508
5ae4183a
AS
5509 * stabs.texinfo:
5510 * refcard.tex:
c02a867d 5511 * gpl.texi:
5ae4183a
AS
5512 * gdbint.texinfo:
5513 * gdb.texinfo:
5514 * gdb-cfg.texi:
c02a867d 5515 * fdl.texi:
5ae4183a
AS
5516 * annotate.texinfo:
5517 * all-cfg.texi:
c02a867d
EZ
5518 * Makefile.in: Add (C) after Copyright. Update the FSF
5519 address.
5520
fad38dfa
EZ
55212005-12-03 Eli Zaretskii <eliz@gnu.org>
5522
5523 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
5524 extend GDB with commands for external monitor.
5525
53e5f3cf
AS
55262005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
5527
5528 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
5529
55f6ca0f
JB
55302005-11-25 Joel Brobecker <brobecker@adacore.com>
5531
5532 * gdbint.texinfo (Start of New Year Procedure): New chapter.
5533
c1947b85
JB
55342005-11-21 Jim Blandy <jimb@redhat.com>
5535
5536 * gdb.texinfo (Tracepoint Packets): Document restrictions on
5537 placement of 'R' actions in tracepoint action packets; document
5538 dependence of 'X' and 'M' actions on a preceding 'R' action for
5539 their registers.
5540
9d29849a
JB
55412005-11-19 Jim Blandy <jimb@redhat.com>
5542
5543 * gdb.texinfo (Tracepoint Packets): New node.
5544 (General Query Packets): Add entries for the tracepoint packets,
5545 referring to the "Tracepoint Packets" node.
5546 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 5547
9a6253be
KB
55482005-11-18 Kevin Buettner <kevinb@redhat.com>
5549
5550 * gdb.texinfo (set remotebreak): Add anchor.
5551 (X packet): Likewise.
5552 (Remote Protocol): Add new section `Interrupts' and new index
5553 entry `interrupts (remote protocol)'.
5554
5f3bebba
JB
55552005-11-18 Jim Blandy <jimb@redhat.com>
5556
5557 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
5558 entries into the General Query Packets section. Add a
5559 cross-reference to that section. Drop description of replies, as
5560 these are covered in the descriptions of each packet.
5561 (General Query Packets): Add introductory text. Explain naming
5562 conventions, and how the end of a name is recognized.
5563
9a7a1b36
KB
55642005-11-17 Kevin Buettner <kevinb@redhat.com>
5565
0564b6cf 5566 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
5567 "set remotebreak" command.
5568
b8ff78ce
JB
55692005-11-16 Jim Blandy <jimb@redhat.com>
5570
5571 * gdb.texinfo (Packets, Stop Reply Packets)
5572 (General Query Packets): Various formatting cleanups.
5573 - Use @samp for packet contents.
5574 - Drop summaries from packet @item lines; the same information appears
5575 immediately below in the description.
5576 - Delete paragraph breaks after packet @item commands, so that the
5577 description appears directly to the right of the packet prototype
5578 in the printed manual, if it fits.
5579 - Place spaces in packet prototypes between @vars and non-@var
5580 letters, and explain that they're just for formatting.
5581 - Use @dots{} instead of '...'.
5582 - Fix uses of @code where @var was needed.
5583 - Replace "deprecated" markers with English text spelling out the
5584 packet's status and the preferred alternatives.
5585 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
5586 what this ever meant.
5587 - Remove "(draft)" markers on 'i' packets; nobody has commented on
5588 this for a long time.
5589 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
5590 implemented several times, and have been in use for years.
5591
8ffe2530
JB
55922005-11-15 Jim Blandy <jimb@redhat.com>
5593
c43c5473
JB
5594 * gdb.texinfo (Packets): Add index entries for 'm' packet
5595 disclaimers.
5ae4183a 5596
fb031cdf
JB
5597 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
5598 of stub when processing an 'm' packet.
5599
8ffe2530
JB
5600 * gdb.texinfo (Packets): Mention that packets beginning with
5601 letters are reserved once, at the top, instead of actually listing
5602 them all and saying "reserved".
5603
c03c782f
AS
56042005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
5605
5606 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
5607 Change @var{$arg0 to @code{$arg0.
5608
814e32d7
WZ
56092005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
5610
5611 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
5612
fa93a9d8
JB
56132005-11-12 Jim Blandy <jimb@redhat.com>
5614
5615 * gdb.texinfo (General Query Packets): Put packets in alphabetical
5616 order. Remove extraneous 'z'.
5617
8a5a3c82
AS
56182005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
5619
5620 * gdb.texinfo (Choosing files): Add --eval-command.
5621
4b0ad762
AS
56222005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
5623
5624 * gdb.texinfo (Choosing modes): Add --return-child-result.
5625
5626
1a088d06
AS
56272005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
5628
5629 * gdb.texinfo (Choosing modes): Add --batch-silent.
5630
656d5e12
EZ
56312005-10-28 Eli Zaretskii <eliz@gnu.org>
5632
5633 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
5634 "The -var-update Command".
5635
3c9c013a
JB
56362005-10-03 Joel Brobecker <brobecker@adacore.com>
5637
5638 * gdb.texinfo (Print Settings): Add documentation for set/show
5639 print array-indexes.
5640
7ba3cf9c
DJ
56412005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
5642
5643 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
5644 6.2 and 6.3.
5645
a94ab193
EZ
56462005-08-27 Eli Zaretskii <eliz@gnu.org>
5647
5648 * gdb.texinfo (File Options): Don't document --mapped, it's gone
5649 since 19-Jan-2004.
5650 (Files): Likewise.
ab1adacd
EZ
5651 (Variables, Symbols): Document the "<incomplete type>" message and
5652 its reasons.
a94ab193 5653
ca06016a
FF
56542005-08-01 Fred Fish <fnf@specifix.com>
5655
5656 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
5657
cf58170d
NR
56582005-07-15 Nick Roberts <nickrob@snap.net.nz>
5659
5660 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
5661 option for -var-list-children and -var-update.
5662 (GDB/MI Stack Manipulation): Simplify description of
5663 print-values option for -stack-list-locals.
5664 (GDB/MI Command Description Format): Clarify.
5665 (Mode Options): Spelling of superseded.
5666
38f1196a
BR
56672005-07-12 Bob Rossi <bob@brasko.net>
5668
5669 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
5670 corresponding GDB command comment.
5671
3cb3b8df
BR
56722005-07-06 Bob Rossi <bob@brasko.net>
5673
5674 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
5675 and -inferior-tty-show.
5676 (Input/Output): Document "set/show inferior-tty" and tty alias.
5677
10fac096
NW
56782005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
5679
5680 * gdb.texinfo (Packets): Change description of 'D' packet to note
5681 that GDB does wait for a response.
5682
d1b6db76
NR
56832005-06-22 Nick Roberts <nickrob@snap.net.nz>
5684
5685 * gdb.texinfo (History) Rename "Command History".
5686 (Command History): Move node "Server Prefix" from section on
5687 Annotations here.
5688
29629dcf
NR
56892005-06-19 Nick Roberts <nickrob@snap.net.nz>
5690
5691 * gdb.texinfo (GDB/MI Stack Manipulation):
5692 Re-instate -stack-info-frame with example. Say that it gets
5693 info on selected frame, not current frame.
5694
397ca115
EZ
56952005-06-18 Eli Zaretskii <eliz@gnu.org>
5696
5697 * gdb.texinfo (Server): Clarify that `file' should be used before
5698 connecting to the server.
5699 (Files): Add an xref to the above description.
51274035
EZ
5700 (Output Formats): More detailed description of the `c' format.
5701 (Memory): List explicitly all the formats supported by `x'.
638ac427 5702 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 5703 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
5704 files. Add more indexing for solib-absolute-prefix and
5705 --with-sysroot.
76d17f34
EZ
5706 (Machine Code): Document possible problems with locations in
5707 shared libraries.
d416eeec
EZ
5708 (Backtrace): Document that free-standing environments do not need
5709 to have a `main' function.
397ca115 5710
74f6deaa
NR
57112005-06-18 Nick Roberts <nickrob@snap.net.nz>
5712
5713 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
5714 -stack-info-frame.
5715
a9967aef
AC
57162005-06-07 Andrew Cagney <cagney@gnu.org>
5717
5718 * gdb.texinfo (Contributors): Note the original multi-arch
5719 contributors.
5720
e09f16f9
EZ
57212005-06-03 Eli Zaretskii <eliz@gnu.org>
5722
5723 * gdb.texinfo (Registers): Add index entries for the standard
5724 registers.
5725 (Frames): Add cross-reference from frame pointer description to
5726 the Registers node.
5727 (Annotations Overview): Fix the reference to GDB name.
5728
d87ba7ee
EZ
57292005-06-01 Eli Zaretskii <eliz@gnu.org>
5730
5731 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
5732 can-use-hw-watchpoints.
5733
034dad6f
BR
57342005-05-28 Bob Rossi <bob@brasko.net>
5735
5736 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
5737 the possible reasons why an exec async record would be returned to FE.
5738
ffed4509
AC
57392005-05-26 Andrew Cagney <cagney@gnu.org>
5740
5741 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
5742 Andrew Cagney implemented the original GDB/MI.
5743
e22e55c9
OF
57442005-05-23 Orjan Friberg <orjanf@axis.com>
5745
5746 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
5747 documentation. Add documentation for cris-mode.
5748
a78e13ce
EZ
57492005-05-20 Eli Zaretskii <eliz@gnu.org>
5750
5751 * gdb.texinfo (Numbers): Explain the example and make the wording
5752 more acurate.
5753
76ff342d
DJ
57542005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
5755 Dennis Brueni <dennis@slickedit.com>
5756
5757 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
5758 (GDB/MI Data Manipulation, GDB/MI Program Control)
5759 (GDB/MI Stack Manipulation): Update examples to include the fullname
5760 attribute in stack frames.
5761
119b882a
EZ
57622005-05-12 Eli Zaretskii <eliz@gnu.org>
5763
5764 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
5765 do with other non-standard names of init files.
5766
6fc08d32
EZ
57672005-05-11 Eli Zaretskii <eliz@gnu.org>
5768
5769 * gdb.texinfo (Command Files): Move the description of the startup
5770 from here...
5771 (Startup): ...to this new subsection of the Invocation chapter.
5772 Rearrange the description of init files more logically and add a
5773 cross-reference to "Command Files". Document the special gdbinit
5774 name for CISCO 68k. Expand the description of what GDB does
5775 during startup.
5776 (History): Add index entry for HISTSIZE.
5777
a561754a
MK
57782005-05-02 Mark Kettenis <kettenis@gnu.org>
5779
5780 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
5781
2eecc4ab
EZ
57822005-05-02 Eli Zaretskii <eliz@gnu.org>
5783
5784 * gdb.texinfo (SVR4 Process Information, The isatty call)
5785 (The system call): Don't use foo(N) notation for man pages and
5786 functions.
514c4d71 5787 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 5788
18999be5
EZ
57892005-04-27 Eli Zaretskii <eliz@gnu.org>
5790
5791 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
5792 were optimized away.
5793
0abb7bc7
EZ
57942005-04-22 Eli Zaretskii <eliz@gnu.org>
5795
5796 * gdb.texinfo (Remote configuration): Document "set/show
5797 get-thread-local-storage-address". Add cross-reference to the
5798 description of the qGetTLSAddr packet.
5799 (General Query Packets): Mention "set remote
5800 get-thread-local-storage-address" and add a reference to its
5801 description.
5802
6f61acb1
NR
58032005-04-19 Nick Roberts <nickrob@snap.net.nz>
5804
5805 * gdb.texinfo (Backtrace): Describe 'bt full'.
5806
9d59903a
NR
58072005-04-17 Nick Roberts <nickrob@snap.net.nz>
5808
5809 * gdb.texinfo (Mode Options): Fix typo.
5810 (GDB/MI): Describe how to invoke GDB/MI.
5811
721c2651
EZ
58122005-04-16 Eli Zaretskii <eliz@gnu.org>
5813
5814 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 5815 references changed. Add description of "info udot".
721c2651
EZ
5816 (Files): Document "set/show stop-on-solib-events".
5817 (M32R/D): Document "set/show download-path", "set/show
5818 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
5819 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
5820 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
5821 (Maintenance Commands): Improve indexing.
5822 (Target Commands): Document "set/show hash", "set/show debug
5823 monitor".
5824 (SVR4 Process Information): Document "info pidlist" and "info
5825 meminfo". Document "set/show procfs-tarce" and "set/show
5826 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
5827 (Symbols, The Print Command with Objective-C): Improve indexing.
5828 (Objective-C): Add references to "info classes" and "info
5829 selectors".
c45da7e6
EZ
5830 (Debugging Output): Improve wording. Document "set/show debug
5831 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
5832 (Set Breaks): Add index entry for "hardware breakpoints".
5833 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
5834 and "set/show usehardbreakpoints".
5835 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
5836 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
5837 (ARM): Document "rdilogfile", "rdilogenable", "set/show
5838 rdiromatzero", "set/show rdiheartbeat".
5839 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
5840 "sds".
5841 (Embedded Processors): Document the "sim" command.
5842 (Remote): Document the "remote" command.
5843 (DJGPP Native): Document the "info serial" command.
5844 (Threads): Document "maint info sol-threads".
5845 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
5846 (Set Breaks): Improve indexing.
5847 (Command Syntax): Add a reference to dont-repeat.
5848 (Define): Document "dont-repeat".
5849 (TUI Commands): Document "tabset".
5850 (WinCE): New subsection. Document "set/show remotedirectory",
5851 "set/show remoteupload", "set/show remoteaddhost".
721c2651 5852
14d6dd68
EZ
58532005-04-15 Eli Zaretskii <eliz@gnu.org>
5854
5855 * gdb.texinfo (Hurd Native): New subsection, documents
5856 Hurd-specific commands.
a64548ea 5857 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 5858 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
5859 (MIPS): Improve documentation of heuristic-fence-post. Document
5860 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
5861 mips stack-arg-size", "set/show mips mask-address", "set/show mips
5862 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 5863 (ARM): Document ARM-specific commands.
a64548ea
EZ
5864 (AVR): New section. Document "info io_registers".
5865 (CRIS): New section. Document "set/show cris-version" and
5866 "set/show cris-dwarf2-cfi".
5867 (HPPA): New section. Document "set/show debug hppa" and "maint
5868 print unwind".
a5adf40f 5869 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 5870 (Super-H): New section. Document the "regs" command.
721c2651 5871 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 5872
9c16f35a
EZ
58732005-04-09 Eli Zaretskii <eliz@gnu.org>
5874
5875 * gdb.texinfo (Print Settings): Document "set/show print
5876 pascal_static-members", "set print repeats", "show print
5877 null-stop". Improve indexing. Fix documentation of "set print
5878 union".
5879 (Pascal): New section.
5880 (Supported languages): Rename from "Support"; all references
5881 updated. Add a menu item for Pascal.
5882 (Numbers): Document "set radix.
5883 (Screen Size): Document "set/show pagination".
5884 (MIPS Embedded): Remove "set processor" documentation.
5885 (Remote configuration): Document "set/show X/P/Z-packet",
5886 "set/show read-aux-vector-packet", "set/show remote
5887 symbol-lookup-packet", "set/show remote verbose-resume-packet",
5888 "set/show remoteaddresssize", "set/show remotebaud", "set/show
5889 remotedebug", "set/show remotebreak", "set/show remotedevice",
5890 "set/show remotelogfile".
5891 (Auxiliary Vector): Add reference to the description of the
5892 read-aux-vector-packet setting.
5893 (Set Watchpoints): Add a cross-reference to "set remote
5894 hardware-breakpoint-limit".
5895 (General Query Packets): Add indexing of requests and
5896 cross-references to related commands in "Remote configuration".
5897 (File-I/O Overview, The system call): Fix wording and typos.
5898 (Thread Stops): Add index entries.
5899 (Continuing and Stepping): Document "show step-mode".
5900 (i386): New node. Document "set/show struct-convention".
5901 (Files): Document "show trust-readonly-sections".
5902 (Calling): Document "set/show unwindonsignal".
5903 (Messages/Warnings): Add index entries.
5904 (Maintenance Commands): Document "set/show watchdog".
5905 (Annotations Overview): Document "show annotate".
5906 (Set Watchpoints): Add index entries.
5907 (Symbols): Fix doc of case-sensitive.
5908 (ABI): Document "show coerce-float-to-double".
5909 (Convenience Vars, Help): Improve indexing.
5910 (Machine Code): Document "show disassembly-flavor".
5911 (Debugging C plus plus): Document "show overload-resolution".
5912 (Value History, Signaling): Add index entries.
5913
59142005-04-08 Eli Zaretskii <eliz@gnu.org>
5915
5916 * gdb.texinfo (Show): Move @kindex entries to their proper places.
5917 (Processes): Fix wording.
5918 (History, List, Logging output, Define, Symbols, Print Settings):
5919 Improve indexing.
5920
a8f24a35
EZ
59212005-04-03 Eli Zaretskii <eliz@gnu.org>
5922
5923 * gdb.texinfo (Targets): Document "set/show architecture". Remove
5924 redundant index entry for "target" command.
5925 (Backtrace): Add index entries.
5926 (Symbols, Fortran): Document the "set case-sensitive" command.
5927 (DJGPP Native): Document "set com1base", "set com1irq", etc.
5928 (Print Settings): Add index entry for "set demangle-style".
5929 (Target Commands): Document "set download-write-size".
5930 (Debugging Output): Document "set exec-done-display".
5931
09d4efe1
EZ
59322005-04-02 Eli Zaretskii <eliz@gnu.org>
5933
5934 * gdb.texinfo (Files): Fix the name and documentation of
5935 add-shared-symbol-files. Document its alias assf. Update the
5936 list of OSs where GDB supports shared libraries. Fix markup.
5937 (Continuing and Stepping): Add reference to @var{location} in the
5938 text.
5939 (Dump/Restore Files): Fix reference to @{filename}.
5940 (Help): Fix wording.
5941 (Attach): Ditto.
5942 (Set Watchpoints): Ditto.
5943 (Backtrace): Remove redundant index entries. Improve index
5944 entries.
5945 (Delete Breaks): Fix wording.
5946 (Memory): Document the compare-sections command.
5947 (Memory Region Attributes): Improve wording.
5948 (Disabling): Improve wording.
5949 (Fortran): New subsection. Document the "info common" command.
5950 (Help): Document aliases "info copying" and "info warranty".
5951 (Caching Remote Data): New section. Document the "set/show
5952 remotecache" and "info dcache" commands.
5953 (Show): Fix wording of the documentation of the "set
5954 extension-language" command.
5955 (Signals): Add index entry for "info handle".
5956 (Memory Region Attributes): Fix punctuation.
5957 (Symbols): Change the arg name to "location" and refer to it in
5958 the text. Fix wording of "info types" doc.
5959 (Threads): Fix usage of @enumerate @item's.
5960 (Listing Tracepoints): Add index entry for "info tp".
5961 (Set Watchpoints): Add xref to "info break" description.
5962 (Macros): Add an index entry for "macro exp1". Document the
5963 "macro list" command.
5964 (Maintenance Commands): Document "flushregs", "maint agent",
5965 "maint check-symtabs", "maint cplus", "maint demangle", "maint
5966 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
5967 "maint print architecture", "maint print objfiles", "maint print
5968 statistics", "maint print type", "maint show-debug-regs", "maint
5969 space", "maint time", and "maint translate-address".
5970 (Connecting): Document the "monitor" command.
5971 (Annotations Overview): Describe the "set annotate" command.
5972
82f2d802
EZ
59732005-04-01 Eli Zaretskii <eliz@gnu.org>
5974
5975 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
5976 Rearrange index entries and improve wording about support for
5977 hardware watchpoints.
5978
7d51c7de
BR
59792005-03-10 Bob Rossi <bob@brasko.net>
5980
5981 * gdb.texinfo: Update copyright
5982
68c71a2e
TR
59832005-02-09 Theodore A. Roth <troth@openavr.org>
5984
5985 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
5986 error.
5987
83761cbd
KB
59882005-02-03 Kevin Buettner <kevinb@redhat.com>
5989
5990 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
5991
9f1c6395
MS
59922005-01-17 Michael Snyder <msnyder@redhat.com>
5993
5994 * gdb.texinfo: Fix spelling, infinte -> infinite.
5995
fbd1b305
MK
59962005-01-08 Mark Kettenis <kettenis@gnu.org>
5997
5998 * observer.texi (GDB Observers): Document "solib_loaded".
5999
3ace7edb
AC
60002005-01-07 Andrew Cagney <cagney@gnu.org>
6001
bec39cab
AC
6002 * configure.ac: Rename configure.in, require autoconf 2.59.
6003 * configure: Re-generate.
6004
3ace7edb
AC
6005 * configure.in: Replace configdirs with multiple references to
6006 AC_CONFIG_SUBDIRS.
6007 * configure: Re-generate.
5ae4183a 6008
53531fc1
AC
60092005-01-04 Andrew Cagney <cagney@gnu.org>
6010
6011 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
6012 part of the version number.
6013
536ffdb7
MK
60142004-12-24 Mark Kettenis <kettenis@gnu.org>
6015
6016 * gdbint.texinfo (Algorithms): Remove description of
6017 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
6018
e1aac25b
JB
60192004-12-07 Jim Blandy <jimb@redhat.com>
6020
6021 * gdb.texinfo (General Query Packets): Specify that thread ID's in
6022 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
6023 numbers.
6024
f47b1503
AS
60252004-12-07 Andreas Schwab <schwab@suse.de>
6026
6027 * gdb.texinfo (Mode Options): Document -l option.
6028
b6b8ece6
EZ
60292004-12-04 Eli Zaretskii <eliz@gnu.org>
6030
6031 * gdbint.texinfo (Algorithms): More accurate description of
6032 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
6033 is not needed unless data-read and data-access watchpoints are
6034 supported. Add a description of how GDB checks whether the
6035 inferior stopped because a watchpoint was hit.
6036
01371747
EZ
60372004-11-23 Eli Zaretskii <eliz@gnu.org>
6038
6039 * gdb.texinfo (Files): Add cross-reference to description of
6040 -readnow command-line switch.
6041
2315ffec
RC
60422004-11-10 Randolph Chung <tausq@debian.org>
6043
6044 * gdb.texinfo: Document set/show backtrace past-entry commands.
6045 Rearrange index entries for set/show backtrace past-main.
6046
69065f5d
AC
60472004-11-10 Jon Beniston <jon@beniston.com>
6048
6049 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
6050 * gdb.texinfo (Remote Serial Protocol): Further describe
6051 binary transfer escaping mechanism .
69065f5d 6052
30e91e0b
RC
60532004-11-08 Randolph Chung <tausq@debian.org>
6054
6055 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
6056 and "show debug infrun". Add index entries.
6057
60bf7e09
EZ
60582004-10-23 Eli Zaretskii <eliz@gnu.org>
6059
6060 * gdb.texinfo (SVR4 Process Information): Document subcommands of
6061 "info proc" that are already implemented. Add index entries.
6062 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
6063 (Files): Add a tip for decreasing memory used for symtabs from
6064 shared libraries.
f018e82f
EZ
6065 (Starting): Fix whitespace; make "elaboration" stand out where it
6066 is first used, and add an index entry for the term.
f8568604
EZ
6067 (Calling): Expand and elaborate text. Add "print". Add the
6068 description of problems with weak aliases.
384ee23f 6069 (Core File Generation): New section.
60bf7e09 6070
d52fe014
AC
60712004-10-12 Andrew Cagney <cagney@gnu.org>
6072
6073 * gdbint.texinfo (Versions and Branches): New chapter.
6074 (Releasing GDB): Delete "Versions and Branches" section.
6075 (Top): Add "Versions and Branches".
6076
703663ab
EZ
60772004-10-08 Eli Zaretskii <eliz@gnu.org>
6078
6079 * gdb.texinfo (Editing, History): Add cross-references to the
6080 included Readline and History user documentation. Remove
6081 references to the symbol have-readline-appendices which is unused
6082 and undefined.
6083 (History): Fix indexing.
6084
ac77d04f
JJ
60852004-10-08 Jeff Johnston <jjohnstn@redhat.com>
6086
6087 * gdbint.texinfo (target_stopped_data_address): Update to
6088 new prototype.
6089 (i386_stopped_data_address): Update prototype and description.
6090 (i386_stopped_by_watchpoint): New function and description.
6091
e07c999f
PH
60922004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
6093
6094 * gdb.texinfo (Filenames): Add Ada suffixes.
6095 (Ada) New section.
6096
2e868123
AC
60972004-09-27 Andrew Cagney <cagney@gnu.org>
6098 Robert Picco <Robert.Picco@hp.com>
6099
6100 * gdb.texinfo (Packets): Document the "p" packet.
6101
02a57714
JM
61022004-09-21 Jason Molenda (jmolenda@apple.com)
6103
6104 * gdb.texinfo (Paths and Names of the Source Files): Document the
6105 meaning of values in the 'desc' field of a SO stab.
6106
ae038cb0
DJ
61072004-09-20 Daniel Jacobowitz <dan@debian.org>
6108
6109 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
6110 max-cache-age" and "maint show dwarf2 max-cache-age".
6111
f7dc1244
EZ
61122004-09-16 Eli Zaretskii <eliz@gnu.org>
6113
6114 * gdb.texinfo (Set Breaks): Add index entry for setting
6115 breakpoints on overloaded C++ functions that are not members of
6116 any classes. Add an example and an index entry for setting
6117 breakpoints on all program functions.
6118 (Character Sets, Macros, Overlay Commands)
6119 (Non-debug DLL symbols, GDB/MI Output Syntax)
6120 (Annotations Overview, Maintenance Commands, File-I/O Overview):
6121 Use "(@value{GDBP})" instead of a literal "(gdb)".
6122
f810308b
AC
61232004-09-12 Andrew Cagney <cagney@gnu.org>
6124
6125 * gdbint.texinfo (Native Debugging): Delete description of
6126 FILES_INFO_HOOK.
6127
15a661f3
PH
61282004-09-11 Paul Hilfinger <hilfinger@gnat.com>
6129
5ae4183a
AS
6130 * gdbint.texinfo (User Interface): Change local_hex_string_custom
6131 to hex_string_custom (not historically correct, but more
15a661f3
PH
6132 understandable, given the current code).
6133
f3219c75
AC
61342004-09-03 Andrew Cagney <cagney@gnu.org>
6135
6136 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
6137
f3bb6704
JJ
61382004-09-01 Jeff Johnston <jjohnstn@redhat.com>
6139
6140 * observer.texi (solib_unloaded): New observer.
6141
8d2c00cb
AC
61422004-08-24 Andrew Cagney <cagney@gnu.org>
6143
6144 * gdbint.texinfo (Target Architecture Definition): Add missing
6145 comma.
6146
e7dc800a
MC
61472004-08-20 Michael Chastain <mec.gnu@mindspring.com>
6148
6149 * (Using the Testsuite): build != host is supported,
6150 but some test scripts do not support build != host.
6151
73b03683
MK
61522004-08-14 Mark Kettenis <kettenis@gnu.org>
6153
6154 * gdbint.texinfo (Host Definition): Delete description of
6155 FCLOSE_PROVIDED and GETENV_PROVIDED.
6156
c0ccb908
MK
61572004-08-05 Mark Kettenis <kettenis@chello.nl>
6158
6159 * gdbint.texinfo (Host Definition): Delete description of
6160 NO_SYS_FILE.
6161 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
6162 PTRACE_FP_BUG.
6163
9c8dbfa9
AC
61642004-08-05 Andrew Cagney <cagney@gnu.org>
6165
6166 * gdbint.texinfo (Target Architecture Definition): Delete
6167 reference to deprecated_read_fp.
6168
f42accbe
AC
61692004-08-02 Andrew Cagney <cagney@gnu.org>
6170
6171 * gdbint.texinfo (Target Architecture Definition): Delete
6172 description of DEPRECATED_REGISTER_BYTES.
6173
0b66e38c
EZ
61742004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
6175
6176 * gdb.texinfo (Source Path): Document the new behavior of
6177 searching for the source files.
6178
15387254
EZ
61792004-07-17 Eli Zaretskii <eliz@gnu.org>
6180
6181 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
6182 (Search, Expressions, Arrays, Variables, Data, Machine Code)
6183 (Auto Display): Improve indexing.
6184
2c07db7a
AC
61852004-07-16 Andrew Cagney <cagney@gnu.org>
6186
6187 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
6188 "-noasync".
6189
4644b6e3
EZ
61902004-07-09 Eli Zaretskii <eliz@gnu.org>
6191
6192 * gdb.texinfo: Fix @kindex entries so that multiple commands that
6193 have the same prefix have only their prefix in the index.
6194
7561d450
MK
61952004-07-03 Mark Kettenis <kettenis@gnu.org>
6196
6197 * gdb.texinfo (BSD libkvm Interface): New node (section)
6198 (Native): Add it to the menu.
6199
67bebe79
MK
62002004-07-01 Mark Kettenis <kettenis@gnu.org>
6201
6202 * gdbint.texinfo (Target Architecture Definition): Remove
6203 PCC_SOL_BROKEN.
6204
1a6923e0
MK
62052004-06-24 Mark Kettenis <kettenis@gnu.org>
6206
6207 * gdbint.texinfo (Target Architecture Definition): Remove
6208 SUN_FIXED_LBRAC_BUG.
6209
b435e160
AC
62102004-06-26 Andrew Cagney <cagney@gnu.org>
6211
6212 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
6213
b5622e8d
AC
62142004-06-20 Andrew Cagney <cagney@gnu.org>
6215
6216 * gdbint.texinfo (Target Architecture Definition): Deprecate
6217 USE_STRUCT_CONVENTION.
6218
e0c07bf0
MC
62192004-06-19 Michael Chastain <mec.gnu@mindspring.com>
6220
6221 gdb.texinfo (Bug Reporting): Mention session recording,
6222 with the script command or Emacs.
6223
782263ab
AC
62242004-06-18 Andrew Cagney <cagney@gnu.org>
6225
6226 * gdbint.texinfo (Target Architecture Definition): Deprecate
6227 FUNCTION_START_OFFSET.
6228
03727ca6
AC
62292004-06-14 Andrew Cagney <cagney@gnu.org>
6230
6231 Based on changes from Karl Berry.
6232 * gdb.texinfo: Do not use @sc in a direntry.
6233 * stabs.texinfo: Change @dircateogry to "Software development".
6234 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
6235
97092415
AC
62362004-06-13 Andrew Cagney <cagney@gnu.org>
6237
6238 * gdbint.texinfo (Target Architecture Definition): Delete
6239 description of RETURN_VALUE_ON_STACK.
6240
1f6d4158
AC
62412004-06-09 Andrew Cagney <cagney@gnu.org>
6242
6243 * gdbint.texinfo (Native Debugging): Restore "@table @code"
6244 deleted by previous patch.
6245
d966f0cb
AC
62462004-06-08 Andrew Cagney <cagney@gnu.org>
6247
6248 * gdbint.texinfo (Native Debugging): Delete documentation on
6249 ATTACH_DETACH.
6250
86fe4aaa
RC
62512004-06-06 Randolph Chung <tausq@debian.org>
6252
6253 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
6254
d4b6d575
RC
62552004-06-06 Randolph Chung <tausq@debian.org>
6256
5ae4183a 6257 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
6258 the new push_dummy_call method signature. Describe the function
6259 argument.
6260
4e8b0763
JB
62612004-05-24 Joel Brobecker <brobecker@gnat.com>
6262
6263 * gdb.texinfo (Starting): Document new start command.
6264
59caf092
AC
62652004-05-21 Andrew Cagney <cagney@redhat.com>
6266
6267 * observer.texi (GDB Observers): Document "inferior_created".
6268
e4a2df64
AC
62692004-05-08 Andrew Cagney <cagney@redhat.com>
6270
e6b55ae2
AC
6271 * gdbint.texinfo (Target Architecture Definition): Delete
6272 description of DO_DEFERRED_STORES.
6273
28954179
AC
6274 * gdbint.texinfo (Target Architecture Definition): Delete
6275 references to DEPRECATED_FIX_CALL_DUMMY.
6276
434b87dd
AC
6277 * gdbint.texinfo (Target Architecture Definition): Delete
6278 description of DEPRECATED_CALL_DUMMY_WORDS,
6279 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
6280
58d28df8
AC
6281 * gdbint.texinfo (Target Architecture Definition): Delete
6282 description of DEPRECATED_PUSH_DUMMY_FRAME.
6283
e4a2df64
AC
6284 * gdbint.texinfo (Target Architecture Definition): Delete
6285 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
6286
2b4855ab
AC
62872004-05-07 Andrew Cagney <cagney@redhat.com>
6288
6289 * observer.texi (GDB Observers): Add "Debugging" section. Include
6290 cross reference to "set/show debug observer".
6291 * gdb.texinfo (Debugging Output): Document "set/show debug
6292 observer".
6293
fcf70625
AC
62942004-05-01 Andrew Cagney <cagney@redhat.com>
6295
6296 * gdbint.texinfo (Target Architecture Definition): Delete
6297 description of DEPRECATED_PC_IN_SIGTRAMP.
6298
8ee56bcf
AC
62992004-04-30 Andrew Cagney <cagney@redhat.com>
6300
6301 * gdbint.texinfo (Target Architecture Definition): Delete
6302 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
6303
67ab9a76
OF
63042004-04-30 Orjan Friberg <orjanf@axis.com>
6305
6306 * observer.texi (GDB Observers): Correct spelling.
6307
79346bcb
OF
63082004-04-26 Orjan Friberg <orjanf@axis.com>
6309
6310 * observer.texi (GDB Observers): Add target_changed event.
6311
7a464420
AC
63122004-04-08 Andrew Cagney <cagney@redhat.com>
6313
6314 * observer.texi (GDB Observers): Rework, provide generic observer
6315 definitions and then a list of observable events.
6316
6cdf9d98
AC
63172004-04-04 Andrew Cagney <cagney@redhat.com>
6318
6319 * gdbint.texinfo (Host Definition): Delete reference to
6320 NO_SIGINTERRUPT.
6321
ddc135a4
AC
63222004-04-02 Andrew Cagney <cagney@redhat.com>
6323
6324 * gdbint.texinfo (Target Architecture Definition): Delete
6325 reference to DEPRECATED_CALL_DUMMY_LENGTH.
6326
6a1b180d
SC
63272004-03-28 Stephane Carrez <stcarrez@nerim.fr>
6328
6329 * gdb.texinfo (TUI Commands): Document tui reg commands.
6330
d0d5df6f
AC
63312004-03-26 Andrew Cagney <cagney@redhat.com>
6332
6333 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
6334 "gdbtui".
6335 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
6336 (Contributors): Mention both Text and Terminal User Interface.
6337
aa2a3f87
AC
63382004-03-23 Andrew Cagney <cagney@redhat.com>
6339
6340 * gdbint.texinfo (Target Architecture Definition): Deprecate
6341 references to SIGTRAMP_START and SIGTRAMP_END.
6342
f561f026
AC
63432004-03-23 Andrew Cagney <cagney@redhat.com>
6344
6345 * gdbint.texinfo (Target Architecture Definition): Deprecate
6346 references to PC_IN_SIGTRAMP.
6347
33cb8b0f
AC
63482004-03-19 Andrew Cagney <cagney@redhat.com>
6349
6350 * gdbint.texinfo (Target Architecture Definition): Delete
6351 reference to GDB_TARGET_IS_HPPA.
6352
fc989b7a
AC
63532004-03-18 Andrew Cagney <cagney@redhat.com>
6354
6355 * gdbint.texinfo (Coding): Update section on gdbarch_data,
6356 describe pre_init and post_init.
6357
701b08bb
DJ
63582004-03-09 Daniel Jacobowitz <drow@mvista.com>
6359
6360 * gdb.texinfo (Debugging Output): Document values for "set debug
6361 target".
6362
faae5abe
AC
63632004-02-28 Andrew Cagney <cagney@redhat.com>
6364
6365 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
6366
dd79a6cf
JJ
63672004-02-26 Jeff Johnston <jjohnstn@redhat.com>
6368
6369 * gdb.texinfo (breakpoints): Add information about the
6370 new "set breakpoint pending" and "show breakpoint pending"
6371 commands.
6372
e7f16015
AC
63732004-02-26 Andrew Cagney <cagney@redhat.com>
6374
6375 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
6376 in Per-architecture module data section.
6377
7161a3a6
RM
63782004-02-25 Roland McGrath <roland@redhat.com>
6379
6380 * gdb.texinfo (General Query Packets): Document qPart:... packets.
6381
2154891a
AC
63822004-02-24 Andrew Cagney <cagney@redhat.com>
6383
6384 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
6385 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
6386 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 6387
6c74ac8b
AC
63882004-02-17 Andrew Cagney <cagney@redhat.com>
6389
6390 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
6391
19772a2c
AC
63922004-02-16 Andrew Cagney <cagney@redhat.com>
6393
6394 * gdbint.texinfo (Target Architecture Definition): Deprecate
6395 FRAMELESS_FUNCTION_INVOCATION.
6396
c9830293
AC
63972004-02-16 Andrew Cagney <cagney@redhat.com>
6398
6399 * gdbint.texinfo (Coding): Mention -Wunused-function.
6400
b9d26eb9
AC
64012004-02-14 Andrew Cagney <cagney@redhat.com>
6402
6403 * gdbint.texinfo (Target Architecture Definition): Delete
6404 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
6405
49efadf5
EZ
64062004-02-12 Elena Zannoni <ezannoni@redhat.com>
6407
6408 * gdb.texinfo: Properly quote the name "C++".
6409 * gdbint.texinfo: Ditto.
6410 * stabs.texinfo: Ditto.
6411
1eb288ea
EZ
64122004-02-11 Elena Zannoni <ezannoni@redhat.com>
6413
6414 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
6415 minimal information about libiberty.
6416
e4937fc1
MC
64172004-02-06 Michael Chastain <mec.gnu@mindspring.com>
6418
6419 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
6420
a9331b3f
RM
64212004-02-04 Roland McGrath <roland@redhat.com>
6422
6423 * gdb.texinfo (Auxiliary Vector): New node (section).
6424 (Data): Add it to the menu.
6425
2650777c
JJ
64262004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6427
6428 * gdb.texinfo (Breakpoints): Add information about pending
6429 breakpoint support.
6430
b4501125
AC
64312004-01-26 Andrew Cagney <cagney@redhat.com>
6432
6433 * gdb.texinfo (Overview): Delete references to the cisco protocol
6434 including the "N" response.
6435
74055713
AC
64362004-01-26 Andrew Cagney <cagney@redhat.com>
6437
6438 * gdbint.texinfo (Target Architecture Definition): Rename
6439 EXTRACT_STRUCT_VALUE_ADDRESS to
6440 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 6441
3bbe9696
EZ
64422004-01-24 Eli Zaretskii <eliz@gnu.org>
6443
6444 * gdb.texinfo (KOD): Document "show os". Add index entries for
6445 "set/show os" and "info cisco" commands.
6446
5843504f
EZ
64472004-01-21 Eli Zaretskii <eliz@gnu.org>
6448
6449 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
6450
9175c9a3
MC
64512004-01-19 Michael Chastain <mec.gnu@mindspring.com>
6452
6453 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
6454 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
6455
8e94b928
NR
64562004-01-19 Nick Roberts <nick@nick.uklinux.net>
6457
6458 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
6459 -stack-list-locals.
6460 (GDB/MI Variable Objects): Describe extension to
6461 -var-list-children.
6462
a20cf136
DJ
64632004-01-17 Daniel Jacobowitz <drow@mvista.com>
6464
6465 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
6466
afb18d0f
AC
64672004-01-17 Andrew Cagney <cagney@redhat.com>
6468
6469 * gdbint.texinfo (Target Architecture Definition): Delete
6470 documentation on DEPRECATED_NPC_REGNUM.
6471
b51970ac
DJ
64722004-01-13 Daniel Jacobowitz <drow@mvista.com>
6473
6474 * gdb.texinfo: Update copyright year. Mention that set
6475 follow-fork-mode is supported on GNU/Linux. Remove documentation of
6476 "set follow-fork-mode ask".
6477
0f0cffd2
AC
64782004-01-13 Andrew Cagney <cagney@redhat.com>
6479
6480 * gdbint.texinfo: Update copyright year.
6481 (Coding): Add -Wunused-label to list of -Werror warnings.
6482
c552b3bb 64832004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 6484 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
6485
6486 * gdb.texinfo: Update copyright.
6487 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
6488 around names, as appropriate. Minor syntax cleanup of
6489 _NSPrintForDebugger explanation. Two spaces after periods.
6490 GDBN used instead of lit. "gdb". Index entries added for
6491 print-object and _NSPrintForDebugger. @noindent added in one spot.
6492
afe157ca
EZ
64932003-11-11 Elena Zannoni <ezannoni@redhat.com>
6494
6495 * stabs.texinfo: Add dircategory and direntry commands.
6496 * annotate.texinfo: Ditto.
6497
963e2bb7
AC
64982003-11-10 Andrew Cagney <cagney@redhat.com>
6499
6500 * gdbint.texinfo (Target Architecture Definition): Replace the
6501 return_value method's "inval" and "outval" parameters with
6502 "readbuf" and "writebuf".
6503
1d8b2f28
JB
65042003-10-28 Jim Blandy <jimb@redhat.com>
6505
6506 * gdb.texinfo (The F request packet, The F reply packet): Renamed
6507 from "The `F' request packet" and "The `F' reply packet", to make
6508 texi2dvi happy.
6509 (File-I/O remote protocol extension): Update menu entries, too.
6510
36d86913
MC
65112003-10-26 Michael Chastain <mec@shout.net>
6512
6513 * gdb.texinfo (Thread Stops): Document the issue with
6514 premature return from system calls in multi-threaded programs.
6515
ce2826aa
AC
65162003-10-24 Andrew Cagney <cagney@redhat.com>
6517
6518 * annotate.texinfo: Fix "fortunatly"[sic].
6519
f24c5e49
KI
65202003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
6521
6522 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
6523 with "Hitachi" and "Mitsubishi".
6524
92ad9cd9
AC
65252003-10-20 Andrew Cagney <cagney@redhat.com>
6526
6527 * gdbint.texinfo (Target Architecture Definition): Document
6528 gdbarch_return_value. Add cross references from
6529 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
6530 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
6531
0ab4b752
MK
65322003-10-18 Mark Kettenis <kettenis@gnu.org>
6533
6534 * gdbint.texinfo (Target Architecture Definition): Document
6535 regset_from_core_section.
fb3e19c0
KI
6536
65372003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
6538
6539 * gdb.texinfo (M32R/D): Mention m32rsdi target.
6540
a9331b3f 65412003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
6542
6543 From Anthony Green <green@redhat.com>:
5ae4183a 6544 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 6545
1485d690
KB
65462003-10-14 Kevin Buettner <kevinb@redhat.com>
6547
889bf7c5
PA
6548 * gdb.texinfo (Breakpoint related warnings): New node.
6549 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 6550
86d30acc
DJ
65512003-10-13 Daniel Jacobowitz <drow@mvista.com>
6552
6553 * gdb.texinfo (Remote Protocol): Document v and vCont.
6554
172c2a43
KI
65552003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
6556
6557 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
6558 * gdbint.texinfo: Ditto.
6559
71952f4c
AC
65602003-10-09 Andrew Cagney <cagney@redhat.com>
6561
6562 From 2003-09-18 David Anderson <davea@sgi.com>:
6563 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
6564 "command".
6565
268e2188
AC
65662003-10-03 Andrew Cagney <cagney@redhat.com>
6567
6568 * gdbint.texinfo (Target Architecture Definition): Deprecate
6569 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
6570 just target.
6571
12c266ea 65722003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 6573
f30992d4 6574 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
6575 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
6576 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
6577 * gdbint.texinfo (Target Architecture Definition): Rename
6578
65792003-09-30 Andrew Cagney <cagney@redhat.com>
6580
f30992d4 6581 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 6582 (Target Architecture Definition):
f30992d4 6583
2e092625
AC
6584 * gdbint.texinfo (Target Architecture Definition): Rename
6585 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
6586
0717ae8a
AC
65872003-09-29 Andrew Cagney <cagney@redhat.com>
6588
dad809b7
AC
6589 * gdbint.texinfo (Target Architecture Definition): Delete
6590 documentation for NEED_TEXT_START_END.
6591
0717ae8a
AC
6592 * gdbint.texinfo (Target Architecture Definition): Rename
6593 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
6594 TARGET_WRITE_PC.
a9331b3f 6595
af6cf26d
MC
65962003-09-22 Michael Chastain <mec@shout.net>
6597
6598 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
6599
ee206350
AG
66002003-09-21 Anthony Green <green@redhat.com>
6601
6602 * gdbint.texinfo (Target Architecture Definition): Fix typos.
6603
a38c9fe6
MK
66042003-09-21 Mark Kettenis <kettenis@gnu.org>
6605
6606 * gdbint.texinfo (Target Architecture Definition): Document
6607 stabs_argument_has_addr.
6608
77949794
AC
66092003-09-18 Andrew Cagney <cagney@redhat.com>
6610
6611 * gdbint.texinfo (Target Architecture Definition): Delete
6612 documentation on REGISTER_NAMES.
6613
8e823e25
MK
66142003-09-13 Mark Kettenis <kettenis@gnu.org>
6615
6616 * gdbint.texinfo (Target Architecture Definition): Replace
6617 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
6618
f27dd7fd
AC
66192003-09-11 Andrew Cagney <cagney@redhat.com>
6620
6621 * gdbint.texinfo (Target Architecture Definition): Replace
6622 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
6623
8b148df9
AC
66242003-08-18 Andrew Cagney <cagney@redhat.com>
6625
6626 * gdbint.texinfo (Target Architecture Definition): Document
6627 "frame_red_zone_size".
6628
25d29d70
AC
66292003-08-09 Andrew Cagney <cagney@redhat.com>
6630
6631 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
6632 with "set/show backtrace past-main" and "set/show backtrace
6633 limit".
6634
c938e9b0
L
66352003-08-08 H.J. Lu <hongjiu.lu@intel.com>
6636
6637 * Makefile.in (install-info): Support DESTDIR.
6638 (install-html): Likewise.
6639
64fabec2
AC
66402003-08-07 Andrew Cagney <cagney@redhat.com>
6641
6642 Patch from Nick Roberts.
6643 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
6644 bindings. Remove description of send-gdb-command.
6645
2fcf52f0
AC
66462003-08-07 Andrew Cagney <cagney@redhat.com>
6647
6648 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
6649 GDB 6.0.
6650
086432e2
AC
66512003-08-06 Andrew Cagney <cagney@redhat.com>
6652
6653 * gdb.texinfo (Mode Options): Mention that level three is the
6654 highest available and that level 2 is deprecated.
6655 (Annotations Overview): Mention annotation levels. Cross reference
6656 to "Limitations of the Annotation Interface" in annotate.texi.
6657 (TODO, Value Annotations, Frame Annotations): Delete section.
6658 (Displays, Breakpoint Info): Delete.
6659
e5249f67
AC
66602003-08-04 Andrew Cagney <cagney@redhat.com>
6661
6662 * agentexpr.texi: Delete @bye.
6663 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
6664 (stabs.info): Add $(srcdir) to include search path.
6665 (html): Depend on "annotate_toc.html", and not "annotate.html".
6666 * stabs.texinfo: Ditto. Include "fdl.texi".
6667 * gdbint.texinfo: Update copyright statement's list of invariant
6668 sections.
6669
e6f672d2
AC
66702003-07-28 Andrew Cagney <cagney@redhat.com>
6671
6672 * Makefile.in (INFO_DEPS): Add annotate.info.
6673 (dvi, ps, html, pdf): Add annotate.
6674 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
6675 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
6676 (ANNOTATE_DOC_FILES): New macro.
6677 (ANNOTATE_TEX_TMPS): New macro.
6678 (annotate.info, annotate_toc.html): Specify dependencies.
6679 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
6680 * annotate.texinfo: Rename annotate.texi. Get building. Add
6681 "Migrating to GDB/MI" and "Limitations of the Annotation
6682 Interface" chapters. Mention why it is not part of the user
6683 guide. Update copyright notice. Include "fdl.texi".
6684
72ffddc9
SC
66852003-07-26 Stephane Carrez <stcarrez@nerim.fr>
6686
6687 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
6688
a9f12a31
DJ
66892003-07-24 Daniel Jacobowitz <drow@mvista.com>
6690
6691 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
6692
b1fe9455
DJ
66932003-07-24 Daniel Jacobowitz <drow@mvista.com>
6694
6695 * gdb.texinfo (Server): Mention pidof.
6696
153721e6
AC
66972003-07-22 Andrew Cagney <cagney@redhat.com>
6698
6699 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
6700 list.
6701
0fac0b41
DJ
67022003-06-28 Daniel Jacobowitz <drow@mvista.com>
6703
6704 * gdb.texinfo (Logging output): New chapter.
6705
4e562065
JB
67062003-06-24 Joel Brobecker <brobecker@gnat.com>
6707
6708 * gdb.texinfo (Unsupported languages): New section.
6709 (Languages): Add link to new section.
6710
f2c06f52
AC
67112003-06-22 Andrew Cagney <cagney@redhat.com>
6712
6713 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
6714
b4177fca
DJ
67152003-06-22 Daniel Jacobowitz <drow@mvista.com>
6716
6717 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
6718
f418dd93
DJ
67192003-06-22 Daniel Jacobowitz <drow@mvista.com>
6720
6721 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
6722 * agentexpr.texi: Retitle section, and change it to an appendix.
6723 Comment out texinfo initialization. Factor a @var{} into two
6724 pieces to prevent makeinfo warnings.
6725 * gdb.texinfo: Add Agent Expressions appendix.
6726
4ca61388
DJ
67272003-06-19 Daniel Jacobowitz <drow@mvista.com>
6728
6729 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
6730
07f31aa6
DJ
67312003-06-18 Daniel Jacobowitz <drow@mvista.com>
6732
5ae4183a 6733 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
6734 remote target". Document the "detach" and "disconnect" commands.
6735 (Server, Netware, Debug Session): Reference "Connecting to a
6736 remote target".
6737 (GDB/MI Target Manipulation): Document "-target-disconnect".
6738
2dd0da42
AC
67392003-06-13 Andrew Cagney <cagney@redhat.com>
6740
6741 * gdbint.texinfo (Target Architecture Definition): Deprecate
6742 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
6743 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
6744
e7a3abfc
JB
67452003-06-09 Jim Blandy <jimb@redhat.com>
6746
6747 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
6748
25e3a86b
AC
67492003-06-08 Andrew Cagney <cagney@redhat.com>
6750
6751 * gdbint.texinfo (Target Architecture Definition): Delete
6752 documentation on FRAME_ARGS_ADDRESS_CORRECT.
6753
a9e5fdc2
AC
67542003-06-08 Andrew Cagney <cagney@redhat.com>
6755
6756 * gdbint.texinfo (Target Architecture Definition): Document
6757 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
6758
b37303ee
AF
67592003-06-07 Adam Fedor <fedor@gnu.org>
6760
6761 * gdb.texinfo: Add Objective-C documentation.
6762
39fe6e80
AC
67632003-06-01 Andrew Cagney <cagney@redhat.com>
6764
6765 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
6766 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
6767
125309b2
AC
67682003-05-21 Andrew Cagney <cagney@redhat.com>
6769
6770 * gdbint.texinfo (Target Architecture Definition): Delete
6771 references to "extract_address" and "store_address".
6772
b8b527c5
AC
67732003-05-16 Andrew Cagney <cagney@redhat.com>
6774
6775 * gdbint.texinfo (Target Architecture Definition): Replace
6776 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
6777 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
6778
50e3ee83
TR
67792003-05-14 Theodore A. Roth <troth@openavr.org>
6780
6781 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
6782
44e2be90
L
67832003-05-10 H.J. Lu <hongjiu.lu@intel.com>
6784
6785 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
6786 (gdb.dvi): Likewise.
6787 (gdb.pdf): Likewise.
6788 (links2roff): Likewise.
6789
df5215a6
JB
67902003-05-08 Jim Blandy <jimb@redhat.com>
6791
6792 * gdb.texinfo (Dump/Restore Files): Update documentation for
6793 'dump', 'append', and 'restore': note that format argument is
6794 optional; simplify presentation of the command variants; and be
6795 more precise about the formats.
6796
5e7b2f39
JB
67972003-05-07 Jim Blandy <jimb@redhat.com>
6798
6799 * gdb.texinfo (Symbols): Update documentation: 'maint list
6800 symtabs' and 'maint list psymtabs' have been renamed 'maint info
6801 symtabs' and 'maint info psymtabs'.
6802
b1e29e33
AC
68032003-05-05 Andrew Cagney <cagney@redhat.com>
6804
6805 * gdbint.texinfo (Target Architecture Definition): Make
6806 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
6807 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
6808 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
6809
00905d52
AC
68102003-05-04 Andrew Cagney <cagney@redhat.com>
6811
6812 * gdb.texinfo (Maintenance Commands): Document "maint print
6813 dummy-frames".
6814
54ff5908
AC
68152003-05-04 Andrew Cagney <cagney@redhat.com>
6816
6817 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
6818
32e7087d
JB
68192003-05-03 J. Brobecker <brobecker@gnat.com>
6820
6821 Thierry Schneider <tpschneider1@yahoo.com>
6822 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
6823 for new MI command.
6824
7043d8dc
AC
68252003-05-03 Andrew Cagney <cagney@redhat.com>
6826
6827 * gdbint.texinfo (Target Architecture Definition): Document
6828 push_dummy_code. Add cross references.
6829
e33d66ec
EZ
68302003-05-02 Elena Zannoni <ezannoni@redhat.com>
6831
6832 * gdb.texinfo (Character Sets): Update to reflect new behavior of
6833 set/show charsets commands.
6834
0ba6dca9
AC
68352003-04-28 Andrew Cagney <cagney@redhat.com>
6836
6837 * gdbint.texinfo (Target Architecture Definition): Replace
6838 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
6839 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
6840
d7a27068
AC
68412003-04-28 Andrew Cagney <cagney@redhat.com>
6842
6843 * gdbint.texinfo (Target Architecture Definition): Rename
6844 "tm_print_insn" to "deprecated_tm_print_insn".
6845
44ea7b70
JB
68462003-04-09 Jim Blandy <jimb@redhat.com>
6847
6848 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
6849 list psymtabs'.
6850
fb8f8949
AC
68512003-04-08 Andrew Cagney <cagney@redhat.com>
6852
6853 * gdbint.texinfo (Target Architecture Definition): Delete
6854 references to EXTRA_FRAME_INFO.
6855
32fb0f22
AC
68562003-04-08 Andrew Cagney <cagney@redhat.com>
6857
6858 * gdbint.texinfo (Target Architecture Definition): Delete
6859 PRINT_TYPELESS_INTEGER.
6860
6be67e67
JB
68612003-04-02 J. Brobecker <brobecker@gnat.com>
6862
6863 * observer.texi (GDB Observers): Adjust the documentation for the
6864 normal_stop notification to better describe reality. Fix a couple
6865 of minor typos.
6866
4e35d5f0
BR
68672003-04-02 Bob Rossi <bob_rossi@cox.net>
6868
a9331b3f 6869 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
6870 '-file-list-exec-source-file'
6871
e8a8712a
AC
68722003-03-31 Andrew Cagney <cagney@redhat.com>
6873
6874 * gdbint.texinfo (Target Architecture Definition): Delete
6875 references to CALL_DUMMY_P.
6876
6c0e89ed
AC
68772003-03-30 Andrew Cagney <cagney@redhat.com>
6878
6879 * gdbint.texinfo (Target Architecture Definition): Remove
6880 reference to TARGET_WRITE_SP.
a9331b3f 6881
378bfd1b
AC
68822003-03-27 Andrew Cagney <cagney@redhat.com>
6883
6884 * gdbint.texinfo (Target Architecture Definition): Remove
6885 references to write_sp.
6c0e89ed 6886
922fbb7b
AC
68872003-03-27 Andrew Cagney <cagney@redhat.com>
6888
6889 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
6890 chapter body. Use @smallexample instead of @example.
6891 (Annotations): Ditto.
6892 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
6893 annotate.texi.
6894
b81774d8
AC
68952003-03-26 Andrew Cagney <cagney@redhat.com>
6896
6897 * gdbint.texinfo (Target Architecture Definition): Replace
6898 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
6899 dummy_addr parameters.
6900
1bf6d5cc
AC
69012003-03-25 Andrew Cagney <cagney@redhat.com>
6902
6903 * gdbint.texinfo (Target Architecture Definition): Delete
6904 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
6905 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
6906 Add reference to PUSH_ARGUMENTS.
6907
618ce49f
AC
69082003-03-23 Andrew Cagney <cagney@redhat.com>
6909
6910 * gdbint.texinfo (Algorithms, Target Architecture Definition):
6911 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
6912
bcd7e15f
JB
69132003-03-18 J. Brobecker <brobecker@gnat.com>
6914
6915 * gdbint.texinfo (Algorithms): Add new section describing the
6916 Observer paradigm.
6917 (Top): Add menu entry to new observer appendix.
6918 * observer.texi: New file.
6919 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
6920 new observer.texi file.
6921
9fe8321b
AC
69222003-03-17 Andrew Cagney <cagney@redhat.com>
6923
6924 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
6925 that GNU Press update the manual version number.
6926
ac2adee5
AC
69272003-03-12 Andrew Cagney <cagney@redhat.com>
6928
6929 * gdbint.texinfo (Target Architecture Definition): Delete
6930 references to get_saved_register. Rename GET_SAVED_REGISTER to
6931 DEPRECATED_GET_SAVED_REGISTER.
6932
749b82f6
AC
69332003-03-13 Andrew Cagney <cagney@redhat.com>
6934
6935 * gdbint.texinfo (Target Architecture Definition): Replace
6936 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
6937
8bedc050
AC
69382003-03-12 Andrew Cagney <cagney@redhat.com>
6939
6940 * gdbint.texinfo (Target Architecture Definition): Rename
6941 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 6942
0ce1b118
CV
69432003-03-10 Corinna Vinschen <vinschen@redhat.com>
6944
6945 * gdb.texinfo: Add File-I/O documentation.
6946
12cc2063
AC
69472003-03-10 Andrew Cagney <cagney@redhat.com>
6948
6949 * gdbint.texinfo (Target Architecture Definition): Cross reference
6950 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
6951
7453dc06
AC
69522003-03-07 Andrew Cagney <cagney@redhat.com>
6953
6954 * gdb.texinfo (Debugging Output): Mention the "set/show debug
6955 frame" command.
6956
6314f104
AC
69572003-03-05 Andrew Cagney <cagney@redhat.com>
6958
6959 * gdbint.texinfo (Target Architecture Definition): Document
6960 unwind_dummy_id. Cross reference unwind_dummy_id and
6961 SAVE_DUMMY_FRAME_TOS.
6962
f1212245
DJ
69632003-03-05 James Ingham <jingham@apple.com>
6964 Daniel Jacobowitz <drow@mvista.com>
6965
6966 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
6967 and "show cp-abi".
6968
77e7e267
AC
69692003-03-03 Andrew Cagney <cagney@redhat.com>
6970
6971 * gdbint.texinfo (Target Architecture Definition): Document
6972 register_type.
6973
838a8221
AC
69742003-03-03 Andrew Cagney <cagney@redhat.com>
6975
6976 * stabs.texinfo (Structures): Use @samp and separate @var's
6977 instead of a single @var containing a comma separated list.
6978 (Unions): Ditto.
6979
d7f4a264
DJ
69802003-03-02 Daniel Jacobowitz <drow@mvista.com>
6981
6982 * Makefile.in (distclean): Remove config.log.
6983
f30ee0bc
AC
69842003-03-01 Andrew Cagney <cagney@redhat.com>
6985
6986 * gdbint.texinfo (Target Architecture Definition): Rename
6987 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
6988
69892003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
6990
6991 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
6992 DEPRECATED_INIT_EXTRA_FRAME_INFO.
6993
be448670
CF
69942003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
6995
6996 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
6997 (Non-debug DLL symbols): New node, describing the minimal symbols
6998 loaded from DLLs without real debugging symbols.
6999
501eef12
AC
70002003-02-20 Andrew Cagney <ac131313@redhat.com>
7001
7002 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
7003 hardware-breakpoint-limit".
7004 (Set Watchpoints): Add cross reference to "set remote
7005 hardware-watchpoint-limit".
7006 (Remote configuration options): New section.
7007
21c294e6
AC
70082003-02-04 Andrew Cagney <ac131313@redhat.com>
7009
e9be73e4
AC
7010 * gdbint.texinfo (Target Architecture Definition): Delete
7011 descrption of IS_TRAPPED_INTERNALVAR.
7012
21c294e6
AC
7013 From Keith Seitz <keiths@redhat.com>:
7014 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
7015 option "-i"/"--interpreter" to this chapter. Include index
7016 entries.
7017
0179ffac
DC
70182003-02-04 David Carlton <carlton@math.stanford.edu>
7019
7020 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
7021 (Variables): Recommend stabs+ and DWARF 2.
7022 (C plus plus expressions): Correct info about
7023 compiler versions, debug formats.
7024 (Contributors): Change 'DWARF2' to 'DWARF 2'.
7025 PR symtab/874.
7026
7ca9f392
AC
70272003-02-01 Andrew Cagney <ac131313@redhat.com>
7028
7029 * gdbint.texinfo (Target Architecture Definition): Delete
7030 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
7031 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
7032 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
7033 references to nindy and i960.
7034 * gdb.texinfo (i960): Delete all references to i960 and nindy.
7035
31a85ea2
AC
70362003-02-01 Andrew Cagney <ac131313@redhat.com>
7037
7038 * gdbint.texinfo (Target Architecture Definition): Delete
7039 FLOAT_INFO.
7040
6b894e49
AC
70412003-01-30 Andrew Cagney <ac131313@redhat.com>
7042
7043 * stabs.texinfo (Member Type Descriptor): Clarify description of
7044 `@'. Suggested by Ben Hutchings.
7045
c48861fb
AC
70462003-01-29 Andrew Cagney <ac131313@redhat.com>
7047
7048 * gdb.texinfo (M68K): Delete reference to es1800.
7049
617073a9
AC
70502003-01-29 Andrew Cagney <ac131313@redhat.com>
7051
7052 * gdb.texinfo (Maintenance Commands): Document `maint print
7053 reggroups' and `maint print register-groups'.
7054 * gdbint.texinfo (Target Architecture Definition): Document
7055 register_reggroup_p.
7056
5b5d99cf
JB
70572003-01-23 Jim Blandy <jimb@redhat.com>
7058
7059 * gdb.texinfo (Separate Debug Files): New section.
7060
e7ba9c65
DJ
70612003-01-22 Daniel Jacobowitz <drow@mvista.com>
7062
7063 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
7064 and "maint show profile".
7065
94e91d6d
MC
70662003-01-16 Michael Chastain <mec@shout.net>
7067
7068 * gdb.texinfo (Installing GDB): Warn against
7069 ".../gdb-VERSION/gdb/configure".
7070 (Separate Objdir): Likewise.
7071
867f3898
AC
70722003-01-15 Andrew Cagney <ac131313@redhat.com>
7073
7074 * gdbint.texinfo (Target Architecture Definition): Delete
7075 definition of PRINT_REGISTER_HOOK.
7076
f153cc92
EZ
70772003-01-15 Elena Zannoni <ezannoni@redhat.com>
7078
7079 (OpenRISC 1000): Fix formatting of command names.
7080
c60eb6f1
EZ
70812003-01-15 Elena Zannoni <ezannoni@redhat.com>
7082
7083 * gdb.texinfo (Continuing and Stepping): Add new command
7084 'advance'. Clarify behavior of 'until'.
7085
f5ebfba0
DJ
70862003-01-13 Daniel Jacobowitz <drow@mvista.com>
7087
7088 * gdb.texinfo (Files): Document solib-absolute-prefix and
7089 solib-search-path.
7090
4ce8657e
MC
70912003-01-09 Michael Chastain <mec@shout.net>
7092
7093 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
7094 (Create a Release): Add new instructions for new @file{src-release}.
7095 Document existing instructions for @file{Makefile.in} as
7096 being for @value{GDBN} 5.3.1 or earlier.
7097
372613e3
AC
70982003-01-09 Andrew Cagney <ac131313@redhat.com>
7099
7100 * gdbint.texinfo (Target Architecture Definition): Mention
7101 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
7102 allocate memory.
7103
b4e9345d
DJ
71042003-01-04 Daniel Jacobowitz <drow@mvista.com>
7105
7106 * gdb.texinfo (Controlling GDB): Add @kindex for
7107 "show osabi".
7108 (Backtraces): Add @kindex's for backtrace-below-main.
7109
98b45e30
DJ
71102003-01-04 Daniel Jacobowitz <drow@mvista.com>
7111
7112 * gdb.texinfo (Controlling GDB): Document "set osabi".
7113
95f90d25
DJ
71142003-01-04 Daniel Jacobowitz <drow@mvista.com>
7115
7116 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
7117 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
7118
1e698235
DJ
71192003-01-04 Daniel Jacobowitz <drow@mvista.com>
7120
7121 * gdb.texinfo (Controlling GDB): Add ABI section. Document
7122 "set coerce-float-to-double".
7123 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
7124
e632838e
AC
71252003-01-02 Andrew Cagney <ac131313@redhat.com>
7126
7127 * stabs.texinfo: Remove obsolete text.
7128 * gdbint.texinfo: Ditto.
7129 * gdb.texinfo: Ditto.
7130
c133ab7a
MK
71312002-12-22 Mark Kettenis <kettenis@gnu.org>
7132
7133 * gdbint.texinfo (Target Architecture Definition): Update
7134 description of gdbarch_register_osabi.
7135
f821f325
KH
71362002-12-20 Kazu Hirata <kazu@cs.umass.edu>
7137
7138 * agentexpr.texi: Fix typos.
7139 * annotate.texi: Likewise.
7140 * fdl.texi: Likewise.
7141
85a6d8d3 71422002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
7143
7144 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
7145 DEPRECATED_INIT_FRAME_PC.
7146
ae45cd16
AC
71472002-12-01 Andrew Cagney <ac131313@redhat.com>
7148
7149 * gdbint.texinfo (Target Architecture Definition): Delete
7150 PC_IN_CALL_DUMMY.
7151
07555a72
AC
71522002-11-28 Andrew Cagney <ac131313@redhat.com>
7153
7154 * gdbint.texinfo (Host Definition): Delete documentation on
7155 USE_GENERIC_DUMMY_FRAMES.
7156
c166cdc7
EZ
71572002-11-26 Elena Zannoni <ezannoni@redhat.com>
7158
5ae4183a 7159 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
7160 * Makefile.in (install-info): Run the install-info command as part
7161 of the post install steps only.
7162 (uninstall-info): New target.
7163 (uninstall): New target.
7164
35db0260
EZ
71652002-11-22 Elena Zannoni <ezannoni@redhat.com>
7166
7167 * Makefile.in (install): Make install do some real work.
7168
9ba8d803
AC
71692002-11-19 Andrew Cagney <ac131313@redhat.com>
7170
7171 Fix POSIX problem reported by Paul Eggert.
7172 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
7173 Fix PR gdb/527.
7174
903ad3a6
AC
71752002-10-26 Andrew Cagney <cagney@redhat.com>
7176
7177 * gdbint.texinfo (Target Architecture Definition): Delete
7178 definition of DO_REGISTERS_INFO.
7179
f2abfe65
KB
71802002-10-18 Kevin Buettner <kevinb@redhat.com>
7181
7182 * gdbint.texinfo (Address Classes): Fix problems with insertion
7183 of ``{'' and ``}'' in example.
7184
b5b0480a
KB
71852002-10-17 Kevin Buettner <kevinb@redhat.com>
7186
7187 * gdbint.texinfo (Address Classes): New section.
7188 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
7189 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
7190 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
7191 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
7192
c85508ee
KD
71932002-10-11 Klee Dienes <kdienes@apple.com>
7194
7195 * gdb.texinfo (Registers): Mention vector registers as well as
7196 floating registers in the documentation for 'info registers' and
7197 'info all-registers'.
7198
6d12fc3d
DJ
71992002-10-11 Daniel Jacobowitz <drow@mvista.com>
7200
7201 * gdbint.texinfo (CPLUS_MARKER): Remove item.
7202
8d19fbd2
JJ
72032002-10-03 Jeff Johnston <jjohnstn@redhat.com>
7204
7205 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
7206 interface definition.
7207
a37295f9
MM
72082002-10-03 Marko Mlinar <markom@opencores.org>
7209
7210 * gdb.texinfo (Target Commands): Add or1k target specific
7211 commands.
7212 * gdb.texinfo (Contributors): Add myself to the contributors list.
7213
da0f9dcd
AC
72142002-10-01 Andrew Cagney <ac131313@redhat.com>
7215
7216 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
7217 and "mi1" instead of "mi1" and "mi0".
7218
2e834e49
HPN
72192002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
7220
7221 * gdb.texinfo (Packets): Fix typos "alligned".
7222 Correct z3/Z3 description. Correct z4/Z4 title.
7223
050be0dc
AC
72242002-09-27 Andrew Cagney <ac131313@redhat.com>
7225
7226 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
7227
1104b9e7
KB
72282002-09-25 Kevin Buettner <kevinb@redhat.com>
7229
7230 * gdb.texinfo: Use GNU/Linux instead of Linux.
7231
512217c7
AC
72322002-09-25 Andrew Cagney <ac131313@redhat.com>
7233
7234 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
7235
10998722
AC
72362002-09-24 Andrew Cagney <ac131313@redhat.com>
7237
512217c7 7238 * gdb.texinfo: Replace @example with @smallexample.
10998722 7239
a0eb71c5
KB
72402002-09-20 Kevin Buettner <kevinb@redhat.com>
7241
f7dc1244 7242 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
7243 * gdb.texinfo (Character Sets): Use @smallexample instead of
7244 @example. Use GNU/Linux instead of Linux.
7245
72462002-09-20 Jim Blandy <jimb@redhat.com>
7247
7248 * gdb.texinfo: Add character set documentation.
7249
2f870471
AC
72502002-09-19 Andrew Cagney <ac131313@redhat.com>
7251
7252 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
7253 (Packets): Add cross reference from `b' packet to `z' packets.
7254
790eb8f5
AC
72552002-09-19 Andrew Cagney <ac131313@redhat.com>
7256
8d30a00d
AC
7257 * gdb.texinfo (Maintenance Commands): Document ``maint
7258 internal-error'' and ``maint internal-warning''.
7259
790eb8f5
AC
7260 * gdbint.texinfo (Target Architecture Definition): Revise
7261 description of STACK_ALIGN. Add description of FRAME_ALIGN.
7262
a23a7bf1
JB
72632002-09-19 Joel Brobecker <brobecker@gnat.com>
7264
7265 * gdbint.texinfo (Target Conditionals): Document the new
7266 NAME_OF_MALLOC macro.
7267
299ffc64
AC
72682002-09-05 Andrew Cagney <ac131313@redhat.com>
7269
7270 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
7271 engineer.
7272
b7bb15bc
SC
72732002-09-02 Stephane Carrez <stcarrez@nerim.fr>
7274
7275 * gdb.texinfo (TUI Overview): Document status line fields.
7276
3d757584
SC
72772002-09-02 Stephane Carrez <stcarrez@nerim.fr>
7278
7279 * gdb.texinfo (TUI Commands): Document info win command.
7280
269c21fe
SC
72812002-09-01 Stephane Carrez <stcarrez@nerim.fr>
7282
7283 * gdb.texinfo (TUI Overview): Document breakpoint markers.
7284
7cf36c78
SC
72852002-09-01 Stephane Carrez <stcarrez@nerim.fr>
7286
7287 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
7288 (TUI Keys): Likewise.
7289
d2c6833e
AC
72902002-08-25 Andrew Cagney <ac131313@redhat.com>
7291
7292 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
7293 for a packet receive.
7294
46d8b1c3
AC
72952002-08-25 Andrew Cagney <ac131313@redhat.com>
7296
7297 * Makefile.in (clean): Move to end of file.
7298 (distclean, maintainer-clean, realclean): Ditto.
7299 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
7300 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
7301 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
7302 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
7303
b0787093
AC
73042002-08-24 Andrew Cagney <ac131313@redhat.com>
7305
7306 * Makefile.in (GDBINT_TEX_TMPS): Define.
7307 (gdbint.dvi, gdbint.pdf): Use
7308 (GDB_TEX_TMPS): Define.
7309 (gdb.dvi, gdb.pdf): Use.
7310 (STABS_TEX_TMPS): Define.
7311 (stabs.dvi, stabs.pdf): Use.
7312 (GDB_DOC_SOURCE_INCLUDES): New macros.
7313 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
7314 (GDBINT_DOC_FILES_INCLUDES): New macros.
7315 (GDBINT_DOC_BUILD_INCLUDES): New macros.
7316 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
7317 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
7318 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
7319 (links2roff): Replace SFILES_INCLUDED with
7320 GDB_DOC_SOURCE_INCLUDES.
7321 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
7322 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
7323 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
7324 dependencies.
7325 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
7326 dependencies.
7327 (gdbmi.texinfo): Delete rule.
7328 (inc-hist.texinfo): Delete rule.
7329 (rluser.texinfo): Delete rule.
7330
ebba8386
AC
73312002-08-23 Andrew Cagney <cagney@redhat.com>
7332
7333 * gdbint.texinfo (Target Architecture Definition): Update
7334 STORE_RETURN_VALUE, mention regcache.
7335
0ab7a791
AC
73362002-08-21 Andrew Cagney <ac131313@redhat.com>
7337
7338 * gdbint.texinfo (Target Architecture Definition): Document
7339 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
7340
ee2d5c50
AC
73412002-08-19 Andrew Cagney <ac131313@redhat.com>
7342
7343 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
7344 Fix minor typos. Add index entries.
7345
53c69bd7
AC
73462002-08-18 Andrew Cagney <ac131313@redhat.com>
7347
7348 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
7349
e76f1f2e
AC
73502002-08-15 Andrew Cagney <ac131313@redhat.com>
7351
7352 * gdbint.texinfo (Target Architecture Definition): Document
7353 PRINT_VECTOR_INFO.
7354 * gdb.texinfo (Vector Unit): Document "info vectors" command.
7355
0680b120
AC
73562002-08-13 Andrew Cagney <ac131313@redhat.com>
7357
7358 * gdb.texinfo (Maintenance Commands): Document "maint print
7359 registers", "maint print raw-registers" and "maint print
7360 cooked-registers".
7361
3c3bea1c
GS
73622002-08-08 Grace Sainsbury <graces@redhat.com>
7363
a9331b3f 7364 From Mark Salter:
3c3bea1c
GS
7365 * gdb.texinfo (Protocol): Document T packet extension to
7366 allow watchpoint address reporting.
7367
42f9b0a5
AC
73682002-08-03 Andrew Cagney <ac131313@redhat.com>
7369
7370 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
7371
db034ac5
AC
73722002-08-01 Andrew Cagney <cagney@redhat.com>
7373
7374 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
7375 to CHILL.
7376
e2b28d04
AC
73772002-08-01 Andrew Cagney <ac131313@redhat.com>
7378
7379 * gdbint.texinfo (Coding): Revise section "Include Files".
7380
7fb623f7
AC
73812002-07-24 Andrew Cagney <cagney@redhat.com>
7382
7383 * gdbint.texinfo: Obsolete references to m88k.
7384 * gdb.texinfo: Ditto.
7385
4a2b4636
JB
73862002-07-10 Joel Brobecker <brobecker@gnat.com>
7387
7fb623f7 7388 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
7389 where the proper version of autoconf can be retrieved.
7390
a71ec265
DH
73912002-07-09 Don Howard <dhoward@redhat.com>
7392
7393 * gdb.texinfo (Command Files): Further describe the behavior of
7394 sourced command files.
7395
b9aa90c9
AC
73962002-06-27 Andrew Cagney <ac131313@redhat.com>
7397
7398 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
7399 (Coding): Clarify ISO C version that GDB assumes.
7400
40dd2248
TT
74012002-06-26 Tom Tromey <tromey@redhat.com>
7402
7403 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
7404 add_setshow_cmd_full.
7405
bfac230e
DH
74062002-06-25 Don Howard <dhoward@redhat.com>
7407
7408 * gdb.texinfo (Memory Region Attributes): Document new behavior
7409 for 'mem' command.
7410
475b0867
JB
74112002-06-11 Jim Blandy <jimb@redhat.com>
7412
919d772c
JB
7413 * gdb.texinfo (Symbols): Update documentation for `info source'
7414 command.
7415
475b0867
JB
7416 * gdb.texinfo (Macros): Call the command `info macro', not
7417 `show macro'.
7418
ba8c9337
AC
74192002-06-09 Andrew Cagney <ac131313@redhat.com>
7420
7421 * gdbint.texinfo (Coding): Add section ``Per-architecture module
7422 data''.
7423
1029b7fa
MK
74242002-06-09 Mark Kettenis <kettenis@gnu.org>
7425
7426 * gdbint.texinfo (Target Architecture Definition): Document
7427 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
7428
16737d73
AC
74292002-06-08 Andrew Cagney <ac131313@redhat.com>
7430
7431 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
7432 lists.
7433
30107679
AC
74342002-06-08 Andrew Cagney <ac131313@redhat.com>
7435
7436 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
7437 Branch''.
7438
3352e23e
AC
74392002-06-01 Andrew Cagney <ac131313@redhat.com>
7440
7441 * gdbint.texinfo (Target Architecture Definition): Add section
7442 ``Converting an existing Target Architecture to Multi-arch''.
7443
cbb09e6a
AC
74442002-05-30 Andrew Cagney <ac131313@redhat.com>
7445
7446 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
7447 to ``Obsoleting code''. Revise.
7448
e2e0bcd1
JB
74492002-05-17 Jim Blandy <jimb@redhat.com>
7450
7451 * gdb.texinfo (C Preprocessor Macros): New chapter.
7452 Include it in the main menu.
7453 (Contributors): Credit Jim Blandy with macro support.
7454 (Compilation): Explain how to get macro information into the
7455 executable.
7456 (Expressions): Note that preprocessor macros are expanded.
7457
9db8d71f
DJ
74582002-05-14 Daniel Jacobowitz <drow@mvista.com>
7459
7460 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
7461 options for `target remote'.
7462
6d531722
AC
74632002-05-13 Andrew Cagney <ac131313@redhat.com>
7464
7465 * gdbint.texinfo (Target Architecture Definition): Delete
7466 documentation on NNPC_REGNUM.
7467
13d01224
AC
74682002-05-11 Andrew Cagney <ac131313@redhat.com>
7469
7470 * gdbint.texinfo (Target Architecture Definition): Document
7471 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
7472 (Target Architecture Definition): Revise section `Using Different
7473 Register and Memory Data Representations'. Add section `Raw and
7474 Virtual Register Representations'.
7475
b2e75d78
AC
74762002-05-11 Andrew Cagney <ac131313@redhat.com>
7477
7478 * gdbint.texinfo (Target Architecture Definition): Mention
7479 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
7480 (Target Architecture Definition): Mention same. Add references to
7481 web pages.
7482
2c8682ee
MS
74832002-05-08 Michael Snyder <msnyder@redhat.com>
7484
7485 * stabs.texinfo (Attributes): Document new "vector" attribute.
7486
0816590b
AC
74872002-05-04 Andrew Cagney <ac131313@redhat.com>
7488
7489 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
7490
2653173e
AC
74912002-05-04 Andrew Cagney <ac131313@redhat.com>
7492
7493 * gdb.texinfo: Delete obsolete references to a29k.
7494
d7bd68ca
AC
74952002-04-24 Andrew Cagney <ac131313@redhat.com>
7496
7497 * gdbint.texinfo (Target Architecture Definition): Replace
7498 IN_SIGTRAMP with PC_IN_SIGTRAMP.
7499
21d83aa5
DM
75002002-04-24 David S. Miller <davem@redhat.com>
7501
7502 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
7503
7673a6cc
DM
75042002-04-21 David S. Miller <davem@redhat.com>
7505
7506 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
7507
d49d1e0a
AC
75082002-04-21 Andrew Cagney <ac131313@redhat.com>
7509
7510 * gdbint.texinfo (Target Architecture Definition): Delete
7511 definition of HAVE_REGISTER_WINDOWS.
7512
f7dc1244 75132002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
7514
7515 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
7516 "Theodore A. Roth" <troth@verinet.com>.
7517
5ca0cb28
DH
75182002-04-15 Don Howard <dhoward@redhat.com>
7519
f7dc1244 7520 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 7521 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 7522 Provide a better explaination of this feature.
5ca0cb28 7523
f208ba17
AC
75242002-04-14 Andrew Cagney <ac131313@redhat.com>
7525
7526 * gdbint.texinfo (Target Architecture Definition): Remove
7527 FRAME_CHAIN_COMBINE.
7528
d5ba91de
MC
75292002-04-12 Michael Chastain <mec@shout.net>
7530
7531 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
7532 REG_STACK_SEGMENT.
7533
26818220
MC
75342002-04-09 Michael Chastain <mec@shout.net>
7535
7536 * gdbint.texinfo (Obsolete Conditionals): Remove references to
7537 PYRAMID_* macros.
7538
129188f6
AC
75392002-04-07 Andrew Cagney <ac131313@redhat.com>
7540
7541 * gdb.texinfo (Bug Reporting): Document that the web is the
7542 prefered way of submitting bug reports.
7543 (Bug Reporting): Delete the s-mail address as the last resort.
7544
8227c0ff
AC
75452002-04-05 Andrew Cagney <ac131313@redhat.com>
7546
7547 * gdbint.texinfo (Target Architecture Definition): Delete
7548 references to TARGET_WRITE_FP and write_fp.
7549
16d9dec6
MS
75502002-03-27 Michael Snyder <msnyder@redhat.com>
7551
7552 * gdb.texinfo: Document new commands dump, append, and restore.
7553
9ae8b82c
AC
75542002-03-27 Andrew Cagney <ac131313@redhat.com>
7555
7556 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
7557 Branch'.
7558
474c8240
AC
75592002-03-18 Andrew Cagney <ac131313@redhat.com>
7560
7561 * gdb.texinfo: Change all examples to @smallexample.
7562 * gdbint.texinfo: Ditto.
a9331b3f 7563
fb0ff88f
AC
75642002-03-18 Andrew Cagney <ac131313@redhat.com>
7565
7566 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
7567 Branches''.
7568
9bb0a4d8
AC
75692002-03-18 Andrew Cagney <ac131313@redhat.com>
7570
7571 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
7572 Policy''.
7573
937f164b
FF
75742002-03-04 Fred Fish <fnf@redhat.com>
7575
7576 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
7577 expresson, suports, dependant, trhe, perhaphs, situtations,
7578 explictily, taged, oportunity, unfortunatly).
7579
a7b40f07
AC
75802002-02-24 Andrew Cagney <ac131313@redhat.com>
7581
7582 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
7583 Remove reference to 3.12.
7584
aab4e0ec
AC
75852002-02-23 Andrew Cagney <ac131313@redhat.com>
7586
7587 * gdbint.texinfo: Include fdl.texi.
7588 (Top): Add GNU Free Documentation License.
7589 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
7590 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
7591 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
7592 (gdbint.info): Add srcdir to include path.
7593 * gdb.texinfo: Include gpl.texi.
7594 (Top): Add Copying.
7595 * gpl.texi: New file.
7596
47b95330
AC
75972002-02-23 Andrew Cagney <ac131313@redhat.com>
7598
7599 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
7600
78c47bea
PM
76012002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
7602
7603 * gdb.texinfo: Document Cygwin native specific commands.
7604
56460a61
DJ
76052002-02-15 Daniel Jacobowitz <drow@mvista.com>
7606
7607 * gdb.texinfo: Document gdbserver ``--attach'' command.
7608
def71bfa
MS
76092002-02-07 Michael Snyder <msnyder@redhat.com>
7610
7611 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
7612 to @code(_ovly_debug_event).
7613
c928edc0
AC
76142002-02-07 Andrew Cagney <ac131313@redhat.com>
7615
7616 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
7617
81d46470
MS
76182002-02-06 Michael Snyder <msnyder@redhat.com>
7619
7620 * gdb.texinfo (overlays): Mention new magic symbol
7621 '_ovly_debug_event', which allows GDB to keep better track
7622 of overlays.
7623
f7dc1244 76242002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
7625
7626 * gdb.texinfo (Memory Region Attributes): Fix the wording.
7627 Suggested by Dmitry Sivachenko.
7628
7629 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
7630
15110bc3
MS
76312002-02-01 Michael Snyder <msnyder@redhat.com>
7632
7633 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
7634
6763aef9
MS
76352002-01-30 Michael Snyder <msnyder@redhat.com>
7636
ac282366
MS
7637 * gdb.texinfo: (remote protocol): Gramatical fix-up.
7638 (set trust-readonly-sections): Document.
6763aef9 7639
8642bc8f
AC
76402002-01-29 Andrew Cagney <ac131313@redhat.com>
7641
7642 * gdbint.texinfo (Releasing GDB): Revise and update.
7643
afe64c1a
AC
76442002-01-28 Andrew Cagney <ac131313@redhat.com>
7645
7646 * gdbint.texinfo (Target Architecture Definition): Delete
7647 description of TARGET_BYTE_ORDER_DEFAULT.
7648
f7dc1244 76492002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
7650
7651 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
7652 <mitya@cavia.pp.ru>.
7653
3d6e1b5a
AC
76542002-01-23 Andrew Cagney <ac131313@redhat.com>
7655
7656 * libgdb.texinfo: Delete file.
7657
6c0e9fb3
AC
76582002-01-22 Andrew Cagney <ac131313@redhat.com>
7659
7660 * gdb.texinfo: Remove makeinfo 3.12 hacks.
7661 * gdbint.texinfo: Ditto.
7662
e0ce93ac
AC
7663Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
7664
7665 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
7666
be298bcc
AC
76672002-01-22 Andrew Cagney <ac131313@redhat.com>
7668
7669 * Makefile.in: Update copyright.
7670 (TEXI2DVI): Define.
7671 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
7672 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
7673 gdb-cfg.texi.
7674 (TEXINDEX, PDFTEX): Delete makefile variables.
7675
8e04817f
AC
76762002-01-22 Andrew Cagney <ac131313@redhat.com>
7677
7678 * gdb.texinfo (Protocol): Move section to appendix.
7679
6b2f586d
AC
76802002-01-21 Andrew Cagney <ac131313@redhat.com>
7681
7682 * gdb.texinfo (Remote Debugging): Create a menu.
7683 (Top): Add ``Remote Debugging'' to menu.
7684
6f05cf9f
AC
76852002-01-21 Andrew Cagney <ac131313@redhat.com>
7686
7687 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
7688 serial protocol'' from here.
7689 (Remote Debugging): To here. New chapter.
7690
3fd3d7d2
AC
76912002-01-20 Andrew Cagney <ac131313@redhat.com>
7692
7693 * gdbint.texinfo (Target Architecture Definition): Delete
7694 description of TARGET_BYTE_ORDER_SELECTABLE_P.
7695
7fd60527
AC
76962002-01-20 Andrew Cagney <ac131313@redhat.com>
7697
7698 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
7699 are no longer needed.
7700 (Porting GDB): Add maintainer note about configure.host.
7701
c2f05ac9
AC
77022002-01-20 Andrew Cagney <ac131313@redhat.com>
7703
7704 * gdbint.texinfo (Target Architecture Definition): Remove
7705 definition of IEEE_FLOAT.
7706
f7dc1244 77072002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
7708
7709 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
7710 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
7711 <3diff@gnu.org>
231b2aad 7712
82600034
AC
77132002-01-19 Andrew Cagney <ac131313@redhat.com>
7714
7715 * gdbint.texinfo (Host Definition): Remove references to
7716 MALLOC_INCOMPATIBLE.
7717
7708fa01
AC
77182002-01-17 Andrew Cagney <ac131313@redhat.com>
7719
7720 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
7721 and xyz-xdep.o.
7722
eb12ee30
AC
77232002-01-17 Andrew Cagney <ac131313@redhat.com>
7724
889bf7c5 7725 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
7726 (Set Breaks): Copy ``maint info breakpoint'' doco to
7727 ``Maintenance Commands'' appendix. Add reference.
7728
c9ccaa92
AC
77292002-01-17 Andrew Cagney <ac131313@redhat.com>
7730
7731 * fdl.texi: Remove next/prev from @node.
7732
f7dc1244 77332002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
7734
7735 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
7736 for monstrous @multitable (from Brian Youmans).
7737
7738 * fdl.texi: New file.
7739
7740 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
7741
8973da3a
AC
77422002-01-15 Andrew Cagney <ac131313@redhat.com>
7743
7744 * gdbint.texinfo (Releasing GDB): New chapter.
7745
7d86b5d5
AC
77462002-01-14 Andrew Cagney <ac131313@redhat.com>
7747
7748 * gdb.texinfo (Embedded Processors, Calling program functions):
7749 Obsolete references to a29k.
7750
cc1cb004
AC
77512002-01-13 Andrew Cagney <ac131313@redhat.com>
7752
7753 * gdbint.texinfo (Coding): Review Cleanups section. Examples
7754 examples. Document that a code-block should do or discard its
7755 cleanups before exit.
7756
79f12247
MS
77572002-01-11 Michael Snyder <msnyder@redhat.com>
7758
7759 * gdb.texinfo (Choosing files): Change @samp to @file.
7760
19837790
MS
77612002-01-05 Michael Snyder <msnyder@redhat.com>
7762
7763 * gdb.texinfo (--pid): Document new command line option (attach).
7764
f7dc1244 77652002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
7766
7767 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
7768 in the stub.
7769
d7449b42
AC
77702002-01-04 Andrew Cagney <ac131313@redhat.com>
7771
7772 * gdbint.texinfo (Target Architecture Definition): Replace
7773 BIG_ENDIAN with BFD_ENDIAN_BIG.
7774
f23631e4
AC
77752002-01-03 Andrew Cagney <ac131313@redhat.com>
7776
7777 * gdbint.texinfo (Target Architecture Definition): Replace
7778 value_ptr with struct value pointer.
7779
72c9928d
EZ
77802002-01-02 Eli Zaretskii <eliz@gnu.org>
7781
7782 * gdb.texinfo (Free Software): Fix wording.
7783
959acfd1
EZ
77842001-12-31 Eli Zaretskii <eliz@gnu.org>
7785
7786 * gdb.texinfo (Free Software): New section ``Free Software Needs
7787 Free Documentation''.
7788
f7dc1244 77892001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
7790
7791 * stabs.texinfo:
7792 * gdb.texinfo:
7793 * gdbint.texinfo:
7794 * libgdb.texinfo:
7795 * annotate.texi: Fix the application of GFDL in the Copyright notice.
7796
6600abed
MS
77972001-12-29 Michael Snyder <msnyder@redhat.com>
7798
7799 * gdb.texinfo (maint info sections): Fix typo.
7800
f6680716
MS
78012001-12-26 Michael Snyder <msnyder@redhat.com>
7802
fe95c787
MS
7803 * gdb.texinfo (maint info sections): Document.
7804
a9331b3f 7805 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
7806 'info proc' sub-options that are currently not implemented.
7807
c3d3ce5b
JB
78082001-12-20 Jim Blandy <jimb@redhat.com>
7809
7810 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
7811
778eb05e
AC
78122001-12-15 Andrew Cagney <ac131313@redhat.com>
7813
7814 * gdbint.texinfo (Target Architecture Definition): Replace
7815 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
7816
2607059c
AC
78172001-12-01 Andrew Cagney <ac131313@redhat.com>
7818
7819 * gdbint.texinfo (Host Definition): Delete documentation on
7820 HOST_BYTE_ORDER.
7821
df0cd8c5
JB
78222001-11-30 Jim Blandy <jimb@redhat.com>
7823
7824 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 7825 overlay support. Add to top-level menu.
df0cd8c5 7826
88118b3a
TT
78272001-11-26 Tom Tromey <tromey@redhat.com>
7828
7829 * gdb.texinfo (Command Syntax): Document C-o binding.
7830
96565e91
CF
78312001-07-26 Christopher Faylor <cgf@redhat.com>
7832
7833 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
7834 use since it is described in the referenced section.
7835
f7dc1244 7836 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
7837 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
7838 clearer when using DJGPP.
7839
2a3d5645
CF
78402001-11-24 Christopher Faylor <cgf@redhat.com>
7841
7842 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
7843 specifically refer to MS-DOS.
7844 (command files): Mention gdb.ini is only used on MS-DOS.
7845
aa26fa3a
TT
78462001-11-21 Tom Tromey <tromey@redhat.com>
7847
7848 * gdb.texinfo (Invoking GDB): Document --args.
7849 (Mode Options): Likewise.
7850
4f8ada06
JB
78512001-11-21 Jim Blandy <jimb@redhat.com>
7852
7853 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
7854 Delete documentation; this macro has been removed from the
7855 sources.
4f8ada06 7856
3fe0dc10
JB
78572001-11-13 Jim Blandy <jimb@redhat.com>
7858
7859 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
7860
9e5abb06
CV
78612001-11-06 Corinna Vinschen <vinschen@redhat.com>
7862
7863 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
7864
1c5dfdad
MS
78652001-11-05 Michael Snyder <msnyder@redhat.com>
7866
a9331b3f 7867 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
7868 quote regexp chars in function names such as "operator*()".
7869
990f9fe3
FF
78702001-11-01 Fred Fish <fnf@redhat.com>
7871
7872 * gdbint.texinfo (SOLIB_ADD): Document additional new
7873 "readsyms" arg.
7874
b433d00b
DH
78752001-10-30 Don Howard <dhoward@redhat.com>
7876
070b1dd3
DH
7877 * gdb.texinfo: (Command Files) Added documentation for the
7878 behavior of gdb with input redirected from a file.
b433d00b 7879
b7209cb4
FF
78802001-10-28 Fred Fish <fnf@redhat.com>
7881
7882 * gdb.texinfo (auto-solib-add): Change docs to match
7883 implementation change.
7884 (auto-solib-limit): Add docs for new variable.
7885
1aa20aa8
AC
78862001-10-15 Andrew Cagney <ac131313@redhat.com>
7887
7888 * gdbint.texinfo (Target Architecture Definition): Function
7889 value_as_pointer renamed to value_as_address.
7890
fc0c74b1
AC
78912001-10-15 Andrew Cagney <ac131313@redhat.com>
7892
7893 * gdbint.texinfo (Target Architecture Definition): Default
7894 POINTER_TO_ADDRESS functions assume unsigned addresses.
7895 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
7896 posting by Jim Blandy.
7897
f4846649
JB
78982001-10-12 Jim Blandy <jimb@redhat.com>
7899
7900 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
7901 version of texi2html (1.64) doesn't support this flag any more.
7902
f277788b
MK
79032001-09-08 Mark Kettenis <kettenis@gnu.org>
7904
a9dc4918
MK
7905 * gdbint.texinfo (Host Definition): Remove description of
7906 MEM_FNS_DECLARED.
7907
d28379df
MK
7908 * gdbint.texinfo (Host Definition): Remove description of R_OK.
7909
f277788b
MK
7910 * gdbint.texinfo (Host Definition): Remove description of
7911 HAVE_SIGSETMASK.
7912
7ccaa899
EZ
79132001-09-04 Elena Zannoni <ezannoni@redhat.com>
7914
7915 * gdbint.texinfo (Target Architecture Definition): Add
7916 explanation of TARGET_PRINT_INSN macro.
7917
17d9d558
JB
79182001-08-30 Jim Blandy <jimb@redhat.com>
7919
7920 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
7921 Explain what it means to load relocatable files.
7922
72cde065
JB
79232001-08-28 Jim Blandy <jimb@redhat.com>
7924
7925 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
7926 info `top' menu.
7927
9e678452
CF
7928Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
7929
7930 * gdbint.texinfo: Add a cautionary note about macro use.
7931
a2bea4c3 79322001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 7933
a2bea4c3
CV
7934 * gdb.texinfo: Explain omitting the hostname in the
7935 `target remote' command.
7936
1129bf27
DJ
79372001-07-30 Daniel Jacobowitz <drow@mvista.com>
7938
7939 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
7940 and END-INFO-DIR-ENTRY.
7941
732b3002
SC
79422001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7943
7944 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
7945
89437448
AC
79462001-07-25 Andrew Cagney <ac131313@redhat.com>
7947
7948 * gdbint.texinfo (libgdb): Rewrite.
7949
f7dc1244 79502001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
7951
7952 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
7953
c4555f82
SC
79542001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7955
7956 * gdb.texinfo (TUI): New chapter, document the TUI.
7957 (Mode Options): Document the -tui option.
7958
2f45a6e0
MK
79592001-07-23 Mark Kettenis <kettenis@gnu.org>
7960
7961 * gdbint.texinfo (Host Definition): Remove description of
7962 NEED_POSIX_SETPGID.
7963
f7dc1244 79642001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
7965
7966 * gdb.tex (DJGPP Native): New node, with descriptions of
7967 DJGPP-specific commands.
7968
be9c6c35
JM
79692001-07-19 John R. Moore <jmoore@redhat.com>
7970
7971 * gdbint.texinfo: Three misspellings.
7972
dfa249fb
AC
79732001-07-06 Andrew Cagney <ac131313@redhat.com>
7974
7975 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
7976 `test` expressions on bash. Problem reported by Colin Walters.
7977
c72e7388
AC
79782001-07-04 Andrew Cagney <ac131313@redhat.com>
7979
7980 * gdbint.texinfo (User Interface): Update ui-out documentation to
7981 refelect recent UI/MI updates.
7982
94bbb2c0
AC
79832001-07-04 Andrew Cagney <ac131313@redhat.com>
7984
7985 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
7986 interpreters.
7987
af6c57ea
AC
79882001-06-15 Andrew Cagney <ac131313@redhat.com>
7989
7990 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
7991 structure and not macros.
7992 (Host Definition): Document that much of this chapter is obsolete.
7993 (Target Architecture Definition): Update list of files that make
7994 up a target architecture.
7995 (Coding): Update.
7996
83aa8bc6
AC
79972001-06-28 Andrew Cagney <ac131313@redhat.com>
7998
7999 * gdbint.texinfo (Target Architecture Definition): Update
8000 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
8001 The latter has been changed to a true predicate.
8002
f7dc1244 80032001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
8004
8005 * annotate.texi: Add @noindent where needed. From Dmitry
8006 Sivachenko <dima@Chg.RU>.
8007 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
8008
656db9b0
AC
80092001-06-16 Andrew Cagney <ac131313@redhat.com>
8010
8011 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
8012
df2396a1
AC
80132001-06-14 Andrew Cagney <ac131313@redhat.com>
8014
8015 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
8016 returns ``OK''. Document that the ``R'' packet does not reply.
8017
0f1f2b0a
MS
80182001-06-13 Michael Snyder <msnyder@redhat.com>
8019
8020 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
8021
f7dc1244 80222001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
8023
8024 * gdb.texinfo (Signals): Clarify the default setting of signal
8025 handling.
8026
a5d7c491
AC
80272001-05-14 Andrew Cagney <ac131313@redhat.com>
8028
8029 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
8030 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
8031
05a54c4f
AC
80322001-05-12 Andrew Cagney <ac131313@redhat.com>
8033
8034 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
8035
f7dc1244 80362001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
8037
8038 * gdbint.texinfo (Clean Design and Portable Implementation):
8039 Renamed from "Clean Design".
8040 (Clean Design and Portable Implementation): Document portable
8041 methods of handling file names, and the associated macros.
8042
f7dc1244 80432001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
8044
8045 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
8046 command and provide a cross-reference to its description.
8047 (Symbols): Note that "info scope" is useful for trace experiments.
8048
f7dc1244 80492001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 8050
b37052ae
EZ
8051 * gdb.texinfo (Symbols): Document "info scope".
8052 (Tracepoints): New chapter.
8053 (Contributors): Update for v5.1.
8054 <All nodes>: Change "C++" to "C@t{++}".
8055
0ee54786
EZ
8056 * gdbint.texinfo (User Interface): A new section about ui_out
8057 functions, based on text written by Fernando Nasser.
8058
c534679c
EZ
8059 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
8060
f7dc1244 80612001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 8062
e9c75b65
EZ
8063 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
8064
8065 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
8066
8067 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
8068 Replace "GDB" with "@value{GDBN}". Fix markup.
8069
8070 * annotate.texi: Change Permissions to GFDL. Update Copyright.
8071
3d67e040
EZ
8072 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
8073 a cross-reference to its description.
8074 (Symbols): Document "info symbol".
8075
f7dc1244 80762001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
8077
8078 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
8079 subsection "x86 Watchpoints".
8080 (Target Architecture Definition): Document the macros
8081 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
8082 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
8083
b0ed3589
AC
80842001-03-20 Andrew Cagney <ac131313@redhat.com>
8085
8086 * gdbint.texinfo (Target Architecture Definition): Update
8087 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
8088 list.
8089
b6ba6518
KB
80902001-03-06 Kevin Buettner <kevinb@redhat.com>
8091
8092 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
8093 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
8094
f7dc1244 80952001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
8096
8097 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
8098
f7dc1244 80992001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 8100
17cc6a06
EZ
8101 * gdb.texinfo (Environment): Document that `path' does not change
8102 the value of PATH in GDB's own environment (it did in the past,
8103 but that was changed on March 15, 1994). Reported by Doug Evans
8104 <dje@transmeta.com>.
8105
56caf160
EZ
8106 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
8107 its line. Fix markup of commands and macros. Add an Index node
8108 and index entries.
8109
29e57380
C
81102001-01-23 J.T. Conklin <jtc@redback.com>
8111
8112 * gdb.texinfo (Memory region attributes): New manual section.
8113
1c6147de
ND
81142001-01-04 Nicholas Duffek <nsd@redhat.com>
8115
8116 * gdbint.texinfo (POP_FRAME): Document use by return_command.
8117
f7dc1244 81182000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
8119
8120 * refcard.tex: Version and copyright fixed. From Phil Edwards
8121 <pedwards@disaster.jaj.com>.
8122
0dcedd82
AC
8123Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
8124
8125 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 8126 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 8127
3b851bce
AC
8128Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
8129
8130 * gdbint.texinfo (Coding): Update current value of
889bf7c5 8131 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 8132
f7dc1244 81332000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
8134
8135 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
8136 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
8137
b90a5f51
CF
81382000-11-10 Christopher Faylor <cgf@cygnus.com>
8139
8140 * gdb.texinfo: Document new 'set step-mode' command.
8141
f7dc1244 81422000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
8143
8144 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
8145 changes from Dmitry Sivachenko <dima@Chg.RU>.
8146
f7dc1244 81472000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
8148
8149 * gdb.texinfo (Hooks): Document the new post-hook functionality.
8150 From Steven Johnson <sbjohnson@ozemail.com.au>.
8151
2e685b93
MK
81522000-08-10 Mark Kettenis <kettenis@gnu.org>
8153
8154 * gdbint.texinfo (Overall Structure): Spelling fix.
8155
f7dc1244 81562000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
8157
8158 * gdbint.texinfo (Target Architecture Definition): Document that
8159 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
8160 for which REGISTER_CONVERTIBLE returns a zero value.
8161
63ac3005
EZ
81622000-07-08 Christopher Faylor <cgf@cygnus.com>
8163
8164 * Makefile.in (install-info): Find files to install in either the
8165 build or source directories (adapted from Makefile.am).
8166
bd79f757
ND
81672000-07-07 Nicholas Duffek <nsd@redhat.com>
8168
8169 * stabs.texinfo: Fix spelling errors.
8170 (String Field): FILE-NUMBER starts from 0, not 1.
8171
f7dc1244 81722000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
8173
8174 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 8175 Brian Youmans.
5f208f6d 8176
f7dc1244 81772000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
8178
8179 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
8180 the source directory. Reported by Mark Harig
8181 <markh@frazier.landmark.com>.
cc542d3b 8182
f3b28801
C
81832000-06-20 J.T. Conklin <jtc@redback.com>
8184
8185 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
8186
449f3b6c
AC
8187Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
8188
8189 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 8190 Generate using pdftex.
449f3b6c 8191 (PDFTEX): Define.
889bf7c5 8192 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 8193 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 8194 @contents at the start.
449f3b6c 8195
f7dc1244 81962000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
8197
8198 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 8199 Youmans.
48e934c6 8200
9e9c5ae7
AC
8201Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
8202
8203 From Brian Youmans:
8204 * gdb.texinfo: Fix ``et al.''.
8205
c741b251
AC
8206Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
8207
8208 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 8209 loop.
c741b251 8210
4ab64e14
JG
82112000-05-19 Jimmy Guo <guo@cup.hp.com>
8212
8213 * configure: Regenerate.
8214
f7dc1244 82152000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
8216
8217 * Makefile.in (install-info): Run install-info on installed Info
8218 files.
8219
8c70017b
AC
8220Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
8221
a7cb598a 8222 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 8223 Andrew Cagney.
8c70017b 8224
f7dc1244 82252000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
8226
8227 * gdb.texinfo: Proofreading changes from Brian Youmans.
8228
bf0184be
ND
82292000-05-01 Nick Duffek <nsd@cygnus.com>
8230
8231 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
8232 startup sequence, minor edits.
8233
f7dc1244 82342000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
8235
8236 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
8237 TeX.
8238
8239 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
8240 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
8241 like `n' and `s' which look weird. Convert some of the @kindex to
8242 @vindex, when they refer to variables, not commands.
8243
33e16fad
AC
8244Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
8245
8246 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
8247
f7dc1244 82482000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
8249
8250 * Makefile.in (GDBMI_DIR): New variable.
8251 (SET_TEXINPUTS): Add $(GDBMI_DIR).
8252 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
8253 (gdbmi.texinfo): New target, for texi2roff.
8254 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
8255 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
8256
8257 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
8258 gdbmi.texinfo.
8259 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
8260 comment.
8261
d167840f
EZ
82622000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8263
8264 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 8265 command.
d167840f 8266
f7dc1244 82672000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
8268
8269 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
8270 prevents the build (and is generally a Bad Idea).
8271
f7dc1244 82722000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
8273
8274 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
8275 a comma inside @var.
8276 (Command Files): Index markup changes from Dmitry Sivachenko
8277 <dima@Chg.RU>.
8278
f7dc1244 82792000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
8280
8281 * Makefile.in (LN_S): Define.
8282 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
8283 invoke "ln -s" unless it is known to work.
8284
8285 * configure.in (AC_PROG_LN_S): Add.
8286
8dc7983f
JB
82872000-04-14 Jim Blandy <jimb@redhat.com>
8288
8289 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
8290 section.
8291 (Target Conditionals): Document ADDRESS_TO_POINTER,
8292 POINTER_TO_ADDRESS.
8293
1a8237e8
DB
82942000-04-11 Daniel Berlin <dan@cgsoftware.com>
8295
8296 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
8297 gdb-cfg.texi to get the value.
8298
ca526f1a
JB
82992000-04-10 Jim Blandy <jimb@redhat.com>
8300
8301 * gdbint.texinfo (Target Architecture Definition): Fix
8302 cross-references.
8303
faaafcb4
JB
83042000-04-08 Jim Blandy <jimb@redhat.com>
8305
8306 * gdbint.texinfo (Using Different Register and Memory Data
8307 Representations): New section.
8308 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
8309 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
8310 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 8311
1b27397f
AC
8312Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
8313
8314 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 8315 for acknowledgments.
1b27397f 8316
480ff1fb
AC
8317Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
8318
8319 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 8320 qThreadExtraInfo.
480ff1fb 8321
a9331b3f 83222000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 8323
a9331b3f
RM
8324 * gdb.texinfo: Clarify which remote debug protocol commands are
8325 required and which are optional.
f1251bdd 8326
dbeb8dbd
AC
8327Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
8328
8329 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
8330 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
8331 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
8332 * annotate.texi: Update.
8333
6d2ebf8b
SS
83342000-03-28 Stan Shebs <shebs@apple.com>
8335
8336 * gdb.texinfo: Update dates, bump to Eighth Edition (note
8337 expectation of additional changes before release), update
8338 ISBN, add copy of top-level menu for @ifhtml, remove explicit
8339 node links, rephrase and/or shorten lines to fix formatting
8340 problem in both regular and @smallbook formats.
8341 * annotate.texi: Shorten lines in example, use smallexample
8342 consistently everywhere.
8343 * Makefile.in: Add comment about texinfo 4.0 html generation.
8344 (SFILES_INCLUDED): Add annotate.texi.
8345
5d161b24
DB
83462000-03-27 Daniel Berlin <dan@cgsoftware.com>
8347
5ae4183a
AS
8348 * gdb.texinfo (Debugging Output): Added new section, documenting
8349 the "set/show debug" commands.
5d161b24 8350
b9deaee7
AC
8351Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
8352
8353 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 8354 entry.
b9deaee7
AC
8355
8356 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
8357 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 8358 @chapter and @node entries.
a9331b3f 8359
b9deaee7 8360 * gdb.texinfo: Link all top-level nodes.
a9331b3f 8361
9ef47d30
AC
8362Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
8363
8364 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 8365 files.
9ef47d30 8366
cfeada60
FN
83672000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
8368
8369 From David Whedon <dwhedon@gordian.com>
5ae4183a 8370 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 8371
6837a0a2
DB
83722000-03-22 Daniel Berlin <dan@cgsoftware.com>
8373
8374 * gdb.texinfo: Add documentation for the apropos command.
8375
bba2971c
MS
83762000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
8377
8378 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
8379
2b628194
MS
83802000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
8381
a9331b3f 8382 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
8383 two places.
8384
96a2c332
SS
83852000-03-17 Stan Shebs <shebs@apple.com>
8386
8387 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
8388 <dima@Chg.RU>, also clarification of allowed content for
8389 string constants.
8390
f7dc1244 83912000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
8392
8393 * gdb.texinfo (main menu): Add Annotations.
8394 (File Options): Add @cindex entries for each command-line option.
8395 Document --epoch, --annotate, --async, --interpreter, --write,
8396 --statistics, and --version.
8397
8398 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
8399 of GDB.
8400
9d233477
JB
84012000-02-23 Jim Blandy <jimb@redhat.com>
8402
8403 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
8404
14e0eb3b
JB
84052000-02-22 Jim Blandy <jimb@redhat.com>
8406
8407 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
8408
3555de01
JM
84092000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
8410
8411 * Makefile.in (diststuff): New target.
8412
5e35df8e
KB
84132000-02-15 Kevin Buettner <kevinb@redhat.com>
8414
8415 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 8416 architecture. [From Jim Wilson.]
5e35df8e 8417
c5394b80
JM
84182000-01-16 Tom Tromey <tromey@cygnus.com>
8419
8420 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
8421 (Delete Breaks): Mention range arguments.
8422 (Disabling): Likewise.
8423
c3f6f71d
JM
84242000-01-05 Dmitry Sivachenko <dima@Chg.RU>
8425
8426 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
8427
c4093a6a
JM
8428Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
8429
8430 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 8431 valid functions.
c4093a6a 8432
11cf8741
JM
84331999-11-05 Stan Shebs <shebs@andros.cygnus.com>
8434
8435 * gdb.texinfo: Clarify regular expressions used in rbreak.
8436
917317f4
JM
84371999-10-15 Kevin Buettner <kevinb@cygnus.com>
8438
8439 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
8440 MEMORY_REMOVE_BREAKPOINT): Document.
8441
8442Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
8443
8444 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 8445 offset re-using the DATA offset instead.
917317f4 8446
2df3850c
JM
84471999-10-11 Jim Kingdon <kingdon@redhat.com>
8448
8449 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
8450
84511999-10-05 Stan Shebs <shebs@andros.cygnus.com>
8452
8453 From Dmitry Sivachenko <demon@gpad.ac.ru>:
8454 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
8455 typos.
8456
8457 * gdb.texinfo: Various minor wording and formatting improvements,
8458 mentions of additional command-line options.
8459
2acceee2
JM
84601999-09-30 Fred Fish <fnf@cygnus.com>
8461
8462 * gdb.texinfo: Document additional forms of specifying section
8463 names and addresses for the add-symbol-file command.
8464
c2c6d25f
JM
84651999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
8466
8467 * gdbint.texinfo: Fix typo, add the word "have".
8468
84691999-09-14 Jim Blandy <jimb@cris.red-bean.com>
8470
8471 * gdbint.texinfo (Target Architecture Definition): Document the
8472 SKIP_PERMANENT_BREAKPOINT macro.
8473
d4f3574e
SS
84741999-09-07 Stan Shebs <shebs@andros.cygnus.com>
8475
8476 * gdb.texinfo: Fiks speling errers.
8477
8478 * gdb.texinfo: Fix uses of @multitable.
8479
f7dc1244 8480 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 8481 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 8482 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
8483 comments about using with optimization, add more indexing,
8484 fix info about disassembly-flavor.
8485
8486Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
8487
8488 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
8489 SKIP_SOLIB_RESOLVER): Define.
8490
8491Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
8492
8493 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 8494 ``g'' packets.
d4f3574e 8495
104c1213
JM
84961999-08-30 Stan Shebs <shebs@andros.cygnus.com>
8497
8498 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
8499 platform-specific info, inline remote.texi and move sections of it
8500 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
8501 and register stack into the new chapter.
8502 * remote.texi: Remove, now part of gdb.texinfo.
8503 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
8504
85051999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
8506
8507 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
8508 GDB_TARGET_IS_MACH386): These kludges have gone away.
8509
8510Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
8511
8512 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 8513 TDEPLIBS.
104c1213 8514
53a5351d
JM
85151999-08-20 Stan Shebs <shebs@andros.cygnus.com>
8516
8517 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
8518 surrounding text to fit HP-UX bits into general info.
8519 (HPPA-cfg.texi): Remove, no longer useful.
8520
8521 * gdb.texinfo: Remove explicit links from @node lines, remove
8522 HP-added "Detailed Node Listing" from main menu which confuses
8523 things.
8524
8525 From Dmitry Sivachenko <dima@Chg.RU>:
8526 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 8527 in description of `set environment'.
53a5351d
JM
8528
85291999-08-17 Stan Shebs <shebs@andros.cygnus.com>
8530
8531 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
8532
7be570e7
JM
85331999-08-12 Ben Elliston <bje@cygnus.com>
8534
8535 * gdbint.texinfo (Breakpoint Handling): Add missing words.
8536
f7dc1244 85371999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
8538
8539 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
8540 watch, awatch, and rwatch. Explain why the latter two cannot be
8541 set as software watchpoints. Document that watchpoints for local
8542 variables are deleted when the debuggee terminates.
7be570e7
JM
8543
8544Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
8545
8546 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
8547 packet. Allow E.. response packet. "qRcmd" packet is no longer
8548 reserved.
7be570e7
JM
8549
85501999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8551
a9331b3f
RM
8552 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
8553 * gdb.texinfo: Ditto.
7be570e7 8554
96baa820
JM
85551999-08-06 Tom Tromey <tromey@cygnus.com>
8556
8557 * gdb.texinfo (KOD): New node.
8558
8559Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
8560
8561 * remote.texi (Rcmd): Fix minor formatting typos.
8562
8563Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
8564
8565 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 8566 packets.
96baa820 8567
adf40b2e
JM
85681999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
8569
8570 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
8571 fixes.
8572
43ff13b4
JM
8573Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
8574
8575 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
8576
085dd6e6
JM
8577Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
8578
8579 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
8580 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
8581 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
8582 packets that are not supported on all hosts. Expand examples.
8583 Spell check.
085dd6e6
JM
8584
85851999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
8586
8587 * Makefile.in: Recognize html, install-html. Add targets
8588 to build HTML versions of documentation via texi2html.
8589
8590Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
8591
8592 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 8593 testsuite.
085dd6e6
JM
8594
8595Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
8596
8597 * remote.texi (Communication Protocol): Rewrite.
8598
8599Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
8600
8601 * stabs.texinfo: Fix uses of xref.
8602
9e0b60a8
JM
8603Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
8604
8605 * gdbint.texinfo: Add an anti-printf exhortation, and update the
8606 info about patch submission.
8607
cce74817
JM
8608Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
8609
8610 From Per Bothner <bothner@cygnus.com>:
8611 * gdb.texinfo: Document Chill support.
8612
8613Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
8614
8615 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
8616 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
8617 Document that the value should be greater-than or equal-to zero.
8618 (NO_STD_REGS): Document. Deprecate.
cce74817 8619
ac9a91a7
JM
8620Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8621
8622 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 8623 Document that these are not used.
ac9a91a7
JM
8624
8625Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8626
8627 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
8628
392a587b
JM
8629Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
8630
8631 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 8632 numargs was dropped.
392a587b
JM
8633
8634Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
8635
8636 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
8637
b83266a0
SS
8638Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
8639
8640 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 8641 Update.
b83266a0 8642
7a292a7a
SS
8643Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
8644
8645 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
8646 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
8647
8648Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
8649
8650 * gdbint.texinfo: Fix typos: $ -> @.
8651
8652Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
8653
8654 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
8655 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
8656 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
8657 BREAKPOINT_FROM_PC.
a9331b3f 8658
7a292a7a
SS
8659Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
8660
8661 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 8662 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
8663
8664Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8665
8666 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 8667 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
8668
86691999-04-02 Stan Shebs <shebs@andros.cygnus.com>
8670
8671 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
8672 longer exists.
8673
8674Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
8675
8676 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
8677 nearly all @ifset/@ifclear conditionals; nobody uses them, and
8678 they make the manual source incomprehensible.
7a292a7a
SS
8679 * h8-cfg.texi: Remove, hasn't been used in years.
8680
c906108c
SS
8681Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
8682
8683 * gdb.texinfo: Update the credits.
8684
8685Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
8686
8687 * gdb.texinfo: Fix mistakes noticed in printout of last
8688 draft, add Alpha to discussion of heuristic fence post.
8689
8690Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
8691
8692 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
8693 Edition, merge some HP changes into mainline, describe some
8694 previously undocumented features, describe more of the target
8695 commands available, eliminate obsolete section on renamed
8696 commands.
c906108c
SS
8697 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
8698
8699Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
8700
8701 * gdb.texinfo: Make many HPPA conditionals unconditional,
8702 including catchpoint description, since now on for all configs.
8703 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
8704 specializations.
8705
8706Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
8707
8708 * Makefile.in (GDBvn.texi): Fix match expression to work with
8709 current format of VERSION in gdb/Makefile.in.
8710 * gdb.texinfo: Fix node ref to match new readline.
8711
8712Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
8713
a9331b3f
RM
8714 * gdb.texinfo: Changes made as part of a project to merge in
8715 changes made by HP. Documentation makes extensive use of
c906108c
SS
8716 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
8717 on remote debugging. There are differences in documentation
889bf7c5 8718 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
8719 the HP manual discusses catchpoints, hardware watchpoints, and
8720 some HPUX specific limitations for shared library support.
a9331b3f 8721
c906108c
SS
8722 There are also a number of @node changes.
8723
87241999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
8725
8726 * gdbint.texinfo (Formatting): Disambiguate a sentence.
8727 (C Usage): Same.
8728
8729Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
8730
8731 The following changes were made by Edith Epstein
889bf7c5
PA
8732 <eepstein@cygnus.com> as part of a project to merge in changes
8733 made by HP.
a9331b3f 8734
c906108c
SS
8735 * HPPA-cfg.texi: new file.
8736
8737 * all-cfg.texi: set HPPA for HP PA-RISC targets.
8738
8739 * refcard.tex: change documentation about catch.
8740 removed info catch.
8741
8742Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
8743
8744 * gdbint.texinfo: Expand on GDB's coding standards,
8745 specify the use of arg names with prototypes.
8746
87471998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
8748
8749 * gdb.texinfo: Fix tipo.
8750
8751Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
8752
8753 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 8754 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
8755
8756Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
8757
8758 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
8759
87601998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
8761
8762 * agentexpr.texi: New file.
8763
8764Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
8765
8766 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
8767
87681998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
8769
8770 * remote.texi: Changed wording that implied that the GDB remote
8771 protocol caches register values instead of GDB itself.
8772
8773Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
8774
8775 * gdbint.texinfo: Add some info about symbol readers.
8776 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
8777 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
8778 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
8779 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
8780
8781Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
8782
a9331b3f 8783 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
8784
8785Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
8786
8787 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
8788
8789Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
8790
8791 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 8792 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
8793
8794Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
8795
8796 * gdbint.texinfo: Fix minor typos.
8797
8798Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
8799
8800 * gdbint.texinfo: Complete overhaul. Group descriptions more
8801 logically, add more info on generic algorithms, remove much
8802 obsolete and/or wrong material.
8803
8804Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
8805
8806 * stabs.texinfo (Method Type Descriptor): Expand and correct.
8807
8808Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
8809
8810 * refcard.tex: Copyright, address updates.
8811
8812Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
8813
8814 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
8815 for the edition instead of confusing GDB-version-like numbers.
8816
8817Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
8818
8819 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
8820
8821Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
8822
5ae4183a 8823 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
8824
8825Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
8826
8827 * gdb.texinfo: Add some credits, mention bug monitor.
8828 * remote.texi: Mention mips monitor targets.
8829 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 8830
c906108c
SS
8831Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
8832
8833 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
8834 files, finish sorting of host vs target vs native macros, describe
8835 some more of them.
c906108c
SS
8836
8837Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
8838
8839 * gdbint.texinfo (Host Conditionals): Document change from
8840 using NO_MMALLOC to it's inverse, USE_MMALLOC.
8841
8842Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
8843
8844 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 8845 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
8846
8847Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
8848
8849 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
8850 Document LSEEK_NOT_LINEAR.
8851
8852Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
8853
8854 * stabs.texinfo (Stab Section Basics): Make it clear that only
8855 some versions of the GNU linker remove the leading N_UNDF symbol.
8856
8857Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
8858
8859 * stabs.texinfo (String Field): Document type number pairs here,
8860 instead of in the Sun specific section.
8861 (Include Files): The GNU linker supports the N_BINCL
8862 optimization. Clarify the N_BINCL value, and what it is used
8863 for.
8864 (Procedures): Document N_FUN with an empty string to mark the end
8865 of a function.
8866 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
8867 (Sun Differences): Remove this node, as the information is now
8868 elsewhere in the main document.
8869 (Stab Section Basics): Mention that the GNU linker may optimize
8870 stabs and remove the leading N_UNDF symbol.
8871
8872Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
8873
8874 * gdb.texinfo, refcard.tex: Restore author credit
8875
8876Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
8877
8878 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
8879 documentation to account for START and END macros taking
8880 one arg.
8881
8882Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
8883
8884 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
8885 * gdb.texinfo (Frames): Fix typo.
8886
8887Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
8888
8889 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
8890 a target_signal as arg type, not a pid.
8891
8892Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
8893
8894 * gdb.texinfo: Document `set assembly-language'.
8895
8896Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
8897
8898 * remote.texi: Update list of stubs in the GDB distribution.
8899
8900Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
8901
8902 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
8903 Also document that some systems can use mmalloc but must define
8904 this if their C runtime allocates memory that is later freed.
c906108c 8905 (MMCHECK_FORCE): Document new macro.
a9331b3f 8906
c906108c
SS
8907Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
8908
8909 * remote.texi: Add documentation for target Sparclet.
8910
8911Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8912
a9331b3f 8913 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
8914 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
8915 * configure.in: Rewritten for autoconf.
8916 * configure: New.
8917
8918Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
8919
8920 * Makefile.in (DVIPS): New define, set to dvips.
8921 (dvi): Add stabs.dvi.
8922 (ps): New target.
8923 (all-doc): Depend on info, dvi, and ps targets.
8924 (STAGESTUFF): Add *.ps and *.dvi files.
8925 (clean-info, clean-dvi): Remove.
8926 (mostlyclean): Does not depend upon clean-info or clean-dvi,
8927 rules completely rewritten.
8928 (maintainer-clean): Remove clean-info and clean-dvi
8929 dependencies and put their actions in the rules.
8930 (gdb.ps): New target
a9331b3f 8931 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
8932 intermediate TeX files, whether they have 2 or 3 character
8933 extensions.
8934 (gdbint.ps): Add target and rules.
8935 (gdb-internals): Delete unused target.
8936 (Makefile): Depends upon config.status also.
8937
8938Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
8939
8940 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
8941 set.
8942
8943Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
8944
8945 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
8946 * gdb.texinfo (Expressions): Fix erroneous array constant example.
8947
8948Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
8949
8950 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
8951
8952Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8953
8954 * gdb.texinfo (Print settings): Document
8955 `set/show print static-members' commands.
8956
8957Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
8958
8959 * gdbint.texinfo (Native): Document name change, coredep.c to
8960 core-aout.c.
8961
8962Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
8963
8964 * stabs.texinfo (Include Files): Document the values the SunOS4
8965 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
8966
8967Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
8968
8969 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
8970 Fix typo.
8971
8972Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
8973
8974 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
8975 "gdb.tar.Z".
8976
8977Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
8978
8979 * Makefile.in (maintainer-clean): New target, synonym for
8980 realclean.
8981
8982Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
8983
8984 * Update all FSF addresses except those in COPYING* files.
8985
8986Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
8987
8988 From Richard Earnshaw (rearnsha@armltd.co.uk):
8989 * gdb.texinfo (convenience variables): Document $_exitcode.
8990 (quit): Document optional expression to use as exit code.
8991
8992Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
8993
8994 * gdb.texinfo, remote.texi: Brought up to date with various
8995 GDB changes.
8996
8997Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
8998
8999 * gdb.texinfo: Update dates and versions, fix comments about
9000 hardware watchpoints in future releases and about the
9001 sharedlibrary command.
9002
9003Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9004
9005 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
9006 C_FUN stab. Other cleanups.
9007
9008Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9009
9010 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
9011 for the sparc stub.
9012
9013Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9014
9015 * annotate.texi: Clarify which addresses have differing formats
9016 depending on the language and which do not.
9017
9018Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9019
9020 * remote.texi (NetWare): Changed example to use BOARD= instead of
9021 NODE= argument to reflect correspoding change to gdbserve.nlm.
9022
9023Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9024
9025 * stabs.texinfo (Negative Type Numbers): Mention the fact that
9026 GDB, as well as AIX dbx, supports the size type attribute.
9027
9028Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9029
9030 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
9031
9032Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
9033
9034 * gdb.texinfo (Define): Document $arg0... arguments to commands,
9035 and new 'if' and 'while' commands.
9036
9037Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
9038
9039 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
9040
9041Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9042
9043 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
9044 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
9045 NetWare targets. Mostly stolen from the Server node.
9046
9047Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9048
9049 * gdb.texinfo (Setting): Talk about the language of a source file
9050 versus the working language. The old documentation did not match
9051 what GDB did.
9052
9053Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9054
9055 * stabs.texinfo (Source Files): Document N_SO used to mark the end
9056 of a source file.
9057
9058Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9059
9060 * gdb.texinfo (Processes): New node.
9061
9062Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
9063
9064 * remote.texi: Update documentation of set/show mipsfpu.
9065
3fc11d3e
JM
9066Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
9067
9068 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
9069 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
9070
9071Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
9072
9073 * gdbint.texinfo: Removed mentions of some incorrectly placed and
9074 obsolete conditionals, described some others.
9075
9076Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9077
9078 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
9079 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
9080
9081Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
9082
9083 * gdbint.texinfo: Put regex conditionals in their own table.
9084
9085Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
9086
9087 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
9088 described or fixed the descriptions of many others.
9089
9090Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
9091
9092 * gdb.texinfo: Add some more credits.
9093 * gdbint.texinfo: Capitalize GDB consistently, describe some
9094 macros and remove some.
9095
9096Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
9097
9098 * gdbint.texinfo: Removed mentions of many incorrectly placed and
9099 obsolete conditionals, described some others.
9100
9101Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9102
9103 * gdb.texinfo (help targets): Changed to `help target', which
9104 is the correct gdb command.
9105
9106Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9107
9108 * annotate.texi (TODO): New node, for keeping track of annotations
9109 suggested but not yet implemented.
9110
9111Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9112
9113 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
9114 another symbol, it is not the address itself.
9115
9116Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
9117
9118 * stabs.texinfo (Stab Section Basics): Add comment about alignment
9119 of stabs-in-coff sections.
9120
9121Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9122
9123 * annotate.texi: Change edition to 0.5 and date to May 1994.
9124 Add index.
9125 (Frames): New node, for frame annotation.
9126 (Displays): New node, for display annotation.
9127
9128 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
9129 when waiting for your program to stop.
9130
9131Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9132
9133 * annotate.texi (Breakpoint Info): Document annotation of header
9134 fields and record annotation.
9135
9136Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9137
9138 * annotate.texi: New file, to document annotations.
9139
9140Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9141
9142 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
9143 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
9144
9145Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9146
9147 * stabs.texinfo (Stab Section Basics): Say what is in .stab
9148 section, and say n_strx field is compilation unit relative.
9149 * stabs.texinfo: Don't use @code for a.out when it is the name of
9150 an object file format.
9151
9152Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9153
9154 * gdb.texinfo: Refer to file names, not path names, per rms
9155 convention.
9156 (Arguments): Fix typo.
9157
9158Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9159
9160 * stabs.texinfo (Global Variables): Talk about stabs in files
9161 where variables are referenced, but not defined.
9162
9163Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9164
9165 * stabs.texinfo: Move stuff on @ and # type descriptors from node
9166 Cplusplus to new nodes Member Type Descriptor and Method Type
9167 Descriptor. Re-write stuff for #.
9168
9169Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9170
9171 * gdb.texinfo (Print Settings): Don't document "set print
9172 fast-symbolic-addr off". The bug which it worked around was fixed
9173 on 25 Feb 94 in coffread.c, so I'm nuking the command.
9174
9175 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
9176 N_ENTRY node.
9177
9178 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
9179
9180Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9181
9182 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
9183 references to ieee-float.c.
9184
9185Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9186
9187 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
9188 match what the code actually does.
9189
9190Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9191
9192 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
9193
9194Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9195
9196 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
9197 i, and b.
9198
9199Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
9200
9201 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
9202 well as for ELF and SOM. Unify the descriptions of ELF and SOM
9203 as "stabs in sections" rather than just saying "ELF and SOM".
9204 Also make that stuff apply to COFF.
9205
9206Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9207
9208 * gdb.texinfo (Formatting Documentation): Change GhostScript to
9209 Ghostscript.
9210
9211Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9212
9213 * gdb.texinfo (Continuing and Stepping): When talking about "step"
9214 versus functions without line numbers, also mention stepping into
9215 them as well as "step" when you are in them. Tell the user how to
9216 deal with the situation. Add comment about "debugging information".
9217
9218Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9219
9220 * stabs.texinfo (Enumerations): Document restriction on where
9221 enumeration types can appear and still win with GDB.
9222
9223Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9224
9225 * stabs.texinfo (Negative Type Numbers): Document format for type
9226 -16.
9227
9228Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9229
9230 * gdb.texinfo (Selection, Frame Info): Update information about
9231 arbitrary frame specficiations.
9232
9233Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
9234
9235 * gdb.texinfo, remote.texi: general editing pass prior to Net release
9236
9237Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9238
9239 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
9240
9241Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
9242
9243 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
9244
9245Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9246
9247 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
9248 Differences node to Statics node.
9249 (Statics): Discuss XCOFF use of V symbol descriptor.
9250
9251 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
9252 not clean.
9253
9254Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
9255
9256 * gdb.texinfo (Print Settings): Document `set print
9257 fast-symbolic-addr' and improve the doc for some other
9258 `set print's.
9259
9260Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9261
9262 * stabs.texinfo (String Field): Talk about defining several type
9263 numbers at once.
9264 Fix lint regarding changing node ELF Transformations to
9265 ELF and SOM Transformations.
9266
9267Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
9268
9269 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
9270
9271Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9272
9273 * stabs.texinfo (Cross-References): `::' is for nested types only
9274 within <>.
9275 (Structures): Document static members.
9276
9277Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9278
9279 * stabs.texinfo: Document S type attribute.
9280
9281Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
9282
9283 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
9284
9285Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
9286
9287 * gdbint.texinfo: Fix a few typos.
9288
9289Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9290
9291 * gdb.texinfo, remote.texi: formatting improvements
9292
9293 * gdb.texinfo (New Features): mention threads.
9294 (Summary, C): fix xrefs in newly contributed text.
9295 (Threads): index entries, clarifications, example
9296 (passim): minor typos fixed, phrasing improvements
9297
9298 * remote.texi (Bootstrapping): rephrase text on ^C and add index
9299 entries; (Server): explain use of gdbserver w/real-time systems,
9300 add example of conflicting TCP port; (MIPS Remote) break up
9301 running text into table, highlighting commands, and add example.
a9331b3f 9302
c906108c
SS
9303Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9304
9305 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
9306
9307Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9308
9309 * stabs.texinfo (Nested Symbols): New node.
9310 (String Field, Symbol Descriptors, Cross-References): Refer to it.
9311
9312Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9313
9314 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
9315 to picking which Bbss.bss symbol to use, and (because there seems to
9316 be no good way of doing it) re-write some of the text to make it
9317 sound like Bbss.bss isn't such a great idea after all (as currently
9318 designed).
9319
9320 * gdb.texinfo (C): In addition to saying people have to use g++ for
9321 good results, say they have to use stabs. Specifically say cfront
9322 doesn't work well.
9323 (Summary): Merge in information on Modula-2, Pascal, and Chill from
9324 the gdb README. Add xrefs to places where the support for the various
9325 languages is described in detail.
9326
9327Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9328
9329 * stabs.texinfo: Clean up stuff about visibility and virtual
9330 characters.
9331
9332 * stabs.texinfo (N_M2C): Cite Sun doc.
9333
9334Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9335
9336 * gdb.texinfo: updates re threads.
9337 * remote.texinfo: avoid index entries starting with digits.
9338
9339Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9340
9341 * stabs.texinfo (Enumerations): Talk about large, negative and
9342 octal values. Clean up cross reference to type attributes.
9343 (String Field): Say that GDB 4.11 supports size attribute.
9344
9345Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9346
9347 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
9348 is a mandatory step. Make the stuff about that more concise.
9349
9350Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9351
9352 * stabs.texinfo (Class Names): New node.
9353
9354 * gdb.texinfo (Command Files): Explain order of init file reading.
9355
9356 * remote.texi (Bootstrapping): Talk about getting the serial driver
9357 to deal with ^C sent by gdb to stop the remote system.
9358
9359Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
9360
9361 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
9362
9363 * libgdb.texinfo (Defining Commands): made the DOC arg
9364 to gdb_define_app_command a char * instead of char **
9365 per a suggestion from kingdon.
9366
9367 * libgdb.texinfo: total rewrite from a different starting
9368 premise.
9369
9370Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9371
9372 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
9373 floats passed as doubles (to improve clarity).
9374
9375Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9376
9377 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
9378
9379 * a4rc.sed: update to work with Andreas Vogel papersize params
9380
9381 * refcard.tex: use Andreas Vogel simplifications of papersize
9382 params; remove useless version info; update copyright date.
9383
9384Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9385
9386 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
9387
9388Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9389
9390 * gdb.texinfo (Files): Say what address the load command loads it at.
9391
9392 * stabs.texinfo (Common Blocks): Minor cleanups.
9393
9394 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
9395 that Sun has backed away from the linker kludge and thus the relevant
9396 issue is changes to the SunPRO tools, not the Solaris linker.
9397
9398 * stabs.texinfo (Traditional Integer Types): Clean up description
9399 of octal bounds a little bit. Document extra leading zeroes.
9400
9401Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9402
9403 * gdb.texinfo (Signaling): Update for symbolic symbol names
9404 and add a section explaining the difference between the GDB
9405 signal command and the shell kill utility.
9406
9407Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
9408
9409 * libgdb.texinfo: added `@' to braces that were unescaped.
9410
9411Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
9412
9413 * libgdb.texinfo: new file. Spec for the gdb library.
9414
9415Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9416
9417 * stabs.texinfo (Include Files): Fix typo (start -> end).
9418
9419Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9420
9421 * gdb.texinfo, remote.texi: assorted small improvements, mostly
9422 from Melissa at FSF's editing pass.
9423
9424Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9425
9426 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
9427 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
9428 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
9429
9430Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9431
9432 * remote.texi (Bootstrapping): Discuss 386 call gates.
9433
9434Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9435
9436 * stabs.texinfo (Based Variables): New node.
9437
9438Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
9439
9440 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
9441 names, sizes, and formats to suggest how not to lose.
9442
9443Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9444
9445 * stabs.texinfo (Methods): Fix typo.
9446
9447Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9448
9449 * gdb.texinfo: Fix a few typos.
9450
9451Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9452
9453 * gdb.texinfo: Clarify how well it works with Fortran.
9454
9455 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
9456 More on relocating stabs in ELF files.
9457
9458Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9459
9460 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
9461
9462Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9463
9464 * stabs.texinfo (Local Variable Parameters): Talk about nameless
9465 parameters on VAX.
9466
9467Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9468
9469 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
9470
9471Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9472
9473 * stabs.texinfo: Make info author notice match the TeX author notice.
9474
9475Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9476
9477 * stabs.texinfo: Initial-caps all words in node names and
9478 non-trivial words in section names.
9479
9480Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9481
9482 * stabs.texinfo: Many minor cleanups.
9483
9484 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
9485
9486Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
9487
9488 * stabs.texinfo: Remove full description of big example.
9489 It's not really helpful; just use pieces of it where appropriate.
9490 Add more Texinfo formatting directives (@samp, etc.).
9491 Use @deffn to define stab types.
9492 Eliminate some wordiness. Break up some nodes.
9493 Add an (alphabetized) index of symbol types.
9494 Use consistent capitalization style in node and section names.
9495
9496Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
9497
9498 * gdb.texinfo: Change typo "Two two" to "The two".
9499
9500Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9501
9502 * stabs.texinfo (XCOFF-differences): Remove references to
9503 non-existent types N_DECL and N_RPSYM.
9504
9505 * stabs.texinfo (String Field): Say that type attributes bug is
9506 fixed in GDB 4.10, since it is.
9507
9508 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
9509
9510Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
9511
9512 * stabs.texinfo: Formatting cleanups.
9513
9514Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9515
9516 * stabs.texinfo: When explaining the n_type of a stab, standardize
9517 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
9518 no tabs, use @r).
9519 (Global Variables): Clean up.
9520
9521Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9522
9523 * stabs.texinfo (Stack Variables): Re-write.
9524
9525Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9526
9527 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
9528 addresses of a source file. Also revise formatting.
9529 Change "object module" or "object file" to "source file".
9530 Various: Miscellaneous cleanups.
9531
9532Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9533
9534 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
9535
9536Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
9537
9538 * gdbint.texinfo: Removed many nonsensical machine-collected
9539 host and target conditionals, described some of the remainder.
9540
9541Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9542
9543 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
9544
9545 * gdbint.texinfo (Top): Add name to @top line, and re-write the
9546 paragraph which follows.
9547
9548 * gdbint.texinfo (Host): Use @code not @samp for Makefile
9549 variables. Looks better and avoids overful hbox.
9550
9551Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9552
9553 * stabs.texinfo (Procedures): Improve stuff on nested functions.
9554
9555Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9556
9557 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
9558 retransmit-timeout
9559
9560Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9561
9562 * gdbint.texinfo: Update statement about `some ancient Unix
9563 systems, like Ultrix 4.0' to Ultrix 4.2.
9564
9565Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
9566
9567 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
9568
9569 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
9570
9571 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
9572 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
9573
9574 * remote.texi: new name for former gdbinv-s.texi
9575
9576 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
9577
9578Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
9579
9580 * gdbinv-s.texi: Documented timeout and retransmit-timeout
9581 variables for MIPS remote debugging protocol.
9582
9583Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9584
9585 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
9586
9587Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9588
9589 * Makefile.in (refcard.dvi): Use srcdir where necessary.
9590
9591Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
9592
9593 * gdb.texinfo: repair conditional bugs in text markup
9594
9595Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9596
9597 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
9598 to select Modula-2 material.
9599
9600Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9601
9602 * stabs.texinfo: Cleanups regarding statics.
9603
9604 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
9605 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
9606
9607Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9608
9609 * stabs.texinfo: N_MAIN is sometimes used for C.
9610
9611Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9612
9613 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
9614
9615Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
9616
9617 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 9618 removed from the code by Kingdon.
c906108c
SS
9619
9620Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9621
9622 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
9623 input when evaluating breakpoint conditions; the bug has been fixed.
9624
9625 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
9626 sets the ignore count to N-1, not to N.
9627
9628Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9629
9630 * refcard.tex (\hoffset): correct longstanding error to match
9631 intended offset; avoids cutting off edge on some printers
9632
9633Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9634
9635 * stabs.texinfo (Parameters): Say that order of stabs is significant.
9636
9637Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9638
9639 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
9640
9641Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9642
9643 * Makefile.in: (REFEDITS) new var to control whether PS or CM
9644 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
9645 collect sed edits if any, apply to refcard before formatting;
9646 (refcard.ps) stop implying PS fonts if PS output requested;
9647 (lrefcard.ps) delete extra target for variant PS fonts
9648
9649 * refcard.tex: parametrize papersize dependent info, collect
9650 in easily replaced spot
9651
9652 * a4rc.sed: new file, edits to refcard for A4 paper
9653
9654Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9655
9656 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
9657
9658Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9659
9660 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
9661
9662Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9663
9664 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
9665 politely rather than rudely.
9666
9667Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9668
9669 * stabs.texinfo: Document common blocks.
9670
9671Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
9672
9673 * stabs.texinfo: Add some basic info about stabs-in-elf.
9674
9675Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9676
9677 * stabs.texinfo (Top): Minor cleanup.
9678
9679Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
9680
9681 * Makefile.in (install-info): remove parentdir support
9682
9683Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9684
9685 * gdb.texinfo (Copying): delete this node and references to it;
9686 RMS says this manual need not carry GPL. (passim): Improvements
9687 from last round at FSF, largely due to Ian Taylor review, and
9688 minor formatting improvements.
9689
9690 * gdbinv-s.texi (passim): Improvements from last round at FSF,
9691 largely due to Ian Taylor review. (Debug Session): minor edits to
9692 new text.
9693
9694Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
9695
9696 * Makefile.in (realclean): Remove info and dvi files too.
9697
9698Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
9699
9700 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
9701 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
9702 * gdb.texinfo: Change accordingly.
9703
9704 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
9705 N_{L,R}BRAC,N_SLINE are relative to.
9706
9707Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
9708
9709 * Makefile.in (GDBvn.texi): Update atomically.
9710
9711Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
9712
9713 * gdbinv-s.texi (Debug Session): Document exceptionHook.
9714
9715Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
9716
9717 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
9718 addresses together. Also motivate the set print symbol-filename
9719 command and suggest other solutions.
9720
9721Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
9722
9723 * gdb.texinfo (set print elements): Note that the number of
9724 elements is set to unlimited by "set print elements 0".
9725
9726Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
9727
9728 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
9729 NF_LDOUBLE means.
9730 (Stab Types): Include Solaris stab types.
9731 (Procedures): Document Solaris extensions.
9732
9733Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9734
9735 * gdb.texinfo: Add `set print symbol-filename' doc.
9736
9737Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9738
9739 * stabs.texinfo (Arrays): Talk about type definition vs. type
9740 information.
9741
9742 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
9743 the trailing semicolon.
9744
9745Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9746
9747 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
9748 and merge in other parts of the document addressing these subjects.
9749 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
9750
9751 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
9752 at the end of a range type.
9753
9754 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
9755 AIX extensions.
9756
9757Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9758
9759 * stabs.texinfo (Stabs Format): Misc fixes.
9760
9761Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9762
9763 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
9764 (Traditional builtin types): Document convex convention for long long.
9765 (Negative builtin types): Discuss type names, and misc fixes.
9766
9767Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9768
9769 * stabs.texinfo (Builtin Type Descriptors): Document the floating
9770 point types used with @samp{R} type descriptor.
9771 (Symbol Descriptors): Describe how to handle conflict between
9772 different meanings of @samp{P} symbol descriptor.
9773
9774Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9775
9776 * stabs.texinfo: Remove node Quick Reference and put its children
9777 directly under the main menu.
9778
9779 * stabs.texinfo: Many more changes to bring it into line with
9780 AIX documentation and reality. I think it now has all the
9781 information from the AIX documentation, except that I burned
9782 out when I got to variant records (Pascal and Modula-2) and
9783 all the COBOL types. Oh well, we can add them later when we're
9784 worrying more about those languages.
9785
9786 * stabs.texinfo (Automatic variables): Talk about what it means
9787 to omit the symbol descriptor.
9788
9789Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9790
9791 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
9792 gcc2 behavior with promoted args.
9793
9794Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9795
9796 * gdb.texinfo: include readline appendices in info version of manual
9797
9798Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9799
9800 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
9801 target remote.
9802
9803 * gdb.texinfo (Machine Code): more index entries for disassemble
9804
9805Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
9806
9807 * Clarify the intended use of the gdb-testers and gdb-patches
9808 mailing lists, and shrink gzip comment.
9809
9810Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9811
9812 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
9813 DOSHOST configuration of manual.
9814
9815 * gdb.texinfo (MIPS Stack): new node.
9816
9817 * all-config.texi (MIPS) new switch.
9818
9819 * gdbinv-s.texi (Nindy Options) Remove two instances of future
9820 tense; (MIPS Remote) new node.
9821
9822 * gdb.texinfo (passim) rephrases to work around makeinfo @value
9823 bug; (Environment) less passive, other small cleanups in text about
9824 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
9825 (Remote) new MIPS Remote menu entry.
9826
9827Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
9828
9829 * stabs.texinfo: Many changes to include information from the
9830 AIX documentation.
9831
9832 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
9833
9834Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
9835
9836 * gdbint.texinfo (new node Debugging GDB, elsewhere):
9837 Move a bunch of information from ../README.
9838 (Getting Started): New node.
9839
9840Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9841
9842 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
9843
9844 * gdb.texinfo: advance manual revision dates to present
9845
9846 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
9847 stop using silly Roman numerals in @set variable names
9848
9849Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
9850
9851 * stabs.texinfo (Parameters): Keep trying to get this right.
9852
9853Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
9854
9855 * stabs.texinfo (Parameters): More on "local parameters".
9856
9857Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
9858
9859 * stabs.texinfo (Parameters): Re-do "local parameters" section.
9860
9861Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
9862
9863 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
9864 (Parameters): Rewrite.
9865 (xcoff-differences, Sun-differences): Minor changes.
9866
9867Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
9868
9869 * stabs.texinfo: Minor cleanup.
9870
9871Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
9872
9873 * gdbint.texinfo: Minor xcoff stuff.
9874
9875Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
9876
9877 * gdbint.texinfo: Update for new config directory structure.
9878 Add info about internal type data structures.
9879
9880Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
9881
9882 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
9883 $(srcdir).
9884 (gdb-config.texi): Depend on file in $(srcdir).
9885
9886Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
9887
9888 * stabs.texinfo: Fixes about N_SO.
9889
9890Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9891
9892 * gdb.texinfo: include list of nonstandard init file names
9893
9894 * *-config.texi: new switch GENERIC for text that applies *only*
9895 to (usual) multiple-target version of manual
9896
9897 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
9898 h8 config
9899
9900 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
9901 in menus (rather than conditionally selected multiple alternative
9902 menus).
9903
9904 * Makefile.in: define and use DOC_CONFIG var to select
9905 configuration for GDB user manual.
9906
9907 * gdb-config.texi: delete from repository, generate from Makefile.
9908
9909 * all-config.texi: normal `generic' configuration file, formerly
9910 stored as gdb-config.texi
9911
9912Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
9913
9914 * Makefile.in: add dvi target to build all .dvi files
9915
9916Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9917
9918 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
9919
9920Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
9921
9922 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
9923 host conditionals.
9924 * stabs.texinfo: More array fixes inspired by Jim's.
9925
9926Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
9927
9928 * stabs.texinfo: Fixes re arrays and continuations.
9929
9930 * gdbint.texinfo: Add XCOFF node.
9931
9932Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
9933
9934 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
9935
9936Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
9937
9938 * stabs.texinfo: Fix for array types to mention lower bounds.
9939
9940Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
9941
9942 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
9943
9944Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
9945
9946 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
9947
9948Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
9949
9950 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
9951 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
9952
9953Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
9954
9955 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
9956
9957Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9958
9959 * gdb.texinfo, gdbinv-s.texi: misc updates
9960
9961Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
9962
9963 * gdbint.texinfo: Brief documentation for longjmp support,
9964 from an email msg by Stu.
9965
9966Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
9967
9968 * stabs.texinfo: Fix description of floating point "range"
9969 types (which really define basic types). Reported by Jim Meehan,
9970 <meehan@src.dec.com>.
9971
9972 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
9973
9974Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
9975
9976 * gdbint.texinfo: Slightly expand section on supporting a new
9977 object file format.
9978
9979Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
9980
9981 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
9982 intermediate file.
9983
9984Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9985
9986 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
9987
9988Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9989
9990 * gdbinv-s.texi: z8000 simulator target name is just "sim"
9991
9992 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
9993 as well as Z8002.
9994
9995Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
9996
9997 * gdbint.texinfo: Add sections on clean design and on how to send
9998 in changes.
9999
10000Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
10001
10002 * gdbint.texinfo: Add how to declare the result of make_cleanup.
10003
10004Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
10005
10006 * gdb.texinfo: Fix typo, reported by Karl Berry.
10007
10008Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
10009
10010 * gdb.texinfo: Add opcodes dir to GDB distribution description.
10011
10012Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10013
10014 * gdbint.texinfo: fixed a stray email address (needs @@),
10015 added @table @code to node "Native Conditionals"
10016
10017Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
10018
10019 * gdbint.texinfo: Describe coding style of GDB.
10020
10021Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
10022
10023 * stabs.texinfo: Minor wording changes.
10024
10025Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
10026
10027 * gdbint.texinfo: Improve release doc slightly.
10028
10029Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
10030
10031 * gdbint.texinfo: Improve doc of GDB config macros.
10032
10033Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
10034
10035 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
10036 These will be reinserted when examined.
10037
10038Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
10039
10040 * gdbint.texinfo: Make a start at documenting all the #if macros
10041 in GDB. At least list them all, and start separating them into
10042 host-specific and target-specific.
10043
10044Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10045
10046 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 10047 examples (not consistent w others).
c906108c
SS
10048 gdb.texinfo: issue disclaimer paragraph on cmdline options only
10049 for generic vn of doc
10050
10051Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
10052
10053 * Makefile.in: always create installation directories.
10054
10055Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10056
10057 * gdb.texinfo: in h8 config, do not describe searching commands.
10058
10059Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10060
10061 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
10062 conditionals; introduce a few generic switches that may be
10063 useful for other cross-dev or dos-hosted configs.
10064
10065 * gdb.texinfo: fix typo in "info reg" description
10066
10067Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
10068
10069 * stabs.texinfo: Minor updates from running TeX over it.
10070 * Makefile.in (stabs.dvi, stabs.ps): Add.
10071
10072Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
10073
10074 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
10075 First pass at converting it to texinfo.
10076
10077Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
10078
10079 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
10080 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
10081
10082Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
10083
10084 * gdbint.texinfo: Add section on partial symbol tables.
10085
10086Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
10087
10088 * gdb.texinfo: document `set remotedebug' and `set
10089 rstack_high_address'.
10090
10091Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10092
10093 * gdb.texinfo: slight expansion of new text on reading info files
10094 * gdbinv-s.m4.in: correct and expand info on cross-debugging
10095 H8/300 from DOS.
10096
10097Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
10098
10099 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
10100
10101Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
10102
10103 * gdb.texinfo: Say how to read the `info' files.
10104
10105Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
10106
10107 * Makefile.in: gm4 -> m4.
10108
10109Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
10110
10111 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
10112 Documentation' ahead of `Installing GDB' to match README.
10113 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 10114 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
10115
10116Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
10117
10118 * Makefile.in: remove $(srcdir) from gdb.info rule.
10119
10120Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10121
10122 * Makefile.in: commented out gdb-all.texinfo rule. This is
10123 temporary.
10124
10125Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
10126
10127 * Makefile.in, configure.in: removed traces of namesubdir,
10128 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 10129 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
10130
10131Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
10132
10133 * gdb.texinfo: Improve how we ask for bug reports.
10134
10135Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10136
10137 * Makefile.in: infodir belongs in datadir.
10138
10139Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10140
10141 * Makefile.in: remove spaces following hyphens, bsd make can't
10142 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 10143 standards.text support.
c906108c
SS
10144
10145Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10146
10147 * Makefile.in: idestdir and ddestdir go away. Added copyrights
10148 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
10149 and mandir now keyed off datadir by default.
10150
10151\f
10152Local Variables:
9e9c5ae7 10153mode: change-log
c906108c
SS
10154left-margin: 8
10155fill-column: 74
10156version-control: never
10157End:
This page took 1.564909 seconds and 4 git commands to generate.