2013-04-29 Alexander Ivchenko <alexander.ivchenko@intel.com>
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
5360976e
PA
12013-04-19 Pedro Alves <palves@redhat.com>
2
3 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
4 "signedness" instead of "signness".
5
bd3f3b55
PA
62013-04-19 Pedro Alves <palves@redhat.com>
7
8 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
9 -Wno-pointer-sign text with text on -Wpointer-sign.
10
dee368d3
TT
112013-04-16 Tom Tromey <tromey@redhat.com>
12
13 * gdb.texinfo (Set Catchpoints): Mention earliest version of
14 GCC that has the SDT probe points.
15
cc16e6c9
TT
162013-04-15 Tom Tromey <tromey@redhat.com>
17
18 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
19 exception catchpoints.
20
72f1fe8a
TT
212013-04-15 Tom Tromey <tromey@redhat.com>
22
23 * gdb.texinfo (Set Catchpoints): Document $_exception.
24 (Convenience Vars): Mention $_exception.
25
591f19e8
TT
262013-04-15 Tom Tromey <tromey@redhat.com>
27
28 * gdb.texinfo (Set Catchpoints): Reorganize exception
29 catchpoints. Document "catch rethrow".
30 (Debugging C Plus Plus): Mention "catch rethrow".
31
02ae6bad
TT
322013-04-15 Tom Tromey <tromey@redhat.com>
33
34 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
35
2c91021c
JK
362013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
37 Eli Zaretskii <eliz@gnu.org>
38
39 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
40 line below the sample output.
41
6eaaf48b
EZ
422013-04-12 Eli Zaretskii <eliz@gnu.org>
43
44 * gdb.texinfo (Mode Options): Document '-configuration'.
45 (Help): Document "show configuration".
46 (Bug Reporting): Add requirements to include the configuration
47 details in bug reports.
48
b292c783
JK
492013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
50
51 * Makefile.in (MAN1S): Add gcore.1.
52 Remove "Host, target, and site specific Makefile fragments" comment.
53 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
54 (install-man1, uninstall-man1): Conditionalize gcore.1.
55 (gcore.1): New.
56 * gdb.texinfo (Man Pages): Add gcore man.
57 (gcore man): New node.
58
f81d1120
PA
592013-04-10 Pedro Alves <palves@redhat.com>
60
61 * gdb.texinfo (Process Record and Replay): Document that "set
62 record full insn-number-max", "set record
63 instruction-history-size" and "set record
64 function-call-history-size" accept "unlimited".
65 (Backtrace): Document that "set backtrace limit" accepts
66 "unlimited".
67 (List): Document that "set listsize" accepts "unlimited".
68 (Print Settings)" Document that "set print max-symbolic-offset",
69 "set print elements" and "set print repeats" accept "unlimited".
70 (Starting and Stopping Trace Experiments): Document that "set
71 trace-buffer-size" accepts "unlimited".
72 (Remote Configuration): Document that "set tcp connect-timeout"
73 accepts "unlimited".
74 (Command History): Document that "set history size" accepts
75 "unlimited".
76 (Screen Size): Document that "set height" and "set width" accepts
77 "unlimited". Adjust "set pagination"'s description to suggest
78 "set height unlimited" instead of "set height 0".
79
393fd4c3
YQ
802013-04-10 Yao Qi <yao@codesourcery.com>
81
82 * gdb.texinfo (Trace Files): Add "target ctf".
83
cba5a7bf
JK
842013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
85
86 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
87
0ed630cb
JK
88 * Makefile.in (install-man1, install-man5, uninstall-man1)
89 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
90
afe1492b
JK
91 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
92
5b8b6385
JK
932013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
94 Eli Zaretskii <eliz@gnu.org>
95
96 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
97 parameters order. Remove "On some targets" for --attach. Document the
98 --multi parameter and extended-remote command. Document all the
99 options.
100
906ccdf0
JK
1012013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
102
103 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
104 the list of supported languages.
105
43662968
JK
1062013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
107
108 Convert man pages to texinfo, new gdbinit.5 texinfo page.
109 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
110 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
111 (diststuff): Add man.
112 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
113 (uninstall-man5): New.
114 (STAGESTUFF): Add *.1 and *.5.
115 (GDBvn.texi): Add SYSTEM_GDBINIT.
116 (gdb.1, gdbserver.1, gdbinit.5): New.
117 (maintainer-clean realclean): Add $(MANS).
118 (install): Add install-man.
119 (uninstall): Add uninstall-man.
120 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
121 (@copying): Wrap it by @c man begin COPYRIGHT.
122 (Top): Add Man Pages.
123 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
124
be9a8770
PA
1252013-04-02 Pedro Alves <palves@redhat.com>
126
127 * gdb.texinfo (Debugging Output): Document "set/show debug
128 aarch64", "set/show debug coff-pe-read" and "set/show debug
129 mach-o".
130
a46c1e42
PA
1312013-04-02 Pedro Alves <palves@redhat.com>
132
133 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
134 table>: Add entry for "trace-buffer-size".
135
bd3eecc3
PA
1362013-03-28 Pedro Alves <palves@redhat.com>
137
138 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
139 table>: Add entry for "trace-status".
140
215b9f98
EZ
1412013-03-28 Eli Zaretskii <eliz@gnu.org>
142
143 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
144 @bullet", which is invalid (makeinfo 5.1 barfs).
145
7f7cc265
PA
1462013-03-28 Pedro Alves <palves@redhat.com>
147
148 PR gdb/15294
149
150 * gdb.texinfo (List) <set listsize>: Adjust to document that
151 listsize 0 means no limit, and remove mention of -1.
152
9c0be723
YQ
1532013-03-22 Yao Qi <yao@codesourcery.com>
154
155 * gdb.texinfo (Embedded Processors): Remove menu item
156 "OpenRISC 1000".
157 (OpenRISC 1000): Remove.
158
bd712aed
DE
1592013-03-21 Doug Evans <dje@google.com>
160
161 * gdb.texinfo (Maintenance Commands): Add docs for
162 "mt set per-command {space,time,symtab} {on,off}".
163
d0353e76
YQ
1642013-03-14 Hui Zhu <hui@codesourcery.com>
165 Yao Qi <yao@codesourcery.com>
166
167 * gdb.texinfo (Trace Files): Add "tsave -ctf".
168
6dd24dfa
KS
1692013-03-13 Keith Seitz <keiths@redhat.com>
170
171 * gdb.texinfo (Maintenance Commands): Add missing ')' for
172 "maint agent" reference to Dynamic printf.
173
5c4808ca
EZ
1742013-03-11 Eli Zaretskii <eliz@gnu.org>
175
176 * gdb.texinfo (General Query Packets): Don't use colon in index
177 entries visible to Info format.
178
59ea5688
MM
1792013-03-11 Markus Metzger <markus.t.metzger@intel.com>
180
181 * gdb.texinfo (Process Record and Replay): Document record
182 changes.
183
2ae8c8e7
MM
1842013-03-11 Markus Metzger <markus.t.metzger@intel.com>
185
186 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
187 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
188 qXfer:btrace:read.
189
28abe188
EZ
1902013-03-09 Eli Zaretskii <eliz@gnu.org>
191
192 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
193 use colons in @anchor and @cindex entries.
194
be9a119c 1952013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
196
197 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
198
be9a119c 1992013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
200 Hafiz Abid Qadeer <abidh@codesourcery.com>
201
202 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
203 trace-buffer-size set and show commands.
204 (Tracepoint Packets): Document QTBuffer:size.
205 (General Query Packets): Document QTBuffer:size.
206
d57350ea
TT
2072013-02-21 Tom Tromey <tromey@redhat.com>
208
209 * gdb.texinfo: Remove bad @syncodeindex.
210 (Values From Inferior, Types In Python, Inferiors In Python)
211 (Events In Python, Threads In Python, Frames In Python, Blocks In
212 Python, Symbols In Python, Symbol Tables In Python): Remove
213 @tables.
214 (Packets, General Query Packets, Tracepoint Packets)
215 (Host I/O Packets): Use @w{} for empty @item.
216
9f44fbc0
SCR
2172013-02-20 Siva Chandra Reddy <sivachandra@google.com>
218
219 * gdb.texinfo (Architectures In Python): Add description about
220 the new method gdb.Architecture.disassemble.
221
f5911ea1
HAQ
2222013-02-15 Pedro Alves <pedro@codesourcery.com>
223 Hafiz Abid Qadeer <abidh@codesourcery.com>
224
225 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
226 Document the "trace-file" field.
227
7e1e0340
DE
2282013-02-07 Doug Evans <dje@google.com>
229
230 * gdb.texinfo (Machine Code): Clarify argument to disassemble
231 command.
232
134a2066
YQ
2332013-02-06 Yao Qi <yao@codesourcery.com>
234
235 * gdb.texinfo (GDB/MI Async Records): Document new MI
236 notification "=tsv-modified". Update the document of MI
237 notification "=tsv-created".
238 * observer.texi (GDB Observers): New observer tsv_modified.
239 Update observer tsv_created and tsv_delete.
240
430ed3f0
MS
2412013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
242
243 * gdb.texinfo (AArch64 Features): New section; document
244 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
245 (Architectures): Add new AArch64 section to document AArch64
246 architecture specific commands.
247 (ABI): Add description of the new OS ABI "Newlib" and its influence
248 on the longjmp handling.
249
1b56eb55
JK
2502013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
251 Jan Kratochvil <jan.kratochvil@redhat.com>
252
253 * gdb.texinfo (Backtrace): Added description of 'filename-display'
254 variable in 'set/show backtrace' section.
255
c4957902
TT
2562013-01-31 Tom Tromey <tromey@redhat.com>
257
258 * gdb.texinfo (Target Commands): Fix typo.
259
bea883fd
SCR
2602013-01-23 Siva Chandra Reddy <sivachandra@google.com>
261
262 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
263 describing the gdb.Architecture class.
264 (Frames In Python): Add description about the new method
265 gdb.Frame.architecture().
266
796a7ff8
DE
2672013-01-23 Doug Evans <dje@google.com>
268
269 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
270
998580f1
MK
2712013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
272
273 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
274 'thread-groups' field when printing a breakpoint in MI.
275
c9fb1240
SD
2762012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
277 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
278 to reflect that jit-reader-load now supports absolute file-names.
279
ab04a2af
TT
2802013-01-16 Tom Tromey <tromey@redhat.com>
281
282 * gdb.texinfo (Set Catchpoints): Document "catch signal".
283 (Signals): Likewise.
284
8ac3646f
TT
2852013-01-16 Tom Tromey <tromey@redhat.com>
286
287 * gdb.texinfo (GDB/MI Breakpoint Information): Document
288 "catch-type" field.
289 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
290
e93a8774
TT
2912013-01-07 Tom Tromey <tromey@redhat.com>
292
293 * gdb.texinfo (Mode Options): Don't mention -epoch.
294 (Data, Emacs): Remove obsolete comments.
295
54516a0b
TT
2962013-01-02 Tom Tromey <tromey@redhat.com>
297
298 * gdb.texinfo (GDB/MI Output Records): Update menu.
299 (GDB/MI Breakpoint Information): New node.
300 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
301 <-break-insert>: Likewise.
302
8dbe8ece
YQ
3032012-12-31 Yao Qi <yao@codesourcery.com>
304
305 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
306 (Packets): Move "vStopped" packet to ...
307 (Notification Packets): ... here. Describe the components
308 of notification. Add a table of supported notifications.
309 Add an example on the process of he async notification.
310
f35a17b5
JK
3112012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
312
313 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
314 present.
315 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
316 fullname output always present.
317
0dfd2fad
PM
3182012-12-23 Pierre Muller <muller@sourceware.org>
319
320 * gdbint.texinfo (Function prototypes): Require use of "extern"
321 modifier for function prototypes in headers.
322
7785b880
JB
3232012-12-19 Joel Brobecker <brobecker@adacore.com>
324
325 * refcard.tex: Update copyright notice to GPL v3 or later.
326 Update contact info.
327
3d745be3
JK
3282012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
329
330 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
331
c9b6281a
YQ
3322012-12-15 Yao Qi <yao@codesourcery.com>
333
334 * gdb.texinfo (Debugging Output): Document 'set debug
335 notification' and 'show debug notification'.
336
f2a8bc8a
YQ
3372012-12-15 Yao Qi <yao@codesourcery.com>
338
339 * gdb.texinfo (Listing Tracepoints): New item and example about
340 'installed on target' output.
341 Add more in the example about 'installed on target'.
342 (GDB/MI Breakpoint Commands): Doc about 'installed field.
343
451b7c33
TT
3442012-12-14 Tom Tromey <tromey@redhat.com>
345
346 * gdb.texinfo (SVR4 Process Information): Mention core files.
347
3fa7bf06
MG
3482012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
349
350 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
351
05b4bd79
PA
3522012-12-11 Pedro Alves <palves@redhat.com>
353
354 * gdb.texinfo: Remove all mentions of Unixware throughout.
355
74a0d9f6
JK
3562012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
357
358 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
359
0c631110
TT
3602012-11-29 Tom Tromey <tromey@redhat.com>
361
362 * gdb.texinfo (SVR4 Process Information): Document missing
363 "info proc" subcommands.
364
891df0ea
YQ
3652012-11-29 Yao Qi <yao@codesourcery.com>
366
367 PR gdb/1477.
368 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
369 to 'auto' instead of 'gnu'.
370
608e2dbb
TT
3712012-11-26 Tom Tromey <tromey@redhat.com>
372
373 * gdb.texinfo (MiniDebugInfo): New node.
374 (GDB Files): Update.
375
e64e0392
DE
3762012-11-16 Doug Evans <dje@google.com>
377
378 * gdb.texinfo (System-wide configuration): If the system-wide init
379 file lives in the data-directory, and --data-directory is provided,
380 look for it there.
381
ae606bee
TT
3822012-11-15 Tom Tromey <tromey@redhat.com>
383
384 * gdb.texinfo (Signaling): Fix typo.
385
62747a60
TT
3862012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
387
388 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
389 parameter "count" of -data-write-memory-bytes, and add an example.
390
18a9fc12
TT
3912012-11-12 Tom Tromey <tromey@redhat.com>
392
393 * gdb.texinfo (Symbols): Document "info type-printers",
394 "enable type-printer" and "disable type-printer".
395 (Python API): Add new node to menu.
396 (Type Printing API): New node.
397 (Progspaces In Python): Document type_printers field.
398 (Objfiles In Python): Likewise.
399 (gdb.types) <get_type_recognizers, apply_type_recognizers,
400 register_type_printer, TypePrinter>: Document.
401
53342f27
TT
4022012-11-12 Tom Tromey <tromey@redhat.com>
403
404 * gdb.texinfo (Symbols): Document "set print type methods",
405 "set print type typedefs", and flags to ptype and whatis.
406
ed8a1c2d
AB
4072012-11-09 Andrew Burgess <aburgess@broadcom.com>
408
409 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
410 the example -data-disassemble output. Extend the description of
411 the -data-disassemble results to document all fields. Document
412 the cli disassemble command as being related to -data-disassemble.
413
8506d139
YQ
4142012-11-09 Yao Qi <yao@codesourcery.com>
415
416 PR gdb/14777.
417 * gdb.texinfo (OS Information): Remove doc on command
418 'info udot'.
419
4d3f93a2
JB
4202012-11-08 Joel Brobecker <brobecker@adacore.com>
421
422 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
423 gdb.ini warning for Windows port.
424
1e96de83
YQ
4252012-11-08 Yao Qi <yao@codesourcery.com>
426
427 * gdb.texinfo (Search): Add kindex for 'fo'.
428
dc939229
TT
4292012-11-05 Tom Tromey <tromey@redhat.com>
430
431 PR python/14802:
432 * gdb.texinfo (Functions In Python): Add example.
433
6f6484cd
YQ
4342012-11-03 Yao Qi <yao@codesourcery.com>
435
436 * observer.texi (GDB Observers): Remove observer
437 'tracepoint_modified', 'tracepoint_created' and
438 'tracepoint_deleted'.
439
af4238e5
TT
4402012-10-26 Tom Tromey <tromey@redhat.com>
441
442 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
443
687e43a4
TT
4442012-10-25 Tom Tromey <tromey@redhat.com>
445
446 * gdb.texinfo (General Query Packets): Use @itemx.
447
8de0566d
YQ
4482012-10-17 Yao Qi <yao@codesourcery.com>
449
450 * observer.texi (GDB Observers): Update observer
451 'memory_changed'.
452 * gdb.texinfo (GDB/MI Async Records): Document for
453 "memory-changed" notification.
454
07540c15
DE
4552012-10-15 Doug Evans <dje@google.com>
456
457 * gdb.texinfo (Mode Options): Document -nh.
458 Elaborate on docs for -nx.
459
d7019589
SP
4602012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
461
462 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
463
82a90ccf
YQ
4642012-09-21 Yao Qi <yao@codesourcery.com>
465 Pedro Alves <palves@redhat.com>
466
467 * gdb.texinfo (GDB/MI Async Records): Document notification
468 'record-started' and 'record-stopped'.
469 * observer.texi (GDB Observers): New observer 'record-changed'.
470
aa9259cc
TS
4712012-09-19 Thomas Schwinge <thomas@codesourcery.com>
472
473 * gdb.texinfo: Document the removal of SH's 'regs' command.
474
c1d780c2
SDJ
4752012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
476
477 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
478
bb25a15c
YQ
4792012-09-18 Yao Qi <yao@codesourcery.com>
480
481 * gdb.texinfo (GDB/MI Async Records): Document new MI
482 notifications '=tsv-created' and '=tsv-deleted'.
483 * observer.texi (GDB Observers): New observer tsv_created and
484 tsv_deleted.
485
201b4506
YQ
4862012-09-18 Yao Qi <yao@codesourcery.com>
487
488 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
489 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
490 '=traceframe-changed'.
491
6fc1c773
YQ
4922012-09-17 Yao Qi <yao@codesourcery.com>
493
494 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
495 'set listsize'.
496
121c73f3
JK
4972012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
498 Eli Zaretskii <eliz@gnu.org>
499
500 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
501 encoding for gdbarch_breakpoint_from_pc, bp_addr for
502 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
503
e9687799
JK
5042012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
505
506 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
507
3b5e4d35
YPK
5082012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
509
510 Document how to return from "python-interactive" to GDB.
511 * gdb.texinfo (Python Commands): Update documentation.
512
5132012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
514
515 Add a new "python-interactive" command that starts a standard
516 Python interactive prompt with "pi" as alias, and add "py" as
517 an alias to "python".
518 * gdb.texinfo (Python Commands): Document the new commands.
519
b583003e
TT
5202012-08-22 Tom Tromey <tromey@redhat.com>
521
522 * gdbint.texinfo (Host Definition): Remove documentation for
523 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
524
a451cb65
KS
5252012-08-17 Keith Seitz <keiths@redhat.com>
526
527 PR c++/13356
528 * gdb.texinfo (Type and Range Checking): Remove warning.
529 Remove spurious commas.
530 Update text and examples for re-implementation of set/show
531 check type.
532 (C and C++ Type and Range Checks): Likewise.
533
6b1755ce
YQ
5342012-08-16 Yao Qi <yao@codesourcery.com>
535
536 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
537 is deprecated.
538
f47f77df
DE
5392012-08-13 Doug Evans <dje@google.com>
540
541 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
542 to include functions.
543
a72c3253
DE
5442012-08-10 Doug Evans <dje@google.com>
545
546 * gdb.texinfo (Convenience Funs): New node.
547 (Types In Python): Document Type.vector.
548
5b9afe8a
YQ
5492012-08-09 Yao Qi <yao@codesourcery.com>
550
551 * observer.texi: New observer command_param_changed.
552 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
553
dc1039df
JK
5542012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
555
556 * gdbint.texinfo (Debugging GDB): In section
557 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
558 Mention also gdb-gdb.py.
559
4abf930d
YQ
5602012-08-07 Yao Qi <yao@codesourcery.com>
561
562 Revert the folloing patch:
563 2012-08-06 Yao Qi <yao@codesourcery.com>
564 * gdb.texinfo (Remote Configuration): Add kindex for 'set
565 remote hardware-watchpoint-limit' and 'set
566 remote hardware-breakpoint-limit'.
567
f3c8a52a
JK
5682012-08-06 Nathaniel Flath <flat0103@gmail.com>
569
570 * gdb.texinfo (Working Directory): Added information about new
571 default argument for 'cd' command.
572
77a91025
YQ
5732012-08-06 Yao Qi <yao@codesourcery.com>
574
575 * gdb.texinfo (Remote Configuration): Add kindex for 'set
576 remote hardware-watchpoint-limit' and 'set
577 remote hardware-breakpoint-limit'.
578
d9f08f52
YQ
5792012-08-06 Yao Qi <yao@codesourcery.com>
580
581 Fix PR14371.
582
583 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
584 '=breakpoint-deleted'.
585
95b07c96
YQ
5862012-08-02 Yao Qi <yao@codesourcery.com>
587
588 * gdb.texinfo (Native): Remove node Neutrino.
589
7255706c
YQ
5902012-07-27 Yao Qi <yao@codesourcery.com>
591
592 * gdb.texinfo (IPA Protocol Commands): Document new command
593 'close'.
594
d6b28940
TT
5952012-07-25 Tom Tromey <tromey@redhat.com>
596
597 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
598
e615022a
DE
5992012-07-20 Doug Evans <dje@google.com>
600
601 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
602 (Index Files): Document how to control the use of deprecated index
603 sections.
604 (Index Section Format): Replace --use-deprecated-index-sections with
605 "set use-deprecated-index-sections on".
606
055855a4
EZ
6072012-07-12 Eli Zaretskii <eliz@gnu.org>
608
609 * gdbint.texinfo: Remove @syncodeindex directives that put all the
610 indices into a single node "Index". Instead, join function and
611 variable indices into a single index, separate from the concept
612 index. Requested in
613 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
614 (Top): Update the top-level menu: instead of one "Index" there are
615 now separate entries "Concept Index" and "Function and Variable
616 Index".
617 (Concept Index, Function and Variable Index): New nodes.
618 (Index): Node deleted.
619
f77cc5f0
HZ
6202012-07-05 Hui Zhu <hui_zhu@mentor.com>
621
622 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
623 and "maint agent-eval".
624
00595b5e
EZ
6252012-07-03 Eli Zaretskii <eliz@gnu.org>
626
627 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
628 avoid file-name clashes between Index.html and index.html on
629 case-insensitive filesystems. See the discussion starting in
630 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
631 details of the problem.
632 (Top): Update the master menu for the above.
633 (Concept Index, Command and Variable Index): New nodes, instead of
634 the old "Index" node that was deleted. All cross-references
635 updated.
636
d3ce09f5
SS
6372012-07-02 Stan Shebs <stan@codesourcery.com>
638
639 * gdb.texinfo (Dynamic Printf): Mention agent style and
640 disconnected dprintf.
641 (Maintenance Commands): Describe maint agent-printf.
642 (General Query Packets): Mention BreakpointCommands feature.
643 (Packets): Document commands extension to Z0 packet.
644 * agentexpr.texi (Bytecode Descriptions): Document printf
645 bytecode.
646
2d7b58e8
JK
6472012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
648
649 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
650 only after gdbinit files.
651 (Startup): Move -iex and -iex commands down after gdbinit files.
652
202cbf1c
JK
6532012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
654
655 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
656 possibility.
657
b6ba681c
TT
6582012-06-29 Tom Tromey <tromey@redhat.com>
659
660 * gdb.texinfo (Index Section Format): Update for version 7.
661
71caed83
SS
6622012-06-28 Stan Shebs <stan@codesourcery.com>
663
664 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
665 example, add note about title column.
666
ee0bf529
SCR
6672012-06-26 Siva Chandra Reddy <sivachandra@google.com>
668
669 * gdb.texinfo (Symbol Tables In Python): Add description about
670 the new 'last' attribute of gdb.Symtab_and line.
671
3c15d565
SCR
6722012-06-26 Siva Chandra Reddy <sivachandra@google.com>
673
674 * gdb.texinfo (Symbol Tables In Python): Correct the description
675 of the 'pc' attribute of gdb.Symtab_and_line.
676
45cfd468
DE
6772012-06-26 Doug Evans <dje@google.com>
678
679 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
680 and symtab-create.
681
496ee73e
KS
6822012-06-25 Keith Seitz <keiths@redhat.com>
683
684 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
685 from example. Remove "rbreak" from list of corresponding
686 gdb commands.
687
156942c7
DE
6882012-06-23 Doug Evans <dje@google.com>
689
690 * gdb.texinfo (Index Section Format): Document version 7 format.
691
c614397c
YQ
6922012-06-22 Yao Qi <yao@codesourcery.com>
693
694 * gdb.texinfo: Add missing cindex for some packets.
695
472a2379
KS
6962012-06-20 Keith Seitz <keiths@redhat.com>
697
698 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
699 for -break-insert and document -p.
700
2678e2af
YQ
7012012-06-20 Yao Qi <yao@codesourcery.com>
702
703 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
704 and "gdb.write_memory" with "Inferior.read_memory" and
705 "Inferior.write_memory".
706
984359d2
EZ
7072012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
708
709 * gdb.texinfo (Summary): Add a link to "Free Documentation".
710 (Free Documentation): Add @node line.
711 (Continuing and Stepping) <advance location>: Use @item instead of
712 @itemx.
713 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
714 @itemx.
715 (Embedded Processors): Put the link to "PA" to its correct place,
716 according to document structure.
717 (Python API): Put the link to "Lazy Strings In Python" to its
718 correct place.
719 (Index): Use @@ in @tex block to get a literal @.
720
721 * gdbint.texinfo: Fix the @subtitle line.
722
723 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
724 correct place.
725
16bdd41f
YQ
7262012-06-08 Yao Qi <yao@codesourcery.com>
727
728 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
729 Protocol'.
730 (In-Process Agent Protocol, IPA Protocol Objects)
731 (IPA Protocol Commands): New nodes.
732 (Tracepoint Packets): Add anchors.
733
2d4c29c5
TS
7342012-06-06 Thomas Schwinge <thomas@codesourcery.com>
735
736 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
737
6bd110c5
YQ
7382012-06-06 Yao Qi <yao@codesourcery.com>
739
740 * gdb.texinfo: Update copyright year.
741
f3e0e960
SS
7422012-05-23 Stan Shebs <stan@codesourcery.com>
743 Kwok Cheung Yeung <kcy@codesourcery.com>
744
745 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
746
1564a261
JK
7472012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
748
749 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
750 Mention also --with-separate-debug-dir.
751 (Auto-loading): Prepend $debugdir in the sample output.
752 (Auto-loading safe path): Likewise. Mention also $debugdir for the
753 auto-load safe-path variable.
754 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
755 Mention also $debugdir for 'set auto-load scripts-directory'.
756
eb17f351
EZ
7572012-05-19 Eli Zaretskii <eliz@gnu.org>
758
759 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
760 (MIPS Embedded, MIPS, MIPS Register packet Format)
761 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
762 appropriate.
763
4cc0665f
MR
7642012-05-18 Sandra Loosemore <sandra@codesourcery.com>
765 Maciej W. Rozycki <macro@codesourcery.com>
766
767 * gdb.texinfo (MIPS): Document "set mips compression" and "show
768 mips compression".
769 (MIPS Breakpoint Kinds): New subsubsection.
770
7af8dcf8 7712012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
772
773 * gdb.texinfo (Architecture-Specific Protocol Details): Define
774 nodes for subsections. Add @acronym mark-ups and adjust
775 formatting.
776
aff139ff
JK
7772012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
778
779 Rename $ddir to $datadir.
780 * gdb.texinfo (Auto-loading, Auto-loading safe path)
781 (objfile-gdb.py file): Rename $ddir to $datadir.
782
9cb709b6
TT
7832012-05-18 Tom Tromey <tromey@redhat.com>
784
785 * gdb.texinfo (Print Settings): Document 'set print symbol'.
786
e7e0cddf
SS
7872012-05-14 Stan Shebs <stan@codesourcery.com>
788
789 * gdb.texinfo (Dynamic Printf): New subsection.
790
7efc75aa
SCR
7912012-05-13 Siva Chandra Reddy <sivachandra@google.com>
792
793 * gdb.texinfo (Basic Python): Add description about the function
794 gdb.find_pc_line
795
f307c045
JK
7962012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
797 Eli Zaretskii <eliz@gnu.org>
798
799 * gdb.texinfo (Separate Debug Files): Use plural form for global
800 debugging information directory.
801
85d4a676
SS
8022012-05-11 Stan Shebs <stan@codesourcery.com>
803 Kwok Cheung Yeung <kcy@codesourcery.com>
804
805 * gdb.texinfo (Operating System Auxiliary Information): Document new
806 'info os' subcommands.
807
c1668e4e
JK
8082012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
809
810 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
811 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
812 (dotdebug_gdb_scripts section): Add reference
813 to 'Auto-loading safe path'.
814
7349ff92
JK
8152012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
816
817 Implement multi-component --with-auto-load-dir.
818 * gdb.texinfo (Auto-loading): New references
819 for 'set auto-load scripts-directory'
820 and 'show auto-load scripts-directory'.
821 (Auto-loading safe path): Describe the new default. Move $ddir
822 substituation reference to 'objfile-gdb.py file'.
823 (objfile-gdb.py file): Describe script-name alias. Change real-name to
824 script-name. Describe new 'set auto-load scripts-directory'
825 and 'show auto-load scripts-directory'.
826
6dea1fbd
JK
8272012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
828
829 Provide $ddir substitution for --with-auto-load-safe-path.
830 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
831 (Auto-loading safe path): Likewise. Mention the default value,
832 $ddir substitution, --with-auto-load-safe-path and
833 --without-auto-load-safe-path.
834 * observer.texi (gdb_datadir_changed): New.
835
1ccacbcd
JK
8362012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
837
838 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
839 Twice.
840
d9242c17
JK
841 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
842 directory separator by path separator.
843
af2c1515
JK
8442012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
845
846 * gdb.texinfo (Auto-loading safe path): Make 'directories'
847 for 'set auto-load safe-path' optional. Mention if it is omitted.
848 Change disabling security protection condition to "/", twice.
849
a20ee7a4
SCR
8502012-05-03 Siva Chandra Reddy <sivachandra@google.com>
851
852 * gdb.texinfo (Symbol Tables In Python): Add documentation about
853 the new methods global_block and static_block on gdb.Symtab
854 objects.
855
56af09aa
SCR
8562012-05-02 Siva Chandra Reddy <sivachandra@google.com>
857
858 * gdb.texinfo (Blocks In Python): Add a note saying that future
859 improvements to GDB and its infrastructure can move symbols
860 across blocks within a symbol table.
861
2746b0ef
YQ
8622012-04-29 Yao Qi <yao@codesourcery.com>
863
864 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
865 (A29K): Remove.
866
62e5f89c
SDJ
8672012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
868 Tom Tromey <tromey@redhat.com>
869
870 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
871 and generic static probe support on GDB.
872
a766d390
DE
8732012-04-25 Doug Evans <dje@google.com>
874
50f042b9
DE
875 * gdb.texinfo (Go): Fix thinko.
876
a766d390
DE
877 * gdb.texinfo (Supported Languages): Add Go.
878 (Go): New node.
879
f02e2b19
YQ
8802012-04-25 Yao Qi <yao@codesourcery.com>
881
882 * gdbint.texinfo (Testsuite): New section `Board settings'.
883
68d41a48
JK
8842012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
885
886 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
887 Three times.
888
174bb630
JK
889 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
890 Three times.
891
0511cc75
JK
8922012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
893
894 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
895 by @table @asis. Fix formatting of one item.
896
0070f25a
JK
8972012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
898
899 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
900
4dc84fd1
JK
9012012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
902
903 New option "set debug auto-load".
904 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
905 (auto-load verbose mode): New node.
906
bccbefd2
JK
9072012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
908
909 New option "set auto-load safe-path".
910 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
911 and "info auto-load" examples for safe-path. Put there also references
912 for "set auto-load safe-path" and "show auto-load safe-path".
913 New menu item for Auto-loading safe path.
914 (Auto-loading safe path): New node.
915 (Python Auto-loading): Update the expected output from "Missing"
916 to "No".
917
bf88dd68
JK
9182012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
919
920 auto-load: Implementation.
921 * gdb.texinfo (Mode Options): New anchor for -nx.
922 (Startup): New anchors for Option -init-eval-command,
923 Home Directory Init File
924 and Init File in the Current Directory during Startup.
925 Mention set auto-load local-gdbinit with a reference.
926 Change the sample code to "set auto-load python-scripts".
927 (Threads): New anchor set libthread-db-search-path.
928 Provide references to libthread_db.so.1 file.
929 (Controlling GDB): New menu item for Auto-loading.
930 (Auto-loading, Init File in the Current Directory)
931 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
932 (Python): Rename the menu item Auto-loading to Python Auto-loading.
933 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
934 reference.
935 (Auto-loading): Rename to ...
936 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
937 "set auto-load python-scripts", new anchor for it. Change
938 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
939 for it. Change "info auto-load-scripts"
940 to "info auto-load python-scripts", new anchor for it. Change "scripts"
941 to "Python scripts".
942
8264ba82
AG
9432012-04-14 Anton Gorenkov <xgsa@yandex.ru>
944
945 PR mi/13393
946 * gdb.texinfo (Print Settings): Extend the description for "set print
947 object".
948 (GDB/MI Variable Objects): Extend the description for -var-create and
949 -var-list-children.
950
06fc020f
SCR
9512012-04-11 Siva Chandra Reddy <sivachandra@google.com>
952
953 * gdb.texinfo (Examining Data): Document the 'explore' command.
954
7191c139
JB
9552012-03-28 Joel Brobecker <brobecker@adacore.com>
956
957 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
958 to the children of a varobj and its update range when -var-update
959 returns that the varobj's type changed.
960
3708f05e
JK
9612012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
962
963 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
964 Create two new links fir 'objfile-gdb.py file'
965 and 'dotdebug_gdb_scripts section'.
966
8e0583c8
JK
9672012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
968
969 * gdb.texinfo (Auto-loading): Rename node reference
970 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
971 Twice.
972 (.debug_gdb_scripts section): Rename the node ...
973 (dotdebug_gdb_scripts section): ... here.
974 (Maintenance Commands): Also rename this node reference.
975
7b282c5a
SCR
9762012-03-22 Siva Chandra Reddy <sivachandra@google.com>
977
978 * gdb.texinfo (Python API/Values From Inferior): Add description
979 about the new method Value.referenced_value. Add description on
980 how Value.dereference is different (and similar) to
981 Value.referenced_value.
982
8320cc4f
JK
9832012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
984
985 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
986 --init-eval-command=COMMAND, -iex.
987 (Startup): Describe -iex and -ix. Simplify the example
988 for "set auto-load-scripts off".
989
481860b3
GB
9902012-03-16 Gary Benson <gbenson@redhat.com>
991
992 PR breakpoints/10738
993 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
994 stating that GDB cannot set breakpoints on inlined functions.
995 (Mode Options): Document --use-deprecated-index-sections.
996 (Index Section Format): Document new index section version format.
997
c4aeac85
TT
9982012-03-15 Tom Tromey <tromey@redhat.com>
999
1000 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
1001
16899756
DE
10022012-03-13 Doug Evans <dje@google.com>
1003
1004 * gdb.texinfo (Help): Change apropos example to use "alias" instead
1005 of "reload".
1006 (Symbols): Delete docs for set/show symbol-reloading.
1007 * gdbint.texinfo (Defining Other Architecture Features): Delete
1008 SYMBOL_RELOADING_DEFAULT.
1009 * refcard.tex: Delete reference to symbol-reloading.
1010
9b224c5e
PA
10112012-03-07 Pedro Alves <palves@redhat.com>
1012
1013 * gdb.texinfo (General Query Packets): Document new
1014 QProgramSignals packet.
1015 * gdb.texinfo (Remote configuration): Mention
1016 "program-signals-packet".
1017
169081d0
TG
10182012-03-05 Tristan Gingold <gingold@adacore.com>
1019
1020 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
1021
d1feda86
YQ
10222012-03-03 Yao Qi <yao@codesourcery.com>
1023
1024 * gdb.texinfo (In-Process Agent): New node.
1025 Document new commands.
1026 (General Query Packets): Add packet `QAgent'.
1027
1faeff08
MR
10282012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
1029
1030 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
1031
7d74f244
DE
10322012-03-01 Scott J. Goldman <scottjg@vmware.com>
1033
1034 * gdb.texinfo (Commands In Python): Put example python macro in
1035 COMMAND_USER category rather than COMMAND_OBSCURE.
1036 Document gdb.COMMAND_USER.
1037 (User-defined Commands): Update documentation to clarify
1038 "set/show max-user-call-depth" and "show user" don't apply to python
1039 commands. Update documentation to clarify "help user-defined" may
1040 also include python commands defined as COMMAND_USER.
1041
6fe37d23
JK
10422012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1043
1044 * gdb.texinfo (Startup): Add option -ex description to the option -x
1045 description.
1046
83364271
LM
10472012-02-24 Luis Machado <lgustavo@codesourcery.com>
1048
1049 * gdb.texinfo (Setting Breakpoints): Mention and explain the
1050 condition-evaluation breakpoint parameter.
1051 Mention condition-evaluation mode being shown in "info break".
1052 (Break Conditions): Add description for target-side
1053 conditional breakpoints.
1054 (Remote Configuration): Mention conditional-breakpoints-packet.
1055 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
1056 cond-expr.
1057 (General Query Packets): Mention new ConditionalBreakpoint feature.
1058
bdb1994d
TT
10592012-02-22 Tom Tromey <tromey@redhat.com>
1060
1061 * gdb.texinfo (Blocks In Python): Clarify block iteration.
1062
4d241c86
TT
10632012-02-17 Tom Tromey <tromey@redhat.com>
1064
1065 PR python/10753:
1066 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
1067 directory.
1068
816338b5
SS
10692012-02-14 Stan Shebs <stan@codesourcery.com>
1070
1071 * gdb.texinfo (Disabling Breakpoints): Document enable count.
1072
cc30c4bd
PA
10732012-02-13 Pedro Alves <palves@redhat.com>
1074
1075 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
1076 mips-idt-ecoff.
1077
035d1e5b
YQ
10782012-02-09 Yao Qi <yao@codesourcery.com>
1079
1080 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
1081
f0823d2c
TT
10822012-02-07 Tom Tromey <tromey@redhat.com>
1083
1084 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
1085 Symbol.value.
1086
64e7d9dd
TT
10872012-02-07 Tom Tromey <tromey@redhat.com>
1088
1089 * gdb.texinfo (Symbols In Python): Document Symbol.line.
1090
4220b2f8
TS
10912012-01-27 Thomas Schwinge <thomas@codesourcery.com>
1092
1093 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
1094
edcc5120
TT
10952012-01-24 Tom Tromey <tromey@redhat.com>
1096
1097 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
1098 unload".
1099 (Files): Mention new catch commands.
1100 (GDB/MI Async Records): Likewise.
1101
53fe1783
GB
11022012-01-24 Gary Benson <gbenson@redhat.com>
1103
1104 Delete #if 0'd out code.
1105 * gdb.texinfo (Frame Info): Remove "info catch".
1106
b9e7b9c3
UW
11072012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1108
1109 * gdb.texinfo (Remote Configuration): Document
1110 "set remote hostio-readlink-packet" command.
1111 (General Query Packets): Document vFile:readlink packet.
1112
4aac40c8
TT
11132012-01-16 Tom Tromey <tromey@redhat.com>
1114
1115 * gdb.texinfo (Specify Location): Document relative file name
1116 handling.
1117
cafec441
TT
11182012-01-16 Tom Tromey <tromey@redhat.com>
1119
1120 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
1121
0ee339bc
JK
11222012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1123 Eli Zaretskii <eliz@gnu.org>
1124
1125 * gdbint.texinfo (Coding Standards): Require braces for two lines of
1126 code.
1127
72384ba3
PH
11282012-01-11 Paul Hilfinger <hilfingr@adacore.com>
1129
1130 * gdb.texinfo (Variables): Document use of :: for non-static
1131 variables.
1132
ce1b17c4
JB
11332012-01-05 Joel Brobecker <brobecker@adacore.com>
1134
1135 * gdbint.texinfo (Start of New Year Procedure): Update
1136 to replace use of copyright.sh by use of copyright.py.
1137
217bff3e
JK
11382012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1139
1140 Remove the gdbtui binary.
1141 * all-cfg.texi (GDBTUI): Remove.
1142 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
1143 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
1144 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
1145
cc72b2a2
KP
11462011-12-23 Kevin Pouget <kevin.pouget@st.com>
1147
1148 Introduce gdb.FinishBreakpoint in Python.
1149 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
1150 (Python API): Add menu entry for Finish Breakpoints.
1151
13ac8d2c
JK
11522011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1153
1154 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
1155 tests.
1156
e0f9f062
DE
11572011-12-16 Doug Evans <dje@google.com>
1158
1159 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
1160
80b6e756
PM
11612011-12-16 Phil Muldoon <pmuldoon@redhat.com>
1162
1c3ad6ab 1163 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
1164 stack". Add documentation for "set/show python print-stack".
1165
2fb860fc
PA
11662011-12-14 Pedro Alves <pedro@codesourcery.com>
1167
1168 * gdb.texinfo (Implementing a Remote Stub): Explain that you
1169 should transfer control to the stub in the startup code instead of
1170 in main. Mention the need to get past the initial breakpoint.
1171
f8eba3c6
TT
11722011-12-06 Tom Tromey <tromey@redhat.com>
1173
1174 * gdb.texinfo (Set Breaks): Update for new behavior.
1175
2268b414
JK
11762011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1177
1178 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
1179 List Format for SVR4 Targets'.
1180 (General Query Packets): New item qXfer:libraries-svr4:read.
1181 (Library List Format for SVR4 Targets): New node.
1182
ae6f0d5b
TT
11832011-12-01 Tom Tromey <tromey@redhat.com>
1184
1185 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
1186 add.
1187
36dfb11c
TT
11882011-11-22 Tom Tromey <tromey@redhat.com>
1189
1190 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
1191 reasons.
1192
f196051f
SS
11932011-11-20 Stan Shebs <stan@codesourcery.com>
1194
1195 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1196 note-related options and variables.
1197 (Tracepoint Packets): Document packet changes.
1198
f85b53f8
SD
11992011-11-20 Sanjoy Das <sdas@igalia.com>
1200
1201 * gdb.texinfo (JIT Interface): Add documentation on writing and
1202 usind JIT debug info readers.
1203 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
1204 Debug Info Readers): New nodes.
1205
bfccc43c
YQ
12062011-11-18 Yao Qi <yao@codesourcery.com>
1207
1208 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
1209 tracepoint.
1210
c011a4f4
DE
12112011-11-15 Doug Evans <dje@google.com>
1212
1213 * gdb.texinfo (Files): Document basenames-may-differ.
1214
ed59ded5
DE
12152011-11-14 Doug Evans <dje@google.com>
1216
1217 * gdb.texinfo (Shell Commands): Document "!".
1218
405f8e94
SS
12192011-11-14 Stan Shebs <stan@codesourcery.com>
1220 Kwok Cheung Yeung <kcy@codesourcery.com>
1221
1222 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
1223 needed to get shorter fast tracepoints.
1224 (Tracepoint Packets): Document new qTMinFTPILen packet.
1225
1e4d1764
YQ
12262011-11-14 Yao Qi <yao@codesourcery.com>
1227
1228 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
1229 behavior of tracepoint.
1230 (General Query Packets): New feature InstallInTrace.
1231 (Remote Configuration): Document "set remote
1232 install-in-trace-packet".
1233
71eba9c2 12342011-11-12 Matt Rice <ratmice@gmail.com>
1235
1236 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
1237 Add arguments to info macro.
1238
e0f8f636
TT
12392011-11-10 Tom Tromey <tromey@redhat.com>
1240
1241 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
1242 manual.
1243 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
1244 (Macros): Add a footnote.
1245 (C): Remove paragraph about compiler options.
1246 (C Constants): Mention wide character and string constants.
1247 (C Plus Plus Expressions): Update compiler option advice. Mention
1248 using declarations. Mention ADL. Remove old HP compiler
1249 information.
1250
625c0d47
TT
12512011-11-10 Tom Tromey <tromey@redhat.com>
1252
1253 PR c++/9257:
1254 * gdb.texinfo (Print Settings): Add an extra note about the need
1255 for a vtable.
1256
4be2aacc
MR
12572011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
1258
1259 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
1260 "set mips abi" documentation.
1261
0a1c4d10
DE
12622011-11-04 Doug Evans <dje@google.com>
1263
1264 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
1265
aad1c02c
TT
12662011-11-03 Tom Tromey <tromey@redhat.com>
1267
1268 * gdb.texinfo (Stopping): Add menu entry.
1269 (Continuing and Stepping): Restore @node. Use @section, not
1270 @subsection.
1271
983fb131
MR
12722011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
1273
1274 * gdb.texinfo (Skipping Over Functions and Files): Remove node
1275 designation. Fix "Specify Location" cross-reference.
1276
3065dfb6
SS
12772011-11-02 Stan Shebs <stan@codesourcery.com>
1278
1279 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
1280 (General Query Packets): Describe tracenz feature.
1281 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
1282
0aaaf063
PK
12832011-10-28 Paul Koning <paul_koning@dell.com>
1284
1285 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
1286
2231f1fb
KP
12872011-10-27 Kevin Pouget <kevin.pouget@st.com>
1288
1289 * gdb.texinfo ((Frames In Python): Document
1290 gdb.FRAME_UNWIND_FIRST_ERROR contant.
1291
5110b5df
PK
12922011-10-26 Paul Koning <paul_koning@dell.com>
1293
1294 * gdb.texinfo (gdb.types): Document new deepitems function.
1295
22dbab46
PK
12962011-10-25 Paul Koning <paul_koning@dell.com>
1297
1298 PR python/13327
1299
1300 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
1301 fetch_lazy method.
1302
9df2fbc4
PM
13032011-10-20 Phil Muldoon <pmuldoon@redhat.com>
1304
1305 PR python/12656
1306
1307 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
1308 global_block, static_block function.
1309
f05e2e1d
TT
13102011-10-19 Tom Tromey <tromey@redhat.com>
1311
1312 * gdb.texinfo (Commands In Python): Add missing "@"s.
1313
a7fc3f37
KP
13142011-10-13 Kevin Pouget <kevin.pouget@st.com>
1315
1316 PR python/13285 Document named constants for frame unwind stop reasons
1317 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
1318 constants.
1319
5048e516
JK
13202011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1321
1322 Fix compatibility with texinfo versions older than 4.12.
1323 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
1324 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
1325 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
1326 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
1327 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
1328 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
1329 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
1330
5a56e9c5
DE
13312011-10-09 Doug Evans <dje@google.com>
1332
1333 * gdb.texinfo (Extending GDB): Document alias command.
1334
36b11add
JK
13352011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1336
1337 Support @entry in input expressions.
1338 * gdb.texinfo (Variables): Describe @entry names suffix.
1339 (Print Settings): Add anchor for `set print entry-values'.
1340
e18b2753
JK
13412011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1342 Eli Zaretskii <eliz@gnu.org>
1343
1344 Display @entry parameter values (without references).
1345 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
1346 example.
1347 (Print Settings): New description of set print entry-values and show
1348 print entry-values.
1349
111c6489
JK
13502011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1351 Eli Zaretskii <eliz@gnu.org>
1352
1353 Recognize virtual tail call frames.
1354 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
1355 (Tail Call Frames): New node.
1356 (Frames In Python): Add gdb.TAILCALL_FRAME.
1357
9c15afc4
DE
13582011-10-07 Doug Evans <dje@google.com>
1359
1360 * gdb.texinfo (gdb.printing): Document new `replace' arg to
1361 register_pretty_printer.
1362
99f5279d
PM
13632011-10-07 Phil Muldoon <pmuldoon@redhat.com>
1364
1365 PR python/12930
1366 PR python/12802
1367
1368 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
1369 stop method.
1370
03583c20
UW
13712011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
1372
1373 * gdb.texinfo (Starting your Program): "set disable-randomization"
1374 is no longer Linux-specific.
1375 (Remote Configuration): Document "set remote
1376 disable-randomization-packet".
1377 (General Query Packets): Document "QDisableRandomization" packet
1378 and add it to "qSupported" list.
1379
bd054e06
KP
13802011-10-07 Kevin Pouget <kevin.pouget@st.com>
1381
1382 Allow Python notification of new object-file loadings.
1383 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
1384 event type.
1385
cb6be26b
KP
13862011-10-04 Kevin Pouget <kevin.pouget@st.com>
1387
1388 PR python/12691: Add the inferior to Python exited event
1389 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
1390
a05336a1
JB
13912011-10-03 Joel Brobecker <brobecker@adacore.com>
1392
1393 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
1394 rephasing.
1395
5d77fe44
JB
13962011-10-03 Joel Brobecker <brobecker@adacore.com>
1397
1398 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
1399 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
1400 as possible feature returned by the `-list-features'
1401 command.
1402
699df94d
PK
14032011-09-28 Paul Koning <paul_koning@dell.com>
1404
1405 * gdb.texinfo (gdb.Type): Document field access by dictionary
1406 key syntax.
1407
24bdad53
YQ
14082011-09-28 Yao Qi <yao@codesourcery.com>
1409
1410 * gdb.texinfo (Files): Update options for `add-symbol-file'.
1411 Add one space after option `-s'. Remove @r{} markup.
1412
6710bf39
SS
14132011-09-27 Stan Shebs <stan@codesourcery.com>
1414
1415 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
1416
d99f7e48
HZ
14172011-09-16 Hui Zhu <teawater@gmail.com>
1418
1419 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
1420 to *(unsigned char *)$esp@300.
1421
d812018b
PK
14222011-09-15 Paul Koning <paul_koning@dell.com>
1423
1424 * gdb.texinfo: Make style of Python functions and methods match
1425 the syntax of Python. Also put class and module names explicitly
1426 on function, member, and variable names, matching Python
1427 documentation conventions.
1428
2aa48337
KP
14292011-09-15 Kevin Pouget <kevin.pouget@st.com>
1430
1431 PR Python/12692 Add gdb.selected_inferior() to Python interface.
1432 * gdb.texinfo (Inferiors In Python): Describe new
1433 gdb.selected_inferior() function.
1434
6839b47f
KP
14352011-09-15 Kevin Pouget <kevin.pouget@st.com>
1436
1437 Handle multiple breakpoint hits in Python interface:
1438 * gdb.texinfo (Events In Python): New function documentation:
1439 gdb.BreakpointEvent.breakpoints. Indicate that
1440 gdb.BreakpointEvent.breakpoint is now deprecated.
1441
26829f2b
JB
14422011-09-04 Joel Brobecker <brobecker@adacore.com>
1443
1444 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
1445
a9f54f60
TT
14462011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
1447
1448 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
1449
fa3a4f15
PM
14502011-08-17 Phil Muldoon <pmuldoon@redhat.com>
1451
1452 * gdb.texinfo (Prompt): Add set/show extended-prompt
1453 documentation
1454 (Basic Python): Add prompt_hook anchor.
1455 (Python modules): Reword module text to reflect multiple modules.
1456 (gdb.prompt): Document gdb.prompt module.
1457
224bbe49
YQ
14582011-08-14 Yao Qi <yao@codesourcery.com>
1459
78d85199
YQ
1460 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
1461
14622011-08-14 Yao Qi <yao@codesourcery.com>
1463
1464 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
1465 (TIC6x Features): New node.
1466
457e09f0
DE
14672011-08-12 Doug Evans <dje@google.com>
1468
1469 * gdb.texinfo (Symbols In Python): Document symbol.type.
1470
5e239b84
PM
14712011-08-09 Phil Muldoon <pmuldoon@redhat.com>
1472
1473 * gdb.texinfo (Python): Document command and function
1474 auto-loading.
1475
177bc839
JK
14762011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1477 Eli Zaretskii <eliz@gnu.org>
1478
1479 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
1480 typedefs unrolling. Extend the sample code by an inner typedef and
1481 outer typedefs unrolling.
1482
1a532630
PP
14832011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
1484
1485 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
1486 size and line-size.
1487
9b158ba0 14882011-07-21 Matt Rice <ratmice@gmail.com>
1489
1490 PR macros/12999
1491 * gdb.texinfo (Macros): Add info definitions and info macros commands.
1492 Update text and cindex entries for info macro command.
1493
d17b6f81
PM
14942011-07-21 Phil Muldoon <pmuldoon@redhat.com>
1495
1496 * observer.texi (GDB Observers): Add before_prompt observer.
1497 * gdb.texinfo (Basic Python): Add documentation for prompt
1498 substitution.
1499
713389e0
PM
15002011-07-11 Phil Muldoon <pmuldoon@redhat.com>
1501
1502 PR python/12438
1503 * gdb.texinfo (Python Commands): Add deprecate note to maint
1504 set/show python print-stack. Document set/show python
1505 print-backtrace.
1506
177b42fe
TJB
15072011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
1508
1509 * gdb.texinfo: Fix typos.
1510
900e11f9
JK
15112011-07-01 Tom Tromey <tromey@redhat.com>
1512
1513 * gdb.texinfo (Debugging Output): Document set debug
1514 check-physname.
1515
39c4d40a
TT
15162011-06-29 Tom Tromey <tromey@redhat.com>
1517
1518 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1519 breakpoint-notifications feature.
1520
6f5def7d
UW
15212011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
1522
1523 * gdb.texinfo (Target Description): Remove warning about
1524 possibly unstable format.
1525
8cf64490
TT
15262011-06-03 Tom Tromey <tromey@redhat.com>
1527
1528 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
1529 (Events In Python): Note that exit_code is optional.
1530
393eab54
PA
15312011-05-17 Pedro Alves <pedro@codesourcery.com>
1532
1533 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
1534 required for multi-threading support.
1535 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
1536 Hc are deprecated for multi-threading debugging. Point readers at
1537 the vCont packet.
1538
75fc9810
DE
15392011-05-15 Doug Evans <dje@google.com>
1540
1541 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
1542
01124a23
DE
15432011-05-13 Doug Evans <dje@google.com>
1544
98a5dd13
DE
1545 * gdb.texinfo (Threads): Document $sdir,$pdir.
1546 (Server): Document $pdir exception.
1547
dbaefcf7
DE
1548 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
1549
cc63ef9b
DE
1550 * gdb.texinfo (Threads): Clarify default value for
1551 libthread-db-search-path.
7e0396aa 1552
01124a23
DE
1553 * gdb.texinfo (Completion): Update example.
1554 (Debugging Output): Delete `set/show debug lin-lwp-async'.
1555
d248b706
KY
15562011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
1557
1558 * gdb.texinfo: Document change in the behaviour of the enable and
1559 disable GDB commands when applied to tracepoints.
1560 Document the EnableDisableTracepoints remote stub feature.
1561 Document QTEnable and QTDisable in the list of tracepoint packets.
1562
cc88a640
JK
15632011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1564
1565 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
1566 hsuser.texi.
1567 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
1568 comment to hsuser.texi. Change rluser.texi name in the comment.
1569
84e578fb
DE
15702011-05-10 Doug Evans <dje@google.com>
1571
1572 * gdb.texinfo (Threads): If an empty path is provided for
1573 libthread-db-search-path it is reset to its default value.
1574 (Server): Ditto.
1575
478aac75
DE
15762011-05-09 Doug Evans <dje@google.com>
1577
1578 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
1579
9c06b0b4
TJB
15802011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1581 Thiago Jung Bauermann <bauerman@br.ibm.com>
1582
1583 Implement support for PowerPC BookE masked watchpoints.
1584 * gdb.texinfo (Set Watchpoints): Document mask parameter.
1585 (PowerPC Embedded): Mention support of masked watchpoints.
1586
9ed350ad
JB
15872011-05-03 Joel Brobecker <brobecker@adacore.com>
1588
1589 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
1590 `@value{GDBN}'.
1591
4ceed123
JB
15922011-05-03 Joel Brobecker <brobecker@adacore.com>
1593
1594 * gdb.texinfo (titlepage): Remove dedication.
1595 (In Memoriam): New appendix.
1596
559a7a62
JK
15972011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1598 Eli Zaretskii <eliz@gnu.org>
1599
1600 * gdb.texinfo (Index Section Format): Change the version to 5.
1601 Describe the different formula.
1602
03f2bd59
JK
16032011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1604 Eli Zaretskii <eliz@gnu.org>
1605
1606 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
1607 for disconnected tracing.
1608 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
1609 extended-remote relationship. Mention --once.
1610 (TCP port allocation lifecycle of @code{gdbserver}): New.
1611
d9b1a651
EZ
16122011-04-23 Eli Zaretskii <eliz@gnu.org>
1613
1614 * gdb.texinfo (Server): Improve indexing. Index all optional
1615 switches to gdbserver.
1616
90476074
TT
16172011-04-20 Tom Tromey <tromey@redhat.com>
1618
1619 * gdb.texinfo (Index Section Format): New node.
1620 (Top): Add new node to menu.
1621
c21236dc
PA
16222011-04-20 Pedro Alves <pedro@codesourcery.com>
1623
1624 * gdb.texinfo (Maintenance Commands): Document `maint print
1625 remote-registers'.
1626
05c8c3f5
TT
16272011-04-20 Tom Tromey <tromey@redhat.com>
1628
1629 * gdb.texinfo (Trace File Format): Move node later.
1630
7a9dd1b2
TT
16312011-04-19 Tom Tromey <tromey@redhat.com>
1632
1633 * gdbint.texinfo (Register Information Functions): Remove
1634 duplicate "the".
1635 * gdb.texinfo (Emacs): Remove duplicate "to".
1636 (GDB/MI Variable Objects): Remove duplicate "the".
1637 (General Query Packets): Likewise.
1638
4368ebeb
JB
16392011-04-02 Joel Brobecker <brobecker@adacore.com>
1640
1641 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
1642 "GDB/MI Ada Exception Information" node.
1643
956a9fb9
JB
16442011-04-01 Joel Brobecker <brobecker@adacore.com>
1645
1646 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1647 the "exception-name" field in the *stopped async record.
1648
f1310107
TJB
16492011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
1650 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1651
1652 Implement support for PowerPC BookE ranged breakpoints.
1653 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
1654
8786b2bd
TT
16552011-03-28 Tom Tromey <tromey@redhat.com>
1656
1657 * gdb.texinfo (Set Tracepoints): Fix typo.
1658
9ef07c8c
TT
16592011-03-24 Tom Tromey <tromey@redhat.com>
1660
1661 * gdb.texinfo (Specify Location): Document `function:label'
1662 linespec.
1663
99c3dc11
PM
16642011-03-18 Phil Muldoon <pmuldoon@redhat.com>
1665
f1310107 1666 PR python/12149
99c3dc11
PM
1667
1668 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
1669
29703da4
PM
16702011-03-17 Phil Muldoon <pmuldoon@redhat.com>
1671
1672 * gdb.texinfo (Blocks In Python): Add is_valid method description.
1673 (Inferiors In Python): Likewise.
1674 (Threads In Python): Likewise.
1675 (Symbols In Python): Likewise.
1676 (Objfiles In Python): Likewise.
1677 (Symbol Tables In Python): Likewise.
1678
c9174737
PA
16792011-03-15 Pedro Alves <pedro@codesourcery.com>
1680
1681 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
1682 display>: Explain that the commands accept number ranges.
1683
7371cf6d
PM
16842011-03-14 Phil Muldoon <pmuldoon@redhat.com>
1685
1686 * gdb.texinfo (Breakpoints In Python): Add description and example
1687 of Python stop function operation.
1688
ecec24e6
PM
16892011-03-10 Phil Muldoon <pmuldoon@redhat.com>
1690
1691 * gdb.texinfo (Parameters In Python): Document get_set_string and
1692 get_show_string methods.
1693
6dcd5565
JK
16942011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1695
1696 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
1697
81896e36
JK
1698 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
1699 circular-trace-buffer name.
1700
5e30da2c
JB
17012011-02-28 Joel Brobecker <brobecker@adacore.com>
1702
1703 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
1704 in the previous change.
1705
3bd0f5ef 17062011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
1707
1708 * gdb.texinfo (Inferiors and Programs): Update commands to show
1709 that they can accept multiple arguments.
1710
4ec7539c
JB
17112011-02-24 Joel Brobecker <brobecker@adacore.com>
1712
1713 Revert the following patch (code patch was not approved):
1714 2011-02-21 Hui Zhu <teawater@gmail.com>
1715 * agentexpr.texi (bytecode descriptions): add printf.
1716 * gdb.texinfo (tracepoint action lists): add printf.
1717
82809774
DE
17182011-02-23 Doug Evans <dje@google.com>
1719
1720 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
1721
e5a67952
MS
17222011-02-23 Michael Snyder <msnyder@vmware.com>
1723
1724 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
1725 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
1726 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
1727
6e6fbe60
DE
17282011-02-22 Doug Evans <dje@google.com>
1729
1730 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
1731 Clarify behaviour of lookup_symbol when `block' argument is omitted,
1732 add description of result, fix @defun formatting.
1733
f994e27a
HZ
17342011-02-21 Hui Zhu <teawater@gmail.com>
1735
1736 * agentexpr.texi (Bytecode Descriptions): Add printf.
1737 * gdb.texinfo (Tracepoint Action Lists): Add printf.
1738
c7f96d2b
TT
17392011-02-18 Tom Tromey <tromey@redhat.com>
1740
1741 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
1742
60f98dde
MS
17432011-02-14 Michael Snyder <msnyder@vmware.com>
1744
1745 * gdb.texinfo (threads): Document argument for "info threads" cmd.
1746 Document new command "thread find".
1747
08e796bc
MS
17482011-02-14 Michael Snyder <msnyder@vmware.com>
1749
1750 * gdb.texinfo (Threads): Update example of new thread message.
1751
b3b9301e
PA
17522011-02-14 Pedro Alves <pedro@codesourcery.com>
1753
1754 * gdb.texinfo (Remote Configuration): Mention set/show remote
1755 traceframe-info.
1756 (Tools/Packages Optional for Building GDB): Mention that expat is
1757 used for traceframe info.
1758 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
1759 (General Query Packets) <qSupported>: Describe the
1760 qXfer:traceframe-info:read feature.
1761 (qXfer::read): Describe qXfer:traceframe-info:read.
1762 (Traceframe Info Format): New section.
1763
cef35b0f
PA
17642011-02-04 Pedro Alves <pedro@codesourcery.com>
1765
1766 * gdbint.texinfo (Formatting): Mention some formatting guidelines
1767 for casts and unary operators.
1768
f1cbe1d3
TT
17692011-02-04 Tom Tromey <tromey@redhat.com>
1770
1771 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
1772 is not useful.
1773
585fdaa1
PA
17742011-01-25 Pedro Alves <pedro@codesourcery.com>
1775
1776 * gdb.texinfo: s/value optimized out/optimized out/g
1777
7bfc9434
JB
17782011-01-21 Joel Brobecker <brobecker@adacore.com>
1779
1780 * gdb.texinfo (Other Misc Settings): Rework part of the
1781 documentation of the "set interactive mode" command.
1782
4694da01
TT
17832011-01-19 Tom Tromey <tromey@redhat.com>
1784
1785 * gdb.texinfo (Threads): Document thread name output and `thread
1786 name' command.
1787 (Threads In Python): Document Thread.name attribute.
1788 (GDB/MI Thread Commands): Document thread attributes.
1789
b716877b
AB
17902011-01-12 Andrew Burgess <aburgess@broadcom.com>
1791
1792 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
1793 changes in mi/mi-cmd-disas.c
1794
13fd8b81
TT
17952011-01-12 Tom Tromey <tromey@redhat.com>
1796
1797 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
1798 Fix "thread apply" text.
1799
e09342b5
TJB
18002011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1801 Thiago Jung Bauermann <bauerman@br.ibm.com>
1802
1803 Implement support for PowerPC BookE ranged watchpoints.
1804 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
1805 the "set powerpc exact-watchpoints" flag.
1806
06e65f44
TT
18072011-01-07 Tom Tromey <tromey@redhat.com>
1808
1809 * gdb.texinfo (Python API): Add descriptions to @menu items.
1810
d8e22779
TT
18112011-01-06 Tom Tromey <tromey@redhat.com>
1812
1813 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
1814
a255712f
PP
18152010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
1816
e09342b5 1817 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 1818
ccfc3d6e
TT
18192011-01-06 Tom Tromey <tromey@redhat.com>
1820
1821 PR python/12133:
1822 * gdb.texinfo (Frames In Python): Document various frame
1823 constants.
1824
44944448
JB
18252011-01-05 Joel Brobecker <brobecker@adacore.com>
1826
1827 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
1828 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
1829 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
1830
42ea3d7a
JK
18312011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1832
1833 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
1834 (clean): Add GDBvn.texi.
1835
720d1a40
JB
18362010-12-29 Joel Brobecker <brobecker@adacore.com>
1837
1838 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
1839 occasional case where the debugger prints an array address
1840 instead of the array itself.
1841
ad196637
PA
18422010-12-23 Pedro Alves <pedro@codesourcery.com>
1843
1844 * gdb.texinfo (Packets) <read registers packet>: Document support
1845 for registers that were not collected.
1846
a86caf66
DE
18472010-12-15 Doug Evans <dje@google.com>
1848
1849 * gdb.texinfo (Startup): Document auto-loading of scripts during
1850 startup.
1851 (Auto-loading): Delete "maint set python auto-load on|off".
1852 Add "set auto-load-scripts on|off".
1853
aae1c79a
DE
18542010-12-07 Doug Evans <dje@google.com>
1855
1856 * gdb.texinfo (Mode Options): Document -data-directory.
1857 (Data Files): Add reference to -data-directory.
1858
4e04c971
DE
18592010-11-29 Doug Evans <dje@google.com>
1860
1861 * gdb.texinfo (Pretty-Printer Introduction): Change
1862 printer-name:subprinter-name to printer-name;subprinter-name.
1863
94b6973e
PM
18642010-11-29 Phil Muldoon <pmuldoon@redhat.com>
1865
1866 PR python/12199
1867
1868 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
1869
39037522
TT
18702010-11-23 Tom Tromey <tromey@redhat.com>
1871
1872 * gdb.texinfo (Top): Check SYSTEM_READLINE.
1873 (Editing): Likewise.
1874 (Command History): Likewise.
1875 (TUI Keys): Likewise.
1876 (Bug Reporting): Conditionally include rluser.texi and
1877 inc-history.texinfo.
1878 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
1879 (GDB_DOC_SOURCE_INCLUDES): Add comment.
1880 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
1881 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
1882 (gdb.pdf): Likewise.
1883 (gdb.info): Likewise.
1884 (gdb/index.html): Likewise.
1885
5ae98d25
TT
18862010-11-23 Tom Tromey <tromey@redhat.com>
1887
1888 * Makefile.in (Makefile): Run ../config.status.
1889 (distclean): Update.
1890 * configure: Remove.
1891 * configure.ac: Remove.
1892
621c8364
TT
18932010-11-12 Tom Tromey <tromey@redhat.com>
1894
1895 * gdb.texinfo (Basic Python): Update. Add xref.
1896 (Exception Handling): Document new exception classes.
1897 (Types In Python): Update.
1898 (Frames In Python): Update.
1899
84f4c1fe
PM
19002010-11-11 Phil Muldoon <pmuldoon@redhat.com>
1901
1902 * gdb.texinfo (Breakpoints In Python): Document "internal"
1903 parameter, and visible attribute.
1904
99e7ae30
DE
19052010-11-05 Doug Evans <dje@google.com>
1906
1907 * gdb.texinfo (Source Path): Document "set directories".
1908
f4b8a18d
KW
19092010-11-05 Ken Werner <ken.werner@de.ibm.com>
1910
1911 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
1912 (OpenCL C): New node.
1913
7b51bc51
DE
19142010-11-02 Doug Evans <dje@google.com>
1915
1916 * gdb.texinfo (Pretty Printing): Expand into three sections,
1917 introduction, example, and commands.
1918 (Python API): Delete section Disabling Pretty-Printers, merge into
1919 Selecting Pretty-Printers.
1920 (Writing a Pretty-Printer): New section. Move the pretty-printer
1921 example here, and reformat to match python coding style. Add a second
1922 example using the gdb.printing module.
1923 (Python modules): Add gdb.printing.
1924
9eeee977
DE
19252010-10-29 Doug Evans <dje@google.com>
1926
1927 * gdb.texinfo (Python): Fix long line.
1928
a0e0ffdf
DE
19292010-10-20 Doug Evans <dje@google.com>
1930
1931 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
1932 All references updated. Correct sections marked as subsections.
1933 (Coding Standards): New chapter. Move the coding standard related
1934 subsections here. Add section on Python coding standards.
1935
0e3509db
DE
19362010-10-13 Doug Evans <dje@google.com>
1937
1938 * gdb.texinfo (Python): Add "Python modules".
1939 (Types in Python): Add reference to gdb.types section.
1940 (Python modules): New node.
1941
44592cc4
DE
19422010-10-11 Doug Evans <dje@google.com>
1943
1944 * gdb.texinfo (Values From Inferior): Add reference to "Types in
1945 Python" from gdb.Value.type description.
1946
6e1bb179
JB
19472010-09-28 Joel Brobecker <brobecker@adacore.com>
1948
1949 * gdb.texinfo (Ravenscar Profile): New node.
1950
e8467610
TT
19512010-09-22 Tom Tromey <tromey@redhat.com>
1952
1953 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
1954
fccd1d1e
EZ
19552010-09-22 Eli Zaretskii <eliz@gnu.org>
1956
1957 * gdb.texinfo (Values From Inferior): Clarify that
1958 value.dynamic_type works only in C++ programs with RTTI.
1959
c1b6b909
TT
19602010-09-15 Paul Bolle <pebolle@tiscali.nl>
1961
1962 * gdb.texinfo (Character Sets): Correctly reference host-charset
1963 in example.
1964
7d288aaa
TT
19652010-09-13 Tom Tromey <tromey@redhat.com>
1966
1967 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
1968 Document "fullname" and "from".
1969
f75d858b
MK
19702010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
1971
1972 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
1973 feature `reverse' output by -list-target-features.
1974
83b9503b
L
19752010-08-31 H.J. Lu <hongjiu.lu@intel.com>
1976
1977 * gdb.texinfo (i386 Features): Remove an extra "@item".
1978
03f17ccf
TT
19792010-08-30 Tom Tromey <tromey@redhat.com>
1980
1981 PR python/11792:
1982 * gdb.texinfo (Values From Inferior): Document dynamic_type.
1983
9779414d
DJ
19842010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
1985
1986 * gdb.texinfo (ARM Features): Document
1987 org.gnu.gdb.arm.m-profile.
1988
f9ffd4bb
TT
19892010-08-23 Tom Tromey <tromey@redhat.com>
1990
1991 PR python/11145:
1992 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
1993 reinterpret_cast methods.
1994
702c2711
TT
19952010-08-23 Tom Tromey <tromey@redhat.com>
1996
1997 PR python/11915:
1998 * gdb.texinfo (Types In Python): Document array method.
1999
66b73624
TJB
20002010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
2001
2002 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
2003
06a64a0b
TT
20042010-08-16 Tom Tromey <tromey@redhat.com>
2005
2006 * gdb.texinfo (Set Watchpoints): Document -location option.
2007
a3a7127e
DE
20082010-08-13 Doug Evans <dje@google.com>
2009
2010 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
2011
8dedea02
VP
20122010-08-13 Vladimir Prus <vladimir@codesourcery.com>
2013
2014 * gdb.texinfo (GDB/MI Data Manipulation): Document
2015 -data-read-memory-raw and -data-write-memory-raw.
2016
ca5c20b6 20172010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 2018 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
2019
2020 * gdb.texinfo (Basic Python): Describe post_event API.
2021
cb2e07a6
PM
20222010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2023
2024 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 2025 decode_line Python APIs
cb2e07a6 2026
464b3efb
TT
20272010-08-10 Tom Tromey <tromey@redhat.com>
2028
2029 * gdb.texinfo (Pretty Printing API): Document
2030 gdb.default_visualizer.
2031
c29c521f
TT
20322010-08-10 Tom Tromey <tromey@redhat.com>
2033
2034 Revert gdb-add-index addition:
2035 * gdb.texinfo (Index Files): Don't document gdb-add-index.
2036
5da1313b
JK
20372010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2038 Eli Zaretskii <eliz@gnu.org>
2039
2040 * gdb.texinfo (Mode Options) <-batch>
2041 (Basic Python) <gdb.execute>: Describe setting width and height.
2042
02d868e8
PP
20432010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
2044
2045 * gdb.texinfo (Threads): Document 'debug libthread-db'.
2046
c2bbed2a
TT
20472010-07-30 Tom Tromey <tromey@redhat.com>
2048
2049 * gdb.texinfo (Index Files): Mention gdb-add-index.
2050
6c13bbe1
HZ
20512010-07-30 Hui Zhu <teawater@gmail.com>
2052
2053 * gdb.texinfo (Inferiors and Programs): Update the introduce of
2054 "detach inferior" and "kill inferior".
2055
53a71c06
CR
20562010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
2057
2058 * gdb.texinfo (Machine Code): Update description of two forms of
2059 arguments, and add new example to demonstrate the new form.
2060
5374244e
PM
20612010-07-27 Phil Muldoon <pmuldoon@redhat.com>
2062
2063 * gdb.texinfo (Values From Inferior): Add value inferior function
2064 call description.
2065
8ea5bce5
JK
20662010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2067
2068 * gdb.texinfo (Active Targets): Fix wrong comma placement.
2069
c0edd9ed
JK
20702010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2071 Eli Zaretskii <eliz@gnu.org>
2072
2073 Make core files the process_stratum.
2074 * gdb.texinfo (Active Targets): Remove core_stratum. Include
2075 record_stratum example.
2076
9291a0cd
TT
20772010-07-13 Tom Tromey <tromey@redhat.com>
2078
2079 * gdb.texinfo (Index Files): New node.
2080
f5011d11
TT
20812010-07-13 Tom Tromey <tromey@redhat.com>
2082
2083 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
2084
0f5238ed
TT
20852010-07-13 Tom Tromey <tromey@redhat.com>
2086
2087 * gdb.texinfo (Specify Location): Document labels.
2088
74c761c1
PA
20892010-07-01 Pedro Alves <pedro@codesourcery.com>
2090
2091 * gdb.texinfo (Create and Delete Tracepoints): Add more index
2092 entries for fast tracepoints and static tracepoints.
2093
501994c0
PA
20942010-07-01 Pedro Alves <pedro@codesourcery.com>
2095
2096 * gdb.texinfo (General Query Packets) <qfThreadInfo,
2097 qsThreadInfo>: Spell out `l' as ell.
2098
0fb4aa4b
PA
20992010-07-01 Pedro Alves <pedro@codesourcery.com>
2100
2101 * gdb.texinfo (Convenience Variables): Document $_sdata.
2102 (Commands to Set Tracepoints): Describe static tracepoints. Add
2103 `Listing Static Tracepoint Markers' menu entry. Document
2104 "strace".
2105 (Tracepoint Action Lists): Document collecting $_sdata.
2106 (Listing Static Tracepoint Markers): New subsection.
2107 (Tracepoints support in gdbserver): Mention static tracepoints.
2108 (remote packets, enabling and disabling): Mention
2109 read-sdata-object.
2110 (General Query Packets) <qSupported>: Document qXfer:sdata:read
2111 and StaticTracepoint.
2112 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
2113 Document qXfer:sdata:read.
2114 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
2115
dc3b15be
JB
21162010-06-29 Joel Brobecker <brobecker@adacore.com>
2117
2118 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
2119
595939de
PM
21202010-06-28 Phil Muldoon <pmuldoon@redhat.com>
2121 Tom Tromey <tromey@redhat.com>
2122 Thiago Jung Bauermann <bauerman@br.ibm.com>
2123
2124 * gdb.texinfo (Inferiors In Python): New node.
2125 * gdb.texinfo (Threads In Python): New node.
2126
9279c692
JB
21272010-06-28 Joel Brobecker <brobecker@adacore.com>
2128
2129 * gdb.texinfo (Python): Document what the python directory is
2130 and what its location is.
2131 (Basic Python): Document the gdb.PYTHONDIR constant.
2132
bc9f0842
TT
21332010-06-25 Tom Tromey <tromey@redhat.com>
2134
2135 PR python/10808:
2136 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
2137
f1421989
HZ
21382010-06-24 Hui Zhu <teawater@gmail.com>
2139
2140 * gdb.texinfo: (Commands for Controlled Output): Add
2141 documentation for command "eval".
2142
e4c0cfae
SS
21432010-06-21 Stan Shebs <stan@codesourcery.com>
2144
2145 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
2146 * annotate.texinfo: Ditto.
2147 * gdbint.texinfo: Ditto.
2148 * stabs.texinfo: Ditto.
2149
bb08c432
HZ
21502010-06-22 Hui Zhu <teawater@gmail.com>
2151
2152 * gdb.texinfo: (Process Record and Replay): Add documentation
2153 for command "set record memory-query".
2154
4f5d9f07
SS
21552010-06-21 Stan Shebs <stan@codesourcery.com>
2156
2157 * gdb.texinfo: Relicense under GFDL version 1.3.
2158 * annotate.texinfo: Relicense under GFDL version 1.3.
2159 * gdbint.texinfo: Relicense under GFDL version 1.3.
2160 * stabs.texinfo: Relicense under GFDL version 1.3.
2161 * fdl.texi: Update to version 1.3.
2162
6aed2dbc
SS
21632010-06-18 Stan Shebs <stan@codesourcery.com>
2164
a61408f8
SS
2165 * gdb.texinfo (Operating System Auxiliary Information): Describe
2166 "info os" when no arguments given.
2167
6aed2dbc
SS
2168 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
2169 $_thread.
2170
24e933df
HZ
21712010-06-18 Hui Zhu <teawater@gmail.com>
2172
2173 * gdb.texinfo: (Process Record and Replay): Add documentation
2174 for commands "record save" and "record restore".
2175
65d79d4b
SDJ
21762010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2177
2178 * gdb.texinfo: Include information about the correct use
2179 of addresses in the `watch' command.
2180
d914c394
SS
21812010-06-11 Stan Shebs <stan@codesourcery.com>
2182
2183 * gdb.texinfo (Observer Mode): New section.
2184 (General Query Packets): Document QAllow.
889bf7c5 2185
967cf477
DE
21862010-06-04 Doug Evans <dje@google.com>
2187
2188 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
2189
aaf4119b
DE
21902010-06-03 Doug Evans <dje@google.com>
2191
2192 * gdbint.texinfo (Coding): Add subsection on command names.
2193
9eae7c52
TT
21942010-06-02 Tom Tromey <tromey@redhat.com>
2195
2196 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
2197 always-disassemble.
2198
fa593d66
PA
21992010-06-01 Pedro Alves <pedro@codesourcery.com>
2200
2201 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
2202 gdbserver, and add cross reference.
2203 (Tracepoints support in gdbserver): New subsection.
2204
dde08ee1
PA
22052010-05-26 Pedro Alves <pedro@codesourcery.com>
2206
2207 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
2208 `qRelocInsn' feature.
2209 (Relocate instruction reply packet): New subsection
2210 of `Tracepoint Packets'.
2211 (Tracepoint Packets): Mention that packets QTDP and QTStart
2212 support the qRelocInsn request, and add cross reference to new
2213 subsection.
2214
07ca107c
DE
22152010-05-25 Doug Evans <dje@google.com>
2216
2217 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
2218 (Commands In Python): Document gdb.string_to_argv.
2219
c25c4a8b
JK
22202010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2221
2222 * gdbint.texinfo (Host Definition): Remove items NORETURN and
2223 ATTR_NORETURN.
2224
d7b32ed3 22252010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
2226 Tom Tromey <tromey@redhat.com>
2227 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 2228
c25c4a8b 2229 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 2230
6aecb9c2
JB
22312010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
2232
2233 * gdb.texinfo: (Summary) Add mention about D language support.
2234 (Filenames): Add D suffixes.
2235 (D): New node.
2236
b7da9e9f
PM
22372010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
2238
2239 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
2240 of macro deleted from GDB code.
2241
ab38a727
PA
22422010-04-24 Pedro Alves <pedro@codesourcery.com>
2243
2244 * gdb.texinfo (Commands to specify files): Describe what how GDB
2245 looks up DOS-based filesystem paths on the system root. Document
2246 the new `set/show target-file-system-kind' commands.
2247
66d09542
DE
22482010-04-23 Doug Evans <dje@google.com>
2249
2250 * gdb.texinfo (Python): Move Auto-loading section here ...
2251 (Python API): from here.
2252 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
2253 (Maintenance Commands): Add docs for "maint print section-scripts".
2254
8bd10a10
CM
22552010-04-20 Chris Moller <cmoller@redhat.com>
2256
2257 * gdb.texinfo (Setting Breakpoints): Added description of
2258 filename-qualified rbreak.
2259 * refcard.tex (Breakpoints and Watchpoints): Added brief
2260 description of filename-qualified rbreak.
2261
4c374409
JK
22622010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2263
2264 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
2265 (Python API): Change the reference to Pretty Printing API.
2266 (Pretty Printing): Move the user part under the Data node. Reformat
2267 the sample output to 72 columns. Create a new reference to Pretty
2268 Printing API. Rename the API part ...
2269 (Pretty Printing API): To a new node name.
2270 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
2271 (GDB/MI Variable Objects): Change references to Pretty Printing API.
2272
5a9351ae
SS
22732010-04-21 Stan Shebs <stan@codesourcery.com>
2274
2275 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 2276 and commands.
5a9351ae 2277 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 2278
9a22f0d0
PM
22792010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
2280
2281 * gdb.texinfo (Examining memory): Update for change in string
2282 display with explicit size.
2283
6149aea9
PA
22842010-04-19 Pedro Alves <pedro@codesourcery.com>
2285
2286 PR breakpoints/8554.
2287
2288 * gdb.texinfo (Save Breakpoints): New node.
2289 (save-tracepoints): Rename to ...
2290 (save tracepoints): ... this. Mention that `save-tracepoints' is
2291 a deprecated alias to `save tracepoints'.
2292
711e434b
PM
22932010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
2294
645797a8 2295 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
2296 (info w32 thread-information-block): Document new command.
2297 (qGetTIBAddress): Document new gdbserver query.
2298 (maint set/show show-all-tib): Document new command.
2299
3f7b2faa
DE
23002010-04-15 Doug Evans <dje@google.com>
2301
fa33c3cd
DE
2302 * gdb.texinfo (Python API): Add progspaces section.
2303 (Selecting Pretty-Printers): Progspace pretty-printers are
2304 searched too.
2305 (Progspaces In Python): New section.
2306
3f7b2faa
DE
2307 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
2308
79f283fe
PM
23092010-04-14 Phil Muldoon <pmuldoon@redhat.com>
2310
2311 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
2312 returns None.
2313
87290684
SS
23142010-04-09 Stan Shebs <stan@codesourcery.com>
2315
2316 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2317 Describe the `frames-created' field, tweak grammar.
2318
a97153c7
PA
23192010-04-09 Pedro Alves <pedro@codesourcery.com>
2320
2321 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2322 Describe the `circular' and `disconnected' fields.
2323
5c5dcc1b
L
23242010-04-09 H.J. Lu <hongjiu.lu@intel.com>
2325
2326 * gdb.texinfo (maint print registers): Mention unavailable and
2327 invisible registers.
2328
adc36818
PM
23292010-04-09 Phil Muldoon <pmuldoon@redhat.com>
2330 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 2331 Tom Tromey <tromey@redhat.com>
adc36818
PM
2332
2333 * gdb.texinfo (Breakpoints In Python): New Node.
2334
33da3f1c
SS
23352010-04-08 Stan Shebs <stan@codesourcery.com>
2336
2337 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
2338 trace status fields.
2339
3a13a53b
L
23402010-04-08 H.J. Lu <hongjiu.lu@intel.com>
2341
2342 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
2343 optional. Make org.gnu.gdb.i386.avx requires
2344 org.gnu.gdb.i386.avx.
2345
08001717
DE
23462010-04-08 Doug Evans <dje@google.com>
2347
2348 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
2349 search path, and document that gdb only scans the search path if
2350 the script's path doesn't specify a directory.
2351
c375651d
DE
23522010-04-05 Doug Evans <dje@google.com>
2353
2354 * gdb.texinfo (maint show python auto-load): Fix typo.
2355
af54718e
SS
23562010-04-04 Stan Shebs <stan@codesourcery.com>
2357
d77f58be
SS
2358 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
2359 (Setting Watchpoints): Update description of "info watch".
2360 (Disabling Breakpoints): Only "info break" lists all.
2361
af54718e
SS
2362 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
2363 (tdump): Explain how tdump works.
2364
86b17b60
PA
23652010-04-01 Pedro Alves <pedro@codesourcery.com>
2366
2367 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
2368 add cross reference.
2369
ff12863f
PA
23702010-03-31 Pedro Alves <pedro@codesourcery.com>
2371
2372 * gdb.texinfo (TUI Commands): Mention that in some cases, these
2373 commands error out.
2374
f68eb612
L
23752010-03-30 H.J. Lu <hongjiu.lu@intel.com>
2376
2377 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
2378
c8d5aac9
L
23792010-03-30 H.J. Lu <hongjiu.lu@intel.com>
2380
2381 * gdb.texinfo (General Query Packets): Add xmlRegisters.
2382
7d13fe92
SS
23832010-03-29 Stan Shebs <stan@codesourcery.com>
2384 Nathan Sidwell <nathan@codesourcery.com>
2385
2386 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
2387 GDBN equivalent.
2388 (Set Tracepoints): Remove mention that conditional tracepoints
2389 don't exist.
2390 (Tracepoint Actions): Clarify when while-stepping collection
2391 happens, note that while-stepping does not automatically collect
2392 $pc.
2393
409873ef 23942010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 2395
409873ef
SS
2396 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
2397 (General Query Packets): Describe TracepointSource.
2398
ee8e71d4
EZ
23992010-03-27 Matt Rice <ratmice@gmail.com>
2400
c8d5aac9
L
2401 * gdb.texinfo (ARM): Document arguments to "target sim".
2402 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 2403
99b5e152
PA
24042010-03-26 Pedro Alves <pedro@codesourcery.com>
2405
2406 * gdb.texinfo (Tracepoint Packets): Remove mention that
2407 terror:string may be plain text, and drop mention of X prefix.
2408
cd64ee31
VP
24092010-03-26 Vladimir Prus <vladimir@codesourcery.com>
2410
2411 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
2412
6c28cbf2
SS
24132010-03-24 Stan Shebs <stan@codesourcery.com>
2414
2415 * gdb.texinfo (Tracepoint Packets): Document trace error status.
2416
95a42b64
TT
24172010-03-24 Tom Tromey <tromey@redhat.com>
2418
2419 PR breakpoints/9352:
2420 * gdb.texinfo (Break Commands): Update.
2421
18148017
VP
24222010-03-24 Vladimir Prus <vladimir@codesourcery.com>
2423
2424 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
2425 commands.
2426
4daf5ac0
SS
24272010-03-16 Stan Shebs <stan@codesourcery.com>
2428
2429 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
2430 circular-trace-buffer.
2431 (Tracepoint Packets): Describe QTBuffer, and details of the
2432 qTStatus reply.
2433
c9429232
SS
24342010-03-12 Stan Shebs <stan@codesourcery.com>
2435 Nathan Sidwell <nathan@codesourcery.com>
2436
2437 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
2438 doing instruction stepping.
2439 (Tracepoint Restrictions): New node.
2440
ccefe4c4
TT
24412010-03-10 Tom Tromey <tromey@redhat.com>
2442
2443 * gdbint.texinfo (Symbol Handling): Update.
2444
7c953934
TT
24452010-03-08 Tom Tromey <tromey@redhat.com>
2446
2447 PR cli/9591:
2448 * gdb.texinfo (Mode Options): Mention lack of pagination and
2449 confirmation with --batch.
2450 (Screen Size): Mention --batch.
2451 (Messages/Warnings): Likewise.
2452
f870a310
TT
24532010-03-05 Tom Tromey <tromey@redhat.com>
2454
2455 * gdb.texinfo (Basic Python): Document target_charset and
2456 target_wide_charset.
2457
78e2826b
TT
24582010-03-05 Tom Tromey <tromey@redhat.com>
2459
2460 * gdb.texinfo (Data): Link to pretty-printing.
2461 (Output Formats): Likewise. Correct text.
2462
f5dff777
DJ
24632010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
2464
2465 * gdb.texinfo (Types): Describe <struct> and <flags>.
2466
dc00d89f
PM
24672010-02-28 Phil Muldoon <pmuldoon@redhat.com>
2468
2469 * gdb.texinfo (Frames In Python): Add block parameter and
2470 description to read_var text.
2471
5107b149 24722010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 2473 Tom Tromey <tromey@redhat.com>
5107b149
PM
2474
2475 * gdb.texinfo (Types In Python): Describe block argument in
2476 template_argument and gdb.lookup_type.
2477
e03e5e7b
TT
24782010-02-24 Tom Tromey <tromey@redhat.com>
2479
2480 * gdb.texinfo (Cygwin Native): Fix typo.
2481
f3e9a817
PM
24822010-02-24 Phil Muldoon <pmuldoon@redhat.com>
2483
2484 * gdb.texinfo (Frames In Python): Add block, find_sal, function
2485 and select method descriptions.
2486 (Python API): Add Blocks In Python, Symbols in Python and Symbol
2487 Tables in Python to menu.
2488 (Blocks In Python): New node.
2489 (Symbols In Python): New node.
2490 (Symbol Tables in Python): New node.
2491
a79b8f6e
VP
24922010-02-24 Vladimir Prus <vladimir@codesourcery.com>
2493
2494 Multiexec MI
2495
2496 gdb/
2497 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
2498
2499 gdb/doc/
2500 * gdb.texinfo (GDB/MI Command Syntax): Document notification
2501 changes.
2502 (GDB/MI Program Execution): Document current behaviour of
2503 --all and --thread-group.
2504 (GDB/MI Miscellaneous Commands): Document -add-inferior and
2505 -remove-inferior.
2506 * observer.texi (inferior_added, inferior_removed): New
2507 observers.
2508
629d6a47
TT
25092010-02-19 Tom Tromey <tromey@redhat.com>
2510
2511 * gdbint.texinfo (Getting Started): Fix @node.
2512 (Debugging GDB): Likewise.
2513
c09529e5
JB
25142010-02-13 Joel Brobecker <brobecker@adacore.com>
2515
2516 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
2517 documenting the gdb_test_timeout variable.
2518
540aa8e7
MS
25192010-02-12 Jakob Engblom <jakob@virtutech.com>
2520
2521 * gdb.texinfo (MI commands): Added documentation of --reverse
2522 option to a set of MI commands. Restructured documentation of MI
2523 commands --exec-continue to reflect the complexity of reverse
2524 execution.
2525
081dfbf7
PA
25262010-02-12 Pedro Alves <pedro@codesourcery.com>
2527
2528 * gdb.texinfo (Using the Collected Data): Specify that the address
2529 range of `tfind outsize' is exclusive, and that the address range
2530 of `tfind range' is inclusive.
2531 (Tracepoint Packets): Specify that the address range of
2532 `QTFrame:range' is inclusive, and that the address range of
2533 `QTFrame:outside' is exclusive
2534
8e9c5e02
VP
25352010-02-12 Vladimir Prus <vladimir@codesourcery.com>
2536
2537 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
2538
92981e24
TT
25392010-02-10 Tom Tromey <tromey@redhat.com>
2540
2541 * gdb.texinfo (Debugging Output): Document set debug parser and
2542 show debug parser.
2543
075b51b7
L
25442010-02-09 H.J. Lu <hongjiu.lu@intel.com>
2545
2546 * gdb.texinfo (Predefined Target Types): Add i387_ext,
2547 i386_eflags and i386_mxcsr.
2548
3bb8d5c3
L
25492010-02-08 H.J. Lu <hongjiu.lu@intel.com>
2550
2551 * gdb.texinfo: Document i386 target features.
2552
c5f80513
DE
25532010-02-05 Doug Evans <dje@google.com>
2554
2555 * gdbint.texinfo (Testsuite): Add a new section to document the
2556 various DejaGnu variables that may be overridden.
1be00882 2557 Document INTERNAL_GDBFLAGS.
c5f80513 2558
6ac33a4e
TT
25592010-02-04 Tom Tromey <tromey@redhat.com>
2560
2561 PR cli/8830:
2562 * gdb.texinfo (Files): -readnow comes before the filename for file
2563 and symbol-file.
2564
a1dcb23a
DJ
25652010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2566
2567 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
2568 Document ARM breakpoint types.
2569 (Register Packet Format): Move into the new section.
2570 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
2571
95433b34
JB
25722010-01-21 Joel Brobecker <brobecker@adacore.com>
2573
2574 * gdb.texinfo (File Options): Adjust the documentation of this
2575 switch to refer to the "source" command rather than partially
2576 duplicating some of the relevant information.
2577 (Extending GDB): Introduce and document the set/show script-extension
2578 setting.
2579 (Command Files): Add note explaining that the "source" command
2580 is also used to evalute scripts written in other languages.
2581 Remove the short slightly incorrect reference to sourcing Python
2582 scripts.
2583 (Python Commands): Document how to execute a Python script from GDB.
2584
8d576872
JB
25852010-01-19 Joel Brobecker <brobecker@adacore.com>
2586
2587 * gdb.texinfo (Command Files): Fix typo.
2588
8150ff9c
JB
25892010-01-18 Tom Tromey <tromey@redhat.com>
2590
2591 * gdb.texinfo (File Options): Document -x on .py files.
2592 (Command Files): Document handling of Python scripts.
2593
23db03a6
JZ
25942010-01-18 Jie Zhang <jie.zhang@analog.com>
2595
2596 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
2597
00bf0b85
SS
25982010-01-15 Stan Shebs <stan@codesourcery.com>
2599
2600 * gdb.texinfo (Trace Files): New section.
2601 (Tracepoint Packets): Document QTSave and qTBuffer.
2602 (Trace File Format): New appendix.
2603
be759fcf
PM
26042010-01-13 Phil Muldoon <pmuldoon@redhat.com>
2605
2606 * gdb.texinfo (Values From Inferior): Document lazy_string value
2607 method.
2608 (Python API): Add Lazy strings menu item.
2609 (Lazy Strings In Python): New node.
2610
dc146f7c
VP
26112010-01-13 Vladimir Prus <vladimir@codesourcery.com>
2612
2613 * gdb.texinfo (GDB/MI Thread Information): New.
2614 (GDB/MI Async Records): Document the core field in *stopped.
2615 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
2616 documentation
2617 (Process list): Document that osdata document may contain
2618 threads.
2619 (Remote Serial Protocol): Document qXfer:threads.
2620
d5551862
SS
26212010-01-06 Stan Shebs <stan@codesourcery.com>
2622
2623 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2624 disconnected tracing.
2625 (Tracepoint Packets): Document new protocol.
2626
7a697b8d
SS
26272010-01-05 Stan Shebs <stan@codesourcery.com>
2628
2629 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
2630 tracepoints.
2631 (Tracepoint Packets): Describe remote protocol for fast
2632 tracepoints.
2633
e6f3ec50
JB
26342010-01-01 Joel Brobecker <brobecker@adacore.com>
2635
2636 Update the "Start of New Year Procedure".
2637 * gdbint.texinfo: Add the list of files that need to be updated
2638 manually. Minor reformatting.
2639
ddc4e9c1
JB
26402010-01-01 Joel Brobecker <brobecker@adacore.com>
2641
2642 * refcard.tex: Update copyright year in header and text.
2643
9d2897ad
JB
26442010-01-01 Joel Brobecker <brobecker@adacore.com>
2645
2646 * agentexpr.texi: Add 2010 to the list of copyright years.
2647 * annotate.texinfo: Likewise.
2648 * gdb.texinfo: Likewise.
2649 * gdbint.texinfo: Likewise.
2650 * observer.texi: Likewise.
2651 * stabs.texinfo: Likewise.
2652
6da95a67
SS
26532009-12-31 Stan Shebs <stan@codesourcery.com>
2654
2655 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 2656
236f1d4d
SS
26572009-12-29 Stan Shebs <stan@codesourcery.com>
2658
2659 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 2660
f61e138d
SS
26612009-12-28 Stan Shebs <stan@codesourcery.com>
2662
2663 * gdb.texinfo (Trace State Variables): New section.
2664 (Tracepoint Packets): Describe trace state variable packets.
2665 * agentexpr.texi (Bytecode Descriptions): Describe trace state
2666 variable bytecodes.
2667
0fe7935b
DJ
26682009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
2669
2670 * gdb.texinfo (Symbols): "info variables" prints definitions, not
2671 declarations.
2672
a6b29f87
VP
26732009-12-21 Vladimir Prus <vladimir@codesourcery.com>
2674
2675 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
2676 -gdb-exit behaviour.
2677
5e4bde96
JB
26782009-12-20 Joel Brobecker <brobecker@adacore.com>
2679
2680 * gpl.texi: Update to version 3 of the GPL.
2681
a1715244
JB
26822009-12-20 Joel Brobecker <brobecker@adacore.com>
2683
2684 * Makefile.in: Update copyright header.
2685 * observer.texi: Fix the copyright header of the generated files.
2686
361ae042
PM
26872009-12-08 Phil Muldoon <pmuldoon@redhat.com>
2688
2689 * gdb.texinfo (Types In Python): Describe range function.
2690
bfd31e71
PM
26912009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
2692
2693 * gdb.texinfo (Types In Python): Describe "is_base_class".
2694
57a1d736
TT
26952009-12-03 Tom Tromey <tromey@redhat.com>
2696
2697 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
2698
8cebebb9
PP
26992009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
2700
2701 * observer.texi: New memory_changed observer.
2702
16af530a
TT
27032009-12-01 Tom Tromey <tromey@redhat.com>
2704
2705 * gdb.texinfo (Reverse Execution): Fix typo.
2706
b6199126
DJ
27072009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
2708
2709 PR gdb/8704
2710
2711 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
2712 are allowed after the breakpoint condition.
2713
7a6973ad
TT
27142009-11-23 Tom Tromey <tromey@redhat.com>
2715
2716 PR python/10782:
2717 * gdb.texinfo (Types In Python): Document Type.pointer.
2718
21a0512e
PP
27192009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
2720
2721 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 2722
a5832c8f
PA
27232009-11-11 Pedro Alves <pedro@codesourcery.com>
2724
2725 * agentexpr.texi (Tracing On Symmetrix): Delete section.
2726 (Using Agent Expressions): Delete cross reference.
2727
1eb7cd77
JB
27282009-11-07 Joel Brobecker <brobecker@adacore.com>
2729
2730 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
2731 and @settitle directives up to help makeinfo find them.
2732
24ddea62
JK
27332009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2734
2735 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
2736 (Auto-loading): Use plural and note one can use multiple components now.
2737
3afae151
VP
27382009-11-01 Vladimir Prus <vladimir@codesourcery.com>
2739
2740 * gdb.texinfo (GDB/MI Stack Manipulation): Make
2741 -stack-list-arguments have the same documentation for parameter
2742 as -stack-list-locals. Add comas.
2743
14ff2235
PM
27442009-10-27 Tom Tromey <tromey@redhat.com>
2745 Eli Zaretskii <eliz@gnu.org>
2746
c8d5aac9 2747 PR python/10781
14ff2235
PM
2748
2749 * gdb.texinfo (Values From Inferior): Document cast method.
2750
9c419145
PP
27512009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
2752
2753 * gdb.texinfo (Machine Code): Mention function name in disasssembly
2754 and adjust example.
889bf7c5 2755
29153c24
MS
27562009-10-22 Michael Snyder <msnyder@vmware.com>
2757
2758 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 2759 info record command. Also document the new save and restore
29153c24
MS
2760 commands.
2761
2b28d209
PP
27622009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
2763
2764 * gdb.texinfo (Machine Code): Mention current pc marker.
2765 (Memory): Likewise.
2766
6c95b8df
PA
27672009-10-19 Pedro Alves <pedro@codesourcery.com>
2768 Stan Shebs <stan@codesourcery.com>
2769
2770 * observer.texi (new_inferior): Rename to...
2771 (inferior_appeared): ... this.
2772
2773 * gdb.texinfo (Inferiors): Rename node to ...
2774 (Inferiors and Programs): ... this. Mention running multiple
2775 programs in the same debug session.
2776 <info inferiors>: Mention the new 'Executable' column if "info
2777 inferiors". Update examples. Document the "add-inferior",
2778 "clone-inferior", "remove-inferior" and "maint info
2779 program-spaces" commands.
2780 (Process): Rename node to...
2781 (Forks): ... this. Document "set|show follow-exec-mode".
2782
2f8132f3
MS
27832009-10-11 Michael Snyder <msnyder@vmware.com>
2784
2785 * gdb.texinfo (ReverseStep): Show default as "unsupported".
2786 (ReverseContinue): Ditto.
2787
cba4b2d3
PP
27882009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
2789
2790 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 2791
da082f17
JK
27922009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2793
2794 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
2795
08be9d71
ME
27962009-10-06 Michael Eager <eager@eagercon.com>
2797
2798 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
2799 (Embedded Processors): Add MicroBlaze.
2800 (MicroBlaze): New. Describe Xilinx MicroBlaze
2801
08a0efd0
PA
28022009-10-04 Pedro Alves <pedro@codesourcery.com>
2803
2804 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
2805
cbb8f428
EZ
28062009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
2807
2808 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
2809
30a4a70c
JB
28102009-09-23 Joel Brobecker <brobecker@adacore.com>
2811
2812 * observer.texi (solib_unloaded): Document explicitly the fact that
2813 this observer is called before the associated symbols are unloaded.
2814
b3372f91
VP
28152009-09-19 Vladimir Prus <vladimir@codesourcery.com>
2816
2817 * gdb.texinfo (GDB/MI Stack Manipulation): Document
2818 -stack-list-variables.
2819
f43030c4
TT
28202009-09-18 Tom Tromey <tromey@redhat.com>
2821
2822 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
2823 is experimental.
2824
ec7e75e7
PP
28252009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2826
2827 * gdb.texinfo (convenince variables): Mention
2828 $_siginfo could be empty.
f43030c4 2829
0cc7d26f
TT
28302009-09-15 Tom Tromey <tromey@redhat.com>
2831
2832 * gdb.texinfo (GDB/MI Variable Objects): Document
2833 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
2834 Expand -var-update documentation.
2835
a96d9b2e
SDJ
28362009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2837
2838 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
2839 feature.
2840
005ca36a
JB
28412009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
2842
2843 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
2844
0d772ac9
MS
28452009-09-10 Michael Snyder <msnyder@vmware.com>
2846
2847 * gdb.texinfo (qSupported): Mention new ReverseContinue and
2848 ReverseStep replies to the qSupported query.
2849
14fb1bac
JB
28502009-09-10 Joel Brobecker <brobecker@adacore.com>
2851
2852 Add documentation for set/show interactive-mode.
2853 * gdb.texinfo (Other Misc Settings): New node.
2854
29b090c0
DE
28552009-09-01 Doug Evans <dje@google.com>
2856
2857 * gdb.texinfo (Caching Data of Remote Targets): Add note on
2858 non-stop mode's affect on remote caching.
2859
4e5d721f
DE
28602009-08-31 Jacob Potter <jdpotter@google.com>
2861 Doug Evans <dje@google.com>
2862
2863 * gdb.texinfo (Caching Data of Remote Targets): Update text.
2864 Mark `set/show remotecache' options as obsolete.
2865 Document new `set/show stack-cache' option.
2866 Update text for `info dcache'.
2867
55333a84
DE
28682009-08-27 Doug Evans <dje@google.com>
2869
2870 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
2871 (Files): Add note on new optional regex arg to `info sharedlibrary'.
2872
bc3a0b4d
RW
28732009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2874
2875 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
2876 about autoconf.
2877
3a1ff0b6
PA
28782009-08-25 Pedro Alves <pedro@codesourcery.com>
2879
2880 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
2881 small example, and describe its columns. Replace "inferior-id" by
2882 "infno" throughout.
2883
81ecdfbb
RW
28842009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2885
af542c2e
RW
2886 * gdbint.texinfo (Releasing GDB): Point to
2887 README-maintainer-mode file for required autoconf version.
2888 * configure.ac: Do not substitute datarootdir, htmldir,
2889 pdfdir, docdir. Do not process --with-datarootdir,
2890 --with-htmldir, --with-pdfdir, --with-docdir.
2891 * configure: Regenerate.
2892
81ecdfbb
RW
2893 * configure: Regenerate.
2894
4efc6507
DE
28952009-08-20 Reid Kleckner <reid@kleckner.net>
2896
2897 * gdb.texinfo: Add chapter on JIT interface.
2898
43089a6e
NR
28992009-08-07 Nick Roberts <nickrob@snap.net.nz>
2900
2901 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 2902 confirmation request.
43089a6e 2903
99e008fe
EZ
29042009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
2905
c8d5aac9
L
2906 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
2907 CRC definitions.
99e008fe 2908
48cb2d85
VP
29092009-08-03 Vladimir Prus <vladimir@codesourcery.com>
2910
2911 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 2912 -break-commands.
48cb2d85 2913
ff1a52c6
UW
29142009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2915
2916 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
2917 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
2918
3285f3fe
UW
29192009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2920
2921 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
2922 "set spu stop-on-load" and "show spu stop-on-load" commands.
2923
e35359c5
UW
29242009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2925
2926 * gdb.texinfo (Target Descriptions): Document <compatible> element.
2927
58d6951d
DJ
29282009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2929
2930 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
2931 org.gnu.gdb.arm.neon.
2932
08d16641
PA
29332009-07-20 Pedro Alves <pedro@codesourcery.com>
2934
2935 * gdb.texinfo (Target Description Format): Mention the new <osabi>
2936 optional element.
2937 (subsection OS ABI): New subsection.
2938
782b2b07
SS
29392009-07-14 Stan Shebs <stan@codesourcery.com>
2940
2941 * gdb.texinfo (Tracepoint Conditions): New section.
2942 (General Query Packets): Describe ConditionalTracepoints.
2943 (Tracepoint Packets): Describe condition field.
2944 (Maintenance Commands): Describe maint agent-eval.
2945 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
2946
9b117ef3
HZ
29472009-07-11 Hui Zhu <teawater@gmail.com>
2948
2949 * gdb.texinfo (disassemble): Add a new modifier /r
2950 to "disassemble" command to make it print the raw instructions
2951 in hex as well as in symbolic form.
2952
f5a33284
TT
29532009-07-09 Tom Tromey <tromey@redhat.com>
2954
2955 * gdbint.texinfo (Testsuite): Document parallel make check.
2956
812f7342
TT
29572009-07-09 Tom Tromey <tromey@redhat.com>
2958
2959 * gdbint.texinfo (Testsuite): Document test transcripts.
2960
fbb8f299
PM
29612009-07-10 Phil Muldoon <pmuldoon@redhat.com>
2962
2963 * gdb.texinfo (Values From Inferior): Add length parameter
2964 description.
2965
dd8f35ac
EZ
29662009-07-04 Chris Genly <chris@genly.us>
2967
2968 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
2969 in -var-list-children. Fix example according to what the code
2970 does.
2971
2277426b
PA
29722009-07-02 Pedro Alves <pedro@codesourcery.com>
2973
2974 * gdb.texinfo (Debugging multiple inferiors): Document the
2975 "inferior", "detach inferior" and "kill inferior" commands.
2976 (Debugging Programs with Multiple Processes): Adjust to mention
2977 generic "inferior" commands. Delete mention of "detach fork" and
2978 "delete fork". Cross reference to "Debugging multiple inferiors"
2979 section.
2980
a6d9a66e
UW
29812009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
2982
5af949e3
UW
2983 * gdbint.texinfo (Item Output Functions): Update signature
2984 for ui_out_field_core_addr.
2985
29862009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
2987
2988 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
2989 Update example code extrated from breakpoint.c.
2990
9901a55b 29912009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 2992
9901a55b
PP
2993 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
2994 MI commands.
2995 (GDB/MI Symbol Query): Likewise.
2996 (GDB/MI File Commands): Likewise.
2997 (GDB/MI File Transfer Commands): Likewise.
2998 (GDB/MI Target Manipulation): Likewise.
2999 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 3000
edb3359d
DJ
30012009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
3002
3003 * gdb.texinfo (Debugging Optimized Code): New chapter.
3004 (Compiling for Debugging): Reference it. Move some
3005 text to the new section.
3006
7cd1089b
PM
30072009-06-15 Phil Muldoon <pmuldoon@redhat.com>
3008
3009 * doc/gdb.texinfo (Calling): Document
3010 set-unwind-on-terminating-exception usage.
3011
d4db2f36
PA
30122009-06-11 Pedro Alves <pedro@codesourcery.com>
3013
3014 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
3015 command.
3016
d1a7880c
PA
30172009-06-07 Pedro Alves <pedro@codesourcery.com>
3018
3019 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
3020 references.
3021
473f94e6
UW
30222009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
3023
3024 * gdbint.texinfo: Rename formal parameters to gdbarch function
3025 protoypes from "current_gdbarch" to "gdbarch".
3026
8f500870
TT
30272009-05-28 Tom Tromey <tromey@redhat.com>
3028
3029 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
3030
b6313243
TT
30312009-05-27 Tom Tromey <tromey@redhat.com>
3032
3033 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
3034 feature.
3035 (GDB/MI Variable Objects): Document -var-set-visualizer.
3036
30372009-04-02 Tom Tromey <tromey@redhat.com>
3038
3039 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
3040 feature.
3041 (GDB/MI Variable Objects): Document -var-set-visualizer.
3042
a6bac58e
TT
30432009-05-27 Tom Tromey <tromey@redhat.com>
3044 Thiago Jung Bauermann <bauerman@br.ibm.com>
3045 Phil Muldoon <pmuldoon@redhat.com>
3046
3047 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
3048 (Pretty Printing): New node.
3049 (Selecting Pretty-Printers): Likewise.
3050 (Python API): Update.
3051 (Output Formats): Document /r format.
3052
2c74e833
TT
30532009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
3054 Tom Tromey <tromey@redhat.com>
3055
3056 * gdb.texinfo (Types In Python): New node.
3057 (Values From Inferior): "type" is now an attribute.
3058 (Python API): Update.
3059
89c73ade
TT
30602009-05-27 Tom Tromey <tromey@redhat.com>
3061 Thiago Jung Bauermann <bauerman@br.ibm.com>
3062 Phil Muldoon <pmuldoon@redhat.com>
3063
3064 * gdb.texinfo: Add @syncodeindex for `tp'.
3065 (Python API): Update.
3066 (Auto-loading): New node.
3067 (Objfiles In Python): New node.
3068
17a37d48
PP
30692009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
3070
3071 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 3072
6718376f
NR
30732009-05-15 Nick Roberts <nickrob@snap.net.nz>
3074
3075 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
3076
cbe54154
PA
30772009-05-12 Pedro Alves <pedro@codesourcery.com>
3078
3079 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
3080 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
3081 show show-debug-regs' docs.
3082
8e05493c
EZ
30832009-05-08 Eli Zaretskii <eliz@gnu.org>
3084
3085 * gdb.texinfo (Process Record and Replay): Add description of
3086 reverse execution.
3087
b39f4988
JB
30882009-05-07 Joel Brobecker <brobecker@adacore.com>
3089
3090 * gdbint.texinfo (Adding support for debugging core files): New node.
3091 (Native Debugging): Remove the ``Native core file Support'' section.
3092
a2311334
EZ
30932009-05-01 Eli Zaretskii <eliz@gnu.org>
3094
3095 * gdb.texinfo (Process Record and Replay): Improve and clarify.
3096 Add index entries.
3097
53cc454a 30982009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 3099 Michael Snyder <msnyder@vmware.com>
53cc454a 3100
a2311334
EZ
3101 * gdb.texinfo: (Process Record and Replay): Add documentation for
3102 process record and replay.
53cc454a 3103
484086b7
JK
31042009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3105
3106 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
3107 a new part on command-line defined macros.
3108
32ae1842
EZ
31092009-04-25 Eli Zaretskii <eliz@gnu.org>
3110
3111 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
3112 clarify the wording.
3113
b14b1491
TT
31142009-04-23 Tom Tromey <tromey@redhat.com>
3115
3116 * gdb.texinfo (Data Files): New node.
3117 (GDB Files): Update menu.
3118
5c1e86e1
JB
31192009-04-23 Joel Brobecker <brobecker@adacore.com>
3120
3121 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 3122 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 3123
83eba9b7
VP
31242009-04-22 Vladimir Prus <vladimir@codesourcery.com>
3125
3126 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
3127
e31198c4
HZ
31282009-04-22 Hui Zhu <teawater@gmail.com>
3129
3130 * gdb.texinfo (disassemble-next-line): Set the default of
3131 disassemble-next-line to off.
3132
26e251b6
JM
31332009-04-21 Joseph Myers <joseph@codesourcery.com>
3134
3135 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
3136 --with-htmldir): New.
3137 * configure: Regenerate.
3138 * Makefile.in (datarootdir, docdir): Define.
3139 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
3140 instead of $(SET_TEXINPUTS).
3141 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
3142 gdbint.info instead of $(SET_TEXINPUTS).
3143 (gdbint/index.html): Use same -I options as for building
3144 gdbint.info.
3145 (stabs.dvi, stabs.pdf): Use same -I options as for building
3146 stabs.info instead of $(SET_TEXINPUTS).
3147 (stabs/index.html): Use same -I options as for building
3148 stabs.info.
3149 (annotate.dvi, annotate.pdf): Use same -I options as for building
3150 annotate.info instead of $(SET_TEXINPUTS).
3151 (annotate/index.html): Use same -I options as for building
3152 annotate.info.
3153
eac35c4e
DD
31542009-04-21 David Daney <ddaney@caviumnetworks.com>
3155
3156 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
3157
29b0e8a2
JM
31582009-04-21 Joseph Myers <joseph@codesourcery.com>
3159
3160 * gdb.texinfo (Source Path): Document --with-relocated-sources.
3161
2b831889 31622009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 3163 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
3164
3165 * Makefile.in (MAKEHTML): Set to makeinfo --html.
3166 (MAKEHTMLFLAGS): Set to empty.
3167 (html__strip_dir): Define.
3168 (HTMLFILES): Define.
3169 (HTMLFILES_INSTALL): Define.
3170 (install-html): Copy new automake rule.
3171 (html): Depend on $(HTMLFILES).
3172 (gdb_toc.html): Rename to gdb/index.html.
3173 (gdbint_toc.html): Rename to gdbint/index.html.
3174 (stabs_toc.html): Rename to stabs/index.html.
3175 (annotate_toc.html): Rename to annotate/index.html.
3176
89a34d1b
JM
31772009-04-17 Carlos O'Donell <carlos@codesourcery.com>
3178
3179 * Makefile.in: Set pdfdir and htmldir from configure
3180 substitutions.
3181 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
3182 * configure: Regenerate.
3183
a2d5da46
JB
31842009-04-16 Joel Brobecker <brobecker@adacore.com>
3185
3186 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
3187 This macro is no longer used.
3188
732f6a93
TT
31892009-04-15 Tom Tromey <tromey@redhat.com>
3190
3191 * gdb.texinfo (Character Sets): Document default character set.
3192
87f9adc1
PM
31932009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
3194
3195 * gdbint.texinfo: Change server name from sources.redhat.com to
3196 sourceware.org throughout.
3197
2c88c651
JB
31982009-04-09 Joel Brobecker <brobecker@adacore.com>
3199
3200 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
3201 about a missing dot or coma after @xref.
3202
4f5376b2
JB
32032009-04-02 Joel Brobecker <brobecker@adacore.com>
3204
3205 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
3206 example, and add a small explanation about it.
3207 (Print Settings): Change the documentation of the "set print
3208 frame-arguments" to reflect the fact that the default is now "scalars".
3209
a0381d3a
JB
32102009-04-02 Joel Brobecker <brobecker@adacore.com>
3211
3212 * gdb.texinfo (Print Settings): Add kindex for command "set
3213 print frame-arguments".
3214
45ac276d
JB
32152009-03-31 Joel Brobecker <brobecker@adacore.com>
3216
3217 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
3218 breakpoints.
3219 (Set Breaks): Add reference to thread-specific and task-specific
3220 breakpoints.
3221
32cd1edc
JB
32222009-03-31 Joel Brobecker <brobecker@adacore.com>
3223
3224 * gdb.texinfo (Ada Tasks): Remove the documentation about
3225 the "Running" state, as this state has been eliminated.
3226 Now all runnable tasks are shown as "Runnable".
3227
1042e4c0
SS
32282009-03-30 Stan Shebs <stan@codesourcery.com>
3229
3230 * gdb.texinfo (Tracepoints): Describe tracepoints as a
3231 special case of breakpoints.
3232 (Enable and Disable Tracepoints): Mention deprecation.
3233 (Listing Tracepoints): Update description and example.
3234
f8f6f20b
TJB
32352009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3236
3237 * gdb.texinfo (Frames in Python): New node.
3238 (Python API): Update.
3239
c0c6f777
TJB
32402009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
3241
3242 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
3243 from a method to an attribute.
3244
def2b000
TJB
32452009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
3246
3247 * gdb.texinfo (Values From Inferior): Document is_optimized_out
3248 attribute.
3249
a07daef3
PA
32502009-03-25 Pedro Alves <pedro@codesourcery.com>
3251
3252 * observer.texi (thread_exit): Add "silent" parameter.
3253
f3b1572e
PA
32542009-03-22 Pedro Alves <pedro@codesourcery.com>
3255
3256 * observer.texi (about_to_proceed): New.
3257
587afa38
EZ
32582009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
3259
3260 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
3261 field throughout to handle types with spaces in them. Fix typos
3262 found by aspell.
3263 (Summary, Requirements, Contributors): New first chapter,
3264 "Summary" added, old Requirements section moved there, and new
3265 section, "Contributors" added.
3266 (Initializing a New Architecture, Register Representation)
3267 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
3268 (Porting gdb): These sections extended and updated.
3269 (Compiler Characteristics): This section (empty) deleted.
3270 (Defining Other Architecture Features): This section renamed and
3271 duplicate material removed from (formerly "Target Conditionals").
3272 Use braces {} in @deftypeXX type field throughout to handle types
3273 with spaces in them. Typos found by aspell fixed.
3274
3275 * stack_frame.svg: New file, source of image for gdbint.texinfo.
3276 * stack_frame.pdf: Version of image for PDF output.
3277 * stack_frame.png: Version of image for HTML output and for Emacs.
3278 * stack_frame.txt: Version of image for Info output.
1db61298 3279 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 3280
10af6951
EZ
32812009-03-21 Eli Zaretskii <eliz@gnu.org>
3282
3283 * gdb.texinfo (Character Sets): Fix last change.
3284
cc924cad
TJB
32852009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
3286
3287 * gdb.texinfo (Values From Inferior): Fix optional arguments
3288 markup.
3289 (Commands In Python): Adjust argument names of gdb.Command.__init__
3290 to what the function accepts as keywords.
3291
bc3b79fd
TJB
32922008-03-20 Tom Tromey <tromey@redhat.com>
3293
3294 * gdb.texinfo (Convenience Vars): Document convenience functions.
3295 (Functions In Python): New node.
3296 (Python API): Update.
3297
6c7a06a3
TT
32982009-03-20 Tom Tromey <tromey@redhat.com>
3299
3300 * gdb.texinfo (Character Sets): Remove obsolete text. Document
3301 set target-wide-charset.
3302 (Requirements): Mention iconv.
3303
b646ddd4
HZ
33042009-03-17 Hui Zhu <teawater@gmail.com>
3305
3306 * gdb.texinfo: Change the introduce of "disassemble-next-line".
3307
91440f57
HZ
33082009-03-17 Hui Zhu <teawater@gmail.com>
3309
3310 * gdb.texinfo: Add documentation for disassemble-next-line.
3311
8fd41227
TJB
33122009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
3313
3314 * gdb.texinfo (Commands In Python): Remove tindex entries.
3315
61ff14c6
JK
33162009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3317
3318 * gdb.texinfo (Returning): New description for missing debug info.
3319
0b16c5cf
PA
33202009-03-14 Pedro Alves <pedro@codesourcery.com>
3321
3322 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 3323 (General Query Packets): Document qAttached.
0b16c5cf 3324
32fc0df9
PA
33252009-03-05 Pedro Alves <pedro@codesourcery.com>
3326
3327 * gdb.texinfo (Background Execution): Better describe the set
3328 target-async command.
3329 (Maintenance Commands): Delete description of the `maint set/show
3330 linux-async' and `maint set/show remote-async' commands.
3331
134eb42c
VP
33322009-02-18 Vladimir Prus <vladimir@codesourcery.com>
3333
3334 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
3335 between sentences.
3336
c86cf029
VP
33372009-02-18 Vladimir Prus <vladimir@codesourcery.com>
3338
3339 * gdb.texinfo (GDB/MI Async Records): Document the
3340 =library-loaded and =library-unloaded notifications.
3341
3ea85240
VP
33422009-02-17 Vladimir Prus <vladimir@codesourcery.com>
3343
3344 * observer.texi (test_notification): New observer.
3345
1d33d6ba
VP
33462009-02-14 Vladimir Prus <vladimir@codesourcery.com>
3347
61ff14c6
JK
3348 * observer.texi: Add parameter 'print_frame' to normal_stop
3349 observer.
1d33d6ba 3350
d721c933
EZ
33512009-02-07 Eli Zaretskii <eliz@gnu.org>
3352
3353 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
3354 (Commands In Python): Fix COMMAND_* constants in last change. Use
3355 @kbd for interactive input. Add cross-references and index
3356 entries.
3357
4aa995e1
PA
33582009-02-06 Pedro Alves <pedro@codesourcery.com>
3359
3360 * gdb.texinfo (Signals): Document $_siginfo.
3361 (Convenience Variables): Mention $_siginfo.
3362 (Remote Configuration): Document qXfer:siginfo:read,
3363 qXfer:siginfo:write packets, and the read-siginfo-object,
3364 write-siginfo-object commands.
3365
5f5233d4
PA
33662009-02-06 Pedro Alves <pedro@codesourcery.com>
3367
3368 * gdbint.texinfo (Values): New chapter.
3369
d8906c6f
TJB
33702009-02-06 Tom Tromey <tromey@redhat.com>
3371
3372 * gdb.texinfo (Python API): Add entry for Commands In Python.
3373 (Commands In Python): New node.
3374
b6cb8e7d
TJB
33752009-02-05 Tom Tromey <tromey@redhat.com>
3376
3377 * gdb.texinfo (Values From Inferior): Document Value.string.
3378
12453b93
TJB
33792009-02-05 Tom Tromey <tromey@redhat.com>
3380
3381 * gdb.texinfo (Basic Python): Document execute's from_tty
3382 argument.
3383
08c637de
TJB
33842009-02-04 Tom Tromey <tromey@redhat.com>
3385
3386 * gdb.texinfo (Basic Python): Document gdb.history.
3387
592375cd
VP
33882009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3389
3390 * gdb.texinfo (GDB/MI Thread Commands): Document the
3391 'current-thread-id' field. Remove the example with zero threads,
3392 since current GDB won't ever report that if there's inferior.
3393
41447f92
VP
33942009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3395
3396 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
3397 option to -break-insert.
3398
098b41a6
JG
33992009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3400 Jerome Guitton <guitton@adacore.com>
3401
3402 * gdb.texinfo (Startup): Document --with-system-gdbinit.
3403 (System-wide configuration): New section.
3404
3c16cced
PA
34052009-01-26 Pedro Alves <pedro@codesourcery.com>
3406
3407 PR gdb/7580:
3408 * gdb.texinfo (Maintenance Commands): Document "maint set|show
3409 internal-error|internal-warning quit|corefile ask|yes|no".
3410
62709adf
PA
34112009-01-26 Pedro Alves <pedro@codesourcery.com>
3412
3413 * gdb.texinfo (Using the `gdbserver' Program): Document
3414 --remote-debug.
3415
7ce58dd2
DE
34162009-01-23 Doug Evans <dje@google.com>
3417
3418 * gdb.texinfo: Add nexti to list of commands that support
3419 background execution.
3420
adb483fe
DJ
34212009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
3422
3423 * gdb.texinfo (Define, Hooks): Document prefix command support.
3424
a67ec3f4 34252009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 3426 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
3427
3428 Fixes for makeinfo --html.
3429
3430 * annotate.texinfo: Use @copying and @insertcopying. Use
3431 @ifnottex in place of @ifinfo.
3432 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
3433 place of @ifinfo. Use @ifnotinfo for one index entry.
3434 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
3435 in place of @ifinfo.
3436 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
3437 in place of @ifinfo. Include contents at start unconditionally.
3438
84fcdf95
PA
34392009-01-13 Pedro Alves <pedro@codesourcery.com>
3440
3441 * gdb.texinfo (General Query Packets): Remove @var{} around the
3442 "spu" literal string.
3443
fa3a767f
PA
34442009-01-07 Pedro Alves <pedro@codesourcery.com>
3445
3446 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
3447 program may be running in another process" errors.
3448 * gdbint.texinfo (Native Conditionals): Delete
3449 ONE_PROCESS_WRITETEXT description.
3450
9cb011d3
JB
34512009-01-07 Joel Brobecker <brobecker@adacore.com>
3452
3453 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
3454 emacs local variable to be placed at the end of the ChangeLog.
3455 Add server.c and gdbreplay.c to the list of files where the
3456 copyright year needs to be updated.
3457
84603566
SL
34582009-01-06 Sandra Loosemore <sandra@codesourcery.com>
3459
3460 * gdb.texinfo (Remote Configuration): Document new
3461 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
3462 commands.
3463
a53f55d8
PA
34642008-12-28 Pedro Alves <pedro@codesourcery.com>
3465
3466 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
3467 FETCH_INFERIOR_REGISTERS.
3468 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
3469 FETCH_INFERIOR_REGISTERS descriptions. Remove
3470 gdbarch_get_longjmp_target descrition, since already described in
3471 Target Conditionals. Move gdbarch_fp0_regnum description to ...
3472 (Target Conditionals): ... here.
3473
077e0a52
JB
34742008-12-16 Joel Brobecker <brobecker@adacore.com>
3475
3476 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
3477 examples.
3478 (Additions to Ada): Likewise. Add the missing opening and closing
3479 parenthesis of the GDB prompt in one of the examples.
3480
023eb17c
JB
34812008-12-14 Joel Brobecker <brobecker@adacore.com>
3482
3483 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
3484 about the result of 'Address not being of type System.Address.
3485 This problem has been fixed a while ago.
3486
c3b108f7
VP
34872008-12-02 Vladimir Prus <vladimir@codesourcery.com>
3488
3489 MI non-stop and multiprocess docs.
3490
c8d5aac9
L
3491 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
3492 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
3493 Adjust documentation for *stopped, document =thread-created,
3494 =thread-exited, =thread-group-created and =thread-group-exited.
3495 (GDB/MI Thread Commands): Document the 'state' field in
3496 -thread-info output.
3497 (GDB/MI Program Execution): Mention --all and --thread-group
3498 options.
3499 (GDB/MI Variable Objects): Describe floating and fixed variable
3500 objects.
3501 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 3502
07e059b5
VP
35032008-12-02 Vladimir Prus <vladimir@codesourcery.com>
3504
c8d5aac9
L
3505 * gdb.texinfo (Operating System Information): New appendix.
3506 (Operating System Auxiliary Information): Document 'info os processes'
3507 (Remote Configuration): Document 'osdata'
3508 (General Query Packets): Document qXfer:osdata:read.
07e059b5 3509
a80b95ba
TG
35102008-11-27 Tristan Gingold <gingold@adacore.com>
3511
3512 * gdb.texinfo (Darwin): Document Darwin specific features.
3513
a655d424
JK
35142008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3515
3516 * gdbint.texinfo (Target Conditionals): Extend the
3517 gdbarch_breakpoint_from_pc description.
3518
249e1128
VP
35192008-11-22 Vladimir Prus <vladimir@codesourcery.com>
3520
3521 * gdb.texinfo (M68K Features): Fix typo.
3522
c14c28ba
PP
35232008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
3524
3525 * gdb.texinfo (Symbols): Mention printing containing
3526 image name in "info symbol".
3527 (Maint translate-address): Likewise.
889bf7c5 3528
394a6666
JB
35292008-11-18 Joel Brobecker <brobecker@adacore.com>
3530
3531 * gdb.texinfo (Set Catchpoints): Remove the documentation of
3532 commands "catch load" and "catch unload".
3533
66bb093b
VP
35342008-11-17 Vladimir Prus <vladimir@codesourcery.com>
3535
3536 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 3537 =thread-selected.
889bf7c5 3538
4a92f99b
VP
35392008-11-17 Vladimir Prus <vladimir@codesourcery.com>
3540
c8d5aac9 3541 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 3542
f0323ca0
PA
35432008-10-27 Pedro Alves <pedro@codesourcery.com>
3544
3545 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
3546 .mt files, TM_CLIBS or TM_CDEPS.
3547 (x86 Watchpoints): Don't mention TDEPFILES.
3548
8b23ecc4
SL
35492008-10-24 Sandra Loosemore <sandra@codesourcery.com>
3550
3551 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
3552 (Overview): Mention notifications and non-stop mode behavior.
3553 (Packets): Update documentation of ?, vAttach, vCont, and vRun
3554 with non-stop mode behavior. Add vStopped description.
3555 (Stop Reply Packets): Update list of packets that return
3556 stop replies. Mention non-stop behavior.
3557 (General Query Packets): Document QNonStop packet and associated
3558 qSupported query response.
3559 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
3560 behavior.
3561 (Notification Packets): New section.
3562 (Remote Non-Stop): New section.
3563 (File-I/O Overview): Mention non-stop behavior.
3564
fff08868
HZ
35652008-10-24 Hui Zhu <teawater@gmail.com>
3566 Pedro Alves <pedro@codesourcery.com>
3567
3568 * gdb.texinfo (displaced-stepping): Describe the auto mode
3569 setting, and say it's the default. This is now a mainstream
3570 setting instead of a maintenance setting.
3571
252fbfc8
PA
35722008-10-23 Pedro Alves <pedro@codesourcery.com>
3573
3574 * observer.texi (thread_stop_requested): New.
3575
20924a55
JB
35762008-10-22 Joel Brobecker <brobecker@adacore.com>
3577
3578 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
3579 (Patching): Replace incorrect usage of @samp by @kbd.
3580
bacec72f
MS
35812008-10-17 Michael Snyder <msnyder@vmware.com>
3582
3583 * gdb.texinfo: Add documentation for reverse execution.
3584
a08702d6 35852008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 3586 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
3587
3588 * gdb.texinfo. (Values From Inferior): New subsubsection.
3589
d97bc12b
DE
35902008-10-06 Doug Evans <dje@google.com>
3591
3592 * gdb.texinfo (set debug dwarf2-die): Document it.
3593
87f67dba
JB
35942008-10-01 Joel Brobecker <brobecker@adacore.com>
3595
3596 * gdb.texinfo (catch) [exception]: Document how to insert
3597 a breakpoint on user-defined exceptions when the exception
3598 name is identical to one of the language-defined ones.
3599
2fae03e8
TT
36002008-09-27 Tom Tromey <tromey@redhat.com>
3601
3602 * gdb.texinfo (Macros): Remove text about stringification,
3603 varargs, and splicing.
3604
5c6ce71d
TT
36052008-09-27 Tom Tromey <tromey@redhat.com>
3606
3607 * gdbint.texinfo (Language Support): Remove text about omitting
3608 support for a language.
3609
07128da0
DE
36102008-09-23 Doug Evans <dje@google.com>
3611
3612 * gdb.texinfo (info dcache): Update.
3613
b90a069a
SL
36142008-09-22 Sandra Loosemore <sandra@codesourcery.com>
3615
3616 * gdb.texinfo (Packets): Add info on thread-id syntax and
3617 multiprocess extensions.
3618 <D>: Document multiprocess form of packet.
3619 <H>: Use thread-id syntax.
3620 <T>: Likewise.
3621 <vCont>: Likewise. Note this is required for multiprocess.
3622 <vKill>: New packet.
3623 (Stop Reply Packets) <T>: Use thread-id syntax.
3624 <W>: Document multiprocess form of reply.
3625 <X>: Likewise.
3626 (General Query Packets) <qC>: Use thread-id syntax.
3627 <qfThreadInfo>: Likewise.
3628 <qGetTLSAddr>: Likewise.
3629 <qP>: Likewise.
3630 <qSupported>: Add "multiprocess" feature.
3631 <qThreadExtraInfo>: Use thread-id syntax.
3632
b77209e0
PA
36332008-09-22 Stan Shebs <stan@codesourcery.com>
3634
3635 * gdb.texinfo (Inferiors): New section.
3636
3d0bb823
PA
36372008-09-12 Pedro Alves <pedro@codesourcery.com>
3638
3639 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
3640
f8dcfc0a
UW
36412008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
3642
3643 * gdbint.texinfo (Target Conditionals): Remove documentation
3644 for gdbarch_name_of_malloc.
3645
8775bb90
MS
36462008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
3647
3648 * gdb.texinfo (Interrupts): Mention TCP interface for
3649 sending BREAK.
3650
f1838a98
UW
36512008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
3652
3653 * gdb.texinfo (Commands to Specify Files): Document "remote:"
3654 argument prefix to "set sysroot".
3655
158c7665
PH
36562008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
3657
3658 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
3659 and False.
3660
30e026bb
VP
36612008-08-20 Vladimir Prus <vladimir@codesourcery.com>
3662
c8d5aac9
L
3663 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
3664 for possible features of -list-features.
30e026bb 3665
c6ebd6cf
VP
36662008-08-19 Vladimir Prus <vladimir@codesourcery.com>
3667
c8d5aac9 3668 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
3669 (GDB/MI Miscellaneous Commands): Document -list-target-features.
3670
aeac0ff9
VP
36712008-08-19 Vladimir Prus <vladimir@codesourcery.com>
3672
3673 * doc/gdb.texinfo (PowerPC): Fix typo.
3674 (PowerPC features): Fix typo.
3675
5231c1fd
PA
36762008-08-18 Pedro Alves <pedro@codesourcery.com>
3677
3678 * observer.texi (thread_ptid_changed): New.
3679
677c5bb1
LM
36802008-08-18 Luis Machado <luisgpm@br.ibm.com>
3681
3682 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
3683 (PowerPC features): Mention feature set for VSX registers.
3684
f3a2dd1a
JB
36852008-08-13 Joel Brobecker <brobecker@adacore.com>
3686
3687 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
3688 the direct visibility of all names in user-written packages.
3689
33e5cbd6
PA
36902008-08-13 Pedro Alves <pedro@codesourcery.com>
3691
3692 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
3693 setting, and make it the default.
3694 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
3695 non-stop script example.
3696
d0384fc4
TJB
36972008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
3698
3699 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
3700 reference to the "Using Different Register and Memory Data
3701 Representation" section.
3702
a6f3e723
SL
37032008-08-12 Sandra Loosemore <sandra@codesourcery.com>
3704
3705 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
3706 (Remote Protocol): Add Packet Acknowledgment to menu.
3707 (Overview): Mention +/- can be disabled, and point to new section
3708 where this is discussed in detail.
3709 (General Query Packets): Document QStartNoAckMode packet, and
3710 corresponding qSupported reply.
3711 (Packet Acknowledgment): New section.
3712
0606b73b
SL
37132008-08-11 Sandra Loosemore <sandra@codesourcery.com>
3714 Pedro Alves <pedro@codesourcery.com>
3715
3716 * gdb.texinfo (Threads): Move paragraph about automatic thread
3717 selection to All-Stop Mode subsection.
3718 (Thread Stops): Reorganize existing material into subsections.
3719 Add introductory blurb and menu.
3720 (Non-Stop Mode): New subsection.
3721 (Background Execution): New subsection.
3722 (Maintenance Commands): Add cross-references from async mode
3723 commands to the new Background Execution section.
3724
d57a3c85
TJB
37252008-08-06 Tom Tromey <tromey@redhat.com>
3726
3727 * gdb.texinfo (Extending GDB): New chapter.
3728 (Sequences): Demoted chapter, now a section under the new
3729 Extending GDB chapter.
3730 (Python): New section.
3731
6d76a53d
SS
37322008-07-31 Stan Shebs <stan@codesourcery.com>
3733
3734 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
3735
1f70da6a
SS
37362008-07-29 Stan Shebs <stan@codesourcery.com>
3737
3738 * gdbint.texinfo: General round of cleanup and minor
3739 clarifications.
3740 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
3741 (Longjmp Support): Update description to reflect how it is done
3742 for targets without using native header.
3743 (Symbol Handling): Add a little more general explanation.
3744 (COFF, ELF): Mention stabs encapsulation.
3745 (DWARF 3): New section.
3746 (Adding a New Host): Scrub out some obsolete bits.
3747 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
3748 (Host Conditionals): Remove descriptions of NO_STD_REGS,
3749 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
3750 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
3751 SEEK_SET, STOP_SIGNAL, USG.
3752 (Raw and Virtual Register Representations): Ditto for
3753 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
3754 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
3755 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
3756 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
3757 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
3758 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
3759 DEPRECATED_REGISTER_VIRTUAL_SIZE,
3760 DEPRECATED_REGISTER_VIRTUAL_TYPE,
3761 DEPRECATED_USE_STRUCT_CONVENTION.
3762 Describe gdbarch_deprecated_fp_regnum.
3763 Update description of gdbarch_print_insn.
3764 (Adding a New Target): Scrub out obsolete bits.
3765 (Obsolete Conditionals): Remove entire section.
3766
383f836e
TT
37672008-07-25 Tom Tromey <tromey@redhat.com>
3768
3769 * observer.texi (GDB Observers): Document new observers:
3770 breakpoint_created, breakpoint_deleted, breakpoint_modified,
3771 tracepoint_created, tracepoint_deleted, tracepoint_modified,
3772 architecture_changed.
3773
cfd8ab24
SS
37742008-07-21 Stan Shebs <stan@codesourcery.com>
3775
3776 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
3777 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
3778
781b42b0
TT
37792008-07-21 Tom Tromey <tromey@redhat.com>
3780
3781 * observer.texi (GDB Observers): Remove obsolete comment.
3782 <executable_changed>: Remove argument.
3783
d7d9f01e
TT
37842008-07-18 Tom Tromey <tromey@redhat.com>
3785
3786 * gdb.texinfo (Macros): Update. Use @code rather than @command.
3787
bf250677
DE
37882008-07-10 Doug Evans <dje@google.com>
3789
3790 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
3791
10568435
JK
37922008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3793
3794 * gdb.texinfo (Starting): Document "set disable-randomization".
3795
5ae4183a
AS
37962008-07-07 Andreas Schwab <schwab@suse.de>
3797
3798 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
3799
b56e7235
VP
38002008-07-06 Vladimir Prus <vladimir@codesourcery.com>
3801
3802 * gdb.texinfo (GDB/MI Target Manipulation): Add
3803 example of -target-attach.
3804
e1ac3328
VP
38052008-06-10 Vladimir Prus <vladimir@codesourcery.com>
3806
3807 * observer.texi (target_resumed): New observer.
5ae4183a 3808 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 3809
65d12d83
TT
38102008-06-06 Tom Tromey <tromey@redhat.com>
3811
3812 * gdb.texinfo (Completion): Add field name example.
3813
fbc5282e
MK
38142008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
3815
3816 * gdb.texinfo (GDB/MI Program Context): Added example
3817 to -exec-arguments
5ae4183a 3818
fbc5282e 38192008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
3820
3821 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
3822 annotation.
3823
c16158bc 38242008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
3825 Nathan Sidwell <nathan@codesourcery.com>
3826 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
3827
3828 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
3829 and ACX_BUGURL.
3830 * configure: Regenerate.
3831 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
3832 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
3833 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
3834 mailing-list-specific text about bug reporting unless
3835 BUGURL_DEFAULT.
3836
75c99385
PA
38372008-06-05 Pedro Alves <pedro@codesourcery.com>
3838
3839 * gdb.texinfo (-target-select): Remove reference to target async.
3840 (Maintenance Commands): Document "maint set/show remote-async".
3841
1763a388
MK
38422008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
3843
3844 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
3845 in -target-file-get section.
5ae4183a 3846
d0d064df
PA
38472008-05-22 Pedro Alves <pedro@codesourcery.com>
3848
9b562ab8
PA
3849 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
3850 killing the inferior when it is already debugging a process.
d0d064df 3851
8dfa32fc
JB
38522008-05-21 Joel Brobecker <brobecker@adacore.com>
3853
3854 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
3855 abbreviation for "finish".
3856
55f996a7
NR
38572008-05-21 Nick Roberts <nickrob@snap.net.nz>
3858
3859 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
3860
ba2b1c56
DJ
38612008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
3862
3863 * gdbint.texinfo (Target Conditionals): Delete entry for
3864 gdbarch_dwarf_reg_to_regnum.
3865
08388c79
DE
38662008-05-09 Doug Evans <dje@google.com>
3867
a3c83fae 3868 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 3869
d14508fe
DE
38702008-05-05 Doug Evans <dje@google.com>
3871
3872 * gdb.texinfo (disassemble): Document /m modifier.
3873
e2b7ddea
VP
38742008-05-05 Vladimir Prus <vladimir@codesourcery.com>
3875
5ae4183a
AS
3876 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
3877 will not report the time of commands that run the target.
e2b7ddea 3878
8eb41542
VP
38792008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3880
3881 * gdb.texinfo (GDB/MI Output Records): Add
3882 missing semicolon.
3883
82f68b1c
VP
38842008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3885
3886 * gdb.texinfo (GDB/MI Output Records):
3887 Document =thread-create and =thread-exited.
3888
fa0f268d
VP
38892008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3890
3891 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 3892 Remove mention of dmi-discuss.
fa0f268d 3893
063bfe2e
VP
38942008-05-03 Pedro Alves <pedro@codesourcery.com>
3895
3896 * observer.texi (thread_exit): New.
3897
237fc4c9
PA
38982008-05-02 Pedro Alves <pedro@codesourcery.com>
3899
3900 * gdb.texinfo (Debugging Output): Document "set/show debug
3901 displaced".
3902 (Maintenance Commands): Document "maint set/show
3903 can-use-displaced-stepping".
3904
0428b8f5
DJ
39052008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
3906
3907 * gdb.texinfo (ARM): Document set/show arm fallback-mode
3908 and set/show arm force-mode.
3909
5009afc5
AS
39102008-05-02 Andreas Schwab <schwab@suse.de>
3911
3912 * gdbint.texinfo (Algorithms): Describe
3913 target_watchpoint_addr_within_range.
3914
669fac23
DJ
39152008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
3916
3917 * gdbint.texinfo (Stack Frames): New chapter.
3918 (Algorithms): Move Frames text to the new chapter.
3919 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
3920 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
3921
721c02de
VP
39222008-04-24 Vladimir Prus <vladimir@codesourcery.com>
3923
5ae4183a
AS
3924 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
3925 output does not necessary include any tokens.
721c02de 3926
c055b101
CV
39272008-04-22 Corinna Vinschen <vinschen@redhat.com>
3928
3929 * gdb.texinfo (Set SH Calling convention): New @item.
3930 (Show SH Calling convention): Ditto.
3931
68837c9d
MD
39322008-04-22 Markus Deuling <deuling@de.ibm.com>
3933
3934 * gdb.texinfo (Fortran Operators): Describe '%' operator.
3935
2e9132cc
EZ
39362008-04-20 Eli Zaretskii <eliz@gnu.org>
3937
3938 * gdb.texinfo (Set Breaks): Mention that multiple location
3939 breakpoints need line number info. Add index entries.
3940
31fffb02
CS
39412008-04-19 Craig Silverstein <csilvers@google.com>
3942
3943 * gdb.texinfo (Requirements): Add an optional requirement on
3944 zlib.
3945 * gdbint.texinfo (Debugging File Formats): Add new subsection for
3946 Compressed DWARF 2.
3947
a47ec5fe
AR
39482008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
3949
3950 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
3951 sample output for 'stopped,reason="breakpoint-hit"' message.
3952 (GDB/MI Program Execution): Likewise.
3953
de051565
MK
39542008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
3955
5ae4183a 3956 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
3957 -var-set-format. Add -f option to -var-evaluate-expression.
3958
6ba66d6a
JB
39592008-04-03 Joel Brobecker <brobecker@adacore.com>
3960
3961 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
3962 new node "Ambiguous Expressions". Replace references to this
3963 node by references to "Ambiguous Expressions" throughout.
3964 (Ambiguous Expressions): New node.
3965
1e26b4f8
DJ
39662008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
3967
3968 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
3969
b84876c2
PA
39702008-03-21 Pedro Alves <pedro@codesourcery.com>
3971
3972 * gdb.texinfo (Debugging Output): Document
3973 "set/show debug lin-lwp-async".
3974 (Maintenance Commands): Document "maint set/show linux-async".
3975
63092375
DJ
39762008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
3977
3978 * gdb.texinfo (Expressions): Update description of malloced arrays.
3979
8e8901c5
VP
39802008-03-15 Vladimir Prus <vladimir@codesourcery.com>
3981
3982 * gdb.texinfo (Thread Commands): Document
3983 -thread-info. Remove -thread-list-all-threads.
3984
1fddbabb
PA
39852008-03-14 Pedro Alves <pedro@codesourcery.com>
3986 Sandra Loosemore <sandra@codesourcery.com>
3987
3988 * gdb.texinfo (Library List Format): Update to mention the
3989 possibility to pass section addresses instead of segment
3990 addresses.
3991
ccd213ac
DJ
39922008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
3993
3994 * gdb.texinfo (Starting): Document "set exec-wrapper".
3995 (Server): Document gdbserver --wrapper.
3996
fa4727a6
DJ
39972008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
3998
3999 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
4000 unreadable memory. Delete obsolete SPARClite reference.
4001
8edfe269
DJ
40022008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
4003
4004 * gdb.texinfo (Starting): Mention always-running targets.
4005 (Target Commands): Add an anchor for load.
4006 (Connecting): Explain continue instead of run.
4007
1843f87b
DJ
40082008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4009
4010 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
4011
f9082629
NR
40122008-02-26 Nick Roberts <nickrob@snap.net.nz>
4013
4014 * gdb.texinfo (Set Breaks): Revert description of Enb column of
4015 breakpoint table.
4016
fd96d250
PA
40172008-02-19 Pedro Alves <pedro@codesourcery.com>
4018
4019 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
4020 killing the inferior when it is already debugging a process.
4021
36af4ef6
MD
40222008-02-13 Markus Deuling <deuling@de.ibm.com>
4023
4024 * gdbint.texinfo (Build Script): New section. Mention new build script
4025 gdb_buildall.sh.
4026
cda4ce5a
JB
40272008-02-01 Jim Blandy <jimb@red-bean.com>
4028
4029 * gdb.texinfo (Help): Summarize 'info args' correctly.
4030
4acd40f3
TJB
40312008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4032
4033 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
4034 available in PowerPC architecture.
4035 (Embedded Processors): Change node name of PowerPC item in menu.
4036 (PowerPC): Rename to...
4037 (PowerPC Embedded): this.
4038 (Architectures): Add new PowerPC item in menu.
4039 (PowerPC): New node.
4040
6e6c6f50
DJ
40412008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
4042
4043 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
4044 commands.
4045
5ee187d7
DJ
40462008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
4047
4048 * gdb.texinfo (Setting Catchpoints): Mention features
4049 supported on GNU/Linux.
4050
e275c0d9
NR
40512008-01-30 Nick Roberts <nickrob@snap.net.nz>
4052
4053 * gdb.texinfo (GDB/MI File Commands): Describe new output
4054 field for MI command -file-list-exec-source-file.
4055
2d717e4f
DJ
40562008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
4057
4058 * gdb.texinfo (Using the `gdbserver' Program): Add security
4059 warning. Rearrange into subsections and subsubsections. Document
4060 --multi and --debug. Correct --with-sysroot typo. Update --attach
4061 usage. Make load reference clearer. Document monitor exit.
4062 (Remote Configuration): Document set remote exec-file, attach-packet,
4063 and run-packet.
4064 (Packets): Document vAttach and vRun.
4065
d35a4257 40662008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
4067
4068 * gdb.texinfo (Processes): Mention process command.
889bf7c5 4069 detach-on-follow -> detach-on-fork.
f663676d 4070
c78d192c
DJ
40712008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4072
4073 * gdbint.texinfo (Native Conditionals): Remove
4074 SHELL_COMMAND_CONCAT and SHELL_FILE.
4075
d35a4257
EZ
40762008-01-26 Eli Zaretskii <eliz@gnu.org>
4077
4078 * gdb.texinfo (Specify Location): Improve wording.
4079
93815fbf
VP
40802008-01-23 Chris Demetriou <cgd@google.com>
4081
4082 * gdb.texinfo (Threads): Document new "set print thread-events"
4083 and "show print thread-events" commands.
4084
2a25a5ba
EZ
40852008-01-19 Eli Zaretskii <eliz@gnu.org>
4086
4087 * gdb.texinfo (Specify Location): New section.
4088 (Delete Breaks, Edit, Set Breaks): Remove description of
4089 locations. Instead, add a reference to "Specify Location".
4090 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
4091 (Symbols): Refer to "Specify Location" for the valid forms of
4092 linespecs and locations.
4093
32c9a795
MD
40942008-01-18 Markus Deuling <deuling@de.ibm.com>
4095
4096 * gdbint.texinfo (Target Conditionals): Replace the description of
4097 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
4098
b17828ca
JB
40992008-01-12 Paul Hilfinger <hilfinger@adacore.com>
4100
4101 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
4102 about &&var, which is rejected by the expression parser.
4103
0aea4bf3
LM
41042008-01-09 Luis Machado <luisgpm@br.ibm.com>
4105
4106 * gdb.texinfo (Output): Update documentation on using printf with DFP
4107 types.
4108
febe4383
TJB
41092008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
4110
4111 * gdb.texinfo (C and C++): Add Decimal Floating Point format
4112 subsubsection.
4113 (Decimal Floating Point format): New subsubsection.
4114
7a404eba
PA
41152008-01-05 Pedro Alves <pedro@codesourcery.com>
4116
4117 * gdb.texinfo (File Options): Remove mention of the attempt to
4118 open a core file with the -p option. Don't list -c as a valid
4119 option to attach to a process.
4120
a4d9b460
PA
41212008-01-05 Pedro Alves <pedro@codesourcery.com>
4122
4123 * gdbint.texinfo (Host Conditionals): Remove mention of
4124 ALIGN_STACK_ON_ENTRY.
4125
6ec2edbe
JB
41262008-01-05 Joel Brobecker <brobecker@adacore.com>
4127
4128 * gdbint.texinfo (Start of New Year Procedure): Add item
4129 describing how to update the source and documentation copyright
4130 notices.
4131
d8b2a693
JB
41322007-12-18 Jim Blandy <jimb@codesourcery.com>
4133
ab209b3a 4134 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
4135 watchpoint explanation into the main description of the watchpoint
4136 command; update synopses of 'watch', 'rwatch', and 'awatch'
4137 commands.
4138
8b4ed427
VP
41392007-12-18 Vladimir Prus <vladimir@codesourcery.com>
4140
4141 * gdb.texinfo (Miscellaneous gdb/mi Commands):
4142 Document 'pending-breakpoints' feature of
4143 -list-features.
4144
37e4754d
LM
41452007-12-17 Luis Machado <luisgpm@br.ibm.com>
4146
669fac23 4147 * gdb.texinfo: Add new parameter's description.
37e4754d 4148
1d3811f6
DJ
41492007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
4150
4151 * gdb.texinfo (Overview): Clarify run-length encoding
4152 example. Remove the restriction on "+" and "-" characters.
4153
c1c25a1a
EZ
41542007-12-15 Eli Zaretskii <eliz@gnu.org>
4155
4156 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
4157
afe8ab22 41582007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 4159
afe8ab22
VP
4160 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
4161 the -f option for -break-insert, remove -r option,
4162 and clarify specification of location.
4163
a6b151f1
DJ
41642007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
4165
4166 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
4167 formatting.
4168 (Remote Debugging): Add File Transfer section.
4169 (Remote Configuration): Document Host I/O packets.
4170 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 4171 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
4172 (Packets): Add vFile.
4173
3b784c4f
EZ
41742007-11-17 Eli Zaretskii <eliz@gnu.org>
4175
4176 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
4177 breakpoints with multiple locations.
4178 (Breakpoint Menus): Improve wording.
4179 (Output): Fix last change.
4180
a4ce5b0d
UW
41812007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
4182
4183 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
4184
1b39d5c0
DE
41852007-11-15 Doug Evans <dje@google.com>
4186
4187 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
4188
7a72d44c
VP
41892007-11-15 Vladimir Prus <vladimir@codesourcery.com>
4190
4191 * gdbint.texinfo (Native Conditionals): Remove
4192 mention of CLEAR_SOLIB.
5ae4183a 4193
6d1829bf 41942007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
4195
4196 * gdb.texinfo (Print Settings): Add documentation for "set/show
4197 print frame-arguments".
4198
1a619819
LM
41992007-11-05 Luis Machado <luisgpm@br.ibm.com>
4200
3b784c4f 4201 * gdb.texinfo (Output): Update printf command's description.
1a619819 4202
55eddb0f
DJ
42032007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
4204
4205 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
4206 powerpc soft-float".
4207
9cceb671
DJ
42082007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4209
4210 * gdb.texinfo (Files): Correct formatting. Mention Expat
4211 requirement.
4212 (Requirements for Building GDB): Expand the list of Expat
4213 uses.
4214 (Library List Format, Memory Map Format): Mention Expat.
4215 (Target Descriptions): Update Expat wording.
4216
83acabca
DJ
42172007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4218
4219 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
4220 Document that gdbarch_convert_register_p should return zero for no-op
4221 conversions.
4222
e35879db
UW
42232007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
4224
83acabca 4225 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
4226 of set_gdbarch_sofun_address_maybe_missing back to ...
4227 (Target Conditionals): ... here to fix build break.
4228
203c3895
UW
42292007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
4230
83acabca 4231 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
4232 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
4233 (Compiler Characteristics): ... documentation of
4234 set_gdbarch_sofun_address_maybe_missing.
4235
11411de3
DJ
42362007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
4237
4238 * gdbint.texinfo (Target Conditionals): Use
4239 frame_unwind_register_unsigned in examples instead of
4240 frame_unwind_unsigned_register.
4241
7cc46491
DJ
42422007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4243
4244 * gdb.texinfo (Predefined Target Types): Add int128
4245 and uint128.
4246 (Standard Target Features): Add PowerPC features.
4247
81adfced
DJ
42482007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4249
4250 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
4251
c1874924
UW
42522007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4253
4254 * gdbint.texi (Target Conditionals): Remove documentation
4255 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
4256 gdbarch_extract_return_value, and gdbarch_store_return_value.
4257
f6e56ab3
UW
42582007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4259
4260 * gdbint.texi (Target Conditionals): Remove documentation of
4261 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
4262
56cf5405
KH
42632007-10-11 Kazu Hirata <kazu@codesourcery.com>
4264
4265 * gdb.texinfo: Mention that inaccessible-by-default is on by
4266 default.
4267
35156bae
DJ
42682007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4269
4270 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
4271
d983da9c
DJ
42722007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
4273
4274 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
4275 multi-threaded watchpoints.
4276 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
4277 checked. Describe sticky notification. Expand description
4278 of steppable and continuable watchpoints.
4279 (Watchpoints and Threads): New subsection.
4280
fe6fbf8b
VP
42812007-09-28 Vladimir Prus <vladimir@codesourcery.com>
4282
4283 * gdb.texinfo (Setting Breakpoints): Revise
4284 documentation for pending breakpoints. Document
4285 breakpoints with multiple locations.
5ae4183a 4286
084344da
VP
42872007-09-19 Vladimir Prus <vladimir@codesourcery.com>
4288
4289 * gdb.texinfo (Miscellaneous gdb/mi Commands):
4290 Document -list-features.
5ae4183a 4291
82160952
EZ
42922007-09-15 Eli Zaretskii <eliz@gnu.org>
4293
4294 * gdb.texinfo (Output): Spell out which features of C's printf are
4295 not supported by GDB's printf.
7e27a47a
EZ
4296 (Separate Debug Files): More accurate wording regarding build ID
4297 and a reference to the ld manual rather than the Fedora wiki.
82160952 4298
ea37ba09
DJ
42992007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
4300 Jim Blandy <jimb@codesourcery.com>
4301
4302 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
4303 (Examining Memory): Update mentions of the 's' format.
4304 (Automatic Display): Likewise.
4305
b8533aec
DJ
43062007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
4307
4308 * gdb.texinfo: Update the FSF's Back-Cover Text.
4309
83f83d7f
JK
43102007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4311 Eli Zaretskii <eliz@gnu.org>
4312
4313 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
4314 Fixed the ``build ID'' name. New binaries build instructions for the
4315 build ID inclusion. Explain how the commands are specific to the build
4316 ID vs. debug link.
4317
c7e83d54
EZ
43182007-09-01 Eli Zaretskii <eliz@gnu.org>
4319
4320 * gdb.texinfo (Separate Debug Files): Fix last change. Add
4321 indexing for ``build ID'' support.
4322
d3750b24
JK
43232007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4324
4325 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
4326 Enlisted BUILD ID to the debug file searching example.
4327 Included a BUILD ID `.note.gnu.build-id' section description.
4328 Updated/added the debug files splitting instructions for OBJCOPY.
4329
02142340
VP
43302007-08-31 Vladimir Prus <vladimir@codesourcery.com>
4331
4332 * gdb.texinfo (Variable Objects): Adjust docs
4333 for -var-info-expression and document
4334 -var-info-path-expression.
4335
d3bdde98
JB
43362007-08-20 Jim Blandy <jimb@codesourcery.com>
4337
3fb6a982
JB
4338 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
4339 (title page): Include the dedication in the printed manual, as a
4340 separate page after the copyright notice.
5ae4183a 4341
d3bdde98
JB
4342 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
4343 don't break a @var across a line.
4344
c80a96a8
MR
43452007-07-25 Maciej W. Rozycki <macro@mips.com>
4346
4347 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
4348 for include files.
4349
5824a901
NR
43502007-07-12 Nick Roberts <nickrob@snap.net.nz>
4351
4352 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
4353 in annotate.texinfo.
4354 (Command History): Link to new node.
5824a901 4355
d52e7ea3
UW
43562007-07-05 Markus Deuling <deuling@de.ibm.com>
4357
4358 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
4359
5fc14d0a
EZ
43602007-07-05 Eli Zaretskii <eliz@gnu.org>
4361
4362 * gdbint.texinfo (Target Conditionals): Fix last change.
4363
4a9bb1df
UW
43642007-07-03 Markus Deuling <deuling@de.ibm.com>
4365
4366 * gdb.texinfo: Replace following macros by their appropriate gdbarch
4367 routines:
4368 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
4369 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
4370 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
4371 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
4372 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
4373 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
4374 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
4375 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
4376 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
4377 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
4378 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
4379 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
4380 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
4381 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
4382 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
4383 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
4384 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
4385 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
4386 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
4387 (SOFTWARE_SINGLE_STEP_P)
4388
4389 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
4390 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
4391
4392 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
4393 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
4394 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
4395 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
4396 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
4397 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
4398 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
4399 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
4400 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
4401 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
4402
4403 (Converting an existing Target Architecture to Multi-arch): Remove
4404 section.
4405
4406 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
4407 (gdbarch_addr_bits_remove): Add code example.
4408
4409 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
4410
cfa9d6d9
DJ
44112007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
4412
4413 * gdb.texinfo (Remote Configuration): Document library-info-packet.
4414 Add other missing entries. Adjust the table size to fit.
4415 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
4416 stop reasons including the new "library" event.
4417 (General Query Packets): Adjust table widths for qSupported. Mention
4418 qXfer:libraries:read reply to qSupported and document the new packet.
4419 (Library List Format): New section.
4420
159fcc13
JK
44212007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4422
4423 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
4424
f66d1690
MS
44252007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
4426
4427 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
4428
67102876
NR
44292007-06-25 Nick Roberts <nickrob@snap.net.nz>
4430
4431 * gdbint.texinfo (Register and Memory Data): Break sections
4432 into nodes and add a menu.
4433
a4642986
MR
44342007-06-21 Maciej W. Rozycki <macro@mips.com>
4435
4436 * gdb.texinfo (Examining Memory): Document the new behaviour.
4437
e9c17194
VP
44382007-06-21 Vladimir Prus <vladimir@codesourcery.com>
4439
4440 * gdb.texinfo (Standard Target Features): Document
4441 m68k features.
4442
31d99776
DJ
44432007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4444
4445 * gdb.texinfo (General Query Packets): Document qOffsets changes.
4446
1780a0ed
DJ
44472007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4448
4449 * gdb.texinfo (Target Description Format): Add version attribute
4450 for <target>.
4451
822b6570
DJ
44522007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4453
4454 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
4455
f8b73d13
DJ
44562007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4457
4458 * gdb.texinfo (MIPS Features): New subsection.
4459
0e7f50da
UW
44602007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4461 Markus Deuling <deuling@de.ibm.com>
4462
4463 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
4464 and qXfer:spu:write packets and mention them under qSupported.
4465
23d964e7
UW
44662007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4467 Markus Deuling <deuling@de.ibm.com>
4468
4469 * gdb.texinfo (Architectures): Add new SPU section to document
4470 Cell Broadband Engine SPU architecture specific commands.
4471
9f708cb2
VP
44722007-06-09 Vladimir Prus <vladimir@codesourcery.com>
4473
4474 * gdb.texinfo (GDB/MI Variable Objects): Editorial
4475 comments.
4476
7579b5f8
NR
44772007-06-07 Nick Roberts <nickrob@snap.net.nz>
4478
4479 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
4480
bf06d120
JB
44812007-05-29 Jim Blandy <jimb@codesourcery.com>
4482
4483 * gdb.texinfo (Overview): Doc fix.
4484
23776285
MR
44852007-05-22 Maciej W. Rozycki <macro@mips.com>
4486
4487 * gdb.texinfo (Remote Configuration): Document "set/show
4488 remoteflow".
4489
1a69e1e4
DJ
44902007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
4491
bf06d120
JB
4492 * gdb.texinfo (MIPS): Remove documentation for set mips
4493 saved-gpreg-size, show mips saved-gpreg-size, and set mips
4494 stack-arg-size.
1a69e1e4 4495
46ba6afa 44962007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4497
46ba6afa
BW
4498 * all-cfg.texi (GDBTUI): New.
4499 * gdb.texinfo (Mode Options): Use GDBTUI variable.
4500 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
4501 (TUI Configuration): Edit to improve clarity and fix problems of
4502 both style and content.
5ae4183a 4503
06d3b283
UW
45042007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
4505
4506 * observer.texi (GDB Observers): New observer "new_objfile".
4507
179101d6
UW
45082007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
4509
4510 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
4511
25d5ea92
VP
45122007-04-14 Vladimir Prus <vladimir@codesourcery.com>
4513
4514 * gdb.texinfo (GDB/MI Variable Objects): Document
4515 frozen variables objects.
5ae4183a 4516
ea35711c
DJ
45172007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
4518
4519 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
4520 (Character Sets, Caching Data of Remote Targets): Likewise.
4521 (Targets): Delete Remote node. Move its text...
4522 (Debugging Remote Programs): ...to here. Delete description
4523 of the "remote" command.
4524 (Remote configuration): Delete description of "set remotedevice"
4525 and "show remotedevice".
4526 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
4527
db2e3e2e
BW
45282007-04-11 Bob Wilson <bob.wilson@acm.org>
4529
5ae4183a
AS
4530 * gdb.texinfo (Contributors, Continuing and Stepping)
4531 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
4532 (General Query Packets, File-I/O Remote Protocol Extension)
4533 (Protocol Basics, The F Reply Packet, Write)
4534 (Protocol-specific Representation of Datatypes, Memory Transfer):
4535 Fix hyphenation, punctuation and grammar problems.
4536 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
4537 'section' instead of 'subsection' in the text.
4538 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
4539 (i386): Remove period from section name.
db2e3e2e
BW
4540 (Installing GDB, Requirements, Running Configure, Separate Objdir)
4541 (Config Names, Configure Options): Use @file{configure}.
4542
8a3dae3e
DJ
45432007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
4544
4545 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
4546 and tab expansion.
4547
1a92f856
DJ
45482007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
4549
4550 * gdbint.texinfo (SOM): Correct location of the SOM reader.
4551
79a6e687 45522007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4553
79a6e687
BW
4554 * gdb.texinfo: Consistently capitalize all significant words in
4555 node names, chapter titles, section titles, and headings. Update
4556 cross references to match.
4557 (Starting and Stopping Trace Experiment): Make node name plural.
4558 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 4559
ad527d2e
PA
45602007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
4561
4562 * gdb.texinfo (WinCE): Delete obsolete subsection.
4563
7ce59000
DJ
45642007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4565
4566 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
4567 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
4568 references.
4569
8807d78b
DJ
45702007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4571
4572 * gdb.texinfo (Startup): Delete references to some alternate
4573 names for .gdbinit.
4574 (Thread): Remove LynxOS reference.
4575 (Tandem ST2000): Delete target-specific documentation.
4576 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
4577 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
4578 and GDB_OSABI_LYNXOS.
4579
5f402660
UW
45802007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
4581
4582 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
4583
bac718a6
UW
45842007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
4585
4586 * gdbint.texinfo (Target Conditionals): Remove mention of
4587 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
4588 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
4589
9453113a
DJ
45902007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
4591
4592 * Makefile.in: Add "pdfdir" installation
4593 directory, PDFTEX macro, support for "install-pdf" target,
4594 and rules for making a pdf version of refcard.texi.
4595 * refcard.tex: Specify paper size for PDF output.
4596
ae21e955 45972007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4598
ae21e955 4599 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 4600
3f94c067 46012007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4602
3f94c067
BW
4603 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
4604 (Source Path, Character Sets, Macros, Define)
4605 (GDB/MI Result Records, GDB/MI Simple Examples)
4606 (GDB/MI Program Execution, GDB/MI File Commands)
4607 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
4608 (Bug Reporting): Use @value{GCC}.
5ae4183a 4609
12c27660 46102007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4611
12c27660
BW
4612 * gdb.texinfo (Help): Fix formatting of examples.
4613 (Variables): Use @ifnotinfo instead of @iftex.
4614 (Non-debug DLL symbols): Use @ref instead of @pxref.
4615 (Sparclet File): Use @samp instead of quotes.
5ae4183a 4616
ce9341a1
BW
46172007-03-26 Bob Wilson <bob.wilson@acm.org>
4618
4619 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
4620
c8f4133a
BW
46212007-03-26 Bob Wilson <bob.wilson@acm.org>
4622
4623 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
4624 the order of the nodes.
4625 (C Operators, C Constants, Debugging C): Remove extra menus.
4626 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 4627
c8f4133a 46282007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
4629
4630 * gdb.texinfo (File Options): Add missing parenthesis.
4631 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
4632
c74d0ad8
DJ
46332007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4634
4635 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
4636
ff6f572f
DJ
46372007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4638
669fac23 4639 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
4640 case insensitivity.
4641 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
4642
994337c3
NR
46432007-02-18 Nick Roberts <nickrob@snap.net.nz>
4644
4645 * gdb.texinfo (Top): Put Appendix A after numbered sections.
4646 (Files): Add section name to argument list for pxref.
4647 (Non-debug DLL symbols): Don't use `see' for pxref.
4648 (Embedded Processors): Fix typo.
4649 (GDB/MI Breakpoint Commands): Execution commands generate
4650 *stopped not ^done.
4651
eb819d70
NR
46522007-02-13 Nick Roberts <nickrob@snap.net.nz>
4653
4654 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
4655 values for in_scope. Mention that only root variables can be
4656 updated.
4657 (GDB/MI Development and Front Ends): Explain new values may be
4658 added to existing fields.
4659
123dc839
DJ
46602007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4661
4662 * gdb.texinfo (-target-disconnect): Use @smallexample.
4663 (Requirements): Add anchor for Expat. Update description.
4664 (Target Descriptions): Mention Expat.
4665 (Target Description Format): Document new elements. Use
4666 @smallexample.
4667 (Predefined Target Types, Standard Target Features): New sections.
669fac23 4668 * gdbint.texinfo (Target Descriptions): New section.
123dc839 4669
108546a0
DJ
46702007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
4671
4672 * gdb.texinfo (Target Description Format): Add section on XInclude.
4673
95a98c01
NR
46742006-02-03 Nick Roberts <nickrob@snap.net.nz>
4675
4676 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
4677 command -enable-timings.
4678
f4b3909f
EZ
46792007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
4680
5ae4183a 4681 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
4682 descriptions for new/deleted elements in gdb_osabi. Add missing
4683 description for function generic_elf_osabi_sniff_abi_tag_sections.
4684
c7ba131e
JB
46852007-01-29 Joel Brobecker <brobecker@adacore.com>
4686
4687 * gdb.texinfo (Maintenance Commands): Add documentation for
4688 the new "maint print target-stack" command.
4689
3a60f64e
JK
46902007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4691 Eli Zaretskii <eliz@gnu.org>
4692
f4b3909f 4693 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 4694
c582f8b6
EZ
46952007-01-26 Eli Zaretskii <eliz@gnu.org>
4696
4697 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
4698 Use @value{NGCC} instead of @value{GCC}.
4699
d3e8051b
EZ
47002007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
4701
4702 * agentexpr.texi: Fix typos.
4703 * annotate.texinfo: Likewise.
4704 * gdb.texinfo: Likewise.
4705 * gdbint.texinfo: Likewise.
4706 * observer.texi: Likewise.
4707 * stabs.texinfo: Likewise.
4708
86f04699
EZ
47092007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
4710
4711 * gdbint.texinfo (Support Libraries): Remove mmalloc
4712 entry. Describe readline library.
4713
23181151
DJ
47142007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
4715
4716 * gdb.texinfo (Target Descriptions): New section.
4717 (General Query Packets): Add QPassSignals anchor. Mention
4718 qXfer:features:read under qSupported. Expand mentions of
4719 qXfer:memory-map:read and QPassSignals. Document
4720 qXfer:features:read.
4721
f822c95b
DJ
47222007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
4723
4724 * gdb.texinfo (Commands to specify files): Describe
4725 "set sysroot" and "show sysroot".
4726 (Using the `gdbserver' program): Lowercase argument
4727 to @var. Expand description of setting up GDB on the
4728 host.
4729
8936fcda
JB
47302007-01-05 Joel Brobecker <brobecker@adacore.com>
4731
4732 * gdb.texinfo (Set Catchpoints): Add documentation for the new
4733 catch exception, catch exception unhandled, and catch assert
4734 commands.
4735
e776119f
DJ
47362007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
4737
4738 * gdb.texinfo (Debugging Output): Document "set debug xml"
4739 and "show debug xml".
4740
aa79a185
DJ
47412007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
4742
4743 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
4744
7f893741
JB
47452007-01-01 Joel Brobecker <brobecker@adacore.com>
4746
4747 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
4748
a1b5960f
VP
47492006-12-08 Vladimir Prus <vladimir@codesourcery.com>
4750
4751 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
4752 note in @ignore, to be removed later if nobody complains.
4753
9f470e6e
NR
47542006-12-04 Nick Roberts <nickrob@snap.net.nz>
4755
4756 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
4757 of -var-delete.
4758
765dc015 47592006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 4760
765dc015 4761 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
4762 automatic software/hardware breakpoint usage and
4763 the "set breakpoint auto-hw" command.
765dc015 4764
4b5752d0
VP
47652006-11-21 Vladimir Prus <vladimir@codesourcery.com>
4766
4767 * gdb.texinfo (Memory Access Checking): New.
4768
89be2091
DJ
47692006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
4770
4771 * gdb.texinfo (Remote configuration): Mention
4772 "pass-signals-packet".
4773 (General Query Packets): Document QPassSignals. Fix
4774 a typo.
4775
ca3bf3bd
DJ
47762006-11-14 Maxim Grigoriev <maxim@tensilica.com>
4777
4778 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
4779
427c3a89
DJ
47802006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
4781
4782 * gdb.texinfo (Remote configuration): Rewrite documentation for
4783 packet configuration commands.
4784 (OS Information): Adjust reference to qXfer:auxv:read.
4785 (General Query Packets): Remove references to read-aux-vector-packet
4786 and set remote get-thread-local-storage-address.
4787
7a107747
DJ
47882006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
4789
4790 * gdbint.texinfo (Target Architecture Definition): Add new
4791 Initializing a New Architecture section.
4792
1c56eb0e
EZ
47932006-10-31 David Taylor <dtaylor@emc.com>
4794
4795 * stabs.texinfo (Macro define and undefine): New node describing
4796 stabs for #define and #undef.
4797
f73adfeb
AS
47982006-10-27 Andreas Schwab <schwab@suse.de>
4799
4800 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
4801
fd60e0df
EZ
48022006-10-21 Eli Zaretskii <eliz@gnu.org>
4803
4804 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
4805 clarify on the possible meanings of ``expression'' watched by
4806 watchpoints. Add indexing.
e5ac9b53
EZ
4807 (Prompting, Errors, Invalidation, Annotations for Running)
4808 (Source Annotations): Fix index entries by adding "annotation" to
4809 them, to discriminate from index entries that point to the more
4810 general topic descriptions.
fd60e0df 4811
52bb452f
DJ
48122006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
4813
4814 * gdbint.texinfo (Target Vector Definition): Move most
4815 content into Existing Targets. Add a menu.
4816 (Existing Targets): New section, moved from Target Vector
4817 Definition. Use @subsection.
4818 (Managing Execution State): New section.
4819
58955e58
BW
48202006-10-16 Bob Wilson <bob.wilson@acm.org>
4821
4822 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
4823
c8aa23ab
EZ
48242006-10-15 Eli Zaretskii <eliz@gnu.org>
4825
4826 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
4827 (Command Syntax, Signals, Backtrace, Connecting)
4828 (Remote configuration, Renesas Boards, Console I/O): Fix last
4829 change: use Ctrl- instead of C-, except wrt Emacs.
4830 (File-I/O Examples): Put Ctrl-c in @kbd.
4831 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
4832 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
4833 (Signals, Set Breaks, Set Watchpoints): Document optional
4834 arguments to `info signals' `handle', `info breakpoints', and
4835 `info watchpoints'.
c8aa23ab 4836
e7109c7e
EZ
48372006-10-14 Eli Zaretskii <eliz@gnu.org>
4838
4839 * gdb.texinfo (Backtrace): Fix last change.
4840
de3aea7b
NR
48412006-10-14 Nick Roberts <nickrob@snap.net.nz>
4842
4843 * gdb.texinfo (Backtrace): Order correctly and add other cases.
4844
7f9087cb
BW
48452006-10-10 Bob Wilson <bob.wilson@acm.org>
4846
c8aa23ab
EZ
4847 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
4848 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
4849 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 4850
68437a39
DJ
48512006-09-21 Vladimir Prus <vladimir@codesourcery.com>
4852 Daniel Jacobowitz <dan@codesourcery.com>
4853
4854 * gdb.texinfo (Packets): Document vFlashErase,
4855 vFlashWrite and vFlashDone packets.
4856 (General Query Packets): Document qXfer:memory-map:read.
4857 Add a new feature for qXfer:memory-map:read.
4858 (Memory map format): New section.
4859 (Target Commands): Mention that gdb can write flash.
4860
fd79ecee
DJ
48612006-09-21 Vladimir Prus <vladimir@codesourcery.com>
4862 Daniel Jacobowitz <dan@codesourcery.com>
4863
4864 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
4865 memory regions and "mem auto".
4866
350da6ee
DJ
48672006-09-21 Nathan Sidwell <nathan@codesourcery.com>
4868
4869 * gdbint.texinfo (Array Containers): New section.
4870
2f1acb09
VP
48712006-09-17 Vladimir Prus <vladimir@codesourcery.com>
4872
4873 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
4874 -stack-list-arguments HIGH_FRAME argument can be larger then the
4875 actual number of frames.
4876
2ab1eb7a
VP
48772006-09-07 Vladimir Prus <vladimir@codesourcery.com>
4878
4879 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
4880 -stack-list-locals HIGH_FRAME argument can be larger then the
4881 actual number of frames.
2ab1eb7a 4882
599b237a
BW
48832006-09-02 Bob Wilson <bob.wilson@acm.org>
4884
4885 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
4886 Register Packet Format, Tracepoint Packets): Fix spelling errors.
4887
25ab7e6d
EZ
48882006-09-02 Eli Zaretskii <eliz@gnu.org>
4889
4890 * gdbint.texinfo (Overall Structure): New section "Source Tree
4891 Structure".
4892
940178d3
JB
48932006-08-17 Jim Blandy <jimb@codesourcery.com>
4894
4895 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
4896 responses.
4897
30daae6c
JB
48982006-08-08 Joel Brobecker <brobecker@adacore.com>
4899
4900 * gdb.texinfo (Source Path): Add documentation for new
4901 substitute-path commands.
4902
7fa2210b
DJ
49032006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
4904
4905 * gdb.texinfo (Installing GDB): Update menu. Move text to...
4906 (Running Configure): ...here.
4907 (Requirements): New node. Mention expat.
4908
3d00d119
DJ
49092006-08-08 Vladimir Prus <vladimir@codesourcery.com>
4910
5ae4183a 4911 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
4912 'set download-write-size' and 'show download-write-size'.
4913
0cbfa4ee
DJ
49142006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
4915
4916 * stabs.texinfo (Member Type Descriptor): Correct example for
4917 pointer to member types.
4918
16026cd7
AS
49192006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
4920
4921 * gdb.texinfo (Optional warnings and messages): Add
4922 'set/show trace-commands'.
4923 (Command files): Add '-v' to source command.
4924
0876f84a
DJ
49252006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
4926
4927 * gdb.texinfo (OS Information): Update qPart reference to
4928 qXfer.
4929 (Remote configuration): Likewise.
4930 (Overview): Move @cindex to the start of a paragraph. Talk
4931 about binary data encoding.
4932 (Packets): Refer to the overview for the details of the X
4933 packet encoding.
4934 (General Query Packets): Remove qPart description. Add qXfer
4935 description. Add an anchor to qSupported. Correct feature
4936 table title. Add a new feature for qXfer:auxv:read.
4937 (Interrupts): Add a missing parenthesis.
4938
2ec3381a
DJ
49392006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
4940
669fac23 4941 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
4942 (GDB/MI Kod Commands): Remove commented out node.
4943
594fe323
EZ
49442006-07-01 Eli Zaretskii <eliz@gnu.org>
4945
4946 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
4947 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
4948 (GDB/MI Thread Commands, GDB/MI Program Execution)
4949 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
4950 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
4951 (GDB/MI File Commands, GDB/MI Target Manipulation)
4952 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
4953 since the MI prompt is hard-wired into the code.
4954
7e3fb70c
NR
49552006-07-01 Nick Roberts <nickrob@snap.net.nz>
4956
4957 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
4958 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
4959 (GDB/MI Data Manipulation): Remove description of unimplemented
4960 display related commands as variable objects perform this function
4961 and are superior: -display-delete, -display-disable,
4962 -display-enable, -display-insert and -display-list. Move
4963 -environment-cd, -environment-directory, -environment-path
4964 and -environment-pwd to "Program Context".
4965 (GDB/MI Program Control): Rename to "Program Execution". Move
4966 -exec-arguments -exec-abort to...
4967 (GDB/MI Program Context): ...here. New node split from "Data
4968 Manipulation".
4969
be2a5f71
DJ
49702006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
4971
4972 * gdb.texinfo (Remote configuration): Document set / show
4973 remote supported-packets.
4974 (General Query Packets): Document qSupported packet.
4975
fc320d37
SL
49762006-06-10 Sandra Loosemore <sandra@codesourcery.com>
4977
4978 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
4979 and font markup.
4980 (Protocol basics): Likewise.
4981 (The F request packet): Likewise.
4982 (The F reply packet): Likewise.
4983 (Memory transfer): Move this node to be a subsubsection of
4984 "Protocol specific representation of datatypes".
4985 (The Ctrl-C message): More copy editing.
4986 (Console I/O): Likewise.
4987 (The isatty call): Delete this node, and merge its content into
4988 the "isatty" node. Fixed references elsewhere.
4989 (The system call): Delete this node, and merge its content into
4990 the "system" node. Fixed references elsewhere.
4991 (open): Reformat to use @table, and add appropriate font markup.
4992 (close): Likewise.
4993 (read): Likewise.
4994 (write): Likewise.
4995 (lseek): Likewise.
4996 (rename): Likewise.
4997 (unlink): Likewise.
4998 (stat/fstat): Likewise.
4999 (gettimeofday): Likewise.
5000 (isatty): Likewise.
5001 (system): Likewise, plus minor changes to fix confusing wording.
5002 (Integral datatypes): Fix font markup.
5003 (Pointer values): Likewise.
5004 (struct stat): Fix markup to use @table, plus minor copy editing.
5005 (struct timeval): Fix font markup, plus minor copy editing.
5006 (Constants): Minor copy editing.
5007 (Errno values): Add font markup.
5008 (File-I/O Examples): Likewise.
5009
158fdf5c
NR
50102006-06-10 Nick Roberts <nickrob@snap.net.nz>
5011
5012 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
5013 (GDB/MI Simple Examples): Move node up one level. Use real
5014 examples.
5015 (GDB/MI Compatibility with CLI): Update.
5016 (GDB/MI Result Records): Add "connected" and "exit" result
5017 classes.
5018 (GDB/MI Stream Records): Clarify target output.
5019 (GDB/MI Command Description Format): Modify example description.
5020 (GDB/MI Breakpoint Table Commands): Rename to...
5021 (GDB/MI Breakpoint Commands): ...this
5022 (GDB/MI Breakpoint Commands): Add optional thread field.
5023 (GDB/MI Program Control): Add an introduction. Move "Program
5024 termination" examples into exec-run description.
5025 (GDB/MI File Commands): Mention similar CLI commands.
5026 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
5027 is similar to "-gdb-version".
5028
ddb50cd7
EZ
50292006-06-09 Eli Zaretskii <eliz@gnu.org>
5030
5031 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
5032
2aef0d6b
NR
50332006-06-02 Nick Roberts <nickrob@snap.net.nz>
5034
5035 * gdb.texinfo (GDB/MI Development and Front Ends): Use
5036 sourceware.org for mailing lists.
d5e40d59 5037 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 5038
383a5c52
NR
50392006-06-01 Nick Roberts <nickrob@snap.net.nz>
5040
d5e40d59 5041 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 5042
e16b02ee
EZ
50432006-05-22 Eli Zaretskii <eliz@gnu.org>
5044
5045 * gdb.texinfo (Cygwin Native): Fix last change.
5046
be90c084
CF
50472006-05-22 Christopher Faylor <cgf@timesys.com>
5048
5049 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
5050
347ceba5
NR
50512006-05-15 Nick Roberts <nickrob@snap.net.nz>
5052
5053 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
5054 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
5055
369af7bd
DJ
50562006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
5057
5058 * gdb.texinfo (General Query Packets): Recommend not starting
5059 new packets with qC and clarify.
5060
2ffdbde8 50612006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
5062
5063 * gdb.texinfo (M2 Types): New section.
72019c9c 5064
16d1a084
DJ
50652006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
5066
5067 * agentexpr.texi: Add a copyright and license notice.
5068 * observer.texi: Likewise, with GPL clause for function prototypes.
5069 Remove trailing whitespace.
5070
aa56d27a
JB
50712006-05-05 Jim Blandy <jimb@codesourcery.com>
5072
5073 * gdb.texinfo (General Query Packets): Document conventions for
5074 terminating packet names, and their violations.
5075
5bdf8622
DJ
50762006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
5077
5078 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
5079 * gdb.texinfo: Likewise.
5080
605a56cb
DJ
50812006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
5082
5083 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
5084 and "show remotedebug".
5085 (Debugging Output): Add additional index entries.
5086
b8db102d
MS
50872006-04-27 Michael Snyder <msnyder@redhat.com>
5088
5089 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
5090
c5e30d01
AC
50912006-04-22 Andrew Cagney <cagney@redhat.com>
5092
5093 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
5094 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
5095
8181d85f
DJ
50962006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
5097
5098 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
5099 and remove breakpoint prototypes.
5100 (Watchpoints): Move description of target_insert_hw_breakpoint and
5101 target_remove_hw_breakpoint ...
5102 (Breakpoints): ... to here. Document target_insert_breakpoint and
5103 target_remove_breakpoint.
5104
4f553f88
JB
51052006-04-17 Jim Blandy <jimb@codesourcery.com>
5106
5107 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
5108 and C packets are optional.
5109
cd852561
FR
51102006-04-14 Frederic Riss <frederic.riss@st.com>
5111
5112 * gdb.texinfo (Specifying source directories): Update the description
5113 of the source file search to reflect the fact that the source path
5114 always contains at least $cdir and $cwd.
5115
b620eb07
MS
51162006-03-31 Michael Snyder <msnyder@redhat.com>
5117
5118 * gdb.texinfo: Update copyright dates.
5119
3156cdaf
EZ
51202006-03-31 Eli Zaretskii <eliz@gnu.org>
5121
5122 * gdb.texinfo (Overview): Add an index entry to "empty response".
5123
7d30c22d
JB
51242006-03-28 Jim Blandy <jimb@codesourcery.com>
5125
5126 * gdbint.texinfo (Prologue Analysis): New section.
5127
86941c27
JB
51282006-03-07 Jim Blandy <jimb@red-bean.com>
5129
66b8c7f6
JB
5130 * gdb.texinfo (Connecting): Document 'target remote pipe'.
5131
1a10341b
JB
5132 * gdb.texinfo (Target Commands): Update text describing how to
5133 specify a target. Refer to the detailed section on remote
5134 debugging, not the brief mention.
5135
86941c27
JB
5136 * gdb.texinfo (Connecting): Organize the different 'target remote'
5137 connection methods into a table. Add a 'target remote' index
5138 entry. (!!!)
5139
62f3a2ba
FF
51402006-02-17 Fred Fish <fnf@specifix.com>
5141
5142 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
5143 'ptype' commands to reflect the fact that the only significant
5144 difference between them is that ptype prints the complete type
5145 description instead of just the name.
5146
8b9a88ea
WZ
51472006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
5148
5149 * gdbint.texinfo (Watchpoints): Delete
5150 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
5151
7e8dc855
NR
51522006-02-10 Nick Roberts <nickrob@snap.net.nz>
5153
5154 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
5155 times fields where needed. Fix typos. Update general form given
5156 for output of -break-insert.
5157 (GDB/MI): Abbreviate some unnecessarily long fullnames.
5158
c91d38aa
DJ
51592006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
5160
5161 * gdbint.texinfo (Symbol Handling): Add a section
5162 on memory management.
5163
38fcd64c
DJ
51642006-02-06 Vladimir Prus <ghost@cs.msu.su>
5165
5166 * gdb.texinfo (Breakpoint table commands): Document the fullname
5167 field in -break-list output.
5168
219eec71
EZ
51692006-02-03 Eli Zaretskii <eliz@gnu.org>
5170
5171 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
5172 debugging information produced by the various "set debug..."
5173 options.
5174
ae5a43e0
DJ
51752006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5176
5177 * gdb.texinfo (Files): Remove obsolete bits from the description
5178 of "symbol-file".
5179
a9f158ec
JB
51802006-01-25 Jim Blandy <jimb@redhat.com>
5181
5182 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
5183
410dd08e
JB
51842006-01-24 Jim Blandy <jimb@redhat.com>
5185
5186 * gdbint.texinfo (Frames): Document the basics of GDB's register
5187 unwinding model, and explain the existence of the "sentinel" frame.
5188
4b505b12
AS
51892006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
5190
5191 * gdb.texinfo (Choosing files): Mention that -directory is used
5192 for script files.
5193 (Specifying source directories): Likewise.
5194 (Command files): Explain how script files are found.
5195
839c27b7
EZ
51962006-01-21 Eli Zaretskii <eliz@gnu.org>
5197
5198 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
5199 the threads in a multi-threaded program.
5200 (Threads): The threadno argument of "thread apply" can be a range
5201 of numbers.
5202
7be93b9e
JB
52032006-01-18 Jim Blandy <jimb@redhat.com>
5204
5205 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
5206 of warning flags.
5207
fcc73fe3
EZ
52082006-01-13 Eli Zaretskii <eliz@gnu.org>
5209
5210 * gdb.texinfo (Sequences): Improve menu annotations.
5211 (Define): Add index entries for arguments of user-defined
5212 commands. Move the description of flow-control commands...
5213 (Command Files): ...to here. Document loop_break and
5214 loop_continue.
ca91424e
EZ
5215 (Define, Command Files): Document `end' and add index entries for
5216 it.
fcc73fe3 5217
5c95884b
MS
52182006-01-04 Michael Snyder <msnyder@redhat.com>
5219
5220 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 5221 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 5222
860701dc
PH
52232006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
5224
5225 * gdb.texinfo (Omissions from Ada): Document that there is now
5226 limited aggregate support.
5227
36b80e65
EZ
52282005-12-28 Eli Zaretskii <eliz@gnu.org>
5229
5230 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
5231 registers and the likes.
5232
c1468174
EZ
52332005-12-24 Eli Zaretskii <eliz@gnu.org>
5234
5235 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
5236 (Symbols): Fix usage of "e.g.".
359df76b 5237 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
5238
5239 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
5240 (Coding): Fix usage of "e.g.".
5241
c02a867d
EZ
52422005-12-23 Eli Zaretskii <eliz@gnu.org>
5243
5ae4183a
AS
5244 * stabs.texinfo:
5245 * refcard.tex:
c02a867d 5246 * gpl.texi:
5ae4183a
AS
5247 * gdbint.texinfo:
5248 * gdb.texinfo:
5249 * gdb-cfg.texi:
c02a867d 5250 * fdl.texi:
5ae4183a
AS
5251 * annotate.texinfo:
5252 * all-cfg.texi:
c02a867d
EZ
5253 * Makefile.in: Add (C) after Copyright. Update the FSF
5254 address.
5255
fad38dfa
EZ
52562005-12-03 Eli Zaretskii <eliz@gnu.org>
5257
5258 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
5259 extend GDB with commands for external monitor.
5260
53e5f3cf
AS
52612005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
5262
5263 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
5264
55f6ca0f
JB
52652005-11-25 Joel Brobecker <brobecker@adacore.com>
5266
5267 * gdbint.texinfo (Start of New Year Procedure): New chapter.
5268
c1947b85
JB
52692005-11-21 Jim Blandy <jimb@redhat.com>
5270
5271 * gdb.texinfo (Tracepoint Packets): Document restrictions on
5272 placement of 'R' actions in tracepoint action packets; document
5273 dependence of 'X' and 'M' actions on a preceding 'R' action for
5274 their registers.
5275
9d29849a
JB
52762005-11-19 Jim Blandy <jimb@redhat.com>
5277
5278 * gdb.texinfo (Tracepoint Packets): New node.
5279 (General Query Packets): Add entries for the tracepoint packets,
5280 referring to the "Tracepoint Packets" node.
5281 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 5282
9a6253be
KB
52832005-11-18 Kevin Buettner <kevinb@redhat.com>
5284
5285 * gdb.texinfo (set remotebreak): Add anchor.
5286 (X packet): Likewise.
5287 (Remote Protocol): Add new section `Interrupts' and new index
5288 entry `interrupts (remote protocol)'.
5289
5f3bebba
JB
52902005-11-18 Jim Blandy <jimb@redhat.com>
5291
5292 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
5293 entries into the General Query Packets section. Add a
5294 cross-reference to that section. Drop description of replies, as
5295 these are covered in the descriptions of each packet.
5296 (General Query Packets): Add introductory text. Explain naming
5297 conventions, and how the end of a name is recognized.
5298
9a7a1b36
KB
52992005-11-17 Kevin Buettner <kevinb@redhat.com>
5300
0564b6cf 5301 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
5302 "set remotebreak" command.
5303
b8ff78ce
JB
53042005-11-16 Jim Blandy <jimb@redhat.com>
5305
5306 * gdb.texinfo (Packets, Stop Reply Packets)
5307 (General Query Packets): Various formatting cleanups.
5308 - Use @samp for packet contents.
5309 - Drop summaries from packet @item lines; the same information appears
5310 immediately below in the description.
5311 - Delete paragraph breaks after packet @item commands, so that the
5312 description appears directly to the right of the packet prototype
5313 in the printed manual, if it fits.
5314 - Place spaces in packet prototypes between @vars and non-@var
5315 letters, and explain that they're just for formatting.
5316 - Use @dots{} instead of '...'.
5317 - Fix uses of @code where @var was needed.
5318 - Replace "deprecated" markers with English text spelling out the
5319 packet's status and the preferred alternatives.
5320 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
5321 what this ever meant.
5322 - Remove "(draft)" markers on 'i' packets; nobody has commented on
5323 this for a long time.
5324 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
5325 implemented several times, and have been in use for years.
5326
8ffe2530
JB
53272005-11-15 Jim Blandy <jimb@redhat.com>
5328
c43c5473
JB
5329 * gdb.texinfo (Packets): Add index entries for 'm' packet
5330 disclaimers.
5ae4183a 5331
fb031cdf
JB
5332 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
5333 of stub when processing an 'm' packet.
5334
8ffe2530
JB
5335 * gdb.texinfo (Packets): Mention that packets beginning with
5336 letters are reserved once, at the top, instead of actually listing
5337 them all and saying "reserved".
5338
c03c782f
AS
53392005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
5340
5341 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
5342 Change @var{$arg0 to @code{$arg0.
5343
814e32d7
WZ
53442005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
5345
5346 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
5347
fa93a9d8
JB
53482005-11-12 Jim Blandy <jimb@redhat.com>
5349
5350 * gdb.texinfo (General Query Packets): Put packets in alphabetical
5351 order. Remove extraneous 'z'.
5352
8a5a3c82
AS
53532005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
5354
5355 * gdb.texinfo (Choosing files): Add --eval-command.
5356
4b0ad762
AS
53572005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
5358
5359 * gdb.texinfo (Choosing modes): Add --return-child-result.
5360
5361
1a088d06
AS
53622005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
5363
5364 * gdb.texinfo (Choosing modes): Add --batch-silent.
5365
656d5e12
EZ
53662005-10-28 Eli Zaretskii <eliz@gnu.org>
5367
5368 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
5369 "The -var-update Command".
5370
3c9c013a
JB
53712005-10-03 Joel Brobecker <brobecker@adacore.com>
5372
5373 * gdb.texinfo (Print Settings): Add documentation for set/show
5374 print array-indexes.
5375
7ba3cf9c
DJ
53762005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
5377
5378 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
5379 6.2 and 6.3.
5380
a94ab193
EZ
53812005-08-27 Eli Zaretskii <eliz@gnu.org>
5382
5383 * gdb.texinfo (File Options): Don't document --mapped, it's gone
5384 since 19-Jan-2004.
5385 (Files): Likewise.
ab1adacd
EZ
5386 (Variables, Symbols): Document the "<incomplete type>" message and
5387 its reasons.
a94ab193 5388
ca06016a
FF
53892005-08-01 Fred Fish <fnf@specifix.com>
5390
5391 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
5392
cf58170d
NR
53932005-07-15 Nick Roberts <nickrob@snap.net.nz>
5394
5395 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
5396 option for -var-list-children and -var-update.
5397 (GDB/MI Stack Manipulation): Simplify description of
5398 print-values option for -stack-list-locals.
5399 (GDB/MI Command Description Format): Clarify.
5400 (Mode Options): Spelling of superseded.
5401
38f1196a
BR
54022005-07-12 Bob Rossi <bob@brasko.net>
5403
5404 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
5405 corresponding GDB command comment.
5406
3cb3b8df
BR
54072005-07-06 Bob Rossi <bob@brasko.net>
5408
5409 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
5410 and -inferior-tty-show.
5411 (Input/Output): Document "set/show inferior-tty" and tty alias.
5412
10fac096
NW
54132005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
5414
5415 * gdb.texinfo (Packets): Change description of 'D' packet to note
5416 that GDB does wait for a response.
5417
d1b6db76
NR
54182005-06-22 Nick Roberts <nickrob@snap.net.nz>
5419
5420 * gdb.texinfo (History) Rename "Command History".
5421 (Command History): Move node "Server Prefix" from section on
5422 Annotations here.
5423
29629dcf
NR
54242005-06-19 Nick Roberts <nickrob@snap.net.nz>
5425
5426 * gdb.texinfo (GDB/MI Stack Manipulation):
5427 Re-instate -stack-info-frame with example. Say that it gets
5428 info on selected frame, not current frame.
5429
397ca115
EZ
54302005-06-18 Eli Zaretskii <eliz@gnu.org>
5431
5432 * gdb.texinfo (Server): Clarify that `file' should be used before
5433 connecting to the server.
5434 (Files): Add an xref to the above description.
51274035
EZ
5435 (Output Formats): More detailed description of the `c' format.
5436 (Memory): List explicitly all the formats supported by `x'.
638ac427 5437 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 5438 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
5439 files. Add more indexing for solib-absolute-prefix and
5440 --with-sysroot.
76d17f34
EZ
5441 (Machine Code): Document possible problems with locations in
5442 shared libraries.
d416eeec
EZ
5443 (Backtrace): Document that free-standing environments do not need
5444 to have a `main' function.
397ca115 5445
74f6deaa
NR
54462005-06-18 Nick Roberts <nickrob@snap.net.nz>
5447
5448 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
5449 -stack-info-frame.
5450
a9967aef
AC
54512005-06-07 Andrew Cagney <cagney@gnu.org>
5452
5453 * gdb.texinfo (Contributors): Note the original multi-arch
5454 contributors.
5455
e09f16f9
EZ
54562005-06-03 Eli Zaretskii <eliz@gnu.org>
5457
5458 * gdb.texinfo (Registers): Add index entries for the standard
5459 registers.
5460 (Frames): Add cross-reference from frame pointer description to
5461 the Registers node.
5462 (Annotations Overview): Fix the reference to GDB name.
5463
d87ba7ee
EZ
54642005-06-01 Eli Zaretskii <eliz@gnu.org>
5465
5466 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
5467 can-use-hw-watchpoints.
5468
034dad6f
BR
54692005-05-28 Bob Rossi <bob@brasko.net>
5470
5471 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
5472 the possible reasons why an exec async record would be returned to FE.
5473
ffed4509
AC
54742005-05-26 Andrew Cagney <cagney@gnu.org>
5475
5476 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
5477 Andrew Cagney implemented the original GDB/MI.
5478
e22e55c9
OF
54792005-05-23 Orjan Friberg <orjanf@axis.com>
5480
5481 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
5482 documentation. Add documentation for cris-mode.
5483
a78e13ce
EZ
54842005-05-20 Eli Zaretskii <eliz@gnu.org>
5485
5486 * gdb.texinfo (Numbers): Explain the example and make the wording
5487 more acurate.
5488
76ff342d
DJ
54892005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
5490 Dennis Brueni <dennis@slickedit.com>
5491
5492 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
5493 (GDB/MI Data Manipulation, GDB/MI Program Control)
5494 (GDB/MI Stack Manipulation): Update examples to include the fullname
5495 attribute in stack frames.
5496
119b882a
EZ
54972005-05-12 Eli Zaretskii <eliz@gnu.org>
5498
5499 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
5500 do with other non-standard names of init files.
5501
6fc08d32
EZ
55022005-05-11 Eli Zaretskii <eliz@gnu.org>
5503
5504 * gdb.texinfo (Command Files): Move the description of the startup
5505 from here...
5506 (Startup): ...to this new subsection of the Invocation chapter.
5507 Rearrange the description of init files more logically and add a
5508 cross-reference to "Command Files". Document the special gdbinit
5509 name for CISCO 68k. Expand the description of what GDB does
5510 during startup.
5511 (History): Add index entry for HISTSIZE.
5512
a561754a
MK
55132005-05-02 Mark Kettenis <kettenis@gnu.org>
5514
5515 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
5516
2eecc4ab
EZ
55172005-05-02 Eli Zaretskii <eliz@gnu.org>
5518
5519 * gdb.texinfo (SVR4 Process Information, The isatty call)
5520 (The system call): Don't use foo(N) notation for man pages and
5521 functions.
514c4d71 5522 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 5523
18999be5
EZ
55242005-04-27 Eli Zaretskii <eliz@gnu.org>
5525
5526 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
5527 were optimized away.
5528
0abb7bc7
EZ
55292005-04-22 Eli Zaretskii <eliz@gnu.org>
5530
5531 * gdb.texinfo (Remote configuration): Document "set/show
5532 get-thread-local-storage-address". Add cross-reference to the
5533 description of the qGetTLSAddr packet.
5534 (General Query Packets): Mention "set remote
5535 get-thread-local-storage-address" and add a reference to its
5536 description.
5537
6f61acb1
NR
55382005-04-19 Nick Roberts <nickrob@snap.net.nz>
5539
5540 * gdb.texinfo (Backtrace): Describe 'bt full'.
5541
9d59903a
NR
55422005-04-17 Nick Roberts <nickrob@snap.net.nz>
5543
5544 * gdb.texinfo (Mode Options): Fix typo.
5545 (GDB/MI): Describe how to invoke GDB/MI.
5546
721c2651
EZ
55472005-04-16 Eli Zaretskii <eliz@gnu.org>
5548
5549 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 5550 references changed. Add description of "info udot".
721c2651
EZ
5551 (Files): Document "set/show stop-on-solib-events".
5552 (M32R/D): Document "set/show download-path", "set/show
5553 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
5554 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
5555 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
5556 (Maintenance Commands): Improve indexing.
5557 (Target Commands): Document "set/show hash", "set/show debug
5558 monitor".
5559 (SVR4 Process Information): Document "info pidlist" and "info
5560 meminfo". Document "set/show procfs-tarce" and "set/show
5561 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
5562 (Symbols, The Print Command with Objective-C): Improve indexing.
5563 (Objective-C): Add references to "info classes" and "info
5564 selectors".
c45da7e6
EZ
5565 (Debugging Output): Improve wording. Document "set/show debug
5566 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
5567 (Set Breaks): Add index entry for "hardware breakpoints".
5568 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
5569 and "set/show usehardbreakpoints".
5570 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
5571 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
5572 (ARM): Document "rdilogfile", "rdilogenable", "set/show
5573 rdiromatzero", "set/show rdiheartbeat".
5574 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
5575 "sds".
5576 (Embedded Processors): Document the "sim" command.
5577 (Remote): Document the "remote" command.
5578 (DJGPP Native): Document the "info serial" command.
5579 (Threads): Document "maint info sol-threads".
5580 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
5581 (Set Breaks): Improve indexing.
5582 (Command Syntax): Add a reference to dont-repeat.
5583 (Define): Document "dont-repeat".
5584 (TUI Commands): Document "tabset".
5585 (WinCE): New subsection. Document "set/show remotedirectory",
5586 "set/show remoteupload", "set/show remoteaddhost".
721c2651 5587
14d6dd68
EZ
55882005-04-15 Eli Zaretskii <eliz@gnu.org>
5589
5590 * gdb.texinfo (Hurd Native): New subsection, documents
5591 Hurd-specific commands.
a64548ea 5592 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 5593 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
5594 (MIPS): Improve documentation of heuristic-fence-post. Document
5595 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
5596 mips stack-arg-size", "set/show mips mask-address", "set/show mips
5597 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 5598 (ARM): Document ARM-specific commands.
a64548ea
EZ
5599 (AVR): New section. Document "info io_registers".
5600 (CRIS): New section. Document "set/show cris-version" and
5601 "set/show cris-dwarf2-cfi".
5602 (HPPA): New section. Document "set/show debug hppa" and "maint
5603 print unwind".
a5adf40f 5604 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 5605 (Super-H): New section. Document the "regs" command.
721c2651 5606 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 5607
9c16f35a
EZ
56082005-04-09 Eli Zaretskii <eliz@gnu.org>
5609
5610 * gdb.texinfo (Print Settings): Document "set/show print
5611 pascal_static-members", "set print repeats", "show print
5612 null-stop". Improve indexing. Fix documentation of "set print
5613 union".
5614 (Pascal): New section.
5615 (Supported languages): Rename from "Support"; all references
5616 updated. Add a menu item for Pascal.
5617 (Numbers): Document "set radix.
5618 (Screen Size): Document "set/show pagination".
5619 (MIPS Embedded): Remove "set processor" documentation.
5620 (Remote configuration): Document "set/show X/P/Z-packet",
5621 "set/show read-aux-vector-packet", "set/show remote
5622 symbol-lookup-packet", "set/show remote verbose-resume-packet",
5623 "set/show remoteaddresssize", "set/show remotebaud", "set/show
5624 remotedebug", "set/show remotebreak", "set/show remotedevice",
5625 "set/show remotelogfile".
5626 (Auxiliary Vector): Add reference to the description of the
5627 read-aux-vector-packet setting.
5628 (Set Watchpoints): Add a cross-reference to "set remote
5629 hardware-breakpoint-limit".
5630 (General Query Packets): Add indexing of requests and
5631 cross-references to related commands in "Remote configuration".
5632 (File-I/O Overview, The system call): Fix wording and typos.
5633 (Thread Stops): Add index entries.
5634 (Continuing and Stepping): Document "show step-mode".
5635 (i386): New node. Document "set/show struct-convention".
5636 (Files): Document "show trust-readonly-sections".
5637 (Calling): Document "set/show unwindonsignal".
5638 (Messages/Warnings): Add index entries.
5639 (Maintenance Commands): Document "set/show watchdog".
5640 (Annotations Overview): Document "show annotate".
5641 (Set Watchpoints): Add index entries.
5642 (Symbols): Fix doc of case-sensitive.
5643 (ABI): Document "show coerce-float-to-double".
5644 (Convenience Vars, Help): Improve indexing.
5645 (Machine Code): Document "show disassembly-flavor".
5646 (Debugging C plus plus): Document "show overload-resolution".
5647 (Value History, Signaling): Add index entries.
5648
56492005-04-08 Eli Zaretskii <eliz@gnu.org>
5650
5651 * gdb.texinfo (Show): Move @kindex entries to their proper places.
5652 (Processes): Fix wording.
5653 (History, List, Logging output, Define, Symbols, Print Settings):
5654 Improve indexing.
5655
a8f24a35
EZ
56562005-04-03 Eli Zaretskii <eliz@gnu.org>
5657
5658 * gdb.texinfo (Targets): Document "set/show architecture". Remove
5659 redundant index entry for "target" command.
5660 (Backtrace): Add index entries.
5661 (Symbols, Fortran): Document the "set case-sensitive" command.
5662 (DJGPP Native): Document "set com1base", "set com1irq", etc.
5663 (Print Settings): Add index entry for "set demangle-style".
5664 (Target Commands): Document "set download-write-size".
5665 (Debugging Output): Document "set exec-done-display".
5666
09d4efe1
EZ
56672005-04-02 Eli Zaretskii <eliz@gnu.org>
5668
5669 * gdb.texinfo (Files): Fix the name and documentation of
5670 add-shared-symbol-files. Document its alias assf. Update the
5671 list of OSs where GDB supports shared libraries. Fix markup.
5672 (Continuing and Stepping): Add reference to @var{location} in the
5673 text.
5674 (Dump/Restore Files): Fix reference to @{filename}.
5675 (Help): Fix wording.
5676 (Attach): Ditto.
5677 (Set Watchpoints): Ditto.
5678 (Backtrace): Remove redundant index entries. Improve index
5679 entries.
5680 (Delete Breaks): Fix wording.
5681 (Memory): Document the compare-sections command.
5682 (Memory Region Attributes): Improve wording.
5683 (Disabling): Improve wording.
5684 (Fortran): New subsection. Document the "info common" command.
5685 (Help): Document aliases "info copying" and "info warranty".
5686 (Caching Remote Data): New section. Document the "set/show
5687 remotecache" and "info dcache" commands.
5688 (Show): Fix wording of the documentation of the "set
5689 extension-language" command.
5690 (Signals): Add index entry for "info handle".
5691 (Memory Region Attributes): Fix punctuation.
5692 (Symbols): Change the arg name to "location" and refer to it in
5693 the text. Fix wording of "info types" doc.
5694 (Threads): Fix usage of @enumerate @item's.
5695 (Listing Tracepoints): Add index entry for "info tp".
5696 (Set Watchpoints): Add xref to "info break" description.
5697 (Macros): Add an index entry for "macro exp1". Document the
5698 "macro list" command.
5699 (Maintenance Commands): Document "flushregs", "maint agent",
5700 "maint check-symtabs", "maint cplus", "maint demangle", "maint
5701 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
5702 "maint print architecture", "maint print objfiles", "maint print
5703 statistics", "maint print type", "maint show-debug-regs", "maint
5704 space", "maint time", and "maint translate-address".
5705 (Connecting): Document the "monitor" command.
5706 (Annotations Overview): Describe the "set annotate" command.
5707
82f2d802
EZ
57082005-04-01 Eli Zaretskii <eliz@gnu.org>
5709
5710 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
5711 Rearrange index entries and improve wording about support for
5712 hardware watchpoints.
5713
7d51c7de
BR
57142005-03-10 Bob Rossi <bob@brasko.net>
5715
5716 * gdb.texinfo: Update copyright
5717
68c71a2e
TR
57182005-02-09 Theodore A. Roth <troth@openavr.org>
5719
5720 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
5721 error.
5722
83761cbd
KB
57232005-02-03 Kevin Buettner <kevinb@redhat.com>
5724
5725 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
5726
9f1c6395
MS
57272005-01-17 Michael Snyder <msnyder@redhat.com>
5728
5729 * gdb.texinfo: Fix spelling, infinte -> infinite.
5730
fbd1b305
MK
57312005-01-08 Mark Kettenis <kettenis@gnu.org>
5732
5733 * observer.texi (GDB Observers): Document "solib_loaded".
5734
3ace7edb
AC
57352005-01-07 Andrew Cagney <cagney@gnu.org>
5736
bec39cab
AC
5737 * configure.ac: Rename configure.in, require autoconf 2.59.
5738 * configure: Re-generate.
5739
3ace7edb
AC
5740 * configure.in: Replace configdirs with multiple references to
5741 AC_CONFIG_SUBDIRS.
5742 * configure: Re-generate.
5ae4183a 5743
53531fc1
AC
57442005-01-04 Andrew Cagney <cagney@gnu.org>
5745
5746 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
5747 part of the version number.
5748
536ffdb7
MK
57492004-12-24 Mark Kettenis <kettenis@gnu.org>
5750
5751 * gdbint.texinfo (Algorithms): Remove description of
5752 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
5753
e1aac25b
JB
57542004-12-07 Jim Blandy <jimb@redhat.com>
5755
5756 * gdb.texinfo (General Query Packets): Specify that thread ID's in
5757 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
5758 numbers.
5759
f47b1503
AS
57602004-12-07 Andreas Schwab <schwab@suse.de>
5761
5762 * gdb.texinfo (Mode Options): Document -l option.
5763
b6b8ece6
EZ
57642004-12-04 Eli Zaretskii <eliz@gnu.org>
5765
5766 * gdbint.texinfo (Algorithms): More accurate description of
5767 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
5768 is not needed unless data-read and data-access watchpoints are
5769 supported. Add a description of how GDB checks whether the
5770 inferior stopped because a watchpoint was hit.
5771
01371747
EZ
57722004-11-23 Eli Zaretskii <eliz@gnu.org>
5773
5774 * gdb.texinfo (Files): Add cross-reference to description of
5775 -readnow command-line switch.
5776
2315ffec
RC
57772004-11-10 Randolph Chung <tausq@debian.org>
5778
5779 * gdb.texinfo: Document set/show backtrace past-entry commands.
5780 Rearrange index entries for set/show backtrace past-main.
5781
69065f5d
AC
57822004-11-10 Jon Beniston <jon@beniston.com>
5783
5784 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
5785 * gdb.texinfo (Remote Serial Protocol): Further describe
5786 binary transfer escaping mechanism .
69065f5d 5787
30e91e0b
RC
57882004-11-08 Randolph Chung <tausq@debian.org>
5789
5790 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
5791 and "show debug infrun". Add index entries.
5792
60bf7e09
EZ
57932004-10-23 Eli Zaretskii <eliz@gnu.org>
5794
5795 * gdb.texinfo (SVR4 Process Information): Document subcommands of
5796 "info proc" that are already implemented. Add index entries.
5797 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
5798 (Files): Add a tip for decreasing memory used for symtabs from
5799 shared libraries.
f018e82f
EZ
5800 (Starting): Fix whitespace; make "elaboration" stand out where it
5801 is first used, and add an index entry for the term.
f8568604
EZ
5802 (Calling): Expand and elaborate text. Add "print". Add the
5803 description of problems with weak aliases.
384ee23f 5804 (Core File Generation): New section.
60bf7e09 5805
d52fe014
AC
58062004-10-12 Andrew Cagney <cagney@gnu.org>
5807
5808 * gdbint.texinfo (Versions and Branches): New chapter.
5809 (Releasing GDB): Delete "Versions and Branches" section.
5810 (Top): Add "Versions and Branches".
5811
703663ab
EZ
58122004-10-08 Eli Zaretskii <eliz@gnu.org>
5813
5814 * gdb.texinfo (Editing, History): Add cross-references to the
5815 included Readline and History user documentation. Remove
5816 references to the symbol have-readline-appendices which is unused
5817 and undefined.
5818 (History): Fix indexing.
5819
ac77d04f
JJ
58202004-10-08 Jeff Johnston <jjohnstn@redhat.com>
5821
5822 * gdbint.texinfo (target_stopped_data_address): Update to
5823 new prototype.
5824 (i386_stopped_data_address): Update prototype and description.
5825 (i386_stopped_by_watchpoint): New function and description.
5826
e07c999f
PH
58272004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
5828
5829 * gdb.texinfo (Filenames): Add Ada suffixes.
5830 (Ada) New section.
5831
2e868123
AC
58322004-09-27 Andrew Cagney <cagney@gnu.org>
5833 Robert Picco <Robert.Picco@hp.com>
5834
5835 * gdb.texinfo (Packets): Document the "p" packet.
5836
02a57714
JM
58372004-09-21 Jason Molenda (jmolenda@apple.com)
5838
5839 * gdb.texinfo (Paths and Names of the Source Files): Document the
5840 meaning of values in the 'desc' field of a SO stab.
5841
ae038cb0
DJ
58422004-09-20 Daniel Jacobowitz <dan@debian.org>
5843
5844 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
5845 max-cache-age" and "maint show dwarf2 max-cache-age".
5846
f7dc1244
EZ
58472004-09-16 Eli Zaretskii <eliz@gnu.org>
5848
5849 * gdb.texinfo (Set Breaks): Add index entry for setting
5850 breakpoints on overloaded C++ functions that are not members of
5851 any classes. Add an example and an index entry for setting
5852 breakpoints on all program functions.
5853 (Character Sets, Macros, Overlay Commands)
5854 (Non-debug DLL symbols, GDB/MI Output Syntax)
5855 (Annotations Overview, Maintenance Commands, File-I/O Overview):
5856 Use "(@value{GDBP})" instead of a literal "(gdb)".
5857
f810308b
AC
58582004-09-12 Andrew Cagney <cagney@gnu.org>
5859
5860 * gdbint.texinfo (Native Debugging): Delete description of
5861 FILES_INFO_HOOK.
5862
15a661f3
PH
58632004-09-11 Paul Hilfinger <hilfinger@gnat.com>
5864
5ae4183a
AS
5865 * gdbint.texinfo (User Interface): Change local_hex_string_custom
5866 to hex_string_custom (not historically correct, but more
15a661f3
PH
5867 understandable, given the current code).
5868
f3219c75
AC
58692004-09-03 Andrew Cagney <cagney@gnu.org>
5870
5871 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
5872
f3bb6704
JJ
58732004-09-01 Jeff Johnston <jjohnstn@redhat.com>
5874
5875 * observer.texi (solib_unloaded): New observer.
5876
8d2c00cb
AC
58772004-08-24 Andrew Cagney <cagney@gnu.org>
5878
5879 * gdbint.texinfo (Target Architecture Definition): Add missing
5880 comma.
5881
e7dc800a
MC
58822004-08-20 Michael Chastain <mec.gnu@mindspring.com>
5883
5884 * (Using the Testsuite): build != host is supported,
5885 but some test scripts do not support build != host.
5886
73b03683
MK
58872004-08-14 Mark Kettenis <kettenis@gnu.org>
5888
5889 * gdbint.texinfo (Host Definition): Delete description of
5890 FCLOSE_PROVIDED and GETENV_PROVIDED.
5891
c0ccb908
MK
58922004-08-05 Mark Kettenis <kettenis@chello.nl>
5893
5894 * gdbint.texinfo (Host Definition): Delete description of
5895 NO_SYS_FILE.
5896 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
5897 PTRACE_FP_BUG.
5898
9c8dbfa9
AC
58992004-08-05 Andrew Cagney <cagney@gnu.org>
5900
5901 * gdbint.texinfo (Target Architecture Definition): Delete
5902 reference to deprecated_read_fp.
5903
f42accbe
AC
59042004-08-02 Andrew Cagney <cagney@gnu.org>
5905
5906 * gdbint.texinfo (Target Architecture Definition): Delete
5907 description of DEPRECATED_REGISTER_BYTES.
5908
0b66e38c
EZ
59092004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
5910
5911 * gdb.texinfo (Source Path): Document the new behavior of
5912 searching for the source files.
5913
15387254
EZ
59142004-07-17 Eli Zaretskii <eliz@gnu.org>
5915
5916 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
5917 (Search, Expressions, Arrays, Variables, Data, Machine Code)
5918 (Auto Display): Improve indexing.
5919
2c07db7a
AC
59202004-07-16 Andrew Cagney <cagney@gnu.org>
5921
5922 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
5923 "-noasync".
5924
4644b6e3
EZ
59252004-07-09 Eli Zaretskii <eliz@gnu.org>
5926
5927 * gdb.texinfo: Fix @kindex entries so that multiple commands that
5928 have the same prefix have only their prefix in the index.
5929
7561d450
MK
59302004-07-03 Mark Kettenis <kettenis@gnu.org>
5931
5932 * gdb.texinfo (BSD libkvm Interface): New node (section)
5933 (Native): Add it to the menu.
5934
67bebe79
MK
59352004-07-01 Mark Kettenis <kettenis@gnu.org>
5936
5937 * gdbint.texinfo (Target Architecture Definition): Remove
5938 PCC_SOL_BROKEN.
5939
1a6923e0
MK
59402004-06-24 Mark Kettenis <kettenis@gnu.org>
5941
5942 * gdbint.texinfo (Target Architecture Definition): Remove
5943 SUN_FIXED_LBRAC_BUG.
5944
b435e160
AC
59452004-06-26 Andrew Cagney <cagney@gnu.org>
5946
5947 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
5948
b5622e8d
AC
59492004-06-20 Andrew Cagney <cagney@gnu.org>
5950
5951 * gdbint.texinfo (Target Architecture Definition): Deprecate
5952 USE_STRUCT_CONVENTION.
5953
e0c07bf0
MC
59542004-06-19 Michael Chastain <mec.gnu@mindspring.com>
5955
5956 gdb.texinfo (Bug Reporting): Mention session recording,
5957 with the script command or Emacs.
5958
782263ab
AC
59592004-06-18 Andrew Cagney <cagney@gnu.org>
5960
5961 * gdbint.texinfo (Target Architecture Definition): Deprecate
5962 FUNCTION_START_OFFSET.
5963
03727ca6
AC
59642004-06-14 Andrew Cagney <cagney@gnu.org>
5965
5966 Based on changes from Karl Berry.
5967 * gdb.texinfo: Do not use @sc in a direntry.
5968 * stabs.texinfo: Change @dircateogry to "Software development".
5969 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
5970
97092415
AC
59712004-06-13 Andrew Cagney <cagney@gnu.org>
5972
5973 * gdbint.texinfo (Target Architecture Definition): Delete
5974 description of RETURN_VALUE_ON_STACK.
5975
1f6d4158
AC
59762004-06-09 Andrew Cagney <cagney@gnu.org>
5977
5978 * gdbint.texinfo (Native Debugging): Restore "@table @code"
5979 deleted by previous patch.
5980
d966f0cb
AC
59812004-06-08 Andrew Cagney <cagney@gnu.org>
5982
5983 * gdbint.texinfo (Native Debugging): Delete documentation on
5984 ATTACH_DETACH.
5985
86fe4aaa
RC
59862004-06-06 Randolph Chung <tausq@debian.org>
5987
5988 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
5989
d4b6d575
RC
59902004-06-06 Randolph Chung <tausq@debian.org>
5991
5ae4183a 5992 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
5993 the new push_dummy_call method signature. Describe the function
5994 argument.
5995
4e8b0763
JB
59962004-05-24 Joel Brobecker <brobecker@gnat.com>
5997
5998 * gdb.texinfo (Starting): Document new start command.
5999
59caf092
AC
60002004-05-21 Andrew Cagney <cagney@redhat.com>
6001
6002 * observer.texi (GDB Observers): Document "inferior_created".
6003
e4a2df64
AC
60042004-05-08 Andrew Cagney <cagney@redhat.com>
6005
e6b55ae2
AC
6006 * gdbint.texinfo (Target Architecture Definition): Delete
6007 description of DO_DEFERRED_STORES.
6008
28954179
AC
6009 * gdbint.texinfo (Target Architecture Definition): Delete
6010 references to DEPRECATED_FIX_CALL_DUMMY.
6011
434b87dd
AC
6012 * gdbint.texinfo (Target Architecture Definition): Delete
6013 description of DEPRECATED_CALL_DUMMY_WORDS,
6014 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
6015
58d28df8
AC
6016 * gdbint.texinfo (Target Architecture Definition): Delete
6017 description of DEPRECATED_PUSH_DUMMY_FRAME.
6018
e4a2df64
AC
6019 * gdbint.texinfo (Target Architecture Definition): Delete
6020 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
6021
2b4855ab
AC
60222004-05-07 Andrew Cagney <cagney@redhat.com>
6023
6024 * observer.texi (GDB Observers): Add "Debugging" section. Include
6025 cross reference to "set/show debug observer".
6026 * gdb.texinfo (Debugging Output): Document "set/show debug
6027 observer".
6028
fcf70625
AC
60292004-05-01 Andrew Cagney <cagney@redhat.com>
6030
6031 * gdbint.texinfo (Target Architecture Definition): Delete
6032 description of DEPRECATED_PC_IN_SIGTRAMP.
6033
8ee56bcf
AC
60342004-04-30 Andrew Cagney <cagney@redhat.com>
6035
6036 * gdbint.texinfo (Target Architecture Definition): Delete
6037 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
6038
67ab9a76
OF
60392004-04-30 Orjan Friberg <orjanf@axis.com>
6040
6041 * observer.texi (GDB Observers): Correct spelling.
6042
79346bcb
OF
60432004-04-26 Orjan Friberg <orjanf@axis.com>
6044
6045 * observer.texi (GDB Observers): Add target_changed event.
6046
7a464420
AC
60472004-04-08 Andrew Cagney <cagney@redhat.com>
6048
6049 * observer.texi (GDB Observers): Rework, provide generic observer
6050 definitions and then a list of observable events.
6051
6cdf9d98
AC
60522004-04-04 Andrew Cagney <cagney@redhat.com>
6053
6054 * gdbint.texinfo (Host Definition): Delete reference to
6055 NO_SIGINTERRUPT.
6056
ddc135a4
AC
60572004-04-02 Andrew Cagney <cagney@redhat.com>
6058
6059 * gdbint.texinfo (Target Architecture Definition): Delete
6060 reference to DEPRECATED_CALL_DUMMY_LENGTH.
6061
6a1b180d
SC
60622004-03-28 Stephane Carrez <stcarrez@nerim.fr>
6063
6064 * gdb.texinfo (TUI Commands): Document tui reg commands.
6065
d0d5df6f
AC
60662004-03-26 Andrew Cagney <cagney@redhat.com>
6067
6068 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
6069 "gdbtui".
6070 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
6071 (Contributors): Mention both Text and Terminal User Interface.
6072
aa2a3f87
AC
60732004-03-23 Andrew Cagney <cagney@redhat.com>
6074
6075 * gdbint.texinfo (Target Architecture Definition): Deprecate
6076 references to SIGTRAMP_START and SIGTRAMP_END.
6077
f561f026
AC
60782004-03-23 Andrew Cagney <cagney@redhat.com>
6079
6080 * gdbint.texinfo (Target Architecture Definition): Deprecate
6081 references to PC_IN_SIGTRAMP.
6082
33cb8b0f
AC
60832004-03-19 Andrew Cagney <cagney@redhat.com>
6084
6085 * gdbint.texinfo (Target Architecture Definition): Delete
6086 reference to GDB_TARGET_IS_HPPA.
6087
fc989b7a
AC
60882004-03-18 Andrew Cagney <cagney@redhat.com>
6089
6090 * gdbint.texinfo (Coding): Update section on gdbarch_data,
6091 describe pre_init and post_init.
6092
701b08bb
DJ
60932004-03-09 Daniel Jacobowitz <drow@mvista.com>
6094
6095 * gdb.texinfo (Debugging Output): Document values for "set debug
6096 target".
6097
faae5abe
AC
60982004-02-28 Andrew Cagney <cagney@redhat.com>
6099
6100 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
6101
dd79a6cf
JJ
61022004-02-26 Jeff Johnston <jjohnstn@redhat.com>
6103
6104 * gdb.texinfo (breakpoints): Add information about the
6105 new "set breakpoint pending" and "show breakpoint pending"
6106 commands.
6107
e7f16015
AC
61082004-02-26 Andrew Cagney <cagney@redhat.com>
6109
6110 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
6111 in Per-architecture module data section.
6112
7161a3a6
RM
61132004-02-25 Roland McGrath <roland@redhat.com>
6114
6115 * gdb.texinfo (General Query Packets): Document qPart:... packets.
6116
2154891a
AC
61172004-02-24 Andrew Cagney <cagney@redhat.com>
6118
6119 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
6120 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
6121 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 6122
6c74ac8b
AC
61232004-02-17 Andrew Cagney <cagney@redhat.com>
6124
6125 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
6126
19772a2c
AC
61272004-02-16 Andrew Cagney <cagney@redhat.com>
6128
6129 * gdbint.texinfo (Target Architecture Definition): Deprecate
6130 FRAMELESS_FUNCTION_INVOCATION.
6131
c9830293
AC
61322004-02-16 Andrew Cagney <cagney@redhat.com>
6133
6134 * gdbint.texinfo (Coding): Mention -Wunused-function.
6135
b9d26eb9
AC
61362004-02-14 Andrew Cagney <cagney@redhat.com>
6137
6138 * gdbint.texinfo (Target Architecture Definition): Delete
6139 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
6140
49efadf5
EZ
61412004-02-12 Elena Zannoni <ezannoni@redhat.com>
6142
6143 * gdb.texinfo: Properly quote the name "C++".
6144 * gdbint.texinfo: Ditto.
6145 * stabs.texinfo: Ditto.
6146
1eb288ea
EZ
61472004-02-11 Elena Zannoni <ezannoni@redhat.com>
6148
6149 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
6150 minimal information about libiberty.
6151
e4937fc1
MC
61522004-02-06 Michael Chastain <mec.gnu@mindspring.com>
6153
6154 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
6155
a9331b3f
RM
61562004-02-04 Roland McGrath <roland@redhat.com>
6157
6158 * gdb.texinfo (Auxiliary Vector): New node (section).
6159 (Data): Add it to the menu.
6160
2650777c
JJ
61612004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6162
6163 * gdb.texinfo (Breakpoints): Add information about pending
6164 breakpoint support.
6165
b4501125
AC
61662004-01-26 Andrew Cagney <cagney@redhat.com>
6167
6168 * gdb.texinfo (Overview): Delete references to the cisco protocol
6169 including the "N" response.
6170
74055713
AC
61712004-01-26 Andrew Cagney <cagney@redhat.com>
6172
6173 * gdbint.texinfo (Target Architecture Definition): Rename
6174 EXTRACT_STRUCT_VALUE_ADDRESS to
6175 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 6176
3bbe9696
EZ
61772004-01-24 Eli Zaretskii <eliz@gnu.org>
6178
6179 * gdb.texinfo (KOD): Document "show os". Add index entries for
6180 "set/show os" and "info cisco" commands.
6181
5843504f
EZ
61822004-01-21 Eli Zaretskii <eliz@gnu.org>
6183
6184 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
6185
9175c9a3
MC
61862004-01-19 Michael Chastain <mec.gnu@mindspring.com>
6187
6188 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
6189 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
6190
8e94b928
NR
61912004-01-19 Nick Roberts <nick@nick.uklinux.net>
6192
6193 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
6194 -stack-list-locals.
6195 (GDB/MI Variable Objects): Describe extension to
6196 -var-list-children.
6197
a20cf136
DJ
61982004-01-17 Daniel Jacobowitz <drow@mvista.com>
6199
6200 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
6201
afb18d0f
AC
62022004-01-17 Andrew Cagney <cagney@redhat.com>
6203
6204 * gdbint.texinfo (Target Architecture Definition): Delete
6205 documentation on DEPRECATED_NPC_REGNUM.
6206
b51970ac
DJ
62072004-01-13 Daniel Jacobowitz <drow@mvista.com>
6208
6209 * gdb.texinfo: Update copyright year. Mention that set
6210 follow-fork-mode is supported on GNU/Linux. Remove documentation of
6211 "set follow-fork-mode ask".
6212
0f0cffd2
AC
62132004-01-13 Andrew Cagney <cagney@redhat.com>
6214
6215 * gdbint.texinfo: Update copyright year.
6216 (Coding): Add -Wunused-label to list of -Werror warnings.
6217
c552b3bb 62182004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 6219 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
6220
6221 * gdb.texinfo: Update copyright.
6222 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
6223 around names, as appropriate. Minor syntax cleanup of
6224 _NSPrintForDebugger explanation. Two spaces after periods.
6225 GDBN used instead of lit. "gdb". Index entries added for
6226 print-object and _NSPrintForDebugger. @noindent added in one spot.
6227
afe157ca
EZ
62282003-11-11 Elena Zannoni <ezannoni@redhat.com>
6229
6230 * stabs.texinfo: Add dircategory and direntry commands.
6231 * annotate.texinfo: Ditto.
6232
963e2bb7
AC
62332003-11-10 Andrew Cagney <cagney@redhat.com>
6234
6235 * gdbint.texinfo (Target Architecture Definition): Replace the
6236 return_value method's "inval" and "outval" parameters with
6237 "readbuf" and "writebuf".
6238
1d8b2f28
JB
62392003-10-28 Jim Blandy <jimb@redhat.com>
6240
6241 * gdb.texinfo (The F request packet, The F reply packet): Renamed
6242 from "The `F' request packet" and "The `F' reply packet", to make
6243 texi2dvi happy.
6244 (File-I/O remote protocol extension): Update menu entries, too.
6245
36d86913
MC
62462003-10-26 Michael Chastain <mec@shout.net>
6247
6248 * gdb.texinfo (Thread Stops): Document the issue with
6249 premature return from system calls in multi-threaded programs.
6250
ce2826aa
AC
62512003-10-24 Andrew Cagney <cagney@redhat.com>
6252
6253 * annotate.texinfo: Fix "fortunatly"[sic].
6254
f24c5e49
KI
62552003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
6256
6257 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
6258 with "Hitachi" and "Mitsubishi".
6259
92ad9cd9
AC
62602003-10-20 Andrew Cagney <cagney@redhat.com>
6261
6262 * gdbint.texinfo (Target Architecture Definition): Document
6263 gdbarch_return_value. Add cross references from
6264 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
6265 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
6266
0ab4b752
MK
62672003-10-18 Mark Kettenis <kettenis@gnu.org>
6268
6269 * gdbint.texinfo (Target Architecture Definition): Document
6270 regset_from_core_section.
fb3e19c0
KI
6271
62722003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
6273
6274 * gdb.texinfo (M32R/D): Mention m32rsdi target.
6275
a9331b3f 62762003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
6277
6278 From Anthony Green <green@redhat.com>:
5ae4183a 6279 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 6280
1485d690
KB
62812003-10-14 Kevin Buettner <kevinb@redhat.com>
6282
889bf7c5
PA
6283 * gdb.texinfo (Breakpoint related warnings): New node.
6284 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 6285
86d30acc
DJ
62862003-10-13 Daniel Jacobowitz <drow@mvista.com>
6287
6288 * gdb.texinfo (Remote Protocol): Document v and vCont.
6289
172c2a43
KI
62902003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
6291
6292 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
6293 * gdbint.texinfo: Ditto.
6294
71952f4c
AC
62952003-10-09 Andrew Cagney <cagney@redhat.com>
6296
6297 From 2003-09-18 David Anderson <davea@sgi.com>:
6298 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
6299 "command".
6300
268e2188
AC
63012003-10-03 Andrew Cagney <cagney@redhat.com>
6302
6303 * gdbint.texinfo (Target Architecture Definition): Deprecate
6304 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
6305 just target.
6306
12c266ea 63072003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 6308
f30992d4 6309 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
6310 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
6311 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
6312 * gdbint.texinfo (Target Architecture Definition): Rename
6313
63142003-09-30 Andrew Cagney <cagney@redhat.com>
6315
f30992d4 6316 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 6317 (Target Architecture Definition):
f30992d4 6318
2e092625
AC
6319 * gdbint.texinfo (Target Architecture Definition): Rename
6320 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
6321
0717ae8a
AC
63222003-09-29 Andrew Cagney <cagney@redhat.com>
6323
dad809b7
AC
6324 * gdbint.texinfo (Target Architecture Definition): Delete
6325 documentation for NEED_TEXT_START_END.
6326
0717ae8a
AC
6327 * gdbint.texinfo (Target Architecture Definition): Rename
6328 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
6329 TARGET_WRITE_PC.
a9331b3f 6330
af6cf26d
MC
63312003-09-22 Michael Chastain <mec@shout.net>
6332
6333 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
6334
ee206350
AG
63352003-09-21 Anthony Green <green@redhat.com>
6336
6337 * gdbint.texinfo (Target Architecture Definition): Fix typos.
6338
a38c9fe6
MK
63392003-09-21 Mark Kettenis <kettenis@gnu.org>
6340
6341 * gdbint.texinfo (Target Architecture Definition): Document
6342 stabs_argument_has_addr.
6343
77949794
AC
63442003-09-18 Andrew Cagney <cagney@redhat.com>
6345
6346 * gdbint.texinfo (Target Architecture Definition): Delete
6347 documentation on REGISTER_NAMES.
6348
8e823e25
MK
63492003-09-13 Mark Kettenis <kettenis@gnu.org>
6350
6351 * gdbint.texinfo (Target Architecture Definition): Replace
6352 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
6353
f27dd7fd
AC
63542003-09-11 Andrew Cagney <cagney@redhat.com>
6355
6356 * gdbint.texinfo (Target Architecture Definition): Replace
6357 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
6358
8b148df9
AC
63592003-08-18 Andrew Cagney <cagney@redhat.com>
6360
6361 * gdbint.texinfo (Target Architecture Definition): Document
6362 "frame_red_zone_size".
6363
25d29d70
AC
63642003-08-09 Andrew Cagney <cagney@redhat.com>
6365
6366 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
6367 with "set/show backtrace past-main" and "set/show backtrace
6368 limit".
6369
c938e9b0
L
63702003-08-08 H.J. Lu <hongjiu.lu@intel.com>
6371
6372 * Makefile.in (install-info): Support DESTDIR.
6373 (install-html): Likewise.
6374
64fabec2
AC
63752003-08-07 Andrew Cagney <cagney@redhat.com>
6376
6377 Patch from Nick Roberts.
6378 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
6379 bindings. Remove description of send-gdb-command.
6380
2fcf52f0
AC
63812003-08-07 Andrew Cagney <cagney@redhat.com>
6382
6383 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
6384 GDB 6.0.
6385
086432e2
AC
63862003-08-06 Andrew Cagney <cagney@redhat.com>
6387
6388 * gdb.texinfo (Mode Options): Mention that level three is the
6389 highest available and that level 2 is deprecated.
6390 (Annotations Overview): Mention annotation levels. Cross reference
6391 to "Limitations of the Annotation Interface" in annotate.texi.
6392 (TODO, Value Annotations, Frame Annotations): Delete section.
6393 (Displays, Breakpoint Info): Delete.
6394
e5249f67
AC
63952003-08-04 Andrew Cagney <cagney@redhat.com>
6396
6397 * agentexpr.texi: Delete @bye.
6398 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
6399 (stabs.info): Add $(srcdir) to include search path.
6400 (html): Depend on "annotate_toc.html", and not "annotate.html".
6401 * stabs.texinfo: Ditto. Include "fdl.texi".
6402 * gdbint.texinfo: Update copyright statement's list of invariant
6403 sections.
6404
e6f672d2
AC
64052003-07-28 Andrew Cagney <cagney@redhat.com>
6406
6407 * Makefile.in (INFO_DEPS): Add annotate.info.
6408 (dvi, ps, html, pdf): Add annotate.
6409 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
6410 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
6411 (ANNOTATE_DOC_FILES): New macro.
6412 (ANNOTATE_TEX_TMPS): New macro.
6413 (annotate.info, annotate_toc.html): Specify dependencies.
6414 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
6415 * annotate.texinfo: Rename annotate.texi. Get building. Add
6416 "Migrating to GDB/MI" and "Limitations of the Annotation
6417 Interface" chapters. Mention why it is not part of the user
6418 guide. Update copyright notice. Include "fdl.texi".
6419
72ffddc9
SC
64202003-07-26 Stephane Carrez <stcarrez@nerim.fr>
6421
6422 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
6423
a9f12a31
DJ
64242003-07-24 Daniel Jacobowitz <drow@mvista.com>
6425
6426 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
6427
b1fe9455
DJ
64282003-07-24 Daniel Jacobowitz <drow@mvista.com>
6429
6430 * gdb.texinfo (Server): Mention pidof.
6431
153721e6
AC
64322003-07-22 Andrew Cagney <cagney@redhat.com>
6433
6434 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
6435 list.
6436
0fac0b41
DJ
64372003-06-28 Daniel Jacobowitz <drow@mvista.com>
6438
6439 * gdb.texinfo (Logging output): New chapter.
6440
4e562065
JB
64412003-06-24 Joel Brobecker <brobecker@gnat.com>
6442
6443 * gdb.texinfo (Unsupported languages): New section.
6444 (Languages): Add link to new section.
6445
f2c06f52
AC
64462003-06-22 Andrew Cagney <cagney@redhat.com>
6447
6448 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
6449
b4177fca
DJ
64502003-06-22 Daniel Jacobowitz <drow@mvista.com>
6451
6452 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
6453
f418dd93
DJ
64542003-06-22 Daniel Jacobowitz <drow@mvista.com>
6455
6456 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
6457 * agentexpr.texi: Retitle section, and change it to an appendix.
6458 Comment out texinfo initialization. Factor a @var{} into two
6459 pieces to prevent makeinfo warnings.
6460 * gdb.texinfo: Add Agent Expressions appendix.
6461
4ca61388
DJ
64622003-06-19 Daniel Jacobowitz <drow@mvista.com>
6463
6464 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
6465
07f31aa6
DJ
64662003-06-18 Daniel Jacobowitz <drow@mvista.com>
6467
5ae4183a 6468 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
6469 remote target". Document the "detach" and "disconnect" commands.
6470 (Server, Netware, Debug Session): Reference "Connecting to a
6471 remote target".
6472 (GDB/MI Target Manipulation): Document "-target-disconnect".
6473
2dd0da42
AC
64742003-06-13 Andrew Cagney <cagney@redhat.com>
6475
6476 * gdbint.texinfo (Target Architecture Definition): Deprecate
6477 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
6478 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
6479
e7a3abfc
JB
64802003-06-09 Jim Blandy <jimb@redhat.com>
6481
6482 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
6483
25e3a86b
AC
64842003-06-08 Andrew Cagney <cagney@redhat.com>
6485
6486 * gdbint.texinfo (Target Architecture Definition): Delete
6487 documentation on FRAME_ARGS_ADDRESS_CORRECT.
6488
a9e5fdc2
AC
64892003-06-08 Andrew Cagney <cagney@redhat.com>
6490
6491 * gdbint.texinfo (Target Architecture Definition): Document
6492 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
6493
b37303ee
AF
64942003-06-07 Adam Fedor <fedor@gnu.org>
6495
6496 * gdb.texinfo: Add Objective-C documentation.
6497
39fe6e80
AC
64982003-06-01 Andrew Cagney <cagney@redhat.com>
6499
6500 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
6501 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
6502
125309b2
AC
65032003-05-21 Andrew Cagney <cagney@redhat.com>
6504
6505 * gdbint.texinfo (Target Architecture Definition): Delete
6506 references to "extract_address" and "store_address".
6507
b8b527c5
AC
65082003-05-16 Andrew Cagney <cagney@redhat.com>
6509
6510 * gdbint.texinfo (Target Architecture Definition): Replace
6511 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
6512 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
6513
50e3ee83
TR
65142003-05-14 Theodore A. Roth <troth@openavr.org>
6515
6516 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
6517
44e2be90
L
65182003-05-10 H.J. Lu <hongjiu.lu@intel.com>
6519
6520 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
6521 (gdb.dvi): Likewise.
6522 (gdb.pdf): Likewise.
6523 (links2roff): Likewise.
6524
df5215a6
JB
65252003-05-08 Jim Blandy <jimb@redhat.com>
6526
6527 * gdb.texinfo (Dump/Restore Files): Update documentation for
6528 'dump', 'append', and 'restore': note that format argument is
6529 optional; simplify presentation of the command variants; and be
6530 more precise about the formats.
6531
5e7b2f39
JB
65322003-05-07 Jim Blandy <jimb@redhat.com>
6533
6534 * gdb.texinfo (Symbols): Update documentation: 'maint list
6535 symtabs' and 'maint list psymtabs' have been renamed 'maint info
6536 symtabs' and 'maint info psymtabs'.
6537
b1e29e33
AC
65382003-05-05 Andrew Cagney <cagney@redhat.com>
6539
6540 * gdbint.texinfo (Target Architecture Definition): Make
6541 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
6542 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
6543 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
6544
00905d52
AC
65452003-05-04 Andrew Cagney <cagney@redhat.com>
6546
6547 * gdb.texinfo (Maintenance Commands): Document "maint print
6548 dummy-frames".
6549
54ff5908
AC
65502003-05-04 Andrew Cagney <cagney@redhat.com>
6551
6552 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
6553
32e7087d
JB
65542003-05-03 J. Brobecker <brobecker@gnat.com>
6555
6556 Thierry Schneider <tpschneider1@yahoo.com>
6557 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
6558 for new MI command.
6559
7043d8dc
AC
65602003-05-03 Andrew Cagney <cagney@redhat.com>
6561
6562 * gdbint.texinfo (Target Architecture Definition): Document
6563 push_dummy_code. Add cross references.
6564
e33d66ec
EZ
65652003-05-02 Elena Zannoni <ezannoni@redhat.com>
6566
6567 * gdb.texinfo (Character Sets): Update to reflect new behavior of
6568 set/show charsets commands.
6569
0ba6dca9
AC
65702003-04-28 Andrew Cagney <cagney@redhat.com>
6571
6572 * gdbint.texinfo (Target Architecture Definition): Replace
6573 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
6574 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
6575
d7a27068
AC
65762003-04-28 Andrew Cagney <cagney@redhat.com>
6577
6578 * gdbint.texinfo (Target Architecture Definition): Rename
6579 "tm_print_insn" to "deprecated_tm_print_insn".
6580
44ea7b70
JB
65812003-04-09 Jim Blandy <jimb@redhat.com>
6582
6583 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
6584 list psymtabs'.
6585
fb8f8949
AC
65862003-04-08 Andrew Cagney <cagney@redhat.com>
6587
6588 * gdbint.texinfo (Target Architecture Definition): Delete
6589 references to EXTRA_FRAME_INFO.
6590
32fb0f22
AC
65912003-04-08 Andrew Cagney <cagney@redhat.com>
6592
6593 * gdbint.texinfo (Target Architecture Definition): Delete
6594 PRINT_TYPELESS_INTEGER.
6595
6be67e67
JB
65962003-04-02 J. Brobecker <brobecker@gnat.com>
6597
6598 * observer.texi (GDB Observers): Adjust the documentation for the
6599 normal_stop notification to better describe reality. Fix a couple
6600 of minor typos.
6601
4e35d5f0
BR
66022003-04-02 Bob Rossi <bob_rossi@cox.net>
6603
a9331b3f 6604 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
6605 '-file-list-exec-source-file'
6606
e8a8712a
AC
66072003-03-31 Andrew Cagney <cagney@redhat.com>
6608
6609 * gdbint.texinfo (Target Architecture Definition): Delete
6610 references to CALL_DUMMY_P.
6611
6c0e89ed
AC
66122003-03-30 Andrew Cagney <cagney@redhat.com>
6613
6614 * gdbint.texinfo (Target Architecture Definition): Remove
6615 reference to TARGET_WRITE_SP.
a9331b3f 6616
378bfd1b
AC
66172003-03-27 Andrew Cagney <cagney@redhat.com>
6618
6619 * gdbint.texinfo (Target Architecture Definition): Remove
6620 references to write_sp.
6c0e89ed 6621
922fbb7b
AC
66222003-03-27 Andrew Cagney <cagney@redhat.com>
6623
6624 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
6625 chapter body. Use @smallexample instead of @example.
6626 (Annotations): Ditto.
6627 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
6628 annotate.texi.
6629
b81774d8
AC
66302003-03-26 Andrew Cagney <cagney@redhat.com>
6631
6632 * gdbint.texinfo (Target Architecture Definition): Replace
6633 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
6634 dummy_addr parameters.
6635
1bf6d5cc
AC
66362003-03-25 Andrew Cagney <cagney@redhat.com>
6637
6638 * gdbint.texinfo (Target Architecture Definition): Delete
6639 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
6640 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
6641 Add reference to PUSH_ARGUMENTS.
6642
618ce49f
AC
66432003-03-23 Andrew Cagney <cagney@redhat.com>
6644
6645 * gdbint.texinfo (Algorithms, Target Architecture Definition):
6646 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
6647
bcd7e15f
JB
66482003-03-18 J. Brobecker <brobecker@gnat.com>
6649
6650 * gdbint.texinfo (Algorithms): Add new section describing the
6651 Observer paradigm.
6652 (Top): Add menu entry to new observer appendix.
6653 * observer.texi: New file.
6654 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
6655 new observer.texi file.
6656
9fe8321b
AC
66572003-03-17 Andrew Cagney <cagney@redhat.com>
6658
6659 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
6660 that GNU Press update the manual version number.
6661
ac2adee5
AC
66622003-03-12 Andrew Cagney <cagney@redhat.com>
6663
6664 * gdbint.texinfo (Target Architecture Definition): Delete
6665 references to get_saved_register. Rename GET_SAVED_REGISTER to
6666 DEPRECATED_GET_SAVED_REGISTER.
6667
749b82f6
AC
66682003-03-13 Andrew Cagney <cagney@redhat.com>
6669
6670 * gdbint.texinfo (Target Architecture Definition): Replace
6671 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
6672
8bedc050
AC
66732003-03-12 Andrew Cagney <cagney@redhat.com>
6674
6675 * gdbint.texinfo (Target Architecture Definition): Rename
6676 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 6677
0ce1b118
CV
66782003-03-10 Corinna Vinschen <vinschen@redhat.com>
6679
6680 * gdb.texinfo: Add File-I/O documentation.
6681
12cc2063
AC
66822003-03-10 Andrew Cagney <cagney@redhat.com>
6683
6684 * gdbint.texinfo (Target Architecture Definition): Cross reference
6685 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
6686
7453dc06
AC
66872003-03-07 Andrew Cagney <cagney@redhat.com>
6688
6689 * gdb.texinfo (Debugging Output): Mention the "set/show debug
6690 frame" command.
6691
6314f104
AC
66922003-03-05 Andrew Cagney <cagney@redhat.com>
6693
6694 * gdbint.texinfo (Target Architecture Definition): Document
6695 unwind_dummy_id. Cross reference unwind_dummy_id and
6696 SAVE_DUMMY_FRAME_TOS.
6697
f1212245
DJ
66982003-03-05 James Ingham <jingham@apple.com>
6699 Daniel Jacobowitz <drow@mvista.com>
6700
6701 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
6702 and "show cp-abi".
6703
77e7e267
AC
67042003-03-03 Andrew Cagney <cagney@redhat.com>
6705
6706 * gdbint.texinfo (Target Architecture Definition): Document
6707 register_type.
6708
838a8221
AC
67092003-03-03 Andrew Cagney <cagney@redhat.com>
6710
6711 * stabs.texinfo (Structures): Use @samp and separate @var's
6712 instead of a single @var containing a comma separated list.
6713 (Unions): Ditto.
6714
d7f4a264
DJ
67152003-03-02 Daniel Jacobowitz <drow@mvista.com>
6716
6717 * Makefile.in (distclean): Remove config.log.
6718
f30ee0bc
AC
67192003-03-01 Andrew Cagney <cagney@redhat.com>
6720
6721 * gdbint.texinfo (Target Architecture Definition): Rename
6722 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
6723
67242003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
6725
6726 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
6727 DEPRECATED_INIT_EXTRA_FRAME_INFO.
6728
be448670
CF
67292003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
6730
6731 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
6732 (Non-debug DLL symbols): New node, describing the minimal symbols
6733 loaded from DLLs without real debugging symbols.
6734
501eef12
AC
67352003-02-20 Andrew Cagney <ac131313@redhat.com>
6736
6737 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
6738 hardware-breakpoint-limit".
6739 (Set Watchpoints): Add cross reference to "set remote
6740 hardware-watchpoint-limit".
6741 (Remote configuration options): New section.
6742
21c294e6
AC
67432003-02-04 Andrew Cagney <ac131313@redhat.com>
6744
e9be73e4
AC
6745 * gdbint.texinfo (Target Architecture Definition): Delete
6746 descrption of IS_TRAPPED_INTERNALVAR.
6747
21c294e6
AC
6748 From Keith Seitz <keiths@redhat.com>:
6749 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
6750 option "-i"/"--interpreter" to this chapter. Include index
6751 entries.
6752
0179ffac
DC
67532003-02-04 David Carlton <carlton@math.stanford.edu>
6754
6755 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
6756 (Variables): Recommend stabs+ and DWARF 2.
6757 (C plus plus expressions): Correct info about
6758 compiler versions, debug formats.
6759 (Contributors): Change 'DWARF2' to 'DWARF 2'.
6760 PR symtab/874.
6761
7ca9f392
AC
67622003-02-01 Andrew Cagney <ac131313@redhat.com>
6763
6764 * gdbint.texinfo (Target Architecture Definition): Delete
6765 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
6766 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
6767 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
6768 references to nindy and i960.
6769 * gdb.texinfo (i960): Delete all references to i960 and nindy.
6770
31a85ea2
AC
67712003-02-01 Andrew Cagney <ac131313@redhat.com>
6772
6773 * gdbint.texinfo (Target Architecture Definition): Delete
6774 FLOAT_INFO.
6775
6b894e49
AC
67762003-01-30 Andrew Cagney <ac131313@redhat.com>
6777
6778 * stabs.texinfo (Member Type Descriptor): Clarify description of
6779 `@'. Suggested by Ben Hutchings.
6780
c48861fb
AC
67812003-01-29 Andrew Cagney <ac131313@redhat.com>
6782
6783 * gdb.texinfo (M68K): Delete reference to es1800.
6784
617073a9
AC
67852003-01-29 Andrew Cagney <ac131313@redhat.com>
6786
6787 * gdb.texinfo (Maintenance Commands): Document `maint print
6788 reggroups' and `maint print register-groups'.
6789 * gdbint.texinfo (Target Architecture Definition): Document
6790 register_reggroup_p.
6791
5b5d99cf
JB
67922003-01-23 Jim Blandy <jimb@redhat.com>
6793
6794 * gdb.texinfo (Separate Debug Files): New section.
6795
e7ba9c65
DJ
67962003-01-22 Daniel Jacobowitz <drow@mvista.com>
6797
6798 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
6799 and "maint show profile".
6800
94e91d6d
MC
68012003-01-16 Michael Chastain <mec@shout.net>
6802
6803 * gdb.texinfo (Installing GDB): Warn against
6804 ".../gdb-VERSION/gdb/configure".
6805 (Separate Objdir): Likewise.
6806
867f3898
AC
68072003-01-15 Andrew Cagney <ac131313@redhat.com>
6808
6809 * gdbint.texinfo (Target Architecture Definition): Delete
6810 definition of PRINT_REGISTER_HOOK.
6811
f153cc92
EZ
68122003-01-15 Elena Zannoni <ezannoni@redhat.com>
6813
6814 (OpenRISC 1000): Fix formatting of command names.
6815
c60eb6f1
EZ
68162003-01-15 Elena Zannoni <ezannoni@redhat.com>
6817
6818 * gdb.texinfo (Continuing and Stepping): Add new command
6819 'advance'. Clarify behavior of 'until'.
6820
f5ebfba0
DJ
68212003-01-13 Daniel Jacobowitz <drow@mvista.com>
6822
6823 * gdb.texinfo (Files): Document solib-absolute-prefix and
6824 solib-search-path.
6825
4ce8657e
MC
68262003-01-09 Michael Chastain <mec@shout.net>
6827
6828 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
6829 (Create a Release): Add new instructions for new @file{src-release}.
6830 Document existing instructions for @file{Makefile.in} as
6831 being for @value{GDBN} 5.3.1 or earlier.
6832
372613e3
AC
68332003-01-09 Andrew Cagney <ac131313@redhat.com>
6834
6835 * gdbint.texinfo (Target Architecture Definition): Mention
6836 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
6837 allocate memory.
6838
b4e9345d
DJ
68392003-01-04 Daniel Jacobowitz <drow@mvista.com>
6840
6841 * gdb.texinfo (Controlling GDB): Add @kindex for
6842 "show osabi".
6843 (Backtraces): Add @kindex's for backtrace-below-main.
6844
98b45e30
DJ
68452003-01-04 Daniel Jacobowitz <drow@mvista.com>
6846
6847 * gdb.texinfo (Controlling GDB): Document "set osabi".
6848
95f90d25
DJ
68492003-01-04 Daniel Jacobowitz <drow@mvista.com>
6850
6851 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
6852 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
6853
1e698235
DJ
68542003-01-04 Daniel Jacobowitz <drow@mvista.com>
6855
6856 * gdb.texinfo (Controlling GDB): Add ABI section. Document
6857 "set coerce-float-to-double".
6858 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
6859
e632838e
AC
68602003-01-02 Andrew Cagney <ac131313@redhat.com>
6861
6862 * stabs.texinfo: Remove obsolete text.
6863 * gdbint.texinfo: Ditto.
6864 * gdb.texinfo: Ditto.
6865
c133ab7a
MK
68662002-12-22 Mark Kettenis <kettenis@gnu.org>
6867
6868 * gdbint.texinfo (Target Architecture Definition): Update
6869 description of gdbarch_register_osabi.
6870
f821f325
KH
68712002-12-20 Kazu Hirata <kazu@cs.umass.edu>
6872
6873 * agentexpr.texi: Fix typos.
6874 * annotate.texi: Likewise.
6875 * fdl.texi: Likewise.
6876
85a6d8d3 68772002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
6878
6879 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
6880 DEPRECATED_INIT_FRAME_PC.
6881
ae45cd16
AC
68822002-12-01 Andrew Cagney <ac131313@redhat.com>
6883
6884 * gdbint.texinfo (Target Architecture Definition): Delete
6885 PC_IN_CALL_DUMMY.
6886
07555a72
AC
68872002-11-28 Andrew Cagney <ac131313@redhat.com>
6888
6889 * gdbint.texinfo (Host Definition): Delete documentation on
6890 USE_GENERIC_DUMMY_FRAMES.
6891
c166cdc7
EZ
68922002-11-26 Elena Zannoni <ezannoni@redhat.com>
6893
5ae4183a 6894 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
6895 * Makefile.in (install-info): Run the install-info command as part
6896 of the post install steps only.
6897 (uninstall-info): New target.
6898 (uninstall): New target.
6899
35db0260
EZ
69002002-11-22 Elena Zannoni <ezannoni@redhat.com>
6901
6902 * Makefile.in (install): Make install do some real work.
6903
9ba8d803
AC
69042002-11-19 Andrew Cagney <ac131313@redhat.com>
6905
6906 Fix POSIX problem reported by Paul Eggert.
6907 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
6908 Fix PR gdb/527.
6909
903ad3a6
AC
69102002-10-26 Andrew Cagney <cagney@redhat.com>
6911
6912 * gdbint.texinfo (Target Architecture Definition): Delete
6913 definition of DO_REGISTERS_INFO.
6914
f2abfe65
KB
69152002-10-18 Kevin Buettner <kevinb@redhat.com>
6916
6917 * gdbint.texinfo (Address Classes): Fix problems with insertion
6918 of ``{'' and ``}'' in example.
6919
b5b0480a
KB
69202002-10-17 Kevin Buettner <kevinb@redhat.com>
6921
6922 * gdbint.texinfo (Address Classes): New section.
6923 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
6924 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
6925 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
6926 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
6927
c85508ee
KD
69282002-10-11 Klee Dienes <kdienes@apple.com>
6929
6930 * gdb.texinfo (Registers): Mention vector registers as well as
6931 floating registers in the documentation for 'info registers' and
6932 'info all-registers'.
6933
6d12fc3d
DJ
69342002-10-11 Daniel Jacobowitz <drow@mvista.com>
6935
6936 * gdbint.texinfo (CPLUS_MARKER): Remove item.
6937
8d19fbd2
JJ
69382002-10-03 Jeff Johnston <jjohnstn@redhat.com>
6939
6940 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
6941 interface definition.
6942
a37295f9
MM
69432002-10-03 Marko Mlinar <markom@opencores.org>
6944
6945 * gdb.texinfo (Target Commands): Add or1k target specific
6946 commands.
6947 * gdb.texinfo (Contributors): Add myself to the contributors list.
6948
da0f9dcd
AC
69492002-10-01 Andrew Cagney <ac131313@redhat.com>
6950
6951 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
6952 and "mi1" instead of "mi1" and "mi0".
6953
2e834e49
HPN
69542002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
6955
6956 * gdb.texinfo (Packets): Fix typos "alligned".
6957 Correct z3/Z3 description. Correct z4/Z4 title.
6958
050be0dc
AC
69592002-09-27 Andrew Cagney <ac131313@redhat.com>
6960
6961 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
6962
1104b9e7
KB
69632002-09-25 Kevin Buettner <kevinb@redhat.com>
6964
6965 * gdb.texinfo: Use GNU/Linux instead of Linux.
6966
512217c7
AC
69672002-09-25 Andrew Cagney <ac131313@redhat.com>
6968
6969 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
6970
10998722
AC
69712002-09-24 Andrew Cagney <ac131313@redhat.com>
6972
512217c7 6973 * gdb.texinfo: Replace @example with @smallexample.
10998722 6974
a0eb71c5
KB
69752002-09-20 Kevin Buettner <kevinb@redhat.com>
6976
f7dc1244 6977 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
6978 * gdb.texinfo (Character Sets): Use @smallexample instead of
6979 @example. Use GNU/Linux instead of Linux.
6980
69812002-09-20 Jim Blandy <jimb@redhat.com>
6982
6983 * gdb.texinfo: Add character set documentation.
6984
2f870471
AC
69852002-09-19 Andrew Cagney <ac131313@redhat.com>
6986
6987 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
6988 (Packets): Add cross reference from `b' packet to `z' packets.
6989
790eb8f5
AC
69902002-09-19 Andrew Cagney <ac131313@redhat.com>
6991
8d30a00d
AC
6992 * gdb.texinfo (Maintenance Commands): Document ``maint
6993 internal-error'' and ``maint internal-warning''.
6994
790eb8f5
AC
6995 * gdbint.texinfo (Target Architecture Definition): Revise
6996 description of STACK_ALIGN. Add description of FRAME_ALIGN.
6997
a23a7bf1
JB
69982002-09-19 Joel Brobecker <brobecker@gnat.com>
6999
7000 * gdbint.texinfo (Target Conditionals): Document the new
7001 NAME_OF_MALLOC macro.
7002
299ffc64
AC
70032002-09-05 Andrew Cagney <ac131313@redhat.com>
7004
7005 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
7006 engineer.
7007
b7bb15bc
SC
70082002-09-02 Stephane Carrez <stcarrez@nerim.fr>
7009
7010 * gdb.texinfo (TUI Overview): Document status line fields.
7011
3d757584
SC
70122002-09-02 Stephane Carrez <stcarrez@nerim.fr>
7013
7014 * gdb.texinfo (TUI Commands): Document info win command.
7015
269c21fe
SC
70162002-09-01 Stephane Carrez <stcarrez@nerim.fr>
7017
7018 * gdb.texinfo (TUI Overview): Document breakpoint markers.
7019
7cf36c78
SC
70202002-09-01 Stephane Carrez <stcarrez@nerim.fr>
7021
7022 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
7023 (TUI Keys): Likewise.
7024
d2c6833e
AC
70252002-08-25 Andrew Cagney <ac131313@redhat.com>
7026
7027 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
7028 for a packet receive.
7029
46d8b1c3
AC
70302002-08-25 Andrew Cagney <ac131313@redhat.com>
7031
7032 * Makefile.in (clean): Move to end of file.
7033 (distclean, maintainer-clean, realclean): Ditto.
7034 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
7035 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
7036 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
7037 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
7038
b0787093
AC
70392002-08-24 Andrew Cagney <ac131313@redhat.com>
7040
7041 * Makefile.in (GDBINT_TEX_TMPS): Define.
7042 (gdbint.dvi, gdbint.pdf): Use
7043 (GDB_TEX_TMPS): Define.
7044 (gdb.dvi, gdb.pdf): Use.
7045 (STABS_TEX_TMPS): Define.
7046 (stabs.dvi, stabs.pdf): Use.
7047 (GDB_DOC_SOURCE_INCLUDES): New macros.
7048 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
7049 (GDBINT_DOC_FILES_INCLUDES): New macros.
7050 (GDBINT_DOC_BUILD_INCLUDES): New macros.
7051 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
7052 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
7053 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
7054 (links2roff): Replace SFILES_INCLUDED with
7055 GDB_DOC_SOURCE_INCLUDES.
7056 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
7057 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
7058 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
7059 dependencies.
7060 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
7061 dependencies.
7062 (gdbmi.texinfo): Delete rule.
7063 (inc-hist.texinfo): Delete rule.
7064 (rluser.texinfo): Delete rule.
7065
ebba8386
AC
70662002-08-23 Andrew Cagney <cagney@redhat.com>
7067
7068 * gdbint.texinfo (Target Architecture Definition): Update
7069 STORE_RETURN_VALUE, mention regcache.
7070
0ab7a791
AC
70712002-08-21 Andrew Cagney <ac131313@redhat.com>
7072
7073 * gdbint.texinfo (Target Architecture Definition): Document
7074 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
7075
ee2d5c50
AC
70762002-08-19 Andrew Cagney <ac131313@redhat.com>
7077
7078 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
7079 Fix minor typos. Add index entries.
7080
53c69bd7
AC
70812002-08-18 Andrew Cagney <ac131313@redhat.com>
7082
7083 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
7084
e76f1f2e
AC
70852002-08-15 Andrew Cagney <ac131313@redhat.com>
7086
7087 * gdbint.texinfo (Target Architecture Definition): Document
7088 PRINT_VECTOR_INFO.
7089 * gdb.texinfo (Vector Unit): Document "info vectors" command.
7090
0680b120
AC
70912002-08-13 Andrew Cagney <ac131313@redhat.com>
7092
7093 * gdb.texinfo (Maintenance Commands): Document "maint print
7094 registers", "maint print raw-registers" and "maint print
7095 cooked-registers".
7096
3c3bea1c
GS
70972002-08-08 Grace Sainsbury <graces@redhat.com>
7098
a9331b3f 7099 From Mark Salter:
3c3bea1c
GS
7100 * gdb.texinfo (Protocol): Document T packet extension to
7101 allow watchpoint address reporting.
7102
42f9b0a5
AC
71032002-08-03 Andrew Cagney <ac131313@redhat.com>
7104
7105 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
7106
db034ac5
AC
71072002-08-01 Andrew Cagney <cagney@redhat.com>
7108
7109 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
7110 to CHILL.
7111
e2b28d04
AC
71122002-08-01 Andrew Cagney <ac131313@redhat.com>
7113
7114 * gdbint.texinfo (Coding): Revise section "Include Files".
7115
7fb623f7
AC
71162002-07-24 Andrew Cagney <cagney@redhat.com>
7117
7118 * gdbint.texinfo: Obsolete references to m88k.
7119 * gdb.texinfo: Ditto.
7120
4a2b4636
JB
71212002-07-10 Joel Brobecker <brobecker@gnat.com>
7122
7fb623f7 7123 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
7124 where the proper version of autoconf can be retrieved.
7125
a71ec265
DH
71262002-07-09 Don Howard <dhoward@redhat.com>
7127
7128 * gdb.texinfo (Command Files): Further describe the behavior of
7129 sourced command files.
7130
b9aa90c9
AC
71312002-06-27 Andrew Cagney <ac131313@redhat.com>
7132
7133 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
7134 (Coding): Clarify ISO C version that GDB assumes.
7135
40dd2248
TT
71362002-06-26 Tom Tromey <tromey@redhat.com>
7137
7138 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
7139 add_setshow_cmd_full.
7140
bfac230e
DH
71412002-06-25 Don Howard <dhoward@redhat.com>
7142
7143 * gdb.texinfo (Memory Region Attributes): Document new behavior
7144 for 'mem' command.
7145
475b0867
JB
71462002-06-11 Jim Blandy <jimb@redhat.com>
7147
919d772c
JB
7148 * gdb.texinfo (Symbols): Update documentation for `info source'
7149 command.
7150
475b0867
JB
7151 * gdb.texinfo (Macros): Call the command `info macro', not
7152 `show macro'.
7153
ba8c9337
AC
71542002-06-09 Andrew Cagney <ac131313@redhat.com>
7155
7156 * gdbint.texinfo (Coding): Add section ``Per-architecture module
7157 data''.
7158
1029b7fa
MK
71592002-06-09 Mark Kettenis <kettenis@gnu.org>
7160
7161 * gdbint.texinfo (Target Architecture Definition): Document
7162 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
7163
16737d73
AC
71642002-06-08 Andrew Cagney <ac131313@redhat.com>
7165
7166 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
7167 lists.
7168
30107679
AC
71692002-06-08 Andrew Cagney <ac131313@redhat.com>
7170
7171 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
7172 Branch''.
7173
3352e23e
AC
71742002-06-01 Andrew Cagney <ac131313@redhat.com>
7175
7176 * gdbint.texinfo (Target Architecture Definition): Add section
7177 ``Converting an existing Target Architecture to Multi-arch''.
7178
cbb09e6a
AC
71792002-05-30 Andrew Cagney <ac131313@redhat.com>
7180
7181 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
7182 to ``Obsoleting code''. Revise.
7183
e2e0bcd1
JB
71842002-05-17 Jim Blandy <jimb@redhat.com>
7185
7186 * gdb.texinfo (C Preprocessor Macros): New chapter.
7187 Include it in the main menu.
7188 (Contributors): Credit Jim Blandy with macro support.
7189 (Compilation): Explain how to get macro information into the
7190 executable.
7191 (Expressions): Note that preprocessor macros are expanded.
7192
9db8d71f
DJ
71932002-05-14 Daniel Jacobowitz <drow@mvista.com>
7194
7195 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
7196 options for `target remote'.
7197
6d531722
AC
71982002-05-13 Andrew Cagney <ac131313@redhat.com>
7199
7200 * gdbint.texinfo (Target Architecture Definition): Delete
7201 documentation on NNPC_REGNUM.
7202
13d01224
AC
72032002-05-11 Andrew Cagney <ac131313@redhat.com>
7204
7205 * gdbint.texinfo (Target Architecture Definition): Document
7206 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
7207 (Target Architecture Definition): Revise section `Using Different
7208 Register and Memory Data Representations'. Add section `Raw and
7209 Virtual Register Representations'.
7210
b2e75d78
AC
72112002-05-11 Andrew Cagney <ac131313@redhat.com>
7212
7213 * gdbint.texinfo (Target Architecture Definition): Mention
7214 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
7215 (Target Architecture Definition): Mention same. Add references to
7216 web pages.
7217
2c8682ee
MS
72182002-05-08 Michael Snyder <msnyder@redhat.com>
7219
7220 * stabs.texinfo (Attributes): Document new "vector" attribute.
7221
0816590b
AC
72222002-05-04 Andrew Cagney <ac131313@redhat.com>
7223
7224 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
7225
2653173e
AC
72262002-05-04 Andrew Cagney <ac131313@redhat.com>
7227
7228 * gdb.texinfo: Delete obsolete references to a29k.
7229
d7bd68ca
AC
72302002-04-24 Andrew Cagney <ac131313@redhat.com>
7231
7232 * gdbint.texinfo (Target Architecture Definition): Replace
7233 IN_SIGTRAMP with PC_IN_SIGTRAMP.
7234
21d83aa5
DM
72352002-04-24 David S. Miller <davem@redhat.com>
7236
7237 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
7238
7673a6cc
DM
72392002-04-21 David S. Miller <davem@redhat.com>
7240
7241 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
7242
d49d1e0a
AC
72432002-04-21 Andrew Cagney <ac131313@redhat.com>
7244
7245 * gdbint.texinfo (Target Architecture Definition): Delete
7246 definition of HAVE_REGISTER_WINDOWS.
7247
f7dc1244 72482002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
7249
7250 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
7251 "Theodore A. Roth" <troth@verinet.com>.
7252
5ca0cb28
DH
72532002-04-15 Don Howard <dhoward@redhat.com>
7254
f7dc1244 7255 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 7256 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 7257 Provide a better explaination of this feature.
5ca0cb28 7258
f208ba17
AC
72592002-04-14 Andrew Cagney <ac131313@redhat.com>
7260
7261 * gdbint.texinfo (Target Architecture Definition): Remove
7262 FRAME_CHAIN_COMBINE.
7263
d5ba91de
MC
72642002-04-12 Michael Chastain <mec@shout.net>
7265
7266 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
7267 REG_STACK_SEGMENT.
7268
26818220
MC
72692002-04-09 Michael Chastain <mec@shout.net>
7270
7271 * gdbint.texinfo (Obsolete Conditionals): Remove references to
7272 PYRAMID_* macros.
7273
129188f6
AC
72742002-04-07 Andrew Cagney <ac131313@redhat.com>
7275
7276 * gdb.texinfo (Bug Reporting): Document that the web is the
7277 prefered way of submitting bug reports.
7278 (Bug Reporting): Delete the s-mail address as the last resort.
7279
8227c0ff
AC
72802002-04-05 Andrew Cagney <ac131313@redhat.com>
7281
7282 * gdbint.texinfo (Target Architecture Definition): Delete
7283 references to TARGET_WRITE_FP and write_fp.
7284
16d9dec6
MS
72852002-03-27 Michael Snyder <msnyder@redhat.com>
7286
7287 * gdb.texinfo: Document new commands dump, append, and restore.
7288
9ae8b82c
AC
72892002-03-27 Andrew Cagney <ac131313@redhat.com>
7290
7291 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
7292 Branch'.
7293
474c8240
AC
72942002-03-18 Andrew Cagney <ac131313@redhat.com>
7295
7296 * gdb.texinfo: Change all examples to @smallexample.
7297 * gdbint.texinfo: Ditto.
a9331b3f 7298
fb0ff88f
AC
72992002-03-18 Andrew Cagney <ac131313@redhat.com>
7300
7301 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
7302 Branches''.
7303
9bb0a4d8
AC
73042002-03-18 Andrew Cagney <ac131313@redhat.com>
7305
7306 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
7307 Policy''.
7308
937f164b
FF
73092002-03-04 Fred Fish <fnf@redhat.com>
7310
7311 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
7312 expresson, suports, dependant, trhe, perhaphs, situtations,
7313 explictily, taged, oportunity, unfortunatly).
7314
a7b40f07
AC
73152002-02-24 Andrew Cagney <ac131313@redhat.com>
7316
7317 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
7318 Remove reference to 3.12.
7319
aab4e0ec
AC
73202002-02-23 Andrew Cagney <ac131313@redhat.com>
7321
7322 * gdbint.texinfo: Include fdl.texi.
7323 (Top): Add GNU Free Documentation License.
7324 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
7325 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
7326 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
7327 (gdbint.info): Add srcdir to include path.
7328 * gdb.texinfo: Include gpl.texi.
7329 (Top): Add Copying.
7330 * gpl.texi: New file.
7331
47b95330
AC
73322002-02-23 Andrew Cagney <ac131313@redhat.com>
7333
7334 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
7335
78c47bea
PM
73362002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
7337
7338 * gdb.texinfo: Document Cygwin native specific commands.
7339
56460a61
DJ
73402002-02-15 Daniel Jacobowitz <drow@mvista.com>
7341
7342 * gdb.texinfo: Document gdbserver ``--attach'' command.
7343
def71bfa
MS
73442002-02-07 Michael Snyder <msnyder@redhat.com>
7345
7346 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
7347 to @code(_ovly_debug_event).
7348
c928edc0
AC
73492002-02-07 Andrew Cagney <ac131313@redhat.com>
7350
7351 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
7352
81d46470
MS
73532002-02-06 Michael Snyder <msnyder@redhat.com>
7354
7355 * gdb.texinfo (overlays): Mention new magic symbol
7356 '_ovly_debug_event', which allows GDB to keep better track
7357 of overlays.
7358
f7dc1244 73592002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
7360
7361 * gdb.texinfo (Memory Region Attributes): Fix the wording.
7362 Suggested by Dmitry Sivachenko.
7363
7364 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
7365
15110bc3
MS
73662002-02-01 Michael Snyder <msnyder@redhat.com>
7367
7368 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
7369
6763aef9
MS
73702002-01-30 Michael Snyder <msnyder@redhat.com>
7371
ac282366
MS
7372 * gdb.texinfo: (remote protocol): Gramatical fix-up.
7373 (set trust-readonly-sections): Document.
6763aef9 7374
8642bc8f
AC
73752002-01-29 Andrew Cagney <ac131313@redhat.com>
7376
7377 * gdbint.texinfo (Releasing GDB): Revise and update.
7378
afe64c1a
AC
73792002-01-28 Andrew Cagney <ac131313@redhat.com>
7380
7381 * gdbint.texinfo (Target Architecture Definition): Delete
7382 description of TARGET_BYTE_ORDER_DEFAULT.
7383
f7dc1244 73842002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
7385
7386 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
7387 <mitya@cavia.pp.ru>.
7388
3d6e1b5a
AC
73892002-01-23 Andrew Cagney <ac131313@redhat.com>
7390
7391 * libgdb.texinfo: Delete file.
7392
6c0e9fb3
AC
73932002-01-22 Andrew Cagney <ac131313@redhat.com>
7394
7395 * gdb.texinfo: Remove makeinfo 3.12 hacks.
7396 * gdbint.texinfo: Ditto.
7397
e0ce93ac
AC
7398Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
7399
7400 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
7401
be298bcc
AC
74022002-01-22 Andrew Cagney <ac131313@redhat.com>
7403
7404 * Makefile.in: Update copyright.
7405 (TEXI2DVI): Define.
7406 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
7407 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
7408 gdb-cfg.texi.
7409 (TEXINDEX, PDFTEX): Delete makefile variables.
7410
8e04817f
AC
74112002-01-22 Andrew Cagney <ac131313@redhat.com>
7412
7413 * gdb.texinfo (Protocol): Move section to appendix.
7414
6b2f586d
AC
74152002-01-21 Andrew Cagney <ac131313@redhat.com>
7416
7417 * gdb.texinfo (Remote Debugging): Create a menu.
7418 (Top): Add ``Remote Debugging'' to menu.
7419
6f05cf9f
AC
74202002-01-21 Andrew Cagney <ac131313@redhat.com>
7421
7422 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
7423 serial protocol'' from here.
7424 (Remote Debugging): To here. New chapter.
7425
3fd3d7d2
AC
74262002-01-20 Andrew Cagney <ac131313@redhat.com>
7427
7428 * gdbint.texinfo (Target Architecture Definition): Delete
7429 description of TARGET_BYTE_ORDER_SELECTABLE_P.
7430
7fd60527
AC
74312002-01-20 Andrew Cagney <ac131313@redhat.com>
7432
7433 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
7434 are no longer needed.
7435 (Porting GDB): Add maintainer note about configure.host.
7436
c2f05ac9
AC
74372002-01-20 Andrew Cagney <ac131313@redhat.com>
7438
7439 * gdbint.texinfo (Target Architecture Definition): Remove
7440 definition of IEEE_FLOAT.
7441
f7dc1244 74422002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
7443
7444 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
7445 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
7446 <3diff@gnu.org>
231b2aad 7447
82600034
AC
74482002-01-19 Andrew Cagney <ac131313@redhat.com>
7449
7450 * gdbint.texinfo (Host Definition): Remove references to
7451 MALLOC_INCOMPATIBLE.
7452
7708fa01
AC
74532002-01-17 Andrew Cagney <ac131313@redhat.com>
7454
7455 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
7456 and xyz-xdep.o.
7457
eb12ee30
AC
74582002-01-17 Andrew Cagney <ac131313@redhat.com>
7459
889bf7c5 7460 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
7461 (Set Breaks): Copy ``maint info breakpoint'' doco to
7462 ``Maintenance Commands'' appendix. Add reference.
7463
c9ccaa92
AC
74642002-01-17 Andrew Cagney <ac131313@redhat.com>
7465
7466 * fdl.texi: Remove next/prev from @node.
7467
f7dc1244 74682002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
7469
7470 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
7471 for monstrous @multitable (from Brian Youmans).
7472
7473 * fdl.texi: New file.
7474
7475 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
7476
8973da3a
AC
74772002-01-15 Andrew Cagney <ac131313@redhat.com>
7478
7479 * gdbint.texinfo (Releasing GDB): New chapter.
7480
7d86b5d5
AC
74812002-01-14 Andrew Cagney <ac131313@redhat.com>
7482
7483 * gdb.texinfo (Embedded Processors, Calling program functions):
7484 Obsolete references to a29k.
7485
cc1cb004
AC
74862002-01-13 Andrew Cagney <ac131313@redhat.com>
7487
7488 * gdbint.texinfo (Coding): Review Cleanups section. Examples
7489 examples. Document that a code-block should do or discard its
7490 cleanups before exit.
7491
79f12247
MS
74922002-01-11 Michael Snyder <msnyder@redhat.com>
7493
7494 * gdb.texinfo (Choosing files): Change @samp to @file.
7495
19837790
MS
74962002-01-05 Michael Snyder <msnyder@redhat.com>
7497
7498 * gdb.texinfo (--pid): Document new command line option (attach).
7499
f7dc1244 75002002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
7501
7502 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
7503 in the stub.
7504
d7449b42
AC
75052002-01-04 Andrew Cagney <ac131313@redhat.com>
7506
7507 * gdbint.texinfo (Target Architecture Definition): Replace
7508 BIG_ENDIAN with BFD_ENDIAN_BIG.
7509
f23631e4
AC
75102002-01-03 Andrew Cagney <ac131313@redhat.com>
7511
7512 * gdbint.texinfo (Target Architecture Definition): Replace
7513 value_ptr with struct value pointer.
7514
72c9928d
EZ
75152002-01-02 Eli Zaretskii <eliz@gnu.org>
7516
7517 * gdb.texinfo (Free Software): Fix wording.
7518
959acfd1
EZ
75192001-12-31 Eli Zaretskii <eliz@gnu.org>
7520
7521 * gdb.texinfo (Free Software): New section ``Free Software Needs
7522 Free Documentation''.
7523
f7dc1244 75242001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
7525
7526 * stabs.texinfo:
7527 * gdb.texinfo:
7528 * gdbint.texinfo:
7529 * libgdb.texinfo:
7530 * annotate.texi: Fix the application of GFDL in the Copyright notice.
7531
6600abed
MS
75322001-12-29 Michael Snyder <msnyder@redhat.com>
7533
7534 * gdb.texinfo (maint info sections): Fix typo.
7535
f6680716
MS
75362001-12-26 Michael Snyder <msnyder@redhat.com>
7537
fe95c787
MS
7538 * gdb.texinfo (maint info sections): Document.
7539
a9331b3f 7540 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
7541 'info proc' sub-options that are currently not implemented.
7542
c3d3ce5b
JB
75432001-12-20 Jim Blandy <jimb@redhat.com>
7544
7545 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
7546
778eb05e
AC
75472001-12-15 Andrew Cagney <ac131313@redhat.com>
7548
7549 * gdbint.texinfo (Target Architecture Definition): Replace
7550 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
7551
2607059c
AC
75522001-12-01 Andrew Cagney <ac131313@redhat.com>
7553
7554 * gdbint.texinfo (Host Definition): Delete documentation on
7555 HOST_BYTE_ORDER.
7556
df0cd8c5
JB
75572001-11-30 Jim Blandy <jimb@redhat.com>
7558
7559 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 7560 overlay support. Add to top-level menu.
df0cd8c5 7561
88118b3a
TT
75622001-11-26 Tom Tromey <tromey@redhat.com>
7563
7564 * gdb.texinfo (Command Syntax): Document C-o binding.
7565
96565e91
CF
75662001-07-26 Christopher Faylor <cgf@redhat.com>
7567
7568 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
7569 use since it is described in the referenced section.
7570
f7dc1244 7571 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
7572 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
7573 clearer when using DJGPP.
7574
2a3d5645
CF
75752001-11-24 Christopher Faylor <cgf@redhat.com>
7576
7577 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
7578 specifically refer to MS-DOS.
7579 (command files): Mention gdb.ini is only used on MS-DOS.
7580
aa26fa3a
TT
75812001-11-21 Tom Tromey <tromey@redhat.com>
7582
7583 * gdb.texinfo (Invoking GDB): Document --args.
7584 (Mode Options): Likewise.
7585
4f8ada06
JB
75862001-11-21 Jim Blandy <jimb@redhat.com>
7587
7588 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
7589 Delete documentation; this macro has been removed from the
7590 sources.
4f8ada06 7591
3fe0dc10
JB
75922001-11-13 Jim Blandy <jimb@redhat.com>
7593
7594 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
7595
9e5abb06
CV
75962001-11-06 Corinna Vinschen <vinschen@redhat.com>
7597
7598 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
7599
1c5dfdad
MS
76002001-11-05 Michael Snyder <msnyder@redhat.com>
7601
a9331b3f 7602 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
7603 quote regexp chars in function names such as "operator*()".
7604
990f9fe3
FF
76052001-11-01 Fred Fish <fnf@redhat.com>
7606
7607 * gdbint.texinfo (SOLIB_ADD): Document additional new
7608 "readsyms" arg.
7609
b433d00b
DH
76102001-10-30 Don Howard <dhoward@redhat.com>
7611
070b1dd3
DH
7612 * gdb.texinfo: (Command Files) Added documentation for the
7613 behavior of gdb with input redirected from a file.
b433d00b 7614
b7209cb4
FF
76152001-10-28 Fred Fish <fnf@redhat.com>
7616
7617 * gdb.texinfo (auto-solib-add): Change docs to match
7618 implementation change.
7619 (auto-solib-limit): Add docs for new variable.
7620
1aa20aa8
AC
76212001-10-15 Andrew Cagney <ac131313@redhat.com>
7622
7623 * gdbint.texinfo (Target Architecture Definition): Function
7624 value_as_pointer renamed to value_as_address.
7625
fc0c74b1
AC
76262001-10-15 Andrew Cagney <ac131313@redhat.com>
7627
7628 * gdbint.texinfo (Target Architecture Definition): Default
7629 POINTER_TO_ADDRESS functions assume unsigned addresses.
7630 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
7631 posting by Jim Blandy.
7632
f4846649
JB
76332001-10-12 Jim Blandy <jimb@redhat.com>
7634
7635 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
7636 version of texi2html (1.64) doesn't support this flag any more.
7637
f277788b
MK
76382001-09-08 Mark Kettenis <kettenis@gnu.org>
7639
a9dc4918
MK
7640 * gdbint.texinfo (Host Definition): Remove description of
7641 MEM_FNS_DECLARED.
7642
d28379df
MK
7643 * gdbint.texinfo (Host Definition): Remove description of R_OK.
7644
f277788b
MK
7645 * gdbint.texinfo (Host Definition): Remove description of
7646 HAVE_SIGSETMASK.
7647
7ccaa899
EZ
76482001-09-04 Elena Zannoni <ezannoni@redhat.com>
7649
7650 * gdbint.texinfo (Target Architecture Definition): Add
7651 explanation of TARGET_PRINT_INSN macro.
7652
17d9d558
JB
76532001-08-30 Jim Blandy <jimb@redhat.com>
7654
7655 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
7656 Explain what it means to load relocatable files.
7657
72cde065
JB
76582001-08-28 Jim Blandy <jimb@redhat.com>
7659
7660 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
7661 info `top' menu.
7662
9e678452
CF
7663Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
7664
7665 * gdbint.texinfo: Add a cautionary note about macro use.
7666
a2bea4c3 76672001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 7668
a2bea4c3
CV
7669 * gdb.texinfo: Explain omitting the hostname in the
7670 `target remote' command.
7671
1129bf27
DJ
76722001-07-30 Daniel Jacobowitz <drow@mvista.com>
7673
7674 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
7675 and END-INFO-DIR-ENTRY.
7676
732b3002
SC
76772001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7678
7679 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
7680
89437448
AC
76812001-07-25 Andrew Cagney <ac131313@redhat.com>
7682
7683 * gdbint.texinfo (libgdb): Rewrite.
7684
f7dc1244 76852001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
7686
7687 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
7688
c4555f82
SC
76892001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7690
7691 * gdb.texinfo (TUI): New chapter, document the TUI.
7692 (Mode Options): Document the -tui option.
7693
2f45a6e0
MK
76942001-07-23 Mark Kettenis <kettenis@gnu.org>
7695
7696 * gdbint.texinfo (Host Definition): Remove description of
7697 NEED_POSIX_SETPGID.
7698
f7dc1244 76992001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
7700
7701 * gdb.tex (DJGPP Native): New node, with descriptions of
7702 DJGPP-specific commands.
7703
be9c6c35
JM
77042001-07-19 John R. Moore <jmoore@redhat.com>
7705
7706 * gdbint.texinfo: Three misspellings.
7707
dfa249fb
AC
77082001-07-06 Andrew Cagney <ac131313@redhat.com>
7709
7710 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
7711 `test` expressions on bash. Problem reported by Colin Walters.
7712
c72e7388
AC
77132001-07-04 Andrew Cagney <ac131313@redhat.com>
7714
7715 * gdbint.texinfo (User Interface): Update ui-out documentation to
7716 refelect recent UI/MI updates.
7717
94bbb2c0
AC
77182001-07-04 Andrew Cagney <ac131313@redhat.com>
7719
7720 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
7721 interpreters.
7722
af6c57ea
AC
77232001-06-15 Andrew Cagney <ac131313@redhat.com>
7724
7725 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
7726 structure and not macros.
7727 (Host Definition): Document that much of this chapter is obsolete.
7728 (Target Architecture Definition): Update list of files that make
7729 up a target architecture.
7730 (Coding): Update.
7731
83aa8bc6
AC
77322001-06-28 Andrew Cagney <ac131313@redhat.com>
7733
7734 * gdbint.texinfo (Target Architecture Definition): Update
7735 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
7736 The latter has been changed to a true predicate.
7737
f7dc1244 77382001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
7739
7740 * annotate.texi: Add @noindent where needed. From Dmitry
7741 Sivachenko <dima@Chg.RU>.
7742 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
7743
656db9b0
AC
77442001-06-16 Andrew Cagney <ac131313@redhat.com>
7745
7746 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
7747
df2396a1
AC
77482001-06-14 Andrew Cagney <ac131313@redhat.com>
7749
7750 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
7751 returns ``OK''. Document that the ``R'' packet does not reply.
7752
0f1f2b0a
MS
77532001-06-13 Michael Snyder <msnyder@redhat.com>
7754
7755 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
7756
f7dc1244 77572001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
7758
7759 * gdb.texinfo (Signals): Clarify the default setting of signal
7760 handling.
7761
a5d7c491
AC
77622001-05-14 Andrew Cagney <ac131313@redhat.com>
7763
7764 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
7765 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
7766
05a54c4f
AC
77672001-05-12 Andrew Cagney <ac131313@redhat.com>
7768
7769 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
7770
f7dc1244 77712001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
7772
7773 * gdbint.texinfo (Clean Design and Portable Implementation):
7774 Renamed from "Clean Design".
7775 (Clean Design and Portable Implementation): Document portable
7776 methods of handling file names, and the associated macros.
7777
f7dc1244 77782001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
7779
7780 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
7781 command and provide a cross-reference to its description.
7782 (Symbols): Note that "info scope" is useful for trace experiments.
7783
f7dc1244 77842001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 7785
b37052ae
EZ
7786 * gdb.texinfo (Symbols): Document "info scope".
7787 (Tracepoints): New chapter.
7788 (Contributors): Update for v5.1.
7789 <All nodes>: Change "C++" to "C@t{++}".
7790
0ee54786
EZ
7791 * gdbint.texinfo (User Interface): A new section about ui_out
7792 functions, based on text written by Fernando Nasser.
7793
c534679c
EZ
7794 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
7795
f7dc1244 77962001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 7797
e9c75b65
EZ
7798 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
7799
7800 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
7801
7802 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
7803 Replace "GDB" with "@value{GDBN}". Fix markup.
7804
7805 * annotate.texi: Change Permissions to GFDL. Update Copyright.
7806
3d67e040
EZ
7807 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
7808 a cross-reference to its description.
7809 (Symbols): Document "info symbol".
7810
f7dc1244 78112001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
7812
7813 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
7814 subsection "x86 Watchpoints".
7815 (Target Architecture Definition): Document the macros
7816 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
7817 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
7818
b0ed3589
AC
78192001-03-20 Andrew Cagney <ac131313@redhat.com>
7820
7821 * gdbint.texinfo (Target Architecture Definition): Update
7822 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
7823 list.
7824
b6ba6518
KB
78252001-03-06 Kevin Buettner <kevinb@redhat.com>
7826
7827 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
7828 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
7829
f7dc1244 78302001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
7831
7832 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
7833
f7dc1244 78342001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 7835
17cc6a06
EZ
7836 * gdb.texinfo (Environment): Document that `path' does not change
7837 the value of PATH in GDB's own environment (it did in the past,
7838 but that was changed on March 15, 1994). Reported by Doug Evans
7839 <dje@transmeta.com>.
7840
56caf160
EZ
7841 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
7842 its line. Fix markup of commands and macros. Add an Index node
7843 and index entries.
7844
29e57380
C
78452001-01-23 J.T. Conklin <jtc@redback.com>
7846
7847 * gdb.texinfo (Memory region attributes): New manual section.
7848
1c6147de
ND
78492001-01-04 Nicholas Duffek <nsd@redhat.com>
7850
7851 * gdbint.texinfo (POP_FRAME): Document use by return_command.
7852
f7dc1244 78532000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
7854
7855 * refcard.tex: Version and copyright fixed. From Phil Edwards
7856 <pedwards@disaster.jaj.com>.
7857
0dcedd82
AC
7858Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
7859
7860 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 7861 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 7862
3b851bce
AC
7863Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
7864
7865 * gdbint.texinfo (Coding): Update current value of
889bf7c5 7866 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 7867
f7dc1244 78682000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
7869
7870 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
7871 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
7872
b90a5f51
CF
78732000-11-10 Christopher Faylor <cgf@cygnus.com>
7874
7875 * gdb.texinfo: Document new 'set step-mode' command.
7876
f7dc1244 78772000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
7878
7879 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
7880 changes from Dmitry Sivachenko <dima@Chg.RU>.
7881
f7dc1244 78822000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
7883
7884 * gdb.texinfo (Hooks): Document the new post-hook functionality.
7885 From Steven Johnson <sbjohnson@ozemail.com.au>.
7886
2e685b93
MK
78872000-08-10 Mark Kettenis <kettenis@gnu.org>
7888
7889 * gdbint.texinfo (Overall Structure): Spelling fix.
7890
f7dc1244 78912000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
7892
7893 * gdbint.texinfo (Target Architecture Definition): Document that
7894 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
7895 for which REGISTER_CONVERTIBLE returns a zero value.
7896
63ac3005
EZ
78972000-07-08 Christopher Faylor <cgf@cygnus.com>
7898
7899 * Makefile.in (install-info): Find files to install in either the
7900 build or source directories (adapted from Makefile.am).
7901
bd79f757
ND
79022000-07-07 Nicholas Duffek <nsd@redhat.com>
7903
7904 * stabs.texinfo: Fix spelling errors.
7905 (String Field): FILE-NUMBER starts from 0, not 1.
7906
f7dc1244 79072000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
7908
7909 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 7910 Brian Youmans.
5f208f6d 7911
f7dc1244 79122000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
7913
7914 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
7915 the source directory. Reported by Mark Harig
7916 <markh@frazier.landmark.com>.
cc542d3b 7917
f3b28801
C
79182000-06-20 J.T. Conklin <jtc@redback.com>
7919
7920 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
7921
449f3b6c
AC
7922Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
7923
7924 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 7925 Generate using pdftex.
449f3b6c 7926 (PDFTEX): Define.
889bf7c5 7927 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 7928 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 7929 @contents at the start.
449f3b6c 7930
f7dc1244 79312000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
7932
7933 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 7934 Youmans.
48e934c6 7935
9e9c5ae7
AC
7936Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
7937
7938 From Brian Youmans:
7939 * gdb.texinfo: Fix ``et al.''.
7940
c741b251
AC
7941Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
7942
7943 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 7944 loop.
c741b251 7945
4ab64e14
JG
79462000-05-19 Jimmy Guo <guo@cup.hp.com>
7947
7948 * configure: Regenerate.
7949
f7dc1244 79502000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
7951
7952 * Makefile.in (install-info): Run install-info on installed Info
7953 files.
7954
8c70017b
AC
7955Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
7956
a7cb598a 7957 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 7958 Andrew Cagney.
8c70017b 7959
f7dc1244 79602000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
7961
7962 * gdb.texinfo: Proofreading changes from Brian Youmans.
7963
bf0184be
ND
79642000-05-01 Nick Duffek <nsd@cygnus.com>
7965
7966 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
7967 startup sequence, minor edits.
7968
f7dc1244 79692000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
7970
7971 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
7972 TeX.
7973
7974 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
7975 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
7976 like `n' and `s' which look weird. Convert some of the @kindex to
7977 @vindex, when they refer to variables, not commands.
7978
33e16fad
AC
7979Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
7980
7981 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
7982
f7dc1244 79832000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
7984
7985 * Makefile.in (GDBMI_DIR): New variable.
7986 (SET_TEXINPUTS): Add $(GDBMI_DIR).
7987 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
7988 (gdbmi.texinfo): New target, for texi2roff.
7989 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
7990 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
7991
7992 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
7993 gdbmi.texinfo.
7994 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
7995 comment.
7996
d167840f
EZ
79972000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7998
7999 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 8000 command.
d167840f 8001
f7dc1244 80022000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
8003
8004 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
8005 prevents the build (and is generally a Bad Idea).
8006
f7dc1244 80072000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
8008
8009 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
8010 a comma inside @var.
8011 (Command Files): Index markup changes from Dmitry Sivachenko
8012 <dima@Chg.RU>.
8013
f7dc1244 80142000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
8015
8016 * Makefile.in (LN_S): Define.
8017 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
8018 invoke "ln -s" unless it is known to work.
8019
8020 * configure.in (AC_PROG_LN_S): Add.
8021
8dc7983f
JB
80222000-04-14 Jim Blandy <jimb@redhat.com>
8023
8024 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
8025 section.
8026 (Target Conditionals): Document ADDRESS_TO_POINTER,
8027 POINTER_TO_ADDRESS.
8028
1a8237e8
DB
80292000-04-11 Daniel Berlin <dan@cgsoftware.com>
8030
8031 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
8032 gdb-cfg.texi to get the value.
8033
ca526f1a
JB
80342000-04-10 Jim Blandy <jimb@redhat.com>
8035
8036 * gdbint.texinfo (Target Architecture Definition): Fix
8037 cross-references.
8038
faaafcb4
JB
80392000-04-08 Jim Blandy <jimb@redhat.com>
8040
8041 * gdbint.texinfo (Using Different Register and Memory Data
8042 Representations): New section.
8043 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
8044 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
8045 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 8046
1b27397f
AC
8047Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
8048
8049 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 8050 for acknowledgments.
1b27397f 8051
480ff1fb
AC
8052Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
8053
8054 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 8055 qThreadExtraInfo.
480ff1fb 8056
a9331b3f 80572000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 8058
a9331b3f
RM
8059 * gdb.texinfo: Clarify which remote debug protocol commands are
8060 required and which are optional.
f1251bdd 8061
dbeb8dbd
AC
8062Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
8063
8064 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
8065 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
8066 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
8067 * annotate.texi: Update.
8068
6d2ebf8b
SS
80692000-03-28 Stan Shebs <shebs@apple.com>
8070
8071 * gdb.texinfo: Update dates, bump to Eighth Edition (note
8072 expectation of additional changes before release), update
8073 ISBN, add copy of top-level menu for @ifhtml, remove explicit
8074 node links, rephrase and/or shorten lines to fix formatting
8075 problem in both regular and @smallbook formats.
8076 * annotate.texi: Shorten lines in example, use smallexample
8077 consistently everywhere.
8078 * Makefile.in: Add comment about texinfo 4.0 html generation.
8079 (SFILES_INCLUDED): Add annotate.texi.
8080
5d161b24
DB
80812000-03-27 Daniel Berlin <dan@cgsoftware.com>
8082
5ae4183a
AS
8083 * gdb.texinfo (Debugging Output): Added new section, documenting
8084 the "set/show debug" commands.
5d161b24 8085
b9deaee7
AC
8086Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
8087
8088 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 8089 entry.
b9deaee7
AC
8090
8091 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
8092 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 8093 @chapter and @node entries.
a9331b3f 8094
b9deaee7 8095 * gdb.texinfo: Link all top-level nodes.
a9331b3f 8096
9ef47d30
AC
8097Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
8098
8099 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 8100 files.
9ef47d30 8101
cfeada60
FN
81022000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
8103
8104 From David Whedon <dwhedon@gordian.com>
5ae4183a 8105 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 8106
6837a0a2
DB
81072000-03-22 Daniel Berlin <dan@cgsoftware.com>
8108
8109 * gdb.texinfo: Add documentation for the apropos command.
8110
bba2971c
MS
81112000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
8112
8113 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
8114
2b628194
MS
81152000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
8116
a9331b3f 8117 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
8118 two places.
8119
96a2c332
SS
81202000-03-17 Stan Shebs <shebs@apple.com>
8121
8122 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
8123 <dima@Chg.RU>, also clarification of allowed content for
8124 string constants.
8125
f7dc1244 81262000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
8127
8128 * gdb.texinfo (main menu): Add Annotations.
8129 (File Options): Add @cindex entries for each command-line option.
8130 Document --epoch, --annotate, --async, --interpreter, --write,
8131 --statistics, and --version.
8132
8133 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
8134 of GDB.
8135
9d233477
JB
81362000-02-23 Jim Blandy <jimb@redhat.com>
8137
8138 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
8139
14e0eb3b
JB
81402000-02-22 Jim Blandy <jimb@redhat.com>
8141
8142 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
8143
3555de01
JM
81442000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
8145
8146 * Makefile.in (diststuff): New target.
8147
5e35df8e
KB
81482000-02-15 Kevin Buettner <kevinb@redhat.com>
8149
8150 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 8151 architecture. [From Jim Wilson.]
5e35df8e 8152
c5394b80
JM
81532000-01-16 Tom Tromey <tromey@cygnus.com>
8154
8155 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
8156 (Delete Breaks): Mention range arguments.
8157 (Disabling): Likewise.
8158
c3f6f71d
JM
81592000-01-05 Dmitry Sivachenko <dima@Chg.RU>
8160
8161 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
8162
c4093a6a
JM
8163Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
8164
8165 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 8166 valid functions.
c4093a6a 8167
11cf8741
JM
81681999-11-05 Stan Shebs <shebs@andros.cygnus.com>
8169
8170 * gdb.texinfo: Clarify regular expressions used in rbreak.
8171
917317f4
JM
81721999-10-15 Kevin Buettner <kevinb@cygnus.com>
8173
8174 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
8175 MEMORY_REMOVE_BREAKPOINT): Document.
8176
8177Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
8178
8179 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 8180 offset re-using the DATA offset instead.
917317f4 8181
2df3850c
JM
81821999-10-11 Jim Kingdon <kingdon@redhat.com>
8183
8184 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
8185
81861999-10-05 Stan Shebs <shebs@andros.cygnus.com>
8187
8188 From Dmitry Sivachenko <demon@gpad.ac.ru>:
8189 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
8190 typos.
8191
8192 * gdb.texinfo: Various minor wording and formatting improvements,
8193 mentions of additional command-line options.
8194
2acceee2
JM
81951999-09-30 Fred Fish <fnf@cygnus.com>
8196
8197 * gdb.texinfo: Document additional forms of specifying section
8198 names and addresses for the add-symbol-file command.
8199
c2c6d25f
JM
82001999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
8201
8202 * gdbint.texinfo: Fix typo, add the word "have".
8203
82041999-09-14 Jim Blandy <jimb@cris.red-bean.com>
8205
8206 * gdbint.texinfo (Target Architecture Definition): Document the
8207 SKIP_PERMANENT_BREAKPOINT macro.
8208
d4f3574e
SS
82091999-09-07 Stan Shebs <shebs@andros.cygnus.com>
8210
8211 * gdb.texinfo: Fiks speling errers.
8212
8213 * gdb.texinfo: Fix uses of @multitable.
8214
f7dc1244 8215 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 8216 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 8217 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
8218 comments about using with optimization, add more indexing,
8219 fix info about disassembly-flavor.
8220
8221Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
8222
8223 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
8224 SKIP_SOLIB_RESOLVER): Define.
8225
8226Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
8227
8228 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 8229 ``g'' packets.
d4f3574e 8230
104c1213
JM
82311999-08-30 Stan Shebs <shebs@andros.cygnus.com>
8232
8233 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
8234 platform-specific info, inline remote.texi and move sections of it
8235 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
8236 and register stack into the new chapter.
8237 * remote.texi: Remove, now part of gdb.texinfo.
8238 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
8239
82401999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
8241
8242 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
8243 GDB_TARGET_IS_MACH386): These kludges have gone away.
8244
8245Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
8246
8247 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 8248 TDEPLIBS.
104c1213 8249
53a5351d
JM
82501999-08-20 Stan Shebs <shebs@andros.cygnus.com>
8251
8252 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
8253 surrounding text to fit HP-UX bits into general info.
8254 (HPPA-cfg.texi): Remove, no longer useful.
8255
8256 * gdb.texinfo: Remove explicit links from @node lines, remove
8257 HP-added "Detailed Node Listing" from main menu which confuses
8258 things.
8259
8260 From Dmitry Sivachenko <dima@Chg.RU>:
8261 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 8262 in description of `set environment'.
53a5351d
JM
8263
82641999-08-17 Stan Shebs <shebs@andros.cygnus.com>
8265
8266 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
8267
7be570e7
JM
82681999-08-12 Ben Elliston <bje@cygnus.com>
8269
8270 * gdbint.texinfo (Breakpoint Handling): Add missing words.
8271
f7dc1244 82721999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
8273
8274 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
8275 watch, awatch, and rwatch. Explain why the latter two cannot be
8276 set as software watchpoints. Document that watchpoints for local
8277 variables are deleted when the debuggee terminates.
7be570e7
JM
8278
8279Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
8280
8281 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
8282 packet. Allow E.. response packet. "qRcmd" packet is no longer
8283 reserved.
7be570e7
JM
8284
82851999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8286
a9331b3f
RM
8287 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
8288 * gdb.texinfo: Ditto.
7be570e7 8289
96baa820
JM
82901999-08-06 Tom Tromey <tromey@cygnus.com>
8291
8292 * gdb.texinfo (KOD): New node.
8293
8294Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
8295
8296 * remote.texi (Rcmd): Fix minor formatting typos.
8297
8298Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
8299
8300 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 8301 packets.
96baa820 8302
adf40b2e
JM
83031999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
8304
8305 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
8306 fixes.
8307
43ff13b4
JM
8308Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
8309
8310 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
8311
085dd6e6
JM
8312Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
8313
8314 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
8315 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
8316 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
8317 packets that are not supported on all hosts. Expand examples.
8318 Spell check.
085dd6e6
JM
8319
83201999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
8321
8322 * Makefile.in: Recognize html, install-html. Add targets
8323 to build HTML versions of documentation via texi2html.
8324
8325Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
8326
8327 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 8328 testsuite.
085dd6e6
JM
8329
8330Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
8331
8332 * remote.texi (Communication Protocol): Rewrite.
8333
8334Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
8335
8336 * stabs.texinfo: Fix uses of xref.
8337
9e0b60a8
JM
8338Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
8339
8340 * gdbint.texinfo: Add an anti-printf exhortation, and update the
8341 info about patch submission.
8342
cce74817
JM
8343Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
8344
8345 From Per Bothner <bothner@cygnus.com>:
8346 * gdb.texinfo: Document Chill support.
8347
8348Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
8349
8350 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
8351 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
8352 Document that the value should be greater-than or equal-to zero.
8353 (NO_STD_REGS): Document. Deprecate.
cce74817 8354
ac9a91a7
JM
8355Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8356
8357 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 8358 Document that these are not used.
ac9a91a7
JM
8359
8360Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8361
8362 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
8363
392a587b
JM
8364Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
8365
8366 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 8367 numargs was dropped.
392a587b
JM
8368
8369Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
8370
8371 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
8372
b83266a0
SS
8373Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
8374
8375 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 8376 Update.
b83266a0 8377
7a292a7a
SS
8378Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
8379
8380 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
8381 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
8382
8383Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
8384
8385 * gdbint.texinfo: Fix typos: $ -> @.
8386
8387Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
8388
8389 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
8390 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
8391 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
8392 BREAKPOINT_FROM_PC.
a9331b3f 8393
7a292a7a
SS
8394Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
8395
8396 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 8397 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
8398
8399Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8400
8401 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 8402 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
8403
84041999-04-02 Stan Shebs <shebs@andros.cygnus.com>
8405
8406 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
8407 longer exists.
8408
8409Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
8410
8411 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
8412 nearly all @ifset/@ifclear conditionals; nobody uses them, and
8413 they make the manual source incomprehensible.
7a292a7a
SS
8414 * h8-cfg.texi: Remove, hasn't been used in years.
8415
c906108c
SS
8416Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
8417
8418 * gdb.texinfo: Update the credits.
8419
8420Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
8421
8422 * gdb.texinfo: Fix mistakes noticed in printout of last
8423 draft, add Alpha to discussion of heuristic fence post.
8424
8425Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
8426
8427 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
8428 Edition, merge some HP changes into mainline, describe some
8429 previously undocumented features, describe more of the target
8430 commands available, eliminate obsolete section on renamed
8431 commands.
c906108c
SS
8432 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
8433
8434Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
8435
8436 * gdb.texinfo: Make many HPPA conditionals unconditional,
8437 including catchpoint description, since now on for all configs.
8438 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
8439 specializations.
8440
8441Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
8442
8443 * Makefile.in (GDBvn.texi): Fix match expression to work with
8444 current format of VERSION in gdb/Makefile.in.
8445 * gdb.texinfo: Fix node ref to match new readline.
8446
8447Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
8448
a9331b3f
RM
8449 * gdb.texinfo: Changes made as part of a project to merge in
8450 changes made by HP. Documentation makes extensive use of
c906108c
SS
8451 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
8452 on remote debugging. There are differences in documentation
889bf7c5 8453 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
8454 the HP manual discusses catchpoints, hardware watchpoints, and
8455 some HPUX specific limitations for shared library support.
a9331b3f 8456
c906108c
SS
8457 There are also a number of @node changes.
8458
84591999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
8460
8461 * gdbint.texinfo (Formatting): Disambiguate a sentence.
8462 (C Usage): Same.
8463
8464Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
8465
8466 The following changes were made by Edith Epstein
889bf7c5
PA
8467 <eepstein@cygnus.com> as part of a project to merge in changes
8468 made by HP.
a9331b3f 8469
c906108c
SS
8470 * HPPA-cfg.texi: new file.
8471
8472 * all-cfg.texi: set HPPA for HP PA-RISC targets.
8473
8474 * refcard.tex: change documentation about catch.
8475 removed info catch.
8476
8477Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
8478
8479 * gdbint.texinfo: Expand on GDB's coding standards,
8480 specify the use of arg names with prototypes.
8481
84821998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
8483
8484 * gdb.texinfo: Fix tipo.
8485
8486Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
8487
8488 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 8489 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
8490
8491Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
8492
8493 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
8494
84951998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
8496
8497 * agentexpr.texi: New file.
8498
8499Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
8500
8501 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
8502
85031998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
8504
8505 * remote.texi: Changed wording that implied that the GDB remote
8506 protocol caches register values instead of GDB itself.
8507
8508Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
8509
8510 * gdbint.texinfo: Add some info about symbol readers.
8511 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
8512 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
8513 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
8514 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
8515
8516Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
8517
a9331b3f 8518 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
8519
8520Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
8521
8522 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
8523
8524Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
8525
8526 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 8527 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
8528
8529Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
8530
8531 * gdbint.texinfo: Fix minor typos.
8532
8533Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
8534
8535 * gdbint.texinfo: Complete overhaul. Group descriptions more
8536 logically, add more info on generic algorithms, remove much
8537 obsolete and/or wrong material.
8538
8539Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
8540
8541 * stabs.texinfo (Method Type Descriptor): Expand and correct.
8542
8543Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
8544
8545 * refcard.tex: Copyright, address updates.
8546
8547Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
8548
8549 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
8550 for the edition instead of confusing GDB-version-like numbers.
8551
8552Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
8553
8554 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
8555
8556Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
8557
5ae4183a 8558 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
8559
8560Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
8561
8562 * gdb.texinfo: Add some credits, mention bug monitor.
8563 * remote.texi: Mention mips monitor targets.
8564 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 8565
c906108c
SS
8566Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
8567
8568 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
8569 files, finish sorting of host vs target vs native macros, describe
8570 some more of them.
c906108c
SS
8571
8572Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
8573
8574 * gdbint.texinfo (Host Conditionals): Document change from
8575 using NO_MMALLOC to it's inverse, USE_MMALLOC.
8576
8577Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
8578
8579 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 8580 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
8581
8582Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
8583
8584 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
8585 Document LSEEK_NOT_LINEAR.
8586
8587Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
8588
8589 * stabs.texinfo (Stab Section Basics): Make it clear that only
8590 some versions of the GNU linker remove the leading N_UNDF symbol.
8591
8592Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
8593
8594 * stabs.texinfo (String Field): Document type number pairs here,
8595 instead of in the Sun specific section.
8596 (Include Files): The GNU linker supports the N_BINCL
8597 optimization. Clarify the N_BINCL value, and what it is used
8598 for.
8599 (Procedures): Document N_FUN with an empty string to mark the end
8600 of a function.
8601 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
8602 (Sun Differences): Remove this node, as the information is now
8603 elsewhere in the main document.
8604 (Stab Section Basics): Mention that the GNU linker may optimize
8605 stabs and remove the leading N_UNDF symbol.
8606
8607Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
8608
8609 * gdb.texinfo, refcard.tex: Restore author credit
8610
8611Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
8612
8613 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
8614 documentation to account for START and END macros taking
8615 one arg.
8616
8617Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
8618
8619 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
8620 * gdb.texinfo (Frames): Fix typo.
8621
8622Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
8623
8624 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
8625 a target_signal as arg type, not a pid.
8626
8627Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
8628
8629 * gdb.texinfo: Document `set assembly-language'.
8630
8631Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
8632
8633 * remote.texi: Update list of stubs in the GDB distribution.
8634
8635Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
8636
8637 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
8638 Also document that some systems can use mmalloc but must define
8639 this if their C runtime allocates memory that is later freed.
c906108c 8640 (MMCHECK_FORCE): Document new macro.
a9331b3f 8641
c906108c
SS
8642Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
8643
8644 * remote.texi: Add documentation for target Sparclet.
8645
8646Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8647
a9331b3f 8648 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
8649 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
8650 * configure.in: Rewritten for autoconf.
8651 * configure: New.
8652
8653Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
8654
8655 * Makefile.in (DVIPS): New define, set to dvips.
8656 (dvi): Add stabs.dvi.
8657 (ps): New target.
8658 (all-doc): Depend on info, dvi, and ps targets.
8659 (STAGESTUFF): Add *.ps and *.dvi files.
8660 (clean-info, clean-dvi): Remove.
8661 (mostlyclean): Does not depend upon clean-info or clean-dvi,
8662 rules completely rewritten.
8663 (maintainer-clean): Remove clean-info and clean-dvi
8664 dependencies and put their actions in the rules.
8665 (gdb.ps): New target
a9331b3f 8666 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
8667 intermediate TeX files, whether they have 2 or 3 character
8668 extensions.
8669 (gdbint.ps): Add target and rules.
8670 (gdb-internals): Delete unused target.
8671 (Makefile): Depends upon config.status also.
8672
8673Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
8674
8675 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
8676 set.
8677
8678Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
8679
8680 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
8681 * gdb.texinfo (Expressions): Fix erroneous array constant example.
8682
8683Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
8684
8685 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
8686
8687Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8688
8689 * gdb.texinfo (Print settings): Document
8690 `set/show print static-members' commands.
8691
8692Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
8693
8694 * gdbint.texinfo (Native): Document name change, coredep.c to
8695 core-aout.c.
8696
8697Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
8698
8699 * stabs.texinfo (Include Files): Document the values the SunOS4
8700 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
8701
8702Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
8703
8704 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
8705 Fix typo.
8706
8707Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
8708
8709 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
8710 "gdb.tar.Z".
8711
8712Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
8713
8714 * Makefile.in (maintainer-clean): New target, synonym for
8715 realclean.
8716
8717Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
8718
8719 * Update all FSF addresses except those in COPYING* files.
8720
8721Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
8722
8723 From Richard Earnshaw (rearnsha@armltd.co.uk):
8724 * gdb.texinfo (convenience variables): Document $_exitcode.
8725 (quit): Document optional expression to use as exit code.
8726
8727Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
8728
8729 * gdb.texinfo, remote.texi: Brought up to date with various
8730 GDB changes.
8731
8732Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
8733
8734 * gdb.texinfo: Update dates and versions, fix comments about
8735 hardware watchpoints in future releases and about the
8736 sharedlibrary command.
8737
8738Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8739
8740 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
8741 C_FUN stab. Other cleanups.
8742
8743Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8744
8745 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
8746 for the sparc stub.
8747
8748Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8749
8750 * annotate.texi: Clarify which addresses have differing formats
8751 depending on the language and which do not.
8752
8753Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8754
8755 * remote.texi (NetWare): Changed example to use BOARD= instead of
8756 NODE= argument to reflect correspoding change to gdbserve.nlm.
8757
8758Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8759
8760 * stabs.texinfo (Negative Type Numbers): Mention the fact that
8761 GDB, as well as AIX dbx, supports the size type attribute.
8762
8763Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8764
8765 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
8766
8767Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
8768
8769 * gdb.texinfo (Define): Document $arg0... arguments to commands,
8770 and new 'if' and 'while' commands.
8771
8772Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
8773
8774 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
8775
8776Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8777
8778 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
8779 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
8780 NetWare targets. Mostly stolen from the Server node.
8781
8782Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8783
8784 * gdb.texinfo (Setting): Talk about the language of a source file
8785 versus the working language. The old documentation did not match
8786 what GDB did.
8787
8788Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8789
8790 * stabs.texinfo (Source Files): Document N_SO used to mark the end
8791 of a source file.
8792
8793Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8794
8795 * gdb.texinfo (Processes): New node.
8796
8797Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
8798
8799 * remote.texi: Update documentation of set/show mipsfpu.
8800
3fc11d3e
JM
8801Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
8802
8803 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
8804 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
8805
8806Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
8807
8808 * gdbint.texinfo: Removed mentions of some incorrectly placed and
8809 obsolete conditionals, described some others.
8810
8811Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8812
8813 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
8814 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
8815
8816Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
8817
8818 * gdbint.texinfo: Put regex conditionals in their own table.
8819
8820Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
8821
8822 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
8823 described or fixed the descriptions of many others.
8824
8825Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
8826
8827 * gdb.texinfo: Add some more credits.
8828 * gdbint.texinfo: Capitalize GDB consistently, describe some
8829 macros and remove some.
8830
8831Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
8832
8833 * gdbint.texinfo: Removed mentions of many incorrectly placed and
8834 obsolete conditionals, described some others.
8835
8836Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8837
8838 * gdb.texinfo (help targets): Changed to `help target', which
8839 is the correct gdb command.
8840
8841Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8842
8843 * annotate.texi (TODO): New node, for keeping track of annotations
8844 suggested but not yet implemented.
8845
8846Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8847
8848 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
8849 another symbol, it is not the address itself.
8850
8851Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
8852
8853 * stabs.texinfo (Stab Section Basics): Add comment about alignment
8854 of stabs-in-coff sections.
8855
8856Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8857
8858 * annotate.texi: Change edition to 0.5 and date to May 1994.
8859 Add index.
8860 (Frames): New node, for frame annotation.
8861 (Displays): New node, for display annotation.
8862
8863 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
8864 when waiting for your program to stop.
8865
8866Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8867
8868 * annotate.texi (Breakpoint Info): Document annotation of header
8869 fields and record annotation.
8870
8871Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8872
8873 * annotate.texi: New file, to document annotations.
8874
8875Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8876
8877 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
8878 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
8879
8880Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8881
8882 * stabs.texinfo (Stab Section Basics): Say what is in .stab
8883 section, and say n_strx field is compilation unit relative.
8884 * stabs.texinfo: Don't use @code for a.out when it is the name of
8885 an object file format.
8886
8887Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8888
8889 * gdb.texinfo: Refer to file names, not path names, per rms
8890 convention.
8891 (Arguments): Fix typo.
8892
8893Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8894
8895 * stabs.texinfo (Global Variables): Talk about stabs in files
8896 where variables are referenced, but not defined.
8897
8898Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8899
8900 * stabs.texinfo: Move stuff on @ and # type descriptors from node
8901 Cplusplus to new nodes Member Type Descriptor and Method Type
8902 Descriptor. Re-write stuff for #.
8903
8904Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8905
8906 * gdb.texinfo (Print Settings): Don't document "set print
8907 fast-symbolic-addr off". The bug which it worked around was fixed
8908 on 25 Feb 94 in coffread.c, so I'm nuking the command.
8909
8910 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
8911 N_ENTRY node.
8912
8913 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
8914
8915Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8916
8917 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
8918 references to ieee-float.c.
8919
8920Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8921
8922 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
8923 match what the code actually does.
8924
8925Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8926
8927 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
8928
8929Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8930
8931 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
8932 i, and b.
8933
8934Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
8935
8936 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
8937 well as for ELF and SOM. Unify the descriptions of ELF and SOM
8938 as "stabs in sections" rather than just saying "ELF and SOM".
8939 Also make that stuff apply to COFF.
8940
8941Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8942
8943 * gdb.texinfo (Formatting Documentation): Change GhostScript to
8944 Ghostscript.
8945
8946Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8947
8948 * gdb.texinfo (Continuing and Stepping): When talking about "step"
8949 versus functions without line numbers, also mention stepping into
8950 them as well as "step" when you are in them. Tell the user how to
8951 deal with the situation. Add comment about "debugging information".
8952
8953Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8954
8955 * stabs.texinfo (Enumerations): Document restriction on where
8956 enumeration types can appear and still win with GDB.
8957
8958Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8959
8960 * stabs.texinfo (Negative Type Numbers): Document format for type
8961 -16.
8962
8963Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8964
8965 * gdb.texinfo (Selection, Frame Info): Update information about
8966 arbitrary frame specficiations.
8967
8968Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
8969
8970 * gdb.texinfo, remote.texi: general editing pass prior to Net release
8971
8972Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8973
8974 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
8975
8976Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
8977
8978 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
8979
8980Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8981
8982 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
8983 Differences node to Statics node.
8984 (Statics): Discuss XCOFF use of V symbol descriptor.
8985
8986 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
8987 not clean.
8988
8989Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
8990
8991 * gdb.texinfo (Print Settings): Document `set print
8992 fast-symbolic-addr' and improve the doc for some other
8993 `set print's.
8994
8995Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8996
8997 * stabs.texinfo (String Field): Talk about defining several type
8998 numbers at once.
8999 Fix lint regarding changing node ELF Transformations to
9000 ELF and SOM Transformations.
9001
9002Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
9003
9004 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
9005
9006Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9007
9008 * stabs.texinfo (Cross-References): `::' is for nested types only
9009 within <>.
9010 (Structures): Document static members.
9011
9012Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9013
9014 * stabs.texinfo: Document S type attribute.
9015
9016Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
9017
9018 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
9019
9020Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
9021
9022 * gdbint.texinfo: Fix a few typos.
9023
9024Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9025
9026 * gdb.texinfo, remote.texi: formatting improvements
9027
9028 * gdb.texinfo (New Features): mention threads.
9029 (Summary, C): fix xrefs in newly contributed text.
9030 (Threads): index entries, clarifications, example
9031 (passim): minor typos fixed, phrasing improvements
9032
9033 * remote.texi (Bootstrapping): rephrase text on ^C and add index
9034 entries; (Server): explain use of gdbserver w/real-time systems,
9035 add example of conflicting TCP port; (MIPS Remote) break up
9036 running text into table, highlighting commands, and add example.
a9331b3f 9037
c906108c
SS
9038Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9039
9040 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
9041
9042Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9043
9044 * stabs.texinfo (Nested Symbols): New node.
9045 (String Field, Symbol Descriptors, Cross-References): Refer to it.
9046
9047Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9048
9049 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
9050 to picking which Bbss.bss symbol to use, and (because there seems to
9051 be no good way of doing it) re-write some of the text to make it
9052 sound like Bbss.bss isn't such a great idea after all (as currently
9053 designed).
9054
9055 * gdb.texinfo (C): In addition to saying people have to use g++ for
9056 good results, say they have to use stabs. Specifically say cfront
9057 doesn't work well.
9058 (Summary): Merge in information on Modula-2, Pascal, and Chill from
9059 the gdb README. Add xrefs to places where the support for the various
9060 languages is described in detail.
9061
9062Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9063
9064 * stabs.texinfo: Clean up stuff about visibility and virtual
9065 characters.
9066
9067 * stabs.texinfo (N_M2C): Cite Sun doc.
9068
9069Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9070
9071 * gdb.texinfo: updates re threads.
9072 * remote.texinfo: avoid index entries starting with digits.
9073
9074Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9075
9076 * stabs.texinfo (Enumerations): Talk about large, negative and
9077 octal values. Clean up cross reference to type attributes.
9078 (String Field): Say that GDB 4.11 supports size attribute.
9079
9080Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9081
9082 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
9083 is a mandatory step. Make the stuff about that more concise.
9084
9085Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9086
9087 * stabs.texinfo (Class Names): New node.
9088
9089 * gdb.texinfo (Command Files): Explain order of init file reading.
9090
9091 * remote.texi (Bootstrapping): Talk about getting the serial driver
9092 to deal with ^C sent by gdb to stop the remote system.
9093
9094Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
9095
9096 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
9097
9098 * libgdb.texinfo (Defining Commands): made the DOC arg
9099 to gdb_define_app_command a char * instead of char **
9100 per a suggestion from kingdon.
9101
9102 * libgdb.texinfo: total rewrite from a different starting
9103 premise.
9104
9105Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9106
9107 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
9108 floats passed as doubles (to improve clarity).
9109
9110Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9111
9112 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
9113
9114 * a4rc.sed: update to work with Andreas Vogel papersize params
9115
9116 * refcard.tex: use Andreas Vogel simplifications of papersize
9117 params; remove useless version info; update copyright date.
9118
9119Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9120
9121 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
9122
9123Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9124
9125 * gdb.texinfo (Files): Say what address the load command loads it at.
9126
9127 * stabs.texinfo (Common Blocks): Minor cleanups.
9128
9129 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
9130 that Sun has backed away from the linker kludge and thus the relevant
9131 issue is changes to the SunPRO tools, not the Solaris linker.
9132
9133 * stabs.texinfo (Traditional Integer Types): Clean up description
9134 of octal bounds a little bit. Document extra leading zeroes.
9135
9136Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9137
9138 * gdb.texinfo (Signaling): Update for symbolic symbol names
9139 and add a section explaining the difference between the GDB
9140 signal command and the shell kill utility.
9141
9142Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
9143
9144 * libgdb.texinfo: added `@' to braces that were unescaped.
9145
9146Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
9147
9148 * libgdb.texinfo: new file. Spec for the gdb library.
9149
9150Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9151
9152 * stabs.texinfo (Include Files): Fix typo (start -> end).
9153
9154Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9155
9156 * gdb.texinfo, remote.texi: assorted small improvements, mostly
9157 from Melissa at FSF's editing pass.
9158
9159Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9160
9161 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
9162 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
9163 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
9164
9165Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9166
9167 * remote.texi (Bootstrapping): Discuss 386 call gates.
9168
9169Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9170
9171 * stabs.texinfo (Based Variables): New node.
9172
9173Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
9174
9175 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
9176 names, sizes, and formats to suggest how not to lose.
9177
9178Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9179
9180 * stabs.texinfo (Methods): Fix typo.
9181
9182Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9183
9184 * gdb.texinfo: Fix a few typos.
9185
9186Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9187
9188 * gdb.texinfo: Clarify how well it works with Fortran.
9189
9190 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
9191 More on relocating stabs in ELF files.
9192
9193Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9194
9195 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
9196
9197Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9198
9199 * stabs.texinfo (Local Variable Parameters): Talk about nameless
9200 parameters on VAX.
9201
9202Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9203
9204 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
9205
9206Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9207
9208 * stabs.texinfo: Make info author notice match the TeX author notice.
9209
9210Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9211
9212 * stabs.texinfo: Initial-caps all words in node names and
9213 non-trivial words in section names.
9214
9215Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9216
9217 * stabs.texinfo: Many minor cleanups.
9218
9219 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
9220
9221Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
9222
9223 * stabs.texinfo: Remove full description of big example.
9224 It's not really helpful; just use pieces of it where appropriate.
9225 Add more Texinfo formatting directives (@samp, etc.).
9226 Use @deffn to define stab types.
9227 Eliminate some wordiness. Break up some nodes.
9228 Add an (alphabetized) index of symbol types.
9229 Use consistent capitalization style in node and section names.
9230
9231Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
9232
9233 * gdb.texinfo: Change typo "Two two" to "The two".
9234
9235Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9236
9237 * stabs.texinfo (XCOFF-differences): Remove references to
9238 non-existent types N_DECL and N_RPSYM.
9239
9240 * stabs.texinfo (String Field): Say that type attributes bug is
9241 fixed in GDB 4.10, since it is.
9242
9243 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
9244
9245Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
9246
9247 * stabs.texinfo: Formatting cleanups.
9248
9249Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9250
9251 * stabs.texinfo: When explaining the n_type of a stab, standardize
9252 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
9253 no tabs, use @r).
9254 (Global Variables): Clean up.
9255
9256Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9257
9258 * stabs.texinfo (Stack Variables): Re-write.
9259
9260Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9261
9262 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
9263 addresses of a source file. Also revise formatting.
9264 Change "object module" or "object file" to "source file".
9265 Various: Miscellaneous cleanups.
9266
9267Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9268
9269 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
9270
9271Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
9272
9273 * gdbint.texinfo: Removed many nonsensical machine-collected
9274 host and target conditionals, described some of the remainder.
9275
9276Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9277
9278 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
9279
9280 * gdbint.texinfo (Top): Add name to @top line, and re-write the
9281 paragraph which follows.
9282
9283 * gdbint.texinfo (Host): Use @code not @samp for Makefile
9284 variables. Looks better and avoids overful hbox.
9285
9286Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9287
9288 * stabs.texinfo (Procedures): Improve stuff on nested functions.
9289
9290Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9291
9292 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
9293 retransmit-timeout
9294
9295Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9296
9297 * gdbint.texinfo: Update statement about `some ancient Unix
9298 systems, like Ultrix 4.0' to Ultrix 4.2.
9299
9300Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
9301
9302 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
9303
9304 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
9305
9306 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
9307 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
9308
9309 * remote.texi: new name for former gdbinv-s.texi
9310
9311 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
9312
9313Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
9314
9315 * gdbinv-s.texi: Documented timeout and retransmit-timeout
9316 variables for MIPS remote debugging protocol.
9317
9318Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9319
9320 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
9321
9322Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9323
9324 * Makefile.in (refcard.dvi): Use srcdir where necessary.
9325
9326Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
9327
9328 * gdb.texinfo: repair conditional bugs in text markup
9329
9330Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9331
9332 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
9333 to select Modula-2 material.
9334
9335Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9336
9337 * stabs.texinfo: Cleanups regarding statics.
9338
9339 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
9340 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
9341
9342Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9343
9344 * stabs.texinfo: N_MAIN is sometimes used for C.
9345
9346Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9347
9348 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
9349
9350Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
9351
9352 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 9353 removed from the code by Kingdon.
c906108c
SS
9354
9355Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9356
9357 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
9358 input when evaluating breakpoint conditions; the bug has been fixed.
9359
9360 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
9361 sets the ignore count to N-1, not to N.
9362
9363Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9364
9365 * refcard.tex (\hoffset): correct longstanding error to match
9366 intended offset; avoids cutting off edge on some printers
9367
9368Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9369
9370 * stabs.texinfo (Parameters): Say that order of stabs is significant.
9371
9372Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9373
9374 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
9375
9376Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9377
9378 * Makefile.in: (REFEDITS) new var to control whether PS or CM
9379 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
9380 collect sed edits if any, apply to refcard before formatting;
9381 (refcard.ps) stop implying PS fonts if PS output requested;
9382 (lrefcard.ps) delete extra target for variant PS fonts
9383
9384 * refcard.tex: parametrize papersize dependent info, collect
9385 in easily replaced spot
9386
9387 * a4rc.sed: new file, edits to refcard for A4 paper
9388
9389Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9390
9391 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
9392
9393Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9394
9395 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
9396
9397Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9398
9399 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
9400 politely rather than rudely.
9401
9402Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9403
9404 * stabs.texinfo: Document common blocks.
9405
9406Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
9407
9408 * stabs.texinfo: Add some basic info about stabs-in-elf.
9409
9410Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9411
9412 * stabs.texinfo (Top): Minor cleanup.
9413
9414Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
9415
9416 * Makefile.in (install-info): remove parentdir support
9417
9418Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9419
9420 * gdb.texinfo (Copying): delete this node and references to it;
9421 RMS says this manual need not carry GPL. (passim): Improvements
9422 from last round at FSF, largely due to Ian Taylor review, and
9423 minor formatting improvements.
9424
9425 * gdbinv-s.texi (passim): Improvements from last round at FSF,
9426 largely due to Ian Taylor review. (Debug Session): minor edits to
9427 new text.
9428
9429Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
9430
9431 * Makefile.in (realclean): Remove info and dvi files too.
9432
9433Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
9434
9435 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
9436 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
9437 * gdb.texinfo: Change accordingly.
9438
9439 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
9440 N_{L,R}BRAC,N_SLINE are relative to.
9441
9442Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
9443
9444 * Makefile.in (GDBvn.texi): Update atomically.
9445
9446Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
9447
9448 * gdbinv-s.texi (Debug Session): Document exceptionHook.
9449
9450Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
9451
9452 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
9453 addresses together. Also motivate the set print symbol-filename
9454 command and suggest other solutions.
9455
9456Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
9457
9458 * gdb.texinfo (set print elements): Note that the number of
9459 elements is set to unlimited by "set print elements 0".
9460
9461Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
9462
9463 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
9464 NF_LDOUBLE means.
9465 (Stab Types): Include Solaris stab types.
9466 (Procedures): Document Solaris extensions.
9467
9468Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9469
9470 * gdb.texinfo: Add `set print symbol-filename' doc.
9471
9472Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9473
9474 * stabs.texinfo (Arrays): Talk about type definition vs. type
9475 information.
9476
9477 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
9478 the trailing semicolon.
9479
9480Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9481
9482 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
9483 and merge in other parts of the document addressing these subjects.
9484 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
9485
9486 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
9487 at the end of a range type.
9488
9489 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
9490 AIX extensions.
9491
9492Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9493
9494 * stabs.texinfo (Stabs Format): Misc fixes.
9495
9496Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9497
9498 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
9499 (Traditional builtin types): Document convex convention for long long.
9500 (Negative builtin types): Discuss type names, and misc fixes.
9501
9502Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9503
9504 * stabs.texinfo (Builtin Type Descriptors): Document the floating
9505 point types used with @samp{R} type descriptor.
9506 (Symbol Descriptors): Describe how to handle conflict between
9507 different meanings of @samp{P} symbol descriptor.
9508
9509Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9510
9511 * stabs.texinfo: Remove node Quick Reference and put its children
9512 directly under the main menu.
9513
9514 * stabs.texinfo: Many more changes to bring it into line with
9515 AIX documentation and reality. I think it now has all the
9516 information from the AIX documentation, except that I burned
9517 out when I got to variant records (Pascal and Modula-2) and
9518 all the COBOL types. Oh well, we can add them later when we're
9519 worrying more about those languages.
9520
9521 * stabs.texinfo (Automatic variables): Talk about what it means
9522 to omit the symbol descriptor.
9523
9524Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9525
9526 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
9527 gcc2 behavior with promoted args.
9528
9529Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9530
9531 * gdb.texinfo: include readline appendices in info version of manual
9532
9533Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9534
9535 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
9536 target remote.
9537
9538 * gdb.texinfo (Machine Code): more index entries for disassemble
9539
9540Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
9541
9542 * Clarify the intended use of the gdb-testers and gdb-patches
9543 mailing lists, and shrink gzip comment.
9544
9545Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9546
9547 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
9548 DOSHOST configuration of manual.
9549
9550 * gdb.texinfo (MIPS Stack): new node.
9551
9552 * all-config.texi (MIPS) new switch.
9553
9554 * gdbinv-s.texi (Nindy Options) Remove two instances of future
9555 tense; (MIPS Remote) new node.
9556
9557 * gdb.texinfo (passim) rephrases to work around makeinfo @value
9558 bug; (Environment) less passive, other small cleanups in text about
9559 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
9560 (Remote) new MIPS Remote menu entry.
9561
9562Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
9563
9564 * stabs.texinfo: Many changes to include information from the
9565 AIX documentation.
9566
9567 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
9568
9569Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
9570
9571 * gdbint.texinfo (new node Debugging GDB, elsewhere):
9572 Move a bunch of information from ../README.
9573 (Getting Started): New node.
9574
9575Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9576
9577 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
9578
9579 * gdb.texinfo: advance manual revision dates to present
9580
9581 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
9582 stop using silly Roman numerals in @set variable names
9583
9584Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
9585
9586 * stabs.texinfo (Parameters): Keep trying to get this right.
9587
9588Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
9589
9590 * stabs.texinfo (Parameters): More on "local parameters".
9591
9592Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
9593
9594 * stabs.texinfo (Parameters): Re-do "local parameters" section.
9595
9596Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
9597
9598 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
9599 (Parameters): Rewrite.
9600 (xcoff-differences, Sun-differences): Minor changes.
9601
9602Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
9603
9604 * stabs.texinfo: Minor cleanup.
9605
9606Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
9607
9608 * gdbint.texinfo: Minor xcoff stuff.
9609
9610Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
9611
9612 * gdbint.texinfo: Update for new config directory structure.
9613 Add info about internal type data structures.
9614
9615Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
9616
9617 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
9618 $(srcdir).
9619 (gdb-config.texi): Depend on file in $(srcdir).
9620
9621Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
9622
9623 * stabs.texinfo: Fixes about N_SO.
9624
9625Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9626
9627 * gdb.texinfo: include list of nonstandard init file names
9628
9629 * *-config.texi: new switch GENERIC for text that applies *only*
9630 to (usual) multiple-target version of manual
9631
9632 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
9633 h8 config
9634
9635 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
9636 in menus (rather than conditionally selected multiple alternative
9637 menus).
9638
9639 * Makefile.in: define and use DOC_CONFIG var to select
9640 configuration for GDB user manual.
9641
9642 * gdb-config.texi: delete from repository, generate from Makefile.
9643
9644 * all-config.texi: normal `generic' configuration file, formerly
9645 stored as gdb-config.texi
9646
9647Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
9648
9649 * Makefile.in: add dvi target to build all .dvi files
9650
9651Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9652
9653 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
9654
9655Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
9656
9657 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
9658 host conditionals.
9659 * stabs.texinfo: More array fixes inspired by Jim's.
9660
9661Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
9662
9663 * stabs.texinfo: Fixes re arrays and continuations.
9664
9665 * gdbint.texinfo: Add XCOFF node.
9666
9667Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
9668
9669 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
9670
9671Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
9672
9673 * stabs.texinfo: Fix for array types to mention lower bounds.
9674
9675Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
9676
9677 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
9678
9679Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
9680
9681 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
9682
9683Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
9684
9685 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
9686 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
9687
9688Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
9689
9690 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
9691
9692Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9693
9694 * gdb.texinfo, gdbinv-s.texi: misc updates
9695
9696Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
9697
9698 * gdbint.texinfo: Brief documentation for longjmp support,
9699 from an email msg by Stu.
9700
9701Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
9702
9703 * stabs.texinfo: Fix description of floating point "range"
9704 types (which really define basic types). Reported by Jim Meehan,
9705 <meehan@src.dec.com>.
9706
9707 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
9708
9709Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
9710
9711 * gdbint.texinfo: Slightly expand section on supporting a new
9712 object file format.
9713
9714Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
9715
9716 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
9717 intermediate file.
9718
9719Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9720
9721 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
9722
9723Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9724
9725 * gdbinv-s.texi: z8000 simulator target name is just "sim"
9726
9727 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
9728 as well as Z8002.
9729
9730Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
9731
9732 * gdbint.texinfo: Add sections on clean design and on how to send
9733 in changes.
9734
9735Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
9736
9737 * gdbint.texinfo: Add how to declare the result of make_cleanup.
9738
9739Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
9740
9741 * gdb.texinfo: Fix typo, reported by Karl Berry.
9742
9743Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
9744
9745 * gdb.texinfo: Add opcodes dir to GDB distribution description.
9746
9747Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9748
9749 * gdbint.texinfo: fixed a stray email address (needs @@),
9750 added @table @code to node "Native Conditionals"
9751
9752Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
9753
9754 * gdbint.texinfo: Describe coding style of GDB.
9755
9756Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
9757
9758 * stabs.texinfo: Minor wording changes.
9759
9760Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
9761
9762 * gdbint.texinfo: Improve release doc slightly.
9763
9764Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
9765
9766 * gdbint.texinfo: Improve doc of GDB config macros.
9767
9768Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
9769
9770 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
9771 These will be reinserted when examined.
9772
9773Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
9774
9775 * gdbint.texinfo: Make a start at documenting all the #if macros
9776 in GDB. At least list them all, and start separating them into
9777 host-specific and target-specific.
9778
9779Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9780
9781 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 9782 examples (not consistent w others).
c906108c
SS
9783 gdb.texinfo: issue disclaimer paragraph on cmdline options only
9784 for generic vn of doc
9785
9786Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
9787
9788 * Makefile.in: always create installation directories.
9789
9790Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9791
9792 * gdb.texinfo: in h8 config, do not describe searching commands.
9793
9794Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9795
9796 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
9797 conditionals; introduce a few generic switches that may be
9798 useful for other cross-dev or dos-hosted configs.
9799
9800 * gdb.texinfo: fix typo in "info reg" description
9801
9802Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
9803
9804 * stabs.texinfo: Minor updates from running TeX over it.
9805 * Makefile.in (stabs.dvi, stabs.ps): Add.
9806
9807Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
9808
9809 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
9810 First pass at converting it to texinfo.
9811
9812Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
9813
9814 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
9815 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
9816
9817Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
9818
9819 * gdbint.texinfo: Add section on partial symbol tables.
9820
9821Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
9822
9823 * gdb.texinfo: document `set remotedebug' and `set
9824 rstack_high_address'.
9825
9826Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9827
9828 * gdb.texinfo: slight expansion of new text on reading info files
9829 * gdbinv-s.m4.in: correct and expand info on cross-debugging
9830 H8/300 from DOS.
9831
9832Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
9833
9834 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
9835
9836Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
9837
9838 * gdb.texinfo: Say how to read the `info' files.
9839
9840Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
9841
9842 * Makefile.in: gm4 -> m4.
9843
9844Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
9845
9846 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
9847 Documentation' ahead of `Installing GDB' to match README.
9848 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 9849 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
9850
9851Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
9852
9853 * Makefile.in: remove $(srcdir) from gdb.info rule.
9854
9855Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
9856
9857 * Makefile.in: commented out gdb-all.texinfo rule. This is
9858 temporary.
9859
9860Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
9861
9862 * Makefile.in, configure.in: removed traces of namesubdir,
9863 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 9864 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
9865
9866Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
9867
9868 * gdb.texinfo: Improve how we ask for bug reports.
9869
9870Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9871
9872 * Makefile.in: infodir belongs in datadir.
9873
9874Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9875
9876 * Makefile.in: remove spaces following hyphens, bsd make can't
9877 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 9878 standards.text support.
c906108c
SS
9879
9880Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9881
9882 * Makefile.in: idestdir and ddestdir go away. Added copyrights
9883 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
9884 and mandir now keyed off datadir by default.
9885
9886\f
9887Local Variables:
9e9c5ae7 9888mode: change-log
c906108c
SS
9889left-margin: 8
9890fill-column: 74
9891version-control: never
9892End:
This page took 3.428778 seconds and 4 git commands to generate.