]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/doc/ChangeLog
Document the -catch-assert and -catch-exception new GDB/MI commands.
[thirdparty/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
2446f5ea
JB
12013-10-10 Joel Brobecker <brobecker@adacore.com>
2
3 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
4
0d12017b
JB
52013-10-10 Joel Brobecker <brobecker@adacore.com>
6
bd80dc1a
JB
7 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
8 serial baud".
9 (Remote Configuration): Replace "set remotebaud" by "set serial
10 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 11
f4fb82a1
PA
122013-10-07 Pedro Alves <palves@redhat.com>
13
14 PR breakpoints/11568
15 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
16 when the thread is removed from the thread list.
17
0c557179
SDJ
182013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
19
20 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
21 Update entry for $_exitcode.
22
5713b9b5
JB
232013-10-04 Joel Brobecker <brobecker@adacore.com>
24
25 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
26 new "--start" option.
27
901461f8
PA
282013-10-02 Pedro Alves <palves@redhat.com>
29
30 * gdb.texinfo (Registers): Expand description of saved registers
31 in frames. Explain <not saved>.
32
8fb8eb5c
DE
332013-09-25 Doug Evans <dje@google.com>
34
35 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
36
0a7cfe2c
SS
372013-09-16 Stan Shebs <stan@codesourcery.com>
38
39 Remove the internals manual gdbint.texinfo.
40 * Makefile.in (INFO_DEPS): Remove gdbint.info.
41 (PDFFILES): Remove gdbint.pdf.
42 (HTMLFILES): Remove gdbint/index.html.
43 (HTMLFILES_INSTALL): Remove gdbint.
44 (GDBINT_DOC_FILES): Remove.
45 (dvi): Remove gdbint.dvi.
46 (ps): Remove gdbint.ps.
47 * gdbint.texinfo: Remove file.
48 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
49
a280dbd1
SDJ
502013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
51
52 * gdb.texinfo (Convenience Functions): Mention new convenience
53 function $_isvoid.
54
4ac33720
UW
552013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
56
57 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
58 (Standard Target Features): Add new node to menu.
59 (S/390 and System z Features): New node.
60
b3d3b4bd
SA
612013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
62
63 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
64 -list-target-features in the example.
65
edf9f00c
JK
662013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
67
68 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
69 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
70
1d236d23
JK
712013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
72
73 Sync documentation with gdb.base/gnu-debugdata.exp.
74 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
75
5423b017
JK
762013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
77
78 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
79
6211c335
YQ
802013-08-27 Pedro Alves <pedro@codesourcery.com>
81 Yao Qi <yao@codesourcery.com>
82
83 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
84 Document new --skip-unavailable option.
85 <-stack-list-variables>: Document new --skip-unavailable option.
86
52e260a3
DE
872013-08-26 Doug Evans <dje@google.com>
88
89 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
90 an optional regexp.
91
5e92f71a
TT
922013-08-13 Tom Tromey <tromey@redhat.com>
93
94 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
95 Document GDB_PARALLEL and GDB_INOTIFY.
96
c5d7073b
SS
972013-08-09 Stan Shebs <stan@codesourcery.com>
98
99 * LRS: Remove file, describes a long-abandoned live-range
100 splitting extension to stabs.
101
6fbe845e
AB
1022013-07-25 Andrew Burgess <aburgess@broadcom.com>
103
104 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
105
e7045703
DE
1062013-07-17 Doug Evans <dje@google.com>
107
108 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
109
3105ebf9
TT
1102013-07-02 Tom Tromey <tromey@redhat.com>
111
112 * gdb.texinfo (Target Commands): Don't mention "target nrom".
113
d6c2da54
TT
1142013-06-28 Tom Tromey <tromey@redhat.com>
115
116 * Makefile.in (version.subst): Use version.in, not
117 common/version.in.
118 * gdbint.texinfo (Versions and Branches, Releasing GDB):
119 Likewise.
120
e5823f1c
PA
1212013-06-27 Pedro Alves <palves@redhat.com>
122
123 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
124 dynamic symbol resolution code>: New section, based on infrun.c
125 comment.
126
92dcb9ff
TT
1272013-06-26 Tom Tromey <tromey@redhat.com>
128
129 * gdbint.texinfo (Versions and Branches): Use common/version.in.
130 Update.
131 (Releasing GDB): Likewise.
132
dc673c81
YQ
1332013-06-26 Pedro Alves <pedro@codesourcery.com>
134 Yao Qi <yao@codesourcery.com>
135
136 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
137 -trace-frame-collected.
138
28a93511
YQ
1392013-06-26 Pedro Alves <pedro@codesourcery.com>
140
141 * gdb.texinfo (Traceframe Info Format): Document tvar element
142 and its attributes.
143
a0743c90
YQ
1442013-06-25 Yao Qi <yao@codesourcery.com>
145
146 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
147
01208463
TT
1482013-06-24 Tom Tromey <tromey@redhat.com>
149
150 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
151 (GDBvn.texi): Use version.subst.
152 (version.subst): New target.
153 (mostlyclean): Remove version.subst.
154
c898adb7
YQ
1552013-06-20 Pedro Alves <pedro@codesourcery.com>
156
157 * gdb.texinfo (GDB/MI Data Manipulation)
158 <-data-list-register-values>: Document the --skip-unavailable
159 option.
160
7c57fa1e
YQ
1612013-06-07 Yao Qi <yao@codesourcery.com>
162
163 * gdb.texinfo (Symbols): Add kindex and cindex for
164 'maint print msymbols'.
165
0059c61a 1662013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
167
168 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
169 response field name (thread-group to inferior).
170
85dc5a12
GB
1712013-06-04 Gary Benson <gbenson@redhat.com>
172
173 * gdb.texinfo (General Query Packets/qSupported): Added
174 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
175 to the table of currently defined stub features.
176 Added a more detailed entry for "augmented-libraries-svr4-read".
177 (General Query Packets/qXfer:libraries-svr4:read): Documented
178 the augmented form of this packet.
179
5901af59
JB
1802013-05-23 Joel Brobecker <brobecker@adacore.com>
181
182 * gdb.texinfo (System-wide Configuration Scripts): Renames
183 "Installed System-wide Configuration Scripts". Add associated
184 @menu block.
185
c1e36e3e
PA
1862013-05-23 Yao Qi <yao@codesourcery.com>
187 Pedro Alves <palves@redhat.com>
188
189 * gdb.texinfo (Packets): Document 'vCont;r'.
190 (Continuing and Stepping): Document target-assisted range
191 stepping, and the 'set range-stepping' and 'show range-stepping'
192 commands.
193
0201faac
JB
1942013-05-23 Joel Brobecker <brobecker@adacore.com>
195
196 * gdb.texinfo (Installed System-wide Configuration Scripts):
197 Add subsection describing the scripts now available under
198 the data-dir's system-gdbbinit subdirectory.
199 * NEWS: Add entry announcing the availability of system-wide
200 configuration scripts for ElinOS and Wind River Linux.
201
c5867ab6
HZ
2022013-05-21 Hui Zhu <hui@codesourcery.com>
203
204 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
205 "-dprintf-insert" command.
206
7d0c9981
DE
2072013-05-17 Doug Evans <dje@google.com>
208
209 * gdb.texinfo (Maintenance Commands): Update doc for
210 "maint check-psymtabs". Add doc for "maint check-symtabs",
211 "maint expand-symtabs".
212
742ce053
MM
2132013-05-15 Markus Metzger <markus.t.metzger@intel.com>
214
215 * gdb.texinfo (Process Record and Replay): Document the
216 "record goto" command and its sub-commands.
217
1e611234
PM
2182013-05-10 Phil Muldoon <pmuldoon@redhat.com>
219
220 * gdb.texinfo (Backtrace): Add "no-filter" argument.
221 (Python API): Add Frame Filters API, Frame Wrapper API,
222 Writing a Frame Filter/Wrapper, Managing Management of Frame
223 Filters chapter entries.
224 (Frame Filters API): New Node.
225 (Frame Wrapper API): New Node.
226 (Writing a Frame Filter): New Node.
227 (Managing Frame Filters): New Node.
228 (Progspaces In Python): Add note about frame_filters attribute.
229 (Objfiles in Python): Ditto.
230 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
231 @anchors and --no-frame-filters option to -stack-list-variables,
232 -stack-list-frames, -stack-list-locals and -stack-list-arguments
233 commands.
234
2874cb83
JB
2352013-05-08 Joel Brobecker <brobecker@adacore.com>
236
237 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
238 Support" subsection documenting the XML format used to transfer
239 shared library info on AIX.
240
9a005eb9
JB
2412013-05-08 Joel Brobecker <brobecker@adacore.com>
242
243 * gdb.texinfo (Debugging Output): Add documentation of
244 "set debug aix-solib" and "show debug aix-solib" commands.
245
a1217d97
SL
2462013-05-06 Sandra Loosemore <sandra@codesourcery.com>
247
248 * gdb.texinfo (Nios II): New section.
249 (Nios II Features): New section.
250
4d1eb6b4
JB
2512013-05-06 Joel Brobecker <brobecker@adacore.com>
252
253 * gdbint.texinfo (Algorithms): Remove entries documenting
254 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
255 SOLIB_CREATE_INFERIOR_HOOK.
256
3f84184e
TT
2572013-04-29 Tom Tromey <tromey@redhat.com>
258
259 PR python/14204:
260 * gdb.texinfo (Python API): Fix menu entry.
261 (Blocks In Python): Fix subsubsection text. Rewrite intro.
262 Define global and static block. Add example. Clarify
263 block relationship for inline functions.
264
60155234
TT
2652013-04-29 Tom Tromey <tromey@redhat.com>
266
267 * gdb.texinfo (Python API): Mention Python help and keyword
268 arguments. Move pagination text to Basic Python.
269 (Basic Python): Put pagination text here. Document
270 close-on-exec, SIGCHLD, and SIGINT.
271
5360976e
PA
2722013-04-19 Pedro Alves <palves@redhat.com>
273
274 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
275 "signedness" instead of "signness".
276
bd3f3b55
PA
2772013-04-19 Pedro Alves <palves@redhat.com>
278
279 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
280 -Wno-pointer-sign text with text on -Wpointer-sign.
281
dee368d3
TT
2822013-04-16 Tom Tromey <tromey@redhat.com>
283
284 * gdb.texinfo (Set Catchpoints): Mention earliest version of
285 GCC that has the SDT probe points.
286
cc16e6c9
TT
2872013-04-15 Tom Tromey <tromey@redhat.com>
288
289 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
290 exception catchpoints.
291
72f1fe8a
TT
2922013-04-15 Tom Tromey <tromey@redhat.com>
293
294 * gdb.texinfo (Set Catchpoints): Document $_exception.
295 (Convenience Vars): Mention $_exception.
296
591f19e8
TT
2972013-04-15 Tom Tromey <tromey@redhat.com>
298
299 * gdb.texinfo (Set Catchpoints): Reorganize exception
300 catchpoints. Document "catch rethrow".
301 (Debugging C Plus Plus): Mention "catch rethrow".
302
02ae6bad
TT
3032013-04-15 Tom Tromey <tromey@redhat.com>
304
305 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
306
2c91021c
JK
3072013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
308 Eli Zaretskii <eliz@gnu.org>
309
310 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
311 line below the sample output.
312
6eaaf48b
EZ
3132013-04-12 Eli Zaretskii <eliz@gnu.org>
314
315 * gdb.texinfo (Mode Options): Document '-configuration'.
316 (Help): Document "show configuration".
317 (Bug Reporting): Add requirements to include the configuration
318 details in bug reports.
319
b292c783
JK
3202013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
321
322 * Makefile.in (MAN1S): Add gcore.1.
323 Remove "Host, target, and site specific Makefile fragments" comment.
324 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
325 (install-man1, uninstall-man1): Conditionalize gcore.1.
326 (gcore.1): New.
327 * gdb.texinfo (Man Pages): Add gcore man.
328 (gcore man): New node.
329
f81d1120
PA
3302013-04-10 Pedro Alves <palves@redhat.com>
331
332 * gdb.texinfo (Process Record and Replay): Document that "set
333 record full insn-number-max", "set record
334 instruction-history-size" and "set record
335 function-call-history-size" accept "unlimited".
336 (Backtrace): Document that "set backtrace limit" accepts
337 "unlimited".
338 (List): Document that "set listsize" accepts "unlimited".
339 (Print Settings)" Document that "set print max-symbolic-offset",
340 "set print elements" and "set print repeats" accept "unlimited".
341 (Starting and Stopping Trace Experiments): Document that "set
342 trace-buffer-size" accepts "unlimited".
343 (Remote Configuration): Document that "set tcp connect-timeout"
344 accepts "unlimited".
345 (Command History): Document that "set history size" accepts
346 "unlimited".
347 (Screen Size): Document that "set height" and "set width" accepts
348 "unlimited". Adjust "set pagination"'s description to suggest
349 "set height unlimited" instead of "set height 0".
350
393fd4c3
YQ
3512013-04-10 Yao Qi <yao@codesourcery.com>
352
353 * gdb.texinfo (Trace Files): Add "target ctf".
354
cba5a7bf
JK
3552013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
356
357 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
358
0ed630cb
JK
359 * Makefile.in (install-man1, install-man5, uninstall-man1)
360 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
361
afe1492b
JK
362 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
363
5b8b6385
JK
3642013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
365 Eli Zaretskii <eliz@gnu.org>
366
367 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
368 parameters order. Remove "On some targets" for --attach. Document the
369 --multi parameter and extended-remote command. Document all the
370 options.
371
906ccdf0
JK
3722013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
373
374 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
375 the list of supported languages.
376
43662968
JK
3772013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
378
379 Convert man pages to texinfo, new gdbinit.5 texinfo page.
380 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
381 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
382 (diststuff): Add man.
383 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
384 (uninstall-man5): New.
385 (STAGESTUFF): Add *.1 and *.5.
386 (GDBvn.texi): Add SYSTEM_GDBINIT.
387 (gdb.1, gdbserver.1, gdbinit.5): New.
388 (maintainer-clean realclean): Add $(MANS).
389 (install): Add install-man.
390 (uninstall): Add uninstall-man.
391 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
392 (@copying): Wrap it by @c man begin COPYRIGHT.
393 (Top): Add Man Pages.
394 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
395
be9a8770
PA
3962013-04-02 Pedro Alves <palves@redhat.com>
397
398 * gdb.texinfo (Debugging Output): Document "set/show debug
399 aarch64", "set/show debug coff-pe-read" and "set/show debug
400 mach-o".
401
a46c1e42
PA
4022013-04-02 Pedro Alves <palves@redhat.com>
403
404 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
405 table>: Add entry for "trace-buffer-size".
406
bd3eecc3
PA
4072013-03-28 Pedro Alves <palves@redhat.com>
408
409 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
410 table>: Add entry for "trace-status".
411
215b9f98
EZ
4122013-03-28 Eli Zaretskii <eliz@gnu.org>
413
414 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
415 @bullet", which is invalid (makeinfo 5.1 barfs).
416
7f7cc265
PA
4172013-03-28 Pedro Alves <palves@redhat.com>
418
419 PR gdb/15294
420
421 * gdb.texinfo (List) <set listsize>: Adjust to document that
422 listsize 0 means no limit, and remove mention of -1.
423
9c0be723
YQ
4242013-03-22 Yao Qi <yao@codesourcery.com>
425
426 * gdb.texinfo (Embedded Processors): Remove menu item
427 "OpenRISC 1000".
428 (OpenRISC 1000): Remove.
429
bd712aed
DE
4302013-03-21 Doug Evans <dje@google.com>
431
432 * gdb.texinfo (Maintenance Commands): Add docs for
433 "mt set per-command {space,time,symtab} {on,off}".
434
d0353e76
YQ
4352013-03-14 Hui Zhu <hui@codesourcery.com>
436 Yao Qi <yao@codesourcery.com>
437
438 * gdb.texinfo (Trace Files): Add "tsave -ctf".
439
6dd24dfa
KS
4402013-03-13 Keith Seitz <keiths@redhat.com>
441
442 * gdb.texinfo (Maintenance Commands): Add missing ')' for
443 "maint agent" reference to Dynamic printf.
444
5c4808ca
EZ
4452013-03-11 Eli Zaretskii <eliz@gnu.org>
446
447 * gdb.texinfo (General Query Packets): Don't use colon in index
448 entries visible to Info format.
449
59ea5688
MM
4502013-03-11 Markus Metzger <markus.t.metzger@intel.com>
451
452 * gdb.texinfo (Process Record and Replay): Document record
453 changes.
454
2ae8c8e7
MM
4552013-03-11 Markus Metzger <markus.t.metzger@intel.com>
456
457 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
458 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
459 qXfer:btrace:read.
460
28abe188
EZ
4612013-03-09 Eli Zaretskii <eliz@gnu.org>
462
463 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
464 use colons in @anchor and @cindex entries.
465
be9a119c 4662013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
467
468 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
469
be9a119c 4702013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
471 Hafiz Abid Qadeer <abidh@codesourcery.com>
472
473 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
474 trace-buffer-size set and show commands.
475 (Tracepoint Packets): Document QTBuffer:size.
476 (General Query Packets): Document QTBuffer:size.
477
d57350ea
TT
4782013-02-21 Tom Tromey <tromey@redhat.com>
479
480 * gdb.texinfo: Remove bad @syncodeindex.
481 (Values From Inferior, Types In Python, Inferiors In Python)
482 (Events In Python, Threads In Python, Frames In Python, Blocks In
483 Python, Symbols In Python, Symbol Tables In Python): Remove
484 @tables.
485 (Packets, General Query Packets, Tracepoint Packets)
486 (Host I/O Packets): Use @w{} for empty @item.
487
9f44fbc0
SCR
4882013-02-20 Siva Chandra Reddy <sivachandra@google.com>
489
490 * gdb.texinfo (Architectures In Python): Add description about
491 the new method gdb.Architecture.disassemble.
492
f5911ea1
HAQ
4932013-02-15 Pedro Alves <pedro@codesourcery.com>
494 Hafiz Abid Qadeer <abidh@codesourcery.com>
495
496 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
497 Document the "trace-file" field.
498
7e1e0340
DE
4992013-02-07 Doug Evans <dje@google.com>
500
501 * gdb.texinfo (Machine Code): Clarify argument to disassemble
502 command.
503
134a2066
YQ
5042013-02-06 Yao Qi <yao@codesourcery.com>
505
506 * gdb.texinfo (GDB/MI Async Records): Document new MI
507 notification "=tsv-modified". Update the document of MI
508 notification "=tsv-created".
509 * observer.texi (GDB Observers): New observer tsv_modified.
510 Update observer tsv_created and tsv_delete.
511
430ed3f0
MS
5122013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
513
514 * gdb.texinfo (AArch64 Features): New section; document
515 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
516 (Architectures): Add new AArch64 section to document AArch64
517 architecture specific commands.
518 (ABI): Add description of the new OS ABI "Newlib" and its influence
519 on the longjmp handling.
520
1b56eb55
JK
5212013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
522 Jan Kratochvil <jan.kratochvil@redhat.com>
523
524 * gdb.texinfo (Backtrace): Added description of 'filename-display'
525 variable in 'set/show backtrace' section.
526
c4957902
TT
5272013-01-31 Tom Tromey <tromey@redhat.com>
528
529 * gdb.texinfo (Target Commands): Fix typo.
530
bea883fd
SCR
5312013-01-23 Siva Chandra Reddy <sivachandra@google.com>
532
533 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
534 describing the gdb.Architecture class.
535 (Frames In Python): Add description about the new method
536 gdb.Frame.architecture().
537
796a7ff8
DE
5382013-01-23 Doug Evans <dje@google.com>
539
540 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
541
998580f1
MK
5422013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
543
544 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
545 'thread-groups' field when printing a breakpoint in MI.
546
c9fb1240
SD
5472012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
548 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
549 to reflect that jit-reader-load now supports absolute file-names.
550
ab04a2af
TT
5512013-01-16 Tom Tromey <tromey@redhat.com>
552
553 * gdb.texinfo (Set Catchpoints): Document "catch signal".
554 (Signals): Likewise.
555
8ac3646f
TT
5562013-01-16 Tom Tromey <tromey@redhat.com>
557
558 * gdb.texinfo (GDB/MI Breakpoint Information): Document
559 "catch-type" field.
560 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
561
e93a8774
TT
5622013-01-07 Tom Tromey <tromey@redhat.com>
563
564 * gdb.texinfo (Mode Options): Don't mention -epoch.
565 (Data, Emacs): Remove obsolete comments.
566
54516a0b
TT
5672013-01-02 Tom Tromey <tromey@redhat.com>
568
569 * gdb.texinfo (GDB/MI Output Records): Update menu.
570 (GDB/MI Breakpoint Information): New node.
571 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
572 <-break-insert>: Likewise.
573
8dbe8ece
YQ
5742012-12-31 Yao Qi <yao@codesourcery.com>
575
576 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
577 (Packets): Move "vStopped" packet to ...
578 (Notification Packets): ... here. Describe the components
579 of notification. Add a table of supported notifications.
580 Add an example on the process of he async notification.
581
f35a17b5
JK
5822012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
583
584 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
585 present.
586 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
587 fullname output always present.
588
0dfd2fad
PM
5892012-12-23 Pierre Muller <muller@sourceware.org>
590
591 * gdbint.texinfo (Function prototypes): Require use of "extern"
592 modifier for function prototypes in headers.
593
7785b880
JB
5942012-12-19 Joel Brobecker <brobecker@adacore.com>
595
596 * refcard.tex: Update copyright notice to GPL v3 or later.
597 Update contact info.
598
3d745be3
JK
5992012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
600
601 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
602
c9b6281a
YQ
6032012-12-15 Yao Qi <yao@codesourcery.com>
604
605 * gdb.texinfo (Debugging Output): Document 'set debug
606 notification' and 'show debug notification'.
607
f2a8bc8a
YQ
6082012-12-15 Yao Qi <yao@codesourcery.com>
609
610 * gdb.texinfo (Listing Tracepoints): New item and example about
611 'installed on target' output.
612 Add more in the example about 'installed on target'.
613 (GDB/MI Breakpoint Commands): Doc about 'installed field.
614
451b7c33
TT
6152012-12-14 Tom Tromey <tromey@redhat.com>
616
617 * gdb.texinfo (SVR4 Process Information): Mention core files.
618
3fa7bf06
MG
6192012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
620
621 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
622
05b4bd79
PA
6232012-12-11 Pedro Alves <palves@redhat.com>
624
625 * gdb.texinfo: Remove all mentions of Unixware throughout.
626
74a0d9f6
JK
6272012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
628
629 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
630
0c631110
TT
6312012-11-29 Tom Tromey <tromey@redhat.com>
632
633 * gdb.texinfo (SVR4 Process Information): Document missing
634 "info proc" subcommands.
635
891df0ea
YQ
6362012-11-29 Yao Qi <yao@codesourcery.com>
637
638 PR gdb/1477.
639 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
640 to 'auto' instead of 'gnu'.
641
608e2dbb
TT
6422012-11-26 Tom Tromey <tromey@redhat.com>
643
644 * gdb.texinfo (MiniDebugInfo): New node.
645 (GDB Files): Update.
646
e64e0392
DE
6472012-11-16 Doug Evans <dje@google.com>
648
649 * gdb.texinfo (System-wide configuration): If the system-wide init
650 file lives in the data-directory, and --data-directory is provided,
651 look for it there.
652
ae606bee
TT
6532012-11-15 Tom Tromey <tromey@redhat.com>
654
655 * gdb.texinfo (Signaling): Fix typo.
656
62747a60
TT
6572012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
658
659 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
660 parameter "count" of -data-write-memory-bytes, and add an example.
661
18a9fc12
TT
6622012-11-12 Tom Tromey <tromey@redhat.com>
663
664 * gdb.texinfo (Symbols): Document "info type-printers",
665 "enable type-printer" and "disable type-printer".
666 (Python API): Add new node to menu.
667 (Type Printing API): New node.
668 (Progspaces In Python): Document type_printers field.
669 (Objfiles In Python): Likewise.
670 (gdb.types) <get_type_recognizers, apply_type_recognizers,
671 register_type_printer, TypePrinter>: Document.
672
53342f27
TT
6732012-11-12 Tom Tromey <tromey@redhat.com>
674
675 * gdb.texinfo (Symbols): Document "set print type methods",
676 "set print type typedefs", and flags to ptype and whatis.
677
ed8a1c2d
AB
6782012-11-09 Andrew Burgess <aburgess@broadcom.com>
679
680 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
681 the example -data-disassemble output. Extend the description of
682 the -data-disassemble results to document all fields. Document
683 the cli disassemble command as being related to -data-disassemble.
684
8506d139
YQ
6852012-11-09 Yao Qi <yao@codesourcery.com>
686
687 PR gdb/14777.
688 * gdb.texinfo (OS Information): Remove doc on command
689 'info udot'.
690
4d3f93a2
JB
6912012-11-08 Joel Brobecker <brobecker@adacore.com>
692
693 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
694 gdb.ini warning for Windows port.
695
1e96de83
YQ
6962012-11-08 Yao Qi <yao@codesourcery.com>
697
698 * gdb.texinfo (Search): Add kindex for 'fo'.
699
dc939229
TT
7002012-11-05 Tom Tromey <tromey@redhat.com>
701
702 PR python/14802:
703 * gdb.texinfo (Functions In Python): Add example.
704
6f6484cd
YQ
7052012-11-03 Yao Qi <yao@codesourcery.com>
706
707 * observer.texi (GDB Observers): Remove observer
708 'tracepoint_modified', 'tracepoint_created' and
709 'tracepoint_deleted'.
710
af4238e5
TT
7112012-10-26 Tom Tromey <tromey@redhat.com>
712
713 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
714
687e43a4
TT
7152012-10-25 Tom Tromey <tromey@redhat.com>
716
717 * gdb.texinfo (General Query Packets): Use @itemx.
718
8de0566d
YQ
7192012-10-17 Yao Qi <yao@codesourcery.com>
720
721 * observer.texi (GDB Observers): Update observer
722 'memory_changed'.
723 * gdb.texinfo (GDB/MI Async Records): Document for
724 "memory-changed" notification.
725
07540c15
DE
7262012-10-15 Doug Evans <dje@google.com>
727
728 * gdb.texinfo (Mode Options): Document -nh.
729 Elaborate on docs for -nx.
730
d7019589
SP
7312012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
732
733 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
734
82a90ccf
YQ
7352012-09-21 Yao Qi <yao@codesourcery.com>
736 Pedro Alves <palves@redhat.com>
737
738 * gdb.texinfo (GDB/MI Async Records): Document notification
739 'record-started' and 'record-stopped'.
740 * observer.texi (GDB Observers): New observer 'record-changed'.
741
aa9259cc
TS
7422012-09-19 Thomas Schwinge <thomas@codesourcery.com>
743
744 * gdb.texinfo: Document the removal of SH's 'regs' command.
745
c1d780c2
SDJ
7462012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
747
748 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
749
bb25a15c
YQ
7502012-09-18 Yao Qi <yao@codesourcery.com>
751
752 * gdb.texinfo (GDB/MI Async Records): Document new MI
753 notifications '=tsv-created' and '=tsv-deleted'.
754 * observer.texi (GDB Observers): New observer tsv_created and
755 tsv_deleted.
756
201b4506
YQ
7572012-09-18 Yao Qi <yao@codesourcery.com>
758
759 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
760 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
761 '=traceframe-changed'.
762
6fc1c773
YQ
7632012-09-17 Yao Qi <yao@codesourcery.com>
764
765 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
766 'set listsize'.
767
121c73f3
JK
7682012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
769 Eli Zaretskii <eliz@gnu.org>
770
771 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
772 encoding for gdbarch_breakpoint_from_pc, bp_addr for
773 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
774
e9687799
JK
7752012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
776
777 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
778
3b5e4d35
YPK
7792012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
780
781 Document how to return from "python-interactive" to GDB.
782 * gdb.texinfo (Python Commands): Update documentation.
783
7842012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
785
786 Add a new "python-interactive" command that starts a standard
787 Python interactive prompt with "pi" as alias, and add "py" as
788 an alias to "python".
789 * gdb.texinfo (Python Commands): Document the new commands.
790
b583003e
TT
7912012-08-22 Tom Tromey <tromey@redhat.com>
792
793 * gdbint.texinfo (Host Definition): Remove documentation for
794 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
795
a451cb65
KS
7962012-08-17 Keith Seitz <keiths@redhat.com>
797
798 PR c++/13356
799 * gdb.texinfo (Type and Range Checking): Remove warning.
800 Remove spurious commas.
801 Update text and examples for re-implementation of set/show
802 check type.
803 (C and C++ Type and Range Checks): Likewise.
804
6b1755ce
YQ
8052012-08-16 Yao Qi <yao@codesourcery.com>
806
807 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
808 is deprecated.
809
f47f77df
DE
8102012-08-13 Doug Evans <dje@google.com>
811
812 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
813 to include functions.
814
a72c3253
DE
8152012-08-10 Doug Evans <dje@google.com>
816
817 * gdb.texinfo (Convenience Funs): New node.
818 (Types In Python): Document Type.vector.
819
5b9afe8a
YQ
8202012-08-09 Yao Qi <yao@codesourcery.com>
821
822 * observer.texi: New observer command_param_changed.
823 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
824
dc1039df
JK
8252012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
826
827 * gdbint.texinfo (Debugging GDB): In section
828 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
829 Mention also gdb-gdb.py.
830
4abf930d
YQ
8312012-08-07 Yao Qi <yao@codesourcery.com>
832
833 Revert the folloing patch:
834 2012-08-06 Yao Qi <yao@codesourcery.com>
835 * gdb.texinfo (Remote Configuration): Add kindex for 'set
836 remote hardware-watchpoint-limit' and 'set
837 remote hardware-breakpoint-limit'.
838
f3c8a52a
JK
8392012-08-06 Nathaniel Flath <flat0103@gmail.com>
840
841 * gdb.texinfo (Working Directory): Added information about new
842 default argument for 'cd' command.
843
77a91025
YQ
8442012-08-06 Yao Qi <yao@codesourcery.com>
845
846 * gdb.texinfo (Remote Configuration): Add kindex for 'set
847 remote hardware-watchpoint-limit' and 'set
848 remote hardware-breakpoint-limit'.
849
d9f08f52
YQ
8502012-08-06 Yao Qi <yao@codesourcery.com>
851
852 Fix PR14371.
853
854 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
855 '=breakpoint-deleted'.
856
95b07c96
YQ
8572012-08-02 Yao Qi <yao@codesourcery.com>
858
859 * gdb.texinfo (Native): Remove node Neutrino.
860
7255706c
YQ
8612012-07-27 Yao Qi <yao@codesourcery.com>
862
863 * gdb.texinfo (IPA Protocol Commands): Document new command
864 'close'.
865
d6b28940
TT
8662012-07-25 Tom Tromey <tromey@redhat.com>
867
868 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
869
e615022a
DE
8702012-07-20 Doug Evans <dje@google.com>
871
872 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
873 (Index Files): Document how to control the use of deprecated index
874 sections.
875 (Index Section Format): Replace --use-deprecated-index-sections with
876 "set use-deprecated-index-sections on".
877
055855a4
EZ
8782012-07-12 Eli Zaretskii <eliz@gnu.org>
879
880 * gdbint.texinfo: Remove @syncodeindex directives that put all the
881 indices into a single node "Index". Instead, join function and
882 variable indices into a single index, separate from the concept
883 index. Requested in
884 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
885 (Top): Update the top-level menu: instead of one "Index" there are
886 now separate entries "Concept Index" and "Function and Variable
887 Index".
888 (Concept Index, Function and Variable Index): New nodes.
889 (Index): Node deleted.
890
f77cc5f0
HZ
8912012-07-05 Hui Zhu <hui_zhu@mentor.com>
892
893 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
894 and "maint agent-eval".
895
00595b5e
EZ
8962012-07-03 Eli Zaretskii <eliz@gnu.org>
897
898 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
899 avoid file-name clashes between Index.html and index.html on
900 case-insensitive filesystems. See the discussion starting in
901 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
902 details of the problem.
903 (Top): Update the master menu for the above.
904 (Concept Index, Command and Variable Index): New nodes, instead of
905 the old "Index" node that was deleted. All cross-references
906 updated.
907
d3ce09f5
SS
9082012-07-02 Stan Shebs <stan@codesourcery.com>
909
910 * gdb.texinfo (Dynamic Printf): Mention agent style and
911 disconnected dprintf.
912 (Maintenance Commands): Describe maint agent-printf.
913 (General Query Packets): Mention BreakpointCommands feature.
914 (Packets): Document commands extension to Z0 packet.
915 * agentexpr.texi (Bytecode Descriptions): Document printf
916 bytecode.
917
2d7b58e8
JK
9182012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
919
920 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
921 only after gdbinit files.
922 (Startup): Move -iex and -iex commands down after gdbinit files.
923
202cbf1c
JK
9242012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
925
926 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
927 possibility.
928
b6ba681c
TT
9292012-06-29 Tom Tromey <tromey@redhat.com>
930
931 * gdb.texinfo (Index Section Format): Update for version 7.
932
71caed83
SS
9332012-06-28 Stan Shebs <stan@codesourcery.com>
934
935 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
936 example, add note about title column.
937
ee0bf529
SCR
9382012-06-26 Siva Chandra Reddy <sivachandra@google.com>
939
940 * gdb.texinfo (Symbol Tables In Python): Add description about
941 the new 'last' attribute of gdb.Symtab_and line.
942
3c15d565
SCR
9432012-06-26 Siva Chandra Reddy <sivachandra@google.com>
944
945 * gdb.texinfo (Symbol Tables In Python): Correct the description
946 of the 'pc' attribute of gdb.Symtab_and_line.
947
45cfd468
DE
9482012-06-26 Doug Evans <dje@google.com>
949
950 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
951 and symtab-create.
952
496ee73e
KS
9532012-06-25 Keith Seitz <keiths@redhat.com>
954
955 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
956 from example. Remove "rbreak" from list of corresponding
957 gdb commands.
958
156942c7
DE
9592012-06-23 Doug Evans <dje@google.com>
960
961 * gdb.texinfo (Index Section Format): Document version 7 format.
962
c614397c
YQ
9632012-06-22 Yao Qi <yao@codesourcery.com>
964
965 * gdb.texinfo: Add missing cindex for some packets.
966
472a2379
KS
9672012-06-20 Keith Seitz <keiths@redhat.com>
968
969 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
970 for -break-insert and document -p.
971
2678e2af
YQ
9722012-06-20 Yao Qi <yao@codesourcery.com>
973
974 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
975 and "gdb.write_memory" with "Inferior.read_memory" and
976 "Inferior.write_memory".
977
984359d2
EZ
9782012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
979
980 * gdb.texinfo (Summary): Add a link to "Free Documentation".
981 (Free Documentation): Add @node line.
982 (Continuing and Stepping) <advance location>: Use @item instead of
983 @itemx.
984 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
985 @itemx.
986 (Embedded Processors): Put the link to "PA" to its correct place,
987 according to document structure.
988 (Python API): Put the link to "Lazy Strings In Python" to its
989 correct place.
990 (Index): Use @@ in @tex block to get a literal @.
991
992 * gdbint.texinfo: Fix the @subtitle line.
993
994 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
995 correct place.
996
16bdd41f
YQ
9972012-06-08 Yao Qi <yao@codesourcery.com>
998
999 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
1000 Protocol'.
1001 (In-Process Agent Protocol, IPA Protocol Objects)
1002 (IPA Protocol Commands): New nodes.
1003 (Tracepoint Packets): Add anchors.
1004
2d4c29c5
TS
10052012-06-06 Thomas Schwinge <thomas@codesourcery.com>
1006
1007 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
1008
6bd110c5
YQ
10092012-06-06 Yao Qi <yao@codesourcery.com>
1010
1011 * gdb.texinfo: Update copyright year.
1012
f3e0e960
SS
10132012-05-23 Stan Shebs <stan@codesourcery.com>
1014 Kwok Cheung Yeung <kcy@codesourcery.com>
1015
1016 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
1017
1564a261
JK
10182012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1019
1020 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
1021 Mention also --with-separate-debug-dir.
1022 (Auto-loading): Prepend $debugdir in the sample output.
1023 (Auto-loading safe path): Likewise. Mention also $debugdir for the
1024 auto-load safe-path variable.
1025 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
1026 Mention also $debugdir for 'set auto-load scripts-directory'.
1027
eb17f351
EZ
10282012-05-19 Eli Zaretskii <eliz@gnu.org>
1029
1030 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
1031 (MIPS Embedded, MIPS, MIPS Register packet Format)
1032 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
1033 appropriate.
1034
4cc0665f
MR
10352012-05-18 Sandra Loosemore <sandra@codesourcery.com>
1036 Maciej W. Rozycki <macro@codesourcery.com>
1037
1038 * gdb.texinfo (MIPS): Document "set mips compression" and "show
1039 mips compression".
1040 (MIPS Breakpoint Kinds): New subsubsection.
1041
7af8dcf8 10422012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
1043
1044 * gdb.texinfo (Architecture-Specific Protocol Details): Define
1045 nodes for subsections. Add @acronym mark-ups and adjust
1046 formatting.
1047
aff139ff
JK
10482012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1049
1050 Rename $ddir to $datadir.
1051 * gdb.texinfo (Auto-loading, Auto-loading safe path)
1052 (objfile-gdb.py file): Rename $ddir to $datadir.
1053
9cb709b6
TT
10542012-05-18 Tom Tromey <tromey@redhat.com>
1055
1056 * gdb.texinfo (Print Settings): Document 'set print symbol'.
1057
e7e0cddf
SS
10582012-05-14 Stan Shebs <stan@codesourcery.com>
1059
1060 * gdb.texinfo (Dynamic Printf): New subsection.
1061
7efc75aa
SCR
10622012-05-13 Siva Chandra Reddy <sivachandra@google.com>
1063
1064 * gdb.texinfo (Basic Python): Add description about the function
1065 gdb.find_pc_line
1066
f307c045
JK
10672012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1068 Eli Zaretskii <eliz@gnu.org>
1069
1070 * gdb.texinfo (Separate Debug Files): Use plural form for global
1071 debugging information directory.
1072
85d4a676
SS
10732012-05-11 Stan Shebs <stan@codesourcery.com>
1074 Kwok Cheung Yeung <kcy@codesourcery.com>
1075
1076 * gdb.texinfo (Operating System Auxiliary Information): Document new
1077 'info os' subcommands.
1078
c1668e4e
JK
10792012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1080
1081 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
1082 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
1083 (dotdebug_gdb_scripts section): Add reference
1084 to 'Auto-loading safe path'.
1085
7349ff92
JK
10862012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1087
1088 Implement multi-component --with-auto-load-dir.
1089 * gdb.texinfo (Auto-loading): New references
1090 for 'set auto-load scripts-directory'
1091 and 'show auto-load scripts-directory'.
1092 (Auto-loading safe path): Describe the new default. Move $ddir
1093 substituation reference to 'objfile-gdb.py file'.
1094 (objfile-gdb.py file): Describe script-name alias. Change real-name to
1095 script-name. Describe new 'set auto-load scripts-directory'
1096 and 'show auto-load scripts-directory'.
1097
6dea1fbd
JK
10982012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1099
1100 Provide $ddir substitution for --with-auto-load-safe-path.
1101 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
1102 (Auto-loading safe path): Likewise. Mention the default value,
1103 $ddir substitution, --with-auto-load-safe-path and
1104 --without-auto-load-safe-path.
1105 * observer.texi (gdb_datadir_changed): New.
1106
1ccacbcd
JK
11072012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1108
1109 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
1110 Twice.
1111
d9242c17
JK
1112 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
1113 directory separator by path separator.
1114
af2c1515
JK
11152012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1116
1117 * gdb.texinfo (Auto-loading safe path): Make 'directories'
1118 for 'set auto-load safe-path' optional. Mention if it is omitted.
1119 Change disabling security protection condition to "/", twice.
1120
a20ee7a4
SCR
11212012-05-03 Siva Chandra Reddy <sivachandra@google.com>
1122
1123 * gdb.texinfo (Symbol Tables In Python): Add documentation about
1124 the new methods global_block and static_block on gdb.Symtab
1125 objects.
1126
56af09aa
SCR
11272012-05-02 Siva Chandra Reddy <sivachandra@google.com>
1128
1129 * gdb.texinfo (Blocks In Python): Add a note saying that future
1130 improvements to GDB and its infrastructure can move symbols
1131 across blocks within a symbol table.
1132
2746b0ef
YQ
11332012-04-29 Yao Qi <yao@codesourcery.com>
1134
1135 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
1136 (A29K): Remove.
1137
62e5f89c
SDJ
11382012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
1139 Tom Tromey <tromey@redhat.com>
1140
1141 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
1142 and generic static probe support on GDB.
1143
a766d390
DE
11442012-04-25 Doug Evans <dje@google.com>
1145
50f042b9
DE
1146 * gdb.texinfo (Go): Fix thinko.
1147
a766d390
DE
1148 * gdb.texinfo (Supported Languages): Add Go.
1149 (Go): New node.
1150
f02e2b19
YQ
11512012-04-25 Yao Qi <yao@codesourcery.com>
1152
1153 * gdbint.texinfo (Testsuite): New section `Board settings'.
1154
68d41a48
JK
11552012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1156
1157 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
1158 Three times.
1159
174bb630
JK
1160 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
1161 Three times.
1162
0511cc75
JK
11632012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1164
1165 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
1166 by @table @asis. Fix formatting of one item.
1167
0070f25a
JK
11682012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1169
1170 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
1171
4dc84fd1
JK
11722012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1173
1174 New option "set debug auto-load".
1175 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
1176 (auto-load verbose mode): New node.
1177
bccbefd2
JK
11782012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1179
1180 New option "set auto-load safe-path".
1181 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
1182 and "info auto-load" examples for safe-path. Put there also references
1183 for "set auto-load safe-path" and "show auto-load safe-path".
1184 New menu item for Auto-loading safe path.
1185 (Auto-loading safe path): New node.
1186 (Python Auto-loading): Update the expected output from "Missing"
1187 to "No".
1188
bf88dd68
JK
11892012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1190
1191 auto-load: Implementation.
1192 * gdb.texinfo (Mode Options): New anchor for -nx.
1193 (Startup): New anchors for Option -init-eval-command,
1194 Home Directory Init File
1195 and Init File in the Current Directory during Startup.
1196 Mention set auto-load local-gdbinit with a reference.
1197 Change the sample code to "set auto-load python-scripts".
1198 (Threads): New anchor set libthread-db-search-path.
1199 Provide references to libthread_db.so.1 file.
1200 (Controlling GDB): New menu item for Auto-loading.
1201 (Auto-loading, Init File in the Current Directory)
1202 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
1203 (Python): Rename the menu item Auto-loading to Python Auto-loading.
1204 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
1205 reference.
1206 (Auto-loading): Rename to ...
1207 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
1208 "set auto-load python-scripts", new anchor for it. Change
1209 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
1210 for it. Change "info auto-load-scripts"
1211 to "info auto-load python-scripts", new anchor for it. Change "scripts"
1212 to "Python scripts".
1213
8264ba82
AG
12142012-04-14 Anton Gorenkov <xgsa@yandex.ru>
1215
1216 PR mi/13393
1217 * gdb.texinfo (Print Settings): Extend the description for "set print
1218 object".
1219 (GDB/MI Variable Objects): Extend the description for -var-create and
1220 -var-list-children.
1221
06fc020f
SCR
12222012-04-11 Siva Chandra Reddy <sivachandra@google.com>
1223
1224 * gdb.texinfo (Examining Data): Document the 'explore' command.
1225
7191c139
JB
12262012-03-28 Joel Brobecker <brobecker@adacore.com>
1227
1228 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
1229 to the children of a varobj and its update range when -var-update
1230 returns that the varobj's type changed.
1231
3708f05e
JK
12322012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1233
1234 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
1235 Create two new links fir 'objfile-gdb.py file'
1236 and 'dotdebug_gdb_scripts section'.
1237
8e0583c8
JK
12382012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1239
1240 * gdb.texinfo (Auto-loading): Rename node reference
1241 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
1242 Twice.
1243 (.debug_gdb_scripts section): Rename the node ...
1244 (dotdebug_gdb_scripts section): ... here.
1245 (Maintenance Commands): Also rename this node reference.
1246
7b282c5a
SCR
12472012-03-22 Siva Chandra Reddy <sivachandra@google.com>
1248
1249 * gdb.texinfo (Python API/Values From Inferior): Add description
1250 about the new method Value.referenced_value. Add description on
1251 how Value.dereference is different (and similar) to
1252 Value.referenced_value.
1253
8320cc4f
JK
12542012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1255
1256 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
1257 --init-eval-command=COMMAND, -iex.
1258 (Startup): Describe -iex and -ix. Simplify the example
1259 for "set auto-load-scripts off".
1260
481860b3
GB
12612012-03-16 Gary Benson <gbenson@redhat.com>
1262
1263 PR breakpoints/10738
1264 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
1265 stating that GDB cannot set breakpoints on inlined functions.
1266 (Mode Options): Document --use-deprecated-index-sections.
1267 (Index Section Format): Document new index section version format.
1268
c4aeac85
TT
12692012-03-15 Tom Tromey <tromey@redhat.com>
1270
1271 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
1272
16899756
DE
12732012-03-13 Doug Evans <dje@google.com>
1274
1275 * gdb.texinfo (Help): Change apropos example to use "alias" instead
1276 of "reload".
1277 (Symbols): Delete docs for set/show symbol-reloading.
1278 * gdbint.texinfo (Defining Other Architecture Features): Delete
1279 SYMBOL_RELOADING_DEFAULT.
1280 * refcard.tex: Delete reference to symbol-reloading.
1281
9b224c5e
PA
12822012-03-07 Pedro Alves <palves@redhat.com>
1283
1284 * gdb.texinfo (General Query Packets): Document new
1285 QProgramSignals packet.
1286 * gdb.texinfo (Remote configuration): Mention
1287 "program-signals-packet".
1288
169081d0
TG
12892012-03-05 Tristan Gingold <gingold@adacore.com>
1290
1291 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
1292
d1feda86
YQ
12932012-03-03 Yao Qi <yao@codesourcery.com>
1294
1295 * gdb.texinfo (In-Process Agent): New node.
1296 Document new commands.
1297 (General Query Packets): Add packet `QAgent'.
1298
1faeff08
MR
12992012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
1300
1301 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
1302
7d74f244
DE
13032012-03-01 Scott J. Goldman <scottjg@vmware.com>
1304
1305 * gdb.texinfo (Commands In Python): Put example python macro in
1306 COMMAND_USER category rather than COMMAND_OBSCURE.
1307 Document gdb.COMMAND_USER.
1308 (User-defined Commands): Update documentation to clarify
1309 "set/show max-user-call-depth" and "show user" don't apply to python
1310 commands. Update documentation to clarify "help user-defined" may
1311 also include python commands defined as COMMAND_USER.
1312
6fe37d23
JK
13132012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1314
1315 * gdb.texinfo (Startup): Add option -ex description to the option -x
1316 description.
1317
83364271
LM
13182012-02-24 Luis Machado <lgustavo@codesourcery.com>
1319
1320 * gdb.texinfo (Setting Breakpoints): Mention and explain the
1321 condition-evaluation breakpoint parameter.
1322 Mention condition-evaluation mode being shown in "info break".
1323 (Break Conditions): Add description for target-side
1324 conditional breakpoints.
1325 (Remote Configuration): Mention conditional-breakpoints-packet.
1326 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
1327 cond-expr.
1328 (General Query Packets): Mention new ConditionalBreakpoint feature.
1329
bdb1994d
TT
13302012-02-22 Tom Tromey <tromey@redhat.com>
1331
1332 * gdb.texinfo (Blocks In Python): Clarify block iteration.
1333
4d241c86
TT
13342012-02-17 Tom Tromey <tromey@redhat.com>
1335
1336 PR python/10753:
1337 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
1338 directory.
1339
816338b5
SS
13402012-02-14 Stan Shebs <stan@codesourcery.com>
1341
1342 * gdb.texinfo (Disabling Breakpoints): Document enable count.
1343
cc30c4bd
PA
13442012-02-13 Pedro Alves <palves@redhat.com>
1345
1346 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
1347 mips-idt-ecoff.
1348
035d1e5b
YQ
13492012-02-09 Yao Qi <yao@codesourcery.com>
1350
1351 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
1352
f0823d2c
TT
13532012-02-07 Tom Tromey <tromey@redhat.com>
1354
1355 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
1356 Symbol.value.
1357
64e7d9dd
TT
13582012-02-07 Tom Tromey <tromey@redhat.com>
1359
1360 * gdb.texinfo (Symbols In Python): Document Symbol.line.
1361
4220b2f8
TS
13622012-01-27 Thomas Schwinge <thomas@codesourcery.com>
1363
1364 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
1365
edcc5120
TT
13662012-01-24 Tom Tromey <tromey@redhat.com>
1367
1368 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
1369 unload".
1370 (Files): Mention new catch commands.
1371 (GDB/MI Async Records): Likewise.
1372
53fe1783
GB
13732012-01-24 Gary Benson <gbenson@redhat.com>
1374
1375 Delete #if 0'd out code.
1376 * gdb.texinfo (Frame Info): Remove "info catch".
1377
b9e7b9c3
UW
13782012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1379
1380 * gdb.texinfo (Remote Configuration): Document
1381 "set remote hostio-readlink-packet" command.
1382 (General Query Packets): Document vFile:readlink packet.
1383
4aac40c8
TT
13842012-01-16 Tom Tromey <tromey@redhat.com>
1385
1386 * gdb.texinfo (Specify Location): Document relative file name
1387 handling.
1388
cafec441
TT
13892012-01-16 Tom Tromey <tromey@redhat.com>
1390
1391 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
1392
0ee339bc
JK
13932012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1394 Eli Zaretskii <eliz@gnu.org>
1395
1396 * gdbint.texinfo (Coding Standards): Require braces for two lines of
1397 code.
1398
72384ba3
PH
13992012-01-11 Paul Hilfinger <hilfingr@adacore.com>
1400
1401 * gdb.texinfo (Variables): Document use of :: for non-static
1402 variables.
1403
ce1b17c4
JB
14042012-01-05 Joel Brobecker <brobecker@adacore.com>
1405
1406 * gdbint.texinfo (Start of New Year Procedure): Update
1407 to replace use of copyright.sh by use of copyright.py.
1408
217bff3e
JK
14092012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1410
1411 Remove the gdbtui binary.
1412 * all-cfg.texi (GDBTUI): Remove.
1413 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
1414 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
1415 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
1416
cc72b2a2
KP
14172011-12-23 Kevin Pouget <kevin.pouget@st.com>
1418
1419 Introduce gdb.FinishBreakpoint in Python.
1420 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
1421 (Python API): Add menu entry for Finish Breakpoints.
1422
13ac8d2c
JK
14232011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1424
1425 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
1426 tests.
1427
e0f9f062
DE
14282011-12-16 Doug Evans <dje@google.com>
1429
1430 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
1431
80b6e756
PM
14322011-12-16 Phil Muldoon <pmuldoon@redhat.com>
1433
1c3ad6ab 1434 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
1435 stack". Add documentation for "set/show python print-stack".
1436
2fb860fc
PA
14372011-12-14 Pedro Alves <pedro@codesourcery.com>
1438
1439 * gdb.texinfo (Implementing a Remote Stub): Explain that you
1440 should transfer control to the stub in the startup code instead of
1441 in main. Mention the need to get past the initial breakpoint.
1442
f8eba3c6
TT
14432011-12-06 Tom Tromey <tromey@redhat.com>
1444
1445 * gdb.texinfo (Set Breaks): Update for new behavior.
1446
2268b414
JK
14472011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1448
1449 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
1450 List Format for SVR4 Targets'.
1451 (General Query Packets): New item qXfer:libraries-svr4:read.
1452 (Library List Format for SVR4 Targets): New node.
1453
ae6f0d5b
TT
14542011-12-01 Tom Tromey <tromey@redhat.com>
1455
1456 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
1457 add.
1458
36dfb11c
TT
14592011-11-22 Tom Tromey <tromey@redhat.com>
1460
1461 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
1462 reasons.
1463
f196051f
SS
14642011-11-20 Stan Shebs <stan@codesourcery.com>
1465
1466 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1467 note-related options and variables.
1468 (Tracepoint Packets): Document packet changes.
1469
f85b53f8
SD
14702011-11-20 Sanjoy Das <sdas@igalia.com>
1471
1472 * gdb.texinfo (JIT Interface): Add documentation on writing and
1473 usind JIT debug info readers.
1474 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
1475 Debug Info Readers): New nodes.
1476
bfccc43c
YQ
14772011-11-18 Yao Qi <yao@codesourcery.com>
1478
1479 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
1480 tracepoint.
1481
c011a4f4
DE
14822011-11-15 Doug Evans <dje@google.com>
1483
1484 * gdb.texinfo (Files): Document basenames-may-differ.
1485
ed59ded5
DE
14862011-11-14 Doug Evans <dje@google.com>
1487
1488 * gdb.texinfo (Shell Commands): Document "!".
1489
405f8e94
SS
14902011-11-14 Stan Shebs <stan@codesourcery.com>
1491 Kwok Cheung Yeung <kcy@codesourcery.com>
1492
1493 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
1494 needed to get shorter fast tracepoints.
1495 (Tracepoint Packets): Document new qTMinFTPILen packet.
1496
1e4d1764
YQ
14972011-11-14 Yao Qi <yao@codesourcery.com>
1498
1499 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
1500 behavior of tracepoint.
1501 (General Query Packets): New feature InstallInTrace.
1502 (Remote Configuration): Document "set remote
1503 install-in-trace-packet".
1504
71eba9c2 15052011-11-12 Matt Rice <ratmice@gmail.com>
1506
1507 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
1508 Add arguments to info macro.
1509
e0f8f636
TT
15102011-11-10 Tom Tromey <tromey@redhat.com>
1511
1512 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
1513 manual.
1514 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
1515 (Macros): Add a footnote.
1516 (C): Remove paragraph about compiler options.
1517 (C Constants): Mention wide character and string constants.
1518 (C Plus Plus Expressions): Update compiler option advice. Mention
1519 using declarations. Mention ADL. Remove old HP compiler
1520 information.
1521
625c0d47
TT
15222011-11-10 Tom Tromey <tromey@redhat.com>
1523
1524 PR c++/9257:
1525 * gdb.texinfo (Print Settings): Add an extra note about the need
1526 for a vtable.
1527
4be2aacc
MR
15282011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
1529
1530 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
1531 "set mips abi" documentation.
1532
0a1c4d10
DE
15332011-11-04 Doug Evans <dje@google.com>
1534
1535 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
1536
aad1c02c
TT
15372011-11-03 Tom Tromey <tromey@redhat.com>
1538
1539 * gdb.texinfo (Stopping): Add menu entry.
1540 (Continuing and Stepping): Restore @node. Use @section, not
1541 @subsection.
1542
983fb131
MR
15432011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
1544
1545 * gdb.texinfo (Skipping Over Functions and Files): Remove node
1546 designation. Fix "Specify Location" cross-reference.
1547
3065dfb6
SS
15482011-11-02 Stan Shebs <stan@codesourcery.com>
1549
1550 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
1551 (General Query Packets): Describe tracenz feature.
1552 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
1553
0aaaf063
PK
15542011-10-28 Paul Koning <paul_koning@dell.com>
1555
1556 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
1557
2231f1fb
KP
15582011-10-27 Kevin Pouget <kevin.pouget@st.com>
1559
1560 * gdb.texinfo ((Frames In Python): Document
1561 gdb.FRAME_UNWIND_FIRST_ERROR contant.
1562
5110b5df
PK
15632011-10-26 Paul Koning <paul_koning@dell.com>
1564
1565 * gdb.texinfo (gdb.types): Document new deepitems function.
1566
22dbab46
PK
15672011-10-25 Paul Koning <paul_koning@dell.com>
1568
1569 PR python/13327
1570
1571 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
1572 fetch_lazy method.
1573
9df2fbc4
PM
15742011-10-20 Phil Muldoon <pmuldoon@redhat.com>
1575
1576 PR python/12656
1577
1578 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
1579 global_block, static_block function.
1580
f05e2e1d
TT
15812011-10-19 Tom Tromey <tromey@redhat.com>
1582
1583 * gdb.texinfo (Commands In Python): Add missing "@"s.
1584
a7fc3f37
KP
15852011-10-13 Kevin Pouget <kevin.pouget@st.com>
1586
1587 PR python/13285 Document named constants for frame unwind stop reasons
1588 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
1589 constants.
1590
5048e516
JK
15912011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1592
1593 Fix compatibility with texinfo versions older than 4.12.
1594 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
1595 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
1596 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
1597 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
1598 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
1599 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
1600 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
1601
5a56e9c5
DE
16022011-10-09 Doug Evans <dje@google.com>
1603
1604 * gdb.texinfo (Extending GDB): Document alias command.
1605
36b11add
JK
16062011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1607
1608 Support @entry in input expressions.
1609 * gdb.texinfo (Variables): Describe @entry names suffix.
1610 (Print Settings): Add anchor for `set print entry-values'.
1611
e18b2753
JK
16122011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1613 Eli Zaretskii <eliz@gnu.org>
1614
1615 Display @entry parameter values (without references).
1616 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
1617 example.
1618 (Print Settings): New description of set print entry-values and show
1619 print entry-values.
1620
111c6489
JK
16212011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1622 Eli Zaretskii <eliz@gnu.org>
1623
1624 Recognize virtual tail call frames.
1625 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
1626 (Tail Call Frames): New node.
1627 (Frames In Python): Add gdb.TAILCALL_FRAME.
1628
9c15afc4
DE
16292011-10-07 Doug Evans <dje@google.com>
1630
1631 * gdb.texinfo (gdb.printing): Document new `replace' arg to
1632 register_pretty_printer.
1633
99f5279d
PM
16342011-10-07 Phil Muldoon <pmuldoon@redhat.com>
1635
1636 PR python/12930
1637 PR python/12802
1638
1639 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
1640 stop method.
1641
03583c20
UW
16422011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
1643
1644 * gdb.texinfo (Starting your Program): "set disable-randomization"
1645 is no longer Linux-specific.
1646 (Remote Configuration): Document "set remote
1647 disable-randomization-packet".
1648 (General Query Packets): Document "QDisableRandomization" packet
1649 and add it to "qSupported" list.
1650
bd054e06
KP
16512011-10-07 Kevin Pouget <kevin.pouget@st.com>
1652
1653 Allow Python notification of new object-file loadings.
1654 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
1655 event type.
1656
cb6be26b
KP
16572011-10-04 Kevin Pouget <kevin.pouget@st.com>
1658
1659 PR python/12691: Add the inferior to Python exited event
1660 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
1661
a05336a1
JB
16622011-10-03 Joel Brobecker <brobecker@adacore.com>
1663
1664 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
1665 rephasing.
1666
5d77fe44
JB
16672011-10-03 Joel Brobecker <brobecker@adacore.com>
1668
1669 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
1670 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
1671 as possible feature returned by the `-list-features'
1672 command.
1673
699df94d
PK
16742011-09-28 Paul Koning <paul_koning@dell.com>
1675
1676 * gdb.texinfo (gdb.Type): Document field access by dictionary
1677 key syntax.
1678
24bdad53
YQ
16792011-09-28 Yao Qi <yao@codesourcery.com>
1680
1681 * gdb.texinfo (Files): Update options for `add-symbol-file'.
1682 Add one space after option `-s'. Remove @r{} markup.
1683
6710bf39
SS
16842011-09-27 Stan Shebs <stan@codesourcery.com>
1685
1686 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
1687
d99f7e48
HZ
16882011-09-16 Hui Zhu <teawater@gmail.com>
1689
1690 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
1691 to *(unsigned char *)$esp@300.
1692
d812018b
PK
16932011-09-15 Paul Koning <paul_koning@dell.com>
1694
1695 * gdb.texinfo: Make style of Python functions and methods match
1696 the syntax of Python. Also put class and module names explicitly
1697 on function, member, and variable names, matching Python
1698 documentation conventions.
1699
2aa48337
KP
17002011-09-15 Kevin Pouget <kevin.pouget@st.com>
1701
1702 PR Python/12692 Add gdb.selected_inferior() to Python interface.
1703 * gdb.texinfo (Inferiors In Python): Describe new
1704 gdb.selected_inferior() function.
1705
6839b47f
KP
17062011-09-15 Kevin Pouget <kevin.pouget@st.com>
1707
1708 Handle multiple breakpoint hits in Python interface:
1709 * gdb.texinfo (Events In Python): New function documentation:
1710 gdb.BreakpointEvent.breakpoints. Indicate that
1711 gdb.BreakpointEvent.breakpoint is now deprecated.
1712
26829f2b
JB
17132011-09-04 Joel Brobecker <brobecker@adacore.com>
1714
1715 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
1716
a9f54f60
TT
17172011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
1718
1719 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
1720
fa3a4f15
PM
17212011-08-17 Phil Muldoon <pmuldoon@redhat.com>
1722
1723 * gdb.texinfo (Prompt): Add set/show extended-prompt
1724 documentation
1725 (Basic Python): Add prompt_hook anchor.
1726 (Python modules): Reword module text to reflect multiple modules.
1727 (gdb.prompt): Document gdb.prompt module.
1728
224bbe49
YQ
17292011-08-14 Yao Qi <yao@codesourcery.com>
1730
78d85199
YQ
1731 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
1732
17332011-08-14 Yao Qi <yao@codesourcery.com>
1734
1735 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
1736 (TIC6x Features): New node.
1737
457e09f0
DE
17382011-08-12 Doug Evans <dje@google.com>
1739
1740 * gdb.texinfo (Symbols In Python): Document symbol.type.
1741
5e239b84
PM
17422011-08-09 Phil Muldoon <pmuldoon@redhat.com>
1743
1744 * gdb.texinfo (Python): Document command and function
1745 auto-loading.
1746
177bc839
JK
17472011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1748 Eli Zaretskii <eliz@gnu.org>
1749
1750 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
1751 typedefs unrolling. Extend the sample code by an inner typedef and
1752 outer typedefs unrolling.
1753
1a532630
PP
17542011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
1755
1756 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
1757 size and line-size.
1758
9b158ba0 17592011-07-21 Matt Rice <ratmice@gmail.com>
1760
1761 PR macros/12999
1762 * gdb.texinfo (Macros): Add info definitions and info macros commands.
1763 Update text and cindex entries for info macro command.
1764
d17b6f81
PM
17652011-07-21 Phil Muldoon <pmuldoon@redhat.com>
1766
1767 * observer.texi (GDB Observers): Add before_prompt observer.
1768 * gdb.texinfo (Basic Python): Add documentation for prompt
1769 substitution.
1770
713389e0
PM
17712011-07-11 Phil Muldoon <pmuldoon@redhat.com>
1772
1773 PR python/12438
1774 * gdb.texinfo (Python Commands): Add deprecate note to maint
1775 set/show python print-stack. Document set/show python
1776 print-backtrace.
1777
177b42fe
TJB
17782011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
1779
1780 * gdb.texinfo: Fix typos.
1781
900e11f9
JK
17822011-07-01 Tom Tromey <tromey@redhat.com>
1783
1784 * gdb.texinfo (Debugging Output): Document set debug
1785 check-physname.
1786
39c4d40a
TT
17872011-06-29 Tom Tromey <tromey@redhat.com>
1788
1789 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1790 breakpoint-notifications feature.
1791
6f5def7d
UW
17922011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
1793
1794 * gdb.texinfo (Target Description): Remove warning about
1795 possibly unstable format.
1796
8cf64490
TT
17972011-06-03 Tom Tromey <tromey@redhat.com>
1798
1799 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
1800 (Events In Python): Note that exit_code is optional.
1801
393eab54
PA
18022011-05-17 Pedro Alves <pedro@codesourcery.com>
1803
1804 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
1805 required for multi-threading support.
1806 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
1807 Hc are deprecated for multi-threading debugging. Point readers at
1808 the vCont packet.
1809
75fc9810
DE
18102011-05-15 Doug Evans <dje@google.com>
1811
1812 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
1813
01124a23
DE
18142011-05-13 Doug Evans <dje@google.com>
1815
98a5dd13
DE
1816 * gdb.texinfo (Threads): Document $sdir,$pdir.
1817 (Server): Document $pdir exception.
1818
dbaefcf7
DE
1819 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
1820
cc63ef9b
DE
1821 * gdb.texinfo (Threads): Clarify default value for
1822 libthread-db-search-path.
7e0396aa 1823
01124a23
DE
1824 * gdb.texinfo (Completion): Update example.
1825 (Debugging Output): Delete `set/show debug lin-lwp-async'.
1826
d248b706
KY
18272011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
1828
1829 * gdb.texinfo: Document change in the behaviour of the enable and
1830 disable GDB commands when applied to tracepoints.
1831 Document the EnableDisableTracepoints remote stub feature.
1832 Document QTEnable and QTDisable in the list of tracepoint packets.
1833
cc88a640
JK
18342011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1835
1836 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
1837 hsuser.texi.
1838 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
1839 comment to hsuser.texi. Change rluser.texi name in the comment.
1840
84e578fb
DE
18412011-05-10 Doug Evans <dje@google.com>
1842
1843 * gdb.texinfo (Threads): If an empty path is provided for
1844 libthread-db-search-path it is reset to its default value.
1845 (Server): Ditto.
1846
478aac75
DE
18472011-05-09 Doug Evans <dje@google.com>
1848
1849 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
1850
9c06b0b4
TJB
18512011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1852 Thiago Jung Bauermann <bauerman@br.ibm.com>
1853
1854 Implement support for PowerPC BookE masked watchpoints.
1855 * gdb.texinfo (Set Watchpoints): Document mask parameter.
1856 (PowerPC Embedded): Mention support of masked watchpoints.
1857
9ed350ad
JB
18582011-05-03 Joel Brobecker <brobecker@adacore.com>
1859
1860 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
1861 `@value{GDBN}'.
1862
4ceed123
JB
18632011-05-03 Joel Brobecker <brobecker@adacore.com>
1864
1865 * gdb.texinfo (titlepage): Remove dedication.
1866 (In Memoriam): New appendix.
1867
559a7a62
JK
18682011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1869 Eli Zaretskii <eliz@gnu.org>
1870
1871 * gdb.texinfo (Index Section Format): Change the version to 5.
1872 Describe the different formula.
1873
03f2bd59
JK
18742011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1875 Eli Zaretskii <eliz@gnu.org>
1876
1877 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
1878 for disconnected tracing.
1879 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
1880 extended-remote relationship. Mention --once.
1881 (TCP port allocation lifecycle of @code{gdbserver}): New.
1882
d9b1a651
EZ
18832011-04-23 Eli Zaretskii <eliz@gnu.org>
1884
1885 * gdb.texinfo (Server): Improve indexing. Index all optional
1886 switches to gdbserver.
1887
90476074
TT
18882011-04-20 Tom Tromey <tromey@redhat.com>
1889
1890 * gdb.texinfo (Index Section Format): New node.
1891 (Top): Add new node to menu.
1892
c21236dc
PA
18932011-04-20 Pedro Alves <pedro@codesourcery.com>
1894
1895 * gdb.texinfo (Maintenance Commands): Document `maint print
1896 remote-registers'.
1897
05c8c3f5
TT
18982011-04-20 Tom Tromey <tromey@redhat.com>
1899
1900 * gdb.texinfo (Trace File Format): Move node later.
1901
7a9dd1b2
TT
19022011-04-19 Tom Tromey <tromey@redhat.com>
1903
1904 * gdbint.texinfo (Register Information Functions): Remove
1905 duplicate "the".
1906 * gdb.texinfo (Emacs): Remove duplicate "to".
1907 (GDB/MI Variable Objects): Remove duplicate "the".
1908 (General Query Packets): Likewise.
1909
4368ebeb
JB
19102011-04-02 Joel Brobecker <brobecker@adacore.com>
1911
1912 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
1913 "GDB/MI Ada Exception Information" node.
1914
956a9fb9
JB
19152011-04-01 Joel Brobecker <brobecker@adacore.com>
1916
1917 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1918 the "exception-name" field in the *stopped async record.
1919
f1310107
TJB
19202011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
1921 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1922
1923 Implement support for PowerPC BookE ranged breakpoints.
1924 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
1925
8786b2bd
TT
19262011-03-28 Tom Tromey <tromey@redhat.com>
1927
1928 * gdb.texinfo (Set Tracepoints): Fix typo.
1929
9ef07c8c
TT
19302011-03-24 Tom Tromey <tromey@redhat.com>
1931
1932 * gdb.texinfo (Specify Location): Document `function:label'
1933 linespec.
1934
99c3dc11
PM
19352011-03-18 Phil Muldoon <pmuldoon@redhat.com>
1936
f1310107 1937 PR python/12149
99c3dc11
PM
1938
1939 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
1940
29703da4
PM
19412011-03-17 Phil Muldoon <pmuldoon@redhat.com>
1942
1943 * gdb.texinfo (Blocks In Python): Add is_valid method description.
1944 (Inferiors In Python): Likewise.
1945 (Threads In Python): Likewise.
1946 (Symbols In Python): Likewise.
1947 (Objfiles In Python): Likewise.
1948 (Symbol Tables In Python): Likewise.
1949
c9174737
PA
19502011-03-15 Pedro Alves <pedro@codesourcery.com>
1951
1952 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
1953 display>: Explain that the commands accept number ranges.
1954
7371cf6d
PM
19552011-03-14 Phil Muldoon <pmuldoon@redhat.com>
1956
1957 * gdb.texinfo (Breakpoints In Python): Add description and example
1958 of Python stop function operation.
1959
ecec24e6
PM
19602011-03-10 Phil Muldoon <pmuldoon@redhat.com>
1961
1962 * gdb.texinfo (Parameters In Python): Document get_set_string and
1963 get_show_string methods.
1964
6dcd5565
JK
19652011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1966
1967 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
1968
81896e36
JK
1969 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
1970 circular-trace-buffer name.
1971
5e30da2c
JB
19722011-02-28 Joel Brobecker <brobecker@adacore.com>
1973
1974 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
1975 in the previous change.
1976
3bd0f5ef 19772011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
1978
1979 * gdb.texinfo (Inferiors and Programs): Update commands to show
1980 that they can accept multiple arguments.
1981
4ec7539c
JB
19822011-02-24 Joel Brobecker <brobecker@adacore.com>
1983
1984 Revert the following patch (code patch was not approved):
1985 2011-02-21 Hui Zhu <teawater@gmail.com>
1986 * agentexpr.texi (bytecode descriptions): add printf.
1987 * gdb.texinfo (tracepoint action lists): add printf.
1988
82809774
DE
19892011-02-23 Doug Evans <dje@google.com>
1990
1991 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
1992
e5a67952
MS
19932011-02-23 Michael Snyder <msnyder@vmware.com>
1994
1995 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
1996 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
1997 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
1998
6e6fbe60
DE
19992011-02-22 Doug Evans <dje@google.com>
2000
2001 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
2002 Clarify behaviour of lookup_symbol when `block' argument is omitted,
2003 add description of result, fix @defun formatting.
2004
f994e27a
HZ
20052011-02-21 Hui Zhu <teawater@gmail.com>
2006
2007 * agentexpr.texi (Bytecode Descriptions): Add printf.
2008 * gdb.texinfo (Tracepoint Action Lists): Add printf.
2009
c7f96d2b
TT
20102011-02-18 Tom Tromey <tromey@redhat.com>
2011
2012 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
2013
60f98dde
MS
20142011-02-14 Michael Snyder <msnyder@vmware.com>
2015
2016 * gdb.texinfo (threads): Document argument for "info threads" cmd.
2017 Document new command "thread find".
2018
08e796bc
MS
20192011-02-14 Michael Snyder <msnyder@vmware.com>
2020
2021 * gdb.texinfo (Threads): Update example of new thread message.
2022
b3b9301e
PA
20232011-02-14 Pedro Alves <pedro@codesourcery.com>
2024
2025 * gdb.texinfo (Remote Configuration): Mention set/show remote
2026 traceframe-info.
2027 (Tools/Packages Optional for Building GDB): Mention that expat is
2028 used for traceframe info.
2029 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
2030 (General Query Packets) <qSupported>: Describe the
2031 qXfer:traceframe-info:read feature.
2032 (qXfer::read): Describe qXfer:traceframe-info:read.
2033 (Traceframe Info Format): New section.
2034
cef35b0f
PA
20352011-02-04 Pedro Alves <pedro@codesourcery.com>
2036
2037 * gdbint.texinfo (Formatting): Mention some formatting guidelines
2038 for casts and unary operators.
2039
f1cbe1d3
TT
20402011-02-04 Tom Tromey <tromey@redhat.com>
2041
2042 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
2043 is not useful.
2044
585fdaa1
PA
20452011-01-25 Pedro Alves <pedro@codesourcery.com>
2046
2047 * gdb.texinfo: s/value optimized out/optimized out/g
2048
7bfc9434
JB
20492011-01-21 Joel Brobecker <brobecker@adacore.com>
2050
2051 * gdb.texinfo (Other Misc Settings): Rework part of the
2052 documentation of the "set interactive mode" command.
2053
4694da01
TT
20542011-01-19 Tom Tromey <tromey@redhat.com>
2055
2056 * gdb.texinfo (Threads): Document thread name output and `thread
2057 name' command.
2058 (Threads In Python): Document Thread.name attribute.
2059 (GDB/MI Thread Commands): Document thread attributes.
2060
b716877b
AB
20612011-01-12 Andrew Burgess <aburgess@broadcom.com>
2062
2063 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
2064 changes in mi/mi-cmd-disas.c
2065
13fd8b81
TT
20662011-01-12 Tom Tromey <tromey@redhat.com>
2067
2068 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
2069 Fix "thread apply" text.
2070
e09342b5
TJB
20712011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2072 Thiago Jung Bauermann <bauerman@br.ibm.com>
2073
2074 Implement support for PowerPC BookE ranged watchpoints.
2075 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
2076 the "set powerpc exact-watchpoints" flag.
2077
06e65f44
TT
20782011-01-07 Tom Tromey <tromey@redhat.com>
2079
2080 * gdb.texinfo (Python API): Add descriptions to @menu items.
2081
d8e22779
TT
20822011-01-06 Tom Tromey <tromey@redhat.com>
2083
2084 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
2085
a255712f
PP
20862010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2087
e09342b5 2088 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 2089
ccfc3d6e
TT
20902011-01-06 Tom Tromey <tromey@redhat.com>
2091
2092 PR python/12133:
2093 * gdb.texinfo (Frames In Python): Document various frame
2094 constants.
2095
44944448
JB
20962011-01-05 Joel Brobecker <brobecker@adacore.com>
2097
2098 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
2099 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
2100 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
2101
42ea3d7a
JK
21022011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2103
2104 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
2105 (clean): Add GDBvn.texi.
2106
720d1a40
JB
21072010-12-29 Joel Brobecker <brobecker@adacore.com>
2108
2109 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
2110 occasional case where the debugger prints an array address
2111 instead of the array itself.
2112
ad196637
PA
21132010-12-23 Pedro Alves <pedro@codesourcery.com>
2114
2115 * gdb.texinfo (Packets) <read registers packet>: Document support
2116 for registers that were not collected.
2117
a86caf66
DE
21182010-12-15 Doug Evans <dje@google.com>
2119
2120 * gdb.texinfo (Startup): Document auto-loading of scripts during
2121 startup.
2122 (Auto-loading): Delete "maint set python auto-load on|off".
2123 Add "set auto-load-scripts on|off".
2124
aae1c79a
DE
21252010-12-07 Doug Evans <dje@google.com>
2126
2127 * gdb.texinfo (Mode Options): Document -data-directory.
2128 (Data Files): Add reference to -data-directory.
2129
4e04c971
DE
21302010-11-29 Doug Evans <dje@google.com>
2131
2132 * gdb.texinfo (Pretty-Printer Introduction): Change
2133 printer-name:subprinter-name to printer-name;subprinter-name.
2134
94b6973e
PM
21352010-11-29 Phil Muldoon <pmuldoon@redhat.com>
2136
2137 PR python/12199
2138
2139 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
2140
39037522
TT
21412010-11-23 Tom Tromey <tromey@redhat.com>
2142
2143 * gdb.texinfo (Top): Check SYSTEM_READLINE.
2144 (Editing): Likewise.
2145 (Command History): Likewise.
2146 (TUI Keys): Likewise.
2147 (Bug Reporting): Conditionally include rluser.texi and
2148 inc-history.texinfo.
2149 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
2150 (GDB_DOC_SOURCE_INCLUDES): Add comment.
2151 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
2152 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
2153 (gdb.pdf): Likewise.
2154 (gdb.info): Likewise.
2155 (gdb/index.html): Likewise.
2156
5ae98d25
TT
21572010-11-23 Tom Tromey <tromey@redhat.com>
2158
2159 * Makefile.in (Makefile): Run ../config.status.
2160 (distclean): Update.
2161 * configure: Remove.
2162 * configure.ac: Remove.
2163
621c8364
TT
21642010-11-12 Tom Tromey <tromey@redhat.com>
2165
2166 * gdb.texinfo (Basic Python): Update. Add xref.
2167 (Exception Handling): Document new exception classes.
2168 (Types In Python): Update.
2169 (Frames In Python): Update.
2170
84f4c1fe
PM
21712010-11-11 Phil Muldoon <pmuldoon@redhat.com>
2172
2173 * gdb.texinfo (Breakpoints In Python): Document "internal"
2174 parameter, and visible attribute.
2175
99e7ae30
DE
21762010-11-05 Doug Evans <dje@google.com>
2177
2178 * gdb.texinfo (Source Path): Document "set directories".
2179
f4b8a18d
KW
21802010-11-05 Ken Werner <ken.werner@de.ibm.com>
2181
2182 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
2183 (OpenCL C): New node.
2184
7b51bc51
DE
21852010-11-02 Doug Evans <dje@google.com>
2186
2187 * gdb.texinfo (Pretty Printing): Expand into three sections,
2188 introduction, example, and commands.
2189 (Python API): Delete section Disabling Pretty-Printers, merge into
2190 Selecting Pretty-Printers.
2191 (Writing a Pretty-Printer): New section. Move the pretty-printer
2192 example here, and reformat to match python coding style. Add a second
2193 example using the gdb.printing module.
2194 (Python modules): Add gdb.printing.
2195
9eeee977
DE
21962010-10-29 Doug Evans <dje@google.com>
2197
2198 * gdb.texinfo (Python): Fix long line.
2199
a0e0ffdf
DE
22002010-10-20 Doug Evans <dje@google.com>
2201
2202 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
2203 All references updated. Correct sections marked as subsections.
2204 (Coding Standards): New chapter. Move the coding standard related
2205 subsections here. Add section on Python coding standards.
2206
0e3509db
DE
22072010-10-13 Doug Evans <dje@google.com>
2208
2209 * gdb.texinfo (Python): Add "Python modules".
2210 (Types in Python): Add reference to gdb.types section.
2211 (Python modules): New node.
2212
44592cc4
DE
22132010-10-11 Doug Evans <dje@google.com>
2214
2215 * gdb.texinfo (Values From Inferior): Add reference to "Types in
2216 Python" from gdb.Value.type description.
2217
6e1bb179
JB
22182010-09-28 Joel Brobecker <brobecker@adacore.com>
2219
2220 * gdb.texinfo (Ravenscar Profile): New node.
2221
e8467610
TT
22222010-09-22 Tom Tromey <tromey@redhat.com>
2223
2224 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
2225
fccd1d1e
EZ
22262010-09-22 Eli Zaretskii <eliz@gnu.org>
2227
2228 * gdb.texinfo (Values From Inferior): Clarify that
2229 value.dynamic_type works only in C++ programs with RTTI.
2230
c1b6b909
TT
22312010-09-15 Paul Bolle <pebolle@tiscali.nl>
2232
2233 * gdb.texinfo (Character Sets): Correctly reference host-charset
2234 in example.
2235
7d288aaa
TT
22362010-09-13 Tom Tromey <tromey@redhat.com>
2237
2238 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
2239 Document "fullname" and "from".
2240
f75d858b
MK
22412010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
2242
2243 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
2244 feature `reverse' output by -list-target-features.
2245
83b9503b
L
22462010-08-31 H.J. Lu <hongjiu.lu@intel.com>
2247
2248 * gdb.texinfo (i386 Features): Remove an extra "@item".
2249
03f17ccf
TT
22502010-08-30 Tom Tromey <tromey@redhat.com>
2251
2252 PR python/11792:
2253 * gdb.texinfo (Values From Inferior): Document dynamic_type.
2254
9779414d
DJ
22552010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
2256
2257 * gdb.texinfo (ARM Features): Document
2258 org.gnu.gdb.arm.m-profile.
2259
f9ffd4bb
TT
22602010-08-23 Tom Tromey <tromey@redhat.com>
2261
2262 PR python/11145:
2263 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
2264 reinterpret_cast methods.
2265
702c2711
TT
22662010-08-23 Tom Tromey <tromey@redhat.com>
2267
2268 PR python/11915:
2269 * gdb.texinfo (Types In Python): Document array method.
2270
66b73624
TJB
22712010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
2272
2273 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
2274
06a64a0b
TT
22752010-08-16 Tom Tromey <tromey@redhat.com>
2276
2277 * gdb.texinfo (Set Watchpoints): Document -location option.
2278
a3a7127e
DE
22792010-08-13 Doug Evans <dje@google.com>
2280
2281 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
2282
8dedea02
VP
22832010-08-13 Vladimir Prus <vladimir@codesourcery.com>
2284
2285 * gdb.texinfo (GDB/MI Data Manipulation): Document
2286 -data-read-memory-raw and -data-write-memory-raw.
2287
ca5c20b6 22882010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 2289 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
2290
2291 * gdb.texinfo (Basic Python): Describe post_event API.
2292
cb2e07a6
PM
22932010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2294
2295 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 2296 decode_line Python APIs
cb2e07a6 2297
464b3efb
TT
22982010-08-10 Tom Tromey <tromey@redhat.com>
2299
2300 * gdb.texinfo (Pretty Printing API): Document
2301 gdb.default_visualizer.
2302
c29c521f
TT
23032010-08-10 Tom Tromey <tromey@redhat.com>
2304
2305 Revert gdb-add-index addition:
2306 * gdb.texinfo (Index Files): Don't document gdb-add-index.
2307
5da1313b
JK
23082010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2309 Eli Zaretskii <eliz@gnu.org>
2310
2311 * gdb.texinfo (Mode Options) <-batch>
2312 (Basic Python) <gdb.execute>: Describe setting width and height.
2313
02d868e8
PP
23142010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
2315
2316 * gdb.texinfo (Threads): Document 'debug libthread-db'.
2317
c2bbed2a
TT
23182010-07-30 Tom Tromey <tromey@redhat.com>
2319
2320 * gdb.texinfo (Index Files): Mention gdb-add-index.
2321
6c13bbe1
HZ
23222010-07-30 Hui Zhu <teawater@gmail.com>
2323
2324 * gdb.texinfo (Inferiors and Programs): Update the introduce of
2325 "detach inferior" and "kill inferior".
2326
53a71c06
CR
23272010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
2328
2329 * gdb.texinfo (Machine Code): Update description of two forms of
2330 arguments, and add new example to demonstrate the new form.
2331
5374244e
PM
23322010-07-27 Phil Muldoon <pmuldoon@redhat.com>
2333
2334 * gdb.texinfo (Values From Inferior): Add value inferior function
2335 call description.
2336
8ea5bce5
JK
23372010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2338
2339 * gdb.texinfo (Active Targets): Fix wrong comma placement.
2340
c0edd9ed
JK
23412010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2342 Eli Zaretskii <eliz@gnu.org>
2343
2344 Make core files the process_stratum.
2345 * gdb.texinfo (Active Targets): Remove core_stratum. Include
2346 record_stratum example.
2347
9291a0cd
TT
23482010-07-13 Tom Tromey <tromey@redhat.com>
2349
2350 * gdb.texinfo (Index Files): New node.
2351
f5011d11
TT
23522010-07-13 Tom Tromey <tromey@redhat.com>
2353
2354 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
2355
0f5238ed
TT
23562010-07-13 Tom Tromey <tromey@redhat.com>
2357
2358 * gdb.texinfo (Specify Location): Document labels.
2359
74c761c1
PA
23602010-07-01 Pedro Alves <pedro@codesourcery.com>
2361
2362 * gdb.texinfo (Create and Delete Tracepoints): Add more index
2363 entries for fast tracepoints and static tracepoints.
2364
501994c0
PA
23652010-07-01 Pedro Alves <pedro@codesourcery.com>
2366
2367 * gdb.texinfo (General Query Packets) <qfThreadInfo,
2368 qsThreadInfo>: Spell out `l' as ell.
2369
0fb4aa4b
PA
23702010-07-01 Pedro Alves <pedro@codesourcery.com>
2371
2372 * gdb.texinfo (Convenience Variables): Document $_sdata.
2373 (Commands to Set Tracepoints): Describe static tracepoints. Add
2374 `Listing Static Tracepoint Markers' menu entry. Document
2375 "strace".
2376 (Tracepoint Action Lists): Document collecting $_sdata.
2377 (Listing Static Tracepoint Markers): New subsection.
2378 (Tracepoints support in gdbserver): Mention static tracepoints.
2379 (remote packets, enabling and disabling): Mention
2380 read-sdata-object.
2381 (General Query Packets) <qSupported>: Document qXfer:sdata:read
2382 and StaticTracepoint.
2383 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
2384 Document qXfer:sdata:read.
2385 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
2386
dc3b15be
JB
23872010-06-29 Joel Brobecker <brobecker@adacore.com>
2388
2389 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
2390
595939de
PM
23912010-06-28 Phil Muldoon <pmuldoon@redhat.com>
2392 Tom Tromey <tromey@redhat.com>
2393 Thiago Jung Bauermann <bauerman@br.ibm.com>
2394
2395 * gdb.texinfo (Inferiors In Python): New node.
2396 * gdb.texinfo (Threads In Python): New node.
2397
9279c692
JB
23982010-06-28 Joel Brobecker <brobecker@adacore.com>
2399
2400 * gdb.texinfo (Python): Document what the python directory is
2401 and what its location is.
2402 (Basic Python): Document the gdb.PYTHONDIR constant.
2403
bc9f0842
TT
24042010-06-25 Tom Tromey <tromey@redhat.com>
2405
2406 PR python/10808:
2407 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
2408
f1421989
HZ
24092010-06-24 Hui Zhu <teawater@gmail.com>
2410
2411 * gdb.texinfo: (Commands for Controlled Output): Add
2412 documentation for command "eval".
2413
e4c0cfae
SS
24142010-06-21 Stan Shebs <stan@codesourcery.com>
2415
2416 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
2417 * annotate.texinfo: Ditto.
2418 * gdbint.texinfo: Ditto.
2419 * stabs.texinfo: Ditto.
2420
bb08c432
HZ
24212010-06-22 Hui Zhu <teawater@gmail.com>
2422
2423 * gdb.texinfo: (Process Record and Replay): Add documentation
2424 for command "set record memory-query".
2425
4f5d9f07
SS
24262010-06-21 Stan Shebs <stan@codesourcery.com>
2427
2428 * gdb.texinfo: Relicense under GFDL version 1.3.
2429 * annotate.texinfo: Relicense under GFDL version 1.3.
2430 * gdbint.texinfo: Relicense under GFDL version 1.3.
2431 * stabs.texinfo: Relicense under GFDL version 1.3.
2432 * fdl.texi: Update to version 1.3.
2433
6aed2dbc
SS
24342010-06-18 Stan Shebs <stan@codesourcery.com>
2435
a61408f8
SS
2436 * gdb.texinfo (Operating System Auxiliary Information): Describe
2437 "info os" when no arguments given.
2438
6aed2dbc
SS
2439 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
2440 $_thread.
2441
24e933df
HZ
24422010-06-18 Hui Zhu <teawater@gmail.com>
2443
2444 * gdb.texinfo: (Process Record and Replay): Add documentation
2445 for commands "record save" and "record restore".
2446
65d79d4b
SDJ
24472010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2448
2449 * gdb.texinfo: Include information about the correct use
2450 of addresses in the `watch' command.
2451
d914c394
SS
24522010-06-11 Stan Shebs <stan@codesourcery.com>
2453
2454 * gdb.texinfo (Observer Mode): New section.
2455 (General Query Packets): Document QAllow.
889bf7c5 2456
967cf477
DE
24572010-06-04 Doug Evans <dje@google.com>
2458
2459 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
2460
aaf4119b
DE
24612010-06-03 Doug Evans <dje@google.com>
2462
2463 * gdbint.texinfo (Coding): Add subsection on command names.
2464
9eae7c52
TT
24652010-06-02 Tom Tromey <tromey@redhat.com>
2466
2467 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
2468 always-disassemble.
2469
fa593d66
PA
24702010-06-01 Pedro Alves <pedro@codesourcery.com>
2471
2472 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
2473 gdbserver, and add cross reference.
2474 (Tracepoints support in gdbserver): New subsection.
2475
dde08ee1
PA
24762010-05-26 Pedro Alves <pedro@codesourcery.com>
2477
2478 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
2479 `qRelocInsn' feature.
2480 (Relocate instruction reply packet): New subsection
2481 of `Tracepoint Packets'.
2482 (Tracepoint Packets): Mention that packets QTDP and QTStart
2483 support the qRelocInsn request, and add cross reference to new
2484 subsection.
2485
07ca107c
DE
24862010-05-25 Doug Evans <dje@google.com>
2487
2488 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
2489 (Commands In Python): Document gdb.string_to_argv.
2490
c25c4a8b
JK
24912010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2492
2493 * gdbint.texinfo (Host Definition): Remove items NORETURN and
2494 ATTR_NORETURN.
2495
d7b32ed3 24962010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
2497 Tom Tromey <tromey@redhat.com>
2498 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 2499
c25c4a8b 2500 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 2501
6aecb9c2
JB
25022010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
2503
2504 * gdb.texinfo: (Summary) Add mention about D language support.
2505 (Filenames): Add D suffixes.
2506 (D): New node.
2507
b7da9e9f
PM
25082010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
2509
2510 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
2511 of macro deleted from GDB code.
2512
ab38a727
PA
25132010-04-24 Pedro Alves <pedro@codesourcery.com>
2514
2515 * gdb.texinfo (Commands to specify files): Describe what how GDB
2516 looks up DOS-based filesystem paths on the system root. Document
2517 the new `set/show target-file-system-kind' commands.
2518
66d09542
DE
25192010-04-23 Doug Evans <dje@google.com>
2520
2521 * gdb.texinfo (Python): Move Auto-loading section here ...
2522 (Python API): from here.
2523 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
2524 (Maintenance Commands): Add docs for "maint print section-scripts".
2525
8bd10a10
CM
25262010-04-20 Chris Moller <cmoller@redhat.com>
2527
2528 * gdb.texinfo (Setting Breakpoints): Added description of
2529 filename-qualified rbreak.
2530 * refcard.tex (Breakpoints and Watchpoints): Added brief
2531 description of filename-qualified rbreak.
2532
4c374409
JK
25332010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2534
2535 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
2536 (Python API): Change the reference to Pretty Printing API.
2537 (Pretty Printing): Move the user part under the Data node. Reformat
2538 the sample output to 72 columns. Create a new reference to Pretty
2539 Printing API. Rename the API part ...
2540 (Pretty Printing API): To a new node name.
2541 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
2542 (GDB/MI Variable Objects): Change references to Pretty Printing API.
2543
5a9351ae
SS
25442010-04-21 Stan Shebs <stan@codesourcery.com>
2545
2546 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 2547 and commands.
5a9351ae 2548 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 2549
9a22f0d0
PM
25502010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
2551
2552 * gdb.texinfo (Examining memory): Update for change in string
2553 display with explicit size.
2554
6149aea9
PA
25552010-04-19 Pedro Alves <pedro@codesourcery.com>
2556
2557 PR breakpoints/8554.
2558
2559 * gdb.texinfo (Save Breakpoints): New node.
2560 (save-tracepoints): Rename to ...
2561 (save tracepoints): ... this. Mention that `save-tracepoints' is
2562 a deprecated alias to `save tracepoints'.
2563
711e434b
PM
25642010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
2565
645797a8 2566 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
2567 (info w32 thread-information-block): Document new command.
2568 (qGetTIBAddress): Document new gdbserver query.
2569 (maint set/show show-all-tib): Document new command.
2570
3f7b2faa
DE
25712010-04-15 Doug Evans <dje@google.com>
2572
fa33c3cd
DE
2573 * gdb.texinfo (Python API): Add progspaces section.
2574 (Selecting Pretty-Printers): Progspace pretty-printers are
2575 searched too.
2576 (Progspaces In Python): New section.
2577
3f7b2faa
DE
2578 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
2579
79f283fe
PM
25802010-04-14 Phil Muldoon <pmuldoon@redhat.com>
2581
2582 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
2583 returns None.
2584
87290684
SS
25852010-04-09 Stan Shebs <stan@codesourcery.com>
2586
2587 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2588 Describe the `frames-created' field, tweak grammar.
2589
a97153c7
PA
25902010-04-09 Pedro Alves <pedro@codesourcery.com>
2591
2592 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2593 Describe the `circular' and `disconnected' fields.
2594
5c5dcc1b
L
25952010-04-09 H.J. Lu <hongjiu.lu@intel.com>
2596
2597 * gdb.texinfo (maint print registers): Mention unavailable and
2598 invisible registers.
2599
adc36818
PM
26002010-04-09 Phil Muldoon <pmuldoon@redhat.com>
2601 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 2602 Tom Tromey <tromey@redhat.com>
adc36818
PM
2603
2604 * gdb.texinfo (Breakpoints In Python): New Node.
2605
33da3f1c
SS
26062010-04-08 Stan Shebs <stan@codesourcery.com>
2607
2608 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
2609 trace status fields.
2610
3a13a53b
L
26112010-04-08 H.J. Lu <hongjiu.lu@intel.com>
2612
2613 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
2614 optional. Make org.gnu.gdb.i386.avx requires
2615 org.gnu.gdb.i386.avx.
2616
08001717
DE
26172010-04-08 Doug Evans <dje@google.com>
2618
2619 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
2620 search path, and document that gdb only scans the search path if
2621 the script's path doesn't specify a directory.
2622
c375651d
DE
26232010-04-05 Doug Evans <dje@google.com>
2624
2625 * gdb.texinfo (maint show python auto-load): Fix typo.
2626
af54718e
SS
26272010-04-04 Stan Shebs <stan@codesourcery.com>
2628
d77f58be
SS
2629 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
2630 (Setting Watchpoints): Update description of "info watch".
2631 (Disabling Breakpoints): Only "info break" lists all.
2632
af54718e
SS
2633 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
2634 (tdump): Explain how tdump works.
2635
86b17b60
PA
26362010-04-01 Pedro Alves <pedro@codesourcery.com>
2637
2638 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
2639 add cross reference.
2640
ff12863f
PA
26412010-03-31 Pedro Alves <pedro@codesourcery.com>
2642
2643 * gdb.texinfo (TUI Commands): Mention that in some cases, these
2644 commands error out.
2645
f68eb612
L
26462010-03-30 H.J. Lu <hongjiu.lu@intel.com>
2647
2648 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
2649
c8d5aac9
L
26502010-03-30 H.J. Lu <hongjiu.lu@intel.com>
2651
2652 * gdb.texinfo (General Query Packets): Add xmlRegisters.
2653
7d13fe92
SS
26542010-03-29 Stan Shebs <stan@codesourcery.com>
2655 Nathan Sidwell <nathan@codesourcery.com>
2656
2657 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
2658 GDBN equivalent.
2659 (Set Tracepoints): Remove mention that conditional tracepoints
2660 don't exist.
2661 (Tracepoint Actions): Clarify when while-stepping collection
2662 happens, note that while-stepping does not automatically collect
2663 $pc.
2664
409873ef 26652010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 2666
409873ef
SS
2667 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
2668 (General Query Packets): Describe TracepointSource.
2669
ee8e71d4
EZ
26702010-03-27 Matt Rice <ratmice@gmail.com>
2671
c8d5aac9
L
2672 * gdb.texinfo (ARM): Document arguments to "target sim".
2673 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 2674
99b5e152
PA
26752010-03-26 Pedro Alves <pedro@codesourcery.com>
2676
2677 * gdb.texinfo (Tracepoint Packets): Remove mention that
2678 terror:string may be plain text, and drop mention of X prefix.
2679
cd64ee31
VP
26802010-03-26 Vladimir Prus <vladimir@codesourcery.com>
2681
2682 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
2683
6c28cbf2
SS
26842010-03-24 Stan Shebs <stan@codesourcery.com>
2685
2686 * gdb.texinfo (Tracepoint Packets): Document trace error status.
2687
95a42b64
TT
26882010-03-24 Tom Tromey <tromey@redhat.com>
2689
2690 PR breakpoints/9352:
2691 * gdb.texinfo (Break Commands): Update.
2692
18148017
VP
26932010-03-24 Vladimir Prus <vladimir@codesourcery.com>
2694
2695 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
2696 commands.
2697
4daf5ac0
SS
26982010-03-16 Stan Shebs <stan@codesourcery.com>
2699
2700 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
2701 circular-trace-buffer.
2702 (Tracepoint Packets): Describe QTBuffer, and details of the
2703 qTStatus reply.
2704
c9429232
SS
27052010-03-12 Stan Shebs <stan@codesourcery.com>
2706 Nathan Sidwell <nathan@codesourcery.com>
2707
2708 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
2709 doing instruction stepping.
2710 (Tracepoint Restrictions): New node.
2711
ccefe4c4
TT
27122010-03-10 Tom Tromey <tromey@redhat.com>
2713
2714 * gdbint.texinfo (Symbol Handling): Update.
2715
7c953934
TT
27162010-03-08 Tom Tromey <tromey@redhat.com>
2717
2718 PR cli/9591:
2719 * gdb.texinfo (Mode Options): Mention lack of pagination and
2720 confirmation with --batch.
2721 (Screen Size): Mention --batch.
2722 (Messages/Warnings): Likewise.
2723
f870a310
TT
27242010-03-05 Tom Tromey <tromey@redhat.com>
2725
2726 * gdb.texinfo (Basic Python): Document target_charset and
2727 target_wide_charset.
2728
78e2826b
TT
27292010-03-05 Tom Tromey <tromey@redhat.com>
2730
2731 * gdb.texinfo (Data): Link to pretty-printing.
2732 (Output Formats): Likewise. Correct text.
2733
f5dff777
DJ
27342010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
2735
2736 * gdb.texinfo (Types): Describe <struct> and <flags>.
2737
dc00d89f
PM
27382010-02-28 Phil Muldoon <pmuldoon@redhat.com>
2739
2740 * gdb.texinfo (Frames In Python): Add block parameter and
2741 description to read_var text.
2742
5107b149 27432010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 2744 Tom Tromey <tromey@redhat.com>
5107b149
PM
2745
2746 * gdb.texinfo (Types In Python): Describe block argument in
2747 template_argument and gdb.lookup_type.
2748
e03e5e7b
TT
27492010-02-24 Tom Tromey <tromey@redhat.com>
2750
2751 * gdb.texinfo (Cygwin Native): Fix typo.
2752
f3e9a817
PM
27532010-02-24 Phil Muldoon <pmuldoon@redhat.com>
2754
2755 * gdb.texinfo (Frames In Python): Add block, find_sal, function
2756 and select method descriptions.
2757 (Python API): Add Blocks In Python, Symbols in Python and Symbol
2758 Tables in Python to menu.
2759 (Blocks In Python): New node.
2760 (Symbols In Python): New node.
2761 (Symbol Tables in Python): New node.
2762
a79b8f6e
VP
27632010-02-24 Vladimir Prus <vladimir@codesourcery.com>
2764
2765 Multiexec MI
2766
2767 gdb/
2768 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
2769
2770 gdb/doc/
2771 * gdb.texinfo (GDB/MI Command Syntax): Document notification
2772 changes.
2773 (GDB/MI Program Execution): Document current behaviour of
2774 --all and --thread-group.
2775 (GDB/MI Miscellaneous Commands): Document -add-inferior and
2776 -remove-inferior.
2777 * observer.texi (inferior_added, inferior_removed): New
2778 observers.
2779
629d6a47
TT
27802010-02-19 Tom Tromey <tromey@redhat.com>
2781
2782 * gdbint.texinfo (Getting Started): Fix @node.
2783 (Debugging GDB): Likewise.
2784
c09529e5
JB
27852010-02-13 Joel Brobecker <brobecker@adacore.com>
2786
2787 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
2788 documenting the gdb_test_timeout variable.
2789
540aa8e7
MS
27902010-02-12 Jakob Engblom <jakob@virtutech.com>
2791
2792 * gdb.texinfo (MI commands): Added documentation of --reverse
2793 option to a set of MI commands. Restructured documentation of MI
2794 commands --exec-continue to reflect the complexity of reverse
2795 execution.
2796
081dfbf7
PA
27972010-02-12 Pedro Alves <pedro@codesourcery.com>
2798
2799 * gdb.texinfo (Using the Collected Data): Specify that the address
2800 range of `tfind outsize' is exclusive, and that the address range
2801 of `tfind range' is inclusive.
2802 (Tracepoint Packets): Specify that the address range of
2803 `QTFrame:range' is inclusive, and that the address range of
2804 `QTFrame:outside' is exclusive
2805
8e9c5e02
VP
28062010-02-12 Vladimir Prus <vladimir@codesourcery.com>
2807
2808 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
2809
92981e24
TT
28102010-02-10 Tom Tromey <tromey@redhat.com>
2811
2812 * gdb.texinfo (Debugging Output): Document set debug parser and
2813 show debug parser.
2814
075b51b7
L
28152010-02-09 H.J. Lu <hongjiu.lu@intel.com>
2816
2817 * gdb.texinfo (Predefined Target Types): Add i387_ext,
2818 i386_eflags and i386_mxcsr.
2819
3bb8d5c3
L
28202010-02-08 H.J. Lu <hongjiu.lu@intel.com>
2821
2822 * gdb.texinfo: Document i386 target features.
2823
c5f80513
DE
28242010-02-05 Doug Evans <dje@google.com>
2825
2826 * gdbint.texinfo (Testsuite): Add a new section to document the
2827 various DejaGnu variables that may be overridden.
1be00882 2828 Document INTERNAL_GDBFLAGS.
c5f80513 2829
6ac33a4e
TT
28302010-02-04 Tom Tromey <tromey@redhat.com>
2831
2832 PR cli/8830:
2833 * gdb.texinfo (Files): -readnow comes before the filename for file
2834 and symbol-file.
2835
a1dcb23a
DJ
28362010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2837
2838 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
2839 Document ARM breakpoint types.
2840 (Register Packet Format): Move into the new section.
2841 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
2842
95433b34
JB
28432010-01-21 Joel Brobecker <brobecker@adacore.com>
2844
2845 * gdb.texinfo (File Options): Adjust the documentation of this
2846 switch to refer to the "source" command rather than partially
2847 duplicating some of the relevant information.
2848 (Extending GDB): Introduce and document the set/show script-extension
2849 setting.
2850 (Command Files): Add note explaining that the "source" command
2851 is also used to evalute scripts written in other languages.
2852 Remove the short slightly incorrect reference to sourcing Python
2853 scripts.
2854 (Python Commands): Document how to execute a Python script from GDB.
2855
8d576872
JB
28562010-01-19 Joel Brobecker <brobecker@adacore.com>
2857
2858 * gdb.texinfo (Command Files): Fix typo.
2859
8150ff9c
JB
28602010-01-18 Tom Tromey <tromey@redhat.com>
2861
2862 * gdb.texinfo (File Options): Document -x on .py files.
2863 (Command Files): Document handling of Python scripts.
2864
23db03a6
JZ
28652010-01-18 Jie Zhang <jie.zhang@analog.com>
2866
2867 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
2868
00bf0b85
SS
28692010-01-15 Stan Shebs <stan@codesourcery.com>
2870
2871 * gdb.texinfo (Trace Files): New section.
2872 (Tracepoint Packets): Document QTSave and qTBuffer.
2873 (Trace File Format): New appendix.
2874
be759fcf
PM
28752010-01-13 Phil Muldoon <pmuldoon@redhat.com>
2876
2877 * gdb.texinfo (Values From Inferior): Document lazy_string value
2878 method.
2879 (Python API): Add Lazy strings menu item.
2880 (Lazy Strings In Python): New node.
2881
dc146f7c
VP
28822010-01-13 Vladimir Prus <vladimir@codesourcery.com>
2883
2884 * gdb.texinfo (GDB/MI Thread Information): New.
2885 (GDB/MI Async Records): Document the core field in *stopped.
2886 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
2887 documentation
2888 (Process list): Document that osdata document may contain
2889 threads.
2890 (Remote Serial Protocol): Document qXfer:threads.
2891
d5551862
SS
28922010-01-06 Stan Shebs <stan@codesourcery.com>
2893
2894 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2895 disconnected tracing.
2896 (Tracepoint Packets): Document new protocol.
2897
7a697b8d
SS
28982010-01-05 Stan Shebs <stan@codesourcery.com>
2899
2900 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
2901 tracepoints.
2902 (Tracepoint Packets): Describe remote protocol for fast
2903 tracepoints.
2904
e6f3ec50
JB
29052010-01-01 Joel Brobecker <brobecker@adacore.com>
2906
2907 Update the "Start of New Year Procedure".
2908 * gdbint.texinfo: Add the list of files that need to be updated
2909 manually. Minor reformatting.
2910
ddc4e9c1
JB
29112010-01-01 Joel Brobecker <brobecker@adacore.com>
2912
2913 * refcard.tex: Update copyright year in header and text.
2914
9d2897ad
JB
29152010-01-01 Joel Brobecker <brobecker@adacore.com>
2916
2917 * agentexpr.texi: Add 2010 to the list of copyright years.
2918 * annotate.texinfo: Likewise.
2919 * gdb.texinfo: Likewise.
2920 * gdbint.texinfo: Likewise.
2921 * observer.texi: Likewise.
2922 * stabs.texinfo: Likewise.
2923
6da95a67
SS
29242009-12-31 Stan Shebs <stan@codesourcery.com>
2925
2926 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 2927
236f1d4d
SS
29282009-12-29 Stan Shebs <stan@codesourcery.com>
2929
2930 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 2931
f61e138d
SS
29322009-12-28 Stan Shebs <stan@codesourcery.com>
2933
2934 * gdb.texinfo (Trace State Variables): New section.
2935 (Tracepoint Packets): Describe trace state variable packets.
2936 * agentexpr.texi (Bytecode Descriptions): Describe trace state
2937 variable bytecodes.
2938
0fe7935b
DJ
29392009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
2940
2941 * gdb.texinfo (Symbols): "info variables" prints definitions, not
2942 declarations.
2943
a6b29f87
VP
29442009-12-21 Vladimir Prus <vladimir@codesourcery.com>
2945
2946 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
2947 -gdb-exit behaviour.
2948
5e4bde96
JB
29492009-12-20 Joel Brobecker <brobecker@adacore.com>
2950
2951 * gpl.texi: Update to version 3 of the GPL.
2952
a1715244
JB
29532009-12-20 Joel Brobecker <brobecker@adacore.com>
2954
2955 * Makefile.in: Update copyright header.
2956 * observer.texi: Fix the copyright header of the generated files.
2957
361ae042
PM
29582009-12-08 Phil Muldoon <pmuldoon@redhat.com>
2959
2960 * gdb.texinfo (Types In Python): Describe range function.
2961
bfd31e71
PM
29622009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
2963
2964 * gdb.texinfo (Types In Python): Describe "is_base_class".
2965
57a1d736
TT
29662009-12-03 Tom Tromey <tromey@redhat.com>
2967
2968 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
2969
8cebebb9
PP
29702009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
2971
2972 * observer.texi: New memory_changed observer.
2973
16af530a
TT
29742009-12-01 Tom Tromey <tromey@redhat.com>
2975
2976 * gdb.texinfo (Reverse Execution): Fix typo.
2977
b6199126
DJ
29782009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
2979
2980 PR gdb/8704
2981
2982 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
2983 are allowed after the breakpoint condition.
2984
7a6973ad
TT
29852009-11-23 Tom Tromey <tromey@redhat.com>
2986
2987 PR python/10782:
2988 * gdb.texinfo (Types In Python): Document Type.pointer.
2989
21a0512e
PP
29902009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
2991
2992 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 2993
a5832c8f
PA
29942009-11-11 Pedro Alves <pedro@codesourcery.com>
2995
2996 * agentexpr.texi (Tracing On Symmetrix): Delete section.
2997 (Using Agent Expressions): Delete cross reference.
2998
1eb7cd77
JB
29992009-11-07 Joel Brobecker <brobecker@adacore.com>
3000
3001 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
3002 and @settitle directives up to help makeinfo find them.
3003
24ddea62
JK
30042009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3005
3006 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
3007 (Auto-loading): Use plural and note one can use multiple components now.
3008
3afae151
VP
30092009-11-01 Vladimir Prus <vladimir@codesourcery.com>
3010
3011 * gdb.texinfo (GDB/MI Stack Manipulation): Make
3012 -stack-list-arguments have the same documentation for parameter
3013 as -stack-list-locals. Add comas.
3014
14ff2235
PM
30152009-10-27 Tom Tromey <tromey@redhat.com>
3016 Eli Zaretskii <eliz@gnu.org>
3017
c8d5aac9 3018 PR python/10781
14ff2235
PM
3019
3020 * gdb.texinfo (Values From Inferior): Document cast method.
3021
9c419145
PP
30222009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
3023
3024 * gdb.texinfo (Machine Code): Mention function name in disasssembly
3025 and adjust example.
889bf7c5 3026
29153c24
MS
30272009-10-22 Michael Snyder <msnyder@vmware.com>
3028
3029 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 3030 info record command. Also document the new save and restore
29153c24
MS
3031 commands.
3032
2b28d209
PP
30332009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
3034
3035 * gdb.texinfo (Machine Code): Mention current pc marker.
3036 (Memory): Likewise.
3037
6c95b8df
PA
30382009-10-19 Pedro Alves <pedro@codesourcery.com>
3039 Stan Shebs <stan@codesourcery.com>
3040
3041 * observer.texi (new_inferior): Rename to...
3042 (inferior_appeared): ... this.
3043
3044 * gdb.texinfo (Inferiors): Rename node to ...
3045 (Inferiors and Programs): ... this. Mention running multiple
3046 programs in the same debug session.
3047 <info inferiors>: Mention the new 'Executable' column if "info
3048 inferiors". Update examples. Document the "add-inferior",
3049 "clone-inferior", "remove-inferior" and "maint info
3050 program-spaces" commands.
3051 (Process): Rename node to...
3052 (Forks): ... this. Document "set|show follow-exec-mode".
3053
2f8132f3
MS
30542009-10-11 Michael Snyder <msnyder@vmware.com>
3055
3056 * gdb.texinfo (ReverseStep): Show default as "unsupported".
3057 (ReverseContinue): Ditto.
3058
cba4b2d3
PP
30592009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
3060
3061 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 3062
da082f17
JK
30632009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3064
3065 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
3066
08be9d71
ME
30672009-10-06 Michael Eager <eager@eagercon.com>
3068
3069 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
3070 (Embedded Processors): Add MicroBlaze.
3071 (MicroBlaze): New. Describe Xilinx MicroBlaze
3072
08a0efd0
PA
30732009-10-04 Pedro Alves <pedro@codesourcery.com>
3074
3075 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
3076
cbb8f428
EZ
30772009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
3078
3079 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
3080
30a4a70c
JB
30812009-09-23 Joel Brobecker <brobecker@adacore.com>
3082
3083 * observer.texi (solib_unloaded): Document explicitly the fact that
3084 this observer is called before the associated symbols are unloaded.
3085
b3372f91
VP
30862009-09-19 Vladimir Prus <vladimir@codesourcery.com>
3087
3088 * gdb.texinfo (GDB/MI Stack Manipulation): Document
3089 -stack-list-variables.
3090
f43030c4
TT
30912009-09-18 Tom Tromey <tromey@redhat.com>
3092
3093 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
3094 is experimental.
3095
ec7e75e7
PP
30962009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
3097
3098 * gdb.texinfo (convenince variables): Mention
3099 $_siginfo could be empty.
f43030c4 3100
0cc7d26f
TT
31012009-09-15 Tom Tromey <tromey@redhat.com>
3102
3103 * gdb.texinfo (GDB/MI Variable Objects): Document
3104 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
3105 Expand -var-update documentation.
3106
a96d9b2e
SDJ
31072009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3108
3109 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
3110 feature.
3111
005ca36a
JB
31122009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
3113
3114 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
3115
0d772ac9
MS
31162009-09-10 Michael Snyder <msnyder@vmware.com>
3117
3118 * gdb.texinfo (qSupported): Mention new ReverseContinue and
3119 ReverseStep replies to the qSupported query.
3120
14fb1bac
JB
31212009-09-10 Joel Brobecker <brobecker@adacore.com>
3122
3123 Add documentation for set/show interactive-mode.
3124 * gdb.texinfo (Other Misc Settings): New node.
3125
29b090c0
DE
31262009-09-01 Doug Evans <dje@google.com>
3127
3128 * gdb.texinfo (Caching Data of Remote Targets): Add note on
3129 non-stop mode's affect on remote caching.
3130
4e5d721f
DE
31312009-08-31 Jacob Potter <jdpotter@google.com>
3132 Doug Evans <dje@google.com>
3133
3134 * gdb.texinfo (Caching Data of Remote Targets): Update text.
3135 Mark `set/show remotecache' options as obsolete.
3136 Document new `set/show stack-cache' option.
3137 Update text for `info dcache'.
3138
55333a84
DE
31392009-08-27 Doug Evans <dje@google.com>
3140
3141 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
3142 (Files): Add note on new optional regex arg to `info sharedlibrary'.
3143
bc3a0b4d
RW
31442009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3145
3146 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
3147 about autoconf.
3148
3a1ff0b6
PA
31492009-08-25 Pedro Alves <pedro@codesourcery.com>
3150
3151 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
3152 small example, and describe its columns. Replace "inferior-id" by
3153 "infno" throughout.
3154
81ecdfbb
RW
31552009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3156
af542c2e
RW
3157 * gdbint.texinfo (Releasing GDB): Point to
3158 README-maintainer-mode file for required autoconf version.
3159 * configure.ac: Do not substitute datarootdir, htmldir,
3160 pdfdir, docdir. Do not process --with-datarootdir,
3161 --with-htmldir, --with-pdfdir, --with-docdir.
3162 * configure: Regenerate.
3163
81ecdfbb
RW
3164 * configure: Regenerate.
3165
4efc6507
DE
31662009-08-20 Reid Kleckner <reid@kleckner.net>
3167
3168 * gdb.texinfo: Add chapter on JIT interface.
3169
43089a6e
NR
31702009-08-07 Nick Roberts <nickrob@snap.net.nz>
3171
3172 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 3173 confirmation request.
43089a6e 3174
99e008fe
EZ
31752009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
3176
c8d5aac9
L
3177 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
3178 CRC definitions.
99e008fe 3179
48cb2d85
VP
31802009-08-03 Vladimir Prus <vladimir@codesourcery.com>
3181
3182 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 3183 -break-commands.
48cb2d85 3184
ff1a52c6
UW
31852009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3186
3187 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
3188 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
3189
3285f3fe
UW
31902009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3191
3192 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
3193 "set spu stop-on-load" and "show spu stop-on-load" commands.
3194
e35359c5
UW
31952009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3196
3197 * gdb.texinfo (Target Descriptions): Document <compatible> element.
3198
58d6951d
DJ
31992009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3200
3201 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
3202 org.gnu.gdb.arm.neon.
3203
08d16641
PA
32042009-07-20 Pedro Alves <pedro@codesourcery.com>
3205
3206 * gdb.texinfo (Target Description Format): Mention the new <osabi>
3207 optional element.
3208 (subsection OS ABI): New subsection.
3209
782b2b07
SS
32102009-07-14 Stan Shebs <stan@codesourcery.com>
3211
3212 * gdb.texinfo (Tracepoint Conditions): New section.
3213 (General Query Packets): Describe ConditionalTracepoints.
3214 (Tracepoint Packets): Describe condition field.
3215 (Maintenance Commands): Describe maint agent-eval.
3216 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
3217
9b117ef3
HZ
32182009-07-11 Hui Zhu <teawater@gmail.com>
3219
3220 * gdb.texinfo (disassemble): Add a new modifier /r
3221 to "disassemble" command to make it print the raw instructions
3222 in hex as well as in symbolic form.
3223
f5a33284
TT
32242009-07-09 Tom Tromey <tromey@redhat.com>
3225
3226 * gdbint.texinfo (Testsuite): Document parallel make check.
3227
812f7342
TT
32282009-07-09 Tom Tromey <tromey@redhat.com>
3229
3230 * gdbint.texinfo (Testsuite): Document test transcripts.
3231
fbb8f299
PM
32322009-07-10 Phil Muldoon <pmuldoon@redhat.com>
3233
3234 * gdb.texinfo (Values From Inferior): Add length parameter
3235 description.
3236
dd8f35ac
EZ
32372009-07-04 Chris Genly <chris@genly.us>
3238
3239 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
3240 in -var-list-children. Fix example according to what the code
3241 does.
3242
2277426b
PA
32432009-07-02 Pedro Alves <pedro@codesourcery.com>
3244
3245 * gdb.texinfo (Debugging multiple inferiors): Document the
3246 "inferior", "detach inferior" and "kill inferior" commands.
3247 (Debugging Programs with Multiple Processes): Adjust to mention
3248 generic "inferior" commands. Delete mention of "detach fork" and
3249 "delete fork". Cross reference to "Debugging multiple inferiors"
3250 section.
3251
a6d9a66e
UW
32522009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3253
5af949e3
UW
3254 * gdbint.texinfo (Item Output Functions): Update signature
3255 for ui_out_field_core_addr.
3256
32572009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3258
3259 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
3260 Update example code extrated from breakpoint.c.
3261
9901a55b 32622009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 3263
9901a55b
PP
3264 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
3265 MI commands.
3266 (GDB/MI Symbol Query): Likewise.
3267 (GDB/MI File Commands): Likewise.
3268 (GDB/MI File Transfer Commands): Likewise.
3269 (GDB/MI Target Manipulation): Likewise.
3270 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 3271
edb3359d
DJ
32722009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
3273
3274 * gdb.texinfo (Debugging Optimized Code): New chapter.
3275 (Compiling for Debugging): Reference it. Move some
3276 text to the new section.
3277
7cd1089b
PM
32782009-06-15 Phil Muldoon <pmuldoon@redhat.com>
3279
3280 * doc/gdb.texinfo (Calling): Document
3281 set-unwind-on-terminating-exception usage.
3282
d4db2f36
PA
32832009-06-11 Pedro Alves <pedro@codesourcery.com>
3284
3285 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
3286 command.
3287
d1a7880c
PA
32882009-06-07 Pedro Alves <pedro@codesourcery.com>
3289
3290 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
3291 references.
3292
473f94e6
UW
32932009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
3294
3295 * gdbint.texinfo: Rename formal parameters to gdbarch function
3296 protoypes from "current_gdbarch" to "gdbarch".
3297
8f500870
TT
32982009-05-28 Tom Tromey <tromey@redhat.com>
3299
3300 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
3301
b6313243
TT
33022009-05-27 Tom Tromey <tromey@redhat.com>
3303
3304 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
3305 feature.
3306 (GDB/MI Variable Objects): Document -var-set-visualizer.
3307
33082009-04-02 Tom Tromey <tromey@redhat.com>
3309
3310 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
3311 feature.
3312 (GDB/MI Variable Objects): Document -var-set-visualizer.
3313
a6bac58e
TT
33142009-05-27 Tom Tromey <tromey@redhat.com>
3315 Thiago Jung Bauermann <bauerman@br.ibm.com>
3316 Phil Muldoon <pmuldoon@redhat.com>
3317
3318 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
3319 (Pretty Printing): New node.
3320 (Selecting Pretty-Printers): Likewise.
3321 (Python API): Update.
3322 (Output Formats): Document /r format.
3323
2c74e833
TT
33242009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
3325 Tom Tromey <tromey@redhat.com>
3326
3327 * gdb.texinfo (Types In Python): New node.
3328 (Values From Inferior): "type" is now an attribute.
3329 (Python API): Update.
3330
89c73ade
TT
33312009-05-27 Tom Tromey <tromey@redhat.com>
3332 Thiago Jung Bauermann <bauerman@br.ibm.com>
3333 Phil Muldoon <pmuldoon@redhat.com>
3334
3335 * gdb.texinfo: Add @syncodeindex for `tp'.
3336 (Python API): Update.
3337 (Auto-loading): New node.
3338 (Objfiles In Python): New node.
3339
17a37d48
PP
33402009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
3341
3342 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 3343
6718376f
NR
33442009-05-15 Nick Roberts <nickrob@snap.net.nz>
3345
3346 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
3347
cbe54154
PA
33482009-05-12 Pedro Alves <pedro@codesourcery.com>
3349
3350 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
3351 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
3352 show show-debug-regs' docs.
3353
8e05493c
EZ
33542009-05-08 Eli Zaretskii <eliz@gnu.org>
3355
3356 * gdb.texinfo (Process Record and Replay): Add description of
3357 reverse execution.
3358
b39f4988
JB
33592009-05-07 Joel Brobecker <brobecker@adacore.com>
3360
3361 * gdbint.texinfo (Adding support for debugging core files): New node.
3362 (Native Debugging): Remove the ``Native core file Support'' section.
3363
a2311334
EZ
33642009-05-01 Eli Zaretskii <eliz@gnu.org>
3365
3366 * gdb.texinfo (Process Record and Replay): Improve and clarify.
3367 Add index entries.
3368
53cc454a 33692009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 3370 Michael Snyder <msnyder@vmware.com>
53cc454a 3371
a2311334
EZ
3372 * gdb.texinfo: (Process Record and Replay): Add documentation for
3373 process record and replay.
53cc454a 3374
484086b7
JK
33752009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3376
3377 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
3378 a new part on command-line defined macros.
3379
32ae1842
EZ
33802009-04-25 Eli Zaretskii <eliz@gnu.org>
3381
3382 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
3383 clarify the wording.
3384
b14b1491
TT
33852009-04-23 Tom Tromey <tromey@redhat.com>
3386
3387 * gdb.texinfo (Data Files): New node.
3388 (GDB Files): Update menu.
3389
5c1e86e1
JB
33902009-04-23 Joel Brobecker <brobecker@adacore.com>
3391
3392 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 3393 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 3394
83eba9b7
VP
33952009-04-22 Vladimir Prus <vladimir@codesourcery.com>
3396
3397 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
3398
e31198c4
HZ
33992009-04-22 Hui Zhu <teawater@gmail.com>
3400
3401 * gdb.texinfo (disassemble-next-line): Set the default of
3402 disassemble-next-line to off.
3403
26e251b6
JM
34042009-04-21 Joseph Myers <joseph@codesourcery.com>
3405
3406 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
3407 --with-htmldir): New.
3408 * configure: Regenerate.
3409 * Makefile.in (datarootdir, docdir): Define.
3410 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
3411 instead of $(SET_TEXINPUTS).
3412 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
3413 gdbint.info instead of $(SET_TEXINPUTS).
3414 (gdbint/index.html): Use same -I options as for building
3415 gdbint.info.
3416 (stabs.dvi, stabs.pdf): Use same -I options as for building
3417 stabs.info instead of $(SET_TEXINPUTS).
3418 (stabs/index.html): Use same -I options as for building
3419 stabs.info.
3420 (annotate.dvi, annotate.pdf): Use same -I options as for building
3421 annotate.info instead of $(SET_TEXINPUTS).
3422 (annotate/index.html): Use same -I options as for building
3423 annotate.info.
3424
eac35c4e
DD
34252009-04-21 David Daney <ddaney@caviumnetworks.com>
3426
3427 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
3428
29b0e8a2
JM
34292009-04-21 Joseph Myers <joseph@codesourcery.com>
3430
3431 * gdb.texinfo (Source Path): Document --with-relocated-sources.
3432
2b831889 34332009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 3434 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
3435
3436 * Makefile.in (MAKEHTML): Set to makeinfo --html.
3437 (MAKEHTMLFLAGS): Set to empty.
3438 (html__strip_dir): Define.
3439 (HTMLFILES): Define.
3440 (HTMLFILES_INSTALL): Define.
3441 (install-html): Copy new automake rule.
3442 (html): Depend on $(HTMLFILES).
3443 (gdb_toc.html): Rename to gdb/index.html.
3444 (gdbint_toc.html): Rename to gdbint/index.html.
3445 (stabs_toc.html): Rename to stabs/index.html.
3446 (annotate_toc.html): Rename to annotate/index.html.
3447
89a34d1b
JM
34482009-04-17 Carlos O'Donell <carlos@codesourcery.com>
3449
3450 * Makefile.in: Set pdfdir and htmldir from configure
3451 substitutions.
3452 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
3453 * configure: Regenerate.
3454
a2d5da46
JB
34552009-04-16 Joel Brobecker <brobecker@adacore.com>
3456
3457 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
3458 This macro is no longer used.
3459
732f6a93
TT
34602009-04-15 Tom Tromey <tromey@redhat.com>
3461
3462 * gdb.texinfo (Character Sets): Document default character set.
3463
87f9adc1
PM
34642009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
3465
3466 * gdbint.texinfo: Change server name from sources.redhat.com to
3467 sourceware.org throughout.
3468
2c88c651
JB
34692009-04-09 Joel Brobecker <brobecker@adacore.com>
3470
3471 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
3472 about a missing dot or coma after @xref.
3473
4f5376b2
JB
34742009-04-02 Joel Brobecker <brobecker@adacore.com>
3475
3476 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
3477 example, and add a small explanation about it.
3478 (Print Settings): Change the documentation of the "set print
3479 frame-arguments" to reflect the fact that the default is now "scalars".
3480
a0381d3a
JB
34812009-04-02 Joel Brobecker <brobecker@adacore.com>
3482
3483 * gdb.texinfo (Print Settings): Add kindex for command "set
3484 print frame-arguments".
3485
45ac276d
JB
34862009-03-31 Joel Brobecker <brobecker@adacore.com>
3487
3488 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
3489 breakpoints.
3490 (Set Breaks): Add reference to thread-specific and task-specific
3491 breakpoints.
3492
32cd1edc
JB
34932009-03-31 Joel Brobecker <brobecker@adacore.com>
3494
3495 * gdb.texinfo (Ada Tasks): Remove the documentation about
3496 the "Running" state, as this state has been eliminated.
3497 Now all runnable tasks are shown as "Runnable".
3498
1042e4c0
SS
34992009-03-30 Stan Shebs <stan@codesourcery.com>
3500
3501 * gdb.texinfo (Tracepoints): Describe tracepoints as a
3502 special case of breakpoints.
3503 (Enable and Disable Tracepoints): Mention deprecation.
3504 (Listing Tracepoints): Update description and example.
3505
f8f6f20b
TJB
35062009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3507
3508 * gdb.texinfo (Frames in Python): New node.
3509 (Python API): Update.
3510
c0c6f777
TJB
35112009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
3512
3513 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
3514 from a method to an attribute.
3515
def2b000
TJB
35162009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
3517
3518 * gdb.texinfo (Values From Inferior): Document is_optimized_out
3519 attribute.
3520
a07daef3
PA
35212009-03-25 Pedro Alves <pedro@codesourcery.com>
3522
3523 * observer.texi (thread_exit): Add "silent" parameter.
3524
f3b1572e
PA
35252009-03-22 Pedro Alves <pedro@codesourcery.com>
3526
3527 * observer.texi (about_to_proceed): New.
3528
587afa38
EZ
35292009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
3530
3531 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
3532 field throughout to handle types with spaces in them. Fix typos
3533 found by aspell.
3534 (Summary, Requirements, Contributors): New first chapter,
3535 "Summary" added, old Requirements section moved there, and new
3536 section, "Contributors" added.
3537 (Initializing a New Architecture, Register Representation)
3538 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
3539 (Porting gdb): These sections extended and updated.
3540 (Compiler Characteristics): This section (empty) deleted.
3541 (Defining Other Architecture Features): This section renamed and
3542 duplicate material removed from (formerly "Target Conditionals").
3543 Use braces {} in @deftypeXX type field throughout to handle types
3544 with spaces in them. Typos found by aspell fixed.
3545
3546 * stack_frame.svg: New file, source of image for gdbint.texinfo.
3547 * stack_frame.pdf: Version of image for PDF output.
3548 * stack_frame.png: Version of image for HTML output and for Emacs.
3549 * stack_frame.txt: Version of image for Info output.
1db61298 3550 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 3551
10af6951
EZ
35522009-03-21 Eli Zaretskii <eliz@gnu.org>
3553
3554 * gdb.texinfo (Character Sets): Fix last change.
3555
cc924cad
TJB
35562009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
3557
3558 * gdb.texinfo (Values From Inferior): Fix optional arguments
3559 markup.
3560 (Commands In Python): Adjust argument names of gdb.Command.__init__
3561 to what the function accepts as keywords.
3562
bc3b79fd
TJB
35632008-03-20 Tom Tromey <tromey@redhat.com>
3564
3565 * gdb.texinfo (Convenience Vars): Document convenience functions.
3566 (Functions In Python): New node.
3567 (Python API): Update.
3568
6c7a06a3
TT
35692009-03-20 Tom Tromey <tromey@redhat.com>
3570
3571 * gdb.texinfo (Character Sets): Remove obsolete text. Document
3572 set target-wide-charset.
3573 (Requirements): Mention iconv.
3574
b646ddd4
HZ
35752009-03-17 Hui Zhu <teawater@gmail.com>
3576
3577 * gdb.texinfo: Change the introduce of "disassemble-next-line".
3578
91440f57
HZ
35792009-03-17 Hui Zhu <teawater@gmail.com>
3580
3581 * gdb.texinfo: Add documentation for disassemble-next-line.
3582
8fd41227
TJB
35832009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
3584
3585 * gdb.texinfo (Commands In Python): Remove tindex entries.
3586
61ff14c6
JK
35872009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3588
3589 * gdb.texinfo (Returning): New description for missing debug info.
3590
0b16c5cf
PA
35912009-03-14 Pedro Alves <pedro@codesourcery.com>
3592
3593 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 3594 (General Query Packets): Document qAttached.
0b16c5cf 3595
32fc0df9
PA
35962009-03-05 Pedro Alves <pedro@codesourcery.com>
3597
3598 * gdb.texinfo (Background Execution): Better describe the set
3599 target-async command.
3600 (Maintenance Commands): Delete description of the `maint set/show
3601 linux-async' and `maint set/show remote-async' commands.
3602
134eb42c
VP
36032009-02-18 Vladimir Prus <vladimir@codesourcery.com>
3604
3605 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
3606 between sentences.
3607
c86cf029
VP
36082009-02-18 Vladimir Prus <vladimir@codesourcery.com>
3609
3610 * gdb.texinfo (GDB/MI Async Records): Document the
3611 =library-loaded and =library-unloaded notifications.
3612
3ea85240
VP
36132009-02-17 Vladimir Prus <vladimir@codesourcery.com>
3614
3615 * observer.texi (test_notification): New observer.
3616
1d33d6ba
VP
36172009-02-14 Vladimir Prus <vladimir@codesourcery.com>
3618
61ff14c6
JK
3619 * observer.texi: Add parameter 'print_frame' to normal_stop
3620 observer.
1d33d6ba 3621
d721c933
EZ
36222009-02-07 Eli Zaretskii <eliz@gnu.org>
3623
3624 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
3625 (Commands In Python): Fix COMMAND_* constants in last change. Use
3626 @kbd for interactive input. Add cross-references and index
3627 entries.
3628
4aa995e1
PA
36292009-02-06 Pedro Alves <pedro@codesourcery.com>
3630
3631 * gdb.texinfo (Signals): Document $_siginfo.
3632 (Convenience Variables): Mention $_siginfo.
3633 (Remote Configuration): Document qXfer:siginfo:read,
3634 qXfer:siginfo:write packets, and the read-siginfo-object,
3635 write-siginfo-object commands.
3636
5f5233d4
PA
36372009-02-06 Pedro Alves <pedro@codesourcery.com>
3638
3639 * gdbint.texinfo (Values): New chapter.
3640
d8906c6f
TJB
36412009-02-06 Tom Tromey <tromey@redhat.com>
3642
3643 * gdb.texinfo (Python API): Add entry for Commands In Python.
3644 (Commands In Python): New node.
3645
b6cb8e7d
TJB
36462009-02-05 Tom Tromey <tromey@redhat.com>
3647
3648 * gdb.texinfo (Values From Inferior): Document Value.string.
3649
12453b93
TJB
36502009-02-05 Tom Tromey <tromey@redhat.com>
3651
3652 * gdb.texinfo (Basic Python): Document execute's from_tty
3653 argument.
3654
08c637de
TJB
36552009-02-04 Tom Tromey <tromey@redhat.com>
3656
3657 * gdb.texinfo (Basic Python): Document gdb.history.
3658
592375cd
VP
36592009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3660
3661 * gdb.texinfo (GDB/MI Thread Commands): Document the
3662 'current-thread-id' field. Remove the example with zero threads,
3663 since current GDB won't ever report that if there's inferior.
3664
41447f92
VP
36652009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3666
3667 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
3668 option to -break-insert.
3669
098b41a6
JG
36702009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3671 Jerome Guitton <guitton@adacore.com>
3672
3673 * gdb.texinfo (Startup): Document --with-system-gdbinit.
3674 (System-wide configuration): New section.
3675
3c16cced
PA
36762009-01-26 Pedro Alves <pedro@codesourcery.com>
3677
3678 PR gdb/7580:
3679 * gdb.texinfo (Maintenance Commands): Document "maint set|show
3680 internal-error|internal-warning quit|corefile ask|yes|no".
3681
62709adf
PA
36822009-01-26 Pedro Alves <pedro@codesourcery.com>
3683
3684 * gdb.texinfo (Using the `gdbserver' Program): Document
3685 --remote-debug.
3686
7ce58dd2
DE
36872009-01-23 Doug Evans <dje@google.com>
3688
3689 * gdb.texinfo: Add nexti to list of commands that support
3690 background execution.
3691
adb483fe
DJ
36922009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
3693
3694 * gdb.texinfo (Define, Hooks): Document prefix command support.
3695
a67ec3f4 36962009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 3697 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
3698
3699 Fixes for makeinfo --html.
3700
3701 * annotate.texinfo: Use @copying and @insertcopying. Use
3702 @ifnottex in place of @ifinfo.
3703 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
3704 place of @ifinfo. Use @ifnotinfo for one index entry.
3705 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
3706 in place of @ifinfo.
3707 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
3708 in place of @ifinfo. Include contents at start unconditionally.
3709
84fcdf95
PA
37102009-01-13 Pedro Alves <pedro@codesourcery.com>
3711
3712 * gdb.texinfo (General Query Packets): Remove @var{} around the
3713 "spu" literal string.
3714
fa3a767f
PA
37152009-01-07 Pedro Alves <pedro@codesourcery.com>
3716
3717 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
3718 program may be running in another process" errors.
3719 * gdbint.texinfo (Native Conditionals): Delete
3720 ONE_PROCESS_WRITETEXT description.
3721
9cb011d3
JB
37222009-01-07 Joel Brobecker <brobecker@adacore.com>
3723
3724 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
3725 emacs local variable to be placed at the end of the ChangeLog.
3726 Add server.c and gdbreplay.c to the list of files where the
3727 copyright year needs to be updated.
3728
84603566
SL
37292009-01-06 Sandra Loosemore <sandra@codesourcery.com>
3730
3731 * gdb.texinfo (Remote Configuration): Document new
3732 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
3733 commands.
3734
a53f55d8
PA
37352008-12-28 Pedro Alves <pedro@codesourcery.com>
3736
3737 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
3738 FETCH_INFERIOR_REGISTERS.
3739 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
3740 FETCH_INFERIOR_REGISTERS descriptions. Remove
3741 gdbarch_get_longjmp_target descrition, since already described in
3742 Target Conditionals. Move gdbarch_fp0_regnum description to ...
3743 (Target Conditionals): ... here.
3744
077e0a52
JB
37452008-12-16 Joel Brobecker <brobecker@adacore.com>
3746
3747 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
3748 examples.
3749 (Additions to Ada): Likewise. Add the missing opening and closing
3750 parenthesis of the GDB prompt in one of the examples.
3751
023eb17c
JB
37522008-12-14 Joel Brobecker <brobecker@adacore.com>
3753
3754 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
3755 about the result of 'Address not being of type System.Address.
3756 This problem has been fixed a while ago.
3757
c3b108f7
VP
37582008-12-02 Vladimir Prus <vladimir@codesourcery.com>
3759
3760 MI non-stop and multiprocess docs.
3761
c8d5aac9
L
3762 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
3763 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
3764 Adjust documentation for *stopped, document =thread-created,
3765 =thread-exited, =thread-group-created and =thread-group-exited.
3766 (GDB/MI Thread Commands): Document the 'state' field in
3767 -thread-info output.
3768 (GDB/MI Program Execution): Mention --all and --thread-group
3769 options.
3770 (GDB/MI Variable Objects): Describe floating and fixed variable
3771 objects.
3772 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 3773
07e059b5
VP
37742008-12-02 Vladimir Prus <vladimir@codesourcery.com>
3775
c8d5aac9
L
3776 * gdb.texinfo (Operating System Information): New appendix.
3777 (Operating System Auxiliary Information): Document 'info os processes'
3778 (Remote Configuration): Document 'osdata'
3779 (General Query Packets): Document qXfer:osdata:read.
07e059b5 3780
a80b95ba
TG
37812008-11-27 Tristan Gingold <gingold@adacore.com>
3782
3783 * gdb.texinfo (Darwin): Document Darwin specific features.
3784
a655d424
JK
37852008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3786
3787 * gdbint.texinfo (Target Conditionals): Extend the
3788 gdbarch_breakpoint_from_pc description.
3789
249e1128
VP
37902008-11-22 Vladimir Prus <vladimir@codesourcery.com>
3791
3792 * gdb.texinfo (M68K Features): Fix typo.
3793
c14c28ba
PP
37942008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
3795
3796 * gdb.texinfo (Symbols): Mention printing containing
3797 image name in "info symbol".
3798 (Maint translate-address): Likewise.
889bf7c5 3799
394a6666
JB
38002008-11-18 Joel Brobecker <brobecker@adacore.com>
3801
3802 * gdb.texinfo (Set Catchpoints): Remove the documentation of
3803 commands "catch load" and "catch unload".
3804
66bb093b
VP
38052008-11-17 Vladimir Prus <vladimir@codesourcery.com>
3806
3807 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 3808 =thread-selected.
889bf7c5 3809
4a92f99b
VP
38102008-11-17 Vladimir Prus <vladimir@codesourcery.com>
3811
c8d5aac9 3812 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 3813
f0323ca0
PA
38142008-10-27 Pedro Alves <pedro@codesourcery.com>
3815
3816 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
3817 .mt files, TM_CLIBS or TM_CDEPS.
3818 (x86 Watchpoints): Don't mention TDEPFILES.
3819
8b23ecc4
SL
38202008-10-24 Sandra Loosemore <sandra@codesourcery.com>
3821
3822 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
3823 (Overview): Mention notifications and non-stop mode behavior.
3824 (Packets): Update documentation of ?, vAttach, vCont, and vRun
3825 with non-stop mode behavior. Add vStopped description.
3826 (Stop Reply Packets): Update list of packets that return
3827 stop replies. Mention non-stop behavior.
3828 (General Query Packets): Document QNonStop packet and associated
3829 qSupported query response.
3830 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
3831 behavior.
3832 (Notification Packets): New section.
3833 (Remote Non-Stop): New section.
3834 (File-I/O Overview): Mention non-stop behavior.
3835
fff08868
HZ
38362008-10-24 Hui Zhu <teawater@gmail.com>
3837 Pedro Alves <pedro@codesourcery.com>
3838
3839 * gdb.texinfo (displaced-stepping): Describe the auto mode
3840 setting, and say it's the default. This is now a mainstream
3841 setting instead of a maintenance setting.
3842
252fbfc8
PA
38432008-10-23 Pedro Alves <pedro@codesourcery.com>
3844
3845 * observer.texi (thread_stop_requested): New.
3846
20924a55
JB
38472008-10-22 Joel Brobecker <brobecker@adacore.com>
3848
3849 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
3850 (Patching): Replace incorrect usage of @samp by @kbd.
3851
bacec72f
MS
38522008-10-17 Michael Snyder <msnyder@vmware.com>
3853
3854 * gdb.texinfo: Add documentation for reverse execution.
3855
a08702d6 38562008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 3857 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
3858
3859 * gdb.texinfo. (Values From Inferior): New subsubsection.
3860
d97bc12b
DE
38612008-10-06 Doug Evans <dje@google.com>
3862
3863 * gdb.texinfo (set debug dwarf2-die): Document it.
3864
87f67dba
JB
38652008-10-01 Joel Brobecker <brobecker@adacore.com>
3866
3867 * gdb.texinfo (catch) [exception]: Document how to insert
3868 a breakpoint on user-defined exceptions when the exception
3869 name is identical to one of the language-defined ones.
3870
2fae03e8
TT
38712008-09-27 Tom Tromey <tromey@redhat.com>
3872
3873 * gdb.texinfo (Macros): Remove text about stringification,
3874 varargs, and splicing.
3875
5c6ce71d
TT
38762008-09-27 Tom Tromey <tromey@redhat.com>
3877
3878 * gdbint.texinfo (Language Support): Remove text about omitting
3879 support for a language.
3880
07128da0
DE
38812008-09-23 Doug Evans <dje@google.com>
3882
3883 * gdb.texinfo (info dcache): Update.
3884
b90a069a
SL
38852008-09-22 Sandra Loosemore <sandra@codesourcery.com>
3886
3887 * gdb.texinfo (Packets): Add info on thread-id syntax and
3888 multiprocess extensions.
3889 <D>: Document multiprocess form of packet.
3890 <H>: Use thread-id syntax.
3891 <T>: Likewise.
3892 <vCont>: Likewise. Note this is required for multiprocess.
3893 <vKill>: New packet.
3894 (Stop Reply Packets) <T>: Use thread-id syntax.
3895 <W>: Document multiprocess form of reply.
3896 <X>: Likewise.
3897 (General Query Packets) <qC>: Use thread-id syntax.
3898 <qfThreadInfo>: Likewise.
3899 <qGetTLSAddr>: Likewise.
3900 <qP>: Likewise.
3901 <qSupported>: Add "multiprocess" feature.
3902 <qThreadExtraInfo>: Use thread-id syntax.
3903
b77209e0
PA
39042008-09-22 Stan Shebs <stan@codesourcery.com>
3905
3906 * gdb.texinfo (Inferiors): New section.
3907
3d0bb823
PA
39082008-09-12 Pedro Alves <pedro@codesourcery.com>
3909
3910 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
3911
f8dcfc0a
UW
39122008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
3913
3914 * gdbint.texinfo (Target Conditionals): Remove documentation
3915 for gdbarch_name_of_malloc.
3916
8775bb90
MS
39172008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
3918
3919 * gdb.texinfo (Interrupts): Mention TCP interface for
3920 sending BREAK.
3921
f1838a98
UW
39222008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
3923
3924 * gdb.texinfo (Commands to Specify Files): Document "remote:"
3925 argument prefix to "set sysroot".
3926
158c7665
PH
39272008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
3928
3929 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
3930 and False.
3931
30e026bb
VP
39322008-08-20 Vladimir Prus <vladimir@codesourcery.com>
3933
c8d5aac9
L
3934 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
3935 for possible features of -list-features.
30e026bb 3936
c6ebd6cf
VP
39372008-08-19 Vladimir Prus <vladimir@codesourcery.com>
3938
c8d5aac9 3939 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
3940 (GDB/MI Miscellaneous Commands): Document -list-target-features.
3941
aeac0ff9
VP
39422008-08-19 Vladimir Prus <vladimir@codesourcery.com>
3943
3944 * doc/gdb.texinfo (PowerPC): Fix typo.
3945 (PowerPC features): Fix typo.
3946
5231c1fd
PA
39472008-08-18 Pedro Alves <pedro@codesourcery.com>
3948
3949 * observer.texi (thread_ptid_changed): New.
3950
677c5bb1
LM
39512008-08-18 Luis Machado <luisgpm@br.ibm.com>
3952
3953 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
3954 (PowerPC features): Mention feature set for VSX registers.
3955
f3a2dd1a
JB
39562008-08-13 Joel Brobecker <brobecker@adacore.com>
3957
3958 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
3959 the direct visibility of all names in user-written packages.
3960
33e5cbd6
PA
39612008-08-13 Pedro Alves <pedro@codesourcery.com>
3962
3963 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
3964 setting, and make it the default.
3965 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
3966 non-stop script example.
3967
d0384fc4
TJB
39682008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
3969
3970 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
3971 reference to the "Using Different Register and Memory Data
3972 Representation" section.
3973
a6f3e723
SL
39742008-08-12 Sandra Loosemore <sandra@codesourcery.com>
3975
3976 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
3977 (Remote Protocol): Add Packet Acknowledgment to menu.
3978 (Overview): Mention +/- can be disabled, and point to new section
3979 where this is discussed in detail.
3980 (General Query Packets): Document QStartNoAckMode packet, and
3981 corresponding qSupported reply.
3982 (Packet Acknowledgment): New section.
3983
0606b73b
SL
39842008-08-11 Sandra Loosemore <sandra@codesourcery.com>
3985 Pedro Alves <pedro@codesourcery.com>
3986
3987 * gdb.texinfo (Threads): Move paragraph about automatic thread
3988 selection to All-Stop Mode subsection.
3989 (Thread Stops): Reorganize existing material into subsections.
3990 Add introductory blurb and menu.
3991 (Non-Stop Mode): New subsection.
3992 (Background Execution): New subsection.
3993 (Maintenance Commands): Add cross-references from async mode
3994 commands to the new Background Execution section.
3995
d57a3c85
TJB
39962008-08-06 Tom Tromey <tromey@redhat.com>
3997
3998 * gdb.texinfo (Extending GDB): New chapter.
3999 (Sequences): Demoted chapter, now a section under the new
4000 Extending GDB chapter.
4001 (Python): New section.
4002
6d76a53d
SS
40032008-07-31 Stan Shebs <stan@codesourcery.com>
4004
4005 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
4006
1f70da6a
SS
40072008-07-29 Stan Shebs <stan@codesourcery.com>
4008
4009 * gdbint.texinfo: General round of cleanup and minor
4010 clarifications.
4011 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
4012 (Longjmp Support): Update description to reflect how it is done
4013 for targets without using native header.
4014 (Symbol Handling): Add a little more general explanation.
4015 (COFF, ELF): Mention stabs encapsulation.
4016 (DWARF 3): New section.
4017 (Adding a New Host): Scrub out some obsolete bits.
4018 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
4019 (Host Conditionals): Remove descriptions of NO_STD_REGS,
4020 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
4021 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
4022 SEEK_SET, STOP_SIGNAL, USG.
4023 (Raw and Virtual Register Representations): Ditto for
4024 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
4025 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
4026 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
4027 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
4028 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
4029 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
4030 DEPRECATED_REGISTER_VIRTUAL_SIZE,
4031 DEPRECATED_REGISTER_VIRTUAL_TYPE,
4032 DEPRECATED_USE_STRUCT_CONVENTION.
4033 Describe gdbarch_deprecated_fp_regnum.
4034 Update description of gdbarch_print_insn.
4035 (Adding a New Target): Scrub out obsolete bits.
4036 (Obsolete Conditionals): Remove entire section.
4037
383f836e
TT
40382008-07-25 Tom Tromey <tromey@redhat.com>
4039
4040 * observer.texi (GDB Observers): Document new observers:
4041 breakpoint_created, breakpoint_deleted, breakpoint_modified,
4042 tracepoint_created, tracepoint_deleted, tracepoint_modified,
4043 architecture_changed.
4044
cfd8ab24
SS
40452008-07-21 Stan Shebs <stan@codesourcery.com>
4046
4047 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
4048 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
4049
781b42b0
TT
40502008-07-21 Tom Tromey <tromey@redhat.com>
4051
4052 * observer.texi (GDB Observers): Remove obsolete comment.
4053 <executable_changed>: Remove argument.
4054
d7d9f01e
TT
40552008-07-18 Tom Tromey <tromey@redhat.com>
4056
4057 * gdb.texinfo (Macros): Update. Use @code rather than @command.
4058
bf250677
DE
40592008-07-10 Doug Evans <dje@google.com>
4060
4061 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
4062
10568435
JK
40632008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4064
4065 * gdb.texinfo (Starting): Document "set disable-randomization".
4066
5ae4183a
AS
40672008-07-07 Andreas Schwab <schwab@suse.de>
4068
4069 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
4070
b56e7235
VP
40712008-07-06 Vladimir Prus <vladimir@codesourcery.com>
4072
4073 * gdb.texinfo (GDB/MI Target Manipulation): Add
4074 example of -target-attach.
4075
e1ac3328
VP
40762008-06-10 Vladimir Prus <vladimir@codesourcery.com>
4077
4078 * observer.texi (target_resumed): New observer.
5ae4183a 4079 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 4080
65d12d83
TT
40812008-06-06 Tom Tromey <tromey@redhat.com>
4082
4083 * gdb.texinfo (Completion): Add field name example.
4084
fbc5282e
MK
40852008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
4086
4087 * gdb.texinfo (GDB/MI Program Context): Added example
4088 to -exec-arguments
5ae4183a 4089
fbc5282e 40902008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
4091
4092 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
4093 annotation.
4094
c16158bc 40952008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
4096 Nathan Sidwell <nathan@codesourcery.com>
4097 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
4098
4099 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
4100 and ACX_BUGURL.
4101 * configure: Regenerate.
4102 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
4103 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
4104 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
4105 mailing-list-specific text about bug reporting unless
4106 BUGURL_DEFAULT.
4107
75c99385
PA
41082008-06-05 Pedro Alves <pedro@codesourcery.com>
4109
4110 * gdb.texinfo (-target-select): Remove reference to target async.
4111 (Maintenance Commands): Document "maint set/show remote-async".
4112
1763a388
MK
41132008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
4114
4115 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
4116 in -target-file-get section.
5ae4183a 4117
d0d064df
PA
41182008-05-22 Pedro Alves <pedro@codesourcery.com>
4119
9b562ab8
PA
4120 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
4121 killing the inferior when it is already debugging a process.
d0d064df 4122
8dfa32fc
JB
41232008-05-21 Joel Brobecker <brobecker@adacore.com>
4124
4125 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
4126 abbreviation for "finish".
4127
55f996a7
NR
41282008-05-21 Nick Roberts <nickrob@snap.net.nz>
4129
4130 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
4131
ba2b1c56
DJ
41322008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
4133
4134 * gdbint.texinfo (Target Conditionals): Delete entry for
4135 gdbarch_dwarf_reg_to_regnum.
4136
08388c79
DE
41372008-05-09 Doug Evans <dje@google.com>
4138
a3c83fae 4139 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 4140
d14508fe
DE
41412008-05-05 Doug Evans <dje@google.com>
4142
4143 * gdb.texinfo (disassemble): Document /m modifier.
4144
e2b7ddea
VP
41452008-05-05 Vladimir Prus <vladimir@codesourcery.com>
4146
5ae4183a
AS
4147 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
4148 will not report the time of commands that run the target.
e2b7ddea 4149
8eb41542
VP
41502008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4151
4152 * gdb.texinfo (GDB/MI Output Records): Add
4153 missing semicolon.
4154
82f68b1c
VP
41552008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4156
4157 * gdb.texinfo (GDB/MI Output Records):
4158 Document =thread-create and =thread-exited.
4159
fa0f268d
VP
41602008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4161
4162 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 4163 Remove mention of dmi-discuss.
fa0f268d 4164
063bfe2e
VP
41652008-05-03 Pedro Alves <pedro@codesourcery.com>
4166
4167 * observer.texi (thread_exit): New.
4168
237fc4c9
PA
41692008-05-02 Pedro Alves <pedro@codesourcery.com>
4170
4171 * gdb.texinfo (Debugging Output): Document "set/show debug
4172 displaced".
4173 (Maintenance Commands): Document "maint set/show
4174 can-use-displaced-stepping".
4175
0428b8f5
DJ
41762008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
4177
4178 * gdb.texinfo (ARM): Document set/show arm fallback-mode
4179 and set/show arm force-mode.
4180
5009afc5
AS
41812008-05-02 Andreas Schwab <schwab@suse.de>
4182
4183 * gdbint.texinfo (Algorithms): Describe
4184 target_watchpoint_addr_within_range.
4185
669fac23
DJ
41862008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
4187
4188 * gdbint.texinfo (Stack Frames): New chapter.
4189 (Algorithms): Move Frames text to the new chapter.
4190 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
4191 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
4192
721c02de
VP
41932008-04-24 Vladimir Prus <vladimir@codesourcery.com>
4194
5ae4183a
AS
4195 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
4196 output does not necessary include any tokens.
721c02de 4197
c055b101
CV
41982008-04-22 Corinna Vinschen <vinschen@redhat.com>
4199
4200 * gdb.texinfo (Set SH Calling convention): New @item.
4201 (Show SH Calling convention): Ditto.
4202
68837c9d
MD
42032008-04-22 Markus Deuling <deuling@de.ibm.com>
4204
4205 * gdb.texinfo (Fortran Operators): Describe '%' operator.
4206
2e9132cc
EZ
42072008-04-20 Eli Zaretskii <eliz@gnu.org>
4208
4209 * gdb.texinfo (Set Breaks): Mention that multiple location
4210 breakpoints need line number info. Add index entries.
4211
31fffb02
CS
42122008-04-19 Craig Silverstein <csilvers@google.com>
4213
4214 * gdb.texinfo (Requirements): Add an optional requirement on
4215 zlib.
4216 * gdbint.texinfo (Debugging File Formats): Add new subsection for
4217 Compressed DWARF 2.
4218
a47ec5fe
AR
42192008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
4220
4221 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
4222 sample output for 'stopped,reason="breakpoint-hit"' message.
4223 (GDB/MI Program Execution): Likewise.
4224
de051565
MK
42252008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
4226
5ae4183a 4227 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
4228 -var-set-format. Add -f option to -var-evaluate-expression.
4229
6ba66d6a
JB
42302008-04-03 Joel Brobecker <brobecker@adacore.com>
4231
4232 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
4233 new node "Ambiguous Expressions". Replace references to this
4234 node by references to "Ambiguous Expressions" throughout.
4235 (Ambiguous Expressions): New node.
4236
1e26b4f8
DJ
42372008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
4238
4239 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
4240
b84876c2
PA
42412008-03-21 Pedro Alves <pedro@codesourcery.com>
4242
4243 * gdb.texinfo (Debugging Output): Document
4244 "set/show debug lin-lwp-async".
4245 (Maintenance Commands): Document "maint set/show linux-async".
4246
63092375
DJ
42472008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
4248
4249 * gdb.texinfo (Expressions): Update description of malloced arrays.
4250
8e8901c5
VP
42512008-03-15 Vladimir Prus <vladimir@codesourcery.com>
4252
4253 * gdb.texinfo (Thread Commands): Document
4254 -thread-info. Remove -thread-list-all-threads.
4255
1fddbabb
PA
42562008-03-14 Pedro Alves <pedro@codesourcery.com>
4257 Sandra Loosemore <sandra@codesourcery.com>
4258
4259 * gdb.texinfo (Library List Format): Update to mention the
4260 possibility to pass section addresses instead of segment
4261 addresses.
4262
ccd213ac
DJ
42632008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
4264
4265 * gdb.texinfo (Starting): Document "set exec-wrapper".
4266 (Server): Document gdbserver --wrapper.
4267
fa4727a6
DJ
42682008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
4269
4270 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
4271 unreadable memory. Delete obsolete SPARClite reference.
4272
8edfe269
DJ
42732008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
4274
4275 * gdb.texinfo (Starting): Mention always-running targets.
4276 (Target Commands): Add an anchor for load.
4277 (Connecting): Explain continue instead of run.
4278
1843f87b
DJ
42792008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4280
4281 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
4282
f9082629
NR
42832008-02-26 Nick Roberts <nickrob@snap.net.nz>
4284
4285 * gdb.texinfo (Set Breaks): Revert description of Enb column of
4286 breakpoint table.
4287
fd96d250
PA
42882008-02-19 Pedro Alves <pedro@codesourcery.com>
4289
4290 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
4291 killing the inferior when it is already debugging a process.
4292
36af4ef6
MD
42932008-02-13 Markus Deuling <deuling@de.ibm.com>
4294
4295 * gdbint.texinfo (Build Script): New section. Mention new build script
4296 gdb_buildall.sh.
4297
cda4ce5a
JB
42982008-02-01 Jim Blandy <jimb@red-bean.com>
4299
4300 * gdb.texinfo (Help): Summarize 'info args' correctly.
4301
4acd40f3
TJB
43022008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4303
4304 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
4305 available in PowerPC architecture.
4306 (Embedded Processors): Change node name of PowerPC item in menu.
4307 (PowerPC): Rename to...
4308 (PowerPC Embedded): this.
4309 (Architectures): Add new PowerPC item in menu.
4310 (PowerPC): New node.
4311
6e6c6f50
DJ
43122008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
4313
4314 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
4315 commands.
4316
5ee187d7
DJ
43172008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
4318
4319 * gdb.texinfo (Setting Catchpoints): Mention features
4320 supported on GNU/Linux.
4321
e275c0d9
NR
43222008-01-30 Nick Roberts <nickrob@snap.net.nz>
4323
4324 * gdb.texinfo (GDB/MI File Commands): Describe new output
4325 field for MI command -file-list-exec-source-file.
4326
2d717e4f
DJ
43272008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
4328
4329 * gdb.texinfo (Using the `gdbserver' Program): Add security
4330 warning. Rearrange into subsections and subsubsections. Document
4331 --multi and --debug. Correct --with-sysroot typo. Update --attach
4332 usage. Make load reference clearer. Document monitor exit.
4333 (Remote Configuration): Document set remote exec-file, attach-packet,
4334 and run-packet.
4335 (Packets): Document vAttach and vRun.
4336
d35a4257 43372008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
4338
4339 * gdb.texinfo (Processes): Mention process command.
889bf7c5 4340 detach-on-follow -> detach-on-fork.
f663676d 4341
c78d192c
DJ
43422008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4343
4344 * gdbint.texinfo (Native Conditionals): Remove
4345 SHELL_COMMAND_CONCAT and SHELL_FILE.
4346
d35a4257
EZ
43472008-01-26 Eli Zaretskii <eliz@gnu.org>
4348
4349 * gdb.texinfo (Specify Location): Improve wording.
4350
93815fbf
VP
43512008-01-23 Chris Demetriou <cgd@google.com>
4352
4353 * gdb.texinfo (Threads): Document new "set print thread-events"
4354 and "show print thread-events" commands.
4355
2a25a5ba
EZ
43562008-01-19 Eli Zaretskii <eliz@gnu.org>
4357
4358 * gdb.texinfo (Specify Location): New section.
4359 (Delete Breaks, Edit, Set Breaks): Remove description of
4360 locations. Instead, add a reference to "Specify Location".
4361 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
4362 (Symbols): Refer to "Specify Location" for the valid forms of
4363 linespecs and locations.
4364
32c9a795
MD
43652008-01-18 Markus Deuling <deuling@de.ibm.com>
4366
4367 * gdbint.texinfo (Target Conditionals): Replace the description of
4368 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
4369
b17828ca
JB
43702008-01-12 Paul Hilfinger <hilfinger@adacore.com>
4371
4372 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
4373 about &&var, which is rejected by the expression parser.
4374
0aea4bf3
LM
43752008-01-09 Luis Machado <luisgpm@br.ibm.com>
4376
4377 * gdb.texinfo (Output): Update documentation on using printf with DFP
4378 types.
4379
febe4383
TJB
43802008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
4381
4382 * gdb.texinfo (C and C++): Add Decimal Floating Point format
4383 subsubsection.
4384 (Decimal Floating Point format): New subsubsection.
4385
7a404eba
PA
43862008-01-05 Pedro Alves <pedro@codesourcery.com>
4387
4388 * gdb.texinfo (File Options): Remove mention of the attempt to
4389 open a core file with the -p option. Don't list -c as a valid
4390 option to attach to a process.
4391
a4d9b460
PA
43922008-01-05 Pedro Alves <pedro@codesourcery.com>
4393
4394 * gdbint.texinfo (Host Conditionals): Remove mention of
4395 ALIGN_STACK_ON_ENTRY.
4396
6ec2edbe
JB
43972008-01-05 Joel Brobecker <brobecker@adacore.com>
4398
4399 * gdbint.texinfo (Start of New Year Procedure): Add item
4400 describing how to update the source and documentation copyright
4401 notices.
4402
d8b2a693
JB
44032007-12-18 Jim Blandy <jimb@codesourcery.com>
4404
ab209b3a 4405 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
4406 watchpoint explanation into the main description of the watchpoint
4407 command; update synopses of 'watch', 'rwatch', and 'awatch'
4408 commands.
4409
8b4ed427
VP
44102007-12-18 Vladimir Prus <vladimir@codesourcery.com>
4411
4412 * gdb.texinfo (Miscellaneous gdb/mi Commands):
4413 Document 'pending-breakpoints' feature of
4414 -list-features.
4415
37e4754d
LM
44162007-12-17 Luis Machado <luisgpm@br.ibm.com>
4417
669fac23 4418 * gdb.texinfo: Add new parameter's description.
37e4754d 4419
1d3811f6
DJ
44202007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
4421
4422 * gdb.texinfo (Overview): Clarify run-length encoding
4423 example. Remove the restriction on "+" and "-" characters.
4424
c1c25a1a
EZ
44252007-12-15 Eli Zaretskii <eliz@gnu.org>
4426
4427 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
4428
afe8ab22 44292007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 4430
afe8ab22
VP
4431 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
4432 the -f option for -break-insert, remove -r option,
4433 and clarify specification of location.
4434
a6b151f1
DJ
44352007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
4436
4437 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
4438 formatting.
4439 (Remote Debugging): Add File Transfer section.
4440 (Remote Configuration): Document Host I/O packets.
4441 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 4442 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
4443 (Packets): Add vFile.
4444
3b784c4f
EZ
44452007-11-17 Eli Zaretskii <eliz@gnu.org>
4446
4447 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
4448 breakpoints with multiple locations.
4449 (Breakpoint Menus): Improve wording.
4450 (Output): Fix last change.
4451
a4ce5b0d
UW
44522007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
4453
4454 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
4455
1b39d5c0
DE
44562007-11-15 Doug Evans <dje@google.com>
4457
4458 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
4459
7a72d44c
VP
44602007-11-15 Vladimir Prus <vladimir@codesourcery.com>
4461
4462 * gdbint.texinfo (Native Conditionals): Remove
4463 mention of CLEAR_SOLIB.
5ae4183a 4464
6d1829bf 44652007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
4466
4467 * gdb.texinfo (Print Settings): Add documentation for "set/show
4468 print frame-arguments".
4469
1a619819
LM
44702007-11-05 Luis Machado <luisgpm@br.ibm.com>
4471
3b784c4f 4472 * gdb.texinfo (Output): Update printf command's description.
1a619819 4473
55eddb0f
DJ
44742007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
4475
4476 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
4477 powerpc soft-float".
4478
9cceb671
DJ
44792007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4480
4481 * gdb.texinfo (Files): Correct formatting. Mention Expat
4482 requirement.
4483 (Requirements for Building GDB): Expand the list of Expat
4484 uses.
4485 (Library List Format, Memory Map Format): Mention Expat.
4486 (Target Descriptions): Update Expat wording.
4487
83acabca
DJ
44882007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4489
4490 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
4491 Document that gdbarch_convert_register_p should return zero for no-op
4492 conversions.
4493
e35879db
UW
44942007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
4495
83acabca 4496 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
4497 of set_gdbarch_sofun_address_maybe_missing back to ...
4498 (Target Conditionals): ... here to fix build break.
4499
203c3895
UW
45002007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
4501
83acabca 4502 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
4503 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
4504 (Compiler Characteristics): ... documentation of
4505 set_gdbarch_sofun_address_maybe_missing.
4506
11411de3
DJ
45072007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
4508
4509 * gdbint.texinfo (Target Conditionals): Use
4510 frame_unwind_register_unsigned in examples instead of
4511 frame_unwind_unsigned_register.
4512
7cc46491
DJ
45132007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4514
4515 * gdb.texinfo (Predefined Target Types): Add int128
4516 and uint128.
4517 (Standard Target Features): Add PowerPC features.
4518
81adfced
DJ
45192007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4520
4521 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
4522
c1874924
UW
45232007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4524
4525 * gdbint.texi (Target Conditionals): Remove documentation
4526 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
4527 gdbarch_extract_return_value, and gdbarch_store_return_value.
4528
f6e56ab3
UW
45292007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4530
4531 * gdbint.texi (Target Conditionals): Remove documentation of
4532 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
4533
56cf5405
KH
45342007-10-11 Kazu Hirata <kazu@codesourcery.com>
4535
4536 * gdb.texinfo: Mention that inaccessible-by-default is on by
4537 default.
4538
35156bae
DJ
45392007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4540
4541 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
4542
d983da9c
DJ
45432007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
4544
4545 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
4546 multi-threaded watchpoints.
4547 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
4548 checked. Describe sticky notification. Expand description
4549 of steppable and continuable watchpoints.
4550 (Watchpoints and Threads): New subsection.
4551
fe6fbf8b
VP
45522007-09-28 Vladimir Prus <vladimir@codesourcery.com>
4553
4554 * gdb.texinfo (Setting Breakpoints): Revise
4555 documentation for pending breakpoints. Document
4556 breakpoints with multiple locations.
5ae4183a 4557
084344da
VP
45582007-09-19 Vladimir Prus <vladimir@codesourcery.com>
4559
4560 * gdb.texinfo (Miscellaneous gdb/mi Commands):
4561 Document -list-features.
5ae4183a 4562
82160952
EZ
45632007-09-15 Eli Zaretskii <eliz@gnu.org>
4564
4565 * gdb.texinfo (Output): Spell out which features of C's printf are
4566 not supported by GDB's printf.
7e27a47a
EZ
4567 (Separate Debug Files): More accurate wording regarding build ID
4568 and a reference to the ld manual rather than the Fedora wiki.
82160952 4569
ea37ba09
DJ
45702007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
4571 Jim Blandy <jimb@codesourcery.com>
4572
4573 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
4574 (Examining Memory): Update mentions of the 's' format.
4575 (Automatic Display): Likewise.
4576
b8533aec
DJ
45772007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
4578
4579 * gdb.texinfo: Update the FSF's Back-Cover Text.
4580
83f83d7f
JK
45812007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4582 Eli Zaretskii <eliz@gnu.org>
4583
4584 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
4585 Fixed the ``build ID'' name. New binaries build instructions for the
4586 build ID inclusion. Explain how the commands are specific to the build
4587 ID vs. debug link.
4588
c7e83d54
EZ
45892007-09-01 Eli Zaretskii <eliz@gnu.org>
4590
4591 * gdb.texinfo (Separate Debug Files): Fix last change. Add
4592 indexing for ``build ID'' support.
4593
d3750b24
JK
45942007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4595
4596 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
4597 Enlisted BUILD ID to the debug file searching example.
4598 Included a BUILD ID `.note.gnu.build-id' section description.
4599 Updated/added the debug files splitting instructions for OBJCOPY.
4600
02142340
VP
46012007-08-31 Vladimir Prus <vladimir@codesourcery.com>
4602
4603 * gdb.texinfo (Variable Objects): Adjust docs
4604 for -var-info-expression and document
4605 -var-info-path-expression.
4606
d3bdde98
JB
46072007-08-20 Jim Blandy <jimb@codesourcery.com>
4608
3fb6a982
JB
4609 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
4610 (title page): Include the dedication in the printed manual, as a
4611 separate page after the copyright notice.
5ae4183a 4612
d3bdde98
JB
4613 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
4614 don't break a @var across a line.
4615
c80a96a8
MR
46162007-07-25 Maciej W. Rozycki <macro@mips.com>
4617
4618 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
4619 for include files.
4620
5824a901
NR
46212007-07-12 Nick Roberts <nickrob@snap.net.nz>
4622
4623 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
4624 in annotate.texinfo.
4625 (Command History): Link to new node.
5824a901 4626
d52e7ea3
UW
46272007-07-05 Markus Deuling <deuling@de.ibm.com>
4628
4629 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
4630
5fc14d0a
EZ
46312007-07-05 Eli Zaretskii <eliz@gnu.org>
4632
4633 * gdbint.texinfo (Target Conditionals): Fix last change.
4634
4a9bb1df
UW
46352007-07-03 Markus Deuling <deuling@de.ibm.com>
4636
4637 * gdb.texinfo: Replace following macros by their appropriate gdbarch
4638 routines:
4639 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
4640 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
4641 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
4642 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
4643 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
4644 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
4645 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
4646 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
4647 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
4648 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
4649 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
4650 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
4651 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
4652 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
4653 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
4654 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
4655 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
4656 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
4657 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
4658 (SOFTWARE_SINGLE_STEP_P)
4659
4660 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
4661 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
4662
4663 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
4664 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
4665 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
4666 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
4667 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
4668 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
4669 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
4670 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
4671 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
4672 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
4673
4674 (Converting an existing Target Architecture to Multi-arch): Remove
4675 section.
4676
4677 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
4678 (gdbarch_addr_bits_remove): Add code example.
4679
4680 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
4681
cfa9d6d9
DJ
46822007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
4683
4684 * gdb.texinfo (Remote Configuration): Document library-info-packet.
4685 Add other missing entries. Adjust the table size to fit.
4686 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
4687 stop reasons including the new "library" event.
4688 (General Query Packets): Adjust table widths for qSupported. Mention
4689 qXfer:libraries:read reply to qSupported and document the new packet.
4690 (Library List Format): New section.
4691
159fcc13
JK
46922007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4693
4694 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
4695
f66d1690
MS
46962007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
4697
4698 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
4699
67102876
NR
47002007-06-25 Nick Roberts <nickrob@snap.net.nz>
4701
4702 * gdbint.texinfo (Register and Memory Data): Break sections
4703 into nodes and add a menu.
4704
a4642986
MR
47052007-06-21 Maciej W. Rozycki <macro@mips.com>
4706
4707 * gdb.texinfo (Examining Memory): Document the new behaviour.
4708
e9c17194
VP
47092007-06-21 Vladimir Prus <vladimir@codesourcery.com>
4710
4711 * gdb.texinfo (Standard Target Features): Document
4712 m68k features.
4713
31d99776
DJ
47142007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4715
4716 * gdb.texinfo (General Query Packets): Document qOffsets changes.
4717
1780a0ed
DJ
47182007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4719
4720 * gdb.texinfo (Target Description Format): Add version attribute
4721 for <target>.
4722
822b6570
DJ
47232007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4724
4725 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
4726
f8b73d13
DJ
47272007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4728
4729 * gdb.texinfo (MIPS Features): New subsection.
4730
0e7f50da
UW
47312007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4732 Markus Deuling <deuling@de.ibm.com>
4733
4734 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
4735 and qXfer:spu:write packets and mention them under qSupported.
4736
23d964e7
UW
47372007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4738 Markus Deuling <deuling@de.ibm.com>
4739
4740 * gdb.texinfo (Architectures): Add new SPU section to document
4741 Cell Broadband Engine SPU architecture specific commands.
4742
9f708cb2
VP
47432007-06-09 Vladimir Prus <vladimir@codesourcery.com>
4744
4745 * gdb.texinfo (GDB/MI Variable Objects): Editorial
4746 comments.
4747
7579b5f8
NR
47482007-06-07 Nick Roberts <nickrob@snap.net.nz>
4749
4750 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
4751
bf06d120
JB
47522007-05-29 Jim Blandy <jimb@codesourcery.com>
4753
4754 * gdb.texinfo (Overview): Doc fix.
4755
23776285
MR
47562007-05-22 Maciej W. Rozycki <macro@mips.com>
4757
4758 * gdb.texinfo (Remote Configuration): Document "set/show
4759 remoteflow".
4760
1a69e1e4
DJ
47612007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
4762
bf06d120
JB
4763 * gdb.texinfo (MIPS): Remove documentation for set mips
4764 saved-gpreg-size, show mips saved-gpreg-size, and set mips
4765 stack-arg-size.
1a69e1e4 4766
46ba6afa 47672007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4768
46ba6afa
BW
4769 * all-cfg.texi (GDBTUI): New.
4770 * gdb.texinfo (Mode Options): Use GDBTUI variable.
4771 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
4772 (TUI Configuration): Edit to improve clarity and fix problems of
4773 both style and content.
5ae4183a 4774
06d3b283
UW
47752007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
4776
4777 * observer.texi (GDB Observers): New observer "new_objfile".
4778
179101d6
UW
47792007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
4780
4781 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
4782
25d5ea92
VP
47832007-04-14 Vladimir Prus <vladimir@codesourcery.com>
4784
4785 * gdb.texinfo (GDB/MI Variable Objects): Document
4786 frozen variables objects.
5ae4183a 4787
ea35711c
DJ
47882007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
4789
4790 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
4791 (Character Sets, Caching Data of Remote Targets): Likewise.
4792 (Targets): Delete Remote node. Move its text...
4793 (Debugging Remote Programs): ...to here. Delete description
4794 of the "remote" command.
4795 (Remote configuration): Delete description of "set remotedevice"
4796 and "show remotedevice".
4797 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
4798
db2e3e2e
BW
47992007-04-11 Bob Wilson <bob.wilson@acm.org>
4800
5ae4183a
AS
4801 * gdb.texinfo (Contributors, Continuing and Stepping)
4802 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
4803 (General Query Packets, File-I/O Remote Protocol Extension)
4804 (Protocol Basics, The F Reply Packet, Write)
4805 (Protocol-specific Representation of Datatypes, Memory Transfer):
4806 Fix hyphenation, punctuation and grammar problems.
4807 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
4808 'section' instead of 'subsection' in the text.
4809 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
4810 (i386): Remove period from section name.
db2e3e2e
BW
4811 (Installing GDB, Requirements, Running Configure, Separate Objdir)
4812 (Config Names, Configure Options): Use @file{configure}.
4813
8a3dae3e
DJ
48142007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
4815
4816 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
4817 and tab expansion.
4818
1a92f856
DJ
48192007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
4820
4821 * gdbint.texinfo (SOM): Correct location of the SOM reader.
4822
79a6e687 48232007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4824
79a6e687
BW
4825 * gdb.texinfo: Consistently capitalize all significant words in
4826 node names, chapter titles, section titles, and headings. Update
4827 cross references to match.
4828 (Starting and Stopping Trace Experiment): Make node name plural.
4829 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 4830
ad527d2e
PA
48312007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
4832
4833 * gdb.texinfo (WinCE): Delete obsolete subsection.
4834
7ce59000
DJ
48352007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4836
4837 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
4838 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
4839 references.
4840
8807d78b
DJ
48412007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4842
4843 * gdb.texinfo (Startup): Delete references to some alternate
4844 names for .gdbinit.
4845 (Thread): Remove LynxOS reference.
4846 (Tandem ST2000): Delete target-specific documentation.
4847 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
4848 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
4849 and GDB_OSABI_LYNXOS.
4850
5f402660
UW
48512007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
4852
4853 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
4854
bac718a6
UW
48552007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
4856
4857 * gdbint.texinfo (Target Conditionals): Remove mention of
4858 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
4859 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
4860
9453113a
DJ
48612007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
4862
4863 * Makefile.in: Add "pdfdir" installation
4864 directory, PDFTEX macro, support for "install-pdf" target,
4865 and rules for making a pdf version of refcard.texi.
4866 * refcard.tex: Specify paper size for PDF output.
4867
ae21e955 48682007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4869
ae21e955 4870 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 4871
3f94c067 48722007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4873
3f94c067
BW
4874 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
4875 (Source Path, Character Sets, Macros, Define)
4876 (GDB/MI Result Records, GDB/MI Simple Examples)
4877 (GDB/MI Program Execution, GDB/MI File Commands)
4878 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
4879 (Bug Reporting): Use @value{GCC}.
5ae4183a 4880
12c27660 48812007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4882
12c27660
BW
4883 * gdb.texinfo (Help): Fix formatting of examples.
4884 (Variables): Use @ifnotinfo instead of @iftex.
4885 (Non-debug DLL symbols): Use @ref instead of @pxref.
4886 (Sparclet File): Use @samp instead of quotes.
5ae4183a 4887
ce9341a1
BW
48882007-03-26 Bob Wilson <bob.wilson@acm.org>
4889
4890 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
4891
c8f4133a
BW
48922007-03-26 Bob Wilson <bob.wilson@acm.org>
4893
4894 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
4895 the order of the nodes.
4896 (C Operators, C Constants, Debugging C): Remove extra menus.
4897 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 4898
c8f4133a 48992007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
4900
4901 * gdb.texinfo (File Options): Add missing parenthesis.
4902 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
4903
c74d0ad8
DJ
49042007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4905
4906 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
4907
ff6f572f
DJ
49082007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4909
669fac23 4910 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
4911 case insensitivity.
4912 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
4913
994337c3
NR
49142007-02-18 Nick Roberts <nickrob@snap.net.nz>
4915
4916 * gdb.texinfo (Top): Put Appendix A after numbered sections.
4917 (Files): Add section name to argument list for pxref.
4918 (Non-debug DLL symbols): Don't use `see' for pxref.
4919 (Embedded Processors): Fix typo.
4920 (GDB/MI Breakpoint Commands): Execution commands generate
4921 *stopped not ^done.
4922
eb819d70
NR
49232007-02-13 Nick Roberts <nickrob@snap.net.nz>
4924
4925 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
4926 values for in_scope. Mention that only root variables can be
4927 updated.
4928 (GDB/MI Development and Front Ends): Explain new values may be
4929 added to existing fields.
4930
123dc839
DJ
49312007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4932
4933 * gdb.texinfo (-target-disconnect): Use @smallexample.
4934 (Requirements): Add anchor for Expat. Update description.
4935 (Target Descriptions): Mention Expat.
4936 (Target Description Format): Document new elements. Use
4937 @smallexample.
4938 (Predefined Target Types, Standard Target Features): New sections.
669fac23 4939 * gdbint.texinfo (Target Descriptions): New section.
123dc839 4940
108546a0
DJ
49412007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
4942
4943 * gdb.texinfo (Target Description Format): Add section on XInclude.
4944
95a98c01
NR
49452006-02-03 Nick Roberts <nickrob@snap.net.nz>
4946
4947 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
4948 command -enable-timings.
4949
f4b3909f
EZ
49502007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
4951
5ae4183a 4952 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
4953 descriptions for new/deleted elements in gdb_osabi. Add missing
4954 description for function generic_elf_osabi_sniff_abi_tag_sections.
4955
c7ba131e
JB
49562007-01-29 Joel Brobecker <brobecker@adacore.com>
4957
4958 * gdb.texinfo (Maintenance Commands): Add documentation for
4959 the new "maint print target-stack" command.
4960
3a60f64e
JK
49612007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4962 Eli Zaretskii <eliz@gnu.org>
4963
f4b3909f 4964 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 4965
c582f8b6
EZ
49662007-01-26 Eli Zaretskii <eliz@gnu.org>
4967
4968 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
4969 Use @value{NGCC} instead of @value{GCC}.
4970
d3e8051b
EZ
49712007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
4972
4973 * agentexpr.texi: Fix typos.
4974 * annotate.texinfo: Likewise.
4975 * gdb.texinfo: Likewise.
4976 * gdbint.texinfo: Likewise.
4977 * observer.texi: Likewise.
4978 * stabs.texinfo: Likewise.
4979
86f04699
EZ
49802007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
4981
4982 * gdbint.texinfo (Support Libraries): Remove mmalloc
4983 entry. Describe readline library.
4984
23181151
DJ
49852007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
4986
4987 * gdb.texinfo (Target Descriptions): New section.
4988 (General Query Packets): Add QPassSignals anchor. Mention
4989 qXfer:features:read under qSupported. Expand mentions of
4990 qXfer:memory-map:read and QPassSignals. Document
4991 qXfer:features:read.
4992
f822c95b
DJ
49932007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
4994
4995 * gdb.texinfo (Commands to specify files): Describe
4996 "set sysroot" and "show sysroot".
4997 (Using the `gdbserver' program): Lowercase argument
4998 to @var. Expand description of setting up GDB on the
4999 host.
5000
8936fcda
JB
50012007-01-05 Joel Brobecker <brobecker@adacore.com>
5002
5003 * gdb.texinfo (Set Catchpoints): Add documentation for the new
5004 catch exception, catch exception unhandled, and catch assert
5005 commands.
5006
e776119f
DJ
50072007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5008
5009 * gdb.texinfo (Debugging Output): Document "set debug xml"
5010 and "show debug xml".
5011
aa79a185
DJ
50122007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5013
5014 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
5015
7f893741
JB
50162007-01-01 Joel Brobecker <brobecker@adacore.com>
5017
5018 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
5019
a1b5960f
VP
50202006-12-08 Vladimir Prus <vladimir@codesourcery.com>
5021
5022 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
5023 note in @ignore, to be removed later if nobody complains.
5024
9f470e6e
NR
50252006-12-04 Nick Roberts <nickrob@snap.net.nz>
5026
5027 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
5028 of -var-delete.
5029
765dc015 50302006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 5031
765dc015 5032 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
5033 automatic software/hardware breakpoint usage and
5034 the "set breakpoint auto-hw" command.
765dc015 5035
4b5752d0
VP
50362006-11-21 Vladimir Prus <vladimir@codesourcery.com>
5037
5038 * gdb.texinfo (Memory Access Checking): New.
5039
89be2091
DJ
50402006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
5041
5042 * gdb.texinfo (Remote configuration): Mention
5043 "pass-signals-packet".
5044 (General Query Packets): Document QPassSignals. Fix
5045 a typo.
5046
ca3bf3bd
DJ
50472006-11-14 Maxim Grigoriev <maxim@tensilica.com>
5048
5049 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
5050
427c3a89
DJ
50512006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
5052
5053 * gdb.texinfo (Remote configuration): Rewrite documentation for
5054 packet configuration commands.
5055 (OS Information): Adjust reference to qXfer:auxv:read.
5056 (General Query Packets): Remove references to read-aux-vector-packet
5057 and set remote get-thread-local-storage-address.
5058
7a107747
DJ
50592006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
5060
5061 * gdbint.texinfo (Target Architecture Definition): Add new
5062 Initializing a New Architecture section.
5063
1c56eb0e
EZ
50642006-10-31 David Taylor <dtaylor@emc.com>
5065
5066 * stabs.texinfo (Macro define and undefine): New node describing
5067 stabs for #define and #undef.
5068
f73adfeb
AS
50692006-10-27 Andreas Schwab <schwab@suse.de>
5070
5071 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
5072
fd60e0df
EZ
50732006-10-21 Eli Zaretskii <eliz@gnu.org>
5074
5075 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
5076 clarify on the possible meanings of ``expression'' watched by
5077 watchpoints. Add indexing.
e5ac9b53
EZ
5078 (Prompting, Errors, Invalidation, Annotations for Running)
5079 (Source Annotations): Fix index entries by adding "annotation" to
5080 them, to discriminate from index entries that point to the more
5081 general topic descriptions.
fd60e0df 5082
52bb452f
DJ
50832006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5084
5085 * gdbint.texinfo (Target Vector Definition): Move most
5086 content into Existing Targets. Add a menu.
5087 (Existing Targets): New section, moved from Target Vector
5088 Definition. Use @subsection.
5089 (Managing Execution State): New section.
5090
58955e58
BW
50912006-10-16 Bob Wilson <bob.wilson@acm.org>
5092
5093 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
5094
c8aa23ab
EZ
50952006-10-15 Eli Zaretskii <eliz@gnu.org>
5096
5097 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
5098 (Command Syntax, Signals, Backtrace, Connecting)
5099 (Remote configuration, Renesas Boards, Console I/O): Fix last
5100 change: use Ctrl- instead of C-, except wrt Emacs.
5101 (File-I/O Examples): Put Ctrl-c in @kbd.
5102 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
5103 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
5104 (Signals, Set Breaks, Set Watchpoints): Document optional
5105 arguments to `info signals' `handle', `info breakpoints', and
5106 `info watchpoints'.
c8aa23ab 5107
e7109c7e
EZ
51082006-10-14 Eli Zaretskii <eliz@gnu.org>
5109
5110 * gdb.texinfo (Backtrace): Fix last change.
5111
de3aea7b
NR
51122006-10-14 Nick Roberts <nickrob@snap.net.nz>
5113
5114 * gdb.texinfo (Backtrace): Order correctly and add other cases.
5115
7f9087cb
BW
51162006-10-10 Bob Wilson <bob.wilson@acm.org>
5117
c8aa23ab
EZ
5118 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
5119 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
5120 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 5121
68437a39
DJ
51222006-09-21 Vladimir Prus <vladimir@codesourcery.com>
5123 Daniel Jacobowitz <dan@codesourcery.com>
5124
5125 * gdb.texinfo (Packets): Document vFlashErase,
5126 vFlashWrite and vFlashDone packets.
5127 (General Query Packets): Document qXfer:memory-map:read.
5128 Add a new feature for qXfer:memory-map:read.
5129 (Memory map format): New section.
5130 (Target Commands): Mention that gdb can write flash.
5131
fd79ecee
DJ
51322006-09-21 Vladimir Prus <vladimir@codesourcery.com>
5133 Daniel Jacobowitz <dan@codesourcery.com>
5134
5135 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
5136 memory regions and "mem auto".
5137
350da6ee
DJ
51382006-09-21 Nathan Sidwell <nathan@codesourcery.com>
5139
5140 * gdbint.texinfo (Array Containers): New section.
5141
2f1acb09
VP
51422006-09-17 Vladimir Prus <vladimir@codesourcery.com>
5143
5144 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5145 -stack-list-arguments HIGH_FRAME argument can be larger then the
5146 actual number of frames.
5147
2ab1eb7a
VP
51482006-09-07 Vladimir Prus <vladimir@codesourcery.com>
5149
5150 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
5151 -stack-list-locals HIGH_FRAME argument can be larger then the
5152 actual number of frames.
2ab1eb7a 5153
599b237a
BW
51542006-09-02 Bob Wilson <bob.wilson@acm.org>
5155
5156 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
5157 Register Packet Format, Tracepoint Packets): Fix spelling errors.
5158
25ab7e6d
EZ
51592006-09-02 Eli Zaretskii <eliz@gnu.org>
5160
5161 * gdbint.texinfo (Overall Structure): New section "Source Tree
5162 Structure".
5163
940178d3
JB
51642006-08-17 Jim Blandy <jimb@codesourcery.com>
5165
5166 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
5167 responses.
5168
30daae6c
JB
51692006-08-08 Joel Brobecker <brobecker@adacore.com>
5170
5171 * gdb.texinfo (Source Path): Add documentation for new
5172 substitute-path commands.
5173
7fa2210b
DJ
51742006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
5175
5176 * gdb.texinfo (Installing GDB): Update menu. Move text to...
5177 (Running Configure): ...here.
5178 (Requirements): New node. Mention expat.
5179
3d00d119
DJ
51802006-08-08 Vladimir Prus <vladimir@codesourcery.com>
5181
5ae4183a 5182 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
5183 'set download-write-size' and 'show download-write-size'.
5184
0cbfa4ee
DJ
51852006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
5186
5187 * stabs.texinfo (Member Type Descriptor): Correct example for
5188 pointer to member types.
5189
16026cd7
AS
51902006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
5191
5192 * gdb.texinfo (Optional warnings and messages): Add
5193 'set/show trace-commands'.
5194 (Command files): Add '-v' to source command.
5195
0876f84a
DJ
51962006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
5197
5198 * gdb.texinfo (OS Information): Update qPart reference to
5199 qXfer.
5200 (Remote configuration): Likewise.
5201 (Overview): Move @cindex to the start of a paragraph. Talk
5202 about binary data encoding.
5203 (Packets): Refer to the overview for the details of the X
5204 packet encoding.
5205 (General Query Packets): Remove qPart description. Add qXfer
5206 description. Add an anchor to qSupported. Correct feature
5207 table title. Add a new feature for qXfer:auxv:read.
5208 (Interrupts): Add a missing parenthesis.
5209
2ec3381a
DJ
52102006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
5211
669fac23 5212 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
5213 (GDB/MI Kod Commands): Remove commented out node.
5214
594fe323
EZ
52152006-07-01 Eli Zaretskii <eliz@gnu.org>
5216
5217 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
5218 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
5219 (GDB/MI Thread Commands, GDB/MI Program Execution)
5220 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
5221 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
5222 (GDB/MI File Commands, GDB/MI Target Manipulation)
5223 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
5224 since the MI prompt is hard-wired into the code.
5225
7e3fb70c
NR
52262006-07-01 Nick Roberts <nickrob@snap.net.nz>
5227
5228 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
5229 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
5230 (GDB/MI Data Manipulation): Remove description of unimplemented
5231 display related commands as variable objects perform this function
5232 and are superior: -display-delete, -display-disable,
5233 -display-enable, -display-insert and -display-list. Move
5234 -environment-cd, -environment-directory, -environment-path
5235 and -environment-pwd to "Program Context".
5236 (GDB/MI Program Control): Rename to "Program Execution". Move
5237 -exec-arguments -exec-abort to...
5238 (GDB/MI Program Context): ...here. New node split from "Data
5239 Manipulation".
5240
be2a5f71
DJ
52412006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
5242
5243 * gdb.texinfo (Remote configuration): Document set / show
5244 remote supported-packets.
5245 (General Query Packets): Document qSupported packet.
5246
fc320d37
SL
52472006-06-10 Sandra Loosemore <sandra@codesourcery.com>
5248
5249 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
5250 and font markup.
5251 (Protocol basics): Likewise.
5252 (The F request packet): Likewise.
5253 (The F reply packet): Likewise.
5254 (Memory transfer): Move this node to be a subsubsection of
5255 "Protocol specific representation of datatypes".
5256 (The Ctrl-C message): More copy editing.
5257 (Console I/O): Likewise.
5258 (The isatty call): Delete this node, and merge its content into
5259 the "isatty" node. Fixed references elsewhere.
5260 (The system call): Delete this node, and merge its content into
5261 the "system" node. Fixed references elsewhere.
5262 (open): Reformat to use @table, and add appropriate font markup.
5263 (close): Likewise.
5264 (read): Likewise.
5265 (write): Likewise.
5266 (lseek): Likewise.
5267 (rename): Likewise.
5268 (unlink): Likewise.
5269 (stat/fstat): Likewise.
5270 (gettimeofday): Likewise.
5271 (isatty): Likewise.
5272 (system): Likewise, plus minor changes to fix confusing wording.
5273 (Integral datatypes): Fix font markup.
5274 (Pointer values): Likewise.
5275 (struct stat): Fix markup to use @table, plus minor copy editing.
5276 (struct timeval): Fix font markup, plus minor copy editing.
5277 (Constants): Minor copy editing.
5278 (Errno values): Add font markup.
5279 (File-I/O Examples): Likewise.
5280
158fdf5c
NR
52812006-06-10 Nick Roberts <nickrob@snap.net.nz>
5282
5283 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
5284 (GDB/MI Simple Examples): Move node up one level. Use real
5285 examples.
5286 (GDB/MI Compatibility with CLI): Update.
5287 (GDB/MI Result Records): Add "connected" and "exit" result
5288 classes.
5289 (GDB/MI Stream Records): Clarify target output.
5290 (GDB/MI Command Description Format): Modify example description.
5291 (GDB/MI Breakpoint Table Commands): Rename to...
5292 (GDB/MI Breakpoint Commands): ...this
5293 (GDB/MI Breakpoint Commands): Add optional thread field.
5294 (GDB/MI Program Control): Add an introduction. Move "Program
5295 termination" examples into exec-run description.
5296 (GDB/MI File Commands): Mention similar CLI commands.
5297 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
5298 is similar to "-gdb-version".
5299
ddb50cd7
EZ
53002006-06-09 Eli Zaretskii <eliz@gnu.org>
5301
5302 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
5303
2aef0d6b
NR
53042006-06-02 Nick Roberts <nickrob@snap.net.nz>
5305
5306 * gdb.texinfo (GDB/MI Development and Front Ends): Use
5307 sourceware.org for mailing lists.
d5e40d59 5308 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 5309
383a5c52
NR
53102006-06-01 Nick Roberts <nickrob@snap.net.nz>
5311
d5e40d59 5312 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 5313
e16b02ee
EZ
53142006-05-22 Eli Zaretskii <eliz@gnu.org>
5315
5316 * gdb.texinfo (Cygwin Native): Fix last change.
5317
be90c084
CF
53182006-05-22 Christopher Faylor <cgf@timesys.com>
5319
5320 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
5321
347ceba5
NR
53222006-05-15 Nick Roberts <nickrob@snap.net.nz>
5323
5324 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
5325 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
5326
369af7bd
DJ
53272006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
5328
5329 * gdb.texinfo (General Query Packets): Recommend not starting
5330 new packets with qC and clarify.
5331
2ffdbde8 53322006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
5333
5334 * gdb.texinfo (M2 Types): New section.
72019c9c 5335
16d1a084
DJ
53362006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
5337
5338 * agentexpr.texi: Add a copyright and license notice.
5339 * observer.texi: Likewise, with GPL clause for function prototypes.
5340 Remove trailing whitespace.
5341
aa56d27a
JB
53422006-05-05 Jim Blandy <jimb@codesourcery.com>
5343
5344 * gdb.texinfo (General Query Packets): Document conventions for
5345 terminating packet names, and their violations.
5346
5bdf8622
DJ
53472006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
5348
5349 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
5350 * gdb.texinfo: Likewise.
5351
605a56cb
DJ
53522006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
5353
5354 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
5355 and "show remotedebug".
5356 (Debugging Output): Add additional index entries.
5357
b8db102d
MS
53582006-04-27 Michael Snyder <msnyder@redhat.com>
5359
5360 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
5361
c5e30d01
AC
53622006-04-22 Andrew Cagney <cagney@redhat.com>
5363
5364 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
5365 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
5366
8181d85f
DJ
53672006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
5368
5369 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
5370 and remove breakpoint prototypes.
5371 (Watchpoints): Move description of target_insert_hw_breakpoint and
5372 target_remove_hw_breakpoint ...
5373 (Breakpoints): ... to here. Document target_insert_breakpoint and
5374 target_remove_breakpoint.
5375
4f553f88
JB
53762006-04-17 Jim Blandy <jimb@codesourcery.com>
5377
5378 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
5379 and C packets are optional.
5380
cd852561
FR
53812006-04-14 Frederic Riss <frederic.riss@st.com>
5382
5383 * gdb.texinfo (Specifying source directories): Update the description
5384 of the source file search to reflect the fact that the source path
5385 always contains at least $cdir and $cwd.
5386
b620eb07
MS
53872006-03-31 Michael Snyder <msnyder@redhat.com>
5388
5389 * gdb.texinfo: Update copyright dates.
5390
3156cdaf
EZ
53912006-03-31 Eli Zaretskii <eliz@gnu.org>
5392
5393 * gdb.texinfo (Overview): Add an index entry to "empty response".
5394
7d30c22d
JB
53952006-03-28 Jim Blandy <jimb@codesourcery.com>
5396
5397 * gdbint.texinfo (Prologue Analysis): New section.
5398
86941c27
JB
53992006-03-07 Jim Blandy <jimb@red-bean.com>
5400
66b8c7f6
JB
5401 * gdb.texinfo (Connecting): Document 'target remote pipe'.
5402
1a10341b
JB
5403 * gdb.texinfo (Target Commands): Update text describing how to
5404 specify a target. Refer to the detailed section on remote
5405 debugging, not the brief mention.
5406
86941c27
JB
5407 * gdb.texinfo (Connecting): Organize the different 'target remote'
5408 connection methods into a table. Add a 'target remote' index
5409 entry. (!!!)
5410
62f3a2ba
FF
54112006-02-17 Fred Fish <fnf@specifix.com>
5412
5413 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
5414 'ptype' commands to reflect the fact that the only significant
5415 difference between them is that ptype prints the complete type
5416 description instead of just the name.
5417
8b9a88ea
WZ
54182006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
5419
5420 * gdbint.texinfo (Watchpoints): Delete
5421 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
5422
7e8dc855
NR
54232006-02-10 Nick Roberts <nickrob@snap.net.nz>
5424
5425 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
5426 times fields where needed. Fix typos. Update general form given
5427 for output of -break-insert.
5428 (GDB/MI): Abbreviate some unnecessarily long fullnames.
5429
c91d38aa
DJ
54302006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
5431
5432 * gdbint.texinfo (Symbol Handling): Add a section
5433 on memory management.
5434
38fcd64c
DJ
54352006-02-06 Vladimir Prus <ghost@cs.msu.su>
5436
5437 * gdb.texinfo (Breakpoint table commands): Document the fullname
5438 field in -break-list output.
5439
219eec71
EZ
54402006-02-03 Eli Zaretskii <eliz@gnu.org>
5441
5442 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
5443 debugging information produced by the various "set debug..."
5444 options.
5445
ae5a43e0
DJ
54462006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5447
5448 * gdb.texinfo (Files): Remove obsolete bits from the description
5449 of "symbol-file".
5450
a9f158ec
JB
54512006-01-25 Jim Blandy <jimb@redhat.com>
5452
5453 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
5454
410dd08e
JB
54552006-01-24 Jim Blandy <jimb@redhat.com>
5456
5457 * gdbint.texinfo (Frames): Document the basics of GDB's register
5458 unwinding model, and explain the existence of the "sentinel" frame.
5459
4b505b12
AS
54602006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
5461
5462 * gdb.texinfo (Choosing files): Mention that -directory is used
5463 for script files.
5464 (Specifying source directories): Likewise.
5465 (Command files): Explain how script files are found.
5466
839c27b7
EZ
54672006-01-21 Eli Zaretskii <eliz@gnu.org>
5468
5469 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
5470 the threads in a multi-threaded program.
5471 (Threads): The threadno argument of "thread apply" can be a range
5472 of numbers.
5473
7be93b9e
JB
54742006-01-18 Jim Blandy <jimb@redhat.com>
5475
5476 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
5477 of warning flags.
5478
fcc73fe3
EZ
54792006-01-13 Eli Zaretskii <eliz@gnu.org>
5480
5481 * gdb.texinfo (Sequences): Improve menu annotations.
5482 (Define): Add index entries for arguments of user-defined
5483 commands. Move the description of flow-control commands...
5484 (Command Files): ...to here. Document loop_break and
5485 loop_continue.
ca91424e
EZ
5486 (Define, Command Files): Document `end' and add index entries for
5487 it.
fcc73fe3 5488
5c95884b
MS
54892006-01-04 Michael Snyder <msnyder@redhat.com>
5490
5491 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 5492 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 5493
860701dc
PH
54942006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
5495
5496 * gdb.texinfo (Omissions from Ada): Document that there is now
5497 limited aggregate support.
5498
36b80e65
EZ
54992005-12-28 Eli Zaretskii <eliz@gnu.org>
5500
5501 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
5502 registers and the likes.
5503
c1468174
EZ
55042005-12-24 Eli Zaretskii <eliz@gnu.org>
5505
5506 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
5507 (Symbols): Fix usage of "e.g.".
359df76b 5508 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
5509
5510 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
5511 (Coding): Fix usage of "e.g.".
5512
c02a867d
EZ
55132005-12-23 Eli Zaretskii <eliz@gnu.org>
5514
5ae4183a
AS
5515 * stabs.texinfo:
5516 * refcard.tex:
c02a867d 5517 * gpl.texi:
5ae4183a
AS
5518 * gdbint.texinfo:
5519 * gdb.texinfo:
5520 * gdb-cfg.texi:
c02a867d 5521 * fdl.texi:
5ae4183a
AS
5522 * annotate.texinfo:
5523 * all-cfg.texi:
c02a867d
EZ
5524 * Makefile.in: Add (C) after Copyright. Update the FSF
5525 address.
5526
fad38dfa
EZ
55272005-12-03 Eli Zaretskii <eliz@gnu.org>
5528
5529 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
5530 extend GDB with commands for external monitor.
5531
53e5f3cf
AS
55322005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
5533
5534 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
5535
55f6ca0f
JB
55362005-11-25 Joel Brobecker <brobecker@adacore.com>
5537
5538 * gdbint.texinfo (Start of New Year Procedure): New chapter.
5539
c1947b85
JB
55402005-11-21 Jim Blandy <jimb@redhat.com>
5541
5542 * gdb.texinfo (Tracepoint Packets): Document restrictions on
5543 placement of 'R' actions in tracepoint action packets; document
5544 dependence of 'X' and 'M' actions on a preceding 'R' action for
5545 their registers.
5546
9d29849a
JB
55472005-11-19 Jim Blandy <jimb@redhat.com>
5548
5549 * gdb.texinfo (Tracepoint Packets): New node.
5550 (General Query Packets): Add entries for the tracepoint packets,
5551 referring to the "Tracepoint Packets" node.
5552 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 5553
9a6253be
KB
55542005-11-18 Kevin Buettner <kevinb@redhat.com>
5555
5556 * gdb.texinfo (set remotebreak): Add anchor.
5557 (X packet): Likewise.
5558 (Remote Protocol): Add new section `Interrupts' and new index
5559 entry `interrupts (remote protocol)'.
5560
5f3bebba
JB
55612005-11-18 Jim Blandy <jimb@redhat.com>
5562
5563 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
5564 entries into the General Query Packets section. Add a
5565 cross-reference to that section. Drop description of replies, as
5566 these are covered in the descriptions of each packet.
5567 (General Query Packets): Add introductory text. Explain naming
5568 conventions, and how the end of a name is recognized.
5569
9a7a1b36
KB
55702005-11-17 Kevin Buettner <kevinb@redhat.com>
5571
0564b6cf 5572 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
5573 "set remotebreak" command.
5574
b8ff78ce
JB
55752005-11-16 Jim Blandy <jimb@redhat.com>
5576
5577 * gdb.texinfo (Packets, Stop Reply Packets)
5578 (General Query Packets): Various formatting cleanups.
5579 - Use @samp for packet contents.
5580 - Drop summaries from packet @item lines; the same information appears
5581 immediately below in the description.
5582 - Delete paragraph breaks after packet @item commands, so that the
5583 description appears directly to the right of the packet prototype
5584 in the printed manual, if it fits.
5585 - Place spaces in packet prototypes between @vars and non-@var
5586 letters, and explain that they're just for formatting.
5587 - Use @dots{} instead of '...'.
5588 - Fix uses of @code where @var was needed.
5589 - Replace "deprecated" markers with English text spelling out the
5590 packet's status and the preferred alternatives.
5591 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
5592 what this ever meant.
5593 - Remove "(draft)" markers on 'i' packets; nobody has commented on
5594 this for a long time.
5595 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
5596 implemented several times, and have been in use for years.
5597
8ffe2530
JB
55982005-11-15 Jim Blandy <jimb@redhat.com>
5599
c43c5473
JB
5600 * gdb.texinfo (Packets): Add index entries for 'm' packet
5601 disclaimers.
5ae4183a 5602
fb031cdf
JB
5603 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
5604 of stub when processing an 'm' packet.
5605
8ffe2530
JB
5606 * gdb.texinfo (Packets): Mention that packets beginning with
5607 letters are reserved once, at the top, instead of actually listing
5608 them all and saying "reserved".
5609
c03c782f
AS
56102005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
5611
5612 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
5613 Change @var{$arg0 to @code{$arg0.
5614
814e32d7
WZ
56152005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
5616
5617 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
5618
fa93a9d8
JB
56192005-11-12 Jim Blandy <jimb@redhat.com>
5620
5621 * gdb.texinfo (General Query Packets): Put packets in alphabetical
5622 order. Remove extraneous 'z'.
5623
8a5a3c82
AS
56242005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
5625
5626 * gdb.texinfo (Choosing files): Add --eval-command.
5627
4b0ad762
AS
56282005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
5629
5630 * gdb.texinfo (Choosing modes): Add --return-child-result.
5631
5632
1a088d06
AS
56332005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
5634
5635 * gdb.texinfo (Choosing modes): Add --batch-silent.
5636
656d5e12
EZ
56372005-10-28 Eli Zaretskii <eliz@gnu.org>
5638
5639 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
5640 "The -var-update Command".
5641
3c9c013a
JB
56422005-10-03 Joel Brobecker <brobecker@adacore.com>
5643
5644 * gdb.texinfo (Print Settings): Add documentation for set/show
5645 print array-indexes.
5646
7ba3cf9c
DJ
56472005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
5648
5649 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
5650 6.2 and 6.3.
5651
a94ab193
EZ
56522005-08-27 Eli Zaretskii <eliz@gnu.org>
5653
5654 * gdb.texinfo (File Options): Don't document --mapped, it's gone
5655 since 19-Jan-2004.
5656 (Files): Likewise.
ab1adacd
EZ
5657 (Variables, Symbols): Document the "<incomplete type>" message and
5658 its reasons.
a94ab193 5659
ca06016a
FF
56602005-08-01 Fred Fish <fnf@specifix.com>
5661
5662 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
5663
cf58170d
NR
56642005-07-15 Nick Roberts <nickrob@snap.net.nz>
5665
5666 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
5667 option for -var-list-children and -var-update.
5668 (GDB/MI Stack Manipulation): Simplify description of
5669 print-values option for -stack-list-locals.
5670 (GDB/MI Command Description Format): Clarify.
5671 (Mode Options): Spelling of superseded.
5672
38f1196a
BR
56732005-07-12 Bob Rossi <bob@brasko.net>
5674
5675 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
5676 corresponding GDB command comment.
5677
3cb3b8df
BR
56782005-07-06 Bob Rossi <bob@brasko.net>
5679
5680 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
5681 and -inferior-tty-show.
5682 (Input/Output): Document "set/show inferior-tty" and tty alias.
5683
10fac096
NW
56842005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
5685
5686 * gdb.texinfo (Packets): Change description of 'D' packet to note
5687 that GDB does wait for a response.
5688
d1b6db76
NR
56892005-06-22 Nick Roberts <nickrob@snap.net.nz>
5690
5691 * gdb.texinfo (History) Rename "Command History".
5692 (Command History): Move node "Server Prefix" from section on
5693 Annotations here.
5694
29629dcf
NR
56952005-06-19 Nick Roberts <nickrob@snap.net.nz>
5696
5697 * gdb.texinfo (GDB/MI Stack Manipulation):
5698 Re-instate -stack-info-frame with example. Say that it gets
5699 info on selected frame, not current frame.
5700
397ca115
EZ
57012005-06-18 Eli Zaretskii <eliz@gnu.org>
5702
5703 * gdb.texinfo (Server): Clarify that `file' should be used before
5704 connecting to the server.
5705 (Files): Add an xref to the above description.
51274035
EZ
5706 (Output Formats): More detailed description of the `c' format.
5707 (Memory): List explicitly all the formats supported by `x'.
638ac427 5708 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 5709 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
5710 files. Add more indexing for solib-absolute-prefix and
5711 --with-sysroot.
76d17f34
EZ
5712 (Machine Code): Document possible problems with locations in
5713 shared libraries.
d416eeec
EZ
5714 (Backtrace): Document that free-standing environments do not need
5715 to have a `main' function.
397ca115 5716
74f6deaa
NR
57172005-06-18 Nick Roberts <nickrob@snap.net.nz>
5718
5719 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
5720 -stack-info-frame.
5721
a9967aef
AC
57222005-06-07 Andrew Cagney <cagney@gnu.org>
5723
5724 * gdb.texinfo (Contributors): Note the original multi-arch
5725 contributors.
5726
e09f16f9
EZ
57272005-06-03 Eli Zaretskii <eliz@gnu.org>
5728
5729 * gdb.texinfo (Registers): Add index entries for the standard
5730 registers.
5731 (Frames): Add cross-reference from frame pointer description to
5732 the Registers node.
5733 (Annotations Overview): Fix the reference to GDB name.
5734
d87ba7ee
EZ
57352005-06-01 Eli Zaretskii <eliz@gnu.org>
5736
5737 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
5738 can-use-hw-watchpoints.
5739
034dad6f
BR
57402005-05-28 Bob Rossi <bob@brasko.net>
5741
5742 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
5743 the possible reasons why an exec async record would be returned to FE.
5744
ffed4509
AC
57452005-05-26 Andrew Cagney <cagney@gnu.org>
5746
5747 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
5748 Andrew Cagney implemented the original GDB/MI.
5749
e22e55c9
OF
57502005-05-23 Orjan Friberg <orjanf@axis.com>
5751
5752 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
5753 documentation. Add documentation for cris-mode.
5754
a78e13ce
EZ
57552005-05-20 Eli Zaretskii <eliz@gnu.org>
5756
5757 * gdb.texinfo (Numbers): Explain the example and make the wording
5758 more acurate.
5759
76ff342d
DJ
57602005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
5761 Dennis Brueni <dennis@slickedit.com>
5762
5763 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
5764 (GDB/MI Data Manipulation, GDB/MI Program Control)
5765 (GDB/MI Stack Manipulation): Update examples to include the fullname
5766 attribute in stack frames.
5767
119b882a
EZ
57682005-05-12 Eli Zaretskii <eliz@gnu.org>
5769
5770 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
5771 do with other non-standard names of init files.
5772
6fc08d32
EZ
57732005-05-11 Eli Zaretskii <eliz@gnu.org>
5774
5775 * gdb.texinfo (Command Files): Move the description of the startup
5776 from here...
5777 (Startup): ...to this new subsection of the Invocation chapter.
5778 Rearrange the description of init files more logically and add a
5779 cross-reference to "Command Files". Document the special gdbinit
5780 name for CISCO 68k. Expand the description of what GDB does
5781 during startup.
5782 (History): Add index entry for HISTSIZE.
5783
a561754a
MK
57842005-05-02 Mark Kettenis <kettenis@gnu.org>
5785
5786 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
5787
2eecc4ab
EZ
57882005-05-02 Eli Zaretskii <eliz@gnu.org>
5789
5790 * gdb.texinfo (SVR4 Process Information, The isatty call)
5791 (The system call): Don't use foo(N) notation for man pages and
5792 functions.
514c4d71 5793 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 5794
18999be5
EZ
57952005-04-27 Eli Zaretskii <eliz@gnu.org>
5796
5797 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
5798 were optimized away.
5799
0abb7bc7
EZ
58002005-04-22 Eli Zaretskii <eliz@gnu.org>
5801
5802 * gdb.texinfo (Remote configuration): Document "set/show
5803 get-thread-local-storage-address". Add cross-reference to the
5804 description of the qGetTLSAddr packet.
5805 (General Query Packets): Mention "set remote
5806 get-thread-local-storage-address" and add a reference to its
5807 description.
5808
6f61acb1
NR
58092005-04-19 Nick Roberts <nickrob@snap.net.nz>
5810
5811 * gdb.texinfo (Backtrace): Describe 'bt full'.
5812
9d59903a
NR
58132005-04-17 Nick Roberts <nickrob@snap.net.nz>
5814
5815 * gdb.texinfo (Mode Options): Fix typo.
5816 (GDB/MI): Describe how to invoke GDB/MI.
5817
721c2651
EZ
58182005-04-16 Eli Zaretskii <eliz@gnu.org>
5819
5820 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 5821 references changed. Add description of "info udot".
721c2651
EZ
5822 (Files): Document "set/show stop-on-solib-events".
5823 (M32R/D): Document "set/show download-path", "set/show
5824 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
5825 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
5826 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
5827 (Maintenance Commands): Improve indexing.
5828 (Target Commands): Document "set/show hash", "set/show debug
5829 monitor".
5830 (SVR4 Process Information): Document "info pidlist" and "info
5831 meminfo". Document "set/show procfs-tarce" and "set/show
5832 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
5833 (Symbols, The Print Command with Objective-C): Improve indexing.
5834 (Objective-C): Add references to "info classes" and "info
5835 selectors".
c45da7e6
EZ
5836 (Debugging Output): Improve wording. Document "set/show debug
5837 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
5838 (Set Breaks): Add index entry for "hardware breakpoints".
5839 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
5840 and "set/show usehardbreakpoints".
5841 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
5842 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
5843 (ARM): Document "rdilogfile", "rdilogenable", "set/show
5844 rdiromatzero", "set/show rdiheartbeat".
5845 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
5846 "sds".
5847 (Embedded Processors): Document the "sim" command.
5848 (Remote): Document the "remote" command.
5849 (DJGPP Native): Document the "info serial" command.
5850 (Threads): Document "maint info sol-threads".
5851 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
5852 (Set Breaks): Improve indexing.
5853 (Command Syntax): Add a reference to dont-repeat.
5854 (Define): Document "dont-repeat".
5855 (TUI Commands): Document "tabset".
5856 (WinCE): New subsection. Document "set/show remotedirectory",
5857 "set/show remoteupload", "set/show remoteaddhost".
721c2651 5858
14d6dd68
EZ
58592005-04-15 Eli Zaretskii <eliz@gnu.org>
5860
5861 * gdb.texinfo (Hurd Native): New subsection, documents
5862 Hurd-specific commands.
a64548ea 5863 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 5864 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
5865 (MIPS): Improve documentation of heuristic-fence-post. Document
5866 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
5867 mips stack-arg-size", "set/show mips mask-address", "set/show mips
5868 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 5869 (ARM): Document ARM-specific commands.
a64548ea
EZ
5870 (AVR): New section. Document "info io_registers".
5871 (CRIS): New section. Document "set/show cris-version" and
5872 "set/show cris-dwarf2-cfi".
5873 (HPPA): New section. Document "set/show debug hppa" and "maint
5874 print unwind".
a5adf40f 5875 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 5876 (Super-H): New section. Document the "regs" command.
721c2651 5877 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 5878
9c16f35a
EZ
58792005-04-09 Eli Zaretskii <eliz@gnu.org>
5880
5881 * gdb.texinfo (Print Settings): Document "set/show print
5882 pascal_static-members", "set print repeats", "show print
5883 null-stop". Improve indexing. Fix documentation of "set print
5884 union".
5885 (Pascal): New section.
5886 (Supported languages): Rename from "Support"; all references
5887 updated. Add a menu item for Pascal.
5888 (Numbers): Document "set radix.
5889 (Screen Size): Document "set/show pagination".
5890 (MIPS Embedded): Remove "set processor" documentation.
5891 (Remote configuration): Document "set/show X/P/Z-packet",
5892 "set/show read-aux-vector-packet", "set/show remote
5893 symbol-lookup-packet", "set/show remote verbose-resume-packet",
5894 "set/show remoteaddresssize", "set/show remotebaud", "set/show
5895 remotedebug", "set/show remotebreak", "set/show remotedevice",
5896 "set/show remotelogfile".
5897 (Auxiliary Vector): Add reference to the description of the
5898 read-aux-vector-packet setting.
5899 (Set Watchpoints): Add a cross-reference to "set remote
5900 hardware-breakpoint-limit".
5901 (General Query Packets): Add indexing of requests and
5902 cross-references to related commands in "Remote configuration".
5903 (File-I/O Overview, The system call): Fix wording and typos.
5904 (Thread Stops): Add index entries.
5905 (Continuing and Stepping): Document "show step-mode".
5906 (i386): New node. Document "set/show struct-convention".
5907 (Files): Document "show trust-readonly-sections".
5908 (Calling): Document "set/show unwindonsignal".
5909 (Messages/Warnings): Add index entries.
5910 (Maintenance Commands): Document "set/show watchdog".
5911 (Annotations Overview): Document "show annotate".
5912 (Set Watchpoints): Add index entries.
5913 (Symbols): Fix doc of case-sensitive.
5914 (ABI): Document "show coerce-float-to-double".
5915 (Convenience Vars, Help): Improve indexing.
5916 (Machine Code): Document "show disassembly-flavor".
5917 (Debugging C plus plus): Document "show overload-resolution".
5918 (Value History, Signaling): Add index entries.
5919
59202005-04-08 Eli Zaretskii <eliz@gnu.org>
5921
5922 * gdb.texinfo (Show): Move @kindex entries to their proper places.
5923 (Processes): Fix wording.
5924 (History, List, Logging output, Define, Symbols, Print Settings):
5925 Improve indexing.
5926
a8f24a35
EZ
59272005-04-03 Eli Zaretskii <eliz@gnu.org>
5928
5929 * gdb.texinfo (Targets): Document "set/show architecture". Remove
5930 redundant index entry for "target" command.
5931 (Backtrace): Add index entries.
5932 (Symbols, Fortran): Document the "set case-sensitive" command.
5933 (DJGPP Native): Document "set com1base", "set com1irq", etc.
5934 (Print Settings): Add index entry for "set demangle-style".
5935 (Target Commands): Document "set download-write-size".
5936 (Debugging Output): Document "set exec-done-display".
5937
09d4efe1
EZ
59382005-04-02 Eli Zaretskii <eliz@gnu.org>
5939
5940 * gdb.texinfo (Files): Fix the name and documentation of
5941 add-shared-symbol-files. Document its alias assf. Update the
5942 list of OSs where GDB supports shared libraries. Fix markup.
5943 (Continuing and Stepping): Add reference to @var{location} in the
5944 text.
5945 (Dump/Restore Files): Fix reference to @{filename}.
5946 (Help): Fix wording.
5947 (Attach): Ditto.
5948 (Set Watchpoints): Ditto.
5949 (Backtrace): Remove redundant index entries. Improve index
5950 entries.
5951 (Delete Breaks): Fix wording.
5952 (Memory): Document the compare-sections command.
5953 (Memory Region Attributes): Improve wording.
5954 (Disabling): Improve wording.
5955 (Fortran): New subsection. Document the "info common" command.
5956 (Help): Document aliases "info copying" and "info warranty".
5957 (Caching Remote Data): New section. Document the "set/show
5958 remotecache" and "info dcache" commands.
5959 (Show): Fix wording of the documentation of the "set
5960 extension-language" command.
5961 (Signals): Add index entry for "info handle".
5962 (Memory Region Attributes): Fix punctuation.
5963 (Symbols): Change the arg name to "location" and refer to it in
5964 the text. Fix wording of "info types" doc.
5965 (Threads): Fix usage of @enumerate @item's.
5966 (Listing Tracepoints): Add index entry for "info tp".
5967 (Set Watchpoints): Add xref to "info break" description.
5968 (Macros): Add an index entry for "macro exp1". Document the
5969 "macro list" command.
5970 (Maintenance Commands): Document "flushregs", "maint agent",
5971 "maint check-symtabs", "maint cplus", "maint demangle", "maint
5972 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
5973 "maint print architecture", "maint print objfiles", "maint print
5974 statistics", "maint print type", "maint show-debug-regs", "maint
5975 space", "maint time", and "maint translate-address".
5976 (Connecting): Document the "monitor" command.
5977 (Annotations Overview): Describe the "set annotate" command.
5978
82f2d802
EZ
59792005-04-01 Eli Zaretskii <eliz@gnu.org>
5980
5981 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
5982 Rearrange index entries and improve wording about support for
5983 hardware watchpoints.
5984
7d51c7de
BR
59852005-03-10 Bob Rossi <bob@brasko.net>
5986
5987 * gdb.texinfo: Update copyright
5988
68c71a2e
TR
59892005-02-09 Theodore A. Roth <troth@openavr.org>
5990
5991 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
5992 error.
5993
83761cbd
KB
59942005-02-03 Kevin Buettner <kevinb@redhat.com>
5995
5996 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
5997
9f1c6395
MS
59982005-01-17 Michael Snyder <msnyder@redhat.com>
5999
6000 * gdb.texinfo: Fix spelling, infinte -> infinite.
6001
fbd1b305
MK
60022005-01-08 Mark Kettenis <kettenis@gnu.org>
6003
6004 * observer.texi (GDB Observers): Document "solib_loaded".
6005
3ace7edb
AC
60062005-01-07 Andrew Cagney <cagney@gnu.org>
6007
bec39cab
AC
6008 * configure.ac: Rename configure.in, require autoconf 2.59.
6009 * configure: Re-generate.
6010
3ace7edb
AC
6011 * configure.in: Replace configdirs with multiple references to
6012 AC_CONFIG_SUBDIRS.
6013 * configure: Re-generate.
5ae4183a 6014
53531fc1
AC
60152005-01-04 Andrew Cagney <cagney@gnu.org>
6016
6017 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
6018 part of the version number.
6019
536ffdb7
MK
60202004-12-24 Mark Kettenis <kettenis@gnu.org>
6021
6022 * gdbint.texinfo (Algorithms): Remove description of
6023 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
6024
e1aac25b
JB
60252004-12-07 Jim Blandy <jimb@redhat.com>
6026
6027 * gdb.texinfo (General Query Packets): Specify that thread ID's in
6028 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
6029 numbers.
6030
f47b1503
AS
60312004-12-07 Andreas Schwab <schwab@suse.de>
6032
6033 * gdb.texinfo (Mode Options): Document -l option.
6034
b6b8ece6
EZ
60352004-12-04 Eli Zaretskii <eliz@gnu.org>
6036
6037 * gdbint.texinfo (Algorithms): More accurate description of
6038 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
6039 is not needed unless data-read and data-access watchpoints are
6040 supported. Add a description of how GDB checks whether the
6041 inferior stopped because a watchpoint was hit.
6042
01371747
EZ
60432004-11-23 Eli Zaretskii <eliz@gnu.org>
6044
6045 * gdb.texinfo (Files): Add cross-reference to description of
6046 -readnow command-line switch.
6047
2315ffec
RC
60482004-11-10 Randolph Chung <tausq@debian.org>
6049
6050 * gdb.texinfo: Document set/show backtrace past-entry commands.
6051 Rearrange index entries for set/show backtrace past-main.
6052
69065f5d
AC
60532004-11-10 Jon Beniston <jon@beniston.com>
6054
6055 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
6056 * gdb.texinfo (Remote Serial Protocol): Further describe
6057 binary transfer escaping mechanism .
69065f5d 6058
30e91e0b
RC
60592004-11-08 Randolph Chung <tausq@debian.org>
6060
6061 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
6062 and "show debug infrun". Add index entries.
6063
60bf7e09
EZ
60642004-10-23 Eli Zaretskii <eliz@gnu.org>
6065
6066 * gdb.texinfo (SVR4 Process Information): Document subcommands of
6067 "info proc" that are already implemented. Add index entries.
6068 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
6069 (Files): Add a tip for decreasing memory used for symtabs from
6070 shared libraries.
f018e82f
EZ
6071 (Starting): Fix whitespace; make "elaboration" stand out where it
6072 is first used, and add an index entry for the term.
f8568604
EZ
6073 (Calling): Expand and elaborate text. Add "print". Add the
6074 description of problems with weak aliases.
384ee23f 6075 (Core File Generation): New section.
60bf7e09 6076
d52fe014
AC
60772004-10-12 Andrew Cagney <cagney@gnu.org>
6078
6079 * gdbint.texinfo (Versions and Branches): New chapter.
6080 (Releasing GDB): Delete "Versions and Branches" section.
6081 (Top): Add "Versions and Branches".
6082
703663ab
EZ
60832004-10-08 Eli Zaretskii <eliz@gnu.org>
6084
6085 * gdb.texinfo (Editing, History): Add cross-references to the
6086 included Readline and History user documentation. Remove
6087 references to the symbol have-readline-appendices which is unused
6088 and undefined.
6089 (History): Fix indexing.
6090
ac77d04f
JJ
60912004-10-08 Jeff Johnston <jjohnstn@redhat.com>
6092
6093 * gdbint.texinfo (target_stopped_data_address): Update to
6094 new prototype.
6095 (i386_stopped_data_address): Update prototype and description.
6096 (i386_stopped_by_watchpoint): New function and description.
6097
e07c999f
PH
60982004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
6099
6100 * gdb.texinfo (Filenames): Add Ada suffixes.
6101 (Ada) New section.
6102
2e868123
AC
61032004-09-27 Andrew Cagney <cagney@gnu.org>
6104 Robert Picco <Robert.Picco@hp.com>
6105
6106 * gdb.texinfo (Packets): Document the "p" packet.
6107
02a57714
JM
61082004-09-21 Jason Molenda (jmolenda@apple.com)
6109
6110 * gdb.texinfo (Paths and Names of the Source Files): Document the
6111 meaning of values in the 'desc' field of a SO stab.
6112
ae038cb0
DJ
61132004-09-20 Daniel Jacobowitz <dan@debian.org>
6114
6115 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
6116 max-cache-age" and "maint show dwarf2 max-cache-age".
6117
f7dc1244
EZ
61182004-09-16 Eli Zaretskii <eliz@gnu.org>
6119
6120 * gdb.texinfo (Set Breaks): Add index entry for setting
6121 breakpoints on overloaded C++ functions that are not members of
6122 any classes. Add an example and an index entry for setting
6123 breakpoints on all program functions.
6124 (Character Sets, Macros, Overlay Commands)
6125 (Non-debug DLL symbols, GDB/MI Output Syntax)
6126 (Annotations Overview, Maintenance Commands, File-I/O Overview):
6127 Use "(@value{GDBP})" instead of a literal "(gdb)".
6128
f810308b
AC
61292004-09-12 Andrew Cagney <cagney@gnu.org>
6130
6131 * gdbint.texinfo (Native Debugging): Delete description of
6132 FILES_INFO_HOOK.
6133
15a661f3
PH
61342004-09-11 Paul Hilfinger <hilfinger@gnat.com>
6135
5ae4183a
AS
6136 * gdbint.texinfo (User Interface): Change local_hex_string_custom
6137 to hex_string_custom (not historically correct, but more
15a661f3
PH
6138 understandable, given the current code).
6139
f3219c75
AC
61402004-09-03 Andrew Cagney <cagney@gnu.org>
6141
6142 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
6143
f3bb6704
JJ
61442004-09-01 Jeff Johnston <jjohnstn@redhat.com>
6145
6146 * observer.texi (solib_unloaded): New observer.
6147
8d2c00cb
AC
61482004-08-24 Andrew Cagney <cagney@gnu.org>
6149
6150 * gdbint.texinfo (Target Architecture Definition): Add missing
6151 comma.
6152
e7dc800a
MC
61532004-08-20 Michael Chastain <mec.gnu@mindspring.com>
6154
6155 * (Using the Testsuite): build != host is supported,
6156 but some test scripts do not support build != host.
6157
73b03683
MK
61582004-08-14 Mark Kettenis <kettenis@gnu.org>
6159
6160 * gdbint.texinfo (Host Definition): Delete description of
6161 FCLOSE_PROVIDED and GETENV_PROVIDED.
6162
c0ccb908
MK
61632004-08-05 Mark Kettenis <kettenis@chello.nl>
6164
6165 * gdbint.texinfo (Host Definition): Delete description of
6166 NO_SYS_FILE.
6167 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
6168 PTRACE_FP_BUG.
6169
9c8dbfa9
AC
61702004-08-05 Andrew Cagney <cagney@gnu.org>
6171
6172 * gdbint.texinfo (Target Architecture Definition): Delete
6173 reference to deprecated_read_fp.
6174
f42accbe
AC
61752004-08-02 Andrew Cagney <cagney@gnu.org>
6176
6177 * gdbint.texinfo (Target Architecture Definition): Delete
6178 description of DEPRECATED_REGISTER_BYTES.
6179
0b66e38c
EZ
61802004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
6181
6182 * gdb.texinfo (Source Path): Document the new behavior of
6183 searching for the source files.
6184
15387254
EZ
61852004-07-17 Eli Zaretskii <eliz@gnu.org>
6186
6187 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
6188 (Search, Expressions, Arrays, Variables, Data, Machine Code)
6189 (Auto Display): Improve indexing.
6190
2c07db7a
AC
61912004-07-16 Andrew Cagney <cagney@gnu.org>
6192
6193 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
6194 "-noasync".
6195
4644b6e3
EZ
61962004-07-09 Eli Zaretskii <eliz@gnu.org>
6197
6198 * gdb.texinfo: Fix @kindex entries so that multiple commands that
6199 have the same prefix have only their prefix in the index.
6200
7561d450
MK
62012004-07-03 Mark Kettenis <kettenis@gnu.org>
6202
6203 * gdb.texinfo (BSD libkvm Interface): New node (section)
6204 (Native): Add it to the menu.
6205
67bebe79
MK
62062004-07-01 Mark Kettenis <kettenis@gnu.org>
6207
6208 * gdbint.texinfo (Target Architecture Definition): Remove
6209 PCC_SOL_BROKEN.
6210
1a6923e0
MK
62112004-06-24 Mark Kettenis <kettenis@gnu.org>
6212
6213 * gdbint.texinfo (Target Architecture Definition): Remove
6214 SUN_FIXED_LBRAC_BUG.
6215
b435e160
AC
62162004-06-26 Andrew Cagney <cagney@gnu.org>
6217
6218 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
6219
b5622e8d
AC
62202004-06-20 Andrew Cagney <cagney@gnu.org>
6221
6222 * gdbint.texinfo (Target Architecture Definition): Deprecate
6223 USE_STRUCT_CONVENTION.
6224
e0c07bf0
MC
62252004-06-19 Michael Chastain <mec.gnu@mindspring.com>
6226
6227 gdb.texinfo (Bug Reporting): Mention session recording,
6228 with the script command or Emacs.
6229
782263ab
AC
62302004-06-18 Andrew Cagney <cagney@gnu.org>
6231
6232 * gdbint.texinfo (Target Architecture Definition): Deprecate
6233 FUNCTION_START_OFFSET.
6234
03727ca6
AC
62352004-06-14 Andrew Cagney <cagney@gnu.org>
6236
6237 Based on changes from Karl Berry.
6238 * gdb.texinfo: Do not use @sc in a direntry.
6239 * stabs.texinfo: Change @dircateogry to "Software development".
6240 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
6241
97092415
AC
62422004-06-13 Andrew Cagney <cagney@gnu.org>
6243
6244 * gdbint.texinfo (Target Architecture Definition): Delete
6245 description of RETURN_VALUE_ON_STACK.
6246
1f6d4158
AC
62472004-06-09 Andrew Cagney <cagney@gnu.org>
6248
6249 * gdbint.texinfo (Native Debugging): Restore "@table @code"
6250 deleted by previous patch.
6251
d966f0cb
AC
62522004-06-08 Andrew Cagney <cagney@gnu.org>
6253
6254 * gdbint.texinfo (Native Debugging): Delete documentation on
6255 ATTACH_DETACH.
6256
86fe4aaa
RC
62572004-06-06 Randolph Chung <tausq@debian.org>
6258
6259 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
6260
d4b6d575
RC
62612004-06-06 Randolph Chung <tausq@debian.org>
6262
5ae4183a 6263 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
6264 the new push_dummy_call method signature. Describe the function
6265 argument.
6266
4e8b0763
JB
62672004-05-24 Joel Brobecker <brobecker@gnat.com>
6268
6269 * gdb.texinfo (Starting): Document new start command.
6270
59caf092
AC
62712004-05-21 Andrew Cagney <cagney@redhat.com>
6272
6273 * observer.texi (GDB Observers): Document "inferior_created".
6274
e4a2df64
AC
62752004-05-08 Andrew Cagney <cagney@redhat.com>
6276
e6b55ae2
AC
6277 * gdbint.texinfo (Target Architecture Definition): Delete
6278 description of DO_DEFERRED_STORES.
6279
28954179
AC
6280 * gdbint.texinfo (Target Architecture Definition): Delete
6281 references to DEPRECATED_FIX_CALL_DUMMY.
6282
434b87dd
AC
6283 * gdbint.texinfo (Target Architecture Definition): Delete
6284 description of DEPRECATED_CALL_DUMMY_WORDS,
6285 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
6286
58d28df8
AC
6287 * gdbint.texinfo (Target Architecture Definition): Delete
6288 description of DEPRECATED_PUSH_DUMMY_FRAME.
6289
e4a2df64
AC
6290 * gdbint.texinfo (Target Architecture Definition): Delete
6291 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
6292
2b4855ab
AC
62932004-05-07 Andrew Cagney <cagney@redhat.com>
6294
6295 * observer.texi (GDB Observers): Add "Debugging" section. Include
6296 cross reference to "set/show debug observer".
6297 * gdb.texinfo (Debugging Output): Document "set/show debug
6298 observer".
6299
fcf70625
AC
63002004-05-01 Andrew Cagney <cagney@redhat.com>
6301
6302 * gdbint.texinfo (Target Architecture Definition): Delete
6303 description of DEPRECATED_PC_IN_SIGTRAMP.
6304
8ee56bcf
AC
63052004-04-30 Andrew Cagney <cagney@redhat.com>
6306
6307 * gdbint.texinfo (Target Architecture Definition): Delete
6308 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
6309
67ab9a76
OF
63102004-04-30 Orjan Friberg <orjanf@axis.com>
6311
6312 * observer.texi (GDB Observers): Correct spelling.
6313
79346bcb
OF
63142004-04-26 Orjan Friberg <orjanf@axis.com>
6315
6316 * observer.texi (GDB Observers): Add target_changed event.
6317
7a464420
AC
63182004-04-08 Andrew Cagney <cagney@redhat.com>
6319
6320 * observer.texi (GDB Observers): Rework, provide generic observer
6321 definitions and then a list of observable events.
6322
6cdf9d98
AC
63232004-04-04 Andrew Cagney <cagney@redhat.com>
6324
6325 * gdbint.texinfo (Host Definition): Delete reference to
6326 NO_SIGINTERRUPT.
6327
ddc135a4
AC
63282004-04-02 Andrew Cagney <cagney@redhat.com>
6329
6330 * gdbint.texinfo (Target Architecture Definition): Delete
6331 reference to DEPRECATED_CALL_DUMMY_LENGTH.
6332
6a1b180d
SC
63332004-03-28 Stephane Carrez <stcarrez@nerim.fr>
6334
6335 * gdb.texinfo (TUI Commands): Document tui reg commands.
6336
d0d5df6f
AC
63372004-03-26 Andrew Cagney <cagney@redhat.com>
6338
6339 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
6340 "gdbtui".
6341 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
6342 (Contributors): Mention both Text and Terminal User Interface.
6343
aa2a3f87
AC
63442004-03-23 Andrew Cagney <cagney@redhat.com>
6345
6346 * gdbint.texinfo (Target Architecture Definition): Deprecate
6347 references to SIGTRAMP_START and SIGTRAMP_END.
6348
f561f026
AC
63492004-03-23 Andrew Cagney <cagney@redhat.com>
6350
6351 * gdbint.texinfo (Target Architecture Definition): Deprecate
6352 references to PC_IN_SIGTRAMP.
6353
33cb8b0f
AC
63542004-03-19 Andrew Cagney <cagney@redhat.com>
6355
6356 * gdbint.texinfo (Target Architecture Definition): Delete
6357 reference to GDB_TARGET_IS_HPPA.
6358
fc989b7a
AC
63592004-03-18 Andrew Cagney <cagney@redhat.com>
6360
6361 * gdbint.texinfo (Coding): Update section on gdbarch_data,
6362 describe pre_init and post_init.
6363
701b08bb
DJ
63642004-03-09 Daniel Jacobowitz <drow@mvista.com>
6365
6366 * gdb.texinfo (Debugging Output): Document values for "set debug
6367 target".
6368
faae5abe
AC
63692004-02-28 Andrew Cagney <cagney@redhat.com>
6370
6371 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
6372
dd79a6cf
JJ
63732004-02-26 Jeff Johnston <jjohnstn@redhat.com>
6374
6375 * gdb.texinfo (breakpoints): Add information about the
6376 new "set breakpoint pending" and "show breakpoint pending"
6377 commands.
6378
e7f16015
AC
63792004-02-26 Andrew Cagney <cagney@redhat.com>
6380
6381 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
6382 in Per-architecture module data section.
6383
7161a3a6
RM
63842004-02-25 Roland McGrath <roland@redhat.com>
6385
6386 * gdb.texinfo (General Query Packets): Document qPart:... packets.
6387
2154891a
AC
63882004-02-24 Andrew Cagney <cagney@redhat.com>
6389
6390 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
6391 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
6392 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 6393
6c74ac8b
AC
63942004-02-17 Andrew Cagney <cagney@redhat.com>
6395
6396 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
6397
19772a2c
AC
63982004-02-16 Andrew Cagney <cagney@redhat.com>
6399
6400 * gdbint.texinfo (Target Architecture Definition): Deprecate
6401 FRAMELESS_FUNCTION_INVOCATION.
6402
c9830293
AC
64032004-02-16 Andrew Cagney <cagney@redhat.com>
6404
6405 * gdbint.texinfo (Coding): Mention -Wunused-function.
6406
b9d26eb9
AC
64072004-02-14 Andrew Cagney <cagney@redhat.com>
6408
6409 * gdbint.texinfo (Target Architecture Definition): Delete
6410 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
6411
49efadf5
EZ
64122004-02-12 Elena Zannoni <ezannoni@redhat.com>
6413
6414 * gdb.texinfo: Properly quote the name "C++".
6415 * gdbint.texinfo: Ditto.
6416 * stabs.texinfo: Ditto.
6417
1eb288ea
EZ
64182004-02-11 Elena Zannoni <ezannoni@redhat.com>
6419
6420 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
6421 minimal information about libiberty.
6422
e4937fc1
MC
64232004-02-06 Michael Chastain <mec.gnu@mindspring.com>
6424
6425 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
6426
a9331b3f
RM
64272004-02-04 Roland McGrath <roland@redhat.com>
6428
6429 * gdb.texinfo (Auxiliary Vector): New node (section).
6430 (Data): Add it to the menu.
6431
2650777c
JJ
64322004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6433
6434 * gdb.texinfo (Breakpoints): Add information about pending
6435 breakpoint support.
6436
b4501125
AC
64372004-01-26 Andrew Cagney <cagney@redhat.com>
6438
6439 * gdb.texinfo (Overview): Delete references to the cisco protocol
6440 including the "N" response.
6441
74055713
AC
64422004-01-26 Andrew Cagney <cagney@redhat.com>
6443
6444 * gdbint.texinfo (Target Architecture Definition): Rename
6445 EXTRACT_STRUCT_VALUE_ADDRESS to
6446 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 6447
3bbe9696
EZ
64482004-01-24 Eli Zaretskii <eliz@gnu.org>
6449
6450 * gdb.texinfo (KOD): Document "show os". Add index entries for
6451 "set/show os" and "info cisco" commands.
6452
5843504f
EZ
64532004-01-21 Eli Zaretskii <eliz@gnu.org>
6454
6455 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
6456
9175c9a3
MC
64572004-01-19 Michael Chastain <mec.gnu@mindspring.com>
6458
6459 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
6460 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
6461
8e94b928
NR
64622004-01-19 Nick Roberts <nick@nick.uklinux.net>
6463
6464 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
6465 -stack-list-locals.
6466 (GDB/MI Variable Objects): Describe extension to
6467 -var-list-children.
6468
a20cf136
DJ
64692004-01-17 Daniel Jacobowitz <drow@mvista.com>
6470
6471 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
6472
afb18d0f
AC
64732004-01-17 Andrew Cagney <cagney@redhat.com>
6474
6475 * gdbint.texinfo (Target Architecture Definition): Delete
6476 documentation on DEPRECATED_NPC_REGNUM.
6477
b51970ac
DJ
64782004-01-13 Daniel Jacobowitz <drow@mvista.com>
6479
6480 * gdb.texinfo: Update copyright year. Mention that set
6481 follow-fork-mode is supported on GNU/Linux. Remove documentation of
6482 "set follow-fork-mode ask".
6483
0f0cffd2
AC
64842004-01-13 Andrew Cagney <cagney@redhat.com>
6485
6486 * gdbint.texinfo: Update copyright year.
6487 (Coding): Add -Wunused-label to list of -Werror warnings.
6488
c552b3bb 64892004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 6490 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
6491
6492 * gdb.texinfo: Update copyright.
6493 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
6494 around names, as appropriate. Minor syntax cleanup of
6495 _NSPrintForDebugger explanation. Two spaces after periods.
6496 GDBN used instead of lit. "gdb". Index entries added for
6497 print-object and _NSPrintForDebugger. @noindent added in one spot.
6498
afe157ca
EZ
64992003-11-11 Elena Zannoni <ezannoni@redhat.com>
6500
6501 * stabs.texinfo: Add dircategory and direntry commands.
6502 * annotate.texinfo: Ditto.
6503
963e2bb7
AC
65042003-11-10 Andrew Cagney <cagney@redhat.com>
6505
6506 * gdbint.texinfo (Target Architecture Definition): Replace the
6507 return_value method's "inval" and "outval" parameters with
6508 "readbuf" and "writebuf".
6509
1d8b2f28
JB
65102003-10-28 Jim Blandy <jimb@redhat.com>
6511
6512 * gdb.texinfo (The F request packet, The F reply packet): Renamed
6513 from "The `F' request packet" and "The `F' reply packet", to make
6514 texi2dvi happy.
6515 (File-I/O remote protocol extension): Update menu entries, too.
6516
36d86913
MC
65172003-10-26 Michael Chastain <mec@shout.net>
6518
6519 * gdb.texinfo (Thread Stops): Document the issue with
6520 premature return from system calls in multi-threaded programs.
6521
ce2826aa
AC
65222003-10-24 Andrew Cagney <cagney@redhat.com>
6523
6524 * annotate.texinfo: Fix "fortunatly"[sic].
6525
f24c5e49
KI
65262003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
6527
6528 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
6529 with "Hitachi" and "Mitsubishi".
6530
92ad9cd9
AC
65312003-10-20 Andrew Cagney <cagney@redhat.com>
6532
6533 * gdbint.texinfo (Target Architecture Definition): Document
6534 gdbarch_return_value. Add cross references from
6535 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
6536 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
6537
0ab4b752
MK
65382003-10-18 Mark Kettenis <kettenis@gnu.org>
6539
6540 * gdbint.texinfo (Target Architecture Definition): Document
6541 regset_from_core_section.
fb3e19c0
KI
6542
65432003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
6544
6545 * gdb.texinfo (M32R/D): Mention m32rsdi target.
6546
a9331b3f 65472003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
6548
6549 From Anthony Green <green@redhat.com>:
5ae4183a 6550 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 6551
1485d690
KB
65522003-10-14 Kevin Buettner <kevinb@redhat.com>
6553
889bf7c5
PA
6554 * gdb.texinfo (Breakpoint related warnings): New node.
6555 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 6556
86d30acc
DJ
65572003-10-13 Daniel Jacobowitz <drow@mvista.com>
6558
6559 * gdb.texinfo (Remote Protocol): Document v and vCont.
6560
172c2a43
KI
65612003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
6562
6563 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
6564 * gdbint.texinfo: Ditto.
6565
71952f4c
AC
65662003-10-09 Andrew Cagney <cagney@redhat.com>
6567
6568 From 2003-09-18 David Anderson <davea@sgi.com>:
6569 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
6570 "command".
6571
268e2188
AC
65722003-10-03 Andrew Cagney <cagney@redhat.com>
6573
6574 * gdbint.texinfo (Target Architecture Definition): Deprecate
6575 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
6576 just target.
6577
12c266ea 65782003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 6579
f30992d4 6580 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
6581 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
6582 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
6583 * gdbint.texinfo (Target Architecture Definition): Rename
6584
65852003-09-30 Andrew Cagney <cagney@redhat.com>
6586
f30992d4 6587 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 6588 (Target Architecture Definition):
f30992d4 6589
2e092625
AC
6590 * gdbint.texinfo (Target Architecture Definition): Rename
6591 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
6592
0717ae8a
AC
65932003-09-29 Andrew Cagney <cagney@redhat.com>
6594
dad809b7
AC
6595 * gdbint.texinfo (Target Architecture Definition): Delete
6596 documentation for NEED_TEXT_START_END.
6597
0717ae8a
AC
6598 * gdbint.texinfo (Target Architecture Definition): Rename
6599 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
6600 TARGET_WRITE_PC.
a9331b3f 6601
af6cf26d
MC
66022003-09-22 Michael Chastain <mec@shout.net>
6603
6604 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
6605
ee206350
AG
66062003-09-21 Anthony Green <green@redhat.com>
6607
6608 * gdbint.texinfo (Target Architecture Definition): Fix typos.
6609
a38c9fe6
MK
66102003-09-21 Mark Kettenis <kettenis@gnu.org>
6611
6612 * gdbint.texinfo (Target Architecture Definition): Document
6613 stabs_argument_has_addr.
6614
77949794
AC
66152003-09-18 Andrew Cagney <cagney@redhat.com>
6616
6617 * gdbint.texinfo (Target Architecture Definition): Delete
6618 documentation on REGISTER_NAMES.
6619
8e823e25
MK
66202003-09-13 Mark Kettenis <kettenis@gnu.org>
6621
6622 * gdbint.texinfo (Target Architecture Definition): Replace
6623 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
6624
f27dd7fd
AC
66252003-09-11 Andrew Cagney <cagney@redhat.com>
6626
6627 * gdbint.texinfo (Target Architecture Definition): Replace
6628 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
6629
8b148df9
AC
66302003-08-18 Andrew Cagney <cagney@redhat.com>
6631
6632 * gdbint.texinfo (Target Architecture Definition): Document
6633 "frame_red_zone_size".
6634
25d29d70
AC
66352003-08-09 Andrew Cagney <cagney@redhat.com>
6636
6637 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
6638 with "set/show backtrace past-main" and "set/show backtrace
6639 limit".
6640
c938e9b0
L
66412003-08-08 H.J. Lu <hongjiu.lu@intel.com>
6642
6643 * Makefile.in (install-info): Support DESTDIR.
6644 (install-html): Likewise.
6645
64fabec2
AC
66462003-08-07 Andrew Cagney <cagney@redhat.com>
6647
6648 Patch from Nick Roberts.
6649 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
6650 bindings. Remove description of send-gdb-command.
6651
2fcf52f0
AC
66522003-08-07 Andrew Cagney <cagney@redhat.com>
6653
6654 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
6655 GDB 6.0.
6656
086432e2
AC
66572003-08-06 Andrew Cagney <cagney@redhat.com>
6658
6659 * gdb.texinfo (Mode Options): Mention that level three is the
6660 highest available and that level 2 is deprecated.
6661 (Annotations Overview): Mention annotation levels. Cross reference
6662 to "Limitations of the Annotation Interface" in annotate.texi.
6663 (TODO, Value Annotations, Frame Annotations): Delete section.
6664 (Displays, Breakpoint Info): Delete.
6665
e5249f67
AC
66662003-08-04 Andrew Cagney <cagney@redhat.com>
6667
6668 * agentexpr.texi: Delete @bye.
6669 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
6670 (stabs.info): Add $(srcdir) to include search path.
6671 (html): Depend on "annotate_toc.html", and not "annotate.html".
6672 * stabs.texinfo: Ditto. Include "fdl.texi".
6673 * gdbint.texinfo: Update copyright statement's list of invariant
6674 sections.
6675
e6f672d2
AC
66762003-07-28 Andrew Cagney <cagney@redhat.com>
6677
6678 * Makefile.in (INFO_DEPS): Add annotate.info.
6679 (dvi, ps, html, pdf): Add annotate.
6680 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
6681 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
6682 (ANNOTATE_DOC_FILES): New macro.
6683 (ANNOTATE_TEX_TMPS): New macro.
6684 (annotate.info, annotate_toc.html): Specify dependencies.
6685 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
6686 * annotate.texinfo: Rename annotate.texi. Get building. Add
6687 "Migrating to GDB/MI" and "Limitations of the Annotation
6688 Interface" chapters. Mention why it is not part of the user
6689 guide. Update copyright notice. Include "fdl.texi".
6690
72ffddc9
SC
66912003-07-26 Stephane Carrez <stcarrez@nerim.fr>
6692
6693 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
6694
a9f12a31
DJ
66952003-07-24 Daniel Jacobowitz <drow@mvista.com>
6696
6697 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
6698
b1fe9455
DJ
66992003-07-24 Daniel Jacobowitz <drow@mvista.com>
6700
6701 * gdb.texinfo (Server): Mention pidof.
6702
153721e6
AC
67032003-07-22 Andrew Cagney <cagney@redhat.com>
6704
6705 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
6706 list.
6707
0fac0b41
DJ
67082003-06-28 Daniel Jacobowitz <drow@mvista.com>
6709
6710 * gdb.texinfo (Logging output): New chapter.
6711
4e562065
JB
67122003-06-24 Joel Brobecker <brobecker@gnat.com>
6713
6714 * gdb.texinfo (Unsupported languages): New section.
6715 (Languages): Add link to new section.
6716
f2c06f52
AC
67172003-06-22 Andrew Cagney <cagney@redhat.com>
6718
6719 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
6720
b4177fca
DJ
67212003-06-22 Daniel Jacobowitz <drow@mvista.com>
6722
6723 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
6724
f418dd93
DJ
67252003-06-22 Daniel Jacobowitz <drow@mvista.com>
6726
6727 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
6728 * agentexpr.texi: Retitle section, and change it to an appendix.
6729 Comment out texinfo initialization. Factor a @var{} into two
6730 pieces to prevent makeinfo warnings.
6731 * gdb.texinfo: Add Agent Expressions appendix.
6732
4ca61388
DJ
67332003-06-19 Daniel Jacobowitz <drow@mvista.com>
6734
6735 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
6736
07f31aa6
DJ
67372003-06-18 Daniel Jacobowitz <drow@mvista.com>
6738
5ae4183a 6739 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
6740 remote target". Document the "detach" and "disconnect" commands.
6741 (Server, Netware, Debug Session): Reference "Connecting to a
6742 remote target".
6743 (GDB/MI Target Manipulation): Document "-target-disconnect".
6744
2dd0da42
AC
67452003-06-13 Andrew Cagney <cagney@redhat.com>
6746
6747 * gdbint.texinfo (Target Architecture Definition): Deprecate
6748 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
6749 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
6750
e7a3abfc
JB
67512003-06-09 Jim Blandy <jimb@redhat.com>
6752
6753 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
6754
25e3a86b
AC
67552003-06-08 Andrew Cagney <cagney@redhat.com>
6756
6757 * gdbint.texinfo (Target Architecture Definition): Delete
6758 documentation on FRAME_ARGS_ADDRESS_CORRECT.
6759
a9e5fdc2
AC
67602003-06-08 Andrew Cagney <cagney@redhat.com>
6761
6762 * gdbint.texinfo (Target Architecture Definition): Document
6763 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
6764
b37303ee
AF
67652003-06-07 Adam Fedor <fedor@gnu.org>
6766
6767 * gdb.texinfo: Add Objective-C documentation.
6768
39fe6e80
AC
67692003-06-01 Andrew Cagney <cagney@redhat.com>
6770
6771 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
6772 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
6773
125309b2
AC
67742003-05-21 Andrew Cagney <cagney@redhat.com>
6775
6776 * gdbint.texinfo (Target Architecture Definition): Delete
6777 references to "extract_address" and "store_address".
6778
b8b527c5
AC
67792003-05-16 Andrew Cagney <cagney@redhat.com>
6780
6781 * gdbint.texinfo (Target Architecture Definition): Replace
6782 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
6783 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
6784
50e3ee83
TR
67852003-05-14 Theodore A. Roth <troth@openavr.org>
6786
6787 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
6788
44e2be90
L
67892003-05-10 H.J. Lu <hongjiu.lu@intel.com>
6790
6791 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
6792 (gdb.dvi): Likewise.
6793 (gdb.pdf): Likewise.
6794 (links2roff): Likewise.
6795
df5215a6
JB
67962003-05-08 Jim Blandy <jimb@redhat.com>
6797
6798 * gdb.texinfo (Dump/Restore Files): Update documentation for
6799 'dump', 'append', and 'restore': note that format argument is
6800 optional; simplify presentation of the command variants; and be
6801 more precise about the formats.
6802
5e7b2f39
JB
68032003-05-07 Jim Blandy <jimb@redhat.com>
6804
6805 * gdb.texinfo (Symbols): Update documentation: 'maint list
6806 symtabs' and 'maint list psymtabs' have been renamed 'maint info
6807 symtabs' and 'maint info psymtabs'.
6808
b1e29e33
AC
68092003-05-05 Andrew Cagney <cagney@redhat.com>
6810
6811 * gdbint.texinfo (Target Architecture Definition): Make
6812 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
6813 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
6814 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
6815
00905d52
AC
68162003-05-04 Andrew Cagney <cagney@redhat.com>
6817
6818 * gdb.texinfo (Maintenance Commands): Document "maint print
6819 dummy-frames".
6820
54ff5908
AC
68212003-05-04 Andrew Cagney <cagney@redhat.com>
6822
6823 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
6824
32e7087d
JB
68252003-05-03 J. Brobecker <brobecker@gnat.com>
6826
6827 Thierry Schneider <tpschneider1@yahoo.com>
6828 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
6829 for new MI command.
6830
7043d8dc
AC
68312003-05-03 Andrew Cagney <cagney@redhat.com>
6832
6833 * gdbint.texinfo (Target Architecture Definition): Document
6834 push_dummy_code. Add cross references.
6835
e33d66ec
EZ
68362003-05-02 Elena Zannoni <ezannoni@redhat.com>
6837
6838 * gdb.texinfo (Character Sets): Update to reflect new behavior of
6839 set/show charsets commands.
6840
0ba6dca9
AC
68412003-04-28 Andrew Cagney <cagney@redhat.com>
6842
6843 * gdbint.texinfo (Target Architecture Definition): Replace
6844 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
6845 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
6846
d7a27068
AC
68472003-04-28 Andrew Cagney <cagney@redhat.com>
6848
6849 * gdbint.texinfo (Target Architecture Definition): Rename
6850 "tm_print_insn" to "deprecated_tm_print_insn".
6851
44ea7b70
JB
68522003-04-09 Jim Blandy <jimb@redhat.com>
6853
6854 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
6855 list psymtabs'.
6856
fb8f8949
AC
68572003-04-08 Andrew Cagney <cagney@redhat.com>
6858
6859 * gdbint.texinfo (Target Architecture Definition): Delete
6860 references to EXTRA_FRAME_INFO.
6861
32fb0f22
AC
68622003-04-08 Andrew Cagney <cagney@redhat.com>
6863
6864 * gdbint.texinfo (Target Architecture Definition): Delete
6865 PRINT_TYPELESS_INTEGER.
6866
6be67e67
JB
68672003-04-02 J. Brobecker <brobecker@gnat.com>
6868
6869 * observer.texi (GDB Observers): Adjust the documentation for the
6870 normal_stop notification to better describe reality. Fix a couple
6871 of minor typos.
6872
4e35d5f0
BR
68732003-04-02 Bob Rossi <bob_rossi@cox.net>
6874
a9331b3f 6875 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
6876 '-file-list-exec-source-file'
6877
e8a8712a
AC
68782003-03-31 Andrew Cagney <cagney@redhat.com>
6879
6880 * gdbint.texinfo (Target Architecture Definition): Delete
6881 references to CALL_DUMMY_P.
6882
6c0e89ed
AC
68832003-03-30 Andrew Cagney <cagney@redhat.com>
6884
6885 * gdbint.texinfo (Target Architecture Definition): Remove
6886 reference to TARGET_WRITE_SP.
a9331b3f 6887
378bfd1b
AC
68882003-03-27 Andrew Cagney <cagney@redhat.com>
6889
6890 * gdbint.texinfo (Target Architecture Definition): Remove
6891 references to write_sp.
6c0e89ed 6892
922fbb7b
AC
68932003-03-27 Andrew Cagney <cagney@redhat.com>
6894
6895 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
6896 chapter body. Use @smallexample instead of @example.
6897 (Annotations): Ditto.
6898 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
6899 annotate.texi.
6900
b81774d8
AC
69012003-03-26 Andrew Cagney <cagney@redhat.com>
6902
6903 * gdbint.texinfo (Target Architecture Definition): Replace
6904 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
6905 dummy_addr parameters.
6906
1bf6d5cc
AC
69072003-03-25 Andrew Cagney <cagney@redhat.com>
6908
6909 * gdbint.texinfo (Target Architecture Definition): Delete
6910 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
6911 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
6912 Add reference to PUSH_ARGUMENTS.
6913
618ce49f
AC
69142003-03-23 Andrew Cagney <cagney@redhat.com>
6915
6916 * gdbint.texinfo (Algorithms, Target Architecture Definition):
6917 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
6918
bcd7e15f
JB
69192003-03-18 J. Brobecker <brobecker@gnat.com>
6920
6921 * gdbint.texinfo (Algorithms): Add new section describing the
6922 Observer paradigm.
6923 (Top): Add menu entry to new observer appendix.
6924 * observer.texi: New file.
6925 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
6926 new observer.texi file.
6927
9fe8321b
AC
69282003-03-17 Andrew Cagney <cagney@redhat.com>
6929
6930 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
6931 that GNU Press update the manual version number.
6932
ac2adee5
AC
69332003-03-12 Andrew Cagney <cagney@redhat.com>
6934
6935 * gdbint.texinfo (Target Architecture Definition): Delete
6936 references to get_saved_register. Rename GET_SAVED_REGISTER to
6937 DEPRECATED_GET_SAVED_REGISTER.
6938
749b82f6
AC
69392003-03-13 Andrew Cagney <cagney@redhat.com>
6940
6941 * gdbint.texinfo (Target Architecture Definition): Replace
6942 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
6943
8bedc050
AC
69442003-03-12 Andrew Cagney <cagney@redhat.com>
6945
6946 * gdbint.texinfo (Target Architecture Definition): Rename
6947 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 6948
0ce1b118
CV
69492003-03-10 Corinna Vinschen <vinschen@redhat.com>
6950
6951 * gdb.texinfo: Add File-I/O documentation.
6952
12cc2063
AC
69532003-03-10 Andrew Cagney <cagney@redhat.com>
6954
6955 * gdbint.texinfo (Target Architecture Definition): Cross reference
6956 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
6957
7453dc06
AC
69582003-03-07 Andrew Cagney <cagney@redhat.com>
6959
6960 * gdb.texinfo (Debugging Output): Mention the "set/show debug
6961 frame" command.
6962
6314f104
AC
69632003-03-05 Andrew Cagney <cagney@redhat.com>
6964
6965 * gdbint.texinfo (Target Architecture Definition): Document
6966 unwind_dummy_id. Cross reference unwind_dummy_id and
6967 SAVE_DUMMY_FRAME_TOS.
6968
f1212245
DJ
69692003-03-05 James Ingham <jingham@apple.com>
6970 Daniel Jacobowitz <drow@mvista.com>
6971
6972 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
6973 and "show cp-abi".
6974
77e7e267
AC
69752003-03-03 Andrew Cagney <cagney@redhat.com>
6976
6977 * gdbint.texinfo (Target Architecture Definition): Document
6978 register_type.
6979
838a8221
AC
69802003-03-03 Andrew Cagney <cagney@redhat.com>
6981
6982 * stabs.texinfo (Structures): Use @samp and separate @var's
6983 instead of a single @var containing a comma separated list.
6984 (Unions): Ditto.
6985
d7f4a264
DJ
69862003-03-02 Daniel Jacobowitz <drow@mvista.com>
6987
6988 * Makefile.in (distclean): Remove config.log.
6989
f30ee0bc
AC
69902003-03-01 Andrew Cagney <cagney@redhat.com>
6991
6992 * gdbint.texinfo (Target Architecture Definition): Rename
6993 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
6994
69952003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
6996
6997 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
6998 DEPRECATED_INIT_EXTRA_FRAME_INFO.
6999
be448670
CF
70002003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
7001
7002 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
7003 (Non-debug DLL symbols): New node, describing the minimal symbols
7004 loaded from DLLs without real debugging symbols.
7005
501eef12
AC
70062003-02-20 Andrew Cagney <ac131313@redhat.com>
7007
7008 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
7009 hardware-breakpoint-limit".
7010 (Set Watchpoints): Add cross reference to "set remote
7011 hardware-watchpoint-limit".
7012 (Remote configuration options): New section.
7013
21c294e6
AC
70142003-02-04 Andrew Cagney <ac131313@redhat.com>
7015
e9be73e4
AC
7016 * gdbint.texinfo (Target Architecture Definition): Delete
7017 descrption of IS_TRAPPED_INTERNALVAR.
7018
21c294e6
AC
7019 From Keith Seitz <keiths@redhat.com>:
7020 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
7021 option "-i"/"--interpreter" to this chapter. Include index
7022 entries.
7023
0179ffac
DC
70242003-02-04 David Carlton <carlton@math.stanford.edu>
7025
7026 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
7027 (Variables): Recommend stabs+ and DWARF 2.
7028 (C plus plus expressions): Correct info about
7029 compiler versions, debug formats.
7030 (Contributors): Change 'DWARF2' to 'DWARF 2'.
7031 PR symtab/874.
7032
7ca9f392
AC
70332003-02-01 Andrew Cagney <ac131313@redhat.com>
7034
7035 * gdbint.texinfo (Target Architecture Definition): Delete
7036 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
7037 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
7038 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
7039 references to nindy and i960.
7040 * gdb.texinfo (i960): Delete all references to i960 and nindy.
7041
31a85ea2
AC
70422003-02-01 Andrew Cagney <ac131313@redhat.com>
7043
7044 * gdbint.texinfo (Target Architecture Definition): Delete
7045 FLOAT_INFO.
7046
6b894e49
AC
70472003-01-30 Andrew Cagney <ac131313@redhat.com>
7048
7049 * stabs.texinfo (Member Type Descriptor): Clarify description of
7050 `@'. Suggested by Ben Hutchings.
7051
c48861fb
AC
70522003-01-29 Andrew Cagney <ac131313@redhat.com>
7053
7054 * gdb.texinfo (M68K): Delete reference to es1800.
7055
617073a9
AC
70562003-01-29 Andrew Cagney <ac131313@redhat.com>
7057
7058 * gdb.texinfo (Maintenance Commands): Document `maint print
7059 reggroups' and `maint print register-groups'.
7060 * gdbint.texinfo (Target Architecture Definition): Document
7061 register_reggroup_p.
7062
5b5d99cf
JB
70632003-01-23 Jim Blandy <jimb@redhat.com>
7064
7065 * gdb.texinfo (Separate Debug Files): New section.
7066
e7ba9c65
DJ
70672003-01-22 Daniel Jacobowitz <drow@mvista.com>
7068
7069 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
7070 and "maint show profile".
7071
94e91d6d
MC
70722003-01-16 Michael Chastain <mec@shout.net>
7073
7074 * gdb.texinfo (Installing GDB): Warn against
7075 ".../gdb-VERSION/gdb/configure".
7076 (Separate Objdir): Likewise.
7077
867f3898
AC
70782003-01-15 Andrew Cagney <ac131313@redhat.com>
7079
7080 * gdbint.texinfo (Target Architecture Definition): Delete
7081 definition of PRINT_REGISTER_HOOK.
7082
f153cc92
EZ
70832003-01-15 Elena Zannoni <ezannoni@redhat.com>
7084
7085 (OpenRISC 1000): Fix formatting of command names.
7086
c60eb6f1
EZ
70872003-01-15 Elena Zannoni <ezannoni@redhat.com>
7088
7089 * gdb.texinfo (Continuing and Stepping): Add new command
7090 'advance'. Clarify behavior of 'until'.
7091
f5ebfba0
DJ
70922003-01-13 Daniel Jacobowitz <drow@mvista.com>
7093
7094 * gdb.texinfo (Files): Document solib-absolute-prefix and
7095 solib-search-path.
7096
4ce8657e
MC
70972003-01-09 Michael Chastain <mec@shout.net>
7098
7099 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
7100 (Create a Release): Add new instructions for new @file{src-release}.
7101 Document existing instructions for @file{Makefile.in} as
7102 being for @value{GDBN} 5.3.1 or earlier.
7103
372613e3
AC
71042003-01-09 Andrew Cagney <ac131313@redhat.com>
7105
7106 * gdbint.texinfo (Target Architecture Definition): Mention
7107 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
7108 allocate memory.
7109
b4e9345d
DJ
71102003-01-04 Daniel Jacobowitz <drow@mvista.com>
7111
7112 * gdb.texinfo (Controlling GDB): Add @kindex for
7113 "show osabi".
7114 (Backtraces): Add @kindex's for backtrace-below-main.
7115
98b45e30
DJ
71162003-01-04 Daniel Jacobowitz <drow@mvista.com>
7117
7118 * gdb.texinfo (Controlling GDB): Document "set osabi".
7119
95f90d25
DJ
71202003-01-04 Daniel Jacobowitz <drow@mvista.com>
7121
7122 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
7123 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
7124
1e698235
DJ
71252003-01-04 Daniel Jacobowitz <drow@mvista.com>
7126
7127 * gdb.texinfo (Controlling GDB): Add ABI section. Document
7128 "set coerce-float-to-double".
7129 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
7130
e632838e
AC
71312003-01-02 Andrew Cagney <ac131313@redhat.com>
7132
7133 * stabs.texinfo: Remove obsolete text.
7134 * gdbint.texinfo: Ditto.
7135 * gdb.texinfo: Ditto.
7136
c133ab7a
MK
71372002-12-22 Mark Kettenis <kettenis@gnu.org>
7138
7139 * gdbint.texinfo (Target Architecture Definition): Update
7140 description of gdbarch_register_osabi.
7141
f821f325
KH
71422002-12-20 Kazu Hirata <kazu@cs.umass.edu>
7143
7144 * agentexpr.texi: Fix typos.
7145 * annotate.texi: Likewise.
7146 * fdl.texi: Likewise.
7147
85a6d8d3 71482002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
7149
7150 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
7151 DEPRECATED_INIT_FRAME_PC.
7152
ae45cd16
AC
71532002-12-01 Andrew Cagney <ac131313@redhat.com>
7154
7155 * gdbint.texinfo (Target Architecture Definition): Delete
7156 PC_IN_CALL_DUMMY.
7157
07555a72
AC
71582002-11-28 Andrew Cagney <ac131313@redhat.com>
7159
7160 * gdbint.texinfo (Host Definition): Delete documentation on
7161 USE_GENERIC_DUMMY_FRAMES.
7162
c166cdc7
EZ
71632002-11-26 Elena Zannoni <ezannoni@redhat.com>
7164
5ae4183a 7165 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
7166 * Makefile.in (install-info): Run the install-info command as part
7167 of the post install steps only.
7168 (uninstall-info): New target.
7169 (uninstall): New target.
7170
35db0260
EZ
71712002-11-22 Elena Zannoni <ezannoni@redhat.com>
7172
7173 * Makefile.in (install): Make install do some real work.
7174
9ba8d803
AC
71752002-11-19 Andrew Cagney <ac131313@redhat.com>
7176
7177 Fix POSIX problem reported by Paul Eggert.
7178 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
7179 Fix PR gdb/527.
7180
903ad3a6
AC
71812002-10-26 Andrew Cagney <cagney@redhat.com>
7182
7183 * gdbint.texinfo (Target Architecture Definition): Delete
7184 definition of DO_REGISTERS_INFO.
7185
f2abfe65
KB
71862002-10-18 Kevin Buettner <kevinb@redhat.com>
7187
7188 * gdbint.texinfo (Address Classes): Fix problems with insertion
7189 of ``{'' and ``}'' in example.
7190
b5b0480a
KB
71912002-10-17 Kevin Buettner <kevinb@redhat.com>
7192
7193 * gdbint.texinfo (Address Classes): New section.
7194 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
7195 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
7196 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
7197 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
7198
c85508ee
KD
71992002-10-11 Klee Dienes <kdienes@apple.com>
7200
7201 * gdb.texinfo (Registers): Mention vector registers as well as
7202 floating registers in the documentation for 'info registers' and
7203 'info all-registers'.
7204
6d12fc3d
DJ
72052002-10-11 Daniel Jacobowitz <drow@mvista.com>
7206
7207 * gdbint.texinfo (CPLUS_MARKER): Remove item.
7208
8d19fbd2
JJ
72092002-10-03 Jeff Johnston <jjohnstn@redhat.com>
7210
7211 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
7212 interface definition.
7213
a37295f9
MM
72142002-10-03 Marko Mlinar <markom@opencores.org>
7215
7216 * gdb.texinfo (Target Commands): Add or1k target specific
7217 commands.
7218 * gdb.texinfo (Contributors): Add myself to the contributors list.
7219
da0f9dcd
AC
72202002-10-01 Andrew Cagney <ac131313@redhat.com>
7221
7222 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
7223 and "mi1" instead of "mi1" and "mi0".
7224
2e834e49
HPN
72252002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
7226
7227 * gdb.texinfo (Packets): Fix typos "alligned".
7228 Correct z3/Z3 description. Correct z4/Z4 title.
7229
050be0dc
AC
72302002-09-27 Andrew Cagney <ac131313@redhat.com>
7231
7232 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
7233
1104b9e7
KB
72342002-09-25 Kevin Buettner <kevinb@redhat.com>
7235
7236 * gdb.texinfo: Use GNU/Linux instead of Linux.
7237
512217c7
AC
72382002-09-25 Andrew Cagney <ac131313@redhat.com>
7239
7240 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
7241
10998722
AC
72422002-09-24 Andrew Cagney <ac131313@redhat.com>
7243
512217c7 7244 * gdb.texinfo: Replace @example with @smallexample.
10998722 7245
a0eb71c5
KB
72462002-09-20 Kevin Buettner <kevinb@redhat.com>
7247
f7dc1244 7248 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
7249 * gdb.texinfo (Character Sets): Use @smallexample instead of
7250 @example. Use GNU/Linux instead of Linux.
7251
72522002-09-20 Jim Blandy <jimb@redhat.com>
7253
7254 * gdb.texinfo: Add character set documentation.
7255
2f870471
AC
72562002-09-19 Andrew Cagney <ac131313@redhat.com>
7257
7258 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
7259 (Packets): Add cross reference from `b' packet to `z' packets.
7260
790eb8f5
AC
72612002-09-19 Andrew Cagney <ac131313@redhat.com>
7262
8d30a00d
AC
7263 * gdb.texinfo (Maintenance Commands): Document ``maint
7264 internal-error'' and ``maint internal-warning''.
7265
790eb8f5
AC
7266 * gdbint.texinfo (Target Architecture Definition): Revise
7267 description of STACK_ALIGN. Add description of FRAME_ALIGN.
7268
a23a7bf1
JB
72692002-09-19 Joel Brobecker <brobecker@gnat.com>
7270
7271 * gdbint.texinfo (Target Conditionals): Document the new
7272 NAME_OF_MALLOC macro.
7273
299ffc64
AC
72742002-09-05 Andrew Cagney <ac131313@redhat.com>
7275
7276 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
7277 engineer.
7278
b7bb15bc
SC
72792002-09-02 Stephane Carrez <stcarrez@nerim.fr>
7280
7281 * gdb.texinfo (TUI Overview): Document status line fields.
7282
3d757584
SC
72832002-09-02 Stephane Carrez <stcarrez@nerim.fr>
7284
7285 * gdb.texinfo (TUI Commands): Document info win command.
7286
269c21fe
SC
72872002-09-01 Stephane Carrez <stcarrez@nerim.fr>
7288
7289 * gdb.texinfo (TUI Overview): Document breakpoint markers.
7290
7cf36c78
SC
72912002-09-01 Stephane Carrez <stcarrez@nerim.fr>
7292
7293 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
7294 (TUI Keys): Likewise.
7295
d2c6833e
AC
72962002-08-25 Andrew Cagney <ac131313@redhat.com>
7297
7298 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
7299 for a packet receive.
7300
46d8b1c3
AC
73012002-08-25 Andrew Cagney <ac131313@redhat.com>
7302
7303 * Makefile.in (clean): Move to end of file.
7304 (distclean, maintainer-clean, realclean): Ditto.
7305 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
7306 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
7307 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
7308 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
7309
b0787093
AC
73102002-08-24 Andrew Cagney <ac131313@redhat.com>
7311
7312 * Makefile.in (GDBINT_TEX_TMPS): Define.
7313 (gdbint.dvi, gdbint.pdf): Use
7314 (GDB_TEX_TMPS): Define.
7315 (gdb.dvi, gdb.pdf): Use.
7316 (STABS_TEX_TMPS): Define.
7317 (stabs.dvi, stabs.pdf): Use.
7318 (GDB_DOC_SOURCE_INCLUDES): New macros.
7319 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
7320 (GDBINT_DOC_FILES_INCLUDES): New macros.
7321 (GDBINT_DOC_BUILD_INCLUDES): New macros.
7322 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
7323 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
7324 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
7325 (links2roff): Replace SFILES_INCLUDED with
7326 GDB_DOC_SOURCE_INCLUDES.
7327 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
7328 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
7329 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
7330 dependencies.
7331 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
7332 dependencies.
7333 (gdbmi.texinfo): Delete rule.
7334 (inc-hist.texinfo): Delete rule.
7335 (rluser.texinfo): Delete rule.
7336
ebba8386
AC
73372002-08-23 Andrew Cagney <cagney@redhat.com>
7338
7339 * gdbint.texinfo (Target Architecture Definition): Update
7340 STORE_RETURN_VALUE, mention regcache.
7341
0ab7a791
AC
73422002-08-21 Andrew Cagney <ac131313@redhat.com>
7343
7344 * gdbint.texinfo (Target Architecture Definition): Document
7345 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
7346
ee2d5c50
AC
73472002-08-19 Andrew Cagney <ac131313@redhat.com>
7348
7349 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
7350 Fix minor typos. Add index entries.
7351
53c69bd7
AC
73522002-08-18 Andrew Cagney <ac131313@redhat.com>
7353
7354 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
7355
e76f1f2e
AC
73562002-08-15 Andrew Cagney <ac131313@redhat.com>
7357
7358 * gdbint.texinfo (Target Architecture Definition): Document
7359 PRINT_VECTOR_INFO.
7360 * gdb.texinfo (Vector Unit): Document "info vectors" command.
7361
0680b120
AC
73622002-08-13 Andrew Cagney <ac131313@redhat.com>
7363
7364 * gdb.texinfo (Maintenance Commands): Document "maint print
7365 registers", "maint print raw-registers" and "maint print
7366 cooked-registers".
7367
3c3bea1c
GS
73682002-08-08 Grace Sainsbury <graces@redhat.com>
7369
a9331b3f 7370 From Mark Salter:
3c3bea1c
GS
7371 * gdb.texinfo (Protocol): Document T packet extension to
7372 allow watchpoint address reporting.
7373
42f9b0a5
AC
73742002-08-03 Andrew Cagney <ac131313@redhat.com>
7375
7376 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
7377
db034ac5
AC
73782002-08-01 Andrew Cagney <cagney@redhat.com>
7379
7380 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
7381 to CHILL.
7382
e2b28d04
AC
73832002-08-01 Andrew Cagney <ac131313@redhat.com>
7384
7385 * gdbint.texinfo (Coding): Revise section "Include Files".
7386
7fb623f7
AC
73872002-07-24 Andrew Cagney <cagney@redhat.com>
7388
7389 * gdbint.texinfo: Obsolete references to m88k.
7390 * gdb.texinfo: Ditto.
7391
4a2b4636
JB
73922002-07-10 Joel Brobecker <brobecker@gnat.com>
7393
7fb623f7 7394 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
7395 where the proper version of autoconf can be retrieved.
7396
a71ec265
DH
73972002-07-09 Don Howard <dhoward@redhat.com>
7398
7399 * gdb.texinfo (Command Files): Further describe the behavior of
7400 sourced command files.
7401
b9aa90c9
AC
74022002-06-27 Andrew Cagney <ac131313@redhat.com>
7403
7404 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
7405 (Coding): Clarify ISO C version that GDB assumes.
7406
40dd2248
TT
74072002-06-26 Tom Tromey <tromey@redhat.com>
7408
7409 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
7410 add_setshow_cmd_full.
7411
bfac230e
DH
74122002-06-25 Don Howard <dhoward@redhat.com>
7413
7414 * gdb.texinfo (Memory Region Attributes): Document new behavior
7415 for 'mem' command.
7416
475b0867
JB
74172002-06-11 Jim Blandy <jimb@redhat.com>
7418
919d772c
JB
7419 * gdb.texinfo (Symbols): Update documentation for `info source'
7420 command.
7421
475b0867
JB
7422 * gdb.texinfo (Macros): Call the command `info macro', not
7423 `show macro'.
7424
ba8c9337
AC
74252002-06-09 Andrew Cagney <ac131313@redhat.com>
7426
7427 * gdbint.texinfo (Coding): Add section ``Per-architecture module
7428 data''.
7429
1029b7fa
MK
74302002-06-09 Mark Kettenis <kettenis@gnu.org>
7431
7432 * gdbint.texinfo (Target Architecture Definition): Document
7433 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
7434
16737d73
AC
74352002-06-08 Andrew Cagney <ac131313@redhat.com>
7436
7437 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
7438 lists.
7439
30107679
AC
74402002-06-08 Andrew Cagney <ac131313@redhat.com>
7441
7442 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
7443 Branch''.
7444
3352e23e
AC
74452002-06-01 Andrew Cagney <ac131313@redhat.com>
7446
7447 * gdbint.texinfo (Target Architecture Definition): Add section
7448 ``Converting an existing Target Architecture to Multi-arch''.
7449
cbb09e6a
AC
74502002-05-30 Andrew Cagney <ac131313@redhat.com>
7451
7452 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
7453 to ``Obsoleting code''. Revise.
7454
e2e0bcd1
JB
74552002-05-17 Jim Blandy <jimb@redhat.com>
7456
7457 * gdb.texinfo (C Preprocessor Macros): New chapter.
7458 Include it in the main menu.
7459 (Contributors): Credit Jim Blandy with macro support.
7460 (Compilation): Explain how to get macro information into the
7461 executable.
7462 (Expressions): Note that preprocessor macros are expanded.
7463
9db8d71f
DJ
74642002-05-14 Daniel Jacobowitz <drow@mvista.com>
7465
7466 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
7467 options for `target remote'.
7468
6d531722
AC
74692002-05-13 Andrew Cagney <ac131313@redhat.com>
7470
7471 * gdbint.texinfo (Target Architecture Definition): Delete
7472 documentation on NNPC_REGNUM.
7473
13d01224
AC
74742002-05-11 Andrew Cagney <ac131313@redhat.com>
7475
7476 * gdbint.texinfo (Target Architecture Definition): Document
7477 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
7478 (Target Architecture Definition): Revise section `Using Different
7479 Register and Memory Data Representations'. Add section `Raw and
7480 Virtual Register Representations'.
7481
b2e75d78
AC
74822002-05-11 Andrew Cagney <ac131313@redhat.com>
7483
7484 * gdbint.texinfo (Target Architecture Definition): Mention
7485 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
7486 (Target Architecture Definition): Mention same. Add references to
7487 web pages.
7488
2c8682ee
MS
74892002-05-08 Michael Snyder <msnyder@redhat.com>
7490
7491 * stabs.texinfo (Attributes): Document new "vector" attribute.
7492
0816590b
AC
74932002-05-04 Andrew Cagney <ac131313@redhat.com>
7494
7495 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
7496
2653173e
AC
74972002-05-04 Andrew Cagney <ac131313@redhat.com>
7498
7499 * gdb.texinfo: Delete obsolete references to a29k.
7500
d7bd68ca
AC
75012002-04-24 Andrew Cagney <ac131313@redhat.com>
7502
7503 * gdbint.texinfo (Target Architecture Definition): Replace
7504 IN_SIGTRAMP with PC_IN_SIGTRAMP.
7505
21d83aa5
DM
75062002-04-24 David S. Miller <davem@redhat.com>
7507
7508 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
7509
7673a6cc
DM
75102002-04-21 David S. Miller <davem@redhat.com>
7511
7512 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
7513
d49d1e0a
AC
75142002-04-21 Andrew Cagney <ac131313@redhat.com>
7515
7516 * gdbint.texinfo (Target Architecture Definition): Delete
7517 definition of HAVE_REGISTER_WINDOWS.
7518
f7dc1244 75192002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
7520
7521 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
7522 "Theodore A. Roth" <troth@verinet.com>.
7523
5ca0cb28
DH
75242002-04-15 Don Howard <dhoward@redhat.com>
7525
f7dc1244 7526 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 7527 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 7528 Provide a better explaination of this feature.
5ca0cb28 7529
f208ba17
AC
75302002-04-14 Andrew Cagney <ac131313@redhat.com>
7531
7532 * gdbint.texinfo (Target Architecture Definition): Remove
7533 FRAME_CHAIN_COMBINE.
7534
d5ba91de
MC
75352002-04-12 Michael Chastain <mec@shout.net>
7536
7537 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
7538 REG_STACK_SEGMENT.
7539
26818220
MC
75402002-04-09 Michael Chastain <mec@shout.net>
7541
7542 * gdbint.texinfo (Obsolete Conditionals): Remove references to
7543 PYRAMID_* macros.
7544
129188f6
AC
75452002-04-07 Andrew Cagney <ac131313@redhat.com>
7546
7547 * gdb.texinfo (Bug Reporting): Document that the web is the
7548 prefered way of submitting bug reports.
7549 (Bug Reporting): Delete the s-mail address as the last resort.
7550
8227c0ff
AC
75512002-04-05 Andrew Cagney <ac131313@redhat.com>
7552
7553 * gdbint.texinfo (Target Architecture Definition): Delete
7554 references to TARGET_WRITE_FP and write_fp.
7555
16d9dec6
MS
75562002-03-27 Michael Snyder <msnyder@redhat.com>
7557
7558 * gdb.texinfo: Document new commands dump, append, and restore.
7559
9ae8b82c
AC
75602002-03-27 Andrew Cagney <ac131313@redhat.com>
7561
7562 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
7563 Branch'.
7564
474c8240
AC
75652002-03-18 Andrew Cagney <ac131313@redhat.com>
7566
7567 * gdb.texinfo: Change all examples to @smallexample.
7568 * gdbint.texinfo: Ditto.
a9331b3f 7569
fb0ff88f
AC
75702002-03-18 Andrew Cagney <ac131313@redhat.com>
7571
7572 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
7573 Branches''.
7574
9bb0a4d8
AC
75752002-03-18 Andrew Cagney <ac131313@redhat.com>
7576
7577 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
7578 Policy''.
7579
937f164b
FF
75802002-03-04 Fred Fish <fnf@redhat.com>
7581
7582 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
7583 expresson, suports, dependant, trhe, perhaphs, situtations,
7584 explictily, taged, oportunity, unfortunatly).
7585
a7b40f07
AC
75862002-02-24 Andrew Cagney <ac131313@redhat.com>
7587
7588 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
7589 Remove reference to 3.12.
7590
aab4e0ec
AC
75912002-02-23 Andrew Cagney <ac131313@redhat.com>
7592
7593 * gdbint.texinfo: Include fdl.texi.
7594 (Top): Add GNU Free Documentation License.
7595 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
7596 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
7597 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
7598 (gdbint.info): Add srcdir to include path.
7599 * gdb.texinfo: Include gpl.texi.
7600 (Top): Add Copying.
7601 * gpl.texi: New file.
7602
47b95330
AC
76032002-02-23 Andrew Cagney <ac131313@redhat.com>
7604
7605 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
7606
78c47bea
PM
76072002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
7608
7609 * gdb.texinfo: Document Cygwin native specific commands.
7610
56460a61
DJ
76112002-02-15 Daniel Jacobowitz <drow@mvista.com>
7612
7613 * gdb.texinfo: Document gdbserver ``--attach'' command.
7614
def71bfa
MS
76152002-02-07 Michael Snyder <msnyder@redhat.com>
7616
7617 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
7618 to @code(_ovly_debug_event).
7619
c928edc0
AC
76202002-02-07 Andrew Cagney <ac131313@redhat.com>
7621
7622 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
7623
81d46470
MS
76242002-02-06 Michael Snyder <msnyder@redhat.com>
7625
7626 * gdb.texinfo (overlays): Mention new magic symbol
7627 '_ovly_debug_event', which allows GDB to keep better track
7628 of overlays.
7629
f7dc1244 76302002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
7631
7632 * gdb.texinfo (Memory Region Attributes): Fix the wording.
7633 Suggested by Dmitry Sivachenko.
7634
7635 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
7636
15110bc3
MS
76372002-02-01 Michael Snyder <msnyder@redhat.com>
7638
7639 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
7640
6763aef9
MS
76412002-01-30 Michael Snyder <msnyder@redhat.com>
7642
ac282366
MS
7643 * gdb.texinfo: (remote protocol): Gramatical fix-up.
7644 (set trust-readonly-sections): Document.
6763aef9 7645
8642bc8f
AC
76462002-01-29 Andrew Cagney <ac131313@redhat.com>
7647
7648 * gdbint.texinfo (Releasing GDB): Revise and update.
7649
afe64c1a
AC
76502002-01-28 Andrew Cagney <ac131313@redhat.com>
7651
7652 * gdbint.texinfo (Target Architecture Definition): Delete
7653 description of TARGET_BYTE_ORDER_DEFAULT.
7654
f7dc1244 76552002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
7656
7657 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
7658 <mitya@cavia.pp.ru>.
7659
3d6e1b5a
AC
76602002-01-23 Andrew Cagney <ac131313@redhat.com>
7661
7662 * libgdb.texinfo: Delete file.
7663
6c0e9fb3
AC
76642002-01-22 Andrew Cagney <ac131313@redhat.com>
7665
7666 * gdb.texinfo: Remove makeinfo 3.12 hacks.
7667 * gdbint.texinfo: Ditto.
7668
e0ce93ac
AC
7669Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
7670
7671 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
7672
be298bcc
AC
76732002-01-22 Andrew Cagney <ac131313@redhat.com>
7674
7675 * Makefile.in: Update copyright.
7676 (TEXI2DVI): Define.
7677 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
7678 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
7679 gdb-cfg.texi.
7680 (TEXINDEX, PDFTEX): Delete makefile variables.
7681
8e04817f
AC
76822002-01-22 Andrew Cagney <ac131313@redhat.com>
7683
7684 * gdb.texinfo (Protocol): Move section to appendix.
7685
6b2f586d
AC
76862002-01-21 Andrew Cagney <ac131313@redhat.com>
7687
7688 * gdb.texinfo (Remote Debugging): Create a menu.
7689 (Top): Add ``Remote Debugging'' to menu.
7690
6f05cf9f
AC
76912002-01-21 Andrew Cagney <ac131313@redhat.com>
7692
7693 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
7694 serial protocol'' from here.
7695 (Remote Debugging): To here. New chapter.
7696
3fd3d7d2
AC
76972002-01-20 Andrew Cagney <ac131313@redhat.com>
7698
7699 * gdbint.texinfo (Target Architecture Definition): Delete
7700 description of TARGET_BYTE_ORDER_SELECTABLE_P.
7701
7fd60527
AC
77022002-01-20 Andrew Cagney <ac131313@redhat.com>
7703
7704 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
7705 are no longer needed.
7706 (Porting GDB): Add maintainer note about configure.host.
7707
c2f05ac9
AC
77082002-01-20 Andrew Cagney <ac131313@redhat.com>
7709
7710 * gdbint.texinfo (Target Architecture Definition): Remove
7711 definition of IEEE_FLOAT.
7712
f7dc1244 77132002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
7714
7715 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
7716 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
7717 <3diff@gnu.org>
231b2aad 7718
82600034
AC
77192002-01-19 Andrew Cagney <ac131313@redhat.com>
7720
7721 * gdbint.texinfo (Host Definition): Remove references to
7722 MALLOC_INCOMPATIBLE.
7723
7708fa01
AC
77242002-01-17 Andrew Cagney <ac131313@redhat.com>
7725
7726 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
7727 and xyz-xdep.o.
7728
eb12ee30
AC
77292002-01-17 Andrew Cagney <ac131313@redhat.com>
7730
889bf7c5 7731 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
7732 (Set Breaks): Copy ``maint info breakpoint'' doco to
7733 ``Maintenance Commands'' appendix. Add reference.
7734
c9ccaa92
AC
77352002-01-17 Andrew Cagney <ac131313@redhat.com>
7736
7737 * fdl.texi: Remove next/prev from @node.
7738
f7dc1244 77392002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
7740
7741 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
7742 for monstrous @multitable (from Brian Youmans).
7743
7744 * fdl.texi: New file.
7745
7746 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
7747
8973da3a
AC
77482002-01-15 Andrew Cagney <ac131313@redhat.com>
7749
7750 * gdbint.texinfo (Releasing GDB): New chapter.
7751
7d86b5d5
AC
77522002-01-14 Andrew Cagney <ac131313@redhat.com>
7753
7754 * gdb.texinfo (Embedded Processors, Calling program functions):
7755 Obsolete references to a29k.
7756
cc1cb004
AC
77572002-01-13 Andrew Cagney <ac131313@redhat.com>
7758
7759 * gdbint.texinfo (Coding): Review Cleanups section. Examples
7760 examples. Document that a code-block should do or discard its
7761 cleanups before exit.
7762
79f12247
MS
77632002-01-11 Michael Snyder <msnyder@redhat.com>
7764
7765 * gdb.texinfo (Choosing files): Change @samp to @file.
7766
19837790
MS
77672002-01-05 Michael Snyder <msnyder@redhat.com>
7768
7769 * gdb.texinfo (--pid): Document new command line option (attach).
7770
f7dc1244 77712002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
7772
7773 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
7774 in the stub.
7775
d7449b42
AC
77762002-01-04 Andrew Cagney <ac131313@redhat.com>
7777
7778 * gdbint.texinfo (Target Architecture Definition): Replace
7779 BIG_ENDIAN with BFD_ENDIAN_BIG.
7780
f23631e4
AC
77812002-01-03 Andrew Cagney <ac131313@redhat.com>
7782
7783 * gdbint.texinfo (Target Architecture Definition): Replace
7784 value_ptr with struct value pointer.
7785
72c9928d
EZ
77862002-01-02 Eli Zaretskii <eliz@gnu.org>
7787
7788 * gdb.texinfo (Free Software): Fix wording.
7789
959acfd1
EZ
77902001-12-31 Eli Zaretskii <eliz@gnu.org>
7791
7792 * gdb.texinfo (Free Software): New section ``Free Software Needs
7793 Free Documentation''.
7794
f7dc1244 77952001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
7796
7797 * stabs.texinfo:
7798 * gdb.texinfo:
7799 * gdbint.texinfo:
7800 * libgdb.texinfo:
7801 * annotate.texi: Fix the application of GFDL in the Copyright notice.
7802
6600abed
MS
78032001-12-29 Michael Snyder <msnyder@redhat.com>
7804
7805 * gdb.texinfo (maint info sections): Fix typo.
7806
f6680716
MS
78072001-12-26 Michael Snyder <msnyder@redhat.com>
7808
fe95c787
MS
7809 * gdb.texinfo (maint info sections): Document.
7810
a9331b3f 7811 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
7812 'info proc' sub-options that are currently not implemented.
7813
c3d3ce5b
JB
78142001-12-20 Jim Blandy <jimb@redhat.com>
7815
7816 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
7817
778eb05e
AC
78182001-12-15 Andrew Cagney <ac131313@redhat.com>
7819
7820 * gdbint.texinfo (Target Architecture Definition): Replace
7821 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
7822
2607059c
AC
78232001-12-01 Andrew Cagney <ac131313@redhat.com>
7824
7825 * gdbint.texinfo (Host Definition): Delete documentation on
7826 HOST_BYTE_ORDER.
7827
df0cd8c5
JB
78282001-11-30 Jim Blandy <jimb@redhat.com>
7829
7830 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 7831 overlay support. Add to top-level menu.
df0cd8c5 7832
88118b3a
TT
78332001-11-26 Tom Tromey <tromey@redhat.com>
7834
7835 * gdb.texinfo (Command Syntax): Document C-o binding.
7836
96565e91
CF
78372001-07-26 Christopher Faylor <cgf@redhat.com>
7838
7839 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
7840 use since it is described in the referenced section.
7841
f7dc1244 7842 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
7843 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
7844 clearer when using DJGPP.
7845
2a3d5645
CF
78462001-11-24 Christopher Faylor <cgf@redhat.com>
7847
7848 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
7849 specifically refer to MS-DOS.
7850 (command files): Mention gdb.ini is only used on MS-DOS.
7851
aa26fa3a
TT
78522001-11-21 Tom Tromey <tromey@redhat.com>
7853
7854 * gdb.texinfo (Invoking GDB): Document --args.
7855 (Mode Options): Likewise.
7856
4f8ada06
JB
78572001-11-21 Jim Blandy <jimb@redhat.com>
7858
7859 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
7860 Delete documentation; this macro has been removed from the
7861 sources.
4f8ada06 7862
3fe0dc10
JB
78632001-11-13 Jim Blandy <jimb@redhat.com>
7864
7865 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
7866
9e5abb06
CV
78672001-11-06 Corinna Vinschen <vinschen@redhat.com>
7868
7869 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
7870
1c5dfdad
MS
78712001-11-05 Michael Snyder <msnyder@redhat.com>
7872
a9331b3f 7873 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
7874 quote regexp chars in function names such as "operator*()".
7875
990f9fe3
FF
78762001-11-01 Fred Fish <fnf@redhat.com>
7877
7878 * gdbint.texinfo (SOLIB_ADD): Document additional new
7879 "readsyms" arg.
7880
b433d00b
DH
78812001-10-30 Don Howard <dhoward@redhat.com>
7882
070b1dd3
DH
7883 * gdb.texinfo: (Command Files) Added documentation for the
7884 behavior of gdb with input redirected from a file.
b433d00b 7885
b7209cb4
FF
78862001-10-28 Fred Fish <fnf@redhat.com>
7887
7888 * gdb.texinfo (auto-solib-add): Change docs to match
7889 implementation change.
7890 (auto-solib-limit): Add docs for new variable.
7891
1aa20aa8
AC
78922001-10-15 Andrew Cagney <ac131313@redhat.com>
7893
7894 * gdbint.texinfo (Target Architecture Definition): Function
7895 value_as_pointer renamed to value_as_address.
7896
fc0c74b1
AC
78972001-10-15 Andrew Cagney <ac131313@redhat.com>
7898
7899 * gdbint.texinfo (Target Architecture Definition): Default
7900 POINTER_TO_ADDRESS functions assume unsigned addresses.
7901 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
7902 posting by Jim Blandy.
7903
f4846649
JB
79042001-10-12 Jim Blandy <jimb@redhat.com>
7905
7906 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
7907 version of texi2html (1.64) doesn't support this flag any more.
7908
f277788b
MK
79092001-09-08 Mark Kettenis <kettenis@gnu.org>
7910
a9dc4918
MK
7911 * gdbint.texinfo (Host Definition): Remove description of
7912 MEM_FNS_DECLARED.
7913
d28379df
MK
7914 * gdbint.texinfo (Host Definition): Remove description of R_OK.
7915
f277788b
MK
7916 * gdbint.texinfo (Host Definition): Remove description of
7917 HAVE_SIGSETMASK.
7918
7ccaa899
EZ
79192001-09-04 Elena Zannoni <ezannoni@redhat.com>
7920
7921 * gdbint.texinfo (Target Architecture Definition): Add
7922 explanation of TARGET_PRINT_INSN macro.
7923
17d9d558
JB
79242001-08-30 Jim Blandy <jimb@redhat.com>
7925
7926 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
7927 Explain what it means to load relocatable files.
7928
72cde065
JB
79292001-08-28 Jim Blandy <jimb@redhat.com>
7930
7931 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
7932 info `top' menu.
7933
9e678452
CF
7934Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
7935
7936 * gdbint.texinfo: Add a cautionary note about macro use.
7937
a2bea4c3 79382001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 7939
a2bea4c3
CV
7940 * gdb.texinfo: Explain omitting the hostname in the
7941 `target remote' command.
7942
1129bf27
DJ
79432001-07-30 Daniel Jacobowitz <drow@mvista.com>
7944
7945 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
7946 and END-INFO-DIR-ENTRY.
7947
732b3002
SC
79482001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7949
7950 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
7951
89437448
AC
79522001-07-25 Andrew Cagney <ac131313@redhat.com>
7953
7954 * gdbint.texinfo (libgdb): Rewrite.
7955
f7dc1244 79562001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
7957
7958 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
7959
c4555f82
SC
79602001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7961
7962 * gdb.texinfo (TUI): New chapter, document the TUI.
7963 (Mode Options): Document the -tui option.
7964
2f45a6e0
MK
79652001-07-23 Mark Kettenis <kettenis@gnu.org>
7966
7967 * gdbint.texinfo (Host Definition): Remove description of
7968 NEED_POSIX_SETPGID.
7969
f7dc1244 79702001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
7971
7972 * gdb.tex (DJGPP Native): New node, with descriptions of
7973 DJGPP-specific commands.
7974
be9c6c35
JM
79752001-07-19 John R. Moore <jmoore@redhat.com>
7976
7977 * gdbint.texinfo: Three misspellings.
7978
dfa249fb
AC
79792001-07-06 Andrew Cagney <ac131313@redhat.com>
7980
7981 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
7982 `test` expressions on bash. Problem reported by Colin Walters.
7983
c72e7388
AC
79842001-07-04 Andrew Cagney <ac131313@redhat.com>
7985
7986 * gdbint.texinfo (User Interface): Update ui-out documentation to
7987 refelect recent UI/MI updates.
7988
94bbb2c0
AC
79892001-07-04 Andrew Cagney <ac131313@redhat.com>
7990
7991 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
7992 interpreters.
7993
af6c57ea
AC
79942001-06-15 Andrew Cagney <ac131313@redhat.com>
7995
7996 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
7997 structure and not macros.
7998 (Host Definition): Document that much of this chapter is obsolete.
7999 (Target Architecture Definition): Update list of files that make
8000 up a target architecture.
8001 (Coding): Update.
8002
83aa8bc6
AC
80032001-06-28 Andrew Cagney <ac131313@redhat.com>
8004
8005 * gdbint.texinfo (Target Architecture Definition): Update
8006 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
8007 The latter has been changed to a true predicate.
8008
f7dc1244 80092001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
8010
8011 * annotate.texi: Add @noindent where needed. From Dmitry
8012 Sivachenko <dima@Chg.RU>.
8013 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
8014
656db9b0
AC
80152001-06-16 Andrew Cagney <ac131313@redhat.com>
8016
8017 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
8018
df2396a1
AC
80192001-06-14 Andrew Cagney <ac131313@redhat.com>
8020
8021 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
8022 returns ``OK''. Document that the ``R'' packet does not reply.
8023
0f1f2b0a
MS
80242001-06-13 Michael Snyder <msnyder@redhat.com>
8025
8026 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
8027
f7dc1244 80282001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
8029
8030 * gdb.texinfo (Signals): Clarify the default setting of signal
8031 handling.
8032
a5d7c491
AC
80332001-05-14 Andrew Cagney <ac131313@redhat.com>
8034
8035 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
8036 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
8037
05a54c4f
AC
80382001-05-12 Andrew Cagney <ac131313@redhat.com>
8039
8040 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
8041
f7dc1244 80422001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
8043
8044 * gdbint.texinfo (Clean Design and Portable Implementation):
8045 Renamed from "Clean Design".
8046 (Clean Design and Portable Implementation): Document portable
8047 methods of handling file names, and the associated macros.
8048
f7dc1244 80492001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
8050
8051 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
8052 command and provide a cross-reference to its description.
8053 (Symbols): Note that "info scope" is useful for trace experiments.
8054
f7dc1244 80552001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 8056
b37052ae
EZ
8057 * gdb.texinfo (Symbols): Document "info scope".
8058 (Tracepoints): New chapter.
8059 (Contributors): Update for v5.1.
8060 <All nodes>: Change "C++" to "C@t{++}".
8061
0ee54786
EZ
8062 * gdbint.texinfo (User Interface): A new section about ui_out
8063 functions, based on text written by Fernando Nasser.
8064
c534679c
EZ
8065 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
8066
f7dc1244 80672001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 8068
e9c75b65
EZ
8069 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
8070
8071 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
8072
8073 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
8074 Replace "GDB" with "@value{GDBN}". Fix markup.
8075
8076 * annotate.texi: Change Permissions to GFDL. Update Copyright.
8077
3d67e040
EZ
8078 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
8079 a cross-reference to its description.
8080 (Symbols): Document "info symbol".
8081
f7dc1244 80822001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
8083
8084 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
8085 subsection "x86 Watchpoints".
8086 (Target Architecture Definition): Document the macros
8087 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
8088 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
8089
b0ed3589
AC
80902001-03-20 Andrew Cagney <ac131313@redhat.com>
8091
8092 * gdbint.texinfo (Target Architecture Definition): Update
8093 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
8094 list.
8095
b6ba6518
KB
80962001-03-06 Kevin Buettner <kevinb@redhat.com>
8097
8098 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
8099 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
8100
f7dc1244 81012001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
8102
8103 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
8104
f7dc1244 81052001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 8106
17cc6a06
EZ
8107 * gdb.texinfo (Environment): Document that `path' does not change
8108 the value of PATH in GDB's own environment (it did in the past,
8109 but that was changed on March 15, 1994). Reported by Doug Evans
8110 <dje@transmeta.com>.
8111
56caf160
EZ
8112 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
8113 its line. Fix markup of commands and macros. Add an Index node
8114 and index entries.
8115
29e57380
C
81162001-01-23 J.T. Conklin <jtc@redback.com>
8117
8118 * gdb.texinfo (Memory region attributes): New manual section.
8119
1c6147de
ND
81202001-01-04 Nicholas Duffek <nsd@redhat.com>
8121
8122 * gdbint.texinfo (POP_FRAME): Document use by return_command.
8123
f7dc1244 81242000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
8125
8126 * refcard.tex: Version and copyright fixed. From Phil Edwards
8127 <pedwards@disaster.jaj.com>.
8128
0dcedd82
AC
8129Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
8130
8131 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 8132 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 8133
3b851bce
AC
8134Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
8135
8136 * gdbint.texinfo (Coding): Update current value of
889bf7c5 8137 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 8138
f7dc1244 81392000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
8140
8141 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
8142 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
8143
b90a5f51
CF
81442000-11-10 Christopher Faylor <cgf@cygnus.com>
8145
8146 * gdb.texinfo: Document new 'set step-mode' command.
8147
f7dc1244 81482000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
8149
8150 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
8151 changes from Dmitry Sivachenko <dima@Chg.RU>.
8152
f7dc1244 81532000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
8154
8155 * gdb.texinfo (Hooks): Document the new post-hook functionality.
8156 From Steven Johnson <sbjohnson@ozemail.com.au>.
8157
2e685b93
MK
81582000-08-10 Mark Kettenis <kettenis@gnu.org>
8159
8160 * gdbint.texinfo (Overall Structure): Spelling fix.
8161
f7dc1244 81622000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
8163
8164 * gdbint.texinfo (Target Architecture Definition): Document that
8165 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
8166 for which REGISTER_CONVERTIBLE returns a zero value.
8167
63ac3005
EZ
81682000-07-08 Christopher Faylor <cgf@cygnus.com>
8169
8170 * Makefile.in (install-info): Find files to install in either the
8171 build or source directories (adapted from Makefile.am).
8172
bd79f757
ND
81732000-07-07 Nicholas Duffek <nsd@redhat.com>
8174
8175 * stabs.texinfo: Fix spelling errors.
8176 (String Field): FILE-NUMBER starts from 0, not 1.
8177
f7dc1244 81782000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
8179
8180 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 8181 Brian Youmans.
5f208f6d 8182
f7dc1244 81832000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
8184
8185 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
8186 the source directory. Reported by Mark Harig
8187 <markh@frazier.landmark.com>.
cc542d3b 8188
f3b28801
C
81892000-06-20 J.T. Conklin <jtc@redback.com>
8190
8191 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
8192
449f3b6c
AC
8193Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
8194
8195 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 8196 Generate using pdftex.
449f3b6c 8197 (PDFTEX): Define.
889bf7c5 8198 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 8199 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 8200 @contents at the start.
449f3b6c 8201
f7dc1244 82022000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
8203
8204 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 8205 Youmans.
48e934c6 8206
9e9c5ae7
AC
8207Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
8208
8209 From Brian Youmans:
8210 * gdb.texinfo: Fix ``et al.''.
8211
c741b251
AC
8212Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
8213
8214 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 8215 loop.
c741b251 8216
4ab64e14
JG
82172000-05-19 Jimmy Guo <guo@cup.hp.com>
8218
8219 * configure: Regenerate.
8220
f7dc1244 82212000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
8222
8223 * Makefile.in (install-info): Run install-info on installed Info
8224 files.
8225
8c70017b
AC
8226Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
8227
a7cb598a 8228 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 8229 Andrew Cagney.
8c70017b 8230
f7dc1244 82312000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
8232
8233 * gdb.texinfo: Proofreading changes from Brian Youmans.
8234
bf0184be
ND
82352000-05-01 Nick Duffek <nsd@cygnus.com>
8236
8237 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
8238 startup sequence, minor edits.
8239
f7dc1244 82402000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
8241
8242 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
8243 TeX.
8244
8245 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
8246 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
8247 like `n' and `s' which look weird. Convert some of the @kindex to
8248 @vindex, when they refer to variables, not commands.
8249
33e16fad
AC
8250Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
8251
8252 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
8253
f7dc1244 82542000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
8255
8256 * Makefile.in (GDBMI_DIR): New variable.
8257 (SET_TEXINPUTS): Add $(GDBMI_DIR).
8258 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
8259 (gdbmi.texinfo): New target, for texi2roff.
8260 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
8261 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
8262
8263 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
8264 gdbmi.texinfo.
8265 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
8266 comment.
8267
d167840f
EZ
82682000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8269
8270 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 8271 command.
d167840f 8272
f7dc1244 82732000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
8274
8275 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
8276 prevents the build (and is generally a Bad Idea).
8277
f7dc1244 82782000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
8279
8280 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
8281 a comma inside @var.
8282 (Command Files): Index markup changes from Dmitry Sivachenko
8283 <dima@Chg.RU>.
8284
f7dc1244 82852000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
8286
8287 * Makefile.in (LN_S): Define.
8288 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
8289 invoke "ln -s" unless it is known to work.
8290
8291 * configure.in (AC_PROG_LN_S): Add.
8292
8dc7983f
JB
82932000-04-14 Jim Blandy <jimb@redhat.com>
8294
8295 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
8296 section.
8297 (Target Conditionals): Document ADDRESS_TO_POINTER,
8298 POINTER_TO_ADDRESS.
8299
1a8237e8
DB
83002000-04-11 Daniel Berlin <dan@cgsoftware.com>
8301
8302 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
8303 gdb-cfg.texi to get the value.
8304
ca526f1a
JB
83052000-04-10 Jim Blandy <jimb@redhat.com>
8306
8307 * gdbint.texinfo (Target Architecture Definition): Fix
8308 cross-references.
8309
faaafcb4
JB
83102000-04-08 Jim Blandy <jimb@redhat.com>
8311
8312 * gdbint.texinfo (Using Different Register and Memory Data
8313 Representations): New section.
8314 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
8315 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
8316 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 8317
1b27397f
AC
8318Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
8319
8320 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 8321 for acknowledgments.
1b27397f 8322
480ff1fb
AC
8323Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
8324
8325 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 8326 qThreadExtraInfo.
480ff1fb 8327
a9331b3f 83282000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 8329
a9331b3f
RM
8330 * gdb.texinfo: Clarify which remote debug protocol commands are
8331 required and which are optional.
f1251bdd 8332
dbeb8dbd
AC
8333Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
8334
8335 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
8336 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
8337 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
8338 * annotate.texi: Update.
8339
6d2ebf8b
SS
83402000-03-28 Stan Shebs <shebs@apple.com>
8341
8342 * gdb.texinfo: Update dates, bump to Eighth Edition (note
8343 expectation of additional changes before release), update
8344 ISBN, add copy of top-level menu for @ifhtml, remove explicit
8345 node links, rephrase and/or shorten lines to fix formatting
8346 problem in both regular and @smallbook formats.
8347 * annotate.texi: Shorten lines in example, use smallexample
8348 consistently everywhere.
8349 * Makefile.in: Add comment about texinfo 4.0 html generation.
8350 (SFILES_INCLUDED): Add annotate.texi.
8351
5d161b24
DB
83522000-03-27 Daniel Berlin <dan@cgsoftware.com>
8353
5ae4183a
AS
8354 * gdb.texinfo (Debugging Output): Added new section, documenting
8355 the "set/show debug" commands.
5d161b24 8356
b9deaee7
AC
8357Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
8358
8359 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 8360 entry.
b9deaee7
AC
8361
8362 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
8363 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 8364 @chapter and @node entries.
a9331b3f 8365
b9deaee7 8366 * gdb.texinfo: Link all top-level nodes.
a9331b3f 8367
9ef47d30
AC
8368Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
8369
8370 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 8371 files.
9ef47d30 8372
cfeada60
FN
83732000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
8374
8375 From David Whedon <dwhedon@gordian.com>
5ae4183a 8376 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 8377
6837a0a2
DB
83782000-03-22 Daniel Berlin <dan@cgsoftware.com>
8379
8380 * gdb.texinfo: Add documentation for the apropos command.
8381
bba2971c
MS
83822000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
8383
8384 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
8385
2b628194
MS
83862000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
8387
a9331b3f 8388 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
8389 two places.
8390
96a2c332
SS
83912000-03-17 Stan Shebs <shebs@apple.com>
8392
8393 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
8394 <dima@Chg.RU>, also clarification of allowed content for
8395 string constants.
8396
f7dc1244 83972000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
8398
8399 * gdb.texinfo (main menu): Add Annotations.
8400 (File Options): Add @cindex entries for each command-line option.
8401 Document --epoch, --annotate, --async, --interpreter, --write,
8402 --statistics, and --version.
8403
8404 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
8405 of GDB.
8406
9d233477
JB
84072000-02-23 Jim Blandy <jimb@redhat.com>
8408
8409 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
8410
14e0eb3b
JB
84112000-02-22 Jim Blandy <jimb@redhat.com>
8412
8413 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
8414
3555de01
JM
84152000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
8416
8417 * Makefile.in (diststuff): New target.
8418
5e35df8e
KB
84192000-02-15 Kevin Buettner <kevinb@redhat.com>
8420
8421 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 8422 architecture. [From Jim Wilson.]
5e35df8e 8423
c5394b80
JM
84242000-01-16 Tom Tromey <tromey@cygnus.com>
8425
8426 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
8427 (Delete Breaks): Mention range arguments.
8428 (Disabling): Likewise.
8429
c3f6f71d
JM
84302000-01-05 Dmitry Sivachenko <dima@Chg.RU>
8431
8432 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
8433
c4093a6a
JM
8434Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
8435
8436 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 8437 valid functions.
c4093a6a 8438
11cf8741
JM
84391999-11-05 Stan Shebs <shebs@andros.cygnus.com>
8440
8441 * gdb.texinfo: Clarify regular expressions used in rbreak.
8442
917317f4
JM
84431999-10-15 Kevin Buettner <kevinb@cygnus.com>
8444
8445 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
8446 MEMORY_REMOVE_BREAKPOINT): Document.
8447
8448Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
8449
8450 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 8451 offset re-using the DATA offset instead.
917317f4 8452
2df3850c
JM
84531999-10-11 Jim Kingdon <kingdon@redhat.com>
8454
8455 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
8456
84571999-10-05 Stan Shebs <shebs@andros.cygnus.com>
8458
8459 From Dmitry Sivachenko <demon@gpad.ac.ru>:
8460 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
8461 typos.
8462
8463 * gdb.texinfo: Various minor wording and formatting improvements,
8464 mentions of additional command-line options.
8465
2acceee2
JM
84661999-09-30 Fred Fish <fnf@cygnus.com>
8467
8468 * gdb.texinfo: Document additional forms of specifying section
8469 names and addresses for the add-symbol-file command.
8470
c2c6d25f
JM
84711999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
8472
8473 * gdbint.texinfo: Fix typo, add the word "have".
8474
84751999-09-14 Jim Blandy <jimb@cris.red-bean.com>
8476
8477 * gdbint.texinfo (Target Architecture Definition): Document the
8478 SKIP_PERMANENT_BREAKPOINT macro.
8479
d4f3574e
SS
84801999-09-07 Stan Shebs <shebs@andros.cygnus.com>
8481
8482 * gdb.texinfo: Fiks speling errers.
8483
8484 * gdb.texinfo: Fix uses of @multitable.
8485
f7dc1244 8486 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 8487 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 8488 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
8489 comments about using with optimization, add more indexing,
8490 fix info about disassembly-flavor.
8491
8492Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
8493
8494 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
8495 SKIP_SOLIB_RESOLVER): Define.
8496
8497Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
8498
8499 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 8500 ``g'' packets.
d4f3574e 8501
104c1213
JM
85021999-08-30 Stan Shebs <shebs@andros.cygnus.com>
8503
8504 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
8505 platform-specific info, inline remote.texi and move sections of it
8506 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
8507 and register stack into the new chapter.
8508 * remote.texi: Remove, now part of gdb.texinfo.
8509 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
8510
85111999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
8512
8513 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
8514 GDB_TARGET_IS_MACH386): These kludges have gone away.
8515
8516Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
8517
8518 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 8519 TDEPLIBS.
104c1213 8520
53a5351d
JM
85211999-08-20 Stan Shebs <shebs@andros.cygnus.com>
8522
8523 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
8524 surrounding text to fit HP-UX bits into general info.
8525 (HPPA-cfg.texi): Remove, no longer useful.
8526
8527 * gdb.texinfo: Remove explicit links from @node lines, remove
8528 HP-added "Detailed Node Listing" from main menu which confuses
8529 things.
8530
8531 From Dmitry Sivachenko <dima@Chg.RU>:
8532 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 8533 in description of `set environment'.
53a5351d
JM
8534
85351999-08-17 Stan Shebs <shebs@andros.cygnus.com>
8536
8537 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
8538
7be570e7
JM
85391999-08-12 Ben Elliston <bje@cygnus.com>
8540
8541 * gdbint.texinfo (Breakpoint Handling): Add missing words.
8542
f7dc1244 85431999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
8544
8545 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
8546 watch, awatch, and rwatch. Explain why the latter two cannot be
8547 set as software watchpoints. Document that watchpoints for local
8548 variables are deleted when the debuggee terminates.
7be570e7
JM
8549
8550Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
8551
8552 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
8553 packet. Allow E.. response packet. "qRcmd" packet is no longer
8554 reserved.
7be570e7
JM
8555
85561999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8557
a9331b3f
RM
8558 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
8559 * gdb.texinfo: Ditto.
7be570e7 8560
96baa820
JM
85611999-08-06 Tom Tromey <tromey@cygnus.com>
8562
8563 * gdb.texinfo (KOD): New node.
8564
8565Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
8566
8567 * remote.texi (Rcmd): Fix minor formatting typos.
8568
8569Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
8570
8571 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 8572 packets.
96baa820 8573
adf40b2e
JM
85741999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
8575
8576 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
8577 fixes.
8578
43ff13b4
JM
8579Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
8580
8581 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
8582
085dd6e6
JM
8583Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
8584
8585 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
8586 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
8587 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
8588 packets that are not supported on all hosts. Expand examples.
8589 Spell check.
085dd6e6
JM
8590
85911999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
8592
8593 * Makefile.in: Recognize html, install-html. Add targets
8594 to build HTML versions of documentation via texi2html.
8595
8596Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
8597
8598 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 8599 testsuite.
085dd6e6
JM
8600
8601Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
8602
8603 * remote.texi (Communication Protocol): Rewrite.
8604
8605Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
8606
8607 * stabs.texinfo: Fix uses of xref.
8608
9e0b60a8
JM
8609Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
8610
8611 * gdbint.texinfo: Add an anti-printf exhortation, and update the
8612 info about patch submission.
8613
cce74817
JM
8614Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
8615
8616 From Per Bothner <bothner@cygnus.com>:
8617 * gdb.texinfo: Document Chill support.
8618
8619Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
8620
8621 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
8622 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
8623 Document that the value should be greater-than or equal-to zero.
8624 (NO_STD_REGS): Document. Deprecate.
cce74817 8625
ac9a91a7
JM
8626Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8627
8628 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 8629 Document that these are not used.
ac9a91a7
JM
8630
8631Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8632
8633 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
8634
392a587b
JM
8635Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
8636
8637 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 8638 numargs was dropped.
392a587b
JM
8639
8640Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
8641
8642 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
8643
b83266a0
SS
8644Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
8645
8646 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 8647 Update.
b83266a0 8648
7a292a7a
SS
8649Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
8650
8651 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
8652 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
8653
8654Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
8655
8656 * gdbint.texinfo: Fix typos: $ -> @.
8657
8658Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
8659
8660 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
8661 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
8662 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
8663 BREAKPOINT_FROM_PC.
a9331b3f 8664
7a292a7a
SS
8665Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
8666
8667 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 8668 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
8669
8670Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8671
8672 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 8673 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
8674
86751999-04-02 Stan Shebs <shebs@andros.cygnus.com>
8676
8677 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
8678 longer exists.
8679
8680Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
8681
8682 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
8683 nearly all @ifset/@ifclear conditionals; nobody uses them, and
8684 they make the manual source incomprehensible.
7a292a7a
SS
8685 * h8-cfg.texi: Remove, hasn't been used in years.
8686
c906108c
SS
8687Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
8688
8689 * gdb.texinfo: Update the credits.
8690
8691Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
8692
8693 * gdb.texinfo: Fix mistakes noticed in printout of last
8694 draft, add Alpha to discussion of heuristic fence post.
8695
8696Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
8697
8698 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
8699 Edition, merge some HP changes into mainline, describe some
8700 previously undocumented features, describe more of the target
8701 commands available, eliminate obsolete section on renamed
8702 commands.
c906108c
SS
8703 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
8704
8705Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
8706
8707 * gdb.texinfo: Make many HPPA conditionals unconditional,
8708 including catchpoint description, since now on for all configs.
8709 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
8710 specializations.
8711
8712Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
8713
8714 * Makefile.in (GDBvn.texi): Fix match expression to work with
8715 current format of VERSION in gdb/Makefile.in.
8716 * gdb.texinfo: Fix node ref to match new readline.
8717
8718Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
8719
a9331b3f
RM
8720 * gdb.texinfo: Changes made as part of a project to merge in
8721 changes made by HP. Documentation makes extensive use of
c906108c
SS
8722 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
8723 on remote debugging. There are differences in documentation
889bf7c5 8724 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
8725 the HP manual discusses catchpoints, hardware watchpoints, and
8726 some HPUX specific limitations for shared library support.
a9331b3f 8727
c906108c
SS
8728 There are also a number of @node changes.
8729
87301999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
8731
8732 * gdbint.texinfo (Formatting): Disambiguate a sentence.
8733 (C Usage): Same.
8734
8735Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
8736
8737 The following changes were made by Edith Epstein
889bf7c5
PA
8738 <eepstein@cygnus.com> as part of a project to merge in changes
8739 made by HP.
a9331b3f 8740
c906108c
SS
8741 * HPPA-cfg.texi: new file.
8742
8743 * all-cfg.texi: set HPPA for HP PA-RISC targets.
8744
8745 * refcard.tex: change documentation about catch.
8746 removed info catch.
8747
8748Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
8749
8750 * gdbint.texinfo: Expand on GDB's coding standards,
8751 specify the use of arg names with prototypes.
8752
87531998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
8754
8755 * gdb.texinfo: Fix tipo.
8756
8757Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
8758
8759 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 8760 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
8761
8762Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
8763
8764 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
8765
87661998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
8767
8768 * agentexpr.texi: New file.
8769
8770Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
8771
8772 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
8773
87741998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
8775
8776 * remote.texi: Changed wording that implied that the GDB remote
8777 protocol caches register values instead of GDB itself.
8778
8779Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
8780
8781 * gdbint.texinfo: Add some info about symbol readers.
8782 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
8783 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
8784 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
8785 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
8786
8787Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
8788
a9331b3f 8789 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
8790
8791Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
8792
8793 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
8794
8795Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
8796
8797 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 8798 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
8799
8800Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
8801
8802 * gdbint.texinfo: Fix minor typos.
8803
8804Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
8805
8806 * gdbint.texinfo: Complete overhaul. Group descriptions more
8807 logically, add more info on generic algorithms, remove much
8808 obsolete and/or wrong material.
8809
8810Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
8811
8812 * stabs.texinfo (Method Type Descriptor): Expand and correct.
8813
8814Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
8815
8816 * refcard.tex: Copyright, address updates.
8817
8818Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
8819
8820 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
8821 for the edition instead of confusing GDB-version-like numbers.
8822
8823Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
8824
8825 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
8826
8827Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
8828
5ae4183a 8829 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
8830
8831Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
8832
8833 * gdb.texinfo: Add some credits, mention bug monitor.
8834 * remote.texi: Mention mips monitor targets.
8835 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 8836
c906108c
SS
8837Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
8838
8839 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
8840 files, finish sorting of host vs target vs native macros, describe
8841 some more of them.
c906108c
SS
8842
8843Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
8844
8845 * gdbint.texinfo (Host Conditionals): Document change from
8846 using NO_MMALLOC to it's inverse, USE_MMALLOC.
8847
8848Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
8849
8850 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 8851 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
8852
8853Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
8854
8855 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
8856 Document LSEEK_NOT_LINEAR.
8857
8858Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
8859
8860 * stabs.texinfo (Stab Section Basics): Make it clear that only
8861 some versions of the GNU linker remove the leading N_UNDF symbol.
8862
8863Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
8864
8865 * stabs.texinfo (String Field): Document type number pairs here,
8866 instead of in the Sun specific section.
8867 (Include Files): The GNU linker supports the N_BINCL
8868 optimization. Clarify the N_BINCL value, and what it is used
8869 for.
8870 (Procedures): Document N_FUN with an empty string to mark the end
8871 of a function.
8872 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
8873 (Sun Differences): Remove this node, as the information is now
8874 elsewhere in the main document.
8875 (Stab Section Basics): Mention that the GNU linker may optimize
8876 stabs and remove the leading N_UNDF symbol.
8877
8878Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
8879
8880 * gdb.texinfo, refcard.tex: Restore author credit
8881
8882Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
8883
8884 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
8885 documentation to account for START and END macros taking
8886 one arg.
8887
8888Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
8889
8890 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
8891 * gdb.texinfo (Frames): Fix typo.
8892
8893Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
8894
8895 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
8896 a target_signal as arg type, not a pid.
8897
8898Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
8899
8900 * gdb.texinfo: Document `set assembly-language'.
8901
8902Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
8903
8904 * remote.texi: Update list of stubs in the GDB distribution.
8905
8906Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
8907
8908 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
8909 Also document that some systems can use mmalloc but must define
8910 this if their C runtime allocates memory that is later freed.
c906108c 8911 (MMCHECK_FORCE): Document new macro.
a9331b3f 8912
c906108c
SS
8913Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
8914
8915 * remote.texi: Add documentation for target Sparclet.
8916
8917Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8918
a9331b3f 8919 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
8920 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
8921 * configure.in: Rewritten for autoconf.
8922 * configure: New.
8923
8924Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
8925
8926 * Makefile.in (DVIPS): New define, set to dvips.
8927 (dvi): Add stabs.dvi.
8928 (ps): New target.
8929 (all-doc): Depend on info, dvi, and ps targets.
8930 (STAGESTUFF): Add *.ps and *.dvi files.
8931 (clean-info, clean-dvi): Remove.
8932 (mostlyclean): Does not depend upon clean-info or clean-dvi,
8933 rules completely rewritten.
8934 (maintainer-clean): Remove clean-info and clean-dvi
8935 dependencies and put their actions in the rules.
8936 (gdb.ps): New target
a9331b3f 8937 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
8938 intermediate TeX files, whether they have 2 or 3 character
8939 extensions.
8940 (gdbint.ps): Add target and rules.
8941 (gdb-internals): Delete unused target.
8942 (Makefile): Depends upon config.status also.
8943
8944Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
8945
8946 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
8947 set.
8948
8949Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
8950
8951 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
8952 * gdb.texinfo (Expressions): Fix erroneous array constant example.
8953
8954Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
8955
8956 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
8957
8958Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8959
8960 * gdb.texinfo (Print settings): Document
8961 `set/show print static-members' commands.
8962
8963Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
8964
8965 * gdbint.texinfo (Native): Document name change, coredep.c to
8966 core-aout.c.
8967
8968Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
8969
8970 * stabs.texinfo (Include Files): Document the values the SunOS4
8971 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
8972
8973Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
8974
8975 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
8976 Fix typo.
8977
8978Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
8979
8980 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
8981 "gdb.tar.Z".
8982
8983Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
8984
8985 * Makefile.in (maintainer-clean): New target, synonym for
8986 realclean.
8987
8988Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
8989
8990 * Update all FSF addresses except those in COPYING* files.
8991
8992Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
8993
8994 From Richard Earnshaw (rearnsha@armltd.co.uk):
8995 * gdb.texinfo (convenience variables): Document $_exitcode.
8996 (quit): Document optional expression to use as exit code.
8997
8998Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
8999
9000 * gdb.texinfo, remote.texi: Brought up to date with various
9001 GDB changes.
9002
9003Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
9004
9005 * gdb.texinfo: Update dates and versions, fix comments about
9006 hardware watchpoints in future releases and about the
9007 sharedlibrary command.
9008
9009Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9010
9011 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
9012 C_FUN stab. Other cleanups.
9013
9014Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9015
9016 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
9017 for the sparc stub.
9018
9019Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9020
9021 * annotate.texi: Clarify which addresses have differing formats
9022 depending on the language and which do not.
9023
9024Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9025
9026 * remote.texi (NetWare): Changed example to use BOARD= instead of
9027 NODE= argument to reflect correspoding change to gdbserve.nlm.
9028
9029Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9030
9031 * stabs.texinfo (Negative Type Numbers): Mention the fact that
9032 GDB, as well as AIX dbx, supports the size type attribute.
9033
9034Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9035
9036 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
9037
9038Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
9039
9040 * gdb.texinfo (Define): Document $arg0... arguments to commands,
9041 and new 'if' and 'while' commands.
9042
9043Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
9044
9045 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
9046
9047Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9048
9049 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
9050 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
9051 NetWare targets. Mostly stolen from the Server node.
9052
9053Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9054
9055 * gdb.texinfo (Setting): Talk about the language of a source file
9056 versus the working language. The old documentation did not match
9057 what GDB did.
9058
9059Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9060
9061 * stabs.texinfo (Source Files): Document N_SO used to mark the end
9062 of a source file.
9063
9064Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9065
9066 * gdb.texinfo (Processes): New node.
9067
9068Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
9069
9070 * remote.texi: Update documentation of set/show mipsfpu.
9071
3fc11d3e
JM
9072Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
9073
9074 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
9075 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
9076
9077Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
9078
9079 * gdbint.texinfo: Removed mentions of some incorrectly placed and
9080 obsolete conditionals, described some others.
9081
9082Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9083
9084 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
9085 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
9086
9087Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
9088
9089 * gdbint.texinfo: Put regex conditionals in their own table.
9090
9091Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
9092
9093 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
9094 described or fixed the descriptions of many others.
9095
9096Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
9097
9098 * gdb.texinfo: Add some more credits.
9099 * gdbint.texinfo: Capitalize GDB consistently, describe some
9100 macros and remove some.
9101
9102Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
9103
9104 * gdbint.texinfo: Removed mentions of many incorrectly placed and
9105 obsolete conditionals, described some others.
9106
9107Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9108
9109 * gdb.texinfo (help targets): Changed to `help target', which
9110 is the correct gdb command.
9111
9112Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9113
9114 * annotate.texi (TODO): New node, for keeping track of annotations
9115 suggested but not yet implemented.
9116
9117Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9118
9119 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
9120 another symbol, it is not the address itself.
9121
9122Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
9123
9124 * stabs.texinfo (Stab Section Basics): Add comment about alignment
9125 of stabs-in-coff sections.
9126
9127Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9128
9129 * annotate.texi: Change edition to 0.5 and date to May 1994.
9130 Add index.
9131 (Frames): New node, for frame annotation.
9132 (Displays): New node, for display annotation.
9133
9134 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
9135 when waiting for your program to stop.
9136
9137Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9138
9139 * annotate.texi (Breakpoint Info): Document annotation of header
9140 fields and record annotation.
9141
9142Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9143
9144 * annotate.texi: New file, to document annotations.
9145
9146Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9147
9148 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
9149 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
9150
9151Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9152
9153 * stabs.texinfo (Stab Section Basics): Say what is in .stab
9154 section, and say n_strx field is compilation unit relative.
9155 * stabs.texinfo: Don't use @code for a.out when it is the name of
9156 an object file format.
9157
9158Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9159
9160 * gdb.texinfo: Refer to file names, not path names, per rms
9161 convention.
9162 (Arguments): Fix typo.
9163
9164Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9165
9166 * stabs.texinfo (Global Variables): Talk about stabs in files
9167 where variables are referenced, but not defined.
9168
9169Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9170
9171 * stabs.texinfo: Move stuff on @ and # type descriptors from node
9172 Cplusplus to new nodes Member Type Descriptor and Method Type
9173 Descriptor. Re-write stuff for #.
9174
9175Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9176
9177 * gdb.texinfo (Print Settings): Don't document "set print
9178 fast-symbolic-addr off". The bug which it worked around was fixed
9179 on 25 Feb 94 in coffread.c, so I'm nuking the command.
9180
9181 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
9182 N_ENTRY node.
9183
9184 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
9185
9186Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9187
9188 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
9189 references to ieee-float.c.
9190
9191Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9192
9193 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
9194 match what the code actually does.
9195
9196Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9197
9198 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
9199
9200Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9201
9202 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
9203 i, and b.
9204
9205Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
9206
9207 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
9208 well as for ELF and SOM. Unify the descriptions of ELF and SOM
9209 as "stabs in sections" rather than just saying "ELF and SOM".
9210 Also make that stuff apply to COFF.
9211
9212Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9213
9214 * gdb.texinfo (Formatting Documentation): Change GhostScript to
9215 Ghostscript.
9216
9217Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9218
9219 * gdb.texinfo (Continuing and Stepping): When talking about "step"
9220 versus functions without line numbers, also mention stepping into
9221 them as well as "step" when you are in them. Tell the user how to
9222 deal with the situation. Add comment about "debugging information".
9223
9224Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9225
9226 * stabs.texinfo (Enumerations): Document restriction on where
9227 enumeration types can appear and still win with GDB.
9228
9229Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9230
9231 * stabs.texinfo (Negative Type Numbers): Document format for type
9232 -16.
9233
9234Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9235
9236 * gdb.texinfo (Selection, Frame Info): Update information about
9237 arbitrary frame specficiations.
9238
9239Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
9240
9241 * gdb.texinfo, remote.texi: general editing pass prior to Net release
9242
9243Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9244
9245 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
9246
9247Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
9248
9249 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
9250
9251Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9252
9253 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
9254 Differences node to Statics node.
9255 (Statics): Discuss XCOFF use of V symbol descriptor.
9256
9257 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
9258 not clean.
9259
9260Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
9261
9262 * gdb.texinfo (Print Settings): Document `set print
9263 fast-symbolic-addr' and improve the doc for some other
9264 `set print's.
9265
9266Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9267
9268 * stabs.texinfo (String Field): Talk about defining several type
9269 numbers at once.
9270 Fix lint regarding changing node ELF Transformations to
9271 ELF and SOM Transformations.
9272
9273Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
9274
9275 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
9276
9277Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9278
9279 * stabs.texinfo (Cross-References): `::' is for nested types only
9280 within <>.
9281 (Structures): Document static members.
9282
9283Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9284
9285 * stabs.texinfo: Document S type attribute.
9286
9287Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
9288
9289 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
9290
9291Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
9292
9293 * gdbint.texinfo: Fix a few typos.
9294
9295Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9296
9297 * gdb.texinfo, remote.texi: formatting improvements
9298
9299 * gdb.texinfo (New Features): mention threads.
9300 (Summary, C): fix xrefs in newly contributed text.
9301 (Threads): index entries, clarifications, example
9302 (passim): minor typos fixed, phrasing improvements
9303
9304 * remote.texi (Bootstrapping): rephrase text on ^C and add index
9305 entries; (Server): explain use of gdbserver w/real-time systems,
9306 add example of conflicting TCP port; (MIPS Remote) break up
9307 running text into table, highlighting commands, and add example.
a9331b3f 9308
c906108c
SS
9309Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9310
9311 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
9312
9313Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9314
9315 * stabs.texinfo (Nested Symbols): New node.
9316 (String Field, Symbol Descriptors, Cross-References): Refer to it.
9317
9318Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9319
9320 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
9321 to picking which Bbss.bss symbol to use, and (because there seems to
9322 be no good way of doing it) re-write some of the text to make it
9323 sound like Bbss.bss isn't such a great idea after all (as currently
9324 designed).
9325
9326 * gdb.texinfo (C): In addition to saying people have to use g++ for
9327 good results, say they have to use stabs. Specifically say cfront
9328 doesn't work well.
9329 (Summary): Merge in information on Modula-2, Pascal, and Chill from
9330 the gdb README. Add xrefs to places where the support for the various
9331 languages is described in detail.
9332
9333Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9334
9335 * stabs.texinfo: Clean up stuff about visibility and virtual
9336 characters.
9337
9338 * stabs.texinfo (N_M2C): Cite Sun doc.
9339
9340Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9341
9342 * gdb.texinfo: updates re threads.
9343 * remote.texinfo: avoid index entries starting with digits.
9344
9345Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9346
9347 * stabs.texinfo (Enumerations): Talk about large, negative and
9348 octal values. Clean up cross reference to type attributes.
9349 (String Field): Say that GDB 4.11 supports size attribute.
9350
9351Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9352
9353 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
9354 is a mandatory step. Make the stuff about that more concise.
9355
9356Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9357
9358 * stabs.texinfo (Class Names): New node.
9359
9360 * gdb.texinfo (Command Files): Explain order of init file reading.
9361
9362 * remote.texi (Bootstrapping): Talk about getting the serial driver
9363 to deal with ^C sent by gdb to stop the remote system.
9364
9365Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
9366
9367 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
9368
9369 * libgdb.texinfo (Defining Commands): made the DOC arg
9370 to gdb_define_app_command a char * instead of char **
9371 per a suggestion from kingdon.
9372
9373 * libgdb.texinfo: total rewrite from a different starting
9374 premise.
9375
9376Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9377
9378 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
9379 floats passed as doubles (to improve clarity).
9380
9381Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9382
9383 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
9384
9385 * a4rc.sed: update to work with Andreas Vogel papersize params
9386
9387 * refcard.tex: use Andreas Vogel simplifications of papersize
9388 params; remove useless version info; update copyright date.
9389
9390Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9391
9392 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
9393
9394Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9395
9396 * gdb.texinfo (Files): Say what address the load command loads it at.
9397
9398 * stabs.texinfo (Common Blocks): Minor cleanups.
9399
9400 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
9401 that Sun has backed away from the linker kludge and thus the relevant
9402 issue is changes to the SunPRO tools, not the Solaris linker.
9403
9404 * stabs.texinfo (Traditional Integer Types): Clean up description
9405 of octal bounds a little bit. Document extra leading zeroes.
9406
9407Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9408
9409 * gdb.texinfo (Signaling): Update for symbolic symbol names
9410 and add a section explaining the difference between the GDB
9411 signal command and the shell kill utility.
9412
9413Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
9414
9415 * libgdb.texinfo: added `@' to braces that were unescaped.
9416
9417Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
9418
9419 * libgdb.texinfo: new file. Spec for the gdb library.
9420
9421Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9422
9423 * stabs.texinfo (Include Files): Fix typo (start -> end).
9424
9425Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9426
9427 * gdb.texinfo, remote.texi: assorted small improvements, mostly
9428 from Melissa at FSF's editing pass.
9429
9430Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9431
9432 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
9433 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
9434 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
9435
9436Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9437
9438 * remote.texi (Bootstrapping): Discuss 386 call gates.
9439
9440Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9441
9442 * stabs.texinfo (Based Variables): New node.
9443
9444Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
9445
9446 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
9447 names, sizes, and formats to suggest how not to lose.
9448
9449Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9450
9451 * stabs.texinfo (Methods): Fix typo.
9452
9453Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9454
9455 * gdb.texinfo: Fix a few typos.
9456
9457Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9458
9459 * gdb.texinfo: Clarify how well it works with Fortran.
9460
9461 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
9462 More on relocating stabs in ELF files.
9463
9464Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9465
9466 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
9467
9468Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9469
9470 * stabs.texinfo (Local Variable Parameters): Talk about nameless
9471 parameters on VAX.
9472
9473Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9474
9475 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
9476
9477Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9478
9479 * stabs.texinfo: Make info author notice match the TeX author notice.
9480
9481Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9482
9483 * stabs.texinfo: Initial-caps all words in node names and
9484 non-trivial words in section names.
9485
9486Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9487
9488 * stabs.texinfo: Many minor cleanups.
9489
9490 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
9491
9492Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
9493
9494 * stabs.texinfo: Remove full description of big example.
9495 It's not really helpful; just use pieces of it where appropriate.
9496 Add more Texinfo formatting directives (@samp, etc.).
9497 Use @deffn to define stab types.
9498 Eliminate some wordiness. Break up some nodes.
9499 Add an (alphabetized) index of symbol types.
9500 Use consistent capitalization style in node and section names.
9501
9502Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
9503
9504 * gdb.texinfo: Change typo "Two two" to "The two".
9505
9506Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9507
9508 * stabs.texinfo (XCOFF-differences): Remove references to
9509 non-existent types N_DECL and N_RPSYM.
9510
9511 * stabs.texinfo (String Field): Say that type attributes bug is
9512 fixed in GDB 4.10, since it is.
9513
9514 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
9515
9516Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
9517
9518 * stabs.texinfo: Formatting cleanups.
9519
9520Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9521
9522 * stabs.texinfo: When explaining the n_type of a stab, standardize
9523 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
9524 no tabs, use @r).
9525 (Global Variables): Clean up.
9526
9527Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9528
9529 * stabs.texinfo (Stack Variables): Re-write.
9530
9531Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9532
9533 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
9534 addresses of a source file. Also revise formatting.
9535 Change "object module" or "object file" to "source file".
9536 Various: Miscellaneous cleanups.
9537
9538Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9539
9540 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
9541
9542Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
9543
9544 * gdbint.texinfo: Removed many nonsensical machine-collected
9545 host and target conditionals, described some of the remainder.
9546
9547Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9548
9549 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
9550
9551 * gdbint.texinfo (Top): Add name to @top line, and re-write the
9552 paragraph which follows.
9553
9554 * gdbint.texinfo (Host): Use @code not @samp for Makefile
9555 variables. Looks better and avoids overful hbox.
9556
9557Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9558
9559 * stabs.texinfo (Procedures): Improve stuff on nested functions.
9560
9561Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9562
9563 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
9564 retransmit-timeout
9565
9566Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9567
9568 * gdbint.texinfo: Update statement about `some ancient Unix
9569 systems, like Ultrix 4.0' to Ultrix 4.2.
9570
9571Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
9572
9573 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
9574
9575 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
9576
9577 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
9578 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
9579
9580 * remote.texi: new name for former gdbinv-s.texi
9581
9582 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
9583
9584Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
9585
9586 * gdbinv-s.texi: Documented timeout and retransmit-timeout
9587 variables for MIPS remote debugging protocol.
9588
9589Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9590
9591 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
9592
9593Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9594
9595 * Makefile.in (refcard.dvi): Use srcdir where necessary.
9596
9597Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
9598
9599 * gdb.texinfo: repair conditional bugs in text markup
9600
9601Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9602
9603 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
9604 to select Modula-2 material.
9605
9606Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9607
9608 * stabs.texinfo: Cleanups regarding statics.
9609
9610 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
9611 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
9612
9613Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9614
9615 * stabs.texinfo: N_MAIN is sometimes used for C.
9616
9617Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9618
9619 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
9620
9621Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
9622
9623 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 9624 removed from the code by Kingdon.
c906108c
SS
9625
9626Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9627
9628 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
9629 input when evaluating breakpoint conditions; the bug has been fixed.
9630
9631 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
9632 sets the ignore count to N-1, not to N.
9633
9634Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9635
9636 * refcard.tex (\hoffset): correct longstanding error to match
9637 intended offset; avoids cutting off edge on some printers
9638
9639Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9640
9641 * stabs.texinfo (Parameters): Say that order of stabs is significant.
9642
9643Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9644
9645 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
9646
9647Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9648
9649 * Makefile.in: (REFEDITS) new var to control whether PS or CM
9650 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
9651 collect sed edits if any, apply to refcard before formatting;
9652 (refcard.ps) stop implying PS fonts if PS output requested;
9653 (lrefcard.ps) delete extra target for variant PS fonts
9654
9655 * refcard.tex: parametrize papersize dependent info, collect
9656 in easily replaced spot
9657
9658 * a4rc.sed: new file, edits to refcard for A4 paper
9659
9660Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9661
9662 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
9663
9664Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9665
9666 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
9667
9668Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9669
9670 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
9671 politely rather than rudely.
9672
9673Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9674
9675 * stabs.texinfo: Document common blocks.
9676
9677Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
9678
9679 * stabs.texinfo: Add some basic info about stabs-in-elf.
9680
9681Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9682
9683 * stabs.texinfo (Top): Minor cleanup.
9684
9685Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
9686
9687 * Makefile.in (install-info): remove parentdir support
9688
9689Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9690
9691 * gdb.texinfo (Copying): delete this node and references to it;
9692 RMS says this manual need not carry GPL. (passim): Improvements
9693 from last round at FSF, largely due to Ian Taylor review, and
9694 minor formatting improvements.
9695
9696 * gdbinv-s.texi (passim): Improvements from last round at FSF,
9697 largely due to Ian Taylor review. (Debug Session): minor edits to
9698 new text.
9699
9700Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
9701
9702 * Makefile.in (realclean): Remove info and dvi files too.
9703
9704Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
9705
9706 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
9707 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
9708 * gdb.texinfo: Change accordingly.
9709
9710 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
9711 N_{L,R}BRAC,N_SLINE are relative to.
9712
9713Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
9714
9715 * Makefile.in (GDBvn.texi): Update atomically.
9716
9717Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
9718
9719 * gdbinv-s.texi (Debug Session): Document exceptionHook.
9720
9721Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
9722
9723 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
9724 addresses together. Also motivate the set print symbol-filename
9725 command and suggest other solutions.
9726
9727Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
9728
9729 * gdb.texinfo (set print elements): Note that the number of
9730 elements is set to unlimited by "set print elements 0".
9731
9732Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
9733
9734 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
9735 NF_LDOUBLE means.
9736 (Stab Types): Include Solaris stab types.
9737 (Procedures): Document Solaris extensions.
9738
9739Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9740
9741 * gdb.texinfo: Add `set print symbol-filename' doc.
9742
9743Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9744
9745 * stabs.texinfo (Arrays): Talk about type definition vs. type
9746 information.
9747
9748 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
9749 the trailing semicolon.
9750
9751Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9752
9753 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
9754 and merge in other parts of the document addressing these subjects.
9755 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
9756
9757 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
9758 at the end of a range type.
9759
9760 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
9761 AIX extensions.
9762
9763Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9764
9765 * stabs.texinfo (Stabs Format): Misc fixes.
9766
9767Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9768
9769 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
9770 (Traditional builtin types): Document convex convention for long long.
9771 (Negative builtin types): Discuss type names, and misc fixes.
9772
9773Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9774
9775 * stabs.texinfo (Builtin Type Descriptors): Document the floating
9776 point types used with @samp{R} type descriptor.
9777 (Symbol Descriptors): Describe how to handle conflict between
9778 different meanings of @samp{P} symbol descriptor.
9779
9780Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9781
9782 * stabs.texinfo: Remove node Quick Reference and put its children
9783 directly under the main menu.
9784
9785 * stabs.texinfo: Many more changes to bring it into line with
9786 AIX documentation and reality. I think it now has all the
9787 information from the AIX documentation, except that I burned
9788 out when I got to variant records (Pascal and Modula-2) and
9789 all the COBOL types. Oh well, we can add them later when we're
9790 worrying more about those languages.
9791
9792 * stabs.texinfo (Automatic variables): Talk about what it means
9793 to omit the symbol descriptor.
9794
9795Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9796
9797 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
9798 gcc2 behavior with promoted args.
9799
9800Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9801
9802 * gdb.texinfo: include readline appendices in info version of manual
9803
9804Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9805
9806 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
9807 target remote.
9808
9809 * gdb.texinfo (Machine Code): more index entries for disassemble
9810
9811Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
9812
9813 * Clarify the intended use of the gdb-testers and gdb-patches
9814 mailing lists, and shrink gzip comment.
9815
9816Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9817
9818 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
9819 DOSHOST configuration of manual.
9820
9821 * gdb.texinfo (MIPS Stack): new node.
9822
9823 * all-config.texi (MIPS) new switch.
9824
9825 * gdbinv-s.texi (Nindy Options) Remove two instances of future
9826 tense; (MIPS Remote) new node.
9827
9828 * gdb.texinfo (passim) rephrases to work around makeinfo @value
9829 bug; (Environment) less passive, other small cleanups in text about
9830 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
9831 (Remote) new MIPS Remote menu entry.
9832
9833Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
9834
9835 * stabs.texinfo: Many changes to include information from the
9836 AIX documentation.
9837
9838 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
9839
9840Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
9841
9842 * gdbint.texinfo (new node Debugging GDB, elsewhere):
9843 Move a bunch of information from ../README.
9844 (Getting Started): New node.
9845
9846Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9847
9848 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
9849
9850 * gdb.texinfo: advance manual revision dates to present
9851
9852 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
9853 stop using silly Roman numerals in @set variable names
9854
9855Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
9856
9857 * stabs.texinfo (Parameters): Keep trying to get this right.
9858
9859Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
9860
9861 * stabs.texinfo (Parameters): More on "local parameters".
9862
9863Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
9864
9865 * stabs.texinfo (Parameters): Re-do "local parameters" section.
9866
9867Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
9868
9869 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
9870 (Parameters): Rewrite.
9871 (xcoff-differences, Sun-differences): Minor changes.
9872
9873Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
9874
9875 * stabs.texinfo: Minor cleanup.
9876
9877Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
9878
9879 * gdbint.texinfo: Minor xcoff stuff.
9880
9881Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
9882
9883 * gdbint.texinfo: Update for new config directory structure.
9884 Add info about internal type data structures.
9885
9886Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
9887
9888 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
9889 $(srcdir).
9890 (gdb-config.texi): Depend on file in $(srcdir).
9891
9892Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
9893
9894 * stabs.texinfo: Fixes about N_SO.
9895
9896Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9897
9898 * gdb.texinfo: include list of nonstandard init file names
9899
9900 * *-config.texi: new switch GENERIC for text that applies *only*
9901 to (usual) multiple-target version of manual
9902
9903 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
9904 h8 config
9905
9906 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
9907 in menus (rather than conditionally selected multiple alternative
9908 menus).
9909
9910 * Makefile.in: define and use DOC_CONFIG var to select
9911 configuration for GDB user manual.
9912
9913 * gdb-config.texi: delete from repository, generate from Makefile.
9914
9915 * all-config.texi: normal `generic' configuration file, formerly
9916 stored as gdb-config.texi
9917
9918Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
9919
9920 * Makefile.in: add dvi target to build all .dvi files
9921
9922Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9923
9924 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
9925
9926Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
9927
9928 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
9929 host conditionals.
9930 * stabs.texinfo: More array fixes inspired by Jim's.
9931
9932Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
9933
9934 * stabs.texinfo: Fixes re arrays and continuations.
9935
9936 * gdbint.texinfo: Add XCOFF node.
9937
9938Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
9939
9940 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
9941
9942Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
9943
9944 * stabs.texinfo: Fix for array types to mention lower bounds.
9945
9946Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
9947
9948 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
9949
9950Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
9951
9952 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
9953
9954Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
9955
9956 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
9957 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
9958
9959Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
9960
9961 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
9962
9963Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9964
9965 * gdb.texinfo, gdbinv-s.texi: misc updates
9966
9967Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
9968
9969 * gdbint.texinfo: Brief documentation for longjmp support,
9970 from an email msg by Stu.
9971
9972Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
9973
9974 * stabs.texinfo: Fix description of floating point "range"
9975 types (which really define basic types). Reported by Jim Meehan,
9976 <meehan@src.dec.com>.
9977
9978 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
9979
9980Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
9981
9982 * gdbint.texinfo: Slightly expand section on supporting a new
9983 object file format.
9984
9985Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
9986
9987 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
9988 intermediate file.
9989
9990Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9991
9992 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
9993
9994Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9995
9996 * gdbinv-s.texi: z8000 simulator target name is just "sim"
9997
9998 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
9999 as well as Z8002.
10000
10001Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
10002
10003 * gdbint.texinfo: Add sections on clean design and on how to send
10004 in changes.
10005
10006Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
10007
10008 * gdbint.texinfo: Add how to declare the result of make_cleanup.
10009
10010Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
10011
10012 * gdb.texinfo: Fix typo, reported by Karl Berry.
10013
10014Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
10015
10016 * gdb.texinfo: Add opcodes dir to GDB distribution description.
10017
10018Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10019
10020 * gdbint.texinfo: fixed a stray email address (needs @@),
10021 added @table @code to node "Native Conditionals"
10022
10023Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
10024
10025 * gdbint.texinfo: Describe coding style of GDB.
10026
10027Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
10028
10029 * stabs.texinfo: Minor wording changes.
10030
10031Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
10032
10033 * gdbint.texinfo: Improve release doc slightly.
10034
10035Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
10036
10037 * gdbint.texinfo: Improve doc of GDB config macros.
10038
10039Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
10040
10041 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
10042 These will be reinserted when examined.
10043
10044Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
10045
10046 * gdbint.texinfo: Make a start at documenting all the #if macros
10047 in GDB. At least list them all, and start separating them into
10048 host-specific and target-specific.
10049
10050Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10051
10052 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 10053 examples (not consistent w others).
c906108c
SS
10054 gdb.texinfo: issue disclaimer paragraph on cmdline options only
10055 for generic vn of doc
10056
10057Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
10058
10059 * Makefile.in: always create installation directories.
10060
10061Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10062
10063 * gdb.texinfo: in h8 config, do not describe searching commands.
10064
10065Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10066
10067 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
10068 conditionals; introduce a few generic switches that may be
10069 useful for other cross-dev or dos-hosted configs.
10070
10071 * gdb.texinfo: fix typo in "info reg" description
10072
10073Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
10074
10075 * stabs.texinfo: Minor updates from running TeX over it.
10076 * Makefile.in (stabs.dvi, stabs.ps): Add.
10077
10078Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
10079
10080 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
10081 First pass at converting it to texinfo.
10082
10083Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
10084
10085 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
10086 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
10087
10088Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
10089
10090 * gdbint.texinfo: Add section on partial symbol tables.
10091
10092Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
10093
10094 * gdb.texinfo: document `set remotedebug' and `set
10095 rstack_high_address'.
10096
10097Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10098
10099 * gdb.texinfo: slight expansion of new text on reading info files
10100 * gdbinv-s.m4.in: correct and expand info on cross-debugging
10101 H8/300 from DOS.
10102
10103Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
10104
10105 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
10106
10107Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
10108
10109 * gdb.texinfo: Say how to read the `info' files.
10110
10111Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
10112
10113 * Makefile.in: gm4 -> m4.
10114
10115Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
10116
10117 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
10118 Documentation' ahead of `Installing GDB' to match README.
10119 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 10120 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
10121
10122Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
10123
10124 * Makefile.in: remove $(srcdir) from gdb.info rule.
10125
10126Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10127
10128 * Makefile.in: commented out gdb-all.texinfo rule. This is
10129 temporary.
10130
10131Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
10132
10133 * Makefile.in, configure.in: removed traces of namesubdir,
10134 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 10135 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
10136
10137Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
10138
10139 * gdb.texinfo: Improve how we ask for bug reports.
10140
10141Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10142
10143 * Makefile.in: infodir belongs in datadir.
10144
10145Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10146
10147 * Makefile.in: remove spaces following hyphens, bsd make can't
10148 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 10149 standards.text support.
c906108c
SS
10150
10151Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10152
10153 * Makefile.in: idestdir and ddestdir go away. Added copyrights
10154 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
10155 and mandir now keyed off datadir by default.
10156
10157\f
10158Local Variables:
9e9c5ae7 10159mode: change-log
c906108c
SS
10160left-margin: 8
10161fill-column: 74
10162version-control: never
10163End: