Add mi_getopt_allow_unknown
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
52e260a3
DE
12013-08-26 Doug Evans <dje@google.com>
2
3 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
4 an optional regexp.
5
5e92f71a
TT
62013-08-13 Tom Tromey <tromey@redhat.com>
7
8 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
9 Document GDB_PARALLEL and GDB_INOTIFY.
10
c5d7073b
SS
112013-08-09 Stan Shebs <stan@codesourcery.com>
12
13 * LRS: Remove file, describes a long-abandoned live-range
14 splitting extension to stabs.
15
6fbe845e
AB
162013-07-25 Andrew Burgess <aburgess@broadcom.com>
17
18 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
19
e7045703
DE
202013-07-17 Doug Evans <dje@google.com>
21
22 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
23
3105ebf9
TT
242013-07-02 Tom Tromey <tromey@redhat.com>
25
26 * gdb.texinfo (Target Commands): Don't mention "target nrom".
27
d6c2da54
TT
282013-06-28 Tom Tromey <tromey@redhat.com>
29
30 * Makefile.in (version.subst): Use version.in, not
31 common/version.in.
32 * gdbint.texinfo (Versions and Branches, Releasing GDB):
33 Likewise.
34
e5823f1c
PA
352013-06-27 Pedro Alves <palves@redhat.com>
36
37 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
38 dynamic symbol resolution code>: New section, based on infrun.c
39 comment.
40
92dcb9ff
TT
412013-06-26 Tom Tromey <tromey@redhat.com>
42
43 * gdbint.texinfo (Versions and Branches): Use common/version.in.
44 Update.
45 (Releasing GDB): Likewise.
46
dc673c81
YQ
472013-06-26 Pedro Alves <pedro@codesourcery.com>
48 Yao Qi <yao@codesourcery.com>
49
50 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
51 -trace-frame-collected.
52
28a93511
YQ
532013-06-26 Pedro Alves <pedro@codesourcery.com>
54
55 * gdb.texinfo (Traceframe Info Format): Document tvar element
56 and its attributes.
57
a0743c90
YQ
582013-06-25 Yao Qi <yao@codesourcery.com>
59
60 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
61
01208463
TT
622013-06-24 Tom Tromey <tromey@redhat.com>
63
64 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
65 (GDBvn.texi): Use version.subst.
66 (version.subst): New target.
67 (mostlyclean): Remove version.subst.
68
c898adb7
YQ
692013-06-20 Pedro Alves <pedro@codesourcery.com>
70
71 * gdb.texinfo (GDB/MI Data Manipulation)
72 <-data-list-register-values>: Document the --skip-unavailable
73 option.
74
7c57fa1e
YQ
752013-06-07 Yao Qi <yao@codesourcery.com>
76
77 * gdb.texinfo (Symbols): Add kindex and cindex for
78 'maint print msymbols'.
79
0059c61a 802013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
81
82 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
83 response field name (thread-group to inferior).
84
85dc5a12
GB
852013-06-04 Gary Benson <gbenson@redhat.com>
86
87 * gdb.texinfo (General Query Packets/qSupported): Added
88 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
89 to the table of currently defined stub features.
90 Added a more detailed entry for "augmented-libraries-svr4-read".
91 (General Query Packets/qXfer:libraries-svr4:read): Documented
92 the augmented form of this packet.
93
5901af59
JB
942013-05-23 Joel Brobecker <brobecker@adacore.com>
95
96 * gdb.texinfo (System-wide Configuration Scripts): Renames
97 "Installed System-wide Configuration Scripts". Add associated
98 @menu block.
99
c1e36e3e
PA
1002013-05-23 Yao Qi <yao@codesourcery.com>
101 Pedro Alves <palves@redhat.com>
102
103 * gdb.texinfo (Packets): Document 'vCont;r'.
104 (Continuing and Stepping): Document target-assisted range
105 stepping, and the 'set range-stepping' and 'show range-stepping'
106 commands.
107
0201faac
JB
1082013-05-23 Joel Brobecker <brobecker@adacore.com>
109
110 * gdb.texinfo (Installed System-wide Configuration Scripts):
111 Add subsection describing the scripts now available under
112 the data-dir's system-gdbbinit subdirectory.
113 * NEWS: Add entry announcing the availability of system-wide
114 configuration scripts for ElinOS and Wind River Linux.
115
c5867ab6
HZ
1162013-05-21 Hui Zhu <hui@codesourcery.com>
117
118 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
119 "-dprintf-insert" command.
120
7d0c9981
DE
1212013-05-17 Doug Evans <dje@google.com>
122
123 * gdb.texinfo (Maintenance Commands): Update doc for
124 "maint check-psymtabs". Add doc for "maint check-symtabs",
125 "maint expand-symtabs".
126
742ce053
MM
1272013-05-15 Markus Metzger <markus.t.metzger@intel.com>
128
129 * gdb.texinfo (Process Record and Replay): Document the
130 "record goto" command and its sub-commands.
131
1e611234
PM
1322013-05-10 Phil Muldoon <pmuldoon@redhat.com>
133
134 * gdb.texinfo (Backtrace): Add "no-filter" argument.
135 (Python API): Add Frame Filters API, Frame Wrapper API,
136 Writing a Frame Filter/Wrapper, Managing Management of Frame
137 Filters chapter entries.
138 (Frame Filters API): New Node.
139 (Frame Wrapper API): New Node.
140 (Writing a Frame Filter): New Node.
141 (Managing Frame Filters): New Node.
142 (Progspaces In Python): Add note about frame_filters attribute.
143 (Objfiles in Python): Ditto.
144 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
145 @anchors and --no-frame-filters option to -stack-list-variables,
146 -stack-list-frames, -stack-list-locals and -stack-list-arguments
147 commands.
148
2874cb83
JB
1492013-05-08 Joel Brobecker <brobecker@adacore.com>
150
151 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
152 Support" subsection documenting the XML format used to transfer
153 shared library info on AIX.
154
9a005eb9
JB
1552013-05-08 Joel Brobecker <brobecker@adacore.com>
156
157 * gdb.texinfo (Debugging Output): Add documentation of
158 "set debug aix-solib" and "show debug aix-solib" commands.
159
a1217d97
SL
1602013-05-06 Sandra Loosemore <sandra@codesourcery.com>
161
162 * gdb.texinfo (Nios II): New section.
163 (Nios II Features): New section.
164
4d1eb6b4
JB
1652013-05-06 Joel Brobecker <brobecker@adacore.com>
166
167 * gdbint.texinfo (Algorithms): Remove entries documenting
168 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
169 SOLIB_CREATE_INFERIOR_HOOK.
170
3f84184e
TT
1712013-04-29 Tom Tromey <tromey@redhat.com>
172
173 PR python/14204:
174 * gdb.texinfo (Python API): Fix menu entry.
175 (Blocks In Python): Fix subsubsection text. Rewrite intro.
176 Define global and static block. Add example. Clarify
177 block relationship for inline functions.
178
60155234
TT
1792013-04-29 Tom Tromey <tromey@redhat.com>
180
181 * gdb.texinfo (Python API): Mention Python help and keyword
182 arguments. Move pagination text to Basic Python.
183 (Basic Python): Put pagination text here. Document
184 close-on-exec, SIGCHLD, and SIGINT.
185
5360976e
PA
1862013-04-19 Pedro Alves <palves@redhat.com>
187
188 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
189 "signedness" instead of "signness".
190
bd3f3b55
PA
1912013-04-19 Pedro Alves <palves@redhat.com>
192
193 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
194 -Wno-pointer-sign text with text on -Wpointer-sign.
195
dee368d3
TT
1962013-04-16 Tom Tromey <tromey@redhat.com>
197
198 * gdb.texinfo (Set Catchpoints): Mention earliest version of
199 GCC that has the SDT probe points.
200
cc16e6c9
TT
2012013-04-15 Tom Tromey <tromey@redhat.com>
202
203 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
204 exception catchpoints.
205
72f1fe8a
TT
2062013-04-15 Tom Tromey <tromey@redhat.com>
207
208 * gdb.texinfo (Set Catchpoints): Document $_exception.
209 (Convenience Vars): Mention $_exception.
210
591f19e8
TT
2112013-04-15 Tom Tromey <tromey@redhat.com>
212
213 * gdb.texinfo (Set Catchpoints): Reorganize exception
214 catchpoints. Document "catch rethrow".
215 (Debugging C Plus Plus): Mention "catch rethrow".
216
02ae6bad
TT
2172013-04-15 Tom Tromey <tromey@redhat.com>
218
219 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
220
2c91021c
JK
2212013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
222 Eli Zaretskii <eliz@gnu.org>
223
224 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
225 line below the sample output.
226
6eaaf48b
EZ
2272013-04-12 Eli Zaretskii <eliz@gnu.org>
228
229 * gdb.texinfo (Mode Options): Document '-configuration'.
230 (Help): Document "show configuration".
231 (Bug Reporting): Add requirements to include the configuration
232 details in bug reports.
233
b292c783
JK
2342013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
235
236 * Makefile.in (MAN1S): Add gcore.1.
237 Remove "Host, target, and site specific Makefile fragments" comment.
238 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
239 (install-man1, uninstall-man1): Conditionalize gcore.1.
240 (gcore.1): New.
241 * gdb.texinfo (Man Pages): Add gcore man.
242 (gcore man): New node.
243
f81d1120
PA
2442013-04-10 Pedro Alves <palves@redhat.com>
245
246 * gdb.texinfo (Process Record and Replay): Document that "set
247 record full insn-number-max", "set record
248 instruction-history-size" and "set record
249 function-call-history-size" accept "unlimited".
250 (Backtrace): Document that "set backtrace limit" accepts
251 "unlimited".
252 (List): Document that "set listsize" accepts "unlimited".
253 (Print Settings)" Document that "set print max-symbolic-offset",
254 "set print elements" and "set print repeats" accept "unlimited".
255 (Starting and Stopping Trace Experiments): Document that "set
256 trace-buffer-size" accepts "unlimited".
257 (Remote Configuration): Document that "set tcp connect-timeout"
258 accepts "unlimited".
259 (Command History): Document that "set history size" accepts
260 "unlimited".
261 (Screen Size): Document that "set height" and "set width" accepts
262 "unlimited". Adjust "set pagination"'s description to suggest
263 "set height unlimited" instead of "set height 0".
264
393fd4c3
YQ
2652013-04-10 Yao Qi <yao@codesourcery.com>
266
267 * gdb.texinfo (Trace Files): Add "target ctf".
268
cba5a7bf
JK
2692013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
270
271 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
272
0ed630cb
JK
273 * Makefile.in (install-man1, install-man5, uninstall-man1)
274 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
275
afe1492b
JK
276 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
277
5b8b6385
JK
2782013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
279 Eli Zaretskii <eliz@gnu.org>
280
281 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
282 parameters order. Remove "On some targets" for --attach. Document the
283 --multi parameter and extended-remote command. Document all the
284 options.
285
906ccdf0
JK
2862013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
287
288 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
289 the list of supported languages.
290
43662968
JK
2912013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
292
293 Convert man pages to texinfo, new gdbinit.5 texinfo page.
294 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
295 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
296 (diststuff): Add man.
297 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
298 (uninstall-man5): New.
299 (STAGESTUFF): Add *.1 and *.5.
300 (GDBvn.texi): Add SYSTEM_GDBINIT.
301 (gdb.1, gdbserver.1, gdbinit.5): New.
302 (maintainer-clean realclean): Add $(MANS).
303 (install): Add install-man.
304 (uninstall): Add uninstall-man.
305 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
306 (@copying): Wrap it by @c man begin COPYRIGHT.
307 (Top): Add Man Pages.
308 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
309
be9a8770
PA
3102013-04-02 Pedro Alves <palves@redhat.com>
311
312 * gdb.texinfo (Debugging Output): Document "set/show debug
313 aarch64", "set/show debug coff-pe-read" and "set/show debug
314 mach-o".
315
a46c1e42
PA
3162013-04-02 Pedro Alves <palves@redhat.com>
317
318 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
319 table>: Add entry for "trace-buffer-size".
320
bd3eecc3
PA
3212013-03-28 Pedro Alves <palves@redhat.com>
322
323 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
324 table>: Add entry for "trace-status".
325
215b9f98
EZ
3262013-03-28 Eli Zaretskii <eliz@gnu.org>
327
328 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
329 @bullet", which is invalid (makeinfo 5.1 barfs).
330
7f7cc265
PA
3312013-03-28 Pedro Alves <palves@redhat.com>
332
333 PR gdb/15294
334
335 * gdb.texinfo (List) <set listsize>: Adjust to document that
336 listsize 0 means no limit, and remove mention of -1.
337
9c0be723
YQ
3382013-03-22 Yao Qi <yao@codesourcery.com>
339
340 * gdb.texinfo (Embedded Processors): Remove menu item
341 "OpenRISC 1000".
342 (OpenRISC 1000): Remove.
343
bd712aed
DE
3442013-03-21 Doug Evans <dje@google.com>
345
346 * gdb.texinfo (Maintenance Commands): Add docs for
347 "mt set per-command {space,time,symtab} {on,off}".
348
d0353e76
YQ
3492013-03-14 Hui Zhu <hui@codesourcery.com>
350 Yao Qi <yao@codesourcery.com>
351
352 * gdb.texinfo (Trace Files): Add "tsave -ctf".
353
6dd24dfa
KS
3542013-03-13 Keith Seitz <keiths@redhat.com>
355
356 * gdb.texinfo (Maintenance Commands): Add missing ')' for
357 "maint agent" reference to Dynamic printf.
358
5c4808ca
EZ
3592013-03-11 Eli Zaretskii <eliz@gnu.org>
360
361 * gdb.texinfo (General Query Packets): Don't use colon in index
362 entries visible to Info format.
363
59ea5688
MM
3642013-03-11 Markus Metzger <markus.t.metzger@intel.com>
365
366 * gdb.texinfo (Process Record and Replay): Document record
367 changes.
368
2ae8c8e7
MM
3692013-03-11 Markus Metzger <markus.t.metzger@intel.com>
370
371 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
372 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
373 qXfer:btrace:read.
374
28abe188
EZ
3752013-03-09 Eli Zaretskii <eliz@gnu.org>
376
377 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
378 use colons in @anchor and @cindex entries.
379
be9a119c 3802013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
381
382 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
383
be9a119c 3842013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
385 Hafiz Abid Qadeer <abidh@codesourcery.com>
386
387 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
388 trace-buffer-size set and show commands.
389 (Tracepoint Packets): Document QTBuffer:size.
390 (General Query Packets): Document QTBuffer:size.
391
d57350ea
TT
3922013-02-21 Tom Tromey <tromey@redhat.com>
393
394 * gdb.texinfo: Remove bad @syncodeindex.
395 (Values From Inferior, Types In Python, Inferiors In Python)
396 (Events In Python, Threads In Python, Frames In Python, Blocks In
397 Python, Symbols In Python, Symbol Tables In Python): Remove
398 @tables.
399 (Packets, General Query Packets, Tracepoint Packets)
400 (Host I/O Packets): Use @w{} for empty @item.
401
9f44fbc0
SCR
4022013-02-20 Siva Chandra Reddy <sivachandra@google.com>
403
404 * gdb.texinfo (Architectures In Python): Add description about
405 the new method gdb.Architecture.disassemble.
406
f5911ea1
HAQ
4072013-02-15 Pedro Alves <pedro@codesourcery.com>
408 Hafiz Abid Qadeer <abidh@codesourcery.com>
409
410 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
411 Document the "trace-file" field.
412
7e1e0340
DE
4132013-02-07 Doug Evans <dje@google.com>
414
415 * gdb.texinfo (Machine Code): Clarify argument to disassemble
416 command.
417
134a2066
YQ
4182013-02-06 Yao Qi <yao@codesourcery.com>
419
420 * gdb.texinfo (GDB/MI Async Records): Document new MI
421 notification "=tsv-modified". Update the document of MI
422 notification "=tsv-created".
423 * observer.texi (GDB Observers): New observer tsv_modified.
424 Update observer tsv_created and tsv_delete.
425
430ed3f0
MS
4262013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
427
428 * gdb.texinfo (AArch64 Features): New section; document
429 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
430 (Architectures): Add new AArch64 section to document AArch64
431 architecture specific commands.
432 (ABI): Add description of the new OS ABI "Newlib" and its influence
433 on the longjmp handling.
434
1b56eb55
JK
4352013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
436 Jan Kratochvil <jan.kratochvil@redhat.com>
437
438 * gdb.texinfo (Backtrace): Added description of 'filename-display'
439 variable in 'set/show backtrace' section.
440
c4957902
TT
4412013-01-31 Tom Tromey <tromey@redhat.com>
442
443 * gdb.texinfo (Target Commands): Fix typo.
444
bea883fd
SCR
4452013-01-23 Siva Chandra Reddy <sivachandra@google.com>
446
447 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
448 describing the gdb.Architecture class.
449 (Frames In Python): Add description about the new method
450 gdb.Frame.architecture().
451
796a7ff8
DE
4522013-01-23 Doug Evans <dje@google.com>
453
454 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
455
998580f1
MK
4562013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
457
458 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
459 'thread-groups' field when printing a breakpoint in MI.
460
c9fb1240
SD
4612012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
462 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
463 to reflect that jit-reader-load now supports absolute file-names.
464
ab04a2af
TT
4652013-01-16 Tom Tromey <tromey@redhat.com>
466
467 * gdb.texinfo (Set Catchpoints): Document "catch signal".
468 (Signals): Likewise.
469
8ac3646f
TT
4702013-01-16 Tom Tromey <tromey@redhat.com>
471
472 * gdb.texinfo (GDB/MI Breakpoint Information): Document
473 "catch-type" field.
474 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
475
e93a8774
TT
4762013-01-07 Tom Tromey <tromey@redhat.com>
477
478 * gdb.texinfo (Mode Options): Don't mention -epoch.
479 (Data, Emacs): Remove obsolete comments.
480
54516a0b
TT
4812013-01-02 Tom Tromey <tromey@redhat.com>
482
483 * gdb.texinfo (GDB/MI Output Records): Update menu.
484 (GDB/MI Breakpoint Information): New node.
485 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
486 <-break-insert>: Likewise.
487
8dbe8ece
YQ
4882012-12-31 Yao Qi <yao@codesourcery.com>
489
490 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
491 (Packets): Move "vStopped" packet to ...
492 (Notification Packets): ... here. Describe the components
493 of notification. Add a table of supported notifications.
494 Add an example on the process of he async notification.
495
f35a17b5
JK
4962012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
497
498 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
499 present.
500 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
501 fullname output always present.
502
0dfd2fad
PM
5032012-12-23 Pierre Muller <muller@sourceware.org>
504
505 * gdbint.texinfo (Function prototypes): Require use of "extern"
506 modifier for function prototypes in headers.
507
7785b880
JB
5082012-12-19 Joel Brobecker <brobecker@adacore.com>
509
510 * refcard.tex: Update copyright notice to GPL v3 or later.
511 Update contact info.
512
3d745be3
JK
5132012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
514
515 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
516
c9b6281a
YQ
5172012-12-15 Yao Qi <yao@codesourcery.com>
518
519 * gdb.texinfo (Debugging Output): Document 'set debug
520 notification' and 'show debug notification'.
521
f2a8bc8a
YQ
5222012-12-15 Yao Qi <yao@codesourcery.com>
523
524 * gdb.texinfo (Listing Tracepoints): New item and example about
525 'installed on target' output.
526 Add more in the example about 'installed on target'.
527 (GDB/MI Breakpoint Commands): Doc about 'installed field.
528
451b7c33
TT
5292012-12-14 Tom Tromey <tromey@redhat.com>
530
531 * gdb.texinfo (SVR4 Process Information): Mention core files.
532
3fa7bf06
MG
5332012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
534
535 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
536
05b4bd79
PA
5372012-12-11 Pedro Alves <palves@redhat.com>
538
539 * gdb.texinfo: Remove all mentions of Unixware throughout.
540
74a0d9f6
JK
5412012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
542
543 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
544
0c631110
TT
5452012-11-29 Tom Tromey <tromey@redhat.com>
546
547 * gdb.texinfo (SVR4 Process Information): Document missing
548 "info proc" subcommands.
549
891df0ea
YQ
5502012-11-29 Yao Qi <yao@codesourcery.com>
551
552 PR gdb/1477.
553 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
554 to 'auto' instead of 'gnu'.
555
608e2dbb
TT
5562012-11-26 Tom Tromey <tromey@redhat.com>
557
558 * gdb.texinfo (MiniDebugInfo): New node.
559 (GDB Files): Update.
560
e64e0392
DE
5612012-11-16 Doug Evans <dje@google.com>
562
563 * gdb.texinfo (System-wide configuration): If the system-wide init
564 file lives in the data-directory, and --data-directory is provided,
565 look for it there.
566
ae606bee
TT
5672012-11-15 Tom Tromey <tromey@redhat.com>
568
569 * gdb.texinfo (Signaling): Fix typo.
570
62747a60
TT
5712012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
572
573 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
574 parameter "count" of -data-write-memory-bytes, and add an example.
575
18a9fc12
TT
5762012-11-12 Tom Tromey <tromey@redhat.com>
577
578 * gdb.texinfo (Symbols): Document "info type-printers",
579 "enable type-printer" and "disable type-printer".
580 (Python API): Add new node to menu.
581 (Type Printing API): New node.
582 (Progspaces In Python): Document type_printers field.
583 (Objfiles In Python): Likewise.
584 (gdb.types) <get_type_recognizers, apply_type_recognizers,
585 register_type_printer, TypePrinter>: Document.
586
53342f27
TT
5872012-11-12 Tom Tromey <tromey@redhat.com>
588
589 * gdb.texinfo (Symbols): Document "set print type methods",
590 "set print type typedefs", and flags to ptype and whatis.
591
ed8a1c2d
AB
5922012-11-09 Andrew Burgess <aburgess@broadcom.com>
593
594 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
595 the example -data-disassemble output. Extend the description of
596 the -data-disassemble results to document all fields. Document
597 the cli disassemble command as being related to -data-disassemble.
598
8506d139
YQ
5992012-11-09 Yao Qi <yao@codesourcery.com>
600
601 PR gdb/14777.
602 * gdb.texinfo (OS Information): Remove doc on command
603 'info udot'.
604
4d3f93a2
JB
6052012-11-08 Joel Brobecker <brobecker@adacore.com>
606
607 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
608 gdb.ini warning for Windows port.
609
1e96de83
YQ
6102012-11-08 Yao Qi <yao@codesourcery.com>
611
612 * gdb.texinfo (Search): Add kindex for 'fo'.
613
dc939229
TT
6142012-11-05 Tom Tromey <tromey@redhat.com>
615
616 PR python/14802:
617 * gdb.texinfo (Functions In Python): Add example.
618
6f6484cd
YQ
6192012-11-03 Yao Qi <yao@codesourcery.com>
620
621 * observer.texi (GDB Observers): Remove observer
622 'tracepoint_modified', 'tracepoint_created' and
623 'tracepoint_deleted'.
624
af4238e5
TT
6252012-10-26 Tom Tromey <tromey@redhat.com>
626
627 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
628
687e43a4
TT
6292012-10-25 Tom Tromey <tromey@redhat.com>
630
631 * gdb.texinfo (General Query Packets): Use @itemx.
632
8de0566d
YQ
6332012-10-17 Yao Qi <yao@codesourcery.com>
634
635 * observer.texi (GDB Observers): Update observer
636 'memory_changed'.
637 * gdb.texinfo (GDB/MI Async Records): Document for
638 "memory-changed" notification.
639
07540c15
DE
6402012-10-15 Doug Evans <dje@google.com>
641
642 * gdb.texinfo (Mode Options): Document -nh.
643 Elaborate on docs for -nx.
644
d7019589
SP
6452012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
646
647 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
648
82a90ccf
YQ
6492012-09-21 Yao Qi <yao@codesourcery.com>
650 Pedro Alves <palves@redhat.com>
651
652 * gdb.texinfo (GDB/MI Async Records): Document notification
653 'record-started' and 'record-stopped'.
654 * observer.texi (GDB Observers): New observer 'record-changed'.
655
aa9259cc
TS
6562012-09-19 Thomas Schwinge <thomas@codesourcery.com>
657
658 * gdb.texinfo: Document the removal of SH's 'regs' command.
659
c1d780c2
SDJ
6602012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
661
662 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
663
bb25a15c
YQ
6642012-09-18 Yao Qi <yao@codesourcery.com>
665
666 * gdb.texinfo (GDB/MI Async Records): Document new MI
667 notifications '=tsv-created' and '=tsv-deleted'.
668 * observer.texi (GDB Observers): New observer tsv_created and
669 tsv_deleted.
670
201b4506
YQ
6712012-09-18 Yao Qi <yao@codesourcery.com>
672
673 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
674 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
675 '=traceframe-changed'.
676
6fc1c773
YQ
6772012-09-17 Yao Qi <yao@codesourcery.com>
678
679 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
680 'set listsize'.
681
121c73f3
JK
6822012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
683 Eli Zaretskii <eliz@gnu.org>
684
685 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
686 encoding for gdbarch_breakpoint_from_pc, bp_addr for
687 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
688
e9687799
JK
6892012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
690
691 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
692
3b5e4d35
YPK
6932012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
694
695 Document how to return from "python-interactive" to GDB.
696 * gdb.texinfo (Python Commands): Update documentation.
697
6982012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
699
700 Add a new "python-interactive" command that starts a standard
701 Python interactive prompt with "pi" as alias, and add "py" as
702 an alias to "python".
703 * gdb.texinfo (Python Commands): Document the new commands.
704
b583003e
TT
7052012-08-22 Tom Tromey <tromey@redhat.com>
706
707 * gdbint.texinfo (Host Definition): Remove documentation for
708 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
709
a451cb65
KS
7102012-08-17 Keith Seitz <keiths@redhat.com>
711
712 PR c++/13356
713 * gdb.texinfo (Type and Range Checking): Remove warning.
714 Remove spurious commas.
715 Update text and examples for re-implementation of set/show
716 check type.
717 (C and C++ Type and Range Checks): Likewise.
718
6b1755ce
YQ
7192012-08-16 Yao Qi <yao@codesourcery.com>
720
721 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
722 is deprecated.
723
f47f77df
DE
7242012-08-13 Doug Evans <dje@google.com>
725
726 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
727 to include functions.
728
a72c3253
DE
7292012-08-10 Doug Evans <dje@google.com>
730
731 * gdb.texinfo (Convenience Funs): New node.
732 (Types In Python): Document Type.vector.
733
5b9afe8a
YQ
7342012-08-09 Yao Qi <yao@codesourcery.com>
735
736 * observer.texi: New observer command_param_changed.
737 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
738
dc1039df
JK
7392012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
740
741 * gdbint.texinfo (Debugging GDB): In section
742 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
743 Mention also gdb-gdb.py.
744
4abf930d
YQ
7452012-08-07 Yao Qi <yao@codesourcery.com>
746
747 Revert the folloing patch:
748 2012-08-06 Yao Qi <yao@codesourcery.com>
749 * gdb.texinfo (Remote Configuration): Add kindex for 'set
750 remote hardware-watchpoint-limit' and 'set
751 remote hardware-breakpoint-limit'.
752
f3c8a52a
JK
7532012-08-06 Nathaniel Flath <flat0103@gmail.com>
754
755 * gdb.texinfo (Working Directory): Added information about new
756 default argument for 'cd' command.
757
77a91025
YQ
7582012-08-06 Yao Qi <yao@codesourcery.com>
759
760 * gdb.texinfo (Remote Configuration): Add kindex for 'set
761 remote hardware-watchpoint-limit' and 'set
762 remote hardware-breakpoint-limit'.
763
d9f08f52
YQ
7642012-08-06 Yao Qi <yao@codesourcery.com>
765
766 Fix PR14371.
767
768 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
769 '=breakpoint-deleted'.
770
95b07c96
YQ
7712012-08-02 Yao Qi <yao@codesourcery.com>
772
773 * gdb.texinfo (Native): Remove node Neutrino.
774
7255706c
YQ
7752012-07-27 Yao Qi <yao@codesourcery.com>
776
777 * gdb.texinfo (IPA Protocol Commands): Document new command
778 'close'.
779
d6b28940
TT
7802012-07-25 Tom Tromey <tromey@redhat.com>
781
782 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
783
e615022a
DE
7842012-07-20 Doug Evans <dje@google.com>
785
786 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
787 (Index Files): Document how to control the use of deprecated index
788 sections.
789 (Index Section Format): Replace --use-deprecated-index-sections with
790 "set use-deprecated-index-sections on".
791
055855a4
EZ
7922012-07-12 Eli Zaretskii <eliz@gnu.org>
793
794 * gdbint.texinfo: Remove @syncodeindex directives that put all the
795 indices into a single node "Index". Instead, join function and
796 variable indices into a single index, separate from the concept
797 index. Requested in
798 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
799 (Top): Update the top-level menu: instead of one "Index" there are
800 now separate entries "Concept Index" and "Function and Variable
801 Index".
802 (Concept Index, Function and Variable Index): New nodes.
803 (Index): Node deleted.
804
f77cc5f0
HZ
8052012-07-05 Hui Zhu <hui_zhu@mentor.com>
806
807 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
808 and "maint agent-eval".
809
00595b5e
EZ
8102012-07-03 Eli Zaretskii <eliz@gnu.org>
811
812 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
813 avoid file-name clashes between Index.html and index.html on
814 case-insensitive filesystems. See the discussion starting in
815 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
816 details of the problem.
817 (Top): Update the master menu for the above.
818 (Concept Index, Command and Variable Index): New nodes, instead of
819 the old "Index" node that was deleted. All cross-references
820 updated.
821
d3ce09f5
SS
8222012-07-02 Stan Shebs <stan@codesourcery.com>
823
824 * gdb.texinfo (Dynamic Printf): Mention agent style and
825 disconnected dprintf.
826 (Maintenance Commands): Describe maint agent-printf.
827 (General Query Packets): Mention BreakpointCommands feature.
828 (Packets): Document commands extension to Z0 packet.
829 * agentexpr.texi (Bytecode Descriptions): Document printf
830 bytecode.
831
2d7b58e8
JK
8322012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
833
834 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
835 only after gdbinit files.
836 (Startup): Move -iex and -iex commands down after gdbinit files.
837
202cbf1c
JK
8382012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
839
840 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
841 possibility.
842
b6ba681c
TT
8432012-06-29 Tom Tromey <tromey@redhat.com>
844
845 * gdb.texinfo (Index Section Format): Update for version 7.
846
71caed83
SS
8472012-06-28 Stan Shebs <stan@codesourcery.com>
848
849 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
850 example, add note about title column.
851
ee0bf529
SCR
8522012-06-26 Siva Chandra Reddy <sivachandra@google.com>
853
854 * gdb.texinfo (Symbol Tables In Python): Add description about
855 the new 'last' attribute of gdb.Symtab_and line.
856
3c15d565
SCR
8572012-06-26 Siva Chandra Reddy <sivachandra@google.com>
858
859 * gdb.texinfo (Symbol Tables In Python): Correct the description
860 of the 'pc' attribute of gdb.Symtab_and_line.
861
45cfd468
DE
8622012-06-26 Doug Evans <dje@google.com>
863
864 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
865 and symtab-create.
866
496ee73e
KS
8672012-06-25 Keith Seitz <keiths@redhat.com>
868
869 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
870 from example. Remove "rbreak" from list of corresponding
871 gdb commands.
872
156942c7
DE
8732012-06-23 Doug Evans <dje@google.com>
874
875 * gdb.texinfo (Index Section Format): Document version 7 format.
876
c614397c
YQ
8772012-06-22 Yao Qi <yao@codesourcery.com>
878
879 * gdb.texinfo: Add missing cindex for some packets.
880
472a2379
KS
8812012-06-20 Keith Seitz <keiths@redhat.com>
882
883 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
884 for -break-insert and document -p.
885
2678e2af
YQ
8862012-06-20 Yao Qi <yao@codesourcery.com>
887
888 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
889 and "gdb.write_memory" with "Inferior.read_memory" and
890 "Inferior.write_memory".
891
984359d2
EZ
8922012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
893
894 * gdb.texinfo (Summary): Add a link to "Free Documentation".
895 (Free Documentation): Add @node line.
896 (Continuing and Stepping) <advance location>: Use @item instead of
897 @itemx.
898 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
899 @itemx.
900 (Embedded Processors): Put the link to "PA" to its correct place,
901 according to document structure.
902 (Python API): Put the link to "Lazy Strings In Python" to its
903 correct place.
904 (Index): Use @@ in @tex block to get a literal @.
905
906 * gdbint.texinfo: Fix the @subtitle line.
907
908 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
909 correct place.
910
16bdd41f
YQ
9112012-06-08 Yao Qi <yao@codesourcery.com>
912
913 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
914 Protocol'.
915 (In-Process Agent Protocol, IPA Protocol Objects)
916 (IPA Protocol Commands): New nodes.
917 (Tracepoint Packets): Add anchors.
918
2d4c29c5
TS
9192012-06-06 Thomas Schwinge <thomas@codesourcery.com>
920
921 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
922
6bd110c5
YQ
9232012-06-06 Yao Qi <yao@codesourcery.com>
924
925 * gdb.texinfo: Update copyright year.
926
f3e0e960
SS
9272012-05-23 Stan Shebs <stan@codesourcery.com>
928 Kwok Cheung Yeung <kcy@codesourcery.com>
929
930 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
931
1564a261
JK
9322012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
933
934 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
935 Mention also --with-separate-debug-dir.
936 (Auto-loading): Prepend $debugdir in the sample output.
937 (Auto-loading safe path): Likewise. Mention also $debugdir for the
938 auto-load safe-path variable.
939 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
940 Mention also $debugdir for 'set auto-load scripts-directory'.
941
eb17f351
EZ
9422012-05-19 Eli Zaretskii <eliz@gnu.org>
943
944 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
945 (MIPS Embedded, MIPS, MIPS Register packet Format)
946 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
947 appropriate.
948
4cc0665f
MR
9492012-05-18 Sandra Loosemore <sandra@codesourcery.com>
950 Maciej W. Rozycki <macro@codesourcery.com>
951
952 * gdb.texinfo (MIPS): Document "set mips compression" and "show
953 mips compression".
954 (MIPS Breakpoint Kinds): New subsubsection.
955
7af8dcf8 9562012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
957
958 * gdb.texinfo (Architecture-Specific Protocol Details): Define
959 nodes for subsections. Add @acronym mark-ups and adjust
960 formatting.
961
aff139ff
JK
9622012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
963
964 Rename $ddir to $datadir.
965 * gdb.texinfo (Auto-loading, Auto-loading safe path)
966 (objfile-gdb.py file): Rename $ddir to $datadir.
967
9cb709b6
TT
9682012-05-18 Tom Tromey <tromey@redhat.com>
969
970 * gdb.texinfo (Print Settings): Document 'set print symbol'.
971
e7e0cddf
SS
9722012-05-14 Stan Shebs <stan@codesourcery.com>
973
974 * gdb.texinfo (Dynamic Printf): New subsection.
975
7efc75aa
SCR
9762012-05-13 Siva Chandra Reddy <sivachandra@google.com>
977
978 * gdb.texinfo (Basic Python): Add description about the function
979 gdb.find_pc_line
980
f307c045
JK
9812012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
982 Eli Zaretskii <eliz@gnu.org>
983
984 * gdb.texinfo (Separate Debug Files): Use plural form for global
985 debugging information directory.
986
85d4a676
SS
9872012-05-11 Stan Shebs <stan@codesourcery.com>
988 Kwok Cheung Yeung <kcy@codesourcery.com>
989
990 * gdb.texinfo (Operating System Auxiliary Information): Document new
991 'info os' subcommands.
992
c1668e4e
JK
9932012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
994
995 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
996 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
997 (dotdebug_gdb_scripts section): Add reference
998 to 'Auto-loading safe path'.
999
7349ff92
JK
10002012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1001
1002 Implement multi-component --with-auto-load-dir.
1003 * gdb.texinfo (Auto-loading): New references
1004 for 'set auto-load scripts-directory'
1005 and 'show auto-load scripts-directory'.
1006 (Auto-loading safe path): Describe the new default. Move $ddir
1007 substituation reference to 'objfile-gdb.py file'.
1008 (objfile-gdb.py file): Describe script-name alias. Change real-name to
1009 script-name. Describe new 'set auto-load scripts-directory'
1010 and 'show auto-load scripts-directory'.
1011
6dea1fbd
JK
10122012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1013
1014 Provide $ddir substitution for --with-auto-load-safe-path.
1015 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
1016 (Auto-loading safe path): Likewise. Mention the default value,
1017 $ddir substitution, --with-auto-load-safe-path and
1018 --without-auto-load-safe-path.
1019 * observer.texi (gdb_datadir_changed): New.
1020
1ccacbcd
JK
10212012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1022
1023 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
1024 Twice.
1025
d9242c17
JK
1026 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
1027 directory separator by path separator.
1028
af2c1515
JK
10292012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1030
1031 * gdb.texinfo (Auto-loading safe path): Make 'directories'
1032 for 'set auto-load safe-path' optional. Mention if it is omitted.
1033 Change disabling security protection condition to "/", twice.
1034
a20ee7a4
SCR
10352012-05-03 Siva Chandra Reddy <sivachandra@google.com>
1036
1037 * gdb.texinfo (Symbol Tables In Python): Add documentation about
1038 the new methods global_block and static_block on gdb.Symtab
1039 objects.
1040
56af09aa
SCR
10412012-05-02 Siva Chandra Reddy <sivachandra@google.com>
1042
1043 * gdb.texinfo (Blocks In Python): Add a note saying that future
1044 improvements to GDB and its infrastructure can move symbols
1045 across blocks within a symbol table.
1046
2746b0ef
YQ
10472012-04-29 Yao Qi <yao@codesourcery.com>
1048
1049 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
1050 (A29K): Remove.
1051
62e5f89c
SDJ
10522012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
1053 Tom Tromey <tromey@redhat.com>
1054
1055 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
1056 and generic static probe support on GDB.
1057
a766d390
DE
10582012-04-25 Doug Evans <dje@google.com>
1059
50f042b9
DE
1060 * gdb.texinfo (Go): Fix thinko.
1061
a766d390
DE
1062 * gdb.texinfo (Supported Languages): Add Go.
1063 (Go): New node.
1064
f02e2b19
YQ
10652012-04-25 Yao Qi <yao@codesourcery.com>
1066
1067 * gdbint.texinfo (Testsuite): New section `Board settings'.
1068
68d41a48
JK
10692012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1070
1071 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
1072 Three times.
1073
174bb630
JK
1074 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
1075 Three times.
1076
0511cc75
JK
10772012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1078
1079 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
1080 by @table @asis. Fix formatting of one item.
1081
0070f25a
JK
10822012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1083
1084 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
1085
4dc84fd1
JK
10862012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1087
1088 New option "set debug auto-load".
1089 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
1090 (auto-load verbose mode): New node.
1091
bccbefd2
JK
10922012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1093
1094 New option "set auto-load safe-path".
1095 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
1096 and "info auto-load" examples for safe-path. Put there also references
1097 for "set auto-load safe-path" and "show auto-load safe-path".
1098 New menu item for Auto-loading safe path.
1099 (Auto-loading safe path): New node.
1100 (Python Auto-loading): Update the expected output from "Missing"
1101 to "No".
1102
bf88dd68
JK
11032012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1104
1105 auto-load: Implementation.
1106 * gdb.texinfo (Mode Options): New anchor for -nx.
1107 (Startup): New anchors for Option -init-eval-command,
1108 Home Directory Init File
1109 and Init File in the Current Directory during Startup.
1110 Mention set auto-load local-gdbinit with a reference.
1111 Change the sample code to "set auto-load python-scripts".
1112 (Threads): New anchor set libthread-db-search-path.
1113 Provide references to libthread_db.so.1 file.
1114 (Controlling GDB): New menu item for Auto-loading.
1115 (Auto-loading, Init File in the Current Directory)
1116 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
1117 (Python): Rename the menu item Auto-loading to Python Auto-loading.
1118 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
1119 reference.
1120 (Auto-loading): Rename to ...
1121 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
1122 "set auto-load python-scripts", new anchor for it. Change
1123 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
1124 for it. Change "info auto-load-scripts"
1125 to "info auto-load python-scripts", new anchor for it. Change "scripts"
1126 to "Python scripts".
1127
8264ba82
AG
11282012-04-14 Anton Gorenkov <xgsa@yandex.ru>
1129
1130 PR mi/13393
1131 * gdb.texinfo (Print Settings): Extend the description for "set print
1132 object".
1133 (GDB/MI Variable Objects): Extend the description for -var-create and
1134 -var-list-children.
1135
06fc020f
SCR
11362012-04-11 Siva Chandra Reddy <sivachandra@google.com>
1137
1138 * gdb.texinfo (Examining Data): Document the 'explore' command.
1139
7191c139
JB
11402012-03-28 Joel Brobecker <brobecker@adacore.com>
1141
1142 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
1143 to the children of a varobj and its update range when -var-update
1144 returns that the varobj's type changed.
1145
3708f05e
JK
11462012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1147
1148 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
1149 Create two new links fir 'objfile-gdb.py file'
1150 and 'dotdebug_gdb_scripts section'.
1151
8e0583c8
JK
11522012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1153
1154 * gdb.texinfo (Auto-loading): Rename node reference
1155 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
1156 Twice.
1157 (.debug_gdb_scripts section): Rename the node ...
1158 (dotdebug_gdb_scripts section): ... here.
1159 (Maintenance Commands): Also rename this node reference.
1160
7b282c5a
SCR
11612012-03-22 Siva Chandra Reddy <sivachandra@google.com>
1162
1163 * gdb.texinfo (Python API/Values From Inferior): Add description
1164 about the new method Value.referenced_value. Add description on
1165 how Value.dereference is different (and similar) to
1166 Value.referenced_value.
1167
8320cc4f
JK
11682012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1169
1170 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
1171 --init-eval-command=COMMAND, -iex.
1172 (Startup): Describe -iex and -ix. Simplify the example
1173 for "set auto-load-scripts off".
1174
481860b3
GB
11752012-03-16 Gary Benson <gbenson@redhat.com>
1176
1177 PR breakpoints/10738
1178 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
1179 stating that GDB cannot set breakpoints on inlined functions.
1180 (Mode Options): Document --use-deprecated-index-sections.
1181 (Index Section Format): Document new index section version format.
1182
c4aeac85
TT
11832012-03-15 Tom Tromey <tromey@redhat.com>
1184
1185 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
1186
16899756
DE
11872012-03-13 Doug Evans <dje@google.com>
1188
1189 * gdb.texinfo (Help): Change apropos example to use "alias" instead
1190 of "reload".
1191 (Symbols): Delete docs for set/show symbol-reloading.
1192 * gdbint.texinfo (Defining Other Architecture Features): Delete
1193 SYMBOL_RELOADING_DEFAULT.
1194 * refcard.tex: Delete reference to symbol-reloading.
1195
9b224c5e
PA
11962012-03-07 Pedro Alves <palves@redhat.com>
1197
1198 * gdb.texinfo (General Query Packets): Document new
1199 QProgramSignals packet.
1200 * gdb.texinfo (Remote configuration): Mention
1201 "program-signals-packet".
1202
169081d0
TG
12032012-03-05 Tristan Gingold <gingold@adacore.com>
1204
1205 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
1206
d1feda86
YQ
12072012-03-03 Yao Qi <yao@codesourcery.com>
1208
1209 * gdb.texinfo (In-Process Agent): New node.
1210 Document new commands.
1211 (General Query Packets): Add packet `QAgent'.
1212
1faeff08
MR
12132012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
1214
1215 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
1216
7d74f244
DE
12172012-03-01 Scott J. Goldman <scottjg@vmware.com>
1218
1219 * gdb.texinfo (Commands In Python): Put example python macro in
1220 COMMAND_USER category rather than COMMAND_OBSCURE.
1221 Document gdb.COMMAND_USER.
1222 (User-defined Commands): Update documentation to clarify
1223 "set/show max-user-call-depth" and "show user" don't apply to python
1224 commands. Update documentation to clarify "help user-defined" may
1225 also include python commands defined as COMMAND_USER.
1226
6fe37d23
JK
12272012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1228
1229 * gdb.texinfo (Startup): Add option -ex description to the option -x
1230 description.
1231
83364271
LM
12322012-02-24 Luis Machado <lgustavo@codesourcery.com>
1233
1234 * gdb.texinfo (Setting Breakpoints): Mention and explain the
1235 condition-evaluation breakpoint parameter.
1236 Mention condition-evaluation mode being shown in "info break".
1237 (Break Conditions): Add description for target-side
1238 conditional breakpoints.
1239 (Remote Configuration): Mention conditional-breakpoints-packet.
1240 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
1241 cond-expr.
1242 (General Query Packets): Mention new ConditionalBreakpoint feature.
1243
bdb1994d
TT
12442012-02-22 Tom Tromey <tromey@redhat.com>
1245
1246 * gdb.texinfo (Blocks In Python): Clarify block iteration.
1247
4d241c86
TT
12482012-02-17 Tom Tromey <tromey@redhat.com>
1249
1250 PR python/10753:
1251 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
1252 directory.
1253
816338b5
SS
12542012-02-14 Stan Shebs <stan@codesourcery.com>
1255
1256 * gdb.texinfo (Disabling Breakpoints): Document enable count.
1257
cc30c4bd
PA
12582012-02-13 Pedro Alves <palves@redhat.com>
1259
1260 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
1261 mips-idt-ecoff.
1262
035d1e5b
YQ
12632012-02-09 Yao Qi <yao@codesourcery.com>
1264
1265 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
1266
f0823d2c
TT
12672012-02-07 Tom Tromey <tromey@redhat.com>
1268
1269 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
1270 Symbol.value.
1271
64e7d9dd
TT
12722012-02-07 Tom Tromey <tromey@redhat.com>
1273
1274 * gdb.texinfo (Symbols In Python): Document Symbol.line.
1275
4220b2f8
TS
12762012-01-27 Thomas Schwinge <thomas@codesourcery.com>
1277
1278 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
1279
edcc5120
TT
12802012-01-24 Tom Tromey <tromey@redhat.com>
1281
1282 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
1283 unload".
1284 (Files): Mention new catch commands.
1285 (GDB/MI Async Records): Likewise.
1286
53fe1783
GB
12872012-01-24 Gary Benson <gbenson@redhat.com>
1288
1289 Delete #if 0'd out code.
1290 * gdb.texinfo (Frame Info): Remove "info catch".
1291
b9e7b9c3
UW
12922012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1293
1294 * gdb.texinfo (Remote Configuration): Document
1295 "set remote hostio-readlink-packet" command.
1296 (General Query Packets): Document vFile:readlink packet.
1297
4aac40c8
TT
12982012-01-16 Tom Tromey <tromey@redhat.com>
1299
1300 * gdb.texinfo (Specify Location): Document relative file name
1301 handling.
1302
cafec441
TT
13032012-01-16 Tom Tromey <tromey@redhat.com>
1304
1305 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
1306
0ee339bc
JK
13072012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1308 Eli Zaretskii <eliz@gnu.org>
1309
1310 * gdbint.texinfo (Coding Standards): Require braces for two lines of
1311 code.
1312
72384ba3
PH
13132012-01-11 Paul Hilfinger <hilfingr@adacore.com>
1314
1315 * gdb.texinfo (Variables): Document use of :: for non-static
1316 variables.
1317
ce1b17c4
JB
13182012-01-05 Joel Brobecker <brobecker@adacore.com>
1319
1320 * gdbint.texinfo (Start of New Year Procedure): Update
1321 to replace use of copyright.sh by use of copyright.py.
1322
217bff3e
JK
13232012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1324
1325 Remove the gdbtui binary.
1326 * all-cfg.texi (GDBTUI): Remove.
1327 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
1328 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
1329 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
1330
cc72b2a2
KP
13312011-12-23 Kevin Pouget <kevin.pouget@st.com>
1332
1333 Introduce gdb.FinishBreakpoint in Python.
1334 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
1335 (Python API): Add menu entry for Finish Breakpoints.
1336
13ac8d2c
JK
13372011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1338
1339 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
1340 tests.
1341
e0f9f062
DE
13422011-12-16 Doug Evans <dje@google.com>
1343
1344 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
1345
80b6e756
PM
13462011-12-16 Phil Muldoon <pmuldoon@redhat.com>
1347
1c3ad6ab 1348 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
1349 stack". Add documentation for "set/show python print-stack".
1350
2fb860fc
PA
13512011-12-14 Pedro Alves <pedro@codesourcery.com>
1352
1353 * gdb.texinfo (Implementing a Remote Stub): Explain that you
1354 should transfer control to the stub in the startup code instead of
1355 in main. Mention the need to get past the initial breakpoint.
1356
f8eba3c6
TT
13572011-12-06 Tom Tromey <tromey@redhat.com>
1358
1359 * gdb.texinfo (Set Breaks): Update for new behavior.
1360
2268b414
JK
13612011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1362
1363 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
1364 List Format for SVR4 Targets'.
1365 (General Query Packets): New item qXfer:libraries-svr4:read.
1366 (Library List Format for SVR4 Targets): New node.
1367
ae6f0d5b
TT
13682011-12-01 Tom Tromey <tromey@redhat.com>
1369
1370 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
1371 add.
1372
36dfb11c
TT
13732011-11-22 Tom Tromey <tromey@redhat.com>
1374
1375 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
1376 reasons.
1377
f196051f
SS
13782011-11-20 Stan Shebs <stan@codesourcery.com>
1379
1380 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1381 note-related options and variables.
1382 (Tracepoint Packets): Document packet changes.
1383
f85b53f8
SD
13842011-11-20 Sanjoy Das <sdas@igalia.com>
1385
1386 * gdb.texinfo (JIT Interface): Add documentation on writing and
1387 usind JIT debug info readers.
1388 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
1389 Debug Info Readers): New nodes.
1390
bfccc43c
YQ
13912011-11-18 Yao Qi <yao@codesourcery.com>
1392
1393 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
1394 tracepoint.
1395
c011a4f4
DE
13962011-11-15 Doug Evans <dje@google.com>
1397
1398 * gdb.texinfo (Files): Document basenames-may-differ.
1399
ed59ded5
DE
14002011-11-14 Doug Evans <dje@google.com>
1401
1402 * gdb.texinfo (Shell Commands): Document "!".
1403
405f8e94
SS
14042011-11-14 Stan Shebs <stan@codesourcery.com>
1405 Kwok Cheung Yeung <kcy@codesourcery.com>
1406
1407 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
1408 needed to get shorter fast tracepoints.
1409 (Tracepoint Packets): Document new qTMinFTPILen packet.
1410
1e4d1764
YQ
14112011-11-14 Yao Qi <yao@codesourcery.com>
1412
1413 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
1414 behavior of tracepoint.
1415 (General Query Packets): New feature InstallInTrace.
1416 (Remote Configuration): Document "set remote
1417 install-in-trace-packet".
1418
71eba9c2 14192011-11-12 Matt Rice <ratmice@gmail.com>
1420
1421 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
1422 Add arguments to info macro.
1423
e0f8f636
TT
14242011-11-10 Tom Tromey <tromey@redhat.com>
1425
1426 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
1427 manual.
1428 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
1429 (Macros): Add a footnote.
1430 (C): Remove paragraph about compiler options.
1431 (C Constants): Mention wide character and string constants.
1432 (C Plus Plus Expressions): Update compiler option advice. Mention
1433 using declarations. Mention ADL. Remove old HP compiler
1434 information.
1435
625c0d47
TT
14362011-11-10 Tom Tromey <tromey@redhat.com>
1437
1438 PR c++/9257:
1439 * gdb.texinfo (Print Settings): Add an extra note about the need
1440 for a vtable.
1441
4be2aacc
MR
14422011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
1443
1444 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
1445 "set mips abi" documentation.
1446
0a1c4d10
DE
14472011-11-04 Doug Evans <dje@google.com>
1448
1449 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
1450
aad1c02c
TT
14512011-11-03 Tom Tromey <tromey@redhat.com>
1452
1453 * gdb.texinfo (Stopping): Add menu entry.
1454 (Continuing and Stepping): Restore @node. Use @section, not
1455 @subsection.
1456
983fb131
MR
14572011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
1458
1459 * gdb.texinfo (Skipping Over Functions and Files): Remove node
1460 designation. Fix "Specify Location" cross-reference.
1461
3065dfb6
SS
14622011-11-02 Stan Shebs <stan@codesourcery.com>
1463
1464 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
1465 (General Query Packets): Describe tracenz feature.
1466 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
1467
0aaaf063
PK
14682011-10-28 Paul Koning <paul_koning@dell.com>
1469
1470 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
1471
2231f1fb
KP
14722011-10-27 Kevin Pouget <kevin.pouget@st.com>
1473
1474 * gdb.texinfo ((Frames In Python): Document
1475 gdb.FRAME_UNWIND_FIRST_ERROR contant.
1476
5110b5df
PK
14772011-10-26 Paul Koning <paul_koning@dell.com>
1478
1479 * gdb.texinfo (gdb.types): Document new deepitems function.
1480
22dbab46
PK
14812011-10-25 Paul Koning <paul_koning@dell.com>
1482
1483 PR python/13327
1484
1485 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
1486 fetch_lazy method.
1487
9df2fbc4
PM
14882011-10-20 Phil Muldoon <pmuldoon@redhat.com>
1489
1490 PR python/12656
1491
1492 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
1493 global_block, static_block function.
1494
f05e2e1d
TT
14952011-10-19 Tom Tromey <tromey@redhat.com>
1496
1497 * gdb.texinfo (Commands In Python): Add missing "@"s.
1498
a7fc3f37
KP
14992011-10-13 Kevin Pouget <kevin.pouget@st.com>
1500
1501 PR python/13285 Document named constants for frame unwind stop reasons
1502 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
1503 constants.
1504
5048e516
JK
15052011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1506
1507 Fix compatibility with texinfo versions older than 4.12.
1508 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
1509 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
1510 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
1511 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
1512 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
1513 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
1514 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
1515
5a56e9c5
DE
15162011-10-09 Doug Evans <dje@google.com>
1517
1518 * gdb.texinfo (Extending GDB): Document alias command.
1519
36b11add
JK
15202011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1521
1522 Support @entry in input expressions.
1523 * gdb.texinfo (Variables): Describe @entry names suffix.
1524 (Print Settings): Add anchor for `set print entry-values'.
1525
e18b2753
JK
15262011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1527 Eli Zaretskii <eliz@gnu.org>
1528
1529 Display @entry parameter values (without references).
1530 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
1531 example.
1532 (Print Settings): New description of set print entry-values and show
1533 print entry-values.
1534
111c6489
JK
15352011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1536 Eli Zaretskii <eliz@gnu.org>
1537
1538 Recognize virtual tail call frames.
1539 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
1540 (Tail Call Frames): New node.
1541 (Frames In Python): Add gdb.TAILCALL_FRAME.
1542
9c15afc4
DE
15432011-10-07 Doug Evans <dje@google.com>
1544
1545 * gdb.texinfo (gdb.printing): Document new `replace' arg to
1546 register_pretty_printer.
1547
99f5279d
PM
15482011-10-07 Phil Muldoon <pmuldoon@redhat.com>
1549
1550 PR python/12930
1551 PR python/12802
1552
1553 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
1554 stop method.
1555
03583c20
UW
15562011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
1557
1558 * gdb.texinfo (Starting your Program): "set disable-randomization"
1559 is no longer Linux-specific.
1560 (Remote Configuration): Document "set remote
1561 disable-randomization-packet".
1562 (General Query Packets): Document "QDisableRandomization" packet
1563 and add it to "qSupported" list.
1564
bd054e06
KP
15652011-10-07 Kevin Pouget <kevin.pouget@st.com>
1566
1567 Allow Python notification of new object-file loadings.
1568 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
1569 event type.
1570
cb6be26b
KP
15712011-10-04 Kevin Pouget <kevin.pouget@st.com>
1572
1573 PR python/12691: Add the inferior to Python exited event
1574 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
1575
a05336a1
JB
15762011-10-03 Joel Brobecker <brobecker@adacore.com>
1577
1578 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
1579 rephasing.
1580
5d77fe44
JB
15812011-10-03 Joel Brobecker <brobecker@adacore.com>
1582
1583 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
1584 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
1585 as possible feature returned by the `-list-features'
1586 command.
1587
699df94d
PK
15882011-09-28 Paul Koning <paul_koning@dell.com>
1589
1590 * gdb.texinfo (gdb.Type): Document field access by dictionary
1591 key syntax.
1592
24bdad53
YQ
15932011-09-28 Yao Qi <yao@codesourcery.com>
1594
1595 * gdb.texinfo (Files): Update options for `add-symbol-file'.
1596 Add one space after option `-s'. Remove @r{} markup.
1597
6710bf39
SS
15982011-09-27 Stan Shebs <stan@codesourcery.com>
1599
1600 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
1601
d99f7e48
HZ
16022011-09-16 Hui Zhu <teawater@gmail.com>
1603
1604 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
1605 to *(unsigned char *)$esp@300.
1606
d812018b
PK
16072011-09-15 Paul Koning <paul_koning@dell.com>
1608
1609 * gdb.texinfo: Make style of Python functions and methods match
1610 the syntax of Python. Also put class and module names explicitly
1611 on function, member, and variable names, matching Python
1612 documentation conventions.
1613
2aa48337
KP
16142011-09-15 Kevin Pouget <kevin.pouget@st.com>
1615
1616 PR Python/12692 Add gdb.selected_inferior() to Python interface.
1617 * gdb.texinfo (Inferiors In Python): Describe new
1618 gdb.selected_inferior() function.
1619
6839b47f
KP
16202011-09-15 Kevin Pouget <kevin.pouget@st.com>
1621
1622 Handle multiple breakpoint hits in Python interface:
1623 * gdb.texinfo (Events In Python): New function documentation:
1624 gdb.BreakpointEvent.breakpoints. Indicate that
1625 gdb.BreakpointEvent.breakpoint is now deprecated.
1626
26829f2b
JB
16272011-09-04 Joel Brobecker <brobecker@adacore.com>
1628
1629 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
1630
a9f54f60
TT
16312011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
1632
1633 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
1634
fa3a4f15
PM
16352011-08-17 Phil Muldoon <pmuldoon@redhat.com>
1636
1637 * gdb.texinfo (Prompt): Add set/show extended-prompt
1638 documentation
1639 (Basic Python): Add prompt_hook anchor.
1640 (Python modules): Reword module text to reflect multiple modules.
1641 (gdb.prompt): Document gdb.prompt module.
1642
224bbe49
YQ
16432011-08-14 Yao Qi <yao@codesourcery.com>
1644
78d85199
YQ
1645 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
1646
16472011-08-14 Yao Qi <yao@codesourcery.com>
1648
1649 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
1650 (TIC6x Features): New node.
1651
457e09f0
DE
16522011-08-12 Doug Evans <dje@google.com>
1653
1654 * gdb.texinfo (Symbols In Python): Document symbol.type.
1655
5e239b84
PM
16562011-08-09 Phil Muldoon <pmuldoon@redhat.com>
1657
1658 * gdb.texinfo (Python): Document command and function
1659 auto-loading.
1660
177bc839
JK
16612011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1662 Eli Zaretskii <eliz@gnu.org>
1663
1664 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
1665 typedefs unrolling. Extend the sample code by an inner typedef and
1666 outer typedefs unrolling.
1667
1a532630
PP
16682011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
1669
1670 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
1671 size and line-size.
1672
9b158ba0 16732011-07-21 Matt Rice <ratmice@gmail.com>
1674
1675 PR macros/12999
1676 * gdb.texinfo (Macros): Add info definitions and info macros commands.
1677 Update text and cindex entries for info macro command.
1678
d17b6f81
PM
16792011-07-21 Phil Muldoon <pmuldoon@redhat.com>
1680
1681 * observer.texi (GDB Observers): Add before_prompt observer.
1682 * gdb.texinfo (Basic Python): Add documentation for prompt
1683 substitution.
1684
713389e0
PM
16852011-07-11 Phil Muldoon <pmuldoon@redhat.com>
1686
1687 PR python/12438
1688 * gdb.texinfo (Python Commands): Add deprecate note to maint
1689 set/show python print-stack. Document set/show python
1690 print-backtrace.
1691
177b42fe
TJB
16922011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
1693
1694 * gdb.texinfo: Fix typos.
1695
900e11f9
JK
16962011-07-01 Tom Tromey <tromey@redhat.com>
1697
1698 * gdb.texinfo (Debugging Output): Document set debug
1699 check-physname.
1700
39c4d40a
TT
17012011-06-29 Tom Tromey <tromey@redhat.com>
1702
1703 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1704 breakpoint-notifications feature.
1705
6f5def7d
UW
17062011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
1707
1708 * gdb.texinfo (Target Description): Remove warning about
1709 possibly unstable format.
1710
8cf64490
TT
17112011-06-03 Tom Tromey <tromey@redhat.com>
1712
1713 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
1714 (Events In Python): Note that exit_code is optional.
1715
393eab54
PA
17162011-05-17 Pedro Alves <pedro@codesourcery.com>
1717
1718 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
1719 required for multi-threading support.
1720 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
1721 Hc are deprecated for multi-threading debugging. Point readers at
1722 the vCont packet.
1723
75fc9810
DE
17242011-05-15 Doug Evans <dje@google.com>
1725
1726 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
1727
01124a23
DE
17282011-05-13 Doug Evans <dje@google.com>
1729
98a5dd13
DE
1730 * gdb.texinfo (Threads): Document $sdir,$pdir.
1731 (Server): Document $pdir exception.
1732
dbaefcf7
DE
1733 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
1734
cc63ef9b
DE
1735 * gdb.texinfo (Threads): Clarify default value for
1736 libthread-db-search-path.
7e0396aa 1737
01124a23
DE
1738 * gdb.texinfo (Completion): Update example.
1739 (Debugging Output): Delete `set/show debug lin-lwp-async'.
1740
d248b706
KY
17412011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
1742
1743 * gdb.texinfo: Document change in the behaviour of the enable and
1744 disable GDB commands when applied to tracepoints.
1745 Document the EnableDisableTracepoints remote stub feature.
1746 Document QTEnable and QTDisable in the list of tracepoint packets.
1747
cc88a640
JK
17482011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1749
1750 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
1751 hsuser.texi.
1752 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
1753 comment to hsuser.texi. Change rluser.texi name in the comment.
1754
84e578fb
DE
17552011-05-10 Doug Evans <dje@google.com>
1756
1757 * gdb.texinfo (Threads): If an empty path is provided for
1758 libthread-db-search-path it is reset to its default value.
1759 (Server): Ditto.
1760
478aac75
DE
17612011-05-09 Doug Evans <dje@google.com>
1762
1763 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
1764
9c06b0b4
TJB
17652011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1766 Thiago Jung Bauermann <bauerman@br.ibm.com>
1767
1768 Implement support for PowerPC BookE masked watchpoints.
1769 * gdb.texinfo (Set Watchpoints): Document mask parameter.
1770 (PowerPC Embedded): Mention support of masked watchpoints.
1771
9ed350ad
JB
17722011-05-03 Joel Brobecker <brobecker@adacore.com>
1773
1774 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
1775 `@value{GDBN}'.
1776
4ceed123
JB
17772011-05-03 Joel Brobecker <brobecker@adacore.com>
1778
1779 * gdb.texinfo (titlepage): Remove dedication.
1780 (In Memoriam): New appendix.
1781
559a7a62
JK
17822011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1783 Eli Zaretskii <eliz@gnu.org>
1784
1785 * gdb.texinfo (Index Section Format): Change the version to 5.
1786 Describe the different formula.
1787
03f2bd59
JK
17882011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1789 Eli Zaretskii <eliz@gnu.org>
1790
1791 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
1792 for disconnected tracing.
1793 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
1794 extended-remote relationship. Mention --once.
1795 (TCP port allocation lifecycle of @code{gdbserver}): New.
1796
d9b1a651
EZ
17972011-04-23 Eli Zaretskii <eliz@gnu.org>
1798
1799 * gdb.texinfo (Server): Improve indexing. Index all optional
1800 switches to gdbserver.
1801
90476074
TT
18022011-04-20 Tom Tromey <tromey@redhat.com>
1803
1804 * gdb.texinfo (Index Section Format): New node.
1805 (Top): Add new node to menu.
1806
c21236dc
PA
18072011-04-20 Pedro Alves <pedro@codesourcery.com>
1808
1809 * gdb.texinfo (Maintenance Commands): Document `maint print
1810 remote-registers'.
1811
05c8c3f5
TT
18122011-04-20 Tom Tromey <tromey@redhat.com>
1813
1814 * gdb.texinfo (Trace File Format): Move node later.
1815
7a9dd1b2
TT
18162011-04-19 Tom Tromey <tromey@redhat.com>
1817
1818 * gdbint.texinfo (Register Information Functions): Remove
1819 duplicate "the".
1820 * gdb.texinfo (Emacs): Remove duplicate "to".
1821 (GDB/MI Variable Objects): Remove duplicate "the".
1822 (General Query Packets): Likewise.
1823
4368ebeb
JB
18242011-04-02 Joel Brobecker <brobecker@adacore.com>
1825
1826 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
1827 "GDB/MI Ada Exception Information" node.
1828
956a9fb9
JB
18292011-04-01 Joel Brobecker <brobecker@adacore.com>
1830
1831 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1832 the "exception-name" field in the *stopped async record.
1833
f1310107
TJB
18342011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
1835 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1836
1837 Implement support for PowerPC BookE ranged breakpoints.
1838 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
1839
8786b2bd
TT
18402011-03-28 Tom Tromey <tromey@redhat.com>
1841
1842 * gdb.texinfo (Set Tracepoints): Fix typo.
1843
9ef07c8c
TT
18442011-03-24 Tom Tromey <tromey@redhat.com>
1845
1846 * gdb.texinfo (Specify Location): Document `function:label'
1847 linespec.
1848
99c3dc11
PM
18492011-03-18 Phil Muldoon <pmuldoon@redhat.com>
1850
f1310107 1851 PR python/12149
99c3dc11
PM
1852
1853 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
1854
29703da4
PM
18552011-03-17 Phil Muldoon <pmuldoon@redhat.com>
1856
1857 * gdb.texinfo (Blocks In Python): Add is_valid method description.
1858 (Inferiors In Python): Likewise.
1859 (Threads In Python): Likewise.
1860 (Symbols In Python): Likewise.
1861 (Objfiles In Python): Likewise.
1862 (Symbol Tables In Python): Likewise.
1863
c9174737
PA
18642011-03-15 Pedro Alves <pedro@codesourcery.com>
1865
1866 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
1867 display>: Explain that the commands accept number ranges.
1868
7371cf6d
PM
18692011-03-14 Phil Muldoon <pmuldoon@redhat.com>
1870
1871 * gdb.texinfo (Breakpoints In Python): Add description and example
1872 of Python stop function operation.
1873
ecec24e6
PM
18742011-03-10 Phil Muldoon <pmuldoon@redhat.com>
1875
1876 * gdb.texinfo (Parameters In Python): Document get_set_string and
1877 get_show_string methods.
1878
6dcd5565
JK
18792011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1880
1881 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
1882
81896e36
JK
1883 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
1884 circular-trace-buffer name.
1885
5e30da2c
JB
18862011-02-28 Joel Brobecker <brobecker@adacore.com>
1887
1888 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
1889 in the previous change.
1890
3bd0f5ef 18912011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
1892
1893 * gdb.texinfo (Inferiors and Programs): Update commands to show
1894 that they can accept multiple arguments.
1895
4ec7539c
JB
18962011-02-24 Joel Brobecker <brobecker@adacore.com>
1897
1898 Revert the following patch (code patch was not approved):
1899 2011-02-21 Hui Zhu <teawater@gmail.com>
1900 * agentexpr.texi (bytecode descriptions): add printf.
1901 * gdb.texinfo (tracepoint action lists): add printf.
1902
82809774
DE
19032011-02-23 Doug Evans <dje@google.com>
1904
1905 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
1906
e5a67952
MS
19072011-02-23 Michael Snyder <msnyder@vmware.com>
1908
1909 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
1910 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
1911 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
1912
6e6fbe60
DE
19132011-02-22 Doug Evans <dje@google.com>
1914
1915 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
1916 Clarify behaviour of lookup_symbol when `block' argument is omitted,
1917 add description of result, fix @defun formatting.
1918
f994e27a
HZ
19192011-02-21 Hui Zhu <teawater@gmail.com>
1920
1921 * agentexpr.texi (Bytecode Descriptions): Add printf.
1922 * gdb.texinfo (Tracepoint Action Lists): Add printf.
1923
c7f96d2b
TT
19242011-02-18 Tom Tromey <tromey@redhat.com>
1925
1926 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
1927
60f98dde
MS
19282011-02-14 Michael Snyder <msnyder@vmware.com>
1929
1930 * gdb.texinfo (threads): Document argument for "info threads" cmd.
1931 Document new command "thread find".
1932
08e796bc
MS
19332011-02-14 Michael Snyder <msnyder@vmware.com>
1934
1935 * gdb.texinfo (Threads): Update example of new thread message.
1936
b3b9301e
PA
19372011-02-14 Pedro Alves <pedro@codesourcery.com>
1938
1939 * gdb.texinfo (Remote Configuration): Mention set/show remote
1940 traceframe-info.
1941 (Tools/Packages Optional for Building GDB): Mention that expat is
1942 used for traceframe info.
1943 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
1944 (General Query Packets) <qSupported>: Describe the
1945 qXfer:traceframe-info:read feature.
1946 (qXfer::read): Describe qXfer:traceframe-info:read.
1947 (Traceframe Info Format): New section.
1948
cef35b0f
PA
19492011-02-04 Pedro Alves <pedro@codesourcery.com>
1950
1951 * gdbint.texinfo (Formatting): Mention some formatting guidelines
1952 for casts and unary operators.
1953
f1cbe1d3
TT
19542011-02-04 Tom Tromey <tromey@redhat.com>
1955
1956 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
1957 is not useful.
1958
585fdaa1
PA
19592011-01-25 Pedro Alves <pedro@codesourcery.com>
1960
1961 * gdb.texinfo: s/value optimized out/optimized out/g
1962
7bfc9434
JB
19632011-01-21 Joel Brobecker <brobecker@adacore.com>
1964
1965 * gdb.texinfo (Other Misc Settings): Rework part of the
1966 documentation of the "set interactive mode" command.
1967
4694da01
TT
19682011-01-19 Tom Tromey <tromey@redhat.com>
1969
1970 * gdb.texinfo (Threads): Document thread name output and `thread
1971 name' command.
1972 (Threads In Python): Document Thread.name attribute.
1973 (GDB/MI Thread Commands): Document thread attributes.
1974
b716877b
AB
19752011-01-12 Andrew Burgess <aburgess@broadcom.com>
1976
1977 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
1978 changes in mi/mi-cmd-disas.c
1979
13fd8b81
TT
19802011-01-12 Tom Tromey <tromey@redhat.com>
1981
1982 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
1983 Fix "thread apply" text.
1984
e09342b5
TJB
19852011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1986 Thiago Jung Bauermann <bauerman@br.ibm.com>
1987
1988 Implement support for PowerPC BookE ranged watchpoints.
1989 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
1990 the "set powerpc exact-watchpoints" flag.
1991
06e65f44
TT
19922011-01-07 Tom Tromey <tromey@redhat.com>
1993
1994 * gdb.texinfo (Python API): Add descriptions to @menu items.
1995
d8e22779
TT
19962011-01-06 Tom Tromey <tromey@redhat.com>
1997
1998 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
1999
a255712f
PP
20002010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2001
e09342b5 2002 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 2003
ccfc3d6e
TT
20042011-01-06 Tom Tromey <tromey@redhat.com>
2005
2006 PR python/12133:
2007 * gdb.texinfo (Frames In Python): Document various frame
2008 constants.
2009
44944448
JB
20102011-01-05 Joel Brobecker <brobecker@adacore.com>
2011
2012 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
2013 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
2014 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
2015
42ea3d7a
JK
20162011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2017
2018 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
2019 (clean): Add GDBvn.texi.
2020
720d1a40
JB
20212010-12-29 Joel Brobecker <brobecker@adacore.com>
2022
2023 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
2024 occasional case where the debugger prints an array address
2025 instead of the array itself.
2026
ad196637
PA
20272010-12-23 Pedro Alves <pedro@codesourcery.com>
2028
2029 * gdb.texinfo (Packets) <read registers packet>: Document support
2030 for registers that were not collected.
2031
a86caf66
DE
20322010-12-15 Doug Evans <dje@google.com>
2033
2034 * gdb.texinfo (Startup): Document auto-loading of scripts during
2035 startup.
2036 (Auto-loading): Delete "maint set python auto-load on|off".
2037 Add "set auto-load-scripts on|off".
2038
aae1c79a
DE
20392010-12-07 Doug Evans <dje@google.com>
2040
2041 * gdb.texinfo (Mode Options): Document -data-directory.
2042 (Data Files): Add reference to -data-directory.
2043
4e04c971
DE
20442010-11-29 Doug Evans <dje@google.com>
2045
2046 * gdb.texinfo (Pretty-Printer Introduction): Change
2047 printer-name:subprinter-name to printer-name;subprinter-name.
2048
94b6973e
PM
20492010-11-29 Phil Muldoon <pmuldoon@redhat.com>
2050
2051 PR python/12199
2052
2053 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
2054
39037522
TT
20552010-11-23 Tom Tromey <tromey@redhat.com>
2056
2057 * gdb.texinfo (Top): Check SYSTEM_READLINE.
2058 (Editing): Likewise.
2059 (Command History): Likewise.
2060 (TUI Keys): Likewise.
2061 (Bug Reporting): Conditionally include rluser.texi and
2062 inc-history.texinfo.
2063 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
2064 (GDB_DOC_SOURCE_INCLUDES): Add comment.
2065 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
2066 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
2067 (gdb.pdf): Likewise.
2068 (gdb.info): Likewise.
2069 (gdb/index.html): Likewise.
2070
5ae98d25
TT
20712010-11-23 Tom Tromey <tromey@redhat.com>
2072
2073 * Makefile.in (Makefile): Run ../config.status.
2074 (distclean): Update.
2075 * configure: Remove.
2076 * configure.ac: Remove.
2077
621c8364
TT
20782010-11-12 Tom Tromey <tromey@redhat.com>
2079
2080 * gdb.texinfo (Basic Python): Update. Add xref.
2081 (Exception Handling): Document new exception classes.
2082 (Types In Python): Update.
2083 (Frames In Python): Update.
2084
84f4c1fe
PM
20852010-11-11 Phil Muldoon <pmuldoon@redhat.com>
2086
2087 * gdb.texinfo (Breakpoints In Python): Document "internal"
2088 parameter, and visible attribute.
2089
99e7ae30
DE
20902010-11-05 Doug Evans <dje@google.com>
2091
2092 * gdb.texinfo (Source Path): Document "set directories".
2093
f4b8a18d
KW
20942010-11-05 Ken Werner <ken.werner@de.ibm.com>
2095
2096 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
2097 (OpenCL C): New node.
2098
7b51bc51
DE
20992010-11-02 Doug Evans <dje@google.com>
2100
2101 * gdb.texinfo (Pretty Printing): Expand into three sections,
2102 introduction, example, and commands.
2103 (Python API): Delete section Disabling Pretty-Printers, merge into
2104 Selecting Pretty-Printers.
2105 (Writing a Pretty-Printer): New section. Move the pretty-printer
2106 example here, and reformat to match python coding style. Add a second
2107 example using the gdb.printing module.
2108 (Python modules): Add gdb.printing.
2109
9eeee977
DE
21102010-10-29 Doug Evans <dje@google.com>
2111
2112 * gdb.texinfo (Python): Fix long line.
2113
a0e0ffdf
DE
21142010-10-20 Doug Evans <dje@google.com>
2115
2116 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
2117 All references updated. Correct sections marked as subsections.
2118 (Coding Standards): New chapter. Move the coding standard related
2119 subsections here. Add section on Python coding standards.
2120
0e3509db
DE
21212010-10-13 Doug Evans <dje@google.com>
2122
2123 * gdb.texinfo (Python): Add "Python modules".
2124 (Types in Python): Add reference to gdb.types section.
2125 (Python modules): New node.
2126
44592cc4
DE
21272010-10-11 Doug Evans <dje@google.com>
2128
2129 * gdb.texinfo (Values From Inferior): Add reference to "Types in
2130 Python" from gdb.Value.type description.
2131
6e1bb179
JB
21322010-09-28 Joel Brobecker <brobecker@adacore.com>
2133
2134 * gdb.texinfo (Ravenscar Profile): New node.
2135
e8467610
TT
21362010-09-22 Tom Tromey <tromey@redhat.com>
2137
2138 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
2139
fccd1d1e
EZ
21402010-09-22 Eli Zaretskii <eliz@gnu.org>
2141
2142 * gdb.texinfo (Values From Inferior): Clarify that
2143 value.dynamic_type works only in C++ programs with RTTI.
2144
c1b6b909
TT
21452010-09-15 Paul Bolle <pebolle@tiscali.nl>
2146
2147 * gdb.texinfo (Character Sets): Correctly reference host-charset
2148 in example.
2149
7d288aaa
TT
21502010-09-13 Tom Tromey <tromey@redhat.com>
2151
2152 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
2153 Document "fullname" and "from".
2154
f75d858b
MK
21552010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
2156
2157 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
2158 feature `reverse' output by -list-target-features.
2159
83b9503b
L
21602010-08-31 H.J. Lu <hongjiu.lu@intel.com>
2161
2162 * gdb.texinfo (i386 Features): Remove an extra "@item".
2163
03f17ccf
TT
21642010-08-30 Tom Tromey <tromey@redhat.com>
2165
2166 PR python/11792:
2167 * gdb.texinfo (Values From Inferior): Document dynamic_type.
2168
9779414d
DJ
21692010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
2170
2171 * gdb.texinfo (ARM Features): Document
2172 org.gnu.gdb.arm.m-profile.
2173
f9ffd4bb
TT
21742010-08-23 Tom Tromey <tromey@redhat.com>
2175
2176 PR python/11145:
2177 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
2178 reinterpret_cast methods.
2179
702c2711
TT
21802010-08-23 Tom Tromey <tromey@redhat.com>
2181
2182 PR python/11915:
2183 * gdb.texinfo (Types In Python): Document array method.
2184
66b73624
TJB
21852010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
2186
2187 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
2188
06a64a0b
TT
21892010-08-16 Tom Tromey <tromey@redhat.com>
2190
2191 * gdb.texinfo (Set Watchpoints): Document -location option.
2192
a3a7127e
DE
21932010-08-13 Doug Evans <dje@google.com>
2194
2195 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
2196
8dedea02
VP
21972010-08-13 Vladimir Prus <vladimir@codesourcery.com>
2198
2199 * gdb.texinfo (GDB/MI Data Manipulation): Document
2200 -data-read-memory-raw and -data-write-memory-raw.
2201
ca5c20b6 22022010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 2203 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
2204
2205 * gdb.texinfo (Basic Python): Describe post_event API.
2206
cb2e07a6
PM
22072010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2208
2209 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 2210 decode_line Python APIs
cb2e07a6 2211
464b3efb
TT
22122010-08-10 Tom Tromey <tromey@redhat.com>
2213
2214 * gdb.texinfo (Pretty Printing API): Document
2215 gdb.default_visualizer.
2216
c29c521f
TT
22172010-08-10 Tom Tromey <tromey@redhat.com>
2218
2219 Revert gdb-add-index addition:
2220 * gdb.texinfo (Index Files): Don't document gdb-add-index.
2221
5da1313b
JK
22222010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2223 Eli Zaretskii <eliz@gnu.org>
2224
2225 * gdb.texinfo (Mode Options) <-batch>
2226 (Basic Python) <gdb.execute>: Describe setting width and height.
2227
02d868e8
PP
22282010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
2229
2230 * gdb.texinfo (Threads): Document 'debug libthread-db'.
2231
c2bbed2a
TT
22322010-07-30 Tom Tromey <tromey@redhat.com>
2233
2234 * gdb.texinfo (Index Files): Mention gdb-add-index.
2235
6c13bbe1
HZ
22362010-07-30 Hui Zhu <teawater@gmail.com>
2237
2238 * gdb.texinfo (Inferiors and Programs): Update the introduce of
2239 "detach inferior" and "kill inferior".
2240
53a71c06
CR
22412010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
2242
2243 * gdb.texinfo (Machine Code): Update description of two forms of
2244 arguments, and add new example to demonstrate the new form.
2245
5374244e
PM
22462010-07-27 Phil Muldoon <pmuldoon@redhat.com>
2247
2248 * gdb.texinfo (Values From Inferior): Add value inferior function
2249 call description.
2250
8ea5bce5
JK
22512010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2252
2253 * gdb.texinfo (Active Targets): Fix wrong comma placement.
2254
c0edd9ed
JK
22552010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2256 Eli Zaretskii <eliz@gnu.org>
2257
2258 Make core files the process_stratum.
2259 * gdb.texinfo (Active Targets): Remove core_stratum. Include
2260 record_stratum example.
2261
9291a0cd
TT
22622010-07-13 Tom Tromey <tromey@redhat.com>
2263
2264 * gdb.texinfo (Index Files): New node.
2265
f5011d11
TT
22662010-07-13 Tom Tromey <tromey@redhat.com>
2267
2268 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
2269
0f5238ed
TT
22702010-07-13 Tom Tromey <tromey@redhat.com>
2271
2272 * gdb.texinfo (Specify Location): Document labels.
2273
74c761c1
PA
22742010-07-01 Pedro Alves <pedro@codesourcery.com>
2275
2276 * gdb.texinfo (Create and Delete Tracepoints): Add more index
2277 entries for fast tracepoints and static tracepoints.
2278
501994c0
PA
22792010-07-01 Pedro Alves <pedro@codesourcery.com>
2280
2281 * gdb.texinfo (General Query Packets) <qfThreadInfo,
2282 qsThreadInfo>: Spell out `l' as ell.
2283
0fb4aa4b
PA
22842010-07-01 Pedro Alves <pedro@codesourcery.com>
2285
2286 * gdb.texinfo (Convenience Variables): Document $_sdata.
2287 (Commands to Set Tracepoints): Describe static tracepoints. Add
2288 `Listing Static Tracepoint Markers' menu entry. Document
2289 "strace".
2290 (Tracepoint Action Lists): Document collecting $_sdata.
2291 (Listing Static Tracepoint Markers): New subsection.
2292 (Tracepoints support in gdbserver): Mention static tracepoints.
2293 (remote packets, enabling and disabling): Mention
2294 read-sdata-object.
2295 (General Query Packets) <qSupported>: Document qXfer:sdata:read
2296 and StaticTracepoint.
2297 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
2298 Document qXfer:sdata:read.
2299 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
2300
dc3b15be
JB
23012010-06-29 Joel Brobecker <brobecker@adacore.com>
2302
2303 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
2304
595939de
PM
23052010-06-28 Phil Muldoon <pmuldoon@redhat.com>
2306 Tom Tromey <tromey@redhat.com>
2307 Thiago Jung Bauermann <bauerman@br.ibm.com>
2308
2309 * gdb.texinfo (Inferiors In Python): New node.
2310 * gdb.texinfo (Threads In Python): New node.
2311
9279c692
JB
23122010-06-28 Joel Brobecker <brobecker@adacore.com>
2313
2314 * gdb.texinfo (Python): Document what the python directory is
2315 and what its location is.
2316 (Basic Python): Document the gdb.PYTHONDIR constant.
2317
bc9f0842
TT
23182010-06-25 Tom Tromey <tromey@redhat.com>
2319
2320 PR python/10808:
2321 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
2322
f1421989
HZ
23232010-06-24 Hui Zhu <teawater@gmail.com>
2324
2325 * gdb.texinfo: (Commands for Controlled Output): Add
2326 documentation for command "eval".
2327
e4c0cfae
SS
23282010-06-21 Stan Shebs <stan@codesourcery.com>
2329
2330 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
2331 * annotate.texinfo: Ditto.
2332 * gdbint.texinfo: Ditto.
2333 * stabs.texinfo: Ditto.
2334
bb08c432
HZ
23352010-06-22 Hui Zhu <teawater@gmail.com>
2336
2337 * gdb.texinfo: (Process Record and Replay): Add documentation
2338 for command "set record memory-query".
2339
4f5d9f07
SS
23402010-06-21 Stan Shebs <stan@codesourcery.com>
2341
2342 * gdb.texinfo: Relicense under GFDL version 1.3.
2343 * annotate.texinfo: Relicense under GFDL version 1.3.
2344 * gdbint.texinfo: Relicense under GFDL version 1.3.
2345 * stabs.texinfo: Relicense under GFDL version 1.3.
2346 * fdl.texi: Update to version 1.3.
2347
6aed2dbc
SS
23482010-06-18 Stan Shebs <stan@codesourcery.com>
2349
a61408f8
SS
2350 * gdb.texinfo (Operating System Auxiliary Information): Describe
2351 "info os" when no arguments given.
2352
6aed2dbc
SS
2353 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
2354 $_thread.
2355
24e933df
HZ
23562010-06-18 Hui Zhu <teawater@gmail.com>
2357
2358 * gdb.texinfo: (Process Record and Replay): Add documentation
2359 for commands "record save" and "record restore".
2360
65d79d4b
SDJ
23612010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2362
2363 * gdb.texinfo: Include information about the correct use
2364 of addresses in the `watch' command.
2365
d914c394
SS
23662010-06-11 Stan Shebs <stan@codesourcery.com>
2367
2368 * gdb.texinfo (Observer Mode): New section.
2369 (General Query Packets): Document QAllow.
889bf7c5 2370
967cf477
DE
23712010-06-04 Doug Evans <dje@google.com>
2372
2373 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
2374
aaf4119b
DE
23752010-06-03 Doug Evans <dje@google.com>
2376
2377 * gdbint.texinfo (Coding): Add subsection on command names.
2378
9eae7c52
TT
23792010-06-02 Tom Tromey <tromey@redhat.com>
2380
2381 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
2382 always-disassemble.
2383
fa593d66
PA
23842010-06-01 Pedro Alves <pedro@codesourcery.com>
2385
2386 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
2387 gdbserver, and add cross reference.
2388 (Tracepoints support in gdbserver): New subsection.
2389
dde08ee1
PA
23902010-05-26 Pedro Alves <pedro@codesourcery.com>
2391
2392 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
2393 `qRelocInsn' feature.
2394 (Relocate instruction reply packet): New subsection
2395 of `Tracepoint Packets'.
2396 (Tracepoint Packets): Mention that packets QTDP and QTStart
2397 support the qRelocInsn request, and add cross reference to new
2398 subsection.
2399
07ca107c
DE
24002010-05-25 Doug Evans <dje@google.com>
2401
2402 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
2403 (Commands In Python): Document gdb.string_to_argv.
2404
c25c4a8b
JK
24052010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2406
2407 * gdbint.texinfo (Host Definition): Remove items NORETURN and
2408 ATTR_NORETURN.
2409
d7b32ed3 24102010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
2411 Tom Tromey <tromey@redhat.com>
2412 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 2413
c25c4a8b 2414 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 2415
6aecb9c2
JB
24162010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
2417
2418 * gdb.texinfo: (Summary) Add mention about D language support.
2419 (Filenames): Add D suffixes.
2420 (D): New node.
2421
b7da9e9f
PM
24222010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
2423
2424 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
2425 of macro deleted from GDB code.
2426
ab38a727
PA
24272010-04-24 Pedro Alves <pedro@codesourcery.com>
2428
2429 * gdb.texinfo (Commands to specify files): Describe what how GDB
2430 looks up DOS-based filesystem paths on the system root. Document
2431 the new `set/show target-file-system-kind' commands.
2432
66d09542
DE
24332010-04-23 Doug Evans <dje@google.com>
2434
2435 * gdb.texinfo (Python): Move Auto-loading section here ...
2436 (Python API): from here.
2437 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
2438 (Maintenance Commands): Add docs for "maint print section-scripts".
2439
8bd10a10
CM
24402010-04-20 Chris Moller <cmoller@redhat.com>
2441
2442 * gdb.texinfo (Setting Breakpoints): Added description of
2443 filename-qualified rbreak.
2444 * refcard.tex (Breakpoints and Watchpoints): Added brief
2445 description of filename-qualified rbreak.
2446
4c374409
JK
24472010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2448
2449 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
2450 (Python API): Change the reference to Pretty Printing API.
2451 (Pretty Printing): Move the user part under the Data node. Reformat
2452 the sample output to 72 columns. Create a new reference to Pretty
2453 Printing API. Rename the API part ...
2454 (Pretty Printing API): To a new node name.
2455 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
2456 (GDB/MI Variable Objects): Change references to Pretty Printing API.
2457
5a9351ae
SS
24582010-04-21 Stan Shebs <stan@codesourcery.com>
2459
2460 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 2461 and commands.
5a9351ae 2462 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 2463
9a22f0d0
PM
24642010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
2465
2466 * gdb.texinfo (Examining memory): Update for change in string
2467 display with explicit size.
2468
6149aea9
PA
24692010-04-19 Pedro Alves <pedro@codesourcery.com>
2470
2471 PR breakpoints/8554.
2472
2473 * gdb.texinfo (Save Breakpoints): New node.
2474 (save-tracepoints): Rename to ...
2475 (save tracepoints): ... this. Mention that `save-tracepoints' is
2476 a deprecated alias to `save tracepoints'.
2477
711e434b
PM
24782010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
2479
645797a8 2480 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
2481 (info w32 thread-information-block): Document new command.
2482 (qGetTIBAddress): Document new gdbserver query.
2483 (maint set/show show-all-tib): Document new command.
2484
3f7b2faa
DE
24852010-04-15 Doug Evans <dje@google.com>
2486
fa33c3cd
DE
2487 * gdb.texinfo (Python API): Add progspaces section.
2488 (Selecting Pretty-Printers): Progspace pretty-printers are
2489 searched too.
2490 (Progspaces In Python): New section.
2491
3f7b2faa
DE
2492 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
2493
79f283fe
PM
24942010-04-14 Phil Muldoon <pmuldoon@redhat.com>
2495
2496 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
2497 returns None.
2498
87290684
SS
24992010-04-09 Stan Shebs <stan@codesourcery.com>
2500
2501 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2502 Describe the `frames-created' field, tweak grammar.
2503
a97153c7
PA
25042010-04-09 Pedro Alves <pedro@codesourcery.com>
2505
2506 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2507 Describe the `circular' and `disconnected' fields.
2508
5c5dcc1b
L
25092010-04-09 H.J. Lu <hongjiu.lu@intel.com>
2510
2511 * gdb.texinfo (maint print registers): Mention unavailable and
2512 invisible registers.
2513
adc36818
PM
25142010-04-09 Phil Muldoon <pmuldoon@redhat.com>
2515 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 2516 Tom Tromey <tromey@redhat.com>
adc36818
PM
2517
2518 * gdb.texinfo (Breakpoints In Python): New Node.
2519
33da3f1c
SS
25202010-04-08 Stan Shebs <stan@codesourcery.com>
2521
2522 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
2523 trace status fields.
2524
3a13a53b
L
25252010-04-08 H.J. Lu <hongjiu.lu@intel.com>
2526
2527 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
2528 optional. Make org.gnu.gdb.i386.avx requires
2529 org.gnu.gdb.i386.avx.
2530
08001717
DE
25312010-04-08 Doug Evans <dje@google.com>
2532
2533 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
2534 search path, and document that gdb only scans the search path if
2535 the script's path doesn't specify a directory.
2536
c375651d
DE
25372010-04-05 Doug Evans <dje@google.com>
2538
2539 * gdb.texinfo (maint show python auto-load): Fix typo.
2540
af54718e
SS
25412010-04-04 Stan Shebs <stan@codesourcery.com>
2542
d77f58be
SS
2543 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
2544 (Setting Watchpoints): Update description of "info watch".
2545 (Disabling Breakpoints): Only "info break" lists all.
2546
af54718e
SS
2547 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
2548 (tdump): Explain how tdump works.
2549
86b17b60
PA
25502010-04-01 Pedro Alves <pedro@codesourcery.com>
2551
2552 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
2553 add cross reference.
2554
ff12863f
PA
25552010-03-31 Pedro Alves <pedro@codesourcery.com>
2556
2557 * gdb.texinfo (TUI Commands): Mention that in some cases, these
2558 commands error out.
2559
f68eb612
L
25602010-03-30 H.J. Lu <hongjiu.lu@intel.com>
2561
2562 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
2563
c8d5aac9
L
25642010-03-30 H.J. Lu <hongjiu.lu@intel.com>
2565
2566 * gdb.texinfo (General Query Packets): Add xmlRegisters.
2567
7d13fe92
SS
25682010-03-29 Stan Shebs <stan@codesourcery.com>
2569 Nathan Sidwell <nathan@codesourcery.com>
2570
2571 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
2572 GDBN equivalent.
2573 (Set Tracepoints): Remove mention that conditional tracepoints
2574 don't exist.
2575 (Tracepoint Actions): Clarify when while-stepping collection
2576 happens, note that while-stepping does not automatically collect
2577 $pc.
2578
409873ef 25792010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 2580
409873ef
SS
2581 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
2582 (General Query Packets): Describe TracepointSource.
2583
ee8e71d4
EZ
25842010-03-27 Matt Rice <ratmice@gmail.com>
2585
c8d5aac9
L
2586 * gdb.texinfo (ARM): Document arguments to "target sim".
2587 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 2588
99b5e152
PA
25892010-03-26 Pedro Alves <pedro@codesourcery.com>
2590
2591 * gdb.texinfo (Tracepoint Packets): Remove mention that
2592 terror:string may be plain text, and drop mention of X prefix.
2593
cd64ee31
VP
25942010-03-26 Vladimir Prus <vladimir@codesourcery.com>
2595
2596 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
2597
6c28cbf2
SS
25982010-03-24 Stan Shebs <stan@codesourcery.com>
2599
2600 * gdb.texinfo (Tracepoint Packets): Document trace error status.
2601
95a42b64
TT
26022010-03-24 Tom Tromey <tromey@redhat.com>
2603
2604 PR breakpoints/9352:
2605 * gdb.texinfo (Break Commands): Update.
2606
18148017
VP
26072010-03-24 Vladimir Prus <vladimir@codesourcery.com>
2608
2609 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
2610 commands.
2611
4daf5ac0
SS
26122010-03-16 Stan Shebs <stan@codesourcery.com>
2613
2614 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
2615 circular-trace-buffer.
2616 (Tracepoint Packets): Describe QTBuffer, and details of the
2617 qTStatus reply.
2618
c9429232
SS
26192010-03-12 Stan Shebs <stan@codesourcery.com>
2620 Nathan Sidwell <nathan@codesourcery.com>
2621
2622 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
2623 doing instruction stepping.
2624 (Tracepoint Restrictions): New node.
2625
ccefe4c4
TT
26262010-03-10 Tom Tromey <tromey@redhat.com>
2627
2628 * gdbint.texinfo (Symbol Handling): Update.
2629
7c953934
TT
26302010-03-08 Tom Tromey <tromey@redhat.com>
2631
2632 PR cli/9591:
2633 * gdb.texinfo (Mode Options): Mention lack of pagination and
2634 confirmation with --batch.
2635 (Screen Size): Mention --batch.
2636 (Messages/Warnings): Likewise.
2637
f870a310
TT
26382010-03-05 Tom Tromey <tromey@redhat.com>
2639
2640 * gdb.texinfo (Basic Python): Document target_charset and
2641 target_wide_charset.
2642
78e2826b
TT
26432010-03-05 Tom Tromey <tromey@redhat.com>
2644
2645 * gdb.texinfo (Data): Link to pretty-printing.
2646 (Output Formats): Likewise. Correct text.
2647
f5dff777
DJ
26482010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
2649
2650 * gdb.texinfo (Types): Describe <struct> and <flags>.
2651
dc00d89f
PM
26522010-02-28 Phil Muldoon <pmuldoon@redhat.com>
2653
2654 * gdb.texinfo (Frames In Python): Add block parameter and
2655 description to read_var text.
2656
5107b149 26572010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 2658 Tom Tromey <tromey@redhat.com>
5107b149
PM
2659
2660 * gdb.texinfo (Types In Python): Describe block argument in
2661 template_argument and gdb.lookup_type.
2662
e03e5e7b
TT
26632010-02-24 Tom Tromey <tromey@redhat.com>
2664
2665 * gdb.texinfo (Cygwin Native): Fix typo.
2666
f3e9a817
PM
26672010-02-24 Phil Muldoon <pmuldoon@redhat.com>
2668
2669 * gdb.texinfo (Frames In Python): Add block, find_sal, function
2670 and select method descriptions.
2671 (Python API): Add Blocks In Python, Symbols in Python and Symbol
2672 Tables in Python to menu.
2673 (Blocks In Python): New node.
2674 (Symbols In Python): New node.
2675 (Symbol Tables in Python): New node.
2676
a79b8f6e
VP
26772010-02-24 Vladimir Prus <vladimir@codesourcery.com>
2678
2679 Multiexec MI
2680
2681 gdb/
2682 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
2683
2684 gdb/doc/
2685 * gdb.texinfo (GDB/MI Command Syntax): Document notification
2686 changes.
2687 (GDB/MI Program Execution): Document current behaviour of
2688 --all and --thread-group.
2689 (GDB/MI Miscellaneous Commands): Document -add-inferior and
2690 -remove-inferior.
2691 * observer.texi (inferior_added, inferior_removed): New
2692 observers.
2693
629d6a47
TT
26942010-02-19 Tom Tromey <tromey@redhat.com>
2695
2696 * gdbint.texinfo (Getting Started): Fix @node.
2697 (Debugging GDB): Likewise.
2698
c09529e5
JB
26992010-02-13 Joel Brobecker <brobecker@adacore.com>
2700
2701 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
2702 documenting the gdb_test_timeout variable.
2703
540aa8e7
MS
27042010-02-12 Jakob Engblom <jakob@virtutech.com>
2705
2706 * gdb.texinfo (MI commands): Added documentation of --reverse
2707 option to a set of MI commands. Restructured documentation of MI
2708 commands --exec-continue to reflect the complexity of reverse
2709 execution.
2710
081dfbf7
PA
27112010-02-12 Pedro Alves <pedro@codesourcery.com>
2712
2713 * gdb.texinfo (Using the Collected Data): Specify that the address
2714 range of `tfind outsize' is exclusive, and that the address range
2715 of `tfind range' is inclusive.
2716 (Tracepoint Packets): Specify that the address range of
2717 `QTFrame:range' is inclusive, and that the address range of
2718 `QTFrame:outside' is exclusive
2719
8e9c5e02
VP
27202010-02-12 Vladimir Prus <vladimir@codesourcery.com>
2721
2722 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
2723
92981e24
TT
27242010-02-10 Tom Tromey <tromey@redhat.com>
2725
2726 * gdb.texinfo (Debugging Output): Document set debug parser and
2727 show debug parser.
2728
075b51b7
L
27292010-02-09 H.J. Lu <hongjiu.lu@intel.com>
2730
2731 * gdb.texinfo (Predefined Target Types): Add i387_ext,
2732 i386_eflags and i386_mxcsr.
2733
3bb8d5c3
L
27342010-02-08 H.J. Lu <hongjiu.lu@intel.com>
2735
2736 * gdb.texinfo: Document i386 target features.
2737
c5f80513
DE
27382010-02-05 Doug Evans <dje@google.com>
2739
2740 * gdbint.texinfo (Testsuite): Add a new section to document the
2741 various DejaGnu variables that may be overridden.
1be00882 2742 Document INTERNAL_GDBFLAGS.
c5f80513 2743
6ac33a4e
TT
27442010-02-04 Tom Tromey <tromey@redhat.com>
2745
2746 PR cli/8830:
2747 * gdb.texinfo (Files): -readnow comes before the filename for file
2748 and symbol-file.
2749
a1dcb23a
DJ
27502010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2751
2752 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
2753 Document ARM breakpoint types.
2754 (Register Packet Format): Move into the new section.
2755 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
2756
95433b34
JB
27572010-01-21 Joel Brobecker <brobecker@adacore.com>
2758
2759 * gdb.texinfo (File Options): Adjust the documentation of this
2760 switch to refer to the "source" command rather than partially
2761 duplicating some of the relevant information.
2762 (Extending GDB): Introduce and document the set/show script-extension
2763 setting.
2764 (Command Files): Add note explaining that the "source" command
2765 is also used to evalute scripts written in other languages.
2766 Remove the short slightly incorrect reference to sourcing Python
2767 scripts.
2768 (Python Commands): Document how to execute a Python script from GDB.
2769
8d576872
JB
27702010-01-19 Joel Brobecker <brobecker@adacore.com>
2771
2772 * gdb.texinfo (Command Files): Fix typo.
2773
8150ff9c
JB
27742010-01-18 Tom Tromey <tromey@redhat.com>
2775
2776 * gdb.texinfo (File Options): Document -x on .py files.
2777 (Command Files): Document handling of Python scripts.
2778
23db03a6
JZ
27792010-01-18 Jie Zhang <jie.zhang@analog.com>
2780
2781 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
2782
00bf0b85
SS
27832010-01-15 Stan Shebs <stan@codesourcery.com>
2784
2785 * gdb.texinfo (Trace Files): New section.
2786 (Tracepoint Packets): Document QTSave and qTBuffer.
2787 (Trace File Format): New appendix.
2788
be759fcf
PM
27892010-01-13 Phil Muldoon <pmuldoon@redhat.com>
2790
2791 * gdb.texinfo (Values From Inferior): Document lazy_string value
2792 method.
2793 (Python API): Add Lazy strings menu item.
2794 (Lazy Strings In Python): New node.
2795
dc146f7c
VP
27962010-01-13 Vladimir Prus <vladimir@codesourcery.com>
2797
2798 * gdb.texinfo (GDB/MI Thread Information): New.
2799 (GDB/MI Async Records): Document the core field in *stopped.
2800 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
2801 documentation
2802 (Process list): Document that osdata document may contain
2803 threads.
2804 (Remote Serial Protocol): Document qXfer:threads.
2805
d5551862
SS
28062010-01-06 Stan Shebs <stan@codesourcery.com>
2807
2808 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2809 disconnected tracing.
2810 (Tracepoint Packets): Document new protocol.
2811
7a697b8d
SS
28122010-01-05 Stan Shebs <stan@codesourcery.com>
2813
2814 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
2815 tracepoints.
2816 (Tracepoint Packets): Describe remote protocol for fast
2817 tracepoints.
2818
e6f3ec50
JB
28192010-01-01 Joel Brobecker <brobecker@adacore.com>
2820
2821 Update the "Start of New Year Procedure".
2822 * gdbint.texinfo: Add the list of files that need to be updated
2823 manually. Minor reformatting.
2824
ddc4e9c1
JB
28252010-01-01 Joel Brobecker <brobecker@adacore.com>
2826
2827 * refcard.tex: Update copyright year in header and text.
2828
9d2897ad
JB
28292010-01-01 Joel Brobecker <brobecker@adacore.com>
2830
2831 * agentexpr.texi: Add 2010 to the list of copyright years.
2832 * annotate.texinfo: Likewise.
2833 * gdb.texinfo: Likewise.
2834 * gdbint.texinfo: Likewise.
2835 * observer.texi: Likewise.
2836 * stabs.texinfo: Likewise.
2837
6da95a67
SS
28382009-12-31 Stan Shebs <stan@codesourcery.com>
2839
2840 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 2841
236f1d4d
SS
28422009-12-29 Stan Shebs <stan@codesourcery.com>
2843
2844 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 2845
f61e138d
SS
28462009-12-28 Stan Shebs <stan@codesourcery.com>
2847
2848 * gdb.texinfo (Trace State Variables): New section.
2849 (Tracepoint Packets): Describe trace state variable packets.
2850 * agentexpr.texi (Bytecode Descriptions): Describe trace state
2851 variable bytecodes.
2852
0fe7935b
DJ
28532009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
2854
2855 * gdb.texinfo (Symbols): "info variables" prints definitions, not
2856 declarations.
2857
a6b29f87
VP
28582009-12-21 Vladimir Prus <vladimir@codesourcery.com>
2859
2860 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
2861 -gdb-exit behaviour.
2862
5e4bde96
JB
28632009-12-20 Joel Brobecker <brobecker@adacore.com>
2864
2865 * gpl.texi: Update to version 3 of the GPL.
2866
a1715244
JB
28672009-12-20 Joel Brobecker <brobecker@adacore.com>
2868
2869 * Makefile.in: Update copyright header.
2870 * observer.texi: Fix the copyright header of the generated files.
2871
361ae042
PM
28722009-12-08 Phil Muldoon <pmuldoon@redhat.com>
2873
2874 * gdb.texinfo (Types In Python): Describe range function.
2875
bfd31e71
PM
28762009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
2877
2878 * gdb.texinfo (Types In Python): Describe "is_base_class".
2879
57a1d736
TT
28802009-12-03 Tom Tromey <tromey@redhat.com>
2881
2882 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
2883
8cebebb9
PP
28842009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
2885
2886 * observer.texi: New memory_changed observer.
2887
16af530a
TT
28882009-12-01 Tom Tromey <tromey@redhat.com>
2889
2890 * gdb.texinfo (Reverse Execution): Fix typo.
2891
b6199126
DJ
28922009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
2893
2894 PR gdb/8704
2895
2896 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
2897 are allowed after the breakpoint condition.
2898
7a6973ad
TT
28992009-11-23 Tom Tromey <tromey@redhat.com>
2900
2901 PR python/10782:
2902 * gdb.texinfo (Types In Python): Document Type.pointer.
2903
21a0512e
PP
29042009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
2905
2906 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 2907
a5832c8f
PA
29082009-11-11 Pedro Alves <pedro@codesourcery.com>
2909
2910 * agentexpr.texi (Tracing On Symmetrix): Delete section.
2911 (Using Agent Expressions): Delete cross reference.
2912
1eb7cd77
JB
29132009-11-07 Joel Brobecker <brobecker@adacore.com>
2914
2915 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
2916 and @settitle directives up to help makeinfo find them.
2917
24ddea62
JK
29182009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2919
2920 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
2921 (Auto-loading): Use plural and note one can use multiple components now.
2922
3afae151
VP
29232009-11-01 Vladimir Prus <vladimir@codesourcery.com>
2924
2925 * gdb.texinfo (GDB/MI Stack Manipulation): Make
2926 -stack-list-arguments have the same documentation for parameter
2927 as -stack-list-locals. Add comas.
2928
14ff2235
PM
29292009-10-27 Tom Tromey <tromey@redhat.com>
2930 Eli Zaretskii <eliz@gnu.org>
2931
c8d5aac9 2932 PR python/10781
14ff2235
PM
2933
2934 * gdb.texinfo (Values From Inferior): Document cast method.
2935
9c419145
PP
29362009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
2937
2938 * gdb.texinfo (Machine Code): Mention function name in disasssembly
2939 and adjust example.
889bf7c5 2940
29153c24
MS
29412009-10-22 Michael Snyder <msnyder@vmware.com>
2942
2943 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 2944 info record command. Also document the new save and restore
29153c24
MS
2945 commands.
2946
2b28d209
PP
29472009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
2948
2949 * gdb.texinfo (Machine Code): Mention current pc marker.
2950 (Memory): Likewise.
2951
6c95b8df
PA
29522009-10-19 Pedro Alves <pedro@codesourcery.com>
2953 Stan Shebs <stan@codesourcery.com>
2954
2955 * observer.texi (new_inferior): Rename to...
2956 (inferior_appeared): ... this.
2957
2958 * gdb.texinfo (Inferiors): Rename node to ...
2959 (Inferiors and Programs): ... this. Mention running multiple
2960 programs in the same debug session.
2961 <info inferiors>: Mention the new 'Executable' column if "info
2962 inferiors". Update examples. Document the "add-inferior",
2963 "clone-inferior", "remove-inferior" and "maint info
2964 program-spaces" commands.
2965 (Process): Rename node to...
2966 (Forks): ... this. Document "set|show follow-exec-mode".
2967
2f8132f3
MS
29682009-10-11 Michael Snyder <msnyder@vmware.com>
2969
2970 * gdb.texinfo (ReverseStep): Show default as "unsupported".
2971 (ReverseContinue): Ditto.
2972
cba4b2d3
PP
29732009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
2974
2975 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 2976
da082f17
JK
29772009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2978
2979 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
2980
08be9d71
ME
29812009-10-06 Michael Eager <eager@eagercon.com>
2982
2983 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
2984 (Embedded Processors): Add MicroBlaze.
2985 (MicroBlaze): New. Describe Xilinx MicroBlaze
2986
08a0efd0
PA
29872009-10-04 Pedro Alves <pedro@codesourcery.com>
2988
2989 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
2990
cbb8f428
EZ
29912009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
2992
2993 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
2994
30a4a70c
JB
29952009-09-23 Joel Brobecker <brobecker@adacore.com>
2996
2997 * observer.texi (solib_unloaded): Document explicitly the fact that
2998 this observer is called before the associated symbols are unloaded.
2999
b3372f91
VP
30002009-09-19 Vladimir Prus <vladimir@codesourcery.com>
3001
3002 * gdb.texinfo (GDB/MI Stack Manipulation): Document
3003 -stack-list-variables.
3004
f43030c4
TT
30052009-09-18 Tom Tromey <tromey@redhat.com>
3006
3007 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
3008 is experimental.
3009
ec7e75e7
PP
30102009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
3011
3012 * gdb.texinfo (convenince variables): Mention
3013 $_siginfo could be empty.
f43030c4 3014
0cc7d26f
TT
30152009-09-15 Tom Tromey <tromey@redhat.com>
3016
3017 * gdb.texinfo (GDB/MI Variable Objects): Document
3018 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
3019 Expand -var-update documentation.
3020
a96d9b2e
SDJ
30212009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3022
3023 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
3024 feature.
3025
005ca36a
JB
30262009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
3027
3028 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
3029
0d772ac9
MS
30302009-09-10 Michael Snyder <msnyder@vmware.com>
3031
3032 * gdb.texinfo (qSupported): Mention new ReverseContinue and
3033 ReverseStep replies to the qSupported query.
3034
14fb1bac
JB
30352009-09-10 Joel Brobecker <brobecker@adacore.com>
3036
3037 Add documentation for set/show interactive-mode.
3038 * gdb.texinfo (Other Misc Settings): New node.
3039
29b090c0
DE
30402009-09-01 Doug Evans <dje@google.com>
3041
3042 * gdb.texinfo (Caching Data of Remote Targets): Add note on
3043 non-stop mode's affect on remote caching.
3044
4e5d721f
DE
30452009-08-31 Jacob Potter <jdpotter@google.com>
3046 Doug Evans <dje@google.com>
3047
3048 * gdb.texinfo (Caching Data of Remote Targets): Update text.
3049 Mark `set/show remotecache' options as obsolete.
3050 Document new `set/show stack-cache' option.
3051 Update text for `info dcache'.
3052
55333a84
DE
30532009-08-27 Doug Evans <dje@google.com>
3054
3055 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
3056 (Files): Add note on new optional regex arg to `info sharedlibrary'.
3057
bc3a0b4d
RW
30582009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3059
3060 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
3061 about autoconf.
3062
3a1ff0b6
PA
30632009-08-25 Pedro Alves <pedro@codesourcery.com>
3064
3065 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
3066 small example, and describe its columns. Replace "inferior-id" by
3067 "infno" throughout.
3068
81ecdfbb
RW
30692009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3070
af542c2e
RW
3071 * gdbint.texinfo (Releasing GDB): Point to
3072 README-maintainer-mode file for required autoconf version.
3073 * configure.ac: Do not substitute datarootdir, htmldir,
3074 pdfdir, docdir. Do not process --with-datarootdir,
3075 --with-htmldir, --with-pdfdir, --with-docdir.
3076 * configure: Regenerate.
3077
81ecdfbb
RW
3078 * configure: Regenerate.
3079
4efc6507
DE
30802009-08-20 Reid Kleckner <reid@kleckner.net>
3081
3082 * gdb.texinfo: Add chapter on JIT interface.
3083
43089a6e
NR
30842009-08-07 Nick Roberts <nickrob@snap.net.nz>
3085
3086 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 3087 confirmation request.
43089a6e 3088
99e008fe
EZ
30892009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
3090
c8d5aac9
L
3091 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
3092 CRC definitions.
99e008fe 3093
48cb2d85
VP
30942009-08-03 Vladimir Prus <vladimir@codesourcery.com>
3095
3096 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 3097 -break-commands.
48cb2d85 3098
ff1a52c6
UW
30992009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3100
3101 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
3102 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
3103
3285f3fe
UW
31042009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3105
3106 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
3107 "set spu stop-on-load" and "show spu stop-on-load" commands.
3108
e35359c5
UW
31092009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3110
3111 * gdb.texinfo (Target Descriptions): Document <compatible> element.
3112
58d6951d
DJ
31132009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3114
3115 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
3116 org.gnu.gdb.arm.neon.
3117
08d16641
PA
31182009-07-20 Pedro Alves <pedro@codesourcery.com>
3119
3120 * gdb.texinfo (Target Description Format): Mention the new <osabi>
3121 optional element.
3122 (subsection OS ABI): New subsection.
3123
782b2b07
SS
31242009-07-14 Stan Shebs <stan@codesourcery.com>
3125
3126 * gdb.texinfo (Tracepoint Conditions): New section.
3127 (General Query Packets): Describe ConditionalTracepoints.
3128 (Tracepoint Packets): Describe condition field.
3129 (Maintenance Commands): Describe maint agent-eval.
3130 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
3131
9b117ef3
HZ
31322009-07-11 Hui Zhu <teawater@gmail.com>
3133
3134 * gdb.texinfo (disassemble): Add a new modifier /r
3135 to "disassemble" command to make it print the raw instructions
3136 in hex as well as in symbolic form.
3137
f5a33284
TT
31382009-07-09 Tom Tromey <tromey@redhat.com>
3139
3140 * gdbint.texinfo (Testsuite): Document parallel make check.
3141
812f7342
TT
31422009-07-09 Tom Tromey <tromey@redhat.com>
3143
3144 * gdbint.texinfo (Testsuite): Document test transcripts.
3145
fbb8f299
PM
31462009-07-10 Phil Muldoon <pmuldoon@redhat.com>
3147
3148 * gdb.texinfo (Values From Inferior): Add length parameter
3149 description.
3150
dd8f35ac
EZ
31512009-07-04 Chris Genly <chris@genly.us>
3152
3153 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
3154 in -var-list-children. Fix example according to what the code
3155 does.
3156
2277426b
PA
31572009-07-02 Pedro Alves <pedro@codesourcery.com>
3158
3159 * gdb.texinfo (Debugging multiple inferiors): Document the
3160 "inferior", "detach inferior" and "kill inferior" commands.
3161 (Debugging Programs with Multiple Processes): Adjust to mention
3162 generic "inferior" commands. Delete mention of "detach fork" and
3163 "delete fork". Cross reference to "Debugging multiple inferiors"
3164 section.
3165
a6d9a66e
UW
31662009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3167
5af949e3
UW
3168 * gdbint.texinfo (Item Output Functions): Update signature
3169 for ui_out_field_core_addr.
3170
31712009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3172
3173 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
3174 Update example code extrated from breakpoint.c.
3175
9901a55b 31762009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 3177
9901a55b
PP
3178 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
3179 MI commands.
3180 (GDB/MI Symbol Query): Likewise.
3181 (GDB/MI File Commands): Likewise.
3182 (GDB/MI File Transfer Commands): Likewise.
3183 (GDB/MI Target Manipulation): Likewise.
3184 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 3185
edb3359d
DJ
31862009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
3187
3188 * gdb.texinfo (Debugging Optimized Code): New chapter.
3189 (Compiling for Debugging): Reference it. Move some
3190 text to the new section.
3191
7cd1089b
PM
31922009-06-15 Phil Muldoon <pmuldoon@redhat.com>
3193
3194 * doc/gdb.texinfo (Calling): Document
3195 set-unwind-on-terminating-exception usage.
3196
d4db2f36
PA
31972009-06-11 Pedro Alves <pedro@codesourcery.com>
3198
3199 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
3200 command.
3201
d1a7880c
PA
32022009-06-07 Pedro Alves <pedro@codesourcery.com>
3203
3204 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
3205 references.
3206
473f94e6
UW
32072009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
3208
3209 * gdbint.texinfo: Rename formal parameters to gdbarch function
3210 protoypes from "current_gdbarch" to "gdbarch".
3211
8f500870
TT
32122009-05-28 Tom Tromey <tromey@redhat.com>
3213
3214 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
3215
b6313243
TT
32162009-05-27 Tom Tromey <tromey@redhat.com>
3217
3218 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
3219 feature.
3220 (GDB/MI Variable Objects): Document -var-set-visualizer.
3221
32222009-04-02 Tom Tromey <tromey@redhat.com>
3223
3224 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
3225 feature.
3226 (GDB/MI Variable Objects): Document -var-set-visualizer.
3227
a6bac58e
TT
32282009-05-27 Tom Tromey <tromey@redhat.com>
3229 Thiago Jung Bauermann <bauerman@br.ibm.com>
3230 Phil Muldoon <pmuldoon@redhat.com>
3231
3232 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
3233 (Pretty Printing): New node.
3234 (Selecting Pretty-Printers): Likewise.
3235 (Python API): Update.
3236 (Output Formats): Document /r format.
3237
2c74e833
TT
32382009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
3239 Tom Tromey <tromey@redhat.com>
3240
3241 * gdb.texinfo (Types In Python): New node.
3242 (Values From Inferior): "type" is now an attribute.
3243 (Python API): Update.
3244
89c73ade
TT
32452009-05-27 Tom Tromey <tromey@redhat.com>
3246 Thiago Jung Bauermann <bauerman@br.ibm.com>
3247 Phil Muldoon <pmuldoon@redhat.com>
3248
3249 * gdb.texinfo: Add @syncodeindex for `tp'.
3250 (Python API): Update.
3251 (Auto-loading): New node.
3252 (Objfiles In Python): New node.
3253
17a37d48
PP
32542009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
3255
3256 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 3257
6718376f
NR
32582009-05-15 Nick Roberts <nickrob@snap.net.nz>
3259
3260 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
3261
cbe54154
PA
32622009-05-12 Pedro Alves <pedro@codesourcery.com>
3263
3264 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
3265 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
3266 show show-debug-regs' docs.
3267
8e05493c
EZ
32682009-05-08 Eli Zaretskii <eliz@gnu.org>
3269
3270 * gdb.texinfo (Process Record and Replay): Add description of
3271 reverse execution.
3272
b39f4988
JB
32732009-05-07 Joel Brobecker <brobecker@adacore.com>
3274
3275 * gdbint.texinfo (Adding support for debugging core files): New node.
3276 (Native Debugging): Remove the ``Native core file Support'' section.
3277
a2311334
EZ
32782009-05-01 Eli Zaretskii <eliz@gnu.org>
3279
3280 * gdb.texinfo (Process Record and Replay): Improve and clarify.
3281 Add index entries.
3282
53cc454a 32832009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 3284 Michael Snyder <msnyder@vmware.com>
53cc454a 3285
a2311334
EZ
3286 * gdb.texinfo: (Process Record and Replay): Add documentation for
3287 process record and replay.
53cc454a 3288
484086b7
JK
32892009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3290
3291 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
3292 a new part on command-line defined macros.
3293
32ae1842
EZ
32942009-04-25 Eli Zaretskii <eliz@gnu.org>
3295
3296 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
3297 clarify the wording.
3298
b14b1491
TT
32992009-04-23 Tom Tromey <tromey@redhat.com>
3300
3301 * gdb.texinfo (Data Files): New node.
3302 (GDB Files): Update menu.
3303
5c1e86e1
JB
33042009-04-23 Joel Brobecker <brobecker@adacore.com>
3305
3306 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 3307 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 3308
83eba9b7
VP
33092009-04-22 Vladimir Prus <vladimir@codesourcery.com>
3310
3311 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
3312
e31198c4
HZ
33132009-04-22 Hui Zhu <teawater@gmail.com>
3314
3315 * gdb.texinfo (disassemble-next-line): Set the default of
3316 disassemble-next-line to off.
3317
26e251b6
JM
33182009-04-21 Joseph Myers <joseph@codesourcery.com>
3319
3320 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
3321 --with-htmldir): New.
3322 * configure: Regenerate.
3323 * Makefile.in (datarootdir, docdir): Define.
3324 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
3325 instead of $(SET_TEXINPUTS).
3326 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
3327 gdbint.info instead of $(SET_TEXINPUTS).
3328 (gdbint/index.html): Use same -I options as for building
3329 gdbint.info.
3330 (stabs.dvi, stabs.pdf): Use same -I options as for building
3331 stabs.info instead of $(SET_TEXINPUTS).
3332 (stabs/index.html): Use same -I options as for building
3333 stabs.info.
3334 (annotate.dvi, annotate.pdf): Use same -I options as for building
3335 annotate.info instead of $(SET_TEXINPUTS).
3336 (annotate/index.html): Use same -I options as for building
3337 annotate.info.
3338
eac35c4e
DD
33392009-04-21 David Daney <ddaney@caviumnetworks.com>
3340
3341 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
3342
29b0e8a2
JM
33432009-04-21 Joseph Myers <joseph@codesourcery.com>
3344
3345 * gdb.texinfo (Source Path): Document --with-relocated-sources.
3346
2b831889 33472009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 3348 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
3349
3350 * Makefile.in (MAKEHTML): Set to makeinfo --html.
3351 (MAKEHTMLFLAGS): Set to empty.
3352 (html__strip_dir): Define.
3353 (HTMLFILES): Define.
3354 (HTMLFILES_INSTALL): Define.
3355 (install-html): Copy new automake rule.
3356 (html): Depend on $(HTMLFILES).
3357 (gdb_toc.html): Rename to gdb/index.html.
3358 (gdbint_toc.html): Rename to gdbint/index.html.
3359 (stabs_toc.html): Rename to stabs/index.html.
3360 (annotate_toc.html): Rename to annotate/index.html.
3361
89a34d1b
JM
33622009-04-17 Carlos O'Donell <carlos@codesourcery.com>
3363
3364 * Makefile.in: Set pdfdir and htmldir from configure
3365 substitutions.
3366 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
3367 * configure: Regenerate.
3368
a2d5da46
JB
33692009-04-16 Joel Brobecker <brobecker@adacore.com>
3370
3371 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
3372 This macro is no longer used.
3373
732f6a93
TT
33742009-04-15 Tom Tromey <tromey@redhat.com>
3375
3376 * gdb.texinfo (Character Sets): Document default character set.
3377
87f9adc1
PM
33782009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
3379
3380 * gdbint.texinfo: Change server name from sources.redhat.com to
3381 sourceware.org throughout.
3382
2c88c651
JB
33832009-04-09 Joel Brobecker <brobecker@adacore.com>
3384
3385 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
3386 about a missing dot or coma after @xref.
3387
4f5376b2
JB
33882009-04-02 Joel Brobecker <brobecker@adacore.com>
3389
3390 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
3391 example, and add a small explanation about it.
3392 (Print Settings): Change the documentation of the "set print
3393 frame-arguments" to reflect the fact that the default is now "scalars".
3394
a0381d3a
JB
33952009-04-02 Joel Brobecker <brobecker@adacore.com>
3396
3397 * gdb.texinfo (Print Settings): Add kindex for command "set
3398 print frame-arguments".
3399
45ac276d
JB
34002009-03-31 Joel Brobecker <brobecker@adacore.com>
3401
3402 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
3403 breakpoints.
3404 (Set Breaks): Add reference to thread-specific and task-specific
3405 breakpoints.
3406
32cd1edc
JB
34072009-03-31 Joel Brobecker <brobecker@adacore.com>
3408
3409 * gdb.texinfo (Ada Tasks): Remove the documentation about
3410 the "Running" state, as this state has been eliminated.
3411 Now all runnable tasks are shown as "Runnable".
3412
1042e4c0
SS
34132009-03-30 Stan Shebs <stan@codesourcery.com>
3414
3415 * gdb.texinfo (Tracepoints): Describe tracepoints as a
3416 special case of breakpoints.
3417 (Enable and Disable Tracepoints): Mention deprecation.
3418 (Listing Tracepoints): Update description and example.
3419
f8f6f20b
TJB
34202009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3421
3422 * gdb.texinfo (Frames in Python): New node.
3423 (Python API): Update.
3424
c0c6f777
TJB
34252009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
3426
3427 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
3428 from a method to an attribute.
3429
def2b000
TJB
34302009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
3431
3432 * gdb.texinfo (Values From Inferior): Document is_optimized_out
3433 attribute.
3434
a07daef3
PA
34352009-03-25 Pedro Alves <pedro@codesourcery.com>
3436
3437 * observer.texi (thread_exit): Add "silent" parameter.
3438
f3b1572e
PA
34392009-03-22 Pedro Alves <pedro@codesourcery.com>
3440
3441 * observer.texi (about_to_proceed): New.
3442
587afa38
EZ
34432009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
3444
3445 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
3446 field throughout to handle types with spaces in them. Fix typos
3447 found by aspell.
3448 (Summary, Requirements, Contributors): New first chapter,
3449 "Summary" added, old Requirements section moved there, and new
3450 section, "Contributors" added.
3451 (Initializing a New Architecture, Register Representation)
3452 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
3453 (Porting gdb): These sections extended and updated.
3454 (Compiler Characteristics): This section (empty) deleted.
3455 (Defining Other Architecture Features): This section renamed and
3456 duplicate material removed from (formerly "Target Conditionals").
3457 Use braces {} in @deftypeXX type field throughout to handle types
3458 with spaces in them. Typos found by aspell fixed.
3459
3460 * stack_frame.svg: New file, source of image for gdbint.texinfo.
3461 * stack_frame.pdf: Version of image for PDF output.
3462 * stack_frame.png: Version of image for HTML output and for Emacs.
3463 * stack_frame.txt: Version of image for Info output.
1db61298 3464 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 3465
10af6951
EZ
34662009-03-21 Eli Zaretskii <eliz@gnu.org>
3467
3468 * gdb.texinfo (Character Sets): Fix last change.
3469
cc924cad
TJB
34702009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
3471
3472 * gdb.texinfo (Values From Inferior): Fix optional arguments
3473 markup.
3474 (Commands In Python): Adjust argument names of gdb.Command.__init__
3475 to what the function accepts as keywords.
3476
bc3b79fd
TJB
34772008-03-20 Tom Tromey <tromey@redhat.com>
3478
3479 * gdb.texinfo (Convenience Vars): Document convenience functions.
3480 (Functions In Python): New node.
3481 (Python API): Update.
3482
6c7a06a3
TT
34832009-03-20 Tom Tromey <tromey@redhat.com>
3484
3485 * gdb.texinfo (Character Sets): Remove obsolete text. Document
3486 set target-wide-charset.
3487 (Requirements): Mention iconv.
3488
b646ddd4
HZ
34892009-03-17 Hui Zhu <teawater@gmail.com>
3490
3491 * gdb.texinfo: Change the introduce of "disassemble-next-line".
3492
91440f57
HZ
34932009-03-17 Hui Zhu <teawater@gmail.com>
3494
3495 * gdb.texinfo: Add documentation for disassemble-next-line.
3496
8fd41227
TJB
34972009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
3498
3499 * gdb.texinfo (Commands In Python): Remove tindex entries.
3500
61ff14c6
JK
35012009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3502
3503 * gdb.texinfo (Returning): New description for missing debug info.
3504
0b16c5cf
PA
35052009-03-14 Pedro Alves <pedro@codesourcery.com>
3506
3507 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 3508 (General Query Packets): Document qAttached.
0b16c5cf 3509
32fc0df9
PA
35102009-03-05 Pedro Alves <pedro@codesourcery.com>
3511
3512 * gdb.texinfo (Background Execution): Better describe the set
3513 target-async command.
3514 (Maintenance Commands): Delete description of the `maint set/show
3515 linux-async' and `maint set/show remote-async' commands.
3516
134eb42c
VP
35172009-02-18 Vladimir Prus <vladimir@codesourcery.com>
3518
3519 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
3520 between sentences.
3521
c86cf029
VP
35222009-02-18 Vladimir Prus <vladimir@codesourcery.com>
3523
3524 * gdb.texinfo (GDB/MI Async Records): Document the
3525 =library-loaded and =library-unloaded notifications.
3526
3ea85240
VP
35272009-02-17 Vladimir Prus <vladimir@codesourcery.com>
3528
3529 * observer.texi (test_notification): New observer.
3530
1d33d6ba
VP
35312009-02-14 Vladimir Prus <vladimir@codesourcery.com>
3532
61ff14c6
JK
3533 * observer.texi: Add parameter 'print_frame' to normal_stop
3534 observer.
1d33d6ba 3535
d721c933
EZ
35362009-02-07 Eli Zaretskii <eliz@gnu.org>
3537
3538 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
3539 (Commands In Python): Fix COMMAND_* constants in last change. Use
3540 @kbd for interactive input. Add cross-references and index
3541 entries.
3542
4aa995e1
PA
35432009-02-06 Pedro Alves <pedro@codesourcery.com>
3544
3545 * gdb.texinfo (Signals): Document $_siginfo.
3546 (Convenience Variables): Mention $_siginfo.
3547 (Remote Configuration): Document qXfer:siginfo:read,
3548 qXfer:siginfo:write packets, and the read-siginfo-object,
3549 write-siginfo-object commands.
3550
5f5233d4
PA
35512009-02-06 Pedro Alves <pedro@codesourcery.com>
3552
3553 * gdbint.texinfo (Values): New chapter.
3554
d8906c6f
TJB
35552009-02-06 Tom Tromey <tromey@redhat.com>
3556
3557 * gdb.texinfo (Python API): Add entry for Commands In Python.
3558 (Commands In Python): New node.
3559
b6cb8e7d
TJB
35602009-02-05 Tom Tromey <tromey@redhat.com>
3561
3562 * gdb.texinfo (Values From Inferior): Document Value.string.
3563
12453b93
TJB
35642009-02-05 Tom Tromey <tromey@redhat.com>
3565
3566 * gdb.texinfo (Basic Python): Document execute's from_tty
3567 argument.
3568
08c637de
TJB
35692009-02-04 Tom Tromey <tromey@redhat.com>
3570
3571 * gdb.texinfo (Basic Python): Document gdb.history.
3572
592375cd
VP
35732009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3574
3575 * gdb.texinfo (GDB/MI Thread Commands): Document the
3576 'current-thread-id' field. Remove the example with zero threads,
3577 since current GDB won't ever report that if there's inferior.
3578
41447f92
VP
35792009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3580
3581 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
3582 option to -break-insert.
3583
098b41a6
JG
35842009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3585 Jerome Guitton <guitton@adacore.com>
3586
3587 * gdb.texinfo (Startup): Document --with-system-gdbinit.
3588 (System-wide configuration): New section.
3589
3c16cced
PA
35902009-01-26 Pedro Alves <pedro@codesourcery.com>
3591
3592 PR gdb/7580:
3593 * gdb.texinfo (Maintenance Commands): Document "maint set|show
3594 internal-error|internal-warning quit|corefile ask|yes|no".
3595
62709adf
PA
35962009-01-26 Pedro Alves <pedro@codesourcery.com>
3597
3598 * gdb.texinfo (Using the `gdbserver' Program): Document
3599 --remote-debug.
3600
7ce58dd2
DE
36012009-01-23 Doug Evans <dje@google.com>
3602
3603 * gdb.texinfo: Add nexti to list of commands that support
3604 background execution.
3605
adb483fe
DJ
36062009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
3607
3608 * gdb.texinfo (Define, Hooks): Document prefix command support.
3609
a67ec3f4 36102009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 3611 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
3612
3613 Fixes for makeinfo --html.
3614
3615 * annotate.texinfo: Use @copying and @insertcopying. Use
3616 @ifnottex in place of @ifinfo.
3617 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
3618 place of @ifinfo. Use @ifnotinfo for one index entry.
3619 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
3620 in place of @ifinfo.
3621 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
3622 in place of @ifinfo. Include contents at start unconditionally.
3623
84fcdf95
PA
36242009-01-13 Pedro Alves <pedro@codesourcery.com>
3625
3626 * gdb.texinfo (General Query Packets): Remove @var{} around the
3627 "spu" literal string.
3628
fa3a767f
PA
36292009-01-07 Pedro Alves <pedro@codesourcery.com>
3630
3631 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
3632 program may be running in another process" errors.
3633 * gdbint.texinfo (Native Conditionals): Delete
3634 ONE_PROCESS_WRITETEXT description.
3635
9cb011d3
JB
36362009-01-07 Joel Brobecker <brobecker@adacore.com>
3637
3638 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
3639 emacs local variable to be placed at the end of the ChangeLog.
3640 Add server.c and gdbreplay.c to the list of files where the
3641 copyright year needs to be updated.
3642
84603566
SL
36432009-01-06 Sandra Loosemore <sandra@codesourcery.com>
3644
3645 * gdb.texinfo (Remote Configuration): Document new
3646 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
3647 commands.
3648
a53f55d8
PA
36492008-12-28 Pedro Alves <pedro@codesourcery.com>
3650
3651 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
3652 FETCH_INFERIOR_REGISTERS.
3653 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
3654 FETCH_INFERIOR_REGISTERS descriptions. Remove
3655 gdbarch_get_longjmp_target descrition, since already described in
3656 Target Conditionals. Move gdbarch_fp0_regnum description to ...
3657 (Target Conditionals): ... here.
3658
077e0a52
JB
36592008-12-16 Joel Brobecker <brobecker@adacore.com>
3660
3661 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
3662 examples.
3663 (Additions to Ada): Likewise. Add the missing opening and closing
3664 parenthesis of the GDB prompt in one of the examples.
3665
023eb17c
JB
36662008-12-14 Joel Brobecker <brobecker@adacore.com>
3667
3668 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
3669 about the result of 'Address not being of type System.Address.
3670 This problem has been fixed a while ago.
3671
c3b108f7
VP
36722008-12-02 Vladimir Prus <vladimir@codesourcery.com>
3673
3674 MI non-stop and multiprocess docs.
3675
c8d5aac9
L
3676 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
3677 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
3678 Adjust documentation for *stopped, document =thread-created,
3679 =thread-exited, =thread-group-created and =thread-group-exited.
3680 (GDB/MI Thread Commands): Document the 'state' field in
3681 -thread-info output.
3682 (GDB/MI Program Execution): Mention --all and --thread-group
3683 options.
3684 (GDB/MI Variable Objects): Describe floating and fixed variable
3685 objects.
3686 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 3687
07e059b5
VP
36882008-12-02 Vladimir Prus <vladimir@codesourcery.com>
3689
c8d5aac9
L
3690 * gdb.texinfo (Operating System Information): New appendix.
3691 (Operating System Auxiliary Information): Document 'info os processes'
3692 (Remote Configuration): Document 'osdata'
3693 (General Query Packets): Document qXfer:osdata:read.
07e059b5 3694
a80b95ba
TG
36952008-11-27 Tristan Gingold <gingold@adacore.com>
3696
3697 * gdb.texinfo (Darwin): Document Darwin specific features.
3698
a655d424
JK
36992008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3700
3701 * gdbint.texinfo (Target Conditionals): Extend the
3702 gdbarch_breakpoint_from_pc description.
3703
249e1128
VP
37042008-11-22 Vladimir Prus <vladimir@codesourcery.com>
3705
3706 * gdb.texinfo (M68K Features): Fix typo.
3707
c14c28ba
PP
37082008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
3709
3710 * gdb.texinfo (Symbols): Mention printing containing
3711 image name in "info symbol".
3712 (Maint translate-address): Likewise.
889bf7c5 3713
394a6666
JB
37142008-11-18 Joel Brobecker <brobecker@adacore.com>
3715
3716 * gdb.texinfo (Set Catchpoints): Remove the documentation of
3717 commands "catch load" and "catch unload".
3718
66bb093b
VP
37192008-11-17 Vladimir Prus <vladimir@codesourcery.com>
3720
3721 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 3722 =thread-selected.
889bf7c5 3723
4a92f99b
VP
37242008-11-17 Vladimir Prus <vladimir@codesourcery.com>
3725
c8d5aac9 3726 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 3727
f0323ca0
PA
37282008-10-27 Pedro Alves <pedro@codesourcery.com>
3729
3730 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
3731 .mt files, TM_CLIBS or TM_CDEPS.
3732 (x86 Watchpoints): Don't mention TDEPFILES.
3733
8b23ecc4
SL
37342008-10-24 Sandra Loosemore <sandra@codesourcery.com>
3735
3736 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
3737 (Overview): Mention notifications and non-stop mode behavior.
3738 (Packets): Update documentation of ?, vAttach, vCont, and vRun
3739 with non-stop mode behavior. Add vStopped description.
3740 (Stop Reply Packets): Update list of packets that return
3741 stop replies. Mention non-stop behavior.
3742 (General Query Packets): Document QNonStop packet and associated
3743 qSupported query response.
3744 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
3745 behavior.
3746 (Notification Packets): New section.
3747 (Remote Non-Stop): New section.
3748 (File-I/O Overview): Mention non-stop behavior.
3749
fff08868
HZ
37502008-10-24 Hui Zhu <teawater@gmail.com>
3751 Pedro Alves <pedro@codesourcery.com>
3752
3753 * gdb.texinfo (displaced-stepping): Describe the auto mode
3754 setting, and say it's the default. This is now a mainstream
3755 setting instead of a maintenance setting.
3756
252fbfc8
PA
37572008-10-23 Pedro Alves <pedro@codesourcery.com>
3758
3759 * observer.texi (thread_stop_requested): New.
3760
20924a55
JB
37612008-10-22 Joel Brobecker <brobecker@adacore.com>
3762
3763 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
3764 (Patching): Replace incorrect usage of @samp by @kbd.
3765
bacec72f
MS
37662008-10-17 Michael Snyder <msnyder@vmware.com>
3767
3768 * gdb.texinfo: Add documentation for reverse execution.
3769
a08702d6 37702008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 3771 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
3772
3773 * gdb.texinfo. (Values From Inferior): New subsubsection.
3774
d97bc12b
DE
37752008-10-06 Doug Evans <dje@google.com>
3776
3777 * gdb.texinfo (set debug dwarf2-die): Document it.
3778
87f67dba
JB
37792008-10-01 Joel Brobecker <brobecker@adacore.com>
3780
3781 * gdb.texinfo (catch) [exception]: Document how to insert
3782 a breakpoint on user-defined exceptions when the exception
3783 name is identical to one of the language-defined ones.
3784
2fae03e8
TT
37852008-09-27 Tom Tromey <tromey@redhat.com>
3786
3787 * gdb.texinfo (Macros): Remove text about stringification,
3788 varargs, and splicing.
3789
5c6ce71d
TT
37902008-09-27 Tom Tromey <tromey@redhat.com>
3791
3792 * gdbint.texinfo (Language Support): Remove text about omitting
3793 support for a language.
3794
07128da0
DE
37952008-09-23 Doug Evans <dje@google.com>
3796
3797 * gdb.texinfo (info dcache): Update.
3798
b90a069a
SL
37992008-09-22 Sandra Loosemore <sandra@codesourcery.com>
3800
3801 * gdb.texinfo (Packets): Add info on thread-id syntax and
3802 multiprocess extensions.
3803 <D>: Document multiprocess form of packet.
3804 <H>: Use thread-id syntax.
3805 <T>: Likewise.
3806 <vCont>: Likewise. Note this is required for multiprocess.
3807 <vKill>: New packet.
3808 (Stop Reply Packets) <T>: Use thread-id syntax.
3809 <W>: Document multiprocess form of reply.
3810 <X>: Likewise.
3811 (General Query Packets) <qC>: Use thread-id syntax.
3812 <qfThreadInfo>: Likewise.
3813 <qGetTLSAddr>: Likewise.
3814 <qP>: Likewise.
3815 <qSupported>: Add "multiprocess" feature.
3816 <qThreadExtraInfo>: Use thread-id syntax.
3817
b77209e0
PA
38182008-09-22 Stan Shebs <stan@codesourcery.com>
3819
3820 * gdb.texinfo (Inferiors): New section.
3821
3d0bb823
PA
38222008-09-12 Pedro Alves <pedro@codesourcery.com>
3823
3824 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
3825
f8dcfc0a
UW
38262008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
3827
3828 * gdbint.texinfo (Target Conditionals): Remove documentation
3829 for gdbarch_name_of_malloc.
3830
8775bb90
MS
38312008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
3832
3833 * gdb.texinfo (Interrupts): Mention TCP interface for
3834 sending BREAK.
3835
f1838a98
UW
38362008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
3837
3838 * gdb.texinfo (Commands to Specify Files): Document "remote:"
3839 argument prefix to "set sysroot".
3840
158c7665
PH
38412008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
3842
3843 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
3844 and False.
3845
30e026bb
VP
38462008-08-20 Vladimir Prus <vladimir@codesourcery.com>
3847
c8d5aac9
L
3848 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
3849 for possible features of -list-features.
30e026bb 3850
c6ebd6cf
VP
38512008-08-19 Vladimir Prus <vladimir@codesourcery.com>
3852
c8d5aac9 3853 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
3854 (GDB/MI Miscellaneous Commands): Document -list-target-features.
3855
aeac0ff9
VP
38562008-08-19 Vladimir Prus <vladimir@codesourcery.com>
3857
3858 * doc/gdb.texinfo (PowerPC): Fix typo.
3859 (PowerPC features): Fix typo.
3860
5231c1fd
PA
38612008-08-18 Pedro Alves <pedro@codesourcery.com>
3862
3863 * observer.texi (thread_ptid_changed): New.
3864
677c5bb1
LM
38652008-08-18 Luis Machado <luisgpm@br.ibm.com>
3866
3867 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
3868 (PowerPC features): Mention feature set for VSX registers.
3869
f3a2dd1a
JB
38702008-08-13 Joel Brobecker <brobecker@adacore.com>
3871
3872 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
3873 the direct visibility of all names in user-written packages.
3874
33e5cbd6
PA
38752008-08-13 Pedro Alves <pedro@codesourcery.com>
3876
3877 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
3878 setting, and make it the default.
3879 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
3880 non-stop script example.
3881
d0384fc4
TJB
38822008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
3883
3884 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
3885 reference to the "Using Different Register and Memory Data
3886 Representation" section.
3887
a6f3e723
SL
38882008-08-12 Sandra Loosemore <sandra@codesourcery.com>
3889
3890 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
3891 (Remote Protocol): Add Packet Acknowledgment to menu.
3892 (Overview): Mention +/- can be disabled, and point to new section
3893 where this is discussed in detail.
3894 (General Query Packets): Document QStartNoAckMode packet, and
3895 corresponding qSupported reply.
3896 (Packet Acknowledgment): New section.
3897
0606b73b
SL
38982008-08-11 Sandra Loosemore <sandra@codesourcery.com>
3899 Pedro Alves <pedro@codesourcery.com>
3900
3901 * gdb.texinfo (Threads): Move paragraph about automatic thread
3902 selection to All-Stop Mode subsection.
3903 (Thread Stops): Reorganize existing material into subsections.
3904 Add introductory blurb and menu.
3905 (Non-Stop Mode): New subsection.
3906 (Background Execution): New subsection.
3907 (Maintenance Commands): Add cross-references from async mode
3908 commands to the new Background Execution section.
3909
d57a3c85
TJB
39102008-08-06 Tom Tromey <tromey@redhat.com>
3911
3912 * gdb.texinfo (Extending GDB): New chapter.
3913 (Sequences): Demoted chapter, now a section under the new
3914 Extending GDB chapter.
3915 (Python): New section.
3916
6d76a53d
SS
39172008-07-31 Stan Shebs <stan@codesourcery.com>
3918
3919 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
3920
1f70da6a
SS
39212008-07-29 Stan Shebs <stan@codesourcery.com>
3922
3923 * gdbint.texinfo: General round of cleanup and minor
3924 clarifications.
3925 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
3926 (Longjmp Support): Update description to reflect how it is done
3927 for targets without using native header.
3928 (Symbol Handling): Add a little more general explanation.
3929 (COFF, ELF): Mention stabs encapsulation.
3930 (DWARF 3): New section.
3931 (Adding a New Host): Scrub out some obsolete bits.
3932 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
3933 (Host Conditionals): Remove descriptions of NO_STD_REGS,
3934 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
3935 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
3936 SEEK_SET, STOP_SIGNAL, USG.
3937 (Raw and Virtual Register Representations): Ditto for
3938 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
3939 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
3940 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
3941 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
3942 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
3943 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
3944 DEPRECATED_REGISTER_VIRTUAL_SIZE,
3945 DEPRECATED_REGISTER_VIRTUAL_TYPE,
3946 DEPRECATED_USE_STRUCT_CONVENTION.
3947 Describe gdbarch_deprecated_fp_regnum.
3948 Update description of gdbarch_print_insn.
3949 (Adding a New Target): Scrub out obsolete bits.
3950 (Obsolete Conditionals): Remove entire section.
3951
383f836e
TT
39522008-07-25 Tom Tromey <tromey@redhat.com>
3953
3954 * observer.texi (GDB Observers): Document new observers:
3955 breakpoint_created, breakpoint_deleted, breakpoint_modified,
3956 tracepoint_created, tracepoint_deleted, tracepoint_modified,
3957 architecture_changed.
3958
cfd8ab24
SS
39592008-07-21 Stan Shebs <stan@codesourcery.com>
3960
3961 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
3962 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
3963
781b42b0
TT
39642008-07-21 Tom Tromey <tromey@redhat.com>
3965
3966 * observer.texi (GDB Observers): Remove obsolete comment.
3967 <executable_changed>: Remove argument.
3968
d7d9f01e
TT
39692008-07-18 Tom Tromey <tromey@redhat.com>
3970
3971 * gdb.texinfo (Macros): Update. Use @code rather than @command.
3972
bf250677
DE
39732008-07-10 Doug Evans <dje@google.com>
3974
3975 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
3976
10568435
JK
39772008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3978
3979 * gdb.texinfo (Starting): Document "set disable-randomization".
3980
5ae4183a
AS
39812008-07-07 Andreas Schwab <schwab@suse.de>
3982
3983 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
3984
b56e7235
VP
39852008-07-06 Vladimir Prus <vladimir@codesourcery.com>
3986
3987 * gdb.texinfo (GDB/MI Target Manipulation): Add
3988 example of -target-attach.
3989
e1ac3328
VP
39902008-06-10 Vladimir Prus <vladimir@codesourcery.com>
3991
3992 * observer.texi (target_resumed): New observer.
5ae4183a 3993 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 3994
65d12d83
TT
39952008-06-06 Tom Tromey <tromey@redhat.com>
3996
3997 * gdb.texinfo (Completion): Add field name example.
3998
fbc5282e
MK
39992008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
4000
4001 * gdb.texinfo (GDB/MI Program Context): Added example
4002 to -exec-arguments
5ae4183a 4003
fbc5282e 40042008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
4005
4006 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
4007 annotation.
4008
c16158bc 40092008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
4010 Nathan Sidwell <nathan@codesourcery.com>
4011 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
4012
4013 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
4014 and ACX_BUGURL.
4015 * configure: Regenerate.
4016 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
4017 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
4018 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
4019 mailing-list-specific text about bug reporting unless
4020 BUGURL_DEFAULT.
4021
75c99385
PA
40222008-06-05 Pedro Alves <pedro@codesourcery.com>
4023
4024 * gdb.texinfo (-target-select): Remove reference to target async.
4025 (Maintenance Commands): Document "maint set/show remote-async".
4026
1763a388
MK
40272008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
4028
4029 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
4030 in -target-file-get section.
5ae4183a 4031
d0d064df
PA
40322008-05-22 Pedro Alves <pedro@codesourcery.com>
4033
9b562ab8
PA
4034 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
4035 killing the inferior when it is already debugging a process.
d0d064df 4036
8dfa32fc
JB
40372008-05-21 Joel Brobecker <brobecker@adacore.com>
4038
4039 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
4040 abbreviation for "finish".
4041
55f996a7
NR
40422008-05-21 Nick Roberts <nickrob@snap.net.nz>
4043
4044 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
4045
ba2b1c56
DJ
40462008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
4047
4048 * gdbint.texinfo (Target Conditionals): Delete entry for
4049 gdbarch_dwarf_reg_to_regnum.
4050
08388c79
DE
40512008-05-09 Doug Evans <dje@google.com>
4052
a3c83fae 4053 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 4054
d14508fe
DE
40552008-05-05 Doug Evans <dje@google.com>
4056
4057 * gdb.texinfo (disassemble): Document /m modifier.
4058
e2b7ddea
VP
40592008-05-05 Vladimir Prus <vladimir@codesourcery.com>
4060
5ae4183a
AS
4061 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
4062 will not report the time of commands that run the target.
e2b7ddea 4063
8eb41542
VP
40642008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4065
4066 * gdb.texinfo (GDB/MI Output Records): Add
4067 missing semicolon.
4068
82f68b1c
VP
40692008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4070
4071 * gdb.texinfo (GDB/MI Output Records):
4072 Document =thread-create and =thread-exited.
4073
fa0f268d
VP
40742008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4075
4076 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 4077 Remove mention of dmi-discuss.
fa0f268d 4078
063bfe2e
VP
40792008-05-03 Pedro Alves <pedro@codesourcery.com>
4080
4081 * observer.texi (thread_exit): New.
4082
237fc4c9
PA
40832008-05-02 Pedro Alves <pedro@codesourcery.com>
4084
4085 * gdb.texinfo (Debugging Output): Document "set/show debug
4086 displaced".
4087 (Maintenance Commands): Document "maint set/show
4088 can-use-displaced-stepping".
4089
0428b8f5
DJ
40902008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
4091
4092 * gdb.texinfo (ARM): Document set/show arm fallback-mode
4093 and set/show arm force-mode.
4094
5009afc5
AS
40952008-05-02 Andreas Schwab <schwab@suse.de>
4096
4097 * gdbint.texinfo (Algorithms): Describe
4098 target_watchpoint_addr_within_range.
4099
669fac23
DJ
41002008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
4101
4102 * gdbint.texinfo (Stack Frames): New chapter.
4103 (Algorithms): Move Frames text to the new chapter.
4104 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
4105 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
4106
721c02de
VP
41072008-04-24 Vladimir Prus <vladimir@codesourcery.com>
4108
5ae4183a
AS
4109 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
4110 output does not necessary include any tokens.
721c02de 4111
c055b101
CV
41122008-04-22 Corinna Vinschen <vinschen@redhat.com>
4113
4114 * gdb.texinfo (Set SH Calling convention): New @item.
4115 (Show SH Calling convention): Ditto.
4116
68837c9d
MD
41172008-04-22 Markus Deuling <deuling@de.ibm.com>
4118
4119 * gdb.texinfo (Fortran Operators): Describe '%' operator.
4120
2e9132cc
EZ
41212008-04-20 Eli Zaretskii <eliz@gnu.org>
4122
4123 * gdb.texinfo (Set Breaks): Mention that multiple location
4124 breakpoints need line number info. Add index entries.
4125
31fffb02
CS
41262008-04-19 Craig Silverstein <csilvers@google.com>
4127
4128 * gdb.texinfo (Requirements): Add an optional requirement on
4129 zlib.
4130 * gdbint.texinfo (Debugging File Formats): Add new subsection for
4131 Compressed DWARF 2.
4132
a47ec5fe
AR
41332008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
4134
4135 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
4136 sample output for 'stopped,reason="breakpoint-hit"' message.
4137 (GDB/MI Program Execution): Likewise.
4138
de051565
MK
41392008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
4140
5ae4183a 4141 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
4142 -var-set-format. Add -f option to -var-evaluate-expression.
4143
6ba66d6a
JB
41442008-04-03 Joel Brobecker <brobecker@adacore.com>
4145
4146 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
4147 new node "Ambiguous Expressions". Replace references to this
4148 node by references to "Ambiguous Expressions" throughout.
4149 (Ambiguous Expressions): New node.
4150
1e26b4f8
DJ
41512008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
4152
4153 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
4154
b84876c2
PA
41552008-03-21 Pedro Alves <pedro@codesourcery.com>
4156
4157 * gdb.texinfo (Debugging Output): Document
4158 "set/show debug lin-lwp-async".
4159 (Maintenance Commands): Document "maint set/show linux-async".
4160
63092375
DJ
41612008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
4162
4163 * gdb.texinfo (Expressions): Update description of malloced arrays.
4164
8e8901c5
VP
41652008-03-15 Vladimir Prus <vladimir@codesourcery.com>
4166
4167 * gdb.texinfo (Thread Commands): Document
4168 -thread-info. Remove -thread-list-all-threads.
4169
1fddbabb
PA
41702008-03-14 Pedro Alves <pedro@codesourcery.com>
4171 Sandra Loosemore <sandra@codesourcery.com>
4172
4173 * gdb.texinfo (Library List Format): Update to mention the
4174 possibility to pass section addresses instead of segment
4175 addresses.
4176
ccd213ac
DJ
41772008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
4178
4179 * gdb.texinfo (Starting): Document "set exec-wrapper".
4180 (Server): Document gdbserver --wrapper.
4181
fa4727a6
DJ
41822008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
4183
4184 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
4185 unreadable memory. Delete obsolete SPARClite reference.
4186
8edfe269
DJ
41872008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
4188
4189 * gdb.texinfo (Starting): Mention always-running targets.
4190 (Target Commands): Add an anchor for load.
4191 (Connecting): Explain continue instead of run.
4192
1843f87b
DJ
41932008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4194
4195 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
4196
f9082629
NR
41972008-02-26 Nick Roberts <nickrob@snap.net.nz>
4198
4199 * gdb.texinfo (Set Breaks): Revert description of Enb column of
4200 breakpoint table.
4201
fd96d250
PA
42022008-02-19 Pedro Alves <pedro@codesourcery.com>
4203
4204 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
4205 killing the inferior when it is already debugging a process.
4206
36af4ef6
MD
42072008-02-13 Markus Deuling <deuling@de.ibm.com>
4208
4209 * gdbint.texinfo (Build Script): New section. Mention new build script
4210 gdb_buildall.sh.
4211
cda4ce5a
JB
42122008-02-01 Jim Blandy <jimb@red-bean.com>
4213
4214 * gdb.texinfo (Help): Summarize 'info args' correctly.
4215
4acd40f3
TJB
42162008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4217
4218 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
4219 available in PowerPC architecture.
4220 (Embedded Processors): Change node name of PowerPC item in menu.
4221 (PowerPC): Rename to...
4222 (PowerPC Embedded): this.
4223 (Architectures): Add new PowerPC item in menu.
4224 (PowerPC): New node.
4225
6e6c6f50
DJ
42262008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
4227
4228 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
4229 commands.
4230
5ee187d7
DJ
42312008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
4232
4233 * gdb.texinfo (Setting Catchpoints): Mention features
4234 supported on GNU/Linux.
4235
e275c0d9
NR
42362008-01-30 Nick Roberts <nickrob@snap.net.nz>
4237
4238 * gdb.texinfo (GDB/MI File Commands): Describe new output
4239 field for MI command -file-list-exec-source-file.
4240
2d717e4f
DJ
42412008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
4242
4243 * gdb.texinfo (Using the `gdbserver' Program): Add security
4244 warning. Rearrange into subsections and subsubsections. Document
4245 --multi and --debug. Correct --with-sysroot typo. Update --attach
4246 usage. Make load reference clearer. Document monitor exit.
4247 (Remote Configuration): Document set remote exec-file, attach-packet,
4248 and run-packet.
4249 (Packets): Document vAttach and vRun.
4250
d35a4257 42512008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
4252
4253 * gdb.texinfo (Processes): Mention process command.
889bf7c5 4254 detach-on-follow -> detach-on-fork.
f663676d 4255
c78d192c
DJ
42562008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4257
4258 * gdbint.texinfo (Native Conditionals): Remove
4259 SHELL_COMMAND_CONCAT and SHELL_FILE.
4260
d35a4257
EZ
42612008-01-26 Eli Zaretskii <eliz@gnu.org>
4262
4263 * gdb.texinfo (Specify Location): Improve wording.
4264
93815fbf
VP
42652008-01-23 Chris Demetriou <cgd@google.com>
4266
4267 * gdb.texinfo (Threads): Document new "set print thread-events"
4268 and "show print thread-events" commands.
4269
2a25a5ba
EZ
42702008-01-19 Eli Zaretskii <eliz@gnu.org>
4271
4272 * gdb.texinfo (Specify Location): New section.
4273 (Delete Breaks, Edit, Set Breaks): Remove description of
4274 locations. Instead, add a reference to "Specify Location".
4275 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
4276 (Symbols): Refer to "Specify Location" for the valid forms of
4277 linespecs and locations.
4278
32c9a795
MD
42792008-01-18 Markus Deuling <deuling@de.ibm.com>
4280
4281 * gdbint.texinfo (Target Conditionals): Replace the description of
4282 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
4283
b17828ca
JB
42842008-01-12 Paul Hilfinger <hilfinger@adacore.com>
4285
4286 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
4287 about &&var, which is rejected by the expression parser.
4288
0aea4bf3
LM
42892008-01-09 Luis Machado <luisgpm@br.ibm.com>
4290
4291 * gdb.texinfo (Output): Update documentation on using printf with DFP
4292 types.
4293
febe4383
TJB
42942008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
4295
4296 * gdb.texinfo (C and C++): Add Decimal Floating Point format
4297 subsubsection.
4298 (Decimal Floating Point format): New subsubsection.
4299
7a404eba
PA
43002008-01-05 Pedro Alves <pedro@codesourcery.com>
4301
4302 * gdb.texinfo (File Options): Remove mention of the attempt to
4303 open a core file with the -p option. Don't list -c as a valid
4304 option to attach to a process.
4305
a4d9b460
PA
43062008-01-05 Pedro Alves <pedro@codesourcery.com>
4307
4308 * gdbint.texinfo (Host Conditionals): Remove mention of
4309 ALIGN_STACK_ON_ENTRY.
4310
6ec2edbe
JB
43112008-01-05 Joel Brobecker <brobecker@adacore.com>
4312
4313 * gdbint.texinfo (Start of New Year Procedure): Add item
4314 describing how to update the source and documentation copyright
4315 notices.
4316
d8b2a693
JB
43172007-12-18 Jim Blandy <jimb@codesourcery.com>
4318
ab209b3a 4319 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
4320 watchpoint explanation into the main description of the watchpoint
4321 command; update synopses of 'watch', 'rwatch', and 'awatch'
4322 commands.
4323
8b4ed427
VP
43242007-12-18 Vladimir Prus <vladimir@codesourcery.com>
4325
4326 * gdb.texinfo (Miscellaneous gdb/mi Commands):
4327 Document 'pending-breakpoints' feature of
4328 -list-features.
4329
37e4754d
LM
43302007-12-17 Luis Machado <luisgpm@br.ibm.com>
4331
669fac23 4332 * gdb.texinfo: Add new parameter's description.
37e4754d 4333
1d3811f6
DJ
43342007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
4335
4336 * gdb.texinfo (Overview): Clarify run-length encoding
4337 example. Remove the restriction on "+" and "-" characters.
4338
c1c25a1a
EZ
43392007-12-15 Eli Zaretskii <eliz@gnu.org>
4340
4341 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
4342
afe8ab22 43432007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 4344
afe8ab22
VP
4345 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
4346 the -f option for -break-insert, remove -r option,
4347 and clarify specification of location.
4348
a6b151f1
DJ
43492007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
4350
4351 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
4352 formatting.
4353 (Remote Debugging): Add File Transfer section.
4354 (Remote Configuration): Document Host I/O packets.
4355 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 4356 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
4357 (Packets): Add vFile.
4358
3b784c4f
EZ
43592007-11-17 Eli Zaretskii <eliz@gnu.org>
4360
4361 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
4362 breakpoints with multiple locations.
4363 (Breakpoint Menus): Improve wording.
4364 (Output): Fix last change.
4365
a4ce5b0d
UW
43662007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
4367
4368 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
4369
1b39d5c0
DE
43702007-11-15 Doug Evans <dje@google.com>
4371
4372 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
4373
7a72d44c
VP
43742007-11-15 Vladimir Prus <vladimir@codesourcery.com>
4375
4376 * gdbint.texinfo (Native Conditionals): Remove
4377 mention of CLEAR_SOLIB.
5ae4183a 4378
6d1829bf 43792007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
4380
4381 * gdb.texinfo (Print Settings): Add documentation for "set/show
4382 print frame-arguments".
4383
1a619819
LM
43842007-11-05 Luis Machado <luisgpm@br.ibm.com>
4385
3b784c4f 4386 * gdb.texinfo (Output): Update printf command's description.
1a619819 4387
55eddb0f
DJ
43882007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
4389
4390 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
4391 powerpc soft-float".
4392
9cceb671
DJ
43932007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4394
4395 * gdb.texinfo (Files): Correct formatting. Mention Expat
4396 requirement.
4397 (Requirements for Building GDB): Expand the list of Expat
4398 uses.
4399 (Library List Format, Memory Map Format): Mention Expat.
4400 (Target Descriptions): Update Expat wording.
4401
83acabca
DJ
44022007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4403
4404 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
4405 Document that gdbarch_convert_register_p should return zero for no-op
4406 conversions.
4407
e35879db
UW
44082007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
4409
83acabca 4410 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
4411 of set_gdbarch_sofun_address_maybe_missing back to ...
4412 (Target Conditionals): ... here to fix build break.
4413
203c3895
UW
44142007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
4415
83acabca 4416 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
4417 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
4418 (Compiler Characteristics): ... documentation of
4419 set_gdbarch_sofun_address_maybe_missing.
4420
11411de3
DJ
44212007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
4422
4423 * gdbint.texinfo (Target Conditionals): Use
4424 frame_unwind_register_unsigned in examples instead of
4425 frame_unwind_unsigned_register.
4426
7cc46491
DJ
44272007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4428
4429 * gdb.texinfo (Predefined Target Types): Add int128
4430 and uint128.
4431 (Standard Target Features): Add PowerPC features.
4432
81adfced
DJ
44332007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4434
4435 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
4436
c1874924
UW
44372007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4438
4439 * gdbint.texi (Target Conditionals): Remove documentation
4440 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
4441 gdbarch_extract_return_value, and gdbarch_store_return_value.
4442
f6e56ab3
UW
44432007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4444
4445 * gdbint.texi (Target Conditionals): Remove documentation of
4446 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
4447
56cf5405
KH
44482007-10-11 Kazu Hirata <kazu@codesourcery.com>
4449
4450 * gdb.texinfo: Mention that inaccessible-by-default is on by
4451 default.
4452
35156bae
DJ
44532007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4454
4455 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
4456
d983da9c
DJ
44572007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
4458
4459 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
4460 multi-threaded watchpoints.
4461 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
4462 checked. Describe sticky notification. Expand description
4463 of steppable and continuable watchpoints.
4464 (Watchpoints and Threads): New subsection.
4465
fe6fbf8b
VP
44662007-09-28 Vladimir Prus <vladimir@codesourcery.com>
4467
4468 * gdb.texinfo (Setting Breakpoints): Revise
4469 documentation for pending breakpoints. Document
4470 breakpoints with multiple locations.
5ae4183a 4471
084344da
VP
44722007-09-19 Vladimir Prus <vladimir@codesourcery.com>
4473
4474 * gdb.texinfo (Miscellaneous gdb/mi Commands):
4475 Document -list-features.
5ae4183a 4476
82160952
EZ
44772007-09-15 Eli Zaretskii <eliz@gnu.org>
4478
4479 * gdb.texinfo (Output): Spell out which features of C's printf are
4480 not supported by GDB's printf.
7e27a47a
EZ
4481 (Separate Debug Files): More accurate wording regarding build ID
4482 and a reference to the ld manual rather than the Fedora wiki.
82160952 4483
ea37ba09
DJ
44842007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
4485 Jim Blandy <jimb@codesourcery.com>
4486
4487 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
4488 (Examining Memory): Update mentions of the 's' format.
4489 (Automatic Display): Likewise.
4490
b8533aec
DJ
44912007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
4492
4493 * gdb.texinfo: Update the FSF's Back-Cover Text.
4494
83f83d7f
JK
44952007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4496 Eli Zaretskii <eliz@gnu.org>
4497
4498 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
4499 Fixed the ``build ID'' name. New binaries build instructions for the
4500 build ID inclusion. Explain how the commands are specific to the build
4501 ID vs. debug link.
4502
c7e83d54
EZ
45032007-09-01 Eli Zaretskii <eliz@gnu.org>
4504
4505 * gdb.texinfo (Separate Debug Files): Fix last change. Add
4506 indexing for ``build ID'' support.
4507
d3750b24
JK
45082007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4509
4510 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
4511 Enlisted BUILD ID to the debug file searching example.
4512 Included a BUILD ID `.note.gnu.build-id' section description.
4513 Updated/added the debug files splitting instructions for OBJCOPY.
4514
02142340
VP
45152007-08-31 Vladimir Prus <vladimir@codesourcery.com>
4516
4517 * gdb.texinfo (Variable Objects): Adjust docs
4518 for -var-info-expression and document
4519 -var-info-path-expression.
4520
d3bdde98
JB
45212007-08-20 Jim Blandy <jimb@codesourcery.com>
4522
3fb6a982
JB
4523 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
4524 (title page): Include the dedication in the printed manual, as a
4525 separate page after the copyright notice.
5ae4183a 4526
d3bdde98
JB
4527 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
4528 don't break a @var across a line.
4529
c80a96a8
MR
45302007-07-25 Maciej W. Rozycki <macro@mips.com>
4531
4532 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
4533 for include files.
4534
5824a901
NR
45352007-07-12 Nick Roberts <nickrob@snap.net.nz>
4536
4537 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
4538 in annotate.texinfo.
4539 (Command History): Link to new node.
5824a901 4540
d52e7ea3
UW
45412007-07-05 Markus Deuling <deuling@de.ibm.com>
4542
4543 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
4544
5fc14d0a
EZ
45452007-07-05 Eli Zaretskii <eliz@gnu.org>
4546
4547 * gdbint.texinfo (Target Conditionals): Fix last change.
4548
4a9bb1df
UW
45492007-07-03 Markus Deuling <deuling@de.ibm.com>
4550
4551 * gdb.texinfo: Replace following macros by their appropriate gdbarch
4552 routines:
4553 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
4554 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
4555 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
4556 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
4557 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
4558 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
4559 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
4560 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
4561 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
4562 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
4563 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
4564 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
4565 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
4566 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
4567 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
4568 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
4569 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
4570 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
4571 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
4572 (SOFTWARE_SINGLE_STEP_P)
4573
4574 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
4575 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
4576
4577 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
4578 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
4579 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
4580 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
4581 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
4582 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
4583 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
4584 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
4585 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
4586 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
4587
4588 (Converting an existing Target Architecture to Multi-arch): Remove
4589 section.
4590
4591 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
4592 (gdbarch_addr_bits_remove): Add code example.
4593
4594 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
4595
cfa9d6d9
DJ
45962007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
4597
4598 * gdb.texinfo (Remote Configuration): Document library-info-packet.
4599 Add other missing entries. Adjust the table size to fit.
4600 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
4601 stop reasons including the new "library" event.
4602 (General Query Packets): Adjust table widths for qSupported. Mention
4603 qXfer:libraries:read reply to qSupported and document the new packet.
4604 (Library List Format): New section.
4605
159fcc13
JK
46062007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4607
4608 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
4609
f66d1690
MS
46102007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
4611
4612 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
4613
67102876
NR
46142007-06-25 Nick Roberts <nickrob@snap.net.nz>
4615
4616 * gdbint.texinfo (Register and Memory Data): Break sections
4617 into nodes and add a menu.
4618
a4642986
MR
46192007-06-21 Maciej W. Rozycki <macro@mips.com>
4620
4621 * gdb.texinfo (Examining Memory): Document the new behaviour.
4622
e9c17194
VP
46232007-06-21 Vladimir Prus <vladimir@codesourcery.com>
4624
4625 * gdb.texinfo (Standard Target Features): Document
4626 m68k features.
4627
31d99776
DJ
46282007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4629
4630 * gdb.texinfo (General Query Packets): Document qOffsets changes.
4631
1780a0ed
DJ
46322007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4633
4634 * gdb.texinfo (Target Description Format): Add version attribute
4635 for <target>.
4636
822b6570
DJ
46372007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4638
4639 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
4640
f8b73d13
DJ
46412007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4642
4643 * gdb.texinfo (MIPS Features): New subsection.
4644
0e7f50da
UW
46452007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4646 Markus Deuling <deuling@de.ibm.com>
4647
4648 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
4649 and qXfer:spu:write packets and mention them under qSupported.
4650
23d964e7
UW
46512007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4652 Markus Deuling <deuling@de.ibm.com>
4653
4654 * gdb.texinfo (Architectures): Add new SPU section to document
4655 Cell Broadband Engine SPU architecture specific commands.
4656
9f708cb2
VP
46572007-06-09 Vladimir Prus <vladimir@codesourcery.com>
4658
4659 * gdb.texinfo (GDB/MI Variable Objects): Editorial
4660 comments.
4661
7579b5f8
NR
46622007-06-07 Nick Roberts <nickrob@snap.net.nz>
4663
4664 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
4665
bf06d120
JB
46662007-05-29 Jim Blandy <jimb@codesourcery.com>
4667
4668 * gdb.texinfo (Overview): Doc fix.
4669
23776285
MR
46702007-05-22 Maciej W. Rozycki <macro@mips.com>
4671
4672 * gdb.texinfo (Remote Configuration): Document "set/show
4673 remoteflow".
4674
1a69e1e4
DJ
46752007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
4676
bf06d120
JB
4677 * gdb.texinfo (MIPS): Remove documentation for set mips
4678 saved-gpreg-size, show mips saved-gpreg-size, and set mips
4679 stack-arg-size.
1a69e1e4 4680
46ba6afa 46812007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4682
46ba6afa
BW
4683 * all-cfg.texi (GDBTUI): New.
4684 * gdb.texinfo (Mode Options): Use GDBTUI variable.
4685 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
4686 (TUI Configuration): Edit to improve clarity and fix problems of
4687 both style and content.
5ae4183a 4688
06d3b283
UW
46892007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
4690
4691 * observer.texi (GDB Observers): New observer "new_objfile".
4692
179101d6
UW
46932007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
4694
4695 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
4696
25d5ea92
VP
46972007-04-14 Vladimir Prus <vladimir@codesourcery.com>
4698
4699 * gdb.texinfo (GDB/MI Variable Objects): Document
4700 frozen variables objects.
5ae4183a 4701
ea35711c
DJ
47022007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
4703
4704 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
4705 (Character Sets, Caching Data of Remote Targets): Likewise.
4706 (Targets): Delete Remote node. Move its text...
4707 (Debugging Remote Programs): ...to here. Delete description
4708 of the "remote" command.
4709 (Remote configuration): Delete description of "set remotedevice"
4710 and "show remotedevice".
4711 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
4712
db2e3e2e
BW
47132007-04-11 Bob Wilson <bob.wilson@acm.org>
4714
5ae4183a
AS
4715 * gdb.texinfo (Contributors, Continuing and Stepping)
4716 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
4717 (General Query Packets, File-I/O Remote Protocol Extension)
4718 (Protocol Basics, The F Reply Packet, Write)
4719 (Protocol-specific Representation of Datatypes, Memory Transfer):
4720 Fix hyphenation, punctuation and grammar problems.
4721 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
4722 'section' instead of 'subsection' in the text.
4723 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
4724 (i386): Remove period from section name.
db2e3e2e
BW
4725 (Installing GDB, Requirements, Running Configure, Separate Objdir)
4726 (Config Names, Configure Options): Use @file{configure}.
4727
8a3dae3e
DJ
47282007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
4729
4730 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
4731 and tab expansion.
4732
1a92f856
DJ
47332007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
4734
4735 * gdbint.texinfo (SOM): Correct location of the SOM reader.
4736
79a6e687 47372007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4738
79a6e687
BW
4739 * gdb.texinfo: Consistently capitalize all significant words in
4740 node names, chapter titles, section titles, and headings. Update
4741 cross references to match.
4742 (Starting and Stopping Trace Experiment): Make node name plural.
4743 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 4744
ad527d2e
PA
47452007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
4746
4747 * gdb.texinfo (WinCE): Delete obsolete subsection.
4748
7ce59000
DJ
47492007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4750
4751 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
4752 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
4753 references.
4754
8807d78b
DJ
47552007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4756
4757 * gdb.texinfo (Startup): Delete references to some alternate
4758 names for .gdbinit.
4759 (Thread): Remove LynxOS reference.
4760 (Tandem ST2000): Delete target-specific documentation.
4761 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
4762 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
4763 and GDB_OSABI_LYNXOS.
4764
5f402660
UW
47652007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
4766
4767 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
4768
bac718a6
UW
47692007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
4770
4771 * gdbint.texinfo (Target Conditionals): Remove mention of
4772 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
4773 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
4774
9453113a
DJ
47752007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
4776
4777 * Makefile.in: Add "pdfdir" installation
4778 directory, PDFTEX macro, support for "install-pdf" target,
4779 and rules for making a pdf version of refcard.texi.
4780 * refcard.tex: Specify paper size for PDF output.
4781
ae21e955 47822007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4783
ae21e955 4784 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 4785
3f94c067 47862007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4787
3f94c067
BW
4788 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
4789 (Source Path, Character Sets, Macros, Define)
4790 (GDB/MI Result Records, GDB/MI Simple Examples)
4791 (GDB/MI Program Execution, GDB/MI File Commands)
4792 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
4793 (Bug Reporting): Use @value{GCC}.
5ae4183a 4794
12c27660 47952007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4796
12c27660
BW
4797 * gdb.texinfo (Help): Fix formatting of examples.
4798 (Variables): Use @ifnotinfo instead of @iftex.
4799 (Non-debug DLL symbols): Use @ref instead of @pxref.
4800 (Sparclet File): Use @samp instead of quotes.
5ae4183a 4801
ce9341a1
BW
48022007-03-26 Bob Wilson <bob.wilson@acm.org>
4803
4804 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
4805
c8f4133a
BW
48062007-03-26 Bob Wilson <bob.wilson@acm.org>
4807
4808 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
4809 the order of the nodes.
4810 (C Operators, C Constants, Debugging C): Remove extra menus.
4811 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 4812
c8f4133a 48132007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
4814
4815 * gdb.texinfo (File Options): Add missing parenthesis.
4816 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
4817
c74d0ad8
DJ
48182007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4819
4820 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
4821
ff6f572f
DJ
48222007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4823
669fac23 4824 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
4825 case insensitivity.
4826 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
4827
994337c3
NR
48282007-02-18 Nick Roberts <nickrob@snap.net.nz>
4829
4830 * gdb.texinfo (Top): Put Appendix A after numbered sections.
4831 (Files): Add section name to argument list for pxref.
4832 (Non-debug DLL symbols): Don't use `see' for pxref.
4833 (Embedded Processors): Fix typo.
4834 (GDB/MI Breakpoint Commands): Execution commands generate
4835 *stopped not ^done.
4836
eb819d70
NR
48372007-02-13 Nick Roberts <nickrob@snap.net.nz>
4838
4839 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
4840 values for in_scope. Mention that only root variables can be
4841 updated.
4842 (GDB/MI Development and Front Ends): Explain new values may be
4843 added to existing fields.
4844
123dc839
DJ
48452007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4846
4847 * gdb.texinfo (-target-disconnect): Use @smallexample.
4848 (Requirements): Add anchor for Expat. Update description.
4849 (Target Descriptions): Mention Expat.
4850 (Target Description Format): Document new elements. Use
4851 @smallexample.
4852 (Predefined Target Types, Standard Target Features): New sections.
669fac23 4853 * gdbint.texinfo (Target Descriptions): New section.
123dc839 4854
108546a0
DJ
48552007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
4856
4857 * gdb.texinfo (Target Description Format): Add section on XInclude.
4858
95a98c01
NR
48592006-02-03 Nick Roberts <nickrob@snap.net.nz>
4860
4861 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
4862 command -enable-timings.
4863
f4b3909f
EZ
48642007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
4865
5ae4183a 4866 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
4867 descriptions for new/deleted elements in gdb_osabi. Add missing
4868 description for function generic_elf_osabi_sniff_abi_tag_sections.
4869
c7ba131e
JB
48702007-01-29 Joel Brobecker <brobecker@adacore.com>
4871
4872 * gdb.texinfo (Maintenance Commands): Add documentation for
4873 the new "maint print target-stack" command.
4874
3a60f64e
JK
48752007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4876 Eli Zaretskii <eliz@gnu.org>
4877
f4b3909f 4878 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 4879
c582f8b6
EZ
48802007-01-26 Eli Zaretskii <eliz@gnu.org>
4881
4882 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
4883 Use @value{NGCC} instead of @value{GCC}.
4884
d3e8051b
EZ
48852007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
4886
4887 * agentexpr.texi: Fix typos.
4888 * annotate.texinfo: Likewise.
4889 * gdb.texinfo: Likewise.
4890 * gdbint.texinfo: Likewise.
4891 * observer.texi: Likewise.
4892 * stabs.texinfo: Likewise.
4893
86f04699
EZ
48942007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
4895
4896 * gdbint.texinfo (Support Libraries): Remove mmalloc
4897 entry. Describe readline library.
4898
23181151
DJ
48992007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
4900
4901 * gdb.texinfo (Target Descriptions): New section.
4902 (General Query Packets): Add QPassSignals anchor. Mention
4903 qXfer:features:read under qSupported. Expand mentions of
4904 qXfer:memory-map:read and QPassSignals. Document
4905 qXfer:features:read.
4906
f822c95b
DJ
49072007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
4908
4909 * gdb.texinfo (Commands to specify files): Describe
4910 "set sysroot" and "show sysroot".
4911 (Using the `gdbserver' program): Lowercase argument
4912 to @var. Expand description of setting up GDB on the
4913 host.
4914
8936fcda
JB
49152007-01-05 Joel Brobecker <brobecker@adacore.com>
4916
4917 * gdb.texinfo (Set Catchpoints): Add documentation for the new
4918 catch exception, catch exception unhandled, and catch assert
4919 commands.
4920
e776119f
DJ
49212007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
4922
4923 * gdb.texinfo (Debugging Output): Document "set debug xml"
4924 and "show debug xml".
4925
aa79a185
DJ
49262007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
4927
4928 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
4929
7f893741
JB
49302007-01-01 Joel Brobecker <brobecker@adacore.com>
4931
4932 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
4933
a1b5960f
VP
49342006-12-08 Vladimir Prus <vladimir@codesourcery.com>
4935
4936 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
4937 note in @ignore, to be removed later if nobody complains.
4938
9f470e6e
NR
49392006-12-04 Nick Roberts <nickrob@snap.net.nz>
4940
4941 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
4942 of -var-delete.
4943
765dc015 49442006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 4945
765dc015 4946 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
4947 automatic software/hardware breakpoint usage and
4948 the "set breakpoint auto-hw" command.
765dc015 4949
4b5752d0
VP
49502006-11-21 Vladimir Prus <vladimir@codesourcery.com>
4951
4952 * gdb.texinfo (Memory Access Checking): New.
4953
89be2091
DJ
49542006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
4955
4956 * gdb.texinfo (Remote configuration): Mention
4957 "pass-signals-packet".
4958 (General Query Packets): Document QPassSignals. Fix
4959 a typo.
4960
ca3bf3bd
DJ
49612006-11-14 Maxim Grigoriev <maxim@tensilica.com>
4962
4963 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
4964
427c3a89
DJ
49652006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
4966
4967 * gdb.texinfo (Remote configuration): Rewrite documentation for
4968 packet configuration commands.
4969 (OS Information): Adjust reference to qXfer:auxv:read.
4970 (General Query Packets): Remove references to read-aux-vector-packet
4971 and set remote get-thread-local-storage-address.
4972
7a107747
DJ
49732006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
4974
4975 * gdbint.texinfo (Target Architecture Definition): Add new
4976 Initializing a New Architecture section.
4977
1c56eb0e
EZ
49782006-10-31 David Taylor <dtaylor@emc.com>
4979
4980 * stabs.texinfo (Macro define and undefine): New node describing
4981 stabs for #define and #undef.
4982
f73adfeb
AS
49832006-10-27 Andreas Schwab <schwab@suse.de>
4984
4985 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
4986
fd60e0df
EZ
49872006-10-21 Eli Zaretskii <eliz@gnu.org>
4988
4989 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
4990 clarify on the possible meanings of ``expression'' watched by
4991 watchpoints. Add indexing.
e5ac9b53
EZ
4992 (Prompting, Errors, Invalidation, Annotations for Running)
4993 (Source Annotations): Fix index entries by adding "annotation" to
4994 them, to discriminate from index entries that point to the more
4995 general topic descriptions.
fd60e0df 4996
52bb452f
DJ
49972006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
4998
4999 * gdbint.texinfo (Target Vector Definition): Move most
5000 content into Existing Targets. Add a menu.
5001 (Existing Targets): New section, moved from Target Vector
5002 Definition. Use @subsection.
5003 (Managing Execution State): New section.
5004
58955e58
BW
50052006-10-16 Bob Wilson <bob.wilson@acm.org>
5006
5007 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
5008
c8aa23ab
EZ
50092006-10-15 Eli Zaretskii <eliz@gnu.org>
5010
5011 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
5012 (Command Syntax, Signals, Backtrace, Connecting)
5013 (Remote configuration, Renesas Boards, Console I/O): Fix last
5014 change: use Ctrl- instead of C-, except wrt Emacs.
5015 (File-I/O Examples): Put Ctrl-c in @kbd.
5016 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
5017 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
5018 (Signals, Set Breaks, Set Watchpoints): Document optional
5019 arguments to `info signals' `handle', `info breakpoints', and
5020 `info watchpoints'.
c8aa23ab 5021
e7109c7e
EZ
50222006-10-14 Eli Zaretskii <eliz@gnu.org>
5023
5024 * gdb.texinfo (Backtrace): Fix last change.
5025
de3aea7b
NR
50262006-10-14 Nick Roberts <nickrob@snap.net.nz>
5027
5028 * gdb.texinfo (Backtrace): Order correctly and add other cases.
5029
7f9087cb
BW
50302006-10-10 Bob Wilson <bob.wilson@acm.org>
5031
c8aa23ab
EZ
5032 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
5033 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
5034 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 5035
68437a39
DJ
50362006-09-21 Vladimir Prus <vladimir@codesourcery.com>
5037 Daniel Jacobowitz <dan@codesourcery.com>
5038
5039 * gdb.texinfo (Packets): Document vFlashErase,
5040 vFlashWrite and vFlashDone packets.
5041 (General Query Packets): Document qXfer:memory-map:read.
5042 Add a new feature for qXfer:memory-map:read.
5043 (Memory map format): New section.
5044 (Target Commands): Mention that gdb can write flash.
5045
fd79ecee
DJ
50462006-09-21 Vladimir Prus <vladimir@codesourcery.com>
5047 Daniel Jacobowitz <dan@codesourcery.com>
5048
5049 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
5050 memory regions and "mem auto".
5051
350da6ee
DJ
50522006-09-21 Nathan Sidwell <nathan@codesourcery.com>
5053
5054 * gdbint.texinfo (Array Containers): New section.
5055
2f1acb09
VP
50562006-09-17 Vladimir Prus <vladimir@codesourcery.com>
5057
5058 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5059 -stack-list-arguments HIGH_FRAME argument can be larger then the
5060 actual number of frames.
5061
2ab1eb7a
VP
50622006-09-07 Vladimir Prus <vladimir@codesourcery.com>
5063
5064 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
5065 -stack-list-locals HIGH_FRAME argument can be larger then the
5066 actual number of frames.
2ab1eb7a 5067
599b237a
BW
50682006-09-02 Bob Wilson <bob.wilson@acm.org>
5069
5070 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
5071 Register Packet Format, Tracepoint Packets): Fix spelling errors.
5072
25ab7e6d
EZ
50732006-09-02 Eli Zaretskii <eliz@gnu.org>
5074
5075 * gdbint.texinfo (Overall Structure): New section "Source Tree
5076 Structure".
5077
940178d3
JB
50782006-08-17 Jim Blandy <jimb@codesourcery.com>
5079
5080 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
5081 responses.
5082
30daae6c
JB
50832006-08-08 Joel Brobecker <brobecker@adacore.com>
5084
5085 * gdb.texinfo (Source Path): Add documentation for new
5086 substitute-path commands.
5087
7fa2210b
DJ
50882006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
5089
5090 * gdb.texinfo (Installing GDB): Update menu. Move text to...
5091 (Running Configure): ...here.
5092 (Requirements): New node. Mention expat.
5093
3d00d119
DJ
50942006-08-08 Vladimir Prus <vladimir@codesourcery.com>
5095
5ae4183a 5096 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
5097 'set download-write-size' and 'show download-write-size'.
5098
0cbfa4ee
DJ
50992006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
5100
5101 * stabs.texinfo (Member Type Descriptor): Correct example for
5102 pointer to member types.
5103
16026cd7
AS
51042006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
5105
5106 * gdb.texinfo (Optional warnings and messages): Add
5107 'set/show trace-commands'.
5108 (Command files): Add '-v' to source command.
5109
0876f84a
DJ
51102006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
5111
5112 * gdb.texinfo (OS Information): Update qPart reference to
5113 qXfer.
5114 (Remote configuration): Likewise.
5115 (Overview): Move @cindex to the start of a paragraph. Talk
5116 about binary data encoding.
5117 (Packets): Refer to the overview for the details of the X
5118 packet encoding.
5119 (General Query Packets): Remove qPart description. Add qXfer
5120 description. Add an anchor to qSupported. Correct feature
5121 table title. Add a new feature for qXfer:auxv:read.
5122 (Interrupts): Add a missing parenthesis.
5123
2ec3381a
DJ
51242006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
5125
669fac23 5126 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
5127 (GDB/MI Kod Commands): Remove commented out node.
5128
594fe323
EZ
51292006-07-01 Eli Zaretskii <eliz@gnu.org>
5130
5131 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
5132 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
5133 (GDB/MI Thread Commands, GDB/MI Program Execution)
5134 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
5135 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
5136 (GDB/MI File Commands, GDB/MI Target Manipulation)
5137 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
5138 since the MI prompt is hard-wired into the code.
5139
7e3fb70c
NR
51402006-07-01 Nick Roberts <nickrob@snap.net.nz>
5141
5142 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
5143 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
5144 (GDB/MI Data Manipulation): Remove description of unimplemented
5145 display related commands as variable objects perform this function
5146 and are superior: -display-delete, -display-disable,
5147 -display-enable, -display-insert and -display-list. Move
5148 -environment-cd, -environment-directory, -environment-path
5149 and -environment-pwd to "Program Context".
5150 (GDB/MI Program Control): Rename to "Program Execution". Move
5151 -exec-arguments -exec-abort to...
5152 (GDB/MI Program Context): ...here. New node split from "Data
5153 Manipulation".
5154
be2a5f71
DJ
51552006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
5156
5157 * gdb.texinfo (Remote configuration): Document set / show
5158 remote supported-packets.
5159 (General Query Packets): Document qSupported packet.
5160
fc320d37
SL
51612006-06-10 Sandra Loosemore <sandra@codesourcery.com>
5162
5163 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
5164 and font markup.
5165 (Protocol basics): Likewise.
5166 (The F request packet): Likewise.
5167 (The F reply packet): Likewise.
5168 (Memory transfer): Move this node to be a subsubsection of
5169 "Protocol specific representation of datatypes".
5170 (The Ctrl-C message): More copy editing.
5171 (Console I/O): Likewise.
5172 (The isatty call): Delete this node, and merge its content into
5173 the "isatty" node. Fixed references elsewhere.
5174 (The system call): Delete this node, and merge its content into
5175 the "system" node. Fixed references elsewhere.
5176 (open): Reformat to use @table, and add appropriate font markup.
5177 (close): Likewise.
5178 (read): Likewise.
5179 (write): Likewise.
5180 (lseek): Likewise.
5181 (rename): Likewise.
5182 (unlink): Likewise.
5183 (stat/fstat): Likewise.
5184 (gettimeofday): Likewise.
5185 (isatty): Likewise.
5186 (system): Likewise, plus minor changes to fix confusing wording.
5187 (Integral datatypes): Fix font markup.
5188 (Pointer values): Likewise.
5189 (struct stat): Fix markup to use @table, plus minor copy editing.
5190 (struct timeval): Fix font markup, plus minor copy editing.
5191 (Constants): Minor copy editing.
5192 (Errno values): Add font markup.
5193 (File-I/O Examples): Likewise.
5194
158fdf5c
NR
51952006-06-10 Nick Roberts <nickrob@snap.net.nz>
5196
5197 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
5198 (GDB/MI Simple Examples): Move node up one level. Use real
5199 examples.
5200 (GDB/MI Compatibility with CLI): Update.
5201 (GDB/MI Result Records): Add "connected" and "exit" result
5202 classes.
5203 (GDB/MI Stream Records): Clarify target output.
5204 (GDB/MI Command Description Format): Modify example description.
5205 (GDB/MI Breakpoint Table Commands): Rename to...
5206 (GDB/MI Breakpoint Commands): ...this
5207 (GDB/MI Breakpoint Commands): Add optional thread field.
5208 (GDB/MI Program Control): Add an introduction. Move "Program
5209 termination" examples into exec-run description.
5210 (GDB/MI File Commands): Mention similar CLI commands.
5211 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
5212 is similar to "-gdb-version".
5213
ddb50cd7
EZ
52142006-06-09 Eli Zaretskii <eliz@gnu.org>
5215
5216 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
5217
2aef0d6b
NR
52182006-06-02 Nick Roberts <nickrob@snap.net.nz>
5219
5220 * gdb.texinfo (GDB/MI Development and Front Ends): Use
5221 sourceware.org for mailing lists.
d5e40d59 5222 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 5223
383a5c52
NR
52242006-06-01 Nick Roberts <nickrob@snap.net.nz>
5225
d5e40d59 5226 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 5227
e16b02ee
EZ
52282006-05-22 Eli Zaretskii <eliz@gnu.org>
5229
5230 * gdb.texinfo (Cygwin Native): Fix last change.
5231
be90c084
CF
52322006-05-22 Christopher Faylor <cgf@timesys.com>
5233
5234 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
5235
347ceba5
NR
52362006-05-15 Nick Roberts <nickrob@snap.net.nz>
5237
5238 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
5239 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
5240
369af7bd
DJ
52412006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
5242
5243 * gdb.texinfo (General Query Packets): Recommend not starting
5244 new packets with qC and clarify.
5245
2ffdbde8 52462006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
5247
5248 * gdb.texinfo (M2 Types): New section.
72019c9c 5249
16d1a084
DJ
52502006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
5251
5252 * agentexpr.texi: Add a copyright and license notice.
5253 * observer.texi: Likewise, with GPL clause for function prototypes.
5254 Remove trailing whitespace.
5255
aa56d27a
JB
52562006-05-05 Jim Blandy <jimb@codesourcery.com>
5257
5258 * gdb.texinfo (General Query Packets): Document conventions for
5259 terminating packet names, and their violations.
5260
5bdf8622
DJ
52612006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
5262
5263 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
5264 * gdb.texinfo: Likewise.
5265
605a56cb
DJ
52662006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
5267
5268 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
5269 and "show remotedebug".
5270 (Debugging Output): Add additional index entries.
5271
b8db102d
MS
52722006-04-27 Michael Snyder <msnyder@redhat.com>
5273
5274 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
5275
c5e30d01
AC
52762006-04-22 Andrew Cagney <cagney@redhat.com>
5277
5278 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
5279 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
5280
8181d85f
DJ
52812006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
5282
5283 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
5284 and remove breakpoint prototypes.
5285 (Watchpoints): Move description of target_insert_hw_breakpoint and
5286 target_remove_hw_breakpoint ...
5287 (Breakpoints): ... to here. Document target_insert_breakpoint and
5288 target_remove_breakpoint.
5289
4f553f88
JB
52902006-04-17 Jim Blandy <jimb@codesourcery.com>
5291
5292 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
5293 and C packets are optional.
5294
cd852561
FR
52952006-04-14 Frederic Riss <frederic.riss@st.com>
5296
5297 * gdb.texinfo (Specifying source directories): Update the description
5298 of the source file search to reflect the fact that the source path
5299 always contains at least $cdir and $cwd.
5300
b620eb07
MS
53012006-03-31 Michael Snyder <msnyder@redhat.com>
5302
5303 * gdb.texinfo: Update copyright dates.
5304
3156cdaf
EZ
53052006-03-31 Eli Zaretskii <eliz@gnu.org>
5306
5307 * gdb.texinfo (Overview): Add an index entry to "empty response".
5308
7d30c22d
JB
53092006-03-28 Jim Blandy <jimb@codesourcery.com>
5310
5311 * gdbint.texinfo (Prologue Analysis): New section.
5312
86941c27
JB
53132006-03-07 Jim Blandy <jimb@red-bean.com>
5314
66b8c7f6
JB
5315 * gdb.texinfo (Connecting): Document 'target remote pipe'.
5316
1a10341b
JB
5317 * gdb.texinfo (Target Commands): Update text describing how to
5318 specify a target. Refer to the detailed section on remote
5319 debugging, not the brief mention.
5320
86941c27
JB
5321 * gdb.texinfo (Connecting): Organize the different 'target remote'
5322 connection methods into a table. Add a 'target remote' index
5323 entry. (!!!)
5324
62f3a2ba
FF
53252006-02-17 Fred Fish <fnf@specifix.com>
5326
5327 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
5328 'ptype' commands to reflect the fact that the only significant
5329 difference between them is that ptype prints the complete type
5330 description instead of just the name.
5331
8b9a88ea
WZ
53322006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
5333
5334 * gdbint.texinfo (Watchpoints): Delete
5335 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
5336
7e8dc855
NR
53372006-02-10 Nick Roberts <nickrob@snap.net.nz>
5338
5339 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
5340 times fields where needed. Fix typos. Update general form given
5341 for output of -break-insert.
5342 (GDB/MI): Abbreviate some unnecessarily long fullnames.
5343
c91d38aa
DJ
53442006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
5345
5346 * gdbint.texinfo (Symbol Handling): Add a section
5347 on memory management.
5348
38fcd64c
DJ
53492006-02-06 Vladimir Prus <ghost@cs.msu.su>
5350
5351 * gdb.texinfo (Breakpoint table commands): Document the fullname
5352 field in -break-list output.
5353
219eec71
EZ
53542006-02-03 Eli Zaretskii <eliz@gnu.org>
5355
5356 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
5357 debugging information produced by the various "set debug..."
5358 options.
5359
ae5a43e0
DJ
53602006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5361
5362 * gdb.texinfo (Files): Remove obsolete bits from the description
5363 of "symbol-file".
5364
a9f158ec
JB
53652006-01-25 Jim Blandy <jimb@redhat.com>
5366
5367 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
5368
410dd08e
JB
53692006-01-24 Jim Blandy <jimb@redhat.com>
5370
5371 * gdbint.texinfo (Frames): Document the basics of GDB's register
5372 unwinding model, and explain the existence of the "sentinel" frame.
5373
4b505b12
AS
53742006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
5375
5376 * gdb.texinfo (Choosing files): Mention that -directory is used
5377 for script files.
5378 (Specifying source directories): Likewise.
5379 (Command files): Explain how script files are found.
5380
839c27b7
EZ
53812006-01-21 Eli Zaretskii <eliz@gnu.org>
5382
5383 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
5384 the threads in a multi-threaded program.
5385 (Threads): The threadno argument of "thread apply" can be a range
5386 of numbers.
5387
7be93b9e
JB
53882006-01-18 Jim Blandy <jimb@redhat.com>
5389
5390 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
5391 of warning flags.
5392
fcc73fe3
EZ
53932006-01-13 Eli Zaretskii <eliz@gnu.org>
5394
5395 * gdb.texinfo (Sequences): Improve menu annotations.
5396 (Define): Add index entries for arguments of user-defined
5397 commands. Move the description of flow-control commands...
5398 (Command Files): ...to here. Document loop_break and
5399 loop_continue.
ca91424e
EZ
5400 (Define, Command Files): Document `end' and add index entries for
5401 it.
fcc73fe3 5402
5c95884b
MS
54032006-01-04 Michael Snyder <msnyder@redhat.com>
5404
5405 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 5406 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 5407
860701dc
PH
54082006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
5409
5410 * gdb.texinfo (Omissions from Ada): Document that there is now
5411 limited aggregate support.
5412
36b80e65
EZ
54132005-12-28 Eli Zaretskii <eliz@gnu.org>
5414
5415 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
5416 registers and the likes.
5417
c1468174
EZ
54182005-12-24 Eli Zaretskii <eliz@gnu.org>
5419
5420 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
5421 (Symbols): Fix usage of "e.g.".
359df76b 5422 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
5423
5424 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
5425 (Coding): Fix usage of "e.g.".
5426
c02a867d
EZ
54272005-12-23 Eli Zaretskii <eliz@gnu.org>
5428
5ae4183a
AS
5429 * stabs.texinfo:
5430 * refcard.tex:
c02a867d 5431 * gpl.texi:
5ae4183a
AS
5432 * gdbint.texinfo:
5433 * gdb.texinfo:
5434 * gdb-cfg.texi:
c02a867d 5435 * fdl.texi:
5ae4183a
AS
5436 * annotate.texinfo:
5437 * all-cfg.texi:
c02a867d
EZ
5438 * Makefile.in: Add (C) after Copyright. Update the FSF
5439 address.
5440
fad38dfa
EZ
54412005-12-03 Eli Zaretskii <eliz@gnu.org>
5442
5443 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
5444 extend GDB with commands for external monitor.
5445
53e5f3cf
AS
54462005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
5447
5448 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
5449
55f6ca0f
JB
54502005-11-25 Joel Brobecker <brobecker@adacore.com>
5451
5452 * gdbint.texinfo (Start of New Year Procedure): New chapter.
5453
c1947b85
JB
54542005-11-21 Jim Blandy <jimb@redhat.com>
5455
5456 * gdb.texinfo (Tracepoint Packets): Document restrictions on
5457 placement of 'R' actions in tracepoint action packets; document
5458 dependence of 'X' and 'M' actions on a preceding 'R' action for
5459 their registers.
5460
9d29849a
JB
54612005-11-19 Jim Blandy <jimb@redhat.com>
5462
5463 * gdb.texinfo (Tracepoint Packets): New node.
5464 (General Query Packets): Add entries for the tracepoint packets,
5465 referring to the "Tracepoint Packets" node.
5466 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 5467
9a6253be
KB
54682005-11-18 Kevin Buettner <kevinb@redhat.com>
5469
5470 * gdb.texinfo (set remotebreak): Add anchor.
5471 (X packet): Likewise.
5472 (Remote Protocol): Add new section `Interrupts' and new index
5473 entry `interrupts (remote protocol)'.
5474
5f3bebba
JB
54752005-11-18 Jim Blandy <jimb@redhat.com>
5476
5477 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
5478 entries into the General Query Packets section. Add a
5479 cross-reference to that section. Drop description of replies, as
5480 these are covered in the descriptions of each packet.
5481 (General Query Packets): Add introductory text. Explain naming
5482 conventions, and how the end of a name is recognized.
5483
9a7a1b36
KB
54842005-11-17 Kevin Buettner <kevinb@redhat.com>
5485
0564b6cf 5486 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
5487 "set remotebreak" command.
5488
b8ff78ce
JB
54892005-11-16 Jim Blandy <jimb@redhat.com>
5490
5491 * gdb.texinfo (Packets, Stop Reply Packets)
5492 (General Query Packets): Various formatting cleanups.
5493 - Use @samp for packet contents.
5494 - Drop summaries from packet @item lines; the same information appears
5495 immediately below in the description.
5496 - Delete paragraph breaks after packet @item commands, so that the
5497 description appears directly to the right of the packet prototype
5498 in the printed manual, if it fits.
5499 - Place spaces in packet prototypes between @vars and non-@var
5500 letters, and explain that they're just for formatting.
5501 - Use @dots{} instead of '...'.
5502 - Fix uses of @code where @var was needed.
5503 - Replace "deprecated" markers with English text spelling out the
5504 packet's status and the preferred alternatives.
5505 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
5506 what this ever meant.
5507 - Remove "(draft)" markers on 'i' packets; nobody has commented on
5508 this for a long time.
5509 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
5510 implemented several times, and have been in use for years.
5511
8ffe2530
JB
55122005-11-15 Jim Blandy <jimb@redhat.com>
5513
c43c5473
JB
5514 * gdb.texinfo (Packets): Add index entries for 'm' packet
5515 disclaimers.
5ae4183a 5516
fb031cdf
JB
5517 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
5518 of stub when processing an 'm' packet.
5519
8ffe2530
JB
5520 * gdb.texinfo (Packets): Mention that packets beginning with
5521 letters are reserved once, at the top, instead of actually listing
5522 them all and saying "reserved".
5523
c03c782f
AS
55242005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
5525
5526 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
5527 Change @var{$arg0 to @code{$arg0.
5528
814e32d7
WZ
55292005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
5530
5531 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
5532
fa93a9d8
JB
55332005-11-12 Jim Blandy <jimb@redhat.com>
5534
5535 * gdb.texinfo (General Query Packets): Put packets in alphabetical
5536 order. Remove extraneous 'z'.
5537
8a5a3c82
AS
55382005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
5539
5540 * gdb.texinfo (Choosing files): Add --eval-command.
5541
4b0ad762
AS
55422005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
5543
5544 * gdb.texinfo (Choosing modes): Add --return-child-result.
5545
5546
1a088d06
AS
55472005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
5548
5549 * gdb.texinfo (Choosing modes): Add --batch-silent.
5550
656d5e12
EZ
55512005-10-28 Eli Zaretskii <eliz@gnu.org>
5552
5553 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
5554 "The -var-update Command".
5555
3c9c013a
JB
55562005-10-03 Joel Brobecker <brobecker@adacore.com>
5557
5558 * gdb.texinfo (Print Settings): Add documentation for set/show
5559 print array-indexes.
5560
7ba3cf9c
DJ
55612005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
5562
5563 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
5564 6.2 and 6.3.
5565
a94ab193
EZ
55662005-08-27 Eli Zaretskii <eliz@gnu.org>
5567
5568 * gdb.texinfo (File Options): Don't document --mapped, it's gone
5569 since 19-Jan-2004.
5570 (Files): Likewise.
ab1adacd
EZ
5571 (Variables, Symbols): Document the "<incomplete type>" message and
5572 its reasons.
a94ab193 5573
ca06016a
FF
55742005-08-01 Fred Fish <fnf@specifix.com>
5575
5576 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
5577
cf58170d
NR
55782005-07-15 Nick Roberts <nickrob@snap.net.nz>
5579
5580 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
5581 option for -var-list-children and -var-update.
5582 (GDB/MI Stack Manipulation): Simplify description of
5583 print-values option for -stack-list-locals.
5584 (GDB/MI Command Description Format): Clarify.
5585 (Mode Options): Spelling of superseded.
5586
38f1196a
BR
55872005-07-12 Bob Rossi <bob@brasko.net>
5588
5589 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
5590 corresponding GDB command comment.
5591
3cb3b8df
BR
55922005-07-06 Bob Rossi <bob@brasko.net>
5593
5594 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
5595 and -inferior-tty-show.
5596 (Input/Output): Document "set/show inferior-tty" and tty alias.
5597
10fac096
NW
55982005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
5599
5600 * gdb.texinfo (Packets): Change description of 'D' packet to note
5601 that GDB does wait for a response.
5602
d1b6db76
NR
56032005-06-22 Nick Roberts <nickrob@snap.net.nz>
5604
5605 * gdb.texinfo (History) Rename "Command History".
5606 (Command History): Move node "Server Prefix" from section on
5607 Annotations here.
5608
29629dcf
NR
56092005-06-19 Nick Roberts <nickrob@snap.net.nz>
5610
5611 * gdb.texinfo (GDB/MI Stack Manipulation):
5612 Re-instate -stack-info-frame with example. Say that it gets
5613 info on selected frame, not current frame.
5614
397ca115
EZ
56152005-06-18 Eli Zaretskii <eliz@gnu.org>
5616
5617 * gdb.texinfo (Server): Clarify that `file' should be used before
5618 connecting to the server.
5619 (Files): Add an xref to the above description.
51274035
EZ
5620 (Output Formats): More detailed description of the `c' format.
5621 (Memory): List explicitly all the formats supported by `x'.
638ac427 5622 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 5623 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
5624 files. Add more indexing for solib-absolute-prefix and
5625 --with-sysroot.
76d17f34
EZ
5626 (Machine Code): Document possible problems with locations in
5627 shared libraries.
d416eeec
EZ
5628 (Backtrace): Document that free-standing environments do not need
5629 to have a `main' function.
397ca115 5630
74f6deaa
NR
56312005-06-18 Nick Roberts <nickrob@snap.net.nz>
5632
5633 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
5634 -stack-info-frame.
5635
a9967aef
AC
56362005-06-07 Andrew Cagney <cagney@gnu.org>
5637
5638 * gdb.texinfo (Contributors): Note the original multi-arch
5639 contributors.
5640
e09f16f9
EZ
56412005-06-03 Eli Zaretskii <eliz@gnu.org>
5642
5643 * gdb.texinfo (Registers): Add index entries for the standard
5644 registers.
5645 (Frames): Add cross-reference from frame pointer description to
5646 the Registers node.
5647 (Annotations Overview): Fix the reference to GDB name.
5648
d87ba7ee
EZ
56492005-06-01 Eli Zaretskii <eliz@gnu.org>
5650
5651 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
5652 can-use-hw-watchpoints.
5653
034dad6f
BR
56542005-05-28 Bob Rossi <bob@brasko.net>
5655
5656 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
5657 the possible reasons why an exec async record would be returned to FE.
5658
ffed4509
AC
56592005-05-26 Andrew Cagney <cagney@gnu.org>
5660
5661 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
5662 Andrew Cagney implemented the original GDB/MI.
5663
e22e55c9
OF
56642005-05-23 Orjan Friberg <orjanf@axis.com>
5665
5666 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
5667 documentation. Add documentation for cris-mode.
5668
a78e13ce
EZ
56692005-05-20 Eli Zaretskii <eliz@gnu.org>
5670
5671 * gdb.texinfo (Numbers): Explain the example and make the wording
5672 more acurate.
5673
76ff342d
DJ
56742005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
5675 Dennis Brueni <dennis@slickedit.com>
5676
5677 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
5678 (GDB/MI Data Manipulation, GDB/MI Program Control)
5679 (GDB/MI Stack Manipulation): Update examples to include the fullname
5680 attribute in stack frames.
5681
119b882a
EZ
56822005-05-12 Eli Zaretskii <eliz@gnu.org>
5683
5684 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
5685 do with other non-standard names of init files.
5686
6fc08d32
EZ
56872005-05-11 Eli Zaretskii <eliz@gnu.org>
5688
5689 * gdb.texinfo (Command Files): Move the description of the startup
5690 from here...
5691 (Startup): ...to this new subsection of the Invocation chapter.
5692 Rearrange the description of init files more logically and add a
5693 cross-reference to "Command Files". Document the special gdbinit
5694 name for CISCO 68k. Expand the description of what GDB does
5695 during startup.
5696 (History): Add index entry for HISTSIZE.
5697
a561754a
MK
56982005-05-02 Mark Kettenis <kettenis@gnu.org>
5699
5700 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
5701
2eecc4ab
EZ
57022005-05-02 Eli Zaretskii <eliz@gnu.org>
5703
5704 * gdb.texinfo (SVR4 Process Information, The isatty call)
5705 (The system call): Don't use foo(N) notation for man pages and
5706 functions.
514c4d71 5707 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 5708
18999be5
EZ
57092005-04-27 Eli Zaretskii <eliz@gnu.org>
5710
5711 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
5712 were optimized away.
5713
0abb7bc7
EZ
57142005-04-22 Eli Zaretskii <eliz@gnu.org>
5715
5716 * gdb.texinfo (Remote configuration): Document "set/show
5717 get-thread-local-storage-address". Add cross-reference to the
5718 description of the qGetTLSAddr packet.
5719 (General Query Packets): Mention "set remote
5720 get-thread-local-storage-address" and add a reference to its
5721 description.
5722
6f61acb1
NR
57232005-04-19 Nick Roberts <nickrob@snap.net.nz>
5724
5725 * gdb.texinfo (Backtrace): Describe 'bt full'.
5726
9d59903a
NR
57272005-04-17 Nick Roberts <nickrob@snap.net.nz>
5728
5729 * gdb.texinfo (Mode Options): Fix typo.
5730 (GDB/MI): Describe how to invoke GDB/MI.
5731
721c2651
EZ
57322005-04-16 Eli Zaretskii <eliz@gnu.org>
5733
5734 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 5735 references changed. Add description of "info udot".
721c2651
EZ
5736 (Files): Document "set/show stop-on-solib-events".
5737 (M32R/D): Document "set/show download-path", "set/show
5738 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
5739 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
5740 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
5741 (Maintenance Commands): Improve indexing.
5742 (Target Commands): Document "set/show hash", "set/show debug
5743 monitor".
5744 (SVR4 Process Information): Document "info pidlist" and "info
5745 meminfo". Document "set/show procfs-tarce" and "set/show
5746 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
5747 (Symbols, The Print Command with Objective-C): Improve indexing.
5748 (Objective-C): Add references to "info classes" and "info
5749 selectors".
c45da7e6
EZ
5750 (Debugging Output): Improve wording. Document "set/show debug
5751 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
5752 (Set Breaks): Add index entry for "hardware breakpoints".
5753 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
5754 and "set/show usehardbreakpoints".
5755 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
5756 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
5757 (ARM): Document "rdilogfile", "rdilogenable", "set/show
5758 rdiromatzero", "set/show rdiheartbeat".
5759 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
5760 "sds".
5761 (Embedded Processors): Document the "sim" command.
5762 (Remote): Document the "remote" command.
5763 (DJGPP Native): Document the "info serial" command.
5764 (Threads): Document "maint info sol-threads".
5765 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
5766 (Set Breaks): Improve indexing.
5767 (Command Syntax): Add a reference to dont-repeat.
5768 (Define): Document "dont-repeat".
5769 (TUI Commands): Document "tabset".
5770 (WinCE): New subsection. Document "set/show remotedirectory",
5771 "set/show remoteupload", "set/show remoteaddhost".
721c2651 5772
14d6dd68
EZ
57732005-04-15 Eli Zaretskii <eliz@gnu.org>
5774
5775 * gdb.texinfo (Hurd Native): New subsection, documents
5776 Hurd-specific commands.
a64548ea 5777 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 5778 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
5779 (MIPS): Improve documentation of heuristic-fence-post. Document
5780 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
5781 mips stack-arg-size", "set/show mips mask-address", "set/show mips
5782 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 5783 (ARM): Document ARM-specific commands.
a64548ea
EZ
5784 (AVR): New section. Document "info io_registers".
5785 (CRIS): New section. Document "set/show cris-version" and
5786 "set/show cris-dwarf2-cfi".
5787 (HPPA): New section. Document "set/show debug hppa" and "maint
5788 print unwind".
a5adf40f 5789 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 5790 (Super-H): New section. Document the "regs" command.
721c2651 5791 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 5792
9c16f35a
EZ
57932005-04-09 Eli Zaretskii <eliz@gnu.org>
5794
5795 * gdb.texinfo (Print Settings): Document "set/show print
5796 pascal_static-members", "set print repeats", "show print
5797 null-stop". Improve indexing. Fix documentation of "set print
5798 union".
5799 (Pascal): New section.
5800 (Supported languages): Rename from "Support"; all references
5801 updated. Add a menu item for Pascal.
5802 (Numbers): Document "set radix.
5803 (Screen Size): Document "set/show pagination".
5804 (MIPS Embedded): Remove "set processor" documentation.
5805 (Remote configuration): Document "set/show X/P/Z-packet",
5806 "set/show read-aux-vector-packet", "set/show remote
5807 symbol-lookup-packet", "set/show remote verbose-resume-packet",
5808 "set/show remoteaddresssize", "set/show remotebaud", "set/show
5809 remotedebug", "set/show remotebreak", "set/show remotedevice",
5810 "set/show remotelogfile".
5811 (Auxiliary Vector): Add reference to the description of the
5812 read-aux-vector-packet setting.
5813 (Set Watchpoints): Add a cross-reference to "set remote
5814 hardware-breakpoint-limit".
5815 (General Query Packets): Add indexing of requests and
5816 cross-references to related commands in "Remote configuration".
5817 (File-I/O Overview, The system call): Fix wording and typos.
5818 (Thread Stops): Add index entries.
5819 (Continuing and Stepping): Document "show step-mode".
5820 (i386): New node. Document "set/show struct-convention".
5821 (Files): Document "show trust-readonly-sections".
5822 (Calling): Document "set/show unwindonsignal".
5823 (Messages/Warnings): Add index entries.
5824 (Maintenance Commands): Document "set/show watchdog".
5825 (Annotations Overview): Document "show annotate".
5826 (Set Watchpoints): Add index entries.
5827 (Symbols): Fix doc of case-sensitive.
5828 (ABI): Document "show coerce-float-to-double".
5829 (Convenience Vars, Help): Improve indexing.
5830 (Machine Code): Document "show disassembly-flavor".
5831 (Debugging C plus plus): Document "show overload-resolution".
5832 (Value History, Signaling): Add index entries.
5833
58342005-04-08 Eli Zaretskii <eliz@gnu.org>
5835
5836 * gdb.texinfo (Show): Move @kindex entries to their proper places.
5837 (Processes): Fix wording.
5838 (History, List, Logging output, Define, Symbols, Print Settings):
5839 Improve indexing.
5840
a8f24a35
EZ
58412005-04-03 Eli Zaretskii <eliz@gnu.org>
5842
5843 * gdb.texinfo (Targets): Document "set/show architecture". Remove
5844 redundant index entry for "target" command.
5845 (Backtrace): Add index entries.
5846 (Symbols, Fortran): Document the "set case-sensitive" command.
5847 (DJGPP Native): Document "set com1base", "set com1irq", etc.
5848 (Print Settings): Add index entry for "set demangle-style".
5849 (Target Commands): Document "set download-write-size".
5850 (Debugging Output): Document "set exec-done-display".
5851
09d4efe1
EZ
58522005-04-02 Eli Zaretskii <eliz@gnu.org>
5853
5854 * gdb.texinfo (Files): Fix the name and documentation of
5855 add-shared-symbol-files. Document its alias assf. Update the
5856 list of OSs where GDB supports shared libraries. Fix markup.
5857 (Continuing and Stepping): Add reference to @var{location} in the
5858 text.
5859 (Dump/Restore Files): Fix reference to @{filename}.
5860 (Help): Fix wording.
5861 (Attach): Ditto.
5862 (Set Watchpoints): Ditto.
5863 (Backtrace): Remove redundant index entries. Improve index
5864 entries.
5865 (Delete Breaks): Fix wording.
5866 (Memory): Document the compare-sections command.
5867 (Memory Region Attributes): Improve wording.
5868 (Disabling): Improve wording.
5869 (Fortran): New subsection. Document the "info common" command.
5870 (Help): Document aliases "info copying" and "info warranty".
5871 (Caching Remote Data): New section. Document the "set/show
5872 remotecache" and "info dcache" commands.
5873 (Show): Fix wording of the documentation of the "set
5874 extension-language" command.
5875 (Signals): Add index entry for "info handle".
5876 (Memory Region Attributes): Fix punctuation.
5877 (Symbols): Change the arg name to "location" and refer to it in
5878 the text. Fix wording of "info types" doc.
5879 (Threads): Fix usage of @enumerate @item's.
5880 (Listing Tracepoints): Add index entry for "info tp".
5881 (Set Watchpoints): Add xref to "info break" description.
5882 (Macros): Add an index entry for "macro exp1". Document the
5883 "macro list" command.
5884 (Maintenance Commands): Document "flushregs", "maint agent",
5885 "maint check-symtabs", "maint cplus", "maint demangle", "maint
5886 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
5887 "maint print architecture", "maint print objfiles", "maint print
5888 statistics", "maint print type", "maint show-debug-regs", "maint
5889 space", "maint time", and "maint translate-address".
5890 (Connecting): Document the "monitor" command.
5891 (Annotations Overview): Describe the "set annotate" command.
5892
82f2d802
EZ
58932005-04-01 Eli Zaretskii <eliz@gnu.org>
5894
5895 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
5896 Rearrange index entries and improve wording about support for
5897 hardware watchpoints.
5898
7d51c7de
BR
58992005-03-10 Bob Rossi <bob@brasko.net>
5900
5901 * gdb.texinfo: Update copyright
5902
68c71a2e
TR
59032005-02-09 Theodore A. Roth <troth@openavr.org>
5904
5905 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
5906 error.
5907
83761cbd
KB
59082005-02-03 Kevin Buettner <kevinb@redhat.com>
5909
5910 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
5911
9f1c6395
MS
59122005-01-17 Michael Snyder <msnyder@redhat.com>
5913
5914 * gdb.texinfo: Fix spelling, infinte -> infinite.
5915
fbd1b305
MK
59162005-01-08 Mark Kettenis <kettenis@gnu.org>
5917
5918 * observer.texi (GDB Observers): Document "solib_loaded".
5919
3ace7edb
AC
59202005-01-07 Andrew Cagney <cagney@gnu.org>
5921
bec39cab
AC
5922 * configure.ac: Rename configure.in, require autoconf 2.59.
5923 * configure: Re-generate.
5924
3ace7edb
AC
5925 * configure.in: Replace configdirs with multiple references to
5926 AC_CONFIG_SUBDIRS.
5927 * configure: Re-generate.
5ae4183a 5928
53531fc1
AC
59292005-01-04 Andrew Cagney <cagney@gnu.org>
5930
5931 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
5932 part of the version number.
5933
536ffdb7
MK
59342004-12-24 Mark Kettenis <kettenis@gnu.org>
5935
5936 * gdbint.texinfo (Algorithms): Remove description of
5937 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
5938
e1aac25b
JB
59392004-12-07 Jim Blandy <jimb@redhat.com>
5940
5941 * gdb.texinfo (General Query Packets): Specify that thread ID's in
5942 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
5943 numbers.
5944
f47b1503
AS
59452004-12-07 Andreas Schwab <schwab@suse.de>
5946
5947 * gdb.texinfo (Mode Options): Document -l option.
5948
b6b8ece6
EZ
59492004-12-04 Eli Zaretskii <eliz@gnu.org>
5950
5951 * gdbint.texinfo (Algorithms): More accurate description of
5952 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
5953 is not needed unless data-read and data-access watchpoints are
5954 supported. Add a description of how GDB checks whether the
5955 inferior stopped because a watchpoint was hit.
5956
01371747
EZ
59572004-11-23 Eli Zaretskii <eliz@gnu.org>
5958
5959 * gdb.texinfo (Files): Add cross-reference to description of
5960 -readnow command-line switch.
5961
2315ffec
RC
59622004-11-10 Randolph Chung <tausq@debian.org>
5963
5964 * gdb.texinfo: Document set/show backtrace past-entry commands.
5965 Rearrange index entries for set/show backtrace past-main.
5966
69065f5d
AC
59672004-11-10 Jon Beniston <jon@beniston.com>
5968
5969 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
5970 * gdb.texinfo (Remote Serial Protocol): Further describe
5971 binary transfer escaping mechanism .
69065f5d 5972
30e91e0b
RC
59732004-11-08 Randolph Chung <tausq@debian.org>
5974
5975 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
5976 and "show debug infrun". Add index entries.
5977
60bf7e09
EZ
59782004-10-23 Eli Zaretskii <eliz@gnu.org>
5979
5980 * gdb.texinfo (SVR4 Process Information): Document subcommands of
5981 "info proc" that are already implemented. Add index entries.
5982 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
5983 (Files): Add a tip for decreasing memory used for symtabs from
5984 shared libraries.
f018e82f
EZ
5985 (Starting): Fix whitespace; make "elaboration" stand out where it
5986 is first used, and add an index entry for the term.
f8568604
EZ
5987 (Calling): Expand and elaborate text. Add "print". Add the
5988 description of problems with weak aliases.
384ee23f 5989 (Core File Generation): New section.
60bf7e09 5990
d52fe014
AC
59912004-10-12 Andrew Cagney <cagney@gnu.org>
5992
5993 * gdbint.texinfo (Versions and Branches): New chapter.
5994 (Releasing GDB): Delete "Versions and Branches" section.
5995 (Top): Add "Versions and Branches".
5996
703663ab
EZ
59972004-10-08 Eli Zaretskii <eliz@gnu.org>
5998
5999 * gdb.texinfo (Editing, History): Add cross-references to the
6000 included Readline and History user documentation. Remove
6001 references to the symbol have-readline-appendices which is unused
6002 and undefined.
6003 (History): Fix indexing.
6004
ac77d04f
JJ
60052004-10-08 Jeff Johnston <jjohnstn@redhat.com>
6006
6007 * gdbint.texinfo (target_stopped_data_address): Update to
6008 new prototype.
6009 (i386_stopped_data_address): Update prototype and description.
6010 (i386_stopped_by_watchpoint): New function and description.
6011
e07c999f
PH
60122004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
6013
6014 * gdb.texinfo (Filenames): Add Ada suffixes.
6015 (Ada) New section.
6016
2e868123
AC
60172004-09-27 Andrew Cagney <cagney@gnu.org>
6018 Robert Picco <Robert.Picco@hp.com>
6019
6020 * gdb.texinfo (Packets): Document the "p" packet.
6021
02a57714
JM
60222004-09-21 Jason Molenda (jmolenda@apple.com)
6023
6024 * gdb.texinfo (Paths and Names of the Source Files): Document the
6025 meaning of values in the 'desc' field of a SO stab.
6026
ae038cb0
DJ
60272004-09-20 Daniel Jacobowitz <dan@debian.org>
6028
6029 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
6030 max-cache-age" and "maint show dwarf2 max-cache-age".
6031
f7dc1244
EZ
60322004-09-16 Eli Zaretskii <eliz@gnu.org>
6033
6034 * gdb.texinfo (Set Breaks): Add index entry for setting
6035 breakpoints on overloaded C++ functions that are not members of
6036 any classes. Add an example and an index entry for setting
6037 breakpoints on all program functions.
6038 (Character Sets, Macros, Overlay Commands)
6039 (Non-debug DLL symbols, GDB/MI Output Syntax)
6040 (Annotations Overview, Maintenance Commands, File-I/O Overview):
6041 Use "(@value{GDBP})" instead of a literal "(gdb)".
6042
f810308b
AC
60432004-09-12 Andrew Cagney <cagney@gnu.org>
6044
6045 * gdbint.texinfo (Native Debugging): Delete description of
6046 FILES_INFO_HOOK.
6047
15a661f3
PH
60482004-09-11 Paul Hilfinger <hilfinger@gnat.com>
6049
5ae4183a
AS
6050 * gdbint.texinfo (User Interface): Change local_hex_string_custom
6051 to hex_string_custom (not historically correct, but more
15a661f3
PH
6052 understandable, given the current code).
6053
f3219c75
AC
60542004-09-03 Andrew Cagney <cagney@gnu.org>
6055
6056 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
6057
f3bb6704
JJ
60582004-09-01 Jeff Johnston <jjohnstn@redhat.com>
6059
6060 * observer.texi (solib_unloaded): New observer.
6061
8d2c00cb
AC
60622004-08-24 Andrew Cagney <cagney@gnu.org>
6063
6064 * gdbint.texinfo (Target Architecture Definition): Add missing
6065 comma.
6066
e7dc800a
MC
60672004-08-20 Michael Chastain <mec.gnu@mindspring.com>
6068
6069 * (Using the Testsuite): build != host is supported,
6070 but some test scripts do not support build != host.
6071
73b03683
MK
60722004-08-14 Mark Kettenis <kettenis@gnu.org>
6073
6074 * gdbint.texinfo (Host Definition): Delete description of
6075 FCLOSE_PROVIDED and GETENV_PROVIDED.
6076
c0ccb908
MK
60772004-08-05 Mark Kettenis <kettenis@chello.nl>
6078
6079 * gdbint.texinfo (Host Definition): Delete description of
6080 NO_SYS_FILE.
6081 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
6082 PTRACE_FP_BUG.
6083
9c8dbfa9
AC
60842004-08-05 Andrew Cagney <cagney@gnu.org>
6085
6086 * gdbint.texinfo (Target Architecture Definition): Delete
6087 reference to deprecated_read_fp.
6088
f42accbe
AC
60892004-08-02 Andrew Cagney <cagney@gnu.org>
6090
6091 * gdbint.texinfo (Target Architecture Definition): Delete
6092 description of DEPRECATED_REGISTER_BYTES.
6093
0b66e38c
EZ
60942004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
6095
6096 * gdb.texinfo (Source Path): Document the new behavior of
6097 searching for the source files.
6098
15387254
EZ
60992004-07-17 Eli Zaretskii <eliz@gnu.org>
6100
6101 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
6102 (Search, Expressions, Arrays, Variables, Data, Machine Code)
6103 (Auto Display): Improve indexing.
6104
2c07db7a
AC
61052004-07-16 Andrew Cagney <cagney@gnu.org>
6106
6107 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
6108 "-noasync".
6109
4644b6e3
EZ
61102004-07-09 Eli Zaretskii <eliz@gnu.org>
6111
6112 * gdb.texinfo: Fix @kindex entries so that multiple commands that
6113 have the same prefix have only their prefix in the index.
6114
7561d450
MK
61152004-07-03 Mark Kettenis <kettenis@gnu.org>
6116
6117 * gdb.texinfo (BSD libkvm Interface): New node (section)
6118 (Native): Add it to the menu.
6119
67bebe79
MK
61202004-07-01 Mark Kettenis <kettenis@gnu.org>
6121
6122 * gdbint.texinfo (Target Architecture Definition): Remove
6123 PCC_SOL_BROKEN.
6124
1a6923e0
MK
61252004-06-24 Mark Kettenis <kettenis@gnu.org>
6126
6127 * gdbint.texinfo (Target Architecture Definition): Remove
6128 SUN_FIXED_LBRAC_BUG.
6129
b435e160
AC
61302004-06-26 Andrew Cagney <cagney@gnu.org>
6131
6132 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
6133
b5622e8d
AC
61342004-06-20 Andrew Cagney <cagney@gnu.org>
6135
6136 * gdbint.texinfo (Target Architecture Definition): Deprecate
6137 USE_STRUCT_CONVENTION.
6138
e0c07bf0
MC
61392004-06-19 Michael Chastain <mec.gnu@mindspring.com>
6140
6141 gdb.texinfo (Bug Reporting): Mention session recording,
6142 with the script command or Emacs.
6143
782263ab
AC
61442004-06-18 Andrew Cagney <cagney@gnu.org>
6145
6146 * gdbint.texinfo (Target Architecture Definition): Deprecate
6147 FUNCTION_START_OFFSET.
6148
03727ca6
AC
61492004-06-14 Andrew Cagney <cagney@gnu.org>
6150
6151 Based on changes from Karl Berry.
6152 * gdb.texinfo: Do not use @sc in a direntry.
6153 * stabs.texinfo: Change @dircateogry to "Software development".
6154 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
6155
97092415
AC
61562004-06-13 Andrew Cagney <cagney@gnu.org>
6157
6158 * gdbint.texinfo (Target Architecture Definition): Delete
6159 description of RETURN_VALUE_ON_STACK.
6160
1f6d4158
AC
61612004-06-09 Andrew Cagney <cagney@gnu.org>
6162
6163 * gdbint.texinfo (Native Debugging): Restore "@table @code"
6164 deleted by previous patch.
6165
d966f0cb
AC
61662004-06-08 Andrew Cagney <cagney@gnu.org>
6167
6168 * gdbint.texinfo (Native Debugging): Delete documentation on
6169 ATTACH_DETACH.
6170
86fe4aaa
RC
61712004-06-06 Randolph Chung <tausq@debian.org>
6172
6173 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
6174
d4b6d575
RC
61752004-06-06 Randolph Chung <tausq@debian.org>
6176
5ae4183a 6177 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
6178 the new push_dummy_call method signature. Describe the function
6179 argument.
6180
4e8b0763
JB
61812004-05-24 Joel Brobecker <brobecker@gnat.com>
6182
6183 * gdb.texinfo (Starting): Document new start command.
6184
59caf092
AC
61852004-05-21 Andrew Cagney <cagney@redhat.com>
6186
6187 * observer.texi (GDB Observers): Document "inferior_created".
6188
e4a2df64
AC
61892004-05-08 Andrew Cagney <cagney@redhat.com>
6190
e6b55ae2
AC
6191 * gdbint.texinfo (Target Architecture Definition): Delete
6192 description of DO_DEFERRED_STORES.
6193
28954179
AC
6194 * gdbint.texinfo (Target Architecture Definition): Delete
6195 references to DEPRECATED_FIX_CALL_DUMMY.
6196
434b87dd
AC
6197 * gdbint.texinfo (Target Architecture Definition): Delete
6198 description of DEPRECATED_CALL_DUMMY_WORDS,
6199 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
6200
58d28df8
AC
6201 * gdbint.texinfo (Target Architecture Definition): Delete
6202 description of DEPRECATED_PUSH_DUMMY_FRAME.
6203
e4a2df64
AC
6204 * gdbint.texinfo (Target Architecture Definition): Delete
6205 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
6206
2b4855ab
AC
62072004-05-07 Andrew Cagney <cagney@redhat.com>
6208
6209 * observer.texi (GDB Observers): Add "Debugging" section. Include
6210 cross reference to "set/show debug observer".
6211 * gdb.texinfo (Debugging Output): Document "set/show debug
6212 observer".
6213
fcf70625
AC
62142004-05-01 Andrew Cagney <cagney@redhat.com>
6215
6216 * gdbint.texinfo (Target Architecture Definition): Delete
6217 description of DEPRECATED_PC_IN_SIGTRAMP.
6218
8ee56bcf
AC
62192004-04-30 Andrew Cagney <cagney@redhat.com>
6220
6221 * gdbint.texinfo (Target Architecture Definition): Delete
6222 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
6223
67ab9a76
OF
62242004-04-30 Orjan Friberg <orjanf@axis.com>
6225
6226 * observer.texi (GDB Observers): Correct spelling.
6227
79346bcb
OF
62282004-04-26 Orjan Friberg <orjanf@axis.com>
6229
6230 * observer.texi (GDB Observers): Add target_changed event.
6231
7a464420
AC
62322004-04-08 Andrew Cagney <cagney@redhat.com>
6233
6234 * observer.texi (GDB Observers): Rework, provide generic observer
6235 definitions and then a list of observable events.
6236
6cdf9d98
AC
62372004-04-04 Andrew Cagney <cagney@redhat.com>
6238
6239 * gdbint.texinfo (Host Definition): Delete reference to
6240 NO_SIGINTERRUPT.
6241
ddc135a4
AC
62422004-04-02 Andrew Cagney <cagney@redhat.com>
6243
6244 * gdbint.texinfo (Target Architecture Definition): Delete
6245 reference to DEPRECATED_CALL_DUMMY_LENGTH.
6246
6a1b180d
SC
62472004-03-28 Stephane Carrez <stcarrez@nerim.fr>
6248
6249 * gdb.texinfo (TUI Commands): Document tui reg commands.
6250
d0d5df6f
AC
62512004-03-26 Andrew Cagney <cagney@redhat.com>
6252
6253 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
6254 "gdbtui".
6255 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
6256 (Contributors): Mention both Text and Terminal User Interface.
6257
aa2a3f87
AC
62582004-03-23 Andrew Cagney <cagney@redhat.com>
6259
6260 * gdbint.texinfo (Target Architecture Definition): Deprecate
6261 references to SIGTRAMP_START and SIGTRAMP_END.
6262
f561f026
AC
62632004-03-23 Andrew Cagney <cagney@redhat.com>
6264
6265 * gdbint.texinfo (Target Architecture Definition): Deprecate
6266 references to PC_IN_SIGTRAMP.
6267
33cb8b0f
AC
62682004-03-19 Andrew Cagney <cagney@redhat.com>
6269
6270 * gdbint.texinfo (Target Architecture Definition): Delete
6271 reference to GDB_TARGET_IS_HPPA.
6272
fc989b7a
AC
62732004-03-18 Andrew Cagney <cagney@redhat.com>
6274
6275 * gdbint.texinfo (Coding): Update section on gdbarch_data,
6276 describe pre_init and post_init.
6277
701b08bb
DJ
62782004-03-09 Daniel Jacobowitz <drow@mvista.com>
6279
6280 * gdb.texinfo (Debugging Output): Document values for "set debug
6281 target".
6282
faae5abe
AC
62832004-02-28 Andrew Cagney <cagney@redhat.com>
6284
6285 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
6286
dd79a6cf
JJ
62872004-02-26 Jeff Johnston <jjohnstn@redhat.com>
6288
6289 * gdb.texinfo (breakpoints): Add information about the
6290 new "set breakpoint pending" and "show breakpoint pending"
6291 commands.
6292
e7f16015
AC
62932004-02-26 Andrew Cagney <cagney@redhat.com>
6294
6295 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
6296 in Per-architecture module data section.
6297
7161a3a6
RM
62982004-02-25 Roland McGrath <roland@redhat.com>
6299
6300 * gdb.texinfo (General Query Packets): Document qPart:... packets.
6301
2154891a
AC
63022004-02-24 Andrew Cagney <cagney@redhat.com>
6303
6304 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
6305 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
6306 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 6307
6c74ac8b
AC
63082004-02-17 Andrew Cagney <cagney@redhat.com>
6309
6310 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
6311
19772a2c
AC
63122004-02-16 Andrew Cagney <cagney@redhat.com>
6313
6314 * gdbint.texinfo (Target Architecture Definition): Deprecate
6315 FRAMELESS_FUNCTION_INVOCATION.
6316
c9830293
AC
63172004-02-16 Andrew Cagney <cagney@redhat.com>
6318
6319 * gdbint.texinfo (Coding): Mention -Wunused-function.
6320
b9d26eb9
AC
63212004-02-14 Andrew Cagney <cagney@redhat.com>
6322
6323 * gdbint.texinfo (Target Architecture Definition): Delete
6324 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
6325
49efadf5
EZ
63262004-02-12 Elena Zannoni <ezannoni@redhat.com>
6327
6328 * gdb.texinfo: Properly quote the name "C++".
6329 * gdbint.texinfo: Ditto.
6330 * stabs.texinfo: Ditto.
6331
1eb288ea
EZ
63322004-02-11 Elena Zannoni <ezannoni@redhat.com>
6333
6334 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
6335 minimal information about libiberty.
6336
e4937fc1
MC
63372004-02-06 Michael Chastain <mec.gnu@mindspring.com>
6338
6339 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
6340
a9331b3f
RM
63412004-02-04 Roland McGrath <roland@redhat.com>
6342
6343 * gdb.texinfo (Auxiliary Vector): New node (section).
6344 (Data): Add it to the menu.
6345
2650777c
JJ
63462004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6347
6348 * gdb.texinfo (Breakpoints): Add information about pending
6349 breakpoint support.
6350
b4501125
AC
63512004-01-26 Andrew Cagney <cagney@redhat.com>
6352
6353 * gdb.texinfo (Overview): Delete references to the cisco protocol
6354 including the "N" response.
6355
74055713
AC
63562004-01-26 Andrew Cagney <cagney@redhat.com>
6357
6358 * gdbint.texinfo (Target Architecture Definition): Rename
6359 EXTRACT_STRUCT_VALUE_ADDRESS to
6360 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 6361
3bbe9696
EZ
63622004-01-24 Eli Zaretskii <eliz@gnu.org>
6363
6364 * gdb.texinfo (KOD): Document "show os". Add index entries for
6365 "set/show os" and "info cisco" commands.
6366
5843504f
EZ
63672004-01-21 Eli Zaretskii <eliz@gnu.org>
6368
6369 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
6370
9175c9a3
MC
63712004-01-19 Michael Chastain <mec.gnu@mindspring.com>
6372
6373 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
6374 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
6375
8e94b928
NR
63762004-01-19 Nick Roberts <nick@nick.uklinux.net>
6377
6378 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
6379 -stack-list-locals.
6380 (GDB/MI Variable Objects): Describe extension to
6381 -var-list-children.
6382
a20cf136
DJ
63832004-01-17 Daniel Jacobowitz <drow@mvista.com>
6384
6385 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
6386
afb18d0f
AC
63872004-01-17 Andrew Cagney <cagney@redhat.com>
6388
6389 * gdbint.texinfo (Target Architecture Definition): Delete
6390 documentation on DEPRECATED_NPC_REGNUM.
6391
b51970ac
DJ
63922004-01-13 Daniel Jacobowitz <drow@mvista.com>
6393
6394 * gdb.texinfo: Update copyright year. Mention that set
6395 follow-fork-mode is supported on GNU/Linux. Remove documentation of
6396 "set follow-fork-mode ask".
6397
0f0cffd2
AC
63982004-01-13 Andrew Cagney <cagney@redhat.com>
6399
6400 * gdbint.texinfo: Update copyright year.
6401 (Coding): Add -Wunused-label to list of -Werror warnings.
6402
c552b3bb 64032004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 6404 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
6405
6406 * gdb.texinfo: Update copyright.
6407 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
6408 around names, as appropriate. Minor syntax cleanup of
6409 _NSPrintForDebugger explanation. Two spaces after periods.
6410 GDBN used instead of lit. "gdb". Index entries added for
6411 print-object and _NSPrintForDebugger. @noindent added in one spot.
6412
afe157ca
EZ
64132003-11-11 Elena Zannoni <ezannoni@redhat.com>
6414
6415 * stabs.texinfo: Add dircategory and direntry commands.
6416 * annotate.texinfo: Ditto.
6417
963e2bb7
AC
64182003-11-10 Andrew Cagney <cagney@redhat.com>
6419
6420 * gdbint.texinfo (Target Architecture Definition): Replace the
6421 return_value method's "inval" and "outval" parameters with
6422 "readbuf" and "writebuf".
6423
1d8b2f28
JB
64242003-10-28 Jim Blandy <jimb@redhat.com>
6425
6426 * gdb.texinfo (The F request packet, The F reply packet): Renamed
6427 from "The `F' request packet" and "The `F' reply packet", to make
6428 texi2dvi happy.
6429 (File-I/O remote protocol extension): Update menu entries, too.
6430
36d86913
MC
64312003-10-26 Michael Chastain <mec@shout.net>
6432
6433 * gdb.texinfo (Thread Stops): Document the issue with
6434 premature return from system calls in multi-threaded programs.
6435
ce2826aa
AC
64362003-10-24 Andrew Cagney <cagney@redhat.com>
6437
6438 * annotate.texinfo: Fix "fortunatly"[sic].
6439
f24c5e49
KI
64402003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
6441
6442 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
6443 with "Hitachi" and "Mitsubishi".
6444
92ad9cd9
AC
64452003-10-20 Andrew Cagney <cagney@redhat.com>
6446
6447 * gdbint.texinfo (Target Architecture Definition): Document
6448 gdbarch_return_value. Add cross references from
6449 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
6450 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
6451
0ab4b752
MK
64522003-10-18 Mark Kettenis <kettenis@gnu.org>
6453
6454 * gdbint.texinfo (Target Architecture Definition): Document
6455 regset_from_core_section.
fb3e19c0
KI
6456
64572003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
6458
6459 * gdb.texinfo (M32R/D): Mention m32rsdi target.
6460
a9331b3f 64612003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
6462
6463 From Anthony Green <green@redhat.com>:
5ae4183a 6464 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 6465
1485d690
KB
64662003-10-14 Kevin Buettner <kevinb@redhat.com>
6467
889bf7c5
PA
6468 * gdb.texinfo (Breakpoint related warnings): New node.
6469 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 6470
86d30acc
DJ
64712003-10-13 Daniel Jacobowitz <drow@mvista.com>
6472
6473 * gdb.texinfo (Remote Protocol): Document v and vCont.
6474
172c2a43
KI
64752003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
6476
6477 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
6478 * gdbint.texinfo: Ditto.
6479
71952f4c
AC
64802003-10-09 Andrew Cagney <cagney@redhat.com>
6481
6482 From 2003-09-18 David Anderson <davea@sgi.com>:
6483 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
6484 "command".
6485
268e2188
AC
64862003-10-03 Andrew Cagney <cagney@redhat.com>
6487
6488 * gdbint.texinfo (Target Architecture Definition): Deprecate
6489 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
6490 just target.
6491
12c266ea 64922003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 6493
f30992d4 6494 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
6495 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
6496 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
6497 * gdbint.texinfo (Target Architecture Definition): Rename
6498
64992003-09-30 Andrew Cagney <cagney@redhat.com>
6500
f30992d4 6501 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 6502 (Target Architecture Definition):
f30992d4 6503
2e092625
AC
6504 * gdbint.texinfo (Target Architecture Definition): Rename
6505 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
6506
0717ae8a
AC
65072003-09-29 Andrew Cagney <cagney@redhat.com>
6508
dad809b7
AC
6509 * gdbint.texinfo (Target Architecture Definition): Delete
6510 documentation for NEED_TEXT_START_END.
6511
0717ae8a
AC
6512 * gdbint.texinfo (Target Architecture Definition): Rename
6513 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
6514 TARGET_WRITE_PC.
a9331b3f 6515
af6cf26d
MC
65162003-09-22 Michael Chastain <mec@shout.net>
6517
6518 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
6519
ee206350
AG
65202003-09-21 Anthony Green <green@redhat.com>
6521
6522 * gdbint.texinfo (Target Architecture Definition): Fix typos.
6523
a38c9fe6
MK
65242003-09-21 Mark Kettenis <kettenis@gnu.org>
6525
6526 * gdbint.texinfo (Target Architecture Definition): Document
6527 stabs_argument_has_addr.
6528
77949794
AC
65292003-09-18 Andrew Cagney <cagney@redhat.com>
6530
6531 * gdbint.texinfo (Target Architecture Definition): Delete
6532 documentation on REGISTER_NAMES.
6533
8e823e25
MK
65342003-09-13 Mark Kettenis <kettenis@gnu.org>
6535
6536 * gdbint.texinfo (Target Architecture Definition): Replace
6537 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
6538
f27dd7fd
AC
65392003-09-11 Andrew Cagney <cagney@redhat.com>
6540
6541 * gdbint.texinfo (Target Architecture Definition): Replace
6542 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
6543
8b148df9
AC
65442003-08-18 Andrew Cagney <cagney@redhat.com>
6545
6546 * gdbint.texinfo (Target Architecture Definition): Document
6547 "frame_red_zone_size".
6548
25d29d70
AC
65492003-08-09 Andrew Cagney <cagney@redhat.com>
6550
6551 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
6552 with "set/show backtrace past-main" and "set/show backtrace
6553 limit".
6554
c938e9b0
L
65552003-08-08 H.J. Lu <hongjiu.lu@intel.com>
6556
6557 * Makefile.in (install-info): Support DESTDIR.
6558 (install-html): Likewise.
6559
64fabec2
AC
65602003-08-07 Andrew Cagney <cagney@redhat.com>
6561
6562 Patch from Nick Roberts.
6563 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
6564 bindings. Remove description of send-gdb-command.
6565
2fcf52f0
AC
65662003-08-07 Andrew Cagney <cagney@redhat.com>
6567
6568 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
6569 GDB 6.0.
6570
086432e2
AC
65712003-08-06 Andrew Cagney <cagney@redhat.com>
6572
6573 * gdb.texinfo (Mode Options): Mention that level three is the
6574 highest available and that level 2 is deprecated.
6575 (Annotations Overview): Mention annotation levels. Cross reference
6576 to "Limitations of the Annotation Interface" in annotate.texi.
6577 (TODO, Value Annotations, Frame Annotations): Delete section.
6578 (Displays, Breakpoint Info): Delete.
6579
e5249f67
AC
65802003-08-04 Andrew Cagney <cagney@redhat.com>
6581
6582 * agentexpr.texi: Delete @bye.
6583 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
6584 (stabs.info): Add $(srcdir) to include search path.
6585 (html): Depend on "annotate_toc.html", and not "annotate.html".
6586 * stabs.texinfo: Ditto. Include "fdl.texi".
6587 * gdbint.texinfo: Update copyright statement's list of invariant
6588 sections.
6589
e6f672d2
AC
65902003-07-28 Andrew Cagney <cagney@redhat.com>
6591
6592 * Makefile.in (INFO_DEPS): Add annotate.info.
6593 (dvi, ps, html, pdf): Add annotate.
6594 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
6595 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
6596 (ANNOTATE_DOC_FILES): New macro.
6597 (ANNOTATE_TEX_TMPS): New macro.
6598 (annotate.info, annotate_toc.html): Specify dependencies.
6599 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
6600 * annotate.texinfo: Rename annotate.texi. Get building. Add
6601 "Migrating to GDB/MI" and "Limitations of the Annotation
6602 Interface" chapters. Mention why it is not part of the user
6603 guide. Update copyright notice. Include "fdl.texi".
6604
72ffddc9
SC
66052003-07-26 Stephane Carrez <stcarrez@nerim.fr>
6606
6607 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
6608
a9f12a31
DJ
66092003-07-24 Daniel Jacobowitz <drow@mvista.com>
6610
6611 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
6612
b1fe9455
DJ
66132003-07-24 Daniel Jacobowitz <drow@mvista.com>
6614
6615 * gdb.texinfo (Server): Mention pidof.
6616
153721e6
AC
66172003-07-22 Andrew Cagney <cagney@redhat.com>
6618
6619 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
6620 list.
6621
0fac0b41
DJ
66222003-06-28 Daniel Jacobowitz <drow@mvista.com>
6623
6624 * gdb.texinfo (Logging output): New chapter.
6625
4e562065
JB
66262003-06-24 Joel Brobecker <brobecker@gnat.com>
6627
6628 * gdb.texinfo (Unsupported languages): New section.
6629 (Languages): Add link to new section.
6630
f2c06f52
AC
66312003-06-22 Andrew Cagney <cagney@redhat.com>
6632
6633 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
6634
b4177fca
DJ
66352003-06-22 Daniel Jacobowitz <drow@mvista.com>
6636
6637 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
6638
f418dd93
DJ
66392003-06-22 Daniel Jacobowitz <drow@mvista.com>
6640
6641 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
6642 * agentexpr.texi: Retitle section, and change it to an appendix.
6643 Comment out texinfo initialization. Factor a @var{} into two
6644 pieces to prevent makeinfo warnings.
6645 * gdb.texinfo: Add Agent Expressions appendix.
6646
4ca61388
DJ
66472003-06-19 Daniel Jacobowitz <drow@mvista.com>
6648
6649 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
6650
07f31aa6
DJ
66512003-06-18 Daniel Jacobowitz <drow@mvista.com>
6652
5ae4183a 6653 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
6654 remote target". Document the "detach" and "disconnect" commands.
6655 (Server, Netware, Debug Session): Reference "Connecting to a
6656 remote target".
6657 (GDB/MI Target Manipulation): Document "-target-disconnect".
6658
2dd0da42
AC
66592003-06-13 Andrew Cagney <cagney@redhat.com>
6660
6661 * gdbint.texinfo (Target Architecture Definition): Deprecate
6662 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
6663 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
6664
e7a3abfc
JB
66652003-06-09 Jim Blandy <jimb@redhat.com>
6666
6667 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
6668
25e3a86b
AC
66692003-06-08 Andrew Cagney <cagney@redhat.com>
6670
6671 * gdbint.texinfo (Target Architecture Definition): Delete
6672 documentation on FRAME_ARGS_ADDRESS_CORRECT.
6673
a9e5fdc2
AC
66742003-06-08 Andrew Cagney <cagney@redhat.com>
6675
6676 * gdbint.texinfo (Target Architecture Definition): Document
6677 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
6678
b37303ee
AF
66792003-06-07 Adam Fedor <fedor@gnu.org>
6680
6681 * gdb.texinfo: Add Objective-C documentation.
6682
39fe6e80
AC
66832003-06-01 Andrew Cagney <cagney@redhat.com>
6684
6685 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
6686 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
6687
125309b2
AC
66882003-05-21 Andrew Cagney <cagney@redhat.com>
6689
6690 * gdbint.texinfo (Target Architecture Definition): Delete
6691 references to "extract_address" and "store_address".
6692
b8b527c5
AC
66932003-05-16 Andrew Cagney <cagney@redhat.com>
6694
6695 * gdbint.texinfo (Target Architecture Definition): Replace
6696 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
6697 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
6698
50e3ee83
TR
66992003-05-14 Theodore A. Roth <troth@openavr.org>
6700
6701 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
6702
44e2be90
L
67032003-05-10 H.J. Lu <hongjiu.lu@intel.com>
6704
6705 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
6706 (gdb.dvi): Likewise.
6707 (gdb.pdf): Likewise.
6708 (links2roff): Likewise.
6709
df5215a6
JB
67102003-05-08 Jim Blandy <jimb@redhat.com>
6711
6712 * gdb.texinfo (Dump/Restore Files): Update documentation for
6713 'dump', 'append', and 'restore': note that format argument is
6714 optional; simplify presentation of the command variants; and be
6715 more precise about the formats.
6716
5e7b2f39
JB
67172003-05-07 Jim Blandy <jimb@redhat.com>
6718
6719 * gdb.texinfo (Symbols): Update documentation: 'maint list
6720 symtabs' and 'maint list psymtabs' have been renamed 'maint info
6721 symtabs' and 'maint info psymtabs'.
6722
b1e29e33
AC
67232003-05-05 Andrew Cagney <cagney@redhat.com>
6724
6725 * gdbint.texinfo (Target Architecture Definition): Make
6726 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
6727 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
6728 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
6729
00905d52
AC
67302003-05-04 Andrew Cagney <cagney@redhat.com>
6731
6732 * gdb.texinfo (Maintenance Commands): Document "maint print
6733 dummy-frames".
6734
54ff5908
AC
67352003-05-04 Andrew Cagney <cagney@redhat.com>
6736
6737 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
6738
32e7087d
JB
67392003-05-03 J. Brobecker <brobecker@gnat.com>
6740
6741 Thierry Schneider <tpschneider1@yahoo.com>
6742 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
6743 for new MI command.
6744
7043d8dc
AC
67452003-05-03 Andrew Cagney <cagney@redhat.com>
6746
6747 * gdbint.texinfo (Target Architecture Definition): Document
6748 push_dummy_code. Add cross references.
6749
e33d66ec
EZ
67502003-05-02 Elena Zannoni <ezannoni@redhat.com>
6751
6752 * gdb.texinfo (Character Sets): Update to reflect new behavior of
6753 set/show charsets commands.
6754
0ba6dca9
AC
67552003-04-28 Andrew Cagney <cagney@redhat.com>
6756
6757 * gdbint.texinfo (Target Architecture Definition): Replace
6758 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
6759 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
6760
d7a27068
AC
67612003-04-28 Andrew Cagney <cagney@redhat.com>
6762
6763 * gdbint.texinfo (Target Architecture Definition): Rename
6764 "tm_print_insn" to "deprecated_tm_print_insn".
6765
44ea7b70
JB
67662003-04-09 Jim Blandy <jimb@redhat.com>
6767
6768 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
6769 list psymtabs'.
6770
fb8f8949
AC
67712003-04-08 Andrew Cagney <cagney@redhat.com>
6772
6773 * gdbint.texinfo (Target Architecture Definition): Delete
6774 references to EXTRA_FRAME_INFO.
6775
32fb0f22
AC
67762003-04-08 Andrew Cagney <cagney@redhat.com>
6777
6778 * gdbint.texinfo (Target Architecture Definition): Delete
6779 PRINT_TYPELESS_INTEGER.
6780
6be67e67
JB
67812003-04-02 J. Brobecker <brobecker@gnat.com>
6782
6783 * observer.texi (GDB Observers): Adjust the documentation for the
6784 normal_stop notification to better describe reality. Fix a couple
6785 of minor typos.
6786
4e35d5f0
BR
67872003-04-02 Bob Rossi <bob_rossi@cox.net>
6788
a9331b3f 6789 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
6790 '-file-list-exec-source-file'
6791
e8a8712a
AC
67922003-03-31 Andrew Cagney <cagney@redhat.com>
6793
6794 * gdbint.texinfo (Target Architecture Definition): Delete
6795 references to CALL_DUMMY_P.
6796
6c0e89ed
AC
67972003-03-30 Andrew Cagney <cagney@redhat.com>
6798
6799 * gdbint.texinfo (Target Architecture Definition): Remove
6800 reference to TARGET_WRITE_SP.
a9331b3f 6801
378bfd1b
AC
68022003-03-27 Andrew Cagney <cagney@redhat.com>
6803
6804 * gdbint.texinfo (Target Architecture Definition): Remove
6805 references to write_sp.
6c0e89ed 6806
922fbb7b
AC
68072003-03-27 Andrew Cagney <cagney@redhat.com>
6808
6809 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
6810 chapter body. Use @smallexample instead of @example.
6811 (Annotations): Ditto.
6812 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
6813 annotate.texi.
6814
b81774d8
AC
68152003-03-26 Andrew Cagney <cagney@redhat.com>
6816
6817 * gdbint.texinfo (Target Architecture Definition): Replace
6818 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
6819 dummy_addr parameters.
6820
1bf6d5cc
AC
68212003-03-25 Andrew Cagney <cagney@redhat.com>
6822
6823 * gdbint.texinfo (Target Architecture Definition): Delete
6824 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
6825 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
6826 Add reference to PUSH_ARGUMENTS.
6827
618ce49f
AC
68282003-03-23 Andrew Cagney <cagney@redhat.com>
6829
6830 * gdbint.texinfo (Algorithms, Target Architecture Definition):
6831 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
6832
bcd7e15f
JB
68332003-03-18 J. Brobecker <brobecker@gnat.com>
6834
6835 * gdbint.texinfo (Algorithms): Add new section describing the
6836 Observer paradigm.
6837 (Top): Add menu entry to new observer appendix.
6838 * observer.texi: New file.
6839 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
6840 new observer.texi file.
6841
9fe8321b
AC
68422003-03-17 Andrew Cagney <cagney@redhat.com>
6843
6844 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
6845 that GNU Press update the manual version number.
6846
ac2adee5
AC
68472003-03-12 Andrew Cagney <cagney@redhat.com>
6848
6849 * gdbint.texinfo (Target Architecture Definition): Delete
6850 references to get_saved_register. Rename GET_SAVED_REGISTER to
6851 DEPRECATED_GET_SAVED_REGISTER.
6852
749b82f6
AC
68532003-03-13 Andrew Cagney <cagney@redhat.com>
6854
6855 * gdbint.texinfo (Target Architecture Definition): Replace
6856 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
6857
8bedc050
AC
68582003-03-12 Andrew Cagney <cagney@redhat.com>
6859
6860 * gdbint.texinfo (Target Architecture Definition): Rename
6861 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 6862
0ce1b118
CV
68632003-03-10 Corinna Vinschen <vinschen@redhat.com>
6864
6865 * gdb.texinfo: Add File-I/O documentation.
6866
12cc2063
AC
68672003-03-10 Andrew Cagney <cagney@redhat.com>
6868
6869 * gdbint.texinfo (Target Architecture Definition): Cross reference
6870 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
6871
7453dc06
AC
68722003-03-07 Andrew Cagney <cagney@redhat.com>
6873
6874 * gdb.texinfo (Debugging Output): Mention the "set/show debug
6875 frame" command.
6876
6314f104
AC
68772003-03-05 Andrew Cagney <cagney@redhat.com>
6878
6879 * gdbint.texinfo (Target Architecture Definition): Document
6880 unwind_dummy_id. Cross reference unwind_dummy_id and
6881 SAVE_DUMMY_FRAME_TOS.
6882
f1212245
DJ
68832003-03-05 James Ingham <jingham@apple.com>
6884 Daniel Jacobowitz <drow@mvista.com>
6885
6886 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
6887 and "show cp-abi".
6888
77e7e267
AC
68892003-03-03 Andrew Cagney <cagney@redhat.com>
6890
6891 * gdbint.texinfo (Target Architecture Definition): Document
6892 register_type.
6893
838a8221
AC
68942003-03-03 Andrew Cagney <cagney@redhat.com>
6895
6896 * stabs.texinfo (Structures): Use @samp and separate @var's
6897 instead of a single @var containing a comma separated list.
6898 (Unions): Ditto.
6899
d7f4a264
DJ
69002003-03-02 Daniel Jacobowitz <drow@mvista.com>
6901
6902 * Makefile.in (distclean): Remove config.log.
6903
f30ee0bc
AC
69042003-03-01 Andrew Cagney <cagney@redhat.com>
6905
6906 * gdbint.texinfo (Target Architecture Definition): Rename
6907 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
6908
69092003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
6910
6911 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
6912 DEPRECATED_INIT_EXTRA_FRAME_INFO.
6913
be448670
CF
69142003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
6915
6916 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
6917 (Non-debug DLL symbols): New node, describing the minimal symbols
6918 loaded from DLLs without real debugging symbols.
6919
501eef12
AC
69202003-02-20 Andrew Cagney <ac131313@redhat.com>
6921
6922 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
6923 hardware-breakpoint-limit".
6924 (Set Watchpoints): Add cross reference to "set remote
6925 hardware-watchpoint-limit".
6926 (Remote configuration options): New section.
6927
21c294e6
AC
69282003-02-04 Andrew Cagney <ac131313@redhat.com>
6929
e9be73e4
AC
6930 * gdbint.texinfo (Target Architecture Definition): Delete
6931 descrption of IS_TRAPPED_INTERNALVAR.
6932
21c294e6
AC
6933 From Keith Seitz <keiths@redhat.com>:
6934 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
6935 option "-i"/"--interpreter" to this chapter. Include index
6936 entries.
6937
0179ffac
DC
69382003-02-04 David Carlton <carlton@math.stanford.edu>
6939
6940 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
6941 (Variables): Recommend stabs+ and DWARF 2.
6942 (C plus plus expressions): Correct info about
6943 compiler versions, debug formats.
6944 (Contributors): Change 'DWARF2' to 'DWARF 2'.
6945 PR symtab/874.
6946
7ca9f392
AC
69472003-02-01 Andrew Cagney <ac131313@redhat.com>
6948
6949 * gdbint.texinfo (Target Architecture Definition): Delete
6950 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
6951 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
6952 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
6953 references to nindy and i960.
6954 * gdb.texinfo (i960): Delete all references to i960 and nindy.
6955
31a85ea2
AC
69562003-02-01 Andrew Cagney <ac131313@redhat.com>
6957
6958 * gdbint.texinfo (Target Architecture Definition): Delete
6959 FLOAT_INFO.
6960
6b894e49
AC
69612003-01-30 Andrew Cagney <ac131313@redhat.com>
6962
6963 * stabs.texinfo (Member Type Descriptor): Clarify description of
6964 `@'. Suggested by Ben Hutchings.
6965
c48861fb
AC
69662003-01-29 Andrew Cagney <ac131313@redhat.com>
6967
6968 * gdb.texinfo (M68K): Delete reference to es1800.
6969
617073a9
AC
69702003-01-29 Andrew Cagney <ac131313@redhat.com>
6971
6972 * gdb.texinfo (Maintenance Commands): Document `maint print
6973 reggroups' and `maint print register-groups'.
6974 * gdbint.texinfo (Target Architecture Definition): Document
6975 register_reggroup_p.
6976
5b5d99cf
JB
69772003-01-23 Jim Blandy <jimb@redhat.com>
6978
6979 * gdb.texinfo (Separate Debug Files): New section.
6980
e7ba9c65
DJ
69812003-01-22 Daniel Jacobowitz <drow@mvista.com>
6982
6983 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
6984 and "maint show profile".
6985
94e91d6d
MC
69862003-01-16 Michael Chastain <mec@shout.net>
6987
6988 * gdb.texinfo (Installing GDB): Warn against
6989 ".../gdb-VERSION/gdb/configure".
6990 (Separate Objdir): Likewise.
6991
867f3898
AC
69922003-01-15 Andrew Cagney <ac131313@redhat.com>
6993
6994 * gdbint.texinfo (Target Architecture Definition): Delete
6995 definition of PRINT_REGISTER_HOOK.
6996
f153cc92
EZ
69972003-01-15 Elena Zannoni <ezannoni@redhat.com>
6998
6999 (OpenRISC 1000): Fix formatting of command names.
7000
c60eb6f1
EZ
70012003-01-15 Elena Zannoni <ezannoni@redhat.com>
7002
7003 * gdb.texinfo (Continuing and Stepping): Add new command
7004 'advance'. Clarify behavior of 'until'.
7005
f5ebfba0
DJ
70062003-01-13 Daniel Jacobowitz <drow@mvista.com>
7007
7008 * gdb.texinfo (Files): Document solib-absolute-prefix and
7009 solib-search-path.
7010
4ce8657e
MC
70112003-01-09 Michael Chastain <mec@shout.net>
7012
7013 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
7014 (Create a Release): Add new instructions for new @file{src-release}.
7015 Document existing instructions for @file{Makefile.in} as
7016 being for @value{GDBN} 5.3.1 or earlier.
7017
372613e3
AC
70182003-01-09 Andrew Cagney <ac131313@redhat.com>
7019
7020 * gdbint.texinfo (Target Architecture Definition): Mention
7021 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
7022 allocate memory.
7023
b4e9345d
DJ
70242003-01-04 Daniel Jacobowitz <drow@mvista.com>
7025
7026 * gdb.texinfo (Controlling GDB): Add @kindex for
7027 "show osabi".
7028 (Backtraces): Add @kindex's for backtrace-below-main.
7029
98b45e30
DJ
70302003-01-04 Daniel Jacobowitz <drow@mvista.com>
7031
7032 * gdb.texinfo (Controlling GDB): Document "set osabi".
7033
95f90d25
DJ
70342003-01-04 Daniel Jacobowitz <drow@mvista.com>
7035
7036 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
7037 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
7038
1e698235
DJ
70392003-01-04 Daniel Jacobowitz <drow@mvista.com>
7040
7041 * gdb.texinfo (Controlling GDB): Add ABI section. Document
7042 "set coerce-float-to-double".
7043 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
7044
e632838e
AC
70452003-01-02 Andrew Cagney <ac131313@redhat.com>
7046
7047 * stabs.texinfo: Remove obsolete text.
7048 * gdbint.texinfo: Ditto.
7049 * gdb.texinfo: Ditto.
7050
c133ab7a
MK
70512002-12-22 Mark Kettenis <kettenis@gnu.org>
7052
7053 * gdbint.texinfo (Target Architecture Definition): Update
7054 description of gdbarch_register_osabi.
7055
f821f325
KH
70562002-12-20 Kazu Hirata <kazu@cs.umass.edu>
7057
7058 * agentexpr.texi: Fix typos.
7059 * annotate.texi: Likewise.
7060 * fdl.texi: Likewise.
7061
85a6d8d3 70622002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
7063
7064 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
7065 DEPRECATED_INIT_FRAME_PC.
7066
ae45cd16
AC
70672002-12-01 Andrew Cagney <ac131313@redhat.com>
7068
7069 * gdbint.texinfo (Target Architecture Definition): Delete
7070 PC_IN_CALL_DUMMY.
7071
07555a72
AC
70722002-11-28 Andrew Cagney <ac131313@redhat.com>
7073
7074 * gdbint.texinfo (Host Definition): Delete documentation on
7075 USE_GENERIC_DUMMY_FRAMES.
7076
c166cdc7
EZ
70772002-11-26 Elena Zannoni <ezannoni@redhat.com>
7078
5ae4183a 7079 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
7080 * Makefile.in (install-info): Run the install-info command as part
7081 of the post install steps only.
7082 (uninstall-info): New target.
7083 (uninstall): New target.
7084
35db0260
EZ
70852002-11-22 Elena Zannoni <ezannoni@redhat.com>
7086
7087 * Makefile.in (install): Make install do some real work.
7088
9ba8d803
AC
70892002-11-19 Andrew Cagney <ac131313@redhat.com>
7090
7091 Fix POSIX problem reported by Paul Eggert.
7092 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
7093 Fix PR gdb/527.
7094
903ad3a6
AC
70952002-10-26 Andrew Cagney <cagney@redhat.com>
7096
7097 * gdbint.texinfo (Target Architecture Definition): Delete
7098 definition of DO_REGISTERS_INFO.
7099
f2abfe65
KB
71002002-10-18 Kevin Buettner <kevinb@redhat.com>
7101
7102 * gdbint.texinfo (Address Classes): Fix problems with insertion
7103 of ``{'' and ``}'' in example.
7104
b5b0480a
KB
71052002-10-17 Kevin Buettner <kevinb@redhat.com>
7106
7107 * gdbint.texinfo (Address Classes): New section.
7108 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
7109 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
7110 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
7111 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
7112
c85508ee
KD
71132002-10-11 Klee Dienes <kdienes@apple.com>
7114
7115 * gdb.texinfo (Registers): Mention vector registers as well as
7116 floating registers in the documentation for 'info registers' and
7117 'info all-registers'.
7118
6d12fc3d
DJ
71192002-10-11 Daniel Jacobowitz <drow@mvista.com>
7120
7121 * gdbint.texinfo (CPLUS_MARKER): Remove item.
7122
8d19fbd2
JJ
71232002-10-03 Jeff Johnston <jjohnstn@redhat.com>
7124
7125 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
7126 interface definition.
7127
a37295f9
MM
71282002-10-03 Marko Mlinar <markom@opencores.org>
7129
7130 * gdb.texinfo (Target Commands): Add or1k target specific
7131 commands.
7132 * gdb.texinfo (Contributors): Add myself to the contributors list.
7133
da0f9dcd
AC
71342002-10-01 Andrew Cagney <ac131313@redhat.com>
7135
7136 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
7137 and "mi1" instead of "mi1" and "mi0".
7138
2e834e49
HPN
71392002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
7140
7141 * gdb.texinfo (Packets): Fix typos "alligned".
7142 Correct z3/Z3 description. Correct z4/Z4 title.
7143
050be0dc
AC
71442002-09-27 Andrew Cagney <ac131313@redhat.com>
7145
7146 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
7147
1104b9e7
KB
71482002-09-25 Kevin Buettner <kevinb@redhat.com>
7149
7150 * gdb.texinfo: Use GNU/Linux instead of Linux.
7151
512217c7
AC
71522002-09-25 Andrew Cagney <ac131313@redhat.com>
7153
7154 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
7155
10998722
AC
71562002-09-24 Andrew Cagney <ac131313@redhat.com>
7157
512217c7 7158 * gdb.texinfo: Replace @example with @smallexample.
10998722 7159
a0eb71c5
KB
71602002-09-20 Kevin Buettner <kevinb@redhat.com>
7161
f7dc1244 7162 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
7163 * gdb.texinfo (Character Sets): Use @smallexample instead of
7164 @example. Use GNU/Linux instead of Linux.
7165
71662002-09-20 Jim Blandy <jimb@redhat.com>
7167
7168 * gdb.texinfo: Add character set documentation.
7169
2f870471
AC
71702002-09-19 Andrew Cagney <ac131313@redhat.com>
7171
7172 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
7173 (Packets): Add cross reference from `b' packet to `z' packets.
7174
790eb8f5
AC
71752002-09-19 Andrew Cagney <ac131313@redhat.com>
7176
8d30a00d
AC
7177 * gdb.texinfo (Maintenance Commands): Document ``maint
7178 internal-error'' and ``maint internal-warning''.
7179
790eb8f5
AC
7180 * gdbint.texinfo (Target Architecture Definition): Revise
7181 description of STACK_ALIGN. Add description of FRAME_ALIGN.
7182
a23a7bf1
JB
71832002-09-19 Joel Brobecker <brobecker@gnat.com>
7184
7185 * gdbint.texinfo (Target Conditionals): Document the new
7186 NAME_OF_MALLOC macro.
7187
299ffc64
AC
71882002-09-05 Andrew Cagney <ac131313@redhat.com>
7189
7190 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
7191 engineer.
7192
b7bb15bc
SC
71932002-09-02 Stephane Carrez <stcarrez@nerim.fr>
7194
7195 * gdb.texinfo (TUI Overview): Document status line fields.
7196
3d757584
SC
71972002-09-02 Stephane Carrez <stcarrez@nerim.fr>
7198
7199 * gdb.texinfo (TUI Commands): Document info win command.
7200
269c21fe
SC
72012002-09-01 Stephane Carrez <stcarrez@nerim.fr>
7202
7203 * gdb.texinfo (TUI Overview): Document breakpoint markers.
7204
7cf36c78
SC
72052002-09-01 Stephane Carrez <stcarrez@nerim.fr>
7206
7207 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
7208 (TUI Keys): Likewise.
7209
d2c6833e
AC
72102002-08-25 Andrew Cagney <ac131313@redhat.com>
7211
7212 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
7213 for a packet receive.
7214
46d8b1c3
AC
72152002-08-25 Andrew Cagney <ac131313@redhat.com>
7216
7217 * Makefile.in (clean): Move to end of file.
7218 (distclean, maintainer-clean, realclean): Ditto.
7219 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
7220 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
7221 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
7222 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
7223
b0787093
AC
72242002-08-24 Andrew Cagney <ac131313@redhat.com>
7225
7226 * Makefile.in (GDBINT_TEX_TMPS): Define.
7227 (gdbint.dvi, gdbint.pdf): Use
7228 (GDB_TEX_TMPS): Define.
7229 (gdb.dvi, gdb.pdf): Use.
7230 (STABS_TEX_TMPS): Define.
7231 (stabs.dvi, stabs.pdf): Use.
7232 (GDB_DOC_SOURCE_INCLUDES): New macros.
7233 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
7234 (GDBINT_DOC_FILES_INCLUDES): New macros.
7235 (GDBINT_DOC_BUILD_INCLUDES): New macros.
7236 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
7237 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
7238 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
7239 (links2roff): Replace SFILES_INCLUDED with
7240 GDB_DOC_SOURCE_INCLUDES.
7241 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
7242 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
7243 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
7244 dependencies.
7245 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
7246 dependencies.
7247 (gdbmi.texinfo): Delete rule.
7248 (inc-hist.texinfo): Delete rule.
7249 (rluser.texinfo): Delete rule.
7250
ebba8386
AC
72512002-08-23 Andrew Cagney <cagney@redhat.com>
7252
7253 * gdbint.texinfo (Target Architecture Definition): Update
7254 STORE_RETURN_VALUE, mention regcache.
7255
0ab7a791
AC
72562002-08-21 Andrew Cagney <ac131313@redhat.com>
7257
7258 * gdbint.texinfo (Target Architecture Definition): Document
7259 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
7260
ee2d5c50
AC
72612002-08-19 Andrew Cagney <ac131313@redhat.com>
7262
7263 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
7264 Fix minor typos. Add index entries.
7265
53c69bd7
AC
72662002-08-18 Andrew Cagney <ac131313@redhat.com>
7267
7268 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
7269
e76f1f2e
AC
72702002-08-15 Andrew Cagney <ac131313@redhat.com>
7271
7272 * gdbint.texinfo (Target Architecture Definition): Document
7273 PRINT_VECTOR_INFO.
7274 * gdb.texinfo (Vector Unit): Document "info vectors" command.
7275
0680b120
AC
72762002-08-13 Andrew Cagney <ac131313@redhat.com>
7277
7278 * gdb.texinfo (Maintenance Commands): Document "maint print
7279 registers", "maint print raw-registers" and "maint print
7280 cooked-registers".
7281
3c3bea1c
GS
72822002-08-08 Grace Sainsbury <graces@redhat.com>
7283
a9331b3f 7284 From Mark Salter:
3c3bea1c
GS
7285 * gdb.texinfo (Protocol): Document T packet extension to
7286 allow watchpoint address reporting.
7287
42f9b0a5
AC
72882002-08-03 Andrew Cagney <ac131313@redhat.com>
7289
7290 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
7291
db034ac5
AC
72922002-08-01 Andrew Cagney <cagney@redhat.com>
7293
7294 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
7295 to CHILL.
7296
e2b28d04
AC
72972002-08-01 Andrew Cagney <ac131313@redhat.com>
7298
7299 * gdbint.texinfo (Coding): Revise section "Include Files".
7300
7fb623f7
AC
73012002-07-24 Andrew Cagney <cagney@redhat.com>
7302
7303 * gdbint.texinfo: Obsolete references to m88k.
7304 * gdb.texinfo: Ditto.
7305
4a2b4636
JB
73062002-07-10 Joel Brobecker <brobecker@gnat.com>
7307
7fb623f7 7308 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
7309 where the proper version of autoconf can be retrieved.
7310
a71ec265
DH
73112002-07-09 Don Howard <dhoward@redhat.com>
7312
7313 * gdb.texinfo (Command Files): Further describe the behavior of
7314 sourced command files.
7315
b9aa90c9
AC
73162002-06-27 Andrew Cagney <ac131313@redhat.com>
7317
7318 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
7319 (Coding): Clarify ISO C version that GDB assumes.
7320
40dd2248
TT
73212002-06-26 Tom Tromey <tromey@redhat.com>
7322
7323 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
7324 add_setshow_cmd_full.
7325
bfac230e
DH
73262002-06-25 Don Howard <dhoward@redhat.com>
7327
7328 * gdb.texinfo (Memory Region Attributes): Document new behavior
7329 for 'mem' command.
7330
475b0867
JB
73312002-06-11 Jim Blandy <jimb@redhat.com>
7332
919d772c
JB
7333 * gdb.texinfo (Symbols): Update documentation for `info source'
7334 command.
7335
475b0867
JB
7336 * gdb.texinfo (Macros): Call the command `info macro', not
7337 `show macro'.
7338
ba8c9337
AC
73392002-06-09 Andrew Cagney <ac131313@redhat.com>
7340
7341 * gdbint.texinfo (Coding): Add section ``Per-architecture module
7342 data''.
7343
1029b7fa
MK
73442002-06-09 Mark Kettenis <kettenis@gnu.org>
7345
7346 * gdbint.texinfo (Target Architecture Definition): Document
7347 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
7348
16737d73
AC
73492002-06-08 Andrew Cagney <ac131313@redhat.com>
7350
7351 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
7352 lists.
7353
30107679
AC
73542002-06-08 Andrew Cagney <ac131313@redhat.com>
7355
7356 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
7357 Branch''.
7358
3352e23e
AC
73592002-06-01 Andrew Cagney <ac131313@redhat.com>
7360
7361 * gdbint.texinfo (Target Architecture Definition): Add section
7362 ``Converting an existing Target Architecture to Multi-arch''.
7363
cbb09e6a
AC
73642002-05-30 Andrew Cagney <ac131313@redhat.com>
7365
7366 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
7367 to ``Obsoleting code''. Revise.
7368
e2e0bcd1
JB
73692002-05-17 Jim Blandy <jimb@redhat.com>
7370
7371 * gdb.texinfo (C Preprocessor Macros): New chapter.
7372 Include it in the main menu.
7373 (Contributors): Credit Jim Blandy with macro support.
7374 (Compilation): Explain how to get macro information into the
7375 executable.
7376 (Expressions): Note that preprocessor macros are expanded.
7377
9db8d71f
DJ
73782002-05-14 Daniel Jacobowitz <drow@mvista.com>
7379
7380 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
7381 options for `target remote'.
7382
6d531722
AC
73832002-05-13 Andrew Cagney <ac131313@redhat.com>
7384
7385 * gdbint.texinfo (Target Architecture Definition): Delete
7386 documentation on NNPC_REGNUM.
7387
13d01224
AC
73882002-05-11 Andrew Cagney <ac131313@redhat.com>
7389
7390 * gdbint.texinfo (Target Architecture Definition): Document
7391 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
7392 (Target Architecture Definition): Revise section `Using Different
7393 Register and Memory Data Representations'. Add section `Raw and
7394 Virtual Register Representations'.
7395
b2e75d78
AC
73962002-05-11 Andrew Cagney <ac131313@redhat.com>
7397
7398 * gdbint.texinfo (Target Architecture Definition): Mention
7399 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
7400 (Target Architecture Definition): Mention same. Add references to
7401 web pages.
7402
2c8682ee
MS
74032002-05-08 Michael Snyder <msnyder@redhat.com>
7404
7405 * stabs.texinfo (Attributes): Document new "vector" attribute.
7406
0816590b
AC
74072002-05-04 Andrew Cagney <ac131313@redhat.com>
7408
7409 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
7410
2653173e
AC
74112002-05-04 Andrew Cagney <ac131313@redhat.com>
7412
7413 * gdb.texinfo: Delete obsolete references to a29k.
7414
d7bd68ca
AC
74152002-04-24 Andrew Cagney <ac131313@redhat.com>
7416
7417 * gdbint.texinfo (Target Architecture Definition): Replace
7418 IN_SIGTRAMP with PC_IN_SIGTRAMP.
7419
21d83aa5
DM
74202002-04-24 David S. Miller <davem@redhat.com>
7421
7422 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
7423
7673a6cc
DM
74242002-04-21 David S. Miller <davem@redhat.com>
7425
7426 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
7427
d49d1e0a
AC
74282002-04-21 Andrew Cagney <ac131313@redhat.com>
7429
7430 * gdbint.texinfo (Target Architecture Definition): Delete
7431 definition of HAVE_REGISTER_WINDOWS.
7432
f7dc1244 74332002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
7434
7435 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
7436 "Theodore A. Roth" <troth@verinet.com>.
7437
5ca0cb28
DH
74382002-04-15 Don Howard <dhoward@redhat.com>
7439
f7dc1244 7440 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 7441 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 7442 Provide a better explaination of this feature.
5ca0cb28 7443
f208ba17
AC
74442002-04-14 Andrew Cagney <ac131313@redhat.com>
7445
7446 * gdbint.texinfo (Target Architecture Definition): Remove
7447 FRAME_CHAIN_COMBINE.
7448
d5ba91de
MC
74492002-04-12 Michael Chastain <mec@shout.net>
7450
7451 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
7452 REG_STACK_SEGMENT.
7453
26818220
MC
74542002-04-09 Michael Chastain <mec@shout.net>
7455
7456 * gdbint.texinfo (Obsolete Conditionals): Remove references to
7457 PYRAMID_* macros.
7458
129188f6
AC
74592002-04-07 Andrew Cagney <ac131313@redhat.com>
7460
7461 * gdb.texinfo (Bug Reporting): Document that the web is the
7462 prefered way of submitting bug reports.
7463 (Bug Reporting): Delete the s-mail address as the last resort.
7464
8227c0ff
AC
74652002-04-05 Andrew Cagney <ac131313@redhat.com>
7466
7467 * gdbint.texinfo (Target Architecture Definition): Delete
7468 references to TARGET_WRITE_FP and write_fp.
7469
16d9dec6
MS
74702002-03-27 Michael Snyder <msnyder@redhat.com>
7471
7472 * gdb.texinfo: Document new commands dump, append, and restore.
7473
9ae8b82c
AC
74742002-03-27 Andrew Cagney <ac131313@redhat.com>
7475
7476 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
7477 Branch'.
7478
474c8240
AC
74792002-03-18 Andrew Cagney <ac131313@redhat.com>
7480
7481 * gdb.texinfo: Change all examples to @smallexample.
7482 * gdbint.texinfo: Ditto.
a9331b3f 7483
fb0ff88f
AC
74842002-03-18 Andrew Cagney <ac131313@redhat.com>
7485
7486 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
7487 Branches''.
7488
9bb0a4d8
AC
74892002-03-18 Andrew Cagney <ac131313@redhat.com>
7490
7491 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
7492 Policy''.
7493
937f164b
FF
74942002-03-04 Fred Fish <fnf@redhat.com>
7495
7496 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
7497 expresson, suports, dependant, trhe, perhaphs, situtations,
7498 explictily, taged, oportunity, unfortunatly).
7499
a7b40f07
AC
75002002-02-24 Andrew Cagney <ac131313@redhat.com>
7501
7502 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
7503 Remove reference to 3.12.
7504
aab4e0ec
AC
75052002-02-23 Andrew Cagney <ac131313@redhat.com>
7506
7507 * gdbint.texinfo: Include fdl.texi.
7508 (Top): Add GNU Free Documentation License.
7509 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
7510 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
7511 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
7512 (gdbint.info): Add srcdir to include path.
7513 * gdb.texinfo: Include gpl.texi.
7514 (Top): Add Copying.
7515 * gpl.texi: New file.
7516
47b95330
AC
75172002-02-23 Andrew Cagney <ac131313@redhat.com>
7518
7519 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
7520
78c47bea
PM
75212002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
7522
7523 * gdb.texinfo: Document Cygwin native specific commands.
7524
56460a61
DJ
75252002-02-15 Daniel Jacobowitz <drow@mvista.com>
7526
7527 * gdb.texinfo: Document gdbserver ``--attach'' command.
7528
def71bfa
MS
75292002-02-07 Michael Snyder <msnyder@redhat.com>
7530
7531 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
7532 to @code(_ovly_debug_event).
7533
c928edc0
AC
75342002-02-07 Andrew Cagney <ac131313@redhat.com>
7535
7536 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
7537
81d46470
MS
75382002-02-06 Michael Snyder <msnyder@redhat.com>
7539
7540 * gdb.texinfo (overlays): Mention new magic symbol
7541 '_ovly_debug_event', which allows GDB to keep better track
7542 of overlays.
7543
f7dc1244 75442002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
7545
7546 * gdb.texinfo (Memory Region Attributes): Fix the wording.
7547 Suggested by Dmitry Sivachenko.
7548
7549 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
7550
15110bc3
MS
75512002-02-01 Michael Snyder <msnyder@redhat.com>
7552
7553 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
7554
6763aef9
MS
75552002-01-30 Michael Snyder <msnyder@redhat.com>
7556
ac282366
MS
7557 * gdb.texinfo: (remote protocol): Gramatical fix-up.
7558 (set trust-readonly-sections): Document.
6763aef9 7559
8642bc8f
AC
75602002-01-29 Andrew Cagney <ac131313@redhat.com>
7561
7562 * gdbint.texinfo (Releasing GDB): Revise and update.
7563
afe64c1a
AC
75642002-01-28 Andrew Cagney <ac131313@redhat.com>
7565
7566 * gdbint.texinfo (Target Architecture Definition): Delete
7567 description of TARGET_BYTE_ORDER_DEFAULT.
7568
f7dc1244 75692002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
7570
7571 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
7572 <mitya@cavia.pp.ru>.
7573
3d6e1b5a
AC
75742002-01-23 Andrew Cagney <ac131313@redhat.com>
7575
7576 * libgdb.texinfo: Delete file.
7577
6c0e9fb3
AC
75782002-01-22 Andrew Cagney <ac131313@redhat.com>
7579
7580 * gdb.texinfo: Remove makeinfo 3.12 hacks.
7581 * gdbint.texinfo: Ditto.
7582
e0ce93ac
AC
7583Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
7584
7585 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
7586
be298bcc
AC
75872002-01-22 Andrew Cagney <ac131313@redhat.com>
7588
7589 * Makefile.in: Update copyright.
7590 (TEXI2DVI): Define.
7591 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
7592 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
7593 gdb-cfg.texi.
7594 (TEXINDEX, PDFTEX): Delete makefile variables.
7595
8e04817f
AC
75962002-01-22 Andrew Cagney <ac131313@redhat.com>
7597
7598 * gdb.texinfo (Protocol): Move section to appendix.
7599
6b2f586d
AC
76002002-01-21 Andrew Cagney <ac131313@redhat.com>
7601
7602 * gdb.texinfo (Remote Debugging): Create a menu.
7603 (Top): Add ``Remote Debugging'' to menu.
7604
6f05cf9f
AC
76052002-01-21 Andrew Cagney <ac131313@redhat.com>
7606
7607 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
7608 serial protocol'' from here.
7609 (Remote Debugging): To here. New chapter.
7610
3fd3d7d2
AC
76112002-01-20 Andrew Cagney <ac131313@redhat.com>
7612
7613 * gdbint.texinfo (Target Architecture Definition): Delete
7614 description of TARGET_BYTE_ORDER_SELECTABLE_P.
7615
7fd60527
AC
76162002-01-20 Andrew Cagney <ac131313@redhat.com>
7617
7618 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
7619 are no longer needed.
7620 (Porting GDB): Add maintainer note about configure.host.
7621
c2f05ac9
AC
76222002-01-20 Andrew Cagney <ac131313@redhat.com>
7623
7624 * gdbint.texinfo (Target Architecture Definition): Remove
7625 definition of IEEE_FLOAT.
7626
f7dc1244 76272002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
7628
7629 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
7630 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
7631 <3diff@gnu.org>
231b2aad 7632
82600034
AC
76332002-01-19 Andrew Cagney <ac131313@redhat.com>
7634
7635 * gdbint.texinfo (Host Definition): Remove references to
7636 MALLOC_INCOMPATIBLE.
7637
7708fa01
AC
76382002-01-17 Andrew Cagney <ac131313@redhat.com>
7639
7640 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
7641 and xyz-xdep.o.
7642
eb12ee30
AC
76432002-01-17 Andrew Cagney <ac131313@redhat.com>
7644
889bf7c5 7645 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
7646 (Set Breaks): Copy ``maint info breakpoint'' doco to
7647 ``Maintenance Commands'' appendix. Add reference.
7648
c9ccaa92
AC
76492002-01-17 Andrew Cagney <ac131313@redhat.com>
7650
7651 * fdl.texi: Remove next/prev from @node.
7652
f7dc1244 76532002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
7654
7655 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
7656 for monstrous @multitable (from Brian Youmans).
7657
7658 * fdl.texi: New file.
7659
7660 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
7661
8973da3a
AC
76622002-01-15 Andrew Cagney <ac131313@redhat.com>
7663
7664 * gdbint.texinfo (Releasing GDB): New chapter.
7665
7d86b5d5
AC
76662002-01-14 Andrew Cagney <ac131313@redhat.com>
7667
7668 * gdb.texinfo (Embedded Processors, Calling program functions):
7669 Obsolete references to a29k.
7670
cc1cb004
AC
76712002-01-13 Andrew Cagney <ac131313@redhat.com>
7672
7673 * gdbint.texinfo (Coding): Review Cleanups section. Examples
7674 examples. Document that a code-block should do or discard its
7675 cleanups before exit.
7676
79f12247
MS
76772002-01-11 Michael Snyder <msnyder@redhat.com>
7678
7679 * gdb.texinfo (Choosing files): Change @samp to @file.
7680
19837790
MS
76812002-01-05 Michael Snyder <msnyder@redhat.com>
7682
7683 * gdb.texinfo (--pid): Document new command line option (attach).
7684
f7dc1244 76852002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
7686
7687 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
7688 in the stub.
7689
d7449b42
AC
76902002-01-04 Andrew Cagney <ac131313@redhat.com>
7691
7692 * gdbint.texinfo (Target Architecture Definition): Replace
7693 BIG_ENDIAN with BFD_ENDIAN_BIG.
7694
f23631e4
AC
76952002-01-03 Andrew Cagney <ac131313@redhat.com>
7696
7697 * gdbint.texinfo (Target Architecture Definition): Replace
7698 value_ptr with struct value pointer.
7699
72c9928d
EZ
77002002-01-02 Eli Zaretskii <eliz@gnu.org>
7701
7702 * gdb.texinfo (Free Software): Fix wording.
7703
959acfd1
EZ
77042001-12-31 Eli Zaretskii <eliz@gnu.org>
7705
7706 * gdb.texinfo (Free Software): New section ``Free Software Needs
7707 Free Documentation''.
7708
f7dc1244 77092001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
7710
7711 * stabs.texinfo:
7712 * gdb.texinfo:
7713 * gdbint.texinfo:
7714 * libgdb.texinfo:
7715 * annotate.texi: Fix the application of GFDL in the Copyright notice.
7716
6600abed
MS
77172001-12-29 Michael Snyder <msnyder@redhat.com>
7718
7719 * gdb.texinfo (maint info sections): Fix typo.
7720
f6680716
MS
77212001-12-26 Michael Snyder <msnyder@redhat.com>
7722
fe95c787
MS
7723 * gdb.texinfo (maint info sections): Document.
7724
a9331b3f 7725 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
7726 'info proc' sub-options that are currently not implemented.
7727
c3d3ce5b
JB
77282001-12-20 Jim Blandy <jimb@redhat.com>
7729
7730 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
7731
778eb05e
AC
77322001-12-15 Andrew Cagney <ac131313@redhat.com>
7733
7734 * gdbint.texinfo (Target Architecture Definition): Replace
7735 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
7736
2607059c
AC
77372001-12-01 Andrew Cagney <ac131313@redhat.com>
7738
7739 * gdbint.texinfo (Host Definition): Delete documentation on
7740 HOST_BYTE_ORDER.
7741
df0cd8c5
JB
77422001-11-30 Jim Blandy <jimb@redhat.com>
7743
7744 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 7745 overlay support. Add to top-level menu.
df0cd8c5 7746
88118b3a
TT
77472001-11-26 Tom Tromey <tromey@redhat.com>
7748
7749 * gdb.texinfo (Command Syntax): Document C-o binding.
7750
96565e91
CF
77512001-07-26 Christopher Faylor <cgf@redhat.com>
7752
7753 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
7754 use since it is described in the referenced section.
7755
f7dc1244 7756 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
7757 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
7758 clearer when using DJGPP.
7759
2a3d5645
CF
77602001-11-24 Christopher Faylor <cgf@redhat.com>
7761
7762 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
7763 specifically refer to MS-DOS.
7764 (command files): Mention gdb.ini is only used on MS-DOS.
7765
aa26fa3a
TT
77662001-11-21 Tom Tromey <tromey@redhat.com>
7767
7768 * gdb.texinfo (Invoking GDB): Document --args.
7769 (Mode Options): Likewise.
7770
4f8ada06
JB
77712001-11-21 Jim Blandy <jimb@redhat.com>
7772
7773 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
7774 Delete documentation; this macro has been removed from the
7775 sources.
4f8ada06 7776
3fe0dc10
JB
77772001-11-13 Jim Blandy <jimb@redhat.com>
7778
7779 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
7780
9e5abb06
CV
77812001-11-06 Corinna Vinschen <vinschen@redhat.com>
7782
7783 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
7784
1c5dfdad
MS
77852001-11-05 Michael Snyder <msnyder@redhat.com>
7786
a9331b3f 7787 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
7788 quote regexp chars in function names such as "operator*()".
7789
990f9fe3
FF
77902001-11-01 Fred Fish <fnf@redhat.com>
7791
7792 * gdbint.texinfo (SOLIB_ADD): Document additional new
7793 "readsyms" arg.
7794
b433d00b
DH
77952001-10-30 Don Howard <dhoward@redhat.com>
7796
070b1dd3
DH
7797 * gdb.texinfo: (Command Files) Added documentation for the
7798 behavior of gdb with input redirected from a file.
b433d00b 7799
b7209cb4
FF
78002001-10-28 Fred Fish <fnf@redhat.com>
7801
7802 * gdb.texinfo (auto-solib-add): Change docs to match
7803 implementation change.
7804 (auto-solib-limit): Add docs for new variable.
7805
1aa20aa8
AC
78062001-10-15 Andrew Cagney <ac131313@redhat.com>
7807
7808 * gdbint.texinfo (Target Architecture Definition): Function
7809 value_as_pointer renamed to value_as_address.
7810
fc0c74b1
AC
78112001-10-15 Andrew Cagney <ac131313@redhat.com>
7812
7813 * gdbint.texinfo (Target Architecture Definition): Default
7814 POINTER_TO_ADDRESS functions assume unsigned addresses.
7815 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
7816 posting by Jim Blandy.
7817
f4846649
JB
78182001-10-12 Jim Blandy <jimb@redhat.com>
7819
7820 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
7821 version of texi2html (1.64) doesn't support this flag any more.
7822
f277788b
MK
78232001-09-08 Mark Kettenis <kettenis@gnu.org>
7824
a9dc4918
MK
7825 * gdbint.texinfo (Host Definition): Remove description of
7826 MEM_FNS_DECLARED.
7827
d28379df
MK
7828 * gdbint.texinfo (Host Definition): Remove description of R_OK.
7829
f277788b
MK
7830 * gdbint.texinfo (Host Definition): Remove description of
7831 HAVE_SIGSETMASK.
7832
7ccaa899
EZ
78332001-09-04 Elena Zannoni <ezannoni@redhat.com>
7834
7835 * gdbint.texinfo (Target Architecture Definition): Add
7836 explanation of TARGET_PRINT_INSN macro.
7837
17d9d558
JB
78382001-08-30 Jim Blandy <jimb@redhat.com>
7839
7840 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
7841 Explain what it means to load relocatable files.
7842
72cde065
JB
78432001-08-28 Jim Blandy <jimb@redhat.com>
7844
7845 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
7846 info `top' menu.
7847
9e678452
CF
7848Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
7849
7850 * gdbint.texinfo: Add a cautionary note about macro use.
7851
a2bea4c3 78522001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 7853
a2bea4c3
CV
7854 * gdb.texinfo: Explain omitting the hostname in the
7855 `target remote' command.
7856
1129bf27
DJ
78572001-07-30 Daniel Jacobowitz <drow@mvista.com>
7858
7859 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
7860 and END-INFO-DIR-ENTRY.
7861
732b3002
SC
78622001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7863
7864 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
7865
89437448
AC
78662001-07-25 Andrew Cagney <ac131313@redhat.com>
7867
7868 * gdbint.texinfo (libgdb): Rewrite.
7869
f7dc1244 78702001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
7871
7872 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
7873
c4555f82
SC
78742001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7875
7876 * gdb.texinfo (TUI): New chapter, document the TUI.
7877 (Mode Options): Document the -tui option.
7878
2f45a6e0
MK
78792001-07-23 Mark Kettenis <kettenis@gnu.org>
7880
7881 * gdbint.texinfo (Host Definition): Remove description of
7882 NEED_POSIX_SETPGID.
7883
f7dc1244 78842001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
7885
7886 * gdb.tex (DJGPP Native): New node, with descriptions of
7887 DJGPP-specific commands.
7888
be9c6c35
JM
78892001-07-19 John R. Moore <jmoore@redhat.com>
7890
7891 * gdbint.texinfo: Three misspellings.
7892
dfa249fb
AC
78932001-07-06 Andrew Cagney <ac131313@redhat.com>
7894
7895 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
7896 `test` expressions on bash. Problem reported by Colin Walters.
7897
c72e7388
AC
78982001-07-04 Andrew Cagney <ac131313@redhat.com>
7899
7900 * gdbint.texinfo (User Interface): Update ui-out documentation to
7901 refelect recent UI/MI updates.
7902
94bbb2c0
AC
79032001-07-04 Andrew Cagney <ac131313@redhat.com>
7904
7905 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
7906 interpreters.
7907
af6c57ea
AC
79082001-06-15 Andrew Cagney <ac131313@redhat.com>
7909
7910 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
7911 structure and not macros.
7912 (Host Definition): Document that much of this chapter is obsolete.
7913 (Target Architecture Definition): Update list of files that make
7914 up a target architecture.
7915 (Coding): Update.
7916
83aa8bc6
AC
79172001-06-28 Andrew Cagney <ac131313@redhat.com>
7918
7919 * gdbint.texinfo (Target Architecture Definition): Update
7920 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
7921 The latter has been changed to a true predicate.
7922
f7dc1244 79232001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
7924
7925 * annotate.texi: Add @noindent where needed. From Dmitry
7926 Sivachenko <dima@Chg.RU>.
7927 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
7928
656db9b0
AC
79292001-06-16 Andrew Cagney <ac131313@redhat.com>
7930
7931 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
7932
df2396a1
AC
79332001-06-14 Andrew Cagney <ac131313@redhat.com>
7934
7935 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
7936 returns ``OK''. Document that the ``R'' packet does not reply.
7937
0f1f2b0a
MS
79382001-06-13 Michael Snyder <msnyder@redhat.com>
7939
7940 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
7941
f7dc1244 79422001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
7943
7944 * gdb.texinfo (Signals): Clarify the default setting of signal
7945 handling.
7946
a5d7c491
AC
79472001-05-14 Andrew Cagney <ac131313@redhat.com>
7948
7949 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
7950 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
7951
05a54c4f
AC
79522001-05-12 Andrew Cagney <ac131313@redhat.com>
7953
7954 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
7955
f7dc1244 79562001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
7957
7958 * gdbint.texinfo (Clean Design and Portable Implementation):
7959 Renamed from "Clean Design".
7960 (Clean Design and Portable Implementation): Document portable
7961 methods of handling file names, and the associated macros.
7962
f7dc1244 79632001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
7964
7965 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
7966 command and provide a cross-reference to its description.
7967 (Symbols): Note that "info scope" is useful for trace experiments.
7968
f7dc1244 79692001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 7970
b37052ae
EZ
7971 * gdb.texinfo (Symbols): Document "info scope".
7972 (Tracepoints): New chapter.
7973 (Contributors): Update for v5.1.
7974 <All nodes>: Change "C++" to "C@t{++}".
7975
0ee54786
EZ
7976 * gdbint.texinfo (User Interface): A new section about ui_out
7977 functions, based on text written by Fernando Nasser.
7978
c534679c
EZ
7979 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
7980
f7dc1244 79812001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 7982
e9c75b65
EZ
7983 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
7984
7985 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
7986
7987 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
7988 Replace "GDB" with "@value{GDBN}". Fix markup.
7989
7990 * annotate.texi: Change Permissions to GFDL. Update Copyright.
7991
3d67e040
EZ
7992 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
7993 a cross-reference to its description.
7994 (Symbols): Document "info symbol".
7995
f7dc1244 79962001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
7997
7998 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
7999 subsection "x86 Watchpoints".
8000 (Target Architecture Definition): Document the macros
8001 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
8002 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
8003
b0ed3589
AC
80042001-03-20 Andrew Cagney <ac131313@redhat.com>
8005
8006 * gdbint.texinfo (Target Architecture Definition): Update
8007 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
8008 list.
8009
b6ba6518
KB
80102001-03-06 Kevin Buettner <kevinb@redhat.com>
8011
8012 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
8013 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
8014
f7dc1244 80152001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
8016
8017 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
8018
f7dc1244 80192001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 8020
17cc6a06
EZ
8021 * gdb.texinfo (Environment): Document that `path' does not change
8022 the value of PATH in GDB's own environment (it did in the past,
8023 but that was changed on March 15, 1994). Reported by Doug Evans
8024 <dje@transmeta.com>.
8025
56caf160
EZ
8026 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
8027 its line. Fix markup of commands and macros. Add an Index node
8028 and index entries.
8029
29e57380
C
80302001-01-23 J.T. Conklin <jtc@redback.com>
8031
8032 * gdb.texinfo (Memory region attributes): New manual section.
8033
1c6147de
ND
80342001-01-04 Nicholas Duffek <nsd@redhat.com>
8035
8036 * gdbint.texinfo (POP_FRAME): Document use by return_command.
8037
f7dc1244 80382000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
8039
8040 * refcard.tex: Version and copyright fixed. From Phil Edwards
8041 <pedwards@disaster.jaj.com>.
8042
0dcedd82
AC
8043Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
8044
8045 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 8046 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 8047
3b851bce
AC
8048Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
8049
8050 * gdbint.texinfo (Coding): Update current value of
889bf7c5 8051 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 8052
f7dc1244 80532000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
8054
8055 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
8056 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
8057
b90a5f51
CF
80582000-11-10 Christopher Faylor <cgf@cygnus.com>
8059
8060 * gdb.texinfo: Document new 'set step-mode' command.
8061
f7dc1244 80622000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
8063
8064 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
8065 changes from Dmitry Sivachenko <dima@Chg.RU>.
8066
f7dc1244 80672000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
8068
8069 * gdb.texinfo (Hooks): Document the new post-hook functionality.
8070 From Steven Johnson <sbjohnson@ozemail.com.au>.
8071
2e685b93
MK
80722000-08-10 Mark Kettenis <kettenis@gnu.org>
8073
8074 * gdbint.texinfo (Overall Structure): Spelling fix.
8075
f7dc1244 80762000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
8077
8078 * gdbint.texinfo (Target Architecture Definition): Document that
8079 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
8080 for which REGISTER_CONVERTIBLE returns a zero value.
8081
63ac3005
EZ
80822000-07-08 Christopher Faylor <cgf@cygnus.com>
8083
8084 * Makefile.in (install-info): Find files to install in either the
8085 build or source directories (adapted from Makefile.am).
8086
bd79f757
ND
80872000-07-07 Nicholas Duffek <nsd@redhat.com>
8088
8089 * stabs.texinfo: Fix spelling errors.
8090 (String Field): FILE-NUMBER starts from 0, not 1.
8091
f7dc1244 80922000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
8093
8094 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 8095 Brian Youmans.
5f208f6d 8096
f7dc1244 80972000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
8098
8099 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
8100 the source directory. Reported by Mark Harig
8101 <markh@frazier.landmark.com>.
cc542d3b 8102
f3b28801
C
81032000-06-20 J.T. Conklin <jtc@redback.com>
8104
8105 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
8106
449f3b6c
AC
8107Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
8108
8109 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 8110 Generate using pdftex.
449f3b6c 8111 (PDFTEX): Define.
889bf7c5 8112 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 8113 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 8114 @contents at the start.
449f3b6c 8115
f7dc1244 81162000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
8117
8118 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 8119 Youmans.
48e934c6 8120
9e9c5ae7
AC
8121Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
8122
8123 From Brian Youmans:
8124 * gdb.texinfo: Fix ``et al.''.
8125
c741b251
AC
8126Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
8127
8128 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 8129 loop.
c741b251 8130
4ab64e14
JG
81312000-05-19 Jimmy Guo <guo@cup.hp.com>
8132
8133 * configure: Regenerate.
8134
f7dc1244 81352000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
8136
8137 * Makefile.in (install-info): Run install-info on installed Info
8138 files.
8139
8c70017b
AC
8140Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
8141
a7cb598a 8142 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 8143 Andrew Cagney.
8c70017b 8144
f7dc1244 81452000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
8146
8147 * gdb.texinfo: Proofreading changes from Brian Youmans.
8148
bf0184be
ND
81492000-05-01 Nick Duffek <nsd@cygnus.com>
8150
8151 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
8152 startup sequence, minor edits.
8153
f7dc1244 81542000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
8155
8156 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
8157 TeX.
8158
8159 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
8160 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
8161 like `n' and `s' which look weird. Convert some of the @kindex to
8162 @vindex, when they refer to variables, not commands.
8163
33e16fad
AC
8164Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
8165
8166 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
8167
f7dc1244 81682000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
8169
8170 * Makefile.in (GDBMI_DIR): New variable.
8171 (SET_TEXINPUTS): Add $(GDBMI_DIR).
8172 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
8173 (gdbmi.texinfo): New target, for texi2roff.
8174 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
8175 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
8176
8177 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
8178 gdbmi.texinfo.
8179 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
8180 comment.
8181
d167840f
EZ
81822000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8183
8184 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 8185 command.
d167840f 8186
f7dc1244 81872000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
8188
8189 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
8190 prevents the build (and is generally a Bad Idea).
8191
f7dc1244 81922000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
8193
8194 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
8195 a comma inside @var.
8196 (Command Files): Index markup changes from Dmitry Sivachenko
8197 <dima@Chg.RU>.
8198
f7dc1244 81992000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
8200
8201 * Makefile.in (LN_S): Define.
8202 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
8203 invoke "ln -s" unless it is known to work.
8204
8205 * configure.in (AC_PROG_LN_S): Add.
8206
8dc7983f
JB
82072000-04-14 Jim Blandy <jimb@redhat.com>
8208
8209 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
8210 section.
8211 (Target Conditionals): Document ADDRESS_TO_POINTER,
8212 POINTER_TO_ADDRESS.
8213
1a8237e8
DB
82142000-04-11 Daniel Berlin <dan@cgsoftware.com>
8215
8216 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
8217 gdb-cfg.texi to get the value.
8218
ca526f1a
JB
82192000-04-10 Jim Blandy <jimb@redhat.com>
8220
8221 * gdbint.texinfo (Target Architecture Definition): Fix
8222 cross-references.
8223
faaafcb4
JB
82242000-04-08 Jim Blandy <jimb@redhat.com>
8225
8226 * gdbint.texinfo (Using Different Register and Memory Data
8227 Representations): New section.
8228 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
8229 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
8230 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 8231
1b27397f
AC
8232Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
8233
8234 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 8235 for acknowledgments.
1b27397f 8236
480ff1fb
AC
8237Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
8238
8239 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 8240 qThreadExtraInfo.
480ff1fb 8241
a9331b3f 82422000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 8243
a9331b3f
RM
8244 * gdb.texinfo: Clarify which remote debug protocol commands are
8245 required and which are optional.
f1251bdd 8246
dbeb8dbd
AC
8247Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
8248
8249 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
8250 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
8251 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
8252 * annotate.texi: Update.
8253
6d2ebf8b
SS
82542000-03-28 Stan Shebs <shebs@apple.com>
8255
8256 * gdb.texinfo: Update dates, bump to Eighth Edition (note
8257 expectation of additional changes before release), update
8258 ISBN, add copy of top-level menu for @ifhtml, remove explicit
8259 node links, rephrase and/or shorten lines to fix formatting
8260 problem in both regular and @smallbook formats.
8261 * annotate.texi: Shorten lines in example, use smallexample
8262 consistently everywhere.
8263 * Makefile.in: Add comment about texinfo 4.0 html generation.
8264 (SFILES_INCLUDED): Add annotate.texi.
8265
5d161b24
DB
82662000-03-27 Daniel Berlin <dan@cgsoftware.com>
8267
5ae4183a
AS
8268 * gdb.texinfo (Debugging Output): Added new section, documenting
8269 the "set/show debug" commands.
5d161b24 8270
b9deaee7
AC
8271Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
8272
8273 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 8274 entry.
b9deaee7
AC
8275
8276 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
8277 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 8278 @chapter and @node entries.
a9331b3f 8279
b9deaee7 8280 * gdb.texinfo: Link all top-level nodes.
a9331b3f 8281
9ef47d30
AC
8282Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
8283
8284 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 8285 files.
9ef47d30 8286
cfeada60
FN
82872000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
8288
8289 From David Whedon <dwhedon@gordian.com>
5ae4183a 8290 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 8291
6837a0a2
DB
82922000-03-22 Daniel Berlin <dan@cgsoftware.com>
8293
8294 * gdb.texinfo: Add documentation for the apropos command.
8295
bba2971c
MS
82962000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
8297
8298 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
8299
2b628194
MS
83002000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
8301
a9331b3f 8302 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
8303 two places.
8304
96a2c332
SS
83052000-03-17 Stan Shebs <shebs@apple.com>
8306
8307 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
8308 <dima@Chg.RU>, also clarification of allowed content for
8309 string constants.
8310
f7dc1244 83112000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
8312
8313 * gdb.texinfo (main menu): Add Annotations.
8314 (File Options): Add @cindex entries for each command-line option.
8315 Document --epoch, --annotate, --async, --interpreter, --write,
8316 --statistics, and --version.
8317
8318 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
8319 of GDB.
8320
9d233477
JB
83212000-02-23 Jim Blandy <jimb@redhat.com>
8322
8323 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
8324
14e0eb3b
JB
83252000-02-22 Jim Blandy <jimb@redhat.com>
8326
8327 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
8328
3555de01
JM
83292000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
8330
8331 * Makefile.in (diststuff): New target.
8332
5e35df8e
KB
83332000-02-15 Kevin Buettner <kevinb@redhat.com>
8334
8335 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 8336 architecture. [From Jim Wilson.]
5e35df8e 8337
c5394b80
JM
83382000-01-16 Tom Tromey <tromey@cygnus.com>
8339
8340 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
8341 (Delete Breaks): Mention range arguments.
8342 (Disabling): Likewise.
8343
c3f6f71d
JM
83442000-01-05 Dmitry Sivachenko <dima@Chg.RU>
8345
8346 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
8347
c4093a6a
JM
8348Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
8349
8350 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 8351 valid functions.
c4093a6a 8352
11cf8741
JM
83531999-11-05 Stan Shebs <shebs@andros.cygnus.com>
8354
8355 * gdb.texinfo: Clarify regular expressions used in rbreak.
8356
917317f4
JM
83571999-10-15 Kevin Buettner <kevinb@cygnus.com>
8358
8359 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
8360 MEMORY_REMOVE_BREAKPOINT): Document.
8361
8362Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
8363
8364 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 8365 offset re-using the DATA offset instead.
917317f4 8366
2df3850c
JM
83671999-10-11 Jim Kingdon <kingdon@redhat.com>
8368
8369 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
8370
83711999-10-05 Stan Shebs <shebs@andros.cygnus.com>
8372
8373 From Dmitry Sivachenko <demon@gpad.ac.ru>:
8374 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
8375 typos.
8376
8377 * gdb.texinfo: Various minor wording and formatting improvements,
8378 mentions of additional command-line options.
8379
2acceee2
JM
83801999-09-30 Fred Fish <fnf@cygnus.com>
8381
8382 * gdb.texinfo: Document additional forms of specifying section
8383 names and addresses for the add-symbol-file command.
8384
c2c6d25f
JM
83851999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
8386
8387 * gdbint.texinfo: Fix typo, add the word "have".
8388
83891999-09-14 Jim Blandy <jimb@cris.red-bean.com>
8390
8391 * gdbint.texinfo (Target Architecture Definition): Document the
8392 SKIP_PERMANENT_BREAKPOINT macro.
8393
d4f3574e
SS
83941999-09-07 Stan Shebs <shebs@andros.cygnus.com>
8395
8396 * gdb.texinfo: Fiks speling errers.
8397
8398 * gdb.texinfo: Fix uses of @multitable.
8399
f7dc1244 8400 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 8401 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 8402 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
8403 comments about using with optimization, add more indexing,
8404 fix info about disassembly-flavor.
8405
8406Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
8407
8408 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
8409 SKIP_SOLIB_RESOLVER): Define.
8410
8411Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
8412
8413 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 8414 ``g'' packets.
d4f3574e 8415
104c1213
JM
84161999-08-30 Stan Shebs <shebs@andros.cygnus.com>
8417
8418 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
8419 platform-specific info, inline remote.texi and move sections of it
8420 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
8421 and register stack into the new chapter.
8422 * remote.texi: Remove, now part of gdb.texinfo.
8423 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
8424
84251999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
8426
8427 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
8428 GDB_TARGET_IS_MACH386): These kludges have gone away.
8429
8430Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
8431
8432 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 8433 TDEPLIBS.
104c1213 8434
53a5351d
JM
84351999-08-20 Stan Shebs <shebs@andros.cygnus.com>
8436
8437 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
8438 surrounding text to fit HP-UX bits into general info.
8439 (HPPA-cfg.texi): Remove, no longer useful.
8440
8441 * gdb.texinfo: Remove explicit links from @node lines, remove
8442 HP-added "Detailed Node Listing" from main menu which confuses
8443 things.
8444
8445 From Dmitry Sivachenko <dima@Chg.RU>:
8446 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 8447 in description of `set environment'.
53a5351d
JM
8448
84491999-08-17 Stan Shebs <shebs@andros.cygnus.com>
8450
8451 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
8452
7be570e7
JM
84531999-08-12 Ben Elliston <bje@cygnus.com>
8454
8455 * gdbint.texinfo (Breakpoint Handling): Add missing words.
8456
f7dc1244 84571999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
8458
8459 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
8460 watch, awatch, and rwatch. Explain why the latter two cannot be
8461 set as software watchpoints. Document that watchpoints for local
8462 variables are deleted when the debuggee terminates.
7be570e7
JM
8463
8464Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
8465
8466 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
8467 packet. Allow E.. response packet. "qRcmd" packet is no longer
8468 reserved.
7be570e7
JM
8469
84701999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8471
a9331b3f
RM
8472 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
8473 * gdb.texinfo: Ditto.
7be570e7 8474
96baa820
JM
84751999-08-06 Tom Tromey <tromey@cygnus.com>
8476
8477 * gdb.texinfo (KOD): New node.
8478
8479Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
8480
8481 * remote.texi (Rcmd): Fix minor formatting typos.
8482
8483Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
8484
8485 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 8486 packets.
96baa820 8487
adf40b2e
JM
84881999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
8489
8490 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
8491 fixes.
8492
43ff13b4
JM
8493Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
8494
8495 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
8496
085dd6e6
JM
8497Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
8498
8499 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
8500 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
8501 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
8502 packets that are not supported on all hosts. Expand examples.
8503 Spell check.
085dd6e6
JM
8504
85051999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
8506
8507 * Makefile.in: Recognize html, install-html. Add targets
8508 to build HTML versions of documentation via texi2html.
8509
8510Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
8511
8512 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 8513 testsuite.
085dd6e6
JM
8514
8515Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
8516
8517 * remote.texi (Communication Protocol): Rewrite.
8518
8519Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
8520
8521 * stabs.texinfo: Fix uses of xref.
8522
9e0b60a8
JM
8523Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
8524
8525 * gdbint.texinfo: Add an anti-printf exhortation, and update the
8526 info about patch submission.
8527
cce74817
JM
8528Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
8529
8530 From Per Bothner <bothner@cygnus.com>:
8531 * gdb.texinfo: Document Chill support.
8532
8533Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
8534
8535 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
8536 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
8537 Document that the value should be greater-than or equal-to zero.
8538 (NO_STD_REGS): Document. Deprecate.
cce74817 8539
ac9a91a7
JM
8540Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8541
8542 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 8543 Document that these are not used.
ac9a91a7
JM
8544
8545Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8546
8547 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
8548
392a587b
JM
8549Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
8550
8551 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 8552 numargs was dropped.
392a587b
JM
8553
8554Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
8555
8556 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
8557
b83266a0
SS
8558Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
8559
8560 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 8561 Update.
b83266a0 8562
7a292a7a
SS
8563Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
8564
8565 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
8566 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
8567
8568Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
8569
8570 * gdbint.texinfo: Fix typos: $ -> @.
8571
8572Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
8573
8574 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
8575 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
8576 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
8577 BREAKPOINT_FROM_PC.
a9331b3f 8578
7a292a7a
SS
8579Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
8580
8581 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 8582 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
8583
8584Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8585
8586 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 8587 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
8588
85891999-04-02 Stan Shebs <shebs@andros.cygnus.com>
8590
8591 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
8592 longer exists.
8593
8594Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
8595
8596 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
8597 nearly all @ifset/@ifclear conditionals; nobody uses them, and
8598 they make the manual source incomprehensible.
7a292a7a
SS
8599 * h8-cfg.texi: Remove, hasn't been used in years.
8600
c906108c
SS
8601Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
8602
8603 * gdb.texinfo: Update the credits.
8604
8605Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
8606
8607 * gdb.texinfo: Fix mistakes noticed in printout of last
8608 draft, add Alpha to discussion of heuristic fence post.
8609
8610Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
8611
8612 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
8613 Edition, merge some HP changes into mainline, describe some
8614 previously undocumented features, describe more of the target
8615 commands available, eliminate obsolete section on renamed
8616 commands.
c906108c
SS
8617 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
8618
8619Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
8620
8621 * gdb.texinfo: Make many HPPA conditionals unconditional,
8622 including catchpoint description, since now on for all configs.
8623 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
8624 specializations.
8625
8626Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
8627
8628 * Makefile.in (GDBvn.texi): Fix match expression to work with
8629 current format of VERSION in gdb/Makefile.in.
8630 * gdb.texinfo: Fix node ref to match new readline.
8631
8632Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
8633
a9331b3f
RM
8634 * gdb.texinfo: Changes made as part of a project to merge in
8635 changes made by HP. Documentation makes extensive use of
c906108c
SS
8636 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
8637 on remote debugging. There are differences in documentation
889bf7c5 8638 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
8639 the HP manual discusses catchpoints, hardware watchpoints, and
8640 some HPUX specific limitations for shared library support.
a9331b3f 8641
c906108c
SS
8642 There are also a number of @node changes.
8643
86441999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
8645
8646 * gdbint.texinfo (Formatting): Disambiguate a sentence.
8647 (C Usage): Same.
8648
8649Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
8650
8651 The following changes were made by Edith Epstein
889bf7c5
PA
8652 <eepstein@cygnus.com> as part of a project to merge in changes
8653 made by HP.
a9331b3f 8654
c906108c
SS
8655 * HPPA-cfg.texi: new file.
8656
8657 * all-cfg.texi: set HPPA for HP PA-RISC targets.
8658
8659 * refcard.tex: change documentation about catch.
8660 removed info catch.
8661
8662Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
8663
8664 * gdbint.texinfo: Expand on GDB's coding standards,
8665 specify the use of arg names with prototypes.
8666
86671998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
8668
8669 * gdb.texinfo: Fix tipo.
8670
8671Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
8672
8673 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 8674 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
8675
8676Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
8677
8678 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
8679
86801998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
8681
8682 * agentexpr.texi: New file.
8683
8684Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
8685
8686 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
8687
86881998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
8689
8690 * remote.texi: Changed wording that implied that the GDB remote
8691 protocol caches register values instead of GDB itself.
8692
8693Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
8694
8695 * gdbint.texinfo: Add some info about symbol readers.
8696 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
8697 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
8698 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
8699 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
8700
8701Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
8702
a9331b3f 8703 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
8704
8705Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
8706
8707 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
8708
8709Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
8710
8711 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 8712 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
8713
8714Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
8715
8716 * gdbint.texinfo: Fix minor typos.
8717
8718Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
8719
8720 * gdbint.texinfo: Complete overhaul. Group descriptions more
8721 logically, add more info on generic algorithms, remove much
8722 obsolete and/or wrong material.
8723
8724Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
8725
8726 * stabs.texinfo (Method Type Descriptor): Expand and correct.
8727
8728Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
8729
8730 * refcard.tex: Copyright, address updates.
8731
8732Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
8733
8734 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
8735 for the edition instead of confusing GDB-version-like numbers.
8736
8737Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
8738
8739 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
8740
8741Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
8742
5ae4183a 8743 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
8744
8745Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
8746
8747 * gdb.texinfo: Add some credits, mention bug monitor.
8748 * remote.texi: Mention mips monitor targets.
8749 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 8750
c906108c
SS
8751Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
8752
8753 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
8754 files, finish sorting of host vs target vs native macros, describe
8755 some more of them.
c906108c
SS
8756
8757Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
8758
8759 * gdbint.texinfo (Host Conditionals): Document change from
8760 using NO_MMALLOC to it's inverse, USE_MMALLOC.
8761
8762Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
8763
8764 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 8765 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
8766
8767Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
8768
8769 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
8770 Document LSEEK_NOT_LINEAR.
8771
8772Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
8773
8774 * stabs.texinfo (Stab Section Basics): Make it clear that only
8775 some versions of the GNU linker remove the leading N_UNDF symbol.
8776
8777Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
8778
8779 * stabs.texinfo (String Field): Document type number pairs here,
8780 instead of in the Sun specific section.
8781 (Include Files): The GNU linker supports the N_BINCL
8782 optimization. Clarify the N_BINCL value, and what it is used
8783 for.
8784 (Procedures): Document N_FUN with an empty string to mark the end
8785 of a function.
8786 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
8787 (Sun Differences): Remove this node, as the information is now
8788 elsewhere in the main document.
8789 (Stab Section Basics): Mention that the GNU linker may optimize
8790 stabs and remove the leading N_UNDF symbol.
8791
8792Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
8793
8794 * gdb.texinfo, refcard.tex: Restore author credit
8795
8796Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
8797
8798 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
8799 documentation to account for START and END macros taking
8800 one arg.
8801
8802Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
8803
8804 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
8805 * gdb.texinfo (Frames): Fix typo.
8806
8807Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
8808
8809 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
8810 a target_signal as arg type, not a pid.
8811
8812Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
8813
8814 * gdb.texinfo: Document `set assembly-language'.
8815
8816Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
8817
8818 * remote.texi: Update list of stubs in the GDB distribution.
8819
8820Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
8821
8822 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
8823 Also document that some systems can use mmalloc but must define
8824 this if their C runtime allocates memory that is later freed.
c906108c 8825 (MMCHECK_FORCE): Document new macro.
a9331b3f 8826
c906108c
SS
8827Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
8828
8829 * remote.texi: Add documentation for target Sparclet.
8830
8831Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8832
a9331b3f 8833 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
8834 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
8835 * configure.in: Rewritten for autoconf.
8836 * configure: New.
8837
8838Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
8839
8840 * Makefile.in (DVIPS): New define, set to dvips.
8841 (dvi): Add stabs.dvi.
8842 (ps): New target.
8843 (all-doc): Depend on info, dvi, and ps targets.
8844 (STAGESTUFF): Add *.ps and *.dvi files.
8845 (clean-info, clean-dvi): Remove.
8846 (mostlyclean): Does not depend upon clean-info or clean-dvi,
8847 rules completely rewritten.
8848 (maintainer-clean): Remove clean-info and clean-dvi
8849 dependencies and put their actions in the rules.
8850 (gdb.ps): New target
a9331b3f 8851 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
8852 intermediate TeX files, whether they have 2 or 3 character
8853 extensions.
8854 (gdbint.ps): Add target and rules.
8855 (gdb-internals): Delete unused target.
8856 (Makefile): Depends upon config.status also.
8857
8858Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
8859
8860 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
8861 set.
8862
8863Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
8864
8865 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
8866 * gdb.texinfo (Expressions): Fix erroneous array constant example.
8867
8868Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
8869
8870 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
8871
8872Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8873
8874 * gdb.texinfo (Print settings): Document
8875 `set/show print static-members' commands.
8876
8877Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
8878
8879 * gdbint.texinfo (Native): Document name change, coredep.c to
8880 core-aout.c.
8881
8882Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
8883
8884 * stabs.texinfo (Include Files): Document the values the SunOS4
8885 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
8886
8887Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
8888
8889 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
8890 Fix typo.
8891
8892Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
8893
8894 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
8895 "gdb.tar.Z".
8896
8897Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
8898
8899 * Makefile.in (maintainer-clean): New target, synonym for
8900 realclean.
8901
8902Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
8903
8904 * Update all FSF addresses except those in COPYING* files.
8905
8906Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
8907
8908 From Richard Earnshaw (rearnsha@armltd.co.uk):
8909 * gdb.texinfo (convenience variables): Document $_exitcode.
8910 (quit): Document optional expression to use as exit code.
8911
8912Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
8913
8914 * gdb.texinfo, remote.texi: Brought up to date with various
8915 GDB changes.
8916
8917Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
8918
8919 * gdb.texinfo: Update dates and versions, fix comments about
8920 hardware watchpoints in future releases and about the
8921 sharedlibrary command.
8922
8923Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8924
8925 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
8926 C_FUN stab. Other cleanups.
8927
8928Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8929
8930 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
8931 for the sparc stub.
8932
8933Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8934
8935 * annotate.texi: Clarify which addresses have differing formats
8936 depending on the language and which do not.
8937
8938Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8939
8940 * remote.texi (NetWare): Changed example to use BOARD= instead of
8941 NODE= argument to reflect correspoding change to gdbserve.nlm.
8942
8943Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8944
8945 * stabs.texinfo (Negative Type Numbers): Mention the fact that
8946 GDB, as well as AIX dbx, supports the size type attribute.
8947
8948Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8949
8950 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
8951
8952Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
8953
8954 * gdb.texinfo (Define): Document $arg0... arguments to commands,
8955 and new 'if' and 'while' commands.
8956
8957Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
8958
8959 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
8960
8961Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8962
8963 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
8964 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
8965 NetWare targets. Mostly stolen from the Server node.
8966
8967Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8968
8969 * gdb.texinfo (Setting): Talk about the language of a source file
8970 versus the working language. The old documentation did not match
8971 what GDB did.
8972
8973Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8974
8975 * stabs.texinfo (Source Files): Document N_SO used to mark the end
8976 of a source file.
8977
8978Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8979
8980 * gdb.texinfo (Processes): New node.
8981
8982Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
8983
8984 * remote.texi: Update documentation of set/show mipsfpu.
8985
3fc11d3e
JM
8986Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
8987
8988 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
8989 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
8990
8991Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
8992
8993 * gdbint.texinfo: Removed mentions of some incorrectly placed and
8994 obsolete conditionals, described some others.
8995
8996Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8997
8998 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
8999 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
9000
9001Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
9002
9003 * gdbint.texinfo: Put regex conditionals in their own table.
9004
9005Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
9006
9007 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
9008 described or fixed the descriptions of many others.
9009
9010Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
9011
9012 * gdb.texinfo: Add some more credits.
9013 * gdbint.texinfo: Capitalize GDB consistently, describe some
9014 macros and remove some.
9015
9016Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
9017
9018 * gdbint.texinfo: Removed mentions of many incorrectly placed and
9019 obsolete conditionals, described some others.
9020
9021Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9022
9023 * gdb.texinfo (help targets): Changed to `help target', which
9024 is the correct gdb command.
9025
9026Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9027
9028 * annotate.texi (TODO): New node, for keeping track of annotations
9029 suggested but not yet implemented.
9030
9031Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9032
9033 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
9034 another symbol, it is not the address itself.
9035
9036Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
9037
9038 * stabs.texinfo (Stab Section Basics): Add comment about alignment
9039 of stabs-in-coff sections.
9040
9041Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9042
9043 * annotate.texi: Change edition to 0.5 and date to May 1994.
9044 Add index.
9045 (Frames): New node, for frame annotation.
9046 (Displays): New node, for display annotation.
9047
9048 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
9049 when waiting for your program to stop.
9050
9051Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9052
9053 * annotate.texi (Breakpoint Info): Document annotation of header
9054 fields and record annotation.
9055
9056Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9057
9058 * annotate.texi: New file, to document annotations.
9059
9060Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9061
9062 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
9063 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
9064
9065Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9066
9067 * stabs.texinfo (Stab Section Basics): Say what is in .stab
9068 section, and say n_strx field is compilation unit relative.
9069 * stabs.texinfo: Don't use @code for a.out when it is the name of
9070 an object file format.
9071
9072Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9073
9074 * gdb.texinfo: Refer to file names, not path names, per rms
9075 convention.
9076 (Arguments): Fix typo.
9077
9078Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9079
9080 * stabs.texinfo (Global Variables): Talk about stabs in files
9081 where variables are referenced, but not defined.
9082
9083Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9084
9085 * stabs.texinfo: Move stuff on @ and # type descriptors from node
9086 Cplusplus to new nodes Member Type Descriptor and Method Type
9087 Descriptor. Re-write stuff for #.
9088
9089Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9090
9091 * gdb.texinfo (Print Settings): Don't document "set print
9092 fast-symbolic-addr off". The bug which it worked around was fixed
9093 on 25 Feb 94 in coffread.c, so I'm nuking the command.
9094
9095 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
9096 N_ENTRY node.
9097
9098 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
9099
9100Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9101
9102 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
9103 references to ieee-float.c.
9104
9105Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9106
9107 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
9108 match what the code actually does.
9109
9110Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9111
9112 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
9113
9114Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9115
9116 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
9117 i, and b.
9118
9119Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
9120
9121 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
9122 well as for ELF and SOM. Unify the descriptions of ELF and SOM
9123 as "stabs in sections" rather than just saying "ELF and SOM".
9124 Also make that stuff apply to COFF.
9125
9126Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9127
9128 * gdb.texinfo (Formatting Documentation): Change GhostScript to
9129 Ghostscript.
9130
9131Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9132
9133 * gdb.texinfo (Continuing and Stepping): When talking about "step"
9134 versus functions without line numbers, also mention stepping into
9135 them as well as "step" when you are in them. Tell the user how to
9136 deal with the situation. Add comment about "debugging information".
9137
9138Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9139
9140 * stabs.texinfo (Enumerations): Document restriction on where
9141 enumeration types can appear and still win with GDB.
9142
9143Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9144
9145 * stabs.texinfo (Negative Type Numbers): Document format for type
9146 -16.
9147
9148Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9149
9150 * gdb.texinfo (Selection, Frame Info): Update information about
9151 arbitrary frame specficiations.
9152
9153Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
9154
9155 * gdb.texinfo, remote.texi: general editing pass prior to Net release
9156
9157Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9158
9159 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
9160
9161Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
9162
9163 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
9164
9165Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9166
9167 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
9168 Differences node to Statics node.
9169 (Statics): Discuss XCOFF use of V symbol descriptor.
9170
9171 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
9172 not clean.
9173
9174Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
9175
9176 * gdb.texinfo (Print Settings): Document `set print
9177 fast-symbolic-addr' and improve the doc for some other
9178 `set print's.
9179
9180Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9181
9182 * stabs.texinfo (String Field): Talk about defining several type
9183 numbers at once.
9184 Fix lint regarding changing node ELF Transformations to
9185 ELF and SOM Transformations.
9186
9187Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
9188
9189 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
9190
9191Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9192
9193 * stabs.texinfo (Cross-References): `::' is for nested types only
9194 within <>.
9195 (Structures): Document static members.
9196
9197Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9198
9199 * stabs.texinfo: Document S type attribute.
9200
9201Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
9202
9203 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
9204
9205Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
9206
9207 * gdbint.texinfo: Fix a few typos.
9208
9209Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9210
9211 * gdb.texinfo, remote.texi: formatting improvements
9212
9213 * gdb.texinfo (New Features): mention threads.
9214 (Summary, C): fix xrefs in newly contributed text.
9215 (Threads): index entries, clarifications, example
9216 (passim): minor typos fixed, phrasing improvements
9217
9218 * remote.texi (Bootstrapping): rephrase text on ^C and add index
9219 entries; (Server): explain use of gdbserver w/real-time systems,
9220 add example of conflicting TCP port; (MIPS Remote) break up
9221 running text into table, highlighting commands, and add example.
a9331b3f 9222
c906108c
SS
9223Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9224
9225 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
9226
9227Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9228
9229 * stabs.texinfo (Nested Symbols): New node.
9230 (String Field, Symbol Descriptors, Cross-References): Refer to it.
9231
9232Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9233
9234 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
9235 to picking which Bbss.bss symbol to use, and (because there seems to
9236 be no good way of doing it) re-write some of the text to make it
9237 sound like Bbss.bss isn't such a great idea after all (as currently
9238 designed).
9239
9240 * gdb.texinfo (C): In addition to saying people have to use g++ for
9241 good results, say they have to use stabs. Specifically say cfront
9242 doesn't work well.
9243 (Summary): Merge in information on Modula-2, Pascal, and Chill from
9244 the gdb README. Add xrefs to places where the support for the various
9245 languages is described in detail.
9246
9247Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9248
9249 * stabs.texinfo: Clean up stuff about visibility and virtual
9250 characters.
9251
9252 * stabs.texinfo (N_M2C): Cite Sun doc.
9253
9254Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9255
9256 * gdb.texinfo: updates re threads.
9257 * remote.texinfo: avoid index entries starting with digits.
9258
9259Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9260
9261 * stabs.texinfo (Enumerations): Talk about large, negative and
9262 octal values. Clean up cross reference to type attributes.
9263 (String Field): Say that GDB 4.11 supports size attribute.
9264
9265Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9266
9267 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
9268 is a mandatory step. Make the stuff about that more concise.
9269
9270Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9271
9272 * stabs.texinfo (Class Names): New node.
9273
9274 * gdb.texinfo (Command Files): Explain order of init file reading.
9275
9276 * remote.texi (Bootstrapping): Talk about getting the serial driver
9277 to deal with ^C sent by gdb to stop the remote system.
9278
9279Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
9280
9281 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
9282
9283 * libgdb.texinfo (Defining Commands): made the DOC arg
9284 to gdb_define_app_command a char * instead of char **
9285 per a suggestion from kingdon.
9286
9287 * libgdb.texinfo: total rewrite from a different starting
9288 premise.
9289
9290Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9291
9292 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
9293 floats passed as doubles (to improve clarity).
9294
9295Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9296
9297 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
9298
9299 * a4rc.sed: update to work with Andreas Vogel papersize params
9300
9301 * refcard.tex: use Andreas Vogel simplifications of papersize
9302 params; remove useless version info; update copyright date.
9303
9304Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9305
9306 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
9307
9308Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9309
9310 * gdb.texinfo (Files): Say what address the load command loads it at.
9311
9312 * stabs.texinfo (Common Blocks): Minor cleanups.
9313
9314 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
9315 that Sun has backed away from the linker kludge and thus the relevant
9316 issue is changes to the SunPRO tools, not the Solaris linker.
9317
9318 * stabs.texinfo (Traditional Integer Types): Clean up description
9319 of octal bounds a little bit. Document extra leading zeroes.
9320
9321Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9322
9323 * gdb.texinfo (Signaling): Update for symbolic symbol names
9324 and add a section explaining the difference between the GDB
9325 signal command and the shell kill utility.
9326
9327Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
9328
9329 * libgdb.texinfo: added `@' to braces that were unescaped.
9330
9331Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
9332
9333 * libgdb.texinfo: new file. Spec for the gdb library.
9334
9335Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9336
9337 * stabs.texinfo (Include Files): Fix typo (start -> end).
9338
9339Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9340
9341 * gdb.texinfo, remote.texi: assorted small improvements, mostly
9342 from Melissa at FSF's editing pass.
9343
9344Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9345
9346 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
9347 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
9348 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
9349
9350Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9351
9352 * remote.texi (Bootstrapping): Discuss 386 call gates.
9353
9354Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9355
9356 * stabs.texinfo (Based Variables): New node.
9357
9358Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
9359
9360 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
9361 names, sizes, and formats to suggest how not to lose.
9362
9363Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9364
9365 * stabs.texinfo (Methods): Fix typo.
9366
9367Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9368
9369 * gdb.texinfo: Fix a few typos.
9370
9371Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9372
9373 * gdb.texinfo: Clarify how well it works with Fortran.
9374
9375 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
9376 More on relocating stabs in ELF files.
9377
9378Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9379
9380 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
9381
9382Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9383
9384 * stabs.texinfo (Local Variable Parameters): Talk about nameless
9385 parameters on VAX.
9386
9387Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9388
9389 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
9390
9391Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9392
9393 * stabs.texinfo: Make info author notice match the TeX author notice.
9394
9395Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9396
9397 * stabs.texinfo: Initial-caps all words in node names and
9398 non-trivial words in section names.
9399
9400Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9401
9402 * stabs.texinfo: Many minor cleanups.
9403
9404 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
9405
9406Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
9407
9408 * stabs.texinfo: Remove full description of big example.
9409 It's not really helpful; just use pieces of it where appropriate.
9410 Add more Texinfo formatting directives (@samp, etc.).
9411 Use @deffn to define stab types.
9412 Eliminate some wordiness. Break up some nodes.
9413 Add an (alphabetized) index of symbol types.
9414 Use consistent capitalization style in node and section names.
9415
9416Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
9417
9418 * gdb.texinfo: Change typo "Two two" to "The two".
9419
9420Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9421
9422 * stabs.texinfo (XCOFF-differences): Remove references to
9423 non-existent types N_DECL and N_RPSYM.
9424
9425 * stabs.texinfo (String Field): Say that type attributes bug is
9426 fixed in GDB 4.10, since it is.
9427
9428 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
9429
9430Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
9431
9432 * stabs.texinfo: Formatting cleanups.
9433
9434Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9435
9436 * stabs.texinfo: When explaining the n_type of a stab, standardize
9437 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
9438 no tabs, use @r).
9439 (Global Variables): Clean up.
9440
9441Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9442
9443 * stabs.texinfo (Stack Variables): Re-write.
9444
9445Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9446
9447 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
9448 addresses of a source file. Also revise formatting.
9449 Change "object module" or "object file" to "source file".
9450 Various: Miscellaneous cleanups.
9451
9452Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9453
9454 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
9455
9456Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
9457
9458 * gdbint.texinfo: Removed many nonsensical machine-collected
9459 host and target conditionals, described some of the remainder.
9460
9461Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9462
9463 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
9464
9465 * gdbint.texinfo (Top): Add name to @top line, and re-write the
9466 paragraph which follows.
9467
9468 * gdbint.texinfo (Host): Use @code not @samp for Makefile
9469 variables. Looks better and avoids overful hbox.
9470
9471Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9472
9473 * stabs.texinfo (Procedures): Improve stuff on nested functions.
9474
9475Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9476
9477 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
9478 retransmit-timeout
9479
9480Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9481
9482 * gdbint.texinfo: Update statement about `some ancient Unix
9483 systems, like Ultrix 4.0' to Ultrix 4.2.
9484
9485Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
9486
9487 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
9488
9489 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
9490
9491 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
9492 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
9493
9494 * remote.texi: new name for former gdbinv-s.texi
9495
9496 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
9497
9498Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
9499
9500 * gdbinv-s.texi: Documented timeout and retransmit-timeout
9501 variables for MIPS remote debugging protocol.
9502
9503Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9504
9505 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
9506
9507Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9508
9509 * Makefile.in (refcard.dvi): Use srcdir where necessary.
9510
9511Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
9512
9513 * gdb.texinfo: repair conditional bugs in text markup
9514
9515Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9516
9517 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
9518 to select Modula-2 material.
9519
9520Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9521
9522 * stabs.texinfo: Cleanups regarding statics.
9523
9524 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
9525 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
9526
9527Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9528
9529 * stabs.texinfo: N_MAIN is sometimes used for C.
9530
9531Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9532
9533 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
9534
9535Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
9536
9537 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 9538 removed from the code by Kingdon.
c906108c
SS
9539
9540Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9541
9542 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
9543 input when evaluating breakpoint conditions; the bug has been fixed.
9544
9545 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
9546 sets the ignore count to N-1, not to N.
9547
9548Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9549
9550 * refcard.tex (\hoffset): correct longstanding error to match
9551 intended offset; avoids cutting off edge on some printers
9552
9553Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9554
9555 * stabs.texinfo (Parameters): Say that order of stabs is significant.
9556
9557Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9558
9559 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
9560
9561Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9562
9563 * Makefile.in: (REFEDITS) new var to control whether PS or CM
9564 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
9565 collect sed edits if any, apply to refcard before formatting;
9566 (refcard.ps) stop implying PS fonts if PS output requested;
9567 (lrefcard.ps) delete extra target for variant PS fonts
9568
9569 * refcard.tex: parametrize papersize dependent info, collect
9570 in easily replaced spot
9571
9572 * a4rc.sed: new file, edits to refcard for A4 paper
9573
9574Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9575
9576 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
9577
9578Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9579
9580 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
9581
9582Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9583
9584 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
9585 politely rather than rudely.
9586
9587Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9588
9589 * stabs.texinfo: Document common blocks.
9590
9591Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
9592
9593 * stabs.texinfo: Add some basic info about stabs-in-elf.
9594
9595Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9596
9597 * stabs.texinfo (Top): Minor cleanup.
9598
9599Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
9600
9601 * Makefile.in (install-info): remove parentdir support
9602
9603Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9604
9605 * gdb.texinfo (Copying): delete this node and references to it;
9606 RMS says this manual need not carry GPL. (passim): Improvements
9607 from last round at FSF, largely due to Ian Taylor review, and
9608 minor formatting improvements.
9609
9610 * gdbinv-s.texi (passim): Improvements from last round at FSF,
9611 largely due to Ian Taylor review. (Debug Session): minor edits to
9612 new text.
9613
9614Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
9615
9616 * Makefile.in (realclean): Remove info and dvi files too.
9617
9618Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
9619
9620 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
9621 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
9622 * gdb.texinfo: Change accordingly.
9623
9624 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
9625 N_{L,R}BRAC,N_SLINE are relative to.
9626
9627Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
9628
9629 * Makefile.in (GDBvn.texi): Update atomically.
9630
9631Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
9632
9633 * gdbinv-s.texi (Debug Session): Document exceptionHook.
9634
9635Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
9636
9637 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
9638 addresses together. Also motivate the set print symbol-filename
9639 command and suggest other solutions.
9640
9641Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
9642
9643 * gdb.texinfo (set print elements): Note that the number of
9644 elements is set to unlimited by "set print elements 0".
9645
9646Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
9647
9648 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
9649 NF_LDOUBLE means.
9650 (Stab Types): Include Solaris stab types.
9651 (Procedures): Document Solaris extensions.
9652
9653Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9654
9655 * gdb.texinfo: Add `set print symbol-filename' doc.
9656
9657Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9658
9659 * stabs.texinfo (Arrays): Talk about type definition vs. type
9660 information.
9661
9662 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
9663 the trailing semicolon.
9664
9665Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9666
9667 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
9668 and merge in other parts of the document addressing these subjects.
9669 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
9670
9671 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
9672 at the end of a range type.
9673
9674 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
9675 AIX extensions.
9676
9677Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9678
9679 * stabs.texinfo (Stabs Format): Misc fixes.
9680
9681Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9682
9683 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
9684 (Traditional builtin types): Document convex convention for long long.
9685 (Negative builtin types): Discuss type names, and misc fixes.
9686
9687Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9688
9689 * stabs.texinfo (Builtin Type Descriptors): Document the floating
9690 point types used with @samp{R} type descriptor.
9691 (Symbol Descriptors): Describe how to handle conflict between
9692 different meanings of @samp{P} symbol descriptor.
9693
9694Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9695
9696 * stabs.texinfo: Remove node Quick Reference and put its children
9697 directly under the main menu.
9698
9699 * stabs.texinfo: Many more changes to bring it into line with
9700 AIX documentation and reality. I think it now has all the
9701 information from the AIX documentation, except that I burned
9702 out when I got to variant records (Pascal and Modula-2) and
9703 all the COBOL types. Oh well, we can add them later when we're
9704 worrying more about those languages.
9705
9706 * stabs.texinfo (Automatic variables): Talk about what it means
9707 to omit the symbol descriptor.
9708
9709Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9710
9711 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
9712 gcc2 behavior with promoted args.
9713
9714Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9715
9716 * gdb.texinfo: include readline appendices in info version of manual
9717
9718Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9719
9720 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
9721 target remote.
9722
9723 * gdb.texinfo (Machine Code): more index entries for disassemble
9724
9725Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
9726
9727 * Clarify the intended use of the gdb-testers and gdb-patches
9728 mailing lists, and shrink gzip comment.
9729
9730Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9731
9732 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
9733 DOSHOST configuration of manual.
9734
9735 * gdb.texinfo (MIPS Stack): new node.
9736
9737 * all-config.texi (MIPS) new switch.
9738
9739 * gdbinv-s.texi (Nindy Options) Remove two instances of future
9740 tense; (MIPS Remote) new node.
9741
9742 * gdb.texinfo (passim) rephrases to work around makeinfo @value
9743 bug; (Environment) less passive, other small cleanups in text about
9744 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
9745 (Remote) new MIPS Remote menu entry.
9746
9747Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
9748
9749 * stabs.texinfo: Many changes to include information from the
9750 AIX documentation.
9751
9752 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
9753
9754Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
9755
9756 * gdbint.texinfo (new node Debugging GDB, elsewhere):
9757 Move a bunch of information from ../README.
9758 (Getting Started): New node.
9759
9760Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9761
9762 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
9763
9764 * gdb.texinfo: advance manual revision dates to present
9765
9766 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
9767 stop using silly Roman numerals in @set variable names
9768
9769Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
9770
9771 * stabs.texinfo (Parameters): Keep trying to get this right.
9772
9773Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
9774
9775 * stabs.texinfo (Parameters): More on "local parameters".
9776
9777Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
9778
9779 * stabs.texinfo (Parameters): Re-do "local parameters" section.
9780
9781Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
9782
9783 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
9784 (Parameters): Rewrite.
9785 (xcoff-differences, Sun-differences): Minor changes.
9786
9787Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
9788
9789 * stabs.texinfo: Minor cleanup.
9790
9791Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
9792
9793 * gdbint.texinfo: Minor xcoff stuff.
9794
9795Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
9796
9797 * gdbint.texinfo: Update for new config directory structure.
9798 Add info about internal type data structures.
9799
9800Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
9801
9802 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
9803 $(srcdir).
9804 (gdb-config.texi): Depend on file in $(srcdir).
9805
9806Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
9807
9808 * stabs.texinfo: Fixes about N_SO.
9809
9810Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9811
9812 * gdb.texinfo: include list of nonstandard init file names
9813
9814 * *-config.texi: new switch GENERIC for text that applies *only*
9815 to (usual) multiple-target version of manual
9816
9817 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
9818 h8 config
9819
9820 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
9821 in menus (rather than conditionally selected multiple alternative
9822 menus).
9823
9824 * Makefile.in: define and use DOC_CONFIG var to select
9825 configuration for GDB user manual.
9826
9827 * gdb-config.texi: delete from repository, generate from Makefile.
9828
9829 * all-config.texi: normal `generic' configuration file, formerly
9830 stored as gdb-config.texi
9831
9832Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
9833
9834 * Makefile.in: add dvi target to build all .dvi files
9835
9836Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9837
9838 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
9839
9840Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
9841
9842 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
9843 host conditionals.
9844 * stabs.texinfo: More array fixes inspired by Jim's.
9845
9846Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
9847
9848 * stabs.texinfo: Fixes re arrays and continuations.
9849
9850 * gdbint.texinfo: Add XCOFF node.
9851
9852Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
9853
9854 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
9855
9856Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
9857
9858 * stabs.texinfo: Fix for array types to mention lower bounds.
9859
9860Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
9861
9862 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
9863
9864Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
9865
9866 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
9867
9868Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
9869
9870 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
9871 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
9872
9873Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
9874
9875 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
9876
9877Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9878
9879 * gdb.texinfo, gdbinv-s.texi: misc updates
9880
9881Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
9882
9883 * gdbint.texinfo: Brief documentation for longjmp support,
9884 from an email msg by Stu.
9885
9886Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
9887
9888 * stabs.texinfo: Fix description of floating point "range"
9889 types (which really define basic types). Reported by Jim Meehan,
9890 <meehan@src.dec.com>.
9891
9892 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
9893
9894Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
9895
9896 * gdbint.texinfo: Slightly expand section on supporting a new
9897 object file format.
9898
9899Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
9900
9901 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
9902 intermediate file.
9903
9904Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9905
9906 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
9907
9908Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9909
9910 * gdbinv-s.texi: z8000 simulator target name is just "sim"
9911
9912 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
9913 as well as Z8002.
9914
9915Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
9916
9917 * gdbint.texinfo: Add sections on clean design and on how to send
9918 in changes.
9919
9920Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
9921
9922 * gdbint.texinfo: Add how to declare the result of make_cleanup.
9923
9924Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
9925
9926 * gdb.texinfo: Fix typo, reported by Karl Berry.
9927
9928Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
9929
9930 * gdb.texinfo: Add opcodes dir to GDB distribution description.
9931
9932Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9933
9934 * gdbint.texinfo: fixed a stray email address (needs @@),
9935 added @table @code to node "Native Conditionals"
9936
9937Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
9938
9939 * gdbint.texinfo: Describe coding style of GDB.
9940
9941Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
9942
9943 * stabs.texinfo: Minor wording changes.
9944
9945Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
9946
9947 * gdbint.texinfo: Improve release doc slightly.
9948
9949Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
9950
9951 * gdbint.texinfo: Improve doc of GDB config macros.
9952
9953Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
9954
9955 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
9956 These will be reinserted when examined.
9957
9958Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
9959
9960 * gdbint.texinfo: Make a start at documenting all the #if macros
9961 in GDB. At least list them all, and start separating them into
9962 host-specific and target-specific.
9963
9964Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9965
9966 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 9967 examples (not consistent w others).
c906108c
SS
9968 gdb.texinfo: issue disclaimer paragraph on cmdline options only
9969 for generic vn of doc
9970
9971Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
9972
9973 * Makefile.in: always create installation directories.
9974
9975Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9976
9977 * gdb.texinfo: in h8 config, do not describe searching commands.
9978
9979Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9980
9981 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
9982 conditionals; introduce a few generic switches that may be
9983 useful for other cross-dev or dos-hosted configs.
9984
9985 * gdb.texinfo: fix typo in "info reg" description
9986
9987Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
9988
9989 * stabs.texinfo: Minor updates from running TeX over it.
9990 * Makefile.in (stabs.dvi, stabs.ps): Add.
9991
9992Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
9993
9994 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
9995 First pass at converting it to texinfo.
9996
9997Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
9998
9999 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
10000 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
10001
10002Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
10003
10004 * gdbint.texinfo: Add section on partial symbol tables.
10005
10006Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
10007
10008 * gdb.texinfo: document `set remotedebug' and `set
10009 rstack_high_address'.
10010
10011Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10012
10013 * gdb.texinfo: slight expansion of new text on reading info files
10014 * gdbinv-s.m4.in: correct and expand info on cross-debugging
10015 H8/300 from DOS.
10016
10017Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
10018
10019 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
10020
10021Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
10022
10023 * gdb.texinfo: Say how to read the `info' files.
10024
10025Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
10026
10027 * Makefile.in: gm4 -> m4.
10028
10029Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
10030
10031 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
10032 Documentation' ahead of `Installing GDB' to match README.
10033 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 10034 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
10035
10036Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
10037
10038 * Makefile.in: remove $(srcdir) from gdb.info rule.
10039
10040Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10041
10042 * Makefile.in: commented out gdb-all.texinfo rule. This is
10043 temporary.
10044
10045Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
10046
10047 * Makefile.in, configure.in: removed traces of namesubdir,
10048 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 10049 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
10050
10051Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
10052
10053 * gdb.texinfo: Improve how we ask for bug reports.
10054
10055Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10056
10057 * Makefile.in: infodir belongs in datadir.
10058
10059Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10060
10061 * Makefile.in: remove spaces following hyphens, bsd make can't
10062 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 10063 standards.text support.
c906108c
SS
10064
10065Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10066
10067 * Makefile.in: idestdir and ddestdir go away. Added copyrights
10068 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
10069 and mandir now keyed off datadir by default.
10070
10071\f
10072Local Variables:
9e9c5ae7 10073mode: change-log
c906108c
SS
10074left-margin: 8
10075fill-column: 74
10076version-control: never
10077End:
This page took 1.689331 seconds and 4 git commands to generate.