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