]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/doc/ChangeLog
New field 'la_natural_name' in struct language_defn
[thirdparty/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
afa332ce
PA
12013-11-06 Pedro Alves <palves@redhat.com>
2
3 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
4 non-interactive mode.
5 (Environment) <shell startup files warning>: Mention
6 non-interactive mode. Mention .zshenv for Z shell, and talk about
7 BASH_ENV instead of .bashrc for BASH.
8
9ac69859
NB
92013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
10
11 * gdb.texinfo (Commands to Specify Files): Add description
12 of the remove-symbol-file command.
13 * observer.texi: New free_objfile event
14
98882a26
PA
152013-10-24 Pedro Alves <palves@redhat.com>
16
17 * gdb.texinfo (Starting): Document set/show startup-with-shell.
18
ce13fade
JB
192013-10-11 Joel Brobecker <brobecker@adacore.com>
20
21 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
22 New subsection inside which the "-catch-load" and "-catch-unload"
23 commands documentation is now placed.
24 (Ada Exception GDB/MI Catchpoint Commands): New subsection
25 documenting the "-catch-assert" and "-catch-exception" new
26 GDB/MI commands.
27
2446f5ea
JB
282013-10-10 Joel Brobecker <brobecker@adacore.com>
29
30 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
31
0d12017b
JB
322013-10-10 Joel Brobecker <brobecker@adacore.com>
33
bd80dc1a
JB
34 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
35 serial baud".
36 (Remote Configuration): Replace "set remotebaud" by "set serial
37 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 38
f4fb82a1
PA
392013-10-07 Pedro Alves <palves@redhat.com>
40
41 PR breakpoints/11568
42 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
43 when the thread is removed from the thread list.
44
0c557179
SDJ
452013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
46
47 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
48 Update entry for $_exitcode.
49
5713b9b5
JB
502013-10-04 Joel Brobecker <brobecker@adacore.com>
51
52 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
53 new "--start" option.
54
901461f8
PA
552013-10-02 Pedro Alves <palves@redhat.com>
56
57 * gdb.texinfo (Registers): Expand description of saved registers
58 in frames. Explain <not saved>.
59
8fb8eb5c
DE
602013-09-25 Doug Evans <dje@google.com>
61
62 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
63
0a7cfe2c
SS
642013-09-16 Stan Shebs <stan@codesourcery.com>
65
66 Remove the internals manual gdbint.texinfo.
67 * Makefile.in (INFO_DEPS): Remove gdbint.info.
68 (PDFFILES): Remove gdbint.pdf.
69 (HTMLFILES): Remove gdbint/index.html.
70 (HTMLFILES_INSTALL): Remove gdbint.
71 (GDBINT_DOC_FILES): Remove.
72 (dvi): Remove gdbint.dvi.
73 (ps): Remove gdbint.ps.
74 * gdbint.texinfo: Remove file.
75 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
76
a280dbd1
SDJ
772013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
78
79 * gdb.texinfo (Convenience Functions): Mention new convenience
80 function $_isvoid.
81
4ac33720
UW
822013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
83
84 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
85 (Standard Target Features): Add new node to menu.
86 (S/390 and System z Features): New node.
87
b3d3b4bd
SA
882013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
89
90 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
91 -list-target-features in the example.
92
edf9f00c
JK
932013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
94
95 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
96 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
97
1d236d23
JK
982013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
99
100 Sync documentation with gdb.base/gnu-debugdata.exp.
101 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
102
5423b017
JK
1032013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
104
105 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
106
6211c335
YQ
1072013-08-27 Pedro Alves <pedro@codesourcery.com>
108 Yao Qi <yao@codesourcery.com>
109
110 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
111 Document new --skip-unavailable option.
112 <-stack-list-variables>: Document new --skip-unavailable option.
113
52e260a3
DE
1142013-08-26 Doug Evans <dje@google.com>
115
116 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
117 an optional regexp.
118
5e92f71a
TT
1192013-08-13 Tom Tromey <tromey@redhat.com>
120
121 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
122 Document GDB_PARALLEL and GDB_INOTIFY.
123
c5d7073b
SS
1242013-08-09 Stan Shebs <stan@codesourcery.com>
125
126 * LRS: Remove file, describes a long-abandoned live-range
127 splitting extension to stabs.
128
6fbe845e
AB
1292013-07-25 Andrew Burgess <aburgess@broadcom.com>
130
131 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
132
e7045703
DE
1332013-07-17 Doug Evans <dje@google.com>
134
135 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
136
3105ebf9
TT
1372013-07-02 Tom Tromey <tromey@redhat.com>
138
139 * gdb.texinfo (Target Commands): Don't mention "target nrom".
140
d6c2da54
TT
1412013-06-28 Tom Tromey <tromey@redhat.com>
142
143 * Makefile.in (version.subst): Use version.in, not
144 common/version.in.
145 * gdbint.texinfo (Versions and Branches, Releasing GDB):
146 Likewise.
147
e5823f1c
PA
1482013-06-27 Pedro Alves <palves@redhat.com>
149
150 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
151 dynamic symbol resolution code>: New section, based on infrun.c
152 comment.
153
92dcb9ff
TT
1542013-06-26 Tom Tromey <tromey@redhat.com>
155
156 * gdbint.texinfo (Versions and Branches): Use common/version.in.
157 Update.
158 (Releasing GDB): Likewise.
159
dc673c81
YQ
1602013-06-26 Pedro Alves <pedro@codesourcery.com>
161 Yao Qi <yao@codesourcery.com>
162
163 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
164 -trace-frame-collected.
165
28a93511
YQ
1662013-06-26 Pedro Alves <pedro@codesourcery.com>
167
168 * gdb.texinfo (Traceframe Info Format): Document tvar element
169 and its attributes.
170
a0743c90
YQ
1712013-06-25 Yao Qi <yao@codesourcery.com>
172
173 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
174
01208463
TT
1752013-06-24 Tom Tromey <tromey@redhat.com>
176
177 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
178 (GDBvn.texi): Use version.subst.
179 (version.subst): New target.
180 (mostlyclean): Remove version.subst.
181
c898adb7
YQ
1822013-06-20 Pedro Alves <pedro@codesourcery.com>
183
184 * gdb.texinfo (GDB/MI Data Manipulation)
185 <-data-list-register-values>: Document the --skip-unavailable
186 option.
187
7c57fa1e
YQ
1882013-06-07 Yao Qi <yao@codesourcery.com>
189
190 * gdb.texinfo (Symbols): Add kindex and cindex for
191 'maint print msymbols'.
192
0059c61a 1932013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
194
195 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
196 response field name (thread-group to inferior).
197
85dc5a12
GB
1982013-06-04 Gary Benson <gbenson@redhat.com>
199
200 * gdb.texinfo (General Query Packets/qSupported): Added
201 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
202 to the table of currently defined stub features.
203 Added a more detailed entry for "augmented-libraries-svr4-read".
204 (General Query Packets/qXfer:libraries-svr4:read): Documented
205 the augmented form of this packet.
206
5901af59
JB
2072013-05-23 Joel Brobecker <brobecker@adacore.com>
208
209 * gdb.texinfo (System-wide Configuration Scripts): Renames
210 "Installed System-wide Configuration Scripts". Add associated
211 @menu block.
212
c1e36e3e
PA
2132013-05-23 Yao Qi <yao@codesourcery.com>
214 Pedro Alves <palves@redhat.com>
215
216 * gdb.texinfo (Packets): Document 'vCont;r'.
217 (Continuing and Stepping): Document target-assisted range
218 stepping, and the 'set range-stepping' and 'show range-stepping'
219 commands.
220
0201faac
JB
2212013-05-23 Joel Brobecker <brobecker@adacore.com>
222
223 * gdb.texinfo (Installed System-wide Configuration Scripts):
224 Add subsection describing the scripts now available under
225 the data-dir's system-gdbbinit subdirectory.
226 * NEWS: Add entry announcing the availability of system-wide
227 configuration scripts for ElinOS and Wind River Linux.
228
c5867ab6
HZ
2292013-05-21 Hui Zhu <hui@codesourcery.com>
230
231 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
232 "-dprintf-insert" command.
233
7d0c9981
DE
2342013-05-17 Doug Evans <dje@google.com>
235
236 * gdb.texinfo (Maintenance Commands): Update doc for
237 "maint check-psymtabs". Add doc for "maint check-symtabs",
238 "maint expand-symtabs".
239
742ce053
MM
2402013-05-15 Markus Metzger <markus.t.metzger@intel.com>
241
242 * gdb.texinfo (Process Record and Replay): Document the
243 "record goto" command and its sub-commands.
244
1e611234
PM
2452013-05-10 Phil Muldoon <pmuldoon@redhat.com>
246
247 * gdb.texinfo (Backtrace): Add "no-filter" argument.
248 (Python API): Add Frame Filters API, Frame Wrapper API,
249 Writing a Frame Filter/Wrapper, Managing Management of Frame
250 Filters chapter entries.
251 (Frame Filters API): New Node.
252 (Frame Wrapper API): New Node.
253 (Writing a Frame Filter): New Node.
254 (Managing Frame Filters): New Node.
255 (Progspaces In Python): Add note about frame_filters attribute.
256 (Objfiles in Python): Ditto.
257 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
258 @anchors and --no-frame-filters option to -stack-list-variables,
259 -stack-list-frames, -stack-list-locals and -stack-list-arguments
260 commands.
261
2874cb83
JB
2622013-05-08 Joel Brobecker <brobecker@adacore.com>
263
264 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
265 Support" subsection documenting the XML format used to transfer
266 shared library info on AIX.
267
9a005eb9
JB
2682013-05-08 Joel Brobecker <brobecker@adacore.com>
269
270 * gdb.texinfo (Debugging Output): Add documentation of
271 "set debug aix-solib" and "show debug aix-solib" commands.
272
a1217d97
SL
2732013-05-06 Sandra Loosemore <sandra@codesourcery.com>
274
275 * gdb.texinfo (Nios II): New section.
276 (Nios II Features): New section.
277
4d1eb6b4
JB
2782013-05-06 Joel Brobecker <brobecker@adacore.com>
279
280 * gdbint.texinfo (Algorithms): Remove entries documenting
281 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
282 SOLIB_CREATE_INFERIOR_HOOK.
283
3f84184e
TT
2842013-04-29 Tom Tromey <tromey@redhat.com>
285
286 PR python/14204:
287 * gdb.texinfo (Python API): Fix menu entry.
288 (Blocks In Python): Fix subsubsection text. Rewrite intro.
289 Define global and static block. Add example. Clarify
290 block relationship for inline functions.
291
60155234
TT
2922013-04-29 Tom Tromey <tromey@redhat.com>
293
294 * gdb.texinfo (Python API): Mention Python help and keyword
295 arguments. Move pagination text to Basic Python.
296 (Basic Python): Put pagination text here. Document
297 close-on-exec, SIGCHLD, and SIGINT.
298
5360976e
PA
2992013-04-19 Pedro Alves <palves@redhat.com>
300
301 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
302 "signedness" instead of "signness".
303
bd3f3b55
PA
3042013-04-19 Pedro Alves <palves@redhat.com>
305
306 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
307 -Wno-pointer-sign text with text on -Wpointer-sign.
308
dee368d3
TT
3092013-04-16 Tom Tromey <tromey@redhat.com>
310
311 * gdb.texinfo (Set Catchpoints): Mention earliest version of
312 GCC that has the SDT probe points.
313
cc16e6c9
TT
3142013-04-15 Tom Tromey <tromey@redhat.com>
315
316 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
317 exception catchpoints.
318
72f1fe8a
TT
3192013-04-15 Tom Tromey <tromey@redhat.com>
320
321 * gdb.texinfo (Set Catchpoints): Document $_exception.
322 (Convenience Vars): Mention $_exception.
323
591f19e8
TT
3242013-04-15 Tom Tromey <tromey@redhat.com>
325
326 * gdb.texinfo (Set Catchpoints): Reorganize exception
327 catchpoints. Document "catch rethrow".
328 (Debugging C Plus Plus): Mention "catch rethrow".
329
02ae6bad
TT
3302013-04-15 Tom Tromey <tromey@redhat.com>
331
332 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
333
2c91021c
JK
3342013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
335 Eli Zaretskii <eliz@gnu.org>
336
337 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
338 line below the sample output.
339
6eaaf48b
EZ
3402013-04-12 Eli Zaretskii <eliz@gnu.org>
341
342 * gdb.texinfo (Mode Options): Document '-configuration'.
343 (Help): Document "show configuration".
344 (Bug Reporting): Add requirements to include the configuration
345 details in bug reports.
346
b292c783
JK
3472013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
348
349 * Makefile.in (MAN1S): Add gcore.1.
350 Remove "Host, target, and site specific Makefile fragments" comment.
351 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
352 (install-man1, uninstall-man1): Conditionalize gcore.1.
353 (gcore.1): New.
354 * gdb.texinfo (Man Pages): Add gcore man.
355 (gcore man): New node.
356
f81d1120
PA
3572013-04-10 Pedro Alves <palves@redhat.com>
358
359 * gdb.texinfo (Process Record and Replay): Document that "set
360 record full insn-number-max", "set record
361 instruction-history-size" and "set record
362 function-call-history-size" accept "unlimited".
363 (Backtrace): Document that "set backtrace limit" accepts
364 "unlimited".
365 (List): Document that "set listsize" accepts "unlimited".
366 (Print Settings)" Document that "set print max-symbolic-offset",
367 "set print elements" and "set print repeats" accept "unlimited".
368 (Starting and Stopping Trace Experiments): Document that "set
369 trace-buffer-size" accepts "unlimited".
370 (Remote Configuration): Document that "set tcp connect-timeout"
371 accepts "unlimited".
372 (Command History): Document that "set history size" accepts
373 "unlimited".
374 (Screen Size): Document that "set height" and "set width" accepts
375 "unlimited". Adjust "set pagination"'s description to suggest
376 "set height unlimited" instead of "set height 0".
377
393fd4c3
YQ
3782013-04-10 Yao Qi <yao@codesourcery.com>
379
380 * gdb.texinfo (Trace Files): Add "target ctf".
381
cba5a7bf
JK
3822013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
383
384 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
385
0ed630cb
JK
386 * Makefile.in (install-man1, install-man5, uninstall-man1)
387 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
388
afe1492b
JK
389 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
390
5b8b6385
JK
3912013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
392 Eli Zaretskii <eliz@gnu.org>
393
394 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
395 parameters order. Remove "On some targets" for --attach. Document the
396 --multi parameter and extended-remote command. Document all the
397 options.
398
906ccdf0
JK
3992013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
400
401 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
402 the list of supported languages.
403
43662968
JK
4042013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
405
406 Convert man pages to texinfo, new gdbinit.5 texinfo page.
407 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
408 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
409 (diststuff): Add man.
410 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
411 (uninstall-man5): New.
412 (STAGESTUFF): Add *.1 and *.5.
413 (GDBvn.texi): Add SYSTEM_GDBINIT.
414 (gdb.1, gdbserver.1, gdbinit.5): New.
415 (maintainer-clean realclean): Add $(MANS).
416 (install): Add install-man.
417 (uninstall): Add uninstall-man.
418 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
419 (@copying): Wrap it by @c man begin COPYRIGHT.
420 (Top): Add Man Pages.
421 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
422
be9a8770
PA
4232013-04-02 Pedro Alves <palves@redhat.com>
424
425 * gdb.texinfo (Debugging Output): Document "set/show debug
426 aarch64", "set/show debug coff-pe-read" and "set/show debug
427 mach-o".
428
a46c1e42
PA
4292013-04-02 Pedro Alves <palves@redhat.com>
430
431 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
432 table>: Add entry for "trace-buffer-size".
433
bd3eecc3
PA
4342013-03-28 Pedro Alves <palves@redhat.com>
435
436 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
437 table>: Add entry for "trace-status".
438
215b9f98
EZ
4392013-03-28 Eli Zaretskii <eliz@gnu.org>
440
441 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
442 @bullet", which is invalid (makeinfo 5.1 barfs).
443
7f7cc265
PA
4442013-03-28 Pedro Alves <palves@redhat.com>
445
446 PR gdb/15294
447
448 * gdb.texinfo (List) <set listsize>: Adjust to document that
449 listsize 0 means no limit, and remove mention of -1.
450
9c0be723
YQ
4512013-03-22 Yao Qi <yao@codesourcery.com>
452
453 * gdb.texinfo (Embedded Processors): Remove menu item
454 "OpenRISC 1000".
455 (OpenRISC 1000): Remove.
456
bd712aed
DE
4572013-03-21 Doug Evans <dje@google.com>
458
459 * gdb.texinfo (Maintenance Commands): Add docs for
460 "mt set per-command {space,time,symtab} {on,off}".
461
d0353e76
YQ
4622013-03-14 Hui Zhu <hui@codesourcery.com>
463 Yao Qi <yao@codesourcery.com>
464
465 * gdb.texinfo (Trace Files): Add "tsave -ctf".
466
6dd24dfa
KS
4672013-03-13 Keith Seitz <keiths@redhat.com>
468
469 * gdb.texinfo (Maintenance Commands): Add missing ')' for
470 "maint agent" reference to Dynamic printf.
471
5c4808ca
EZ
4722013-03-11 Eli Zaretskii <eliz@gnu.org>
473
474 * gdb.texinfo (General Query Packets): Don't use colon in index
475 entries visible to Info format.
476
59ea5688
MM
4772013-03-11 Markus Metzger <markus.t.metzger@intel.com>
478
479 * gdb.texinfo (Process Record and Replay): Document record
480 changes.
481
2ae8c8e7
MM
4822013-03-11 Markus Metzger <markus.t.metzger@intel.com>
483
484 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
485 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
486 qXfer:btrace:read.
487
28abe188
EZ
4882013-03-09 Eli Zaretskii <eliz@gnu.org>
489
490 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
491 use colons in @anchor and @cindex entries.
492
be9a119c 4932013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
494
495 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
496
be9a119c 4972013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
498 Hafiz Abid Qadeer <abidh@codesourcery.com>
499
500 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
501 trace-buffer-size set and show commands.
502 (Tracepoint Packets): Document QTBuffer:size.
503 (General Query Packets): Document QTBuffer:size.
504
d57350ea
TT
5052013-02-21 Tom Tromey <tromey@redhat.com>
506
507 * gdb.texinfo: Remove bad @syncodeindex.
508 (Values From Inferior, Types In Python, Inferiors In Python)
509 (Events In Python, Threads In Python, Frames In Python, Blocks In
510 Python, Symbols In Python, Symbol Tables In Python): Remove
511 @tables.
512 (Packets, General Query Packets, Tracepoint Packets)
513 (Host I/O Packets): Use @w{} for empty @item.
514
9f44fbc0
SCR
5152013-02-20 Siva Chandra Reddy <sivachandra@google.com>
516
517 * gdb.texinfo (Architectures In Python): Add description about
518 the new method gdb.Architecture.disassemble.
519
f5911ea1
HAQ
5202013-02-15 Pedro Alves <pedro@codesourcery.com>
521 Hafiz Abid Qadeer <abidh@codesourcery.com>
522
523 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
524 Document the "trace-file" field.
525
7e1e0340
DE
5262013-02-07 Doug Evans <dje@google.com>
527
528 * gdb.texinfo (Machine Code): Clarify argument to disassemble
529 command.
530
134a2066
YQ
5312013-02-06 Yao Qi <yao@codesourcery.com>
532
533 * gdb.texinfo (GDB/MI Async Records): Document new MI
534 notification "=tsv-modified". Update the document of MI
535 notification "=tsv-created".
536 * observer.texi (GDB Observers): New observer tsv_modified.
537 Update observer tsv_created and tsv_delete.
538
430ed3f0
MS
5392013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
540
541 * gdb.texinfo (AArch64 Features): New section; document
542 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
543 (Architectures): Add new AArch64 section to document AArch64
544 architecture specific commands.
545 (ABI): Add description of the new OS ABI "Newlib" and its influence
546 on the longjmp handling.
547
1b56eb55
JK
5482013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
549 Jan Kratochvil <jan.kratochvil@redhat.com>
550
551 * gdb.texinfo (Backtrace): Added description of 'filename-display'
552 variable in 'set/show backtrace' section.
553
c4957902
TT
5542013-01-31 Tom Tromey <tromey@redhat.com>
555
556 * gdb.texinfo (Target Commands): Fix typo.
557
bea883fd
SCR
5582013-01-23 Siva Chandra Reddy <sivachandra@google.com>
559
560 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
561 describing the gdb.Architecture class.
562 (Frames In Python): Add description about the new method
563 gdb.Frame.architecture().
564
796a7ff8
DE
5652013-01-23 Doug Evans <dje@google.com>
566
567 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
568
998580f1
MK
5692013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
570
571 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
572 'thread-groups' field when printing a breakpoint in MI.
573
c9fb1240
SD
5742012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
575 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
576 to reflect that jit-reader-load now supports absolute file-names.
577
ab04a2af
TT
5782013-01-16 Tom Tromey <tromey@redhat.com>
579
580 * gdb.texinfo (Set Catchpoints): Document "catch signal".
581 (Signals): Likewise.
582
8ac3646f
TT
5832013-01-16 Tom Tromey <tromey@redhat.com>
584
585 * gdb.texinfo (GDB/MI Breakpoint Information): Document
586 "catch-type" field.
587 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
588
e93a8774
TT
5892013-01-07 Tom Tromey <tromey@redhat.com>
590
591 * gdb.texinfo (Mode Options): Don't mention -epoch.
592 (Data, Emacs): Remove obsolete comments.
593
54516a0b
TT
5942013-01-02 Tom Tromey <tromey@redhat.com>
595
596 * gdb.texinfo (GDB/MI Output Records): Update menu.
597 (GDB/MI Breakpoint Information): New node.
598 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
599 <-break-insert>: Likewise.
600
8dbe8ece
YQ
6012012-12-31 Yao Qi <yao@codesourcery.com>
602
603 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
604 (Packets): Move "vStopped" packet to ...
605 (Notification Packets): ... here. Describe the components
606 of notification. Add a table of supported notifications.
607 Add an example on the process of he async notification.
608
f35a17b5
JK
6092012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
610
611 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
612 present.
613 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
614 fullname output always present.
615
0dfd2fad
PM
6162012-12-23 Pierre Muller <muller@sourceware.org>
617
618 * gdbint.texinfo (Function prototypes): Require use of "extern"
619 modifier for function prototypes in headers.
620
7785b880
JB
6212012-12-19 Joel Brobecker <brobecker@adacore.com>
622
623 * refcard.tex: Update copyright notice to GPL v3 or later.
624 Update contact info.
625
3d745be3
JK
6262012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
627
628 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
629
c9b6281a
YQ
6302012-12-15 Yao Qi <yao@codesourcery.com>
631
632 * gdb.texinfo (Debugging Output): Document 'set debug
633 notification' and 'show debug notification'.
634
f2a8bc8a
YQ
6352012-12-15 Yao Qi <yao@codesourcery.com>
636
637 * gdb.texinfo (Listing Tracepoints): New item and example about
638 'installed on target' output.
639 Add more in the example about 'installed on target'.
640 (GDB/MI Breakpoint Commands): Doc about 'installed field.
641
451b7c33
TT
6422012-12-14 Tom Tromey <tromey@redhat.com>
643
644 * gdb.texinfo (SVR4 Process Information): Mention core files.
645
3fa7bf06
MG
6462012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
647
648 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
649
05b4bd79
PA
6502012-12-11 Pedro Alves <palves@redhat.com>
651
652 * gdb.texinfo: Remove all mentions of Unixware throughout.
653
74a0d9f6
JK
6542012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
655
656 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
657
0c631110
TT
6582012-11-29 Tom Tromey <tromey@redhat.com>
659
660 * gdb.texinfo (SVR4 Process Information): Document missing
661 "info proc" subcommands.
662
891df0ea
YQ
6632012-11-29 Yao Qi <yao@codesourcery.com>
664
665 PR gdb/1477.
666 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
667 to 'auto' instead of 'gnu'.
668
608e2dbb
TT
6692012-11-26 Tom Tromey <tromey@redhat.com>
670
671 * gdb.texinfo (MiniDebugInfo): New node.
672 (GDB Files): Update.
673
e64e0392
DE
6742012-11-16 Doug Evans <dje@google.com>
675
676 * gdb.texinfo (System-wide configuration): If the system-wide init
677 file lives in the data-directory, and --data-directory is provided,
678 look for it there.
679
ae606bee
TT
6802012-11-15 Tom Tromey <tromey@redhat.com>
681
682 * gdb.texinfo (Signaling): Fix typo.
683
62747a60
TT
6842012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
685
686 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
687 parameter "count" of -data-write-memory-bytes, and add an example.
688
18a9fc12
TT
6892012-11-12 Tom Tromey <tromey@redhat.com>
690
691 * gdb.texinfo (Symbols): Document "info type-printers",
692 "enable type-printer" and "disable type-printer".
693 (Python API): Add new node to menu.
694 (Type Printing API): New node.
695 (Progspaces In Python): Document type_printers field.
696 (Objfiles In Python): Likewise.
697 (gdb.types) <get_type_recognizers, apply_type_recognizers,
698 register_type_printer, TypePrinter>: Document.
699
53342f27
TT
7002012-11-12 Tom Tromey <tromey@redhat.com>
701
702 * gdb.texinfo (Symbols): Document "set print type methods",
703 "set print type typedefs", and flags to ptype and whatis.
704
ed8a1c2d
AB
7052012-11-09 Andrew Burgess <aburgess@broadcom.com>
706
707 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
708 the example -data-disassemble output. Extend the description of
709 the -data-disassemble results to document all fields. Document
710 the cli disassemble command as being related to -data-disassemble.
711
8506d139
YQ
7122012-11-09 Yao Qi <yao@codesourcery.com>
713
714 PR gdb/14777.
715 * gdb.texinfo (OS Information): Remove doc on command
716 'info udot'.
717
4d3f93a2
JB
7182012-11-08 Joel Brobecker <brobecker@adacore.com>
719
720 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
721 gdb.ini warning for Windows port.
722
1e96de83
YQ
7232012-11-08 Yao Qi <yao@codesourcery.com>
724
725 * gdb.texinfo (Search): Add kindex for 'fo'.
726
dc939229
TT
7272012-11-05 Tom Tromey <tromey@redhat.com>
728
729 PR python/14802:
730 * gdb.texinfo (Functions In Python): Add example.
731
6f6484cd
YQ
7322012-11-03 Yao Qi <yao@codesourcery.com>
733
734 * observer.texi (GDB Observers): Remove observer
735 'tracepoint_modified', 'tracepoint_created' and
736 'tracepoint_deleted'.
737
af4238e5
TT
7382012-10-26 Tom Tromey <tromey@redhat.com>
739
740 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
741
687e43a4
TT
7422012-10-25 Tom Tromey <tromey@redhat.com>
743
744 * gdb.texinfo (General Query Packets): Use @itemx.
745
8de0566d
YQ
7462012-10-17 Yao Qi <yao@codesourcery.com>
747
748 * observer.texi (GDB Observers): Update observer
749 'memory_changed'.
750 * gdb.texinfo (GDB/MI Async Records): Document for
751 "memory-changed" notification.
752
07540c15
DE
7532012-10-15 Doug Evans <dje@google.com>
754
755 * gdb.texinfo (Mode Options): Document -nh.
756 Elaborate on docs for -nx.
757
d7019589
SP
7582012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
759
760 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
761
82a90ccf
YQ
7622012-09-21 Yao Qi <yao@codesourcery.com>
763 Pedro Alves <palves@redhat.com>
764
765 * gdb.texinfo (GDB/MI Async Records): Document notification
766 'record-started' and 'record-stopped'.
767 * observer.texi (GDB Observers): New observer 'record-changed'.
768
aa9259cc
TS
7692012-09-19 Thomas Schwinge <thomas@codesourcery.com>
770
771 * gdb.texinfo: Document the removal of SH's 'regs' command.
772
c1d780c2
SDJ
7732012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
774
775 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
776
bb25a15c
YQ
7772012-09-18 Yao Qi <yao@codesourcery.com>
778
779 * gdb.texinfo (GDB/MI Async Records): Document new MI
780 notifications '=tsv-created' and '=tsv-deleted'.
781 * observer.texi (GDB Observers): New observer tsv_created and
782 tsv_deleted.
783
201b4506
YQ
7842012-09-18 Yao Qi <yao@codesourcery.com>
785
786 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
787 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
788 '=traceframe-changed'.
789
6fc1c773
YQ
7902012-09-17 Yao Qi <yao@codesourcery.com>
791
792 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
793 'set listsize'.
794
121c73f3
JK
7952012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
796 Eli Zaretskii <eliz@gnu.org>
797
798 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
799 encoding for gdbarch_breakpoint_from_pc, bp_addr for
800 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
801
e9687799
JK
8022012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
803
804 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
805
3b5e4d35
YPK
8062012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
807
808 Document how to return from "python-interactive" to GDB.
809 * gdb.texinfo (Python Commands): Update documentation.
810
8112012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
812
813 Add a new "python-interactive" command that starts a standard
814 Python interactive prompt with "pi" as alias, and add "py" as
815 an alias to "python".
816 * gdb.texinfo (Python Commands): Document the new commands.
817
b583003e
TT
8182012-08-22 Tom Tromey <tromey@redhat.com>
819
820 * gdbint.texinfo (Host Definition): Remove documentation for
821 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
822
a451cb65
KS
8232012-08-17 Keith Seitz <keiths@redhat.com>
824
825 PR c++/13356
826 * gdb.texinfo (Type and Range Checking): Remove warning.
827 Remove spurious commas.
828 Update text and examples for re-implementation of set/show
829 check type.
830 (C and C++ Type and Range Checks): Likewise.
831
6b1755ce
YQ
8322012-08-16 Yao Qi <yao@codesourcery.com>
833
834 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
835 is deprecated.
836
f47f77df
DE
8372012-08-13 Doug Evans <dje@google.com>
838
839 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
840 to include functions.
841
a72c3253
DE
8422012-08-10 Doug Evans <dje@google.com>
843
844 * gdb.texinfo (Convenience Funs): New node.
845 (Types In Python): Document Type.vector.
846
5b9afe8a
YQ
8472012-08-09 Yao Qi <yao@codesourcery.com>
848
849 * observer.texi: New observer command_param_changed.
850 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
851
dc1039df
JK
8522012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
853
854 * gdbint.texinfo (Debugging GDB): In section
855 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
856 Mention also gdb-gdb.py.
857
4abf930d
YQ
8582012-08-07 Yao Qi <yao@codesourcery.com>
859
860 Revert the folloing patch:
861 2012-08-06 Yao Qi <yao@codesourcery.com>
862 * gdb.texinfo (Remote Configuration): Add kindex for 'set
863 remote hardware-watchpoint-limit' and 'set
864 remote hardware-breakpoint-limit'.
865
f3c8a52a
JK
8662012-08-06 Nathaniel Flath <flat0103@gmail.com>
867
868 * gdb.texinfo (Working Directory): Added information about new
869 default argument for 'cd' command.
870
77a91025
YQ
8712012-08-06 Yao Qi <yao@codesourcery.com>
872
873 * gdb.texinfo (Remote Configuration): Add kindex for 'set
874 remote hardware-watchpoint-limit' and 'set
875 remote hardware-breakpoint-limit'.
876
d9f08f52
YQ
8772012-08-06 Yao Qi <yao@codesourcery.com>
878
879 Fix PR14371.
880
881 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
882 '=breakpoint-deleted'.
883
95b07c96
YQ
8842012-08-02 Yao Qi <yao@codesourcery.com>
885
886 * gdb.texinfo (Native): Remove node Neutrino.
887
7255706c
YQ
8882012-07-27 Yao Qi <yao@codesourcery.com>
889
890 * gdb.texinfo (IPA Protocol Commands): Document new command
891 'close'.
892
d6b28940
TT
8932012-07-25 Tom Tromey <tromey@redhat.com>
894
895 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
896
e615022a
DE
8972012-07-20 Doug Evans <dje@google.com>
898
899 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
900 (Index Files): Document how to control the use of deprecated index
901 sections.
902 (Index Section Format): Replace --use-deprecated-index-sections with
903 "set use-deprecated-index-sections on".
904
055855a4
EZ
9052012-07-12 Eli Zaretskii <eliz@gnu.org>
906
907 * gdbint.texinfo: Remove @syncodeindex directives that put all the
908 indices into a single node "Index". Instead, join function and
909 variable indices into a single index, separate from the concept
910 index. Requested in
911 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
912 (Top): Update the top-level menu: instead of one "Index" there are
913 now separate entries "Concept Index" and "Function and Variable
914 Index".
915 (Concept Index, Function and Variable Index): New nodes.
916 (Index): Node deleted.
917
f77cc5f0
HZ
9182012-07-05 Hui Zhu <hui_zhu@mentor.com>
919
920 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
921 and "maint agent-eval".
922
00595b5e
EZ
9232012-07-03 Eli Zaretskii <eliz@gnu.org>
924
925 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
926 avoid file-name clashes between Index.html and index.html on
927 case-insensitive filesystems. See the discussion starting in
928 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
929 details of the problem.
930 (Top): Update the master menu for the above.
931 (Concept Index, Command and Variable Index): New nodes, instead of
932 the old "Index" node that was deleted. All cross-references
933 updated.
934
d3ce09f5
SS
9352012-07-02 Stan Shebs <stan@codesourcery.com>
936
937 * gdb.texinfo (Dynamic Printf): Mention agent style and
938 disconnected dprintf.
939 (Maintenance Commands): Describe maint agent-printf.
940 (General Query Packets): Mention BreakpointCommands feature.
941 (Packets): Document commands extension to Z0 packet.
942 * agentexpr.texi (Bytecode Descriptions): Document printf
943 bytecode.
944
2d7b58e8
JK
9452012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
946
947 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
948 only after gdbinit files.
949 (Startup): Move -iex and -iex commands down after gdbinit files.
950
202cbf1c
JK
9512012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
952
953 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
954 possibility.
955
b6ba681c
TT
9562012-06-29 Tom Tromey <tromey@redhat.com>
957
958 * gdb.texinfo (Index Section Format): Update for version 7.
959
71caed83
SS
9602012-06-28 Stan Shebs <stan@codesourcery.com>
961
962 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
963 example, add note about title column.
964
ee0bf529
SCR
9652012-06-26 Siva Chandra Reddy <sivachandra@google.com>
966
967 * gdb.texinfo (Symbol Tables In Python): Add description about
968 the new 'last' attribute of gdb.Symtab_and line.
969
3c15d565
SCR
9702012-06-26 Siva Chandra Reddy <sivachandra@google.com>
971
972 * gdb.texinfo (Symbol Tables In Python): Correct the description
973 of the 'pc' attribute of gdb.Symtab_and_line.
974
45cfd468
DE
9752012-06-26 Doug Evans <dje@google.com>
976
977 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
978 and symtab-create.
979
496ee73e
KS
9802012-06-25 Keith Seitz <keiths@redhat.com>
981
982 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
983 from example. Remove "rbreak" from list of corresponding
984 gdb commands.
985
156942c7
DE
9862012-06-23 Doug Evans <dje@google.com>
987
988 * gdb.texinfo (Index Section Format): Document version 7 format.
989
c614397c
YQ
9902012-06-22 Yao Qi <yao@codesourcery.com>
991
992 * gdb.texinfo: Add missing cindex for some packets.
993
472a2379
KS
9942012-06-20 Keith Seitz <keiths@redhat.com>
995
996 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
997 for -break-insert and document -p.
998
2678e2af
YQ
9992012-06-20 Yao Qi <yao@codesourcery.com>
1000
1001 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
1002 and "gdb.write_memory" with "Inferior.read_memory" and
1003 "Inferior.write_memory".
1004
984359d2
EZ
10052012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
1006
1007 * gdb.texinfo (Summary): Add a link to "Free Documentation".
1008 (Free Documentation): Add @node line.
1009 (Continuing and Stepping) <advance location>: Use @item instead of
1010 @itemx.
1011 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
1012 @itemx.
1013 (Embedded Processors): Put the link to "PA" to its correct place,
1014 according to document structure.
1015 (Python API): Put the link to "Lazy Strings In Python" to its
1016 correct place.
1017 (Index): Use @@ in @tex block to get a literal @.
1018
1019 * gdbint.texinfo: Fix the @subtitle line.
1020
1021 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
1022 correct place.
1023
16bdd41f
YQ
10242012-06-08 Yao Qi <yao@codesourcery.com>
1025
1026 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
1027 Protocol'.
1028 (In-Process Agent Protocol, IPA Protocol Objects)
1029 (IPA Protocol Commands): New nodes.
1030 (Tracepoint Packets): Add anchors.
1031
2d4c29c5
TS
10322012-06-06 Thomas Schwinge <thomas@codesourcery.com>
1033
1034 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
1035
6bd110c5
YQ
10362012-06-06 Yao Qi <yao@codesourcery.com>
1037
1038 * gdb.texinfo: Update copyright year.
1039
f3e0e960
SS
10402012-05-23 Stan Shebs <stan@codesourcery.com>
1041 Kwok Cheung Yeung <kcy@codesourcery.com>
1042
1043 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
1044
1564a261
JK
10452012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1046
1047 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
1048 Mention also --with-separate-debug-dir.
1049 (Auto-loading): Prepend $debugdir in the sample output.
1050 (Auto-loading safe path): Likewise. Mention also $debugdir for the
1051 auto-load safe-path variable.
1052 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
1053 Mention also $debugdir for 'set auto-load scripts-directory'.
1054
eb17f351
EZ
10552012-05-19 Eli Zaretskii <eliz@gnu.org>
1056
1057 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
1058 (MIPS Embedded, MIPS, MIPS Register packet Format)
1059 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
1060 appropriate.
1061
4cc0665f
MR
10622012-05-18 Sandra Loosemore <sandra@codesourcery.com>
1063 Maciej W. Rozycki <macro@codesourcery.com>
1064
1065 * gdb.texinfo (MIPS): Document "set mips compression" and "show
1066 mips compression".
1067 (MIPS Breakpoint Kinds): New subsubsection.
1068
7af8dcf8 10692012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
1070
1071 * gdb.texinfo (Architecture-Specific Protocol Details): Define
1072 nodes for subsections. Add @acronym mark-ups and adjust
1073 formatting.
1074
aff139ff
JK
10752012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1076
1077 Rename $ddir to $datadir.
1078 * gdb.texinfo (Auto-loading, Auto-loading safe path)
1079 (objfile-gdb.py file): Rename $ddir to $datadir.
1080
9cb709b6
TT
10812012-05-18 Tom Tromey <tromey@redhat.com>
1082
1083 * gdb.texinfo (Print Settings): Document 'set print symbol'.
1084
e7e0cddf
SS
10852012-05-14 Stan Shebs <stan@codesourcery.com>
1086
1087 * gdb.texinfo (Dynamic Printf): New subsection.
1088
7efc75aa
SCR
10892012-05-13 Siva Chandra Reddy <sivachandra@google.com>
1090
1091 * gdb.texinfo (Basic Python): Add description about the function
1092 gdb.find_pc_line
1093
f307c045
JK
10942012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1095 Eli Zaretskii <eliz@gnu.org>
1096
1097 * gdb.texinfo (Separate Debug Files): Use plural form for global
1098 debugging information directory.
1099
85d4a676
SS
11002012-05-11 Stan Shebs <stan@codesourcery.com>
1101 Kwok Cheung Yeung <kcy@codesourcery.com>
1102
1103 * gdb.texinfo (Operating System Auxiliary Information): Document new
1104 'info os' subcommands.
1105
c1668e4e
JK
11062012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1107
1108 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
1109 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
1110 (dotdebug_gdb_scripts section): Add reference
1111 to 'Auto-loading safe path'.
1112
7349ff92
JK
11132012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1114
1115 Implement multi-component --with-auto-load-dir.
1116 * gdb.texinfo (Auto-loading): New references
1117 for 'set auto-load scripts-directory'
1118 and 'show auto-load scripts-directory'.
1119 (Auto-loading safe path): Describe the new default. Move $ddir
1120 substituation reference to 'objfile-gdb.py file'.
1121 (objfile-gdb.py file): Describe script-name alias. Change real-name to
1122 script-name. Describe new 'set auto-load scripts-directory'
1123 and 'show auto-load scripts-directory'.
1124
6dea1fbd
JK
11252012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1126
1127 Provide $ddir substitution for --with-auto-load-safe-path.
1128 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
1129 (Auto-loading safe path): Likewise. Mention the default value,
1130 $ddir substitution, --with-auto-load-safe-path and
1131 --without-auto-load-safe-path.
1132 * observer.texi (gdb_datadir_changed): New.
1133
1ccacbcd
JK
11342012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1135
1136 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
1137 Twice.
1138
d9242c17
JK
1139 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
1140 directory separator by path separator.
1141
af2c1515
JK
11422012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1143
1144 * gdb.texinfo (Auto-loading safe path): Make 'directories'
1145 for 'set auto-load safe-path' optional. Mention if it is omitted.
1146 Change disabling security protection condition to "/", twice.
1147
a20ee7a4
SCR
11482012-05-03 Siva Chandra Reddy <sivachandra@google.com>
1149
1150 * gdb.texinfo (Symbol Tables In Python): Add documentation about
1151 the new methods global_block and static_block on gdb.Symtab
1152 objects.
1153
56af09aa
SCR
11542012-05-02 Siva Chandra Reddy <sivachandra@google.com>
1155
1156 * gdb.texinfo (Blocks In Python): Add a note saying that future
1157 improvements to GDB and its infrastructure can move symbols
1158 across blocks within a symbol table.
1159
2746b0ef
YQ
11602012-04-29 Yao Qi <yao@codesourcery.com>
1161
1162 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
1163 (A29K): Remove.
1164
62e5f89c
SDJ
11652012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
1166 Tom Tromey <tromey@redhat.com>
1167
1168 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
1169 and generic static probe support on GDB.
1170
a766d390
DE
11712012-04-25 Doug Evans <dje@google.com>
1172
50f042b9
DE
1173 * gdb.texinfo (Go): Fix thinko.
1174
a766d390
DE
1175 * gdb.texinfo (Supported Languages): Add Go.
1176 (Go): New node.
1177
f02e2b19
YQ
11782012-04-25 Yao Qi <yao@codesourcery.com>
1179
1180 * gdbint.texinfo (Testsuite): New section `Board settings'.
1181
68d41a48
JK
11822012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1183
1184 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
1185 Three times.
1186
174bb630
JK
1187 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
1188 Three times.
1189
0511cc75
JK
11902012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1191
1192 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
1193 by @table @asis. Fix formatting of one item.
1194
0070f25a
JK
11952012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1196
1197 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
1198
4dc84fd1
JK
11992012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1200
1201 New option "set debug auto-load".
1202 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
1203 (auto-load verbose mode): New node.
1204
bccbefd2
JK
12052012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1206
1207 New option "set auto-load safe-path".
1208 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
1209 and "info auto-load" examples for safe-path. Put there also references
1210 for "set auto-load safe-path" and "show auto-load safe-path".
1211 New menu item for Auto-loading safe path.
1212 (Auto-loading safe path): New node.
1213 (Python Auto-loading): Update the expected output from "Missing"
1214 to "No".
1215
bf88dd68
JK
12162012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1217
1218 auto-load: Implementation.
1219 * gdb.texinfo (Mode Options): New anchor for -nx.
1220 (Startup): New anchors for Option -init-eval-command,
1221 Home Directory Init File
1222 and Init File in the Current Directory during Startup.
1223 Mention set auto-load local-gdbinit with a reference.
1224 Change the sample code to "set auto-load python-scripts".
1225 (Threads): New anchor set libthread-db-search-path.
1226 Provide references to libthread_db.so.1 file.
1227 (Controlling GDB): New menu item for Auto-loading.
1228 (Auto-loading, Init File in the Current Directory)
1229 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
1230 (Python): Rename the menu item Auto-loading to Python Auto-loading.
1231 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
1232 reference.
1233 (Auto-loading): Rename to ...
1234 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
1235 "set auto-load python-scripts", new anchor for it. Change
1236 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
1237 for it. Change "info auto-load-scripts"
1238 to "info auto-load python-scripts", new anchor for it. Change "scripts"
1239 to "Python scripts".
1240
8264ba82
AG
12412012-04-14 Anton Gorenkov <xgsa@yandex.ru>
1242
1243 PR mi/13393
1244 * gdb.texinfo (Print Settings): Extend the description for "set print
1245 object".
1246 (GDB/MI Variable Objects): Extend the description for -var-create and
1247 -var-list-children.
1248
06fc020f
SCR
12492012-04-11 Siva Chandra Reddy <sivachandra@google.com>
1250
1251 * gdb.texinfo (Examining Data): Document the 'explore' command.
1252
7191c139
JB
12532012-03-28 Joel Brobecker <brobecker@adacore.com>
1254
1255 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
1256 to the children of a varobj and its update range when -var-update
1257 returns that the varobj's type changed.
1258
3708f05e
JK
12592012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1260
1261 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
1262 Create two new links fir 'objfile-gdb.py file'
1263 and 'dotdebug_gdb_scripts section'.
1264
8e0583c8
JK
12652012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1266
1267 * gdb.texinfo (Auto-loading): Rename node reference
1268 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
1269 Twice.
1270 (.debug_gdb_scripts section): Rename the node ...
1271 (dotdebug_gdb_scripts section): ... here.
1272 (Maintenance Commands): Also rename this node reference.
1273
7b282c5a
SCR
12742012-03-22 Siva Chandra Reddy <sivachandra@google.com>
1275
1276 * gdb.texinfo (Python API/Values From Inferior): Add description
1277 about the new method Value.referenced_value. Add description on
1278 how Value.dereference is different (and similar) to
1279 Value.referenced_value.
1280
8320cc4f
JK
12812012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1282
1283 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
1284 --init-eval-command=COMMAND, -iex.
1285 (Startup): Describe -iex and -ix. Simplify the example
1286 for "set auto-load-scripts off".
1287
481860b3
GB
12882012-03-16 Gary Benson <gbenson@redhat.com>
1289
1290 PR breakpoints/10738
1291 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
1292 stating that GDB cannot set breakpoints on inlined functions.
1293 (Mode Options): Document --use-deprecated-index-sections.
1294 (Index Section Format): Document new index section version format.
1295
c4aeac85
TT
12962012-03-15 Tom Tromey <tromey@redhat.com>
1297
1298 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
1299
16899756
DE
13002012-03-13 Doug Evans <dje@google.com>
1301
1302 * gdb.texinfo (Help): Change apropos example to use "alias" instead
1303 of "reload".
1304 (Symbols): Delete docs for set/show symbol-reloading.
1305 * gdbint.texinfo (Defining Other Architecture Features): Delete
1306 SYMBOL_RELOADING_DEFAULT.
1307 * refcard.tex: Delete reference to symbol-reloading.
1308
9b224c5e
PA
13092012-03-07 Pedro Alves <palves@redhat.com>
1310
1311 * gdb.texinfo (General Query Packets): Document new
1312 QProgramSignals packet.
1313 * gdb.texinfo (Remote configuration): Mention
1314 "program-signals-packet".
1315
169081d0
TG
13162012-03-05 Tristan Gingold <gingold@adacore.com>
1317
1318 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
1319
d1feda86
YQ
13202012-03-03 Yao Qi <yao@codesourcery.com>
1321
1322 * gdb.texinfo (In-Process Agent): New node.
1323 Document new commands.
1324 (General Query Packets): Add packet `QAgent'.
1325
1faeff08
MR
13262012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
1327
1328 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
1329
7d74f244
DE
13302012-03-01 Scott J. Goldman <scottjg@vmware.com>
1331
1332 * gdb.texinfo (Commands In Python): Put example python macro in
1333 COMMAND_USER category rather than COMMAND_OBSCURE.
1334 Document gdb.COMMAND_USER.
1335 (User-defined Commands): Update documentation to clarify
1336 "set/show max-user-call-depth" and "show user" don't apply to python
1337 commands. Update documentation to clarify "help user-defined" may
1338 also include python commands defined as COMMAND_USER.
1339
6fe37d23
JK
13402012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1341
1342 * gdb.texinfo (Startup): Add option -ex description to the option -x
1343 description.
1344
83364271
LM
13452012-02-24 Luis Machado <lgustavo@codesourcery.com>
1346
1347 * gdb.texinfo (Setting Breakpoints): Mention and explain the
1348 condition-evaluation breakpoint parameter.
1349 Mention condition-evaluation mode being shown in "info break".
1350 (Break Conditions): Add description for target-side
1351 conditional breakpoints.
1352 (Remote Configuration): Mention conditional-breakpoints-packet.
1353 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
1354 cond-expr.
1355 (General Query Packets): Mention new ConditionalBreakpoint feature.
1356
bdb1994d
TT
13572012-02-22 Tom Tromey <tromey@redhat.com>
1358
1359 * gdb.texinfo (Blocks In Python): Clarify block iteration.
1360
4d241c86
TT
13612012-02-17 Tom Tromey <tromey@redhat.com>
1362
1363 PR python/10753:
1364 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
1365 directory.
1366
816338b5
SS
13672012-02-14 Stan Shebs <stan@codesourcery.com>
1368
1369 * gdb.texinfo (Disabling Breakpoints): Document enable count.
1370
cc30c4bd
PA
13712012-02-13 Pedro Alves <palves@redhat.com>
1372
1373 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
1374 mips-idt-ecoff.
1375
035d1e5b
YQ
13762012-02-09 Yao Qi <yao@codesourcery.com>
1377
1378 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
1379
f0823d2c
TT
13802012-02-07 Tom Tromey <tromey@redhat.com>
1381
1382 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
1383 Symbol.value.
1384
64e7d9dd
TT
13852012-02-07 Tom Tromey <tromey@redhat.com>
1386
1387 * gdb.texinfo (Symbols In Python): Document Symbol.line.
1388
4220b2f8
TS
13892012-01-27 Thomas Schwinge <thomas@codesourcery.com>
1390
1391 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
1392
edcc5120
TT
13932012-01-24 Tom Tromey <tromey@redhat.com>
1394
1395 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
1396 unload".
1397 (Files): Mention new catch commands.
1398 (GDB/MI Async Records): Likewise.
1399
53fe1783
GB
14002012-01-24 Gary Benson <gbenson@redhat.com>
1401
1402 Delete #if 0'd out code.
1403 * gdb.texinfo (Frame Info): Remove "info catch".
1404
b9e7b9c3
UW
14052012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1406
1407 * gdb.texinfo (Remote Configuration): Document
1408 "set remote hostio-readlink-packet" command.
1409 (General Query Packets): Document vFile:readlink packet.
1410
4aac40c8
TT
14112012-01-16 Tom Tromey <tromey@redhat.com>
1412
1413 * gdb.texinfo (Specify Location): Document relative file name
1414 handling.
1415
cafec441
TT
14162012-01-16 Tom Tromey <tromey@redhat.com>
1417
1418 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
1419
0ee339bc
JK
14202012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1421 Eli Zaretskii <eliz@gnu.org>
1422
1423 * gdbint.texinfo (Coding Standards): Require braces for two lines of
1424 code.
1425
72384ba3
PH
14262012-01-11 Paul Hilfinger <hilfingr@adacore.com>
1427
1428 * gdb.texinfo (Variables): Document use of :: for non-static
1429 variables.
1430
ce1b17c4
JB
14312012-01-05 Joel Brobecker <brobecker@adacore.com>
1432
1433 * gdbint.texinfo (Start of New Year Procedure): Update
1434 to replace use of copyright.sh by use of copyright.py.
1435
217bff3e
JK
14362012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1437
1438 Remove the gdbtui binary.
1439 * all-cfg.texi (GDBTUI): Remove.
1440 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
1441 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
1442 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
1443
cc72b2a2
KP
14442011-12-23 Kevin Pouget <kevin.pouget@st.com>
1445
1446 Introduce gdb.FinishBreakpoint in Python.
1447 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
1448 (Python API): Add menu entry for Finish Breakpoints.
1449
13ac8d2c
JK
14502011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1451
1452 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
1453 tests.
1454
e0f9f062
DE
14552011-12-16 Doug Evans <dje@google.com>
1456
1457 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
1458
80b6e756
PM
14592011-12-16 Phil Muldoon <pmuldoon@redhat.com>
1460
1c3ad6ab 1461 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
1462 stack". Add documentation for "set/show python print-stack".
1463
2fb860fc
PA
14642011-12-14 Pedro Alves <pedro@codesourcery.com>
1465
1466 * gdb.texinfo (Implementing a Remote Stub): Explain that you
1467 should transfer control to the stub in the startup code instead of
1468 in main. Mention the need to get past the initial breakpoint.
1469
f8eba3c6
TT
14702011-12-06 Tom Tromey <tromey@redhat.com>
1471
1472 * gdb.texinfo (Set Breaks): Update for new behavior.
1473
2268b414
JK
14742011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1475
1476 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
1477 List Format for SVR4 Targets'.
1478 (General Query Packets): New item qXfer:libraries-svr4:read.
1479 (Library List Format for SVR4 Targets): New node.
1480
ae6f0d5b
TT
14812011-12-01 Tom Tromey <tromey@redhat.com>
1482
1483 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
1484 add.
1485
36dfb11c
TT
14862011-11-22 Tom Tromey <tromey@redhat.com>
1487
1488 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
1489 reasons.
1490
f196051f
SS
14912011-11-20 Stan Shebs <stan@codesourcery.com>
1492
1493 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1494 note-related options and variables.
1495 (Tracepoint Packets): Document packet changes.
1496
f85b53f8
SD
14972011-11-20 Sanjoy Das <sdas@igalia.com>
1498
1499 * gdb.texinfo (JIT Interface): Add documentation on writing and
1500 usind JIT debug info readers.
1501 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
1502 Debug Info Readers): New nodes.
1503
bfccc43c
YQ
15042011-11-18 Yao Qi <yao@codesourcery.com>
1505
1506 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
1507 tracepoint.
1508
c011a4f4
DE
15092011-11-15 Doug Evans <dje@google.com>
1510
1511 * gdb.texinfo (Files): Document basenames-may-differ.
1512
ed59ded5
DE
15132011-11-14 Doug Evans <dje@google.com>
1514
1515 * gdb.texinfo (Shell Commands): Document "!".
1516
405f8e94
SS
15172011-11-14 Stan Shebs <stan@codesourcery.com>
1518 Kwok Cheung Yeung <kcy@codesourcery.com>
1519
1520 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
1521 needed to get shorter fast tracepoints.
1522 (Tracepoint Packets): Document new qTMinFTPILen packet.
1523
1e4d1764
YQ
15242011-11-14 Yao Qi <yao@codesourcery.com>
1525
1526 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
1527 behavior of tracepoint.
1528 (General Query Packets): New feature InstallInTrace.
1529 (Remote Configuration): Document "set remote
1530 install-in-trace-packet".
1531
71eba9c2 15322011-11-12 Matt Rice <ratmice@gmail.com>
1533
1534 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
1535 Add arguments to info macro.
1536
e0f8f636
TT
15372011-11-10 Tom Tromey <tromey@redhat.com>
1538
1539 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
1540 manual.
1541 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
1542 (Macros): Add a footnote.
1543 (C): Remove paragraph about compiler options.
1544 (C Constants): Mention wide character and string constants.
1545 (C Plus Plus Expressions): Update compiler option advice. Mention
1546 using declarations. Mention ADL. Remove old HP compiler
1547 information.
1548
625c0d47
TT
15492011-11-10 Tom Tromey <tromey@redhat.com>
1550
1551 PR c++/9257:
1552 * gdb.texinfo (Print Settings): Add an extra note about the need
1553 for a vtable.
1554
4be2aacc
MR
15552011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
1556
1557 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
1558 "set mips abi" documentation.
1559
0a1c4d10
DE
15602011-11-04 Doug Evans <dje@google.com>
1561
1562 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
1563
aad1c02c
TT
15642011-11-03 Tom Tromey <tromey@redhat.com>
1565
1566 * gdb.texinfo (Stopping): Add menu entry.
1567 (Continuing and Stepping): Restore @node. Use @section, not
1568 @subsection.
1569
983fb131
MR
15702011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
1571
1572 * gdb.texinfo (Skipping Over Functions and Files): Remove node
1573 designation. Fix "Specify Location" cross-reference.
1574
3065dfb6
SS
15752011-11-02 Stan Shebs <stan@codesourcery.com>
1576
1577 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
1578 (General Query Packets): Describe tracenz feature.
1579 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
1580
0aaaf063
PK
15812011-10-28 Paul Koning <paul_koning@dell.com>
1582
1583 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
1584
2231f1fb
KP
15852011-10-27 Kevin Pouget <kevin.pouget@st.com>
1586
1587 * gdb.texinfo ((Frames In Python): Document
1588 gdb.FRAME_UNWIND_FIRST_ERROR contant.
1589
5110b5df
PK
15902011-10-26 Paul Koning <paul_koning@dell.com>
1591
1592 * gdb.texinfo (gdb.types): Document new deepitems function.
1593
22dbab46
PK
15942011-10-25 Paul Koning <paul_koning@dell.com>
1595
1596 PR python/13327
1597
1598 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
1599 fetch_lazy method.
1600
9df2fbc4
PM
16012011-10-20 Phil Muldoon <pmuldoon@redhat.com>
1602
1603 PR python/12656
1604
1605 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
1606 global_block, static_block function.
1607
f05e2e1d
TT
16082011-10-19 Tom Tromey <tromey@redhat.com>
1609
1610 * gdb.texinfo (Commands In Python): Add missing "@"s.
1611
a7fc3f37
KP
16122011-10-13 Kevin Pouget <kevin.pouget@st.com>
1613
1614 PR python/13285 Document named constants for frame unwind stop reasons
1615 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
1616 constants.
1617
5048e516
JK
16182011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1619
1620 Fix compatibility with texinfo versions older than 4.12.
1621 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
1622 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
1623 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
1624 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
1625 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
1626 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
1627 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
1628
5a56e9c5
DE
16292011-10-09 Doug Evans <dje@google.com>
1630
1631 * gdb.texinfo (Extending GDB): Document alias command.
1632
36b11add
JK
16332011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1634
1635 Support @entry in input expressions.
1636 * gdb.texinfo (Variables): Describe @entry names suffix.
1637 (Print Settings): Add anchor for `set print entry-values'.
1638
e18b2753
JK
16392011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1640 Eli Zaretskii <eliz@gnu.org>
1641
1642 Display @entry parameter values (without references).
1643 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
1644 example.
1645 (Print Settings): New description of set print entry-values and show
1646 print entry-values.
1647
111c6489
JK
16482011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1649 Eli Zaretskii <eliz@gnu.org>
1650
1651 Recognize virtual tail call frames.
1652 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
1653 (Tail Call Frames): New node.
1654 (Frames In Python): Add gdb.TAILCALL_FRAME.
1655
9c15afc4
DE
16562011-10-07 Doug Evans <dje@google.com>
1657
1658 * gdb.texinfo (gdb.printing): Document new `replace' arg to
1659 register_pretty_printer.
1660
99f5279d
PM
16612011-10-07 Phil Muldoon <pmuldoon@redhat.com>
1662
1663 PR python/12930
1664 PR python/12802
1665
1666 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
1667 stop method.
1668
03583c20
UW
16692011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
1670
1671 * gdb.texinfo (Starting your Program): "set disable-randomization"
1672 is no longer Linux-specific.
1673 (Remote Configuration): Document "set remote
1674 disable-randomization-packet".
1675 (General Query Packets): Document "QDisableRandomization" packet
1676 and add it to "qSupported" list.
1677
bd054e06
KP
16782011-10-07 Kevin Pouget <kevin.pouget@st.com>
1679
1680 Allow Python notification of new object-file loadings.
1681 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
1682 event type.
1683
cb6be26b
KP
16842011-10-04 Kevin Pouget <kevin.pouget@st.com>
1685
1686 PR python/12691: Add the inferior to Python exited event
1687 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
1688
a05336a1
JB
16892011-10-03 Joel Brobecker <brobecker@adacore.com>
1690
1691 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
1692 rephasing.
1693
5d77fe44
JB
16942011-10-03 Joel Brobecker <brobecker@adacore.com>
1695
1696 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
1697 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
1698 as possible feature returned by the `-list-features'
1699 command.
1700
699df94d
PK
17012011-09-28 Paul Koning <paul_koning@dell.com>
1702
1703 * gdb.texinfo (gdb.Type): Document field access by dictionary
1704 key syntax.
1705
24bdad53
YQ
17062011-09-28 Yao Qi <yao@codesourcery.com>
1707
1708 * gdb.texinfo (Files): Update options for `add-symbol-file'.
1709 Add one space after option `-s'. Remove @r{} markup.
1710
6710bf39
SS
17112011-09-27 Stan Shebs <stan@codesourcery.com>
1712
1713 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
1714
d99f7e48
HZ
17152011-09-16 Hui Zhu <teawater@gmail.com>
1716
1717 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
1718 to *(unsigned char *)$esp@300.
1719
d812018b
PK
17202011-09-15 Paul Koning <paul_koning@dell.com>
1721
1722 * gdb.texinfo: Make style of Python functions and methods match
1723 the syntax of Python. Also put class and module names explicitly
1724 on function, member, and variable names, matching Python
1725 documentation conventions.
1726
2aa48337
KP
17272011-09-15 Kevin Pouget <kevin.pouget@st.com>
1728
1729 PR Python/12692 Add gdb.selected_inferior() to Python interface.
1730 * gdb.texinfo (Inferiors In Python): Describe new
1731 gdb.selected_inferior() function.
1732
6839b47f
KP
17332011-09-15 Kevin Pouget <kevin.pouget@st.com>
1734
1735 Handle multiple breakpoint hits in Python interface:
1736 * gdb.texinfo (Events In Python): New function documentation:
1737 gdb.BreakpointEvent.breakpoints. Indicate that
1738 gdb.BreakpointEvent.breakpoint is now deprecated.
1739
26829f2b
JB
17402011-09-04 Joel Brobecker <brobecker@adacore.com>
1741
1742 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
1743
a9f54f60
TT
17442011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
1745
1746 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
1747
fa3a4f15
PM
17482011-08-17 Phil Muldoon <pmuldoon@redhat.com>
1749
1750 * gdb.texinfo (Prompt): Add set/show extended-prompt
1751 documentation
1752 (Basic Python): Add prompt_hook anchor.
1753 (Python modules): Reword module text to reflect multiple modules.
1754 (gdb.prompt): Document gdb.prompt module.
1755
224bbe49
YQ
17562011-08-14 Yao Qi <yao@codesourcery.com>
1757
78d85199
YQ
1758 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
1759
17602011-08-14 Yao Qi <yao@codesourcery.com>
1761
1762 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
1763 (TIC6x Features): New node.
1764
457e09f0
DE
17652011-08-12 Doug Evans <dje@google.com>
1766
1767 * gdb.texinfo (Symbols In Python): Document symbol.type.
1768
5e239b84
PM
17692011-08-09 Phil Muldoon <pmuldoon@redhat.com>
1770
1771 * gdb.texinfo (Python): Document command and function
1772 auto-loading.
1773
177bc839
JK
17742011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1775 Eli Zaretskii <eliz@gnu.org>
1776
1777 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
1778 typedefs unrolling. Extend the sample code by an inner typedef and
1779 outer typedefs unrolling.
1780
1a532630
PP
17812011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
1782
1783 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
1784 size and line-size.
1785
9b158ba0 17862011-07-21 Matt Rice <ratmice@gmail.com>
1787
1788 PR macros/12999
1789 * gdb.texinfo (Macros): Add info definitions and info macros commands.
1790 Update text and cindex entries for info macro command.
1791
d17b6f81
PM
17922011-07-21 Phil Muldoon <pmuldoon@redhat.com>
1793
1794 * observer.texi (GDB Observers): Add before_prompt observer.
1795 * gdb.texinfo (Basic Python): Add documentation for prompt
1796 substitution.
1797
713389e0
PM
17982011-07-11 Phil Muldoon <pmuldoon@redhat.com>
1799
1800 PR python/12438
1801 * gdb.texinfo (Python Commands): Add deprecate note to maint
1802 set/show python print-stack. Document set/show python
1803 print-backtrace.
1804
177b42fe
TJB
18052011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
1806
1807 * gdb.texinfo: Fix typos.
1808
900e11f9
JK
18092011-07-01 Tom Tromey <tromey@redhat.com>
1810
1811 * gdb.texinfo (Debugging Output): Document set debug
1812 check-physname.
1813
39c4d40a
TT
18142011-06-29 Tom Tromey <tromey@redhat.com>
1815
1816 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1817 breakpoint-notifications feature.
1818
6f5def7d
UW
18192011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
1820
1821 * gdb.texinfo (Target Description): Remove warning about
1822 possibly unstable format.
1823
8cf64490
TT
18242011-06-03 Tom Tromey <tromey@redhat.com>
1825
1826 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
1827 (Events In Python): Note that exit_code is optional.
1828
393eab54
PA
18292011-05-17 Pedro Alves <pedro@codesourcery.com>
1830
1831 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
1832 required for multi-threading support.
1833 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
1834 Hc are deprecated for multi-threading debugging. Point readers at
1835 the vCont packet.
1836
75fc9810
DE
18372011-05-15 Doug Evans <dje@google.com>
1838
1839 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
1840
01124a23
DE
18412011-05-13 Doug Evans <dje@google.com>
1842
98a5dd13
DE
1843 * gdb.texinfo (Threads): Document $sdir,$pdir.
1844 (Server): Document $pdir exception.
1845
dbaefcf7
DE
1846 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
1847
cc63ef9b
DE
1848 * gdb.texinfo (Threads): Clarify default value for
1849 libthread-db-search-path.
7e0396aa 1850
01124a23
DE
1851 * gdb.texinfo (Completion): Update example.
1852 (Debugging Output): Delete `set/show debug lin-lwp-async'.
1853
d248b706
KY
18542011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
1855
1856 * gdb.texinfo: Document change in the behaviour of the enable and
1857 disable GDB commands when applied to tracepoints.
1858 Document the EnableDisableTracepoints remote stub feature.
1859 Document QTEnable and QTDisable in the list of tracepoint packets.
1860
cc88a640
JK
18612011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1862
1863 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
1864 hsuser.texi.
1865 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
1866 comment to hsuser.texi. Change rluser.texi name in the comment.
1867
84e578fb
DE
18682011-05-10 Doug Evans <dje@google.com>
1869
1870 * gdb.texinfo (Threads): If an empty path is provided for
1871 libthread-db-search-path it is reset to its default value.
1872 (Server): Ditto.
1873
478aac75
DE
18742011-05-09 Doug Evans <dje@google.com>
1875
1876 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
1877
9c06b0b4
TJB
18782011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1879 Thiago Jung Bauermann <bauerman@br.ibm.com>
1880
1881 Implement support for PowerPC BookE masked watchpoints.
1882 * gdb.texinfo (Set Watchpoints): Document mask parameter.
1883 (PowerPC Embedded): Mention support of masked watchpoints.
1884
9ed350ad
JB
18852011-05-03 Joel Brobecker <brobecker@adacore.com>
1886
1887 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
1888 `@value{GDBN}'.
1889
4ceed123
JB
18902011-05-03 Joel Brobecker <brobecker@adacore.com>
1891
1892 * gdb.texinfo (titlepage): Remove dedication.
1893 (In Memoriam): New appendix.
1894
559a7a62
JK
18952011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1896 Eli Zaretskii <eliz@gnu.org>
1897
1898 * gdb.texinfo (Index Section Format): Change the version to 5.
1899 Describe the different formula.
1900
03f2bd59
JK
19012011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1902 Eli Zaretskii <eliz@gnu.org>
1903
1904 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
1905 for disconnected tracing.
1906 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
1907 extended-remote relationship. Mention --once.
1908 (TCP port allocation lifecycle of @code{gdbserver}): New.
1909
d9b1a651
EZ
19102011-04-23 Eli Zaretskii <eliz@gnu.org>
1911
1912 * gdb.texinfo (Server): Improve indexing. Index all optional
1913 switches to gdbserver.
1914
90476074
TT
19152011-04-20 Tom Tromey <tromey@redhat.com>
1916
1917 * gdb.texinfo (Index Section Format): New node.
1918 (Top): Add new node to menu.
1919
c21236dc
PA
19202011-04-20 Pedro Alves <pedro@codesourcery.com>
1921
1922 * gdb.texinfo (Maintenance Commands): Document `maint print
1923 remote-registers'.
1924
05c8c3f5
TT
19252011-04-20 Tom Tromey <tromey@redhat.com>
1926
1927 * gdb.texinfo (Trace File Format): Move node later.
1928
7a9dd1b2
TT
19292011-04-19 Tom Tromey <tromey@redhat.com>
1930
1931 * gdbint.texinfo (Register Information Functions): Remove
1932 duplicate "the".
1933 * gdb.texinfo (Emacs): Remove duplicate "to".
1934 (GDB/MI Variable Objects): Remove duplicate "the".
1935 (General Query Packets): Likewise.
1936
4368ebeb
JB
19372011-04-02 Joel Brobecker <brobecker@adacore.com>
1938
1939 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
1940 "GDB/MI Ada Exception Information" node.
1941
956a9fb9
JB
19422011-04-01 Joel Brobecker <brobecker@adacore.com>
1943
1944 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1945 the "exception-name" field in the *stopped async record.
1946
f1310107
TJB
19472011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
1948 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1949
1950 Implement support for PowerPC BookE ranged breakpoints.
1951 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
1952
8786b2bd
TT
19532011-03-28 Tom Tromey <tromey@redhat.com>
1954
1955 * gdb.texinfo (Set Tracepoints): Fix typo.
1956
9ef07c8c
TT
19572011-03-24 Tom Tromey <tromey@redhat.com>
1958
1959 * gdb.texinfo (Specify Location): Document `function:label'
1960 linespec.
1961
99c3dc11
PM
19622011-03-18 Phil Muldoon <pmuldoon@redhat.com>
1963
f1310107 1964 PR python/12149
99c3dc11
PM
1965
1966 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
1967
29703da4
PM
19682011-03-17 Phil Muldoon <pmuldoon@redhat.com>
1969
1970 * gdb.texinfo (Blocks In Python): Add is_valid method description.
1971 (Inferiors In Python): Likewise.
1972 (Threads In Python): Likewise.
1973 (Symbols In Python): Likewise.
1974 (Objfiles In Python): Likewise.
1975 (Symbol Tables In Python): Likewise.
1976
c9174737
PA
19772011-03-15 Pedro Alves <pedro@codesourcery.com>
1978
1979 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
1980 display>: Explain that the commands accept number ranges.
1981
7371cf6d
PM
19822011-03-14 Phil Muldoon <pmuldoon@redhat.com>
1983
1984 * gdb.texinfo (Breakpoints In Python): Add description and example
1985 of Python stop function operation.
1986
ecec24e6
PM
19872011-03-10 Phil Muldoon <pmuldoon@redhat.com>
1988
1989 * gdb.texinfo (Parameters In Python): Document get_set_string and
1990 get_show_string methods.
1991
6dcd5565
JK
19922011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1993
1994 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
1995
81896e36
JK
1996 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
1997 circular-trace-buffer name.
1998
5e30da2c
JB
19992011-02-28 Joel Brobecker <brobecker@adacore.com>
2000
2001 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
2002 in the previous change.
2003
3bd0f5ef 20042011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
2005
2006 * gdb.texinfo (Inferiors and Programs): Update commands to show
2007 that they can accept multiple arguments.
2008
4ec7539c
JB
20092011-02-24 Joel Brobecker <brobecker@adacore.com>
2010
2011 Revert the following patch (code patch was not approved):
2012 2011-02-21 Hui Zhu <teawater@gmail.com>
2013 * agentexpr.texi (bytecode descriptions): add printf.
2014 * gdb.texinfo (tracepoint action lists): add printf.
2015
82809774
DE
20162011-02-23 Doug Evans <dje@google.com>
2017
2018 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
2019
e5a67952
MS
20202011-02-23 Michael Snyder <msnyder@vmware.com>
2021
2022 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
2023 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
2024 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
2025
6e6fbe60
DE
20262011-02-22 Doug Evans <dje@google.com>
2027
2028 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
2029 Clarify behaviour of lookup_symbol when `block' argument is omitted,
2030 add description of result, fix @defun formatting.
2031
f994e27a
HZ
20322011-02-21 Hui Zhu <teawater@gmail.com>
2033
2034 * agentexpr.texi (Bytecode Descriptions): Add printf.
2035 * gdb.texinfo (Tracepoint Action Lists): Add printf.
2036
c7f96d2b
TT
20372011-02-18 Tom Tromey <tromey@redhat.com>
2038
2039 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
2040
60f98dde
MS
20412011-02-14 Michael Snyder <msnyder@vmware.com>
2042
2043 * gdb.texinfo (threads): Document argument for "info threads" cmd.
2044 Document new command "thread find".
2045
08e796bc
MS
20462011-02-14 Michael Snyder <msnyder@vmware.com>
2047
2048 * gdb.texinfo (Threads): Update example of new thread message.
2049
b3b9301e
PA
20502011-02-14 Pedro Alves <pedro@codesourcery.com>
2051
2052 * gdb.texinfo (Remote Configuration): Mention set/show remote
2053 traceframe-info.
2054 (Tools/Packages Optional for Building GDB): Mention that expat is
2055 used for traceframe info.
2056 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
2057 (General Query Packets) <qSupported>: Describe the
2058 qXfer:traceframe-info:read feature.
2059 (qXfer::read): Describe qXfer:traceframe-info:read.
2060 (Traceframe Info Format): New section.
2061
cef35b0f
PA
20622011-02-04 Pedro Alves <pedro@codesourcery.com>
2063
2064 * gdbint.texinfo (Formatting): Mention some formatting guidelines
2065 for casts and unary operators.
2066
f1cbe1d3
TT
20672011-02-04 Tom Tromey <tromey@redhat.com>
2068
2069 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
2070 is not useful.
2071
585fdaa1
PA
20722011-01-25 Pedro Alves <pedro@codesourcery.com>
2073
2074 * gdb.texinfo: s/value optimized out/optimized out/g
2075
7bfc9434
JB
20762011-01-21 Joel Brobecker <brobecker@adacore.com>
2077
2078 * gdb.texinfo (Other Misc Settings): Rework part of the
2079 documentation of the "set interactive mode" command.
2080
4694da01
TT
20812011-01-19 Tom Tromey <tromey@redhat.com>
2082
2083 * gdb.texinfo (Threads): Document thread name output and `thread
2084 name' command.
2085 (Threads In Python): Document Thread.name attribute.
2086 (GDB/MI Thread Commands): Document thread attributes.
2087
b716877b
AB
20882011-01-12 Andrew Burgess <aburgess@broadcom.com>
2089
2090 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
2091 changes in mi/mi-cmd-disas.c
2092
13fd8b81
TT
20932011-01-12 Tom Tromey <tromey@redhat.com>
2094
2095 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
2096 Fix "thread apply" text.
2097
e09342b5
TJB
20982011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2099 Thiago Jung Bauermann <bauerman@br.ibm.com>
2100
2101 Implement support for PowerPC BookE ranged watchpoints.
2102 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
2103 the "set powerpc exact-watchpoints" flag.
2104
06e65f44
TT
21052011-01-07 Tom Tromey <tromey@redhat.com>
2106
2107 * gdb.texinfo (Python API): Add descriptions to @menu items.
2108
d8e22779
TT
21092011-01-06 Tom Tromey <tromey@redhat.com>
2110
2111 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
2112
a255712f
PP
21132010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2114
e09342b5 2115 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 2116
ccfc3d6e
TT
21172011-01-06 Tom Tromey <tromey@redhat.com>
2118
2119 PR python/12133:
2120 * gdb.texinfo (Frames In Python): Document various frame
2121 constants.
2122
44944448
JB
21232011-01-05 Joel Brobecker <brobecker@adacore.com>
2124
2125 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
2126 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
2127 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
2128
42ea3d7a
JK
21292011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2130
2131 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
2132 (clean): Add GDBvn.texi.
2133
720d1a40
JB
21342010-12-29 Joel Brobecker <brobecker@adacore.com>
2135
2136 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
2137 occasional case where the debugger prints an array address
2138 instead of the array itself.
2139
ad196637
PA
21402010-12-23 Pedro Alves <pedro@codesourcery.com>
2141
2142 * gdb.texinfo (Packets) <read registers packet>: Document support
2143 for registers that were not collected.
2144
a86caf66
DE
21452010-12-15 Doug Evans <dje@google.com>
2146
2147 * gdb.texinfo (Startup): Document auto-loading of scripts during
2148 startup.
2149 (Auto-loading): Delete "maint set python auto-load on|off".
2150 Add "set auto-load-scripts on|off".
2151
aae1c79a
DE
21522010-12-07 Doug Evans <dje@google.com>
2153
2154 * gdb.texinfo (Mode Options): Document -data-directory.
2155 (Data Files): Add reference to -data-directory.
2156
4e04c971
DE
21572010-11-29 Doug Evans <dje@google.com>
2158
2159 * gdb.texinfo (Pretty-Printer Introduction): Change
2160 printer-name:subprinter-name to printer-name;subprinter-name.
2161
94b6973e
PM
21622010-11-29 Phil Muldoon <pmuldoon@redhat.com>
2163
2164 PR python/12199
2165
2166 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
2167
39037522
TT
21682010-11-23 Tom Tromey <tromey@redhat.com>
2169
2170 * gdb.texinfo (Top): Check SYSTEM_READLINE.
2171 (Editing): Likewise.
2172 (Command History): Likewise.
2173 (TUI Keys): Likewise.
2174 (Bug Reporting): Conditionally include rluser.texi and
2175 inc-history.texinfo.
2176 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
2177 (GDB_DOC_SOURCE_INCLUDES): Add comment.
2178 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
2179 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
2180 (gdb.pdf): Likewise.
2181 (gdb.info): Likewise.
2182 (gdb/index.html): Likewise.
2183
5ae98d25
TT
21842010-11-23 Tom Tromey <tromey@redhat.com>
2185
2186 * Makefile.in (Makefile): Run ../config.status.
2187 (distclean): Update.
2188 * configure: Remove.
2189 * configure.ac: Remove.
2190
621c8364
TT
21912010-11-12 Tom Tromey <tromey@redhat.com>
2192
2193 * gdb.texinfo (Basic Python): Update. Add xref.
2194 (Exception Handling): Document new exception classes.
2195 (Types In Python): Update.
2196 (Frames In Python): Update.
2197
84f4c1fe
PM
21982010-11-11 Phil Muldoon <pmuldoon@redhat.com>
2199
2200 * gdb.texinfo (Breakpoints In Python): Document "internal"
2201 parameter, and visible attribute.
2202
99e7ae30
DE
22032010-11-05 Doug Evans <dje@google.com>
2204
2205 * gdb.texinfo (Source Path): Document "set directories".
2206
f4b8a18d
KW
22072010-11-05 Ken Werner <ken.werner@de.ibm.com>
2208
2209 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
2210 (OpenCL C): New node.
2211
7b51bc51
DE
22122010-11-02 Doug Evans <dje@google.com>
2213
2214 * gdb.texinfo (Pretty Printing): Expand into three sections,
2215 introduction, example, and commands.
2216 (Python API): Delete section Disabling Pretty-Printers, merge into
2217 Selecting Pretty-Printers.
2218 (Writing a Pretty-Printer): New section. Move the pretty-printer
2219 example here, and reformat to match python coding style. Add a second
2220 example using the gdb.printing module.
2221 (Python modules): Add gdb.printing.
2222
9eeee977
DE
22232010-10-29 Doug Evans <dje@google.com>
2224
2225 * gdb.texinfo (Python): Fix long line.
2226
a0e0ffdf
DE
22272010-10-20 Doug Evans <dje@google.com>
2228
2229 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
2230 All references updated. Correct sections marked as subsections.
2231 (Coding Standards): New chapter. Move the coding standard related
2232 subsections here. Add section on Python coding standards.
2233
0e3509db
DE
22342010-10-13 Doug Evans <dje@google.com>
2235
2236 * gdb.texinfo (Python): Add "Python modules".
2237 (Types in Python): Add reference to gdb.types section.
2238 (Python modules): New node.
2239
44592cc4
DE
22402010-10-11 Doug Evans <dje@google.com>
2241
2242 * gdb.texinfo (Values From Inferior): Add reference to "Types in
2243 Python" from gdb.Value.type description.
2244
6e1bb179
JB
22452010-09-28 Joel Brobecker <brobecker@adacore.com>
2246
2247 * gdb.texinfo (Ravenscar Profile): New node.
2248
e8467610
TT
22492010-09-22 Tom Tromey <tromey@redhat.com>
2250
2251 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
2252
fccd1d1e
EZ
22532010-09-22 Eli Zaretskii <eliz@gnu.org>
2254
2255 * gdb.texinfo (Values From Inferior): Clarify that
2256 value.dynamic_type works only in C++ programs with RTTI.
2257
c1b6b909
TT
22582010-09-15 Paul Bolle <pebolle@tiscali.nl>
2259
2260 * gdb.texinfo (Character Sets): Correctly reference host-charset
2261 in example.
2262
7d288aaa
TT
22632010-09-13 Tom Tromey <tromey@redhat.com>
2264
2265 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
2266 Document "fullname" and "from".
2267
f75d858b
MK
22682010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
2269
2270 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
2271 feature `reverse' output by -list-target-features.
2272
83b9503b
L
22732010-08-31 H.J. Lu <hongjiu.lu@intel.com>
2274
2275 * gdb.texinfo (i386 Features): Remove an extra "@item".
2276
03f17ccf
TT
22772010-08-30 Tom Tromey <tromey@redhat.com>
2278
2279 PR python/11792:
2280 * gdb.texinfo (Values From Inferior): Document dynamic_type.
2281
9779414d
DJ
22822010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
2283
2284 * gdb.texinfo (ARM Features): Document
2285 org.gnu.gdb.arm.m-profile.
2286
f9ffd4bb
TT
22872010-08-23 Tom Tromey <tromey@redhat.com>
2288
2289 PR python/11145:
2290 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
2291 reinterpret_cast methods.
2292
702c2711
TT
22932010-08-23 Tom Tromey <tromey@redhat.com>
2294
2295 PR python/11915:
2296 * gdb.texinfo (Types In Python): Document array method.
2297
66b73624
TJB
22982010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
2299
2300 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
2301
06a64a0b
TT
23022010-08-16 Tom Tromey <tromey@redhat.com>
2303
2304 * gdb.texinfo (Set Watchpoints): Document -location option.
2305
a3a7127e
DE
23062010-08-13 Doug Evans <dje@google.com>
2307
2308 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
2309
8dedea02
VP
23102010-08-13 Vladimir Prus <vladimir@codesourcery.com>
2311
2312 * gdb.texinfo (GDB/MI Data Manipulation): Document
2313 -data-read-memory-raw and -data-write-memory-raw.
2314
ca5c20b6 23152010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 2316 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
2317
2318 * gdb.texinfo (Basic Python): Describe post_event API.
2319
cb2e07a6
PM
23202010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2321
2322 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 2323 decode_line Python APIs
cb2e07a6 2324
464b3efb
TT
23252010-08-10 Tom Tromey <tromey@redhat.com>
2326
2327 * gdb.texinfo (Pretty Printing API): Document
2328 gdb.default_visualizer.
2329
c29c521f
TT
23302010-08-10 Tom Tromey <tromey@redhat.com>
2331
2332 Revert gdb-add-index addition:
2333 * gdb.texinfo (Index Files): Don't document gdb-add-index.
2334
5da1313b
JK
23352010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2336 Eli Zaretskii <eliz@gnu.org>
2337
2338 * gdb.texinfo (Mode Options) <-batch>
2339 (Basic Python) <gdb.execute>: Describe setting width and height.
2340
02d868e8
PP
23412010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
2342
2343 * gdb.texinfo (Threads): Document 'debug libthread-db'.
2344
c2bbed2a
TT
23452010-07-30 Tom Tromey <tromey@redhat.com>
2346
2347 * gdb.texinfo (Index Files): Mention gdb-add-index.
2348
6c13bbe1
HZ
23492010-07-30 Hui Zhu <teawater@gmail.com>
2350
2351 * gdb.texinfo (Inferiors and Programs): Update the introduce of
2352 "detach inferior" and "kill inferior".
2353
53a71c06
CR
23542010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
2355
2356 * gdb.texinfo (Machine Code): Update description of two forms of
2357 arguments, and add new example to demonstrate the new form.
2358
5374244e
PM
23592010-07-27 Phil Muldoon <pmuldoon@redhat.com>
2360
2361 * gdb.texinfo (Values From Inferior): Add value inferior function
2362 call description.
2363
8ea5bce5
JK
23642010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2365
2366 * gdb.texinfo (Active Targets): Fix wrong comma placement.
2367
c0edd9ed
JK
23682010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2369 Eli Zaretskii <eliz@gnu.org>
2370
2371 Make core files the process_stratum.
2372 * gdb.texinfo (Active Targets): Remove core_stratum. Include
2373 record_stratum example.
2374
9291a0cd
TT
23752010-07-13 Tom Tromey <tromey@redhat.com>
2376
2377 * gdb.texinfo (Index Files): New node.
2378
f5011d11
TT
23792010-07-13 Tom Tromey <tromey@redhat.com>
2380
2381 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
2382
0f5238ed
TT
23832010-07-13 Tom Tromey <tromey@redhat.com>
2384
2385 * gdb.texinfo (Specify Location): Document labels.
2386
74c761c1
PA
23872010-07-01 Pedro Alves <pedro@codesourcery.com>
2388
2389 * gdb.texinfo (Create and Delete Tracepoints): Add more index
2390 entries for fast tracepoints and static tracepoints.
2391
501994c0
PA
23922010-07-01 Pedro Alves <pedro@codesourcery.com>
2393
2394 * gdb.texinfo (General Query Packets) <qfThreadInfo,
2395 qsThreadInfo>: Spell out `l' as ell.
2396
0fb4aa4b
PA
23972010-07-01 Pedro Alves <pedro@codesourcery.com>
2398
2399 * gdb.texinfo (Convenience Variables): Document $_sdata.
2400 (Commands to Set Tracepoints): Describe static tracepoints. Add
2401 `Listing Static Tracepoint Markers' menu entry. Document
2402 "strace".
2403 (Tracepoint Action Lists): Document collecting $_sdata.
2404 (Listing Static Tracepoint Markers): New subsection.
2405 (Tracepoints support in gdbserver): Mention static tracepoints.
2406 (remote packets, enabling and disabling): Mention
2407 read-sdata-object.
2408 (General Query Packets) <qSupported>: Document qXfer:sdata:read
2409 and StaticTracepoint.
2410 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
2411 Document qXfer:sdata:read.
2412 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
2413
dc3b15be
JB
24142010-06-29 Joel Brobecker <brobecker@adacore.com>
2415
2416 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
2417
595939de
PM
24182010-06-28 Phil Muldoon <pmuldoon@redhat.com>
2419 Tom Tromey <tromey@redhat.com>
2420 Thiago Jung Bauermann <bauerman@br.ibm.com>
2421
2422 * gdb.texinfo (Inferiors In Python): New node.
2423 * gdb.texinfo (Threads In Python): New node.
2424
9279c692
JB
24252010-06-28 Joel Brobecker <brobecker@adacore.com>
2426
2427 * gdb.texinfo (Python): Document what the python directory is
2428 and what its location is.
2429 (Basic Python): Document the gdb.PYTHONDIR constant.
2430
bc9f0842
TT
24312010-06-25 Tom Tromey <tromey@redhat.com>
2432
2433 PR python/10808:
2434 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
2435
f1421989
HZ
24362010-06-24 Hui Zhu <teawater@gmail.com>
2437
2438 * gdb.texinfo: (Commands for Controlled Output): Add
2439 documentation for command "eval".
2440
e4c0cfae
SS
24412010-06-21 Stan Shebs <stan@codesourcery.com>
2442
2443 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
2444 * annotate.texinfo: Ditto.
2445 * gdbint.texinfo: Ditto.
2446 * stabs.texinfo: Ditto.
2447
bb08c432
HZ
24482010-06-22 Hui Zhu <teawater@gmail.com>
2449
2450 * gdb.texinfo: (Process Record and Replay): Add documentation
2451 for command "set record memory-query".
2452
4f5d9f07
SS
24532010-06-21 Stan Shebs <stan@codesourcery.com>
2454
2455 * gdb.texinfo: Relicense under GFDL version 1.3.
2456 * annotate.texinfo: Relicense under GFDL version 1.3.
2457 * gdbint.texinfo: Relicense under GFDL version 1.3.
2458 * stabs.texinfo: Relicense under GFDL version 1.3.
2459 * fdl.texi: Update to version 1.3.
2460
6aed2dbc
SS
24612010-06-18 Stan Shebs <stan@codesourcery.com>
2462
a61408f8
SS
2463 * gdb.texinfo (Operating System Auxiliary Information): Describe
2464 "info os" when no arguments given.
2465
6aed2dbc
SS
2466 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
2467 $_thread.
2468
24e933df
HZ
24692010-06-18 Hui Zhu <teawater@gmail.com>
2470
2471 * gdb.texinfo: (Process Record and Replay): Add documentation
2472 for commands "record save" and "record restore".
2473
65d79d4b
SDJ
24742010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2475
2476 * gdb.texinfo: Include information about the correct use
2477 of addresses in the `watch' command.
2478
d914c394
SS
24792010-06-11 Stan Shebs <stan@codesourcery.com>
2480
2481 * gdb.texinfo (Observer Mode): New section.
2482 (General Query Packets): Document QAllow.
889bf7c5 2483
967cf477
DE
24842010-06-04 Doug Evans <dje@google.com>
2485
2486 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
2487
aaf4119b
DE
24882010-06-03 Doug Evans <dje@google.com>
2489
2490 * gdbint.texinfo (Coding): Add subsection on command names.
2491
9eae7c52
TT
24922010-06-02 Tom Tromey <tromey@redhat.com>
2493
2494 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
2495 always-disassemble.
2496
fa593d66
PA
24972010-06-01 Pedro Alves <pedro@codesourcery.com>
2498
2499 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
2500 gdbserver, and add cross reference.
2501 (Tracepoints support in gdbserver): New subsection.
2502
dde08ee1
PA
25032010-05-26 Pedro Alves <pedro@codesourcery.com>
2504
2505 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
2506 `qRelocInsn' feature.
2507 (Relocate instruction reply packet): New subsection
2508 of `Tracepoint Packets'.
2509 (Tracepoint Packets): Mention that packets QTDP and QTStart
2510 support the qRelocInsn request, and add cross reference to new
2511 subsection.
2512
07ca107c
DE
25132010-05-25 Doug Evans <dje@google.com>
2514
2515 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
2516 (Commands In Python): Document gdb.string_to_argv.
2517
c25c4a8b
JK
25182010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2519
2520 * gdbint.texinfo (Host Definition): Remove items NORETURN and
2521 ATTR_NORETURN.
2522
d7b32ed3 25232010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
2524 Tom Tromey <tromey@redhat.com>
2525 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 2526
c25c4a8b 2527 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 2528
6aecb9c2
JB
25292010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
2530
2531 * gdb.texinfo: (Summary) Add mention about D language support.
2532 (Filenames): Add D suffixes.
2533 (D): New node.
2534
b7da9e9f
PM
25352010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
2536
2537 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
2538 of macro deleted from GDB code.
2539
ab38a727
PA
25402010-04-24 Pedro Alves <pedro@codesourcery.com>
2541
2542 * gdb.texinfo (Commands to specify files): Describe what how GDB
2543 looks up DOS-based filesystem paths on the system root. Document
2544 the new `set/show target-file-system-kind' commands.
2545
66d09542
DE
25462010-04-23 Doug Evans <dje@google.com>
2547
2548 * gdb.texinfo (Python): Move Auto-loading section here ...
2549 (Python API): from here.
2550 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
2551 (Maintenance Commands): Add docs for "maint print section-scripts".
2552
8bd10a10
CM
25532010-04-20 Chris Moller <cmoller@redhat.com>
2554
2555 * gdb.texinfo (Setting Breakpoints): Added description of
2556 filename-qualified rbreak.
2557 * refcard.tex (Breakpoints and Watchpoints): Added brief
2558 description of filename-qualified rbreak.
2559
4c374409
JK
25602010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2561
2562 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
2563 (Python API): Change the reference to Pretty Printing API.
2564 (Pretty Printing): Move the user part under the Data node. Reformat
2565 the sample output to 72 columns. Create a new reference to Pretty
2566 Printing API. Rename the API part ...
2567 (Pretty Printing API): To a new node name.
2568 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
2569 (GDB/MI Variable Objects): Change references to Pretty Printing API.
2570
5a9351ae
SS
25712010-04-21 Stan Shebs <stan@codesourcery.com>
2572
2573 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 2574 and commands.
5a9351ae 2575 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 2576
9a22f0d0
PM
25772010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
2578
2579 * gdb.texinfo (Examining memory): Update for change in string
2580 display with explicit size.
2581
6149aea9
PA
25822010-04-19 Pedro Alves <pedro@codesourcery.com>
2583
2584 PR breakpoints/8554.
2585
2586 * gdb.texinfo (Save Breakpoints): New node.
2587 (save-tracepoints): Rename to ...
2588 (save tracepoints): ... this. Mention that `save-tracepoints' is
2589 a deprecated alias to `save tracepoints'.
2590
711e434b
PM
25912010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
2592
645797a8 2593 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
2594 (info w32 thread-information-block): Document new command.
2595 (qGetTIBAddress): Document new gdbserver query.
2596 (maint set/show show-all-tib): Document new command.
2597
3f7b2faa
DE
25982010-04-15 Doug Evans <dje@google.com>
2599
fa33c3cd
DE
2600 * gdb.texinfo (Python API): Add progspaces section.
2601 (Selecting Pretty-Printers): Progspace pretty-printers are
2602 searched too.
2603 (Progspaces In Python): New section.
2604
3f7b2faa
DE
2605 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
2606
79f283fe
PM
26072010-04-14 Phil Muldoon <pmuldoon@redhat.com>
2608
2609 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
2610 returns None.
2611
87290684
SS
26122010-04-09 Stan Shebs <stan@codesourcery.com>
2613
2614 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2615 Describe the `frames-created' field, tweak grammar.
2616
a97153c7
PA
26172010-04-09 Pedro Alves <pedro@codesourcery.com>
2618
2619 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2620 Describe the `circular' and `disconnected' fields.
2621
5c5dcc1b
L
26222010-04-09 H.J. Lu <hongjiu.lu@intel.com>
2623
2624 * gdb.texinfo (maint print registers): Mention unavailable and
2625 invisible registers.
2626
adc36818
PM
26272010-04-09 Phil Muldoon <pmuldoon@redhat.com>
2628 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 2629 Tom Tromey <tromey@redhat.com>
adc36818
PM
2630
2631 * gdb.texinfo (Breakpoints In Python): New Node.
2632
33da3f1c
SS
26332010-04-08 Stan Shebs <stan@codesourcery.com>
2634
2635 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
2636 trace status fields.
2637
3a13a53b
L
26382010-04-08 H.J. Lu <hongjiu.lu@intel.com>
2639
2640 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
2641 optional. Make org.gnu.gdb.i386.avx requires
2642 org.gnu.gdb.i386.avx.
2643
08001717
DE
26442010-04-08 Doug Evans <dje@google.com>
2645
2646 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
2647 search path, and document that gdb only scans the search path if
2648 the script's path doesn't specify a directory.
2649
c375651d
DE
26502010-04-05 Doug Evans <dje@google.com>
2651
2652 * gdb.texinfo (maint show python auto-load): Fix typo.
2653
af54718e
SS
26542010-04-04 Stan Shebs <stan@codesourcery.com>
2655
d77f58be
SS
2656 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
2657 (Setting Watchpoints): Update description of "info watch".
2658 (Disabling Breakpoints): Only "info break" lists all.
2659
af54718e
SS
2660 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
2661 (tdump): Explain how tdump works.
2662
86b17b60
PA
26632010-04-01 Pedro Alves <pedro@codesourcery.com>
2664
2665 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
2666 add cross reference.
2667
ff12863f
PA
26682010-03-31 Pedro Alves <pedro@codesourcery.com>
2669
2670 * gdb.texinfo (TUI Commands): Mention that in some cases, these
2671 commands error out.
2672
f68eb612
L
26732010-03-30 H.J. Lu <hongjiu.lu@intel.com>
2674
2675 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
2676
c8d5aac9
L
26772010-03-30 H.J. Lu <hongjiu.lu@intel.com>
2678
2679 * gdb.texinfo (General Query Packets): Add xmlRegisters.
2680
7d13fe92
SS
26812010-03-29 Stan Shebs <stan@codesourcery.com>
2682 Nathan Sidwell <nathan@codesourcery.com>
2683
2684 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
2685 GDBN equivalent.
2686 (Set Tracepoints): Remove mention that conditional tracepoints
2687 don't exist.
2688 (Tracepoint Actions): Clarify when while-stepping collection
2689 happens, note that while-stepping does not automatically collect
2690 $pc.
2691
409873ef 26922010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 2693
409873ef
SS
2694 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
2695 (General Query Packets): Describe TracepointSource.
2696
ee8e71d4
EZ
26972010-03-27 Matt Rice <ratmice@gmail.com>
2698
c8d5aac9
L
2699 * gdb.texinfo (ARM): Document arguments to "target sim".
2700 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 2701
99b5e152
PA
27022010-03-26 Pedro Alves <pedro@codesourcery.com>
2703
2704 * gdb.texinfo (Tracepoint Packets): Remove mention that
2705 terror:string may be plain text, and drop mention of X prefix.
2706
cd64ee31
VP
27072010-03-26 Vladimir Prus <vladimir@codesourcery.com>
2708
2709 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
2710
6c28cbf2
SS
27112010-03-24 Stan Shebs <stan@codesourcery.com>
2712
2713 * gdb.texinfo (Tracepoint Packets): Document trace error status.
2714
95a42b64
TT
27152010-03-24 Tom Tromey <tromey@redhat.com>
2716
2717 PR breakpoints/9352:
2718 * gdb.texinfo (Break Commands): Update.
2719
18148017
VP
27202010-03-24 Vladimir Prus <vladimir@codesourcery.com>
2721
2722 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
2723 commands.
2724
4daf5ac0
SS
27252010-03-16 Stan Shebs <stan@codesourcery.com>
2726
2727 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
2728 circular-trace-buffer.
2729 (Tracepoint Packets): Describe QTBuffer, and details of the
2730 qTStatus reply.
2731
c9429232
SS
27322010-03-12 Stan Shebs <stan@codesourcery.com>
2733 Nathan Sidwell <nathan@codesourcery.com>
2734
2735 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
2736 doing instruction stepping.
2737 (Tracepoint Restrictions): New node.
2738
ccefe4c4
TT
27392010-03-10 Tom Tromey <tromey@redhat.com>
2740
2741 * gdbint.texinfo (Symbol Handling): Update.
2742
7c953934
TT
27432010-03-08 Tom Tromey <tromey@redhat.com>
2744
2745 PR cli/9591:
2746 * gdb.texinfo (Mode Options): Mention lack of pagination and
2747 confirmation with --batch.
2748 (Screen Size): Mention --batch.
2749 (Messages/Warnings): Likewise.
2750
f870a310
TT
27512010-03-05 Tom Tromey <tromey@redhat.com>
2752
2753 * gdb.texinfo (Basic Python): Document target_charset and
2754 target_wide_charset.
2755
78e2826b
TT
27562010-03-05 Tom Tromey <tromey@redhat.com>
2757
2758 * gdb.texinfo (Data): Link to pretty-printing.
2759 (Output Formats): Likewise. Correct text.
2760
f5dff777
DJ
27612010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
2762
2763 * gdb.texinfo (Types): Describe <struct> and <flags>.
2764
dc00d89f
PM
27652010-02-28 Phil Muldoon <pmuldoon@redhat.com>
2766
2767 * gdb.texinfo (Frames In Python): Add block parameter and
2768 description to read_var text.
2769
5107b149 27702010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 2771 Tom Tromey <tromey@redhat.com>
5107b149
PM
2772
2773 * gdb.texinfo (Types In Python): Describe block argument in
2774 template_argument and gdb.lookup_type.
2775
e03e5e7b
TT
27762010-02-24 Tom Tromey <tromey@redhat.com>
2777
2778 * gdb.texinfo (Cygwin Native): Fix typo.
2779
f3e9a817
PM
27802010-02-24 Phil Muldoon <pmuldoon@redhat.com>
2781
2782 * gdb.texinfo (Frames In Python): Add block, find_sal, function
2783 and select method descriptions.
2784 (Python API): Add Blocks In Python, Symbols in Python and Symbol
2785 Tables in Python to menu.
2786 (Blocks In Python): New node.
2787 (Symbols In Python): New node.
2788 (Symbol Tables in Python): New node.
2789
a79b8f6e
VP
27902010-02-24 Vladimir Prus <vladimir@codesourcery.com>
2791
2792 Multiexec MI
2793
2794 gdb/
2795 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
2796
2797 gdb/doc/
2798 * gdb.texinfo (GDB/MI Command Syntax): Document notification
2799 changes.
2800 (GDB/MI Program Execution): Document current behaviour of
2801 --all and --thread-group.
2802 (GDB/MI Miscellaneous Commands): Document -add-inferior and
2803 -remove-inferior.
2804 * observer.texi (inferior_added, inferior_removed): New
2805 observers.
2806
629d6a47
TT
28072010-02-19 Tom Tromey <tromey@redhat.com>
2808
2809 * gdbint.texinfo (Getting Started): Fix @node.
2810 (Debugging GDB): Likewise.
2811
c09529e5
JB
28122010-02-13 Joel Brobecker <brobecker@adacore.com>
2813
2814 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
2815 documenting the gdb_test_timeout variable.
2816
540aa8e7
MS
28172010-02-12 Jakob Engblom <jakob@virtutech.com>
2818
2819 * gdb.texinfo (MI commands): Added documentation of --reverse
2820 option to a set of MI commands. Restructured documentation of MI
2821 commands --exec-continue to reflect the complexity of reverse
2822 execution.
2823
081dfbf7
PA
28242010-02-12 Pedro Alves <pedro@codesourcery.com>
2825
2826 * gdb.texinfo (Using the Collected Data): Specify that the address
2827 range of `tfind outsize' is exclusive, and that the address range
2828 of `tfind range' is inclusive.
2829 (Tracepoint Packets): Specify that the address range of
2830 `QTFrame:range' is inclusive, and that the address range of
2831 `QTFrame:outside' is exclusive
2832
8e9c5e02
VP
28332010-02-12 Vladimir Prus <vladimir@codesourcery.com>
2834
2835 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
2836
92981e24
TT
28372010-02-10 Tom Tromey <tromey@redhat.com>
2838
2839 * gdb.texinfo (Debugging Output): Document set debug parser and
2840 show debug parser.
2841
075b51b7
L
28422010-02-09 H.J. Lu <hongjiu.lu@intel.com>
2843
2844 * gdb.texinfo (Predefined Target Types): Add i387_ext,
2845 i386_eflags and i386_mxcsr.
2846
3bb8d5c3
L
28472010-02-08 H.J. Lu <hongjiu.lu@intel.com>
2848
2849 * gdb.texinfo: Document i386 target features.
2850
c5f80513
DE
28512010-02-05 Doug Evans <dje@google.com>
2852
2853 * gdbint.texinfo (Testsuite): Add a new section to document the
2854 various DejaGnu variables that may be overridden.
1be00882 2855 Document INTERNAL_GDBFLAGS.
c5f80513 2856
6ac33a4e
TT
28572010-02-04 Tom Tromey <tromey@redhat.com>
2858
2859 PR cli/8830:
2860 * gdb.texinfo (Files): -readnow comes before the filename for file
2861 and symbol-file.
2862
a1dcb23a
DJ
28632010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2864
2865 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
2866 Document ARM breakpoint types.
2867 (Register Packet Format): Move into the new section.
2868 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
2869
95433b34
JB
28702010-01-21 Joel Brobecker <brobecker@adacore.com>
2871
2872 * gdb.texinfo (File Options): Adjust the documentation of this
2873 switch to refer to the "source" command rather than partially
2874 duplicating some of the relevant information.
2875 (Extending GDB): Introduce and document the set/show script-extension
2876 setting.
2877 (Command Files): Add note explaining that the "source" command
2878 is also used to evalute scripts written in other languages.
2879 Remove the short slightly incorrect reference to sourcing Python
2880 scripts.
2881 (Python Commands): Document how to execute a Python script from GDB.
2882
8d576872
JB
28832010-01-19 Joel Brobecker <brobecker@adacore.com>
2884
2885 * gdb.texinfo (Command Files): Fix typo.
2886
8150ff9c
JB
28872010-01-18 Tom Tromey <tromey@redhat.com>
2888
2889 * gdb.texinfo (File Options): Document -x on .py files.
2890 (Command Files): Document handling of Python scripts.
2891
23db03a6
JZ
28922010-01-18 Jie Zhang <jie.zhang@analog.com>
2893
2894 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
2895
00bf0b85
SS
28962010-01-15 Stan Shebs <stan@codesourcery.com>
2897
2898 * gdb.texinfo (Trace Files): New section.
2899 (Tracepoint Packets): Document QTSave and qTBuffer.
2900 (Trace File Format): New appendix.
2901
be759fcf
PM
29022010-01-13 Phil Muldoon <pmuldoon@redhat.com>
2903
2904 * gdb.texinfo (Values From Inferior): Document lazy_string value
2905 method.
2906 (Python API): Add Lazy strings menu item.
2907 (Lazy Strings In Python): New node.
2908
dc146f7c
VP
29092010-01-13 Vladimir Prus <vladimir@codesourcery.com>
2910
2911 * gdb.texinfo (GDB/MI Thread Information): New.
2912 (GDB/MI Async Records): Document the core field in *stopped.
2913 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
2914 documentation
2915 (Process list): Document that osdata document may contain
2916 threads.
2917 (Remote Serial Protocol): Document qXfer:threads.
2918
d5551862
SS
29192010-01-06 Stan Shebs <stan@codesourcery.com>
2920
2921 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2922 disconnected tracing.
2923 (Tracepoint Packets): Document new protocol.
2924
7a697b8d
SS
29252010-01-05 Stan Shebs <stan@codesourcery.com>
2926
2927 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
2928 tracepoints.
2929 (Tracepoint Packets): Describe remote protocol for fast
2930 tracepoints.
2931
e6f3ec50
JB
29322010-01-01 Joel Brobecker <brobecker@adacore.com>
2933
2934 Update the "Start of New Year Procedure".
2935 * gdbint.texinfo: Add the list of files that need to be updated
2936 manually. Minor reformatting.
2937
ddc4e9c1
JB
29382010-01-01 Joel Brobecker <brobecker@adacore.com>
2939
2940 * refcard.tex: Update copyright year in header and text.
2941
9d2897ad
JB
29422010-01-01 Joel Brobecker <brobecker@adacore.com>
2943
2944 * agentexpr.texi: Add 2010 to the list of copyright years.
2945 * annotate.texinfo: Likewise.
2946 * gdb.texinfo: Likewise.
2947 * gdbint.texinfo: Likewise.
2948 * observer.texi: Likewise.
2949 * stabs.texinfo: Likewise.
2950
6da95a67
SS
29512009-12-31 Stan Shebs <stan@codesourcery.com>
2952
2953 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 2954
236f1d4d
SS
29552009-12-29 Stan Shebs <stan@codesourcery.com>
2956
2957 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 2958
f61e138d
SS
29592009-12-28 Stan Shebs <stan@codesourcery.com>
2960
2961 * gdb.texinfo (Trace State Variables): New section.
2962 (Tracepoint Packets): Describe trace state variable packets.
2963 * agentexpr.texi (Bytecode Descriptions): Describe trace state
2964 variable bytecodes.
2965
0fe7935b
DJ
29662009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
2967
2968 * gdb.texinfo (Symbols): "info variables" prints definitions, not
2969 declarations.
2970
a6b29f87
VP
29712009-12-21 Vladimir Prus <vladimir@codesourcery.com>
2972
2973 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
2974 -gdb-exit behaviour.
2975
5e4bde96
JB
29762009-12-20 Joel Brobecker <brobecker@adacore.com>
2977
2978 * gpl.texi: Update to version 3 of the GPL.
2979
a1715244
JB
29802009-12-20 Joel Brobecker <brobecker@adacore.com>
2981
2982 * Makefile.in: Update copyright header.
2983 * observer.texi: Fix the copyright header of the generated files.
2984
361ae042
PM
29852009-12-08 Phil Muldoon <pmuldoon@redhat.com>
2986
2987 * gdb.texinfo (Types In Python): Describe range function.
2988
bfd31e71
PM
29892009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
2990
2991 * gdb.texinfo (Types In Python): Describe "is_base_class".
2992
57a1d736
TT
29932009-12-03 Tom Tromey <tromey@redhat.com>
2994
2995 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
2996
8cebebb9
PP
29972009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
2998
2999 * observer.texi: New memory_changed observer.
3000
16af530a
TT
30012009-12-01 Tom Tromey <tromey@redhat.com>
3002
3003 * gdb.texinfo (Reverse Execution): Fix typo.
3004
b6199126
DJ
30052009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
3006
3007 PR gdb/8704
3008
3009 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
3010 are allowed after the breakpoint condition.
3011
7a6973ad
TT
30122009-11-23 Tom Tromey <tromey@redhat.com>
3013
3014 PR python/10782:
3015 * gdb.texinfo (Types In Python): Document Type.pointer.
3016
21a0512e
PP
30172009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
3018
3019 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 3020
a5832c8f
PA
30212009-11-11 Pedro Alves <pedro@codesourcery.com>
3022
3023 * agentexpr.texi (Tracing On Symmetrix): Delete section.
3024 (Using Agent Expressions): Delete cross reference.
3025
1eb7cd77
JB
30262009-11-07 Joel Brobecker <brobecker@adacore.com>
3027
3028 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
3029 and @settitle directives up to help makeinfo find them.
3030
24ddea62
JK
30312009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3032
3033 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
3034 (Auto-loading): Use plural and note one can use multiple components now.
3035
3afae151
VP
30362009-11-01 Vladimir Prus <vladimir@codesourcery.com>
3037
3038 * gdb.texinfo (GDB/MI Stack Manipulation): Make
3039 -stack-list-arguments have the same documentation for parameter
3040 as -stack-list-locals. Add comas.
3041
14ff2235
PM
30422009-10-27 Tom Tromey <tromey@redhat.com>
3043 Eli Zaretskii <eliz@gnu.org>
3044
c8d5aac9 3045 PR python/10781
14ff2235
PM
3046
3047 * gdb.texinfo (Values From Inferior): Document cast method.
3048
9c419145
PP
30492009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
3050
3051 * gdb.texinfo (Machine Code): Mention function name in disasssembly
3052 and adjust example.
889bf7c5 3053
29153c24
MS
30542009-10-22 Michael Snyder <msnyder@vmware.com>
3055
3056 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 3057 info record command. Also document the new save and restore
29153c24
MS
3058 commands.
3059
2b28d209
PP
30602009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
3061
3062 * gdb.texinfo (Machine Code): Mention current pc marker.
3063 (Memory): Likewise.
3064
6c95b8df
PA
30652009-10-19 Pedro Alves <pedro@codesourcery.com>
3066 Stan Shebs <stan@codesourcery.com>
3067
3068 * observer.texi (new_inferior): Rename to...
3069 (inferior_appeared): ... this.
3070
3071 * gdb.texinfo (Inferiors): Rename node to ...
3072 (Inferiors and Programs): ... this. Mention running multiple
3073 programs in the same debug session.
3074 <info inferiors>: Mention the new 'Executable' column if "info
3075 inferiors". Update examples. Document the "add-inferior",
3076 "clone-inferior", "remove-inferior" and "maint info
3077 program-spaces" commands.
3078 (Process): Rename node to...
3079 (Forks): ... this. Document "set|show follow-exec-mode".
3080
2f8132f3
MS
30812009-10-11 Michael Snyder <msnyder@vmware.com>
3082
3083 * gdb.texinfo (ReverseStep): Show default as "unsupported".
3084 (ReverseContinue): Ditto.
3085
cba4b2d3
PP
30862009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
3087
3088 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 3089
da082f17
JK
30902009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3091
3092 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
3093
08be9d71
ME
30942009-10-06 Michael Eager <eager@eagercon.com>
3095
3096 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
3097 (Embedded Processors): Add MicroBlaze.
3098 (MicroBlaze): New. Describe Xilinx MicroBlaze
3099
08a0efd0
PA
31002009-10-04 Pedro Alves <pedro@codesourcery.com>
3101
3102 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
3103
cbb8f428
EZ
31042009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
3105
3106 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
3107
30a4a70c
JB
31082009-09-23 Joel Brobecker <brobecker@adacore.com>
3109
3110 * observer.texi (solib_unloaded): Document explicitly the fact that
3111 this observer is called before the associated symbols are unloaded.
3112
b3372f91
VP
31132009-09-19 Vladimir Prus <vladimir@codesourcery.com>
3114
3115 * gdb.texinfo (GDB/MI Stack Manipulation): Document
3116 -stack-list-variables.
3117
f43030c4
TT
31182009-09-18 Tom Tromey <tromey@redhat.com>
3119
3120 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
3121 is experimental.
3122
ec7e75e7
PP
31232009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
3124
3125 * gdb.texinfo (convenince variables): Mention
3126 $_siginfo could be empty.
f43030c4 3127
0cc7d26f
TT
31282009-09-15 Tom Tromey <tromey@redhat.com>
3129
3130 * gdb.texinfo (GDB/MI Variable Objects): Document
3131 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
3132 Expand -var-update documentation.
3133
a96d9b2e
SDJ
31342009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3135
3136 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
3137 feature.
3138
005ca36a
JB
31392009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
3140
3141 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
3142
0d772ac9
MS
31432009-09-10 Michael Snyder <msnyder@vmware.com>
3144
3145 * gdb.texinfo (qSupported): Mention new ReverseContinue and
3146 ReverseStep replies to the qSupported query.
3147
14fb1bac
JB
31482009-09-10 Joel Brobecker <brobecker@adacore.com>
3149
3150 Add documentation for set/show interactive-mode.
3151 * gdb.texinfo (Other Misc Settings): New node.
3152
29b090c0
DE
31532009-09-01 Doug Evans <dje@google.com>
3154
3155 * gdb.texinfo (Caching Data of Remote Targets): Add note on
3156 non-stop mode's affect on remote caching.
3157
4e5d721f
DE
31582009-08-31 Jacob Potter <jdpotter@google.com>
3159 Doug Evans <dje@google.com>
3160
3161 * gdb.texinfo (Caching Data of Remote Targets): Update text.
3162 Mark `set/show remotecache' options as obsolete.
3163 Document new `set/show stack-cache' option.
3164 Update text for `info dcache'.
3165
55333a84
DE
31662009-08-27 Doug Evans <dje@google.com>
3167
3168 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
3169 (Files): Add note on new optional regex arg to `info sharedlibrary'.
3170
bc3a0b4d
RW
31712009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3172
3173 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
3174 about autoconf.
3175
3a1ff0b6
PA
31762009-08-25 Pedro Alves <pedro@codesourcery.com>
3177
3178 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
3179 small example, and describe its columns. Replace "inferior-id" by
3180 "infno" throughout.
3181
81ecdfbb
RW
31822009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3183
af542c2e
RW
3184 * gdbint.texinfo (Releasing GDB): Point to
3185 README-maintainer-mode file for required autoconf version.
3186 * configure.ac: Do not substitute datarootdir, htmldir,
3187 pdfdir, docdir. Do not process --with-datarootdir,
3188 --with-htmldir, --with-pdfdir, --with-docdir.
3189 * configure: Regenerate.
3190
81ecdfbb
RW
3191 * configure: Regenerate.
3192
4efc6507
DE
31932009-08-20 Reid Kleckner <reid@kleckner.net>
3194
3195 * gdb.texinfo: Add chapter on JIT interface.
3196
43089a6e
NR
31972009-08-07 Nick Roberts <nickrob@snap.net.nz>
3198
3199 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 3200 confirmation request.
43089a6e 3201
99e008fe
EZ
32022009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
3203
c8d5aac9
L
3204 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
3205 CRC definitions.
99e008fe 3206
48cb2d85
VP
32072009-08-03 Vladimir Prus <vladimir@codesourcery.com>
3208
3209 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 3210 -break-commands.
48cb2d85 3211
ff1a52c6
UW
32122009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3213
3214 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
3215 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
3216
3285f3fe
UW
32172009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3218
3219 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
3220 "set spu stop-on-load" and "show spu stop-on-load" commands.
3221
e35359c5
UW
32222009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3223
3224 * gdb.texinfo (Target Descriptions): Document <compatible> element.
3225
58d6951d
DJ
32262009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3227
3228 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
3229 org.gnu.gdb.arm.neon.
3230
08d16641
PA
32312009-07-20 Pedro Alves <pedro@codesourcery.com>
3232
3233 * gdb.texinfo (Target Description Format): Mention the new <osabi>
3234 optional element.
3235 (subsection OS ABI): New subsection.
3236
782b2b07
SS
32372009-07-14 Stan Shebs <stan@codesourcery.com>
3238
3239 * gdb.texinfo (Tracepoint Conditions): New section.
3240 (General Query Packets): Describe ConditionalTracepoints.
3241 (Tracepoint Packets): Describe condition field.
3242 (Maintenance Commands): Describe maint agent-eval.
3243 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
3244
9b117ef3
HZ
32452009-07-11 Hui Zhu <teawater@gmail.com>
3246
3247 * gdb.texinfo (disassemble): Add a new modifier /r
3248 to "disassemble" command to make it print the raw instructions
3249 in hex as well as in symbolic form.
3250
f5a33284
TT
32512009-07-09 Tom Tromey <tromey@redhat.com>
3252
3253 * gdbint.texinfo (Testsuite): Document parallel make check.
3254
812f7342
TT
32552009-07-09 Tom Tromey <tromey@redhat.com>
3256
3257 * gdbint.texinfo (Testsuite): Document test transcripts.
3258
fbb8f299
PM
32592009-07-10 Phil Muldoon <pmuldoon@redhat.com>
3260
3261 * gdb.texinfo (Values From Inferior): Add length parameter
3262 description.
3263
dd8f35ac
EZ
32642009-07-04 Chris Genly <chris@genly.us>
3265
3266 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
3267 in -var-list-children. Fix example according to what the code
3268 does.
3269
2277426b
PA
32702009-07-02 Pedro Alves <pedro@codesourcery.com>
3271
3272 * gdb.texinfo (Debugging multiple inferiors): Document the
3273 "inferior", "detach inferior" and "kill inferior" commands.
3274 (Debugging Programs with Multiple Processes): Adjust to mention
3275 generic "inferior" commands. Delete mention of "detach fork" and
3276 "delete fork". Cross reference to "Debugging multiple inferiors"
3277 section.
3278
a6d9a66e
UW
32792009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3280
5af949e3
UW
3281 * gdbint.texinfo (Item Output Functions): Update signature
3282 for ui_out_field_core_addr.
3283
32842009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3285
3286 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
3287 Update example code extrated from breakpoint.c.
3288
9901a55b 32892009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 3290
9901a55b
PP
3291 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
3292 MI commands.
3293 (GDB/MI Symbol Query): Likewise.
3294 (GDB/MI File Commands): Likewise.
3295 (GDB/MI File Transfer Commands): Likewise.
3296 (GDB/MI Target Manipulation): Likewise.
3297 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 3298
edb3359d
DJ
32992009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
3300
3301 * gdb.texinfo (Debugging Optimized Code): New chapter.
3302 (Compiling for Debugging): Reference it. Move some
3303 text to the new section.
3304
7cd1089b
PM
33052009-06-15 Phil Muldoon <pmuldoon@redhat.com>
3306
3307 * doc/gdb.texinfo (Calling): Document
3308 set-unwind-on-terminating-exception usage.
3309
d4db2f36
PA
33102009-06-11 Pedro Alves <pedro@codesourcery.com>
3311
3312 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
3313 command.
3314
d1a7880c
PA
33152009-06-07 Pedro Alves <pedro@codesourcery.com>
3316
3317 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
3318 references.
3319
473f94e6
UW
33202009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
3321
3322 * gdbint.texinfo: Rename formal parameters to gdbarch function
3323 protoypes from "current_gdbarch" to "gdbarch".
3324
8f500870
TT
33252009-05-28 Tom Tromey <tromey@redhat.com>
3326
3327 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
3328
b6313243
TT
33292009-05-27 Tom Tromey <tromey@redhat.com>
3330
3331 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
3332 feature.
3333 (GDB/MI Variable Objects): Document -var-set-visualizer.
3334
33352009-04-02 Tom Tromey <tromey@redhat.com>
3336
3337 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
3338 feature.
3339 (GDB/MI Variable Objects): Document -var-set-visualizer.
3340
a6bac58e
TT
33412009-05-27 Tom Tromey <tromey@redhat.com>
3342 Thiago Jung Bauermann <bauerman@br.ibm.com>
3343 Phil Muldoon <pmuldoon@redhat.com>
3344
3345 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
3346 (Pretty Printing): New node.
3347 (Selecting Pretty-Printers): Likewise.
3348 (Python API): Update.
3349 (Output Formats): Document /r format.
3350
2c74e833
TT
33512009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
3352 Tom Tromey <tromey@redhat.com>
3353
3354 * gdb.texinfo (Types In Python): New node.
3355 (Values From Inferior): "type" is now an attribute.
3356 (Python API): Update.
3357
89c73ade
TT
33582009-05-27 Tom Tromey <tromey@redhat.com>
3359 Thiago Jung Bauermann <bauerman@br.ibm.com>
3360 Phil Muldoon <pmuldoon@redhat.com>
3361
3362 * gdb.texinfo: Add @syncodeindex for `tp'.
3363 (Python API): Update.
3364 (Auto-loading): New node.
3365 (Objfiles In Python): New node.
3366
17a37d48
PP
33672009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
3368
3369 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 3370
6718376f
NR
33712009-05-15 Nick Roberts <nickrob@snap.net.nz>
3372
3373 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
3374
cbe54154
PA
33752009-05-12 Pedro Alves <pedro@codesourcery.com>
3376
3377 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
3378 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
3379 show show-debug-regs' docs.
3380
8e05493c
EZ
33812009-05-08 Eli Zaretskii <eliz@gnu.org>
3382
3383 * gdb.texinfo (Process Record and Replay): Add description of
3384 reverse execution.
3385
b39f4988
JB
33862009-05-07 Joel Brobecker <brobecker@adacore.com>
3387
3388 * gdbint.texinfo (Adding support for debugging core files): New node.
3389 (Native Debugging): Remove the ``Native core file Support'' section.
3390
a2311334
EZ
33912009-05-01 Eli Zaretskii <eliz@gnu.org>
3392
3393 * gdb.texinfo (Process Record and Replay): Improve and clarify.
3394 Add index entries.
3395
53cc454a 33962009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 3397 Michael Snyder <msnyder@vmware.com>
53cc454a 3398
a2311334
EZ
3399 * gdb.texinfo: (Process Record and Replay): Add documentation for
3400 process record and replay.
53cc454a 3401
484086b7
JK
34022009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3403
3404 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
3405 a new part on command-line defined macros.
3406
32ae1842
EZ
34072009-04-25 Eli Zaretskii <eliz@gnu.org>
3408
3409 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
3410 clarify the wording.
3411
b14b1491
TT
34122009-04-23 Tom Tromey <tromey@redhat.com>
3413
3414 * gdb.texinfo (Data Files): New node.
3415 (GDB Files): Update menu.
3416
5c1e86e1
JB
34172009-04-23 Joel Brobecker <brobecker@adacore.com>
3418
3419 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 3420 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 3421
83eba9b7
VP
34222009-04-22 Vladimir Prus <vladimir@codesourcery.com>
3423
3424 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
3425
e31198c4
HZ
34262009-04-22 Hui Zhu <teawater@gmail.com>
3427
3428 * gdb.texinfo (disassemble-next-line): Set the default of
3429 disassemble-next-line to off.
3430
26e251b6
JM
34312009-04-21 Joseph Myers <joseph@codesourcery.com>
3432
3433 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
3434 --with-htmldir): New.
3435 * configure: Regenerate.
3436 * Makefile.in (datarootdir, docdir): Define.
3437 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
3438 instead of $(SET_TEXINPUTS).
3439 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
3440 gdbint.info instead of $(SET_TEXINPUTS).
3441 (gdbint/index.html): Use same -I options as for building
3442 gdbint.info.
3443 (stabs.dvi, stabs.pdf): Use same -I options as for building
3444 stabs.info instead of $(SET_TEXINPUTS).
3445 (stabs/index.html): Use same -I options as for building
3446 stabs.info.
3447 (annotate.dvi, annotate.pdf): Use same -I options as for building
3448 annotate.info instead of $(SET_TEXINPUTS).
3449 (annotate/index.html): Use same -I options as for building
3450 annotate.info.
3451
eac35c4e
DD
34522009-04-21 David Daney <ddaney@caviumnetworks.com>
3453
3454 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
3455
29b0e8a2
JM
34562009-04-21 Joseph Myers <joseph@codesourcery.com>
3457
3458 * gdb.texinfo (Source Path): Document --with-relocated-sources.
3459
2b831889 34602009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 3461 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
3462
3463 * Makefile.in (MAKEHTML): Set to makeinfo --html.
3464 (MAKEHTMLFLAGS): Set to empty.
3465 (html__strip_dir): Define.
3466 (HTMLFILES): Define.
3467 (HTMLFILES_INSTALL): Define.
3468 (install-html): Copy new automake rule.
3469 (html): Depend on $(HTMLFILES).
3470 (gdb_toc.html): Rename to gdb/index.html.
3471 (gdbint_toc.html): Rename to gdbint/index.html.
3472 (stabs_toc.html): Rename to stabs/index.html.
3473 (annotate_toc.html): Rename to annotate/index.html.
3474
89a34d1b
JM
34752009-04-17 Carlos O'Donell <carlos@codesourcery.com>
3476
3477 * Makefile.in: Set pdfdir and htmldir from configure
3478 substitutions.
3479 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
3480 * configure: Regenerate.
3481
a2d5da46
JB
34822009-04-16 Joel Brobecker <brobecker@adacore.com>
3483
3484 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
3485 This macro is no longer used.
3486
732f6a93
TT
34872009-04-15 Tom Tromey <tromey@redhat.com>
3488
3489 * gdb.texinfo (Character Sets): Document default character set.
3490
87f9adc1
PM
34912009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
3492
3493 * gdbint.texinfo: Change server name from sources.redhat.com to
3494 sourceware.org throughout.
3495
2c88c651
JB
34962009-04-09 Joel Brobecker <brobecker@adacore.com>
3497
3498 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
3499 about a missing dot or coma after @xref.
3500
4f5376b2
JB
35012009-04-02 Joel Brobecker <brobecker@adacore.com>
3502
3503 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
3504 example, and add a small explanation about it.
3505 (Print Settings): Change the documentation of the "set print
3506 frame-arguments" to reflect the fact that the default is now "scalars".
3507
a0381d3a
JB
35082009-04-02 Joel Brobecker <brobecker@adacore.com>
3509
3510 * gdb.texinfo (Print Settings): Add kindex for command "set
3511 print frame-arguments".
3512
45ac276d
JB
35132009-03-31 Joel Brobecker <brobecker@adacore.com>
3514
3515 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
3516 breakpoints.
3517 (Set Breaks): Add reference to thread-specific and task-specific
3518 breakpoints.
3519
32cd1edc
JB
35202009-03-31 Joel Brobecker <brobecker@adacore.com>
3521
3522 * gdb.texinfo (Ada Tasks): Remove the documentation about
3523 the "Running" state, as this state has been eliminated.
3524 Now all runnable tasks are shown as "Runnable".
3525
1042e4c0
SS
35262009-03-30 Stan Shebs <stan@codesourcery.com>
3527
3528 * gdb.texinfo (Tracepoints): Describe tracepoints as a
3529 special case of breakpoints.
3530 (Enable and Disable Tracepoints): Mention deprecation.
3531 (Listing Tracepoints): Update description and example.
3532
f8f6f20b
TJB
35332009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3534
3535 * gdb.texinfo (Frames in Python): New node.
3536 (Python API): Update.
3537
c0c6f777
TJB
35382009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
3539
3540 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
3541 from a method to an attribute.
3542
def2b000
TJB
35432009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
3544
3545 * gdb.texinfo (Values From Inferior): Document is_optimized_out
3546 attribute.
3547
a07daef3
PA
35482009-03-25 Pedro Alves <pedro@codesourcery.com>
3549
3550 * observer.texi (thread_exit): Add "silent" parameter.
3551
f3b1572e
PA
35522009-03-22 Pedro Alves <pedro@codesourcery.com>
3553
3554 * observer.texi (about_to_proceed): New.
3555
587afa38
EZ
35562009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
3557
3558 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
3559 field throughout to handle types with spaces in them. Fix typos
3560 found by aspell.
3561 (Summary, Requirements, Contributors): New first chapter,
3562 "Summary" added, old Requirements section moved there, and new
3563 section, "Contributors" added.
3564 (Initializing a New Architecture, Register Representation)
3565 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
3566 (Porting gdb): These sections extended and updated.
3567 (Compiler Characteristics): This section (empty) deleted.
3568 (Defining Other Architecture Features): This section renamed and
3569 duplicate material removed from (formerly "Target Conditionals").
3570 Use braces {} in @deftypeXX type field throughout to handle types
3571 with spaces in them. Typos found by aspell fixed.
3572
3573 * stack_frame.svg: New file, source of image for gdbint.texinfo.
3574 * stack_frame.pdf: Version of image for PDF output.
3575 * stack_frame.png: Version of image for HTML output and for Emacs.
3576 * stack_frame.txt: Version of image for Info output.
1db61298 3577 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 3578
10af6951
EZ
35792009-03-21 Eli Zaretskii <eliz@gnu.org>
3580
3581 * gdb.texinfo (Character Sets): Fix last change.
3582
cc924cad
TJB
35832009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
3584
3585 * gdb.texinfo (Values From Inferior): Fix optional arguments
3586 markup.
3587 (Commands In Python): Adjust argument names of gdb.Command.__init__
3588 to what the function accepts as keywords.
3589
bc3b79fd
TJB
35902008-03-20 Tom Tromey <tromey@redhat.com>
3591
3592 * gdb.texinfo (Convenience Vars): Document convenience functions.
3593 (Functions In Python): New node.
3594 (Python API): Update.
3595
6c7a06a3
TT
35962009-03-20 Tom Tromey <tromey@redhat.com>
3597
3598 * gdb.texinfo (Character Sets): Remove obsolete text. Document
3599 set target-wide-charset.
3600 (Requirements): Mention iconv.
3601
b646ddd4
HZ
36022009-03-17 Hui Zhu <teawater@gmail.com>
3603
3604 * gdb.texinfo: Change the introduce of "disassemble-next-line".
3605
91440f57
HZ
36062009-03-17 Hui Zhu <teawater@gmail.com>
3607
3608 * gdb.texinfo: Add documentation for disassemble-next-line.
3609
8fd41227
TJB
36102009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
3611
3612 * gdb.texinfo (Commands In Python): Remove tindex entries.
3613
61ff14c6
JK
36142009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3615
3616 * gdb.texinfo (Returning): New description for missing debug info.
3617
0b16c5cf
PA
36182009-03-14 Pedro Alves <pedro@codesourcery.com>
3619
3620 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 3621 (General Query Packets): Document qAttached.
0b16c5cf 3622
32fc0df9
PA
36232009-03-05 Pedro Alves <pedro@codesourcery.com>
3624
3625 * gdb.texinfo (Background Execution): Better describe the set
3626 target-async command.
3627 (Maintenance Commands): Delete description of the `maint set/show
3628 linux-async' and `maint set/show remote-async' commands.
3629
134eb42c
VP
36302009-02-18 Vladimir Prus <vladimir@codesourcery.com>
3631
3632 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
3633 between sentences.
3634
c86cf029
VP
36352009-02-18 Vladimir Prus <vladimir@codesourcery.com>
3636
3637 * gdb.texinfo (GDB/MI Async Records): Document the
3638 =library-loaded and =library-unloaded notifications.
3639
3ea85240
VP
36402009-02-17 Vladimir Prus <vladimir@codesourcery.com>
3641
3642 * observer.texi (test_notification): New observer.
3643
1d33d6ba
VP
36442009-02-14 Vladimir Prus <vladimir@codesourcery.com>
3645
61ff14c6
JK
3646 * observer.texi: Add parameter 'print_frame' to normal_stop
3647 observer.
1d33d6ba 3648
d721c933
EZ
36492009-02-07 Eli Zaretskii <eliz@gnu.org>
3650
3651 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
3652 (Commands In Python): Fix COMMAND_* constants in last change. Use
3653 @kbd for interactive input. Add cross-references and index
3654 entries.
3655
4aa995e1
PA
36562009-02-06 Pedro Alves <pedro@codesourcery.com>
3657
3658 * gdb.texinfo (Signals): Document $_siginfo.
3659 (Convenience Variables): Mention $_siginfo.
3660 (Remote Configuration): Document qXfer:siginfo:read,
3661 qXfer:siginfo:write packets, and the read-siginfo-object,
3662 write-siginfo-object commands.
3663
5f5233d4
PA
36642009-02-06 Pedro Alves <pedro@codesourcery.com>
3665
3666 * gdbint.texinfo (Values): New chapter.
3667
d8906c6f
TJB
36682009-02-06 Tom Tromey <tromey@redhat.com>
3669
3670 * gdb.texinfo (Python API): Add entry for Commands In Python.
3671 (Commands In Python): New node.
3672
b6cb8e7d
TJB
36732009-02-05 Tom Tromey <tromey@redhat.com>
3674
3675 * gdb.texinfo (Values From Inferior): Document Value.string.
3676
12453b93
TJB
36772009-02-05 Tom Tromey <tromey@redhat.com>
3678
3679 * gdb.texinfo (Basic Python): Document execute's from_tty
3680 argument.
3681
08c637de
TJB
36822009-02-04 Tom Tromey <tromey@redhat.com>
3683
3684 * gdb.texinfo (Basic Python): Document gdb.history.
3685
592375cd
VP
36862009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3687
3688 * gdb.texinfo (GDB/MI Thread Commands): Document the
3689 'current-thread-id' field. Remove the example with zero threads,
3690 since current GDB won't ever report that if there's inferior.
3691
41447f92
VP
36922009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3693
3694 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
3695 option to -break-insert.
3696
098b41a6
JG
36972009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3698 Jerome Guitton <guitton@adacore.com>
3699
3700 * gdb.texinfo (Startup): Document --with-system-gdbinit.
3701 (System-wide configuration): New section.
3702
3c16cced
PA
37032009-01-26 Pedro Alves <pedro@codesourcery.com>
3704
3705 PR gdb/7580:
3706 * gdb.texinfo (Maintenance Commands): Document "maint set|show
3707 internal-error|internal-warning quit|corefile ask|yes|no".
3708
62709adf
PA
37092009-01-26 Pedro Alves <pedro@codesourcery.com>
3710
3711 * gdb.texinfo (Using the `gdbserver' Program): Document
3712 --remote-debug.
3713
7ce58dd2
DE
37142009-01-23 Doug Evans <dje@google.com>
3715
3716 * gdb.texinfo: Add nexti to list of commands that support
3717 background execution.
3718
adb483fe
DJ
37192009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
3720
3721 * gdb.texinfo (Define, Hooks): Document prefix command support.
3722
a67ec3f4 37232009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 3724 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
3725
3726 Fixes for makeinfo --html.
3727
3728 * annotate.texinfo: Use @copying and @insertcopying. Use
3729 @ifnottex in place of @ifinfo.
3730 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
3731 place of @ifinfo. Use @ifnotinfo for one index entry.
3732 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
3733 in place of @ifinfo.
3734 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
3735 in place of @ifinfo. Include contents at start unconditionally.
3736
84fcdf95
PA
37372009-01-13 Pedro Alves <pedro@codesourcery.com>
3738
3739 * gdb.texinfo (General Query Packets): Remove @var{} around the
3740 "spu" literal string.
3741
fa3a767f
PA
37422009-01-07 Pedro Alves <pedro@codesourcery.com>
3743
3744 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
3745 program may be running in another process" errors.
3746 * gdbint.texinfo (Native Conditionals): Delete
3747 ONE_PROCESS_WRITETEXT description.
3748
9cb011d3
JB
37492009-01-07 Joel Brobecker <brobecker@adacore.com>
3750
3751 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
3752 emacs local variable to be placed at the end of the ChangeLog.
3753 Add server.c and gdbreplay.c to the list of files where the
3754 copyright year needs to be updated.
3755
84603566
SL
37562009-01-06 Sandra Loosemore <sandra@codesourcery.com>
3757
3758 * gdb.texinfo (Remote Configuration): Document new
3759 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
3760 commands.
3761
a53f55d8
PA
37622008-12-28 Pedro Alves <pedro@codesourcery.com>
3763
3764 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
3765 FETCH_INFERIOR_REGISTERS.
3766 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
3767 FETCH_INFERIOR_REGISTERS descriptions. Remove
3768 gdbarch_get_longjmp_target descrition, since already described in
3769 Target Conditionals. Move gdbarch_fp0_regnum description to ...
3770 (Target Conditionals): ... here.
3771
077e0a52
JB
37722008-12-16 Joel Brobecker <brobecker@adacore.com>
3773
3774 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
3775 examples.
3776 (Additions to Ada): Likewise. Add the missing opening and closing
3777 parenthesis of the GDB prompt in one of the examples.
3778
023eb17c
JB
37792008-12-14 Joel Brobecker <brobecker@adacore.com>
3780
3781 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
3782 about the result of 'Address not being of type System.Address.
3783 This problem has been fixed a while ago.
3784
c3b108f7
VP
37852008-12-02 Vladimir Prus <vladimir@codesourcery.com>
3786
3787 MI non-stop and multiprocess docs.
3788
c8d5aac9
L
3789 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
3790 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
3791 Adjust documentation for *stopped, document =thread-created,
3792 =thread-exited, =thread-group-created and =thread-group-exited.
3793 (GDB/MI Thread Commands): Document the 'state' field in
3794 -thread-info output.
3795 (GDB/MI Program Execution): Mention --all and --thread-group
3796 options.
3797 (GDB/MI Variable Objects): Describe floating and fixed variable
3798 objects.
3799 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 3800
07e059b5
VP
38012008-12-02 Vladimir Prus <vladimir@codesourcery.com>
3802
c8d5aac9
L
3803 * gdb.texinfo (Operating System Information): New appendix.
3804 (Operating System Auxiliary Information): Document 'info os processes'
3805 (Remote Configuration): Document 'osdata'
3806 (General Query Packets): Document qXfer:osdata:read.
07e059b5 3807
a80b95ba
TG
38082008-11-27 Tristan Gingold <gingold@adacore.com>
3809
3810 * gdb.texinfo (Darwin): Document Darwin specific features.
3811
a655d424
JK
38122008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3813
3814 * gdbint.texinfo (Target Conditionals): Extend the
3815 gdbarch_breakpoint_from_pc description.
3816
249e1128
VP
38172008-11-22 Vladimir Prus <vladimir@codesourcery.com>
3818
3819 * gdb.texinfo (M68K Features): Fix typo.
3820
c14c28ba
PP
38212008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
3822
3823 * gdb.texinfo (Symbols): Mention printing containing
3824 image name in "info symbol".
3825 (Maint translate-address): Likewise.
889bf7c5 3826
394a6666
JB
38272008-11-18 Joel Brobecker <brobecker@adacore.com>
3828
3829 * gdb.texinfo (Set Catchpoints): Remove the documentation of
3830 commands "catch load" and "catch unload".
3831
66bb093b
VP
38322008-11-17 Vladimir Prus <vladimir@codesourcery.com>
3833
3834 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 3835 =thread-selected.
889bf7c5 3836
4a92f99b
VP
38372008-11-17 Vladimir Prus <vladimir@codesourcery.com>
3838
c8d5aac9 3839 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 3840
f0323ca0
PA
38412008-10-27 Pedro Alves <pedro@codesourcery.com>
3842
3843 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
3844 .mt files, TM_CLIBS or TM_CDEPS.
3845 (x86 Watchpoints): Don't mention TDEPFILES.
3846
8b23ecc4
SL
38472008-10-24 Sandra Loosemore <sandra@codesourcery.com>
3848
3849 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
3850 (Overview): Mention notifications and non-stop mode behavior.
3851 (Packets): Update documentation of ?, vAttach, vCont, and vRun
3852 with non-stop mode behavior. Add vStopped description.
3853 (Stop Reply Packets): Update list of packets that return
3854 stop replies. Mention non-stop behavior.
3855 (General Query Packets): Document QNonStop packet and associated
3856 qSupported query response.
3857 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
3858 behavior.
3859 (Notification Packets): New section.
3860 (Remote Non-Stop): New section.
3861 (File-I/O Overview): Mention non-stop behavior.
3862
fff08868
HZ
38632008-10-24 Hui Zhu <teawater@gmail.com>
3864 Pedro Alves <pedro@codesourcery.com>
3865
3866 * gdb.texinfo (displaced-stepping): Describe the auto mode
3867 setting, and say it's the default. This is now a mainstream
3868 setting instead of a maintenance setting.
3869
252fbfc8
PA
38702008-10-23 Pedro Alves <pedro@codesourcery.com>
3871
3872 * observer.texi (thread_stop_requested): New.
3873
20924a55
JB
38742008-10-22 Joel Brobecker <brobecker@adacore.com>
3875
3876 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
3877 (Patching): Replace incorrect usage of @samp by @kbd.
3878
bacec72f
MS
38792008-10-17 Michael Snyder <msnyder@vmware.com>
3880
3881 * gdb.texinfo: Add documentation for reverse execution.
3882
a08702d6 38832008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 3884 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
3885
3886 * gdb.texinfo. (Values From Inferior): New subsubsection.
3887
d97bc12b
DE
38882008-10-06 Doug Evans <dje@google.com>
3889
3890 * gdb.texinfo (set debug dwarf2-die): Document it.
3891
87f67dba
JB
38922008-10-01 Joel Brobecker <brobecker@adacore.com>
3893
3894 * gdb.texinfo (catch) [exception]: Document how to insert
3895 a breakpoint on user-defined exceptions when the exception
3896 name is identical to one of the language-defined ones.
3897
2fae03e8
TT
38982008-09-27 Tom Tromey <tromey@redhat.com>
3899
3900 * gdb.texinfo (Macros): Remove text about stringification,
3901 varargs, and splicing.
3902
5c6ce71d
TT
39032008-09-27 Tom Tromey <tromey@redhat.com>
3904
3905 * gdbint.texinfo (Language Support): Remove text about omitting
3906 support for a language.
3907
07128da0
DE
39082008-09-23 Doug Evans <dje@google.com>
3909
3910 * gdb.texinfo (info dcache): Update.
3911
b90a069a
SL
39122008-09-22 Sandra Loosemore <sandra@codesourcery.com>
3913
3914 * gdb.texinfo (Packets): Add info on thread-id syntax and
3915 multiprocess extensions.
3916 <D>: Document multiprocess form of packet.
3917 <H>: Use thread-id syntax.
3918 <T>: Likewise.
3919 <vCont>: Likewise. Note this is required for multiprocess.
3920 <vKill>: New packet.
3921 (Stop Reply Packets) <T>: Use thread-id syntax.
3922 <W>: Document multiprocess form of reply.
3923 <X>: Likewise.
3924 (General Query Packets) <qC>: Use thread-id syntax.
3925 <qfThreadInfo>: Likewise.
3926 <qGetTLSAddr>: Likewise.
3927 <qP>: Likewise.
3928 <qSupported>: Add "multiprocess" feature.
3929 <qThreadExtraInfo>: Use thread-id syntax.
3930
b77209e0
PA
39312008-09-22 Stan Shebs <stan@codesourcery.com>
3932
3933 * gdb.texinfo (Inferiors): New section.
3934
3d0bb823
PA
39352008-09-12 Pedro Alves <pedro@codesourcery.com>
3936
3937 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
3938
f8dcfc0a
UW
39392008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
3940
3941 * gdbint.texinfo (Target Conditionals): Remove documentation
3942 for gdbarch_name_of_malloc.
3943
8775bb90
MS
39442008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
3945
3946 * gdb.texinfo (Interrupts): Mention TCP interface for
3947 sending BREAK.
3948
f1838a98
UW
39492008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
3950
3951 * gdb.texinfo (Commands to Specify Files): Document "remote:"
3952 argument prefix to "set sysroot".
3953
158c7665
PH
39542008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
3955
3956 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
3957 and False.
3958
30e026bb
VP
39592008-08-20 Vladimir Prus <vladimir@codesourcery.com>
3960
c8d5aac9
L
3961 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
3962 for possible features of -list-features.
30e026bb 3963
c6ebd6cf
VP
39642008-08-19 Vladimir Prus <vladimir@codesourcery.com>
3965
c8d5aac9 3966 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
3967 (GDB/MI Miscellaneous Commands): Document -list-target-features.
3968
aeac0ff9
VP
39692008-08-19 Vladimir Prus <vladimir@codesourcery.com>
3970
3971 * doc/gdb.texinfo (PowerPC): Fix typo.
3972 (PowerPC features): Fix typo.
3973
5231c1fd
PA
39742008-08-18 Pedro Alves <pedro@codesourcery.com>
3975
3976 * observer.texi (thread_ptid_changed): New.
3977
677c5bb1
LM
39782008-08-18 Luis Machado <luisgpm@br.ibm.com>
3979
3980 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
3981 (PowerPC features): Mention feature set for VSX registers.
3982
f3a2dd1a
JB
39832008-08-13 Joel Brobecker <brobecker@adacore.com>
3984
3985 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
3986 the direct visibility of all names in user-written packages.
3987
33e5cbd6
PA
39882008-08-13 Pedro Alves <pedro@codesourcery.com>
3989
3990 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
3991 setting, and make it the default.
3992 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
3993 non-stop script example.
3994
d0384fc4
TJB
39952008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
3996
3997 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
3998 reference to the "Using Different Register and Memory Data
3999 Representation" section.
4000
a6f3e723
SL
40012008-08-12 Sandra Loosemore <sandra@codesourcery.com>
4002
4003 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
4004 (Remote Protocol): Add Packet Acknowledgment to menu.
4005 (Overview): Mention +/- can be disabled, and point to new section
4006 where this is discussed in detail.
4007 (General Query Packets): Document QStartNoAckMode packet, and
4008 corresponding qSupported reply.
4009 (Packet Acknowledgment): New section.
4010
0606b73b
SL
40112008-08-11 Sandra Loosemore <sandra@codesourcery.com>
4012 Pedro Alves <pedro@codesourcery.com>
4013
4014 * gdb.texinfo (Threads): Move paragraph about automatic thread
4015 selection to All-Stop Mode subsection.
4016 (Thread Stops): Reorganize existing material into subsections.
4017 Add introductory blurb and menu.
4018 (Non-Stop Mode): New subsection.
4019 (Background Execution): New subsection.
4020 (Maintenance Commands): Add cross-references from async mode
4021 commands to the new Background Execution section.
4022
d57a3c85
TJB
40232008-08-06 Tom Tromey <tromey@redhat.com>
4024
4025 * gdb.texinfo (Extending GDB): New chapter.
4026 (Sequences): Demoted chapter, now a section under the new
4027 Extending GDB chapter.
4028 (Python): New section.
4029
6d76a53d
SS
40302008-07-31 Stan Shebs <stan@codesourcery.com>
4031
4032 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
4033
1f70da6a
SS
40342008-07-29 Stan Shebs <stan@codesourcery.com>
4035
4036 * gdbint.texinfo: General round of cleanup and minor
4037 clarifications.
4038 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
4039 (Longjmp Support): Update description to reflect how it is done
4040 for targets without using native header.
4041 (Symbol Handling): Add a little more general explanation.
4042 (COFF, ELF): Mention stabs encapsulation.
4043 (DWARF 3): New section.
4044 (Adding a New Host): Scrub out some obsolete bits.
4045 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
4046 (Host Conditionals): Remove descriptions of NO_STD_REGS,
4047 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
4048 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
4049 SEEK_SET, STOP_SIGNAL, USG.
4050 (Raw and Virtual Register Representations): Ditto for
4051 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
4052 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
4053 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
4054 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
4055 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
4056 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
4057 DEPRECATED_REGISTER_VIRTUAL_SIZE,
4058 DEPRECATED_REGISTER_VIRTUAL_TYPE,
4059 DEPRECATED_USE_STRUCT_CONVENTION.
4060 Describe gdbarch_deprecated_fp_regnum.
4061 Update description of gdbarch_print_insn.
4062 (Adding a New Target): Scrub out obsolete bits.
4063 (Obsolete Conditionals): Remove entire section.
4064
383f836e
TT
40652008-07-25 Tom Tromey <tromey@redhat.com>
4066
4067 * observer.texi (GDB Observers): Document new observers:
4068 breakpoint_created, breakpoint_deleted, breakpoint_modified,
4069 tracepoint_created, tracepoint_deleted, tracepoint_modified,
4070 architecture_changed.
4071
cfd8ab24
SS
40722008-07-21 Stan Shebs <stan@codesourcery.com>
4073
4074 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
4075 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
4076
781b42b0
TT
40772008-07-21 Tom Tromey <tromey@redhat.com>
4078
4079 * observer.texi (GDB Observers): Remove obsolete comment.
4080 <executable_changed>: Remove argument.
4081
d7d9f01e
TT
40822008-07-18 Tom Tromey <tromey@redhat.com>
4083
4084 * gdb.texinfo (Macros): Update. Use @code rather than @command.
4085
bf250677
DE
40862008-07-10 Doug Evans <dje@google.com>
4087
4088 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
4089
10568435
JK
40902008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4091
4092 * gdb.texinfo (Starting): Document "set disable-randomization".
4093
5ae4183a
AS
40942008-07-07 Andreas Schwab <schwab@suse.de>
4095
4096 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
4097
b56e7235
VP
40982008-07-06 Vladimir Prus <vladimir@codesourcery.com>
4099
4100 * gdb.texinfo (GDB/MI Target Manipulation): Add
4101 example of -target-attach.
4102
e1ac3328
VP
41032008-06-10 Vladimir Prus <vladimir@codesourcery.com>
4104
4105 * observer.texi (target_resumed): New observer.
5ae4183a 4106 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 4107
65d12d83
TT
41082008-06-06 Tom Tromey <tromey@redhat.com>
4109
4110 * gdb.texinfo (Completion): Add field name example.
4111
fbc5282e
MK
41122008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
4113
4114 * gdb.texinfo (GDB/MI Program Context): Added example
4115 to -exec-arguments
5ae4183a 4116
fbc5282e 41172008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
4118
4119 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
4120 annotation.
4121
c16158bc 41222008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
4123 Nathan Sidwell <nathan@codesourcery.com>
4124 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
4125
4126 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
4127 and ACX_BUGURL.
4128 * configure: Regenerate.
4129 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
4130 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
4131 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
4132 mailing-list-specific text about bug reporting unless
4133 BUGURL_DEFAULT.
4134
75c99385
PA
41352008-06-05 Pedro Alves <pedro@codesourcery.com>
4136
4137 * gdb.texinfo (-target-select): Remove reference to target async.
4138 (Maintenance Commands): Document "maint set/show remote-async".
4139
1763a388
MK
41402008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
4141
4142 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
4143 in -target-file-get section.
5ae4183a 4144
d0d064df
PA
41452008-05-22 Pedro Alves <pedro@codesourcery.com>
4146
9b562ab8
PA
4147 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
4148 killing the inferior when it is already debugging a process.
d0d064df 4149
8dfa32fc
JB
41502008-05-21 Joel Brobecker <brobecker@adacore.com>
4151
4152 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
4153 abbreviation for "finish".
4154
55f996a7
NR
41552008-05-21 Nick Roberts <nickrob@snap.net.nz>
4156
4157 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
4158
ba2b1c56
DJ
41592008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
4160
4161 * gdbint.texinfo (Target Conditionals): Delete entry for
4162 gdbarch_dwarf_reg_to_regnum.
4163
08388c79
DE
41642008-05-09 Doug Evans <dje@google.com>
4165
a3c83fae 4166 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 4167
d14508fe
DE
41682008-05-05 Doug Evans <dje@google.com>
4169
4170 * gdb.texinfo (disassemble): Document /m modifier.
4171
e2b7ddea
VP
41722008-05-05 Vladimir Prus <vladimir@codesourcery.com>
4173
5ae4183a
AS
4174 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
4175 will not report the time of commands that run the target.
e2b7ddea 4176
8eb41542
VP
41772008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4178
4179 * gdb.texinfo (GDB/MI Output Records): Add
4180 missing semicolon.
4181
82f68b1c
VP
41822008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4183
4184 * gdb.texinfo (GDB/MI Output Records):
4185 Document =thread-create and =thread-exited.
4186
fa0f268d
VP
41872008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4188
4189 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 4190 Remove mention of dmi-discuss.
fa0f268d 4191
063bfe2e
VP
41922008-05-03 Pedro Alves <pedro@codesourcery.com>
4193
4194 * observer.texi (thread_exit): New.
4195
237fc4c9
PA
41962008-05-02 Pedro Alves <pedro@codesourcery.com>
4197
4198 * gdb.texinfo (Debugging Output): Document "set/show debug
4199 displaced".
4200 (Maintenance Commands): Document "maint set/show
4201 can-use-displaced-stepping".
4202
0428b8f5
DJ
42032008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
4204
4205 * gdb.texinfo (ARM): Document set/show arm fallback-mode
4206 and set/show arm force-mode.
4207
5009afc5
AS
42082008-05-02 Andreas Schwab <schwab@suse.de>
4209
4210 * gdbint.texinfo (Algorithms): Describe
4211 target_watchpoint_addr_within_range.
4212
669fac23
DJ
42132008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
4214
4215 * gdbint.texinfo (Stack Frames): New chapter.
4216 (Algorithms): Move Frames text to the new chapter.
4217 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
4218 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
4219
721c02de
VP
42202008-04-24 Vladimir Prus <vladimir@codesourcery.com>
4221
5ae4183a
AS
4222 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
4223 output does not necessary include any tokens.
721c02de 4224
c055b101
CV
42252008-04-22 Corinna Vinschen <vinschen@redhat.com>
4226
4227 * gdb.texinfo (Set SH Calling convention): New @item.
4228 (Show SH Calling convention): Ditto.
4229
68837c9d
MD
42302008-04-22 Markus Deuling <deuling@de.ibm.com>
4231
4232 * gdb.texinfo (Fortran Operators): Describe '%' operator.
4233
2e9132cc
EZ
42342008-04-20 Eli Zaretskii <eliz@gnu.org>
4235
4236 * gdb.texinfo (Set Breaks): Mention that multiple location
4237 breakpoints need line number info. Add index entries.
4238
31fffb02
CS
42392008-04-19 Craig Silverstein <csilvers@google.com>
4240
4241 * gdb.texinfo (Requirements): Add an optional requirement on
4242 zlib.
4243 * gdbint.texinfo (Debugging File Formats): Add new subsection for
4244 Compressed DWARF 2.
4245
a47ec5fe
AR
42462008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
4247
4248 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
4249 sample output for 'stopped,reason="breakpoint-hit"' message.
4250 (GDB/MI Program Execution): Likewise.
4251
de051565
MK
42522008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
4253
5ae4183a 4254 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
4255 -var-set-format. Add -f option to -var-evaluate-expression.
4256
6ba66d6a
JB
42572008-04-03 Joel Brobecker <brobecker@adacore.com>
4258
4259 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
4260 new node "Ambiguous Expressions". Replace references to this
4261 node by references to "Ambiguous Expressions" throughout.
4262 (Ambiguous Expressions): New node.
4263
1e26b4f8
DJ
42642008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
4265
4266 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
4267
b84876c2
PA
42682008-03-21 Pedro Alves <pedro@codesourcery.com>
4269
4270 * gdb.texinfo (Debugging Output): Document
4271 "set/show debug lin-lwp-async".
4272 (Maintenance Commands): Document "maint set/show linux-async".
4273
63092375
DJ
42742008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
4275
4276 * gdb.texinfo (Expressions): Update description of malloced arrays.
4277
8e8901c5
VP
42782008-03-15 Vladimir Prus <vladimir@codesourcery.com>
4279
4280 * gdb.texinfo (Thread Commands): Document
4281 -thread-info. Remove -thread-list-all-threads.
4282
1fddbabb
PA
42832008-03-14 Pedro Alves <pedro@codesourcery.com>
4284 Sandra Loosemore <sandra@codesourcery.com>
4285
4286 * gdb.texinfo (Library List Format): Update to mention the
4287 possibility to pass section addresses instead of segment
4288 addresses.
4289
ccd213ac
DJ
42902008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
4291
4292 * gdb.texinfo (Starting): Document "set exec-wrapper".
4293 (Server): Document gdbserver --wrapper.
4294
fa4727a6
DJ
42952008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
4296
4297 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
4298 unreadable memory. Delete obsolete SPARClite reference.
4299
8edfe269
DJ
43002008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
4301
4302 * gdb.texinfo (Starting): Mention always-running targets.
4303 (Target Commands): Add an anchor for load.
4304 (Connecting): Explain continue instead of run.
4305
1843f87b
DJ
43062008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4307
4308 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
4309
f9082629
NR
43102008-02-26 Nick Roberts <nickrob@snap.net.nz>
4311
4312 * gdb.texinfo (Set Breaks): Revert description of Enb column of
4313 breakpoint table.
4314
fd96d250
PA
43152008-02-19 Pedro Alves <pedro@codesourcery.com>
4316
4317 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
4318 killing the inferior when it is already debugging a process.
4319
36af4ef6
MD
43202008-02-13 Markus Deuling <deuling@de.ibm.com>
4321
4322 * gdbint.texinfo (Build Script): New section. Mention new build script
4323 gdb_buildall.sh.
4324
cda4ce5a
JB
43252008-02-01 Jim Blandy <jimb@red-bean.com>
4326
4327 * gdb.texinfo (Help): Summarize 'info args' correctly.
4328
4acd40f3
TJB
43292008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4330
4331 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
4332 available in PowerPC architecture.
4333 (Embedded Processors): Change node name of PowerPC item in menu.
4334 (PowerPC): Rename to...
4335 (PowerPC Embedded): this.
4336 (Architectures): Add new PowerPC item in menu.
4337 (PowerPC): New node.
4338
6e6c6f50
DJ
43392008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
4340
4341 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
4342 commands.
4343
5ee187d7
DJ
43442008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
4345
4346 * gdb.texinfo (Setting Catchpoints): Mention features
4347 supported on GNU/Linux.
4348
e275c0d9
NR
43492008-01-30 Nick Roberts <nickrob@snap.net.nz>
4350
4351 * gdb.texinfo (GDB/MI File Commands): Describe new output
4352 field for MI command -file-list-exec-source-file.
4353
2d717e4f
DJ
43542008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
4355
4356 * gdb.texinfo (Using the `gdbserver' Program): Add security
4357 warning. Rearrange into subsections and subsubsections. Document
4358 --multi and --debug. Correct --with-sysroot typo. Update --attach
4359 usage. Make load reference clearer. Document monitor exit.
4360 (Remote Configuration): Document set remote exec-file, attach-packet,
4361 and run-packet.
4362 (Packets): Document vAttach and vRun.
4363
d35a4257 43642008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
4365
4366 * gdb.texinfo (Processes): Mention process command.
889bf7c5 4367 detach-on-follow -> detach-on-fork.
f663676d 4368
c78d192c
DJ
43692008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4370
4371 * gdbint.texinfo (Native Conditionals): Remove
4372 SHELL_COMMAND_CONCAT and SHELL_FILE.
4373
d35a4257
EZ
43742008-01-26 Eli Zaretskii <eliz@gnu.org>
4375
4376 * gdb.texinfo (Specify Location): Improve wording.
4377
93815fbf
VP
43782008-01-23 Chris Demetriou <cgd@google.com>
4379
4380 * gdb.texinfo (Threads): Document new "set print thread-events"
4381 and "show print thread-events" commands.
4382
2a25a5ba
EZ
43832008-01-19 Eli Zaretskii <eliz@gnu.org>
4384
4385 * gdb.texinfo (Specify Location): New section.
4386 (Delete Breaks, Edit, Set Breaks): Remove description of
4387 locations. Instead, add a reference to "Specify Location".
4388 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
4389 (Symbols): Refer to "Specify Location" for the valid forms of
4390 linespecs and locations.
4391
32c9a795
MD
43922008-01-18 Markus Deuling <deuling@de.ibm.com>
4393
4394 * gdbint.texinfo (Target Conditionals): Replace the description of
4395 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
4396
b17828ca
JB
43972008-01-12 Paul Hilfinger <hilfinger@adacore.com>
4398
4399 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
4400 about &&var, which is rejected by the expression parser.
4401
0aea4bf3
LM
44022008-01-09 Luis Machado <luisgpm@br.ibm.com>
4403
4404 * gdb.texinfo (Output): Update documentation on using printf with DFP
4405 types.
4406
febe4383
TJB
44072008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
4408
4409 * gdb.texinfo (C and C++): Add Decimal Floating Point format
4410 subsubsection.
4411 (Decimal Floating Point format): New subsubsection.
4412
7a404eba
PA
44132008-01-05 Pedro Alves <pedro@codesourcery.com>
4414
4415 * gdb.texinfo (File Options): Remove mention of the attempt to
4416 open a core file with the -p option. Don't list -c as a valid
4417 option to attach to a process.
4418
a4d9b460
PA
44192008-01-05 Pedro Alves <pedro@codesourcery.com>
4420
4421 * gdbint.texinfo (Host Conditionals): Remove mention of
4422 ALIGN_STACK_ON_ENTRY.
4423
6ec2edbe
JB
44242008-01-05 Joel Brobecker <brobecker@adacore.com>
4425
4426 * gdbint.texinfo (Start of New Year Procedure): Add item
4427 describing how to update the source and documentation copyright
4428 notices.
4429
d8b2a693
JB
44302007-12-18 Jim Blandy <jimb@codesourcery.com>
4431
ab209b3a 4432 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
4433 watchpoint explanation into the main description of the watchpoint
4434 command; update synopses of 'watch', 'rwatch', and 'awatch'
4435 commands.
4436
8b4ed427
VP
44372007-12-18 Vladimir Prus <vladimir@codesourcery.com>
4438
4439 * gdb.texinfo (Miscellaneous gdb/mi Commands):
4440 Document 'pending-breakpoints' feature of
4441 -list-features.
4442
37e4754d
LM
44432007-12-17 Luis Machado <luisgpm@br.ibm.com>
4444
669fac23 4445 * gdb.texinfo: Add new parameter's description.
37e4754d 4446
1d3811f6
DJ
44472007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
4448
4449 * gdb.texinfo (Overview): Clarify run-length encoding
4450 example. Remove the restriction on "+" and "-" characters.
4451
c1c25a1a
EZ
44522007-12-15 Eli Zaretskii <eliz@gnu.org>
4453
4454 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
4455
afe8ab22 44562007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 4457
afe8ab22
VP
4458 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
4459 the -f option for -break-insert, remove -r option,
4460 and clarify specification of location.
4461
a6b151f1
DJ
44622007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
4463
4464 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
4465 formatting.
4466 (Remote Debugging): Add File Transfer section.
4467 (Remote Configuration): Document Host I/O packets.
4468 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 4469 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
4470 (Packets): Add vFile.
4471
3b784c4f
EZ
44722007-11-17 Eli Zaretskii <eliz@gnu.org>
4473
4474 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
4475 breakpoints with multiple locations.
4476 (Breakpoint Menus): Improve wording.
4477 (Output): Fix last change.
4478
a4ce5b0d
UW
44792007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
4480
4481 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
4482
1b39d5c0
DE
44832007-11-15 Doug Evans <dje@google.com>
4484
4485 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
4486
7a72d44c
VP
44872007-11-15 Vladimir Prus <vladimir@codesourcery.com>
4488
4489 * gdbint.texinfo (Native Conditionals): Remove
4490 mention of CLEAR_SOLIB.
5ae4183a 4491
6d1829bf 44922007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
4493
4494 * gdb.texinfo (Print Settings): Add documentation for "set/show
4495 print frame-arguments".
4496
1a619819
LM
44972007-11-05 Luis Machado <luisgpm@br.ibm.com>
4498
3b784c4f 4499 * gdb.texinfo (Output): Update printf command's description.
1a619819 4500
55eddb0f
DJ
45012007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
4502
4503 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
4504 powerpc soft-float".
4505
9cceb671
DJ
45062007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4507
4508 * gdb.texinfo (Files): Correct formatting. Mention Expat
4509 requirement.
4510 (Requirements for Building GDB): Expand the list of Expat
4511 uses.
4512 (Library List Format, Memory Map Format): Mention Expat.
4513 (Target Descriptions): Update Expat wording.
4514
83acabca
DJ
45152007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4516
4517 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
4518 Document that gdbarch_convert_register_p should return zero for no-op
4519 conversions.
4520
e35879db
UW
45212007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
4522
83acabca 4523 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
4524 of set_gdbarch_sofun_address_maybe_missing back to ...
4525 (Target Conditionals): ... here to fix build break.
4526
203c3895
UW
45272007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
4528
83acabca 4529 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
4530 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
4531 (Compiler Characteristics): ... documentation of
4532 set_gdbarch_sofun_address_maybe_missing.
4533
11411de3
DJ
45342007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
4535
4536 * gdbint.texinfo (Target Conditionals): Use
4537 frame_unwind_register_unsigned in examples instead of
4538 frame_unwind_unsigned_register.
4539
7cc46491
DJ
45402007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4541
4542 * gdb.texinfo (Predefined Target Types): Add int128
4543 and uint128.
4544 (Standard Target Features): Add PowerPC features.
4545
81adfced
DJ
45462007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4547
4548 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
4549
c1874924
UW
45502007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4551
4552 * gdbint.texi (Target Conditionals): Remove documentation
4553 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
4554 gdbarch_extract_return_value, and gdbarch_store_return_value.
4555
f6e56ab3
UW
45562007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4557
4558 * gdbint.texi (Target Conditionals): Remove documentation of
4559 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
4560
56cf5405
KH
45612007-10-11 Kazu Hirata <kazu@codesourcery.com>
4562
4563 * gdb.texinfo: Mention that inaccessible-by-default is on by
4564 default.
4565
35156bae
DJ
45662007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4567
4568 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
4569
d983da9c
DJ
45702007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
4571
4572 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
4573 multi-threaded watchpoints.
4574 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
4575 checked. Describe sticky notification. Expand description
4576 of steppable and continuable watchpoints.
4577 (Watchpoints and Threads): New subsection.
4578
fe6fbf8b
VP
45792007-09-28 Vladimir Prus <vladimir@codesourcery.com>
4580
4581 * gdb.texinfo (Setting Breakpoints): Revise
4582 documentation for pending breakpoints. Document
4583 breakpoints with multiple locations.
5ae4183a 4584
084344da
VP
45852007-09-19 Vladimir Prus <vladimir@codesourcery.com>
4586
4587 * gdb.texinfo (Miscellaneous gdb/mi Commands):
4588 Document -list-features.
5ae4183a 4589
82160952
EZ
45902007-09-15 Eli Zaretskii <eliz@gnu.org>
4591
4592 * gdb.texinfo (Output): Spell out which features of C's printf are
4593 not supported by GDB's printf.
7e27a47a
EZ
4594 (Separate Debug Files): More accurate wording regarding build ID
4595 and a reference to the ld manual rather than the Fedora wiki.
82160952 4596
ea37ba09
DJ
45972007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
4598 Jim Blandy <jimb@codesourcery.com>
4599
4600 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
4601 (Examining Memory): Update mentions of the 's' format.
4602 (Automatic Display): Likewise.
4603
b8533aec
DJ
46042007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
4605
4606 * gdb.texinfo: Update the FSF's Back-Cover Text.
4607
83f83d7f
JK
46082007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4609 Eli Zaretskii <eliz@gnu.org>
4610
4611 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
4612 Fixed the ``build ID'' name. New binaries build instructions for the
4613 build ID inclusion. Explain how the commands are specific to the build
4614 ID vs. debug link.
4615
c7e83d54
EZ
46162007-09-01 Eli Zaretskii <eliz@gnu.org>
4617
4618 * gdb.texinfo (Separate Debug Files): Fix last change. Add
4619 indexing for ``build ID'' support.
4620
d3750b24
JK
46212007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4622
4623 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
4624 Enlisted BUILD ID to the debug file searching example.
4625 Included a BUILD ID `.note.gnu.build-id' section description.
4626 Updated/added the debug files splitting instructions for OBJCOPY.
4627
02142340
VP
46282007-08-31 Vladimir Prus <vladimir@codesourcery.com>
4629
4630 * gdb.texinfo (Variable Objects): Adjust docs
4631 for -var-info-expression and document
4632 -var-info-path-expression.
4633
d3bdde98
JB
46342007-08-20 Jim Blandy <jimb@codesourcery.com>
4635
3fb6a982
JB
4636 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
4637 (title page): Include the dedication in the printed manual, as a
4638 separate page after the copyright notice.
5ae4183a 4639
d3bdde98
JB
4640 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
4641 don't break a @var across a line.
4642
c80a96a8
MR
46432007-07-25 Maciej W. Rozycki <macro@mips.com>
4644
4645 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
4646 for include files.
4647
5824a901
NR
46482007-07-12 Nick Roberts <nickrob@snap.net.nz>
4649
4650 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
4651 in annotate.texinfo.
4652 (Command History): Link to new node.
5824a901 4653
d52e7ea3
UW
46542007-07-05 Markus Deuling <deuling@de.ibm.com>
4655
4656 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
4657
5fc14d0a
EZ
46582007-07-05 Eli Zaretskii <eliz@gnu.org>
4659
4660 * gdbint.texinfo (Target Conditionals): Fix last change.
4661
4a9bb1df
UW
46622007-07-03 Markus Deuling <deuling@de.ibm.com>
4663
4664 * gdb.texinfo: Replace following macros by their appropriate gdbarch
4665 routines:
4666 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
4667 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
4668 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
4669 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
4670 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
4671 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
4672 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
4673 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
4674 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
4675 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
4676 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
4677 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
4678 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
4679 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
4680 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
4681 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
4682 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
4683 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
4684 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
4685 (SOFTWARE_SINGLE_STEP_P)
4686
4687 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
4688 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
4689
4690 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
4691 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
4692 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
4693 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
4694 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
4695 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
4696 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
4697 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
4698 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
4699 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
4700
4701 (Converting an existing Target Architecture to Multi-arch): Remove
4702 section.
4703
4704 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
4705 (gdbarch_addr_bits_remove): Add code example.
4706
4707 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
4708
cfa9d6d9
DJ
47092007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
4710
4711 * gdb.texinfo (Remote Configuration): Document library-info-packet.
4712 Add other missing entries. Adjust the table size to fit.
4713 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
4714 stop reasons including the new "library" event.
4715 (General Query Packets): Adjust table widths for qSupported. Mention
4716 qXfer:libraries:read reply to qSupported and document the new packet.
4717 (Library List Format): New section.
4718
159fcc13
JK
47192007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4720
4721 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
4722
f66d1690
MS
47232007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
4724
4725 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
4726
67102876
NR
47272007-06-25 Nick Roberts <nickrob@snap.net.nz>
4728
4729 * gdbint.texinfo (Register and Memory Data): Break sections
4730 into nodes and add a menu.
4731
a4642986
MR
47322007-06-21 Maciej W. Rozycki <macro@mips.com>
4733
4734 * gdb.texinfo (Examining Memory): Document the new behaviour.
4735
e9c17194
VP
47362007-06-21 Vladimir Prus <vladimir@codesourcery.com>
4737
4738 * gdb.texinfo (Standard Target Features): Document
4739 m68k features.
4740
31d99776
DJ
47412007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4742
4743 * gdb.texinfo (General Query Packets): Document qOffsets changes.
4744
1780a0ed
DJ
47452007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4746
4747 * gdb.texinfo (Target Description Format): Add version attribute
4748 for <target>.
4749
822b6570
DJ
47502007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4751
4752 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
4753
f8b73d13
DJ
47542007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4755
4756 * gdb.texinfo (MIPS Features): New subsection.
4757
0e7f50da
UW
47582007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4759 Markus Deuling <deuling@de.ibm.com>
4760
4761 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
4762 and qXfer:spu:write packets and mention them under qSupported.
4763
23d964e7
UW
47642007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4765 Markus Deuling <deuling@de.ibm.com>
4766
4767 * gdb.texinfo (Architectures): Add new SPU section to document
4768 Cell Broadband Engine SPU architecture specific commands.
4769
9f708cb2
VP
47702007-06-09 Vladimir Prus <vladimir@codesourcery.com>
4771
4772 * gdb.texinfo (GDB/MI Variable Objects): Editorial
4773 comments.
4774
7579b5f8
NR
47752007-06-07 Nick Roberts <nickrob@snap.net.nz>
4776
4777 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
4778
bf06d120
JB
47792007-05-29 Jim Blandy <jimb@codesourcery.com>
4780
4781 * gdb.texinfo (Overview): Doc fix.
4782
23776285
MR
47832007-05-22 Maciej W. Rozycki <macro@mips.com>
4784
4785 * gdb.texinfo (Remote Configuration): Document "set/show
4786 remoteflow".
4787
1a69e1e4
DJ
47882007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
4789
bf06d120
JB
4790 * gdb.texinfo (MIPS): Remove documentation for set mips
4791 saved-gpreg-size, show mips saved-gpreg-size, and set mips
4792 stack-arg-size.
1a69e1e4 4793
46ba6afa 47942007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4795
46ba6afa
BW
4796 * all-cfg.texi (GDBTUI): New.
4797 * gdb.texinfo (Mode Options): Use GDBTUI variable.
4798 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
4799 (TUI Configuration): Edit to improve clarity and fix problems of
4800 both style and content.
5ae4183a 4801
06d3b283
UW
48022007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
4803
4804 * observer.texi (GDB Observers): New observer "new_objfile".
4805
179101d6
UW
48062007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
4807
4808 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
4809
25d5ea92
VP
48102007-04-14 Vladimir Prus <vladimir@codesourcery.com>
4811
4812 * gdb.texinfo (GDB/MI Variable Objects): Document
4813 frozen variables objects.
5ae4183a 4814
ea35711c
DJ
48152007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
4816
4817 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
4818 (Character Sets, Caching Data of Remote Targets): Likewise.
4819 (Targets): Delete Remote node. Move its text...
4820 (Debugging Remote Programs): ...to here. Delete description
4821 of the "remote" command.
4822 (Remote configuration): Delete description of "set remotedevice"
4823 and "show remotedevice".
4824 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
4825
db2e3e2e
BW
48262007-04-11 Bob Wilson <bob.wilson@acm.org>
4827
5ae4183a
AS
4828 * gdb.texinfo (Contributors, Continuing and Stepping)
4829 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
4830 (General Query Packets, File-I/O Remote Protocol Extension)
4831 (Protocol Basics, The F Reply Packet, Write)
4832 (Protocol-specific Representation of Datatypes, Memory Transfer):
4833 Fix hyphenation, punctuation and grammar problems.
4834 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
4835 'section' instead of 'subsection' in the text.
4836 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
4837 (i386): Remove period from section name.
db2e3e2e
BW
4838 (Installing GDB, Requirements, Running Configure, Separate Objdir)
4839 (Config Names, Configure Options): Use @file{configure}.
4840
8a3dae3e
DJ
48412007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
4842
4843 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
4844 and tab expansion.
4845
1a92f856
DJ
48462007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
4847
4848 * gdbint.texinfo (SOM): Correct location of the SOM reader.
4849
79a6e687 48502007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4851
79a6e687
BW
4852 * gdb.texinfo: Consistently capitalize all significant words in
4853 node names, chapter titles, section titles, and headings. Update
4854 cross references to match.
4855 (Starting and Stopping Trace Experiment): Make node name plural.
4856 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 4857
ad527d2e
PA
48582007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
4859
4860 * gdb.texinfo (WinCE): Delete obsolete subsection.
4861
7ce59000
DJ
48622007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4863
4864 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
4865 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
4866 references.
4867
8807d78b
DJ
48682007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4869
4870 * gdb.texinfo (Startup): Delete references to some alternate
4871 names for .gdbinit.
4872 (Thread): Remove LynxOS reference.
4873 (Tandem ST2000): Delete target-specific documentation.
4874 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
4875 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
4876 and GDB_OSABI_LYNXOS.
4877
5f402660
UW
48782007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
4879
4880 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
4881
bac718a6
UW
48822007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
4883
4884 * gdbint.texinfo (Target Conditionals): Remove mention of
4885 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
4886 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
4887
9453113a
DJ
48882007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
4889
4890 * Makefile.in: Add "pdfdir" installation
4891 directory, PDFTEX macro, support for "install-pdf" target,
4892 and rules for making a pdf version of refcard.texi.
4893 * refcard.tex: Specify paper size for PDF output.
4894
ae21e955 48952007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4896
ae21e955 4897 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 4898
3f94c067 48992007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4900
3f94c067
BW
4901 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
4902 (Source Path, Character Sets, Macros, Define)
4903 (GDB/MI Result Records, GDB/MI Simple Examples)
4904 (GDB/MI Program Execution, GDB/MI File Commands)
4905 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
4906 (Bug Reporting): Use @value{GCC}.
5ae4183a 4907
12c27660 49082007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4909
12c27660
BW
4910 * gdb.texinfo (Help): Fix formatting of examples.
4911 (Variables): Use @ifnotinfo instead of @iftex.
4912 (Non-debug DLL symbols): Use @ref instead of @pxref.
4913 (Sparclet File): Use @samp instead of quotes.
5ae4183a 4914
ce9341a1
BW
49152007-03-26 Bob Wilson <bob.wilson@acm.org>
4916
4917 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
4918
c8f4133a
BW
49192007-03-26 Bob Wilson <bob.wilson@acm.org>
4920
4921 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
4922 the order of the nodes.
4923 (C Operators, C Constants, Debugging C): Remove extra menus.
4924 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 4925
c8f4133a 49262007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
4927
4928 * gdb.texinfo (File Options): Add missing parenthesis.
4929 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
4930
c74d0ad8
DJ
49312007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4932
4933 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
4934
ff6f572f
DJ
49352007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4936
669fac23 4937 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
4938 case insensitivity.
4939 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
4940
994337c3
NR
49412007-02-18 Nick Roberts <nickrob@snap.net.nz>
4942
4943 * gdb.texinfo (Top): Put Appendix A after numbered sections.
4944 (Files): Add section name to argument list for pxref.
4945 (Non-debug DLL symbols): Don't use `see' for pxref.
4946 (Embedded Processors): Fix typo.
4947 (GDB/MI Breakpoint Commands): Execution commands generate
4948 *stopped not ^done.
4949
eb819d70
NR
49502007-02-13 Nick Roberts <nickrob@snap.net.nz>
4951
4952 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
4953 values for in_scope. Mention that only root variables can be
4954 updated.
4955 (GDB/MI Development and Front Ends): Explain new values may be
4956 added to existing fields.
4957
123dc839
DJ
49582007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4959
4960 * gdb.texinfo (-target-disconnect): Use @smallexample.
4961 (Requirements): Add anchor for Expat. Update description.
4962 (Target Descriptions): Mention Expat.
4963 (Target Description Format): Document new elements. Use
4964 @smallexample.
4965 (Predefined Target Types, Standard Target Features): New sections.
669fac23 4966 * gdbint.texinfo (Target Descriptions): New section.
123dc839 4967
108546a0
DJ
49682007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
4969
4970 * gdb.texinfo (Target Description Format): Add section on XInclude.
4971
95a98c01
NR
49722006-02-03 Nick Roberts <nickrob@snap.net.nz>
4973
4974 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
4975 command -enable-timings.
4976
f4b3909f
EZ
49772007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
4978
5ae4183a 4979 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
4980 descriptions for new/deleted elements in gdb_osabi. Add missing
4981 description for function generic_elf_osabi_sniff_abi_tag_sections.
4982
c7ba131e
JB
49832007-01-29 Joel Brobecker <brobecker@adacore.com>
4984
4985 * gdb.texinfo (Maintenance Commands): Add documentation for
4986 the new "maint print target-stack" command.
4987
3a60f64e
JK
49882007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4989 Eli Zaretskii <eliz@gnu.org>
4990
f4b3909f 4991 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 4992
c582f8b6
EZ
49932007-01-26 Eli Zaretskii <eliz@gnu.org>
4994
4995 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
4996 Use @value{NGCC} instead of @value{GCC}.
4997
d3e8051b
EZ
49982007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
4999
5000 * agentexpr.texi: Fix typos.
5001 * annotate.texinfo: Likewise.
5002 * gdb.texinfo: Likewise.
5003 * gdbint.texinfo: Likewise.
5004 * observer.texi: Likewise.
5005 * stabs.texinfo: Likewise.
5006
86f04699
EZ
50072007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
5008
5009 * gdbint.texinfo (Support Libraries): Remove mmalloc
5010 entry. Describe readline library.
5011
23181151
DJ
50122007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
5013
5014 * gdb.texinfo (Target Descriptions): New section.
5015 (General Query Packets): Add QPassSignals anchor. Mention
5016 qXfer:features:read under qSupported. Expand mentions of
5017 qXfer:memory-map:read and QPassSignals. Document
5018 qXfer:features:read.
5019
f822c95b
DJ
50202007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
5021
5022 * gdb.texinfo (Commands to specify files): Describe
5023 "set sysroot" and "show sysroot".
5024 (Using the `gdbserver' program): Lowercase argument
5025 to @var. Expand description of setting up GDB on the
5026 host.
5027
8936fcda
JB
50282007-01-05 Joel Brobecker <brobecker@adacore.com>
5029
5030 * gdb.texinfo (Set Catchpoints): Add documentation for the new
5031 catch exception, catch exception unhandled, and catch assert
5032 commands.
5033
e776119f
DJ
50342007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5035
5036 * gdb.texinfo (Debugging Output): Document "set debug xml"
5037 and "show debug xml".
5038
aa79a185
DJ
50392007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5040
5041 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
5042
7f893741
JB
50432007-01-01 Joel Brobecker <brobecker@adacore.com>
5044
5045 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
5046
a1b5960f
VP
50472006-12-08 Vladimir Prus <vladimir@codesourcery.com>
5048
5049 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
5050 note in @ignore, to be removed later if nobody complains.
5051
9f470e6e
NR
50522006-12-04 Nick Roberts <nickrob@snap.net.nz>
5053
5054 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
5055 of -var-delete.
5056
765dc015 50572006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 5058
765dc015 5059 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
5060 automatic software/hardware breakpoint usage and
5061 the "set breakpoint auto-hw" command.
765dc015 5062
4b5752d0
VP
50632006-11-21 Vladimir Prus <vladimir@codesourcery.com>
5064
5065 * gdb.texinfo (Memory Access Checking): New.
5066
89be2091
DJ
50672006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
5068
5069 * gdb.texinfo (Remote configuration): Mention
5070 "pass-signals-packet".
5071 (General Query Packets): Document QPassSignals. Fix
5072 a typo.
5073
ca3bf3bd
DJ
50742006-11-14 Maxim Grigoriev <maxim@tensilica.com>
5075
5076 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
5077
427c3a89
DJ
50782006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
5079
5080 * gdb.texinfo (Remote configuration): Rewrite documentation for
5081 packet configuration commands.
5082 (OS Information): Adjust reference to qXfer:auxv:read.
5083 (General Query Packets): Remove references to read-aux-vector-packet
5084 and set remote get-thread-local-storage-address.
5085
7a107747
DJ
50862006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
5087
5088 * gdbint.texinfo (Target Architecture Definition): Add new
5089 Initializing a New Architecture section.
5090
1c56eb0e
EZ
50912006-10-31 David Taylor <dtaylor@emc.com>
5092
5093 * stabs.texinfo (Macro define and undefine): New node describing
5094 stabs for #define and #undef.
5095
f73adfeb
AS
50962006-10-27 Andreas Schwab <schwab@suse.de>
5097
5098 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
5099
fd60e0df
EZ
51002006-10-21 Eli Zaretskii <eliz@gnu.org>
5101
5102 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
5103 clarify on the possible meanings of ``expression'' watched by
5104 watchpoints. Add indexing.
e5ac9b53
EZ
5105 (Prompting, Errors, Invalidation, Annotations for Running)
5106 (Source Annotations): Fix index entries by adding "annotation" to
5107 them, to discriminate from index entries that point to the more
5108 general topic descriptions.
fd60e0df 5109
52bb452f
DJ
51102006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5111
5112 * gdbint.texinfo (Target Vector Definition): Move most
5113 content into Existing Targets. Add a menu.
5114 (Existing Targets): New section, moved from Target Vector
5115 Definition. Use @subsection.
5116 (Managing Execution State): New section.
5117
58955e58
BW
51182006-10-16 Bob Wilson <bob.wilson@acm.org>
5119
5120 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
5121
c8aa23ab
EZ
51222006-10-15 Eli Zaretskii <eliz@gnu.org>
5123
5124 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
5125 (Command Syntax, Signals, Backtrace, Connecting)
5126 (Remote configuration, Renesas Boards, Console I/O): Fix last
5127 change: use Ctrl- instead of C-, except wrt Emacs.
5128 (File-I/O Examples): Put Ctrl-c in @kbd.
5129 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
5130 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
5131 (Signals, Set Breaks, Set Watchpoints): Document optional
5132 arguments to `info signals' `handle', `info breakpoints', and
5133 `info watchpoints'.
c8aa23ab 5134
e7109c7e
EZ
51352006-10-14 Eli Zaretskii <eliz@gnu.org>
5136
5137 * gdb.texinfo (Backtrace): Fix last change.
5138
de3aea7b
NR
51392006-10-14 Nick Roberts <nickrob@snap.net.nz>
5140
5141 * gdb.texinfo (Backtrace): Order correctly and add other cases.
5142
7f9087cb
BW
51432006-10-10 Bob Wilson <bob.wilson@acm.org>
5144
c8aa23ab
EZ
5145 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
5146 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
5147 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 5148
68437a39
DJ
51492006-09-21 Vladimir Prus <vladimir@codesourcery.com>
5150 Daniel Jacobowitz <dan@codesourcery.com>
5151
5152 * gdb.texinfo (Packets): Document vFlashErase,
5153 vFlashWrite and vFlashDone packets.
5154 (General Query Packets): Document qXfer:memory-map:read.
5155 Add a new feature for qXfer:memory-map:read.
5156 (Memory map format): New section.
5157 (Target Commands): Mention that gdb can write flash.
5158
fd79ecee
DJ
51592006-09-21 Vladimir Prus <vladimir@codesourcery.com>
5160 Daniel Jacobowitz <dan@codesourcery.com>
5161
5162 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
5163 memory regions and "mem auto".
5164
350da6ee
DJ
51652006-09-21 Nathan Sidwell <nathan@codesourcery.com>
5166
5167 * gdbint.texinfo (Array Containers): New section.
5168
2f1acb09
VP
51692006-09-17 Vladimir Prus <vladimir@codesourcery.com>
5170
5171 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5172 -stack-list-arguments HIGH_FRAME argument can be larger then the
5173 actual number of frames.
5174
2ab1eb7a
VP
51752006-09-07 Vladimir Prus <vladimir@codesourcery.com>
5176
5177 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
5178 -stack-list-locals HIGH_FRAME argument can be larger then the
5179 actual number of frames.
2ab1eb7a 5180
599b237a
BW
51812006-09-02 Bob Wilson <bob.wilson@acm.org>
5182
5183 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
5184 Register Packet Format, Tracepoint Packets): Fix spelling errors.
5185
25ab7e6d
EZ
51862006-09-02 Eli Zaretskii <eliz@gnu.org>
5187
5188 * gdbint.texinfo (Overall Structure): New section "Source Tree
5189 Structure".
5190
940178d3
JB
51912006-08-17 Jim Blandy <jimb@codesourcery.com>
5192
5193 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
5194 responses.
5195
30daae6c
JB
51962006-08-08 Joel Brobecker <brobecker@adacore.com>
5197
5198 * gdb.texinfo (Source Path): Add documentation for new
5199 substitute-path commands.
5200
7fa2210b
DJ
52012006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
5202
5203 * gdb.texinfo (Installing GDB): Update menu. Move text to...
5204 (Running Configure): ...here.
5205 (Requirements): New node. Mention expat.
5206
3d00d119
DJ
52072006-08-08 Vladimir Prus <vladimir@codesourcery.com>
5208
5ae4183a 5209 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
5210 'set download-write-size' and 'show download-write-size'.
5211
0cbfa4ee
DJ
52122006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
5213
5214 * stabs.texinfo (Member Type Descriptor): Correct example for
5215 pointer to member types.
5216
16026cd7
AS
52172006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
5218
5219 * gdb.texinfo (Optional warnings and messages): Add
5220 'set/show trace-commands'.
5221 (Command files): Add '-v' to source command.
5222
0876f84a
DJ
52232006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
5224
5225 * gdb.texinfo (OS Information): Update qPart reference to
5226 qXfer.
5227 (Remote configuration): Likewise.
5228 (Overview): Move @cindex to the start of a paragraph. Talk
5229 about binary data encoding.
5230 (Packets): Refer to the overview for the details of the X
5231 packet encoding.
5232 (General Query Packets): Remove qPart description. Add qXfer
5233 description. Add an anchor to qSupported. Correct feature
5234 table title. Add a new feature for qXfer:auxv:read.
5235 (Interrupts): Add a missing parenthesis.
5236
2ec3381a
DJ
52372006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
5238
669fac23 5239 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
5240 (GDB/MI Kod Commands): Remove commented out node.
5241
594fe323
EZ
52422006-07-01 Eli Zaretskii <eliz@gnu.org>
5243
5244 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
5245 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
5246 (GDB/MI Thread Commands, GDB/MI Program Execution)
5247 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
5248 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
5249 (GDB/MI File Commands, GDB/MI Target Manipulation)
5250 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
5251 since the MI prompt is hard-wired into the code.
5252
7e3fb70c
NR
52532006-07-01 Nick Roberts <nickrob@snap.net.nz>
5254
5255 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
5256 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
5257 (GDB/MI Data Manipulation): Remove description of unimplemented
5258 display related commands as variable objects perform this function
5259 and are superior: -display-delete, -display-disable,
5260 -display-enable, -display-insert and -display-list. Move
5261 -environment-cd, -environment-directory, -environment-path
5262 and -environment-pwd to "Program Context".
5263 (GDB/MI Program Control): Rename to "Program Execution". Move
5264 -exec-arguments -exec-abort to...
5265 (GDB/MI Program Context): ...here. New node split from "Data
5266 Manipulation".
5267
be2a5f71
DJ
52682006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
5269
5270 * gdb.texinfo (Remote configuration): Document set / show
5271 remote supported-packets.
5272 (General Query Packets): Document qSupported packet.
5273
fc320d37
SL
52742006-06-10 Sandra Loosemore <sandra@codesourcery.com>
5275
5276 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
5277 and font markup.
5278 (Protocol basics): Likewise.
5279 (The F request packet): Likewise.
5280 (The F reply packet): Likewise.
5281 (Memory transfer): Move this node to be a subsubsection of
5282 "Protocol specific representation of datatypes".
5283 (The Ctrl-C message): More copy editing.
5284 (Console I/O): Likewise.
5285 (The isatty call): Delete this node, and merge its content into
5286 the "isatty" node. Fixed references elsewhere.
5287 (The system call): Delete this node, and merge its content into
5288 the "system" node. Fixed references elsewhere.
5289 (open): Reformat to use @table, and add appropriate font markup.
5290 (close): Likewise.
5291 (read): Likewise.
5292 (write): Likewise.
5293 (lseek): Likewise.
5294 (rename): Likewise.
5295 (unlink): Likewise.
5296 (stat/fstat): Likewise.
5297 (gettimeofday): Likewise.
5298 (isatty): Likewise.
5299 (system): Likewise, plus minor changes to fix confusing wording.
5300 (Integral datatypes): Fix font markup.
5301 (Pointer values): Likewise.
5302 (struct stat): Fix markup to use @table, plus minor copy editing.
5303 (struct timeval): Fix font markup, plus minor copy editing.
5304 (Constants): Minor copy editing.
5305 (Errno values): Add font markup.
5306 (File-I/O Examples): Likewise.
5307
158fdf5c
NR
53082006-06-10 Nick Roberts <nickrob@snap.net.nz>
5309
5310 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
5311 (GDB/MI Simple Examples): Move node up one level. Use real
5312 examples.
5313 (GDB/MI Compatibility with CLI): Update.
5314 (GDB/MI Result Records): Add "connected" and "exit" result
5315 classes.
5316 (GDB/MI Stream Records): Clarify target output.
5317 (GDB/MI Command Description Format): Modify example description.
5318 (GDB/MI Breakpoint Table Commands): Rename to...
5319 (GDB/MI Breakpoint Commands): ...this
5320 (GDB/MI Breakpoint Commands): Add optional thread field.
5321 (GDB/MI Program Control): Add an introduction. Move "Program
5322 termination" examples into exec-run description.
5323 (GDB/MI File Commands): Mention similar CLI commands.
5324 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
5325 is similar to "-gdb-version".
5326
ddb50cd7
EZ
53272006-06-09 Eli Zaretskii <eliz@gnu.org>
5328
5329 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
5330
2aef0d6b
NR
53312006-06-02 Nick Roberts <nickrob@snap.net.nz>
5332
5333 * gdb.texinfo (GDB/MI Development and Front Ends): Use
5334 sourceware.org for mailing lists.
d5e40d59 5335 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 5336
383a5c52
NR
53372006-06-01 Nick Roberts <nickrob@snap.net.nz>
5338
d5e40d59 5339 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 5340
e16b02ee
EZ
53412006-05-22 Eli Zaretskii <eliz@gnu.org>
5342
5343 * gdb.texinfo (Cygwin Native): Fix last change.
5344
be90c084
CF
53452006-05-22 Christopher Faylor <cgf@timesys.com>
5346
5347 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
5348
347ceba5
NR
53492006-05-15 Nick Roberts <nickrob@snap.net.nz>
5350
5351 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
5352 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
5353
369af7bd
DJ
53542006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
5355
5356 * gdb.texinfo (General Query Packets): Recommend not starting
5357 new packets with qC and clarify.
5358
2ffdbde8 53592006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
5360
5361 * gdb.texinfo (M2 Types): New section.
72019c9c 5362
16d1a084
DJ
53632006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
5364
5365 * agentexpr.texi: Add a copyright and license notice.
5366 * observer.texi: Likewise, with GPL clause for function prototypes.
5367 Remove trailing whitespace.
5368
aa56d27a
JB
53692006-05-05 Jim Blandy <jimb@codesourcery.com>
5370
5371 * gdb.texinfo (General Query Packets): Document conventions for
5372 terminating packet names, and their violations.
5373
5bdf8622
DJ
53742006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
5375
5376 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
5377 * gdb.texinfo: Likewise.
5378
605a56cb
DJ
53792006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
5380
5381 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
5382 and "show remotedebug".
5383 (Debugging Output): Add additional index entries.
5384
b8db102d
MS
53852006-04-27 Michael Snyder <msnyder@redhat.com>
5386
5387 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
5388
c5e30d01
AC
53892006-04-22 Andrew Cagney <cagney@redhat.com>
5390
5391 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
5392 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
5393
8181d85f
DJ
53942006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
5395
5396 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
5397 and remove breakpoint prototypes.
5398 (Watchpoints): Move description of target_insert_hw_breakpoint and
5399 target_remove_hw_breakpoint ...
5400 (Breakpoints): ... to here. Document target_insert_breakpoint and
5401 target_remove_breakpoint.
5402
4f553f88
JB
54032006-04-17 Jim Blandy <jimb@codesourcery.com>
5404
5405 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
5406 and C packets are optional.
5407
cd852561
FR
54082006-04-14 Frederic Riss <frederic.riss@st.com>
5409
5410 * gdb.texinfo (Specifying source directories): Update the description
5411 of the source file search to reflect the fact that the source path
5412 always contains at least $cdir and $cwd.
5413
b620eb07
MS
54142006-03-31 Michael Snyder <msnyder@redhat.com>
5415
5416 * gdb.texinfo: Update copyright dates.
5417
3156cdaf
EZ
54182006-03-31 Eli Zaretskii <eliz@gnu.org>
5419
5420 * gdb.texinfo (Overview): Add an index entry to "empty response".
5421
7d30c22d
JB
54222006-03-28 Jim Blandy <jimb@codesourcery.com>
5423
5424 * gdbint.texinfo (Prologue Analysis): New section.
5425
86941c27
JB
54262006-03-07 Jim Blandy <jimb@red-bean.com>
5427
66b8c7f6
JB
5428 * gdb.texinfo (Connecting): Document 'target remote pipe'.
5429
1a10341b
JB
5430 * gdb.texinfo (Target Commands): Update text describing how to
5431 specify a target. Refer to the detailed section on remote
5432 debugging, not the brief mention.
5433
86941c27
JB
5434 * gdb.texinfo (Connecting): Organize the different 'target remote'
5435 connection methods into a table. Add a 'target remote' index
5436 entry. (!!!)
5437
62f3a2ba
FF
54382006-02-17 Fred Fish <fnf@specifix.com>
5439
5440 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
5441 'ptype' commands to reflect the fact that the only significant
5442 difference between them is that ptype prints the complete type
5443 description instead of just the name.
5444
8b9a88ea
WZ
54452006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
5446
5447 * gdbint.texinfo (Watchpoints): Delete
5448 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
5449
7e8dc855
NR
54502006-02-10 Nick Roberts <nickrob@snap.net.nz>
5451
5452 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
5453 times fields where needed. Fix typos. Update general form given
5454 for output of -break-insert.
5455 (GDB/MI): Abbreviate some unnecessarily long fullnames.
5456
c91d38aa
DJ
54572006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
5458
5459 * gdbint.texinfo (Symbol Handling): Add a section
5460 on memory management.
5461
38fcd64c
DJ
54622006-02-06 Vladimir Prus <ghost@cs.msu.su>
5463
5464 * gdb.texinfo (Breakpoint table commands): Document the fullname
5465 field in -break-list output.
5466
219eec71
EZ
54672006-02-03 Eli Zaretskii <eliz@gnu.org>
5468
5469 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
5470 debugging information produced by the various "set debug..."
5471 options.
5472
ae5a43e0
DJ
54732006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5474
5475 * gdb.texinfo (Files): Remove obsolete bits from the description
5476 of "symbol-file".
5477
a9f158ec
JB
54782006-01-25 Jim Blandy <jimb@redhat.com>
5479
5480 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
5481
410dd08e
JB
54822006-01-24 Jim Blandy <jimb@redhat.com>
5483
5484 * gdbint.texinfo (Frames): Document the basics of GDB's register
5485 unwinding model, and explain the existence of the "sentinel" frame.
5486
4b505b12
AS
54872006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
5488
5489 * gdb.texinfo (Choosing files): Mention that -directory is used
5490 for script files.
5491 (Specifying source directories): Likewise.
5492 (Command files): Explain how script files are found.
5493
839c27b7
EZ
54942006-01-21 Eli Zaretskii <eliz@gnu.org>
5495
5496 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
5497 the threads in a multi-threaded program.
5498 (Threads): The threadno argument of "thread apply" can be a range
5499 of numbers.
5500
7be93b9e
JB
55012006-01-18 Jim Blandy <jimb@redhat.com>
5502
5503 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
5504 of warning flags.
5505
fcc73fe3
EZ
55062006-01-13 Eli Zaretskii <eliz@gnu.org>
5507
5508 * gdb.texinfo (Sequences): Improve menu annotations.
5509 (Define): Add index entries for arguments of user-defined
5510 commands. Move the description of flow-control commands...
5511 (Command Files): ...to here. Document loop_break and
5512 loop_continue.
ca91424e
EZ
5513 (Define, Command Files): Document `end' and add index entries for
5514 it.
fcc73fe3 5515
5c95884b
MS
55162006-01-04 Michael Snyder <msnyder@redhat.com>
5517
5518 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 5519 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 5520
860701dc
PH
55212006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
5522
5523 * gdb.texinfo (Omissions from Ada): Document that there is now
5524 limited aggregate support.
5525
36b80e65
EZ
55262005-12-28 Eli Zaretskii <eliz@gnu.org>
5527
5528 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
5529 registers and the likes.
5530
c1468174
EZ
55312005-12-24 Eli Zaretskii <eliz@gnu.org>
5532
5533 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
5534 (Symbols): Fix usage of "e.g.".
359df76b 5535 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
5536
5537 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
5538 (Coding): Fix usage of "e.g.".
5539
c02a867d
EZ
55402005-12-23 Eli Zaretskii <eliz@gnu.org>
5541
5ae4183a
AS
5542 * stabs.texinfo:
5543 * refcard.tex:
c02a867d 5544 * gpl.texi:
5ae4183a
AS
5545 * gdbint.texinfo:
5546 * gdb.texinfo:
5547 * gdb-cfg.texi:
c02a867d 5548 * fdl.texi:
5ae4183a
AS
5549 * annotate.texinfo:
5550 * all-cfg.texi:
c02a867d
EZ
5551 * Makefile.in: Add (C) after Copyright. Update the FSF
5552 address.
5553
fad38dfa
EZ
55542005-12-03 Eli Zaretskii <eliz@gnu.org>
5555
5556 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
5557 extend GDB with commands for external monitor.
5558
53e5f3cf
AS
55592005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
5560
5561 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
5562
55f6ca0f
JB
55632005-11-25 Joel Brobecker <brobecker@adacore.com>
5564
5565 * gdbint.texinfo (Start of New Year Procedure): New chapter.
5566
c1947b85
JB
55672005-11-21 Jim Blandy <jimb@redhat.com>
5568
5569 * gdb.texinfo (Tracepoint Packets): Document restrictions on
5570 placement of 'R' actions in tracepoint action packets; document
5571 dependence of 'X' and 'M' actions on a preceding 'R' action for
5572 their registers.
5573
9d29849a
JB
55742005-11-19 Jim Blandy <jimb@redhat.com>
5575
5576 * gdb.texinfo (Tracepoint Packets): New node.
5577 (General Query Packets): Add entries for the tracepoint packets,
5578 referring to the "Tracepoint Packets" node.
5579 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 5580
9a6253be
KB
55812005-11-18 Kevin Buettner <kevinb@redhat.com>
5582
5583 * gdb.texinfo (set remotebreak): Add anchor.
5584 (X packet): Likewise.
5585 (Remote Protocol): Add new section `Interrupts' and new index
5586 entry `interrupts (remote protocol)'.
5587
5f3bebba
JB
55882005-11-18 Jim Blandy <jimb@redhat.com>
5589
5590 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
5591 entries into the General Query Packets section. Add a
5592 cross-reference to that section. Drop description of replies, as
5593 these are covered in the descriptions of each packet.
5594 (General Query Packets): Add introductory text. Explain naming
5595 conventions, and how the end of a name is recognized.
5596
9a7a1b36
KB
55972005-11-17 Kevin Buettner <kevinb@redhat.com>
5598
0564b6cf 5599 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
5600 "set remotebreak" command.
5601
b8ff78ce
JB
56022005-11-16 Jim Blandy <jimb@redhat.com>
5603
5604 * gdb.texinfo (Packets, Stop Reply Packets)
5605 (General Query Packets): Various formatting cleanups.
5606 - Use @samp for packet contents.
5607 - Drop summaries from packet @item lines; the same information appears
5608 immediately below in the description.
5609 - Delete paragraph breaks after packet @item commands, so that the
5610 description appears directly to the right of the packet prototype
5611 in the printed manual, if it fits.
5612 - Place spaces in packet prototypes between @vars and non-@var
5613 letters, and explain that they're just for formatting.
5614 - Use @dots{} instead of '...'.
5615 - Fix uses of @code where @var was needed.
5616 - Replace "deprecated" markers with English text spelling out the
5617 packet's status and the preferred alternatives.
5618 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
5619 what this ever meant.
5620 - Remove "(draft)" markers on 'i' packets; nobody has commented on
5621 this for a long time.
5622 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
5623 implemented several times, and have been in use for years.
5624
8ffe2530
JB
56252005-11-15 Jim Blandy <jimb@redhat.com>
5626
c43c5473
JB
5627 * gdb.texinfo (Packets): Add index entries for 'm' packet
5628 disclaimers.
5ae4183a 5629
fb031cdf
JB
5630 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
5631 of stub when processing an 'm' packet.
5632
8ffe2530
JB
5633 * gdb.texinfo (Packets): Mention that packets beginning with
5634 letters are reserved once, at the top, instead of actually listing
5635 them all and saying "reserved".
5636
c03c782f
AS
56372005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
5638
5639 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
5640 Change @var{$arg0 to @code{$arg0.
5641
814e32d7
WZ
56422005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
5643
5644 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
5645
fa93a9d8
JB
56462005-11-12 Jim Blandy <jimb@redhat.com>
5647
5648 * gdb.texinfo (General Query Packets): Put packets in alphabetical
5649 order. Remove extraneous 'z'.
5650
8a5a3c82
AS
56512005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
5652
5653 * gdb.texinfo (Choosing files): Add --eval-command.
5654
4b0ad762
AS
56552005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
5656
5657 * gdb.texinfo (Choosing modes): Add --return-child-result.
5658
5659
1a088d06
AS
56602005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
5661
5662 * gdb.texinfo (Choosing modes): Add --batch-silent.
5663
656d5e12
EZ
56642005-10-28 Eli Zaretskii <eliz@gnu.org>
5665
5666 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
5667 "The -var-update Command".
5668
3c9c013a
JB
56692005-10-03 Joel Brobecker <brobecker@adacore.com>
5670
5671 * gdb.texinfo (Print Settings): Add documentation for set/show
5672 print array-indexes.
5673
7ba3cf9c
DJ
56742005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
5675
5676 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
5677 6.2 and 6.3.
5678
a94ab193
EZ
56792005-08-27 Eli Zaretskii <eliz@gnu.org>
5680
5681 * gdb.texinfo (File Options): Don't document --mapped, it's gone
5682 since 19-Jan-2004.
5683 (Files): Likewise.
ab1adacd
EZ
5684 (Variables, Symbols): Document the "<incomplete type>" message and
5685 its reasons.
a94ab193 5686
ca06016a
FF
56872005-08-01 Fred Fish <fnf@specifix.com>
5688
5689 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
5690
cf58170d
NR
56912005-07-15 Nick Roberts <nickrob@snap.net.nz>
5692
5693 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
5694 option for -var-list-children and -var-update.
5695 (GDB/MI Stack Manipulation): Simplify description of
5696 print-values option for -stack-list-locals.
5697 (GDB/MI Command Description Format): Clarify.
5698 (Mode Options): Spelling of superseded.
5699
38f1196a
BR
57002005-07-12 Bob Rossi <bob@brasko.net>
5701
5702 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
5703 corresponding GDB command comment.
5704
3cb3b8df
BR
57052005-07-06 Bob Rossi <bob@brasko.net>
5706
5707 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
5708 and -inferior-tty-show.
5709 (Input/Output): Document "set/show inferior-tty" and tty alias.
5710
10fac096
NW
57112005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
5712
5713 * gdb.texinfo (Packets): Change description of 'D' packet to note
5714 that GDB does wait for a response.
5715
d1b6db76
NR
57162005-06-22 Nick Roberts <nickrob@snap.net.nz>
5717
5718 * gdb.texinfo (History) Rename "Command History".
5719 (Command History): Move node "Server Prefix" from section on
5720 Annotations here.
5721
29629dcf
NR
57222005-06-19 Nick Roberts <nickrob@snap.net.nz>
5723
5724 * gdb.texinfo (GDB/MI Stack Manipulation):
5725 Re-instate -stack-info-frame with example. Say that it gets
5726 info on selected frame, not current frame.
5727
397ca115
EZ
57282005-06-18 Eli Zaretskii <eliz@gnu.org>
5729
5730 * gdb.texinfo (Server): Clarify that `file' should be used before
5731 connecting to the server.
5732 (Files): Add an xref to the above description.
51274035
EZ
5733 (Output Formats): More detailed description of the `c' format.
5734 (Memory): List explicitly all the formats supported by `x'.
638ac427 5735 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 5736 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
5737 files. Add more indexing for solib-absolute-prefix and
5738 --with-sysroot.
76d17f34
EZ
5739 (Machine Code): Document possible problems with locations in
5740 shared libraries.
d416eeec
EZ
5741 (Backtrace): Document that free-standing environments do not need
5742 to have a `main' function.
397ca115 5743
74f6deaa
NR
57442005-06-18 Nick Roberts <nickrob@snap.net.nz>
5745
5746 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
5747 -stack-info-frame.
5748
a9967aef
AC
57492005-06-07 Andrew Cagney <cagney@gnu.org>
5750
5751 * gdb.texinfo (Contributors): Note the original multi-arch
5752 contributors.
5753
e09f16f9
EZ
57542005-06-03 Eli Zaretskii <eliz@gnu.org>
5755
5756 * gdb.texinfo (Registers): Add index entries for the standard
5757 registers.
5758 (Frames): Add cross-reference from frame pointer description to
5759 the Registers node.
5760 (Annotations Overview): Fix the reference to GDB name.
5761
d87ba7ee
EZ
57622005-06-01 Eli Zaretskii <eliz@gnu.org>
5763
5764 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
5765 can-use-hw-watchpoints.
5766
034dad6f
BR
57672005-05-28 Bob Rossi <bob@brasko.net>
5768
5769 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
5770 the possible reasons why an exec async record would be returned to FE.
5771
ffed4509
AC
57722005-05-26 Andrew Cagney <cagney@gnu.org>
5773
5774 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
5775 Andrew Cagney implemented the original GDB/MI.
5776
e22e55c9
OF
57772005-05-23 Orjan Friberg <orjanf@axis.com>
5778
5779 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
5780 documentation. Add documentation for cris-mode.
5781
a78e13ce
EZ
57822005-05-20 Eli Zaretskii <eliz@gnu.org>
5783
5784 * gdb.texinfo (Numbers): Explain the example and make the wording
5785 more acurate.
5786
76ff342d
DJ
57872005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
5788 Dennis Brueni <dennis@slickedit.com>
5789
5790 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
5791 (GDB/MI Data Manipulation, GDB/MI Program Control)
5792 (GDB/MI Stack Manipulation): Update examples to include the fullname
5793 attribute in stack frames.
5794
119b882a
EZ
57952005-05-12 Eli Zaretskii <eliz@gnu.org>
5796
5797 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
5798 do with other non-standard names of init files.
5799
6fc08d32
EZ
58002005-05-11 Eli Zaretskii <eliz@gnu.org>
5801
5802 * gdb.texinfo (Command Files): Move the description of the startup
5803 from here...
5804 (Startup): ...to this new subsection of the Invocation chapter.
5805 Rearrange the description of init files more logically and add a
5806 cross-reference to "Command Files". Document the special gdbinit
5807 name for CISCO 68k. Expand the description of what GDB does
5808 during startup.
5809 (History): Add index entry for HISTSIZE.
5810
a561754a
MK
58112005-05-02 Mark Kettenis <kettenis@gnu.org>
5812
5813 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
5814
2eecc4ab
EZ
58152005-05-02 Eli Zaretskii <eliz@gnu.org>
5816
5817 * gdb.texinfo (SVR4 Process Information, The isatty call)
5818 (The system call): Don't use foo(N) notation for man pages and
5819 functions.
514c4d71 5820 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 5821
18999be5
EZ
58222005-04-27 Eli Zaretskii <eliz@gnu.org>
5823
5824 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
5825 were optimized away.
5826
0abb7bc7
EZ
58272005-04-22 Eli Zaretskii <eliz@gnu.org>
5828
5829 * gdb.texinfo (Remote configuration): Document "set/show
5830 get-thread-local-storage-address". Add cross-reference to the
5831 description of the qGetTLSAddr packet.
5832 (General Query Packets): Mention "set remote
5833 get-thread-local-storage-address" and add a reference to its
5834 description.
5835
6f61acb1
NR
58362005-04-19 Nick Roberts <nickrob@snap.net.nz>
5837
5838 * gdb.texinfo (Backtrace): Describe 'bt full'.
5839
9d59903a
NR
58402005-04-17 Nick Roberts <nickrob@snap.net.nz>
5841
5842 * gdb.texinfo (Mode Options): Fix typo.
5843 (GDB/MI): Describe how to invoke GDB/MI.
5844
721c2651
EZ
58452005-04-16 Eli Zaretskii <eliz@gnu.org>
5846
5847 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 5848 references changed. Add description of "info udot".
721c2651
EZ
5849 (Files): Document "set/show stop-on-solib-events".
5850 (M32R/D): Document "set/show download-path", "set/show
5851 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
5852 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
5853 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
5854 (Maintenance Commands): Improve indexing.
5855 (Target Commands): Document "set/show hash", "set/show debug
5856 monitor".
5857 (SVR4 Process Information): Document "info pidlist" and "info
5858 meminfo". Document "set/show procfs-tarce" and "set/show
5859 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
5860 (Symbols, The Print Command with Objective-C): Improve indexing.
5861 (Objective-C): Add references to "info classes" and "info
5862 selectors".
c45da7e6
EZ
5863 (Debugging Output): Improve wording. Document "set/show debug
5864 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
5865 (Set Breaks): Add index entry for "hardware breakpoints".
5866 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
5867 and "set/show usehardbreakpoints".
5868 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
5869 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
5870 (ARM): Document "rdilogfile", "rdilogenable", "set/show
5871 rdiromatzero", "set/show rdiheartbeat".
5872 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
5873 "sds".
5874 (Embedded Processors): Document the "sim" command.
5875 (Remote): Document the "remote" command.
5876 (DJGPP Native): Document the "info serial" command.
5877 (Threads): Document "maint info sol-threads".
5878 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
5879 (Set Breaks): Improve indexing.
5880 (Command Syntax): Add a reference to dont-repeat.
5881 (Define): Document "dont-repeat".
5882 (TUI Commands): Document "tabset".
5883 (WinCE): New subsection. Document "set/show remotedirectory",
5884 "set/show remoteupload", "set/show remoteaddhost".
721c2651 5885
14d6dd68
EZ
58862005-04-15 Eli Zaretskii <eliz@gnu.org>
5887
5888 * gdb.texinfo (Hurd Native): New subsection, documents
5889 Hurd-specific commands.
a64548ea 5890 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 5891 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
5892 (MIPS): Improve documentation of heuristic-fence-post. Document
5893 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
5894 mips stack-arg-size", "set/show mips mask-address", "set/show mips
5895 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 5896 (ARM): Document ARM-specific commands.
a64548ea
EZ
5897 (AVR): New section. Document "info io_registers".
5898 (CRIS): New section. Document "set/show cris-version" and
5899 "set/show cris-dwarf2-cfi".
5900 (HPPA): New section. Document "set/show debug hppa" and "maint
5901 print unwind".
a5adf40f 5902 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 5903 (Super-H): New section. Document the "regs" command.
721c2651 5904 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 5905
9c16f35a
EZ
59062005-04-09 Eli Zaretskii <eliz@gnu.org>
5907
5908 * gdb.texinfo (Print Settings): Document "set/show print
5909 pascal_static-members", "set print repeats", "show print
5910 null-stop". Improve indexing. Fix documentation of "set print
5911 union".
5912 (Pascal): New section.
5913 (Supported languages): Rename from "Support"; all references
5914 updated. Add a menu item for Pascal.
5915 (Numbers): Document "set radix.
5916 (Screen Size): Document "set/show pagination".
5917 (MIPS Embedded): Remove "set processor" documentation.
5918 (Remote configuration): Document "set/show X/P/Z-packet",
5919 "set/show read-aux-vector-packet", "set/show remote
5920 symbol-lookup-packet", "set/show remote verbose-resume-packet",
5921 "set/show remoteaddresssize", "set/show remotebaud", "set/show
5922 remotedebug", "set/show remotebreak", "set/show remotedevice",
5923 "set/show remotelogfile".
5924 (Auxiliary Vector): Add reference to the description of the
5925 read-aux-vector-packet setting.
5926 (Set Watchpoints): Add a cross-reference to "set remote
5927 hardware-breakpoint-limit".
5928 (General Query Packets): Add indexing of requests and
5929 cross-references to related commands in "Remote configuration".
5930 (File-I/O Overview, The system call): Fix wording and typos.
5931 (Thread Stops): Add index entries.
5932 (Continuing and Stepping): Document "show step-mode".
5933 (i386): New node. Document "set/show struct-convention".
5934 (Files): Document "show trust-readonly-sections".
5935 (Calling): Document "set/show unwindonsignal".
5936 (Messages/Warnings): Add index entries.
5937 (Maintenance Commands): Document "set/show watchdog".
5938 (Annotations Overview): Document "show annotate".
5939 (Set Watchpoints): Add index entries.
5940 (Symbols): Fix doc of case-sensitive.
5941 (ABI): Document "show coerce-float-to-double".
5942 (Convenience Vars, Help): Improve indexing.
5943 (Machine Code): Document "show disassembly-flavor".
5944 (Debugging C plus plus): Document "show overload-resolution".
5945 (Value History, Signaling): Add index entries.
5946
59472005-04-08 Eli Zaretskii <eliz@gnu.org>
5948
5949 * gdb.texinfo (Show): Move @kindex entries to their proper places.
5950 (Processes): Fix wording.
5951 (History, List, Logging output, Define, Symbols, Print Settings):
5952 Improve indexing.
5953
a8f24a35
EZ
59542005-04-03 Eli Zaretskii <eliz@gnu.org>
5955
5956 * gdb.texinfo (Targets): Document "set/show architecture". Remove
5957 redundant index entry for "target" command.
5958 (Backtrace): Add index entries.
5959 (Symbols, Fortran): Document the "set case-sensitive" command.
5960 (DJGPP Native): Document "set com1base", "set com1irq", etc.
5961 (Print Settings): Add index entry for "set demangle-style".
5962 (Target Commands): Document "set download-write-size".
5963 (Debugging Output): Document "set exec-done-display".
5964
09d4efe1
EZ
59652005-04-02 Eli Zaretskii <eliz@gnu.org>
5966
5967 * gdb.texinfo (Files): Fix the name and documentation of
5968 add-shared-symbol-files. Document its alias assf. Update the
5969 list of OSs where GDB supports shared libraries. Fix markup.
5970 (Continuing and Stepping): Add reference to @var{location} in the
5971 text.
5972 (Dump/Restore Files): Fix reference to @{filename}.
5973 (Help): Fix wording.
5974 (Attach): Ditto.
5975 (Set Watchpoints): Ditto.
5976 (Backtrace): Remove redundant index entries. Improve index
5977 entries.
5978 (Delete Breaks): Fix wording.
5979 (Memory): Document the compare-sections command.
5980 (Memory Region Attributes): Improve wording.
5981 (Disabling): Improve wording.
5982 (Fortran): New subsection. Document the "info common" command.
5983 (Help): Document aliases "info copying" and "info warranty".
5984 (Caching Remote Data): New section. Document the "set/show
5985 remotecache" and "info dcache" commands.
5986 (Show): Fix wording of the documentation of the "set
5987 extension-language" command.
5988 (Signals): Add index entry for "info handle".
5989 (Memory Region Attributes): Fix punctuation.
5990 (Symbols): Change the arg name to "location" and refer to it in
5991 the text. Fix wording of "info types" doc.
5992 (Threads): Fix usage of @enumerate @item's.
5993 (Listing Tracepoints): Add index entry for "info tp".
5994 (Set Watchpoints): Add xref to "info break" description.
5995 (Macros): Add an index entry for "macro exp1". Document the
5996 "macro list" command.
5997 (Maintenance Commands): Document "flushregs", "maint agent",
5998 "maint check-symtabs", "maint cplus", "maint demangle", "maint
5999 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
6000 "maint print architecture", "maint print objfiles", "maint print
6001 statistics", "maint print type", "maint show-debug-regs", "maint
6002 space", "maint time", and "maint translate-address".
6003 (Connecting): Document the "monitor" command.
6004 (Annotations Overview): Describe the "set annotate" command.
6005
82f2d802
EZ
60062005-04-01 Eli Zaretskii <eliz@gnu.org>
6007
6008 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
6009 Rearrange index entries and improve wording about support for
6010 hardware watchpoints.
6011
7d51c7de
BR
60122005-03-10 Bob Rossi <bob@brasko.net>
6013
6014 * gdb.texinfo: Update copyright
6015
68c71a2e
TR
60162005-02-09 Theodore A. Roth <troth@openavr.org>
6017
6018 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
6019 error.
6020
83761cbd
KB
60212005-02-03 Kevin Buettner <kevinb@redhat.com>
6022
6023 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
6024
9f1c6395
MS
60252005-01-17 Michael Snyder <msnyder@redhat.com>
6026
6027 * gdb.texinfo: Fix spelling, infinte -> infinite.
6028
fbd1b305
MK
60292005-01-08 Mark Kettenis <kettenis@gnu.org>
6030
6031 * observer.texi (GDB Observers): Document "solib_loaded".
6032
3ace7edb
AC
60332005-01-07 Andrew Cagney <cagney@gnu.org>
6034
bec39cab
AC
6035 * configure.ac: Rename configure.in, require autoconf 2.59.
6036 * configure: Re-generate.
6037
3ace7edb
AC
6038 * configure.in: Replace configdirs with multiple references to
6039 AC_CONFIG_SUBDIRS.
6040 * configure: Re-generate.
5ae4183a 6041
53531fc1
AC
60422005-01-04 Andrew Cagney <cagney@gnu.org>
6043
6044 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
6045 part of the version number.
6046
536ffdb7
MK
60472004-12-24 Mark Kettenis <kettenis@gnu.org>
6048
6049 * gdbint.texinfo (Algorithms): Remove description of
6050 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
6051
e1aac25b
JB
60522004-12-07 Jim Blandy <jimb@redhat.com>
6053
6054 * gdb.texinfo (General Query Packets): Specify that thread ID's in
6055 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
6056 numbers.
6057
f47b1503
AS
60582004-12-07 Andreas Schwab <schwab@suse.de>
6059
6060 * gdb.texinfo (Mode Options): Document -l option.
6061
b6b8ece6
EZ
60622004-12-04 Eli Zaretskii <eliz@gnu.org>
6063
6064 * gdbint.texinfo (Algorithms): More accurate description of
6065 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
6066 is not needed unless data-read and data-access watchpoints are
6067 supported. Add a description of how GDB checks whether the
6068 inferior stopped because a watchpoint was hit.
6069
01371747
EZ
60702004-11-23 Eli Zaretskii <eliz@gnu.org>
6071
6072 * gdb.texinfo (Files): Add cross-reference to description of
6073 -readnow command-line switch.
6074
2315ffec
RC
60752004-11-10 Randolph Chung <tausq@debian.org>
6076
6077 * gdb.texinfo: Document set/show backtrace past-entry commands.
6078 Rearrange index entries for set/show backtrace past-main.
6079
69065f5d
AC
60802004-11-10 Jon Beniston <jon@beniston.com>
6081
6082 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
6083 * gdb.texinfo (Remote Serial Protocol): Further describe
6084 binary transfer escaping mechanism .
69065f5d 6085
30e91e0b
RC
60862004-11-08 Randolph Chung <tausq@debian.org>
6087
6088 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
6089 and "show debug infrun". Add index entries.
6090
60bf7e09
EZ
60912004-10-23 Eli Zaretskii <eliz@gnu.org>
6092
6093 * gdb.texinfo (SVR4 Process Information): Document subcommands of
6094 "info proc" that are already implemented. Add index entries.
6095 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
6096 (Files): Add a tip for decreasing memory used for symtabs from
6097 shared libraries.
f018e82f
EZ
6098 (Starting): Fix whitespace; make "elaboration" stand out where it
6099 is first used, and add an index entry for the term.
f8568604
EZ
6100 (Calling): Expand and elaborate text. Add "print". Add the
6101 description of problems with weak aliases.
384ee23f 6102 (Core File Generation): New section.
60bf7e09 6103
d52fe014
AC
61042004-10-12 Andrew Cagney <cagney@gnu.org>
6105
6106 * gdbint.texinfo (Versions and Branches): New chapter.
6107 (Releasing GDB): Delete "Versions and Branches" section.
6108 (Top): Add "Versions and Branches".
6109
703663ab
EZ
61102004-10-08 Eli Zaretskii <eliz@gnu.org>
6111
6112 * gdb.texinfo (Editing, History): Add cross-references to the
6113 included Readline and History user documentation. Remove
6114 references to the symbol have-readline-appendices which is unused
6115 and undefined.
6116 (History): Fix indexing.
6117
ac77d04f
JJ
61182004-10-08 Jeff Johnston <jjohnstn@redhat.com>
6119
6120 * gdbint.texinfo (target_stopped_data_address): Update to
6121 new prototype.
6122 (i386_stopped_data_address): Update prototype and description.
6123 (i386_stopped_by_watchpoint): New function and description.
6124
e07c999f
PH
61252004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
6126
6127 * gdb.texinfo (Filenames): Add Ada suffixes.
6128 (Ada) New section.
6129
2e868123
AC
61302004-09-27 Andrew Cagney <cagney@gnu.org>
6131 Robert Picco <Robert.Picco@hp.com>
6132
6133 * gdb.texinfo (Packets): Document the "p" packet.
6134
02a57714
JM
61352004-09-21 Jason Molenda (jmolenda@apple.com)
6136
6137 * gdb.texinfo (Paths and Names of the Source Files): Document the
6138 meaning of values in the 'desc' field of a SO stab.
6139
ae038cb0
DJ
61402004-09-20 Daniel Jacobowitz <dan@debian.org>
6141
6142 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
6143 max-cache-age" and "maint show dwarf2 max-cache-age".
6144
f7dc1244
EZ
61452004-09-16 Eli Zaretskii <eliz@gnu.org>
6146
6147 * gdb.texinfo (Set Breaks): Add index entry for setting
6148 breakpoints on overloaded C++ functions that are not members of
6149 any classes. Add an example and an index entry for setting
6150 breakpoints on all program functions.
6151 (Character Sets, Macros, Overlay Commands)
6152 (Non-debug DLL symbols, GDB/MI Output Syntax)
6153 (Annotations Overview, Maintenance Commands, File-I/O Overview):
6154 Use "(@value{GDBP})" instead of a literal "(gdb)".
6155
f810308b
AC
61562004-09-12 Andrew Cagney <cagney@gnu.org>
6157
6158 * gdbint.texinfo (Native Debugging): Delete description of
6159 FILES_INFO_HOOK.
6160
15a661f3
PH
61612004-09-11 Paul Hilfinger <hilfinger@gnat.com>
6162
5ae4183a
AS
6163 * gdbint.texinfo (User Interface): Change local_hex_string_custom
6164 to hex_string_custom (not historically correct, but more
15a661f3
PH
6165 understandable, given the current code).
6166
f3219c75
AC
61672004-09-03 Andrew Cagney <cagney@gnu.org>
6168
6169 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
6170
f3bb6704
JJ
61712004-09-01 Jeff Johnston <jjohnstn@redhat.com>
6172
6173 * observer.texi (solib_unloaded): New observer.
6174
8d2c00cb
AC
61752004-08-24 Andrew Cagney <cagney@gnu.org>
6176
6177 * gdbint.texinfo (Target Architecture Definition): Add missing
6178 comma.
6179
e7dc800a
MC
61802004-08-20 Michael Chastain <mec.gnu@mindspring.com>
6181
6182 * (Using the Testsuite): build != host is supported,
6183 but some test scripts do not support build != host.
6184
73b03683
MK
61852004-08-14 Mark Kettenis <kettenis@gnu.org>
6186
6187 * gdbint.texinfo (Host Definition): Delete description of
6188 FCLOSE_PROVIDED and GETENV_PROVIDED.
6189
c0ccb908
MK
61902004-08-05 Mark Kettenis <kettenis@chello.nl>
6191
6192 * gdbint.texinfo (Host Definition): Delete description of
6193 NO_SYS_FILE.
6194 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
6195 PTRACE_FP_BUG.
6196
9c8dbfa9
AC
61972004-08-05 Andrew Cagney <cagney@gnu.org>
6198
6199 * gdbint.texinfo (Target Architecture Definition): Delete
6200 reference to deprecated_read_fp.
6201
f42accbe
AC
62022004-08-02 Andrew Cagney <cagney@gnu.org>
6203
6204 * gdbint.texinfo (Target Architecture Definition): Delete
6205 description of DEPRECATED_REGISTER_BYTES.
6206
0b66e38c
EZ
62072004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
6208
6209 * gdb.texinfo (Source Path): Document the new behavior of
6210 searching for the source files.
6211
15387254
EZ
62122004-07-17 Eli Zaretskii <eliz@gnu.org>
6213
6214 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
6215 (Search, Expressions, Arrays, Variables, Data, Machine Code)
6216 (Auto Display): Improve indexing.
6217
2c07db7a
AC
62182004-07-16 Andrew Cagney <cagney@gnu.org>
6219
6220 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
6221 "-noasync".
6222
4644b6e3
EZ
62232004-07-09 Eli Zaretskii <eliz@gnu.org>
6224
6225 * gdb.texinfo: Fix @kindex entries so that multiple commands that
6226 have the same prefix have only their prefix in the index.
6227
7561d450
MK
62282004-07-03 Mark Kettenis <kettenis@gnu.org>
6229
6230 * gdb.texinfo (BSD libkvm Interface): New node (section)
6231 (Native): Add it to the menu.
6232
67bebe79
MK
62332004-07-01 Mark Kettenis <kettenis@gnu.org>
6234
6235 * gdbint.texinfo (Target Architecture Definition): Remove
6236 PCC_SOL_BROKEN.
6237
1a6923e0
MK
62382004-06-24 Mark Kettenis <kettenis@gnu.org>
6239
6240 * gdbint.texinfo (Target Architecture Definition): Remove
6241 SUN_FIXED_LBRAC_BUG.
6242
b435e160
AC
62432004-06-26 Andrew Cagney <cagney@gnu.org>
6244
6245 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
6246
b5622e8d
AC
62472004-06-20 Andrew Cagney <cagney@gnu.org>
6248
6249 * gdbint.texinfo (Target Architecture Definition): Deprecate
6250 USE_STRUCT_CONVENTION.
6251
e0c07bf0
MC
62522004-06-19 Michael Chastain <mec.gnu@mindspring.com>
6253
6254 gdb.texinfo (Bug Reporting): Mention session recording,
6255 with the script command or Emacs.
6256
782263ab
AC
62572004-06-18 Andrew Cagney <cagney@gnu.org>
6258
6259 * gdbint.texinfo (Target Architecture Definition): Deprecate
6260 FUNCTION_START_OFFSET.
6261
03727ca6
AC
62622004-06-14 Andrew Cagney <cagney@gnu.org>
6263
6264 Based on changes from Karl Berry.
6265 * gdb.texinfo: Do not use @sc in a direntry.
6266 * stabs.texinfo: Change @dircateogry to "Software development".
6267 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
6268
97092415
AC
62692004-06-13 Andrew Cagney <cagney@gnu.org>
6270
6271 * gdbint.texinfo (Target Architecture Definition): Delete
6272 description of RETURN_VALUE_ON_STACK.
6273
1f6d4158
AC
62742004-06-09 Andrew Cagney <cagney@gnu.org>
6275
6276 * gdbint.texinfo (Native Debugging): Restore "@table @code"
6277 deleted by previous patch.
6278
d966f0cb
AC
62792004-06-08 Andrew Cagney <cagney@gnu.org>
6280
6281 * gdbint.texinfo (Native Debugging): Delete documentation on
6282 ATTACH_DETACH.
6283
86fe4aaa
RC
62842004-06-06 Randolph Chung <tausq@debian.org>
6285
6286 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
6287
d4b6d575
RC
62882004-06-06 Randolph Chung <tausq@debian.org>
6289
5ae4183a 6290 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
6291 the new push_dummy_call method signature. Describe the function
6292 argument.
6293
4e8b0763
JB
62942004-05-24 Joel Brobecker <brobecker@gnat.com>
6295
6296 * gdb.texinfo (Starting): Document new start command.
6297
59caf092
AC
62982004-05-21 Andrew Cagney <cagney@redhat.com>
6299
6300 * observer.texi (GDB Observers): Document "inferior_created".
6301
e4a2df64
AC
63022004-05-08 Andrew Cagney <cagney@redhat.com>
6303
e6b55ae2
AC
6304 * gdbint.texinfo (Target Architecture Definition): Delete
6305 description of DO_DEFERRED_STORES.
6306
28954179
AC
6307 * gdbint.texinfo (Target Architecture Definition): Delete
6308 references to DEPRECATED_FIX_CALL_DUMMY.
6309
434b87dd
AC
6310 * gdbint.texinfo (Target Architecture Definition): Delete
6311 description of DEPRECATED_CALL_DUMMY_WORDS,
6312 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
6313
58d28df8
AC
6314 * gdbint.texinfo (Target Architecture Definition): Delete
6315 description of DEPRECATED_PUSH_DUMMY_FRAME.
6316
e4a2df64
AC
6317 * gdbint.texinfo (Target Architecture Definition): Delete
6318 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
6319
2b4855ab
AC
63202004-05-07 Andrew Cagney <cagney@redhat.com>
6321
6322 * observer.texi (GDB Observers): Add "Debugging" section. Include
6323 cross reference to "set/show debug observer".
6324 * gdb.texinfo (Debugging Output): Document "set/show debug
6325 observer".
6326
fcf70625
AC
63272004-05-01 Andrew Cagney <cagney@redhat.com>
6328
6329 * gdbint.texinfo (Target Architecture Definition): Delete
6330 description of DEPRECATED_PC_IN_SIGTRAMP.
6331
8ee56bcf
AC
63322004-04-30 Andrew Cagney <cagney@redhat.com>
6333
6334 * gdbint.texinfo (Target Architecture Definition): Delete
6335 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
6336
67ab9a76
OF
63372004-04-30 Orjan Friberg <orjanf@axis.com>
6338
6339 * observer.texi (GDB Observers): Correct spelling.
6340
79346bcb
OF
63412004-04-26 Orjan Friberg <orjanf@axis.com>
6342
6343 * observer.texi (GDB Observers): Add target_changed event.
6344
7a464420
AC
63452004-04-08 Andrew Cagney <cagney@redhat.com>
6346
6347 * observer.texi (GDB Observers): Rework, provide generic observer
6348 definitions and then a list of observable events.
6349
6cdf9d98
AC
63502004-04-04 Andrew Cagney <cagney@redhat.com>
6351
6352 * gdbint.texinfo (Host Definition): Delete reference to
6353 NO_SIGINTERRUPT.
6354
ddc135a4
AC
63552004-04-02 Andrew Cagney <cagney@redhat.com>
6356
6357 * gdbint.texinfo (Target Architecture Definition): Delete
6358 reference to DEPRECATED_CALL_DUMMY_LENGTH.
6359
6a1b180d
SC
63602004-03-28 Stephane Carrez <stcarrez@nerim.fr>
6361
6362 * gdb.texinfo (TUI Commands): Document tui reg commands.
6363
d0d5df6f
AC
63642004-03-26 Andrew Cagney <cagney@redhat.com>
6365
6366 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
6367 "gdbtui".
6368 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
6369 (Contributors): Mention both Text and Terminal User Interface.
6370
aa2a3f87
AC
63712004-03-23 Andrew Cagney <cagney@redhat.com>
6372
6373 * gdbint.texinfo (Target Architecture Definition): Deprecate
6374 references to SIGTRAMP_START and SIGTRAMP_END.
6375
f561f026
AC
63762004-03-23 Andrew Cagney <cagney@redhat.com>
6377
6378 * gdbint.texinfo (Target Architecture Definition): Deprecate
6379 references to PC_IN_SIGTRAMP.
6380
33cb8b0f
AC
63812004-03-19 Andrew Cagney <cagney@redhat.com>
6382
6383 * gdbint.texinfo (Target Architecture Definition): Delete
6384 reference to GDB_TARGET_IS_HPPA.
6385
fc989b7a
AC
63862004-03-18 Andrew Cagney <cagney@redhat.com>
6387
6388 * gdbint.texinfo (Coding): Update section on gdbarch_data,
6389 describe pre_init and post_init.
6390
701b08bb
DJ
63912004-03-09 Daniel Jacobowitz <drow@mvista.com>
6392
6393 * gdb.texinfo (Debugging Output): Document values for "set debug
6394 target".
6395
faae5abe
AC
63962004-02-28 Andrew Cagney <cagney@redhat.com>
6397
6398 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
6399
dd79a6cf
JJ
64002004-02-26 Jeff Johnston <jjohnstn@redhat.com>
6401
6402 * gdb.texinfo (breakpoints): Add information about the
6403 new "set breakpoint pending" and "show breakpoint pending"
6404 commands.
6405
e7f16015
AC
64062004-02-26 Andrew Cagney <cagney@redhat.com>
6407
6408 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
6409 in Per-architecture module data section.
6410
7161a3a6
RM
64112004-02-25 Roland McGrath <roland@redhat.com>
6412
6413 * gdb.texinfo (General Query Packets): Document qPart:... packets.
6414
2154891a
AC
64152004-02-24 Andrew Cagney <cagney@redhat.com>
6416
6417 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
6418 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
6419 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 6420
6c74ac8b
AC
64212004-02-17 Andrew Cagney <cagney@redhat.com>
6422
6423 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
6424
19772a2c
AC
64252004-02-16 Andrew Cagney <cagney@redhat.com>
6426
6427 * gdbint.texinfo (Target Architecture Definition): Deprecate
6428 FRAMELESS_FUNCTION_INVOCATION.
6429
c9830293
AC
64302004-02-16 Andrew Cagney <cagney@redhat.com>
6431
6432 * gdbint.texinfo (Coding): Mention -Wunused-function.
6433
b9d26eb9
AC
64342004-02-14 Andrew Cagney <cagney@redhat.com>
6435
6436 * gdbint.texinfo (Target Architecture Definition): Delete
6437 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
6438
49efadf5
EZ
64392004-02-12 Elena Zannoni <ezannoni@redhat.com>
6440
6441 * gdb.texinfo: Properly quote the name "C++".
6442 * gdbint.texinfo: Ditto.
6443 * stabs.texinfo: Ditto.
6444
1eb288ea
EZ
64452004-02-11 Elena Zannoni <ezannoni@redhat.com>
6446
6447 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
6448 minimal information about libiberty.
6449
e4937fc1
MC
64502004-02-06 Michael Chastain <mec.gnu@mindspring.com>
6451
6452 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
6453
a9331b3f
RM
64542004-02-04 Roland McGrath <roland@redhat.com>
6455
6456 * gdb.texinfo (Auxiliary Vector): New node (section).
6457 (Data): Add it to the menu.
6458
2650777c
JJ
64592004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6460
6461 * gdb.texinfo (Breakpoints): Add information about pending
6462 breakpoint support.
6463
b4501125
AC
64642004-01-26 Andrew Cagney <cagney@redhat.com>
6465
6466 * gdb.texinfo (Overview): Delete references to the cisco protocol
6467 including the "N" response.
6468
74055713
AC
64692004-01-26 Andrew Cagney <cagney@redhat.com>
6470
6471 * gdbint.texinfo (Target Architecture Definition): Rename
6472 EXTRACT_STRUCT_VALUE_ADDRESS to
6473 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 6474
3bbe9696
EZ
64752004-01-24 Eli Zaretskii <eliz@gnu.org>
6476
6477 * gdb.texinfo (KOD): Document "show os". Add index entries for
6478 "set/show os" and "info cisco" commands.
6479
5843504f
EZ
64802004-01-21 Eli Zaretskii <eliz@gnu.org>
6481
6482 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
6483
9175c9a3
MC
64842004-01-19 Michael Chastain <mec.gnu@mindspring.com>
6485
6486 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
6487 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
6488
8e94b928
NR
64892004-01-19 Nick Roberts <nick@nick.uklinux.net>
6490
6491 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
6492 -stack-list-locals.
6493 (GDB/MI Variable Objects): Describe extension to
6494 -var-list-children.
6495
a20cf136
DJ
64962004-01-17 Daniel Jacobowitz <drow@mvista.com>
6497
6498 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
6499
afb18d0f
AC
65002004-01-17 Andrew Cagney <cagney@redhat.com>
6501
6502 * gdbint.texinfo (Target Architecture Definition): Delete
6503 documentation on DEPRECATED_NPC_REGNUM.
6504
b51970ac
DJ
65052004-01-13 Daniel Jacobowitz <drow@mvista.com>
6506
6507 * gdb.texinfo: Update copyright year. Mention that set
6508 follow-fork-mode is supported on GNU/Linux. Remove documentation of
6509 "set follow-fork-mode ask".
6510
0f0cffd2
AC
65112004-01-13 Andrew Cagney <cagney@redhat.com>
6512
6513 * gdbint.texinfo: Update copyright year.
6514 (Coding): Add -Wunused-label to list of -Werror warnings.
6515
c552b3bb 65162004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 6517 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
6518
6519 * gdb.texinfo: Update copyright.
6520 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
6521 around names, as appropriate. Minor syntax cleanup of
6522 _NSPrintForDebugger explanation. Two spaces after periods.
6523 GDBN used instead of lit. "gdb". Index entries added for
6524 print-object and _NSPrintForDebugger. @noindent added in one spot.
6525
afe157ca
EZ
65262003-11-11 Elena Zannoni <ezannoni@redhat.com>
6527
6528 * stabs.texinfo: Add dircategory and direntry commands.
6529 * annotate.texinfo: Ditto.
6530
963e2bb7
AC
65312003-11-10 Andrew Cagney <cagney@redhat.com>
6532
6533 * gdbint.texinfo (Target Architecture Definition): Replace the
6534 return_value method's "inval" and "outval" parameters with
6535 "readbuf" and "writebuf".
6536
1d8b2f28
JB
65372003-10-28 Jim Blandy <jimb@redhat.com>
6538
6539 * gdb.texinfo (The F request packet, The F reply packet): Renamed
6540 from "The `F' request packet" and "The `F' reply packet", to make
6541 texi2dvi happy.
6542 (File-I/O remote protocol extension): Update menu entries, too.
6543
36d86913
MC
65442003-10-26 Michael Chastain <mec@shout.net>
6545
6546 * gdb.texinfo (Thread Stops): Document the issue with
6547 premature return from system calls in multi-threaded programs.
6548
ce2826aa
AC
65492003-10-24 Andrew Cagney <cagney@redhat.com>
6550
6551 * annotate.texinfo: Fix "fortunatly"[sic].
6552
f24c5e49
KI
65532003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
6554
6555 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
6556 with "Hitachi" and "Mitsubishi".
6557
92ad9cd9
AC
65582003-10-20 Andrew Cagney <cagney@redhat.com>
6559
6560 * gdbint.texinfo (Target Architecture Definition): Document
6561 gdbarch_return_value. Add cross references from
6562 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
6563 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
6564
0ab4b752
MK
65652003-10-18 Mark Kettenis <kettenis@gnu.org>
6566
6567 * gdbint.texinfo (Target Architecture Definition): Document
6568 regset_from_core_section.
fb3e19c0
KI
6569
65702003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
6571
6572 * gdb.texinfo (M32R/D): Mention m32rsdi target.
6573
a9331b3f 65742003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
6575
6576 From Anthony Green <green@redhat.com>:
5ae4183a 6577 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 6578
1485d690
KB
65792003-10-14 Kevin Buettner <kevinb@redhat.com>
6580
889bf7c5
PA
6581 * gdb.texinfo (Breakpoint related warnings): New node.
6582 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 6583
86d30acc
DJ
65842003-10-13 Daniel Jacobowitz <drow@mvista.com>
6585
6586 * gdb.texinfo (Remote Protocol): Document v and vCont.
6587
172c2a43
KI
65882003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
6589
6590 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
6591 * gdbint.texinfo: Ditto.
6592
71952f4c
AC
65932003-10-09 Andrew Cagney <cagney@redhat.com>
6594
6595 From 2003-09-18 David Anderson <davea@sgi.com>:
6596 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
6597 "command".
6598
268e2188
AC
65992003-10-03 Andrew Cagney <cagney@redhat.com>
6600
6601 * gdbint.texinfo (Target Architecture Definition): Deprecate
6602 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
6603 just target.
6604
12c266ea 66052003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 6606
f30992d4 6607 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
6608 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
6609 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
6610 * gdbint.texinfo (Target Architecture Definition): Rename
6611
66122003-09-30 Andrew Cagney <cagney@redhat.com>
6613
f30992d4 6614 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 6615 (Target Architecture Definition):
f30992d4 6616
2e092625
AC
6617 * gdbint.texinfo (Target Architecture Definition): Rename
6618 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
6619
0717ae8a
AC
66202003-09-29 Andrew Cagney <cagney@redhat.com>
6621
dad809b7
AC
6622 * gdbint.texinfo (Target Architecture Definition): Delete
6623 documentation for NEED_TEXT_START_END.
6624
0717ae8a
AC
6625 * gdbint.texinfo (Target Architecture Definition): Rename
6626 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
6627 TARGET_WRITE_PC.
a9331b3f 6628
af6cf26d
MC
66292003-09-22 Michael Chastain <mec@shout.net>
6630
6631 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
6632
ee206350
AG
66332003-09-21 Anthony Green <green@redhat.com>
6634
6635 * gdbint.texinfo (Target Architecture Definition): Fix typos.
6636
a38c9fe6
MK
66372003-09-21 Mark Kettenis <kettenis@gnu.org>
6638
6639 * gdbint.texinfo (Target Architecture Definition): Document
6640 stabs_argument_has_addr.
6641
77949794
AC
66422003-09-18 Andrew Cagney <cagney@redhat.com>
6643
6644 * gdbint.texinfo (Target Architecture Definition): Delete
6645 documentation on REGISTER_NAMES.
6646
8e823e25
MK
66472003-09-13 Mark Kettenis <kettenis@gnu.org>
6648
6649 * gdbint.texinfo (Target Architecture Definition): Replace
6650 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
6651
f27dd7fd
AC
66522003-09-11 Andrew Cagney <cagney@redhat.com>
6653
6654 * gdbint.texinfo (Target Architecture Definition): Replace
6655 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
6656
8b148df9
AC
66572003-08-18 Andrew Cagney <cagney@redhat.com>
6658
6659 * gdbint.texinfo (Target Architecture Definition): Document
6660 "frame_red_zone_size".
6661
25d29d70
AC
66622003-08-09 Andrew Cagney <cagney@redhat.com>
6663
6664 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
6665 with "set/show backtrace past-main" and "set/show backtrace
6666 limit".
6667
c938e9b0
L
66682003-08-08 H.J. Lu <hongjiu.lu@intel.com>
6669
6670 * Makefile.in (install-info): Support DESTDIR.
6671 (install-html): Likewise.
6672
64fabec2
AC
66732003-08-07 Andrew Cagney <cagney@redhat.com>
6674
6675 Patch from Nick Roberts.
6676 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
6677 bindings. Remove description of send-gdb-command.
6678
2fcf52f0
AC
66792003-08-07 Andrew Cagney <cagney@redhat.com>
6680
6681 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
6682 GDB 6.0.
6683
086432e2
AC
66842003-08-06 Andrew Cagney <cagney@redhat.com>
6685
6686 * gdb.texinfo (Mode Options): Mention that level three is the
6687 highest available and that level 2 is deprecated.
6688 (Annotations Overview): Mention annotation levels. Cross reference
6689 to "Limitations of the Annotation Interface" in annotate.texi.
6690 (TODO, Value Annotations, Frame Annotations): Delete section.
6691 (Displays, Breakpoint Info): Delete.
6692
e5249f67
AC
66932003-08-04 Andrew Cagney <cagney@redhat.com>
6694
6695 * agentexpr.texi: Delete @bye.
6696 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
6697 (stabs.info): Add $(srcdir) to include search path.
6698 (html): Depend on "annotate_toc.html", and not "annotate.html".
6699 * stabs.texinfo: Ditto. Include "fdl.texi".
6700 * gdbint.texinfo: Update copyright statement's list of invariant
6701 sections.
6702
e6f672d2
AC
67032003-07-28 Andrew Cagney <cagney@redhat.com>
6704
6705 * Makefile.in (INFO_DEPS): Add annotate.info.
6706 (dvi, ps, html, pdf): Add annotate.
6707 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
6708 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
6709 (ANNOTATE_DOC_FILES): New macro.
6710 (ANNOTATE_TEX_TMPS): New macro.
6711 (annotate.info, annotate_toc.html): Specify dependencies.
6712 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
6713 * annotate.texinfo: Rename annotate.texi. Get building. Add
6714 "Migrating to GDB/MI" and "Limitations of the Annotation
6715 Interface" chapters. Mention why it is not part of the user
6716 guide. Update copyright notice. Include "fdl.texi".
6717
72ffddc9
SC
67182003-07-26 Stephane Carrez <stcarrez@nerim.fr>
6719
6720 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
6721
a9f12a31
DJ
67222003-07-24 Daniel Jacobowitz <drow@mvista.com>
6723
6724 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
6725
b1fe9455
DJ
67262003-07-24 Daniel Jacobowitz <drow@mvista.com>
6727
6728 * gdb.texinfo (Server): Mention pidof.
6729
153721e6
AC
67302003-07-22 Andrew Cagney <cagney@redhat.com>
6731
6732 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
6733 list.
6734
0fac0b41
DJ
67352003-06-28 Daniel Jacobowitz <drow@mvista.com>
6736
6737 * gdb.texinfo (Logging output): New chapter.
6738
4e562065
JB
67392003-06-24 Joel Brobecker <brobecker@gnat.com>
6740
6741 * gdb.texinfo (Unsupported languages): New section.
6742 (Languages): Add link to new section.
6743
f2c06f52
AC
67442003-06-22 Andrew Cagney <cagney@redhat.com>
6745
6746 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
6747
b4177fca
DJ
67482003-06-22 Daniel Jacobowitz <drow@mvista.com>
6749
6750 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
6751
f418dd93
DJ
67522003-06-22 Daniel Jacobowitz <drow@mvista.com>
6753
6754 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
6755 * agentexpr.texi: Retitle section, and change it to an appendix.
6756 Comment out texinfo initialization. Factor a @var{} into two
6757 pieces to prevent makeinfo warnings.
6758 * gdb.texinfo: Add Agent Expressions appendix.
6759
4ca61388
DJ
67602003-06-19 Daniel Jacobowitz <drow@mvista.com>
6761
6762 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
6763
07f31aa6
DJ
67642003-06-18 Daniel Jacobowitz <drow@mvista.com>
6765
5ae4183a 6766 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
6767 remote target". Document the "detach" and "disconnect" commands.
6768 (Server, Netware, Debug Session): Reference "Connecting to a
6769 remote target".
6770 (GDB/MI Target Manipulation): Document "-target-disconnect".
6771
2dd0da42
AC
67722003-06-13 Andrew Cagney <cagney@redhat.com>
6773
6774 * gdbint.texinfo (Target Architecture Definition): Deprecate
6775 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
6776 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
6777
e7a3abfc
JB
67782003-06-09 Jim Blandy <jimb@redhat.com>
6779
6780 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
6781
25e3a86b
AC
67822003-06-08 Andrew Cagney <cagney@redhat.com>
6783
6784 * gdbint.texinfo (Target Architecture Definition): Delete
6785 documentation on FRAME_ARGS_ADDRESS_CORRECT.
6786
a9e5fdc2
AC
67872003-06-08 Andrew Cagney <cagney@redhat.com>
6788
6789 * gdbint.texinfo (Target Architecture Definition): Document
6790 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
6791
b37303ee
AF
67922003-06-07 Adam Fedor <fedor@gnu.org>
6793
6794 * gdb.texinfo: Add Objective-C documentation.
6795
39fe6e80
AC
67962003-06-01 Andrew Cagney <cagney@redhat.com>
6797
6798 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
6799 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
6800
125309b2
AC
68012003-05-21 Andrew Cagney <cagney@redhat.com>
6802
6803 * gdbint.texinfo (Target Architecture Definition): Delete
6804 references to "extract_address" and "store_address".
6805
b8b527c5
AC
68062003-05-16 Andrew Cagney <cagney@redhat.com>
6807
6808 * gdbint.texinfo (Target Architecture Definition): Replace
6809 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
6810 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
6811
50e3ee83
TR
68122003-05-14 Theodore A. Roth <troth@openavr.org>
6813
6814 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
6815
44e2be90
L
68162003-05-10 H.J. Lu <hongjiu.lu@intel.com>
6817
6818 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
6819 (gdb.dvi): Likewise.
6820 (gdb.pdf): Likewise.
6821 (links2roff): Likewise.
6822
df5215a6
JB
68232003-05-08 Jim Blandy <jimb@redhat.com>
6824
6825 * gdb.texinfo (Dump/Restore Files): Update documentation for
6826 'dump', 'append', and 'restore': note that format argument is
6827 optional; simplify presentation of the command variants; and be
6828 more precise about the formats.
6829
5e7b2f39
JB
68302003-05-07 Jim Blandy <jimb@redhat.com>
6831
6832 * gdb.texinfo (Symbols): Update documentation: 'maint list
6833 symtabs' and 'maint list psymtabs' have been renamed 'maint info
6834 symtabs' and 'maint info psymtabs'.
6835
b1e29e33
AC
68362003-05-05 Andrew Cagney <cagney@redhat.com>
6837
6838 * gdbint.texinfo (Target Architecture Definition): Make
6839 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
6840 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
6841 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
6842
00905d52
AC
68432003-05-04 Andrew Cagney <cagney@redhat.com>
6844
6845 * gdb.texinfo (Maintenance Commands): Document "maint print
6846 dummy-frames".
6847
54ff5908
AC
68482003-05-04 Andrew Cagney <cagney@redhat.com>
6849
6850 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
6851
32e7087d
JB
68522003-05-03 J. Brobecker <brobecker@gnat.com>
6853
6854 Thierry Schneider <tpschneider1@yahoo.com>
6855 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
6856 for new MI command.
6857
7043d8dc
AC
68582003-05-03 Andrew Cagney <cagney@redhat.com>
6859
6860 * gdbint.texinfo (Target Architecture Definition): Document
6861 push_dummy_code. Add cross references.
6862
e33d66ec
EZ
68632003-05-02 Elena Zannoni <ezannoni@redhat.com>
6864
6865 * gdb.texinfo (Character Sets): Update to reflect new behavior of
6866 set/show charsets commands.
6867
0ba6dca9
AC
68682003-04-28 Andrew Cagney <cagney@redhat.com>
6869
6870 * gdbint.texinfo (Target Architecture Definition): Replace
6871 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
6872 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
6873
d7a27068
AC
68742003-04-28 Andrew Cagney <cagney@redhat.com>
6875
6876 * gdbint.texinfo (Target Architecture Definition): Rename
6877 "tm_print_insn" to "deprecated_tm_print_insn".
6878
44ea7b70
JB
68792003-04-09 Jim Blandy <jimb@redhat.com>
6880
6881 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
6882 list psymtabs'.
6883
fb8f8949
AC
68842003-04-08 Andrew Cagney <cagney@redhat.com>
6885
6886 * gdbint.texinfo (Target Architecture Definition): Delete
6887 references to EXTRA_FRAME_INFO.
6888
32fb0f22
AC
68892003-04-08 Andrew Cagney <cagney@redhat.com>
6890
6891 * gdbint.texinfo (Target Architecture Definition): Delete
6892 PRINT_TYPELESS_INTEGER.
6893
6be67e67
JB
68942003-04-02 J. Brobecker <brobecker@gnat.com>
6895
6896 * observer.texi (GDB Observers): Adjust the documentation for the
6897 normal_stop notification to better describe reality. Fix a couple
6898 of minor typos.
6899
4e35d5f0
BR
69002003-04-02 Bob Rossi <bob_rossi@cox.net>
6901
a9331b3f 6902 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
6903 '-file-list-exec-source-file'
6904
e8a8712a
AC
69052003-03-31 Andrew Cagney <cagney@redhat.com>
6906
6907 * gdbint.texinfo (Target Architecture Definition): Delete
6908 references to CALL_DUMMY_P.
6909
6c0e89ed
AC
69102003-03-30 Andrew Cagney <cagney@redhat.com>
6911
6912 * gdbint.texinfo (Target Architecture Definition): Remove
6913 reference to TARGET_WRITE_SP.
a9331b3f 6914
378bfd1b
AC
69152003-03-27 Andrew Cagney <cagney@redhat.com>
6916
6917 * gdbint.texinfo (Target Architecture Definition): Remove
6918 references to write_sp.
6c0e89ed 6919
922fbb7b
AC
69202003-03-27 Andrew Cagney <cagney@redhat.com>
6921
6922 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
6923 chapter body. Use @smallexample instead of @example.
6924 (Annotations): Ditto.
6925 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
6926 annotate.texi.
6927
b81774d8
AC
69282003-03-26 Andrew Cagney <cagney@redhat.com>
6929
6930 * gdbint.texinfo (Target Architecture Definition): Replace
6931 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
6932 dummy_addr parameters.
6933
1bf6d5cc
AC
69342003-03-25 Andrew Cagney <cagney@redhat.com>
6935
6936 * gdbint.texinfo (Target Architecture Definition): Delete
6937 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
6938 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
6939 Add reference to PUSH_ARGUMENTS.
6940
618ce49f
AC
69412003-03-23 Andrew Cagney <cagney@redhat.com>
6942
6943 * gdbint.texinfo (Algorithms, Target Architecture Definition):
6944 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
6945
bcd7e15f
JB
69462003-03-18 J. Brobecker <brobecker@gnat.com>
6947
6948 * gdbint.texinfo (Algorithms): Add new section describing the
6949 Observer paradigm.
6950 (Top): Add menu entry to new observer appendix.
6951 * observer.texi: New file.
6952 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
6953 new observer.texi file.
6954
9fe8321b
AC
69552003-03-17 Andrew Cagney <cagney@redhat.com>
6956
6957 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
6958 that GNU Press update the manual version number.
6959
ac2adee5
AC
69602003-03-12 Andrew Cagney <cagney@redhat.com>
6961
6962 * gdbint.texinfo (Target Architecture Definition): Delete
6963 references to get_saved_register. Rename GET_SAVED_REGISTER to
6964 DEPRECATED_GET_SAVED_REGISTER.
6965
749b82f6
AC
69662003-03-13 Andrew Cagney <cagney@redhat.com>
6967
6968 * gdbint.texinfo (Target Architecture Definition): Replace
6969 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
6970
8bedc050
AC
69712003-03-12 Andrew Cagney <cagney@redhat.com>
6972
6973 * gdbint.texinfo (Target Architecture Definition): Rename
6974 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 6975
0ce1b118
CV
69762003-03-10 Corinna Vinschen <vinschen@redhat.com>
6977
6978 * gdb.texinfo: Add File-I/O documentation.
6979
12cc2063
AC
69802003-03-10 Andrew Cagney <cagney@redhat.com>
6981
6982 * gdbint.texinfo (Target Architecture Definition): Cross reference
6983 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
6984
7453dc06
AC
69852003-03-07 Andrew Cagney <cagney@redhat.com>
6986
6987 * gdb.texinfo (Debugging Output): Mention the "set/show debug
6988 frame" command.
6989
6314f104
AC
69902003-03-05 Andrew Cagney <cagney@redhat.com>
6991
6992 * gdbint.texinfo (Target Architecture Definition): Document
6993 unwind_dummy_id. Cross reference unwind_dummy_id and
6994 SAVE_DUMMY_FRAME_TOS.
6995
f1212245
DJ
69962003-03-05 James Ingham <jingham@apple.com>
6997 Daniel Jacobowitz <drow@mvista.com>
6998
6999 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
7000 and "show cp-abi".
7001
77e7e267
AC
70022003-03-03 Andrew Cagney <cagney@redhat.com>
7003
7004 * gdbint.texinfo (Target Architecture Definition): Document
7005 register_type.
7006
838a8221
AC
70072003-03-03 Andrew Cagney <cagney@redhat.com>
7008
7009 * stabs.texinfo (Structures): Use @samp and separate @var's
7010 instead of a single @var containing a comma separated list.
7011 (Unions): Ditto.
7012
d7f4a264
DJ
70132003-03-02 Daniel Jacobowitz <drow@mvista.com>
7014
7015 * Makefile.in (distclean): Remove config.log.
7016
f30ee0bc
AC
70172003-03-01 Andrew Cagney <cagney@redhat.com>
7018
7019 * gdbint.texinfo (Target Architecture Definition): Rename
7020 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
7021
70222003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
7023
7024 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
7025 DEPRECATED_INIT_EXTRA_FRAME_INFO.
7026
be448670
CF
70272003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
7028
7029 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
7030 (Non-debug DLL symbols): New node, describing the minimal symbols
7031 loaded from DLLs without real debugging symbols.
7032
501eef12
AC
70332003-02-20 Andrew Cagney <ac131313@redhat.com>
7034
7035 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
7036 hardware-breakpoint-limit".
7037 (Set Watchpoints): Add cross reference to "set remote
7038 hardware-watchpoint-limit".
7039 (Remote configuration options): New section.
7040
21c294e6
AC
70412003-02-04 Andrew Cagney <ac131313@redhat.com>
7042
e9be73e4
AC
7043 * gdbint.texinfo (Target Architecture Definition): Delete
7044 descrption of IS_TRAPPED_INTERNALVAR.
7045
21c294e6
AC
7046 From Keith Seitz <keiths@redhat.com>:
7047 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
7048 option "-i"/"--interpreter" to this chapter. Include index
7049 entries.
7050
0179ffac
DC
70512003-02-04 David Carlton <carlton@math.stanford.edu>
7052
7053 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
7054 (Variables): Recommend stabs+ and DWARF 2.
7055 (C plus plus expressions): Correct info about
7056 compiler versions, debug formats.
7057 (Contributors): Change 'DWARF2' to 'DWARF 2'.
7058 PR symtab/874.
7059
7ca9f392
AC
70602003-02-01 Andrew Cagney <ac131313@redhat.com>
7061
7062 * gdbint.texinfo (Target Architecture Definition): Delete
7063 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
7064 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
7065 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
7066 references to nindy and i960.
7067 * gdb.texinfo (i960): Delete all references to i960 and nindy.
7068
31a85ea2
AC
70692003-02-01 Andrew Cagney <ac131313@redhat.com>
7070
7071 * gdbint.texinfo (Target Architecture Definition): Delete
7072 FLOAT_INFO.
7073
6b894e49
AC
70742003-01-30 Andrew Cagney <ac131313@redhat.com>
7075
7076 * stabs.texinfo (Member Type Descriptor): Clarify description of
7077 `@'. Suggested by Ben Hutchings.
7078
c48861fb
AC
70792003-01-29 Andrew Cagney <ac131313@redhat.com>
7080
7081 * gdb.texinfo (M68K): Delete reference to es1800.
7082
617073a9
AC
70832003-01-29 Andrew Cagney <ac131313@redhat.com>
7084
7085 * gdb.texinfo (Maintenance Commands): Document `maint print
7086 reggroups' and `maint print register-groups'.
7087 * gdbint.texinfo (Target Architecture Definition): Document
7088 register_reggroup_p.
7089
5b5d99cf
JB
70902003-01-23 Jim Blandy <jimb@redhat.com>
7091
7092 * gdb.texinfo (Separate Debug Files): New section.
7093
e7ba9c65
DJ
70942003-01-22 Daniel Jacobowitz <drow@mvista.com>
7095
7096 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
7097 and "maint show profile".
7098
94e91d6d
MC
70992003-01-16 Michael Chastain <mec@shout.net>
7100
7101 * gdb.texinfo (Installing GDB): Warn against
7102 ".../gdb-VERSION/gdb/configure".
7103 (Separate Objdir): Likewise.
7104
867f3898
AC
71052003-01-15 Andrew Cagney <ac131313@redhat.com>
7106
7107 * gdbint.texinfo (Target Architecture Definition): Delete
7108 definition of PRINT_REGISTER_HOOK.
7109
f153cc92
EZ
71102003-01-15 Elena Zannoni <ezannoni@redhat.com>
7111
7112 (OpenRISC 1000): Fix formatting of command names.
7113
c60eb6f1
EZ
71142003-01-15 Elena Zannoni <ezannoni@redhat.com>
7115
7116 * gdb.texinfo (Continuing and Stepping): Add new command
7117 'advance'. Clarify behavior of 'until'.
7118
f5ebfba0
DJ
71192003-01-13 Daniel Jacobowitz <drow@mvista.com>
7120
7121 * gdb.texinfo (Files): Document solib-absolute-prefix and
7122 solib-search-path.
7123
4ce8657e
MC
71242003-01-09 Michael Chastain <mec@shout.net>
7125
7126 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
7127 (Create a Release): Add new instructions for new @file{src-release}.
7128 Document existing instructions for @file{Makefile.in} as
7129 being for @value{GDBN} 5.3.1 or earlier.
7130
372613e3
AC
71312003-01-09 Andrew Cagney <ac131313@redhat.com>
7132
7133 * gdbint.texinfo (Target Architecture Definition): Mention
7134 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
7135 allocate memory.
7136
b4e9345d
DJ
71372003-01-04 Daniel Jacobowitz <drow@mvista.com>
7138
7139 * gdb.texinfo (Controlling GDB): Add @kindex for
7140 "show osabi".
7141 (Backtraces): Add @kindex's for backtrace-below-main.
7142
98b45e30
DJ
71432003-01-04 Daniel Jacobowitz <drow@mvista.com>
7144
7145 * gdb.texinfo (Controlling GDB): Document "set osabi".
7146
95f90d25
DJ
71472003-01-04 Daniel Jacobowitz <drow@mvista.com>
7148
7149 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
7150 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
7151
1e698235
DJ
71522003-01-04 Daniel Jacobowitz <drow@mvista.com>
7153
7154 * gdb.texinfo (Controlling GDB): Add ABI section. Document
7155 "set coerce-float-to-double".
7156 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
7157
e632838e
AC
71582003-01-02 Andrew Cagney <ac131313@redhat.com>
7159
7160 * stabs.texinfo: Remove obsolete text.
7161 * gdbint.texinfo: Ditto.
7162 * gdb.texinfo: Ditto.
7163
c133ab7a
MK
71642002-12-22 Mark Kettenis <kettenis@gnu.org>
7165
7166 * gdbint.texinfo (Target Architecture Definition): Update
7167 description of gdbarch_register_osabi.
7168
f821f325
KH
71692002-12-20 Kazu Hirata <kazu@cs.umass.edu>
7170
7171 * agentexpr.texi: Fix typos.
7172 * annotate.texi: Likewise.
7173 * fdl.texi: Likewise.
7174
85a6d8d3 71752002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
7176
7177 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
7178 DEPRECATED_INIT_FRAME_PC.
7179
ae45cd16
AC
71802002-12-01 Andrew Cagney <ac131313@redhat.com>
7181
7182 * gdbint.texinfo (Target Architecture Definition): Delete
7183 PC_IN_CALL_DUMMY.
7184
07555a72
AC
71852002-11-28 Andrew Cagney <ac131313@redhat.com>
7186
7187 * gdbint.texinfo (Host Definition): Delete documentation on
7188 USE_GENERIC_DUMMY_FRAMES.
7189
c166cdc7
EZ
71902002-11-26 Elena Zannoni <ezannoni@redhat.com>
7191
5ae4183a 7192 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
7193 * Makefile.in (install-info): Run the install-info command as part
7194 of the post install steps only.
7195 (uninstall-info): New target.
7196 (uninstall): New target.
7197
35db0260
EZ
71982002-11-22 Elena Zannoni <ezannoni@redhat.com>
7199
7200 * Makefile.in (install): Make install do some real work.
7201
9ba8d803
AC
72022002-11-19 Andrew Cagney <ac131313@redhat.com>
7203
7204 Fix POSIX problem reported by Paul Eggert.
7205 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
7206 Fix PR gdb/527.
7207
903ad3a6
AC
72082002-10-26 Andrew Cagney <cagney@redhat.com>
7209
7210 * gdbint.texinfo (Target Architecture Definition): Delete
7211 definition of DO_REGISTERS_INFO.
7212
f2abfe65
KB
72132002-10-18 Kevin Buettner <kevinb@redhat.com>
7214
7215 * gdbint.texinfo (Address Classes): Fix problems with insertion
7216 of ``{'' and ``}'' in example.
7217
b5b0480a
KB
72182002-10-17 Kevin Buettner <kevinb@redhat.com>
7219
7220 * gdbint.texinfo (Address Classes): New section.
7221 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
7222 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
7223 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
7224 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
7225
c85508ee
KD
72262002-10-11 Klee Dienes <kdienes@apple.com>
7227
7228 * gdb.texinfo (Registers): Mention vector registers as well as
7229 floating registers in the documentation for 'info registers' and
7230 'info all-registers'.
7231
6d12fc3d
DJ
72322002-10-11 Daniel Jacobowitz <drow@mvista.com>
7233
7234 * gdbint.texinfo (CPLUS_MARKER): Remove item.
7235
8d19fbd2
JJ
72362002-10-03 Jeff Johnston <jjohnstn@redhat.com>
7237
7238 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
7239 interface definition.
7240
a37295f9
MM
72412002-10-03 Marko Mlinar <markom@opencores.org>
7242
7243 * gdb.texinfo (Target Commands): Add or1k target specific
7244 commands.
7245 * gdb.texinfo (Contributors): Add myself to the contributors list.
7246
da0f9dcd
AC
72472002-10-01 Andrew Cagney <ac131313@redhat.com>
7248
7249 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
7250 and "mi1" instead of "mi1" and "mi0".
7251
2e834e49
HPN
72522002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
7253
7254 * gdb.texinfo (Packets): Fix typos "alligned".
7255 Correct z3/Z3 description. Correct z4/Z4 title.
7256
050be0dc
AC
72572002-09-27 Andrew Cagney <ac131313@redhat.com>
7258
7259 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
7260
1104b9e7
KB
72612002-09-25 Kevin Buettner <kevinb@redhat.com>
7262
7263 * gdb.texinfo: Use GNU/Linux instead of Linux.
7264
512217c7
AC
72652002-09-25 Andrew Cagney <ac131313@redhat.com>
7266
7267 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
7268
10998722
AC
72692002-09-24 Andrew Cagney <ac131313@redhat.com>
7270
512217c7 7271 * gdb.texinfo: Replace @example with @smallexample.
10998722 7272
a0eb71c5
KB
72732002-09-20 Kevin Buettner <kevinb@redhat.com>
7274
f7dc1244 7275 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
7276 * gdb.texinfo (Character Sets): Use @smallexample instead of
7277 @example. Use GNU/Linux instead of Linux.
7278
72792002-09-20 Jim Blandy <jimb@redhat.com>
7280
7281 * gdb.texinfo: Add character set documentation.
7282
2f870471
AC
72832002-09-19 Andrew Cagney <ac131313@redhat.com>
7284
7285 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
7286 (Packets): Add cross reference from `b' packet to `z' packets.
7287
790eb8f5
AC
72882002-09-19 Andrew Cagney <ac131313@redhat.com>
7289
8d30a00d
AC
7290 * gdb.texinfo (Maintenance Commands): Document ``maint
7291 internal-error'' and ``maint internal-warning''.
7292
790eb8f5
AC
7293 * gdbint.texinfo (Target Architecture Definition): Revise
7294 description of STACK_ALIGN. Add description of FRAME_ALIGN.
7295
a23a7bf1
JB
72962002-09-19 Joel Brobecker <brobecker@gnat.com>
7297
7298 * gdbint.texinfo (Target Conditionals): Document the new
7299 NAME_OF_MALLOC macro.
7300
299ffc64
AC
73012002-09-05 Andrew Cagney <ac131313@redhat.com>
7302
7303 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
7304 engineer.
7305
b7bb15bc
SC
73062002-09-02 Stephane Carrez <stcarrez@nerim.fr>
7307
7308 * gdb.texinfo (TUI Overview): Document status line fields.
7309
3d757584
SC
73102002-09-02 Stephane Carrez <stcarrez@nerim.fr>
7311
7312 * gdb.texinfo (TUI Commands): Document info win command.
7313
269c21fe
SC
73142002-09-01 Stephane Carrez <stcarrez@nerim.fr>
7315
7316 * gdb.texinfo (TUI Overview): Document breakpoint markers.
7317
7cf36c78
SC
73182002-09-01 Stephane Carrez <stcarrez@nerim.fr>
7319
7320 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
7321 (TUI Keys): Likewise.
7322
d2c6833e
AC
73232002-08-25 Andrew Cagney <ac131313@redhat.com>
7324
7325 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
7326 for a packet receive.
7327
46d8b1c3
AC
73282002-08-25 Andrew Cagney <ac131313@redhat.com>
7329
7330 * Makefile.in (clean): Move to end of file.
7331 (distclean, maintainer-clean, realclean): Ditto.
7332 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
7333 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
7334 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
7335 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
7336
b0787093
AC
73372002-08-24 Andrew Cagney <ac131313@redhat.com>
7338
7339 * Makefile.in (GDBINT_TEX_TMPS): Define.
7340 (gdbint.dvi, gdbint.pdf): Use
7341 (GDB_TEX_TMPS): Define.
7342 (gdb.dvi, gdb.pdf): Use.
7343 (STABS_TEX_TMPS): Define.
7344 (stabs.dvi, stabs.pdf): Use.
7345 (GDB_DOC_SOURCE_INCLUDES): New macros.
7346 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
7347 (GDBINT_DOC_FILES_INCLUDES): New macros.
7348 (GDBINT_DOC_BUILD_INCLUDES): New macros.
7349 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
7350 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
7351 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
7352 (links2roff): Replace SFILES_INCLUDED with
7353 GDB_DOC_SOURCE_INCLUDES.
7354 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
7355 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
7356 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
7357 dependencies.
7358 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
7359 dependencies.
7360 (gdbmi.texinfo): Delete rule.
7361 (inc-hist.texinfo): Delete rule.
7362 (rluser.texinfo): Delete rule.
7363
ebba8386
AC
73642002-08-23 Andrew Cagney <cagney@redhat.com>
7365
7366 * gdbint.texinfo (Target Architecture Definition): Update
7367 STORE_RETURN_VALUE, mention regcache.
7368
0ab7a791
AC
73692002-08-21 Andrew Cagney <ac131313@redhat.com>
7370
7371 * gdbint.texinfo (Target Architecture Definition): Document
7372 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
7373
ee2d5c50
AC
73742002-08-19 Andrew Cagney <ac131313@redhat.com>
7375
7376 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
7377 Fix minor typos. Add index entries.
7378
53c69bd7
AC
73792002-08-18 Andrew Cagney <ac131313@redhat.com>
7380
7381 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
7382
e76f1f2e
AC
73832002-08-15 Andrew Cagney <ac131313@redhat.com>
7384
7385 * gdbint.texinfo (Target Architecture Definition): Document
7386 PRINT_VECTOR_INFO.
7387 * gdb.texinfo (Vector Unit): Document "info vectors" command.
7388
0680b120
AC
73892002-08-13 Andrew Cagney <ac131313@redhat.com>
7390
7391 * gdb.texinfo (Maintenance Commands): Document "maint print
7392 registers", "maint print raw-registers" and "maint print
7393 cooked-registers".
7394
3c3bea1c
GS
73952002-08-08 Grace Sainsbury <graces@redhat.com>
7396
a9331b3f 7397 From Mark Salter:
3c3bea1c
GS
7398 * gdb.texinfo (Protocol): Document T packet extension to
7399 allow watchpoint address reporting.
7400
42f9b0a5
AC
74012002-08-03 Andrew Cagney <ac131313@redhat.com>
7402
7403 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
7404
db034ac5
AC
74052002-08-01 Andrew Cagney <cagney@redhat.com>
7406
7407 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
7408 to CHILL.
7409
e2b28d04
AC
74102002-08-01 Andrew Cagney <ac131313@redhat.com>
7411
7412 * gdbint.texinfo (Coding): Revise section "Include Files".
7413
7fb623f7
AC
74142002-07-24 Andrew Cagney <cagney@redhat.com>
7415
7416 * gdbint.texinfo: Obsolete references to m88k.
7417 * gdb.texinfo: Ditto.
7418
4a2b4636
JB
74192002-07-10 Joel Brobecker <brobecker@gnat.com>
7420
7fb623f7 7421 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
7422 where the proper version of autoconf can be retrieved.
7423
a71ec265
DH
74242002-07-09 Don Howard <dhoward@redhat.com>
7425
7426 * gdb.texinfo (Command Files): Further describe the behavior of
7427 sourced command files.
7428
b9aa90c9
AC
74292002-06-27 Andrew Cagney <ac131313@redhat.com>
7430
7431 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
7432 (Coding): Clarify ISO C version that GDB assumes.
7433
40dd2248
TT
74342002-06-26 Tom Tromey <tromey@redhat.com>
7435
7436 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
7437 add_setshow_cmd_full.
7438
bfac230e
DH
74392002-06-25 Don Howard <dhoward@redhat.com>
7440
7441 * gdb.texinfo (Memory Region Attributes): Document new behavior
7442 for 'mem' command.
7443
475b0867
JB
74442002-06-11 Jim Blandy <jimb@redhat.com>
7445
919d772c
JB
7446 * gdb.texinfo (Symbols): Update documentation for `info source'
7447 command.
7448
475b0867
JB
7449 * gdb.texinfo (Macros): Call the command `info macro', not
7450 `show macro'.
7451
ba8c9337
AC
74522002-06-09 Andrew Cagney <ac131313@redhat.com>
7453
7454 * gdbint.texinfo (Coding): Add section ``Per-architecture module
7455 data''.
7456
1029b7fa
MK
74572002-06-09 Mark Kettenis <kettenis@gnu.org>
7458
7459 * gdbint.texinfo (Target Architecture Definition): Document
7460 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
7461
16737d73
AC
74622002-06-08 Andrew Cagney <ac131313@redhat.com>
7463
7464 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
7465 lists.
7466
30107679
AC
74672002-06-08 Andrew Cagney <ac131313@redhat.com>
7468
7469 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
7470 Branch''.
7471
3352e23e
AC
74722002-06-01 Andrew Cagney <ac131313@redhat.com>
7473
7474 * gdbint.texinfo (Target Architecture Definition): Add section
7475 ``Converting an existing Target Architecture to Multi-arch''.
7476
cbb09e6a
AC
74772002-05-30 Andrew Cagney <ac131313@redhat.com>
7478
7479 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
7480 to ``Obsoleting code''. Revise.
7481
e2e0bcd1
JB
74822002-05-17 Jim Blandy <jimb@redhat.com>
7483
7484 * gdb.texinfo (C Preprocessor Macros): New chapter.
7485 Include it in the main menu.
7486 (Contributors): Credit Jim Blandy with macro support.
7487 (Compilation): Explain how to get macro information into the
7488 executable.
7489 (Expressions): Note that preprocessor macros are expanded.
7490
9db8d71f
DJ
74912002-05-14 Daniel Jacobowitz <drow@mvista.com>
7492
7493 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
7494 options for `target remote'.
7495
6d531722
AC
74962002-05-13 Andrew Cagney <ac131313@redhat.com>
7497
7498 * gdbint.texinfo (Target Architecture Definition): Delete
7499 documentation on NNPC_REGNUM.
7500
13d01224
AC
75012002-05-11 Andrew Cagney <ac131313@redhat.com>
7502
7503 * gdbint.texinfo (Target Architecture Definition): Document
7504 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
7505 (Target Architecture Definition): Revise section `Using Different
7506 Register and Memory Data Representations'. Add section `Raw and
7507 Virtual Register Representations'.
7508
b2e75d78
AC
75092002-05-11 Andrew Cagney <ac131313@redhat.com>
7510
7511 * gdbint.texinfo (Target Architecture Definition): Mention
7512 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
7513 (Target Architecture Definition): Mention same. Add references to
7514 web pages.
7515
2c8682ee
MS
75162002-05-08 Michael Snyder <msnyder@redhat.com>
7517
7518 * stabs.texinfo (Attributes): Document new "vector" attribute.
7519
0816590b
AC
75202002-05-04 Andrew Cagney <ac131313@redhat.com>
7521
7522 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
7523
2653173e
AC
75242002-05-04 Andrew Cagney <ac131313@redhat.com>
7525
7526 * gdb.texinfo: Delete obsolete references to a29k.
7527
d7bd68ca
AC
75282002-04-24 Andrew Cagney <ac131313@redhat.com>
7529
7530 * gdbint.texinfo (Target Architecture Definition): Replace
7531 IN_SIGTRAMP with PC_IN_SIGTRAMP.
7532
21d83aa5
DM
75332002-04-24 David S. Miller <davem@redhat.com>
7534
7535 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
7536
7673a6cc
DM
75372002-04-21 David S. Miller <davem@redhat.com>
7538
7539 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
7540
d49d1e0a
AC
75412002-04-21 Andrew Cagney <ac131313@redhat.com>
7542
7543 * gdbint.texinfo (Target Architecture Definition): Delete
7544 definition of HAVE_REGISTER_WINDOWS.
7545
f7dc1244 75462002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
7547
7548 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
7549 "Theodore A. Roth" <troth@verinet.com>.
7550
5ca0cb28
DH
75512002-04-15 Don Howard <dhoward@redhat.com>
7552
f7dc1244 7553 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 7554 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 7555 Provide a better explaination of this feature.
5ca0cb28 7556
f208ba17
AC
75572002-04-14 Andrew Cagney <ac131313@redhat.com>
7558
7559 * gdbint.texinfo (Target Architecture Definition): Remove
7560 FRAME_CHAIN_COMBINE.
7561
d5ba91de
MC
75622002-04-12 Michael Chastain <mec@shout.net>
7563
7564 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
7565 REG_STACK_SEGMENT.
7566
26818220
MC
75672002-04-09 Michael Chastain <mec@shout.net>
7568
7569 * gdbint.texinfo (Obsolete Conditionals): Remove references to
7570 PYRAMID_* macros.
7571
129188f6
AC
75722002-04-07 Andrew Cagney <ac131313@redhat.com>
7573
7574 * gdb.texinfo (Bug Reporting): Document that the web is the
7575 prefered way of submitting bug reports.
7576 (Bug Reporting): Delete the s-mail address as the last resort.
7577
8227c0ff
AC
75782002-04-05 Andrew Cagney <ac131313@redhat.com>
7579
7580 * gdbint.texinfo (Target Architecture Definition): Delete
7581 references to TARGET_WRITE_FP and write_fp.
7582
16d9dec6
MS
75832002-03-27 Michael Snyder <msnyder@redhat.com>
7584
7585 * gdb.texinfo: Document new commands dump, append, and restore.
7586
9ae8b82c
AC
75872002-03-27 Andrew Cagney <ac131313@redhat.com>
7588
7589 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
7590 Branch'.
7591
474c8240
AC
75922002-03-18 Andrew Cagney <ac131313@redhat.com>
7593
7594 * gdb.texinfo: Change all examples to @smallexample.
7595 * gdbint.texinfo: Ditto.
a9331b3f 7596
fb0ff88f
AC
75972002-03-18 Andrew Cagney <ac131313@redhat.com>
7598
7599 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
7600 Branches''.
7601
9bb0a4d8
AC
76022002-03-18 Andrew Cagney <ac131313@redhat.com>
7603
7604 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
7605 Policy''.
7606
937f164b
FF
76072002-03-04 Fred Fish <fnf@redhat.com>
7608
7609 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
7610 expresson, suports, dependant, trhe, perhaphs, situtations,
7611 explictily, taged, oportunity, unfortunatly).
7612
a7b40f07
AC
76132002-02-24 Andrew Cagney <ac131313@redhat.com>
7614
7615 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
7616 Remove reference to 3.12.
7617
aab4e0ec
AC
76182002-02-23 Andrew Cagney <ac131313@redhat.com>
7619
7620 * gdbint.texinfo: Include fdl.texi.
7621 (Top): Add GNU Free Documentation License.
7622 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
7623 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
7624 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
7625 (gdbint.info): Add srcdir to include path.
7626 * gdb.texinfo: Include gpl.texi.
7627 (Top): Add Copying.
7628 * gpl.texi: New file.
7629
47b95330
AC
76302002-02-23 Andrew Cagney <ac131313@redhat.com>
7631
7632 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
7633
78c47bea
PM
76342002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
7635
7636 * gdb.texinfo: Document Cygwin native specific commands.
7637
56460a61
DJ
76382002-02-15 Daniel Jacobowitz <drow@mvista.com>
7639
7640 * gdb.texinfo: Document gdbserver ``--attach'' command.
7641
def71bfa
MS
76422002-02-07 Michael Snyder <msnyder@redhat.com>
7643
7644 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
7645 to @code(_ovly_debug_event).
7646
c928edc0
AC
76472002-02-07 Andrew Cagney <ac131313@redhat.com>
7648
7649 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
7650
81d46470
MS
76512002-02-06 Michael Snyder <msnyder@redhat.com>
7652
7653 * gdb.texinfo (overlays): Mention new magic symbol
7654 '_ovly_debug_event', which allows GDB to keep better track
7655 of overlays.
7656
f7dc1244 76572002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
7658
7659 * gdb.texinfo (Memory Region Attributes): Fix the wording.
7660 Suggested by Dmitry Sivachenko.
7661
7662 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
7663
15110bc3
MS
76642002-02-01 Michael Snyder <msnyder@redhat.com>
7665
7666 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
7667
6763aef9
MS
76682002-01-30 Michael Snyder <msnyder@redhat.com>
7669
ac282366
MS
7670 * gdb.texinfo: (remote protocol): Gramatical fix-up.
7671 (set trust-readonly-sections): Document.
6763aef9 7672
8642bc8f
AC
76732002-01-29 Andrew Cagney <ac131313@redhat.com>
7674
7675 * gdbint.texinfo (Releasing GDB): Revise and update.
7676
afe64c1a
AC
76772002-01-28 Andrew Cagney <ac131313@redhat.com>
7678
7679 * gdbint.texinfo (Target Architecture Definition): Delete
7680 description of TARGET_BYTE_ORDER_DEFAULT.
7681
f7dc1244 76822002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
7683
7684 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
7685 <mitya@cavia.pp.ru>.
7686
3d6e1b5a
AC
76872002-01-23 Andrew Cagney <ac131313@redhat.com>
7688
7689 * libgdb.texinfo: Delete file.
7690
6c0e9fb3
AC
76912002-01-22 Andrew Cagney <ac131313@redhat.com>
7692
7693 * gdb.texinfo: Remove makeinfo 3.12 hacks.
7694 * gdbint.texinfo: Ditto.
7695
e0ce93ac
AC
7696Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
7697
7698 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
7699
be298bcc
AC
77002002-01-22 Andrew Cagney <ac131313@redhat.com>
7701
7702 * Makefile.in: Update copyright.
7703 (TEXI2DVI): Define.
7704 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
7705 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
7706 gdb-cfg.texi.
7707 (TEXINDEX, PDFTEX): Delete makefile variables.
7708
8e04817f
AC
77092002-01-22 Andrew Cagney <ac131313@redhat.com>
7710
7711 * gdb.texinfo (Protocol): Move section to appendix.
7712
6b2f586d
AC
77132002-01-21 Andrew Cagney <ac131313@redhat.com>
7714
7715 * gdb.texinfo (Remote Debugging): Create a menu.
7716 (Top): Add ``Remote Debugging'' to menu.
7717
6f05cf9f
AC
77182002-01-21 Andrew Cagney <ac131313@redhat.com>
7719
7720 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
7721 serial protocol'' from here.
7722 (Remote Debugging): To here. New chapter.
7723
3fd3d7d2
AC
77242002-01-20 Andrew Cagney <ac131313@redhat.com>
7725
7726 * gdbint.texinfo (Target Architecture Definition): Delete
7727 description of TARGET_BYTE_ORDER_SELECTABLE_P.
7728
7fd60527
AC
77292002-01-20 Andrew Cagney <ac131313@redhat.com>
7730
7731 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
7732 are no longer needed.
7733 (Porting GDB): Add maintainer note about configure.host.
7734
c2f05ac9
AC
77352002-01-20 Andrew Cagney <ac131313@redhat.com>
7736
7737 * gdbint.texinfo (Target Architecture Definition): Remove
7738 definition of IEEE_FLOAT.
7739
f7dc1244 77402002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
7741
7742 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
7743 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
7744 <3diff@gnu.org>
231b2aad 7745
82600034
AC
77462002-01-19 Andrew Cagney <ac131313@redhat.com>
7747
7748 * gdbint.texinfo (Host Definition): Remove references to
7749 MALLOC_INCOMPATIBLE.
7750
7708fa01
AC
77512002-01-17 Andrew Cagney <ac131313@redhat.com>
7752
7753 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
7754 and xyz-xdep.o.
7755
eb12ee30
AC
77562002-01-17 Andrew Cagney <ac131313@redhat.com>
7757
889bf7c5 7758 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
7759 (Set Breaks): Copy ``maint info breakpoint'' doco to
7760 ``Maintenance Commands'' appendix. Add reference.
7761
c9ccaa92
AC
77622002-01-17 Andrew Cagney <ac131313@redhat.com>
7763
7764 * fdl.texi: Remove next/prev from @node.
7765
f7dc1244 77662002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
7767
7768 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
7769 for monstrous @multitable (from Brian Youmans).
7770
7771 * fdl.texi: New file.
7772
7773 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
7774
8973da3a
AC
77752002-01-15 Andrew Cagney <ac131313@redhat.com>
7776
7777 * gdbint.texinfo (Releasing GDB): New chapter.
7778
7d86b5d5
AC
77792002-01-14 Andrew Cagney <ac131313@redhat.com>
7780
7781 * gdb.texinfo (Embedded Processors, Calling program functions):
7782 Obsolete references to a29k.
7783
cc1cb004
AC
77842002-01-13 Andrew Cagney <ac131313@redhat.com>
7785
7786 * gdbint.texinfo (Coding): Review Cleanups section. Examples
7787 examples. Document that a code-block should do or discard its
7788 cleanups before exit.
7789
79f12247
MS
77902002-01-11 Michael Snyder <msnyder@redhat.com>
7791
7792 * gdb.texinfo (Choosing files): Change @samp to @file.
7793
19837790
MS
77942002-01-05 Michael Snyder <msnyder@redhat.com>
7795
7796 * gdb.texinfo (--pid): Document new command line option (attach).
7797
f7dc1244 77982002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
7799
7800 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
7801 in the stub.
7802
d7449b42
AC
78032002-01-04 Andrew Cagney <ac131313@redhat.com>
7804
7805 * gdbint.texinfo (Target Architecture Definition): Replace
7806 BIG_ENDIAN with BFD_ENDIAN_BIG.
7807
f23631e4
AC
78082002-01-03 Andrew Cagney <ac131313@redhat.com>
7809
7810 * gdbint.texinfo (Target Architecture Definition): Replace
7811 value_ptr with struct value pointer.
7812
72c9928d
EZ
78132002-01-02 Eli Zaretskii <eliz@gnu.org>
7814
7815 * gdb.texinfo (Free Software): Fix wording.
7816
959acfd1
EZ
78172001-12-31 Eli Zaretskii <eliz@gnu.org>
7818
7819 * gdb.texinfo (Free Software): New section ``Free Software Needs
7820 Free Documentation''.
7821
f7dc1244 78222001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
7823
7824 * stabs.texinfo:
7825 * gdb.texinfo:
7826 * gdbint.texinfo:
7827 * libgdb.texinfo:
7828 * annotate.texi: Fix the application of GFDL in the Copyright notice.
7829
6600abed
MS
78302001-12-29 Michael Snyder <msnyder@redhat.com>
7831
7832 * gdb.texinfo (maint info sections): Fix typo.
7833
f6680716
MS
78342001-12-26 Michael Snyder <msnyder@redhat.com>
7835
fe95c787
MS
7836 * gdb.texinfo (maint info sections): Document.
7837
a9331b3f 7838 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
7839 'info proc' sub-options that are currently not implemented.
7840
c3d3ce5b
JB
78412001-12-20 Jim Blandy <jimb@redhat.com>
7842
7843 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
7844
778eb05e
AC
78452001-12-15 Andrew Cagney <ac131313@redhat.com>
7846
7847 * gdbint.texinfo (Target Architecture Definition): Replace
7848 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
7849
2607059c
AC
78502001-12-01 Andrew Cagney <ac131313@redhat.com>
7851
7852 * gdbint.texinfo (Host Definition): Delete documentation on
7853 HOST_BYTE_ORDER.
7854
df0cd8c5
JB
78552001-11-30 Jim Blandy <jimb@redhat.com>
7856
7857 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 7858 overlay support. Add to top-level menu.
df0cd8c5 7859
88118b3a
TT
78602001-11-26 Tom Tromey <tromey@redhat.com>
7861
7862 * gdb.texinfo (Command Syntax): Document C-o binding.
7863
96565e91
CF
78642001-07-26 Christopher Faylor <cgf@redhat.com>
7865
7866 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
7867 use since it is described in the referenced section.
7868
f7dc1244 7869 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
7870 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
7871 clearer when using DJGPP.
7872
2a3d5645
CF
78732001-11-24 Christopher Faylor <cgf@redhat.com>
7874
7875 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
7876 specifically refer to MS-DOS.
7877 (command files): Mention gdb.ini is only used on MS-DOS.
7878
aa26fa3a
TT
78792001-11-21 Tom Tromey <tromey@redhat.com>
7880
7881 * gdb.texinfo (Invoking GDB): Document --args.
7882 (Mode Options): Likewise.
7883
4f8ada06
JB
78842001-11-21 Jim Blandy <jimb@redhat.com>
7885
7886 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
7887 Delete documentation; this macro has been removed from the
7888 sources.
4f8ada06 7889
3fe0dc10
JB
78902001-11-13 Jim Blandy <jimb@redhat.com>
7891
7892 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
7893
9e5abb06
CV
78942001-11-06 Corinna Vinschen <vinschen@redhat.com>
7895
7896 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
7897
1c5dfdad
MS
78982001-11-05 Michael Snyder <msnyder@redhat.com>
7899
a9331b3f 7900 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
7901 quote regexp chars in function names such as "operator*()".
7902
990f9fe3
FF
79032001-11-01 Fred Fish <fnf@redhat.com>
7904
7905 * gdbint.texinfo (SOLIB_ADD): Document additional new
7906 "readsyms" arg.
7907
b433d00b
DH
79082001-10-30 Don Howard <dhoward@redhat.com>
7909
070b1dd3
DH
7910 * gdb.texinfo: (Command Files) Added documentation for the
7911 behavior of gdb with input redirected from a file.
b433d00b 7912
b7209cb4
FF
79132001-10-28 Fred Fish <fnf@redhat.com>
7914
7915 * gdb.texinfo (auto-solib-add): Change docs to match
7916 implementation change.
7917 (auto-solib-limit): Add docs for new variable.
7918
1aa20aa8
AC
79192001-10-15 Andrew Cagney <ac131313@redhat.com>
7920
7921 * gdbint.texinfo (Target Architecture Definition): Function
7922 value_as_pointer renamed to value_as_address.
7923
fc0c74b1
AC
79242001-10-15 Andrew Cagney <ac131313@redhat.com>
7925
7926 * gdbint.texinfo (Target Architecture Definition): Default
7927 POINTER_TO_ADDRESS functions assume unsigned addresses.
7928 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
7929 posting by Jim Blandy.
7930
f4846649
JB
79312001-10-12 Jim Blandy <jimb@redhat.com>
7932
7933 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
7934 version of texi2html (1.64) doesn't support this flag any more.
7935
f277788b
MK
79362001-09-08 Mark Kettenis <kettenis@gnu.org>
7937
a9dc4918
MK
7938 * gdbint.texinfo (Host Definition): Remove description of
7939 MEM_FNS_DECLARED.
7940
d28379df
MK
7941 * gdbint.texinfo (Host Definition): Remove description of R_OK.
7942
f277788b
MK
7943 * gdbint.texinfo (Host Definition): Remove description of
7944 HAVE_SIGSETMASK.
7945
7ccaa899
EZ
79462001-09-04 Elena Zannoni <ezannoni@redhat.com>
7947
7948 * gdbint.texinfo (Target Architecture Definition): Add
7949 explanation of TARGET_PRINT_INSN macro.
7950
17d9d558
JB
79512001-08-30 Jim Blandy <jimb@redhat.com>
7952
7953 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
7954 Explain what it means to load relocatable files.
7955
72cde065
JB
79562001-08-28 Jim Blandy <jimb@redhat.com>
7957
7958 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
7959 info `top' menu.
7960
9e678452
CF
7961Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
7962
7963 * gdbint.texinfo: Add a cautionary note about macro use.
7964
a2bea4c3 79652001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 7966
a2bea4c3
CV
7967 * gdb.texinfo: Explain omitting the hostname in the
7968 `target remote' command.
7969
1129bf27
DJ
79702001-07-30 Daniel Jacobowitz <drow@mvista.com>
7971
7972 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
7973 and END-INFO-DIR-ENTRY.
7974
732b3002
SC
79752001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7976
7977 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
7978
89437448
AC
79792001-07-25 Andrew Cagney <ac131313@redhat.com>
7980
7981 * gdbint.texinfo (libgdb): Rewrite.
7982
f7dc1244 79832001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
7984
7985 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
7986
c4555f82
SC
79872001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7988
7989 * gdb.texinfo (TUI): New chapter, document the TUI.
7990 (Mode Options): Document the -tui option.
7991
2f45a6e0
MK
79922001-07-23 Mark Kettenis <kettenis@gnu.org>
7993
7994 * gdbint.texinfo (Host Definition): Remove description of
7995 NEED_POSIX_SETPGID.
7996
f7dc1244 79972001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
7998
7999 * gdb.tex (DJGPP Native): New node, with descriptions of
8000 DJGPP-specific commands.
8001
be9c6c35
JM
80022001-07-19 John R. Moore <jmoore@redhat.com>
8003
8004 * gdbint.texinfo: Three misspellings.
8005
dfa249fb
AC
80062001-07-06 Andrew Cagney <ac131313@redhat.com>
8007
8008 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
8009 `test` expressions on bash. Problem reported by Colin Walters.
8010
c72e7388
AC
80112001-07-04 Andrew Cagney <ac131313@redhat.com>
8012
8013 * gdbint.texinfo (User Interface): Update ui-out documentation to
8014 refelect recent UI/MI updates.
8015
94bbb2c0
AC
80162001-07-04 Andrew Cagney <ac131313@redhat.com>
8017
8018 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
8019 interpreters.
8020
af6c57ea
AC
80212001-06-15 Andrew Cagney <ac131313@redhat.com>
8022
8023 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
8024 structure and not macros.
8025 (Host Definition): Document that much of this chapter is obsolete.
8026 (Target Architecture Definition): Update list of files that make
8027 up a target architecture.
8028 (Coding): Update.
8029
83aa8bc6
AC
80302001-06-28 Andrew Cagney <ac131313@redhat.com>
8031
8032 * gdbint.texinfo (Target Architecture Definition): Update
8033 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
8034 The latter has been changed to a true predicate.
8035
f7dc1244 80362001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
8037
8038 * annotate.texi: Add @noindent where needed. From Dmitry
8039 Sivachenko <dima@Chg.RU>.
8040 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
8041
656db9b0
AC
80422001-06-16 Andrew Cagney <ac131313@redhat.com>
8043
8044 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
8045
df2396a1
AC
80462001-06-14 Andrew Cagney <ac131313@redhat.com>
8047
8048 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
8049 returns ``OK''. Document that the ``R'' packet does not reply.
8050
0f1f2b0a
MS
80512001-06-13 Michael Snyder <msnyder@redhat.com>
8052
8053 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
8054
f7dc1244 80552001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
8056
8057 * gdb.texinfo (Signals): Clarify the default setting of signal
8058 handling.
8059
a5d7c491
AC
80602001-05-14 Andrew Cagney <ac131313@redhat.com>
8061
8062 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
8063 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
8064
05a54c4f
AC
80652001-05-12 Andrew Cagney <ac131313@redhat.com>
8066
8067 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
8068
f7dc1244 80692001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
8070
8071 * gdbint.texinfo (Clean Design and Portable Implementation):
8072 Renamed from "Clean Design".
8073 (Clean Design and Portable Implementation): Document portable
8074 methods of handling file names, and the associated macros.
8075
f7dc1244 80762001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
8077
8078 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
8079 command and provide a cross-reference to its description.
8080 (Symbols): Note that "info scope" is useful for trace experiments.
8081
f7dc1244 80822001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 8083
b37052ae
EZ
8084 * gdb.texinfo (Symbols): Document "info scope".
8085 (Tracepoints): New chapter.
8086 (Contributors): Update for v5.1.
8087 <All nodes>: Change "C++" to "C@t{++}".
8088
0ee54786
EZ
8089 * gdbint.texinfo (User Interface): A new section about ui_out
8090 functions, based on text written by Fernando Nasser.
8091
c534679c
EZ
8092 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
8093
f7dc1244 80942001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 8095
e9c75b65
EZ
8096 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
8097
8098 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
8099
8100 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
8101 Replace "GDB" with "@value{GDBN}". Fix markup.
8102
8103 * annotate.texi: Change Permissions to GFDL. Update Copyright.
8104
3d67e040
EZ
8105 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
8106 a cross-reference to its description.
8107 (Symbols): Document "info symbol".
8108
f7dc1244 81092001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
8110
8111 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
8112 subsection "x86 Watchpoints".
8113 (Target Architecture Definition): Document the macros
8114 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
8115 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
8116
b0ed3589
AC
81172001-03-20 Andrew Cagney <ac131313@redhat.com>
8118
8119 * gdbint.texinfo (Target Architecture Definition): Update
8120 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
8121 list.
8122
b6ba6518
KB
81232001-03-06 Kevin Buettner <kevinb@redhat.com>
8124
8125 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
8126 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
8127
f7dc1244 81282001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
8129
8130 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
8131
f7dc1244 81322001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 8133
17cc6a06
EZ
8134 * gdb.texinfo (Environment): Document that `path' does not change
8135 the value of PATH in GDB's own environment (it did in the past,
8136 but that was changed on March 15, 1994). Reported by Doug Evans
8137 <dje@transmeta.com>.
8138
56caf160
EZ
8139 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
8140 its line. Fix markup of commands and macros. Add an Index node
8141 and index entries.
8142
29e57380
C
81432001-01-23 J.T. Conklin <jtc@redback.com>
8144
8145 * gdb.texinfo (Memory region attributes): New manual section.
8146
1c6147de
ND
81472001-01-04 Nicholas Duffek <nsd@redhat.com>
8148
8149 * gdbint.texinfo (POP_FRAME): Document use by return_command.
8150
f7dc1244 81512000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
8152
8153 * refcard.tex: Version and copyright fixed. From Phil Edwards
8154 <pedwards@disaster.jaj.com>.
8155
0dcedd82
AC
8156Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
8157
8158 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 8159 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 8160
3b851bce
AC
8161Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
8162
8163 * gdbint.texinfo (Coding): Update current value of
889bf7c5 8164 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 8165
f7dc1244 81662000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
8167
8168 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
8169 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
8170
b90a5f51
CF
81712000-11-10 Christopher Faylor <cgf@cygnus.com>
8172
8173 * gdb.texinfo: Document new 'set step-mode' command.
8174
f7dc1244 81752000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
8176
8177 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
8178 changes from Dmitry Sivachenko <dima@Chg.RU>.
8179
f7dc1244 81802000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
8181
8182 * gdb.texinfo (Hooks): Document the new post-hook functionality.
8183 From Steven Johnson <sbjohnson@ozemail.com.au>.
8184
2e685b93
MK
81852000-08-10 Mark Kettenis <kettenis@gnu.org>
8186
8187 * gdbint.texinfo (Overall Structure): Spelling fix.
8188
f7dc1244 81892000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
8190
8191 * gdbint.texinfo (Target Architecture Definition): Document that
8192 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
8193 for which REGISTER_CONVERTIBLE returns a zero value.
8194
63ac3005
EZ
81952000-07-08 Christopher Faylor <cgf@cygnus.com>
8196
8197 * Makefile.in (install-info): Find files to install in either the
8198 build or source directories (adapted from Makefile.am).
8199
bd79f757
ND
82002000-07-07 Nicholas Duffek <nsd@redhat.com>
8201
8202 * stabs.texinfo: Fix spelling errors.
8203 (String Field): FILE-NUMBER starts from 0, not 1.
8204
f7dc1244 82052000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
8206
8207 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 8208 Brian Youmans.
5f208f6d 8209
f7dc1244 82102000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
8211
8212 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
8213 the source directory. Reported by Mark Harig
8214 <markh@frazier.landmark.com>.
cc542d3b 8215
f3b28801
C
82162000-06-20 J.T. Conklin <jtc@redback.com>
8217
8218 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
8219
449f3b6c
AC
8220Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
8221
8222 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 8223 Generate using pdftex.
449f3b6c 8224 (PDFTEX): Define.
889bf7c5 8225 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 8226 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 8227 @contents at the start.
449f3b6c 8228
f7dc1244 82292000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
8230
8231 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 8232 Youmans.
48e934c6 8233
9e9c5ae7
AC
8234Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
8235
8236 From Brian Youmans:
8237 * gdb.texinfo: Fix ``et al.''.
8238
c741b251
AC
8239Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
8240
8241 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 8242 loop.
c741b251 8243
4ab64e14
JG
82442000-05-19 Jimmy Guo <guo@cup.hp.com>
8245
8246 * configure: Regenerate.
8247
f7dc1244 82482000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
8249
8250 * Makefile.in (install-info): Run install-info on installed Info
8251 files.
8252
8c70017b
AC
8253Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
8254
a7cb598a 8255 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 8256 Andrew Cagney.
8c70017b 8257
f7dc1244 82582000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
8259
8260 * gdb.texinfo: Proofreading changes from Brian Youmans.
8261
bf0184be
ND
82622000-05-01 Nick Duffek <nsd@cygnus.com>
8263
8264 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
8265 startup sequence, minor edits.
8266
f7dc1244 82672000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
8268
8269 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
8270 TeX.
8271
8272 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
8273 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
8274 like `n' and `s' which look weird. Convert some of the @kindex to
8275 @vindex, when they refer to variables, not commands.
8276
33e16fad
AC
8277Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
8278
8279 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
8280
f7dc1244 82812000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
8282
8283 * Makefile.in (GDBMI_DIR): New variable.
8284 (SET_TEXINPUTS): Add $(GDBMI_DIR).
8285 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
8286 (gdbmi.texinfo): New target, for texi2roff.
8287 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
8288 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
8289
8290 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
8291 gdbmi.texinfo.
8292 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
8293 comment.
8294
d167840f
EZ
82952000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8296
8297 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 8298 command.
d167840f 8299
f7dc1244 83002000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
8301
8302 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
8303 prevents the build (and is generally a Bad Idea).
8304
f7dc1244 83052000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
8306
8307 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
8308 a comma inside @var.
8309 (Command Files): Index markup changes from Dmitry Sivachenko
8310 <dima@Chg.RU>.
8311
f7dc1244 83122000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
8313
8314 * Makefile.in (LN_S): Define.
8315 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
8316 invoke "ln -s" unless it is known to work.
8317
8318 * configure.in (AC_PROG_LN_S): Add.
8319
8dc7983f
JB
83202000-04-14 Jim Blandy <jimb@redhat.com>
8321
8322 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
8323 section.
8324 (Target Conditionals): Document ADDRESS_TO_POINTER,
8325 POINTER_TO_ADDRESS.
8326
1a8237e8
DB
83272000-04-11 Daniel Berlin <dan@cgsoftware.com>
8328
8329 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
8330 gdb-cfg.texi to get the value.
8331
ca526f1a
JB
83322000-04-10 Jim Blandy <jimb@redhat.com>
8333
8334 * gdbint.texinfo (Target Architecture Definition): Fix
8335 cross-references.
8336
faaafcb4
JB
83372000-04-08 Jim Blandy <jimb@redhat.com>
8338
8339 * gdbint.texinfo (Using Different Register and Memory Data
8340 Representations): New section.
8341 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
8342 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
8343 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 8344
1b27397f
AC
8345Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
8346
8347 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 8348 for acknowledgments.
1b27397f 8349
480ff1fb
AC
8350Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
8351
8352 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 8353 qThreadExtraInfo.
480ff1fb 8354
a9331b3f 83552000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 8356
a9331b3f
RM
8357 * gdb.texinfo: Clarify which remote debug protocol commands are
8358 required and which are optional.
f1251bdd 8359
dbeb8dbd
AC
8360Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
8361
8362 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
8363 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
8364 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
8365 * annotate.texi: Update.
8366
6d2ebf8b
SS
83672000-03-28 Stan Shebs <shebs@apple.com>
8368
8369 * gdb.texinfo: Update dates, bump to Eighth Edition (note
8370 expectation of additional changes before release), update
8371 ISBN, add copy of top-level menu for @ifhtml, remove explicit
8372 node links, rephrase and/or shorten lines to fix formatting
8373 problem in both regular and @smallbook formats.
8374 * annotate.texi: Shorten lines in example, use smallexample
8375 consistently everywhere.
8376 * Makefile.in: Add comment about texinfo 4.0 html generation.
8377 (SFILES_INCLUDED): Add annotate.texi.
8378
5d161b24
DB
83792000-03-27 Daniel Berlin <dan@cgsoftware.com>
8380
5ae4183a
AS
8381 * gdb.texinfo (Debugging Output): Added new section, documenting
8382 the "set/show debug" commands.
5d161b24 8383
b9deaee7
AC
8384Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
8385
8386 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 8387 entry.
b9deaee7
AC
8388
8389 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
8390 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 8391 @chapter and @node entries.
a9331b3f 8392
b9deaee7 8393 * gdb.texinfo: Link all top-level nodes.
a9331b3f 8394
9ef47d30
AC
8395Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
8396
8397 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 8398 files.
9ef47d30 8399
cfeada60
FN
84002000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
8401
8402 From David Whedon <dwhedon@gordian.com>
5ae4183a 8403 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 8404
6837a0a2
DB
84052000-03-22 Daniel Berlin <dan@cgsoftware.com>
8406
8407 * gdb.texinfo: Add documentation for the apropos command.
8408
bba2971c
MS
84092000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
8410
8411 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
8412
2b628194
MS
84132000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
8414
a9331b3f 8415 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
8416 two places.
8417
96a2c332
SS
84182000-03-17 Stan Shebs <shebs@apple.com>
8419
8420 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
8421 <dima@Chg.RU>, also clarification of allowed content for
8422 string constants.
8423
f7dc1244 84242000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
8425
8426 * gdb.texinfo (main menu): Add Annotations.
8427 (File Options): Add @cindex entries for each command-line option.
8428 Document --epoch, --annotate, --async, --interpreter, --write,
8429 --statistics, and --version.
8430
8431 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
8432 of GDB.
8433
9d233477
JB
84342000-02-23 Jim Blandy <jimb@redhat.com>
8435
8436 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
8437
14e0eb3b
JB
84382000-02-22 Jim Blandy <jimb@redhat.com>
8439
8440 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
8441
3555de01
JM
84422000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
8443
8444 * Makefile.in (diststuff): New target.
8445
5e35df8e
KB
84462000-02-15 Kevin Buettner <kevinb@redhat.com>
8447
8448 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 8449 architecture. [From Jim Wilson.]
5e35df8e 8450
c5394b80
JM
84512000-01-16 Tom Tromey <tromey@cygnus.com>
8452
8453 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
8454 (Delete Breaks): Mention range arguments.
8455 (Disabling): Likewise.
8456
c3f6f71d
JM
84572000-01-05 Dmitry Sivachenko <dima@Chg.RU>
8458
8459 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
8460
c4093a6a
JM
8461Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
8462
8463 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 8464 valid functions.
c4093a6a 8465
11cf8741
JM
84661999-11-05 Stan Shebs <shebs@andros.cygnus.com>
8467
8468 * gdb.texinfo: Clarify regular expressions used in rbreak.
8469
917317f4
JM
84701999-10-15 Kevin Buettner <kevinb@cygnus.com>
8471
8472 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
8473 MEMORY_REMOVE_BREAKPOINT): Document.
8474
8475Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
8476
8477 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 8478 offset re-using the DATA offset instead.
917317f4 8479
2df3850c
JM
84801999-10-11 Jim Kingdon <kingdon@redhat.com>
8481
8482 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
8483
84841999-10-05 Stan Shebs <shebs@andros.cygnus.com>
8485
8486 From Dmitry Sivachenko <demon@gpad.ac.ru>:
8487 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
8488 typos.
8489
8490 * gdb.texinfo: Various minor wording and formatting improvements,
8491 mentions of additional command-line options.
8492
2acceee2
JM
84931999-09-30 Fred Fish <fnf@cygnus.com>
8494
8495 * gdb.texinfo: Document additional forms of specifying section
8496 names and addresses for the add-symbol-file command.
8497
c2c6d25f
JM
84981999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
8499
8500 * gdbint.texinfo: Fix typo, add the word "have".
8501
85021999-09-14 Jim Blandy <jimb@cris.red-bean.com>
8503
8504 * gdbint.texinfo (Target Architecture Definition): Document the
8505 SKIP_PERMANENT_BREAKPOINT macro.
8506
d4f3574e
SS
85071999-09-07 Stan Shebs <shebs@andros.cygnus.com>
8508
8509 * gdb.texinfo: Fiks speling errers.
8510
8511 * gdb.texinfo: Fix uses of @multitable.
8512
f7dc1244 8513 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 8514 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 8515 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
8516 comments about using with optimization, add more indexing,
8517 fix info about disassembly-flavor.
8518
8519Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
8520
8521 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
8522 SKIP_SOLIB_RESOLVER): Define.
8523
8524Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
8525
8526 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 8527 ``g'' packets.
d4f3574e 8528
104c1213
JM
85291999-08-30 Stan Shebs <shebs@andros.cygnus.com>
8530
8531 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
8532 platform-specific info, inline remote.texi and move sections of it
8533 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
8534 and register stack into the new chapter.
8535 * remote.texi: Remove, now part of gdb.texinfo.
8536 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
8537
85381999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
8539
8540 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
8541 GDB_TARGET_IS_MACH386): These kludges have gone away.
8542
8543Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
8544
8545 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 8546 TDEPLIBS.
104c1213 8547
53a5351d
JM
85481999-08-20 Stan Shebs <shebs@andros.cygnus.com>
8549
8550 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
8551 surrounding text to fit HP-UX bits into general info.
8552 (HPPA-cfg.texi): Remove, no longer useful.
8553
8554 * gdb.texinfo: Remove explicit links from @node lines, remove
8555 HP-added "Detailed Node Listing" from main menu which confuses
8556 things.
8557
8558 From Dmitry Sivachenko <dima@Chg.RU>:
8559 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 8560 in description of `set environment'.
53a5351d
JM
8561
85621999-08-17 Stan Shebs <shebs@andros.cygnus.com>
8563
8564 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
8565
7be570e7
JM
85661999-08-12 Ben Elliston <bje@cygnus.com>
8567
8568 * gdbint.texinfo (Breakpoint Handling): Add missing words.
8569
f7dc1244 85701999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
8571
8572 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
8573 watch, awatch, and rwatch. Explain why the latter two cannot be
8574 set as software watchpoints. Document that watchpoints for local
8575 variables are deleted when the debuggee terminates.
7be570e7
JM
8576
8577Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
8578
8579 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
8580 packet. Allow E.. response packet. "qRcmd" packet is no longer
8581 reserved.
7be570e7
JM
8582
85831999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8584
a9331b3f
RM
8585 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
8586 * gdb.texinfo: Ditto.
7be570e7 8587
96baa820
JM
85881999-08-06 Tom Tromey <tromey@cygnus.com>
8589
8590 * gdb.texinfo (KOD): New node.
8591
8592Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
8593
8594 * remote.texi (Rcmd): Fix minor formatting typos.
8595
8596Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
8597
8598 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 8599 packets.
96baa820 8600
adf40b2e
JM
86011999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
8602
8603 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
8604 fixes.
8605
43ff13b4
JM
8606Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
8607
8608 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
8609
085dd6e6
JM
8610Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
8611
8612 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
8613 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
8614 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
8615 packets that are not supported on all hosts. Expand examples.
8616 Spell check.
085dd6e6
JM
8617
86181999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
8619
8620 * Makefile.in: Recognize html, install-html. Add targets
8621 to build HTML versions of documentation via texi2html.
8622
8623Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
8624
8625 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 8626 testsuite.
085dd6e6
JM
8627
8628Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
8629
8630 * remote.texi (Communication Protocol): Rewrite.
8631
8632Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
8633
8634 * stabs.texinfo: Fix uses of xref.
8635
9e0b60a8
JM
8636Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
8637
8638 * gdbint.texinfo: Add an anti-printf exhortation, and update the
8639 info about patch submission.
8640
cce74817
JM
8641Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
8642
8643 From Per Bothner <bothner@cygnus.com>:
8644 * gdb.texinfo: Document Chill support.
8645
8646Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
8647
8648 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
8649 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
8650 Document that the value should be greater-than or equal-to zero.
8651 (NO_STD_REGS): Document. Deprecate.
cce74817 8652
ac9a91a7
JM
8653Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8654
8655 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 8656 Document that these are not used.
ac9a91a7
JM
8657
8658Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8659
8660 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
8661
392a587b
JM
8662Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
8663
8664 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 8665 numargs was dropped.
392a587b
JM
8666
8667Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
8668
8669 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
8670
b83266a0
SS
8671Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
8672
8673 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 8674 Update.
b83266a0 8675
7a292a7a
SS
8676Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
8677
8678 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
8679 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
8680
8681Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
8682
8683 * gdbint.texinfo: Fix typos: $ -> @.
8684
8685Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
8686
8687 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
8688 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
8689 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
8690 BREAKPOINT_FROM_PC.
a9331b3f 8691
7a292a7a
SS
8692Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
8693
8694 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 8695 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
8696
8697Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8698
8699 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 8700 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
8701
87021999-04-02 Stan Shebs <shebs@andros.cygnus.com>
8703
8704 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
8705 longer exists.
8706
8707Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
8708
8709 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
8710 nearly all @ifset/@ifclear conditionals; nobody uses them, and
8711 they make the manual source incomprehensible.
7a292a7a
SS
8712 * h8-cfg.texi: Remove, hasn't been used in years.
8713
c906108c
SS
8714Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
8715
8716 * gdb.texinfo: Update the credits.
8717
8718Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
8719
8720 * gdb.texinfo: Fix mistakes noticed in printout of last
8721 draft, add Alpha to discussion of heuristic fence post.
8722
8723Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
8724
8725 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
8726 Edition, merge some HP changes into mainline, describe some
8727 previously undocumented features, describe more of the target
8728 commands available, eliminate obsolete section on renamed
8729 commands.
c906108c
SS
8730 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
8731
8732Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
8733
8734 * gdb.texinfo: Make many HPPA conditionals unconditional,
8735 including catchpoint description, since now on for all configs.
8736 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
8737 specializations.
8738
8739Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
8740
8741 * Makefile.in (GDBvn.texi): Fix match expression to work with
8742 current format of VERSION in gdb/Makefile.in.
8743 * gdb.texinfo: Fix node ref to match new readline.
8744
8745Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
8746
a9331b3f
RM
8747 * gdb.texinfo: Changes made as part of a project to merge in
8748 changes made by HP. Documentation makes extensive use of
c906108c
SS
8749 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
8750 on remote debugging. There are differences in documentation
889bf7c5 8751 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
8752 the HP manual discusses catchpoints, hardware watchpoints, and
8753 some HPUX specific limitations for shared library support.
a9331b3f 8754
c906108c
SS
8755 There are also a number of @node changes.
8756
87571999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
8758
8759 * gdbint.texinfo (Formatting): Disambiguate a sentence.
8760 (C Usage): Same.
8761
8762Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
8763
8764 The following changes were made by Edith Epstein
889bf7c5
PA
8765 <eepstein@cygnus.com> as part of a project to merge in changes
8766 made by HP.
a9331b3f 8767
c906108c
SS
8768 * HPPA-cfg.texi: new file.
8769
8770 * all-cfg.texi: set HPPA for HP PA-RISC targets.
8771
8772 * refcard.tex: change documentation about catch.
8773 removed info catch.
8774
8775Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
8776
8777 * gdbint.texinfo: Expand on GDB's coding standards,
8778 specify the use of arg names with prototypes.
8779
87801998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
8781
8782 * gdb.texinfo: Fix tipo.
8783
8784Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
8785
8786 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 8787 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
8788
8789Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
8790
8791 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
8792
87931998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
8794
8795 * agentexpr.texi: New file.
8796
8797Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
8798
8799 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
8800
88011998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
8802
8803 * remote.texi: Changed wording that implied that the GDB remote
8804 protocol caches register values instead of GDB itself.
8805
8806Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
8807
8808 * gdbint.texinfo: Add some info about symbol readers.
8809 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
8810 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
8811 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
8812 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
8813
8814Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
8815
a9331b3f 8816 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
8817
8818Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
8819
8820 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
8821
8822Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
8823
8824 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 8825 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
8826
8827Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
8828
8829 * gdbint.texinfo: Fix minor typos.
8830
8831Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
8832
8833 * gdbint.texinfo: Complete overhaul. Group descriptions more
8834 logically, add more info on generic algorithms, remove much
8835 obsolete and/or wrong material.
8836
8837Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
8838
8839 * stabs.texinfo (Method Type Descriptor): Expand and correct.
8840
8841Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
8842
8843 * refcard.tex: Copyright, address updates.
8844
8845Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
8846
8847 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
8848 for the edition instead of confusing GDB-version-like numbers.
8849
8850Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
8851
8852 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
8853
8854Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
8855
5ae4183a 8856 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
8857
8858Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
8859
8860 * gdb.texinfo: Add some credits, mention bug monitor.
8861 * remote.texi: Mention mips monitor targets.
8862 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 8863
c906108c
SS
8864Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
8865
8866 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
8867 files, finish sorting of host vs target vs native macros, describe
8868 some more of them.
c906108c
SS
8869
8870Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
8871
8872 * gdbint.texinfo (Host Conditionals): Document change from
8873 using NO_MMALLOC to it's inverse, USE_MMALLOC.
8874
8875Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
8876
8877 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 8878 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
8879
8880Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
8881
8882 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
8883 Document LSEEK_NOT_LINEAR.
8884
8885Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
8886
8887 * stabs.texinfo (Stab Section Basics): Make it clear that only
8888 some versions of the GNU linker remove the leading N_UNDF symbol.
8889
8890Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
8891
8892 * stabs.texinfo (String Field): Document type number pairs here,
8893 instead of in the Sun specific section.
8894 (Include Files): The GNU linker supports the N_BINCL
8895 optimization. Clarify the N_BINCL value, and what it is used
8896 for.
8897 (Procedures): Document N_FUN with an empty string to mark the end
8898 of a function.
8899 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
8900 (Sun Differences): Remove this node, as the information is now
8901 elsewhere in the main document.
8902 (Stab Section Basics): Mention that the GNU linker may optimize
8903 stabs and remove the leading N_UNDF symbol.
8904
8905Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
8906
8907 * gdb.texinfo, refcard.tex: Restore author credit
8908
8909Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
8910
8911 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
8912 documentation to account for START and END macros taking
8913 one arg.
8914
8915Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
8916
8917 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
8918 * gdb.texinfo (Frames): Fix typo.
8919
8920Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
8921
8922 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
8923 a target_signal as arg type, not a pid.
8924
8925Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
8926
8927 * gdb.texinfo: Document `set assembly-language'.
8928
8929Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
8930
8931 * remote.texi: Update list of stubs in the GDB distribution.
8932
8933Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
8934
8935 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
8936 Also document that some systems can use mmalloc but must define
8937 this if their C runtime allocates memory that is later freed.
c906108c 8938 (MMCHECK_FORCE): Document new macro.
a9331b3f 8939
c906108c
SS
8940Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
8941
8942 * remote.texi: Add documentation for target Sparclet.
8943
8944Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8945
a9331b3f 8946 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
8947 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
8948 * configure.in: Rewritten for autoconf.
8949 * configure: New.
8950
8951Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
8952
8953 * Makefile.in (DVIPS): New define, set to dvips.
8954 (dvi): Add stabs.dvi.
8955 (ps): New target.
8956 (all-doc): Depend on info, dvi, and ps targets.
8957 (STAGESTUFF): Add *.ps and *.dvi files.
8958 (clean-info, clean-dvi): Remove.
8959 (mostlyclean): Does not depend upon clean-info or clean-dvi,
8960 rules completely rewritten.
8961 (maintainer-clean): Remove clean-info and clean-dvi
8962 dependencies and put their actions in the rules.
8963 (gdb.ps): New target
a9331b3f 8964 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
8965 intermediate TeX files, whether they have 2 or 3 character
8966 extensions.
8967 (gdbint.ps): Add target and rules.
8968 (gdb-internals): Delete unused target.
8969 (Makefile): Depends upon config.status also.
8970
8971Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
8972
8973 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
8974 set.
8975
8976Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
8977
8978 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
8979 * gdb.texinfo (Expressions): Fix erroneous array constant example.
8980
8981Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
8982
8983 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
8984
8985Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8986
8987 * gdb.texinfo (Print settings): Document
8988 `set/show print static-members' commands.
8989
8990Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
8991
8992 * gdbint.texinfo (Native): Document name change, coredep.c to
8993 core-aout.c.
8994
8995Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
8996
8997 * stabs.texinfo (Include Files): Document the values the SunOS4
8998 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
8999
9000Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
9001
9002 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
9003 Fix typo.
9004
9005Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
9006
9007 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
9008 "gdb.tar.Z".
9009
9010Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
9011
9012 * Makefile.in (maintainer-clean): New target, synonym for
9013 realclean.
9014
9015Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
9016
9017 * Update all FSF addresses except those in COPYING* files.
9018
9019Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
9020
9021 From Richard Earnshaw (rearnsha@armltd.co.uk):
9022 * gdb.texinfo (convenience variables): Document $_exitcode.
9023 (quit): Document optional expression to use as exit code.
9024
9025Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
9026
9027 * gdb.texinfo, remote.texi: Brought up to date with various
9028 GDB changes.
9029
9030Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
9031
9032 * gdb.texinfo: Update dates and versions, fix comments about
9033 hardware watchpoints in future releases and about the
9034 sharedlibrary command.
9035
9036Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9037
9038 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
9039 C_FUN stab. Other cleanups.
9040
9041Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9042
9043 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
9044 for the sparc stub.
9045
9046Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9047
9048 * annotate.texi: Clarify which addresses have differing formats
9049 depending on the language and which do not.
9050
9051Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9052
9053 * remote.texi (NetWare): Changed example to use BOARD= instead of
9054 NODE= argument to reflect correspoding change to gdbserve.nlm.
9055
9056Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9057
9058 * stabs.texinfo (Negative Type Numbers): Mention the fact that
9059 GDB, as well as AIX dbx, supports the size type attribute.
9060
9061Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9062
9063 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
9064
9065Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
9066
9067 * gdb.texinfo (Define): Document $arg0... arguments to commands,
9068 and new 'if' and 'while' commands.
9069
9070Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
9071
9072 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
9073
9074Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9075
9076 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
9077 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
9078 NetWare targets. Mostly stolen from the Server node.
9079
9080Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9081
9082 * gdb.texinfo (Setting): Talk about the language of a source file
9083 versus the working language. The old documentation did not match
9084 what GDB did.
9085
9086Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9087
9088 * stabs.texinfo (Source Files): Document N_SO used to mark the end
9089 of a source file.
9090
9091Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9092
9093 * gdb.texinfo (Processes): New node.
9094
9095Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
9096
9097 * remote.texi: Update documentation of set/show mipsfpu.
9098
3fc11d3e
JM
9099Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
9100
9101 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
9102 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
9103
9104Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
9105
9106 * gdbint.texinfo: Removed mentions of some incorrectly placed and
9107 obsolete conditionals, described some others.
9108
9109Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9110
9111 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
9112 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
9113
9114Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
9115
9116 * gdbint.texinfo: Put regex conditionals in their own table.
9117
9118Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
9119
9120 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
9121 described or fixed the descriptions of many others.
9122
9123Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
9124
9125 * gdb.texinfo: Add some more credits.
9126 * gdbint.texinfo: Capitalize GDB consistently, describe some
9127 macros and remove some.
9128
9129Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
9130
9131 * gdbint.texinfo: Removed mentions of many incorrectly placed and
9132 obsolete conditionals, described some others.
9133
9134Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9135
9136 * gdb.texinfo (help targets): Changed to `help target', which
9137 is the correct gdb command.
9138
9139Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9140
9141 * annotate.texi (TODO): New node, for keeping track of annotations
9142 suggested but not yet implemented.
9143
9144Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9145
9146 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
9147 another symbol, it is not the address itself.
9148
9149Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
9150
9151 * stabs.texinfo (Stab Section Basics): Add comment about alignment
9152 of stabs-in-coff sections.
9153
9154Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9155
9156 * annotate.texi: Change edition to 0.5 and date to May 1994.
9157 Add index.
9158 (Frames): New node, for frame annotation.
9159 (Displays): New node, for display annotation.
9160
9161 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
9162 when waiting for your program to stop.
9163
9164Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9165
9166 * annotate.texi (Breakpoint Info): Document annotation of header
9167 fields and record annotation.
9168
9169Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9170
9171 * annotate.texi: New file, to document annotations.
9172
9173Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9174
9175 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
9176 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
9177
9178Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9179
9180 * stabs.texinfo (Stab Section Basics): Say what is in .stab
9181 section, and say n_strx field is compilation unit relative.
9182 * stabs.texinfo: Don't use @code for a.out when it is the name of
9183 an object file format.
9184
9185Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9186
9187 * gdb.texinfo: Refer to file names, not path names, per rms
9188 convention.
9189 (Arguments): Fix typo.
9190
9191Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9192
9193 * stabs.texinfo (Global Variables): Talk about stabs in files
9194 where variables are referenced, but not defined.
9195
9196Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9197
9198 * stabs.texinfo: Move stuff on @ and # type descriptors from node
9199 Cplusplus to new nodes Member Type Descriptor and Method Type
9200 Descriptor. Re-write stuff for #.
9201
9202Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9203
9204 * gdb.texinfo (Print Settings): Don't document "set print
9205 fast-symbolic-addr off". The bug which it worked around was fixed
9206 on 25 Feb 94 in coffread.c, so I'm nuking the command.
9207
9208 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
9209 N_ENTRY node.
9210
9211 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
9212
9213Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9214
9215 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
9216 references to ieee-float.c.
9217
9218Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9219
9220 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
9221 match what the code actually does.
9222
9223Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9224
9225 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
9226
9227Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9228
9229 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
9230 i, and b.
9231
9232Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
9233
9234 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
9235 well as for ELF and SOM. Unify the descriptions of ELF and SOM
9236 as "stabs in sections" rather than just saying "ELF and SOM".
9237 Also make that stuff apply to COFF.
9238
9239Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9240
9241 * gdb.texinfo (Formatting Documentation): Change GhostScript to
9242 Ghostscript.
9243
9244Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9245
9246 * gdb.texinfo (Continuing and Stepping): When talking about "step"
9247 versus functions without line numbers, also mention stepping into
9248 them as well as "step" when you are in them. Tell the user how to
9249 deal with the situation. Add comment about "debugging information".
9250
9251Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9252
9253 * stabs.texinfo (Enumerations): Document restriction on where
9254 enumeration types can appear and still win with GDB.
9255
9256Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9257
9258 * stabs.texinfo (Negative Type Numbers): Document format for type
9259 -16.
9260
9261Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9262
9263 * gdb.texinfo (Selection, Frame Info): Update information about
9264 arbitrary frame specficiations.
9265
9266Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
9267
9268 * gdb.texinfo, remote.texi: general editing pass prior to Net release
9269
9270Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9271
9272 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
9273
9274Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
9275
9276 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
9277
9278Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9279
9280 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
9281 Differences node to Statics node.
9282 (Statics): Discuss XCOFF use of V symbol descriptor.
9283
9284 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
9285 not clean.
9286
9287Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
9288
9289 * gdb.texinfo (Print Settings): Document `set print
9290 fast-symbolic-addr' and improve the doc for some other
9291 `set print's.
9292
9293Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9294
9295 * stabs.texinfo (String Field): Talk about defining several type
9296 numbers at once.
9297 Fix lint regarding changing node ELF Transformations to
9298 ELF and SOM Transformations.
9299
9300Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
9301
9302 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
9303
9304Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9305
9306 * stabs.texinfo (Cross-References): `::' is for nested types only
9307 within <>.
9308 (Structures): Document static members.
9309
9310Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9311
9312 * stabs.texinfo: Document S type attribute.
9313
9314Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
9315
9316 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
9317
9318Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
9319
9320 * gdbint.texinfo: Fix a few typos.
9321
9322Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9323
9324 * gdb.texinfo, remote.texi: formatting improvements
9325
9326 * gdb.texinfo (New Features): mention threads.
9327 (Summary, C): fix xrefs in newly contributed text.
9328 (Threads): index entries, clarifications, example
9329 (passim): minor typos fixed, phrasing improvements
9330
9331 * remote.texi (Bootstrapping): rephrase text on ^C and add index
9332 entries; (Server): explain use of gdbserver w/real-time systems,
9333 add example of conflicting TCP port; (MIPS Remote) break up
9334 running text into table, highlighting commands, and add example.
a9331b3f 9335
c906108c
SS
9336Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9337
9338 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
9339
9340Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9341
9342 * stabs.texinfo (Nested Symbols): New node.
9343 (String Field, Symbol Descriptors, Cross-References): Refer to it.
9344
9345Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9346
9347 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
9348 to picking which Bbss.bss symbol to use, and (because there seems to
9349 be no good way of doing it) re-write some of the text to make it
9350 sound like Bbss.bss isn't such a great idea after all (as currently
9351 designed).
9352
9353 * gdb.texinfo (C): In addition to saying people have to use g++ for
9354 good results, say they have to use stabs. Specifically say cfront
9355 doesn't work well.
9356 (Summary): Merge in information on Modula-2, Pascal, and Chill from
9357 the gdb README. Add xrefs to places where the support for the various
9358 languages is described in detail.
9359
9360Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9361
9362 * stabs.texinfo: Clean up stuff about visibility and virtual
9363 characters.
9364
9365 * stabs.texinfo (N_M2C): Cite Sun doc.
9366
9367Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9368
9369 * gdb.texinfo: updates re threads.
9370 * remote.texinfo: avoid index entries starting with digits.
9371
9372Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9373
9374 * stabs.texinfo (Enumerations): Talk about large, negative and
9375 octal values. Clean up cross reference to type attributes.
9376 (String Field): Say that GDB 4.11 supports size attribute.
9377
9378Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9379
9380 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
9381 is a mandatory step. Make the stuff about that more concise.
9382
9383Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9384
9385 * stabs.texinfo (Class Names): New node.
9386
9387 * gdb.texinfo (Command Files): Explain order of init file reading.
9388
9389 * remote.texi (Bootstrapping): Talk about getting the serial driver
9390 to deal with ^C sent by gdb to stop the remote system.
9391
9392Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
9393
9394 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
9395
9396 * libgdb.texinfo (Defining Commands): made the DOC arg
9397 to gdb_define_app_command a char * instead of char **
9398 per a suggestion from kingdon.
9399
9400 * libgdb.texinfo: total rewrite from a different starting
9401 premise.
9402
9403Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9404
9405 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
9406 floats passed as doubles (to improve clarity).
9407
9408Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9409
9410 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
9411
9412 * a4rc.sed: update to work with Andreas Vogel papersize params
9413
9414 * refcard.tex: use Andreas Vogel simplifications of papersize
9415 params; remove useless version info; update copyright date.
9416
9417Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9418
9419 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
9420
9421Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9422
9423 * gdb.texinfo (Files): Say what address the load command loads it at.
9424
9425 * stabs.texinfo (Common Blocks): Minor cleanups.
9426
9427 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
9428 that Sun has backed away from the linker kludge and thus the relevant
9429 issue is changes to the SunPRO tools, not the Solaris linker.
9430
9431 * stabs.texinfo (Traditional Integer Types): Clean up description
9432 of octal bounds a little bit. Document extra leading zeroes.
9433
9434Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9435
9436 * gdb.texinfo (Signaling): Update for symbolic symbol names
9437 and add a section explaining the difference between the GDB
9438 signal command and the shell kill utility.
9439
9440Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
9441
9442 * libgdb.texinfo: added `@' to braces that were unescaped.
9443
9444Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
9445
9446 * libgdb.texinfo: new file. Spec for the gdb library.
9447
9448Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9449
9450 * stabs.texinfo (Include Files): Fix typo (start -> end).
9451
9452Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9453
9454 * gdb.texinfo, remote.texi: assorted small improvements, mostly
9455 from Melissa at FSF's editing pass.
9456
9457Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9458
9459 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
9460 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
9461 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
9462
9463Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9464
9465 * remote.texi (Bootstrapping): Discuss 386 call gates.
9466
9467Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9468
9469 * stabs.texinfo (Based Variables): New node.
9470
9471Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
9472
9473 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
9474 names, sizes, and formats to suggest how not to lose.
9475
9476Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9477
9478 * stabs.texinfo (Methods): Fix typo.
9479
9480Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9481
9482 * gdb.texinfo: Fix a few typos.
9483
9484Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9485
9486 * gdb.texinfo: Clarify how well it works with Fortran.
9487
9488 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
9489 More on relocating stabs in ELF files.
9490
9491Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9492
9493 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
9494
9495Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9496
9497 * stabs.texinfo (Local Variable Parameters): Talk about nameless
9498 parameters on VAX.
9499
9500Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9501
9502 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
9503
9504Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9505
9506 * stabs.texinfo: Make info author notice match the TeX author notice.
9507
9508Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9509
9510 * stabs.texinfo: Initial-caps all words in node names and
9511 non-trivial words in section names.
9512
9513Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9514
9515 * stabs.texinfo: Many minor cleanups.
9516
9517 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
9518
9519Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
9520
9521 * stabs.texinfo: Remove full description of big example.
9522 It's not really helpful; just use pieces of it where appropriate.
9523 Add more Texinfo formatting directives (@samp, etc.).
9524 Use @deffn to define stab types.
9525 Eliminate some wordiness. Break up some nodes.
9526 Add an (alphabetized) index of symbol types.
9527 Use consistent capitalization style in node and section names.
9528
9529Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
9530
9531 * gdb.texinfo: Change typo "Two two" to "The two".
9532
9533Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9534
9535 * stabs.texinfo (XCOFF-differences): Remove references to
9536 non-existent types N_DECL and N_RPSYM.
9537
9538 * stabs.texinfo (String Field): Say that type attributes bug is
9539 fixed in GDB 4.10, since it is.
9540
9541 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
9542
9543Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
9544
9545 * stabs.texinfo: Formatting cleanups.
9546
9547Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9548
9549 * stabs.texinfo: When explaining the n_type of a stab, standardize
9550 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
9551 no tabs, use @r).
9552 (Global Variables): Clean up.
9553
9554Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9555
9556 * stabs.texinfo (Stack Variables): Re-write.
9557
9558Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9559
9560 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
9561 addresses of a source file. Also revise formatting.
9562 Change "object module" or "object file" to "source file".
9563 Various: Miscellaneous cleanups.
9564
9565Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9566
9567 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
9568
9569Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
9570
9571 * gdbint.texinfo: Removed many nonsensical machine-collected
9572 host and target conditionals, described some of the remainder.
9573
9574Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9575
9576 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
9577
9578 * gdbint.texinfo (Top): Add name to @top line, and re-write the
9579 paragraph which follows.
9580
9581 * gdbint.texinfo (Host): Use @code not @samp for Makefile
9582 variables. Looks better and avoids overful hbox.
9583
9584Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9585
9586 * stabs.texinfo (Procedures): Improve stuff on nested functions.
9587
9588Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9589
9590 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
9591 retransmit-timeout
9592
9593Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9594
9595 * gdbint.texinfo: Update statement about `some ancient Unix
9596 systems, like Ultrix 4.0' to Ultrix 4.2.
9597
9598Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
9599
9600 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
9601
9602 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
9603
9604 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
9605 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
9606
9607 * remote.texi: new name for former gdbinv-s.texi
9608
9609 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
9610
9611Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
9612
9613 * gdbinv-s.texi: Documented timeout and retransmit-timeout
9614 variables for MIPS remote debugging protocol.
9615
9616Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9617
9618 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
9619
9620Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9621
9622 * Makefile.in (refcard.dvi): Use srcdir where necessary.
9623
9624Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
9625
9626 * gdb.texinfo: repair conditional bugs in text markup
9627
9628Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9629
9630 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
9631 to select Modula-2 material.
9632
9633Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9634
9635 * stabs.texinfo: Cleanups regarding statics.
9636
9637 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
9638 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
9639
9640Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9641
9642 * stabs.texinfo: N_MAIN is sometimes used for C.
9643
9644Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9645
9646 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
9647
9648Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
9649
9650 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 9651 removed from the code by Kingdon.
c906108c
SS
9652
9653Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9654
9655 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
9656 input when evaluating breakpoint conditions; the bug has been fixed.
9657
9658 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
9659 sets the ignore count to N-1, not to N.
9660
9661Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9662
9663 * refcard.tex (\hoffset): correct longstanding error to match
9664 intended offset; avoids cutting off edge on some printers
9665
9666Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9667
9668 * stabs.texinfo (Parameters): Say that order of stabs is significant.
9669
9670Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9671
9672 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
9673
9674Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9675
9676 * Makefile.in: (REFEDITS) new var to control whether PS or CM
9677 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
9678 collect sed edits if any, apply to refcard before formatting;
9679 (refcard.ps) stop implying PS fonts if PS output requested;
9680 (lrefcard.ps) delete extra target for variant PS fonts
9681
9682 * refcard.tex: parametrize papersize dependent info, collect
9683 in easily replaced spot
9684
9685 * a4rc.sed: new file, edits to refcard for A4 paper
9686
9687Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9688
9689 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
9690
9691Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9692
9693 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
9694
9695Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9696
9697 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
9698 politely rather than rudely.
9699
9700Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9701
9702 * stabs.texinfo: Document common blocks.
9703
9704Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
9705
9706 * stabs.texinfo: Add some basic info about stabs-in-elf.
9707
9708Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9709
9710 * stabs.texinfo (Top): Minor cleanup.
9711
9712Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
9713
9714 * Makefile.in (install-info): remove parentdir support
9715
9716Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9717
9718 * gdb.texinfo (Copying): delete this node and references to it;
9719 RMS says this manual need not carry GPL. (passim): Improvements
9720 from last round at FSF, largely due to Ian Taylor review, and
9721 minor formatting improvements.
9722
9723 * gdbinv-s.texi (passim): Improvements from last round at FSF,
9724 largely due to Ian Taylor review. (Debug Session): minor edits to
9725 new text.
9726
9727Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
9728
9729 * Makefile.in (realclean): Remove info and dvi files too.
9730
9731Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
9732
9733 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
9734 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
9735 * gdb.texinfo: Change accordingly.
9736
9737 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
9738 N_{L,R}BRAC,N_SLINE are relative to.
9739
9740Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
9741
9742 * Makefile.in (GDBvn.texi): Update atomically.
9743
9744Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
9745
9746 * gdbinv-s.texi (Debug Session): Document exceptionHook.
9747
9748Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
9749
9750 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
9751 addresses together. Also motivate the set print symbol-filename
9752 command and suggest other solutions.
9753
9754Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
9755
9756 * gdb.texinfo (set print elements): Note that the number of
9757 elements is set to unlimited by "set print elements 0".
9758
9759Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
9760
9761 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
9762 NF_LDOUBLE means.
9763 (Stab Types): Include Solaris stab types.
9764 (Procedures): Document Solaris extensions.
9765
9766Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9767
9768 * gdb.texinfo: Add `set print symbol-filename' doc.
9769
9770Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9771
9772 * stabs.texinfo (Arrays): Talk about type definition vs. type
9773 information.
9774
9775 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
9776 the trailing semicolon.
9777
9778Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9779
9780 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
9781 and merge in other parts of the document addressing these subjects.
9782 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
9783
9784 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
9785 at the end of a range type.
9786
9787 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
9788 AIX extensions.
9789
9790Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9791
9792 * stabs.texinfo (Stabs Format): Misc fixes.
9793
9794Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9795
9796 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
9797 (Traditional builtin types): Document convex convention for long long.
9798 (Negative builtin types): Discuss type names, and misc fixes.
9799
9800Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9801
9802 * stabs.texinfo (Builtin Type Descriptors): Document the floating
9803 point types used with @samp{R} type descriptor.
9804 (Symbol Descriptors): Describe how to handle conflict between
9805 different meanings of @samp{P} symbol descriptor.
9806
9807Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9808
9809 * stabs.texinfo: Remove node Quick Reference and put its children
9810 directly under the main menu.
9811
9812 * stabs.texinfo: Many more changes to bring it into line with
9813 AIX documentation and reality. I think it now has all the
9814 information from the AIX documentation, except that I burned
9815 out when I got to variant records (Pascal and Modula-2) and
9816 all the COBOL types. Oh well, we can add them later when we're
9817 worrying more about those languages.
9818
9819 * stabs.texinfo (Automatic variables): Talk about what it means
9820 to omit the symbol descriptor.
9821
9822Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9823
9824 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
9825 gcc2 behavior with promoted args.
9826
9827Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9828
9829 * gdb.texinfo: include readline appendices in info version of manual
9830
9831Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9832
9833 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
9834 target remote.
9835
9836 * gdb.texinfo (Machine Code): more index entries for disassemble
9837
9838Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
9839
9840 * Clarify the intended use of the gdb-testers and gdb-patches
9841 mailing lists, and shrink gzip comment.
9842
9843Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9844
9845 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
9846 DOSHOST configuration of manual.
9847
9848 * gdb.texinfo (MIPS Stack): new node.
9849
9850 * all-config.texi (MIPS) new switch.
9851
9852 * gdbinv-s.texi (Nindy Options) Remove two instances of future
9853 tense; (MIPS Remote) new node.
9854
9855 * gdb.texinfo (passim) rephrases to work around makeinfo @value
9856 bug; (Environment) less passive, other small cleanups in text about
9857 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
9858 (Remote) new MIPS Remote menu entry.
9859
9860Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
9861
9862 * stabs.texinfo: Many changes to include information from the
9863 AIX documentation.
9864
9865 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
9866
9867Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
9868
9869 * gdbint.texinfo (new node Debugging GDB, elsewhere):
9870 Move a bunch of information from ../README.
9871 (Getting Started): New node.
9872
9873Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9874
9875 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
9876
9877 * gdb.texinfo: advance manual revision dates to present
9878
9879 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
9880 stop using silly Roman numerals in @set variable names
9881
9882Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
9883
9884 * stabs.texinfo (Parameters): Keep trying to get this right.
9885
9886Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
9887
9888 * stabs.texinfo (Parameters): More on "local parameters".
9889
9890Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
9891
9892 * stabs.texinfo (Parameters): Re-do "local parameters" section.
9893
9894Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
9895
9896 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
9897 (Parameters): Rewrite.
9898 (xcoff-differences, Sun-differences): Minor changes.
9899
9900Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
9901
9902 * stabs.texinfo: Minor cleanup.
9903
9904Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
9905
9906 * gdbint.texinfo: Minor xcoff stuff.
9907
9908Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
9909
9910 * gdbint.texinfo: Update for new config directory structure.
9911 Add info about internal type data structures.
9912
9913Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
9914
9915 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
9916 $(srcdir).
9917 (gdb-config.texi): Depend on file in $(srcdir).
9918
9919Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
9920
9921 * stabs.texinfo: Fixes about N_SO.
9922
9923Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9924
9925 * gdb.texinfo: include list of nonstandard init file names
9926
9927 * *-config.texi: new switch GENERIC for text that applies *only*
9928 to (usual) multiple-target version of manual
9929
9930 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
9931 h8 config
9932
9933 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
9934 in menus (rather than conditionally selected multiple alternative
9935 menus).
9936
9937 * Makefile.in: define and use DOC_CONFIG var to select
9938 configuration for GDB user manual.
9939
9940 * gdb-config.texi: delete from repository, generate from Makefile.
9941
9942 * all-config.texi: normal `generic' configuration file, formerly
9943 stored as gdb-config.texi
9944
9945Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
9946
9947 * Makefile.in: add dvi target to build all .dvi files
9948
9949Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9950
9951 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
9952
9953Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
9954
9955 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
9956 host conditionals.
9957 * stabs.texinfo: More array fixes inspired by Jim's.
9958
9959Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
9960
9961 * stabs.texinfo: Fixes re arrays and continuations.
9962
9963 * gdbint.texinfo: Add XCOFF node.
9964
9965Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
9966
9967 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
9968
9969Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
9970
9971 * stabs.texinfo: Fix for array types to mention lower bounds.
9972
9973Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
9974
9975 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
9976
9977Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
9978
9979 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
9980
9981Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
9982
9983 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
9984 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
9985
9986Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
9987
9988 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
9989
9990Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9991
9992 * gdb.texinfo, gdbinv-s.texi: misc updates
9993
9994Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
9995
9996 * gdbint.texinfo: Brief documentation for longjmp support,
9997 from an email msg by Stu.
9998
9999Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
10000
10001 * stabs.texinfo: Fix description of floating point "range"
10002 types (which really define basic types). Reported by Jim Meehan,
10003 <meehan@src.dec.com>.
10004
10005 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
10006
10007Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
10008
10009 * gdbint.texinfo: Slightly expand section on supporting a new
10010 object file format.
10011
10012Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
10013
10014 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
10015 intermediate file.
10016
10017Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10018
10019 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
10020
10021Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10022
10023 * gdbinv-s.texi: z8000 simulator target name is just "sim"
10024
10025 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
10026 as well as Z8002.
10027
10028Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
10029
10030 * gdbint.texinfo: Add sections on clean design and on how to send
10031 in changes.
10032
10033Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
10034
10035 * gdbint.texinfo: Add how to declare the result of make_cleanup.
10036
10037Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
10038
10039 * gdb.texinfo: Fix typo, reported by Karl Berry.
10040
10041Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
10042
10043 * gdb.texinfo: Add opcodes dir to GDB distribution description.
10044
10045Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10046
10047 * gdbint.texinfo: fixed a stray email address (needs @@),
10048 added @table @code to node "Native Conditionals"
10049
10050Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
10051
10052 * gdbint.texinfo: Describe coding style of GDB.
10053
10054Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
10055
10056 * stabs.texinfo: Minor wording changes.
10057
10058Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
10059
10060 * gdbint.texinfo: Improve release doc slightly.
10061
10062Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
10063
10064 * gdbint.texinfo: Improve doc of GDB config macros.
10065
10066Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
10067
10068 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
10069 These will be reinserted when examined.
10070
10071Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
10072
10073 * gdbint.texinfo: Make a start at documenting all the #if macros
10074 in GDB. At least list them all, and start separating them into
10075 host-specific and target-specific.
10076
10077Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10078
10079 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 10080 examples (not consistent w others).
c906108c
SS
10081 gdb.texinfo: issue disclaimer paragraph on cmdline options only
10082 for generic vn of doc
10083
10084Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
10085
10086 * Makefile.in: always create installation directories.
10087
10088Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10089
10090 * gdb.texinfo: in h8 config, do not describe searching commands.
10091
10092Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10093
10094 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
10095 conditionals; introduce a few generic switches that may be
10096 useful for other cross-dev or dos-hosted configs.
10097
10098 * gdb.texinfo: fix typo in "info reg" description
10099
10100Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
10101
10102 * stabs.texinfo: Minor updates from running TeX over it.
10103 * Makefile.in (stabs.dvi, stabs.ps): Add.
10104
10105Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
10106
10107 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
10108 First pass at converting it to texinfo.
10109
10110Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
10111
10112 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
10113 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
10114
10115Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
10116
10117 * gdbint.texinfo: Add section on partial symbol tables.
10118
10119Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
10120
10121 * gdb.texinfo: document `set remotedebug' and `set
10122 rstack_high_address'.
10123
10124Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10125
10126 * gdb.texinfo: slight expansion of new text on reading info files
10127 * gdbinv-s.m4.in: correct and expand info on cross-debugging
10128 H8/300 from DOS.
10129
10130Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
10131
10132 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
10133
10134Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
10135
10136 * gdb.texinfo: Say how to read the `info' files.
10137
10138Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
10139
10140 * Makefile.in: gm4 -> m4.
10141
10142Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
10143
10144 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
10145 Documentation' ahead of `Installing GDB' to match README.
10146 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 10147 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
10148
10149Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
10150
10151 * Makefile.in: remove $(srcdir) from gdb.info rule.
10152
10153Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10154
10155 * Makefile.in: commented out gdb-all.texinfo rule. This is
10156 temporary.
10157
10158Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
10159
10160 * Makefile.in, configure.in: removed traces of namesubdir,
10161 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 10162 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
10163
10164Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
10165
10166 * gdb.texinfo: Improve how we ask for bug reports.
10167
10168Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10169
10170 * Makefile.in: infodir belongs in datadir.
10171
10172Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10173
10174 * Makefile.in: remove spaces following hyphens, bsd make can't
10175 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 10176 standards.text support.
c906108c
SS
10177
10178Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10179
10180 * Makefile.in: idestdir and ddestdir go away. Added copyrights
10181 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
10182 and mandir now keyed off datadir by default.
10183
10184\f
10185Local Variables:
9e9c5ae7 10186mode: change-log
c906108c
SS
10187left-margin: 8
10188fill-column: 74
10189version-control: never
10190End: