gdb/
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
28a93511
YQ
12013-06-26 Pedro Alves <pedro@codesourcery.com>
2
3 * gdb.texinfo (Traceframe Info Format): Document tvar element
4 and its attributes.
5
a0743c90
YQ
62013-06-25 Yao Qi <yao@codesourcery.com>
7
8 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
9
01208463
TT
102013-06-24 Tom Tromey <tromey@redhat.com>
11
12 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
13 (GDBvn.texi): Use version.subst.
14 (version.subst): New target.
15 (mostlyclean): Remove version.subst.
16
c898adb7
YQ
172013-06-20 Pedro Alves <pedro@codesourcery.com>
18
19 * gdb.texinfo (GDB/MI Data Manipulation)
20 <-data-list-register-values>: Document the --skip-unavailable
21 option.
22
7c57fa1e
YQ
232013-06-07 Yao Qi <yao@codesourcery.com>
24
25 * gdb.texinfo (Symbols): Add kindex and cindex for
26 'maint print msymbols'.
27
0059c61a 282013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
29
30 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
31 response field name (thread-group to inferior).
32
85dc5a12
GB
332013-06-04 Gary Benson <gbenson@redhat.com>
34
35 * gdb.texinfo (General Query Packets/qSupported): Added
36 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
37 to the table of currently defined stub features.
38 Added a more detailed entry for "augmented-libraries-svr4-read".
39 (General Query Packets/qXfer:libraries-svr4:read): Documented
40 the augmented form of this packet.
41
5901af59
JB
422013-05-23 Joel Brobecker <brobecker@adacore.com>
43
44 * gdb.texinfo (System-wide Configuration Scripts): Renames
45 "Installed System-wide Configuration Scripts". Add associated
46 @menu block.
47
c1e36e3e
PA
482013-05-23 Yao Qi <yao@codesourcery.com>
49 Pedro Alves <palves@redhat.com>
50
51 * gdb.texinfo (Packets): Document 'vCont;r'.
52 (Continuing and Stepping): Document target-assisted range
53 stepping, and the 'set range-stepping' and 'show range-stepping'
54 commands.
55
0201faac
JB
562013-05-23 Joel Brobecker <brobecker@adacore.com>
57
58 * gdb.texinfo (Installed System-wide Configuration Scripts):
59 Add subsection describing the scripts now available under
60 the data-dir's system-gdbbinit subdirectory.
61 * NEWS: Add entry announcing the availability of system-wide
62 configuration scripts for ElinOS and Wind River Linux.
63
c5867ab6
HZ
642013-05-21 Hui Zhu <hui@codesourcery.com>
65
66 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
67 "-dprintf-insert" command.
68
7d0c9981
DE
692013-05-17 Doug Evans <dje@google.com>
70
71 * gdb.texinfo (Maintenance Commands): Update doc for
72 "maint check-psymtabs". Add doc for "maint check-symtabs",
73 "maint expand-symtabs".
74
742ce053
MM
752013-05-15 Markus Metzger <markus.t.metzger@intel.com>
76
77 * gdb.texinfo (Process Record and Replay): Document the
78 "record goto" command and its sub-commands.
79
1e611234
PM
802013-05-10 Phil Muldoon <pmuldoon@redhat.com>
81
82 * gdb.texinfo (Backtrace): Add "no-filter" argument.
83 (Python API): Add Frame Filters API, Frame Wrapper API,
84 Writing a Frame Filter/Wrapper, Managing Management of Frame
85 Filters chapter entries.
86 (Frame Filters API): New Node.
87 (Frame Wrapper API): New Node.
88 (Writing a Frame Filter): New Node.
89 (Managing Frame Filters): New Node.
90 (Progspaces In Python): Add note about frame_filters attribute.
91 (Objfiles in Python): Ditto.
92 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
93 @anchors and --no-frame-filters option to -stack-list-variables,
94 -stack-list-frames, -stack-list-locals and -stack-list-arguments
95 commands.
96
2874cb83
JB
972013-05-08 Joel Brobecker <brobecker@adacore.com>
98
99 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
100 Support" subsection documenting the XML format used to transfer
101 shared library info on AIX.
102
9a005eb9
JB
1032013-05-08 Joel Brobecker <brobecker@adacore.com>
104
105 * gdb.texinfo (Debugging Output): Add documentation of
106 "set debug aix-solib" and "show debug aix-solib" commands.
107
a1217d97
SL
1082013-05-06 Sandra Loosemore <sandra@codesourcery.com>
109
110 * gdb.texinfo (Nios II): New section.
111 (Nios II Features): New section.
112
4d1eb6b4
JB
1132013-05-06 Joel Brobecker <brobecker@adacore.com>
114
115 * gdbint.texinfo (Algorithms): Remove entries documenting
116 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
117 SOLIB_CREATE_INFERIOR_HOOK.
118
3f84184e
TT
1192013-04-29 Tom Tromey <tromey@redhat.com>
120
121 PR python/14204:
122 * gdb.texinfo (Python API): Fix menu entry.
123 (Blocks In Python): Fix subsubsection text. Rewrite intro.
124 Define global and static block. Add example. Clarify
125 block relationship for inline functions.
126
60155234
TT
1272013-04-29 Tom Tromey <tromey@redhat.com>
128
129 * gdb.texinfo (Python API): Mention Python help and keyword
130 arguments. Move pagination text to Basic Python.
131 (Basic Python): Put pagination text here. Document
132 close-on-exec, SIGCHLD, and SIGINT.
133
5360976e
PA
1342013-04-19 Pedro Alves <palves@redhat.com>
135
136 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
137 "signedness" instead of "signness".
138
bd3f3b55
PA
1392013-04-19 Pedro Alves <palves@redhat.com>
140
141 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
142 -Wno-pointer-sign text with text on -Wpointer-sign.
143
dee368d3
TT
1442013-04-16 Tom Tromey <tromey@redhat.com>
145
146 * gdb.texinfo (Set Catchpoints): Mention earliest version of
147 GCC that has the SDT probe points.
148
cc16e6c9
TT
1492013-04-15 Tom Tromey <tromey@redhat.com>
150
151 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
152 exception catchpoints.
153
72f1fe8a
TT
1542013-04-15 Tom Tromey <tromey@redhat.com>
155
156 * gdb.texinfo (Set Catchpoints): Document $_exception.
157 (Convenience Vars): Mention $_exception.
158
591f19e8
TT
1592013-04-15 Tom Tromey <tromey@redhat.com>
160
161 * gdb.texinfo (Set Catchpoints): Reorganize exception
162 catchpoints. Document "catch rethrow".
163 (Debugging C Plus Plus): Mention "catch rethrow".
164
02ae6bad
TT
1652013-04-15 Tom Tromey <tromey@redhat.com>
166
167 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
168
2c91021c
JK
1692013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
170 Eli Zaretskii <eliz@gnu.org>
171
172 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
173 line below the sample output.
174
6eaaf48b
EZ
1752013-04-12 Eli Zaretskii <eliz@gnu.org>
176
177 * gdb.texinfo (Mode Options): Document '-configuration'.
178 (Help): Document "show configuration".
179 (Bug Reporting): Add requirements to include the configuration
180 details in bug reports.
181
b292c783
JK
1822013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
183
184 * Makefile.in (MAN1S): Add gcore.1.
185 Remove "Host, target, and site specific Makefile fragments" comment.
186 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
187 (install-man1, uninstall-man1): Conditionalize gcore.1.
188 (gcore.1): New.
189 * gdb.texinfo (Man Pages): Add gcore man.
190 (gcore man): New node.
191
f81d1120
PA
1922013-04-10 Pedro Alves <palves@redhat.com>
193
194 * gdb.texinfo (Process Record and Replay): Document that "set
195 record full insn-number-max", "set record
196 instruction-history-size" and "set record
197 function-call-history-size" accept "unlimited".
198 (Backtrace): Document that "set backtrace limit" accepts
199 "unlimited".
200 (List): Document that "set listsize" accepts "unlimited".
201 (Print Settings)" Document that "set print max-symbolic-offset",
202 "set print elements" and "set print repeats" accept "unlimited".
203 (Starting and Stopping Trace Experiments): Document that "set
204 trace-buffer-size" accepts "unlimited".
205 (Remote Configuration): Document that "set tcp connect-timeout"
206 accepts "unlimited".
207 (Command History): Document that "set history size" accepts
208 "unlimited".
209 (Screen Size): Document that "set height" and "set width" accepts
210 "unlimited". Adjust "set pagination"'s description to suggest
211 "set height unlimited" instead of "set height 0".
212
393fd4c3
YQ
2132013-04-10 Yao Qi <yao@codesourcery.com>
214
215 * gdb.texinfo (Trace Files): Add "target ctf".
216
cba5a7bf
JK
2172013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
218
219 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
220
0ed630cb
JK
221 * Makefile.in (install-man1, install-man5, uninstall-man1)
222 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
223
afe1492b
JK
224 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
225
5b8b6385
JK
2262013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
227 Eli Zaretskii <eliz@gnu.org>
228
229 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
230 parameters order. Remove "On some targets" for --attach. Document the
231 --multi parameter and extended-remote command. Document all the
232 options.
233
906ccdf0
JK
2342013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
235
236 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
237 the list of supported languages.
238
43662968
JK
2392013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
240
241 Convert man pages to texinfo, new gdbinit.5 texinfo page.
242 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
243 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
244 (diststuff): Add man.
245 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
246 (uninstall-man5): New.
247 (STAGESTUFF): Add *.1 and *.5.
248 (GDBvn.texi): Add SYSTEM_GDBINIT.
249 (gdb.1, gdbserver.1, gdbinit.5): New.
250 (maintainer-clean realclean): Add $(MANS).
251 (install): Add install-man.
252 (uninstall): Add uninstall-man.
253 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
254 (@copying): Wrap it by @c man begin COPYRIGHT.
255 (Top): Add Man Pages.
256 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
257
be9a8770
PA
2582013-04-02 Pedro Alves <palves@redhat.com>
259
260 * gdb.texinfo (Debugging Output): Document "set/show debug
261 aarch64", "set/show debug coff-pe-read" and "set/show debug
262 mach-o".
263
a46c1e42
PA
2642013-04-02 Pedro Alves <palves@redhat.com>
265
266 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
267 table>: Add entry for "trace-buffer-size".
268
bd3eecc3
PA
2692013-03-28 Pedro Alves <palves@redhat.com>
270
271 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
272 table>: Add entry for "trace-status".
273
215b9f98
EZ
2742013-03-28 Eli Zaretskii <eliz@gnu.org>
275
276 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
277 @bullet", which is invalid (makeinfo 5.1 barfs).
278
7f7cc265
PA
2792013-03-28 Pedro Alves <palves@redhat.com>
280
281 PR gdb/15294
282
283 * gdb.texinfo (List) <set listsize>: Adjust to document that
284 listsize 0 means no limit, and remove mention of -1.
285
9c0be723
YQ
2862013-03-22 Yao Qi <yao@codesourcery.com>
287
288 * gdb.texinfo (Embedded Processors): Remove menu item
289 "OpenRISC 1000".
290 (OpenRISC 1000): Remove.
291
bd712aed
DE
2922013-03-21 Doug Evans <dje@google.com>
293
294 * gdb.texinfo (Maintenance Commands): Add docs for
295 "mt set per-command {space,time,symtab} {on,off}".
296
d0353e76
YQ
2972013-03-14 Hui Zhu <hui@codesourcery.com>
298 Yao Qi <yao@codesourcery.com>
299
300 * gdb.texinfo (Trace Files): Add "tsave -ctf".
301
6dd24dfa
KS
3022013-03-13 Keith Seitz <keiths@redhat.com>
303
304 * gdb.texinfo (Maintenance Commands): Add missing ')' for
305 "maint agent" reference to Dynamic printf.
306
5c4808ca
EZ
3072013-03-11 Eli Zaretskii <eliz@gnu.org>
308
309 * gdb.texinfo (General Query Packets): Don't use colon in index
310 entries visible to Info format.
311
59ea5688
MM
3122013-03-11 Markus Metzger <markus.t.metzger@intel.com>
313
314 * gdb.texinfo (Process Record and Replay): Document record
315 changes.
316
2ae8c8e7
MM
3172013-03-11 Markus Metzger <markus.t.metzger@intel.com>
318
319 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
320 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
321 qXfer:btrace:read.
322
28abe188
EZ
3232013-03-09 Eli Zaretskii <eliz@gnu.org>
324
325 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
326 use colons in @anchor and @cindex entries.
327
be9a119c 3282013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
329
330 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
331
be9a119c 3322013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
333 Hafiz Abid Qadeer <abidh@codesourcery.com>
334
335 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
336 trace-buffer-size set and show commands.
337 (Tracepoint Packets): Document QTBuffer:size.
338 (General Query Packets): Document QTBuffer:size.
339
d57350ea
TT
3402013-02-21 Tom Tromey <tromey@redhat.com>
341
342 * gdb.texinfo: Remove bad @syncodeindex.
343 (Values From Inferior, Types In Python, Inferiors In Python)
344 (Events In Python, Threads In Python, Frames In Python, Blocks In
345 Python, Symbols In Python, Symbol Tables In Python): Remove
346 @tables.
347 (Packets, General Query Packets, Tracepoint Packets)
348 (Host I/O Packets): Use @w{} for empty @item.
349
9f44fbc0
SCR
3502013-02-20 Siva Chandra Reddy <sivachandra@google.com>
351
352 * gdb.texinfo (Architectures In Python): Add description about
353 the new method gdb.Architecture.disassemble.
354
f5911ea1
HAQ
3552013-02-15 Pedro Alves <pedro@codesourcery.com>
356 Hafiz Abid Qadeer <abidh@codesourcery.com>
357
358 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
359 Document the "trace-file" field.
360
7e1e0340
DE
3612013-02-07 Doug Evans <dje@google.com>
362
363 * gdb.texinfo (Machine Code): Clarify argument to disassemble
364 command.
365
134a2066
YQ
3662013-02-06 Yao Qi <yao@codesourcery.com>
367
368 * gdb.texinfo (GDB/MI Async Records): Document new MI
369 notification "=tsv-modified". Update the document of MI
370 notification "=tsv-created".
371 * observer.texi (GDB Observers): New observer tsv_modified.
372 Update observer tsv_created and tsv_delete.
373
430ed3f0
MS
3742013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
375
376 * gdb.texinfo (AArch64 Features): New section; document
377 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
378 (Architectures): Add new AArch64 section to document AArch64
379 architecture specific commands.
380 (ABI): Add description of the new OS ABI "Newlib" and its influence
381 on the longjmp handling.
382
1b56eb55
JK
3832013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
384 Jan Kratochvil <jan.kratochvil@redhat.com>
385
386 * gdb.texinfo (Backtrace): Added description of 'filename-display'
387 variable in 'set/show backtrace' section.
388
c4957902
TT
3892013-01-31 Tom Tromey <tromey@redhat.com>
390
391 * gdb.texinfo (Target Commands): Fix typo.
392
bea883fd
SCR
3932013-01-23 Siva Chandra Reddy <sivachandra@google.com>
394
395 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
396 describing the gdb.Architecture class.
397 (Frames In Python): Add description about the new method
398 gdb.Frame.architecture().
399
796a7ff8
DE
4002013-01-23 Doug Evans <dje@google.com>
401
402 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
403
998580f1
MK
4042013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
405
406 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
407 'thread-groups' field when printing a breakpoint in MI.
408
c9fb1240
SD
4092012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
410 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
411 to reflect that jit-reader-load now supports absolute file-names.
412
ab04a2af
TT
4132013-01-16 Tom Tromey <tromey@redhat.com>
414
415 * gdb.texinfo (Set Catchpoints): Document "catch signal".
416 (Signals): Likewise.
417
8ac3646f
TT
4182013-01-16 Tom Tromey <tromey@redhat.com>
419
420 * gdb.texinfo (GDB/MI Breakpoint Information): Document
421 "catch-type" field.
422 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
423
e93a8774
TT
4242013-01-07 Tom Tromey <tromey@redhat.com>
425
426 * gdb.texinfo (Mode Options): Don't mention -epoch.
427 (Data, Emacs): Remove obsolete comments.
428
54516a0b
TT
4292013-01-02 Tom Tromey <tromey@redhat.com>
430
431 * gdb.texinfo (GDB/MI Output Records): Update menu.
432 (GDB/MI Breakpoint Information): New node.
433 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
434 <-break-insert>: Likewise.
435
8dbe8ece
YQ
4362012-12-31 Yao Qi <yao@codesourcery.com>
437
438 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
439 (Packets): Move "vStopped" packet to ...
440 (Notification Packets): ... here. Describe the components
441 of notification. Add a table of supported notifications.
442 Add an example on the process of he async notification.
443
f35a17b5
JK
4442012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
445
446 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
447 present.
448 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
449 fullname output always present.
450
0dfd2fad
PM
4512012-12-23 Pierre Muller <muller@sourceware.org>
452
453 * gdbint.texinfo (Function prototypes): Require use of "extern"
454 modifier for function prototypes in headers.
455
7785b880
JB
4562012-12-19 Joel Brobecker <brobecker@adacore.com>
457
458 * refcard.tex: Update copyright notice to GPL v3 or later.
459 Update contact info.
460
3d745be3
JK
4612012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
462
463 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
464
c9b6281a
YQ
4652012-12-15 Yao Qi <yao@codesourcery.com>
466
467 * gdb.texinfo (Debugging Output): Document 'set debug
468 notification' and 'show debug notification'.
469
f2a8bc8a
YQ
4702012-12-15 Yao Qi <yao@codesourcery.com>
471
472 * gdb.texinfo (Listing Tracepoints): New item and example about
473 'installed on target' output.
474 Add more in the example about 'installed on target'.
475 (GDB/MI Breakpoint Commands): Doc about 'installed field.
476
451b7c33
TT
4772012-12-14 Tom Tromey <tromey@redhat.com>
478
479 * gdb.texinfo (SVR4 Process Information): Mention core files.
480
3fa7bf06
MG
4812012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
482
483 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
484
05b4bd79
PA
4852012-12-11 Pedro Alves <palves@redhat.com>
486
487 * gdb.texinfo: Remove all mentions of Unixware throughout.
488
74a0d9f6
JK
4892012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
490
491 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
492
0c631110
TT
4932012-11-29 Tom Tromey <tromey@redhat.com>
494
495 * gdb.texinfo (SVR4 Process Information): Document missing
496 "info proc" subcommands.
497
891df0ea
YQ
4982012-11-29 Yao Qi <yao@codesourcery.com>
499
500 PR gdb/1477.
501 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
502 to 'auto' instead of 'gnu'.
503
608e2dbb
TT
5042012-11-26 Tom Tromey <tromey@redhat.com>
505
506 * gdb.texinfo (MiniDebugInfo): New node.
507 (GDB Files): Update.
508
e64e0392
DE
5092012-11-16 Doug Evans <dje@google.com>
510
511 * gdb.texinfo (System-wide configuration): If the system-wide init
512 file lives in the data-directory, and --data-directory is provided,
513 look for it there.
514
ae606bee
TT
5152012-11-15 Tom Tromey <tromey@redhat.com>
516
517 * gdb.texinfo (Signaling): Fix typo.
518
62747a60
TT
5192012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
520
521 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
522 parameter "count" of -data-write-memory-bytes, and add an example.
523
18a9fc12
TT
5242012-11-12 Tom Tromey <tromey@redhat.com>
525
526 * gdb.texinfo (Symbols): Document "info type-printers",
527 "enable type-printer" and "disable type-printer".
528 (Python API): Add new node to menu.
529 (Type Printing API): New node.
530 (Progspaces In Python): Document type_printers field.
531 (Objfiles In Python): Likewise.
532 (gdb.types) <get_type_recognizers, apply_type_recognizers,
533 register_type_printer, TypePrinter>: Document.
534
53342f27
TT
5352012-11-12 Tom Tromey <tromey@redhat.com>
536
537 * gdb.texinfo (Symbols): Document "set print type methods",
538 "set print type typedefs", and flags to ptype and whatis.
539
ed8a1c2d
AB
5402012-11-09 Andrew Burgess <aburgess@broadcom.com>
541
542 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
543 the example -data-disassemble output. Extend the description of
544 the -data-disassemble results to document all fields. Document
545 the cli disassemble command as being related to -data-disassemble.
546
8506d139
YQ
5472012-11-09 Yao Qi <yao@codesourcery.com>
548
549 PR gdb/14777.
550 * gdb.texinfo (OS Information): Remove doc on command
551 'info udot'.
552
4d3f93a2
JB
5532012-11-08 Joel Brobecker <brobecker@adacore.com>
554
555 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
556 gdb.ini warning for Windows port.
557
1e96de83
YQ
5582012-11-08 Yao Qi <yao@codesourcery.com>
559
560 * gdb.texinfo (Search): Add kindex for 'fo'.
561
dc939229
TT
5622012-11-05 Tom Tromey <tromey@redhat.com>
563
564 PR python/14802:
565 * gdb.texinfo (Functions In Python): Add example.
566
6f6484cd
YQ
5672012-11-03 Yao Qi <yao@codesourcery.com>
568
569 * observer.texi (GDB Observers): Remove observer
570 'tracepoint_modified', 'tracepoint_created' and
571 'tracepoint_deleted'.
572
af4238e5
TT
5732012-10-26 Tom Tromey <tromey@redhat.com>
574
575 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
576
687e43a4
TT
5772012-10-25 Tom Tromey <tromey@redhat.com>
578
579 * gdb.texinfo (General Query Packets): Use @itemx.
580
8de0566d
YQ
5812012-10-17 Yao Qi <yao@codesourcery.com>
582
583 * observer.texi (GDB Observers): Update observer
584 'memory_changed'.
585 * gdb.texinfo (GDB/MI Async Records): Document for
586 "memory-changed" notification.
587
07540c15
DE
5882012-10-15 Doug Evans <dje@google.com>
589
590 * gdb.texinfo (Mode Options): Document -nh.
591 Elaborate on docs for -nx.
592
d7019589
SP
5932012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
594
595 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
596
82a90ccf
YQ
5972012-09-21 Yao Qi <yao@codesourcery.com>
598 Pedro Alves <palves@redhat.com>
599
600 * gdb.texinfo (GDB/MI Async Records): Document notification
601 'record-started' and 'record-stopped'.
602 * observer.texi (GDB Observers): New observer 'record-changed'.
603
aa9259cc
TS
6042012-09-19 Thomas Schwinge <thomas@codesourcery.com>
605
606 * gdb.texinfo: Document the removal of SH's 'regs' command.
607
c1d780c2
SDJ
6082012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
609
610 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
611
bb25a15c
YQ
6122012-09-18 Yao Qi <yao@codesourcery.com>
613
614 * gdb.texinfo (GDB/MI Async Records): Document new MI
615 notifications '=tsv-created' and '=tsv-deleted'.
616 * observer.texi (GDB Observers): New observer tsv_created and
617 tsv_deleted.
618
201b4506
YQ
6192012-09-18 Yao Qi <yao@codesourcery.com>
620
621 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
622 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
623 '=traceframe-changed'.
624
6fc1c773
YQ
6252012-09-17 Yao Qi <yao@codesourcery.com>
626
627 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
628 'set listsize'.
629
121c73f3
JK
6302012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
631 Eli Zaretskii <eliz@gnu.org>
632
633 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
634 encoding for gdbarch_breakpoint_from_pc, bp_addr for
635 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
636
e9687799
JK
6372012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
638
639 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
640
3b5e4d35
YPK
6412012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
642
643 Document how to return from "python-interactive" to GDB.
644 * gdb.texinfo (Python Commands): Update documentation.
645
6462012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
647
648 Add a new "python-interactive" command that starts a standard
649 Python interactive prompt with "pi" as alias, and add "py" as
650 an alias to "python".
651 * gdb.texinfo (Python Commands): Document the new commands.
652
b583003e
TT
6532012-08-22 Tom Tromey <tromey@redhat.com>
654
655 * gdbint.texinfo (Host Definition): Remove documentation for
656 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
657
a451cb65
KS
6582012-08-17 Keith Seitz <keiths@redhat.com>
659
660 PR c++/13356
661 * gdb.texinfo (Type and Range Checking): Remove warning.
662 Remove spurious commas.
663 Update text and examples for re-implementation of set/show
664 check type.
665 (C and C++ Type and Range Checks): Likewise.
666
6b1755ce
YQ
6672012-08-16 Yao Qi <yao@codesourcery.com>
668
669 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
670 is deprecated.
671
f47f77df
DE
6722012-08-13 Doug Evans <dje@google.com>
673
674 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
675 to include functions.
676
a72c3253
DE
6772012-08-10 Doug Evans <dje@google.com>
678
679 * gdb.texinfo (Convenience Funs): New node.
680 (Types In Python): Document Type.vector.
681
5b9afe8a
YQ
6822012-08-09 Yao Qi <yao@codesourcery.com>
683
684 * observer.texi: New observer command_param_changed.
685 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
686
dc1039df
JK
6872012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
688
689 * gdbint.texinfo (Debugging GDB): In section
690 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
691 Mention also gdb-gdb.py.
692
4abf930d
YQ
6932012-08-07 Yao Qi <yao@codesourcery.com>
694
695 Revert the folloing patch:
696 2012-08-06 Yao Qi <yao@codesourcery.com>
697 * gdb.texinfo (Remote Configuration): Add kindex for 'set
698 remote hardware-watchpoint-limit' and 'set
699 remote hardware-breakpoint-limit'.
700
f3c8a52a
JK
7012012-08-06 Nathaniel Flath <flat0103@gmail.com>
702
703 * gdb.texinfo (Working Directory): Added information about new
704 default argument for 'cd' command.
705
77a91025
YQ
7062012-08-06 Yao Qi <yao@codesourcery.com>
707
708 * gdb.texinfo (Remote Configuration): Add kindex for 'set
709 remote hardware-watchpoint-limit' and 'set
710 remote hardware-breakpoint-limit'.
711
d9f08f52
YQ
7122012-08-06 Yao Qi <yao@codesourcery.com>
713
714 Fix PR14371.
715
716 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
717 '=breakpoint-deleted'.
718
95b07c96
YQ
7192012-08-02 Yao Qi <yao@codesourcery.com>
720
721 * gdb.texinfo (Native): Remove node Neutrino.
722
7255706c
YQ
7232012-07-27 Yao Qi <yao@codesourcery.com>
724
725 * gdb.texinfo (IPA Protocol Commands): Document new command
726 'close'.
727
d6b28940
TT
7282012-07-25 Tom Tromey <tromey@redhat.com>
729
730 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
731
e615022a
DE
7322012-07-20 Doug Evans <dje@google.com>
733
734 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
735 (Index Files): Document how to control the use of deprecated index
736 sections.
737 (Index Section Format): Replace --use-deprecated-index-sections with
738 "set use-deprecated-index-sections on".
739
055855a4
EZ
7402012-07-12 Eli Zaretskii <eliz@gnu.org>
741
742 * gdbint.texinfo: Remove @syncodeindex directives that put all the
743 indices into a single node "Index". Instead, join function and
744 variable indices into a single index, separate from the concept
745 index. Requested in
746 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
747 (Top): Update the top-level menu: instead of one "Index" there are
748 now separate entries "Concept Index" and "Function and Variable
749 Index".
750 (Concept Index, Function and Variable Index): New nodes.
751 (Index): Node deleted.
752
f77cc5f0
HZ
7532012-07-05 Hui Zhu <hui_zhu@mentor.com>
754
755 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
756 and "maint agent-eval".
757
00595b5e
EZ
7582012-07-03 Eli Zaretskii <eliz@gnu.org>
759
760 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
761 avoid file-name clashes between Index.html and index.html on
762 case-insensitive filesystems. See the discussion starting in
763 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
764 details of the problem.
765 (Top): Update the master menu for the above.
766 (Concept Index, Command and Variable Index): New nodes, instead of
767 the old "Index" node that was deleted. All cross-references
768 updated.
769
d3ce09f5
SS
7702012-07-02 Stan Shebs <stan@codesourcery.com>
771
772 * gdb.texinfo (Dynamic Printf): Mention agent style and
773 disconnected dprintf.
774 (Maintenance Commands): Describe maint agent-printf.
775 (General Query Packets): Mention BreakpointCommands feature.
776 (Packets): Document commands extension to Z0 packet.
777 * agentexpr.texi (Bytecode Descriptions): Document printf
778 bytecode.
779
2d7b58e8
JK
7802012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
781
782 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
783 only after gdbinit files.
784 (Startup): Move -iex and -iex commands down after gdbinit files.
785
202cbf1c
JK
7862012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
787
788 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
789 possibility.
790
b6ba681c
TT
7912012-06-29 Tom Tromey <tromey@redhat.com>
792
793 * gdb.texinfo (Index Section Format): Update for version 7.
794
71caed83
SS
7952012-06-28 Stan Shebs <stan@codesourcery.com>
796
797 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
798 example, add note about title column.
799
ee0bf529
SCR
8002012-06-26 Siva Chandra Reddy <sivachandra@google.com>
801
802 * gdb.texinfo (Symbol Tables In Python): Add description about
803 the new 'last' attribute of gdb.Symtab_and line.
804
3c15d565
SCR
8052012-06-26 Siva Chandra Reddy <sivachandra@google.com>
806
807 * gdb.texinfo (Symbol Tables In Python): Correct the description
808 of the 'pc' attribute of gdb.Symtab_and_line.
809
45cfd468
DE
8102012-06-26 Doug Evans <dje@google.com>
811
812 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
813 and symtab-create.
814
496ee73e
KS
8152012-06-25 Keith Seitz <keiths@redhat.com>
816
817 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
818 from example. Remove "rbreak" from list of corresponding
819 gdb commands.
820
156942c7
DE
8212012-06-23 Doug Evans <dje@google.com>
822
823 * gdb.texinfo (Index Section Format): Document version 7 format.
824
c614397c
YQ
8252012-06-22 Yao Qi <yao@codesourcery.com>
826
827 * gdb.texinfo: Add missing cindex for some packets.
828
472a2379
KS
8292012-06-20 Keith Seitz <keiths@redhat.com>
830
831 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
832 for -break-insert and document -p.
833
2678e2af
YQ
8342012-06-20 Yao Qi <yao@codesourcery.com>
835
836 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
837 and "gdb.write_memory" with "Inferior.read_memory" and
838 "Inferior.write_memory".
839
984359d2
EZ
8402012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
841
842 * gdb.texinfo (Summary): Add a link to "Free Documentation".
843 (Free Documentation): Add @node line.
844 (Continuing and Stepping) <advance location>: Use @item instead of
845 @itemx.
846 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
847 @itemx.
848 (Embedded Processors): Put the link to "PA" to its correct place,
849 according to document structure.
850 (Python API): Put the link to "Lazy Strings In Python" to its
851 correct place.
852 (Index): Use @@ in @tex block to get a literal @.
853
854 * gdbint.texinfo: Fix the @subtitle line.
855
856 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
857 correct place.
858
16bdd41f
YQ
8592012-06-08 Yao Qi <yao@codesourcery.com>
860
861 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
862 Protocol'.
863 (In-Process Agent Protocol, IPA Protocol Objects)
864 (IPA Protocol Commands): New nodes.
865 (Tracepoint Packets): Add anchors.
866
2d4c29c5
TS
8672012-06-06 Thomas Schwinge <thomas@codesourcery.com>
868
869 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
870
6bd110c5
YQ
8712012-06-06 Yao Qi <yao@codesourcery.com>
872
873 * gdb.texinfo: Update copyright year.
874
f3e0e960
SS
8752012-05-23 Stan Shebs <stan@codesourcery.com>
876 Kwok Cheung Yeung <kcy@codesourcery.com>
877
878 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
879
1564a261
JK
8802012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
881
882 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
883 Mention also --with-separate-debug-dir.
884 (Auto-loading): Prepend $debugdir in the sample output.
885 (Auto-loading safe path): Likewise. Mention also $debugdir for the
886 auto-load safe-path variable.
887 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
888 Mention also $debugdir for 'set auto-load scripts-directory'.
889
eb17f351
EZ
8902012-05-19 Eli Zaretskii <eliz@gnu.org>
891
892 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
893 (MIPS Embedded, MIPS, MIPS Register packet Format)
894 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
895 appropriate.
896
4cc0665f
MR
8972012-05-18 Sandra Loosemore <sandra@codesourcery.com>
898 Maciej W. Rozycki <macro@codesourcery.com>
899
900 * gdb.texinfo (MIPS): Document "set mips compression" and "show
901 mips compression".
902 (MIPS Breakpoint Kinds): New subsubsection.
903
7af8dcf8 9042012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
905
906 * gdb.texinfo (Architecture-Specific Protocol Details): Define
907 nodes for subsections. Add @acronym mark-ups and adjust
908 formatting.
909
aff139ff
JK
9102012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
911
912 Rename $ddir to $datadir.
913 * gdb.texinfo (Auto-loading, Auto-loading safe path)
914 (objfile-gdb.py file): Rename $ddir to $datadir.
915
9cb709b6
TT
9162012-05-18 Tom Tromey <tromey@redhat.com>
917
918 * gdb.texinfo (Print Settings): Document 'set print symbol'.
919
e7e0cddf
SS
9202012-05-14 Stan Shebs <stan@codesourcery.com>
921
922 * gdb.texinfo (Dynamic Printf): New subsection.
923
7efc75aa
SCR
9242012-05-13 Siva Chandra Reddy <sivachandra@google.com>
925
926 * gdb.texinfo (Basic Python): Add description about the function
927 gdb.find_pc_line
928
f307c045
JK
9292012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
930 Eli Zaretskii <eliz@gnu.org>
931
932 * gdb.texinfo (Separate Debug Files): Use plural form for global
933 debugging information directory.
934
85d4a676
SS
9352012-05-11 Stan Shebs <stan@codesourcery.com>
936 Kwok Cheung Yeung <kcy@codesourcery.com>
937
938 * gdb.texinfo (Operating System Auxiliary Information): Document new
939 'info os' subcommands.
940
c1668e4e
JK
9412012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
942
943 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
944 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
945 (dotdebug_gdb_scripts section): Add reference
946 to 'Auto-loading safe path'.
947
7349ff92
JK
9482012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
949
950 Implement multi-component --with-auto-load-dir.
951 * gdb.texinfo (Auto-loading): New references
952 for 'set auto-load scripts-directory'
953 and 'show auto-load scripts-directory'.
954 (Auto-loading safe path): Describe the new default. Move $ddir
955 substituation reference to 'objfile-gdb.py file'.
956 (objfile-gdb.py file): Describe script-name alias. Change real-name to
957 script-name. Describe new 'set auto-load scripts-directory'
958 and 'show auto-load scripts-directory'.
959
6dea1fbd
JK
9602012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
961
962 Provide $ddir substitution for --with-auto-load-safe-path.
963 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
964 (Auto-loading safe path): Likewise. Mention the default value,
965 $ddir substitution, --with-auto-load-safe-path and
966 --without-auto-load-safe-path.
967 * observer.texi (gdb_datadir_changed): New.
968
1ccacbcd
JK
9692012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
970
971 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
972 Twice.
973
d9242c17
JK
974 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
975 directory separator by path separator.
976
af2c1515
JK
9772012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
978
979 * gdb.texinfo (Auto-loading safe path): Make 'directories'
980 for 'set auto-load safe-path' optional. Mention if it is omitted.
981 Change disabling security protection condition to "/", twice.
982
a20ee7a4
SCR
9832012-05-03 Siva Chandra Reddy <sivachandra@google.com>
984
985 * gdb.texinfo (Symbol Tables In Python): Add documentation about
986 the new methods global_block and static_block on gdb.Symtab
987 objects.
988
56af09aa
SCR
9892012-05-02 Siva Chandra Reddy <sivachandra@google.com>
990
991 * gdb.texinfo (Blocks In Python): Add a note saying that future
992 improvements to GDB and its infrastructure can move symbols
993 across blocks within a symbol table.
994
2746b0ef
YQ
9952012-04-29 Yao Qi <yao@codesourcery.com>
996
997 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
998 (A29K): Remove.
999
62e5f89c
SDJ
10002012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
1001 Tom Tromey <tromey@redhat.com>
1002
1003 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
1004 and generic static probe support on GDB.
1005
a766d390
DE
10062012-04-25 Doug Evans <dje@google.com>
1007
50f042b9
DE
1008 * gdb.texinfo (Go): Fix thinko.
1009
a766d390
DE
1010 * gdb.texinfo (Supported Languages): Add Go.
1011 (Go): New node.
1012
f02e2b19
YQ
10132012-04-25 Yao Qi <yao@codesourcery.com>
1014
1015 * gdbint.texinfo (Testsuite): New section `Board settings'.
1016
68d41a48
JK
10172012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1018
1019 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
1020 Three times.
1021
174bb630
JK
1022 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
1023 Three times.
1024
0511cc75
JK
10252012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1026
1027 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
1028 by @table @asis. Fix formatting of one item.
1029
0070f25a
JK
10302012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1031
1032 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
1033
4dc84fd1
JK
10342012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1035
1036 New option "set debug auto-load".
1037 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
1038 (auto-load verbose mode): New node.
1039
bccbefd2
JK
10402012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1041
1042 New option "set auto-load safe-path".
1043 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
1044 and "info auto-load" examples for safe-path. Put there also references
1045 for "set auto-load safe-path" and "show auto-load safe-path".
1046 New menu item for Auto-loading safe path.
1047 (Auto-loading safe path): New node.
1048 (Python Auto-loading): Update the expected output from "Missing"
1049 to "No".
1050
bf88dd68
JK
10512012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1052
1053 auto-load: Implementation.
1054 * gdb.texinfo (Mode Options): New anchor for -nx.
1055 (Startup): New anchors for Option -init-eval-command,
1056 Home Directory Init File
1057 and Init File in the Current Directory during Startup.
1058 Mention set auto-load local-gdbinit with a reference.
1059 Change the sample code to "set auto-load python-scripts".
1060 (Threads): New anchor set libthread-db-search-path.
1061 Provide references to libthread_db.so.1 file.
1062 (Controlling GDB): New menu item for Auto-loading.
1063 (Auto-loading, Init File in the Current Directory)
1064 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
1065 (Python): Rename the menu item Auto-loading to Python Auto-loading.
1066 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
1067 reference.
1068 (Auto-loading): Rename to ...
1069 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
1070 "set auto-load python-scripts", new anchor for it. Change
1071 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
1072 for it. Change "info auto-load-scripts"
1073 to "info auto-load python-scripts", new anchor for it. Change "scripts"
1074 to "Python scripts".
1075
8264ba82
AG
10762012-04-14 Anton Gorenkov <xgsa@yandex.ru>
1077
1078 PR mi/13393
1079 * gdb.texinfo (Print Settings): Extend the description for "set print
1080 object".
1081 (GDB/MI Variable Objects): Extend the description for -var-create and
1082 -var-list-children.
1083
06fc020f
SCR
10842012-04-11 Siva Chandra Reddy <sivachandra@google.com>
1085
1086 * gdb.texinfo (Examining Data): Document the 'explore' command.
1087
7191c139
JB
10882012-03-28 Joel Brobecker <brobecker@adacore.com>
1089
1090 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
1091 to the children of a varobj and its update range when -var-update
1092 returns that the varobj's type changed.
1093
3708f05e
JK
10942012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1095
1096 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
1097 Create two new links fir 'objfile-gdb.py file'
1098 and 'dotdebug_gdb_scripts section'.
1099
8e0583c8
JK
11002012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1101
1102 * gdb.texinfo (Auto-loading): Rename node reference
1103 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
1104 Twice.
1105 (.debug_gdb_scripts section): Rename the node ...
1106 (dotdebug_gdb_scripts section): ... here.
1107 (Maintenance Commands): Also rename this node reference.
1108
7b282c5a
SCR
11092012-03-22 Siva Chandra Reddy <sivachandra@google.com>
1110
1111 * gdb.texinfo (Python API/Values From Inferior): Add description
1112 about the new method Value.referenced_value. Add description on
1113 how Value.dereference is different (and similar) to
1114 Value.referenced_value.
1115
8320cc4f
JK
11162012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1117
1118 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
1119 --init-eval-command=COMMAND, -iex.
1120 (Startup): Describe -iex and -ix. Simplify the example
1121 for "set auto-load-scripts off".
1122
481860b3
GB
11232012-03-16 Gary Benson <gbenson@redhat.com>
1124
1125 PR breakpoints/10738
1126 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
1127 stating that GDB cannot set breakpoints on inlined functions.
1128 (Mode Options): Document --use-deprecated-index-sections.
1129 (Index Section Format): Document new index section version format.
1130
c4aeac85
TT
11312012-03-15 Tom Tromey <tromey@redhat.com>
1132
1133 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
1134
16899756
DE
11352012-03-13 Doug Evans <dje@google.com>
1136
1137 * gdb.texinfo (Help): Change apropos example to use "alias" instead
1138 of "reload".
1139 (Symbols): Delete docs for set/show symbol-reloading.
1140 * gdbint.texinfo (Defining Other Architecture Features): Delete
1141 SYMBOL_RELOADING_DEFAULT.
1142 * refcard.tex: Delete reference to symbol-reloading.
1143
9b224c5e
PA
11442012-03-07 Pedro Alves <palves@redhat.com>
1145
1146 * gdb.texinfo (General Query Packets): Document new
1147 QProgramSignals packet.
1148 * gdb.texinfo (Remote configuration): Mention
1149 "program-signals-packet".
1150
169081d0
TG
11512012-03-05 Tristan Gingold <gingold@adacore.com>
1152
1153 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
1154
d1feda86
YQ
11552012-03-03 Yao Qi <yao@codesourcery.com>
1156
1157 * gdb.texinfo (In-Process Agent): New node.
1158 Document new commands.
1159 (General Query Packets): Add packet `QAgent'.
1160
1faeff08
MR
11612012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
1162
1163 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
1164
7d74f244
DE
11652012-03-01 Scott J. Goldman <scottjg@vmware.com>
1166
1167 * gdb.texinfo (Commands In Python): Put example python macro in
1168 COMMAND_USER category rather than COMMAND_OBSCURE.
1169 Document gdb.COMMAND_USER.
1170 (User-defined Commands): Update documentation to clarify
1171 "set/show max-user-call-depth" and "show user" don't apply to python
1172 commands. Update documentation to clarify "help user-defined" may
1173 also include python commands defined as COMMAND_USER.
1174
6fe37d23
JK
11752012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1176
1177 * gdb.texinfo (Startup): Add option -ex description to the option -x
1178 description.
1179
83364271
LM
11802012-02-24 Luis Machado <lgustavo@codesourcery.com>
1181
1182 * gdb.texinfo (Setting Breakpoints): Mention and explain the
1183 condition-evaluation breakpoint parameter.
1184 Mention condition-evaluation mode being shown in "info break".
1185 (Break Conditions): Add description for target-side
1186 conditional breakpoints.
1187 (Remote Configuration): Mention conditional-breakpoints-packet.
1188 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
1189 cond-expr.
1190 (General Query Packets): Mention new ConditionalBreakpoint feature.
1191
bdb1994d
TT
11922012-02-22 Tom Tromey <tromey@redhat.com>
1193
1194 * gdb.texinfo (Blocks In Python): Clarify block iteration.
1195
4d241c86
TT
11962012-02-17 Tom Tromey <tromey@redhat.com>
1197
1198 PR python/10753:
1199 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
1200 directory.
1201
816338b5
SS
12022012-02-14 Stan Shebs <stan@codesourcery.com>
1203
1204 * gdb.texinfo (Disabling Breakpoints): Document enable count.
1205
cc30c4bd
PA
12062012-02-13 Pedro Alves <palves@redhat.com>
1207
1208 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
1209 mips-idt-ecoff.
1210
035d1e5b
YQ
12112012-02-09 Yao Qi <yao@codesourcery.com>
1212
1213 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
1214
f0823d2c
TT
12152012-02-07 Tom Tromey <tromey@redhat.com>
1216
1217 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
1218 Symbol.value.
1219
64e7d9dd
TT
12202012-02-07 Tom Tromey <tromey@redhat.com>
1221
1222 * gdb.texinfo (Symbols In Python): Document Symbol.line.
1223
4220b2f8
TS
12242012-01-27 Thomas Schwinge <thomas@codesourcery.com>
1225
1226 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
1227
edcc5120
TT
12282012-01-24 Tom Tromey <tromey@redhat.com>
1229
1230 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
1231 unload".
1232 (Files): Mention new catch commands.
1233 (GDB/MI Async Records): Likewise.
1234
53fe1783
GB
12352012-01-24 Gary Benson <gbenson@redhat.com>
1236
1237 Delete #if 0'd out code.
1238 * gdb.texinfo (Frame Info): Remove "info catch".
1239
b9e7b9c3
UW
12402012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1241
1242 * gdb.texinfo (Remote Configuration): Document
1243 "set remote hostio-readlink-packet" command.
1244 (General Query Packets): Document vFile:readlink packet.
1245
4aac40c8
TT
12462012-01-16 Tom Tromey <tromey@redhat.com>
1247
1248 * gdb.texinfo (Specify Location): Document relative file name
1249 handling.
1250
cafec441
TT
12512012-01-16 Tom Tromey <tromey@redhat.com>
1252
1253 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
1254
0ee339bc
JK
12552012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1256 Eli Zaretskii <eliz@gnu.org>
1257
1258 * gdbint.texinfo (Coding Standards): Require braces for two lines of
1259 code.
1260
72384ba3
PH
12612012-01-11 Paul Hilfinger <hilfingr@adacore.com>
1262
1263 * gdb.texinfo (Variables): Document use of :: for non-static
1264 variables.
1265
ce1b17c4
JB
12662012-01-05 Joel Brobecker <brobecker@adacore.com>
1267
1268 * gdbint.texinfo (Start of New Year Procedure): Update
1269 to replace use of copyright.sh by use of copyright.py.
1270
217bff3e
JK
12712012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1272
1273 Remove the gdbtui binary.
1274 * all-cfg.texi (GDBTUI): Remove.
1275 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
1276 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
1277 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
1278
cc72b2a2
KP
12792011-12-23 Kevin Pouget <kevin.pouget@st.com>
1280
1281 Introduce gdb.FinishBreakpoint in Python.
1282 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
1283 (Python API): Add menu entry for Finish Breakpoints.
1284
13ac8d2c
JK
12852011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1286
1287 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
1288 tests.
1289
e0f9f062
DE
12902011-12-16 Doug Evans <dje@google.com>
1291
1292 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
1293
80b6e756
PM
12942011-12-16 Phil Muldoon <pmuldoon@redhat.com>
1295
1c3ad6ab 1296 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
1297 stack". Add documentation for "set/show python print-stack".
1298
2fb860fc
PA
12992011-12-14 Pedro Alves <pedro@codesourcery.com>
1300
1301 * gdb.texinfo (Implementing a Remote Stub): Explain that you
1302 should transfer control to the stub in the startup code instead of
1303 in main. Mention the need to get past the initial breakpoint.
1304
f8eba3c6
TT
13052011-12-06 Tom Tromey <tromey@redhat.com>
1306
1307 * gdb.texinfo (Set Breaks): Update for new behavior.
1308
2268b414
JK
13092011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1310
1311 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
1312 List Format for SVR4 Targets'.
1313 (General Query Packets): New item qXfer:libraries-svr4:read.
1314 (Library List Format for SVR4 Targets): New node.
1315
ae6f0d5b
TT
13162011-12-01 Tom Tromey <tromey@redhat.com>
1317
1318 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
1319 add.
1320
36dfb11c
TT
13212011-11-22 Tom Tromey <tromey@redhat.com>
1322
1323 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
1324 reasons.
1325
f196051f
SS
13262011-11-20 Stan Shebs <stan@codesourcery.com>
1327
1328 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1329 note-related options and variables.
1330 (Tracepoint Packets): Document packet changes.
1331
f85b53f8
SD
13322011-11-20 Sanjoy Das <sdas@igalia.com>
1333
1334 * gdb.texinfo (JIT Interface): Add documentation on writing and
1335 usind JIT debug info readers.
1336 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
1337 Debug Info Readers): New nodes.
1338
bfccc43c
YQ
13392011-11-18 Yao Qi <yao@codesourcery.com>
1340
1341 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
1342 tracepoint.
1343
c011a4f4
DE
13442011-11-15 Doug Evans <dje@google.com>
1345
1346 * gdb.texinfo (Files): Document basenames-may-differ.
1347
ed59ded5
DE
13482011-11-14 Doug Evans <dje@google.com>
1349
1350 * gdb.texinfo (Shell Commands): Document "!".
1351
405f8e94
SS
13522011-11-14 Stan Shebs <stan@codesourcery.com>
1353 Kwok Cheung Yeung <kcy@codesourcery.com>
1354
1355 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
1356 needed to get shorter fast tracepoints.
1357 (Tracepoint Packets): Document new qTMinFTPILen packet.
1358
1e4d1764
YQ
13592011-11-14 Yao Qi <yao@codesourcery.com>
1360
1361 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
1362 behavior of tracepoint.
1363 (General Query Packets): New feature InstallInTrace.
1364 (Remote Configuration): Document "set remote
1365 install-in-trace-packet".
1366
71eba9c2 13672011-11-12 Matt Rice <ratmice@gmail.com>
1368
1369 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
1370 Add arguments to info macro.
1371
e0f8f636
TT
13722011-11-10 Tom Tromey <tromey@redhat.com>
1373
1374 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
1375 manual.
1376 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
1377 (Macros): Add a footnote.
1378 (C): Remove paragraph about compiler options.
1379 (C Constants): Mention wide character and string constants.
1380 (C Plus Plus Expressions): Update compiler option advice. Mention
1381 using declarations. Mention ADL. Remove old HP compiler
1382 information.
1383
625c0d47
TT
13842011-11-10 Tom Tromey <tromey@redhat.com>
1385
1386 PR c++/9257:
1387 * gdb.texinfo (Print Settings): Add an extra note about the need
1388 for a vtable.
1389
4be2aacc
MR
13902011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
1391
1392 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
1393 "set mips abi" documentation.
1394
0a1c4d10
DE
13952011-11-04 Doug Evans <dje@google.com>
1396
1397 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
1398
aad1c02c
TT
13992011-11-03 Tom Tromey <tromey@redhat.com>
1400
1401 * gdb.texinfo (Stopping): Add menu entry.
1402 (Continuing and Stepping): Restore @node. Use @section, not
1403 @subsection.
1404
983fb131
MR
14052011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
1406
1407 * gdb.texinfo (Skipping Over Functions and Files): Remove node
1408 designation. Fix "Specify Location" cross-reference.
1409
3065dfb6
SS
14102011-11-02 Stan Shebs <stan@codesourcery.com>
1411
1412 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
1413 (General Query Packets): Describe tracenz feature.
1414 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
1415
0aaaf063
PK
14162011-10-28 Paul Koning <paul_koning@dell.com>
1417
1418 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
1419
2231f1fb
KP
14202011-10-27 Kevin Pouget <kevin.pouget@st.com>
1421
1422 * gdb.texinfo ((Frames In Python): Document
1423 gdb.FRAME_UNWIND_FIRST_ERROR contant.
1424
5110b5df
PK
14252011-10-26 Paul Koning <paul_koning@dell.com>
1426
1427 * gdb.texinfo (gdb.types): Document new deepitems function.
1428
22dbab46
PK
14292011-10-25 Paul Koning <paul_koning@dell.com>
1430
1431 PR python/13327
1432
1433 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
1434 fetch_lazy method.
1435
9df2fbc4
PM
14362011-10-20 Phil Muldoon <pmuldoon@redhat.com>
1437
1438 PR python/12656
1439
1440 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
1441 global_block, static_block function.
1442
f05e2e1d
TT
14432011-10-19 Tom Tromey <tromey@redhat.com>
1444
1445 * gdb.texinfo (Commands In Python): Add missing "@"s.
1446
a7fc3f37
KP
14472011-10-13 Kevin Pouget <kevin.pouget@st.com>
1448
1449 PR python/13285 Document named constants for frame unwind stop reasons
1450 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
1451 constants.
1452
5048e516
JK
14532011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1454
1455 Fix compatibility with texinfo versions older than 4.12.
1456 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
1457 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
1458 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
1459 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
1460 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
1461 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
1462 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
1463
5a56e9c5
DE
14642011-10-09 Doug Evans <dje@google.com>
1465
1466 * gdb.texinfo (Extending GDB): Document alias command.
1467
36b11add
JK
14682011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1469
1470 Support @entry in input expressions.
1471 * gdb.texinfo (Variables): Describe @entry names suffix.
1472 (Print Settings): Add anchor for `set print entry-values'.
1473
e18b2753
JK
14742011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1475 Eli Zaretskii <eliz@gnu.org>
1476
1477 Display @entry parameter values (without references).
1478 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
1479 example.
1480 (Print Settings): New description of set print entry-values and show
1481 print entry-values.
1482
111c6489
JK
14832011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1484 Eli Zaretskii <eliz@gnu.org>
1485
1486 Recognize virtual tail call frames.
1487 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
1488 (Tail Call Frames): New node.
1489 (Frames In Python): Add gdb.TAILCALL_FRAME.
1490
9c15afc4
DE
14912011-10-07 Doug Evans <dje@google.com>
1492
1493 * gdb.texinfo (gdb.printing): Document new `replace' arg to
1494 register_pretty_printer.
1495
99f5279d
PM
14962011-10-07 Phil Muldoon <pmuldoon@redhat.com>
1497
1498 PR python/12930
1499 PR python/12802
1500
1501 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
1502 stop method.
1503
03583c20
UW
15042011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
1505
1506 * gdb.texinfo (Starting your Program): "set disable-randomization"
1507 is no longer Linux-specific.
1508 (Remote Configuration): Document "set remote
1509 disable-randomization-packet".
1510 (General Query Packets): Document "QDisableRandomization" packet
1511 and add it to "qSupported" list.
1512
bd054e06
KP
15132011-10-07 Kevin Pouget <kevin.pouget@st.com>
1514
1515 Allow Python notification of new object-file loadings.
1516 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
1517 event type.
1518
cb6be26b
KP
15192011-10-04 Kevin Pouget <kevin.pouget@st.com>
1520
1521 PR python/12691: Add the inferior to Python exited event
1522 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
1523
a05336a1
JB
15242011-10-03 Joel Brobecker <brobecker@adacore.com>
1525
1526 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
1527 rephasing.
1528
5d77fe44
JB
15292011-10-03 Joel Brobecker <brobecker@adacore.com>
1530
1531 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
1532 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
1533 as possible feature returned by the `-list-features'
1534 command.
1535
699df94d
PK
15362011-09-28 Paul Koning <paul_koning@dell.com>
1537
1538 * gdb.texinfo (gdb.Type): Document field access by dictionary
1539 key syntax.
1540
24bdad53
YQ
15412011-09-28 Yao Qi <yao@codesourcery.com>
1542
1543 * gdb.texinfo (Files): Update options for `add-symbol-file'.
1544 Add one space after option `-s'. Remove @r{} markup.
1545
6710bf39
SS
15462011-09-27 Stan Shebs <stan@codesourcery.com>
1547
1548 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
1549
d99f7e48
HZ
15502011-09-16 Hui Zhu <teawater@gmail.com>
1551
1552 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
1553 to *(unsigned char *)$esp@300.
1554
d812018b
PK
15552011-09-15 Paul Koning <paul_koning@dell.com>
1556
1557 * gdb.texinfo: Make style of Python functions and methods match
1558 the syntax of Python. Also put class and module names explicitly
1559 on function, member, and variable names, matching Python
1560 documentation conventions.
1561
2aa48337
KP
15622011-09-15 Kevin Pouget <kevin.pouget@st.com>
1563
1564 PR Python/12692 Add gdb.selected_inferior() to Python interface.
1565 * gdb.texinfo (Inferiors In Python): Describe new
1566 gdb.selected_inferior() function.
1567
6839b47f
KP
15682011-09-15 Kevin Pouget <kevin.pouget@st.com>
1569
1570 Handle multiple breakpoint hits in Python interface:
1571 * gdb.texinfo (Events In Python): New function documentation:
1572 gdb.BreakpointEvent.breakpoints. Indicate that
1573 gdb.BreakpointEvent.breakpoint is now deprecated.
1574
26829f2b
JB
15752011-09-04 Joel Brobecker <brobecker@adacore.com>
1576
1577 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
1578
a9f54f60
TT
15792011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
1580
1581 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
1582
fa3a4f15
PM
15832011-08-17 Phil Muldoon <pmuldoon@redhat.com>
1584
1585 * gdb.texinfo (Prompt): Add set/show extended-prompt
1586 documentation
1587 (Basic Python): Add prompt_hook anchor.
1588 (Python modules): Reword module text to reflect multiple modules.
1589 (gdb.prompt): Document gdb.prompt module.
1590
224bbe49
YQ
15912011-08-14 Yao Qi <yao@codesourcery.com>
1592
78d85199
YQ
1593 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
1594
15952011-08-14 Yao Qi <yao@codesourcery.com>
1596
1597 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
1598 (TIC6x Features): New node.
1599
457e09f0
DE
16002011-08-12 Doug Evans <dje@google.com>
1601
1602 * gdb.texinfo (Symbols In Python): Document symbol.type.
1603
5e239b84
PM
16042011-08-09 Phil Muldoon <pmuldoon@redhat.com>
1605
1606 * gdb.texinfo (Python): Document command and function
1607 auto-loading.
1608
177bc839
JK
16092011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1610 Eli Zaretskii <eliz@gnu.org>
1611
1612 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
1613 typedefs unrolling. Extend the sample code by an inner typedef and
1614 outer typedefs unrolling.
1615
1a532630
PP
16162011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
1617
1618 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
1619 size and line-size.
1620
9b158ba0 16212011-07-21 Matt Rice <ratmice@gmail.com>
1622
1623 PR macros/12999
1624 * gdb.texinfo (Macros): Add info definitions and info macros commands.
1625 Update text and cindex entries for info macro command.
1626
d17b6f81
PM
16272011-07-21 Phil Muldoon <pmuldoon@redhat.com>
1628
1629 * observer.texi (GDB Observers): Add before_prompt observer.
1630 * gdb.texinfo (Basic Python): Add documentation for prompt
1631 substitution.
1632
713389e0
PM
16332011-07-11 Phil Muldoon <pmuldoon@redhat.com>
1634
1635 PR python/12438
1636 * gdb.texinfo (Python Commands): Add deprecate note to maint
1637 set/show python print-stack. Document set/show python
1638 print-backtrace.
1639
177b42fe
TJB
16402011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
1641
1642 * gdb.texinfo: Fix typos.
1643
900e11f9
JK
16442011-07-01 Tom Tromey <tromey@redhat.com>
1645
1646 * gdb.texinfo (Debugging Output): Document set debug
1647 check-physname.
1648
39c4d40a
TT
16492011-06-29 Tom Tromey <tromey@redhat.com>
1650
1651 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1652 breakpoint-notifications feature.
1653
6f5def7d
UW
16542011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
1655
1656 * gdb.texinfo (Target Description): Remove warning about
1657 possibly unstable format.
1658
8cf64490
TT
16592011-06-03 Tom Tromey <tromey@redhat.com>
1660
1661 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
1662 (Events In Python): Note that exit_code is optional.
1663
393eab54
PA
16642011-05-17 Pedro Alves <pedro@codesourcery.com>
1665
1666 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
1667 required for multi-threading support.
1668 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
1669 Hc are deprecated for multi-threading debugging. Point readers at
1670 the vCont packet.
1671
75fc9810
DE
16722011-05-15 Doug Evans <dje@google.com>
1673
1674 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
1675
01124a23
DE
16762011-05-13 Doug Evans <dje@google.com>
1677
98a5dd13
DE
1678 * gdb.texinfo (Threads): Document $sdir,$pdir.
1679 (Server): Document $pdir exception.
1680
dbaefcf7
DE
1681 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
1682
cc63ef9b
DE
1683 * gdb.texinfo (Threads): Clarify default value for
1684 libthread-db-search-path.
7e0396aa 1685
01124a23
DE
1686 * gdb.texinfo (Completion): Update example.
1687 (Debugging Output): Delete `set/show debug lin-lwp-async'.
1688
d248b706
KY
16892011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
1690
1691 * gdb.texinfo: Document change in the behaviour of the enable and
1692 disable GDB commands when applied to tracepoints.
1693 Document the EnableDisableTracepoints remote stub feature.
1694 Document QTEnable and QTDisable in the list of tracepoint packets.
1695
cc88a640
JK
16962011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1697
1698 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
1699 hsuser.texi.
1700 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
1701 comment to hsuser.texi. Change rluser.texi name in the comment.
1702
84e578fb
DE
17032011-05-10 Doug Evans <dje@google.com>
1704
1705 * gdb.texinfo (Threads): If an empty path is provided for
1706 libthread-db-search-path it is reset to its default value.
1707 (Server): Ditto.
1708
478aac75
DE
17092011-05-09 Doug Evans <dje@google.com>
1710
1711 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
1712
9c06b0b4
TJB
17132011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1714 Thiago Jung Bauermann <bauerman@br.ibm.com>
1715
1716 Implement support for PowerPC BookE masked watchpoints.
1717 * gdb.texinfo (Set Watchpoints): Document mask parameter.
1718 (PowerPC Embedded): Mention support of masked watchpoints.
1719
9ed350ad
JB
17202011-05-03 Joel Brobecker <brobecker@adacore.com>
1721
1722 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
1723 `@value{GDBN}'.
1724
4ceed123
JB
17252011-05-03 Joel Brobecker <brobecker@adacore.com>
1726
1727 * gdb.texinfo (titlepage): Remove dedication.
1728 (In Memoriam): New appendix.
1729
559a7a62
JK
17302011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1731 Eli Zaretskii <eliz@gnu.org>
1732
1733 * gdb.texinfo (Index Section Format): Change the version to 5.
1734 Describe the different formula.
1735
03f2bd59
JK
17362011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1737 Eli Zaretskii <eliz@gnu.org>
1738
1739 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
1740 for disconnected tracing.
1741 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
1742 extended-remote relationship. Mention --once.
1743 (TCP port allocation lifecycle of @code{gdbserver}): New.
1744
d9b1a651
EZ
17452011-04-23 Eli Zaretskii <eliz@gnu.org>
1746
1747 * gdb.texinfo (Server): Improve indexing. Index all optional
1748 switches to gdbserver.
1749
90476074
TT
17502011-04-20 Tom Tromey <tromey@redhat.com>
1751
1752 * gdb.texinfo (Index Section Format): New node.
1753 (Top): Add new node to menu.
1754
c21236dc
PA
17552011-04-20 Pedro Alves <pedro@codesourcery.com>
1756
1757 * gdb.texinfo (Maintenance Commands): Document `maint print
1758 remote-registers'.
1759
05c8c3f5
TT
17602011-04-20 Tom Tromey <tromey@redhat.com>
1761
1762 * gdb.texinfo (Trace File Format): Move node later.
1763
7a9dd1b2
TT
17642011-04-19 Tom Tromey <tromey@redhat.com>
1765
1766 * gdbint.texinfo (Register Information Functions): Remove
1767 duplicate "the".
1768 * gdb.texinfo (Emacs): Remove duplicate "to".
1769 (GDB/MI Variable Objects): Remove duplicate "the".
1770 (General Query Packets): Likewise.
1771
4368ebeb
JB
17722011-04-02 Joel Brobecker <brobecker@adacore.com>
1773
1774 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
1775 "GDB/MI Ada Exception Information" node.
1776
956a9fb9
JB
17772011-04-01 Joel Brobecker <brobecker@adacore.com>
1778
1779 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1780 the "exception-name" field in the *stopped async record.
1781
f1310107
TJB
17822011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
1783 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1784
1785 Implement support for PowerPC BookE ranged breakpoints.
1786 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
1787
8786b2bd
TT
17882011-03-28 Tom Tromey <tromey@redhat.com>
1789
1790 * gdb.texinfo (Set Tracepoints): Fix typo.
1791
9ef07c8c
TT
17922011-03-24 Tom Tromey <tromey@redhat.com>
1793
1794 * gdb.texinfo (Specify Location): Document `function:label'
1795 linespec.
1796
99c3dc11
PM
17972011-03-18 Phil Muldoon <pmuldoon@redhat.com>
1798
f1310107 1799 PR python/12149
99c3dc11
PM
1800
1801 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
1802
29703da4
PM
18032011-03-17 Phil Muldoon <pmuldoon@redhat.com>
1804
1805 * gdb.texinfo (Blocks In Python): Add is_valid method description.
1806 (Inferiors In Python): Likewise.
1807 (Threads In Python): Likewise.
1808 (Symbols In Python): Likewise.
1809 (Objfiles In Python): Likewise.
1810 (Symbol Tables In Python): Likewise.
1811
c9174737
PA
18122011-03-15 Pedro Alves <pedro@codesourcery.com>
1813
1814 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
1815 display>: Explain that the commands accept number ranges.
1816
7371cf6d
PM
18172011-03-14 Phil Muldoon <pmuldoon@redhat.com>
1818
1819 * gdb.texinfo (Breakpoints In Python): Add description and example
1820 of Python stop function operation.
1821
ecec24e6
PM
18222011-03-10 Phil Muldoon <pmuldoon@redhat.com>
1823
1824 * gdb.texinfo (Parameters In Python): Document get_set_string and
1825 get_show_string methods.
1826
6dcd5565
JK
18272011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1828
1829 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
1830
81896e36
JK
1831 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
1832 circular-trace-buffer name.
1833
5e30da2c
JB
18342011-02-28 Joel Brobecker <brobecker@adacore.com>
1835
1836 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
1837 in the previous change.
1838
3bd0f5ef 18392011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
1840
1841 * gdb.texinfo (Inferiors and Programs): Update commands to show
1842 that they can accept multiple arguments.
1843
4ec7539c
JB
18442011-02-24 Joel Brobecker <brobecker@adacore.com>
1845
1846 Revert the following patch (code patch was not approved):
1847 2011-02-21 Hui Zhu <teawater@gmail.com>
1848 * agentexpr.texi (bytecode descriptions): add printf.
1849 * gdb.texinfo (tracepoint action lists): add printf.
1850
82809774
DE
18512011-02-23 Doug Evans <dje@google.com>
1852
1853 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
1854
e5a67952
MS
18552011-02-23 Michael Snyder <msnyder@vmware.com>
1856
1857 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
1858 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
1859 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
1860
6e6fbe60
DE
18612011-02-22 Doug Evans <dje@google.com>
1862
1863 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
1864 Clarify behaviour of lookup_symbol when `block' argument is omitted,
1865 add description of result, fix @defun formatting.
1866
f994e27a
HZ
18672011-02-21 Hui Zhu <teawater@gmail.com>
1868
1869 * agentexpr.texi (Bytecode Descriptions): Add printf.
1870 * gdb.texinfo (Tracepoint Action Lists): Add printf.
1871
c7f96d2b
TT
18722011-02-18 Tom Tromey <tromey@redhat.com>
1873
1874 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
1875
60f98dde
MS
18762011-02-14 Michael Snyder <msnyder@vmware.com>
1877
1878 * gdb.texinfo (threads): Document argument for "info threads" cmd.
1879 Document new command "thread find".
1880
08e796bc
MS
18812011-02-14 Michael Snyder <msnyder@vmware.com>
1882
1883 * gdb.texinfo (Threads): Update example of new thread message.
1884
b3b9301e
PA
18852011-02-14 Pedro Alves <pedro@codesourcery.com>
1886
1887 * gdb.texinfo (Remote Configuration): Mention set/show remote
1888 traceframe-info.
1889 (Tools/Packages Optional for Building GDB): Mention that expat is
1890 used for traceframe info.
1891 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
1892 (General Query Packets) <qSupported>: Describe the
1893 qXfer:traceframe-info:read feature.
1894 (qXfer::read): Describe qXfer:traceframe-info:read.
1895 (Traceframe Info Format): New section.
1896
cef35b0f
PA
18972011-02-04 Pedro Alves <pedro@codesourcery.com>
1898
1899 * gdbint.texinfo (Formatting): Mention some formatting guidelines
1900 for casts and unary operators.
1901
f1cbe1d3
TT
19022011-02-04 Tom Tromey <tromey@redhat.com>
1903
1904 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
1905 is not useful.
1906
585fdaa1
PA
19072011-01-25 Pedro Alves <pedro@codesourcery.com>
1908
1909 * gdb.texinfo: s/value optimized out/optimized out/g
1910
7bfc9434
JB
19112011-01-21 Joel Brobecker <brobecker@adacore.com>
1912
1913 * gdb.texinfo (Other Misc Settings): Rework part of the
1914 documentation of the "set interactive mode" command.
1915
4694da01
TT
19162011-01-19 Tom Tromey <tromey@redhat.com>
1917
1918 * gdb.texinfo (Threads): Document thread name output and `thread
1919 name' command.
1920 (Threads In Python): Document Thread.name attribute.
1921 (GDB/MI Thread Commands): Document thread attributes.
1922
b716877b
AB
19232011-01-12 Andrew Burgess <aburgess@broadcom.com>
1924
1925 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
1926 changes in mi/mi-cmd-disas.c
1927
13fd8b81
TT
19282011-01-12 Tom Tromey <tromey@redhat.com>
1929
1930 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
1931 Fix "thread apply" text.
1932
e09342b5
TJB
19332011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1934 Thiago Jung Bauermann <bauerman@br.ibm.com>
1935
1936 Implement support for PowerPC BookE ranged watchpoints.
1937 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
1938 the "set powerpc exact-watchpoints" flag.
1939
06e65f44
TT
19402011-01-07 Tom Tromey <tromey@redhat.com>
1941
1942 * gdb.texinfo (Python API): Add descriptions to @menu items.
1943
d8e22779
TT
19442011-01-06 Tom Tromey <tromey@redhat.com>
1945
1946 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
1947
a255712f
PP
19482010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
1949
e09342b5 1950 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 1951
ccfc3d6e
TT
19522011-01-06 Tom Tromey <tromey@redhat.com>
1953
1954 PR python/12133:
1955 * gdb.texinfo (Frames In Python): Document various frame
1956 constants.
1957
44944448
JB
19582011-01-05 Joel Brobecker <brobecker@adacore.com>
1959
1960 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
1961 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
1962 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
1963
42ea3d7a
JK
19642011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1965
1966 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
1967 (clean): Add GDBvn.texi.
1968
720d1a40
JB
19692010-12-29 Joel Brobecker <brobecker@adacore.com>
1970
1971 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
1972 occasional case where the debugger prints an array address
1973 instead of the array itself.
1974
ad196637
PA
19752010-12-23 Pedro Alves <pedro@codesourcery.com>
1976
1977 * gdb.texinfo (Packets) <read registers packet>: Document support
1978 for registers that were not collected.
1979
a86caf66
DE
19802010-12-15 Doug Evans <dje@google.com>
1981
1982 * gdb.texinfo (Startup): Document auto-loading of scripts during
1983 startup.
1984 (Auto-loading): Delete "maint set python auto-load on|off".
1985 Add "set auto-load-scripts on|off".
1986
aae1c79a
DE
19872010-12-07 Doug Evans <dje@google.com>
1988
1989 * gdb.texinfo (Mode Options): Document -data-directory.
1990 (Data Files): Add reference to -data-directory.
1991
4e04c971
DE
19922010-11-29 Doug Evans <dje@google.com>
1993
1994 * gdb.texinfo (Pretty-Printer Introduction): Change
1995 printer-name:subprinter-name to printer-name;subprinter-name.
1996
94b6973e
PM
19972010-11-29 Phil Muldoon <pmuldoon@redhat.com>
1998
1999 PR python/12199
2000
2001 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
2002
39037522
TT
20032010-11-23 Tom Tromey <tromey@redhat.com>
2004
2005 * gdb.texinfo (Top): Check SYSTEM_READLINE.
2006 (Editing): Likewise.
2007 (Command History): Likewise.
2008 (TUI Keys): Likewise.
2009 (Bug Reporting): Conditionally include rluser.texi and
2010 inc-history.texinfo.
2011 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
2012 (GDB_DOC_SOURCE_INCLUDES): Add comment.
2013 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
2014 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
2015 (gdb.pdf): Likewise.
2016 (gdb.info): Likewise.
2017 (gdb/index.html): Likewise.
2018
5ae98d25
TT
20192010-11-23 Tom Tromey <tromey@redhat.com>
2020
2021 * Makefile.in (Makefile): Run ../config.status.
2022 (distclean): Update.
2023 * configure: Remove.
2024 * configure.ac: Remove.
2025
621c8364
TT
20262010-11-12 Tom Tromey <tromey@redhat.com>
2027
2028 * gdb.texinfo (Basic Python): Update. Add xref.
2029 (Exception Handling): Document new exception classes.
2030 (Types In Python): Update.
2031 (Frames In Python): Update.
2032
84f4c1fe
PM
20332010-11-11 Phil Muldoon <pmuldoon@redhat.com>
2034
2035 * gdb.texinfo (Breakpoints In Python): Document "internal"
2036 parameter, and visible attribute.
2037
99e7ae30
DE
20382010-11-05 Doug Evans <dje@google.com>
2039
2040 * gdb.texinfo (Source Path): Document "set directories".
2041
f4b8a18d
KW
20422010-11-05 Ken Werner <ken.werner@de.ibm.com>
2043
2044 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
2045 (OpenCL C): New node.
2046
7b51bc51
DE
20472010-11-02 Doug Evans <dje@google.com>
2048
2049 * gdb.texinfo (Pretty Printing): Expand into three sections,
2050 introduction, example, and commands.
2051 (Python API): Delete section Disabling Pretty-Printers, merge into
2052 Selecting Pretty-Printers.
2053 (Writing a Pretty-Printer): New section. Move the pretty-printer
2054 example here, and reformat to match python coding style. Add a second
2055 example using the gdb.printing module.
2056 (Python modules): Add gdb.printing.
2057
9eeee977
DE
20582010-10-29 Doug Evans <dje@google.com>
2059
2060 * gdb.texinfo (Python): Fix long line.
2061
a0e0ffdf
DE
20622010-10-20 Doug Evans <dje@google.com>
2063
2064 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
2065 All references updated. Correct sections marked as subsections.
2066 (Coding Standards): New chapter. Move the coding standard related
2067 subsections here. Add section on Python coding standards.
2068
0e3509db
DE
20692010-10-13 Doug Evans <dje@google.com>
2070
2071 * gdb.texinfo (Python): Add "Python modules".
2072 (Types in Python): Add reference to gdb.types section.
2073 (Python modules): New node.
2074
44592cc4
DE
20752010-10-11 Doug Evans <dje@google.com>
2076
2077 * gdb.texinfo (Values From Inferior): Add reference to "Types in
2078 Python" from gdb.Value.type description.
2079
6e1bb179
JB
20802010-09-28 Joel Brobecker <brobecker@adacore.com>
2081
2082 * gdb.texinfo (Ravenscar Profile): New node.
2083
e8467610
TT
20842010-09-22 Tom Tromey <tromey@redhat.com>
2085
2086 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
2087
fccd1d1e
EZ
20882010-09-22 Eli Zaretskii <eliz@gnu.org>
2089
2090 * gdb.texinfo (Values From Inferior): Clarify that
2091 value.dynamic_type works only in C++ programs with RTTI.
2092
c1b6b909
TT
20932010-09-15 Paul Bolle <pebolle@tiscali.nl>
2094
2095 * gdb.texinfo (Character Sets): Correctly reference host-charset
2096 in example.
2097
7d288aaa
TT
20982010-09-13 Tom Tromey <tromey@redhat.com>
2099
2100 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
2101 Document "fullname" and "from".
2102
f75d858b
MK
21032010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
2104
2105 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
2106 feature `reverse' output by -list-target-features.
2107
83b9503b
L
21082010-08-31 H.J. Lu <hongjiu.lu@intel.com>
2109
2110 * gdb.texinfo (i386 Features): Remove an extra "@item".
2111
03f17ccf
TT
21122010-08-30 Tom Tromey <tromey@redhat.com>
2113
2114 PR python/11792:
2115 * gdb.texinfo (Values From Inferior): Document dynamic_type.
2116
9779414d
DJ
21172010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
2118
2119 * gdb.texinfo (ARM Features): Document
2120 org.gnu.gdb.arm.m-profile.
2121
f9ffd4bb
TT
21222010-08-23 Tom Tromey <tromey@redhat.com>
2123
2124 PR python/11145:
2125 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
2126 reinterpret_cast methods.
2127
702c2711
TT
21282010-08-23 Tom Tromey <tromey@redhat.com>
2129
2130 PR python/11915:
2131 * gdb.texinfo (Types In Python): Document array method.
2132
66b73624
TJB
21332010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
2134
2135 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
2136
06a64a0b
TT
21372010-08-16 Tom Tromey <tromey@redhat.com>
2138
2139 * gdb.texinfo (Set Watchpoints): Document -location option.
2140
a3a7127e
DE
21412010-08-13 Doug Evans <dje@google.com>
2142
2143 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
2144
8dedea02
VP
21452010-08-13 Vladimir Prus <vladimir@codesourcery.com>
2146
2147 * gdb.texinfo (GDB/MI Data Manipulation): Document
2148 -data-read-memory-raw and -data-write-memory-raw.
2149
ca5c20b6 21502010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 2151 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
2152
2153 * gdb.texinfo (Basic Python): Describe post_event API.
2154
cb2e07a6
PM
21552010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2156
2157 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 2158 decode_line Python APIs
cb2e07a6 2159
464b3efb
TT
21602010-08-10 Tom Tromey <tromey@redhat.com>
2161
2162 * gdb.texinfo (Pretty Printing API): Document
2163 gdb.default_visualizer.
2164
c29c521f
TT
21652010-08-10 Tom Tromey <tromey@redhat.com>
2166
2167 Revert gdb-add-index addition:
2168 * gdb.texinfo (Index Files): Don't document gdb-add-index.
2169
5da1313b
JK
21702010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2171 Eli Zaretskii <eliz@gnu.org>
2172
2173 * gdb.texinfo (Mode Options) <-batch>
2174 (Basic Python) <gdb.execute>: Describe setting width and height.
2175
02d868e8
PP
21762010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
2177
2178 * gdb.texinfo (Threads): Document 'debug libthread-db'.
2179
c2bbed2a
TT
21802010-07-30 Tom Tromey <tromey@redhat.com>
2181
2182 * gdb.texinfo (Index Files): Mention gdb-add-index.
2183
6c13bbe1
HZ
21842010-07-30 Hui Zhu <teawater@gmail.com>
2185
2186 * gdb.texinfo (Inferiors and Programs): Update the introduce of
2187 "detach inferior" and "kill inferior".
2188
53a71c06
CR
21892010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
2190
2191 * gdb.texinfo (Machine Code): Update description of two forms of
2192 arguments, and add new example to demonstrate the new form.
2193
5374244e
PM
21942010-07-27 Phil Muldoon <pmuldoon@redhat.com>
2195
2196 * gdb.texinfo (Values From Inferior): Add value inferior function
2197 call description.
2198
8ea5bce5
JK
21992010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2200
2201 * gdb.texinfo (Active Targets): Fix wrong comma placement.
2202
c0edd9ed
JK
22032010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2204 Eli Zaretskii <eliz@gnu.org>
2205
2206 Make core files the process_stratum.
2207 * gdb.texinfo (Active Targets): Remove core_stratum. Include
2208 record_stratum example.
2209
9291a0cd
TT
22102010-07-13 Tom Tromey <tromey@redhat.com>
2211
2212 * gdb.texinfo (Index Files): New node.
2213
f5011d11
TT
22142010-07-13 Tom Tromey <tromey@redhat.com>
2215
2216 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
2217
0f5238ed
TT
22182010-07-13 Tom Tromey <tromey@redhat.com>
2219
2220 * gdb.texinfo (Specify Location): Document labels.
2221
74c761c1
PA
22222010-07-01 Pedro Alves <pedro@codesourcery.com>
2223
2224 * gdb.texinfo (Create and Delete Tracepoints): Add more index
2225 entries for fast tracepoints and static tracepoints.
2226
501994c0
PA
22272010-07-01 Pedro Alves <pedro@codesourcery.com>
2228
2229 * gdb.texinfo (General Query Packets) <qfThreadInfo,
2230 qsThreadInfo>: Spell out `l' as ell.
2231
0fb4aa4b
PA
22322010-07-01 Pedro Alves <pedro@codesourcery.com>
2233
2234 * gdb.texinfo (Convenience Variables): Document $_sdata.
2235 (Commands to Set Tracepoints): Describe static tracepoints. Add
2236 `Listing Static Tracepoint Markers' menu entry. Document
2237 "strace".
2238 (Tracepoint Action Lists): Document collecting $_sdata.
2239 (Listing Static Tracepoint Markers): New subsection.
2240 (Tracepoints support in gdbserver): Mention static tracepoints.
2241 (remote packets, enabling and disabling): Mention
2242 read-sdata-object.
2243 (General Query Packets) <qSupported>: Document qXfer:sdata:read
2244 and StaticTracepoint.
2245 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
2246 Document qXfer:sdata:read.
2247 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
2248
dc3b15be
JB
22492010-06-29 Joel Brobecker <brobecker@adacore.com>
2250
2251 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
2252
595939de
PM
22532010-06-28 Phil Muldoon <pmuldoon@redhat.com>
2254 Tom Tromey <tromey@redhat.com>
2255 Thiago Jung Bauermann <bauerman@br.ibm.com>
2256
2257 * gdb.texinfo (Inferiors In Python): New node.
2258 * gdb.texinfo (Threads In Python): New node.
2259
9279c692
JB
22602010-06-28 Joel Brobecker <brobecker@adacore.com>
2261
2262 * gdb.texinfo (Python): Document what the python directory is
2263 and what its location is.
2264 (Basic Python): Document the gdb.PYTHONDIR constant.
2265
bc9f0842
TT
22662010-06-25 Tom Tromey <tromey@redhat.com>
2267
2268 PR python/10808:
2269 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
2270
f1421989
HZ
22712010-06-24 Hui Zhu <teawater@gmail.com>
2272
2273 * gdb.texinfo: (Commands for Controlled Output): Add
2274 documentation for command "eval".
2275
e4c0cfae
SS
22762010-06-21 Stan Shebs <stan@codesourcery.com>
2277
2278 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
2279 * annotate.texinfo: Ditto.
2280 * gdbint.texinfo: Ditto.
2281 * stabs.texinfo: Ditto.
2282
bb08c432
HZ
22832010-06-22 Hui Zhu <teawater@gmail.com>
2284
2285 * gdb.texinfo: (Process Record and Replay): Add documentation
2286 for command "set record memory-query".
2287
4f5d9f07
SS
22882010-06-21 Stan Shebs <stan@codesourcery.com>
2289
2290 * gdb.texinfo: Relicense under GFDL version 1.3.
2291 * annotate.texinfo: Relicense under GFDL version 1.3.
2292 * gdbint.texinfo: Relicense under GFDL version 1.3.
2293 * stabs.texinfo: Relicense under GFDL version 1.3.
2294 * fdl.texi: Update to version 1.3.
2295
6aed2dbc
SS
22962010-06-18 Stan Shebs <stan@codesourcery.com>
2297
a61408f8
SS
2298 * gdb.texinfo (Operating System Auxiliary Information): Describe
2299 "info os" when no arguments given.
2300
6aed2dbc
SS
2301 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
2302 $_thread.
2303
24e933df
HZ
23042010-06-18 Hui Zhu <teawater@gmail.com>
2305
2306 * gdb.texinfo: (Process Record and Replay): Add documentation
2307 for commands "record save" and "record restore".
2308
65d79d4b
SDJ
23092010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2310
2311 * gdb.texinfo: Include information about the correct use
2312 of addresses in the `watch' command.
2313
d914c394
SS
23142010-06-11 Stan Shebs <stan@codesourcery.com>
2315
2316 * gdb.texinfo (Observer Mode): New section.
2317 (General Query Packets): Document QAllow.
889bf7c5 2318
967cf477
DE
23192010-06-04 Doug Evans <dje@google.com>
2320
2321 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
2322
aaf4119b
DE
23232010-06-03 Doug Evans <dje@google.com>
2324
2325 * gdbint.texinfo (Coding): Add subsection on command names.
2326
9eae7c52
TT
23272010-06-02 Tom Tromey <tromey@redhat.com>
2328
2329 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
2330 always-disassemble.
2331
fa593d66
PA
23322010-06-01 Pedro Alves <pedro@codesourcery.com>
2333
2334 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
2335 gdbserver, and add cross reference.
2336 (Tracepoints support in gdbserver): New subsection.
2337
dde08ee1
PA
23382010-05-26 Pedro Alves <pedro@codesourcery.com>
2339
2340 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
2341 `qRelocInsn' feature.
2342 (Relocate instruction reply packet): New subsection
2343 of `Tracepoint Packets'.
2344 (Tracepoint Packets): Mention that packets QTDP and QTStart
2345 support the qRelocInsn request, and add cross reference to new
2346 subsection.
2347
07ca107c
DE
23482010-05-25 Doug Evans <dje@google.com>
2349
2350 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
2351 (Commands In Python): Document gdb.string_to_argv.
2352
c25c4a8b
JK
23532010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2354
2355 * gdbint.texinfo (Host Definition): Remove items NORETURN and
2356 ATTR_NORETURN.
2357
d7b32ed3 23582010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
2359 Tom Tromey <tromey@redhat.com>
2360 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 2361
c25c4a8b 2362 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 2363
6aecb9c2
JB
23642010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
2365
2366 * gdb.texinfo: (Summary) Add mention about D language support.
2367 (Filenames): Add D suffixes.
2368 (D): New node.
2369
b7da9e9f
PM
23702010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
2371
2372 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
2373 of macro deleted from GDB code.
2374
ab38a727
PA
23752010-04-24 Pedro Alves <pedro@codesourcery.com>
2376
2377 * gdb.texinfo (Commands to specify files): Describe what how GDB
2378 looks up DOS-based filesystem paths on the system root. Document
2379 the new `set/show target-file-system-kind' commands.
2380
66d09542
DE
23812010-04-23 Doug Evans <dje@google.com>
2382
2383 * gdb.texinfo (Python): Move Auto-loading section here ...
2384 (Python API): from here.
2385 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
2386 (Maintenance Commands): Add docs for "maint print section-scripts".
2387
8bd10a10
CM
23882010-04-20 Chris Moller <cmoller@redhat.com>
2389
2390 * gdb.texinfo (Setting Breakpoints): Added description of
2391 filename-qualified rbreak.
2392 * refcard.tex (Breakpoints and Watchpoints): Added brief
2393 description of filename-qualified rbreak.
2394
4c374409
JK
23952010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2396
2397 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
2398 (Python API): Change the reference to Pretty Printing API.
2399 (Pretty Printing): Move the user part under the Data node. Reformat
2400 the sample output to 72 columns. Create a new reference to Pretty
2401 Printing API. Rename the API part ...
2402 (Pretty Printing API): To a new node name.
2403 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
2404 (GDB/MI Variable Objects): Change references to Pretty Printing API.
2405
5a9351ae
SS
24062010-04-21 Stan Shebs <stan@codesourcery.com>
2407
2408 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 2409 and commands.
5a9351ae 2410 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 2411
9a22f0d0
PM
24122010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
2413
2414 * gdb.texinfo (Examining memory): Update for change in string
2415 display with explicit size.
2416
6149aea9
PA
24172010-04-19 Pedro Alves <pedro@codesourcery.com>
2418
2419 PR breakpoints/8554.
2420
2421 * gdb.texinfo (Save Breakpoints): New node.
2422 (save-tracepoints): Rename to ...
2423 (save tracepoints): ... this. Mention that `save-tracepoints' is
2424 a deprecated alias to `save tracepoints'.
2425
711e434b
PM
24262010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
2427
645797a8 2428 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
2429 (info w32 thread-information-block): Document new command.
2430 (qGetTIBAddress): Document new gdbserver query.
2431 (maint set/show show-all-tib): Document new command.
2432
3f7b2faa
DE
24332010-04-15 Doug Evans <dje@google.com>
2434
fa33c3cd
DE
2435 * gdb.texinfo (Python API): Add progspaces section.
2436 (Selecting Pretty-Printers): Progspace pretty-printers are
2437 searched too.
2438 (Progspaces In Python): New section.
2439
3f7b2faa
DE
2440 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
2441
79f283fe
PM
24422010-04-14 Phil Muldoon <pmuldoon@redhat.com>
2443
2444 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
2445 returns None.
2446
87290684
SS
24472010-04-09 Stan Shebs <stan@codesourcery.com>
2448
2449 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2450 Describe the `frames-created' field, tweak grammar.
2451
a97153c7
PA
24522010-04-09 Pedro Alves <pedro@codesourcery.com>
2453
2454 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2455 Describe the `circular' and `disconnected' fields.
2456
5c5dcc1b
L
24572010-04-09 H.J. Lu <hongjiu.lu@intel.com>
2458
2459 * gdb.texinfo (maint print registers): Mention unavailable and
2460 invisible registers.
2461
adc36818
PM
24622010-04-09 Phil Muldoon <pmuldoon@redhat.com>
2463 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 2464 Tom Tromey <tromey@redhat.com>
adc36818
PM
2465
2466 * gdb.texinfo (Breakpoints In Python): New Node.
2467
33da3f1c
SS
24682010-04-08 Stan Shebs <stan@codesourcery.com>
2469
2470 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
2471 trace status fields.
2472
3a13a53b
L
24732010-04-08 H.J. Lu <hongjiu.lu@intel.com>
2474
2475 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
2476 optional. Make org.gnu.gdb.i386.avx requires
2477 org.gnu.gdb.i386.avx.
2478
08001717
DE
24792010-04-08 Doug Evans <dje@google.com>
2480
2481 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
2482 search path, and document that gdb only scans the search path if
2483 the script's path doesn't specify a directory.
2484
c375651d
DE
24852010-04-05 Doug Evans <dje@google.com>
2486
2487 * gdb.texinfo (maint show python auto-load): Fix typo.
2488
af54718e
SS
24892010-04-04 Stan Shebs <stan@codesourcery.com>
2490
d77f58be
SS
2491 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
2492 (Setting Watchpoints): Update description of "info watch".
2493 (Disabling Breakpoints): Only "info break" lists all.
2494
af54718e
SS
2495 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
2496 (tdump): Explain how tdump works.
2497
86b17b60
PA
24982010-04-01 Pedro Alves <pedro@codesourcery.com>
2499
2500 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
2501 add cross reference.
2502
ff12863f
PA
25032010-03-31 Pedro Alves <pedro@codesourcery.com>
2504
2505 * gdb.texinfo (TUI Commands): Mention that in some cases, these
2506 commands error out.
2507
f68eb612
L
25082010-03-30 H.J. Lu <hongjiu.lu@intel.com>
2509
2510 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
2511
c8d5aac9
L
25122010-03-30 H.J. Lu <hongjiu.lu@intel.com>
2513
2514 * gdb.texinfo (General Query Packets): Add xmlRegisters.
2515
7d13fe92
SS
25162010-03-29 Stan Shebs <stan@codesourcery.com>
2517 Nathan Sidwell <nathan@codesourcery.com>
2518
2519 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
2520 GDBN equivalent.
2521 (Set Tracepoints): Remove mention that conditional tracepoints
2522 don't exist.
2523 (Tracepoint Actions): Clarify when while-stepping collection
2524 happens, note that while-stepping does not automatically collect
2525 $pc.
2526
409873ef 25272010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 2528
409873ef
SS
2529 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
2530 (General Query Packets): Describe TracepointSource.
2531
ee8e71d4
EZ
25322010-03-27 Matt Rice <ratmice@gmail.com>
2533
c8d5aac9
L
2534 * gdb.texinfo (ARM): Document arguments to "target sim".
2535 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 2536
99b5e152
PA
25372010-03-26 Pedro Alves <pedro@codesourcery.com>
2538
2539 * gdb.texinfo (Tracepoint Packets): Remove mention that
2540 terror:string may be plain text, and drop mention of X prefix.
2541
cd64ee31
VP
25422010-03-26 Vladimir Prus <vladimir@codesourcery.com>
2543
2544 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
2545
6c28cbf2
SS
25462010-03-24 Stan Shebs <stan@codesourcery.com>
2547
2548 * gdb.texinfo (Tracepoint Packets): Document trace error status.
2549
95a42b64
TT
25502010-03-24 Tom Tromey <tromey@redhat.com>
2551
2552 PR breakpoints/9352:
2553 * gdb.texinfo (Break Commands): Update.
2554
18148017
VP
25552010-03-24 Vladimir Prus <vladimir@codesourcery.com>
2556
2557 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
2558 commands.
2559
4daf5ac0
SS
25602010-03-16 Stan Shebs <stan@codesourcery.com>
2561
2562 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
2563 circular-trace-buffer.
2564 (Tracepoint Packets): Describe QTBuffer, and details of the
2565 qTStatus reply.
2566
c9429232
SS
25672010-03-12 Stan Shebs <stan@codesourcery.com>
2568 Nathan Sidwell <nathan@codesourcery.com>
2569
2570 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
2571 doing instruction stepping.
2572 (Tracepoint Restrictions): New node.
2573
ccefe4c4
TT
25742010-03-10 Tom Tromey <tromey@redhat.com>
2575
2576 * gdbint.texinfo (Symbol Handling): Update.
2577
7c953934
TT
25782010-03-08 Tom Tromey <tromey@redhat.com>
2579
2580 PR cli/9591:
2581 * gdb.texinfo (Mode Options): Mention lack of pagination and
2582 confirmation with --batch.
2583 (Screen Size): Mention --batch.
2584 (Messages/Warnings): Likewise.
2585
f870a310
TT
25862010-03-05 Tom Tromey <tromey@redhat.com>
2587
2588 * gdb.texinfo (Basic Python): Document target_charset and
2589 target_wide_charset.
2590
78e2826b
TT
25912010-03-05 Tom Tromey <tromey@redhat.com>
2592
2593 * gdb.texinfo (Data): Link to pretty-printing.
2594 (Output Formats): Likewise. Correct text.
2595
f5dff777
DJ
25962010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
2597
2598 * gdb.texinfo (Types): Describe <struct> and <flags>.
2599
dc00d89f
PM
26002010-02-28 Phil Muldoon <pmuldoon@redhat.com>
2601
2602 * gdb.texinfo (Frames In Python): Add block parameter and
2603 description to read_var text.
2604
5107b149 26052010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 2606 Tom Tromey <tromey@redhat.com>
5107b149
PM
2607
2608 * gdb.texinfo (Types In Python): Describe block argument in
2609 template_argument and gdb.lookup_type.
2610
e03e5e7b
TT
26112010-02-24 Tom Tromey <tromey@redhat.com>
2612
2613 * gdb.texinfo (Cygwin Native): Fix typo.
2614
f3e9a817
PM
26152010-02-24 Phil Muldoon <pmuldoon@redhat.com>
2616
2617 * gdb.texinfo (Frames In Python): Add block, find_sal, function
2618 and select method descriptions.
2619 (Python API): Add Blocks In Python, Symbols in Python and Symbol
2620 Tables in Python to menu.
2621 (Blocks In Python): New node.
2622 (Symbols In Python): New node.
2623 (Symbol Tables in Python): New node.
2624
a79b8f6e
VP
26252010-02-24 Vladimir Prus <vladimir@codesourcery.com>
2626
2627 Multiexec MI
2628
2629 gdb/
2630 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
2631
2632 gdb/doc/
2633 * gdb.texinfo (GDB/MI Command Syntax): Document notification
2634 changes.
2635 (GDB/MI Program Execution): Document current behaviour of
2636 --all and --thread-group.
2637 (GDB/MI Miscellaneous Commands): Document -add-inferior and
2638 -remove-inferior.
2639 * observer.texi (inferior_added, inferior_removed): New
2640 observers.
2641
629d6a47
TT
26422010-02-19 Tom Tromey <tromey@redhat.com>
2643
2644 * gdbint.texinfo (Getting Started): Fix @node.
2645 (Debugging GDB): Likewise.
2646
c09529e5
JB
26472010-02-13 Joel Brobecker <brobecker@adacore.com>
2648
2649 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
2650 documenting the gdb_test_timeout variable.
2651
540aa8e7
MS
26522010-02-12 Jakob Engblom <jakob@virtutech.com>
2653
2654 * gdb.texinfo (MI commands): Added documentation of --reverse
2655 option to a set of MI commands. Restructured documentation of MI
2656 commands --exec-continue to reflect the complexity of reverse
2657 execution.
2658
081dfbf7
PA
26592010-02-12 Pedro Alves <pedro@codesourcery.com>
2660
2661 * gdb.texinfo (Using the Collected Data): Specify that the address
2662 range of `tfind outsize' is exclusive, and that the address range
2663 of `tfind range' is inclusive.
2664 (Tracepoint Packets): Specify that the address range of
2665 `QTFrame:range' is inclusive, and that the address range of
2666 `QTFrame:outside' is exclusive
2667
8e9c5e02
VP
26682010-02-12 Vladimir Prus <vladimir@codesourcery.com>
2669
2670 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
2671
92981e24
TT
26722010-02-10 Tom Tromey <tromey@redhat.com>
2673
2674 * gdb.texinfo (Debugging Output): Document set debug parser and
2675 show debug parser.
2676
075b51b7
L
26772010-02-09 H.J. Lu <hongjiu.lu@intel.com>
2678
2679 * gdb.texinfo (Predefined Target Types): Add i387_ext,
2680 i386_eflags and i386_mxcsr.
2681
3bb8d5c3
L
26822010-02-08 H.J. Lu <hongjiu.lu@intel.com>
2683
2684 * gdb.texinfo: Document i386 target features.
2685
c5f80513
DE
26862010-02-05 Doug Evans <dje@google.com>
2687
2688 * gdbint.texinfo (Testsuite): Add a new section to document the
2689 various DejaGnu variables that may be overridden.
1be00882 2690 Document INTERNAL_GDBFLAGS.
c5f80513 2691
6ac33a4e
TT
26922010-02-04 Tom Tromey <tromey@redhat.com>
2693
2694 PR cli/8830:
2695 * gdb.texinfo (Files): -readnow comes before the filename for file
2696 and symbol-file.
2697
a1dcb23a
DJ
26982010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2699
2700 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
2701 Document ARM breakpoint types.
2702 (Register Packet Format): Move into the new section.
2703 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
2704
95433b34
JB
27052010-01-21 Joel Brobecker <brobecker@adacore.com>
2706
2707 * gdb.texinfo (File Options): Adjust the documentation of this
2708 switch to refer to the "source" command rather than partially
2709 duplicating some of the relevant information.
2710 (Extending GDB): Introduce and document the set/show script-extension
2711 setting.
2712 (Command Files): Add note explaining that the "source" command
2713 is also used to evalute scripts written in other languages.
2714 Remove the short slightly incorrect reference to sourcing Python
2715 scripts.
2716 (Python Commands): Document how to execute a Python script from GDB.
2717
8d576872
JB
27182010-01-19 Joel Brobecker <brobecker@adacore.com>
2719
2720 * gdb.texinfo (Command Files): Fix typo.
2721
8150ff9c
JB
27222010-01-18 Tom Tromey <tromey@redhat.com>
2723
2724 * gdb.texinfo (File Options): Document -x on .py files.
2725 (Command Files): Document handling of Python scripts.
2726
23db03a6
JZ
27272010-01-18 Jie Zhang <jie.zhang@analog.com>
2728
2729 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
2730
00bf0b85
SS
27312010-01-15 Stan Shebs <stan@codesourcery.com>
2732
2733 * gdb.texinfo (Trace Files): New section.
2734 (Tracepoint Packets): Document QTSave and qTBuffer.
2735 (Trace File Format): New appendix.
2736
be759fcf
PM
27372010-01-13 Phil Muldoon <pmuldoon@redhat.com>
2738
2739 * gdb.texinfo (Values From Inferior): Document lazy_string value
2740 method.
2741 (Python API): Add Lazy strings menu item.
2742 (Lazy Strings In Python): New node.
2743
dc146f7c
VP
27442010-01-13 Vladimir Prus <vladimir@codesourcery.com>
2745
2746 * gdb.texinfo (GDB/MI Thread Information): New.
2747 (GDB/MI Async Records): Document the core field in *stopped.
2748 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
2749 documentation
2750 (Process list): Document that osdata document may contain
2751 threads.
2752 (Remote Serial Protocol): Document qXfer:threads.
2753
d5551862
SS
27542010-01-06 Stan Shebs <stan@codesourcery.com>
2755
2756 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2757 disconnected tracing.
2758 (Tracepoint Packets): Document new protocol.
2759
7a697b8d
SS
27602010-01-05 Stan Shebs <stan@codesourcery.com>
2761
2762 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
2763 tracepoints.
2764 (Tracepoint Packets): Describe remote protocol for fast
2765 tracepoints.
2766
e6f3ec50
JB
27672010-01-01 Joel Brobecker <brobecker@adacore.com>
2768
2769 Update the "Start of New Year Procedure".
2770 * gdbint.texinfo: Add the list of files that need to be updated
2771 manually. Minor reformatting.
2772
ddc4e9c1
JB
27732010-01-01 Joel Brobecker <brobecker@adacore.com>
2774
2775 * refcard.tex: Update copyright year in header and text.
2776
9d2897ad
JB
27772010-01-01 Joel Brobecker <brobecker@adacore.com>
2778
2779 * agentexpr.texi: Add 2010 to the list of copyright years.
2780 * annotate.texinfo: Likewise.
2781 * gdb.texinfo: Likewise.
2782 * gdbint.texinfo: Likewise.
2783 * observer.texi: Likewise.
2784 * stabs.texinfo: Likewise.
2785
6da95a67
SS
27862009-12-31 Stan Shebs <stan@codesourcery.com>
2787
2788 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 2789
236f1d4d
SS
27902009-12-29 Stan Shebs <stan@codesourcery.com>
2791
2792 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 2793
f61e138d
SS
27942009-12-28 Stan Shebs <stan@codesourcery.com>
2795
2796 * gdb.texinfo (Trace State Variables): New section.
2797 (Tracepoint Packets): Describe trace state variable packets.
2798 * agentexpr.texi (Bytecode Descriptions): Describe trace state
2799 variable bytecodes.
2800
0fe7935b
DJ
28012009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
2802
2803 * gdb.texinfo (Symbols): "info variables" prints definitions, not
2804 declarations.
2805
a6b29f87
VP
28062009-12-21 Vladimir Prus <vladimir@codesourcery.com>
2807
2808 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
2809 -gdb-exit behaviour.
2810
5e4bde96
JB
28112009-12-20 Joel Brobecker <brobecker@adacore.com>
2812
2813 * gpl.texi: Update to version 3 of the GPL.
2814
a1715244
JB
28152009-12-20 Joel Brobecker <brobecker@adacore.com>
2816
2817 * Makefile.in: Update copyright header.
2818 * observer.texi: Fix the copyright header of the generated files.
2819
361ae042
PM
28202009-12-08 Phil Muldoon <pmuldoon@redhat.com>
2821
2822 * gdb.texinfo (Types In Python): Describe range function.
2823
bfd31e71
PM
28242009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
2825
2826 * gdb.texinfo (Types In Python): Describe "is_base_class".
2827
57a1d736
TT
28282009-12-03 Tom Tromey <tromey@redhat.com>
2829
2830 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
2831
8cebebb9
PP
28322009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
2833
2834 * observer.texi: New memory_changed observer.
2835
16af530a
TT
28362009-12-01 Tom Tromey <tromey@redhat.com>
2837
2838 * gdb.texinfo (Reverse Execution): Fix typo.
2839
b6199126
DJ
28402009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
2841
2842 PR gdb/8704
2843
2844 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
2845 are allowed after the breakpoint condition.
2846
7a6973ad
TT
28472009-11-23 Tom Tromey <tromey@redhat.com>
2848
2849 PR python/10782:
2850 * gdb.texinfo (Types In Python): Document Type.pointer.
2851
21a0512e
PP
28522009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
2853
2854 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 2855
a5832c8f
PA
28562009-11-11 Pedro Alves <pedro@codesourcery.com>
2857
2858 * agentexpr.texi (Tracing On Symmetrix): Delete section.
2859 (Using Agent Expressions): Delete cross reference.
2860
1eb7cd77
JB
28612009-11-07 Joel Brobecker <brobecker@adacore.com>
2862
2863 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
2864 and @settitle directives up to help makeinfo find them.
2865
24ddea62
JK
28662009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2867
2868 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
2869 (Auto-loading): Use plural and note one can use multiple components now.
2870
3afae151
VP
28712009-11-01 Vladimir Prus <vladimir@codesourcery.com>
2872
2873 * gdb.texinfo (GDB/MI Stack Manipulation): Make
2874 -stack-list-arguments have the same documentation for parameter
2875 as -stack-list-locals. Add comas.
2876
14ff2235
PM
28772009-10-27 Tom Tromey <tromey@redhat.com>
2878 Eli Zaretskii <eliz@gnu.org>
2879
c8d5aac9 2880 PR python/10781
14ff2235
PM
2881
2882 * gdb.texinfo (Values From Inferior): Document cast method.
2883
9c419145
PP
28842009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
2885
2886 * gdb.texinfo (Machine Code): Mention function name in disasssembly
2887 and adjust example.
889bf7c5 2888
29153c24
MS
28892009-10-22 Michael Snyder <msnyder@vmware.com>
2890
2891 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 2892 info record command. Also document the new save and restore
29153c24
MS
2893 commands.
2894
2b28d209
PP
28952009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
2896
2897 * gdb.texinfo (Machine Code): Mention current pc marker.
2898 (Memory): Likewise.
2899
6c95b8df
PA
29002009-10-19 Pedro Alves <pedro@codesourcery.com>
2901 Stan Shebs <stan@codesourcery.com>
2902
2903 * observer.texi (new_inferior): Rename to...
2904 (inferior_appeared): ... this.
2905
2906 * gdb.texinfo (Inferiors): Rename node to ...
2907 (Inferiors and Programs): ... this. Mention running multiple
2908 programs in the same debug session.
2909 <info inferiors>: Mention the new 'Executable' column if "info
2910 inferiors". Update examples. Document the "add-inferior",
2911 "clone-inferior", "remove-inferior" and "maint info
2912 program-spaces" commands.
2913 (Process): Rename node to...
2914 (Forks): ... this. Document "set|show follow-exec-mode".
2915
2f8132f3
MS
29162009-10-11 Michael Snyder <msnyder@vmware.com>
2917
2918 * gdb.texinfo (ReverseStep): Show default as "unsupported".
2919 (ReverseContinue): Ditto.
2920
cba4b2d3
PP
29212009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
2922
2923 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 2924
da082f17
JK
29252009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2926
2927 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
2928
08be9d71
ME
29292009-10-06 Michael Eager <eager@eagercon.com>
2930
2931 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
2932 (Embedded Processors): Add MicroBlaze.
2933 (MicroBlaze): New. Describe Xilinx MicroBlaze
2934
08a0efd0
PA
29352009-10-04 Pedro Alves <pedro@codesourcery.com>
2936
2937 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
2938
cbb8f428
EZ
29392009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
2940
2941 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
2942
30a4a70c
JB
29432009-09-23 Joel Brobecker <brobecker@adacore.com>
2944
2945 * observer.texi (solib_unloaded): Document explicitly the fact that
2946 this observer is called before the associated symbols are unloaded.
2947
b3372f91
VP
29482009-09-19 Vladimir Prus <vladimir@codesourcery.com>
2949
2950 * gdb.texinfo (GDB/MI Stack Manipulation): Document
2951 -stack-list-variables.
2952
f43030c4
TT
29532009-09-18 Tom Tromey <tromey@redhat.com>
2954
2955 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
2956 is experimental.
2957
ec7e75e7
PP
29582009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2959
2960 * gdb.texinfo (convenince variables): Mention
2961 $_siginfo could be empty.
f43030c4 2962
0cc7d26f
TT
29632009-09-15 Tom Tromey <tromey@redhat.com>
2964
2965 * gdb.texinfo (GDB/MI Variable Objects): Document
2966 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
2967 Expand -var-update documentation.
2968
a96d9b2e
SDJ
29692009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2970
2971 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
2972 feature.
2973
005ca36a
JB
29742009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
2975
2976 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
2977
0d772ac9
MS
29782009-09-10 Michael Snyder <msnyder@vmware.com>
2979
2980 * gdb.texinfo (qSupported): Mention new ReverseContinue and
2981 ReverseStep replies to the qSupported query.
2982
14fb1bac
JB
29832009-09-10 Joel Brobecker <brobecker@adacore.com>
2984
2985 Add documentation for set/show interactive-mode.
2986 * gdb.texinfo (Other Misc Settings): New node.
2987
29b090c0
DE
29882009-09-01 Doug Evans <dje@google.com>
2989
2990 * gdb.texinfo (Caching Data of Remote Targets): Add note on
2991 non-stop mode's affect on remote caching.
2992
4e5d721f
DE
29932009-08-31 Jacob Potter <jdpotter@google.com>
2994 Doug Evans <dje@google.com>
2995
2996 * gdb.texinfo (Caching Data of Remote Targets): Update text.
2997 Mark `set/show remotecache' options as obsolete.
2998 Document new `set/show stack-cache' option.
2999 Update text for `info dcache'.
3000
55333a84
DE
30012009-08-27 Doug Evans <dje@google.com>
3002
3003 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
3004 (Files): Add note on new optional regex arg to `info sharedlibrary'.
3005
bc3a0b4d
RW
30062009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3007
3008 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
3009 about autoconf.
3010
3a1ff0b6
PA
30112009-08-25 Pedro Alves <pedro@codesourcery.com>
3012
3013 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
3014 small example, and describe its columns. Replace "inferior-id" by
3015 "infno" throughout.
3016
81ecdfbb
RW
30172009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3018
af542c2e
RW
3019 * gdbint.texinfo (Releasing GDB): Point to
3020 README-maintainer-mode file for required autoconf version.
3021 * configure.ac: Do not substitute datarootdir, htmldir,
3022 pdfdir, docdir. Do not process --with-datarootdir,
3023 --with-htmldir, --with-pdfdir, --with-docdir.
3024 * configure: Regenerate.
3025
81ecdfbb
RW
3026 * configure: Regenerate.
3027
4efc6507
DE
30282009-08-20 Reid Kleckner <reid@kleckner.net>
3029
3030 * gdb.texinfo: Add chapter on JIT interface.
3031
43089a6e
NR
30322009-08-07 Nick Roberts <nickrob@snap.net.nz>
3033
3034 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 3035 confirmation request.
43089a6e 3036
99e008fe
EZ
30372009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
3038
c8d5aac9
L
3039 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
3040 CRC definitions.
99e008fe 3041
48cb2d85
VP
30422009-08-03 Vladimir Prus <vladimir@codesourcery.com>
3043
3044 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 3045 -break-commands.
48cb2d85 3046
ff1a52c6
UW
30472009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3048
3049 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
3050 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
3051
3285f3fe
UW
30522009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3053
3054 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
3055 "set spu stop-on-load" and "show spu stop-on-load" commands.
3056
e35359c5
UW
30572009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3058
3059 * gdb.texinfo (Target Descriptions): Document <compatible> element.
3060
58d6951d
DJ
30612009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3062
3063 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
3064 org.gnu.gdb.arm.neon.
3065
08d16641
PA
30662009-07-20 Pedro Alves <pedro@codesourcery.com>
3067
3068 * gdb.texinfo (Target Description Format): Mention the new <osabi>
3069 optional element.
3070 (subsection OS ABI): New subsection.
3071
782b2b07
SS
30722009-07-14 Stan Shebs <stan@codesourcery.com>
3073
3074 * gdb.texinfo (Tracepoint Conditions): New section.
3075 (General Query Packets): Describe ConditionalTracepoints.
3076 (Tracepoint Packets): Describe condition field.
3077 (Maintenance Commands): Describe maint agent-eval.
3078 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
3079
9b117ef3
HZ
30802009-07-11 Hui Zhu <teawater@gmail.com>
3081
3082 * gdb.texinfo (disassemble): Add a new modifier /r
3083 to "disassemble" command to make it print the raw instructions
3084 in hex as well as in symbolic form.
3085
f5a33284
TT
30862009-07-09 Tom Tromey <tromey@redhat.com>
3087
3088 * gdbint.texinfo (Testsuite): Document parallel make check.
3089
812f7342
TT
30902009-07-09 Tom Tromey <tromey@redhat.com>
3091
3092 * gdbint.texinfo (Testsuite): Document test transcripts.
3093
fbb8f299
PM
30942009-07-10 Phil Muldoon <pmuldoon@redhat.com>
3095
3096 * gdb.texinfo (Values From Inferior): Add length parameter
3097 description.
3098
dd8f35ac
EZ
30992009-07-04 Chris Genly <chris@genly.us>
3100
3101 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
3102 in -var-list-children. Fix example according to what the code
3103 does.
3104
2277426b
PA
31052009-07-02 Pedro Alves <pedro@codesourcery.com>
3106
3107 * gdb.texinfo (Debugging multiple inferiors): Document the
3108 "inferior", "detach inferior" and "kill inferior" commands.
3109 (Debugging Programs with Multiple Processes): Adjust to mention
3110 generic "inferior" commands. Delete mention of "detach fork" and
3111 "delete fork". Cross reference to "Debugging multiple inferiors"
3112 section.
3113
a6d9a66e
UW
31142009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3115
5af949e3
UW
3116 * gdbint.texinfo (Item Output Functions): Update signature
3117 for ui_out_field_core_addr.
3118
31192009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3120
3121 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
3122 Update example code extrated from breakpoint.c.
3123
9901a55b 31242009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 3125
9901a55b
PP
3126 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
3127 MI commands.
3128 (GDB/MI Symbol Query): Likewise.
3129 (GDB/MI File Commands): Likewise.
3130 (GDB/MI File Transfer Commands): Likewise.
3131 (GDB/MI Target Manipulation): Likewise.
3132 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 3133
edb3359d
DJ
31342009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
3135
3136 * gdb.texinfo (Debugging Optimized Code): New chapter.
3137 (Compiling for Debugging): Reference it. Move some
3138 text to the new section.
3139
7cd1089b
PM
31402009-06-15 Phil Muldoon <pmuldoon@redhat.com>
3141
3142 * doc/gdb.texinfo (Calling): Document
3143 set-unwind-on-terminating-exception usage.
3144
d4db2f36
PA
31452009-06-11 Pedro Alves <pedro@codesourcery.com>
3146
3147 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
3148 command.
3149
d1a7880c
PA
31502009-06-07 Pedro Alves <pedro@codesourcery.com>
3151
3152 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
3153 references.
3154
473f94e6
UW
31552009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
3156
3157 * gdbint.texinfo: Rename formal parameters to gdbarch function
3158 protoypes from "current_gdbarch" to "gdbarch".
3159
8f500870
TT
31602009-05-28 Tom Tromey <tromey@redhat.com>
3161
3162 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
3163
b6313243
TT
31642009-05-27 Tom Tromey <tromey@redhat.com>
3165
3166 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
3167 feature.
3168 (GDB/MI Variable Objects): Document -var-set-visualizer.
3169
31702009-04-02 Tom Tromey <tromey@redhat.com>
3171
3172 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
3173 feature.
3174 (GDB/MI Variable Objects): Document -var-set-visualizer.
3175
a6bac58e
TT
31762009-05-27 Tom Tromey <tromey@redhat.com>
3177 Thiago Jung Bauermann <bauerman@br.ibm.com>
3178 Phil Muldoon <pmuldoon@redhat.com>
3179
3180 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
3181 (Pretty Printing): New node.
3182 (Selecting Pretty-Printers): Likewise.
3183 (Python API): Update.
3184 (Output Formats): Document /r format.
3185
2c74e833
TT
31862009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
3187 Tom Tromey <tromey@redhat.com>
3188
3189 * gdb.texinfo (Types In Python): New node.
3190 (Values From Inferior): "type" is now an attribute.
3191 (Python API): Update.
3192
89c73ade
TT
31932009-05-27 Tom Tromey <tromey@redhat.com>
3194 Thiago Jung Bauermann <bauerman@br.ibm.com>
3195 Phil Muldoon <pmuldoon@redhat.com>
3196
3197 * gdb.texinfo: Add @syncodeindex for `tp'.
3198 (Python API): Update.
3199 (Auto-loading): New node.
3200 (Objfiles In Python): New node.
3201
17a37d48
PP
32022009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
3203
3204 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 3205
6718376f
NR
32062009-05-15 Nick Roberts <nickrob@snap.net.nz>
3207
3208 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
3209
cbe54154
PA
32102009-05-12 Pedro Alves <pedro@codesourcery.com>
3211
3212 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
3213 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
3214 show show-debug-regs' docs.
3215
8e05493c
EZ
32162009-05-08 Eli Zaretskii <eliz@gnu.org>
3217
3218 * gdb.texinfo (Process Record and Replay): Add description of
3219 reverse execution.
3220
b39f4988
JB
32212009-05-07 Joel Brobecker <brobecker@adacore.com>
3222
3223 * gdbint.texinfo (Adding support for debugging core files): New node.
3224 (Native Debugging): Remove the ``Native core file Support'' section.
3225
a2311334
EZ
32262009-05-01 Eli Zaretskii <eliz@gnu.org>
3227
3228 * gdb.texinfo (Process Record and Replay): Improve and clarify.
3229 Add index entries.
3230
53cc454a 32312009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 3232 Michael Snyder <msnyder@vmware.com>
53cc454a 3233
a2311334
EZ
3234 * gdb.texinfo: (Process Record and Replay): Add documentation for
3235 process record and replay.
53cc454a 3236
484086b7
JK
32372009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3238
3239 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
3240 a new part on command-line defined macros.
3241
32ae1842
EZ
32422009-04-25 Eli Zaretskii <eliz@gnu.org>
3243
3244 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
3245 clarify the wording.
3246
b14b1491
TT
32472009-04-23 Tom Tromey <tromey@redhat.com>
3248
3249 * gdb.texinfo (Data Files): New node.
3250 (GDB Files): Update menu.
3251
5c1e86e1
JB
32522009-04-23 Joel Brobecker <brobecker@adacore.com>
3253
3254 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 3255 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 3256
83eba9b7
VP
32572009-04-22 Vladimir Prus <vladimir@codesourcery.com>
3258
3259 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
3260
e31198c4
HZ
32612009-04-22 Hui Zhu <teawater@gmail.com>
3262
3263 * gdb.texinfo (disassemble-next-line): Set the default of
3264 disassemble-next-line to off.
3265
26e251b6
JM
32662009-04-21 Joseph Myers <joseph@codesourcery.com>
3267
3268 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
3269 --with-htmldir): New.
3270 * configure: Regenerate.
3271 * Makefile.in (datarootdir, docdir): Define.
3272 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
3273 instead of $(SET_TEXINPUTS).
3274 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
3275 gdbint.info instead of $(SET_TEXINPUTS).
3276 (gdbint/index.html): Use same -I options as for building
3277 gdbint.info.
3278 (stabs.dvi, stabs.pdf): Use same -I options as for building
3279 stabs.info instead of $(SET_TEXINPUTS).
3280 (stabs/index.html): Use same -I options as for building
3281 stabs.info.
3282 (annotate.dvi, annotate.pdf): Use same -I options as for building
3283 annotate.info instead of $(SET_TEXINPUTS).
3284 (annotate/index.html): Use same -I options as for building
3285 annotate.info.
3286
eac35c4e
DD
32872009-04-21 David Daney <ddaney@caviumnetworks.com>
3288
3289 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
3290
29b0e8a2
JM
32912009-04-21 Joseph Myers <joseph@codesourcery.com>
3292
3293 * gdb.texinfo (Source Path): Document --with-relocated-sources.
3294
2b831889 32952009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 3296 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
3297
3298 * Makefile.in (MAKEHTML): Set to makeinfo --html.
3299 (MAKEHTMLFLAGS): Set to empty.
3300 (html__strip_dir): Define.
3301 (HTMLFILES): Define.
3302 (HTMLFILES_INSTALL): Define.
3303 (install-html): Copy new automake rule.
3304 (html): Depend on $(HTMLFILES).
3305 (gdb_toc.html): Rename to gdb/index.html.
3306 (gdbint_toc.html): Rename to gdbint/index.html.
3307 (stabs_toc.html): Rename to stabs/index.html.
3308 (annotate_toc.html): Rename to annotate/index.html.
3309
89a34d1b
JM
33102009-04-17 Carlos O'Donell <carlos@codesourcery.com>
3311
3312 * Makefile.in: Set pdfdir and htmldir from configure
3313 substitutions.
3314 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
3315 * configure: Regenerate.
3316
a2d5da46
JB
33172009-04-16 Joel Brobecker <brobecker@adacore.com>
3318
3319 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
3320 This macro is no longer used.
3321
732f6a93
TT
33222009-04-15 Tom Tromey <tromey@redhat.com>
3323
3324 * gdb.texinfo (Character Sets): Document default character set.
3325
87f9adc1
PM
33262009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
3327
3328 * gdbint.texinfo: Change server name from sources.redhat.com to
3329 sourceware.org throughout.
3330
2c88c651
JB
33312009-04-09 Joel Brobecker <brobecker@adacore.com>
3332
3333 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
3334 about a missing dot or coma after @xref.
3335
4f5376b2
JB
33362009-04-02 Joel Brobecker <brobecker@adacore.com>
3337
3338 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
3339 example, and add a small explanation about it.
3340 (Print Settings): Change the documentation of the "set print
3341 frame-arguments" to reflect the fact that the default is now "scalars".
3342
a0381d3a
JB
33432009-04-02 Joel Brobecker <brobecker@adacore.com>
3344
3345 * gdb.texinfo (Print Settings): Add kindex for command "set
3346 print frame-arguments".
3347
45ac276d
JB
33482009-03-31 Joel Brobecker <brobecker@adacore.com>
3349
3350 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
3351 breakpoints.
3352 (Set Breaks): Add reference to thread-specific and task-specific
3353 breakpoints.
3354
32cd1edc
JB
33552009-03-31 Joel Brobecker <brobecker@adacore.com>
3356
3357 * gdb.texinfo (Ada Tasks): Remove the documentation about
3358 the "Running" state, as this state has been eliminated.
3359 Now all runnable tasks are shown as "Runnable".
3360
1042e4c0
SS
33612009-03-30 Stan Shebs <stan@codesourcery.com>
3362
3363 * gdb.texinfo (Tracepoints): Describe tracepoints as a
3364 special case of breakpoints.
3365 (Enable and Disable Tracepoints): Mention deprecation.
3366 (Listing Tracepoints): Update description and example.
3367
f8f6f20b
TJB
33682009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3369
3370 * gdb.texinfo (Frames in Python): New node.
3371 (Python API): Update.
3372
c0c6f777
TJB
33732009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
3374
3375 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
3376 from a method to an attribute.
3377
def2b000
TJB
33782009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
3379
3380 * gdb.texinfo (Values From Inferior): Document is_optimized_out
3381 attribute.
3382
a07daef3
PA
33832009-03-25 Pedro Alves <pedro@codesourcery.com>
3384
3385 * observer.texi (thread_exit): Add "silent" parameter.
3386
f3b1572e
PA
33872009-03-22 Pedro Alves <pedro@codesourcery.com>
3388
3389 * observer.texi (about_to_proceed): New.
3390
587afa38
EZ
33912009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
3392
3393 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
3394 field throughout to handle types with spaces in them. Fix typos
3395 found by aspell.
3396 (Summary, Requirements, Contributors): New first chapter,
3397 "Summary" added, old Requirements section moved there, and new
3398 section, "Contributors" added.
3399 (Initializing a New Architecture, Register Representation)
3400 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
3401 (Porting gdb): These sections extended and updated.
3402 (Compiler Characteristics): This section (empty) deleted.
3403 (Defining Other Architecture Features): This section renamed and
3404 duplicate material removed from (formerly "Target Conditionals").
3405 Use braces {} in @deftypeXX type field throughout to handle types
3406 with spaces in them. Typos found by aspell fixed.
3407
3408 * stack_frame.svg: New file, source of image for gdbint.texinfo.
3409 * stack_frame.pdf: Version of image for PDF output.
3410 * stack_frame.png: Version of image for HTML output and for Emacs.
3411 * stack_frame.txt: Version of image for Info output.
1db61298 3412 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 3413
10af6951
EZ
34142009-03-21 Eli Zaretskii <eliz@gnu.org>
3415
3416 * gdb.texinfo (Character Sets): Fix last change.
3417
cc924cad
TJB
34182009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
3419
3420 * gdb.texinfo (Values From Inferior): Fix optional arguments
3421 markup.
3422 (Commands In Python): Adjust argument names of gdb.Command.__init__
3423 to what the function accepts as keywords.
3424
bc3b79fd
TJB
34252008-03-20 Tom Tromey <tromey@redhat.com>
3426
3427 * gdb.texinfo (Convenience Vars): Document convenience functions.
3428 (Functions In Python): New node.
3429 (Python API): Update.
3430
6c7a06a3
TT
34312009-03-20 Tom Tromey <tromey@redhat.com>
3432
3433 * gdb.texinfo (Character Sets): Remove obsolete text. Document
3434 set target-wide-charset.
3435 (Requirements): Mention iconv.
3436
b646ddd4
HZ
34372009-03-17 Hui Zhu <teawater@gmail.com>
3438
3439 * gdb.texinfo: Change the introduce of "disassemble-next-line".
3440
91440f57
HZ
34412009-03-17 Hui Zhu <teawater@gmail.com>
3442
3443 * gdb.texinfo: Add documentation for disassemble-next-line.
3444
8fd41227
TJB
34452009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
3446
3447 * gdb.texinfo (Commands In Python): Remove tindex entries.
3448
61ff14c6
JK
34492009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3450
3451 * gdb.texinfo (Returning): New description for missing debug info.
3452
0b16c5cf
PA
34532009-03-14 Pedro Alves <pedro@codesourcery.com>
3454
3455 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 3456 (General Query Packets): Document qAttached.
0b16c5cf 3457
32fc0df9
PA
34582009-03-05 Pedro Alves <pedro@codesourcery.com>
3459
3460 * gdb.texinfo (Background Execution): Better describe the set
3461 target-async command.
3462 (Maintenance Commands): Delete description of the `maint set/show
3463 linux-async' and `maint set/show remote-async' commands.
3464
134eb42c
VP
34652009-02-18 Vladimir Prus <vladimir@codesourcery.com>
3466
3467 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
3468 between sentences.
3469
c86cf029
VP
34702009-02-18 Vladimir Prus <vladimir@codesourcery.com>
3471
3472 * gdb.texinfo (GDB/MI Async Records): Document the
3473 =library-loaded and =library-unloaded notifications.
3474
3ea85240
VP
34752009-02-17 Vladimir Prus <vladimir@codesourcery.com>
3476
3477 * observer.texi (test_notification): New observer.
3478
1d33d6ba
VP
34792009-02-14 Vladimir Prus <vladimir@codesourcery.com>
3480
61ff14c6
JK
3481 * observer.texi: Add parameter 'print_frame' to normal_stop
3482 observer.
1d33d6ba 3483
d721c933
EZ
34842009-02-07 Eli Zaretskii <eliz@gnu.org>
3485
3486 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
3487 (Commands In Python): Fix COMMAND_* constants in last change. Use
3488 @kbd for interactive input. Add cross-references and index
3489 entries.
3490
4aa995e1
PA
34912009-02-06 Pedro Alves <pedro@codesourcery.com>
3492
3493 * gdb.texinfo (Signals): Document $_siginfo.
3494 (Convenience Variables): Mention $_siginfo.
3495 (Remote Configuration): Document qXfer:siginfo:read,
3496 qXfer:siginfo:write packets, and the read-siginfo-object,
3497 write-siginfo-object commands.
3498
5f5233d4
PA
34992009-02-06 Pedro Alves <pedro@codesourcery.com>
3500
3501 * gdbint.texinfo (Values): New chapter.
3502
d8906c6f
TJB
35032009-02-06 Tom Tromey <tromey@redhat.com>
3504
3505 * gdb.texinfo (Python API): Add entry for Commands In Python.
3506 (Commands In Python): New node.
3507
b6cb8e7d
TJB
35082009-02-05 Tom Tromey <tromey@redhat.com>
3509
3510 * gdb.texinfo (Values From Inferior): Document Value.string.
3511
12453b93
TJB
35122009-02-05 Tom Tromey <tromey@redhat.com>
3513
3514 * gdb.texinfo (Basic Python): Document execute's from_tty
3515 argument.
3516
08c637de
TJB
35172009-02-04 Tom Tromey <tromey@redhat.com>
3518
3519 * gdb.texinfo (Basic Python): Document gdb.history.
3520
592375cd
VP
35212009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3522
3523 * gdb.texinfo (GDB/MI Thread Commands): Document the
3524 'current-thread-id' field. Remove the example with zero threads,
3525 since current GDB won't ever report that if there's inferior.
3526
41447f92
VP
35272009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3528
3529 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
3530 option to -break-insert.
3531
098b41a6
JG
35322009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3533 Jerome Guitton <guitton@adacore.com>
3534
3535 * gdb.texinfo (Startup): Document --with-system-gdbinit.
3536 (System-wide configuration): New section.
3537
3c16cced
PA
35382009-01-26 Pedro Alves <pedro@codesourcery.com>
3539
3540 PR gdb/7580:
3541 * gdb.texinfo (Maintenance Commands): Document "maint set|show
3542 internal-error|internal-warning quit|corefile ask|yes|no".
3543
62709adf
PA
35442009-01-26 Pedro Alves <pedro@codesourcery.com>
3545
3546 * gdb.texinfo (Using the `gdbserver' Program): Document
3547 --remote-debug.
3548
7ce58dd2
DE
35492009-01-23 Doug Evans <dje@google.com>
3550
3551 * gdb.texinfo: Add nexti to list of commands that support
3552 background execution.
3553
adb483fe
DJ
35542009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
3555
3556 * gdb.texinfo (Define, Hooks): Document prefix command support.
3557
a67ec3f4 35582009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 3559 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
3560
3561 Fixes for makeinfo --html.
3562
3563 * annotate.texinfo: Use @copying and @insertcopying. Use
3564 @ifnottex in place of @ifinfo.
3565 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
3566 place of @ifinfo. Use @ifnotinfo for one index entry.
3567 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
3568 in place of @ifinfo.
3569 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
3570 in place of @ifinfo. Include contents at start unconditionally.
3571
84fcdf95
PA
35722009-01-13 Pedro Alves <pedro@codesourcery.com>
3573
3574 * gdb.texinfo (General Query Packets): Remove @var{} around the
3575 "spu" literal string.
3576
fa3a767f
PA
35772009-01-07 Pedro Alves <pedro@codesourcery.com>
3578
3579 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
3580 program may be running in another process" errors.
3581 * gdbint.texinfo (Native Conditionals): Delete
3582 ONE_PROCESS_WRITETEXT description.
3583
9cb011d3
JB
35842009-01-07 Joel Brobecker <brobecker@adacore.com>
3585
3586 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
3587 emacs local variable to be placed at the end of the ChangeLog.
3588 Add server.c and gdbreplay.c to the list of files where the
3589 copyright year needs to be updated.
3590
84603566
SL
35912009-01-06 Sandra Loosemore <sandra@codesourcery.com>
3592
3593 * gdb.texinfo (Remote Configuration): Document new
3594 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
3595 commands.
3596
a53f55d8
PA
35972008-12-28 Pedro Alves <pedro@codesourcery.com>
3598
3599 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
3600 FETCH_INFERIOR_REGISTERS.
3601 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
3602 FETCH_INFERIOR_REGISTERS descriptions. Remove
3603 gdbarch_get_longjmp_target descrition, since already described in
3604 Target Conditionals. Move gdbarch_fp0_regnum description to ...
3605 (Target Conditionals): ... here.
3606
077e0a52
JB
36072008-12-16 Joel Brobecker <brobecker@adacore.com>
3608
3609 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
3610 examples.
3611 (Additions to Ada): Likewise. Add the missing opening and closing
3612 parenthesis of the GDB prompt in one of the examples.
3613
023eb17c
JB
36142008-12-14 Joel Brobecker <brobecker@adacore.com>
3615
3616 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
3617 about the result of 'Address not being of type System.Address.
3618 This problem has been fixed a while ago.
3619
c3b108f7
VP
36202008-12-02 Vladimir Prus <vladimir@codesourcery.com>
3621
3622 MI non-stop and multiprocess docs.
3623
c8d5aac9
L
3624 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
3625 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
3626 Adjust documentation for *stopped, document =thread-created,
3627 =thread-exited, =thread-group-created and =thread-group-exited.
3628 (GDB/MI Thread Commands): Document the 'state' field in
3629 -thread-info output.
3630 (GDB/MI Program Execution): Mention --all and --thread-group
3631 options.
3632 (GDB/MI Variable Objects): Describe floating and fixed variable
3633 objects.
3634 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 3635
07e059b5
VP
36362008-12-02 Vladimir Prus <vladimir@codesourcery.com>
3637
c8d5aac9
L
3638 * gdb.texinfo (Operating System Information): New appendix.
3639 (Operating System Auxiliary Information): Document 'info os processes'
3640 (Remote Configuration): Document 'osdata'
3641 (General Query Packets): Document qXfer:osdata:read.
07e059b5 3642
a80b95ba
TG
36432008-11-27 Tristan Gingold <gingold@adacore.com>
3644
3645 * gdb.texinfo (Darwin): Document Darwin specific features.
3646
a655d424
JK
36472008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3648
3649 * gdbint.texinfo (Target Conditionals): Extend the
3650 gdbarch_breakpoint_from_pc description.
3651
249e1128
VP
36522008-11-22 Vladimir Prus <vladimir@codesourcery.com>
3653
3654 * gdb.texinfo (M68K Features): Fix typo.
3655
c14c28ba
PP
36562008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
3657
3658 * gdb.texinfo (Symbols): Mention printing containing
3659 image name in "info symbol".
3660 (Maint translate-address): Likewise.
889bf7c5 3661
394a6666
JB
36622008-11-18 Joel Brobecker <brobecker@adacore.com>
3663
3664 * gdb.texinfo (Set Catchpoints): Remove the documentation of
3665 commands "catch load" and "catch unload".
3666
66bb093b
VP
36672008-11-17 Vladimir Prus <vladimir@codesourcery.com>
3668
3669 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 3670 =thread-selected.
889bf7c5 3671
4a92f99b
VP
36722008-11-17 Vladimir Prus <vladimir@codesourcery.com>
3673
c8d5aac9 3674 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 3675
f0323ca0
PA
36762008-10-27 Pedro Alves <pedro@codesourcery.com>
3677
3678 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
3679 .mt files, TM_CLIBS or TM_CDEPS.
3680 (x86 Watchpoints): Don't mention TDEPFILES.
3681
8b23ecc4
SL
36822008-10-24 Sandra Loosemore <sandra@codesourcery.com>
3683
3684 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
3685 (Overview): Mention notifications and non-stop mode behavior.
3686 (Packets): Update documentation of ?, vAttach, vCont, and vRun
3687 with non-stop mode behavior. Add vStopped description.
3688 (Stop Reply Packets): Update list of packets that return
3689 stop replies. Mention non-stop behavior.
3690 (General Query Packets): Document QNonStop packet and associated
3691 qSupported query response.
3692 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
3693 behavior.
3694 (Notification Packets): New section.
3695 (Remote Non-Stop): New section.
3696 (File-I/O Overview): Mention non-stop behavior.
3697
fff08868
HZ
36982008-10-24 Hui Zhu <teawater@gmail.com>
3699 Pedro Alves <pedro@codesourcery.com>
3700
3701 * gdb.texinfo (displaced-stepping): Describe the auto mode
3702 setting, and say it's the default. This is now a mainstream
3703 setting instead of a maintenance setting.
3704
252fbfc8
PA
37052008-10-23 Pedro Alves <pedro@codesourcery.com>
3706
3707 * observer.texi (thread_stop_requested): New.
3708
20924a55
JB
37092008-10-22 Joel Brobecker <brobecker@adacore.com>
3710
3711 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
3712 (Patching): Replace incorrect usage of @samp by @kbd.
3713
bacec72f
MS
37142008-10-17 Michael Snyder <msnyder@vmware.com>
3715
3716 * gdb.texinfo: Add documentation for reverse execution.
3717
a08702d6 37182008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 3719 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
3720
3721 * gdb.texinfo. (Values From Inferior): New subsubsection.
3722
d97bc12b
DE
37232008-10-06 Doug Evans <dje@google.com>
3724
3725 * gdb.texinfo (set debug dwarf2-die): Document it.
3726
87f67dba
JB
37272008-10-01 Joel Brobecker <brobecker@adacore.com>
3728
3729 * gdb.texinfo (catch) [exception]: Document how to insert
3730 a breakpoint on user-defined exceptions when the exception
3731 name is identical to one of the language-defined ones.
3732
2fae03e8
TT
37332008-09-27 Tom Tromey <tromey@redhat.com>
3734
3735 * gdb.texinfo (Macros): Remove text about stringification,
3736 varargs, and splicing.
3737
5c6ce71d
TT
37382008-09-27 Tom Tromey <tromey@redhat.com>
3739
3740 * gdbint.texinfo (Language Support): Remove text about omitting
3741 support for a language.
3742
07128da0
DE
37432008-09-23 Doug Evans <dje@google.com>
3744
3745 * gdb.texinfo (info dcache): Update.
3746
b90a069a
SL
37472008-09-22 Sandra Loosemore <sandra@codesourcery.com>
3748
3749 * gdb.texinfo (Packets): Add info on thread-id syntax and
3750 multiprocess extensions.
3751 <D>: Document multiprocess form of packet.
3752 <H>: Use thread-id syntax.
3753 <T>: Likewise.
3754 <vCont>: Likewise. Note this is required for multiprocess.
3755 <vKill>: New packet.
3756 (Stop Reply Packets) <T>: Use thread-id syntax.
3757 <W>: Document multiprocess form of reply.
3758 <X>: Likewise.
3759 (General Query Packets) <qC>: Use thread-id syntax.
3760 <qfThreadInfo>: Likewise.
3761 <qGetTLSAddr>: Likewise.
3762 <qP>: Likewise.
3763 <qSupported>: Add "multiprocess" feature.
3764 <qThreadExtraInfo>: Use thread-id syntax.
3765
b77209e0
PA
37662008-09-22 Stan Shebs <stan@codesourcery.com>
3767
3768 * gdb.texinfo (Inferiors): New section.
3769
3d0bb823
PA
37702008-09-12 Pedro Alves <pedro@codesourcery.com>
3771
3772 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
3773
f8dcfc0a
UW
37742008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
3775
3776 * gdbint.texinfo (Target Conditionals): Remove documentation
3777 for gdbarch_name_of_malloc.
3778
8775bb90
MS
37792008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
3780
3781 * gdb.texinfo (Interrupts): Mention TCP interface for
3782 sending BREAK.
3783
f1838a98
UW
37842008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
3785
3786 * gdb.texinfo (Commands to Specify Files): Document "remote:"
3787 argument prefix to "set sysroot".
3788
158c7665
PH
37892008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
3790
3791 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
3792 and False.
3793
30e026bb
VP
37942008-08-20 Vladimir Prus <vladimir@codesourcery.com>
3795
c8d5aac9
L
3796 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
3797 for possible features of -list-features.
30e026bb 3798
c6ebd6cf
VP
37992008-08-19 Vladimir Prus <vladimir@codesourcery.com>
3800
c8d5aac9 3801 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
3802 (GDB/MI Miscellaneous Commands): Document -list-target-features.
3803
aeac0ff9
VP
38042008-08-19 Vladimir Prus <vladimir@codesourcery.com>
3805
3806 * doc/gdb.texinfo (PowerPC): Fix typo.
3807 (PowerPC features): Fix typo.
3808
5231c1fd
PA
38092008-08-18 Pedro Alves <pedro@codesourcery.com>
3810
3811 * observer.texi (thread_ptid_changed): New.
3812
677c5bb1
LM
38132008-08-18 Luis Machado <luisgpm@br.ibm.com>
3814
3815 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
3816 (PowerPC features): Mention feature set for VSX registers.
3817
f3a2dd1a
JB
38182008-08-13 Joel Brobecker <brobecker@adacore.com>
3819
3820 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
3821 the direct visibility of all names in user-written packages.
3822
33e5cbd6
PA
38232008-08-13 Pedro Alves <pedro@codesourcery.com>
3824
3825 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
3826 setting, and make it the default.
3827 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
3828 non-stop script example.
3829
d0384fc4
TJB
38302008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
3831
3832 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
3833 reference to the "Using Different Register and Memory Data
3834 Representation" section.
3835
a6f3e723
SL
38362008-08-12 Sandra Loosemore <sandra@codesourcery.com>
3837
3838 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
3839 (Remote Protocol): Add Packet Acknowledgment to menu.
3840 (Overview): Mention +/- can be disabled, and point to new section
3841 where this is discussed in detail.
3842 (General Query Packets): Document QStartNoAckMode packet, and
3843 corresponding qSupported reply.
3844 (Packet Acknowledgment): New section.
3845
0606b73b
SL
38462008-08-11 Sandra Loosemore <sandra@codesourcery.com>
3847 Pedro Alves <pedro@codesourcery.com>
3848
3849 * gdb.texinfo (Threads): Move paragraph about automatic thread
3850 selection to All-Stop Mode subsection.
3851 (Thread Stops): Reorganize existing material into subsections.
3852 Add introductory blurb and menu.
3853 (Non-Stop Mode): New subsection.
3854 (Background Execution): New subsection.
3855 (Maintenance Commands): Add cross-references from async mode
3856 commands to the new Background Execution section.
3857
d57a3c85
TJB
38582008-08-06 Tom Tromey <tromey@redhat.com>
3859
3860 * gdb.texinfo (Extending GDB): New chapter.
3861 (Sequences): Demoted chapter, now a section under the new
3862 Extending GDB chapter.
3863 (Python): New section.
3864
6d76a53d
SS
38652008-07-31 Stan Shebs <stan@codesourcery.com>
3866
3867 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
3868
1f70da6a
SS
38692008-07-29 Stan Shebs <stan@codesourcery.com>
3870
3871 * gdbint.texinfo: General round of cleanup and minor
3872 clarifications.
3873 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
3874 (Longjmp Support): Update description to reflect how it is done
3875 for targets without using native header.
3876 (Symbol Handling): Add a little more general explanation.
3877 (COFF, ELF): Mention stabs encapsulation.
3878 (DWARF 3): New section.
3879 (Adding a New Host): Scrub out some obsolete bits.
3880 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
3881 (Host Conditionals): Remove descriptions of NO_STD_REGS,
3882 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
3883 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
3884 SEEK_SET, STOP_SIGNAL, USG.
3885 (Raw and Virtual Register Representations): Ditto for
3886 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
3887 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
3888 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
3889 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
3890 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
3891 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
3892 DEPRECATED_REGISTER_VIRTUAL_SIZE,
3893 DEPRECATED_REGISTER_VIRTUAL_TYPE,
3894 DEPRECATED_USE_STRUCT_CONVENTION.
3895 Describe gdbarch_deprecated_fp_regnum.
3896 Update description of gdbarch_print_insn.
3897 (Adding a New Target): Scrub out obsolete bits.
3898 (Obsolete Conditionals): Remove entire section.
3899
383f836e
TT
39002008-07-25 Tom Tromey <tromey@redhat.com>
3901
3902 * observer.texi (GDB Observers): Document new observers:
3903 breakpoint_created, breakpoint_deleted, breakpoint_modified,
3904 tracepoint_created, tracepoint_deleted, tracepoint_modified,
3905 architecture_changed.
3906
cfd8ab24
SS
39072008-07-21 Stan Shebs <stan@codesourcery.com>
3908
3909 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
3910 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
3911
781b42b0
TT
39122008-07-21 Tom Tromey <tromey@redhat.com>
3913
3914 * observer.texi (GDB Observers): Remove obsolete comment.
3915 <executable_changed>: Remove argument.
3916
d7d9f01e
TT
39172008-07-18 Tom Tromey <tromey@redhat.com>
3918
3919 * gdb.texinfo (Macros): Update. Use @code rather than @command.
3920
bf250677
DE
39212008-07-10 Doug Evans <dje@google.com>
3922
3923 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
3924
10568435
JK
39252008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3926
3927 * gdb.texinfo (Starting): Document "set disable-randomization".
3928
5ae4183a
AS
39292008-07-07 Andreas Schwab <schwab@suse.de>
3930
3931 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
3932
b56e7235
VP
39332008-07-06 Vladimir Prus <vladimir@codesourcery.com>
3934
3935 * gdb.texinfo (GDB/MI Target Manipulation): Add
3936 example of -target-attach.
3937
e1ac3328
VP
39382008-06-10 Vladimir Prus <vladimir@codesourcery.com>
3939
3940 * observer.texi (target_resumed): New observer.
5ae4183a 3941 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 3942
65d12d83
TT
39432008-06-06 Tom Tromey <tromey@redhat.com>
3944
3945 * gdb.texinfo (Completion): Add field name example.
3946
fbc5282e
MK
39472008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
3948
3949 * gdb.texinfo (GDB/MI Program Context): Added example
3950 to -exec-arguments
5ae4183a 3951
fbc5282e 39522008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
3953
3954 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
3955 annotation.
3956
c16158bc 39572008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
3958 Nathan Sidwell <nathan@codesourcery.com>
3959 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
3960
3961 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
3962 and ACX_BUGURL.
3963 * configure: Regenerate.
3964 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
3965 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
3966 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
3967 mailing-list-specific text about bug reporting unless
3968 BUGURL_DEFAULT.
3969
75c99385
PA
39702008-06-05 Pedro Alves <pedro@codesourcery.com>
3971
3972 * gdb.texinfo (-target-select): Remove reference to target async.
3973 (Maintenance Commands): Document "maint set/show remote-async".
3974
1763a388
MK
39752008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
3976
3977 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
3978 in -target-file-get section.
5ae4183a 3979
d0d064df
PA
39802008-05-22 Pedro Alves <pedro@codesourcery.com>
3981
9b562ab8
PA
3982 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
3983 killing the inferior when it is already debugging a process.
d0d064df 3984
8dfa32fc
JB
39852008-05-21 Joel Brobecker <brobecker@adacore.com>
3986
3987 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
3988 abbreviation for "finish".
3989
55f996a7
NR
39902008-05-21 Nick Roberts <nickrob@snap.net.nz>
3991
3992 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
3993
ba2b1c56
DJ
39942008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
3995
3996 * gdbint.texinfo (Target Conditionals): Delete entry for
3997 gdbarch_dwarf_reg_to_regnum.
3998
08388c79
DE
39992008-05-09 Doug Evans <dje@google.com>
4000
a3c83fae 4001 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 4002
d14508fe
DE
40032008-05-05 Doug Evans <dje@google.com>
4004
4005 * gdb.texinfo (disassemble): Document /m modifier.
4006
e2b7ddea
VP
40072008-05-05 Vladimir Prus <vladimir@codesourcery.com>
4008
5ae4183a
AS
4009 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
4010 will not report the time of commands that run the target.
e2b7ddea 4011
8eb41542
VP
40122008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4013
4014 * gdb.texinfo (GDB/MI Output Records): Add
4015 missing semicolon.
4016
82f68b1c
VP
40172008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4018
4019 * gdb.texinfo (GDB/MI Output Records):
4020 Document =thread-create and =thread-exited.
4021
fa0f268d
VP
40222008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4023
4024 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 4025 Remove mention of dmi-discuss.
fa0f268d 4026
063bfe2e
VP
40272008-05-03 Pedro Alves <pedro@codesourcery.com>
4028
4029 * observer.texi (thread_exit): New.
4030
237fc4c9
PA
40312008-05-02 Pedro Alves <pedro@codesourcery.com>
4032
4033 * gdb.texinfo (Debugging Output): Document "set/show debug
4034 displaced".
4035 (Maintenance Commands): Document "maint set/show
4036 can-use-displaced-stepping".
4037
0428b8f5
DJ
40382008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
4039
4040 * gdb.texinfo (ARM): Document set/show arm fallback-mode
4041 and set/show arm force-mode.
4042
5009afc5
AS
40432008-05-02 Andreas Schwab <schwab@suse.de>
4044
4045 * gdbint.texinfo (Algorithms): Describe
4046 target_watchpoint_addr_within_range.
4047
669fac23
DJ
40482008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
4049
4050 * gdbint.texinfo (Stack Frames): New chapter.
4051 (Algorithms): Move Frames text to the new chapter.
4052 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
4053 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
4054
721c02de
VP
40552008-04-24 Vladimir Prus <vladimir@codesourcery.com>
4056
5ae4183a
AS
4057 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
4058 output does not necessary include any tokens.
721c02de 4059
c055b101
CV
40602008-04-22 Corinna Vinschen <vinschen@redhat.com>
4061
4062 * gdb.texinfo (Set SH Calling convention): New @item.
4063 (Show SH Calling convention): Ditto.
4064
68837c9d
MD
40652008-04-22 Markus Deuling <deuling@de.ibm.com>
4066
4067 * gdb.texinfo (Fortran Operators): Describe '%' operator.
4068
2e9132cc
EZ
40692008-04-20 Eli Zaretskii <eliz@gnu.org>
4070
4071 * gdb.texinfo (Set Breaks): Mention that multiple location
4072 breakpoints need line number info. Add index entries.
4073
31fffb02
CS
40742008-04-19 Craig Silverstein <csilvers@google.com>
4075
4076 * gdb.texinfo (Requirements): Add an optional requirement on
4077 zlib.
4078 * gdbint.texinfo (Debugging File Formats): Add new subsection for
4079 Compressed DWARF 2.
4080
a47ec5fe
AR
40812008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
4082
4083 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
4084 sample output for 'stopped,reason="breakpoint-hit"' message.
4085 (GDB/MI Program Execution): Likewise.
4086
de051565
MK
40872008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
4088
5ae4183a 4089 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
4090 -var-set-format. Add -f option to -var-evaluate-expression.
4091
6ba66d6a
JB
40922008-04-03 Joel Brobecker <brobecker@adacore.com>
4093
4094 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
4095 new node "Ambiguous Expressions". Replace references to this
4096 node by references to "Ambiguous Expressions" throughout.
4097 (Ambiguous Expressions): New node.
4098
1e26b4f8
DJ
40992008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
4100
4101 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
4102
b84876c2
PA
41032008-03-21 Pedro Alves <pedro@codesourcery.com>
4104
4105 * gdb.texinfo (Debugging Output): Document
4106 "set/show debug lin-lwp-async".
4107 (Maintenance Commands): Document "maint set/show linux-async".
4108
63092375
DJ
41092008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
4110
4111 * gdb.texinfo (Expressions): Update description of malloced arrays.
4112
8e8901c5
VP
41132008-03-15 Vladimir Prus <vladimir@codesourcery.com>
4114
4115 * gdb.texinfo (Thread Commands): Document
4116 -thread-info. Remove -thread-list-all-threads.
4117
1fddbabb
PA
41182008-03-14 Pedro Alves <pedro@codesourcery.com>
4119 Sandra Loosemore <sandra@codesourcery.com>
4120
4121 * gdb.texinfo (Library List Format): Update to mention the
4122 possibility to pass section addresses instead of segment
4123 addresses.
4124
ccd213ac
DJ
41252008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
4126
4127 * gdb.texinfo (Starting): Document "set exec-wrapper".
4128 (Server): Document gdbserver --wrapper.
4129
fa4727a6
DJ
41302008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
4131
4132 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
4133 unreadable memory. Delete obsolete SPARClite reference.
4134
8edfe269
DJ
41352008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
4136
4137 * gdb.texinfo (Starting): Mention always-running targets.
4138 (Target Commands): Add an anchor for load.
4139 (Connecting): Explain continue instead of run.
4140
1843f87b
DJ
41412008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4142
4143 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
4144
f9082629
NR
41452008-02-26 Nick Roberts <nickrob@snap.net.nz>
4146
4147 * gdb.texinfo (Set Breaks): Revert description of Enb column of
4148 breakpoint table.
4149
fd96d250
PA
41502008-02-19 Pedro Alves <pedro@codesourcery.com>
4151
4152 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
4153 killing the inferior when it is already debugging a process.
4154
36af4ef6
MD
41552008-02-13 Markus Deuling <deuling@de.ibm.com>
4156
4157 * gdbint.texinfo (Build Script): New section. Mention new build script
4158 gdb_buildall.sh.
4159
cda4ce5a
JB
41602008-02-01 Jim Blandy <jimb@red-bean.com>
4161
4162 * gdb.texinfo (Help): Summarize 'info args' correctly.
4163
4acd40f3
TJB
41642008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4165
4166 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
4167 available in PowerPC architecture.
4168 (Embedded Processors): Change node name of PowerPC item in menu.
4169 (PowerPC): Rename to...
4170 (PowerPC Embedded): this.
4171 (Architectures): Add new PowerPC item in menu.
4172 (PowerPC): New node.
4173
6e6c6f50
DJ
41742008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
4175
4176 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
4177 commands.
4178
5ee187d7
DJ
41792008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
4180
4181 * gdb.texinfo (Setting Catchpoints): Mention features
4182 supported on GNU/Linux.
4183
e275c0d9
NR
41842008-01-30 Nick Roberts <nickrob@snap.net.nz>
4185
4186 * gdb.texinfo (GDB/MI File Commands): Describe new output
4187 field for MI command -file-list-exec-source-file.
4188
2d717e4f
DJ
41892008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
4190
4191 * gdb.texinfo (Using the `gdbserver' Program): Add security
4192 warning. Rearrange into subsections and subsubsections. Document
4193 --multi and --debug. Correct --with-sysroot typo. Update --attach
4194 usage. Make load reference clearer. Document monitor exit.
4195 (Remote Configuration): Document set remote exec-file, attach-packet,
4196 and run-packet.
4197 (Packets): Document vAttach and vRun.
4198
d35a4257 41992008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
4200
4201 * gdb.texinfo (Processes): Mention process command.
889bf7c5 4202 detach-on-follow -> detach-on-fork.
f663676d 4203
c78d192c
DJ
42042008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4205
4206 * gdbint.texinfo (Native Conditionals): Remove
4207 SHELL_COMMAND_CONCAT and SHELL_FILE.
4208
d35a4257
EZ
42092008-01-26 Eli Zaretskii <eliz@gnu.org>
4210
4211 * gdb.texinfo (Specify Location): Improve wording.
4212
93815fbf
VP
42132008-01-23 Chris Demetriou <cgd@google.com>
4214
4215 * gdb.texinfo (Threads): Document new "set print thread-events"
4216 and "show print thread-events" commands.
4217
2a25a5ba
EZ
42182008-01-19 Eli Zaretskii <eliz@gnu.org>
4219
4220 * gdb.texinfo (Specify Location): New section.
4221 (Delete Breaks, Edit, Set Breaks): Remove description of
4222 locations. Instead, add a reference to "Specify Location".
4223 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
4224 (Symbols): Refer to "Specify Location" for the valid forms of
4225 linespecs and locations.
4226
32c9a795
MD
42272008-01-18 Markus Deuling <deuling@de.ibm.com>
4228
4229 * gdbint.texinfo (Target Conditionals): Replace the description of
4230 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
4231
b17828ca
JB
42322008-01-12 Paul Hilfinger <hilfinger@adacore.com>
4233
4234 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
4235 about &&var, which is rejected by the expression parser.
4236
0aea4bf3
LM
42372008-01-09 Luis Machado <luisgpm@br.ibm.com>
4238
4239 * gdb.texinfo (Output): Update documentation on using printf with DFP
4240 types.
4241
febe4383
TJB
42422008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
4243
4244 * gdb.texinfo (C and C++): Add Decimal Floating Point format
4245 subsubsection.
4246 (Decimal Floating Point format): New subsubsection.
4247
7a404eba
PA
42482008-01-05 Pedro Alves <pedro@codesourcery.com>
4249
4250 * gdb.texinfo (File Options): Remove mention of the attempt to
4251 open a core file with the -p option. Don't list -c as a valid
4252 option to attach to a process.
4253
a4d9b460
PA
42542008-01-05 Pedro Alves <pedro@codesourcery.com>
4255
4256 * gdbint.texinfo (Host Conditionals): Remove mention of
4257 ALIGN_STACK_ON_ENTRY.
4258
6ec2edbe
JB
42592008-01-05 Joel Brobecker <brobecker@adacore.com>
4260
4261 * gdbint.texinfo (Start of New Year Procedure): Add item
4262 describing how to update the source and documentation copyright
4263 notices.
4264
d8b2a693
JB
42652007-12-18 Jim Blandy <jimb@codesourcery.com>
4266
ab209b3a 4267 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
4268 watchpoint explanation into the main description of the watchpoint
4269 command; update synopses of 'watch', 'rwatch', and 'awatch'
4270 commands.
4271
8b4ed427
VP
42722007-12-18 Vladimir Prus <vladimir@codesourcery.com>
4273
4274 * gdb.texinfo (Miscellaneous gdb/mi Commands):
4275 Document 'pending-breakpoints' feature of
4276 -list-features.
4277
37e4754d
LM
42782007-12-17 Luis Machado <luisgpm@br.ibm.com>
4279
669fac23 4280 * gdb.texinfo: Add new parameter's description.
37e4754d 4281
1d3811f6
DJ
42822007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
4283
4284 * gdb.texinfo (Overview): Clarify run-length encoding
4285 example. Remove the restriction on "+" and "-" characters.
4286
c1c25a1a
EZ
42872007-12-15 Eli Zaretskii <eliz@gnu.org>
4288
4289 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
4290
afe8ab22 42912007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 4292
afe8ab22
VP
4293 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
4294 the -f option for -break-insert, remove -r option,
4295 and clarify specification of location.
4296
a6b151f1
DJ
42972007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
4298
4299 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
4300 formatting.
4301 (Remote Debugging): Add File Transfer section.
4302 (Remote Configuration): Document Host I/O packets.
4303 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 4304 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
4305 (Packets): Add vFile.
4306
3b784c4f
EZ
43072007-11-17 Eli Zaretskii <eliz@gnu.org>
4308
4309 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
4310 breakpoints with multiple locations.
4311 (Breakpoint Menus): Improve wording.
4312 (Output): Fix last change.
4313
a4ce5b0d
UW
43142007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
4315
4316 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
4317
1b39d5c0
DE
43182007-11-15 Doug Evans <dje@google.com>
4319
4320 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
4321
7a72d44c
VP
43222007-11-15 Vladimir Prus <vladimir@codesourcery.com>
4323
4324 * gdbint.texinfo (Native Conditionals): Remove
4325 mention of CLEAR_SOLIB.
5ae4183a 4326
6d1829bf 43272007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
4328
4329 * gdb.texinfo (Print Settings): Add documentation for "set/show
4330 print frame-arguments".
4331
1a619819
LM
43322007-11-05 Luis Machado <luisgpm@br.ibm.com>
4333
3b784c4f 4334 * gdb.texinfo (Output): Update printf command's description.
1a619819 4335
55eddb0f
DJ
43362007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
4337
4338 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
4339 powerpc soft-float".
4340
9cceb671
DJ
43412007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4342
4343 * gdb.texinfo (Files): Correct formatting. Mention Expat
4344 requirement.
4345 (Requirements for Building GDB): Expand the list of Expat
4346 uses.
4347 (Library List Format, Memory Map Format): Mention Expat.
4348 (Target Descriptions): Update Expat wording.
4349
83acabca
DJ
43502007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4351
4352 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
4353 Document that gdbarch_convert_register_p should return zero for no-op
4354 conversions.
4355
e35879db
UW
43562007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
4357
83acabca 4358 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
4359 of set_gdbarch_sofun_address_maybe_missing back to ...
4360 (Target Conditionals): ... here to fix build break.
4361
203c3895
UW
43622007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
4363
83acabca 4364 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
4365 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
4366 (Compiler Characteristics): ... documentation of
4367 set_gdbarch_sofun_address_maybe_missing.
4368
11411de3
DJ
43692007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
4370
4371 * gdbint.texinfo (Target Conditionals): Use
4372 frame_unwind_register_unsigned in examples instead of
4373 frame_unwind_unsigned_register.
4374
7cc46491
DJ
43752007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4376
4377 * gdb.texinfo (Predefined Target Types): Add int128
4378 and uint128.
4379 (Standard Target Features): Add PowerPC features.
4380
81adfced
DJ
43812007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4382
4383 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
4384
c1874924
UW
43852007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4386
4387 * gdbint.texi (Target Conditionals): Remove documentation
4388 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
4389 gdbarch_extract_return_value, and gdbarch_store_return_value.
4390
f6e56ab3
UW
43912007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4392
4393 * gdbint.texi (Target Conditionals): Remove documentation of
4394 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
4395
56cf5405
KH
43962007-10-11 Kazu Hirata <kazu@codesourcery.com>
4397
4398 * gdb.texinfo: Mention that inaccessible-by-default is on by
4399 default.
4400
35156bae
DJ
44012007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4402
4403 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
4404
d983da9c
DJ
44052007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
4406
4407 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
4408 multi-threaded watchpoints.
4409 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
4410 checked. Describe sticky notification. Expand description
4411 of steppable and continuable watchpoints.
4412 (Watchpoints and Threads): New subsection.
4413
fe6fbf8b
VP
44142007-09-28 Vladimir Prus <vladimir@codesourcery.com>
4415
4416 * gdb.texinfo (Setting Breakpoints): Revise
4417 documentation for pending breakpoints. Document
4418 breakpoints with multiple locations.
5ae4183a 4419
084344da
VP
44202007-09-19 Vladimir Prus <vladimir@codesourcery.com>
4421
4422 * gdb.texinfo (Miscellaneous gdb/mi Commands):
4423 Document -list-features.
5ae4183a 4424
82160952
EZ
44252007-09-15 Eli Zaretskii <eliz@gnu.org>
4426
4427 * gdb.texinfo (Output): Spell out which features of C's printf are
4428 not supported by GDB's printf.
7e27a47a
EZ
4429 (Separate Debug Files): More accurate wording regarding build ID
4430 and a reference to the ld manual rather than the Fedora wiki.
82160952 4431
ea37ba09
DJ
44322007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
4433 Jim Blandy <jimb@codesourcery.com>
4434
4435 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
4436 (Examining Memory): Update mentions of the 's' format.
4437 (Automatic Display): Likewise.
4438
b8533aec
DJ
44392007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
4440
4441 * gdb.texinfo: Update the FSF's Back-Cover Text.
4442
83f83d7f
JK
44432007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4444 Eli Zaretskii <eliz@gnu.org>
4445
4446 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
4447 Fixed the ``build ID'' name. New binaries build instructions for the
4448 build ID inclusion. Explain how the commands are specific to the build
4449 ID vs. debug link.
4450
c7e83d54
EZ
44512007-09-01 Eli Zaretskii <eliz@gnu.org>
4452
4453 * gdb.texinfo (Separate Debug Files): Fix last change. Add
4454 indexing for ``build ID'' support.
4455
d3750b24
JK
44562007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4457
4458 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
4459 Enlisted BUILD ID to the debug file searching example.
4460 Included a BUILD ID `.note.gnu.build-id' section description.
4461 Updated/added the debug files splitting instructions for OBJCOPY.
4462
02142340
VP
44632007-08-31 Vladimir Prus <vladimir@codesourcery.com>
4464
4465 * gdb.texinfo (Variable Objects): Adjust docs
4466 for -var-info-expression and document
4467 -var-info-path-expression.
4468
d3bdde98
JB
44692007-08-20 Jim Blandy <jimb@codesourcery.com>
4470
3fb6a982
JB
4471 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
4472 (title page): Include the dedication in the printed manual, as a
4473 separate page after the copyright notice.
5ae4183a 4474
d3bdde98
JB
4475 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
4476 don't break a @var across a line.
4477
c80a96a8
MR
44782007-07-25 Maciej W. Rozycki <macro@mips.com>
4479
4480 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
4481 for include files.
4482
5824a901
NR
44832007-07-12 Nick Roberts <nickrob@snap.net.nz>
4484
4485 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
4486 in annotate.texinfo.
4487 (Command History): Link to new node.
5824a901 4488
d52e7ea3
UW
44892007-07-05 Markus Deuling <deuling@de.ibm.com>
4490
4491 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
4492
5fc14d0a
EZ
44932007-07-05 Eli Zaretskii <eliz@gnu.org>
4494
4495 * gdbint.texinfo (Target Conditionals): Fix last change.
4496
4a9bb1df
UW
44972007-07-03 Markus Deuling <deuling@de.ibm.com>
4498
4499 * gdb.texinfo: Replace following macros by their appropriate gdbarch
4500 routines:
4501 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
4502 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
4503 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
4504 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
4505 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
4506 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
4507 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
4508 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
4509 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
4510 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
4511 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
4512 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
4513 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
4514 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
4515 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
4516 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
4517 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
4518 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
4519 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
4520 (SOFTWARE_SINGLE_STEP_P)
4521
4522 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
4523 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
4524
4525 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
4526 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
4527 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
4528 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
4529 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
4530 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
4531 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
4532 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
4533 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
4534 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
4535
4536 (Converting an existing Target Architecture to Multi-arch): Remove
4537 section.
4538
4539 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
4540 (gdbarch_addr_bits_remove): Add code example.
4541
4542 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
4543
cfa9d6d9
DJ
45442007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
4545
4546 * gdb.texinfo (Remote Configuration): Document library-info-packet.
4547 Add other missing entries. Adjust the table size to fit.
4548 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
4549 stop reasons including the new "library" event.
4550 (General Query Packets): Adjust table widths for qSupported. Mention
4551 qXfer:libraries:read reply to qSupported and document the new packet.
4552 (Library List Format): New section.
4553
159fcc13
JK
45542007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4555
4556 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
4557
f66d1690
MS
45582007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
4559
4560 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
4561
67102876
NR
45622007-06-25 Nick Roberts <nickrob@snap.net.nz>
4563
4564 * gdbint.texinfo (Register and Memory Data): Break sections
4565 into nodes and add a menu.
4566
a4642986
MR
45672007-06-21 Maciej W. Rozycki <macro@mips.com>
4568
4569 * gdb.texinfo (Examining Memory): Document the new behaviour.
4570
e9c17194
VP
45712007-06-21 Vladimir Prus <vladimir@codesourcery.com>
4572
4573 * gdb.texinfo (Standard Target Features): Document
4574 m68k features.
4575
31d99776
DJ
45762007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4577
4578 * gdb.texinfo (General Query Packets): Document qOffsets changes.
4579
1780a0ed
DJ
45802007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4581
4582 * gdb.texinfo (Target Description Format): Add version attribute
4583 for <target>.
4584
822b6570
DJ
45852007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4586
4587 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
4588
f8b73d13
DJ
45892007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4590
4591 * gdb.texinfo (MIPS Features): New subsection.
4592
0e7f50da
UW
45932007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4594 Markus Deuling <deuling@de.ibm.com>
4595
4596 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
4597 and qXfer:spu:write packets and mention them under qSupported.
4598
23d964e7
UW
45992007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4600 Markus Deuling <deuling@de.ibm.com>
4601
4602 * gdb.texinfo (Architectures): Add new SPU section to document
4603 Cell Broadband Engine SPU architecture specific commands.
4604
9f708cb2
VP
46052007-06-09 Vladimir Prus <vladimir@codesourcery.com>
4606
4607 * gdb.texinfo (GDB/MI Variable Objects): Editorial
4608 comments.
4609
7579b5f8
NR
46102007-06-07 Nick Roberts <nickrob@snap.net.nz>
4611
4612 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
4613
bf06d120
JB
46142007-05-29 Jim Blandy <jimb@codesourcery.com>
4615
4616 * gdb.texinfo (Overview): Doc fix.
4617
23776285
MR
46182007-05-22 Maciej W. Rozycki <macro@mips.com>
4619
4620 * gdb.texinfo (Remote Configuration): Document "set/show
4621 remoteflow".
4622
1a69e1e4
DJ
46232007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
4624
bf06d120
JB
4625 * gdb.texinfo (MIPS): Remove documentation for set mips
4626 saved-gpreg-size, show mips saved-gpreg-size, and set mips
4627 stack-arg-size.
1a69e1e4 4628
46ba6afa 46292007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4630
46ba6afa
BW
4631 * all-cfg.texi (GDBTUI): New.
4632 * gdb.texinfo (Mode Options): Use GDBTUI variable.
4633 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
4634 (TUI Configuration): Edit to improve clarity and fix problems of
4635 both style and content.
5ae4183a 4636
06d3b283
UW
46372007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
4638
4639 * observer.texi (GDB Observers): New observer "new_objfile".
4640
179101d6
UW
46412007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
4642
4643 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
4644
25d5ea92
VP
46452007-04-14 Vladimir Prus <vladimir@codesourcery.com>
4646
4647 * gdb.texinfo (GDB/MI Variable Objects): Document
4648 frozen variables objects.
5ae4183a 4649
ea35711c
DJ
46502007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
4651
4652 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
4653 (Character Sets, Caching Data of Remote Targets): Likewise.
4654 (Targets): Delete Remote node. Move its text...
4655 (Debugging Remote Programs): ...to here. Delete description
4656 of the "remote" command.
4657 (Remote configuration): Delete description of "set remotedevice"
4658 and "show remotedevice".
4659 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
4660
db2e3e2e
BW
46612007-04-11 Bob Wilson <bob.wilson@acm.org>
4662
5ae4183a
AS
4663 * gdb.texinfo (Contributors, Continuing and Stepping)
4664 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
4665 (General Query Packets, File-I/O Remote Protocol Extension)
4666 (Protocol Basics, The F Reply Packet, Write)
4667 (Protocol-specific Representation of Datatypes, Memory Transfer):
4668 Fix hyphenation, punctuation and grammar problems.
4669 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
4670 'section' instead of 'subsection' in the text.
4671 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
4672 (i386): Remove period from section name.
db2e3e2e
BW
4673 (Installing GDB, Requirements, Running Configure, Separate Objdir)
4674 (Config Names, Configure Options): Use @file{configure}.
4675
8a3dae3e
DJ
46762007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
4677
4678 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
4679 and tab expansion.
4680
1a92f856
DJ
46812007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
4682
4683 * gdbint.texinfo (SOM): Correct location of the SOM reader.
4684
79a6e687 46852007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4686
79a6e687
BW
4687 * gdb.texinfo: Consistently capitalize all significant words in
4688 node names, chapter titles, section titles, and headings. Update
4689 cross references to match.
4690 (Starting and Stopping Trace Experiment): Make node name plural.
4691 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 4692
ad527d2e
PA
46932007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
4694
4695 * gdb.texinfo (WinCE): Delete obsolete subsection.
4696
7ce59000
DJ
46972007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4698
4699 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
4700 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
4701 references.
4702
8807d78b
DJ
47032007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4704
4705 * gdb.texinfo (Startup): Delete references to some alternate
4706 names for .gdbinit.
4707 (Thread): Remove LynxOS reference.
4708 (Tandem ST2000): Delete target-specific documentation.
4709 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
4710 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
4711 and GDB_OSABI_LYNXOS.
4712
5f402660
UW
47132007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
4714
4715 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
4716
bac718a6
UW
47172007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
4718
4719 * gdbint.texinfo (Target Conditionals): Remove mention of
4720 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
4721 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
4722
9453113a
DJ
47232007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
4724
4725 * Makefile.in: Add "pdfdir" installation
4726 directory, PDFTEX macro, support for "install-pdf" target,
4727 and rules for making a pdf version of refcard.texi.
4728 * refcard.tex: Specify paper size for PDF output.
4729
ae21e955 47302007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4731
ae21e955 4732 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 4733
3f94c067 47342007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4735
3f94c067
BW
4736 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
4737 (Source Path, Character Sets, Macros, Define)
4738 (GDB/MI Result Records, GDB/MI Simple Examples)
4739 (GDB/MI Program Execution, GDB/MI File Commands)
4740 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
4741 (Bug Reporting): Use @value{GCC}.
5ae4183a 4742
12c27660 47432007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4744
12c27660
BW
4745 * gdb.texinfo (Help): Fix formatting of examples.
4746 (Variables): Use @ifnotinfo instead of @iftex.
4747 (Non-debug DLL symbols): Use @ref instead of @pxref.
4748 (Sparclet File): Use @samp instead of quotes.
5ae4183a 4749
ce9341a1
BW
47502007-03-26 Bob Wilson <bob.wilson@acm.org>
4751
4752 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
4753
c8f4133a
BW
47542007-03-26 Bob Wilson <bob.wilson@acm.org>
4755
4756 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
4757 the order of the nodes.
4758 (C Operators, C Constants, Debugging C): Remove extra menus.
4759 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 4760
c8f4133a 47612007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
4762
4763 * gdb.texinfo (File Options): Add missing parenthesis.
4764 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
4765
c74d0ad8
DJ
47662007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4767
4768 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
4769
ff6f572f
DJ
47702007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4771
669fac23 4772 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
4773 case insensitivity.
4774 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
4775
994337c3
NR
47762007-02-18 Nick Roberts <nickrob@snap.net.nz>
4777
4778 * gdb.texinfo (Top): Put Appendix A after numbered sections.
4779 (Files): Add section name to argument list for pxref.
4780 (Non-debug DLL symbols): Don't use `see' for pxref.
4781 (Embedded Processors): Fix typo.
4782 (GDB/MI Breakpoint Commands): Execution commands generate
4783 *stopped not ^done.
4784
eb819d70
NR
47852007-02-13 Nick Roberts <nickrob@snap.net.nz>
4786
4787 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
4788 values for in_scope. Mention that only root variables can be
4789 updated.
4790 (GDB/MI Development and Front Ends): Explain new values may be
4791 added to existing fields.
4792
123dc839
DJ
47932007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4794
4795 * gdb.texinfo (-target-disconnect): Use @smallexample.
4796 (Requirements): Add anchor for Expat. Update description.
4797 (Target Descriptions): Mention Expat.
4798 (Target Description Format): Document new elements. Use
4799 @smallexample.
4800 (Predefined Target Types, Standard Target Features): New sections.
669fac23 4801 * gdbint.texinfo (Target Descriptions): New section.
123dc839 4802
108546a0
DJ
48032007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
4804
4805 * gdb.texinfo (Target Description Format): Add section on XInclude.
4806
95a98c01
NR
48072006-02-03 Nick Roberts <nickrob@snap.net.nz>
4808
4809 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
4810 command -enable-timings.
4811
f4b3909f
EZ
48122007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
4813
5ae4183a 4814 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
4815 descriptions for new/deleted elements in gdb_osabi. Add missing
4816 description for function generic_elf_osabi_sniff_abi_tag_sections.
4817
c7ba131e
JB
48182007-01-29 Joel Brobecker <brobecker@adacore.com>
4819
4820 * gdb.texinfo (Maintenance Commands): Add documentation for
4821 the new "maint print target-stack" command.
4822
3a60f64e
JK
48232007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4824 Eli Zaretskii <eliz@gnu.org>
4825
f4b3909f 4826 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 4827
c582f8b6
EZ
48282007-01-26 Eli Zaretskii <eliz@gnu.org>
4829
4830 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
4831 Use @value{NGCC} instead of @value{GCC}.
4832
d3e8051b
EZ
48332007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
4834
4835 * agentexpr.texi: Fix typos.
4836 * annotate.texinfo: Likewise.
4837 * gdb.texinfo: Likewise.
4838 * gdbint.texinfo: Likewise.
4839 * observer.texi: Likewise.
4840 * stabs.texinfo: Likewise.
4841
86f04699
EZ
48422007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
4843
4844 * gdbint.texinfo (Support Libraries): Remove mmalloc
4845 entry. Describe readline library.
4846
23181151
DJ
48472007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
4848
4849 * gdb.texinfo (Target Descriptions): New section.
4850 (General Query Packets): Add QPassSignals anchor. Mention
4851 qXfer:features:read under qSupported. Expand mentions of
4852 qXfer:memory-map:read and QPassSignals. Document
4853 qXfer:features:read.
4854
f822c95b
DJ
48552007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
4856
4857 * gdb.texinfo (Commands to specify files): Describe
4858 "set sysroot" and "show sysroot".
4859 (Using the `gdbserver' program): Lowercase argument
4860 to @var. Expand description of setting up GDB on the
4861 host.
4862
8936fcda
JB
48632007-01-05 Joel Brobecker <brobecker@adacore.com>
4864
4865 * gdb.texinfo (Set Catchpoints): Add documentation for the new
4866 catch exception, catch exception unhandled, and catch assert
4867 commands.
4868
e776119f
DJ
48692007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
4870
4871 * gdb.texinfo (Debugging Output): Document "set debug xml"
4872 and "show debug xml".
4873
aa79a185
DJ
48742007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
4875
4876 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
4877
7f893741
JB
48782007-01-01 Joel Brobecker <brobecker@adacore.com>
4879
4880 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
4881
a1b5960f
VP
48822006-12-08 Vladimir Prus <vladimir@codesourcery.com>
4883
4884 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
4885 note in @ignore, to be removed later if nobody complains.
4886
9f470e6e
NR
48872006-12-04 Nick Roberts <nickrob@snap.net.nz>
4888
4889 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
4890 of -var-delete.
4891
765dc015 48922006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 4893
765dc015 4894 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
4895 automatic software/hardware breakpoint usage and
4896 the "set breakpoint auto-hw" command.
765dc015 4897
4b5752d0
VP
48982006-11-21 Vladimir Prus <vladimir@codesourcery.com>
4899
4900 * gdb.texinfo (Memory Access Checking): New.
4901
89be2091
DJ
49022006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
4903
4904 * gdb.texinfo (Remote configuration): Mention
4905 "pass-signals-packet".
4906 (General Query Packets): Document QPassSignals. Fix
4907 a typo.
4908
ca3bf3bd
DJ
49092006-11-14 Maxim Grigoriev <maxim@tensilica.com>
4910
4911 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
4912
427c3a89
DJ
49132006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
4914
4915 * gdb.texinfo (Remote configuration): Rewrite documentation for
4916 packet configuration commands.
4917 (OS Information): Adjust reference to qXfer:auxv:read.
4918 (General Query Packets): Remove references to read-aux-vector-packet
4919 and set remote get-thread-local-storage-address.
4920
7a107747
DJ
49212006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
4922
4923 * gdbint.texinfo (Target Architecture Definition): Add new
4924 Initializing a New Architecture section.
4925
1c56eb0e
EZ
49262006-10-31 David Taylor <dtaylor@emc.com>
4927
4928 * stabs.texinfo (Macro define and undefine): New node describing
4929 stabs for #define and #undef.
4930
f73adfeb
AS
49312006-10-27 Andreas Schwab <schwab@suse.de>
4932
4933 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
4934
fd60e0df
EZ
49352006-10-21 Eli Zaretskii <eliz@gnu.org>
4936
4937 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
4938 clarify on the possible meanings of ``expression'' watched by
4939 watchpoints. Add indexing.
e5ac9b53
EZ
4940 (Prompting, Errors, Invalidation, Annotations for Running)
4941 (Source Annotations): Fix index entries by adding "annotation" to
4942 them, to discriminate from index entries that point to the more
4943 general topic descriptions.
fd60e0df 4944
52bb452f
DJ
49452006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
4946
4947 * gdbint.texinfo (Target Vector Definition): Move most
4948 content into Existing Targets. Add a menu.
4949 (Existing Targets): New section, moved from Target Vector
4950 Definition. Use @subsection.
4951 (Managing Execution State): New section.
4952
58955e58
BW
49532006-10-16 Bob Wilson <bob.wilson@acm.org>
4954
4955 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
4956
c8aa23ab
EZ
49572006-10-15 Eli Zaretskii <eliz@gnu.org>
4958
4959 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
4960 (Command Syntax, Signals, Backtrace, Connecting)
4961 (Remote configuration, Renesas Boards, Console I/O): Fix last
4962 change: use Ctrl- instead of C-, except wrt Emacs.
4963 (File-I/O Examples): Put Ctrl-c in @kbd.
4964 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
4965 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
4966 (Signals, Set Breaks, Set Watchpoints): Document optional
4967 arguments to `info signals' `handle', `info breakpoints', and
4968 `info watchpoints'.
c8aa23ab 4969
e7109c7e
EZ
49702006-10-14 Eli Zaretskii <eliz@gnu.org>
4971
4972 * gdb.texinfo (Backtrace): Fix last change.
4973
de3aea7b
NR
49742006-10-14 Nick Roberts <nickrob@snap.net.nz>
4975
4976 * gdb.texinfo (Backtrace): Order correctly and add other cases.
4977
7f9087cb
BW
49782006-10-10 Bob Wilson <bob.wilson@acm.org>
4979
c8aa23ab
EZ
4980 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
4981 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
4982 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 4983
68437a39
DJ
49842006-09-21 Vladimir Prus <vladimir@codesourcery.com>
4985 Daniel Jacobowitz <dan@codesourcery.com>
4986
4987 * gdb.texinfo (Packets): Document vFlashErase,
4988 vFlashWrite and vFlashDone packets.
4989 (General Query Packets): Document qXfer:memory-map:read.
4990 Add a new feature for qXfer:memory-map:read.
4991 (Memory map format): New section.
4992 (Target Commands): Mention that gdb can write flash.
4993
fd79ecee
DJ
49942006-09-21 Vladimir Prus <vladimir@codesourcery.com>
4995 Daniel Jacobowitz <dan@codesourcery.com>
4996
4997 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
4998 memory regions and "mem auto".
4999
350da6ee
DJ
50002006-09-21 Nathan Sidwell <nathan@codesourcery.com>
5001
5002 * gdbint.texinfo (Array Containers): New section.
5003
2f1acb09
VP
50042006-09-17 Vladimir Prus <vladimir@codesourcery.com>
5005
5006 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5007 -stack-list-arguments HIGH_FRAME argument can be larger then the
5008 actual number of frames.
5009
2ab1eb7a
VP
50102006-09-07 Vladimir Prus <vladimir@codesourcery.com>
5011
5012 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
5013 -stack-list-locals HIGH_FRAME argument can be larger then the
5014 actual number of frames.
2ab1eb7a 5015
599b237a
BW
50162006-09-02 Bob Wilson <bob.wilson@acm.org>
5017
5018 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
5019 Register Packet Format, Tracepoint Packets): Fix spelling errors.
5020
25ab7e6d
EZ
50212006-09-02 Eli Zaretskii <eliz@gnu.org>
5022
5023 * gdbint.texinfo (Overall Structure): New section "Source Tree
5024 Structure".
5025
940178d3
JB
50262006-08-17 Jim Blandy <jimb@codesourcery.com>
5027
5028 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
5029 responses.
5030
30daae6c
JB
50312006-08-08 Joel Brobecker <brobecker@adacore.com>
5032
5033 * gdb.texinfo (Source Path): Add documentation for new
5034 substitute-path commands.
5035
7fa2210b
DJ
50362006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
5037
5038 * gdb.texinfo (Installing GDB): Update menu. Move text to...
5039 (Running Configure): ...here.
5040 (Requirements): New node. Mention expat.
5041
3d00d119
DJ
50422006-08-08 Vladimir Prus <vladimir@codesourcery.com>
5043
5ae4183a 5044 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
5045 'set download-write-size' and 'show download-write-size'.
5046
0cbfa4ee
DJ
50472006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
5048
5049 * stabs.texinfo (Member Type Descriptor): Correct example for
5050 pointer to member types.
5051
16026cd7
AS
50522006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
5053
5054 * gdb.texinfo (Optional warnings and messages): Add
5055 'set/show trace-commands'.
5056 (Command files): Add '-v' to source command.
5057
0876f84a
DJ
50582006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
5059
5060 * gdb.texinfo (OS Information): Update qPart reference to
5061 qXfer.
5062 (Remote configuration): Likewise.
5063 (Overview): Move @cindex to the start of a paragraph. Talk
5064 about binary data encoding.
5065 (Packets): Refer to the overview for the details of the X
5066 packet encoding.
5067 (General Query Packets): Remove qPart description. Add qXfer
5068 description. Add an anchor to qSupported. Correct feature
5069 table title. Add a new feature for qXfer:auxv:read.
5070 (Interrupts): Add a missing parenthesis.
5071
2ec3381a
DJ
50722006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
5073
669fac23 5074 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
5075 (GDB/MI Kod Commands): Remove commented out node.
5076
594fe323
EZ
50772006-07-01 Eli Zaretskii <eliz@gnu.org>
5078
5079 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
5080 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
5081 (GDB/MI Thread Commands, GDB/MI Program Execution)
5082 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
5083 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
5084 (GDB/MI File Commands, GDB/MI Target Manipulation)
5085 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
5086 since the MI prompt is hard-wired into the code.
5087
7e3fb70c
NR
50882006-07-01 Nick Roberts <nickrob@snap.net.nz>
5089
5090 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
5091 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
5092 (GDB/MI Data Manipulation): Remove description of unimplemented
5093 display related commands as variable objects perform this function
5094 and are superior: -display-delete, -display-disable,
5095 -display-enable, -display-insert and -display-list. Move
5096 -environment-cd, -environment-directory, -environment-path
5097 and -environment-pwd to "Program Context".
5098 (GDB/MI Program Control): Rename to "Program Execution". Move
5099 -exec-arguments -exec-abort to...
5100 (GDB/MI Program Context): ...here. New node split from "Data
5101 Manipulation".
5102
be2a5f71
DJ
51032006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
5104
5105 * gdb.texinfo (Remote configuration): Document set / show
5106 remote supported-packets.
5107 (General Query Packets): Document qSupported packet.
5108
fc320d37
SL
51092006-06-10 Sandra Loosemore <sandra@codesourcery.com>
5110
5111 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
5112 and font markup.
5113 (Protocol basics): Likewise.
5114 (The F request packet): Likewise.
5115 (The F reply packet): Likewise.
5116 (Memory transfer): Move this node to be a subsubsection of
5117 "Protocol specific representation of datatypes".
5118 (The Ctrl-C message): More copy editing.
5119 (Console I/O): Likewise.
5120 (The isatty call): Delete this node, and merge its content into
5121 the "isatty" node. Fixed references elsewhere.
5122 (The system call): Delete this node, and merge its content into
5123 the "system" node. Fixed references elsewhere.
5124 (open): Reformat to use @table, and add appropriate font markup.
5125 (close): Likewise.
5126 (read): Likewise.
5127 (write): Likewise.
5128 (lseek): Likewise.
5129 (rename): Likewise.
5130 (unlink): Likewise.
5131 (stat/fstat): Likewise.
5132 (gettimeofday): Likewise.
5133 (isatty): Likewise.
5134 (system): Likewise, plus minor changes to fix confusing wording.
5135 (Integral datatypes): Fix font markup.
5136 (Pointer values): Likewise.
5137 (struct stat): Fix markup to use @table, plus minor copy editing.
5138 (struct timeval): Fix font markup, plus minor copy editing.
5139 (Constants): Minor copy editing.
5140 (Errno values): Add font markup.
5141 (File-I/O Examples): Likewise.
5142
158fdf5c
NR
51432006-06-10 Nick Roberts <nickrob@snap.net.nz>
5144
5145 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
5146 (GDB/MI Simple Examples): Move node up one level. Use real
5147 examples.
5148 (GDB/MI Compatibility with CLI): Update.
5149 (GDB/MI Result Records): Add "connected" and "exit" result
5150 classes.
5151 (GDB/MI Stream Records): Clarify target output.
5152 (GDB/MI Command Description Format): Modify example description.
5153 (GDB/MI Breakpoint Table Commands): Rename to...
5154 (GDB/MI Breakpoint Commands): ...this
5155 (GDB/MI Breakpoint Commands): Add optional thread field.
5156 (GDB/MI Program Control): Add an introduction. Move "Program
5157 termination" examples into exec-run description.
5158 (GDB/MI File Commands): Mention similar CLI commands.
5159 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
5160 is similar to "-gdb-version".
5161
ddb50cd7
EZ
51622006-06-09 Eli Zaretskii <eliz@gnu.org>
5163
5164 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
5165
2aef0d6b
NR
51662006-06-02 Nick Roberts <nickrob@snap.net.nz>
5167
5168 * gdb.texinfo (GDB/MI Development and Front Ends): Use
5169 sourceware.org for mailing lists.
d5e40d59 5170 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 5171
383a5c52
NR
51722006-06-01 Nick Roberts <nickrob@snap.net.nz>
5173
d5e40d59 5174 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 5175
e16b02ee
EZ
51762006-05-22 Eli Zaretskii <eliz@gnu.org>
5177
5178 * gdb.texinfo (Cygwin Native): Fix last change.
5179
be90c084
CF
51802006-05-22 Christopher Faylor <cgf@timesys.com>
5181
5182 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
5183
347ceba5
NR
51842006-05-15 Nick Roberts <nickrob@snap.net.nz>
5185
5186 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
5187 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
5188
369af7bd
DJ
51892006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
5190
5191 * gdb.texinfo (General Query Packets): Recommend not starting
5192 new packets with qC and clarify.
5193
2ffdbde8 51942006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
5195
5196 * gdb.texinfo (M2 Types): New section.
72019c9c 5197
16d1a084
DJ
51982006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
5199
5200 * agentexpr.texi: Add a copyright and license notice.
5201 * observer.texi: Likewise, with GPL clause for function prototypes.
5202 Remove trailing whitespace.
5203
aa56d27a
JB
52042006-05-05 Jim Blandy <jimb@codesourcery.com>
5205
5206 * gdb.texinfo (General Query Packets): Document conventions for
5207 terminating packet names, and their violations.
5208
5bdf8622
DJ
52092006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
5210
5211 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
5212 * gdb.texinfo: Likewise.
5213
605a56cb
DJ
52142006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
5215
5216 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
5217 and "show remotedebug".
5218 (Debugging Output): Add additional index entries.
5219
b8db102d
MS
52202006-04-27 Michael Snyder <msnyder@redhat.com>
5221
5222 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
5223
c5e30d01
AC
52242006-04-22 Andrew Cagney <cagney@redhat.com>
5225
5226 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
5227 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
5228
8181d85f
DJ
52292006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
5230
5231 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
5232 and remove breakpoint prototypes.
5233 (Watchpoints): Move description of target_insert_hw_breakpoint and
5234 target_remove_hw_breakpoint ...
5235 (Breakpoints): ... to here. Document target_insert_breakpoint and
5236 target_remove_breakpoint.
5237
4f553f88
JB
52382006-04-17 Jim Blandy <jimb@codesourcery.com>
5239
5240 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
5241 and C packets are optional.
5242
cd852561
FR
52432006-04-14 Frederic Riss <frederic.riss@st.com>
5244
5245 * gdb.texinfo (Specifying source directories): Update the description
5246 of the source file search to reflect the fact that the source path
5247 always contains at least $cdir and $cwd.
5248
b620eb07
MS
52492006-03-31 Michael Snyder <msnyder@redhat.com>
5250
5251 * gdb.texinfo: Update copyright dates.
5252
3156cdaf
EZ
52532006-03-31 Eli Zaretskii <eliz@gnu.org>
5254
5255 * gdb.texinfo (Overview): Add an index entry to "empty response".
5256
7d30c22d
JB
52572006-03-28 Jim Blandy <jimb@codesourcery.com>
5258
5259 * gdbint.texinfo (Prologue Analysis): New section.
5260
86941c27
JB
52612006-03-07 Jim Blandy <jimb@red-bean.com>
5262
66b8c7f6
JB
5263 * gdb.texinfo (Connecting): Document 'target remote pipe'.
5264
1a10341b
JB
5265 * gdb.texinfo (Target Commands): Update text describing how to
5266 specify a target. Refer to the detailed section on remote
5267 debugging, not the brief mention.
5268
86941c27
JB
5269 * gdb.texinfo (Connecting): Organize the different 'target remote'
5270 connection methods into a table. Add a 'target remote' index
5271 entry. (!!!)
5272
62f3a2ba
FF
52732006-02-17 Fred Fish <fnf@specifix.com>
5274
5275 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
5276 'ptype' commands to reflect the fact that the only significant
5277 difference between them is that ptype prints the complete type
5278 description instead of just the name.
5279
8b9a88ea
WZ
52802006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
5281
5282 * gdbint.texinfo (Watchpoints): Delete
5283 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
5284
7e8dc855
NR
52852006-02-10 Nick Roberts <nickrob@snap.net.nz>
5286
5287 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
5288 times fields where needed. Fix typos. Update general form given
5289 for output of -break-insert.
5290 (GDB/MI): Abbreviate some unnecessarily long fullnames.
5291
c91d38aa
DJ
52922006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
5293
5294 * gdbint.texinfo (Symbol Handling): Add a section
5295 on memory management.
5296
38fcd64c
DJ
52972006-02-06 Vladimir Prus <ghost@cs.msu.su>
5298
5299 * gdb.texinfo (Breakpoint table commands): Document the fullname
5300 field in -break-list output.
5301
219eec71
EZ
53022006-02-03 Eli Zaretskii <eliz@gnu.org>
5303
5304 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
5305 debugging information produced by the various "set debug..."
5306 options.
5307
ae5a43e0
DJ
53082006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5309
5310 * gdb.texinfo (Files): Remove obsolete bits from the description
5311 of "symbol-file".
5312
a9f158ec
JB
53132006-01-25 Jim Blandy <jimb@redhat.com>
5314
5315 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
5316
410dd08e
JB
53172006-01-24 Jim Blandy <jimb@redhat.com>
5318
5319 * gdbint.texinfo (Frames): Document the basics of GDB's register
5320 unwinding model, and explain the existence of the "sentinel" frame.
5321
4b505b12
AS
53222006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
5323
5324 * gdb.texinfo (Choosing files): Mention that -directory is used
5325 for script files.
5326 (Specifying source directories): Likewise.
5327 (Command files): Explain how script files are found.
5328
839c27b7
EZ
53292006-01-21 Eli Zaretskii <eliz@gnu.org>
5330
5331 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
5332 the threads in a multi-threaded program.
5333 (Threads): The threadno argument of "thread apply" can be a range
5334 of numbers.
5335
7be93b9e
JB
53362006-01-18 Jim Blandy <jimb@redhat.com>
5337
5338 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
5339 of warning flags.
5340
fcc73fe3
EZ
53412006-01-13 Eli Zaretskii <eliz@gnu.org>
5342
5343 * gdb.texinfo (Sequences): Improve menu annotations.
5344 (Define): Add index entries for arguments of user-defined
5345 commands. Move the description of flow-control commands...
5346 (Command Files): ...to here. Document loop_break and
5347 loop_continue.
ca91424e
EZ
5348 (Define, Command Files): Document `end' and add index entries for
5349 it.
fcc73fe3 5350
5c95884b
MS
53512006-01-04 Michael Snyder <msnyder@redhat.com>
5352
5353 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 5354 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 5355
860701dc
PH
53562006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
5357
5358 * gdb.texinfo (Omissions from Ada): Document that there is now
5359 limited aggregate support.
5360
36b80e65
EZ
53612005-12-28 Eli Zaretskii <eliz@gnu.org>
5362
5363 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
5364 registers and the likes.
5365
c1468174
EZ
53662005-12-24 Eli Zaretskii <eliz@gnu.org>
5367
5368 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
5369 (Symbols): Fix usage of "e.g.".
359df76b 5370 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
5371
5372 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
5373 (Coding): Fix usage of "e.g.".
5374
c02a867d
EZ
53752005-12-23 Eli Zaretskii <eliz@gnu.org>
5376
5ae4183a
AS
5377 * stabs.texinfo:
5378 * refcard.tex:
c02a867d 5379 * gpl.texi:
5ae4183a
AS
5380 * gdbint.texinfo:
5381 * gdb.texinfo:
5382 * gdb-cfg.texi:
c02a867d 5383 * fdl.texi:
5ae4183a
AS
5384 * annotate.texinfo:
5385 * all-cfg.texi:
c02a867d
EZ
5386 * Makefile.in: Add (C) after Copyright. Update the FSF
5387 address.
5388
fad38dfa
EZ
53892005-12-03 Eli Zaretskii <eliz@gnu.org>
5390
5391 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
5392 extend GDB with commands for external monitor.
5393
53e5f3cf
AS
53942005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
5395
5396 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
5397
55f6ca0f
JB
53982005-11-25 Joel Brobecker <brobecker@adacore.com>
5399
5400 * gdbint.texinfo (Start of New Year Procedure): New chapter.
5401
c1947b85
JB
54022005-11-21 Jim Blandy <jimb@redhat.com>
5403
5404 * gdb.texinfo (Tracepoint Packets): Document restrictions on
5405 placement of 'R' actions in tracepoint action packets; document
5406 dependence of 'X' and 'M' actions on a preceding 'R' action for
5407 their registers.
5408
9d29849a
JB
54092005-11-19 Jim Blandy <jimb@redhat.com>
5410
5411 * gdb.texinfo (Tracepoint Packets): New node.
5412 (General Query Packets): Add entries for the tracepoint packets,
5413 referring to the "Tracepoint Packets" node.
5414 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 5415
9a6253be
KB
54162005-11-18 Kevin Buettner <kevinb@redhat.com>
5417
5418 * gdb.texinfo (set remotebreak): Add anchor.
5419 (X packet): Likewise.
5420 (Remote Protocol): Add new section `Interrupts' and new index
5421 entry `interrupts (remote protocol)'.
5422
5f3bebba
JB
54232005-11-18 Jim Blandy <jimb@redhat.com>
5424
5425 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
5426 entries into the General Query Packets section. Add a
5427 cross-reference to that section. Drop description of replies, as
5428 these are covered in the descriptions of each packet.
5429 (General Query Packets): Add introductory text. Explain naming
5430 conventions, and how the end of a name is recognized.
5431
9a7a1b36
KB
54322005-11-17 Kevin Buettner <kevinb@redhat.com>
5433
0564b6cf 5434 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
5435 "set remotebreak" command.
5436
b8ff78ce
JB
54372005-11-16 Jim Blandy <jimb@redhat.com>
5438
5439 * gdb.texinfo (Packets, Stop Reply Packets)
5440 (General Query Packets): Various formatting cleanups.
5441 - Use @samp for packet contents.
5442 - Drop summaries from packet @item lines; the same information appears
5443 immediately below in the description.
5444 - Delete paragraph breaks after packet @item commands, so that the
5445 description appears directly to the right of the packet prototype
5446 in the printed manual, if it fits.
5447 - Place spaces in packet prototypes between @vars and non-@var
5448 letters, and explain that they're just for formatting.
5449 - Use @dots{} instead of '...'.
5450 - Fix uses of @code where @var was needed.
5451 - Replace "deprecated" markers with English text spelling out the
5452 packet's status and the preferred alternatives.
5453 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
5454 what this ever meant.
5455 - Remove "(draft)" markers on 'i' packets; nobody has commented on
5456 this for a long time.
5457 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
5458 implemented several times, and have been in use for years.
5459
8ffe2530
JB
54602005-11-15 Jim Blandy <jimb@redhat.com>
5461
c43c5473
JB
5462 * gdb.texinfo (Packets): Add index entries for 'm' packet
5463 disclaimers.
5ae4183a 5464
fb031cdf
JB
5465 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
5466 of stub when processing an 'm' packet.
5467
8ffe2530
JB
5468 * gdb.texinfo (Packets): Mention that packets beginning with
5469 letters are reserved once, at the top, instead of actually listing
5470 them all and saying "reserved".
5471
c03c782f
AS
54722005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
5473
5474 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
5475 Change @var{$arg0 to @code{$arg0.
5476
814e32d7
WZ
54772005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
5478
5479 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
5480
fa93a9d8
JB
54812005-11-12 Jim Blandy <jimb@redhat.com>
5482
5483 * gdb.texinfo (General Query Packets): Put packets in alphabetical
5484 order. Remove extraneous 'z'.
5485
8a5a3c82
AS
54862005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
5487
5488 * gdb.texinfo (Choosing files): Add --eval-command.
5489
4b0ad762
AS
54902005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
5491
5492 * gdb.texinfo (Choosing modes): Add --return-child-result.
5493
5494
1a088d06
AS
54952005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
5496
5497 * gdb.texinfo (Choosing modes): Add --batch-silent.
5498
656d5e12
EZ
54992005-10-28 Eli Zaretskii <eliz@gnu.org>
5500
5501 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
5502 "The -var-update Command".
5503
3c9c013a
JB
55042005-10-03 Joel Brobecker <brobecker@adacore.com>
5505
5506 * gdb.texinfo (Print Settings): Add documentation for set/show
5507 print array-indexes.
5508
7ba3cf9c
DJ
55092005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
5510
5511 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
5512 6.2 and 6.3.
5513
a94ab193
EZ
55142005-08-27 Eli Zaretskii <eliz@gnu.org>
5515
5516 * gdb.texinfo (File Options): Don't document --mapped, it's gone
5517 since 19-Jan-2004.
5518 (Files): Likewise.
ab1adacd
EZ
5519 (Variables, Symbols): Document the "<incomplete type>" message and
5520 its reasons.
a94ab193 5521
ca06016a
FF
55222005-08-01 Fred Fish <fnf@specifix.com>
5523
5524 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
5525
cf58170d
NR
55262005-07-15 Nick Roberts <nickrob@snap.net.nz>
5527
5528 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
5529 option for -var-list-children and -var-update.
5530 (GDB/MI Stack Manipulation): Simplify description of
5531 print-values option for -stack-list-locals.
5532 (GDB/MI Command Description Format): Clarify.
5533 (Mode Options): Spelling of superseded.
5534
38f1196a
BR
55352005-07-12 Bob Rossi <bob@brasko.net>
5536
5537 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
5538 corresponding GDB command comment.
5539
3cb3b8df
BR
55402005-07-06 Bob Rossi <bob@brasko.net>
5541
5542 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
5543 and -inferior-tty-show.
5544 (Input/Output): Document "set/show inferior-tty" and tty alias.
5545
10fac096
NW
55462005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
5547
5548 * gdb.texinfo (Packets): Change description of 'D' packet to note
5549 that GDB does wait for a response.
5550
d1b6db76
NR
55512005-06-22 Nick Roberts <nickrob@snap.net.nz>
5552
5553 * gdb.texinfo (History) Rename "Command History".
5554 (Command History): Move node "Server Prefix" from section on
5555 Annotations here.
5556
29629dcf
NR
55572005-06-19 Nick Roberts <nickrob@snap.net.nz>
5558
5559 * gdb.texinfo (GDB/MI Stack Manipulation):
5560 Re-instate -stack-info-frame with example. Say that it gets
5561 info on selected frame, not current frame.
5562
397ca115
EZ
55632005-06-18 Eli Zaretskii <eliz@gnu.org>
5564
5565 * gdb.texinfo (Server): Clarify that `file' should be used before
5566 connecting to the server.
5567 (Files): Add an xref to the above description.
51274035
EZ
5568 (Output Formats): More detailed description of the `c' format.
5569 (Memory): List explicitly all the formats supported by `x'.
638ac427 5570 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 5571 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
5572 files. Add more indexing for solib-absolute-prefix and
5573 --with-sysroot.
76d17f34
EZ
5574 (Machine Code): Document possible problems with locations in
5575 shared libraries.
d416eeec
EZ
5576 (Backtrace): Document that free-standing environments do not need
5577 to have a `main' function.
397ca115 5578
74f6deaa
NR
55792005-06-18 Nick Roberts <nickrob@snap.net.nz>
5580
5581 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
5582 -stack-info-frame.
5583
a9967aef
AC
55842005-06-07 Andrew Cagney <cagney@gnu.org>
5585
5586 * gdb.texinfo (Contributors): Note the original multi-arch
5587 contributors.
5588
e09f16f9
EZ
55892005-06-03 Eli Zaretskii <eliz@gnu.org>
5590
5591 * gdb.texinfo (Registers): Add index entries for the standard
5592 registers.
5593 (Frames): Add cross-reference from frame pointer description to
5594 the Registers node.
5595 (Annotations Overview): Fix the reference to GDB name.
5596
d87ba7ee
EZ
55972005-06-01 Eli Zaretskii <eliz@gnu.org>
5598
5599 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
5600 can-use-hw-watchpoints.
5601
034dad6f
BR
56022005-05-28 Bob Rossi <bob@brasko.net>
5603
5604 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
5605 the possible reasons why an exec async record would be returned to FE.
5606
ffed4509
AC
56072005-05-26 Andrew Cagney <cagney@gnu.org>
5608
5609 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
5610 Andrew Cagney implemented the original GDB/MI.
5611
e22e55c9
OF
56122005-05-23 Orjan Friberg <orjanf@axis.com>
5613
5614 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
5615 documentation. Add documentation for cris-mode.
5616
a78e13ce
EZ
56172005-05-20 Eli Zaretskii <eliz@gnu.org>
5618
5619 * gdb.texinfo (Numbers): Explain the example and make the wording
5620 more acurate.
5621
76ff342d
DJ
56222005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
5623 Dennis Brueni <dennis@slickedit.com>
5624
5625 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
5626 (GDB/MI Data Manipulation, GDB/MI Program Control)
5627 (GDB/MI Stack Manipulation): Update examples to include the fullname
5628 attribute in stack frames.
5629
119b882a
EZ
56302005-05-12 Eli Zaretskii <eliz@gnu.org>
5631
5632 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
5633 do with other non-standard names of init files.
5634
6fc08d32
EZ
56352005-05-11 Eli Zaretskii <eliz@gnu.org>
5636
5637 * gdb.texinfo (Command Files): Move the description of the startup
5638 from here...
5639 (Startup): ...to this new subsection of the Invocation chapter.
5640 Rearrange the description of init files more logically and add a
5641 cross-reference to "Command Files". Document the special gdbinit
5642 name for CISCO 68k. Expand the description of what GDB does
5643 during startup.
5644 (History): Add index entry for HISTSIZE.
5645
a561754a
MK
56462005-05-02 Mark Kettenis <kettenis@gnu.org>
5647
5648 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
5649
2eecc4ab
EZ
56502005-05-02 Eli Zaretskii <eliz@gnu.org>
5651
5652 * gdb.texinfo (SVR4 Process Information, The isatty call)
5653 (The system call): Don't use foo(N) notation for man pages and
5654 functions.
514c4d71 5655 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 5656
18999be5
EZ
56572005-04-27 Eli Zaretskii <eliz@gnu.org>
5658
5659 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
5660 were optimized away.
5661
0abb7bc7
EZ
56622005-04-22 Eli Zaretskii <eliz@gnu.org>
5663
5664 * gdb.texinfo (Remote configuration): Document "set/show
5665 get-thread-local-storage-address". Add cross-reference to the
5666 description of the qGetTLSAddr packet.
5667 (General Query Packets): Mention "set remote
5668 get-thread-local-storage-address" and add a reference to its
5669 description.
5670
6f61acb1
NR
56712005-04-19 Nick Roberts <nickrob@snap.net.nz>
5672
5673 * gdb.texinfo (Backtrace): Describe 'bt full'.
5674
9d59903a
NR
56752005-04-17 Nick Roberts <nickrob@snap.net.nz>
5676
5677 * gdb.texinfo (Mode Options): Fix typo.
5678 (GDB/MI): Describe how to invoke GDB/MI.
5679
721c2651
EZ
56802005-04-16 Eli Zaretskii <eliz@gnu.org>
5681
5682 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 5683 references changed. Add description of "info udot".
721c2651
EZ
5684 (Files): Document "set/show stop-on-solib-events".
5685 (M32R/D): Document "set/show download-path", "set/show
5686 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
5687 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
5688 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
5689 (Maintenance Commands): Improve indexing.
5690 (Target Commands): Document "set/show hash", "set/show debug
5691 monitor".
5692 (SVR4 Process Information): Document "info pidlist" and "info
5693 meminfo". Document "set/show procfs-tarce" and "set/show
5694 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
5695 (Symbols, The Print Command with Objective-C): Improve indexing.
5696 (Objective-C): Add references to "info classes" and "info
5697 selectors".
c45da7e6
EZ
5698 (Debugging Output): Improve wording. Document "set/show debug
5699 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
5700 (Set Breaks): Add index entry for "hardware breakpoints".
5701 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
5702 and "set/show usehardbreakpoints".
5703 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
5704 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
5705 (ARM): Document "rdilogfile", "rdilogenable", "set/show
5706 rdiromatzero", "set/show rdiheartbeat".
5707 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
5708 "sds".
5709 (Embedded Processors): Document the "sim" command.
5710 (Remote): Document the "remote" command.
5711 (DJGPP Native): Document the "info serial" command.
5712 (Threads): Document "maint info sol-threads".
5713 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
5714 (Set Breaks): Improve indexing.
5715 (Command Syntax): Add a reference to dont-repeat.
5716 (Define): Document "dont-repeat".
5717 (TUI Commands): Document "tabset".
5718 (WinCE): New subsection. Document "set/show remotedirectory",
5719 "set/show remoteupload", "set/show remoteaddhost".
721c2651 5720
14d6dd68
EZ
57212005-04-15 Eli Zaretskii <eliz@gnu.org>
5722
5723 * gdb.texinfo (Hurd Native): New subsection, documents
5724 Hurd-specific commands.
a64548ea 5725 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 5726 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
5727 (MIPS): Improve documentation of heuristic-fence-post. Document
5728 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
5729 mips stack-arg-size", "set/show mips mask-address", "set/show mips
5730 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 5731 (ARM): Document ARM-specific commands.
a64548ea
EZ
5732 (AVR): New section. Document "info io_registers".
5733 (CRIS): New section. Document "set/show cris-version" and
5734 "set/show cris-dwarf2-cfi".
5735 (HPPA): New section. Document "set/show debug hppa" and "maint
5736 print unwind".
a5adf40f 5737 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 5738 (Super-H): New section. Document the "regs" command.
721c2651 5739 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 5740
9c16f35a
EZ
57412005-04-09 Eli Zaretskii <eliz@gnu.org>
5742
5743 * gdb.texinfo (Print Settings): Document "set/show print
5744 pascal_static-members", "set print repeats", "show print
5745 null-stop". Improve indexing. Fix documentation of "set print
5746 union".
5747 (Pascal): New section.
5748 (Supported languages): Rename from "Support"; all references
5749 updated. Add a menu item for Pascal.
5750 (Numbers): Document "set radix.
5751 (Screen Size): Document "set/show pagination".
5752 (MIPS Embedded): Remove "set processor" documentation.
5753 (Remote configuration): Document "set/show X/P/Z-packet",
5754 "set/show read-aux-vector-packet", "set/show remote
5755 symbol-lookup-packet", "set/show remote verbose-resume-packet",
5756 "set/show remoteaddresssize", "set/show remotebaud", "set/show
5757 remotedebug", "set/show remotebreak", "set/show remotedevice",
5758 "set/show remotelogfile".
5759 (Auxiliary Vector): Add reference to the description of the
5760 read-aux-vector-packet setting.
5761 (Set Watchpoints): Add a cross-reference to "set remote
5762 hardware-breakpoint-limit".
5763 (General Query Packets): Add indexing of requests and
5764 cross-references to related commands in "Remote configuration".
5765 (File-I/O Overview, The system call): Fix wording and typos.
5766 (Thread Stops): Add index entries.
5767 (Continuing and Stepping): Document "show step-mode".
5768 (i386): New node. Document "set/show struct-convention".
5769 (Files): Document "show trust-readonly-sections".
5770 (Calling): Document "set/show unwindonsignal".
5771 (Messages/Warnings): Add index entries.
5772 (Maintenance Commands): Document "set/show watchdog".
5773 (Annotations Overview): Document "show annotate".
5774 (Set Watchpoints): Add index entries.
5775 (Symbols): Fix doc of case-sensitive.
5776 (ABI): Document "show coerce-float-to-double".
5777 (Convenience Vars, Help): Improve indexing.
5778 (Machine Code): Document "show disassembly-flavor".
5779 (Debugging C plus plus): Document "show overload-resolution".
5780 (Value History, Signaling): Add index entries.
5781
57822005-04-08 Eli Zaretskii <eliz@gnu.org>
5783
5784 * gdb.texinfo (Show): Move @kindex entries to their proper places.
5785 (Processes): Fix wording.
5786 (History, List, Logging output, Define, Symbols, Print Settings):
5787 Improve indexing.
5788
a8f24a35
EZ
57892005-04-03 Eli Zaretskii <eliz@gnu.org>
5790
5791 * gdb.texinfo (Targets): Document "set/show architecture". Remove
5792 redundant index entry for "target" command.
5793 (Backtrace): Add index entries.
5794 (Symbols, Fortran): Document the "set case-sensitive" command.
5795 (DJGPP Native): Document "set com1base", "set com1irq", etc.
5796 (Print Settings): Add index entry for "set demangle-style".
5797 (Target Commands): Document "set download-write-size".
5798 (Debugging Output): Document "set exec-done-display".
5799
09d4efe1
EZ
58002005-04-02 Eli Zaretskii <eliz@gnu.org>
5801
5802 * gdb.texinfo (Files): Fix the name and documentation of
5803 add-shared-symbol-files. Document its alias assf. Update the
5804 list of OSs where GDB supports shared libraries. Fix markup.
5805 (Continuing and Stepping): Add reference to @var{location} in the
5806 text.
5807 (Dump/Restore Files): Fix reference to @{filename}.
5808 (Help): Fix wording.
5809 (Attach): Ditto.
5810 (Set Watchpoints): Ditto.
5811 (Backtrace): Remove redundant index entries. Improve index
5812 entries.
5813 (Delete Breaks): Fix wording.
5814 (Memory): Document the compare-sections command.
5815 (Memory Region Attributes): Improve wording.
5816 (Disabling): Improve wording.
5817 (Fortran): New subsection. Document the "info common" command.
5818 (Help): Document aliases "info copying" and "info warranty".
5819 (Caching Remote Data): New section. Document the "set/show
5820 remotecache" and "info dcache" commands.
5821 (Show): Fix wording of the documentation of the "set
5822 extension-language" command.
5823 (Signals): Add index entry for "info handle".
5824 (Memory Region Attributes): Fix punctuation.
5825 (Symbols): Change the arg name to "location" and refer to it in
5826 the text. Fix wording of "info types" doc.
5827 (Threads): Fix usage of @enumerate @item's.
5828 (Listing Tracepoints): Add index entry for "info tp".
5829 (Set Watchpoints): Add xref to "info break" description.
5830 (Macros): Add an index entry for "macro exp1". Document the
5831 "macro list" command.
5832 (Maintenance Commands): Document "flushregs", "maint agent",
5833 "maint check-symtabs", "maint cplus", "maint demangle", "maint
5834 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
5835 "maint print architecture", "maint print objfiles", "maint print
5836 statistics", "maint print type", "maint show-debug-regs", "maint
5837 space", "maint time", and "maint translate-address".
5838 (Connecting): Document the "monitor" command.
5839 (Annotations Overview): Describe the "set annotate" command.
5840
82f2d802
EZ
58412005-04-01 Eli Zaretskii <eliz@gnu.org>
5842
5843 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
5844 Rearrange index entries and improve wording about support for
5845 hardware watchpoints.
5846
7d51c7de
BR
58472005-03-10 Bob Rossi <bob@brasko.net>
5848
5849 * gdb.texinfo: Update copyright
5850
68c71a2e
TR
58512005-02-09 Theodore A. Roth <troth@openavr.org>
5852
5853 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
5854 error.
5855
83761cbd
KB
58562005-02-03 Kevin Buettner <kevinb@redhat.com>
5857
5858 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
5859
9f1c6395
MS
58602005-01-17 Michael Snyder <msnyder@redhat.com>
5861
5862 * gdb.texinfo: Fix spelling, infinte -> infinite.
5863
fbd1b305
MK
58642005-01-08 Mark Kettenis <kettenis@gnu.org>
5865
5866 * observer.texi (GDB Observers): Document "solib_loaded".
5867
3ace7edb
AC
58682005-01-07 Andrew Cagney <cagney@gnu.org>
5869
bec39cab
AC
5870 * configure.ac: Rename configure.in, require autoconf 2.59.
5871 * configure: Re-generate.
5872
3ace7edb
AC
5873 * configure.in: Replace configdirs with multiple references to
5874 AC_CONFIG_SUBDIRS.
5875 * configure: Re-generate.
5ae4183a 5876
53531fc1
AC
58772005-01-04 Andrew Cagney <cagney@gnu.org>
5878
5879 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
5880 part of the version number.
5881
536ffdb7
MK
58822004-12-24 Mark Kettenis <kettenis@gnu.org>
5883
5884 * gdbint.texinfo (Algorithms): Remove description of
5885 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
5886
e1aac25b
JB
58872004-12-07 Jim Blandy <jimb@redhat.com>
5888
5889 * gdb.texinfo (General Query Packets): Specify that thread ID's in
5890 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
5891 numbers.
5892
f47b1503
AS
58932004-12-07 Andreas Schwab <schwab@suse.de>
5894
5895 * gdb.texinfo (Mode Options): Document -l option.
5896
b6b8ece6
EZ
58972004-12-04 Eli Zaretskii <eliz@gnu.org>
5898
5899 * gdbint.texinfo (Algorithms): More accurate description of
5900 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
5901 is not needed unless data-read and data-access watchpoints are
5902 supported. Add a description of how GDB checks whether the
5903 inferior stopped because a watchpoint was hit.
5904
01371747
EZ
59052004-11-23 Eli Zaretskii <eliz@gnu.org>
5906
5907 * gdb.texinfo (Files): Add cross-reference to description of
5908 -readnow command-line switch.
5909
2315ffec
RC
59102004-11-10 Randolph Chung <tausq@debian.org>
5911
5912 * gdb.texinfo: Document set/show backtrace past-entry commands.
5913 Rearrange index entries for set/show backtrace past-main.
5914
69065f5d
AC
59152004-11-10 Jon Beniston <jon@beniston.com>
5916
5917 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
5918 * gdb.texinfo (Remote Serial Protocol): Further describe
5919 binary transfer escaping mechanism .
69065f5d 5920
30e91e0b
RC
59212004-11-08 Randolph Chung <tausq@debian.org>
5922
5923 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
5924 and "show debug infrun". Add index entries.
5925
60bf7e09
EZ
59262004-10-23 Eli Zaretskii <eliz@gnu.org>
5927
5928 * gdb.texinfo (SVR4 Process Information): Document subcommands of
5929 "info proc" that are already implemented. Add index entries.
5930 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
5931 (Files): Add a tip for decreasing memory used for symtabs from
5932 shared libraries.
f018e82f
EZ
5933 (Starting): Fix whitespace; make "elaboration" stand out where it
5934 is first used, and add an index entry for the term.
f8568604
EZ
5935 (Calling): Expand and elaborate text. Add "print". Add the
5936 description of problems with weak aliases.
384ee23f 5937 (Core File Generation): New section.
60bf7e09 5938
d52fe014
AC
59392004-10-12 Andrew Cagney <cagney@gnu.org>
5940
5941 * gdbint.texinfo (Versions and Branches): New chapter.
5942 (Releasing GDB): Delete "Versions and Branches" section.
5943 (Top): Add "Versions and Branches".
5944
703663ab
EZ
59452004-10-08 Eli Zaretskii <eliz@gnu.org>
5946
5947 * gdb.texinfo (Editing, History): Add cross-references to the
5948 included Readline and History user documentation. Remove
5949 references to the symbol have-readline-appendices which is unused
5950 and undefined.
5951 (History): Fix indexing.
5952
ac77d04f
JJ
59532004-10-08 Jeff Johnston <jjohnstn@redhat.com>
5954
5955 * gdbint.texinfo (target_stopped_data_address): Update to
5956 new prototype.
5957 (i386_stopped_data_address): Update prototype and description.
5958 (i386_stopped_by_watchpoint): New function and description.
5959
e07c999f
PH
59602004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
5961
5962 * gdb.texinfo (Filenames): Add Ada suffixes.
5963 (Ada) New section.
5964
2e868123
AC
59652004-09-27 Andrew Cagney <cagney@gnu.org>
5966 Robert Picco <Robert.Picco@hp.com>
5967
5968 * gdb.texinfo (Packets): Document the "p" packet.
5969
02a57714
JM
59702004-09-21 Jason Molenda (jmolenda@apple.com)
5971
5972 * gdb.texinfo (Paths and Names of the Source Files): Document the
5973 meaning of values in the 'desc' field of a SO stab.
5974
ae038cb0
DJ
59752004-09-20 Daniel Jacobowitz <dan@debian.org>
5976
5977 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
5978 max-cache-age" and "maint show dwarf2 max-cache-age".
5979
f7dc1244
EZ
59802004-09-16 Eli Zaretskii <eliz@gnu.org>
5981
5982 * gdb.texinfo (Set Breaks): Add index entry for setting
5983 breakpoints on overloaded C++ functions that are not members of
5984 any classes. Add an example and an index entry for setting
5985 breakpoints on all program functions.
5986 (Character Sets, Macros, Overlay Commands)
5987 (Non-debug DLL symbols, GDB/MI Output Syntax)
5988 (Annotations Overview, Maintenance Commands, File-I/O Overview):
5989 Use "(@value{GDBP})" instead of a literal "(gdb)".
5990
f810308b
AC
59912004-09-12 Andrew Cagney <cagney@gnu.org>
5992
5993 * gdbint.texinfo (Native Debugging): Delete description of
5994 FILES_INFO_HOOK.
5995
15a661f3
PH
59962004-09-11 Paul Hilfinger <hilfinger@gnat.com>
5997
5ae4183a
AS
5998 * gdbint.texinfo (User Interface): Change local_hex_string_custom
5999 to hex_string_custom (not historically correct, but more
15a661f3
PH
6000 understandable, given the current code).
6001
f3219c75
AC
60022004-09-03 Andrew Cagney <cagney@gnu.org>
6003
6004 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
6005
f3bb6704
JJ
60062004-09-01 Jeff Johnston <jjohnstn@redhat.com>
6007
6008 * observer.texi (solib_unloaded): New observer.
6009
8d2c00cb
AC
60102004-08-24 Andrew Cagney <cagney@gnu.org>
6011
6012 * gdbint.texinfo (Target Architecture Definition): Add missing
6013 comma.
6014
e7dc800a
MC
60152004-08-20 Michael Chastain <mec.gnu@mindspring.com>
6016
6017 * (Using the Testsuite): build != host is supported,
6018 but some test scripts do not support build != host.
6019
73b03683
MK
60202004-08-14 Mark Kettenis <kettenis@gnu.org>
6021
6022 * gdbint.texinfo (Host Definition): Delete description of
6023 FCLOSE_PROVIDED and GETENV_PROVIDED.
6024
c0ccb908
MK
60252004-08-05 Mark Kettenis <kettenis@chello.nl>
6026
6027 * gdbint.texinfo (Host Definition): Delete description of
6028 NO_SYS_FILE.
6029 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
6030 PTRACE_FP_BUG.
6031
9c8dbfa9
AC
60322004-08-05 Andrew Cagney <cagney@gnu.org>
6033
6034 * gdbint.texinfo (Target Architecture Definition): Delete
6035 reference to deprecated_read_fp.
6036
f42accbe
AC
60372004-08-02 Andrew Cagney <cagney@gnu.org>
6038
6039 * gdbint.texinfo (Target Architecture Definition): Delete
6040 description of DEPRECATED_REGISTER_BYTES.
6041
0b66e38c
EZ
60422004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
6043
6044 * gdb.texinfo (Source Path): Document the new behavior of
6045 searching for the source files.
6046
15387254
EZ
60472004-07-17 Eli Zaretskii <eliz@gnu.org>
6048
6049 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
6050 (Search, Expressions, Arrays, Variables, Data, Machine Code)
6051 (Auto Display): Improve indexing.
6052
2c07db7a
AC
60532004-07-16 Andrew Cagney <cagney@gnu.org>
6054
6055 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
6056 "-noasync".
6057
4644b6e3
EZ
60582004-07-09 Eli Zaretskii <eliz@gnu.org>
6059
6060 * gdb.texinfo: Fix @kindex entries so that multiple commands that
6061 have the same prefix have only their prefix in the index.
6062
7561d450
MK
60632004-07-03 Mark Kettenis <kettenis@gnu.org>
6064
6065 * gdb.texinfo (BSD libkvm Interface): New node (section)
6066 (Native): Add it to the menu.
6067
67bebe79
MK
60682004-07-01 Mark Kettenis <kettenis@gnu.org>
6069
6070 * gdbint.texinfo (Target Architecture Definition): Remove
6071 PCC_SOL_BROKEN.
6072
1a6923e0
MK
60732004-06-24 Mark Kettenis <kettenis@gnu.org>
6074
6075 * gdbint.texinfo (Target Architecture Definition): Remove
6076 SUN_FIXED_LBRAC_BUG.
6077
b435e160
AC
60782004-06-26 Andrew Cagney <cagney@gnu.org>
6079
6080 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
6081
b5622e8d
AC
60822004-06-20 Andrew Cagney <cagney@gnu.org>
6083
6084 * gdbint.texinfo (Target Architecture Definition): Deprecate
6085 USE_STRUCT_CONVENTION.
6086
e0c07bf0
MC
60872004-06-19 Michael Chastain <mec.gnu@mindspring.com>
6088
6089 gdb.texinfo (Bug Reporting): Mention session recording,
6090 with the script command or Emacs.
6091
782263ab
AC
60922004-06-18 Andrew Cagney <cagney@gnu.org>
6093
6094 * gdbint.texinfo (Target Architecture Definition): Deprecate
6095 FUNCTION_START_OFFSET.
6096
03727ca6
AC
60972004-06-14 Andrew Cagney <cagney@gnu.org>
6098
6099 Based on changes from Karl Berry.
6100 * gdb.texinfo: Do not use @sc in a direntry.
6101 * stabs.texinfo: Change @dircateogry to "Software development".
6102 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
6103
97092415
AC
61042004-06-13 Andrew Cagney <cagney@gnu.org>
6105
6106 * gdbint.texinfo (Target Architecture Definition): Delete
6107 description of RETURN_VALUE_ON_STACK.
6108
1f6d4158
AC
61092004-06-09 Andrew Cagney <cagney@gnu.org>
6110
6111 * gdbint.texinfo (Native Debugging): Restore "@table @code"
6112 deleted by previous patch.
6113
d966f0cb
AC
61142004-06-08 Andrew Cagney <cagney@gnu.org>
6115
6116 * gdbint.texinfo (Native Debugging): Delete documentation on
6117 ATTACH_DETACH.
6118
86fe4aaa
RC
61192004-06-06 Randolph Chung <tausq@debian.org>
6120
6121 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
6122
d4b6d575
RC
61232004-06-06 Randolph Chung <tausq@debian.org>
6124
5ae4183a 6125 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
6126 the new push_dummy_call method signature. Describe the function
6127 argument.
6128
4e8b0763
JB
61292004-05-24 Joel Brobecker <brobecker@gnat.com>
6130
6131 * gdb.texinfo (Starting): Document new start command.
6132
59caf092
AC
61332004-05-21 Andrew Cagney <cagney@redhat.com>
6134
6135 * observer.texi (GDB Observers): Document "inferior_created".
6136
e4a2df64
AC
61372004-05-08 Andrew Cagney <cagney@redhat.com>
6138
e6b55ae2
AC
6139 * gdbint.texinfo (Target Architecture Definition): Delete
6140 description of DO_DEFERRED_STORES.
6141
28954179
AC
6142 * gdbint.texinfo (Target Architecture Definition): Delete
6143 references to DEPRECATED_FIX_CALL_DUMMY.
6144
434b87dd
AC
6145 * gdbint.texinfo (Target Architecture Definition): Delete
6146 description of DEPRECATED_CALL_DUMMY_WORDS,
6147 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
6148
58d28df8
AC
6149 * gdbint.texinfo (Target Architecture Definition): Delete
6150 description of DEPRECATED_PUSH_DUMMY_FRAME.
6151
e4a2df64
AC
6152 * gdbint.texinfo (Target Architecture Definition): Delete
6153 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
6154
2b4855ab
AC
61552004-05-07 Andrew Cagney <cagney@redhat.com>
6156
6157 * observer.texi (GDB Observers): Add "Debugging" section. Include
6158 cross reference to "set/show debug observer".
6159 * gdb.texinfo (Debugging Output): Document "set/show debug
6160 observer".
6161
fcf70625
AC
61622004-05-01 Andrew Cagney <cagney@redhat.com>
6163
6164 * gdbint.texinfo (Target Architecture Definition): Delete
6165 description of DEPRECATED_PC_IN_SIGTRAMP.
6166
8ee56bcf
AC
61672004-04-30 Andrew Cagney <cagney@redhat.com>
6168
6169 * gdbint.texinfo (Target Architecture Definition): Delete
6170 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
6171
67ab9a76
OF
61722004-04-30 Orjan Friberg <orjanf@axis.com>
6173
6174 * observer.texi (GDB Observers): Correct spelling.
6175
79346bcb
OF
61762004-04-26 Orjan Friberg <orjanf@axis.com>
6177
6178 * observer.texi (GDB Observers): Add target_changed event.
6179
7a464420
AC
61802004-04-08 Andrew Cagney <cagney@redhat.com>
6181
6182 * observer.texi (GDB Observers): Rework, provide generic observer
6183 definitions and then a list of observable events.
6184
6cdf9d98
AC
61852004-04-04 Andrew Cagney <cagney@redhat.com>
6186
6187 * gdbint.texinfo (Host Definition): Delete reference to
6188 NO_SIGINTERRUPT.
6189
ddc135a4
AC
61902004-04-02 Andrew Cagney <cagney@redhat.com>
6191
6192 * gdbint.texinfo (Target Architecture Definition): Delete
6193 reference to DEPRECATED_CALL_DUMMY_LENGTH.
6194
6a1b180d
SC
61952004-03-28 Stephane Carrez <stcarrez@nerim.fr>
6196
6197 * gdb.texinfo (TUI Commands): Document tui reg commands.
6198
d0d5df6f
AC
61992004-03-26 Andrew Cagney <cagney@redhat.com>
6200
6201 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
6202 "gdbtui".
6203 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
6204 (Contributors): Mention both Text and Terminal User Interface.
6205
aa2a3f87
AC
62062004-03-23 Andrew Cagney <cagney@redhat.com>
6207
6208 * gdbint.texinfo (Target Architecture Definition): Deprecate
6209 references to SIGTRAMP_START and SIGTRAMP_END.
6210
f561f026
AC
62112004-03-23 Andrew Cagney <cagney@redhat.com>
6212
6213 * gdbint.texinfo (Target Architecture Definition): Deprecate
6214 references to PC_IN_SIGTRAMP.
6215
33cb8b0f
AC
62162004-03-19 Andrew Cagney <cagney@redhat.com>
6217
6218 * gdbint.texinfo (Target Architecture Definition): Delete
6219 reference to GDB_TARGET_IS_HPPA.
6220
fc989b7a
AC
62212004-03-18 Andrew Cagney <cagney@redhat.com>
6222
6223 * gdbint.texinfo (Coding): Update section on gdbarch_data,
6224 describe pre_init and post_init.
6225
701b08bb
DJ
62262004-03-09 Daniel Jacobowitz <drow@mvista.com>
6227
6228 * gdb.texinfo (Debugging Output): Document values for "set debug
6229 target".
6230
faae5abe
AC
62312004-02-28 Andrew Cagney <cagney@redhat.com>
6232
6233 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
6234
dd79a6cf
JJ
62352004-02-26 Jeff Johnston <jjohnstn@redhat.com>
6236
6237 * gdb.texinfo (breakpoints): Add information about the
6238 new "set breakpoint pending" and "show breakpoint pending"
6239 commands.
6240
e7f16015
AC
62412004-02-26 Andrew Cagney <cagney@redhat.com>
6242
6243 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
6244 in Per-architecture module data section.
6245
7161a3a6
RM
62462004-02-25 Roland McGrath <roland@redhat.com>
6247
6248 * gdb.texinfo (General Query Packets): Document qPart:... packets.
6249
2154891a
AC
62502004-02-24 Andrew Cagney <cagney@redhat.com>
6251
6252 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
6253 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
6254 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 6255
6c74ac8b
AC
62562004-02-17 Andrew Cagney <cagney@redhat.com>
6257
6258 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
6259
19772a2c
AC
62602004-02-16 Andrew Cagney <cagney@redhat.com>
6261
6262 * gdbint.texinfo (Target Architecture Definition): Deprecate
6263 FRAMELESS_FUNCTION_INVOCATION.
6264
c9830293
AC
62652004-02-16 Andrew Cagney <cagney@redhat.com>
6266
6267 * gdbint.texinfo (Coding): Mention -Wunused-function.
6268
b9d26eb9
AC
62692004-02-14 Andrew Cagney <cagney@redhat.com>
6270
6271 * gdbint.texinfo (Target Architecture Definition): Delete
6272 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
6273
49efadf5
EZ
62742004-02-12 Elena Zannoni <ezannoni@redhat.com>
6275
6276 * gdb.texinfo: Properly quote the name "C++".
6277 * gdbint.texinfo: Ditto.
6278 * stabs.texinfo: Ditto.
6279
1eb288ea
EZ
62802004-02-11 Elena Zannoni <ezannoni@redhat.com>
6281
6282 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
6283 minimal information about libiberty.
6284
e4937fc1
MC
62852004-02-06 Michael Chastain <mec.gnu@mindspring.com>
6286
6287 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
6288
a9331b3f
RM
62892004-02-04 Roland McGrath <roland@redhat.com>
6290
6291 * gdb.texinfo (Auxiliary Vector): New node (section).
6292 (Data): Add it to the menu.
6293
2650777c
JJ
62942004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6295
6296 * gdb.texinfo (Breakpoints): Add information about pending
6297 breakpoint support.
6298
b4501125
AC
62992004-01-26 Andrew Cagney <cagney@redhat.com>
6300
6301 * gdb.texinfo (Overview): Delete references to the cisco protocol
6302 including the "N" response.
6303
74055713
AC
63042004-01-26 Andrew Cagney <cagney@redhat.com>
6305
6306 * gdbint.texinfo (Target Architecture Definition): Rename
6307 EXTRACT_STRUCT_VALUE_ADDRESS to
6308 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 6309
3bbe9696
EZ
63102004-01-24 Eli Zaretskii <eliz@gnu.org>
6311
6312 * gdb.texinfo (KOD): Document "show os". Add index entries for
6313 "set/show os" and "info cisco" commands.
6314
5843504f
EZ
63152004-01-21 Eli Zaretskii <eliz@gnu.org>
6316
6317 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
6318
9175c9a3
MC
63192004-01-19 Michael Chastain <mec.gnu@mindspring.com>
6320
6321 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
6322 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
6323
8e94b928
NR
63242004-01-19 Nick Roberts <nick@nick.uklinux.net>
6325
6326 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
6327 -stack-list-locals.
6328 (GDB/MI Variable Objects): Describe extension to
6329 -var-list-children.
6330
a20cf136
DJ
63312004-01-17 Daniel Jacobowitz <drow@mvista.com>
6332
6333 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
6334
afb18d0f
AC
63352004-01-17 Andrew Cagney <cagney@redhat.com>
6336
6337 * gdbint.texinfo (Target Architecture Definition): Delete
6338 documentation on DEPRECATED_NPC_REGNUM.
6339
b51970ac
DJ
63402004-01-13 Daniel Jacobowitz <drow@mvista.com>
6341
6342 * gdb.texinfo: Update copyright year. Mention that set
6343 follow-fork-mode is supported on GNU/Linux. Remove documentation of
6344 "set follow-fork-mode ask".
6345
0f0cffd2
AC
63462004-01-13 Andrew Cagney <cagney@redhat.com>
6347
6348 * gdbint.texinfo: Update copyright year.
6349 (Coding): Add -Wunused-label to list of -Werror warnings.
6350
c552b3bb 63512004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 6352 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
6353
6354 * gdb.texinfo: Update copyright.
6355 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
6356 around names, as appropriate. Minor syntax cleanup of
6357 _NSPrintForDebugger explanation. Two spaces after periods.
6358 GDBN used instead of lit. "gdb". Index entries added for
6359 print-object and _NSPrintForDebugger. @noindent added in one spot.
6360
afe157ca
EZ
63612003-11-11 Elena Zannoni <ezannoni@redhat.com>
6362
6363 * stabs.texinfo: Add dircategory and direntry commands.
6364 * annotate.texinfo: Ditto.
6365
963e2bb7
AC
63662003-11-10 Andrew Cagney <cagney@redhat.com>
6367
6368 * gdbint.texinfo (Target Architecture Definition): Replace the
6369 return_value method's "inval" and "outval" parameters with
6370 "readbuf" and "writebuf".
6371
1d8b2f28
JB
63722003-10-28 Jim Blandy <jimb@redhat.com>
6373
6374 * gdb.texinfo (The F request packet, The F reply packet): Renamed
6375 from "The `F' request packet" and "The `F' reply packet", to make
6376 texi2dvi happy.
6377 (File-I/O remote protocol extension): Update menu entries, too.
6378
36d86913
MC
63792003-10-26 Michael Chastain <mec@shout.net>
6380
6381 * gdb.texinfo (Thread Stops): Document the issue with
6382 premature return from system calls in multi-threaded programs.
6383
ce2826aa
AC
63842003-10-24 Andrew Cagney <cagney@redhat.com>
6385
6386 * annotate.texinfo: Fix "fortunatly"[sic].
6387
f24c5e49
KI
63882003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
6389
6390 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
6391 with "Hitachi" and "Mitsubishi".
6392
92ad9cd9
AC
63932003-10-20 Andrew Cagney <cagney@redhat.com>
6394
6395 * gdbint.texinfo (Target Architecture Definition): Document
6396 gdbarch_return_value. Add cross references from
6397 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
6398 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
6399
0ab4b752
MK
64002003-10-18 Mark Kettenis <kettenis@gnu.org>
6401
6402 * gdbint.texinfo (Target Architecture Definition): Document
6403 regset_from_core_section.
fb3e19c0
KI
6404
64052003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
6406
6407 * gdb.texinfo (M32R/D): Mention m32rsdi target.
6408
a9331b3f 64092003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
6410
6411 From Anthony Green <green@redhat.com>:
5ae4183a 6412 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 6413
1485d690
KB
64142003-10-14 Kevin Buettner <kevinb@redhat.com>
6415
889bf7c5
PA
6416 * gdb.texinfo (Breakpoint related warnings): New node.
6417 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 6418
86d30acc
DJ
64192003-10-13 Daniel Jacobowitz <drow@mvista.com>
6420
6421 * gdb.texinfo (Remote Protocol): Document v and vCont.
6422
172c2a43
KI
64232003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
6424
6425 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
6426 * gdbint.texinfo: Ditto.
6427
71952f4c
AC
64282003-10-09 Andrew Cagney <cagney@redhat.com>
6429
6430 From 2003-09-18 David Anderson <davea@sgi.com>:
6431 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
6432 "command".
6433
268e2188
AC
64342003-10-03 Andrew Cagney <cagney@redhat.com>
6435
6436 * gdbint.texinfo (Target Architecture Definition): Deprecate
6437 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
6438 just target.
6439
12c266ea 64402003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 6441
f30992d4 6442 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
6443 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
6444 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
6445 * gdbint.texinfo (Target Architecture Definition): Rename
6446
64472003-09-30 Andrew Cagney <cagney@redhat.com>
6448
f30992d4 6449 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 6450 (Target Architecture Definition):
f30992d4 6451
2e092625
AC
6452 * gdbint.texinfo (Target Architecture Definition): Rename
6453 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
6454
0717ae8a
AC
64552003-09-29 Andrew Cagney <cagney@redhat.com>
6456
dad809b7
AC
6457 * gdbint.texinfo (Target Architecture Definition): Delete
6458 documentation for NEED_TEXT_START_END.
6459
0717ae8a
AC
6460 * gdbint.texinfo (Target Architecture Definition): Rename
6461 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
6462 TARGET_WRITE_PC.
a9331b3f 6463
af6cf26d
MC
64642003-09-22 Michael Chastain <mec@shout.net>
6465
6466 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
6467
ee206350
AG
64682003-09-21 Anthony Green <green@redhat.com>
6469
6470 * gdbint.texinfo (Target Architecture Definition): Fix typos.
6471
a38c9fe6
MK
64722003-09-21 Mark Kettenis <kettenis@gnu.org>
6473
6474 * gdbint.texinfo (Target Architecture Definition): Document
6475 stabs_argument_has_addr.
6476
77949794
AC
64772003-09-18 Andrew Cagney <cagney@redhat.com>
6478
6479 * gdbint.texinfo (Target Architecture Definition): Delete
6480 documentation on REGISTER_NAMES.
6481
8e823e25
MK
64822003-09-13 Mark Kettenis <kettenis@gnu.org>
6483
6484 * gdbint.texinfo (Target Architecture Definition): Replace
6485 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
6486
f27dd7fd
AC
64872003-09-11 Andrew Cagney <cagney@redhat.com>
6488
6489 * gdbint.texinfo (Target Architecture Definition): Replace
6490 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
6491
8b148df9
AC
64922003-08-18 Andrew Cagney <cagney@redhat.com>
6493
6494 * gdbint.texinfo (Target Architecture Definition): Document
6495 "frame_red_zone_size".
6496
25d29d70
AC
64972003-08-09 Andrew Cagney <cagney@redhat.com>
6498
6499 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
6500 with "set/show backtrace past-main" and "set/show backtrace
6501 limit".
6502
c938e9b0
L
65032003-08-08 H.J. Lu <hongjiu.lu@intel.com>
6504
6505 * Makefile.in (install-info): Support DESTDIR.
6506 (install-html): Likewise.
6507
64fabec2
AC
65082003-08-07 Andrew Cagney <cagney@redhat.com>
6509
6510 Patch from Nick Roberts.
6511 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
6512 bindings. Remove description of send-gdb-command.
6513
2fcf52f0
AC
65142003-08-07 Andrew Cagney <cagney@redhat.com>
6515
6516 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
6517 GDB 6.0.
6518
086432e2
AC
65192003-08-06 Andrew Cagney <cagney@redhat.com>
6520
6521 * gdb.texinfo (Mode Options): Mention that level three is the
6522 highest available and that level 2 is deprecated.
6523 (Annotations Overview): Mention annotation levels. Cross reference
6524 to "Limitations of the Annotation Interface" in annotate.texi.
6525 (TODO, Value Annotations, Frame Annotations): Delete section.
6526 (Displays, Breakpoint Info): Delete.
6527
e5249f67
AC
65282003-08-04 Andrew Cagney <cagney@redhat.com>
6529
6530 * agentexpr.texi: Delete @bye.
6531 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
6532 (stabs.info): Add $(srcdir) to include search path.
6533 (html): Depend on "annotate_toc.html", and not "annotate.html".
6534 * stabs.texinfo: Ditto. Include "fdl.texi".
6535 * gdbint.texinfo: Update copyright statement's list of invariant
6536 sections.
6537
e6f672d2
AC
65382003-07-28 Andrew Cagney <cagney@redhat.com>
6539
6540 * Makefile.in (INFO_DEPS): Add annotate.info.
6541 (dvi, ps, html, pdf): Add annotate.
6542 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
6543 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
6544 (ANNOTATE_DOC_FILES): New macro.
6545 (ANNOTATE_TEX_TMPS): New macro.
6546 (annotate.info, annotate_toc.html): Specify dependencies.
6547 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
6548 * annotate.texinfo: Rename annotate.texi. Get building. Add
6549 "Migrating to GDB/MI" and "Limitations of the Annotation
6550 Interface" chapters. Mention why it is not part of the user
6551 guide. Update copyright notice. Include "fdl.texi".
6552
72ffddc9
SC
65532003-07-26 Stephane Carrez <stcarrez@nerim.fr>
6554
6555 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
6556
a9f12a31
DJ
65572003-07-24 Daniel Jacobowitz <drow@mvista.com>
6558
6559 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
6560
b1fe9455
DJ
65612003-07-24 Daniel Jacobowitz <drow@mvista.com>
6562
6563 * gdb.texinfo (Server): Mention pidof.
6564
153721e6
AC
65652003-07-22 Andrew Cagney <cagney@redhat.com>
6566
6567 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
6568 list.
6569
0fac0b41
DJ
65702003-06-28 Daniel Jacobowitz <drow@mvista.com>
6571
6572 * gdb.texinfo (Logging output): New chapter.
6573
4e562065
JB
65742003-06-24 Joel Brobecker <brobecker@gnat.com>
6575
6576 * gdb.texinfo (Unsupported languages): New section.
6577 (Languages): Add link to new section.
6578
f2c06f52
AC
65792003-06-22 Andrew Cagney <cagney@redhat.com>
6580
6581 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
6582
b4177fca
DJ
65832003-06-22 Daniel Jacobowitz <drow@mvista.com>
6584
6585 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
6586
f418dd93
DJ
65872003-06-22 Daniel Jacobowitz <drow@mvista.com>
6588
6589 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
6590 * agentexpr.texi: Retitle section, and change it to an appendix.
6591 Comment out texinfo initialization. Factor a @var{} into two
6592 pieces to prevent makeinfo warnings.
6593 * gdb.texinfo: Add Agent Expressions appendix.
6594
4ca61388
DJ
65952003-06-19 Daniel Jacobowitz <drow@mvista.com>
6596
6597 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
6598
07f31aa6
DJ
65992003-06-18 Daniel Jacobowitz <drow@mvista.com>
6600
5ae4183a 6601 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
6602 remote target". Document the "detach" and "disconnect" commands.
6603 (Server, Netware, Debug Session): Reference "Connecting to a
6604 remote target".
6605 (GDB/MI Target Manipulation): Document "-target-disconnect".
6606
2dd0da42
AC
66072003-06-13 Andrew Cagney <cagney@redhat.com>
6608
6609 * gdbint.texinfo (Target Architecture Definition): Deprecate
6610 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
6611 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
6612
e7a3abfc
JB
66132003-06-09 Jim Blandy <jimb@redhat.com>
6614
6615 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
6616
25e3a86b
AC
66172003-06-08 Andrew Cagney <cagney@redhat.com>
6618
6619 * gdbint.texinfo (Target Architecture Definition): Delete
6620 documentation on FRAME_ARGS_ADDRESS_CORRECT.
6621
a9e5fdc2
AC
66222003-06-08 Andrew Cagney <cagney@redhat.com>
6623
6624 * gdbint.texinfo (Target Architecture Definition): Document
6625 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
6626
b37303ee
AF
66272003-06-07 Adam Fedor <fedor@gnu.org>
6628
6629 * gdb.texinfo: Add Objective-C documentation.
6630
39fe6e80
AC
66312003-06-01 Andrew Cagney <cagney@redhat.com>
6632
6633 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
6634 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
6635
125309b2
AC
66362003-05-21 Andrew Cagney <cagney@redhat.com>
6637
6638 * gdbint.texinfo (Target Architecture Definition): Delete
6639 references to "extract_address" and "store_address".
6640
b8b527c5
AC
66412003-05-16 Andrew Cagney <cagney@redhat.com>
6642
6643 * gdbint.texinfo (Target Architecture Definition): Replace
6644 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
6645 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
6646
50e3ee83
TR
66472003-05-14 Theodore A. Roth <troth@openavr.org>
6648
6649 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
6650
44e2be90
L
66512003-05-10 H.J. Lu <hongjiu.lu@intel.com>
6652
6653 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
6654 (gdb.dvi): Likewise.
6655 (gdb.pdf): Likewise.
6656 (links2roff): Likewise.
6657
df5215a6
JB
66582003-05-08 Jim Blandy <jimb@redhat.com>
6659
6660 * gdb.texinfo (Dump/Restore Files): Update documentation for
6661 'dump', 'append', and 'restore': note that format argument is
6662 optional; simplify presentation of the command variants; and be
6663 more precise about the formats.
6664
5e7b2f39
JB
66652003-05-07 Jim Blandy <jimb@redhat.com>
6666
6667 * gdb.texinfo (Symbols): Update documentation: 'maint list
6668 symtabs' and 'maint list psymtabs' have been renamed 'maint info
6669 symtabs' and 'maint info psymtabs'.
6670
b1e29e33
AC
66712003-05-05 Andrew Cagney <cagney@redhat.com>
6672
6673 * gdbint.texinfo (Target Architecture Definition): Make
6674 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
6675 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
6676 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
6677
00905d52
AC
66782003-05-04 Andrew Cagney <cagney@redhat.com>
6679
6680 * gdb.texinfo (Maintenance Commands): Document "maint print
6681 dummy-frames".
6682
54ff5908
AC
66832003-05-04 Andrew Cagney <cagney@redhat.com>
6684
6685 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
6686
32e7087d
JB
66872003-05-03 J. Brobecker <brobecker@gnat.com>
6688
6689 Thierry Schneider <tpschneider1@yahoo.com>
6690 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
6691 for new MI command.
6692
7043d8dc
AC
66932003-05-03 Andrew Cagney <cagney@redhat.com>
6694
6695 * gdbint.texinfo (Target Architecture Definition): Document
6696 push_dummy_code. Add cross references.
6697
e33d66ec
EZ
66982003-05-02 Elena Zannoni <ezannoni@redhat.com>
6699
6700 * gdb.texinfo (Character Sets): Update to reflect new behavior of
6701 set/show charsets commands.
6702
0ba6dca9
AC
67032003-04-28 Andrew Cagney <cagney@redhat.com>
6704
6705 * gdbint.texinfo (Target Architecture Definition): Replace
6706 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
6707 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
6708
d7a27068
AC
67092003-04-28 Andrew Cagney <cagney@redhat.com>
6710
6711 * gdbint.texinfo (Target Architecture Definition): Rename
6712 "tm_print_insn" to "deprecated_tm_print_insn".
6713
44ea7b70
JB
67142003-04-09 Jim Blandy <jimb@redhat.com>
6715
6716 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
6717 list psymtabs'.
6718
fb8f8949
AC
67192003-04-08 Andrew Cagney <cagney@redhat.com>
6720
6721 * gdbint.texinfo (Target Architecture Definition): Delete
6722 references to EXTRA_FRAME_INFO.
6723
32fb0f22
AC
67242003-04-08 Andrew Cagney <cagney@redhat.com>
6725
6726 * gdbint.texinfo (Target Architecture Definition): Delete
6727 PRINT_TYPELESS_INTEGER.
6728
6be67e67
JB
67292003-04-02 J. Brobecker <brobecker@gnat.com>
6730
6731 * observer.texi (GDB Observers): Adjust the documentation for the
6732 normal_stop notification to better describe reality. Fix a couple
6733 of minor typos.
6734
4e35d5f0
BR
67352003-04-02 Bob Rossi <bob_rossi@cox.net>
6736
a9331b3f 6737 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
6738 '-file-list-exec-source-file'
6739
e8a8712a
AC
67402003-03-31 Andrew Cagney <cagney@redhat.com>
6741
6742 * gdbint.texinfo (Target Architecture Definition): Delete
6743 references to CALL_DUMMY_P.
6744
6c0e89ed
AC
67452003-03-30 Andrew Cagney <cagney@redhat.com>
6746
6747 * gdbint.texinfo (Target Architecture Definition): Remove
6748 reference to TARGET_WRITE_SP.
a9331b3f 6749
378bfd1b
AC
67502003-03-27 Andrew Cagney <cagney@redhat.com>
6751
6752 * gdbint.texinfo (Target Architecture Definition): Remove
6753 references to write_sp.
6c0e89ed 6754
922fbb7b
AC
67552003-03-27 Andrew Cagney <cagney@redhat.com>
6756
6757 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
6758 chapter body. Use @smallexample instead of @example.
6759 (Annotations): Ditto.
6760 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
6761 annotate.texi.
6762
b81774d8
AC
67632003-03-26 Andrew Cagney <cagney@redhat.com>
6764
6765 * gdbint.texinfo (Target Architecture Definition): Replace
6766 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
6767 dummy_addr parameters.
6768
1bf6d5cc
AC
67692003-03-25 Andrew Cagney <cagney@redhat.com>
6770
6771 * gdbint.texinfo (Target Architecture Definition): Delete
6772 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
6773 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
6774 Add reference to PUSH_ARGUMENTS.
6775
618ce49f
AC
67762003-03-23 Andrew Cagney <cagney@redhat.com>
6777
6778 * gdbint.texinfo (Algorithms, Target Architecture Definition):
6779 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
6780
bcd7e15f
JB
67812003-03-18 J. Brobecker <brobecker@gnat.com>
6782
6783 * gdbint.texinfo (Algorithms): Add new section describing the
6784 Observer paradigm.
6785 (Top): Add menu entry to new observer appendix.
6786 * observer.texi: New file.
6787 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
6788 new observer.texi file.
6789
9fe8321b
AC
67902003-03-17 Andrew Cagney <cagney@redhat.com>
6791
6792 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
6793 that GNU Press update the manual version number.
6794
ac2adee5
AC
67952003-03-12 Andrew Cagney <cagney@redhat.com>
6796
6797 * gdbint.texinfo (Target Architecture Definition): Delete
6798 references to get_saved_register. Rename GET_SAVED_REGISTER to
6799 DEPRECATED_GET_SAVED_REGISTER.
6800
749b82f6
AC
68012003-03-13 Andrew Cagney <cagney@redhat.com>
6802
6803 * gdbint.texinfo (Target Architecture Definition): Replace
6804 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
6805
8bedc050
AC
68062003-03-12 Andrew Cagney <cagney@redhat.com>
6807
6808 * gdbint.texinfo (Target Architecture Definition): Rename
6809 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 6810
0ce1b118
CV
68112003-03-10 Corinna Vinschen <vinschen@redhat.com>
6812
6813 * gdb.texinfo: Add File-I/O documentation.
6814
12cc2063
AC
68152003-03-10 Andrew Cagney <cagney@redhat.com>
6816
6817 * gdbint.texinfo (Target Architecture Definition): Cross reference
6818 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
6819
7453dc06
AC
68202003-03-07 Andrew Cagney <cagney@redhat.com>
6821
6822 * gdb.texinfo (Debugging Output): Mention the "set/show debug
6823 frame" command.
6824
6314f104
AC
68252003-03-05 Andrew Cagney <cagney@redhat.com>
6826
6827 * gdbint.texinfo (Target Architecture Definition): Document
6828 unwind_dummy_id. Cross reference unwind_dummy_id and
6829 SAVE_DUMMY_FRAME_TOS.
6830
f1212245
DJ
68312003-03-05 James Ingham <jingham@apple.com>
6832 Daniel Jacobowitz <drow@mvista.com>
6833
6834 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
6835 and "show cp-abi".
6836
77e7e267
AC
68372003-03-03 Andrew Cagney <cagney@redhat.com>
6838
6839 * gdbint.texinfo (Target Architecture Definition): Document
6840 register_type.
6841
838a8221
AC
68422003-03-03 Andrew Cagney <cagney@redhat.com>
6843
6844 * stabs.texinfo (Structures): Use @samp and separate @var's
6845 instead of a single @var containing a comma separated list.
6846 (Unions): Ditto.
6847
d7f4a264
DJ
68482003-03-02 Daniel Jacobowitz <drow@mvista.com>
6849
6850 * Makefile.in (distclean): Remove config.log.
6851
f30ee0bc
AC
68522003-03-01 Andrew Cagney <cagney@redhat.com>
6853
6854 * gdbint.texinfo (Target Architecture Definition): Rename
6855 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
6856
68572003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
6858
6859 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
6860 DEPRECATED_INIT_EXTRA_FRAME_INFO.
6861
be448670
CF
68622003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
6863
6864 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
6865 (Non-debug DLL symbols): New node, describing the minimal symbols
6866 loaded from DLLs without real debugging symbols.
6867
501eef12
AC
68682003-02-20 Andrew Cagney <ac131313@redhat.com>
6869
6870 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
6871 hardware-breakpoint-limit".
6872 (Set Watchpoints): Add cross reference to "set remote
6873 hardware-watchpoint-limit".
6874 (Remote configuration options): New section.
6875
21c294e6
AC
68762003-02-04 Andrew Cagney <ac131313@redhat.com>
6877
e9be73e4
AC
6878 * gdbint.texinfo (Target Architecture Definition): Delete
6879 descrption of IS_TRAPPED_INTERNALVAR.
6880
21c294e6
AC
6881 From Keith Seitz <keiths@redhat.com>:
6882 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
6883 option "-i"/"--interpreter" to this chapter. Include index
6884 entries.
6885
0179ffac
DC
68862003-02-04 David Carlton <carlton@math.stanford.edu>
6887
6888 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
6889 (Variables): Recommend stabs+ and DWARF 2.
6890 (C plus plus expressions): Correct info about
6891 compiler versions, debug formats.
6892 (Contributors): Change 'DWARF2' to 'DWARF 2'.
6893 PR symtab/874.
6894
7ca9f392
AC
68952003-02-01 Andrew Cagney <ac131313@redhat.com>
6896
6897 * gdbint.texinfo (Target Architecture Definition): Delete
6898 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
6899 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
6900 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
6901 references to nindy and i960.
6902 * gdb.texinfo (i960): Delete all references to i960 and nindy.
6903
31a85ea2
AC
69042003-02-01 Andrew Cagney <ac131313@redhat.com>
6905
6906 * gdbint.texinfo (Target Architecture Definition): Delete
6907 FLOAT_INFO.
6908
6b894e49
AC
69092003-01-30 Andrew Cagney <ac131313@redhat.com>
6910
6911 * stabs.texinfo (Member Type Descriptor): Clarify description of
6912 `@'. Suggested by Ben Hutchings.
6913
c48861fb
AC
69142003-01-29 Andrew Cagney <ac131313@redhat.com>
6915
6916 * gdb.texinfo (M68K): Delete reference to es1800.
6917
617073a9
AC
69182003-01-29 Andrew Cagney <ac131313@redhat.com>
6919
6920 * gdb.texinfo (Maintenance Commands): Document `maint print
6921 reggroups' and `maint print register-groups'.
6922 * gdbint.texinfo (Target Architecture Definition): Document
6923 register_reggroup_p.
6924
5b5d99cf
JB
69252003-01-23 Jim Blandy <jimb@redhat.com>
6926
6927 * gdb.texinfo (Separate Debug Files): New section.
6928
e7ba9c65
DJ
69292003-01-22 Daniel Jacobowitz <drow@mvista.com>
6930
6931 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
6932 and "maint show profile".
6933
94e91d6d
MC
69342003-01-16 Michael Chastain <mec@shout.net>
6935
6936 * gdb.texinfo (Installing GDB): Warn against
6937 ".../gdb-VERSION/gdb/configure".
6938 (Separate Objdir): Likewise.
6939
867f3898
AC
69402003-01-15 Andrew Cagney <ac131313@redhat.com>
6941
6942 * gdbint.texinfo (Target Architecture Definition): Delete
6943 definition of PRINT_REGISTER_HOOK.
6944
f153cc92
EZ
69452003-01-15 Elena Zannoni <ezannoni@redhat.com>
6946
6947 (OpenRISC 1000): Fix formatting of command names.
6948
c60eb6f1
EZ
69492003-01-15 Elena Zannoni <ezannoni@redhat.com>
6950
6951 * gdb.texinfo (Continuing and Stepping): Add new command
6952 'advance'. Clarify behavior of 'until'.
6953
f5ebfba0
DJ
69542003-01-13 Daniel Jacobowitz <drow@mvista.com>
6955
6956 * gdb.texinfo (Files): Document solib-absolute-prefix and
6957 solib-search-path.
6958
4ce8657e
MC
69592003-01-09 Michael Chastain <mec@shout.net>
6960
6961 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
6962 (Create a Release): Add new instructions for new @file{src-release}.
6963 Document existing instructions for @file{Makefile.in} as
6964 being for @value{GDBN} 5.3.1 or earlier.
6965
372613e3
AC
69662003-01-09 Andrew Cagney <ac131313@redhat.com>
6967
6968 * gdbint.texinfo (Target Architecture Definition): Mention
6969 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
6970 allocate memory.
6971
b4e9345d
DJ
69722003-01-04 Daniel Jacobowitz <drow@mvista.com>
6973
6974 * gdb.texinfo (Controlling GDB): Add @kindex for
6975 "show osabi".
6976 (Backtraces): Add @kindex's for backtrace-below-main.
6977
98b45e30
DJ
69782003-01-04 Daniel Jacobowitz <drow@mvista.com>
6979
6980 * gdb.texinfo (Controlling GDB): Document "set osabi".
6981
95f90d25
DJ
69822003-01-04 Daniel Jacobowitz <drow@mvista.com>
6983
6984 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
6985 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
6986
1e698235
DJ
69872003-01-04 Daniel Jacobowitz <drow@mvista.com>
6988
6989 * gdb.texinfo (Controlling GDB): Add ABI section. Document
6990 "set coerce-float-to-double".
6991 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
6992
e632838e
AC
69932003-01-02 Andrew Cagney <ac131313@redhat.com>
6994
6995 * stabs.texinfo: Remove obsolete text.
6996 * gdbint.texinfo: Ditto.
6997 * gdb.texinfo: Ditto.
6998
c133ab7a
MK
69992002-12-22 Mark Kettenis <kettenis@gnu.org>
7000
7001 * gdbint.texinfo (Target Architecture Definition): Update
7002 description of gdbarch_register_osabi.
7003
f821f325
KH
70042002-12-20 Kazu Hirata <kazu@cs.umass.edu>
7005
7006 * agentexpr.texi: Fix typos.
7007 * annotate.texi: Likewise.
7008 * fdl.texi: Likewise.
7009
85a6d8d3 70102002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
7011
7012 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
7013 DEPRECATED_INIT_FRAME_PC.
7014
ae45cd16
AC
70152002-12-01 Andrew Cagney <ac131313@redhat.com>
7016
7017 * gdbint.texinfo (Target Architecture Definition): Delete
7018 PC_IN_CALL_DUMMY.
7019
07555a72
AC
70202002-11-28 Andrew Cagney <ac131313@redhat.com>
7021
7022 * gdbint.texinfo (Host Definition): Delete documentation on
7023 USE_GENERIC_DUMMY_FRAMES.
7024
c166cdc7
EZ
70252002-11-26 Elena Zannoni <ezannoni@redhat.com>
7026
5ae4183a 7027 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
7028 * Makefile.in (install-info): Run the install-info command as part
7029 of the post install steps only.
7030 (uninstall-info): New target.
7031 (uninstall): New target.
7032
35db0260
EZ
70332002-11-22 Elena Zannoni <ezannoni@redhat.com>
7034
7035 * Makefile.in (install): Make install do some real work.
7036
9ba8d803
AC
70372002-11-19 Andrew Cagney <ac131313@redhat.com>
7038
7039 Fix POSIX problem reported by Paul Eggert.
7040 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
7041 Fix PR gdb/527.
7042
903ad3a6
AC
70432002-10-26 Andrew Cagney <cagney@redhat.com>
7044
7045 * gdbint.texinfo (Target Architecture Definition): Delete
7046 definition of DO_REGISTERS_INFO.
7047
f2abfe65
KB
70482002-10-18 Kevin Buettner <kevinb@redhat.com>
7049
7050 * gdbint.texinfo (Address Classes): Fix problems with insertion
7051 of ``{'' and ``}'' in example.
7052
b5b0480a
KB
70532002-10-17 Kevin Buettner <kevinb@redhat.com>
7054
7055 * gdbint.texinfo (Address Classes): New section.
7056 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
7057 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
7058 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
7059 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
7060
c85508ee
KD
70612002-10-11 Klee Dienes <kdienes@apple.com>
7062
7063 * gdb.texinfo (Registers): Mention vector registers as well as
7064 floating registers in the documentation for 'info registers' and
7065 'info all-registers'.
7066
6d12fc3d
DJ
70672002-10-11 Daniel Jacobowitz <drow@mvista.com>
7068
7069 * gdbint.texinfo (CPLUS_MARKER): Remove item.
7070
8d19fbd2
JJ
70712002-10-03 Jeff Johnston <jjohnstn@redhat.com>
7072
7073 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
7074 interface definition.
7075
a37295f9
MM
70762002-10-03 Marko Mlinar <markom@opencores.org>
7077
7078 * gdb.texinfo (Target Commands): Add or1k target specific
7079 commands.
7080 * gdb.texinfo (Contributors): Add myself to the contributors list.
7081
da0f9dcd
AC
70822002-10-01 Andrew Cagney <ac131313@redhat.com>
7083
7084 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
7085 and "mi1" instead of "mi1" and "mi0".
7086
2e834e49
HPN
70872002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
7088
7089 * gdb.texinfo (Packets): Fix typos "alligned".
7090 Correct z3/Z3 description. Correct z4/Z4 title.
7091
050be0dc
AC
70922002-09-27 Andrew Cagney <ac131313@redhat.com>
7093
7094 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
7095
1104b9e7
KB
70962002-09-25 Kevin Buettner <kevinb@redhat.com>
7097
7098 * gdb.texinfo: Use GNU/Linux instead of Linux.
7099
512217c7
AC
71002002-09-25 Andrew Cagney <ac131313@redhat.com>
7101
7102 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
7103
10998722
AC
71042002-09-24 Andrew Cagney <ac131313@redhat.com>
7105
512217c7 7106 * gdb.texinfo: Replace @example with @smallexample.
10998722 7107
a0eb71c5
KB
71082002-09-20 Kevin Buettner <kevinb@redhat.com>
7109
f7dc1244 7110 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
7111 * gdb.texinfo (Character Sets): Use @smallexample instead of
7112 @example. Use GNU/Linux instead of Linux.
7113
71142002-09-20 Jim Blandy <jimb@redhat.com>
7115
7116 * gdb.texinfo: Add character set documentation.
7117
2f870471
AC
71182002-09-19 Andrew Cagney <ac131313@redhat.com>
7119
7120 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
7121 (Packets): Add cross reference from `b' packet to `z' packets.
7122
790eb8f5
AC
71232002-09-19 Andrew Cagney <ac131313@redhat.com>
7124
8d30a00d
AC
7125 * gdb.texinfo (Maintenance Commands): Document ``maint
7126 internal-error'' and ``maint internal-warning''.
7127
790eb8f5
AC
7128 * gdbint.texinfo (Target Architecture Definition): Revise
7129 description of STACK_ALIGN. Add description of FRAME_ALIGN.
7130
a23a7bf1
JB
71312002-09-19 Joel Brobecker <brobecker@gnat.com>
7132
7133 * gdbint.texinfo (Target Conditionals): Document the new
7134 NAME_OF_MALLOC macro.
7135
299ffc64
AC
71362002-09-05 Andrew Cagney <ac131313@redhat.com>
7137
7138 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
7139 engineer.
7140
b7bb15bc
SC
71412002-09-02 Stephane Carrez <stcarrez@nerim.fr>
7142
7143 * gdb.texinfo (TUI Overview): Document status line fields.
7144
3d757584
SC
71452002-09-02 Stephane Carrez <stcarrez@nerim.fr>
7146
7147 * gdb.texinfo (TUI Commands): Document info win command.
7148
269c21fe
SC
71492002-09-01 Stephane Carrez <stcarrez@nerim.fr>
7150
7151 * gdb.texinfo (TUI Overview): Document breakpoint markers.
7152
7cf36c78
SC
71532002-09-01 Stephane Carrez <stcarrez@nerim.fr>
7154
7155 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
7156 (TUI Keys): Likewise.
7157
d2c6833e
AC
71582002-08-25 Andrew Cagney <ac131313@redhat.com>
7159
7160 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
7161 for a packet receive.
7162
46d8b1c3
AC
71632002-08-25 Andrew Cagney <ac131313@redhat.com>
7164
7165 * Makefile.in (clean): Move to end of file.
7166 (distclean, maintainer-clean, realclean): Ditto.
7167 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
7168 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
7169 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
7170 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
7171
b0787093
AC
71722002-08-24 Andrew Cagney <ac131313@redhat.com>
7173
7174 * Makefile.in (GDBINT_TEX_TMPS): Define.
7175 (gdbint.dvi, gdbint.pdf): Use
7176 (GDB_TEX_TMPS): Define.
7177 (gdb.dvi, gdb.pdf): Use.
7178 (STABS_TEX_TMPS): Define.
7179 (stabs.dvi, stabs.pdf): Use.
7180 (GDB_DOC_SOURCE_INCLUDES): New macros.
7181 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
7182 (GDBINT_DOC_FILES_INCLUDES): New macros.
7183 (GDBINT_DOC_BUILD_INCLUDES): New macros.
7184 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
7185 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
7186 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
7187 (links2roff): Replace SFILES_INCLUDED with
7188 GDB_DOC_SOURCE_INCLUDES.
7189 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
7190 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
7191 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
7192 dependencies.
7193 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
7194 dependencies.
7195 (gdbmi.texinfo): Delete rule.
7196 (inc-hist.texinfo): Delete rule.
7197 (rluser.texinfo): Delete rule.
7198
ebba8386
AC
71992002-08-23 Andrew Cagney <cagney@redhat.com>
7200
7201 * gdbint.texinfo (Target Architecture Definition): Update
7202 STORE_RETURN_VALUE, mention regcache.
7203
0ab7a791
AC
72042002-08-21 Andrew Cagney <ac131313@redhat.com>
7205
7206 * gdbint.texinfo (Target Architecture Definition): Document
7207 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
7208
ee2d5c50
AC
72092002-08-19 Andrew Cagney <ac131313@redhat.com>
7210
7211 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
7212 Fix minor typos. Add index entries.
7213
53c69bd7
AC
72142002-08-18 Andrew Cagney <ac131313@redhat.com>
7215
7216 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
7217
e76f1f2e
AC
72182002-08-15 Andrew Cagney <ac131313@redhat.com>
7219
7220 * gdbint.texinfo (Target Architecture Definition): Document
7221 PRINT_VECTOR_INFO.
7222 * gdb.texinfo (Vector Unit): Document "info vectors" command.
7223
0680b120
AC
72242002-08-13 Andrew Cagney <ac131313@redhat.com>
7225
7226 * gdb.texinfo (Maintenance Commands): Document "maint print
7227 registers", "maint print raw-registers" and "maint print
7228 cooked-registers".
7229
3c3bea1c
GS
72302002-08-08 Grace Sainsbury <graces@redhat.com>
7231
a9331b3f 7232 From Mark Salter:
3c3bea1c
GS
7233 * gdb.texinfo (Protocol): Document T packet extension to
7234 allow watchpoint address reporting.
7235
42f9b0a5
AC
72362002-08-03 Andrew Cagney <ac131313@redhat.com>
7237
7238 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
7239
db034ac5
AC
72402002-08-01 Andrew Cagney <cagney@redhat.com>
7241
7242 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
7243 to CHILL.
7244
e2b28d04
AC
72452002-08-01 Andrew Cagney <ac131313@redhat.com>
7246
7247 * gdbint.texinfo (Coding): Revise section "Include Files".
7248
7fb623f7
AC
72492002-07-24 Andrew Cagney <cagney@redhat.com>
7250
7251 * gdbint.texinfo: Obsolete references to m88k.
7252 * gdb.texinfo: Ditto.
7253
4a2b4636
JB
72542002-07-10 Joel Brobecker <brobecker@gnat.com>
7255
7fb623f7 7256 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
7257 where the proper version of autoconf can be retrieved.
7258
a71ec265
DH
72592002-07-09 Don Howard <dhoward@redhat.com>
7260
7261 * gdb.texinfo (Command Files): Further describe the behavior of
7262 sourced command files.
7263
b9aa90c9
AC
72642002-06-27 Andrew Cagney <ac131313@redhat.com>
7265
7266 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
7267 (Coding): Clarify ISO C version that GDB assumes.
7268
40dd2248
TT
72692002-06-26 Tom Tromey <tromey@redhat.com>
7270
7271 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
7272 add_setshow_cmd_full.
7273
bfac230e
DH
72742002-06-25 Don Howard <dhoward@redhat.com>
7275
7276 * gdb.texinfo (Memory Region Attributes): Document new behavior
7277 for 'mem' command.
7278
475b0867
JB
72792002-06-11 Jim Blandy <jimb@redhat.com>
7280
919d772c
JB
7281 * gdb.texinfo (Symbols): Update documentation for `info source'
7282 command.
7283
475b0867
JB
7284 * gdb.texinfo (Macros): Call the command `info macro', not
7285 `show macro'.
7286
ba8c9337
AC
72872002-06-09 Andrew Cagney <ac131313@redhat.com>
7288
7289 * gdbint.texinfo (Coding): Add section ``Per-architecture module
7290 data''.
7291
1029b7fa
MK
72922002-06-09 Mark Kettenis <kettenis@gnu.org>
7293
7294 * gdbint.texinfo (Target Architecture Definition): Document
7295 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
7296
16737d73
AC
72972002-06-08 Andrew Cagney <ac131313@redhat.com>
7298
7299 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
7300 lists.
7301
30107679
AC
73022002-06-08 Andrew Cagney <ac131313@redhat.com>
7303
7304 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
7305 Branch''.
7306
3352e23e
AC
73072002-06-01 Andrew Cagney <ac131313@redhat.com>
7308
7309 * gdbint.texinfo (Target Architecture Definition): Add section
7310 ``Converting an existing Target Architecture to Multi-arch''.
7311
cbb09e6a
AC
73122002-05-30 Andrew Cagney <ac131313@redhat.com>
7313
7314 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
7315 to ``Obsoleting code''. Revise.
7316
e2e0bcd1
JB
73172002-05-17 Jim Blandy <jimb@redhat.com>
7318
7319 * gdb.texinfo (C Preprocessor Macros): New chapter.
7320 Include it in the main menu.
7321 (Contributors): Credit Jim Blandy with macro support.
7322 (Compilation): Explain how to get macro information into the
7323 executable.
7324 (Expressions): Note that preprocessor macros are expanded.
7325
9db8d71f
DJ
73262002-05-14 Daniel Jacobowitz <drow@mvista.com>
7327
7328 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
7329 options for `target remote'.
7330
6d531722
AC
73312002-05-13 Andrew Cagney <ac131313@redhat.com>
7332
7333 * gdbint.texinfo (Target Architecture Definition): Delete
7334 documentation on NNPC_REGNUM.
7335
13d01224
AC
73362002-05-11 Andrew Cagney <ac131313@redhat.com>
7337
7338 * gdbint.texinfo (Target Architecture Definition): Document
7339 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
7340 (Target Architecture Definition): Revise section `Using Different
7341 Register and Memory Data Representations'. Add section `Raw and
7342 Virtual Register Representations'.
7343
b2e75d78
AC
73442002-05-11 Andrew Cagney <ac131313@redhat.com>
7345
7346 * gdbint.texinfo (Target Architecture Definition): Mention
7347 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
7348 (Target Architecture Definition): Mention same. Add references to
7349 web pages.
7350
2c8682ee
MS
73512002-05-08 Michael Snyder <msnyder@redhat.com>
7352
7353 * stabs.texinfo (Attributes): Document new "vector" attribute.
7354
0816590b
AC
73552002-05-04 Andrew Cagney <ac131313@redhat.com>
7356
7357 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
7358
2653173e
AC
73592002-05-04 Andrew Cagney <ac131313@redhat.com>
7360
7361 * gdb.texinfo: Delete obsolete references to a29k.
7362
d7bd68ca
AC
73632002-04-24 Andrew Cagney <ac131313@redhat.com>
7364
7365 * gdbint.texinfo (Target Architecture Definition): Replace
7366 IN_SIGTRAMP with PC_IN_SIGTRAMP.
7367
21d83aa5
DM
73682002-04-24 David S. Miller <davem@redhat.com>
7369
7370 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
7371
7673a6cc
DM
73722002-04-21 David S. Miller <davem@redhat.com>
7373
7374 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
7375
d49d1e0a
AC
73762002-04-21 Andrew Cagney <ac131313@redhat.com>
7377
7378 * gdbint.texinfo (Target Architecture Definition): Delete
7379 definition of HAVE_REGISTER_WINDOWS.
7380
f7dc1244 73812002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
7382
7383 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
7384 "Theodore A. Roth" <troth@verinet.com>.
7385
5ca0cb28
DH
73862002-04-15 Don Howard <dhoward@redhat.com>
7387
f7dc1244 7388 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 7389 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 7390 Provide a better explaination of this feature.
5ca0cb28 7391
f208ba17
AC
73922002-04-14 Andrew Cagney <ac131313@redhat.com>
7393
7394 * gdbint.texinfo (Target Architecture Definition): Remove
7395 FRAME_CHAIN_COMBINE.
7396
d5ba91de
MC
73972002-04-12 Michael Chastain <mec@shout.net>
7398
7399 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
7400 REG_STACK_SEGMENT.
7401
26818220
MC
74022002-04-09 Michael Chastain <mec@shout.net>
7403
7404 * gdbint.texinfo (Obsolete Conditionals): Remove references to
7405 PYRAMID_* macros.
7406
129188f6
AC
74072002-04-07 Andrew Cagney <ac131313@redhat.com>
7408
7409 * gdb.texinfo (Bug Reporting): Document that the web is the
7410 prefered way of submitting bug reports.
7411 (Bug Reporting): Delete the s-mail address as the last resort.
7412
8227c0ff
AC
74132002-04-05 Andrew Cagney <ac131313@redhat.com>
7414
7415 * gdbint.texinfo (Target Architecture Definition): Delete
7416 references to TARGET_WRITE_FP and write_fp.
7417
16d9dec6
MS
74182002-03-27 Michael Snyder <msnyder@redhat.com>
7419
7420 * gdb.texinfo: Document new commands dump, append, and restore.
7421
9ae8b82c
AC
74222002-03-27 Andrew Cagney <ac131313@redhat.com>
7423
7424 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
7425 Branch'.
7426
474c8240
AC
74272002-03-18 Andrew Cagney <ac131313@redhat.com>
7428
7429 * gdb.texinfo: Change all examples to @smallexample.
7430 * gdbint.texinfo: Ditto.
a9331b3f 7431
fb0ff88f
AC
74322002-03-18 Andrew Cagney <ac131313@redhat.com>
7433
7434 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
7435 Branches''.
7436
9bb0a4d8
AC
74372002-03-18 Andrew Cagney <ac131313@redhat.com>
7438
7439 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
7440 Policy''.
7441
937f164b
FF
74422002-03-04 Fred Fish <fnf@redhat.com>
7443
7444 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
7445 expresson, suports, dependant, trhe, perhaphs, situtations,
7446 explictily, taged, oportunity, unfortunatly).
7447
a7b40f07
AC
74482002-02-24 Andrew Cagney <ac131313@redhat.com>
7449
7450 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
7451 Remove reference to 3.12.
7452
aab4e0ec
AC
74532002-02-23 Andrew Cagney <ac131313@redhat.com>
7454
7455 * gdbint.texinfo: Include fdl.texi.
7456 (Top): Add GNU Free Documentation License.
7457 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
7458 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
7459 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
7460 (gdbint.info): Add srcdir to include path.
7461 * gdb.texinfo: Include gpl.texi.
7462 (Top): Add Copying.
7463 * gpl.texi: New file.
7464
47b95330
AC
74652002-02-23 Andrew Cagney <ac131313@redhat.com>
7466
7467 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
7468
78c47bea
PM
74692002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
7470
7471 * gdb.texinfo: Document Cygwin native specific commands.
7472
56460a61
DJ
74732002-02-15 Daniel Jacobowitz <drow@mvista.com>
7474
7475 * gdb.texinfo: Document gdbserver ``--attach'' command.
7476
def71bfa
MS
74772002-02-07 Michael Snyder <msnyder@redhat.com>
7478
7479 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
7480 to @code(_ovly_debug_event).
7481
c928edc0
AC
74822002-02-07 Andrew Cagney <ac131313@redhat.com>
7483
7484 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
7485
81d46470
MS
74862002-02-06 Michael Snyder <msnyder@redhat.com>
7487
7488 * gdb.texinfo (overlays): Mention new magic symbol
7489 '_ovly_debug_event', which allows GDB to keep better track
7490 of overlays.
7491
f7dc1244 74922002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
7493
7494 * gdb.texinfo (Memory Region Attributes): Fix the wording.
7495 Suggested by Dmitry Sivachenko.
7496
7497 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
7498
15110bc3
MS
74992002-02-01 Michael Snyder <msnyder@redhat.com>
7500
7501 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
7502
6763aef9
MS
75032002-01-30 Michael Snyder <msnyder@redhat.com>
7504
ac282366
MS
7505 * gdb.texinfo: (remote protocol): Gramatical fix-up.
7506 (set trust-readonly-sections): Document.
6763aef9 7507
8642bc8f
AC
75082002-01-29 Andrew Cagney <ac131313@redhat.com>
7509
7510 * gdbint.texinfo (Releasing GDB): Revise and update.
7511
afe64c1a
AC
75122002-01-28 Andrew Cagney <ac131313@redhat.com>
7513
7514 * gdbint.texinfo (Target Architecture Definition): Delete
7515 description of TARGET_BYTE_ORDER_DEFAULT.
7516
f7dc1244 75172002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
7518
7519 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
7520 <mitya@cavia.pp.ru>.
7521
3d6e1b5a
AC
75222002-01-23 Andrew Cagney <ac131313@redhat.com>
7523
7524 * libgdb.texinfo: Delete file.
7525
6c0e9fb3
AC
75262002-01-22 Andrew Cagney <ac131313@redhat.com>
7527
7528 * gdb.texinfo: Remove makeinfo 3.12 hacks.
7529 * gdbint.texinfo: Ditto.
7530
e0ce93ac
AC
7531Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
7532
7533 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
7534
be298bcc
AC
75352002-01-22 Andrew Cagney <ac131313@redhat.com>
7536
7537 * Makefile.in: Update copyright.
7538 (TEXI2DVI): Define.
7539 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
7540 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
7541 gdb-cfg.texi.
7542 (TEXINDEX, PDFTEX): Delete makefile variables.
7543
8e04817f
AC
75442002-01-22 Andrew Cagney <ac131313@redhat.com>
7545
7546 * gdb.texinfo (Protocol): Move section to appendix.
7547
6b2f586d
AC
75482002-01-21 Andrew Cagney <ac131313@redhat.com>
7549
7550 * gdb.texinfo (Remote Debugging): Create a menu.
7551 (Top): Add ``Remote Debugging'' to menu.
7552
6f05cf9f
AC
75532002-01-21 Andrew Cagney <ac131313@redhat.com>
7554
7555 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
7556 serial protocol'' from here.
7557 (Remote Debugging): To here. New chapter.
7558
3fd3d7d2
AC
75592002-01-20 Andrew Cagney <ac131313@redhat.com>
7560
7561 * gdbint.texinfo (Target Architecture Definition): Delete
7562 description of TARGET_BYTE_ORDER_SELECTABLE_P.
7563
7fd60527
AC
75642002-01-20 Andrew Cagney <ac131313@redhat.com>
7565
7566 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
7567 are no longer needed.
7568 (Porting GDB): Add maintainer note about configure.host.
7569
c2f05ac9
AC
75702002-01-20 Andrew Cagney <ac131313@redhat.com>
7571
7572 * gdbint.texinfo (Target Architecture Definition): Remove
7573 definition of IEEE_FLOAT.
7574
f7dc1244 75752002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
7576
7577 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
7578 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
7579 <3diff@gnu.org>
231b2aad 7580
82600034
AC
75812002-01-19 Andrew Cagney <ac131313@redhat.com>
7582
7583 * gdbint.texinfo (Host Definition): Remove references to
7584 MALLOC_INCOMPATIBLE.
7585
7708fa01
AC
75862002-01-17 Andrew Cagney <ac131313@redhat.com>
7587
7588 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
7589 and xyz-xdep.o.
7590
eb12ee30
AC
75912002-01-17 Andrew Cagney <ac131313@redhat.com>
7592
889bf7c5 7593 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
7594 (Set Breaks): Copy ``maint info breakpoint'' doco to
7595 ``Maintenance Commands'' appendix. Add reference.
7596
c9ccaa92
AC
75972002-01-17 Andrew Cagney <ac131313@redhat.com>
7598
7599 * fdl.texi: Remove next/prev from @node.
7600
f7dc1244 76012002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
7602
7603 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
7604 for monstrous @multitable (from Brian Youmans).
7605
7606 * fdl.texi: New file.
7607
7608 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
7609
8973da3a
AC
76102002-01-15 Andrew Cagney <ac131313@redhat.com>
7611
7612 * gdbint.texinfo (Releasing GDB): New chapter.
7613
7d86b5d5
AC
76142002-01-14 Andrew Cagney <ac131313@redhat.com>
7615
7616 * gdb.texinfo (Embedded Processors, Calling program functions):
7617 Obsolete references to a29k.
7618
cc1cb004
AC
76192002-01-13 Andrew Cagney <ac131313@redhat.com>
7620
7621 * gdbint.texinfo (Coding): Review Cleanups section. Examples
7622 examples. Document that a code-block should do or discard its
7623 cleanups before exit.
7624
79f12247
MS
76252002-01-11 Michael Snyder <msnyder@redhat.com>
7626
7627 * gdb.texinfo (Choosing files): Change @samp to @file.
7628
19837790
MS
76292002-01-05 Michael Snyder <msnyder@redhat.com>
7630
7631 * gdb.texinfo (--pid): Document new command line option (attach).
7632
f7dc1244 76332002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
7634
7635 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
7636 in the stub.
7637
d7449b42
AC
76382002-01-04 Andrew Cagney <ac131313@redhat.com>
7639
7640 * gdbint.texinfo (Target Architecture Definition): Replace
7641 BIG_ENDIAN with BFD_ENDIAN_BIG.
7642
f23631e4
AC
76432002-01-03 Andrew Cagney <ac131313@redhat.com>
7644
7645 * gdbint.texinfo (Target Architecture Definition): Replace
7646 value_ptr with struct value pointer.
7647
72c9928d
EZ
76482002-01-02 Eli Zaretskii <eliz@gnu.org>
7649
7650 * gdb.texinfo (Free Software): Fix wording.
7651
959acfd1
EZ
76522001-12-31 Eli Zaretskii <eliz@gnu.org>
7653
7654 * gdb.texinfo (Free Software): New section ``Free Software Needs
7655 Free Documentation''.
7656
f7dc1244 76572001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
7658
7659 * stabs.texinfo:
7660 * gdb.texinfo:
7661 * gdbint.texinfo:
7662 * libgdb.texinfo:
7663 * annotate.texi: Fix the application of GFDL in the Copyright notice.
7664
6600abed
MS
76652001-12-29 Michael Snyder <msnyder@redhat.com>
7666
7667 * gdb.texinfo (maint info sections): Fix typo.
7668
f6680716
MS
76692001-12-26 Michael Snyder <msnyder@redhat.com>
7670
fe95c787
MS
7671 * gdb.texinfo (maint info sections): Document.
7672
a9331b3f 7673 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
7674 'info proc' sub-options that are currently not implemented.
7675
c3d3ce5b
JB
76762001-12-20 Jim Blandy <jimb@redhat.com>
7677
7678 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
7679
778eb05e
AC
76802001-12-15 Andrew Cagney <ac131313@redhat.com>
7681
7682 * gdbint.texinfo (Target Architecture Definition): Replace
7683 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
7684
2607059c
AC
76852001-12-01 Andrew Cagney <ac131313@redhat.com>
7686
7687 * gdbint.texinfo (Host Definition): Delete documentation on
7688 HOST_BYTE_ORDER.
7689
df0cd8c5
JB
76902001-11-30 Jim Blandy <jimb@redhat.com>
7691
7692 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 7693 overlay support. Add to top-level menu.
df0cd8c5 7694
88118b3a
TT
76952001-11-26 Tom Tromey <tromey@redhat.com>
7696
7697 * gdb.texinfo (Command Syntax): Document C-o binding.
7698
96565e91
CF
76992001-07-26 Christopher Faylor <cgf@redhat.com>
7700
7701 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
7702 use since it is described in the referenced section.
7703
f7dc1244 7704 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
7705 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
7706 clearer when using DJGPP.
7707
2a3d5645
CF
77082001-11-24 Christopher Faylor <cgf@redhat.com>
7709
7710 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
7711 specifically refer to MS-DOS.
7712 (command files): Mention gdb.ini is only used on MS-DOS.
7713
aa26fa3a
TT
77142001-11-21 Tom Tromey <tromey@redhat.com>
7715
7716 * gdb.texinfo (Invoking GDB): Document --args.
7717 (Mode Options): Likewise.
7718
4f8ada06
JB
77192001-11-21 Jim Blandy <jimb@redhat.com>
7720
7721 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
7722 Delete documentation; this macro has been removed from the
7723 sources.
4f8ada06 7724
3fe0dc10
JB
77252001-11-13 Jim Blandy <jimb@redhat.com>
7726
7727 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
7728
9e5abb06
CV
77292001-11-06 Corinna Vinschen <vinschen@redhat.com>
7730
7731 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
7732
1c5dfdad
MS
77332001-11-05 Michael Snyder <msnyder@redhat.com>
7734
a9331b3f 7735 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
7736 quote regexp chars in function names such as "operator*()".
7737
990f9fe3
FF
77382001-11-01 Fred Fish <fnf@redhat.com>
7739
7740 * gdbint.texinfo (SOLIB_ADD): Document additional new
7741 "readsyms" arg.
7742
b433d00b
DH
77432001-10-30 Don Howard <dhoward@redhat.com>
7744
070b1dd3
DH
7745 * gdb.texinfo: (Command Files) Added documentation for the
7746 behavior of gdb with input redirected from a file.
b433d00b 7747
b7209cb4
FF
77482001-10-28 Fred Fish <fnf@redhat.com>
7749
7750 * gdb.texinfo (auto-solib-add): Change docs to match
7751 implementation change.
7752 (auto-solib-limit): Add docs for new variable.
7753
1aa20aa8
AC
77542001-10-15 Andrew Cagney <ac131313@redhat.com>
7755
7756 * gdbint.texinfo (Target Architecture Definition): Function
7757 value_as_pointer renamed to value_as_address.
7758
fc0c74b1
AC
77592001-10-15 Andrew Cagney <ac131313@redhat.com>
7760
7761 * gdbint.texinfo (Target Architecture Definition): Default
7762 POINTER_TO_ADDRESS functions assume unsigned addresses.
7763 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
7764 posting by Jim Blandy.
7765
f4846649
JB
77662001-10-12 Jim Blandy <jimb@redhat.com>
7767
7768 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
7769 version of texi2html (1.64) doesn't support this flag any more.
7770
f277788b
MK
77712001-09-08 Mark Kettenis <kettenis@gnu.org>
7772
a9dc4918
MK
7773 * gdbint.texinfo (Host Definition): Remove description of
7774 MEM_FNS_DECLARED.
7775
d28379df
MK
7776 * gdbint.texinfo (Host Definition): Remove description of R_OK.
7777
f277788b
MK
7778 * gdbint.texinfo (Host Definition): Remove description of
7779 HAVE_SIGSETMASK.
7780
7ccaa899
EZ
77812001-09-04 Elena Zannoni <ezannoni@redhat.com>
7782
7783 * gdbint.texinfo (Target Architecture Definition): Add
7784 explanation of TARGET_PRINT_INSN macro.
7785
17d9d558
JB
77862001-08-30 Jim Blandy <jimb@redhat.com>
7787
7788 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
7789 Explain what it means to load relocatable files.
7790
72cde065
JB
77912001-08-28 Jim Blandy <jimb@redhat.com>
7792
7793 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
7794 info `top' menu.
7795
9e678452
CF
7796Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
7797
7798 * gdbint.texinfo: Add a cautionary note about macro use.
7799
a2bea4c3 78002001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 7801
a2bea4c3
CV
7802 * gdb.texinfo: Explain omitting the hostname in the
7803 `target remote' command.
7804
1129bf27
DJ
78052001-07-30 Daniel Jacobowitz <drow@mvista.com>
7806
7807 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
7808 and END-INFO-DIR-ENTRY.
7809
732b3002
SC
78102001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7811
7812 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
7813
89437448
AC
78142001-07-25 Andrew Cagney <ac131313@redhat.com>
7815
7816 * gdbint.texinfo (libgdb): Rewrite.
7817
f7dc1244 78182001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
7819
7820 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
7821
c4555f82
SC
78222001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7823
7824 * gdb.texinfo (TUI): New chapter, document the TUI.
7825 (Mode Options): Document the -tui option.
7826
2f45a6e0
MK
78272001-07-23 Mark Kettenis <kettenis@gnu.org>
7828
7829 * gdbint.texinfo (Host Definition): Remove description of
7830 NEED_POSIX_SETPGID.
7831
f7dc1244 78322001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
7833
7834 * gdb.tex (DJGPP Native): New node, with descriptions of
7835 DJGPP-specific commands.
7836
be9c6c35
JM
78372001-07-19 John R. Moore <jmoore@redhat.com>
7838
7839 * gdbint.texinfo: Three misspellings.
7840
dfa249fb
AC
78412001-07-06 Andrew Cagney <ac131313@redhat.com>
7842
7843 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
7844 `test` expressions on bash. Problem reported by Colin Walters.
7845
c72e7388
AC
78462001-07-04 Andrew Cagney <ac131313@redhat.com>
7847
7848 * gdbint.texinfo (User Interface): Update ui-out documentation to
7849 refelect recent UI/MI updates.
7850
94bbb2c0
AC
78512001-07-04 Andrew Cagney <ac131313@redhat.com>
7852
7853 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
7854 interpreters.
7855
af6c57ea
AC
78562001-06-15 Andrew Cagney <ac131313@redhat.com>
7857
7858 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
7859 structure and not macros.
7860 (Host Definition): Document that much of this chapter is obsolete.
7861 (Target Architecture Definition): Update list of files that make
7862 up a target architecture.
7863 (Coding): Update.
7864
83aa8bc6
AC
78652001-06-28 Andrew Cagney <ac131313@redhat.com>
7866
7867 * gdbint.texinfo (Target Architecture Definition): Update
7868 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
7869 The latter has been changed to a true predicate.
7870
f7dc1244 78712001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
7872
7873 * annotate.texi: Add @noindent where needed. From Dmitry
7874 Sivachenko <dima@Chg.RU>.
7875 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
7876
656db9b0
AC
78772001-06-16 Andrew Cagney <ac131313@redhat.com>
7878
7879 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
7880
df2396a1
AC
78812001-06-14 Andrew Cagney <ac131313@redhat.com>
7882
7883 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
7884 returns ``OK''. Document that the ``R'' packet does not reply.
7885
0f1f2b0a
MS
78862001-06-13 Michael Snyder <msnyder@redhat.com>
7887
7888 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
7889
f7dc1244 78902001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
7891
7892 * gdb.texinfo (Signals): Clarify the default setting of signal
7893 handling.
7894
a5d7c491
AC
78952001-05-14 Andrew Cagney <ac131313@redhat.com>
7896
7897 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
7898 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
7899
05a54c4f
AC
79002001-05-12 Andrew Cagney <ac131313@redhat.com>
7901
7902 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
7903
f7dc1244 79042001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
7905
7906 * gdbint.texinfo (Clean Design and Portable Implementation):
7907 Renamed from "Clean Design".
7908 (Clean Design and Portable Implementation): Document portable
7909 methods of handling file names, and the associated macros.
7910
f7dc1244 79112001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
7912
7913 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
7914 command and provide a cross-reference to its description.
7915 (Symbols): Note that "info scope" is useful for trace experiments.
7916
f7dc1244 79172001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 7918
b37052ae
EZ
7919 * gdb.texinfo (Symbols): Document "info scope".
7920 (Tracepoints): New chapter.
7921 (Contributors): Update for v5.1.
7922 <All nodes>: Change "C++" to "C@t{++}".
7923
0ee54786
EZ
7924 * gdbint.texinfo (User Interface): A new section about ui_out
7925 functions, based on text written by Fernando Nasser.
7926
c534679c
EZ
7927 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
7928
f7dc1244 79292001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 7930
e9c75b65
EZ
7931 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
7932
7933 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
7934
7935 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
7936 Replace "GDB" with "@value{GDBN}". Fix markup.
7937
7938 * annotate.texi: Change Permissions to GFDL. Update Copyright.
7939
3d67e040
EZ
7940 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
7941 a cross-reference to its description.
7942 (Symbols): Document "info symbol".
7943
f7dc1244 79442001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
7945
7946 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
7947 subsection "x86 Watchpoints".
7948 (Target Architecture Definition): Document the macros
7949 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
7950 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
7951
b0ed3589
AC
79522001-03-20 Andrew Cagney <ac131313@redhat.com>
7953
7954 * gdbint.texinfo (Target Architecture Definition): Update
7955 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
7956 list.
7957
b6ba6518
KB
79582001-03-06 Kevin Buettner <kevinb@redhat.com>
7959
7960 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
7961 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
7962
f7dc1244 79632001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
7964
7965 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
7966
f7dc1244 79672001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 7968
17cc6a06
EZ
7969 * gdb.texinfo (Environment): Document that `path' does not change
7970 the value of PATH in GDB's own environment (it did in the past,
7971 but that was changed on March 15, 1994). Reported by Doug Evans
7972 <dje@transmeta.com>.
7973
56caf160
EZ
7974 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
7975 its line. Fix markup of commands and macros. Add an Index node
7976 and index entries.
7977
29e57380
C
79782001-01-23 J.T. Conklin <jtc@redback.com>
7979
7980 * gdb.texinfo (Memory region attributes): New manual section.
7981
1c6147de
ND
79822001-01-04 Nicholas Duffek <nsd@redhat.com>
7983
7984 * gdbint.texinfo (POP_FRAME): Document use by return_command.
7985
f7dc1244 79862000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
7987
7988 * refcard.tex: Version and copyright fixed. From Phil Edwards
7989 <pedwards@disaster.jaj.com>.
7990
0dcedd82
AC
7991Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
7992
7993 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 7994 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 7995
3b851bce
AC
7996Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
7997
7998 * gdbint.texinfo (Coding): Update current value of
889bf7c5 7999 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 8000
f7dc1244 80012000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
8002
8003 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
8004 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
8005
b90a5f51
CF
80062000-11-10 Christopher Faylor <cgf@cygnus.com>
8007
8008 * gdb.texinfo: Document new 'set step-mode' command.
8009
f7dc1244 80102000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
8011
8012 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
8013 changes from Dmitry Sivachenko <dima@Chg.RU>.
8014
f7dc1244 80152000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
8016
8017 * gdb.texinfo (Hooks): Document the new post-hook functionality.
8018 From Steven Johnson <sbjohnson@ozemail.com.au>.
8019
2e685b93
MK
80202000-08-10 Mark Kettenis <kettenis@gnu.org>
8021
8022 * gdbint.texinfo (Overall Structure): Spelling fix.
8023
f7dc1244 80242000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
8025
8026 * gdbint.texinfo (Target Architecture Definition): Document that
8027 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
8028 for which REGISTER_CONVERTIBLE returns a zero value.
8029
63ac3005
EZ
80302000-07-08 Christopher Faylor <cgf@cygnus.com>
8031
8032 * Makefile.in (install-info): Find files to install in either the
8033 build or source directories (adapted from Makefile.am).
8034
bd79f757
ND
80352000-07-07 Nicholas Duffek <nsd@redhat.com>
8036
8037 * stabs.texinfo: Fix spelling errors.
8038 (String Field): FILE-NUMBER starts from 0, not 1.
8039
f7dc1244 80402000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
8041
8042 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 8043 Brian Youmans.
5f208f6d 8044
f7dc1244 80452000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
8046
8047 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
8048 the source directory. Reported by Mark Harig
8049 <markh@frazier.landmark.com>.
cc542d3b 8050
f3b28801
C
80512000-06-20 J.T. Conklin <jtc@redback.com>
8052
8053 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
8054
449f3b6c
AC
8055Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
8056
8057 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 8058 Generate using pdftex.
449f3b6c 8059 (PDFTEX): Define.
889bf7c5 8060 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 8061 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 8062 @contents at the start.
449f3b6c 8063
f7dc1244 80642000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
8065
8066 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 8067 Youmans.
48e934c6 8068
9e9c5ae7
AC
8069Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
8070
8071 From Brian Youmans:
8072 * gdb.texinfo: Fix ``et al.''.
8073
c741b251
AC
8074Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
8075
8076 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 8077 loop.
c741b251 8078
4ab64e14
JG
80792000-05-19 Jimmy Guo <guo@cup.hp.com>
8080
8081 * configure: Regenerate.
8082
f7dc1244 80832000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
8084
8085 * Makefile.in (install-info): Run install-info on installed Info
8086 files.
8087
8c70017b
AC
8088Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
8089
a7cb598a 8090 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 8091 Andrew Cagney.
8c70017b 8092
f7dc1244 80932000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
8094
8095 * gdb.texinfo: Proofreading changes from Brian Youmans.
8096
bf0184be
ND
80972000-05-01 Nick Duffek <nsd@cygnus.com>
8098
8099 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
8100 startup sequence, minor edits.
8101
f7dc1244 81022000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
8103
8104 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
8105 TeX.
8106
8107 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
8108 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
8109 like `n' and `s' which look weird. Convert some of the @kindex to
8110 @vindex, when they refer to variables, not commands.
8111
33e16fad
AC
8112Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
8113
8114 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
8115
f7dc1244 81162000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
8117
8118 * Makefile.in (GDBMI_DIR): New variable.
8119 (SET_TEXINPUTS): Add $(GDBMI_DIR).
8120 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
8121 (gdbmi.texinfo): New target, for texi2roff.
8122 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
8123 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
8124
8125 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
8126 gdbmi.texinfo.
8127 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
8128 comment.
8129
d167840f
EZ
81302000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8131
8132 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 8133 command.
d167840f 8134
f7dc1244 81352000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
8136
8137 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
8138 prevents the build (and is generally a Bad Idea).
8139
f7dc1244 81402000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
8141
8142 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
8143 a comma inside @var.
8144 (Command Files): Index markup changes from Dmitry Sivachenko
8145 <dima@Chg.RU>.
8146
f7dc1244 81472000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
8148
8149 * Makefile.in (LN_S): Define.
8150 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
8151 invoke "ln -s" unless it is known to work.
8152
8153 * configure.in (AC_PROG_LN_S): Add.
8154
8dc7983f
JB
81552000-04-14 Jim Blandy <jimb@redhat.com>
8156
8157 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
8158 section.
8159 (Target Conditionals): Document ADDRESS_TO_POINTER,
8160 POINTER_TO_ADDRESS.
8161
1a8237e8
DB
81622000-04-11 Daniel Berlin <dan@cgsoftware.com>
8163
8164 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
8165 gdb-cfg.texi to get the value.
8166
ca526f1a
JB
81672000-04-10 Jim Blandy <jimb@redhat.com>
8168
8169 * gdbint.texinfo (Target Architecture Definition): Fix
8170 cross-references.
8171
faaafcb4
JB
81722000-04-08 Jim Blandy <jimb@redhat.com>
8173
8174 * gdbint.texinfo (Using Different Register and Memory Data
8175 Representations): New section.
8176 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
8177 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
8178 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 8179
1b27397f
AC
8180Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
8181
8182 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 8183 for acknowledgments.
1b27397f 8184
480ff1fb
AC
8185Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
8186
8187 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 8188 qThreadExtraInfo.
480ff1fb 8189
a9331b3f 81902000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 8191
a9331b3f
RM
8192 * gdb.texinfo: Clarify which remote debug protocol commands are
8193 required and which are optional.
f1251bdd 8194
dbeb8dbd
AC
8195Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
8196
8197 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
8198 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
8199 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
8200 * annotate.texi: Update.
8201
6d2ebf8b
SS
82022000-03-28 Stan Shebs <shebs@apple.com>
8203
8204 * gdb.texinfo: Update dates, bump to Eighth Edition (note
8205 expectation of additional changes before release), update
8206 ISBN, add copy of top-level menu for @ifhtml, remove explicit
8207 node links, rephrase and/or shorten lines to fix formatting
8208 problem in both regular and @smallbook formats.
8209 * annotate.texi: Shorten lines in example, use smallexample
8210 consistently everywhere.
8211 * Makefile.in: Add comment about texinfo 4.0 html generation.
8212 (SFILES_INCLUDED): Add annotate.texi.
8213
5d161b24
DB
82142000-03-27 Daniel Berlin <dan@cgsoftware.com>
8215
5ae4183a
AS
8216 * gdb.texinfo (Debugging Output): Added new section, documenting
8217 the "set/show debug" commands.
5d161b24 8218
b9deaee7
AC
8219Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
8220
8221 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 8222 entry.
b9deaee7
AC
8223
8224 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
8225 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 8226 @chapter and @node entries.
a9331b3f 8227
b9deaee7 8228 * gdb.texinfo: Link all top-level nodes.
a9331b3f 8229
9ef47d30
AC
8230Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
8231
8232 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 8233 files.
9ef47d30 8234
cfeada60
FN
82352000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
8236
8237 From David Whedon <dwhedon@gordian.com>
5ae4183a 8238 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 8239
6837a0a2
DB
82402000-03-22 Daniel Berlin <dan@cgsoftware.com>
8241
8242 * gdb.texinfo: Add documentation for the apropos command.
8243
bba2971c
MS
82442000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
8245
8246 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
8247
2b628194
MS
82482000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
8249
a9331b3f 8250 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
8251 two places.
8252
96a2c332
SS
82532000-03-17 Stan Shebs <shebs@apple.com>
8254
8255 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
8256 <dima@Chg.RU>, also clarification of allowed content for
8257 string constants.
8258
f7dc1244 82592000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
8260
8261 * gdb.texinfo (main menu): Add Annotations.
8262 (File Options): Add @cindex entries for each command-line option.
8263 Document --epoch, --annotate, --async, --interpreter, --write,
8264 --statistics, and --version.
8265
8266 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
8267 of GDB.
8268
9d233477
JB
82692000-02-23 Jim Blandy <jimb@redhat.com>
8270
8271 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
8272
14e0eb3b
JB
82732000-02-22 Jim Blandy <jimb@redhat.com>
8274
8275 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
8276
3555de01
JM
82772000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
8278
8279 * Makefile.in (diststuff): New target.
8280
5e35df8e
KB
82812000-02-15 Kevin Buettner <kevinb@redhat.com>
8282
8283 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 8284 architecture. [From Jim Wilson.]
5e35df8e 8285
c5394b80
JM
82862000-01-16 Tom Tromey <tromey@cygnus.com>
8287
8288 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
8289 (Delete Breaks): Mention range arguments.
8290 (Disabling): Likewise.
8291
c3f6f71d
JM
82922000-01-05 Dmitry Sivachenko <dima@Chg.RU>
8293
8294 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
8295
c4093a6a
JM
8296Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
8297
8298 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 8299 valid functions.
c4093a6a 8300
11cf8741
JM
83011999-11-05 Stan Shebs <shebs@andros.cygnus.com>
8302
8303 * gdb.texinfo: Clarify regular expressions used in rbreak.
8304
917317f4
JM
83051999-10-15 Kevin Buettner <kevinb@cygnus.com>
8306
8307 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
8308 MEMORY_REMOVE_BREAKPOINT): Document.
8309
8310Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
8311
8312 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 8313 offset re-using the DATA offset instead.
917317f4 8314
2df3850c
JM
83151999-10-11 Jim Kingdon <kingdon@redhat.com>
8316
8317 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
8318
83191999-10-05 Stan Shebs <shebs@andros.cygnus.com>
8320
8321 From Dmitry Sivachenko <demon@gpad.ac.ru>:
8322 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
8323 typos.
8324
8325 * gdb.texinfo: Various minor wording and formatting improvements,
8326 mentions of additional command-line options.
8327
2acceee2
JM
83281999-09-30 Fred Fish <fnf@cygnus.com>
8329
8330 * gdb.texinfo: Document additional forms of specifying section
8331 names and addresses for the add-symbol-file command.
8332
c2c6d25f
JM
83331999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
8334
8335 * gdbint.texinfo: Fix typo, add the word "have".
8336
83371999-09-14 Jim Blandy <jimb@cris.red-bean.com>
8338
8339 * gdbint.texinfo (Target Architecture Definition): Document the
8340 SKIP_PERMANENT_BREAKPOINT macro.
8341
d4f3574e
SS
83421999-09-07 Stan Shebs <shebs@andros.cygnus.com>
8343
8344 * gdb.texinfo: Fiks speling errers.
8345
8346 * gdb.texinfo: Fix uses of @multitable.
8347
f7dc1244 8348 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 8349 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 8350 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
8351 comments about using with optimization, add more indexing,
8352 fix info about disassembly-flavor.
8353
8354Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
8355
8356 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
8357 SKIP_SOLIB_RESOLVER): Define.
8358
8359Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
8360
8361 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 8362 ``g'' packets.
d4f3574e 8363
104c1213
JM
83641999-08-30 Stan Shebs <shebs@andros.cygnus.com>
8365
8366 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
8367 platform-specific info, inline remote.texi and move sections of it
8368 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
8369 and register stack into the new chapter.
8370 * remote.texi: Remove, now part of gdb.texinfo.
8371 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
8372
83731999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
8374
8375 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
8376 GDB_TARGET_IS_MACH386): These kludges have gone away.
8377
8378Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
8379
8380 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 8381 TDEPLIBS.
104c1213 8382
53a5351d
JM
83831999-08-20 Stan Shebs <shebs@andros.cygnus.com>
8384
8385 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
8386 surrounding text to fit HP-UX bits into general info.
8387 (HPPA-cfg.texi): Remove, no longer useful.
8388
8389 * gdb.texinfo: Remove explicit links from @node lines, remove
8390 HP-added "Detailed Node Listing" from main menu which confuses
8391 things.
8392
8393 From Dmitry Sivachenko <dima@Chg.RU>:
8394 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 8395 in description of `set environment'.
53a5351d
JM
8396
83971999-08-17 Stan Shebs <shebs@andros.cygnus.com>
8398
8399 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
8400
7be570e7
JM
84011999-08-12 Ben Elliston <bje@cygnus.com>
8402
8403 * gdbint.texinfo (Breakpoint Handling): Add missing words.
8404
f7dc1244 84051999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
8406
8407 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
8408 watch, awatch, and rwatch. Explain why the latter two cannot be
8409 set as software watchpoints. Document that watchpoints for local
8410 variables are deleted when the debuggee terminates.
7be570e7
JM
8411
8412Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
8413
8414 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
8415 packet. Allow E.. response packet. "qRcmd" packet is no longer
8416 reserved.
7be570e7
JM
8417
84181999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8419
a9331b3f
RM
8420 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
8421 * gdb.texinfo: Ditto.
7be570e7 8422
96baa820
JM
84231999-08-06 Tom Tromey <tromey@cygnus.com>
8424
8425 * gdb.texinfo (KOD): New node.
8426
8427Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
8428
8429 * remote.texi (Rcmd): Fix minor formatting typos.
8430
8431Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
8432
8433 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 8434 packets.
96baa820 8435
adf40b2e
JM
84361999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
8437
8438 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
8439 fixes.
8440
43ff13b4
JM
8441Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
8442
8443 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
8444
085dd6e6
JM
8445Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
8446
8447 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
8448 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
8449 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
8450 packets that are not supported on all hosts. Expand examples.
8451 Spell check.
085dd6e6
JM
8452
84531999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
8454
8455 * Makefile.in: Recognize html, install-html. Add targets
8456 to build HTML versions of documentation via texi2html.
8457
8458Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
8459
8460 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 8461 testsuite.
085dd6e6
JM
8462
8463Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
8464
8465 * remote.texi (Communication Protocol): Rewrite.
8466
8467Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
8468
8469 * stabs.texinfo: Fix uses of xref.
8470
9e0b60a8
JM
8471Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
8472
8473 * gdbint.texinfo: Add an anti-printf exhortation, and update the
8474 info about patch submission.
8475
cce74817
JM
8476Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
8477
8478 From Per Bothner <bothner@cygnus.com>:
8479 * gdb.texinfo: Document Chill support.
8480
8481Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
8482
8483 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
8484 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
8485 Document that the value should be greater-than or equal-to zero.
8486 (NO_STD_REGS): Document. Deprecate.
cce74817 8487
ac9a91a7
JM
8488Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8489
8490 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 8491 Document that these are not used.
ac9a91a7
JM
8492
8493Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8494
8495 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
8496
392a587b
JM
8497Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
8498
8499 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 8500 numargs was dropped.
392a587b
JM
8501
8502Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
8503
8504 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
8505
b83266a0
SS
8506Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
8507
8508 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 8509 Update.
b83266a0 8510
7a292a7a
SS
8511Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
8512
8513 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
8514 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
8515
8516Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
8517
8518 * gdbint.texinfo: Fix typos: $ -> @.
8519
8520Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
8521
8522 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
8523 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
8524 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
8525 BREAKPOINT_FROM_PC.
a9331b3f 8526
7a292a7a
SS
8527Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
8528
8529 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 8530 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
8531
8532Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8533
8534 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 8535 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
8536
85371999-04-02 Stan Shebs <shebs@andros.cygnus.com>
8538
8539 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
8540 longer exists.
8541
8542Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
8543
8544 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
8545 nearly all @ifset/@ifclear conditionals; nobody uses them, and
8546 they make the manual source incomprehensible.
7a292a7a
SS
8547 * h8-cfg.texi: Remove, hasn't been used in years.
8548
c906108c
SS
8549Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
8550
8551 * gdb.texinfo: Update the credits.
8552
8553Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
8554
8555 * gdb.texinfo: Fix mistakes noticed in printout of last
8556 draft, add Alpha to discussion of heuristic fence post.
8557
8558Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
8559
8560 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
8561 Edition, merge some HP changes into mainline, describe some
8562 previously undocumented features, describe more of the target
8563 commands available, eliminate obsolete section on renamed
8564 commands.
c906108c
SS
8565 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
8566
8567Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
8568
8569 * gdb.texinfo: Make many HPPA conditionals unconditional,
8570 including catchpoint description, since now on for all configs.
8571 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
8572 specializations.
8573
8574Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
8575
8576 * Makefile.in (GDBvn.texi): Fix match expression to work with
8577 current format of VERSION in gdb/Makefile.in.
8578 * gdb.texinfo: Fix node ref to match new readline.
8579
8580Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
8581
a9331b3f
RM
8582 * gdb.texinfo: Changes made as part of a project to merge in
8583 changes made by HP. Documentation makes extensive use of
c906108c
SS
8584 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
8585 on remote debugging. There are differences in documentation
889bf7c5 8586 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
8587 the HP manual discusses catchpoints, hardware watchpoints, and
8588 some HPUX specific limitations for shared library support.
a9331b3f 8589
c906108c
SS
8590 There are also a number of @node changes.
8591
85921999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
8593
8594 * gdbint.texinfo (Formatting): Disambiguate a sentence.
8595 (C Usage): Same.
8596
8597Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
8598
8599 The following changes were made by Edith Epstein
889bf7c5
PA
8600 <eepstein@cygnus.com> as part of a project to merge in changes
8601 made by HP.
a9331b3f 8602
c906108c
SS
8603 * HPPA-cfg.texi: new file.
8604
8605 * all-cfg.texi: set HPPA for HP PA-RISC targets.
8606
8607 * refcard.tex: change documentation about catch.
8608 removed info catch.
8609
8610Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
8611
8612 * gdbint.texinfo: Expand on GDB's coding standards,
8613 specify the use of arg names with prototypes.
8614
86151998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
8616
8617 * gdb.texinfo: Fix tipo.
8618
8619Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
8620
8621 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 8622 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
8623
8624Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
8625
8626 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
8627
86281998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
8629
8630 * agentexpr.texi: New file.
8631
8632Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
8633
8634 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
8635
86361998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
8637
8638 * remote.texi: Changed wording that implied that the GDB remote
8639 protocol caches register values instead of GDB itself.
8640
8641Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
8642
8643 * gdbint.texinfo: Add some info about symbol readers.
8644 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
8645 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
8646 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
8647 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
8648
8649Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
8650
a9331b3f 8651 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
8652
8653Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
8654
8655 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
8656
8657Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
8658
8659 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 8660 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
8661
8662Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
8663
8664 * gdbint.texinfo: Fix minor typos.
8665
8666Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
8667
8668 * gdbint.texinfo: Complete overhaul. Group descriptions more
8669 logically, add more info on generic algorithms, remove much
8670 obsolete and/or wrong material.
8671
8672Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
8673
8674 * stabs.texinfo (Method Type Descriptor): Expand and correct.
8675
8676Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
8677
8678 * refcard.tex: Copyright, address updates.
8679
8680Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
8681
8682 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
8683 for the edition instead of confusing GDB-version-like numbers.
8684
8685Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
8686
8687 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
8688
8689Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
8690
5ae4183a 8691 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
8692
8693Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
8694
8695 * gdb.texinfo: Add some credits, mention bug monitor.
8696 * remote.texi: Mention mips monitor targets.
8697 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 8698
c906108c
SS
8699Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
8700
8701 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
8702 files, finish sorting of host vs target vs native macros, describe
8703 some more of them.
c906108c
SS
8704
8705Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
8706
8707 * gdbint.texinfo (Host Conditionals): Document change from
8708 using NO_MMALLOC to it's inverse, USE_MMALLOC.
8709
8710Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
8711
8712 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 8713 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
8714
8715Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
8716
8717 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
8718 Document LSEEK_NOT_LINEAR.
8719
8720Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
8721
8722 * stabs.texinfo (Stab Section Basics): Make it clear that only
8723 some versions of the GNU linker remove the leading N_UNDF symbol.
8724
8725Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
8726
8727 * stabs.texinfo (String Field): Document type number pairs here,
8728 instead of in the Sun specific section.
8729 (Include Files): The GNU linker supports the N_BINCL
8730 optimization. Clarify the N_BINCL value, and what it is used
8731 for.
8732 (Procedures): Document N_FUN with an empty string to mark the end
8733 of a function.
8734 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
8735 (Sun Differences): Remove this node, as the information is now
8736 elsewhere in the main document.
8737 (Stab Section Basics): Mention that the GNU linker may optimize
8738 stabs and remove the leading N_UNDF symbol.
8739
8740Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
8741
8742 * gdb.texinfo, refcard.tex: Restore author credit
8743
8744Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
8745
8746 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
8747 documentation to account for START and END macros taking
8748 one arg.
8749
8750Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
8751
8752 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
8753 * gdb.texinfo (Frames): Fix typo.
8754
8755Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
8756
8757 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
8758 a target_signal as arg type, not a pid.
8759
8760Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
8761
8762 * gdb.texinfo: Document `set assembly-language'.
8763
8764Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
8765
8766 * remote.texi: Update list of stubs in the GDB distribution.
8767
8768Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
8769
8770 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
8771 Also document that some systems can use mmalloc but must define
8772 this if their C runtime allocates memory that is later freed.
c906108c 8773 (MMCHECK_FORCE): Document new macro.
a9331b3f 8774
c906108c
SS
8775Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
8776
8777 * remote.texi: Add documentation for target Sparclet.
8778
8779Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8780
a9331b3f 8781 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
8782 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
8783 * configure.in: Rewritten for autoconf.
8784 * configure: New.
8785
8786Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
8787
8788 * Makefile.in (DVIPS): New define, set to dvips.
8789 (dvi): Add stabs.dvi.
8790 (ps): New target.
8791 (all-doc): Depend on info, dvi, and ps targets.
8792 (STAGESTUFF): Add *.ps and *.dvi files.
8793 (clean-info, clean-dvi): Remove.
8794 (mostlyclean): Does not depend upon clean-info or clean-dvi,
8795 rules completely rewritten.
8796 (maintainer-clean): Remove clean-info and clean-dvi
8797 dependencies and put their actions in the rules.
8798 (gdb.ps): New target
a9331b3f 8799 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
8800 intermediate TeX files, whether they have 2 or 3 character
8801 extensions.
8802 (gdbint.ps): Add target and rules.
8803 (gdb-internals): Delete unused target.
8804 (Makefile): Depends upon config.status also.
8805
8806Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
8807
8808 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
8809 set.
8810
8811Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
8812
8813 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
8814 * gdb.texinfo (Expressions): Fix erroneous array constant example.
8815
8816Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
8817
8818 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
8819
8820Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8821
8822 * gdb.texinfo (Print settings): Document
8823 `set/show print static-members' commands.
8824
8825Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
8826
8827 * gdbint.texinfo (Native): Document name change, coredep.c to
8828 core-aout.c.
8829
8830Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
8831
8832 * stabs.texinfo (Include Files): Document the values the SunOS4
8833 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
8834
8835Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
8836
8837 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
8838 Fix typo.
8839
8840Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
8841
8842 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
8843 "gdb.tar.Z".
8844
8845Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
8846
8847 * Makefile.in (maintainer-clean): New target, synonym for
8848 realclean.
8849
8850Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
8851
8852 * Update all FSF addresses except those in COPYING* files.
8853
8854Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
8855
8856 From Richard Earnshaw (rearnsha@armltd.co.uk):
8857 * gdb.texinfo (convenience variables): Document $_exitcode.
8858 (quit): Document optional expression to use as exit code.
8859
8860Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
8861
8862 * gdb.texinfo, remote.texi: Brought up to date with various
8863 GDB changes.
8864
8865Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
8866
8867 * gdb.texinfo: Update dates and versions, fix comments about
8868 hardware watchpoints in future releases and about the
8869 sharedlibrary command.
8870
8871Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8872
8873 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
8874 C_FUN stab. Other cleanups.
8875
8876Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8877
8878 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
8879 for the sparc stub.
8880
8881Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8882
8883 * annotate.texi: Clarify which addresses have differing formats
8884 depending on the language and which do not.
8885
8886Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8887
8888 * remote.texi (NetWare): Changed example to use BOARD= instead of
8889 NODE= argument to reflect correspoding change to gdbserve.nlm.
8890
8891Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8892
8893 * stabs.texinfo (Negative Type Numbers): Mention the fact that
8894 GDB, as well as AIX dbx, supports the size type attribute.
8895
8896Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8897
8898 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
8899
8900Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
8901
8902 * gdb.texinfo (Define): Document $arg0... arguments to commands,
8903 and new 'if' and 'while' commands.
8904
8905Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
8906
8907 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
8908
8909Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8910
8911 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
8912 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
8913 NetWare targets. Mostly stolen from the Server node.
8914
8915Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8916
8917 * gdb.texinfo (Setting): Talk about the language of a source file
8918 versus the working language. The old documentation did not match
8919 what GDB did.
8920
8921Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8922
8923 * stabs.texinfo (Source Files): Document N_SO used to mark the end
8924 of a source file.
8925
8926Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8927
8928 * gdb.texinfo (Processes): New node.
8929
8930Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
8931
8932 * remote.texi: Update documentation of set/show mipsfpu.
8933
3fc11d3e
JM
8934Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
8935
8936 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
8937 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
8938
8939Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
8940
8941 * gdbint.texinfo: Removed mentions of some incorrectly placed and
8942 obsolete conditionals, described some others.
8943
8944Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8945
8946 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
8947 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
8948
8949Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
8950
8951 * gdbint.texinfo: Put regex conditionals in their own table.
8952
8953Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
8954
8955 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
8956 described or fixed the descriptions of many others.
8957
8958Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
8959
8960 * gdb.texinfo: Add some more credits.
8961 * gdbint.texinfo: Capitalize GDB consistently, describe some
8962 macros and remove some.
8963
8964Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
8965
8966 * gdbint.texinfo: Removed mentions of many incorrectly placed and
8967 obsolete conditionals, described some others.
8968
8969Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8970
8971 * gdb.texinfo (help targets): Changed to `help target', which
8972 is the correct gdb command.
8973
8974Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8975
8976 * annotate.texi (TODO): New node, for keeping track of annotations
8977 suggested but not yet implemented.
8978
8979Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8980
8981 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
8982 another symbol, it is not the address itself.
8983
8984Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
8985
8986 * stabs.texinfo (Stab Section Basics): Add comment about alignment
8987 of stabs-in-coff sections.
8988
8989Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8990
8991 * annotate.texi: Change edition to 0.5 and date to May 1994.
8992 Add index.
8993 (Frames): New node, for frame annotation.
8994 (Displays): New node, for display annotation.
8995
8996 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
8997 when waiting for your program to stop.
8998
8999Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9000
9001 * annotate.texi (Breakpoint Info): Document annotation of header
9002 fields and record annotation.
9003
9004Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9005
9006 * annotate.texi: New file, to document annotations.
9007
9008Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9009
9010 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
9011 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
9012
9013Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9014
9015 * stabs.texinfo (Stab Section Basics): Say what is in .stab
9016 section, and say n_strx field is compilation unit relative.
9017 * stabs.texinfo: Don't use @code for a.out when it is the name of
9018 an object file format.
9019
9020Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9021
9022 * gdb.texinfo: Refer to file names, not path names, per rms
9023 convention.
9024 (Arguments): Fix typo.
9025
9026Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9027
9028 * stabs.texinfo (Global Variables): Talk about stabs in files
9029 where variables are referenced, but not defined.
9030
9031Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9032
9033 * stabs.texinfo: Move stuff on @ and # type descriptors from node
9034 Cplusplus to new nodes Member Type Descriptor and Method Type
9035 Descriptor. Re-write stuff for #.
9036
9037Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9038
9039 * gdb.texinfo (Print Settings): Don't document "set print
9040 fast-symbolic-addr off". The bug which it worked around was fixed
9041 on 25 Feb 94 in coffread.c, so I'm nuking the command.
9042
9043 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
9044 N_ENTRY node.
9045
9046 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
9047
9048Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9049
9050 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
9051 references to ieee-float.c.
9052
9053Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9054
9055 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
9056 match what the code actually does.
9057
9058Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9059
9060 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
9061
9062Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9063
9064 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
9065 i, and b.
9066
9067Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
9068
9069 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
9070 well as for ELF and SOM. Unify the descriptions of ELF and SOM
9071 as "stabs in sections" rather than just saying "ELF and SOM".
9072 Also make that stuff apply to COFF.
9073
9074Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9075
9076 * gdb.texinfo (Formatting Documentation): Change GhostScript to
9077 Ghostscript.
9078
9079Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9080
9081 * gdb.texinfo (Continuing and Stepping): When talking about "step"
9082 versus functions without line numbers, also mention stepping into
9083 them as well as "step" when you are in them. Tell the user how to
9084 deal with the situation. Add comment about "debugging information".
9085
9086Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9087
9088 * stabs.texinfo (Enumerations): Document restriction on where
9089 enumeration types can appear and still win with GDB.
9090
9091Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9092
9093 * stabs.texinfo (Negative Type Numbers): Document format for type
9094 -16.
9095
9096Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9097
9098 * gdb.texinfo (Selection, Frame Info): Update information about
9099 arbitrary frame specficiations.
9100
9101Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
9102
9103 * gdb.texinfo, remote.texi: general editing pass prior to Net release
9104
9105Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9106
9107 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
9108
9109Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
9110
9111 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
9112
9113Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9114
9115 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
9116 Differences node to Statics node.
9117 (Statics): Discuss XCOFF use of V symbol descriptor.
9118
9119 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
9120 not clean.
9121
9122Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
9123
9124 * gdb.texinfo (Print Settings): Document `set print
9125 fast-symbolic-addr' and improve the doc for some other
9126 `set print's.
9127
9128Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9129
9130 * stabs.texinfo (String Field): Talk about defining several type
9131 numbers at once.
9132 Fix lint regarding changing node ELF Transformations to
9133 ELF and SOM Transformations.
9134
9135Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
9136
9137 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
9138
9139Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9140
9141 * stabs.texinfo (Cross-References): `::' is for nested types only
9142 within <>.
9143 (Structures): Document static members.
9144
9145Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9146
9147 * stabs.texinfo: Document S type attribute.
9148
9149Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
9150
9151 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
9152
9153Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
9154
9155 * gdbint.texinfo: Fix a few typos.
9156
9157Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9158
9159 * gdb.texinfo, remote.texi: formatting improvements
9160
9161 * gdb.texinfo (New Features): mention threads.
9162 (Summary, C): fix xrefs in newly contributed text.
9163 (Threads): index entries, clarifications, example
9164 (passim): minor typos fixed, phrasing improvements
9165
9166 * remote.texi (Bootstrapping): rephrase text on ^C and add index
9167 entries; (Server): explain use of gdbserver w/real-time systems,
9168 add example of conflicting TCP port; (MIPS Remote) break up
9169 running text into table, highlighting commands, and add example.
a9331b3f 9170
c906108c
SS
9171Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9172
9173 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
9174
9175Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9176
9177 * stabs.texinfo (Nested Symbols): New node.
9178 (String Field, Symbol Descriptors, Cross-References): Refer to it.
9179
9180Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9181
9182 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
9183 to picking which Bbss.bss symbol to use, and (because there seems to
9184 be no good way of doing it) re-write some of the text to make it
9185 sound like Bbss.bss isn't such a great idea after all (as currently
9186 designed).
9187
9188 * gdb.texinfo (C): In addition to saying people have to use g++ for
9189 good results, say they have to use stabs. Specifically say cfront
9190 doesn't work well.
9191 (Summary): Merge in information on Modula-2, Pascal, and Chill from
9192 the gdb README. Add xrefs to places where the support for the various
9193 languages is described in detail.
9194
9195Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9196
9197 * stabs.texinfo: Clean up stuff about visibility and virtual
9198 characters.
9199
9200 * stabs.texinfo (N_M2C): Cite Sun doc.
9201
9202Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9203
9204 * gdb.texinfo: updates re threads.
9205 * remote.texinfo: avoid index entries starting with digits.
9206
9207Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9208
9209 * stabs.texinfo (Enumerations): Talk about large, negative and
9210 octal values. Clean up cross reference to type attributes.
9211 (String Field): Say that GDB 4.11 supports size attribute.
9212
9213Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9214
9215 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
9216 is a mandatory step. Make the stuff about that more concise.
9217
9218Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9219
9220 * stabs.texinfo (Class Names): New node.
9221
9222 * gdb.texinfo (Command Files): Explain order of init file reading.
9223
9224 * remote.texi (Bootstrapping): Talk about getting the serial driver
9225 to deal with ^C sent by gdb to stop the remote system.
9226
9227Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
9228
9229 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
9230
9231 * libgdb.texinfo (Defining Commands): made the DOC arg
9232 to gdb_define_app_command a char * instead of char **
9233 per a suggestion from kingdon.
9234
9235 * libgdb.texinfo: total rewrite from a different starting
9236 premise.
9237
9238Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9239
9240 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
9241 floats passed as doubles (to improve clarity).
9242
9243Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9244
9245 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
9246
9247 * a4rc.sed: update to work with Andreas Vogel papersize params
9248
9249 * refcard.tex: use Andreas Vogel simplifications of papersize
9250 params; remove useless version info; update copyright date.
9251
9252Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9253
9254 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
9255
9256Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9257
9258 * gdb.texinfo (Files): Say what address the load command loads it at.
9259
9260 * stabs.texinfo (Common Blocks): Minor cleanups.
9261
9262 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
9263 that Sun has backed away from the linker kludge and thus the relevant
9264 issue is changes to the SunPRO tools, not the Solaris linker.
9265
9266 * stabs.texinfo (Traditional Integer Types): Clean up description
9267 of octal bounds a little bit. Document extra leading zeroes.
9268
9269Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9270
9271 * gdb.texinfo (Signaling): Update for symbolic symbol names
9272 and add a section explaining the difference between the GDB
9273 signal command and the shell kill utility.
9274
9275Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
9276
9277 * libgdb.texinfo: added `@' to braces that were unescaped.
9278
9279Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
9280
9281 * libgdb.texinfo: new file. Spec for the gdb library.
9282
9283Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9284
9285 * stabs.texinfo (Include Files): Fix typo (start -> end).
9286
9287Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9288
9289 * gdb.texinfo, remote.texi: assorted small improvements, mostly
9290 from Melissa at FSF's editing pass.
9291
9292Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9293
9294 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
9295 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
9296 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
9297
9298Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9299
9300 * remote.texi (Bootstrapping): Discuss 386 call gates.
9301
9302Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9303
9304 * stabs.texinfo (Based Variables): New node.
9305
9306Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
9307
9308 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
9309 names, sizes, and formats to suggest how not to lose.
9310
9311Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9312
9313 * stabs.texinfo (Methods): Fix typo.
9314
9315Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9316
9317 * gdb.texinfo: Fix a few typos.
9318
9319Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9320
9321 * gdb.texinfo: Clarify how well it works with Fortran.
9322
9323 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
9324 More on relocating stabs in ELF files.
9325
9326Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9327
9328 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
9329
9330Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9331
9332 * stabs.texinfo (Local Variable Parameters): Talk about nameless
9333 parameters on VAX.
9334
9335Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9336
9337 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
9338
9339Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9340
9341 * stabs.texinfo: Make info author notice match the TeX author notice.
9342
9343Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9344
9345 * stabs.texinfo: Initial-caps all words in node names and
9346 non-trivial words in section names.
9347
9348Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9349
9350 * stabs.texinfo: Many minor cleanups.
9351
9352 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
9353
9354Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
9355
9356 * stabs.texinfo: Remove full description of big example.
9357 It's not really helpful; just use pieces of it where appropriate.
9358 Add more Texinfo formatting directives (@samp, etc.).
9359 Use @deffn to define stab types.
9360 Eliminate some wordiness. Break up some nodes.
9361 Add an (alphabetized) index of symbol types.
9362 Use consistent capitalization style in node and section names.
9363
9364Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
9365
9366 * gdb.texinfo: Change typo "Two two" to "The two".
9367
9368Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9369
9370 * stabs.texinfo (XCOFF-differences): Remove references to
9371 non-existent types N_DECL and N_RPSYM.
9372
9373 * stabs.texinfo (String Field): Say that type attributes bug is
9374 fixed in GDB 4.10, since it is.
9375
9376 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
9377
9378Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
9379
9380 * stabs.texinfo: Formatting cleanups.
9381
9382Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9383
9384 * stabs.texinfo: When explaining the n_type of a stab, standardize
9385 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
9386 no tabs, use @r).
9387 (Global Variables): Clean up.
9388
9389Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9390
9391 * stabs.texinfo (Stack Variables): Re-write.
9392
9393Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9394
9395 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
9396 addresses of a source file. Also revise formatting.
9397 Change "object module" or "object file" to "source file".
9398 Various: Miscellaneous cleanups.
9399
9400Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9401
9402 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
9403
9404Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
9405
9406 * gdbint.texinfo: Removed many nonsensical machine-collected
9407 host and target conditionals, described some of the remainder.
9408
9409Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9410
9411 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
9412
9413 * gdbint.texinfo (Top): Add name to @top line, and re-write the
9414 paragraph which follows.
9415
9416 * gdbint.texinfo (Host): Use @code not @samp for Makefile
9417 variables. Looks better and avoids overful hbox.
9418
9419Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9420
9421 * stabs.texinfo (Procedures): Improve stuff on nested functions.
9422
9423Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9424
9425 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
9426 retransmit-timeout
9427
9428Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9429
9430 * gdbint.texinfo: Update statement about `some ancient Unix
9431 systems, like Ultrix 4.0' to Ultrix 4.2.
9432
9433Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
9434
9435 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
9436
9437 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
9438
9439 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
9440 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
9441
9442 * remote.texi: new name for former gdbinv-s.texi
9443
9444 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
9445
9446Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
9447
9448 * gdbinv-s.texi: Documented timeout and retransmit-timeout
9449 variables for MIPS remote debugging protocol.
9450
9451Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9452
9453 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
9454
9455Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9456
9457 * Makefile.in (refcard.dvi): Use srcdir where necessary.
9458
9459Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
9460
9461 * gdb.texinfo: repair conditional bugs in text markup
9462
9463Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9464
9465 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
9466 to select Modula-2 material.
9467
9468Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9469
9470 * stabs.texinfo: Cleanups regarding statics.
9471
9472 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
9473 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
9474
9475Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9476
9477 * stabs.texinfo: N_MAIN is sometimes used for C.
9478
9479Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9480
9481 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
9482
9483Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
9484
9485 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 9486 removed from the code by Kingdon.
c906108c
SS
9487
9488Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9489
9490 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
9491 input when evaluating breakpoint conditions; the bug has been fixed.
9492
9493 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
9494 sets the ignore count to N-1, not to N.
9495
9496Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9497
9498 * refcard.tex (\hoffset): correct longstanding error to match
9499 intended offset; avoids cutting off edge on some printers
9500
9501Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9502
9503 * stabs.texinfo (Parameters): Say that order of stabs is significant.
9504
9505Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9506
9507 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
9508
9509Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9510
9511 * Makefile.in: (REFEDITS) new var to control whether PS or CM
9512 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
9513 collect sed edits if any, apply to refcard before formatting;
9514 (refcard.ps) stop implying PS fonts if PS output requested;
9515 (lrefcard.ps) delete extra target for variant PS fonts
9516
9517 * refcard.tex: parametrize papersize dependent info, collect
9518 in easily replaced spot
9519
9520 * a4rc.sed: new file, edits to refcard for A4 paper
9521
9522Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9523
9524 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
9525
9526Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9527
9528 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
9529
9530Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9531
9532 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
9533 politely rather than rudely.
9534
9535Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9536
9537 * stabs.texinfo: Document common blocks.
9538
9539Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
9540
9541 * stabs.texinfo: Add some basic info about stabs-in-elf.
9542
9543Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9544
9545 * stabs.texinfo (Top): Minor cleanup.
9546
9547Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
9548
9549 * Makefile.in (install-info): remove parentdir support
9550
9551Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9552
9553 * gdb.texinfo (Copying): delete this node and references to it;
9554 RMS says this manual need not carry GPL. (passim): Improvements
9555 from last round at FSF, largely due to Ian Taylor review, and
9556 minor formatting improvements.
9557
9558 * gdbinv-s.texi (passim): Improvements from last round at FSF,
9559 largely due to Ian Taylor review. (Debug Session): minor edits to
9560 new text.
9561
9562Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
9563
9564 * Makefile.in (realclean): Remove info and dvi files too.
9565
9566Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
9567
9568 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
9569 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
9570 * gdb.texinfo: Change accordingly.
9571
9572 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
9573 N_{L,R}BRAC,N_SLINE are relative to.
9574
9575Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
9576
9577 * Makefile.in (GDBvn.texi): Update atomically.
9578
9579Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
9580
9581 * gdbinv-s.texi (Debug Session): Document exceptionHook.
9582
9583Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
9584
9585 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
9586 addresses together. Also motivate the set print symbol-filename
9587 command and suggest other solutions.
9588
9589Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
9590
9591 * gdb.texinfo (set print elements): Note that the number of
9592 elements is set to unlimited by "set print elements 0".
9593
9594Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
9595
9596 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
9597 NF_LDOUBLE means.
9598 (Stab Types): Include Solaris stab types.
9599 (Procedures): Document Solaris extensions.
9600
9601Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9602
9603 * gdb.texinfo: Add `set print symbol-filename' doc.
9604
9605Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9606
9607 * stabs.texinfo (Arrays): Talk about type definition vs. type
9608 information.
9609
9610 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
9611 the trailing semicolon.
9612
9613Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9614
9615 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
9616 and merge in other parts of the document addressing these subjects.
9617 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
9618
9619 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
9620 at the end of a range type.
9621
9622 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
9623 AIX extensions.
9624
9625Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9626
9627 * stabs.texinfo (Stabs Format): Misc fixes.
9628
9629Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9630
9631 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
9632 (Traditional builtin types): Document convex convention for long long.
9633 (Negative builtin types): Discuss type names, and misc fixes.
9634
9635Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9636
9637 * stabs.texinfo (Builtin Type Descriptors): Document the floating
9638 point types used with @samp{R} type descriptor.
9639 (Symbol Descriptors): Describe how to handle conflict between
9640 different meanings of @samp{P} symbol descriptor.
9641
9642Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9643
9644 * stabs.texinfo: Remove node Quick Reference and put its children
9645 directly under the main menu.
9646
9647 * stabs.texinfo: Many more changes to bring it into line with
9648 AIX documentation and reality. I think it now has all the
9649 information from the AIX documentation, except that I burned
9650 out when I got to variant records (Pascal and Modula-2) and
9651 all the COBOL types. Oh well, we can add them later when we're
9652 worrying more about those languages.
9653
9654 * stabs.texinfo (Automatic variables): Talk about what it means
9655 to omit the symbol descriptor.
9656
9657Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9658
9659 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
9660 gcc2 behavior with promoted args.
9661
9662Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9663
9664 * gdb.texinfo: include readline appendices in info version of manual
9665
9666Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9667
9668 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
9669 target remote.
9670
9671 * gdb.texinfo (Machine Code): more index entries for disassemble
9672
9673Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
9674
9675 * Clarify the intended use of the gdb-testers and gdb-patches
9676 mailing lists, and shrink gzip comment.
9677
9678Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9679
9680 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
9681 DOSHOST configuration of manual.
9682
9683 * gdb.texinfo (MIPS Stack): new node.
9684
9685 * all-config.texi (MIPS) new switch.
9686
9687 * gdbinv-s.texi (Nindy Options) Remove two instances of future
9688 tense; (MIPS Remote) new node.
9689
9690 * gdb.texinfo (passim) rephrases to work around makeinfo @value
9691 bug; (Environment) less passive, other small cleanups in text about
9692 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
9693 (Remote) new MIPS Remote menu entry.
9694
9695Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
9696
9697 * stabs.texinfo: Many changes to include information from the
9698 AIX documentation.
9699
9700 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
9701
9702Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
9703
9704 * gdbint.texinfo (new node Debugging GDB, elsewhere):
9705 Move a bunch of information from ../README.
9706 (Getting Started): New node.
9707
9708Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9709
9710 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
9711
9712 * gdb.texinfo: advance manual revision dates to present
9713
9714 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
9715 stop using silly Roman numerals in @set variable names
9716
9717Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
9718
9719 * stabs.texinfo (Parameters): Keep trying to get this right.
9720
9721Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
9722
9723 * stabs.texinfo (Parameters): More on "local parameters".
9724
9725Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
9726
9727 * stabs.texinfo (Parameters): Re-do "local parameters" section.
9728
9729Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
9730
9731 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
9732 (Parameters): Rewrite.
9733 (xcoff-differences, Sun-differences): Minor changes.
9734
9735Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
9736
9737 * stabs.texinfo: Minor cleanup.
9738
9739Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
9740
9741 * gdbint.texinfo: Minor xcoff stuff.
9742
9743Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
9744
9745 * gdbint.texinfo: Update for new config directory structure.
9746 Add info about internal type data structures.
9747
9748Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
9749
9750 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
9751 $(srcdir).
9752 (gdb-config.texi): Depend on file in $(srcdir).
9753
9754Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
9755
9756 * stabs.texinfo: Fixes about N_SO.
9757
9758Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9759
9760 * gdb.texinfo: include list of nonstandard init file names
9761
9762 * *-config.texi: new switch GENERIC for text that applies *only*
9763 to (usual) multiple-target version of manual
9764
9765 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
9766 h8 config
9767
9768 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
9769 in menus (rather than conditionally selected multiple alternative
9770 menus).
9771
9772 * Makefile.in: define and use DOC_CONFIG var to select
9773 configuration for GDB user manual.
9774
9775 * gdb-config.texi: delete from repository, generate from Makefile.
9776
9777 * all-config.texi: normal `generic' configuration file, formerly
9778 stored as gdb-config.texi
9779
9780Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
9781
9782 * Makefile.in: add dvi target to build all .dvi files
9783
9784Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9785
9786 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
9787
9788Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
9789
9790 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
9791 host conditionals.
9792 * stabs.texinfo: More array fixes inspired by Jim's.
9793
9794Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
9795
9796 * stabs.texinfo: Fixes re arrays and continuations.
9797
9798 * gdbint.texinfo: Add XCOFF node.
9799
9800Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
9801
9802 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
9803
9804Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
9805
9806 * stabs.texinfo: Fix for array types to mention lower bounds.
9807
9808Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
9809
9810 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
9811
9812Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
9813
9814 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
9815
9816Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
9817
9818 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
9819 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
9820
9821Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
9822
9823 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
9824
9825Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9826
9827 * gdb.texinfo, gdbinv-s.texi: misc updates
9828
9829Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
9830
9831 * gdbint.texinfo: Brief documentation for longjmp support,
9832 from an email msg by Stu.
9833
9834Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
9835
9836 * stabs.texinfo: Fix description of floating point "range"
9837 types (which really define basic types). Reported by Jim Meehan,
9838 <meehan@src.dec.com>.
9839
9840 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
9841
9842Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
9843
9844 * gdbint.texinfo: Slightly expand section on supporting a new
9845 object file format.
9846
9847Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
9848
9849 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
9850 intermediate file.
9851
9852Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9853
9854 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
9855
9856Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9857
9858 * gdbinv-s.texi: z8000 simulator target name is just "sim"
9859
9860 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
9861 as well as Z8002.
9862
9863Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
9864
9865 * gdbint.texinfo: Add sections on clean design and on how to send
9866 in changes.
9867
9868Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
9869
9870 * gdbint.texinfo: Add how to declare the result of make_cleanup.
9871
9872Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
9873
9874 * gdb.texinfo: Fix typo, reported by Karl Berry.
9875
9876Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
9877
9878 * gdb.texinfo: Add opcodes dir to GDB distribution description.
9879
9880Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9881
9882 * gdbint.texinfo: fixed a stray email address (needs @@),
9883 added @table @code to node "Native Conditionals"
9884
9885Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
9886
9887 * gdbint.texinfo: Describe coding style of GDB.
9888
9889Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
9890
9891 * stabs.texinfo: Minor wording changes.
9892
9893Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
9894
9895 * gdbint.texinfo: Improve release doc slightly.
9896
9897Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
9898
9899 * gdbint.texinfo: Improve doc of GDB config macros.
9900
9901Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
9902
9903 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
9904 These will be reinserted when examined.
9905
9906Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
9907
9908 * gdbint.texinfo: Make a start at documenting all the #if macros
9909 in GDB. At least list them all, and start separating them into
9910 host-specific and target-specific.
9911
9912Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9913
9914 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 9915 examples (not consistent w others).
c906108c
SS
9916 gdb.texinfo: issue disclaimer paragraph on cmdline options only
9917 for generic vn of doc
9918
9919Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
9920
9921 * Makefile.in: always create installation directories.
9922
9923Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9924
9925 * gdb.texinfo: in h8 config, do not describe searching commands.
9926
9927Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9928
9929 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
9930 conditionals; introduce a few generic switches that may be
9931 useful for other cross-dev or dos-hosted configs.
9932
9933 * gdb.texinfo: fix typo in "info reg" description
9934
9935Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
9936
9937 * stabs.texinfo: Minor updates from running TeX over it.
9938 * Makefile.in (stabs.dvi, stabs.ps): Add.
9939
9940Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
9941
9942 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
9943 First pass at converting it to texinfo.
9944
9945Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
9946
9947 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
9948 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
9949
9950Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
9951
9952 * gdbint.texinfo: Add section on partial symbol tables.
9953
9954Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
9955
9956 * gdb.texinfo: document `set remotedebug' and `set
9957 rstack_high_address'.
9958
9959Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9960
9961 * gdb.texinfo: slight expansion of new text on reading info files
9962 * gdbinv-s.m4.in: correct and expand info on cross-debugging
9963 H8/300 from DOS.
9964
9965Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
9966
9967 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
9968
9969Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
9970
9971 * gdb.texinfo: Say how to read the `info' files.
9972
9973Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
9974
9975 * Makefile.in: gm4 -> m4.
9976
9977Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
9978
9979 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
9980 Documentation' ahead of `Installing GDB' to match README.
9981 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 9982 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
9983
9984Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
9985
9986 * Makefile.in: remove $(srcdir) from gdb.info rule.
9987
9988Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
9989
9990 * Makefile.in: commented out gdb-all.texinfo rule. This is
9991 temporary.
9992
9993Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
9994
9995 * Makefile.in, configure.in: removed traces of namesubdir,
9996 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 9997 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
9998
9999Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
10000
10001 * gdb.texinfo: Improve how we ask for bug reports.
10002
10003Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10004
10005 * Makefile.in: infodir belongs in datadir.
10006
10007Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10008
10009 * Makefile.in: remove spaces following hyphens, bsd make can't
10010 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 10011 standards.text support.
c906108c
SS
10012
10013Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10014
10015 * Makefile.in: idestdir and ddestdir go away. Added copyrights
10016 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
10017 and mandir now keyed off datadir by default.
10018
10019\f
10020Local Variables:
9e9c5ae7 10021mode: change-log
c906108c
SS
10022left-margin: 8
10023fill-column: 74
10024version-control: never
10025End:
This page took 2.07302 seconds and 4 git commands to generate.