Unbreak Windows-hosted cross debugger builds.
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
906ccdf0
JK
12013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
4 the list of supported languages.
5
43662968
JK
62013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7
8 Convert man pages to texinfo, new gdbinit.5 texinfo page.
9 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
10 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
11 (diststuff): Add man.
12 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
13 (uninstall-man5): New.
14 (STAGESTUFF): Add *.1 and *.5.
15 (GDBvn.texi): Add SYSTEM_GDBINIT.
16 (gdb.1, gdbserver.1, gdbinit.5): New.
17 (maintainer-clean realclean): Add $(MANS).
18 (install): Add install-man.
19 (uninstall): Add uninstall-man.
20 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
21 (@copying): Wrap it by @c man begin COPYRIGHT.
22 (Top): Add Man Pages.
23 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
24
be9a8770
PA
252013-04-02 Pedro Alves <palves@redhat.com>
26
27 * gdb.texinfo (Debugging Output): Document "set/show debug
28 aarch64", "set/show debug coff-pe-read" and "set/show debug
29 mach-o".
30
a46c1e42
PA
312013-04-02 Pedro Alves <palves@redhat.com>
32
33 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
34 table>: Add entry for "trace-buffer-size".
35
bd3eecc3
PA
362013-03-28 Pedro Alves <palves@redhat.com>
37
38 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
39 table>: Add entry for "trace-status".
40
215b9f98
EZ
412013-03-28 Eli Zaretskii <eliz@gnu.org>
42
43 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
44 @bullet", which is invalid (makeinfo 5.1 barfs).
45
7f7cc265
PA
462013-03-28 Pedro Alves <palves@redhat.com>
47
48 PR gdb/15294
49
50 * gdb.texinfo (List) <set listsize>: Adjust to document that
51 listsize 0 means no limit, and remove mention of -1.
52
9c0be723
YQ
532013-03-22 Yao Qi <yao@codesourcery.com>
54
55 * gdb.texinfo (Embedded Processors): Remove menu item
56 "OpenRISC 1000".
57 (OpenRISC 1000): Remove.
58
bd712aed
DE
592013-03-21 Doug Evans <dje@google.com>
60
61 * gdb.texinfo (Maintenance Commands): Add docs for
62 "mt set per-command {space,time,symtab} {on,off}".
63
d0353e76
YQ
642013-03-14 Hui Zhu <hui@codesourcery.com>
65 Yao Qi <yao@codesourcery.com>
66
67 * gdb.texinfo (Trace Files): Add "tsave -ctf".
68
6dd24dfa
KS
692013-03-13 Keith Seitz <keiths@redhat.com>
70
71 * gdb.texinfo (Maintenance Commands): Add missing ')' for
72 "maint agent" reference to Dynamic printf.
73
5c4808ca
EZ
742013-03-11 Eli Zaretskii <eliz@gnu.org>
75
76 * gdb.texinfo (General Query Packets): Don't use colon in index
77 entries visible to Info format.
78
59ea5688
MM
792013-03-11 Markus Metzger <markus.t.metzger@intel.com>
80
81 * gdb.texinfo (Process Record and Replay): Document record
82 changes.
83
2ae8c8e7
MM
842013-03-11 Markus Metzger <markus.t.metzger@intel.com>
85
86 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
87 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
88 qXfer:btrace:read.
89
28abe188
EZ
902013-03-09 Eli Zaretskii <eliz@gnu.org>
91
92 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
93 use colons in @anchor and @cindex entries.
94
be9a119c 952013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
96
97 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
98
be9a119c 992013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
100 Hafiz Abid Qadeer <abidh@codesourcery.com>
101
102 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
103 trace-buffer-size set and show commands.
104 (Tracepoint Packets): Document QTBuffer:size.
105 (General Query Packets): Document QTBuffer:size.
106
d57350ea
TT
1072013-02-21 Tom Tromey <tromey@redhat.com>
108
109 * gdb.texinfo: Remove bad @syncodeindex.
110 (Values From Inferior, Types In Python, Inferiors In Python)
111 (Events In Python, Threads In Python, Frames In Python, Blocks In
112 Python, Symbols In Python, Symbol Tables In Python): Remove
113 @tables.
114 (Packets, General Query Packets, Tracepoint Packets)
115 (Host I/O Packets): Use @w{} for empty @item.
116
9f44fbc0
SCR
1172013-02-20 Siva Chandra Reddy <sivachandra@google.com>
118
119 * gdb.texinfo (Architectures In Python): Add description about
120 the new method gdb.Architecture.disassemble.
121
f5911ea1
HAQ
1222013-02-15 Pedro Alves <pedro@codesourcery.com>
123 Hafiz Abid Qadeer <abidh@codesourcery.com>
124
125 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
126 Document the "trace-file" field.
127
7e1e0340
DE
1282013-02-07 Doug Evans <dje@google.com>
129
130 * gdb.texinfo (Machine Code): Clarify argument to disassemble
131 command.
132
134a2066
YQ
1332013-02-06 Yao Qi <yao@codesourcery.com>
134
135 * gdb.texinfo (GDB/MI Async Records): Document new MI
136 notification "=tsv-modified". Update the document of MI
137 notification "=tsv-created".
138 * observer.texi (GDB Observers): New observer tsv_modified.
139 Update observer tsv_created and tsv_delete.
140
430ed3f0
MS
1412013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
142
143 * gdb.texinfo (AArch64 Features): New section; document
144 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
145 (Architectures): Add new AArch64 section to document AArch64
146 architecture specific commands.
147 (ABI): Add description of the new OS ABI "Newlib" and its influence
148 on the longjmp handling.
149
1b56eb55
JK
1502013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
151 Jan Kratochvil <jan.kratochvil@redhat.com>
152
153 * gdb.texinfo (Backtrace): Added description of 'filename-display'
154 variable in 'set/show backtrace' section.
155
c4957902
TT
1562013-01-31 Tom Tromey <tromey@redhat.com>
157
158 * gdb.texinfo (Target Commands): Fix typo.
159
bea883fd
SCR
1602013-01-23 Siva Chandra Reddy <sivachandra@google.com>
161
162 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
163 describing the gdb.Architecture class.
164 (Frames In Python): Add description about the new method
165 gdb.Frame.architecture().
166
796a7ff8
DE
1672013-01-23 Doug Evans <dje@google.com>
168
169 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
170
998580f1
MK
1712013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
172
173 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
174 'thread-groups' field when printing a breakpoint in MI.
175
c9fb1240
SD
1762012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
177 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
178 to reflect that jit-reader-load now supports absolute file-names.
179
ab04a2af
TT
1802013-01-16 Tom Tromey <tromey@redhat.com>
181
182 * gdb.texinfo (Set Catchpoints): Document "catch signal".
183 (Signals): Likewise.
184
8ac3646f
TT
1852013-01-16 Tom Tromey <tromey@redhat.com>
186
187 * gdb.texinfo (GDB/MI Breakpoint Information): Document
188 "catch-type" field.
189 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
190
e93a8774
TT
1912013-01-07 Tom Tromey <tromey@redhat.com>
192
193 * gdb.texinfo (Mode Options): Don't mention -epoch.
194 (Data, Emacs): Remove obsolete comments.
195
54516a0b
TT
1962013-01-02 Tom Tromey <tromey@redhat.com>
197
198 * gdb.texinfo (GDB/MI Output Records): Update menu.
199 (GDB/MI Breakpoint Information): New node.
200 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
201 <-break-insert>: Likewise.
202
8dbe8ece
YQ
2032012-12-31 Yao Qi <yao@codesourcery.com>
204
205 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
206 (Packets): Move "vStopped" packet to ...
207 (Notification Packets): ... here. Describe the components
208 of notification. Add a table of supported notifications.
209 Add an example on the process of he async notification.
210
f35a17b5
JK
2112012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
212
213 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
214 present.
215 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
216 fullname output always present.
217
0dfd2fad
PM
2182012-12-23 Pierre Muller <muller@sourceware.org>
219
220 * gdbint.texinfo (Function prototypes): Require use of "extern"
221 modifier for function prototypes in headers.
222
7785b880
JB
2232012-12-19 Joel Brobecker <brobecker@adacore.com>
224
225 * refcard.tex: Update copyright notice to GPL v3 or later.
226 Update contact info.
227
3d745be3
JK
2282012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
229
230 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
231
c9b6281a
YQ
2322012-12-15 Yao Qi <yao@codesourcery.com>
233
234 * gdb.texinfo (Debugging Output): Document 'set debug
235 notification' and 'show debug notification'.
236
f2a8bc8a
YQ
2372012-12-15 Yao Qi <yao@codesourcery.com>
238
239 * gdb.texinfo (Listing Tracepoints): New item and example about
240 'installed on target' output.
241 Add more in the example about 'installed on target'.
242 (GDB/MI Breakpoint Commands): Doc about 'installed field.
243
451b7c33
TT
2442012-12-14 Tom Tromey <tromey@redhat.com>
245
246 * gdb.texinfo (SVR4 Process Information): Mention core files.
247
3fa7bf06
MG
2482012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
249
250 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
251
05b4bd79
PA
2522012-12-11 Pedro Alves <palves@redhat.com>
253
254 * gdb.texinfo: Remove all mentions of Unixware throughout.
255
74a0d9f6
JK
2562012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
257
258 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
259
0c631110
TT
2602012-11-29 Tom Tromey <tromey@redhat.com>
261
262 * gdb.texinfo (SVR4 Process Information): Document missing
263 "info proc" subcommands.
264
891df0ea
YQ
2652012-11-29 Yao Qi <yao@codesourcery.com>
266
267 PR gdb/1477.
268 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
269 to 'auto' instead of 'gnu'.
270
608e2dbb
TT
2712012-11-26 Tom Tromey <tromey@redhat.com>
272
273 * gdb.texinfo (MiniDebugInfo): New node.
274 (GDB Files): Update.
275
e64e0392
DE
2762012-11-16 Doug Evans <dje@google.com>
277
278 * gdb.texinfo (System-wide configuration): If the system-wide init
279 file lives in the data-directory, and --data-directory is provided,
280 look for it there.
281
ae606bee
TT
2822012-11-15 Tom Tromey <tromey@redhat.com>
283
284 * gdb.texinfo (Signaling): Fix typo.
285
62747a60
TT
2862012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
287
288 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
289 parameter "count" of -data-write-memory-bytes, and add an example.
290
18a9fc12
TT
2912012-11-12 Tom Tromey <tromey@redhat.com>
292
293 * gdb.texinfo (Symbols): Document "info type-printers",
294 "enable type-printer" and "disable type-printer".
295 (Python API): Add new node to menu.
296 (Type Printing API): New node.
297 (Progspaces In Python): Document type_printers field.
298 (Objfiles In Python): Likewise.
299 (gdb.types) <get_type_recognizers, apply_type_recognizers,
300 register_type_printer, TypePrinter>: Document.
301
53342f27
TT
3022012-11-12 Tom Tromey <tromey@redhat.com>
303
304 * gdb.texinfo (Symbols): Document "set print type methods",
305 "set print type typedefs", and flags to ptype and whatis.
306
ed8a1c2d
AB
3072012-11-09 Andrew Burgess <aburgess@broadcom.com>
308
309 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
310 the example -data-disassemble output. Extend the description of
311 the -data-disassemble results to document all fields. Document
312 the cli disassemble command as being related to -data-disassemble.
313
8506d139
YQ
3142012-11-09 Yao Qi <yao@codesourcery.com>
315
316 PR gdb/14777.
317 * gdb.texinfo (OS Information): Remove doc on command
318 'info udot'.
319
4d3f93a2
JB
3202012-11-08 Joel Brobecker <brobecker@adacore.com>
321
322 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
323 gdb.ini warning for Windows port.
324
1e96de83
YQ
3252012-11-08 Yao Qi <yao@codesourcery.com>
326
327 * gdb.texinfo (Search): Add kindex for 'fo'.
328
dc939229
TT
3292012-11-05 Tom Tromey <tromey@redhat.com>
330
331 PR python/14802:
332 * gdb.texinfo (Functions In Python): Add example.
333
6f6484cd
YQ
3342012-11-03 Yao Qi <yao@codesourcery.com>
335
336 * observer.texi (GDB Observers): Remove observer
337 'tracepoint_modified', 'tracepoint_created' and
338 'tracepoint_deleted'.
339
af4238e5
TT
3402012-10-26 Tom Tromey <tromey@redhat.com>
341
342 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
343
687e43a4
TT
3442012-10-25 Tom Tromey <tromey@redhat.com>
345
346 * gdb.texinfo (General Query Packets): Use @itemx.
347
8de0566d
YQ
3482012-10-17 Yao Qi <yao@codesourcery.com>
349
350 * observer.texi (GDB Observers): Update observer
351 'memory_changed'.
352 * gdb.texinfo (GDB/MI Async Records): Document for
353 "memory-changed" notification.
354
07540c15
DE
3552012-10-15 Doug Evans <dje@google.com>
356
357 * gdb.texinfo (Mode Options): Document -nh.
358 Elaborate on docs for -nx.
359
d7019589
SP
3602012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
361
362 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
363
82a90ccf
YQ
3642012-09-21 Yao Qi <yao@codesourcery.com>
365 Pedro Alves <palves@redhat.com>
366
367 * gdb.texinfo (GDB/MI Async Records): Document notification
368 'record-started' and 'record-stopped'.
369 * observer.texi (GDB Observers): New observer 'record-changed'.
370
aa9259cc
TS
3712012-09-19 Thomas Schwinge <thomas@codesourcery.com>
372
373 * gdb.texinfo: Document the removal of SH's 'regs' command.
374
c1d780c2
SDJ
3752012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
376
377 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
378
bb25a15c
YQ
3792012-09-18 Yao Qi <yao@codesourcery.com>
380
381 * gdb.texinfo (GDB/MI Async Records): Document new MI
382 notifications '=tsv-created' and '=tsv-deleted'.
383 * observer.texi (GDB Observers): New observer tsv_created and
384 tsv_deleted.
385
201b4506
YQ
3862012-09-18 Yao Qi <yao@codesourcery.com>
387
388 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
389 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
390 '=traceframe-changed'.
391
6fc1c773
YQ
3922012-09-17 Yao Qi <yao@codesourcery.com>
393
394 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
395 'set listsize'.
396
121c73f3
JK
3972012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
398 Eli Zaretskii <eliz@gnu.org>
399
400 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
401 encoding for gdbarch_breakpoint_from_pc, bp_addr for
402 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
403
e9687799
JK
4042012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
405
406 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
407
3b5e4d35
YPK
4082012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
409
410 Document how to return from "python-interactive" to GDB.
411 * gdb.texinfo (Python Commands): Update documentation.
412
4132012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
414
415 Add a new "python-interactive" command that starts a standard
416 Python interactive prompt with "pi" as alias, and add "py" as
417 an alias to "python".
418 * gdb.texinfo (Python Commands): Document the new commands.
419
b583003e
TT
4202012-08-22 Tom Tromey <tromey@redhat.com>
421
422 * gdbint.texinfo (Host Definition): Remove documentation for
423 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
424
a451cb65
KS
4252012-08-17 Keith Seitz <keiths@redhat.com>
426
427 PR c++/13356
428 * gdb.texinfo (Type and Range Checking): Remove warning.
429 Remove spurious commas.
430 Update text and examples for re-implementation of set/show
431 check type.
432 (C and C++ Type and Range Checks): Likewise.
433
6b1755ce
YQ
4342012-08-16 Yao Qi <yao@codesourcery.com>
435
436 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
437 is deprecated.
438
f47f77df
DE
4392012-08-13 Doug Evans <dje@google.com>
440
441 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
442 to include functions.
443
a72c3253
DE
4442012-08-10 Doug Evans <dje@google.com>
445
446 * gdb.texinfo (Convenience Funs): New node.
447 (Types In Python): Document Type.vector.
448
5b9afe8a
YQ
4492012-08-09 Yao Qi <yao@codesourcery.com>
450
451 * observer.texi: New observer command_param_changed.
452 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
453
dc1039df
JK
4542012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
455
456 * gdbint.texinfo (Debugging GDB): In section
457 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
458 Mention also gdb-gdb.py.
459
4abf930d
YQ
4602012-08-07 Yao Qi <yao@codesourcery.com>
461
462 Revert the folloing patch:
463 2012-08-06 Yao Qi <yao@codesourcery.com>
464 * gdb.texinfo (Remote Configuration): Add kindex for 'set
465 remote hardware-watchpoint-limit' and 'set
466 remote hardware-breakpoint-limit'.
467
f3c8a52a
JK
4682012-08-06 Nathaniel Flath <flat0103@gmail.com>
469
470 * gdb.texinfo (Working Directory): Added information about new
471 default argument for 'cd' command.
472
77a91025
YQ
4732012-08-06 Yao Qi <yao@codesourcery.com>
474
475 * gdb.texinfo (Remote Configuration): Add kindex for 'set
476 remote hardware-watchpoint-limit' and 'set
477 remote hardware-breakpoint-limit'.
478
d9f08f52
YQ
4792012-08-06 Yao Qi <yao@codesourcery.com>
480
481 Fix PR14371.
482
483 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
484 '=breakpoint-deleted'.
485
95b07c96
YQ
4862012-08-02 Yao Qi <yao@codesourcery.com>
487
488 * gdb.texinfo (Native): Remove node Neutrino.
489
7255706c
YQ
4902012-07-27 Yao Qi <yao@codesourcery.com>
491
492 * gdb.texinfo (IPA Protocol Commands): Document new command
493 'close'.
494
d6b28940
TT
4952012-07-25 Tom Tromey <tromey@redhat.com>
496
497 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
498
e615022a
DE
4992012-07-20 Doug Evans <dje@google.com>
500
501 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
502 (Index Files): Document how to control the use of deprecated index
503 sections.
504 (Index Section Format): Replace --use-deprecated-index-sections with
505 "set use-deprecated-index-sections on".
506
055855a4
EZ
5072012-07-12 Eli Zaretskii <eliz@gnu.org>
508
509 * gdbint.texinfo: Remove @syncodeindex directives that put all the
510 indices into a single node "Index". Instead, join function and
511 variable indices into a single index, separate from the concept
512 index. Requested in
513 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
514 (Top): Update the top-level menu: instead of one "Index" there are
515 now separate entries "Concept Index" and "Function and Variable
516 Index".
517 (Concept Index, Function and Variable Index): New nodes.
518 (Index): Node deleted.
519
f77cc5f0
HZ
5202012-07-05 Hui Zhu <hui_zhu@mentor.com>
521
522 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
523 and "maint agent-eval".
524
00595b5e
EZ
5252012-07-03 Eli Zaretskii <eliz@gnu.org>
526
527 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
528 avoid file-name clashes between Index.html and index.html on
529 case-insensitive filesystems. See the discussion starting in
530 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
531 details of the problem.
532 (Top): Update the master menu for the above.
533 (Concept Index, Command and Variable Index): New nodes, instead of
534 the old "Index" node that was deleted. All cross-references
535 updated.
536
d3ce09f5
SS
5372012-07-02 Stan Shebs <stan@codesourcery.com>
538
539 * gdb.texinfo (Dynamic Printf): Mention agent style and
540 disconnected dprintf.
541 (Maintenance Commands): Describe maint agent-printf.
542 (General Query Packets): Mention BreakpointCommands feature.
543 (Packets): Document commands extension to Z0 packet.
544 * agentexpr.texi (Bytecode Descriptions): Document printf
545 bytecode.
546
2d7b58e8
JK
5472012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
548
549 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
550 only after gdbinit files.
551 (Startup): Move -iex and -iex commands down after gdbinit files.
552
202cbf1c
JK
5532012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
554
555 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
556 possibility.
557
b6ba681c
TT
5582012-06-29 Tom Tromey <tromey@redhat.com>
559
560 * gdb.texinfo (Index Section Format): Update for version 7.
561
71caed83
SS
5622012-06-28 Stan Shebs <stan@codesourcery.com>
563
564 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
565 example, add note about title column.
566
ee0bf529
SCR
5672012-06-26 Siva Chandra Reddy <sivachandra@google.com>
568
569 * gdb.texinfo (Symbol Tables In Python): Add description about
570 the new 'last' attribute of gdb.Symtab_and line.
571
3c15d565
SCR
5722012-06-26 Siva Chandra Reddy <sivachandra@google.com>
573
574 * gdb.texinfo (Symbol Tables In Python): Correct the description
575 of the 'pc' attribute of gdb.Symtab_and_line.
576
45cfd468
DE
5772012-06-26 Doug Evans <dje@google.com>
578
579 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
580 and symtab-create.
581
496ee73e
KS
5822012-06-25 Keith Seitz <keiths@redhat.com>
583
584 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
585 from example. Remove "rbreak" from list of corresponding
586 gdb commands.
587
156942c7
DE
5882012-06-23 Doug Evans <dje@google.com>
589
590 * gdb.texinfo (Index Section Format): Document version 7 format.
591
c614397c
YQ
5922012-06-22 Yao Qi <yao@codesourcery.com>
593
594 * gdb.texinfo: Add missing cindex for some packets.
595
472a2379
KS
5962012-06-20 Keith Seitz <keiths@redhat.com>
597
598 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
599 for -break-insert and document -p.
600
2678e2af
YQ
6012012-06-20 Yao Qi <yao@codesourcery.com>
602
603 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
604 and "gdb.write_memory" with "Inferior.read_memory" and
605 "Inferior.write_memory".
606
984359d2
EZ
6072012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
608
609 * gdb.texinfo (Summary): Add a link to "Free Documentation".
610 (Free Documentation): Add @node line.
611 (Continuing and Stepping) <advance location>: Use @item instead of
612 @itemx.
613 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
614 @itemx.
615 (Embedded Processors): Put the link to "PA" to its correct place,
616 according to document structure.
617 (Python API): Put the link to "Lazy Strings In Python" to its
618 correct place.
619 (Index): Use @@ in @tex block to get a literal @.
620
621 * gdbint.texinfo: Fix the @subtitle line.
622
623 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
624 correct place.
625
16bdd41f
YQ
6262012-06-08 Yao Qi <yao@codesourcery.com>
627
628 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
629 Protocol'.
630 (In-Process Agent Protocol, IPA Protocol Objects)
631 (IPA Protocol Commands): New nodes.
632 (Tracepoint Packets): Add anchors.
633
2d4c29c5
TS
6342012-06-06 Thomas Schwinge <thomas@codesourcery.com>
635
636 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
637
6bd110c5
YQ
6382012-06-06 Yao Qi <yao@codesourcery.com>
639
640 * gdb.texinfo: Update copyright year.
641
f3e0e960
SS
6422012-05-23 Stan Shebs <stan@codesourcery.com>
643 Kwok Cheung Yeung <kcy@codesourcery.com>
644
645 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
646
1564a261
JK
6472012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
648
649 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
650 Mention also --with-separate-debug-dir.
651 (Auto-loading): Prepend $debugdir in the sample output.
652 (Auto-loading safe path): Likewise. Mention also $debugdir for the
653 auto-load safe-path variable.
654 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
655 Mention also $debugdir for 'set auto-load scripts-directory'.
656
eb17f351
EZ
6572012-05-19 Eli Zaretskii <eliz@gnu.org>
658
659 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
660 (MIPS Embedded, MIPS, MIPS Register packet Format)
661 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
662 appropriate.
663
4cc0665f
MR
6642012-05-18 Sandra Loosemore <sandra@codesourcery.com>
665 Maciej W. Rozycki <macro@codesourcery.com>
666
667 * gdb.texinfo (MIPS): Document "set mips compression" and "show
668 mips compression".
669 (MIPS Breakpoint Kinds): New subsubsection.
670
7af8dcf8 6712012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
672
673 * gdb.texinfo (Architecture-Specific Protocol Details): Define
674 nodes for subsections. Add @acronym mark-ups and adjust
675 formatting.
676
aff139ff
JK
6772012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
678
679 Rename $ddir to $datadir.
680 * gdb.texinfo (Auto-loading, Auto-loading safe path)
681 (objfile-gdb.py file): Rename $ddir to $datadir.
682
9cb709b6
TT
6832012-05-18 Tom Tromey <tromey@redhat.com>
684
685 * gdb.texinfo (Print Settings): Document 'set print symbol'.
686
e7e0cddf
SS
6872012-05-14 Stan Shebs <stan@codesourcery.com>
688
689 * gdb.texinfo (Dynamic Printf): New subsection.
690
7efc75aa
SCR
6912012-05-13 Siva Chandra Reddy <sivachandra@google.com>
692
693 * gdb.texinfo (Basic Python): Add description about the function
694 gdb.find_pc_line
695
f307c045
JK
6962012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
697 Eli Zaretskii <eliz@gnu.org>
698
699 * gdb.texinfo (Separate Debug Files): Use plural form for global
700 debugging information directory.
701
85d4a676
SS
7022012-05-11 Stan Shebs <stan@codesourcery.com>
703 Kwok Cheung Yeung <kcy@codesourcery.com>
704
705 * gdb.texinfo (Operating System Auxiliary Information): Document new
706 'info os' subcommands.
707
c1668e4e
JK
7082012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
709
710 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
711 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
712 (dotdebug_gdb_scripts section): Add reference
713 to 'Auto-loading safe path'.
714
7349ff92
JK
7152012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
716
717 Implement multi-component --with-auto-load-dir.
718 * gdb.texinfo (Auto-loading): New references
719 for 'set auto-load scripts-directory'
720 and 'show auto-load scripts-directory'.
721 (Auto-loading safe path): Describe the new default. Move $ddir
722 substituation reference to 'objfile-gdb.py file'.
723 (objfile-gdb.py file): Describe script-name alias. Change real-name to
724 script-name. Describe new 'set auto-load scripts-directory'
725 and 'show auto-load scripts-directory'.
726
6dea1fbd
JK
7272012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
728
729 Provide $ddir substitution for --with-auto-load-safe-path.
730 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
731 (Auto-loading safe path): Likewise. Mention the default value,
732 $ddir substitution, --with-auto-load-safe-path and
733 --without-auto-load-safe-path.
734 * observer.texi (gdb_datadir_changed): New.
735
1ccacbcd
JK
7362012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
737
738 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
739 Twice.
740
d9242c17
JK
741 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
742 directory separator by path separator.
743
af2c1515
JK
7442012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
745
746 * gdb.texinfo (Auto-loading safe path): Make 'directories'
747 for 'set auto-load safe-path' optional. Mention if it is omitted.
748 Change disabling security protection condition to "/", twice.
749
a20ee7a4
SCR
7502012-05-03 Siva Chandra Reddy <sivachandra@google.com>
751
752 * gdb.texinfo (Symbol Tables In Python): Add documentation about
753 the new methods global_block and static_block on gdb.Symtab
754 objects.
755
56af09aa
SCR
7562012-05-02 Siva Chandra Reddy <sivachandra@google.com>
757
758 * gdb.texinfo (Blocks In Python): Add a note saying that future
759 improvements to GDB and its infrastructure can move symbols
760 across blocks within a symbol table.
761
2746b0ef
YQ
7622012-04-29 Yao Qi <yao@codesourcery.com>
763
764 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
765 (A29K): Remove.
766
62e5f89c
SDJ
7672012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
768 Tom Tromey <tromey@redhat.com>
769
770 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
771 and generic static probe support on GDB.
772
a766d390
DE
7732012-04-25 Doug Evans <dje@google.com>
774
50f042b9
DE
775 * gdb.texinfo (Go): Fix thinko.
776
a766d390
DE
777 * gdb.texinfo (Supported Languages): Add Go.
778 (Go): New node.
779
f02e2b19
YQ
7802012-04-25 Yao Qi <yao@codesourcery.com>
781
782 * gdbint.texinfo (Testsuite): New section `Board settings'.
783
68d41a48
JK
7842012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
785
786 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
787 Three times.
788
174bb630
JK
789 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
790 Three times.
791
0511cc75
JK
7922012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
793
794 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
795 by @table @asis. Fix formatting of one item.
796
0070f25a
JK
7972012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
798
799 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
800
4dc84fd1
JK
8012012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
802
803 New option "set debug auto-load".
804 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
805 (auto-load verbose mode): New node.
806
bccbefd2
JK
8072012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
808
809 New option "set auto-load safe-path".
810 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
811 and "info auto-load" examples for safe-path. Put there also references
812 for "set auto-load safe-path" and "show auto-load safe-path".
813 New menu item for Auto-loading safe path.
814 (Auto-loading safe path): New node.
815 (Python Auto-loading): Update the expected output from "Missing"
816 to "No".
817
bf88dd68
JK
8182012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
819
820 auto-load: Implementation.
821 * gdb.texinfo (Mode Options): New anchor for -nx.
822 (Startup): New anchors for Option -init-eval-command,
823 Home Directory Init File
824 and Init File in the Current Directory during Startup.
825 Mention set auto-load local-gdbinit with a reference.
826 Change the sample code to "set auto-load python-scripts".
827 (Threads): New anchor set libthread-db-search-path.
828 Provide references to libthread_db.so.1 file.
829 (Controlling GDB): New menu item for Auto-loading.
830 (Auto-loading, Init File in the Current Directory)
831 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
832 (Python): Rename the menu item Auto-loading to Python Auto-loading.
833 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
834 reference.
835 (Auto-loading): Rename to ...
836 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
837 "set auto-load python-scripts", new anchor for it. Change
838 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
839 for it. Change "info auto-load-scripts"
840 to "info auto-load python-scripts", new anchor for it. Change "scripts"
841 to "Python scripts".
842
8264ba82
AG
8432012-04-14 Anton Gorenkov <xgsa@yandex.ru>
844
845 PR mi/13393
846 * gdb.texinfo (Print Settings): Extend the description for "set print
847 object".
848 (GDB/MI Variable Objects): Extend the description for -var-create and
849 -var-list-children.
850
06fc020f
SCR
8512012-04-11 Siva Chandra Reddy <sivachandra@google.com>
852
853 * gdb.texinfo (Examining Data): Document the 'explore' command.
854
7191c139
JB
8552012-03-28 Joel Brobecker <brobecker@adacore.com>
856
857 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
858 to the children of a varobj and its update range when -var-update
859 returns that the varobj's type changed.
860
3708f05e
JK
8612012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
862
863 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
864 Create two new links fir 'objfile-gdb.py file'
865 and 'dotdebug_gdb_scripts section'.
866
8e0583c8
JK
8672012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
868
869 * gdb.texinfo (Auto-loading): Rename node reference
870 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
871 Twice.
872 (.debug_gdb_scripts section): Rename the node ...
873 (dotdebug_gdb_scripts section): ... here.
874 (Maintenance Commands): Also rename this node reference.
875
7b282c5a
SCR
8762012-03-22 Siva Chandra Reddy <sivachandra@google.com>
877
878 * gdb.texinfo (Python API/Values From Inferior): Add description
879 about the new method Value.referenced_value. Add description on
880 how Value.dereference is different (and similar) to
881 Value.referenced_value.
882
8320cc4f
JK
8832012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
884
885 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
886 --init-eval-command=COMMAND, -iex.
887 (Startup): Describe -iex and -ix. Simplify the example
888 for "set auto-load-scripts off".
889
481860b3
GB
8902012-03-16 Gary Benson <gbenson@redhat.com>
891
892 PR breakpoints/10738
893 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
894 stating that GDB cannot set breakpoints on inlined functions.
895 (Mode Options): Document --use-deprecated-index-sections.
896 (Index Section Format): Document new index section version format.
897
c4aeac85
TT
8982012-03-15 Tom Tromey <tromey@redhat.com>
899
900 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
901
16899756
DE
9022012-03-13 Doug Evans <dje@google.com>
903
904 * gdb.texinfo (Help): Change apropos example to use "alias" instead
905 of "reload".
906 (Symbols): Delete docs for set/show symbol-reloading.
907 * gdbint.texinfo (Defining Other Architecture Features): Delete
908 SYMBOL_RELOADING_DEFAULT.
909 * refcard.tex: Delete reference to symbol-reloading.
910
9b224c5e
PA
9112012-03-07 Pedro Alves <palves@redhat.com>
912
913 * gdb.texinfo (General Query Packets): Document new
914 QProgramSignals packet.
915 * gdb.texinfo (Remote configuration): Mention
916 "program-signals-packet".
917
169081d0
TG
9182012-03-05 Tristan Gingold <gingold@adacore.com>
919
920 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
921
d1feda86
YQ
9222012-03-03 Yao Qi <yao@codesourcery.com>
923
924 * gdb.texinfo (In-Process Agent): New node.
925 Document new commands.
926 (General Query Packets): Add packet `QAgent'.
927
1faeff08
MR
9282012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
929
930 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
931
7d74f244
DE
9322012-03-01 Scott J. Goldman <scottjg@vmware.com>
933
934 * gdb.texinfo (Commands In Python): Put example python macro in
935 COMMAND_USER category rather than COMMAND_OBSCURE.
936 Document gdb.COMMAND_USER.
937 (User-defined Commands): Update documentation to clarify
938 "set/show max-user-call-depth" and "show user" don't apply to python
939 commands. Update documentation to clarify "help user-defined" may
940 also include python commands defined as COMMAND_USER.
941
6fe37d23
JK
9422012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
943
944 * gdb.texinfo (Startup): Add option -ex description to the option -x
945 description.
946
83364271
LM
9472012-02-24 Luis Machado <lgustavo@codesourcery.com>
948
949 * gdb.texinfo (Setting Breakpoints): Mention and explain the
950 condition-evaluation breakpoint parameter.
951 Mention condition-evaluation mode being shown in "info break".
952 (Break Conditions): Add description for target-side
953 conditional breakpoints.
954 (Remote Configuration): Mention conditional-breakpoints-packet.
955 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
956 cond-expr.
957 (General Query Packets): Mention new ConditionalBreakpoint feature.
958
bdb1994d
TT
9592012-02-22 Tom Tromey <tromey@redhat.com>
960
961 * gdb.texinfo (Blocks In Python): Clarify block iteration.
962
4d241c86
TT
9632012-02-17 Tom Tromey <tromey@redhat.com>
964
965 PR python/10753:
966 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
967 directory.
968
816338b5
SS
9692012-02-14 Stan Shebs <stan@codesourcery.com>
970
971 * gdb.texinfo (Disabling Breakpoints): Document enable count.
972
cc30c4bd
PA
9732012-02-13 Pedro Alves <palves@redhat.com>
974
975 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
976 mips-idt-ecoff.
977
035d1e5b
YQ
9782012-02-09 Yao Qi <yao@codesourcery.com>
979
980 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
981
f0823d2c
TT
9822012-02-07 Tom Tromey <tromey@redhat.com>
983
984 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
985 Symbol.value.
986
64e7d9dd
TT
9872012-02-07 Tom Tromey <tromey@redhat.com>
988
989 * gdb.texinfo (Symbols In Python): Document Symbol.line.
990
4220b2f8
TS
9912012-01-27 Thomas Schwinge <thomas@codesourcery.com>
992
993 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
994
edcc5120
TT
9952012-01-24 Tom Tromey <tromey@redhat.com>
996
997 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
998 unload".
999 (Files): Mention new catch commands.
1000 (GDB/MI Async Records): Likewise.
1001
53fe1783
GB
10022012-01-24 Gary Benson <gbenson@redhat.com>
1003
1004 Delete #if 0'd out code.
1005 * gdb.texinfo (Frame Info): Remove "info catch".
1006
b9e7b9c3
UW
10072012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1008
1009 * gdb.texinfo (Remote Configuration): Document
1010 "set remote hostio-readlink-packet" command.
1011 (General Query Packets): Document vFile:readlink packet.
1012
4aac40c8
TT
10132012-01-16 Tom Tromey <tromey@redhat.com>
1014
1015 * gdb.texinfo (Specify Location): Document relative file name
1016 handling.
1017
cafec441
TT
10182012-01-16 Tom Tromey <tromey@redhat.com>
1019
1020 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
1021
0ee339bc
JK
10222012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1023 Eli Zaretskii <eliz@gnu.org>
1024
1025 * gdbint.texinfo (Coding Standards): Require braces for two lines of
1026 code.
1027
72384ba3
PH
10282012-01-11 Paul Hilfinger <hilfingr@adacore.com>
1029
1030 * gdb.texinfo (Variables): Document use of :: for non-static
1031 variables.
1032
ce1b17c4
JB
10332012-01-05 Joel Brobecker <brobecker@adacore.com>
1034
1035 * gdbint.texinfo (Start of New Year Procedure): Update
1036 to replace use of copyright.sh by use of copyright.py.
1037
217bff3e
JK
10382012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1039
1040 Remove the gdbtui binary.
1041 * all-cfg.texi (GDBTUI): Remove.
1042 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
1043 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
1044 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
1045
cc72b2a2
KP
10462011-12-23 Kevin Pouget <kevin.pouget@st.com>
1047
1048 Introduce gdb.FinishBreakpoint in Python.
1049 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
1050 (Python API): Add menu entry for Finish Breakpoints.
1051
13ac8d2c
JK
10522011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1053
1054 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
1055 tests.
1056
e0f9f062
DE
10572011-12-16 Doug Evans <dje@google.com>
1058
1059 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
1060
80b6e756
PM
10612011-12-16 Phil Muldoon <pmuldoon@redhat.com>
1062
1c3ad6ab 1063 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
1064 stack". Add documentation for "set/show python print-stack".
1065
2fb860fc
PA
10662011-12-14 Pedro Alves <pedro@codesourcery.com>
1067
1068 * gdb.texinfo (Implementing a Remote Stub): Explain that you
1069 should transfer control to the stub in the startup code instead of
1070 in main. Mention the need to get past the initial breakpoint.
1071
f8eba3c6
TT
10722011-12-06 Tom Tromey <tromey@redhat.com>
1073
1074 * gdb.texinfo (Set Breaks): Update for new behavior.
1075
2268b414
JK
10762011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1077
1078 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
1079 List Format for SVR4 Targets'.
1080 (General Query Packets): New item qXfer:libraries-svr4:read.
1081 (Library List Format for SVR4 Targets): New node.
1082
ae6f0d5b
TT
10832011-12-01 Tom Tromey <tromey@redhat.com>
1084
1085 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
1086 add.
1087
36dfb11c
TT
10882011-11-22 Tom Tromey <tromey@redhat.com>
1089
1090 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
1091 reasons.
1092
f196051f
SS
10932011-11-20 Stan Shebs <stan@codesourcery.com>
1094
1095 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1096 note-related options and variables.
1097 (Tracepoint Packets): Document packet changes.
1098
f85b53f8
SD
10992011-11-20 Sanjoy Das <sdas@igalia.com>
1100
1101 * gdb.texinfo (JIT Interface): Add documentation on writing and
1102 usind JIT debug info readers.
1103 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
1104 Debug Info Readers): New nodes.
1105
bfccc43c
YQ
11062011-11-18 Yao Qi <yao@codesourcery.com>
1107
1108 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
1109 tracepoint.
1110
c011a4f4
DE
11112011-11-15 Doug Evans <dje@google.com>
1112
1113 * gdb.texinfo (Files): Document basenames-may-differ.
1114
ed59ded5
DE
11152011-11-14 Doug Evans <dje@google.com>
1116
1117 * gdb.texinfo (Shell Commands): Document "!".
1118
405f8e94
SS
11192011-11-14 Stan Shebs <stan@codesourcery.com>
1120 Kwok Cheung Yeung <kcy@codesourcery.com>
1121
1122 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
1123 needed to get shorter fast tracepoints.
1124 (Tracepoint Packets): Document new qTMinFTPILen packet.
1125
1e4d1764
YQ
11262011-11-14 Yao Qi <yao@codesourcery.com>
1127
1128 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
1129 behavior of tracepoint.
1130 (General Query Packets): New feature InstallInTrace.
1131 (Remote Configuration): Document "set remote
1132 install-in-trace-packet".
1133
71eba9c2 11342011-11-12 Matt Rice <ratmice@gmail.com>
1135
1136 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
1137 Add arguments to info macro.
1138
e0f8f636
TT
11392011-11-10 Tom Tromey <tromey@redhat.com>
1140
1141 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
1142 manual.
1143 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
1144 (Macros): Add a footnote.
1145 (C): Remove paragraph about compiler options.
1146 (C Constants): Mention wide character and string constants.
1147 (C Plus Plus Expressions): Update compiler option advice. Mention
1148 using declarations. Mention ADL. Remove old HP compiler
1149 information.
1150
625c0d47
TT
11512011-11-10 Tom Tromey <tromey@redhat.com>
1152
1153 PR c++/9257:
1154 * gdb.texinfo (Print Settings): Add an extra note about the need
1155 for a vtable.
1156
4be2aacc
MR
11572011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
1158
1159 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
1160 "set mips abi" documentation.
1161
0a1c4d10
DE
11622011-11-04 Doug Evans <dje@google.com>
1163
1164 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
1165
aad1c02c
TT
11662011-11-03 Tom Tromey <tromey@redhat.com>
1167
1168 * gdb.texinfo (Stopping): Add menu entry.
1169 (Continuing and Stepping): Restore @node. Use @section, not
1170 @subsection.
1171
983fb131
MR
11722011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
1173
1174 * gdb.texinfo (Skipping Over Functions and Files): Remove node
1175 designation. Fix "Specify Location" cross-reference.
1176
3065dfb6
SS
11772011-11-02 Stan Shebs <stan@codesourcery.com>
1178
1179 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
1180 (General Query Packets): Describe tracenz feature.
1181 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
1182
0aaaf063
PK
11832011-10-28 Paul Koning <paul_koning@dell.com>
1184
1185 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
1186
2231f1fb
KP
11872011-10-27 Kevin Pouget <kevin.pouget@st.com>
1188
1189 * gdb.texinfo ((Frames In Python): Document
1190 gdb.FRAME_UNWIND_FIRST_ERROR contant.
1191
5110b5df
PK
11922011-10-26 Paul Koning <paul_koning@dell.com>
1193
1194 * gdb.texinfo (gdb.types): Document new deepitems function.
1195
22dbab46
PK
11962011-10-25 Paul Koning <paul_koning@dell.com>
1197
1198 PR python/13327
1199
1200 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
1201 fetch_lazy method.
1202
9df2fbc4
PM
12032011-10-20 Phil Muldoon <pmuldoon@redhat.com>
1204
1205 PR python/12656
1206
1207 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
1208 global_block, static_block function.
1209
f05e2e1d
TT
12102011-10-19 Tom Tromey <tromey@redhat.com>
1211
1212 * gdb.texinfo (Commands In Python): Add missing "@"s.
1213
a7fc3f37
KP
12142011-10-13 Kevin Pouget <kevin.pouget@st.com>
1215
1216 PR python/13285 Document named constants for frame unwind stop reasons
1217 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
1218 constants.
1219
5048e516
JK
12202011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1221
1222 Fix compatibility with texinfo versions older than 4.12.
1223 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
1224 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
1225 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
1226 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
1227 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
1228 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
1229 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
1230
5a56e9c5
DE
12312011-10-09 Doug Evans <dje@google.com>
1232
1233 * gdb.texinfo (Extending GDB): Document alias command.
1234
36b11add
JK
12352011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1236
1237 Support @entry in input expressions.
1238 * gdb.texinfo (Variables): Describe @entry names suffix.
1239 (Print Settings): Add anchor for `set print entry-values'.
1240
e18b2753
JK
12412011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1242 Eli Zaretskii <eliz@gnu.org>
1243
1244 Display @entry parameter values (without references).
1245 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
1246 example.
1247 (Print Settings): New description of set print entry-values and show
1248 print entry-values.
1249
111c6489
JK
12502011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1251 Eli Zaretskii <eliz@gnu.org>
1252
1253 Recognize virtual tail call frames.
1254 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
1255 (Tail Call Frames): New node.
1256 (Frames In Python): Add gdb.TAILCALL_FRAME.
1257
9c15afc4
DE
12582011-10-07 Doug Evans <dje@google.com>
1259
1260 * gdb.texinfo (gdb.printing): Document new `replace' arg to
1261 register_pretty_printer.
1262
99f5279d
PM
12632011-10-07 Phil Muldoon <pmuldoon@redhat.com>
1264
1265 PR python/12930
1266 PR python/12802
1267
1268 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
1269 stop method.
1270
03583c20
UW
12712011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
1272
1273 * gdb.texinfo (Starting your Program): "set disable-randomization"
1274 is no longer Linux-specific.
1275 (Remote Configuration): Document "set remote
1276 disable-randomization-packet".
1277 (General Query Packets): Document "QDisableRandomization" packet
1278 and add it to "qSupported" list.
1279
bd054e06
KP
12802011-10-07 Kevin Pouget <kevin.pouget@st.com>
1281
1282 Allow Python notification of new object-file loadings.
1283 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
1284 event type.
1285
cb6be26b
KP
12862011-10-04 Kevin Pouget <kevin.pouget@st.com>
1287
1288 PR python/12691: Add the inferior to Python exited event
1289 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
1290
a05336a1
JB
12912011-10-03 Joel Brobecker <brobecker@adacore.com>
1292
1293 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
1294 rephasing.
1295
5d77fe44
JB
12962011-10-03 Joel Brobecker <brobecker@adacore.com>
1297
1298 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
1299 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
1300 as possible feature returned by the `-list-features'
1301 command.
1302
699df94d
PK
13032011-09-28 Paul Koning <paul_koning@dell.com>
1304
1305 * gdb.texinfo (gdb.Type): Document field access by dictionary
1306 key syntax.
1307
24bdad53
YQ
13082011-09-28 Yao Qi <yao@codesourcery.com>
1309
1310 * gdb.texinfo (Files): Update options for `add-symbol-file'.
1311 Add one space after option `-s'. Remove @r{} markup.
1312
6710bf39
SS
13132011-09-27 Stan Shebs <stan@codesourcery.com>
1314
1315 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
1316
d99f7e48
HZ
13172011-09-16 Hui Zhu <teawater@gmail.com>
1318
1319 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
1320 to *(unsigned char *)$esp@300.
1321
d812018b
PK
13222011-09-15 Paul Koning <paul_koning@dell.com>
1323
1324 * gdb.texinfo: Make style of Python functions and methods match
1325 the syntax of Python. Also put class and module names explicitly
1326 on function, member, and variable names, matching Python
1327 documentation conventions.
1328
2aa48337
KP
13292011-09-15 Kevin Pouget <kevin.pouget@st.com>
1330
1331 PR Python/12692 Add gdb.selected_inferior() to Python interface.
1332 * gdb.texinfo (Inferiors In Python): Describe new
1333 gdb.selected_inferior() function.
1334
6839b47f
KP
13352011-09-15 Kevin Pouget <kevin.pouget@st.com>
1336
1337 Handle multiple breakpoint hits in Python interface:
1338 * gdb.texinfo (Events In Python): New function documentation:
1339 gdb.BreakpointEvent.breakpoints. Indicate that
1340 gdb.BreakpointEvent.breakpoint is now deprecated.
1341
26829f2b
JB
13422011-09-04 Joel Brobecker <brobecker@adacore.com>
1343
1344 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
1345
a9f54f60
TT
13462011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
1347
1348 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
1349
fa3a4f15
PM
13502011-08-17 Phil Muldoon <pmuldoon@redhat.com>
1351
1352 * gdb.texinfo (Prompt): Add set/show extended-prompt
1353 documentation
1354 (Basic Python): Add prompt_hook anchor.
1355 (Python modules): Reword module text to reflect multiple modules.
1356 (gdb.prompt): Document gdb.prompt module.
1357
224bbe49
YQ
13582011-08-14 Yao Qi <yao@codesourcery.com>
1359
78d85199
YQ
1360 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
1361
13622011-08-14 Yao Qi <yao@codesourcery.com>
1363
1364 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
1365 (TIC6x Features): New node.
1366
457e09f0
DE
13672011-08-12 Doug Evans <dje@google.com>
1368
1369 * gdb.texinfo (Symbols In Python): Document symbol.type.
1370
5e239b84
PM
13712011-08-09 Phil Muldoon <pmuldoon@redhat.com>
1372
1373 * gdb.texinfo (Python): Document command and function
1374 auto-loading.
1375
177bc839
JK
13762011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1377 Eli Zaretskii <eliz@gnu.org>
1378
1379 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
1380 typedefs unrolling. Extend the sample code by an inner typedef and
1381 outer typedefs unrolling.
1382
1a532630
PP
13832011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
1384
1385 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
1386 size and line-size.
1387
9b158ba0 13882011-07-21 Matt Rice <ratmice@gmail.com>
1389
1390 PR macros/12999
1391 * gdb.texinfo (Macros): Add info definitions and info macros commands.
1392 Update text and cindex entries for info macro command.
1393
d17b6f81
PM
13942011-07-21 Phil Muldoon <pmuldoon@redhat.com>
1395
1396 * observer.texi (GDB Observers): Add before_prompt observer.
1397 * gdb.texinfo (Basic Python): Add documentation for prompt
1398 substitution.
1399
713389e0
PM
14002011-07-11 Phil Muldoon <pmuldoon@redhat.com>
1401
1402 PR python/12438
1403 * gdb.texinfo (Python Commands): Add deprecate note to maint
1404 set/show python print-stack. Document set/show python
1405 print-backtrace.
1406
177b42fe
TJB
14072011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
1408
1409 * gdb.texinfo: Fix typos.
1410
900e11f9
JK
14112011-07-01 Tom Tromey <tromey@redhat.com>
1412
1413 * gdb.texinfo (Debugging Output): Document set debug
1414 check-physname.
1415
39c4d40a
TT
14162011-06-29 Tom Tromey <tromey@redhat.com>
1417
1418 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1419 breakpoint-notifications feature.
1420
6f5def7d
UW
14212011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
1422
1423 * gdb.texinfo (Target Description): Remove warning about
1424 possibly unstable format.
1425
8cf64490
TT
14262011-06-03 Tom Tromey <tromey@redhat.com>
1427
1428 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
1429 (Events In Python): Note that exit_code is optional.
1430
393eab54
PA
14312011-05-17 Pedro Alves <pedro@codesourcery.com>
1432
1433 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
1434 required for multi-threading support.
1435 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
1436 Hc are deprecated for multi-threading debugging. Point readers at
1437 the vCont packet.
1438
75fc9810
DE
14392011-05-15 Doug Evans <dje@google.com>
1440
1441 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
1442
01124a23
DE
14432011-05-13 Doug Evans <dje@google.com>
1444
98a5dd13
DE
1445 * gdb.texinfo (Threads): Document $sdir,$pdir.
1446 (Server): Document $pdir exception.
1447
dbaefcf7
DE
1448 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
1449
cc63ef9b
DE
1450 * gdb.texinfo (Threads): Clarify default value for
1451 libthread-db-search-path.
7e0396aa 1452
01124a23
DE
1453 * gdb.texinfo (Completion): Update example.
1454 (Debugging Output): Delete `set/show debug lin-lwp-async'.
1455
d248b706
KY
14562011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
1457
1458 * gdb.texinfo: Document change in the behaviour of the enable and
1459 disable GDB commands when applied to tracepoints.
1460 Document the EnableDisableTracepoints remote stub feature.
1461 Document QTEnable and QTDisable in the list of tracepoint packets.
1462
cc88a640
JK
14632011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1464
1465 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
1466 hsuser.texi.
1467 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
1468 comment to hsuser.texi. Change rluser.texi name in the comment.
1469
84e578fb
DE
14702011-05-10 Doug Evans <dje@google.com>
1471
1472 * gdb.texinfo (Threads): If an empty path is provided for
1473 libthread-db-search-path it is reset to its default value.
1474 (Server): Ditto.
1475
478aac75
DE
14762011-05-09 Doug Evans <dje@google.com>
1477
1478 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
1479
9c06b0b4
TJB
14802011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1481 Thiago Jung Bauermann <bauerman@br.ibm.com>
1482
1483 Implement support for PowerPC BookE masked watchpoints.
1484 * gdb.texinfo (Set Watchpoints): Document mask parameter.
1485 (PowerPC Embedded): Mention support of masked watchpoints.
1486
9ed350ad
JB
14872011-05-03 Joel Brobecker <brobecker@adacore.com>
1488
1489 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
1490 `@value{GDBN}'.
1491
4ceed123
JB
14922011-05-03 Joel Brobecker <brobecker@adacore.com>
1493
1494 * gdb.texinfo (titlepage): Remove dedication.
1495 (In Memoriam): New appendix.
1496
559a7a62
JK
14972011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1498 Eli Zaretskii <eliz@gnu.org>
1499
1500 * gdb.texinfo (Index Section Format): Change the version to 5.
1501 Describe the different formula.
1502
03f2bd59
JK
15032011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1504 Eli Zaretskii <eliz@gnu.org>
1505
1506 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
1507 for disconnected tracing.
1508 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
1509 extended-remote relationship. Mention --once.
1510 (TCP port allocation lifecycle of @code{gdbserver}): New.
1511
d9b1a651
EZ
15122011-04-23 Eli Zaretskii <eliz@gnu.org>
1513
1514 * gdb.texinfo (Server): Improve indexing. Index all optional
1515 switches to gdbserver.
1516
90476074
TT
15172011-04-20 Tom Tromey <tromey@redhat.com>
1518
1519 * gdb.texinfo (Index Section Format): New node.
1520 (Top): Add new node to menu.
1521
c21236dc
PA
15222011-04-20 Pedro Alves <pedro@codesourcery.com>
1523
1524 * gdb.texinfo (Maintenance Commands): Document `maint print
1525 remote-registers'.
1526
05c8c3f5
TT
15272011-04-20 Tom Tromey <tromey@redhat.com>
1528
1529 * gdb.texinfo (Trace File Format): Move node later.
1530
7a9dd1b2
TT
15312011-04-19 Tom Tromey <tromey@redhat.com>
1532
1533 * gdbint.texinfo (Register Information Functions): Remove
1534 duplicate "the".
1535 * gdb.texinfo (Emacs): Remove duplicate "to".
1536 (GDB/MI Variable Objects): Remove duplicate "the".
1537 (General Query Packets): Likewise.
1538
4368ebeb
JB
15392011-04-02 Joel Brobecker <brobecker@adacore.com>
1540
1541 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
1542 "GDB/MI Ada Exception Information" node.
1543
956a9fb9
JB
15442011-04-01 Joel Brobecker <brobecker@adacore.com>
1545
1546 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1547 the "exception-name" field in the *stopped async record.
1548
f1310107
TJB
15492011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
1550 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1551
1552 Implement support for PowerPC BookE ranged breakpoints.
1553 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
1554
8786b2bd
TT
15552011-03-28 Tom Tromey <tromey@redhat.com>
1556
1557 * gdb.texinfo (Set Tracepoints): Fix typo.
1558
9ef07c8c
TT
15592011-03-24 Tom Tromey <tromey@redhat.com>
1560
1561 * gdb.texinfo (Specify Location): Document `function:label'
1562 linespec.
1563
99c3dc11
PM
15642011-03-18 Phil Muldoon <pmuldoon@redhat.com>
1565
f1310107 1566 PR python/12149
99c3dc11
PM
1567
1568 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
1569
29703da4
PM
15702011-03-17 Phil Muldoon <pmuldoon@redhat.com>
1571
1572 * gdb.texinfo (Blocks In Python): Add is_valid method description.
1573 (Inferiors In Python): Likewise.
1574 (Threads In Python): Likewise.
1575 (Symbols In Python): Likewise.
1576 (Objfiles In Python): Likewise.
1577 (Symbol Tables In Python): Likewise.
1578
c9174737
PA
15792011-03-15 Pedro Alves <pedro@codesourcery.com>
1580
1581 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
1582 display>: Explain that the commands accept number ranges.
1583
7371cf6d
PM
15842011-03-14 Phil Muldoon <pmuldoon@redhat.com>
1585
1586 * gdb.texinfo (Breakpoints In Python): Add description and example
1587 of Python stop function operation.
1588
ecec24e6
PM
15892011-03-10 Phil Muldoon <pmuldoon@redhat.com>
1590
1591 * gdb.texinfo (Parameters In Python): Document get_set_string and
1592 get_show_string methods.
1593
6dcd5565
JK
15942011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1595
1596 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
1597
81896e36
JK
1598 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
1599 circular-trace-buffer name.
1600
5e30da2c
JB
16012011-02-28 Joel Brobecker <brobecker@adacore.com>
1602
1603 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
1604 in the previous change.
1605
3bd0f5ef 16062011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
1607
1608 * gdb.texinfo (Inferiors and Programs): Update commands to show
1609 that they can accept multiple arguments.
1610
4ec7539c
JB
16112011-02-24 Joel Brobecker <brobecker@adacore.com>
1612
1613 Revert the following patch (code patch was not approved):
1614 2011-02-21 Hui Zhu <teawater@gmail.com>
1615 * agentexpr.texi (bytecode descriptions): add printf.
1616 * gdb.texinfo (tracepoint action lists): add printf.
1617
82809774
DE
16182011-02-23 Doug Evans <dje@google.com>
1619
1620 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
1621
e5a67952
MS
16222011-02-23 Michael Snyder <msnyder@vmware.com>
1623
1624 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
1625 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
1626 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
1627
6e6fbe60
DE
16282011-02-22 Doug Evans <dje@google.com>
1629
1630 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
1631 Clarify behaviour of lookup_symbol when `block' argument is omitted,
1632 add description of result, fix @defun formatting.
1633
f994e27a
HZ
16342011-02-21 Hui Zhu <teawater@gmail.com>
1635
1636 * agentexpr.texi (Bytecode Descriptions): Add printf.
1637 * gdb.texinfo (Tracepoint Action Lists): Add printf.
1638
c7f96d2b
TT
16392011-02-18 Tom Tromey <tromey@redhat.com>
1640
1641 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
1642
60f98dde
MS
16432011-02-14 Michael Snyder <msnyder@vmware.com>
1644
1645 * gdb.texinfo (threads): Document argument for "info threads" cmd.
1646 Document new command "thread find".
1647
08e796bc
MS
16482011-02-14 Michael Snyder <msnyder@vmware.com>
1649
1650 * gdb.texinfo (Threads): Update example of new thread message.
1651
b3b9301e
PA
16522011-02-14 Pedro Alves <pedro@codesourcery.com>
1653
1654 * gdb.texinfo (Remote Configuration): Mention set/show remote
1655 traceframe-info.
1656 (Tools/Packages Optional for Building GDB): Mention that expat is
1657 used for traceframe info.
1658 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
1659 (General Query Packets) <qSupported>: Describe the
1660 qXfer:traceframe-info:read feature.
1661 (qXfer::read): Describe qXfer:traceframe-info:read.
1662 (Traceframe Info Format): New section.
1663
cef35b0f
PA
16642011-02-04 Pedro Alves <pedro@codesourcery.com>
1665
1666 * gdbint.texinfo (Formatting): Mention some formatting guidelines
1667 for casts and unary operators.
1668
f1cbe1d3
TT
16692011-02-04 Tom Tromey <tromey@redhat.com>
1670
1671 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
1672 is not useful.
1673
585fdaa1
PA
16742011-01-25 Pedro Alves <pedro@codesourcery.com>
1675
1676 * gdb.texinfo: s/value optimized out/optimized out/g
1677
7bfc9434
JB
16782011-01-21 Joel Brobecker <brobecker@adacore.com>
1679
1680 * gdb.texinfo (Other Misc Settings): Rework part of the
1681 documentation of the "set interactive mode" command.
1682
4694da01
TT
16832011-01-19 Tom Tromey <tromey@redhat.com>
1684
1685 * gdb.texinfo (Threads): Document thread name output and `thread
1686 name' command.
1687 (Threads In Python): Document Thread.name attribute.
1688 (GDB/MI Thread Commands): Document thread attributes.
1689
b716877b
AB
16902011-01-12 Andrew Burgess <aburgess@broadcom.com>
1691
1692 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
1693 changes in mi/mi-cmd-disas.c
1694
13fd8b81
TT
16952011-01-12 Tom Tromey <tromey@redhat.com>
1696
1697 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
1698 Fix "thread apply" text.
1699
e09342b5
TJB
17002011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1701 Thiago Jung Bauermann <bauerman@br.ibm.com>
1702
1703 Implement support for PowerPC BookE ranged watchpoints.
1704 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
1705 the "set powerpc exact-watchpoints" flag.
1706
06e65f44
TT
17072011-01-07 Tom Tromey <tromey@redhat.com>
1708
1709 * gdb.texinfo (Python API): Add descriptions to @menu items.
1710
d8e22779
TT
17112011-01-06 Tom Tromey <tromey@redhat.com>
1712
1713 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
1714
a255712f
PP
17152010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
1716
e09342b5 1717 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 1718
ccfc3d6e
TT
17192011-01-06 Tom Tromey <tromey@redhat.com>
1720
1721 PR python/12133:
1722 * gdb.texinfo (Frames In Python): Document various frame
1723 constants.
1724
44944448
JB
17252011-01-05 Joel Brobecker <brobecker@adacore.com>
1726
1727 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
1728 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
1729 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
1730
42ea3d7a
JK
17312011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1732
1733 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
1734 (clean): Add GDBvn.texi.
1735
720d1a40
JB
17362010-12-29 Joel Brobecker <brobecker@adacore.com>
1737
1738 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
1739 occasional case where the debugger prints an array address
1740 instead of the array itself.
1741
ad196637
PA
17422010-12-23 Pedro Alves <pedro@codesourcery.com>
1743
1744 * gdb.texinfo (Packets) <read registers packet>: Document support
1745 for registers that were not collected.
1746
a86caf66
DE
17472010-12-15 Doug Evans <dje@google.com>
1748
1749 * gdb.texinfo (Startup): Document auto-loading of scripts during
1750 startup.
1751 (Auto-loading): Delete "maint set python auto-load on|off".
1752 Add "set auto-load-scripts on|off".
1753
aae1c79a
DE
17542010-12-07 Doug Evans <dje@google.com>
1755
1756 * gdb.texinfo (Mode Options): Document -data-directory.
1757 (Data Files): Add reference to -data-directory.
1758
4e04c971
DE
17592010-11-29 Doug Evans <dje@google.com>
1760
1761 * gdb.texinfo (Pretty-Printer Introduction): Change
1762 printer-name:subprinter-name to printer-name;subprinter-name.
1763
94b6973e
PM
17642010-11-29 Phil Muldoon <pmuldoon@redhat.com>
1765
1766 PR python/12199
1767
1768 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
1769
39037522
TT
17702010-11-23 Tom Tromey <tromey@redhat.com>
1771
1772 * gdb.texinfo (Top): Check SYSTEM_READLINE.
1773 (Editing): Likewise.
1774 (Command History): Likewise.
1775 (TUI Keys): Likewise.
1776 (Bug Reporting): Conditionally include rluser.texi and
1777 inc-history.texinfo.
1778 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
1779 (GDB_DOC_SOURCE_INCLUDES): Add comment.
1780 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
1781 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
1782 (gdb.pdf): Likewise.
1783 (gdb.info): Likewise.
1784 (gdb/index.html): Likewise.
1785
5ae98d25
TT
17862010-11-23 Tom Tromey <tromey@redhat.com>
1787
1788 * Makefile.in (Makefile): Run ../config.status.
1789 (distclean): Update.
1790 * configure: Remove.
1791 * configure.ac: Remove.
1792
621c8364
TT
17932010-11-12 Tom Tromey <tromey@redhat.com>
1794
1795 * gdb.texinfo (Basic Python): Update. Add xref.
1796 (Exception Handling): Document new exception classes.
1797 (Types In Python): Update.
1798 (Frames In Python): Update.
1799
84f4c1fe
PM
18002010-11-11 Phil Muldoon <pmuldoon@redhat.com>
1801
1802 * gdb.texinfo (Breakpoints In Python): Document "internal"
1803 parameter, and visible attribute.
1804
99e7ae30
DE
18052010-11-05 Doug Evans <dje@google.com>
1806
1807 * gdb.texinfo (Source Path): Document "set directories".
1808
f4b8a18d
KW
18092010-11-05 Ken Werner <ken.werner@de.ibm.com>
1810
1811 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
1812 (OpenCL C): New node.
1813
7b51bc51
DE
18142010-11-02 Doug Evans <dje@google.com>
1815
1816 * gdb.texinfo (Pretty Printing): Expand into three sections,
1817 introduction, example, and commands.
1818 (Python API): Delete section Disabling Pretty-Printers, merge into
1819 Selecting Pretty-Printers.
1820 (Writing a Pretty-Printer): New section. Move the pretty-printer
1821 example here, and reformat to match python coding style. Add a second
1822 example using the gdb.printing module.
1823 (Python modules): Add gdb.printing.
1824
9eeee977
DE
18252010-10-29 Doug Evans <dje@google.com>
1826
1827 * gdb.texinfo (Python): Fix long line.
1828
a0e0ffdf
DE
18292010-10-20 Doug Evans <dje@google.com>
1830
1831 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
1832 All references updated. Correct sections marked as subsections.
1833 (Coding Standards): New chapter. Move the coding standard related
1834 subsections here. Add section on Python coding standards.
1835
0e3509db
DE
18362010-10-13 Doug Evans <dje@google.com>
1837
1838 * gdb.texinfo (Python): Add "Python modules".
1839 (Types in Python): Add reference to gdb.types section.
1840 (Python modules): New node.
1841
44592cc4
DE
18422010-10-11 Doug Evans <dje@google.com>
1843
1844 * gdb.texinfo (Values From Inferior): Add reference to "Types in
1845 Python" from gdb.Value.type description.
1846
6e1bb179
JB
18472010-09-28 Joel Brobecker <brobecker@adacore.com>
1848
1849 * gdb.texinfo (Ravenscar Profile): New node.
1850
e8467610
TT
18512010-09-22 Tom Tromey <tromey@redhat.com>
1852
1853 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
1854
fccd1d1e
EZ
18552010-09-22 Eli Zaretskii <eliz@gnu.org>
1856
1857 * gdb.texinfo (Values From Inferior): Clarify that
1858 value.dynamic_type works only in C++ programs with RTTI.
1859
c1b6b909
TT
18602010-09-15 Paul Bolle <pebolle@tiscali.nl>
1861
1862 * gdb.texinfo (Character Sets): Correctly reference host-charset
1863 in example.
1864
7d288aaa
TT
18652010-09-13 Tom Tromey <tromey@redhat.com>
1866
1867 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
1868 Document "fullname" and "from".
1869
f75d858b
MK
18702010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
1871
1872 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
1873 feature `reverse' output by -list-target-features.
1874
83b9503b
L
18752010-08-31 H.J. Lu <hongjiu.lu@intel.com>
1876
1877 * gdb.texinfo (i386 Features): Remove an extra "@item".
1878
03f17ccf
TT
18792010-08-30 Tom Tromey <tromey@redhat.com>
1880
1881 PR python/11792:
1882 * gdb.texinfo (Values From Inferior): Document dynamic_type.
1883
9779414d
DJ
18842010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
1885
1886 * gdb.texinfo (ARM Features): Document
1887 org.gnu.gdb.arm.m-profile.
1888
f9ffd4bb
TT
18892010-08-23 Tom Tromey <tromey@redhat.com>
1890
1891 PR python/11145:
1892 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
1893 reinterpret_cast methods.
1894
702c2711
TT
18952010-08-23 Tom Tromey <tromey@redhat.com>
1896
1897 PR python/11915:
1898 * gdb.texinfo (Types In Python): Document array method.
1899
66b73624
TJB
19002010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
1901
1902 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
1903
06a64a0b
TT
19042010-08-16 Tom Tromey <tromey@redhat.com>
1905
1906 * gdb.texinfo (Set Watchpoints): Document -location option.
1907
a3a7127e
DE
19082010-08-13 Doug Evans <dje@google.com>
1909
1910 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
1911
8dedea02
VP
19122010-08-13 Vladimir Prus <vladimir@codesourcery.com>
1913
1914 * gdb.texinfo (GDB/MI Data Manipulation): Document
1915 -data-read-memory-raw and -data-write-memory-raw.
1916
ca5c20b6 19172010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 1918 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
1919
1920 * gdb.texinfo (Basic Python): Describe post_event API.
1921
cb2e07a6
PM
19222010-08-11 Phil Muldoon <pmuldoon@redhat.com>
1923
1924 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 1925 decode_line Python APIs
cb2e07a6 1926
464b3efb
TT
19272010-08-10 Tom Tromey <tromey@redhat.com>
1928
1929 * gdb.texinfo (Pretty Printing API): Document
1930 gdb.default_visualizer.
1931
c29c521f
TT
19322010-08-10 Tom Tromey <tromey@redhat.com>
1933
1934 Revert gdb-add-index addition:
1935 * gdb.texinfo (Index Files): Don't document gdb-add-index.
1936
5da1313b
JK
19372010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1938 Eli Zaretskii <eliz@gnu.org>
1939
1940 * gdb.texinfo (Mode Options) <-batch>
1941 (Basic Python) <gdb.execute>: Describe setting width and height.
1942
02d868e8
PP
19432010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
1944
1945 * gdb.texinfo (Threads): Document 'debug libthread-db'.
1946
c2bbed2a
TT
19472010-07-30 Tom Tromey <tromey@redhat.com>
1948
1949 * gdb.texinfo (Index Files): Mention gdb-add-index.
1950
6c13bbe1
HZ
19512010-07-30 Hui Zhu <teawater@gmail.com>
1952
1953 * gdb.texinfo (Inferiors and Programs): Update the introduce of
1954 "detach inferior" and "kill inferior".
1955
53a71c06
CR
19562010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
1957
1958 * gdb.texinfo (Machine Code): Update description of two forms of
1959 arguments, and add new example to demonstrate the new form.
1960
5374244e
PM
19612010-07-27 Phil Muldoon <pmuldoon@redhat.com>
1962
1963 * gdb.texinfo (Values From Inferior): Add value inferior function
1964 call description.
1965
8ea5bce5
JK
19662010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1967
1968 * gdb.texinfo (Active Targets): Fix wrong comma placement.
1969
c0edd9ed
JK
19702010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1971 Eli Zaretskii <eliz@gnu.org>
1972
1973 Make core files the process_stratum.
1974 * gdb.texinfo (Active Targets): Remove core_stratum. Include
1975 record_stratum example.
1976
9291a0cd
TT
19772010-07-13 Tom Tromey <tromey@redhat.com>
1978
1979 * gdb.texinfo (Index Files): New node.
1980
f5011d11
TT
19812010-07-13 Tom Tromey <tromey@redhat.com>
1982
1983 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
1984
0f5238ed
TT
19852010-07-13 Tom Tromey <tromey@redhat.com>
1986
1987 * gdb.texinfo (Specify Location): Document labels.
1988
74c761c1
PA
19892010-07-01 Pedro Alves <pedro@codesourcery.com>
1990
1991 * gdb.texinfo (Create and Delete Tracepoints): Add more index
1992 entries for fast tracepoints and static tracepoints.
1993
501994c0
PA
19942010-07-01 Pedro Alves <pedro@codesourcery.com>
1995
1996 * gdb.texinfo (General Query Packets) <qfThreadInfo,
1997 qsThreadInfo>: Spell out `l' as ell.
1998
0fb4aa4b
PA
19992010-07-01 Pedro Alves <pedro@codesourcery.com>
2000
2001 * gdb.texinfo (Convenience Variables): Document $_sdata.
2002 (Commands to Set Tracepoints): Describe static tracepoints. Add
2003 `Listing Static Tracepoint Markers' menu entry. Document
2004 "strace".
2005 (Tracepoint Action Lists): Document collecting $_sdata.
2006 (Listing Static Tracepoint Markers): New subsection.
2007 (Tracepoints support in gdbserver): Mention static tracepoints.
2008 (remote packets, enabling and disabling): Mention
2009 read-sdata-object.
2010 (General Query Packets) <qSupported>: Document qXfer:sdata:read
2011 and StaticTracepoint.
2012 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
2013 Document qXfer:sdata:read.
2014 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
2015
dc3b15be
JB
20162010-06-29 Joel Brobecker <brobecker@adacore.com>
2017
2018 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
2019
595939de
PM
20202010-06-28 Phil Muldoon <pmuldoon@redhat.com>
2021 Tom Tromey <tromey@redhat.com>
2022 Thiago Jung Bauermann <bauerman@br.ibm.com>
2023
2024 * gdb.texinfo (Inferiors In Python): New node.
2025 * gdb.texinfo (Threads In Python): New node.
2026
9279c692
JB
20272010-06-28 Joel Brobecker <brobecker@adacore.com>
2028
2029 * gdb.texinfo (Python): Document what the python directory is
2030 and what its location is.
2031 (Basic Python): Document the gdb.PYTHONDIR constant.
2032
bc9f0842
TT
20332010-06-25 Tom Tromey <tromey@redhat.com>
2034
2035 PR python/10808:
2036 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
2037
f1421989
HZ
20382010-06-24 Hui Zhu <teawater@gmail.com>
2039
2040 * gdb.texinfo: (Commands for Controlled Output): Add
2041 documentation for command "eval".
2042
e4c0cfae
SS
20432010-06-21 Stan Shebs <stan@codesourcery.com>
2044
2045 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
2046 * annotate.texinfo: Ditto.
2047 * gdbint.texinfo: Ditto.
2048 * stabs.texinfo: Ditto.
2049
bb08c432
HZ
20502010-06-22 Hui Zhu <teawater@gmail.com>
2051
2052 * gdb.texinfo: (Process Record and Replay): Add documentation
2053 for command "set record memory-query".
2054
4f5d9f07
SS
20552010-06-21 Stan Shebs <stan@codesourcery.com>
2056
2057 * gdb.texinfo: Relicense under GFDL version 1.3.
2058 * annotate.texinfo: Relicense under GFDL version 1.3.
2059 * gdbint.texinfo: Relicense under GFDL version 1.3.
2060 * stabs.texinfo: Relicense under GFDL version 1.3.
2061 * fdl.texi: Update to version 1.3.
2062
6aed2dbc
SS
20632010-06-18 Stan Shebs <stan@codesourcery.com>
2064
a61408f8
SS
2065 * gdb.texinfo (Operating System Auxiliary Information): Describe
2066 "info os" when no arguments given.
2067
6aed2dbc
SS
2068 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
2069 $_thread.
2070
24e933df
HZ
20712010-06-18 Hui Zhu <teawater@gmail.com>
2072
2073 * gdb.texinfo: (Process Record and Replay): Add documentation
2074 for commands "record save" and "record restore".
2075
65d79d4b
SDJ
20762010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2077
2078 * gdb.texinfo: Include information about the correct use
2079 of addresses in the `watch' command.
2080
d914c394
SS
20812010-06-11 Stan Shebs <stan@codesourcery.com>
2082
2083 * gdb.texinfo (Observer Mode): New section.
2084 (General Query Packets): Document QAllow.
889bf7c5 2085
967cf477
DE
20862010-06-04 Doug Evans <dje@google.com>
2087
2088 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
2089
aaf4119b
DE
20902010-06-03 Doug Evans <dje@google.com>
2091
2092 * gdbint.texinfo (Coding): Add subsection on command names.
2093
9eae7c52
TT
20942010-06-02 Tom Tromey <tromey@redhat.com>
2095
2096 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
2097 always-disassemble.
2098
fa593d66
PA
20992010-06-01 Pedro Alves <pedro@codesourcery.com>
2100
2101 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
2102 gdbserver, and add cross reference.
2103 (Tracepoints support in gdbserver): New subsection.
2104
dde08ee1
PA
21052010-05-26 Pedro Alves <pedro@codesourcery.com>
2106
2107 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
2108 `qRelocInsn' feature.
2109 (Relocate instruction reply packet): New subsection
2110 of `Tracepoint Packets'.
2111 (Tracepoint Packets): Mention that packets QTDP and QTStart
2112 support the qRelocInsn request, and add cross reference to new
2113 subsection.
2114
07ca107c
DE
21152010-05-25 Doug Evans <dje@google.com>
2116
2117 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
2118 (Commands In Python): Document gdb.string_to_argv.
2119
c25c4a8b
JK
21202010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2121
2122 * gdbint.texinfo (Host Definition): Remove items NORETURN and
2123 ATTR_NORETURN.
2124
d7b32ed3 21252010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
2126 Tom Tromey <tromey@redhat.com>
2127 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 2128
c25c4a8b 2129 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 2130
6aecb9c2
JB
21312010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
2132
2133 * gdb.texinfo: (Summary) Add mention about D language support.
2134 (Filenames): Add D suffixes.
2135 (D): New node.
2136
b7da9e9f
PM
21372010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
2138
2139 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
2140 of macro deleted from GDB code.
2141
ab38a727
PA
21422010-04-24 Pedro Alves <pedro@codesourcery.com>
2143
2144 * gdb.texinfo (Commands to specify files): Describe what how GDB
2145 looks up DOS-based filesystem paths on the system root. Document
2146 the new `set/show target-file-system-kind' commands.
2147
66d09542
DE
21482010-04-23 Doug Evans <dje@google.com>
2149
2150 * gdb.texinfo (Python): Move Auto-loading section here ...
2151 (Python API): from here.
2152 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
2153 (Maintenance Commands): Add docs for "maint print section-scripts".
2154
8bd10a10
CM
21552010-04-20 Chris Moller <cmoller@redhat.com>
2156
2157 * gdb.texinfo (Setting Breakpoints): Added description of
2158 filename-qualified rbreak.
2159 * refcard.tex (Breakpoints and Watchpoints): Added brief
2160 description of filename-qualified rbreak.
2161
4c374409
JK
21622010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2163
2164 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
2165 (Python API): Change the reference to Pretty Printing API.
2166 (Pretty Printing): Move the user part under the Data node. Reformat
2167 the sample output to 72 columns. Create a new reference to Pretty
2168 Printing API. Rename the API part ...
2169 (Pretty Printing API): To a new node name.
2170 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
2171 (GDB/MI Variable Objects): Change references to Pretty Printing API.
2172
5a9351ae
SS
21732010-04-21 Stan Shebs <stan@codesourcery.com>
2174
2175 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 2176 and commands.
5a9351ae 2177 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 2178
9a22f0d0
PM
21792010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
2180
2181 * gdb.texinfo (Examining memory): Update for change in string
2182 display with explicit size.
2183
6149aea9
PA
21842010-04-19 Pedro Alves <pedro@codesourcery.com>
2185
2186 PR breakpoints/8554.
2187
2188 * gdb.texinfo (Save Breakpoints): New node.
2189 (save-tracepoints): Rename to ...
2190 (save tracepoints): ... this. Mention that `save-tracepoints' is
2191 a deprecated alias to `save tracepoints'.
2192
711e434b
PM
21932010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
2194
645797a8 2195 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
2196 (info w32 thread-information-block): Document new command.
2197 (qGetTIBAddress): Document new gdbserver query.
2198 (maint set/show show-all-tib): Document new command.
2199
3f7b2faa
DE
22002010-04-15 Doug Evans <dje@google.com>
2201
fa33c3cd
DE
2202 * gdb.texinfo (Python API): Add progspaces section.
2203 (Selecting Pretty-Printers): Progspace pretty-printers are
2204 searched too.
2205 (Progspaces In Python): New section.
2206
3f7b2faa
DE
2207 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
2208
79f283fe
PM
22092010-04-14 Phil Muldoon <pmuldoon@redhat.com>
2210
2211 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
2212 returns None.
2213
87290684
SS
22142010-04-09 Stan Shebs <stan@codesourcery.com>
2215
2216 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2217 Describe the `frames-created' field, tweak grammar.
2218
a97153c7
PA
22192010-04-09 Pedro Alves <pedro@codesourcery.com>
2220
2221 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2222 Describe the `circular' and `disconnected' fields.
2223
5c5dcc1b
L
22242010-04-09 H.J. Lu <hongjiu.lu@intel.com>
2225
2226 * gdb.texinfo (maint print registers): Mention unavailable and
2227 invisible registers.
2228
adc36818
PM
22292010-04-09 Phil Muldoon <pmuldoon@redhat.com>
2230 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 2231 Tom Tromey <tromey@redhat.com>
adc36818
PM
2232
2233 * gdb.texinfo (Breakpoints In Python): New Node.
2234
33da3f1c
SS
22352010-04-08 Stan Shebs <stan@codesourcery.com>
2236
2237 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
2238 trace status fields.
2239
3a13a53b
L
22402010-04-08 H.J. Lu <hongjiu.lu@intel.com>
2241
2242 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
2243 optional. Make org.gnu.gdb.i386.avx requires
2244 org.gnu.gdb.i386.avx.
2245
08001717
DE
22462010-04-08 Doug Evans <dje@google.com>
2247
2248 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
2249 search path, and document that gdb only scans the search path if
2250 the script's path doesn't specify a directory.
2251
c375651d
DE
22522010-04-05 Doug Evans <dje@google.com>
2253
2254 * gdb.texinfo (maint show python auto-load): Fix typo.
2255
af54718e
SS
22562010-04-04 Stan Shebs <stan@codesourcery.com>
2257
d77f58be
SS
2258 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
2259 (Setting Watchpoints): Update description of "info watch".
2260 (Disabling Breakpoints): Only "info break" lists all.
2261
af54718e
SS
2262 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
2263 (tdump): Explain how tdump works.
2264
86b17b60
PA
22652010-04-01 Pedro Alves <pedro@codesourcery.com>
2266
2267 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
2268 add cross reference.
2269
ff12863f
PA
22702010-03-31 Pedro Alves <pedro@codesourcery.com>
2271
2272 * gdb.texinfo (TUI Commands): Mention that in some cases, these
2273 commands error out.
2274
f68eb612
L
22752010-03-30 H.J. Lu <hongjiu.lu@intel.com>
2276
2277 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
2278
c8d5aac9
L
22792010-03-30 H.J. Lu <hongjiu.lu@intel.com>
2280
2281 * gdb.texinfo (General Query Packets): Add xmlRegisters.
2282
7d13fe92
SS
22832010-03-29 Stan Shebs <stan@codesourcery.com>
2284 Nathan Sidwell <nathan@codesourcery.com>
2285
2286 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
2287 GDBN equivalent.
2288 (Set Tracepoints): Remove mention that conditional tracepoints
2289 don't exist.
2290 (Tracepoint Actions): Clarify when while-stepping collection
2291 happens, note that while-stepping does not automatically collect
2292 $pc.
2293
409873ef 22942010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 2295
409873ef
SS
2296 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
2297 (General Query Packets): Describe TracepointSource.
2298
ee8e71d4
EZ
22992010-03-27 Matt Rice <ratmice@gmail.com>
2300
c8d5aac9
L
2301 * gdb.texinfo (ARM): Document arguments to "target sim".
2302 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 2303
99b5e152
PA
23042010-03-26 Pedro Alves <pedro@codesourcery.com>
2305
2306 * gdb.texinfo (Tracepoint Packets): Remove mention that
2307 terror:string may be plain text, and drop mention of X prefix.
2308
cd64ee31
VP
23092010-03-26 Vladimir Prus <vladimir@codesourcery.com>
2310
2311 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
2312
6c28cbf2
SS
23132010-03-24 Stan Shebs <stan@codesourcery.com>
2314
2315 * gdb.texinfo (Tracepoint Packets): Document trace error status.
2316
95a42b64
TT
23172010-03-24 Tom Tromey <tromey@redhat.com>
2318
2319 PR breakpoints/9352:
2320 * gdb.texinfo (Break Commands): Update.
2321
18148017
VP
23222010-03-24 Vladimir Prus <vladimir@codesourcery.com>
2323
2324 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
2325 commands.
2326
4daf5ac0
SS
23272010-03-16 Stan Shebs <stan@codesourcery.com>
2328
2329 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
2330 circular-trace-buffer.
2331 (Tracepoint Packets): Describe QTBuffer, and details of the
2332 qTStatus reply.
2333
c9429232
SS
23342010-03-12 Stan Shebs <stan@codesourcery.com>
2335 Nathan Sidwell <nathan@codesourcery.com>
2336
2337 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
2338 doing instruction stepping.
2339 (Tracepoint Restrictions): New node.
2340
ccefe4c4
TT
23412010-03-10 Tom Tromey <tromey@redhat.com>
2342
2343 * gdbint.texinfo (Symbol Handling): Update.
2344
7c953934
TT
23452010-03-08 Tom Tromey <tromey@redhat.com>
2346
2347 PR cli/9591:
2348 * gdb.texinfo (Mode Options): Mention lack of pagination and
2349 confirmation with --batch.
2350 (Screen Size): Mention --batch.
2351 (Messages/Warnings): Likewise.
2352
f870a310
TT
23532010-03-05 Tom Tromey <tromey@redhat.com>
2354
2355 * gdb.texinfo (Basic Python): Document target_charset and
2356 target_wide_charset.
2357
78e2826b
TT
23582010-03-05 Tom Tromey <tromey@redhat.com>
2359
2360 * gdb.texinfo (Data): Link to pretty-printing.
2361 (Output Formats): Likewise. Correct text.
2362
f5dff777
DJ
23632010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
2364
2365 * gdb.texinfo (Types): Describe <struct> and <flags>.
2366
dc00d89f
PM
23672010-02-28 Phil Muldoon <pmuldoon@redhat.com>
2368
2369 * gdb.texinfo (Frames In Python): Add block parameter and
2370 description to read_var text.
2371
5107b149 23722010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 2373 Tom Tromey <tromey@redhat.com>
5107b149
PM
2374
2375 * gdb.texinfo (Types In Python): Describe block argument in
2376 template_argument and gdb.lookup_type.
2377
e03e5e7b
TT
23782010-02-24 Tom Tromey <tromey@redhat.com>
2379
2380 * gdb.texinfo (Cygwin Native): Fix typo.
2381
f3e9a817
PM
23822010-02-24 Phil Muldoon <pmuldoon@redhat.com>
2383
2384 * gdb.texinfo (Frames In Python): Add block, find_sal, function
2385 and select method descriptions.
2386 (Python API): Add Blocks In Python, Symbols in Python and Symbol
2387 Tables in Python to menu.
2388 (Blocks In Python): New node.
2389 (Symbols In Python): New node.
2390 (Symbol Tables in Python): New node.
2391
a79b8f6e
VP
23922010-02-24 Vladimir Prus <vladimir@codesourcery.com>
2393
2394 Multiexec MI
2395
2396 gdb/
2397 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
2398
2399 gdb/doc/
2400 * gdb.texinfo (GDB/MI Command Syntax): Document notification
2401 changes.
2402 (GDB/MI Program Execution): Document current behaviour of
2403 --all and --thread-group.
2404 (GDB/MI Miscellaneous Commands): Document -add-inferior and
2405 -remove-inferior.
2406 * observer.texi (inferior_added, inferior_removed): New
2407 observers.
2408
629d6a47
TT
24092010-02-19 Tom Tromey <tromey@redhat.com>
2410
2411 * gdbint.texinfo (Getting Started): Fix @node.
2412 (Debugging GDB): Likewise.
2413
c09529e5
JB
24142010-02-13 Joel Brobecker <brobecker@adacore.com>
2415
2416 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
2417 documenting the gdb_test_timeout variable.
2418
540aa8e7
MS
24192010-02-12 Jakob Engblom <jakob@virtutech.com>
2420
2421 * gdb.texinfo (MI commands): Added documentation of --reverse
2422 option to a set of MI commands. Restructured documentation of MI
2423 commands --exec-continue to reflect the complexity of reverse
2424 execution.
2425
081dfbf7
PA
24262010-02-12 Pedro Alves <pedro@codesourcery.com>
2427
2428 * gdb.texinfo (Using the Collected Data): Specify that the address
2429 range of `tfind outsize' is exclusive, and that the address range
2430 of `tfind range' is inclusive.
2431 (Tracepoint Packets): Specify that the address range of
2432 `QTFrame:range' is inclusive, and that the address range of
2433 `QTFrame:outside' is exclusive
2434
8e9c5e02
VP
24352010-02-12 Vladimir Prus <vladimir@codesourcery.com>
2436
2437 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
2438
92981e24
TT
24392010-02-10 Tom Tromey <tromey@redhat.com>
2440
2441 * gdb.texinfo (Debugging Output): Document set debug parser and
2442 show debug parser.
2443
075b51b7
L
24442010-02-09 H.J. Lu <hongjiu.lu@intel.com>
2445
2446 * gdb.texinfo (Predefined Target Types): Add i387_ext,
2447 i386_eflags and i386_mxcsr.
2448
3bb8d5c3
L
24492010-02-08 H.J. Lu <hongjiu.lu@intel.com>
2450
2451 * gdb.texinfo: Document i386 target features.
2452
c5f80513
DE
24532010-02-05 Doug Evans <dje@google.com>
2454
2455 * gdbint.texinfo (Testsuite): Add a new section to document the
2456 various DejaGnu variables that may be overridden.
1be00882 2457 Document INTERNAL_GDBFLAGS.
c5f80513 2458
6ac33a4e
TT
24592010-02-04 Tom Tromey <tromey@redhat.com>
2460
2461 PR cli/8830:
2462 * gdb.texinfo (Files): -readnow comes before the filename for file
2463 and symbol-file.
2464
a1dcb23a
DJ
24652010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2466
2467 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
2468 Document ARM breakpoint types.
2469 (Register Packet Format): Move into the new section.
2470 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
2471
95433b34
JB
24722010-01-21 Joel Brobecker <brobecker@adacore.com>
2473
2474 * gdb.texinfo (File Options): Adjust the documentation of this
2475 switch to refer to the "source" command rather than partially
2476 duplicating some of the relevant information.
2477 (Extending GDB): Introduce and document the set/show script-extension
2478 setting.
2479 (Command Files): Add note explaining that the "source" command
2480 is also used to evalute scripts written in other languages.
2481 Remove the short slightly incorrect reference to sourcing Python
2482 scripts.
2483 (Python Commands): Document how to execute a Python script from GDB.
2484
8d576872
JB
24852010-01-19 Joel Brobecker <brobecker@adacore.com>
2486
2487 * gdb.texinfo (Command Files): Fix typo.
2488
8150ff9c
JB
24892010-01-18 Tom Tromey <tromey@redhat.com>
2490
2491 * gdb.texinfo (File Options): Document -x on .py files.
2492 (Command Files): Document handling of Python scripts.
2493
23db03a6
JZ
24942010-01-18 Jie Zhang <jie.zhang@analog.com>
2495
2496 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
2497
00bf0b85
SS
24982010-01-15 Stan Shebs <stan@codesourcery.com>
2499
2500 * gdb.texinfo (Trace Files): New section.
2501 (Tracepoint Packets): Document QTSave and qTBuffer.
2502 (Trace File Format): New appendix.
2503
be759fcf
PM
25042010-01-13 Phil Muldoon <pmuldoon@redhat.com>
2505
2506 * gdb.texinfo (Values From Inferior): Document lazy_string value
2507 method.
2508 (Python API): Add Lazy strings menu item.
2509 (Lazy Strings In Python): New node.
2510
dc146f7c
VP
25112010-01-13 Vladimir Prus <vladimir@codesourcery.com>
2512
2513 * gdb.texinfo (GDB/MI Thread Information): New.
2514 (GDB/MI Async Records): Document the core field in *stopped.
2515 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
2516 documentation
2517 (Process list): Document that osdata document may contain
2518 threads.
2519 (Remote Serial Protocol): Document qXfer:threads.
2520
d5551862
SS
25212010-01-06 Stan Shebs <stan@codesourcery.com>
2522
2523 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2524 disconnected tracing.
2525 (Tracepoint Packets): Document new protocol.
2526
7a697b8d
SS
25272010-01-05 Stan Shebs <stan@codesourcery.com>
2528
2529 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
2530 tracepoints.
2531 (Tracepoint Packets): Describe remote protocol for fast
2532 tracepoints.
2533
e6f3ec50
JB
25342010-01-01 Joel Brobecker <brobecker@adacore.com>
2535
2536 Update the "Start of New Year Procedure".
2537 * gdbint.texinfo: Add the list of files that need to be updated
2538 manually. Minor reformatting.
2539
ddc4e9c1
JB
25402010-01-01 Joel Brobecker <brobecker@adacore.com>
2541
2542 * refcard.tex: Update copyright year in header and text.
2543
9d2897ad
JB
25442010-01-01 Joel Brobecker <brobecker@adacore.com>
2545
2546 * agentexpr.texi: Add 2010 to the list of copyright years.
2547 * annotate.texinfo: Likewise.
2548 * gdb.texinfo: Likewise.
2549 * gdbint.texinfo: Likewise.
2550 * observer.texi: Likewise.
2551 * stabs.texinfo: Likewise.
2552
6da95a67
SS
25532009-12-31 Stan Shebs <stan@codesourcery.com>
2554
2555 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 2556
236f1d4d
SS
25572009-12-29 Stan Shebs <stan@codesourcery.com>
2558
2559 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 2560
f61e138d
SS
25612009-12-28 Stan Shebs <stan@codesourcery.com>
2562
2563 * gdb.texinfo (Trace State Variables): New section.
2564 (Tracepoint Packets): Describe trace state variable packets.
2565 * agentexpr.texi (Bytecode Descriptions): Describe trace state
2566 variable bytecodes.
2567
0fe7935b
DJ
25682009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
2569
2570 * gdb.texinfo (Symbols): "info variables" prints definitions, not
2571 declarations.
2572
a6b29f87
VP
25732009-12-21 Vladimir Prus <vladimir@codesourcery.com>
2574
2575 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
2576 -gdb-exit behaviour.
2577
5e4bde96
JB
25782009-12-20 Joel Brobecker <brobecker@adacore.com>
2579
2580 * gpl.texi: Update to version 3 of the GPL.
2581
a1715244
JB
25822009-12-20 Joel Brobecker <brobecker@adacore.com>
2583
2584 * Makefile.in: Update copyright header.
2585 * observer.texi: Fix the copyright header of the generated files.
2586
361ae042
PM
25872009-12-08 Phil Muldoon <pmuldoon@redhat.com>
2588
2589 * gdb.texinfo (Types In Python): Describe range function.
2590
bfd31e71
PM
25912009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
2592
2593 * gdb.texinfo (Types In Python): Describe "is_base_class".
2594
57a1d736
TT
25952009-12-03 Tom Tromey <tromey@redhat.com>
2596
2597 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
2598
8cebebb9
PP
25992009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
2600
2601 * observer.texi: New memory_changed observer.
2602
16af530a
TT
26032009-12-01 Tom Tromey <tromey@redhat.com>
2604
2605 * gdb.texinfo (Reverse Execution): Fix typo.
2606
b6199126
DJ
26072009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
2608
2609 PR gdb/8704
2610
2611 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
2612 are allowed after the breakpoint condition.
2613
7a6973ad
TT
26142009-11-23 Tom Tromey <tromey@redhat.com>
2615
2616 PR python/10782:
2617 * gdb.texinfo (Types In Python): Document Type.pointer.
2618
21a0512e
PP
26192009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
2620
2621 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 2622
a5832c8f
PA
26232009-11-11 Pedro Alves <pedro@codesourcery.com>
2624
2625 * agentexpr.texi (Tracing On Symmetrix): Delete section.
2626 (Using Agent Expressions): Delete cross reference.
2627
1eb7cd77
JB
26282009-11-07 Joel Brobecker <brobecker@adacore.com>
2629
2630 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
2631 and @settitle directives up to help makeinfo find them.
2632
24ddea62
JK
26332009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2634
2635 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
2636 (Auto-loading): Use plural and note one can use multiple components now.
2637
3afae151
VP
26382009-11-01 Vladimir Prus <vladimir@codesourcery.com>
2639
2640 * gdb.texinfo (GDB/MI Stack Manipulation): Make
2641 -stack-list-arguments have the same documentation for parameter
2642 as -stack-list-locals. Add comas.
2643
14ff2235
PM
26442009-10-27 Tom Tromey <tromey@redhat.com>
2645 Eli Zaretskii <eliz@gnu.org>
2646
c8d5aac9 2647 PR python/10781
14ff2235
PM
2648
2649 * gdb.texinfo (Values From Inferior): Document cast method.
2650
9c419145
PP
26512009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
2652
2653 * gdb.texinfo (Machine Code): Mention function name in disasssembly
2654 and adjust example.
889bf7c5 2655
29153c24
MS
26562009-10-22 Michael Snyder <msnyder@vmware.com>
2657
2658 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 2659 info record command. Also document the new save and restore
29153c24
MS
2660 commands.
2661
2b28d209
PP
26622009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
2663
2664 * gdb.texinfo (Machine Code): Mention current pc marker.
2665 (Memory): Likewise.
2666
6c95b8df
PA
26672009-10-19 Pedro Alves <pedro@codesourcery.com>
2668 Stan Shebs <stan@codesourcery.com>
2669
2670 * observer.texi (new_inferior): Rename to...
2671 (inferior_appeared): ... this.
2672
2673 * gdb.texinfo (Inferiors): Rename node to ...
2674 (Inferiors and Programs): ... this. Mention running multiple
2675 programs in the same debug session.
2676 <info inferiors>: Mention the new 'Executable' column if "info
2677 inferiors". Update examples. Document the "add-inferior",
2678 "clone-inferior", "remove-inferior" and "maint info
2679 program-spaces" commands.
2680 (Process): Rename node to...
2681 (Forks): ... this. Document "set|show follow-exec-mode".
2682
2f8132f3
MS
26832009-10-11 Michael Snyder <msnyder@vmware.com>
2684
2685 * gdb.texinfo (ReverseStep): Show default as "unsupported".
2686 (ReverseContinue): Ditto.
2687
cba4b2d3
PP
26882009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
2689
2690 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 2691
da082f17
JK
26922009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2693
2694 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
2695
08be9d71
ME
26962009-10-06 Michael Eager <eager@eagercon.com>
2697
2698 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
2699 (Embedded Processors): Add MicroBlaze.
2700 (MicroBlaze): New. Describe Xilinx MicroBlaze
2701
08a0efd0
PA
27022009-10-04 Pedro Alves <pedro@codesourcery.com>
2703
2704 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
2705
cbb8f428
EZ
27062009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
2707
2708 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
2709
30a4a70c
JB
27102009-09-23 Joel Brobecker <brobecker@adacore.com>
2711
2712 * observer.texi (solib_unloaded): Document explicitly the fact that
2713 this observer is called before the associated symbols are unloaded.
2714
b3372f91
VP
27152009-09-19 Vladimir Prus <vladimir@codesourcery.com>
2716
2717 * gdb.texinfo (GDB/MI Stack Manipulation): Document
2718 -stack-list-variables.
2719
f43030c4
TT
27202009-09-18 Tom Tromey <tromey@redhat.com>
2721
2722 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
2723 is experimental.
2724
ec7e75e7
PP
27252009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2726
2727 * gdb.texinfo (convenince variables): Mention
2728 $_siginfo could be empty.
f43030c4 2729
0cc7d26f
TT
27302009-09-15 Tom Tromey <tromey@redhat.com>
2731
2732 * gdb.texinfo (GDB/MI Variable Objects): Document
2733 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
2734 Expand -var-update documentation.
2735
a96d9b2e
SDJ
27362009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2737
2738 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
2739 feature.
2740
005ca36a
JB
27412009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
2742
2743 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
2744
0d772ac9
MS
27452009-09-10 Michael Snyder <msnyder@vmware.com>
2746
2747 * gdb.texinfo (qSupported): Mention new ReverseContinue and
2748 ReverseStep replies to the qSupported query.
2749
14fb1bac
JB
27502009-09-10 Joel Brobecker <brobecker@adacore.com>
2751
2752 Add documentation for set/show interactive-mode.
2753 * gdb.texinfo (Other Misc Settings): New node.
2754
29b090c0
DE
27552009-09-01 Doug Evans <dje@google.com>
2756
2757 * gdb.texinfo (Caching Data of Remote Targets): Add note on
2758 non-stop mode's affect on remote caching.
2759
4e5d721f
DE
27602009-08-31 Jacob Potter <jdpotter@google.com>
2761 Doug Evans <dje@google.com>
2762
2763 * gdb.texinfo (Caching Data of Remote Targets): Update text.
2764 Mark `set/show remotecache' options as obsolete.
2765 Document new `set/show stack-cache' option.
2766 Update text for `info dcache'.
2767
55333a84
DE
27682009-08-27 Doug Evans <dje@google.com>
2769
2770 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
2771 (Files): Add note on new optional regex arg to `info sharedlibrary'.
2772
bc3a0b4d
RW
27732009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2774
2775 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
2776 about autoconf.
2777
3a1ff0b6
PA
27782009-08-25 Pedro Alves <pedro@codesourcery.com>
2779
2780 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
2781 small example, and describe its columns. Replace "inferior-id" by
2782 "infno" throughout.
2783
81ecdfbb
RW
27842009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2785
af542c2e
RW
2786 * gdbint.texinfo (Releasing GDB): Point to
2787 README-maintainer-mode file for required autoconf version.
2788 * configure.ac: Do not substitute datarootdir, htmldir,
2789 pdfdir, docdir. Do not process --with-datarootdir,
2790 --with-htmldir, --with-pdfdir, --with-docdir.
2791 * configure: Regenerate.
2792
81ecdfbb
RW
2793 * configure: Regenerate.
2794
4efc6507
DE
27952009-08-20 Reid Kleckner <reid@kleckner.net>
2796
2797 * gdb.texinfo: Add chapter on JIT interface.
2798
43089a6e
NR
27992009-08-07 Nick Roberts <nickrob@snap.net.nz>
2800
2801 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 2802 confirmation request.
43089a6e 2803
99e008fe
EZ
28042009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
2805
c8d5aac9
L
2806 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
2807 CRC definitions.
99e008fe 2808
48cb2d85
VP
28092009-08-03 Vladimir Prus <vladimir@codesourcery.com>
2810
2811 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 2812 -break-commands.
48cb2d85 2813
ff1a52c6
UW
28142009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2815
2816 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
2817 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
2818
3285f3fe
UW
28192009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2820
2821 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
2822 "set spu stop-on-load" and "show spu stop-on-load" commands.
2823
e35359c5
UW
28242009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2825
2826 * gdb.texinfo (Target Descriptions): Document <compatible> element.
2827
58d6951d
DJ
28282009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2829
2830 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
2831 org.gnu.gdb.arm.neon.
2832
08d16641
PA
28332009-07-20 Pedro Alves <pedro@codesourcery.com>
2834
2835 * gdb.texinfo (Target Description Format): Mention the new <osabi>
2836 optional element.
2837 (subsection OS ABI): New subsection.
2838
782b2b07
SS
28392009-07-14 Stan Shebs <stan@codesourcery.com>
2840
2841 * gdb.texinfo (Tracepoint Conditions): New section.
2842 (General Query Packets): Describe ConditionalTracepoints.
2843 (Tracepoint Packets): Describe condition field.
2844 (Maintenance Commands): Describe maint agent-eval.
2845 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
2846
9b117ef3
HZ
28472009-07-11 Hui Zhu <teawater@gmail.com>
2848
2849 * gdb.texinfo (disassemble): Add a new modifier /r
2850 to "disassemble" command to make it print the raw instructions
2851 in hex as well as in symbolic form.
2852
f5a33284
TT
28532009-07-09 Tom Tromey <tromey@redhat.com>
2854
2855 * gdbint.texinfo (Testsuite): Document parallel make check.
2856
812f7342
TT
28572009-07-09 Tom Tromey <tromey@redhat.com>
2858
2859 * gdbint.texinfo (Testsuite): Document test transcripts.
2860
fbb8f299
PM
28612009-07-10 Phil Muldoon <pmuldoon@redhat.com>
2862
2863 * gdb.texinfo (Values From Inferior): Add length parameter
2864 description.
2865
dd8f35ac
EZ
28662009-07-04 Chris Genly <chris@genly.us>
2867
2868 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
2869 in -var-list-children. Fix example according to what the code
2870 does.
2871
2277426b
PA
28722009-07-02 Pedro Alves <pedro@codesourcery.com>
2873
2874 * gdb.texinfo (Debugging multiple inferiors): Document the
2875 "inferior", "detach inferior" and "kill inferior" commands.
2876 (Debugging Programs with Multiple Processes): Adjust to mention
2877 generic "inferior" commands. Delete mention of "detach fork" and
2878 "delete fork". Cross reference to "Debugging multiple inferiors"
2879 section.
2880
a6d9a66e
UW
28812009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
2882
5af949e3
UW
2883 * gdbint.texinfo (Item Output Functions): Update signature
2884 for ui_out_field_core_addr.
2885
28862009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
2887
2888 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
2889 Update example code extrated from breakpoint.c.
2890
9901a55b 28912009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 2892
9901a55b
PP
2893 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
2894 MI commands.
2895 (GDB/MI Symbol Query): Likewise.
2896 (GDB/MI File Commands): Likewise.
2897 (GDB/MI File Transfer Commands): Likewise.
2898 (GDB/MI Target Manipulation): Likewise.
2899 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 2900
edb3359d
DJ
29012009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
2902
2903 * gdb.texinfo (Debugging Optimized Code): New chapter.
2904 (Compiling for Debugging): Reference it. Move some
2905 text to the new section.
2906
7cd1089b
PM
29072009-06-15 Phil Muldoon <pmuldoon@redhat.com>
2908
2909 * doc/gdb.texinfo (Calling): Document
2910 set-unwind-on-terminating-exception usage.
2911
d4db2f36
PA
29122009-06-11 Pedro Alves <pedro@codesourcery.com>
2913
2914 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
2915 command.
2916
d1a7880c
PA
29172009-06-07 Pedro Alves <pedro@codesourcery.com>
2918
2919 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
2920 references.
2921
473f94e6
UW
29222009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
2923
2924 * gdbint.texinfo: Rename formal parameters to gdbarch function
2925 protoypes from "current_gdbarch" to "gdbarch".
2926
8f500870
TT
29272009-05-28 Tom Tromey <tromey@redhat.com>
2928
2929 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
2930
b6313243
TT
29312009-05-27 Tom Tromey <tromey@redhat.com>
2932
2933 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
2934 feature.
2935 (GDB/MI Variable Objects): Document -var-set-visualizer.
2936
29372009-04-02 Tom Tromey <tromey@redhat.com>
2938
2939 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
2940 feature.
2941 (GDB/MI Variable Objects): Document -var-set-visualizer.
2942
a6bac58e
TT
29432009-05-27 Tom Tromey <tromey@redhat.com>
2944 Thiago Jung Bauermann <bauerman@br.ibm.com>
2945 Phil Muldoon <pmuldoon@redhat.com>
2946
2947 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
2948 (Pretty Printing): New node.
2949 (Selecting Pretty-Printers): Likewise.
2950 (Python API): Update.
2951 (Output Formats): Document /r format.
2952
2c74e833
TT
29532009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
2954 Tom Tromey <tromey@redhat.com>
2955
2956 * gdb.texinfo (Types In Python): New node.
2957 (Values From Inferior): "type" is now an attribute.
2958 (Python API): Update.
2959
89c73ade
TT
29602009-05-27 Tom Tromey <tromey@redhat.com>
2961 Thiago Jung Bauermann <bauerman@br.ibm.com>
2962 Phil Muldoon <pmuldoon@redhat.com>
2963
2964 * gdb.texinfo: Add @syncodeindex for `tp'.
2965 (Python API): Update.
2966 (Auto-loading): New node.
2967 (Objfiles In Python): New node.
2968
17a37d48
PP
29692009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
2970
2971 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 2972
6718376f
NR
29732009-05-15 Nick Roberts <nickrob@snap.net.nz>
2974
2975 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
2976
cbe54154
PA
29772009-05-12 Pedro Alves <pedro@codesourcery.com>
2978
2979 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
2980 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
2981 show show-debug-regs' docs.
2982
8e05493c
EZ
29832009-05-08 Eli Zaretskii <eliz@gnu.org>
2984
2985 * gdb.texinfo (Process Record and Replay): Add description of
2986 reverse execution.
2987
b39f4988
JB
29882009-05-07 Joel Brobecker <brobecker@adacore.com>
2989
2990 * gdbint.texinfo (Adding support for debugging core files): New node.
2991 (Native Debugging): Remove the ``Native core file Support'' section.
2992
a2311334
EZ
29932009-05-01 Eli Zaretskii <eliz@gnu.org>
2994
2995 * gdb.texinfo (Process Record and Replay): Improve and clarify.
2996 Add index entries.
2997
53cc454a 29982009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 2999 Michael Snyder <msnyder@vmware.com>
53cc454a 3000
a2311334
EZ
3001 * gdb.texinfo: (Process Record and Replay): Add documentation for
3002 process record and replay.
53cc454a 3003
484086b7
JK
30042009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3005
3006 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
3007 a new part on command-line defined macros.
3008
32ae1842
EZ
30092009-04-25 Eli Zaretskii <eliz@gnu.org>
3010
3011 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
3012 clarify the wording.
3013
b14b1491
TT
30142009-04-23 Tom Tromey <tromey@redhat.com>
3015
3016 * gdb.texinfo (Data Files): New node.
3017 (GDB Files): Update menu.
3018
5c1e86e1
JB
30192009-04-23 Joel Brobecker <brobecker@adacore.com>
3020
3021 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 3022 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 3023
83eba9b7
VP
30242009-04-22 Vladimir Prus <vladimir@codesourcery.com>
3025
3026 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
3027
e31198c4
HZ
30282009-04-22 Hui Zhu <teawater@gmail.com>
3029
3030 * gdb.texinfo (disassemble-next-line): Set the default of
3031 disassemble-next-line to off.
3032
26e251b6
JM
30332009-04-21 Joseph Myers <joseph@codesourcery.com>
3034
3035 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
3036 --with-htmldir): New.
3037 * configure: Regenerate.
3038 * Makefile.in (datarootdir, docdir): Define.
3039 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
3040 instead of $(SET_TEXINPUTS).
3041 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
3042 gdbint.info instead of $(SET_TEXINPUTS).
3043 (gdbint/index.html): Use same -I options as for building
3044 gdbint.info.
3045 (stabs.dvi, stabs.pdf): Use same -I options as for building
3046 stabs.info instead of $(SET_TEXINPUTS).
3047 (stabs/index.html): Use same -I options as for building
3048 stabs.info.
3049 (annotate.dvi, annotate.pdf): Use same -I options as for building
3050 annotate.info instead of $(SET_TEXINPUTS).
3051 (annotate/index.html): Use same -I options as for building
3052 annotate.info.
3053
eac35c4e
DD
30542009-04-21 David Daney <ddaney@caviumnetworks.com>
3055
3056 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
3057
29b0e8a2
JM
30582009-04-21 Joseph Myers <joseph@codesourcery.com>
3059
3060 * gdb.texinfo (Source Path): Document --with-relocated-sources.
3061
2b831889 30622009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 3063 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
3064
3065 * Makefile.in (MAKEHTML): Set to makeinfo --html.
3066 (MAKEHTMLFLAGS): Set to empty.
3067 (html__strip_dir): Define.
3068 (HTMLFILES): Define.
3069 (HTMLFILES_INSTALL): Define.
3070 (install-html): Copy new automake rule.
3071 (html): Depend on $(HTMLFILES).
3072 (gdb_toc.html): Rename to gdb/index.html.
3073 (gdbint_toc.html): Rename to gdbint/index.html.
3074 (stabs_toc.html): Rename to stabs/index.html.
3075 (annotate_toc.html): Rename to annotate/index.html.
3076
89a34d1b
JM
30772009-04-17 Carlos O'Donell <carlos@codesourcery.com>
3078
3079 * Makefile.in: Set pdfdir and htmldir from configure
3080 substitutions.
3081 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
3082 * configure: Regenerate.
3083
a2d5da46
JB
30842009-04-16 Joel Brobecker <brobecker@adacore.com>
3085
3086 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
3087 This macro is no longer used.
3088
732f6a93
TT
30892009-04-15 Tom Tromey <tromey@redhat.com>
3090
3091 * gdb.texinfo (Character Sets): Document default character set.
3092
87f9adc1
PM
30932009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
3094
3095 * gdbint.texinfo: Change server name from sources.redhat.com to
3096 sourceware.org throughout.
3097
2c88c651
JB
30982009-04-09 Joel Brobecker <brobecker@adacore.com>
3099
3100 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
3101 about a missing dot or coma after @xref.
3102
4f5376b2
JB
31032009-04-02 Joel Brobecker <brobecker@adacore.com>
3104
3105 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
3106 example, and add a small explanation about it.
3107 (Print Settings): Change the documentation of the "set print
3108 frame-arguments" to reflect the fact that the default is now "scalars".
3109
a0381d3a
JB
31102009-04-02 Joel Brobecker <brobecker@adacore.com>
3111
3112 * gdb.texinfo (Print Settings): Add kindex for command "set
3113 print frame-arguments".
3114
45ac276d
JB
31152009-03-31 Joel Brobecker <brobecker@adacore.com>
3116
3117 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
3118 breakpoints.
3119 (Set Breaks): Add reference to thread-specific and task-specific
3120 breakpoints.
3121
32cd1edc
JB
31222009-03-31 Joel Brobecker <brobecker@adacore.com>
3123
3124 * gdb.texinfo (Ada Tasks): Remove the documentation about
3125 the "Running" state, as this state has been eliminated.
3126 Now all runnable tasks are shown as "Runnable".
3127
1042e4c0
SS
31282009-03-30 Stan Shebs <stan@codesourcery.com>
3129
3130 * gdb.texinfo (Tracepoints): Describe tracepoints as a
3131 special case of breakpoints.
3132 (Enable and Disable Tracepoints): Mention deprecation.
3133 (Listing Tracepoints): Update description and example.
3134
f8f6f20b
TJB
31352009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3136
3137 * gdb.texinfo (Frames in Python): New node.
3138 (Python API): Update.
3139
c0c6f777
TJB
31402009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
3141
3142 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
3143 from a method to an attribute.
3144
def2b000
TJB
31452009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
3146
3147 * gdb.texinfo (Values From Inferior): Document is_optimized_out
3148 attribute.
3149
a07daef3
PA
31502009-03-25 Pedro Alves <pedro@codesourcery.com>
3151
3152 * observer.texi (thread_exit): Add "silent" parameter.
3153
f3b1572e
PA
31542009-03-22 Pedro Alves <pedro@codesourcery.com>
3155
3156 * observer.texi (about_to_proceed): New.
3157
587afa38
EZ
31582009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
3159
3160 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
3161 field throughout to handle types with spaces in them. Fix typos
3162 found by aspell.
3163 (Summary, Requirements, Contributors): New first chapter,
3164 "Summary" added, old Requirements section moved there, and new
3165 section, "Contributors" added.
3166 (Initializing a New Architecture, Register Representation)
3167 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
3168 (Porting gdb): These sections extended and updated.
3169 (Compiler Characteristics): This section (empty) deleted.
3170 (Defining Other Architecture Features): This section renamed and
3171 duplicate material removed from (formerly "Target Conditionals").
3172 Use braces {} in @deftypeXX type field throughout to handle types
3173 with spaces in them. Typos found by aspell fixed.
3174
3175 * stack_frame.svg: New file, source of image for gdbint.texinfo.
3176 * stack_frame.pdf: Version of image for PDF output.
3177 * stack_frame.png: Version of image for HTML output and for Emacs.
3178 * stack_frame.txt: Version of image for Info output.
1db61298 3179 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 3180
10af6951
EZ
31812009-03-21 Eli Zaretskii <eliz@gnu.org>
3182
3183 * gdb.texinfo (Character Sets): Fix last change.
3184
cc924cad
TJB
31852009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
3186
3187 * gdb.texinfo (Values From Inferior): Fix optional arguments
3188 markup.
3189 (Commands In Python): Adjust argument names of gdb.Command.__init__
3190 to what the function accepts as keywords.
3191
bc3b79fd
TJB
31922008-03-20 Tom Tromey <tromey@redhat.com>
3193
3194 * gdb.texinfo (Convenience Vars): Document convenience functions.
3195 (Functions In Python): New node.
3196 (Python API): Update.
3197
6c7a06a3
TT
31982009-03-20 Tom Tromey <tromey@redhat.com>
3199
3200 * gdb.texinfo (Character Sets): Remove obsolete text. Document
3201 set target-wide-charset.
3202 (Requirements): Mention iconv.
3203
b646ddd4
HZ
32042009-03-17 Hui Zhu <teawater@gmail.com>
3205
3206 * gdb.texinfo: Change the introduce of "disassemble-next-line".
3207
91440f57
HZ
32082009-03-17 Hui Zhu <teawater@gmail.com>
3209
3210 * gdb.texinfo: Add documentation for disassemble-next-line.
3211
8fd41227
TJB
32122009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
3213
3214 * gdb.texinfo (Commands In Python): Remove tindex entries.
3215
61ff14c6
JK
32162009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3217
3218 * gdb.texinfo (Returning): New description for missing debug info.
3219
0b16c5cf
PA
32202009-03-14 Pedro Alves <pedro@codesourcery.com>
3221
3222 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 3223 (General Query Packets): Document qAttached.
0b16c5cf 3224
32fc0df9
PA
32252009-03-05 Pedro Alves <pedro@codesourcery.com>
3226
3227 * gdb.texinfo (Background Execution): Better describe the set
3228 target-async command.
3229 (Maintenance Commands): Delete description of the `maint set/show
3230 linux-async' and `maint set/show remote-async' commands.
3231
134eb42c
VP
32322009-02-18 Vladimir Prus <vladimir@codesourcery.com>
3233
3234 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
3235 between sentences.
3236
c86cf029
VP
32372009-02-18 Vladimir Prus <vladimir@codesourcery.com>
3238
3239 * gdb.texinfo (GDB/MI Async Records): Document the
3240 =library-loaded and =library-unloaded notifications.
3241
3ea85240
VP
32422009-02-17 Vladimir Prus <vladimir@codesourcery.com>
3243
3244 * observer.texi (test_notification): New observer.
3245
1d33d6ba
VP
32462009-02-14 Vladimir Prus <vladimir@codesourcery.com>
3247
61ff14c6
JK
3248 * observer.texi: Add parameter 'print_frame' to normal_stop
3249 observer.
1d33d6ba 3250
d721c933
EZ
32512009-02-07 Eli Zaretskii <eliz@gnu.org>
3252
3253 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
3254 (Commands In Python): Fix COMMAND_* constants in last change. Use
3255 @kbd for interactive input. Add cross-references and index
3256 entries.
3257
4aa995e1
PA
32582009-02-06 Pedro Alves <pedro@codesourcery.com>
3259
3260 * gdb.texinfo (Signals): Document $_siginfo.
3261 (Convenience Variables): Mention $_siginfo.
3262 (Remote Configuration): Document qXfer:siginfo:read,
3263 qXfer:siginfo:write packets, and the read-siginfo-object,
3264 write-siginfo-object commands.
3265
5f5233d4
PA
32662009-02-06 Pedro Alves <pedro@codesourcery.com>
3267
3268 * gdbint.texinfo (Values): New chapter.
3269
d8906c6f
TJB
32702009-02-06 Tom Tromey <tromey@redhat.com>
3271
3272 * gdb.texinfo (Python API): Add entry for Commands In Python.
3273 (Commands In Python): New node.
3274
b6cb8e7d
TJB
32752009-02-05 Tom Tromey <tromey@redhat.com>
3276
3277 * gdb.texinfo (Values From Inferior): Document Value.string.
3278
12453b93
TJB
32792009-02-05 Tom Tromey <tromey@redhat.com>
3280
3281 * gdb.texinfo (Basic Python): Document execute's from_tty
3282 argument.
3283
08c637de
TJB
32842009-02-04 Tom Tromey <tromey@redhat.com>
3285
3286 * gdb.texinfo (Basic Python): Document gdb.history.
3287
592375cd
VP
32882009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3289
3290 * gdb.texinfo (GDB/MI Thread Commands): Document the
3291 'current-thread-id' field. Remove the example with zero threads,
3292 since current GDB won't ever report that if there's inferior.
3293
41447f92
VP
32942009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3295
3296 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
3297 option to -break-insert.
3298
098b41a6
JG
32992009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3300 Jerome Guitton <guitton@adacore.com>
3301
3302 * gdb.texinfo (Startup): Document --with-system-gdbinit.
3303 (System-wide configuration): New section.
3304
3c16cced
PA
33052009-01-26 Pedro Alves <pedro@codesourcery.com>
3306
3307 PR gdb/7580:
3308 * gdb.texinfo (Maintenance Commands): Document "maint set|show
3309 internal-error|internal-warning quit|corefile ask|yes|no".
3310
62709adf
PA
33112009-01-26 Pedro Alves <pedro@codesourcery.com>
3312
3313 * gdb.texinfo (Using the `gdbserver' Program): Document
3314 --remote-debug.
3315
7ce58dd2
DE
33162009-01-23 Doug Evans <dje@google.com>
3317
3318 * gdb.texinfo: Add nexti to list of commands that support
3319 background execution.
3320
adb483fe
DJ
33212009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
3322
3323 * gdb.texinfo (Define, Hooks): Document prefix command support.
3324
a67ec3f4 33252009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 3326 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
3327
3328 Fixes for makeinfo --html.
3329
3330 * annotate.texinfo: Use @copying and @insertcopying. Use
3331 @ifnottex in place of @ifinfo.
3332 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
3333 place of @ifinfo. Use @ifnotinfo for one index entry.
3334 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
3335 in place of @ifinfo.
3336 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
3337 in place of @ifinfo. Include contents at start unconditionally.
3338
84fcdf95
PA
33392009-01-13 Pedro Alves <pedro@codesourcery.com>
3340
3341 * gdb.texinfo (General Query Packets): Remove @var{} around the
3342 "spu" literal string.
3343
fa3a767f
PA
33442009-01-07 Pedro Alves <pedro@codesourcery.com>
3345
3346 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
3347 program may be running in another process" errors.
3348 * gdbint.texinfo (Native Conditionals): Delete
3349 ONE_PROCESS_WRITETEXT description.
3350
9cb011d3
JB
33512009-01-07 Joel Brobecker <brobecker@adacore.com>
3352
3353 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
3354 emacs local variable to be placed at the end of the ChangeLog.
3355 Add server.c and gdbreplay.c to the list of files where the
3356 copyright year needs to be updated.
3357
84603566
SL
33582009-01-06 Sandra Loosemore <sandra@codesourcery.com>
3359
3360 * gdb.texinfo (Remote Configuration): Document new
3361 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
3362 commands.
3363
a53f55d8
PA
33642008-12-28 Pedro Alves <pedro@codesourcery.com>
3365
3366 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
3367 FETCH_INFERIOR_REGISTERS.
3368 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
3369 FETCH_INFERIOR_REGISTERS descriptions. Remove
3370 gdbarch_get_longjmp_target descrition, since already described in
3371 Target Conditionals. Move gdbarch_fp0_regnum description to ...
3372 (Target Conditionals): ... here.
3373
077e0a52
JB
33742008-12-16 Joel Brobecker <brobecker@adacore.com>
3375
3376 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
3377 examples.
3378 (Additions to Ada): Likewise. Add the missing opening and closing
3379 parenthesis of the GDB prompt in one of the examples.
3380
023eb17c
JB
33812008-12-14 Joel Brobecker <brobecker@adacore.com>
3382
3383 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
3384 about the result of 'Address not being of type System.Address.
3385 This problem has been fixed a while ago.
3386
c3b108f7
VP
33872008-12-02 Vladimir Prus <vladimir@codesourcery.com>
3388
3389 MI non-stop and multiprocess docs.
3390
c8d5aac9
L
3391 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
3392 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
3393 Adjust documentation for *stopped, document =thread-created,
3394 =thread-exited, =thread-group-created and =thread-group-exited.
3395 (GDB/MI Thread Commands): Document the 'state' field in
3396 -thread-info output.
3397 (GDB/MI Program Execution): Mention --all and --thread-group
3398 options.
3399 (GDB/MI Variable Objects): Describe floating and fixed variable
3400 objects.
3401 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 3402
07e059b5
VP
34032008-12-02 Vladimir Prus <vladimir@codesourcery.com>
3404
c8d5aac9
L
3405 * gdb.texinfo (Operating System Information): New appendix.
3406 (Operating System Auxiliary Information): Document 'info os processes'
3407 (Remote Configuration): Document 'osdata'
3408 (General Query Packets): Document qXfer:osdata:read.
07e059b5 3409
a80b95ba
TG
34102008-11-27 Tristan Gingold <gingold@adacore.com>
3411
3412 * gdb.texinfo (Darwin): Document Darwin specific features.
3413
a655d424
JK
34142008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3415
3416 * gdbint.texinfo (Target Conditionals): Extend the
3417 gdbarch_breakpoint_from_pc description.
3418
249e1128
VP
34192008-11-22 Vladimir Prus <vladimir@codesourcery.com>
3420
3421 * gdb.texinfo (M68K Features): Fix typo.
3422
c14c28ba
PP
34232008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
3424
3425 * gdb.texinfo (Symbols): Mention printing containing
3426 image name in "info symbol".
3427 (Maint translate-address): Likewise.
889bf7c5 3428
394a6666
JB
34292008-11-18 Joel Brobecker <brobecker@adacore.com>
3430
3431 * gdb.texinfo (Set Catchpoints): Remove the documentation of
3432 commands "catch load" and "catch unload".
3433
66bb093b
VP
34342008-11-17 Vladimir Prus <vladimir@codesourcery.com>
3435
3436 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 3437 =thread-selected.
889bf7c5 3438
4a92f99b
VP
34392008-11-17 Vladimir Prus <vladimir@codesourcery.com>
3440
c8d5aac9 3441 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 3442
f0323ca0
PA
34432008-10-27 Pedro Alves <pedro@codesourcery.com>
3444
3445 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
3446 .mt files, TM_CLIBS or TM_CDEPS.
3447 (x86 Watchpoints): Don't mention TDEPFILES.
3448
8b23ecc4
SL
34492008-10-24 Sandra Loosemore <sandra@codesourcery.com>
3450
3451 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
3452 (Overview): Mention notifications and non-stop mode behavior.
3453 (Packets): Update documentation of ?, vAttach, vCont, and vRun
3454 with non-stop mode behavior. Add vStopped description.
3455 (Stop Reply Packets): Update list of packets that return
3456 stop replies. Mention non-stop behavior.
3457 (General Query Packets): Document QNonStop packet and associated
3458 qSupported query response.
3459 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
3460 behavior.
3461 (Notification Packets): New section.
3462 (Remote Non-Stop): New section.
3463 (File-I/O Overview): Mention non-stop behavior.
3464
fff08868
HZ
34652008-10-24 Hui Zhu <teawater@gmail.com>
3466 Pedro Alves <pedro@codesourcery.com>
3467
3468 * gdb.texinfo (displaced-stepping): Describe the auto mode
3469 setting, and say it's the default. This is now a mainstream
3470 setting instead of a maintenance setting.
3471
252fbfc8
PA
34722008-10-23 Pedro Alves <pedro@codesourcery.com>
3473
3474 * observer.texi (thread_stop_requested): New.
3475
20924a55
JB
34762008-10-22 Joel Brobecker <brobecker@adacore.com>
3477
3478 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
3479 (Patching): Replace incorrect usage of @samp by @kbd.
3480
bacec72f
MS
34812008-10-17 Michael Snyder <msnyder@vmware.com>
3482
3483 * gdb.texinfo: Add documentation for reverse execution.
3484
a08702d6 34852008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 3486 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
3487
3488 * gdb.texinfo. (Values From Inferior): New subsubsection.
3489
d97bc12b
DE
34902008-10-06 Doug Evans <dje@google.com>
3491
3492 * gdb.texinfo (set debug dwarf2-die): Document it.
3493
87f67dba
JB
34942008-10-01 Joel Brobecker <brobecker@adacore.com>
3495
3496 * gdb.texinfo (catch) [exception]: Document how to insert
3497 a breakpoint on user-defined exceptions when the exception
3498 name is identical to one of the language-defined ones.
3499
2fae03e8
TT
35002008-09-27 Tom Tromey <tromey@redhat.com>
3501
3502 * gdb.texinfo (Macros): Remove text about stringification,
3503 varargs, and splicing.
3504
5c6ce71d
TT
35052008-09-27 Tom Tromey <tromey@redhat.com>
3506
3507 * gdbint.texinfo (Language Support): Remove text about omitting
3508 support for a language.
3509
07128da0
DE
35102008-09-23 Doug Evans <dje@google.com>
3511
3512 * gdb.texinfo (info dcache): Update.
3513
b90a069a
SL
35142008-09-22 Sandra Loosemore <sandra@codesourcery.com>
3515
3516 * gdb.texinfo (Packets): Add info on thread-id syntax and
3517 multiprocess extensions.
3518 <D>: Document multiprocess form of packet.
3519 <H>: Use thread-id syntax.
3520 <T>: Likewise.
3521 <vCont>: Likewise. Note this is required for multiprocess.
3522 <vKill>: New packet.
3523 (Stop Reply Packets) <T>: Use thread-id syntax.
3524 <W>: Document multiprocess form of reply.
3525 <X>: Likewise.
3526 (General Query Packets) <qC>: Use thread-id syntax.
3527 <qfThreadInfo>: Likewise.
3528 <qGetTLSAddr>: Likewise.
3529 <qP>: Likewise.
3530 <qSupported>: Add "multiprocess" feature.
3531 <qThreadExtraInfo>: Use thread-id syntax.
3532
b77209e0
PA
35332008-09-22 Stan Shebs <stan@codesourcery.com>
3534
3535 * gdb.texinfo (Inferiors): New section.
3536
3d0bb823
PA
35372008-09-12 Pedro Alves <pedro@codesourcery.com>
3538
3539 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
3540
f8dcfc0a
UW
35412008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
3542
3543 * gdbint.texinfo (Target Conditionals): Remove documentation
3544 for gdbarch_name_of_malloc.
3545
8775bb90
MS
35462008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
3547
3548 * gdb.texinfo (Interrupts): Mention TCP interface for
3549 sending BREAK.
3550
f1838a98
UW
35512008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
3552
3553 * gdb.texinfo (Commands to Specify Files): Document "remote:"
3554 argument prefix to "set sysroot".
3555
158c7665
PH
35562008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
3557
3558 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
3559 and False.
3560
30e026bb
VP
35612008-08-20 Vladimir Prus <vladimir@codesourcery.com>
3562
c8d5aac9
L
3563 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
3564 for possible features of -list-features.
30e026bb 3565
c6ebd6cf
VP
35662008-08-19 Vladimir Prus <vladimir@codesourcery.com>
3567
c8d5aac9 3568 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
3569 (GDB/MI Miscellaneous Commands): Document -list-target-features.
3570
aeac0ff9
VP
35712008-08-19 Vladimir Prus <vladimir@codesourcery.com>
3572
3573 * doc/gdb.texinfo (PowerPC): Fix typo.
3574 (PowerPC features): Fix typo.
3575
5231c1fd
PA
35762008-08-18 Pedro Alves <pedro@codesourcery.com>
3577
3578 * observer.texi (thread_ptid_changed): New.
3579
677c5bb1
LM
35802008-08-18 Luis Machado <luisgpm@br.ibm.com>
3581
3582 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
3583 (PowerPC features): Mention feature set for VSX registers.
3584
f3a2dd1a
JB
35852008-08-13 Joel Brobecker <brobecker@adacore.com>
3586
3587 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
3588 the direct visibility of all names in user-written packages.
3589
33e5cbd6
PA
35902008-08-13 Pedro Alves <pedro@codesourcery.com>
3591
3592 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
3593 setting, and make it the default.
3594 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
3595 non-stop script example.
3596
d0384fc4
TJB
35972008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
3598
3599 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
3600 reference to the "Using Different Register and Memory Data
3601 Representation" section.
3602
a6f3e723
SL
36032008-08-12 Sandra Loosemore <sandra@codesourcery.com>
3604
3605 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
3606 (Remote Protocol): Add Packet Acknowledgment to menu.
3607 (Overview): Mention +/- can be disabled, and point to new section
3608 where this is discussed in detail.
3609 (General Query Packets): Document QStartNoAckMode packet, and
3610 corresponding qSupported reply.
3611 (Packet Acknowledgment): New section.
3612
0606b73b
SL
36132008-08-11 Sandra Loosemore <sandra@codesourcery.com>
3614 Pedro Alves <pedro@codesourcery.com>
3615
3616 * gdb.texinfo (Threads): Move paragraph about automatic thread
3617 selection to All-Stop Mode subsection.
3618 (Thread Stops): Reorganize existing material into subsections.
3619 Add introductory blurb and menu.
3620 (Non-Stop Mode): New subsection.
3621 (Background Execution): New subsection.
3622 (Maintenance Commands): Add cross-references from async mode
3623 commands to the new Background Execution section.
3624
d57a3c85
TJB
36252008-08-06 Tom Tromey <tromey@redhat.com>
3626
3627 * gdb.texinfo (Extending GDB): New chapter.
3628 (Sequences): Demoted chapter, now a section under the new
3629 Extending GDB chapter.
3630 (Python): New section.
3631
6d76a53d
SS
36322008-07-31 Stan Shebs <stan@codesourcery.com>
3633
3634 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
3635
1f70da6a
SS
36362008-07-29 Stan Shebs <stan@codesourcery.com>
3637
3638 * gdbint.texinfo: General round of cleanup and minor
3639 clarifications.
3640 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
3641 (Longjmp Support): Update description to reflect how it is done
3642 for targets without using native header.
3643 (Symbol Handling): Add a little more general explanation.
3644 (COFF, ELF): Mention stabs encapsulation.
3645 (DWARF 3): New section.
3646 (Adding a New Host): Scrub out some obsolete bits.
3647 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
3648 (Host Conditionals): Remove descriptions of NO_STD_REGS,
3649 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
3650 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
3651 SEEK_SET, STOP_SIGNAL, USG.
3652 (Raw and Virtual Register Representations): Ditto for
3653 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
3654 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
3655 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
3656 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
3657 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
3658 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
3659 DEPRECATED_REGISTER_VIRTUAL_SIZE,
3660 DEPRECATED_REGISTER_VIRTUAL_TYPE,
3661 DEPRECATED_USE_STRUCT_CONVENTION.
3662 Describe gdbarch_deprecated_fp_regnum.
3663 Update description of gdbarch_print_insn.
3664 (Adding a New Target): Scrub out obsolete bits.
3665 (Obsolete Conditionals): Remove entire section.
3666
383f836e
TT
36672008-07-25 Tom Tromey <tromey@redhat.com>
3668
3669 * observer.texi (GDB Observers): Document new observers:
3670 breakpoint_created, breakpoint_deleted, breakpoint_modified,
3671 tracepoint_created, tracepoint_deleted, tracepoint_modified,
3672 architecture_changed.
3673
cfd8ab24
SS
36742008-07-21 Stan Shebs <stan@codesourcery.com>
3675
3676 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
3677 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
3678
781b42b0
TT
36792008-07-21 Tom Tromey <tromey@redhat.com>
3680
3681 * observer.texi (GDB Observers): Remove obsolete comment.
3682 <executable_changed>: Remove argument.
3683
d7d9f01e
TT
36842008-07-18 Tom Tromey <tromey@redhat.com>
3685
3686 * gdb.texinfo (Macros): Update. Use @code rather than @command.
3687
bf250677
DE
36882008-07-10 Doug Evans <dje@google.com>
3689
3690 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
3691
10568435
JK
36922008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3693
3694 * gdb.texinfo (Starting): Document "set disable-randomization".
3695
5ae4183a
AS
36962008-07-07 Andreas Schwab <schwab@suse.de>
3697
3698 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
3699
b56e7235
VP
37002008-07-06 Vladimir Prus <vladimir@codesourcery.com>
3701
3702 * gdb.texinfo (GDB/MI Target Manipulation): Add
3703 example of -target-attach.
3704
e1ac3328
VP
37052008-06-10 Vladimir Prus <vladimir@codesourcery.com>
3706
3707 * observer.texi (target_resumed): New observer.
5ae4183a 3708 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 3709
65d12d83
TT
37102008-06-06 Tom Tromey <tromey@redhat.com>
3711
3712 * gdb.texinfo (Completion): Add field name example.
3713
fbc5282e
MK
37142008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
3715
3716 * gdb.texinfo (GDB/MI Program Context): Added example
3717 to -exec-arguments
5ae4183a 3718
fbc5282e 37192008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
3720
3721 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
3722 annotation.
3723
c16158bc 37242008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
3725 Nathan Sidwell <nathan@codesourcery.com>
3726 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
3727
3728 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
3729 and ACX_BUGURL.
3730 * configure: Regenerate.
3731 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
3732 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
3733 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
3734 mailing-list-specific text about bug reporting unless
3735 BUGURL_DEFAULT.
3736
75c99385
PA
37372008-06-05 Pedro Alves <pedro@codesourcery.com>
3738
3739 * gdb.texinfo (-target-select): Remove reference to target async.
3740 (Maintenance Commands): Document "maint set/show remote-async".
3741
1763a388
MK
37422008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
3743
3744 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
3745 in -target-file-get section.
5ae4183a 3746
d0d064df
PA
37472008-05-22 Pedro Alves <pedro@codesourcery.com>
3748
9b562ab8
PA
3749 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
3750 killing the inferior when it is already debugging a process.
d0d064df 3751
8dfa32fc
JB
37522008-05-21 Joel Brobecker <brobecker@adacore.com>
3753
3754 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
3755 abbreviation for "finish".
3756
55f996a7
NR
37572008-05-21 Nick Roberts <nickrob@snap.net.nz>
3758
3759 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
3760
ba2b1c56
DJ
37612008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
3762
3763 * gdbint.texinfo (Target Conditionals): Delete entry for
3764 gdbarch_dwarf_reg_to_regnum.
3765
08388c79
DE
37662008-05-09 Doug Evans <dje@google.com>
3767
a3c83fae 3768 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 3769
d14508fe
DE
37702008-05-05 Doug Evans <dje@google.com>
3771
3772 * gdb.texinfo (disassemble): Document /m modifier.
3773
e2b7ddea
VP
37742008-05-05 Vladimir Prus <vladimir@codesourcery.com>
3775
5ae4183a
AS
3776 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
3777 will not report the time of commands that run the target.
e2b7ddea 3778
8eb41542
VP
37792008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3780
3781 * gdb.texinfo (GDB/MI Output Records): Add
3782 missing semicolon.
3783
82f68b1c
VP
37842008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3785
3786 * gdb.texinfo (GDB/MI Output Records):
3787 Document =thread-create and =thread-exited.
3788
fa0f268d
VP
37892008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3790
3791 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 3792 Remove mention of dmi-discuss.
fa0f268d 3793
063bfe2e
VP
37942008-05-03 Pedro Alves <pedro@codesourcery.com>
3795
3796 * observer.texi (thread_exit): New.
3797
237fc4c9
PA
37982008-05-02 Pedro Alves <pedro@codesourcery.com>
3799
3800 * gdb.texinfo (Debugging Output): Document "set/show debug
3801 displaced".
3802 (Maintenance Commands): Document "maint set/show
3803 can-use-displaced-stepping".
3804
0428b8f5
DJ
38052008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
3806
3807 * gdb.texinfo (ARM): Document set/show arm fallback-mode
3808 and set/show arm force-mode.
3809
5009afc5
AS
38102008-05-02 Andreas Schwab <schwab@suse.de>
3811
3812 * gdbint.texinfo (Algorithms): Describe
3813 target_watchpoint_addr_within_range.
3814
669fac23
DJ
38152008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
3816
3817 * gdbint.texinfo (Stack Frames): New chapter.
3818 (Algorithms): Move Frames text to the new chapter.
3819 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
3820 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
3821
721c02de
VP
38222008-04-24 Vladimir Prus <vladimir@codesourcery.com>
3823
5ae4183a
AS
3824 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
3825 output does not necessary include any tokens.
721c02de 3826
c055b101
CV
38272008-04-22 Corinna Vinschen <vinschen@redhat.com>
3828
3829 * gdb.texinfo (Set SH Calling convention): New @item.
3830 (Show SH Calling convention): Ditto.
3831
68837c9d
MD
38322008-04-22 Markus Deuling <deuling@de.ibm.com>
3833
3834 * gdb.texinfo (Fortran Operators): Describe '%' operator.
3835
2e9132cc
EZ
38362008-04-20 Eli Zaretskii <eliz@gnu.org>
3837
3838 * gdb.texinfo (Set Breaks): Mention that multiple location
3839 breakpoints need line number info. Add index entries.
3840
31fffb02
CS
38412008-04-19 Craig Silverstein <csilvers@google.com>
3842
3843 * gdb.texinfo (Requirements): Add an optional requirement on
3844 zlib.
3845 * gdbint.texinfo (Debugging File Formats): Add new subsection for
3846 Compressed DWARF 2.
3847
a47ec5fe
AR
38482008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
3849
3850 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
3851 sample output for 'stopped,reason="breakpoint-hit"' message.
3852 (GDB/MI Program Execution): Likewise.
3853
de051565
MK
38542008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
3855
5ae4183a 3856 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
3857 -var-set-format. Add -f option to -var-evaluate-expression.
3858
6ba66d6a
JB
38592008-04-03 Joel Brobecker <brobecker@adacore.com>
3860
3861 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
3862 new node "Ambiguous Expressions". Replace references to this
3863 node by references to "Ambiguous Expressions" throughout.
3864 (Ambiguous Expressions): New node.
3865
1e26b4f8
DJ
38662008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
3867
3868 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
3869
b84876c2
PA
38702008-03-21 Pedro Alves <pedro@codesourcery.com>
3871
3872 * gdb.texinfo (Debugging Output): Document
3873 "set/show debug lin-lwp-async".
3874 (Maintenance Commands): Document "maint set/show linux-async".
3875
63092375
DJ
38762008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
3877
3878 * gdb.texinfo (Expressions): Update description of malloced arrays.
3879
8e8901c5
VP
38802008-03-15 Vladimir Prus <vladimir@codesourcery.com>
3881
3882 * gdb.texinfo (Thread Commands): Document
3883 -thread-info. Remove -thread-list-all-threads.
3884
1fddbabb
PA
38852008-03-14 Pedro Alves <pedro@codesourcery.com>
3886 Sandra Loosemore <sandra@codesourcery.com>
3887
3888 * gdb.texinfo (Library List Format): Update to mention the
3889 possibility to pass section addresses instead of segment
3890 addresses.
3891
ccd213ac
DJ
38922008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
3893
3894 * gdb.texinfo (Starting): Document "set exec-wrapper".
3895 (Server): Document gdbserver --wrapper.
3896
fa4727a6
DJ
38972008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
3898
3899 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
3900 unreadable memory. Delete obsolete SPARClite reference.
3901
8edfe269
DJ
39022008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
3903
3904 * gdb.texinfo (Starting): Mention always-running targets.
3905 (Target Commands): Add an anchor for load.
3906 (Connecting): Explain continue instead of run.
3907
1843f87b
DJ
39082008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
3909
3910 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
3911
f9082629
NR
39122008-02-26 Nick Roberts <nickrob@snap.net.nz>
3913
3914 * gdb.texinfo (Set Breaks): Revert description of Enb column of
3915 breakpoint table.
3916
fd96d250
PA
39172008-02-19 Pedro Alves <pedro@codesourcery.com>
3918
3919 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
3920 killing the inferior when it is already debugging a process.
3921
36af4ef6
MD
39222008-02-13 Markus Deuling <deuling@de.ibm.com>
3923
3924 * gdbint.texinfo (Build Script): New section. Mention new build script
3925 gdb_buildall.sh.
3926
cda4ce5a
JB
39272008-02-01 Jim Blandy <jimb@red-bean.com>
3928
3929 * gdb.texinfo (Help): Summarize 'info args' correctly.
3930
4acd40f3
TJB
39312008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3932
3933 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
3934 available in PowerPC architecture.
3935 (Embedded Processors): Change node name of PowerPC item in menu.
3936 (PowerPC): Rename to...
3937 (PowerPC Embedded): this.
3938 (Architectures): Add new PowerPC item in menu.
3939 (PowerPC): New node.
3940
6e6c6f50
DJ
39412008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
3942
3943 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
3944 commands.
3945
5ee187d7
DJ
39462008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
3947
3948 * gdb.texinfo (Setting Catchpoints): Mention features
3949 supported on GNU/Linux.
3950
e275c0d9
NR
39512008-01-30 Nick Roberts <nickrob@snap.net.nz>
3952
3953 * gdb.texinfo (GDB/MI File Commands): Describe new output
3954 field for MI command -file-list-exec-source-file.
3955
2d717e4f
DJ
39562008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3957
3958 * gdb.texinfo (Using the `gdbserver' Program): Add security
3959 warning. Rearrange into subsections and subsubsections. Document
3960 --multi and --debug. Correct --with-sysroot typo. Update --attach
3961 usage. Make load reference clearer. Document monitor exit.
3962 (Remote Configuration): Document set remote exec-file, attach-packet,
3963 and run-packet.
3964 (Packets): Document vAttach and vRun.
3965
d35a4257 39662008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
3967
3968 * gdb.texinfo (Processes): Mention process command.
889bf7c5 3969 detach-on-follow -> detach-on-fork.
f663676d 3970
c78d192c
DJ
39712008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3972
3973 * gdbint.texinfo (Native Conditionals): Remove
3974 SHELL_COMMAND_CONCAT and SHELL_FILE.
3975
d35a4257
EZ
39762008-01-26 Eli Zaretskii <eliz@gnu.org>
3977
3978 * gdb.texinfo (Specify Location): Improve wording.
3979
93815fbf
VP
39802008-01-23 Chris Demetriou <cgd@google.com>
3981
3982 * gdb.texinfo (Threads): Document new "set print thread-events"
3983 and "show print thread-events" commands.
3984
2a25a5ba
EZ
39852008-01-19 Eli Zaretskii <eliz@gnu.org>
3986
3987 * gdb.texinfo (Specify Location): New section.
3988 (Delete Breaks, Edit, Set Breaks): Remove description of
3989 locations. Instead, add a reference to "Specify Location".
3990 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
3991 (Symbols): Refer to "Specify Location" for the valid forms of
3992 linespecs and locations.
3993
32c9a795
MD
39942008-01-18 Markus Deuling <deuling@de.ibm.com>
3995
3996 * gdbint.texinfo (Target Conditionals): Replace the description of
3997 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
3998
b17828ca
JB
39992008-01-12 Paul Hilfinger <hilfinger@adacore.com>
4000
4001 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
4002 about &&var, which is rejected by the expression parser.
4003
0aea4bf3
LM
40042008-01-09 Luis Machado <luisgpm@br.ibm.com>
4005
4006 * gdb.texinfo (Output): Update documentation on using printf with DFP
4007 types.
4008
febe4383
TJB
40092008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
4010
4011 * gdb.texinfo (C and C++): Add Decimal Floating Point format
4012 subsubsection.
4013 (Decimal Floating Point format): New subsubsection.
4014
7a404eba
PA
40152008-01-05 Pedro Alves <pedro@codesourcery.com>
4016
4017 * gdb.texinfo (File Options): Remove mention of the attempt to
4018 open a core file with the -p option. Don't list -c as a valid
4019 option to attach to a process.
4020
a4d9b460
PA
40212008-01-05 Pedro Alves <pedro@codesourcery.com>
4022
4023 * gdbint.texinfo (Host Conditionals): Remove mention of
4024 ALIGN_STACK_ON_ENTRY.
4025
6ec2edbe
JB
40262008-01-05 Joel Brobecker <brobecker@adacore.com>
4027
4028 * gdbint.texinfo (Start of New Year Procedure): Add item
4029 describing how to update the source and documentation copyright
4030 notices.
4031
d8b2a693
JB
40322007-12-18 Jim Blandy <jimb@codesourcery.com>
4033
ab209b3a 4034 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
4035 watchpoint explanation into the main description of the watchpoint
4036 command; update synopses of 'watch', 'rwatch', and 'awatch'
4037 commands.
4038
8b4ed427
VP
40392007-12-18 Vladimir Prus <vladimir@codesourcery.com>
4040
4041 * gdb.texinfo (Miscellaneous gdb/mi Commands):
4042 Document 'pending-breakpoints' feature of
4043 -list-features.
4044
37e4754d
LM
40452007-12-17 Luis Machado <luisgpm@br.ibm.com>
4046
669fac23 4047 * gdb.texinfo: Add new parameter's description.
37e4754d 4048
1d3811f6
DJ
40492007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
4050
4051 * gdb.texinfo (Overview): Clarify run-length encoding
4052 example. Remove the restriction on "+" and "-" characters.
4053
c1c25a1a
EZ
40542007-12-15 Eli Zaretskii <eliz@gnu.org>
4055
4056 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
4057
afe8ab22 40582007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 4059
afe8ab22
VP
4060 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
4061 the -f option for -break-insert, remove -r option,
4062 and clarify specification of location.
4063
a6b151f1
DJ
40642007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
4065
4066 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
4067 formatting.
4068 (Remote Debugging): Add File Transfer section.
4069 (Remote Configuration): Document Host I/O packets.
4070 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 4071 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
4072 (Packets): Add vFile.
4073
3b784c4f
EZ
40742007-11-17 Eli Zaretskii <eliz@gnu.org>
4075
4076 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
4077 breakpoints with multiple locations.
4078 (Breakpoint Menus): Improve wording.
4079 (Output): Fix last change.
4080
a4ce5b0d
UW
40812007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
4082
4083 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
4084
1b39d5c0
DE
40852007-11-15 Doug Evans <dje@google.com>
4086
4087 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
4088
7a72d44c
VP
40892007-11-15 Vladimir Prus <vladimir@codesourcery.com>
4090
4091 * gdbint.texinfo (Native Conditionals): Remove
4092 mention of CLEAR_SOLIB.
5ae4183a 4093
6d1829bf 40942007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
4095
4096 * gdb.texinfo (Print Settings): Add documentation for "set/show
4097 print frame-arguments".
4098
1a619819
LM
40992007-11-05 Luis Machado <luisgpm@br.ibm.com>
4100
3b784c4f 4101 * gdb.texinfo (Output): Update printf command's description.
1a619819 4102
55eddb0f
DJ
41032007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
4104
4105 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
4106 powerpc soft-float".
4107
9cceb671
DJ
41082007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4109
4110 * gdb.texinfo (Files): Correct formatting. Mention Expat
4111 requirement.
4112 (Requirements for Building GDB): Expand the list of Expat
4113 uses.
4114 (Library List Format, Memory Map Format): Mention Expat.
4115 (Target Descriptions): Update Expat wording.
4116
83acabca
DJ
41172007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4118
4119 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
4120 Document that gdbarch_convert_register_p should return zero for no-op
4121 conversions.
4122
e35879db
UW
41232007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
4124
83acabca 4125 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
4126 of set_gdbarch_sofun_address_maybe_missing back to ...
4127 (Target Conditionals): ... here to fix build break.
4128
203c3895
UW
41292007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
4130
83acabca 4131 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
4132 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
4133 (Compiler Characteristics): ... documentation of
4134 set_gdbarch_sofun_address_maybe_missing.
4135
11411de3
DJ
41362007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
4137
4138 * gdbint.texinfo (Target Conditionals): Use
4139 frame_unwind_register_unsigned in examples instead of
4140 frame_unwind_unsigned_register.
4141
7cc46491
DJ
41422007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4143
4144 * gdb.texinfo (Predefined Target Types): Add int128
4145 and uint128.
4146 (Standard Target Features): Add PowerPC features.
4147
81adfced
DJ
41482007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4149
4150 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
4151
c1874924
UW
41522007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4153
4154 * gdbint.texi (Target Conditionals): Remove documentation
4155 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
4156 gdbarch_extract_return_value, and gdbarch_store_return_value.
4157
f6e56ab3
UW
41582007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4159
4160 * gdbint.texi (Target Conditionals): Remove documentation of
4161 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
4162
56cf5405
KH
41632007-10-11 Kazu Hirata <kazu@codesourcery.com>
4164
4165 * gdb.texinfo: Mention that inaccessible-by-default is on by
4166 default.
4167
35156bae
DJ
41682007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4169
4170 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
4171
d983da9c
DJ
41722007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
4173
4174 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
4175 multi-threaded watchpoints.
4176 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
4177 checked. Describe sticky notification. Expand description
4178 of steppable and continuable watchpoints.
4179 (Watchpoints and Threads): New subsection.
4180
fe6fbf8b
VP
41812007-09-28 Vladimir Prus <vladimir@codesourcery.com>
4182
4183 * gdb.texinfo (Setting Breakpoints): Revise
4184 documentation for pending breakpoints. Document
4185 breakpoints with multiple locations.
5ae4183a 4186
084344da
VP
41872007-09-19 Vladimir Prus <vladimir@codesourcery.com>
4188
4189 * gdb.texinfo (Miscellaneous gdb/mi Commands):
4190 Document -list-features.
5ae4183a 4191
82160952
EZ
41922007-09-15 Eli Zaretskii <eliz@gnu.org>
4193
4194 * gdb.texinfo (Output): Spell out which features of C's printf are
4195 not supported by GDB's printf.
7e27a47a
EZ
4196 (Separate Debug Files): More accurate wording regarding build ID
4197 and a reference to the ld manual rather than the Fedora wiki.
82160952 4198
ea37ba09
DJ
41992007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
4200 Jim Blandy <jimb@codesourcery.com>
4201
4202 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
4203 (Examining Memory): Update mentions of the 's' format.
4204 (Automatic Display): Likewise.
4205
b8533aec
DJ
42062007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
4207
4208 * gdb.texinfo: Update the FSF's Back-Cover Text.
4209
83f83d7f
JK
42102007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4211 Eli Zaretskii <eliz@gnu.org>
4212
4213 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
4214 Fixed the ``build ID'' name. New binaries build instructions for the
4215 build ID inclusion. Explain how the commands are specific to the build
4216 ID vs. debug link.
4217
c7e83d54
EZ
42182007-09-01 Eli Zaretskii <eliz@gnu.org>
4219
4220 * gdb.texinfo (Separate Debug Files): Fix last change. Add
4221 indexing for ``build ID'' support.
4222
d3750b24
JK
42232007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4224
4225 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
4226 Enlisted BUILD ID to the debug file searching example.
4227 Included a BUILD ID `.note.gnu.build-id' section description.
4228 Updated/added the debug files splitting instructions for OBJCOPY.
4229
02142340
VP
42302007-08-31 Vladimir Prus <vladimir@codesourcery.com>
4231
4232 * gdb.texinfo (Variable Objects): Adjust docs
4233 for -var-info-expression and document
4234 -var-info-path-expression.
4235
d3bdde98
JB
42362007-08-20 Jim Blandy <jimb@codesourcery.com>
4237
3fb6a982
JB
4238 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
4239 (title page): Include the dedication in the printed manual, as a
4240 separate page after the copyright notice.
5ae4183a 4241
d3bdde98
JB
4242 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
4243 don't break a @var across a line.
4244
c80a96a8
MR
42452007-07-25 Maciej W. Rozycki <macro@mips.com>
4246
4247 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
4248 for include files.
4249
5824a901
NR
42502007-07-12 Nick Roberts <nickrob@snap.net.nz>
4251
4252 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
4253 in annotate.texinfo.
4254 (Command History): Link to new node.
5824a901 4255
d52e7ea3
UW
42562007-07-05 Markus Deuling <deuling@de.ibm.com>
4257
4258 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
4259
5fc14d0a
EZ
42602007-07-05 Eli Zaretskii <eliz@gnu.org>
4261
4262 * gdbint.texinfo (Target Conditionals): Fix last change.
4263
4a9bb1df
UW
42642007-07-03 Markus Deuling <deuling@de.ibm.com>
4265
4266 * gdb.texinfo: Replace following macros by their appropriate gdbarch
4267 routines:
4268 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
4269 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
4270 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
4271 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
4272 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
4273 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
4274 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
4275 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
4276 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
4277 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
4278 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
4279 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
4280 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
4281 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
4282 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
4283 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
4284 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
4285 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
4286 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
4287 (SOFTWARE_SINGLE_STEP_P)
4288
4289 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
4290 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
4291
4292 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
4293 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
4294 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
4295 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
4296 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
4297 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
4298 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
4299 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
4300 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
4301 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
4302
4303 (Converting an existing Target Architecture to Multi-arch): Remove
4304 section.
4305
4306 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
4307 (gdbarch_addr_bits_remove): Add code example.
4308
4309 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
4310
cfa9d6d9
DJ
43112007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
4312
4313 * gdb.texinfo (Remote Configuration): Document library-info-packet.
4314 Add other missing entries. Adjust the table size to fit.
4315 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
4316 stop reasons including the new "library" event.
4317 (General Query Packets): Adjust table widths for qSupported. Mention
4318 qXfer:libraries:read reply to qSupported and document the new packet.
4319 (Library List Format): New section.
4320
159fcc13
JK
43212007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4322
4323 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
4324
f66d1690
MS
43252007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
4326
4327 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
4328
67102876
NR
43292007-06-25 Nick Roberts <nickrob@snap.net.nz>
4330
4331 * gdbint.texinfo (Register and Memory Data): Break sections
4332 into nodes and add a menu.
4333
a4642986
MR
43342007-06-21 Maciej W. Rozycki <macro@mips.com>
4335
4336 * gdb.texinfo (Examining Memory): Document the new behaviour.
4337
e9c17194
VP
43382007-06-21 Vladimir Prus <vladimir@codesourcery.com>
4339
4340 * gdb.texinfo (Standard Target Features): Document
4341 m68k features.
4342
31d99776
DJ
43432007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4344
4345 * gdb.texinfo (General Query Packets): Document qOffsets changes.
4346
1780a0ed
DJ
43472007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4348
4349 * gdb.texinfo (Target Description Format): Add version attribute
4350 for <target>.
4351
822b6570
DJ
43522007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4353
4354 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
4355
f8b73d13
DJ
43562007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4357
4358 * gdb.texinfo (MIPS Features): New subsection.
4359
0e7f50da
UW
43602007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4361 Markus Deuling <deuling@de.ibm.com>
4362
4363 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
4364 and qXfer:spu:write packets and mention them under qSupported.
4365
23d964e7
UW
43662007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4367 Markus Deuling <deuling@de.ibm.com>
4368
4369 * gdb.texinfo (Architectures): Add new SPU section to document
4370 Cell Broadband Engine SPU architecture specific commands.
4371
9f708cb2
VP
43722007-06-09 Vladimir Prus <vladimir@codesourcery.com>
4373
4374 * gdb.texinfo (GDB/MI Variable Objects): Editorial
4375 comments.
4376
7579b5f8
NR
43772007-06-07 Nick Roberts <nickrob@snap.net.nz>
4378
4379 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
4380
bf06d120
JB
43812007-05-29 Jim Blandy <jimb@codesourcery.com>
4382
4383 * gdb.texinfo (Overview): Doc fix.
4384
23776285
MR
43852007-05-22 Maciej W. Rozycki <macro@mips.com>
4386
4387 * gdb.texinfo (Remote Configuration): Document "set/show
4388 remoteflow".
4389
1a69e1e4
DJ
43902007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
4391
bf06d120
JB
4392 * gdb.texinfo (MIPS): Remove documentation for set mips
4393 saved-gpreg-size, show mips saved-gpreg-size, and set mips
4394 stack-arg-size.
1a69e1e4 4395
46ba6afa 43962007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4397
46ba6afa
BW
4398 * all-cfg.texi (GDBTUI): New.
4399 * gdb.texinfo (Mode Options): Use GDBTUI variable.
4400 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
4401 (TUI Configuration): Edit to improve clarity and fix problems of
4402 both style and content.
5ae4183a 4403
06d3b283
UW
44042007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
4405
4406 * observer.texi (GDB Observers): New observer "new_objfile".
4407
179101d6
UW
44082007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
4409
4410 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
4411
25d5ea92
VP
44122007-04-14 Vladimir Prus <vladimir@codesourcery.com>
4413
4414 * gdb.texinfo (GDB/MI Variable Objects): Document
4415 frozen variables objects.
5ae4183a 4416
ea35711c
DJ
44172007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
4418
4419 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
4420 (Character Sets, Caching Data of Remote Targets): Likewise.
4421 (Targets): Delete Remote node. Move its text...
4422 (Debugging Remote Programs): ...to here. Delete description
4423 of the "remote" command.
4424 (Remote configuration): Delete description of "set remotedevice"
4425 and "show remotedevice".
4426 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
4427
db2e3e2e
BW
44282007-04-11 Bob Wilson <bob.wilson@acm.org>
4429
5ae4183a
AS
4430 * gdb.texinfo (Contributors, Continuing and Stepping)
4431 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
4432 (General Query Packets, File-I/O Remote Protocol Extension)
4433 (Protocol Basics, The F Reply Packet, Write)
4434 (Protocol-specific Representation of Datatypes, Memory Transfer):
4435 Fix hyphenation, punctuation and grammar problems.
4436 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
4437 'section' instead of 'subsection' in the text.
4438 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
4439 (i386): Remove period from section name.
db2e3e2e
BW
4440 (Installing GDB, Requirements, Running Configure, Separate Objdir)
4441 (Config Names, Configure Options): Use @file{configure}.
4442
8a3dae3e
DJ
44432007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
4444
4445 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
4446 and tab expansion.
4447
1a92f856
DJ
44482007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
4449
4450 * gdbint.texinfo (SOM): Correct location of the SOM reader.
4451
79a6e687 44522007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4453
79a6e687
BW
4454 * gdb.texinfo: Consistently capitalize all significant words in
4455 node names, chapter titles, section titles, and headings. Update
4456 cross references to match.
4457 (Starting and Stopping Trace Experiment): Make node name plural.
4458 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 4459
ad527d2e
PA
44602007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
4461
4462 * gdb.texinfo (WinCE): Delete obsolete subsection.
4463
7ce59000
DJ
44642007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4465
4466 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
4467 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
4468 references.
4469
8807d78b
DJ
44702007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4471
4472 * gdb.texinfo (Startup): Delete references to some alternate
4473 names for .gdbinit.
4474 (Thread): Remove LynxOS reference.
4475 (Tandem ST2000): Delete target-specific documentation.
4476 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
4477 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
4478 and GDB_OSABI_LYNXOS.
4479
5f402660
UW
44802007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
4481
4482 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
4483
bac718a6
UW
44842007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
4485
4486 * gdbint.texinfo (Target Conditionals): Remove mention of
4487 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
4488 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
4489
9453113a
DJ
44902007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
4491
4492 * Makefile.in: Add "pdfdir" installation
4493 directory, PDFTEX macro, support for "install-pdf" target,
4494 and rules for making a pdf version of refcard.texi.
4495 * refcard.tex: Specify paper size for PDF output.
4496
ae21e955 44972007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4498
ae21e955 4499 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 4500
3f94c067 45012007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4502
3f94c067
BW
4503 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
4504 (Source Path, Character Sets, Macros, Define)
4505 (GDB/MI Result Records, GDB/MI Simple Examples)
4506 (GDB/MI Program Execution, GDB/MI File Commands)
4507 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
4508 (Bug Reporting): Use @value{GCC}.
5ae4183a 4509
12c27660 45102007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4511
12c27660
BW
4512 * gdb.texinfo (Help): Fix formatting of examples.
4513 (Variables): Use @ifnotinfo instead of @iftex.
4514 (Non-debug DLL symbols): Use @ref instead of @pxref.
4515 (Sparclet File): Use @samp instead of quotes.
5ae4183a 4516
ce9341a1
BW
45172007-03-26 Bob Wilson <bob.wilson@acm.org>
4518
4519 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
4520
c8f4133a
BW
45212007-03-26 Bob Wilson <bob.wilson@acm.org>
4522
4523 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
4524 the order of the nodes.
4525 (C Operators, C Constants, Debugging C): Remove extra menus.
4526 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 4527
c8f4133a 45282007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
4529
4530 * gdb.texinfo (File Options): Add missing parenthesis.
4531 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
4532
c74d0ad8
DJ
45332007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4534
4535 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
4536
ff6f572f
DJ
45372007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4538
669fac23 4539 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
4540 case insensitivity.
4541 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
4542
994337c3
NR
45432007-02-18 Nick Roberts <nickrob@snap.net.nz>
4544
4545 * gdb.texinfo (Top): Put Appendix A after numbered sections.
4546 (Files): Add section name to argument list for pxref.
4547 (Non-debug DLL symbols): Don't use `see' for pxref.
4548 (Embedded Processors): Fix typo.
4549 (GDB/MI Breakpoint Commands): Execution commands generate
4550 *stopped not ^done.
4551
eb819d70
NR
45522007-02-13 Nick Roberts <nickrob@snap.net.nz>
4553
4554 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
4555 values for in_scope. Mention that only root variables can be
4556 updated.
4557 (GDB/MI Development and Front Ends): Explain new values may be
4558 added to existing fields.
4559
123dc839
DJ
45602007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4561
4562 * gdb.texinfo (-target-disconnect): Use @smallexample.
4563 (Requirements): Add anchor for Expat. Update description.
4564 (Target Descriptions): Mention Expat.
4565 (Target Description Format): Document new elements. Use
4566 @smallexample.
4567 (Predefined Target Types, Standard Target Features): New sections.
669fac23 4568 * gdbint.texinfo (Target Descriptions): New section.
123dc839 4569
108546a0
DJ
45702007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
4571
4572 * gdb.texinfo (Target Description Format): Add section on XInclude.
4573
95a98c01
NR
45742006-02-03 Nick Roberts <nickrob@snap.net.nz>
4575
4576 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
4577 command -enable-timings.
4578
f4b3909f
EZ
45792007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
4580
5ae4183a 4581 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
4582 descriptions for new/deleted elements in gdb_osabi. Add missing
4583 description for function generic_elf_osabi_sniff_abi_tag_sections.
4584
c7ba131e
JB
45852007-01-29 Joel Brobecker <brobecker@adacore.com>
4586
4587 * gdb.texinfo (Maintenance Commands): Add documentation for
4588 the new "maint print target-stack" command.
4589
3a60f64e
JK
45902007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4591 Eli Zaretskii <eliz@gnu.org>
4592
f4b3909f 4593 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 4594
c582f8b6
EZ
45952007-01-26 Eli Zaretskii <eliz@gnu.org>
4596
4597 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
4598 Use @value{NGCC} instead of @value{GCC}.
4599
d3e8051b
EZ
46002007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
4601
4602 * agentexpr.texi: Fix typos.
4603 * annotate.texinfo: Likewise.
4604 * gdb.texinfo: Likewise.
4605 * gdbint.texinfo: Likewise.
4606 * observer.texi: Likewise.
4607 * stabs.texinfo: Likewise.
4608
86f04699
EZ
46092007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
4610
4611 * gdbint.texinfo (Support Libraries): Remove mmalloc
4612 entry. Describe readline library.
4613
23181151
DJ
46142007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
4615
4616 * gdb.texinfo (Target Descriptions): New section.
4617 (General Query Packets): Add QPassSignals anchor. Mention
4618 qXfer:features:read under qSupported. Expand mentions of
4619 qXfer:memory-map:read and QPassSignals. Document
4620 qXfer:features:read.
4621
f822c95b
DJ
46222007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
4623
4624 * gdb.texinfo (Commands to specify files): Describe
4625 "set sysroot" and "show sysroot".
4626 (Using the `gdbserver' program): Lowercase argument
4627 to @var. Expand description of setting up GDB on the
4628 host.
4629
8936fcda
JB
46302007-01-05 Joel Brobecker <brobecker@adacore.com>
4631
4632 * gdb.texinfo (Set Catchpoints): Add documentation for the new
4633 catch exception, catch exception unhandled, and catch assert
4634 commands.
4635
e776119f
DJ
46362007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
4637
4638 * gdb.texinfo (Debugging Output): Document "set debug xml"
4639 and "show debug xml".
4640
aa79a185
DJ
46412007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
4642
4643 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
4644
7f893741
JB
46452007-01-01 Joel Brobecker <brobecker@adacore.com>
4646
4647 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
4648
a1b5960f
VP
46492006-12-08 Vladimir Prus <vladimir@codesourcery.com>
4650
4651 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
4652 note in @ignore, to be removed later if nobody complains.
4653
9f470e6e
NR
46542006-12-04 Nick Roberts <nickrob@snap.net.nz>
4655
4656 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
4657 of -var-delete.
4658
765dc015 46592006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 4660
765dc015 4661 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
4662 automatic software/hardware breakpoint usage and
4663 the "set breakpoint auto-hw" command.
765dc015 4664
4b5752d0
VP
46652006-11-21 Vladimir Prus <vladimir@codesourcery.com>
4666
4667 * gdb.texinfo (Memory Access Checking): New.
4668
89be2091
DJ
46692006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
4670
4671 * gdb.texinfo (Remote configuration): Mention
4672 "pass-signals-packet".
4673 (General Query Packets): Document QPassSignals. Fix
4674 a typo.
4675
ca3bf3bd
DJ
46762006-11-14 Maxim Grigoriev <maxim@tensilica.com>
4677
4678 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
4679
427c3a89
DJ
46802006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
4681
4682 * gdb.texinfo (Remote configuration): Rewrite documentation for
4683 packet configuration commands.
4684 (OS Information): Adjust reference to qXfer:auxv:read.
4685 (General Query Packets): Remove references to read-aux-vector-packet
4686 and set remote get-thread-local-storage-address.
4687
7a107747
DJ
46882006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
4689
4690 * gdbint.texinfo (Target Architecture Definition): Add new
4691 Initializing a New Architecture section.
4692
1c56eb0e
EZ
46932006-10-31 David Taylor <dtaylor@emc.com>
4694
4695 * stabs.texinfo (Macro define and undefine): New node describing
4696 stabs for #define and #undef.
4697
f73adfeb
AS
46982006-10-27 Andreas Schwab <schwab@suse.de>
4699
4700 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
4701
fd60e0df
EZ
47022006-10-21 Eli Zaretskii <eliz@gnu.org>
4703
4704 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
4705 clarify on the possible meanings of ``expression'' watched by
4706 watchpoints. Add indexing.
e5ac9b53
EZ
4707 (Prompting, Errors, Invalidation, Annotations for Running)
4708 (Source Annotations): Fix index entries by adding "annotation" to
4709 them, to discriminate from index entries that point to the more
4710 general topic descriptions.
fd60e0df 4711
52bb452f
DJ
47122006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
4713
4714 * gdbint.texinfo (Target Vector Definition): Move most
4715 content into Existing Targets. Add a menu.
4716 (Existing Targets): New section, moved from Target Vector
4717 Definition. Use @subsection.
4718 (Managing Execution State): New section.
4719
58955e58
BW
47202006-10-16 Bob Wilson <bob.wilson@acm.org>
4721
4722 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
4723
c8aa23ab
EZ
47242006-10-15 Eli Zaretskii <eliz@gnu.org>
4725
4726 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
4727 (Command Syntax, Signals, Backtrace, Connecting)
4728 (Remote configuration, Renesas Boards, Console I/O): Fix last
4729 change: use Ctrl- instead of C-, except wrt Emacs.
4730 (File-I/O Examples): Put Ctrl-c in @kbd.
4731 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
4732 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
4733 (Signals, Set Breaks, Set Watchpoints): Document optional
4734 arguments to `info signals' `handle', `info breakpoints', and
4735 `info watchpoints'.
c8aa23ab 4736
e7109c7e
EZ
47372006-10-14 Eli Zaretskii <eliz@gnu.org>
4738
4739 * gdb.texinfo (Backtrace): Fix last change.
4740
de3aea7b
NR
47412006-10-14 Nick Roberts <nickrob@snap.net.nz>
4742
4743 * gdb.texinfo (Backtrace): Order correctly and add other cases.
4744
7f9087cb
BW
47452006-10-10 Bob Wilson <bob.wilson@acm.org>
4746
c8aa23ab
EZ
4747 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
4748 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
4749 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 4750
68437a39
DJ
47512006-09-21 Vladimir Prus <vladimir@codesourcery.com>
4752 Daniel Jacobowitz <dan@codesourcery.com>
4753
4754 * gdb.texinfo (Packets): Document vFlashErase,
4755 vFlashWrite and vFlashDone packets.
4756 (General Query Packets): Document qXfer:memory-map:read.
4757 Add a new feature for qXfer:memory-map:read.
4758 (Memory map format): New section.
4759 (Target Commands): Mention that gdb can write flash.
4760
fd79ecee
DJ
47612006-09-21 Vladimir Prus <vladimir@codesourcery.com>
4762 Daniel Jacobowitz <dan@codesourcery.com>
4763
4764 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
4765 memory regions and "mem auto".
4766
350da6ee
DJ
47672006-09-21 Nathan Sidwell <nathan@codesourcery.com>
4768
4769 * gdbint.texinfo (Array Containers): New section.
4770
2f1acb09
VP
47712006-09-17 Vladimir Prus <vladimir@codesourcery.com>
4772
4773 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
4774 -stack-list-arguments HIGH_FRAME argument can be larger then the
4775 actual number of frames.
4776
2ab1eb7a
VP
47772006-09-07 Vladimir Prus <vladimir@codesourcery.com>
4778
4779 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
4780 -stack-list-locals HIGH_FRAME argument can be larger then the
4781 actual number of frames.
2ab1eb7a 4782
599b237a
BW
47832006-09-02 Bob Wilson <bob.wilson@acm.org>
4784
4785 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
4786 Register Packet Format, Tracepoint Packets): Fix spelling errors.
4787
25ab7e6d
EZ
47882006-09-02 Eli Zaretskii <eliz@gnu.org>
4789
4790 * gdbint.texinfo (Overall Structure): New section "Source Tree
4791 Structure".
4792
940178d3
JB
47932006-08-17 Jim Blandy <jimb@codesourcery.com>
4794
4795 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
4796 responses.
4797
30daae6c
JB
47982006-08-08 Joel Brobecker <brobecker@adacore.com>
4799
4800 * gdb.texinfo (Source Path): Add documentation for new
4801 substitute-path commands.
4802
7fa2210b
DJ
48032006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
4804
4805 * gdb.texinfo (Installing GDB): Update menu. Move text to...
4806 (Running Configure): ...here.
4807 (Requirements): New node. Mention expat.
4808
3d00d119
DJ
48092006-08-08 Vladimir Prus <vladimir@codesourcery.com>
4810
5ae4183a 4811 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
4812 'set download-write-size' and 'show download-write-size'.
4813
0cbfa4ee
DJ
48142006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
4815
4816 * stabs.texinfo (Member Type Descriptor): Correct example for
4817 pointer to member types.
4818
16026cd7
AS
48192006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
4820
4821 * gdb.texinfo (Optional warnings and messages): Add
4822 'set/show trace-commands'.
4823 (Command files): Add '-v' to source command.
4824
0876f84a
DJ
48252006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
4826
4827 * gdb.texinfo (OS Information): Update qPart reference to
4828 qXfer.
4829 (Remote configuration): Likewise.
4830 (Overview): Move @cindex to the start of a paragraph. Talk
4831 about binary data encoding.
4832 (Packets): Refer to the overview for the details of the X
4833 packet encoding.
4834 (General Query Packets): Remove qPart description. Add qXfer
4835 description. Add an anchor to qSupported. Correct feature
4836 table title. Add a new feature for qXfer:auxv:read.
4837 (Interrupts): Add a missing parenthesis.
4838
2ec3381a
DJ
48392006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
4840
669fac23 4841 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
4842 (GDB/MI Kod Commands): Remove commented out node.
4843
594fe323
EZ
48442006-07-01 Eli Zaretskii <eliz@gnu.org>
4845
4846 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
4847 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
4848 (GDB/MI Thread Commands, GDB/MI Program Execution)
4849 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
4850 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
4851 (GDB/MI File Commands, GDB/MI Target Manipulation)
4852 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
4853 since the MI prompt is hard-wired into the code.
4854
7e3fb70c
NR
48552006-07-01 Nick Roberts <nickrob@snap.net.nz>
4856
4857 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
4858 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
4859 (GDB/MI Data Manipulation): Remove description of unimplemented
4860 display related commands as variable objects perform this function
4861 and are superior: -display-delete, -display-disable,
4862 -display-enable, -display-insert and -display-list. Move
4863 -environment-cd, -environment-directory, -environment-path
4864 and -environment-pwd to "Program Context".
4865 (GDB/MI Program Control): Rename to "Program Execution". Move
4866 -exec-arguments -exec-abort to...
4867 (GDB/MI Program Context): ...here. New node split from "Data
4868 Manipulation".
4869
be2a5f71
DJ
48702006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
4871
4872 * gdb.texinfo (Remote configuration): Document set / show
4873 remote supported-packets.
4874 (General Query Packets): Document qSupported packet.
4875
fc320d37
SL
48762006-06-10 Sandra Loosemore <sandra@codesourcery.com>
4877
4878 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
4879 and font markup.
4880 (Protocol basics): Likewise.
4881 (The F request packet): Likewise.
4882 (The F reply packet): Likewise.
4883 (Memory transfer): Move this node to be a subsubsection of
4884 "Protocol specific representation of datatypes".
4885 (The Ctrl-C message): More copy editing.
4886 (Console I/O): Likewise.
4887 (The isatty call): Delete this node, and merge its content into
4888 the "isatty" node. Fixed references elsewhere.
4889 (The system call): Delete this node, and merge its content into
4890 the "system" node. Fixed references elsewhere.
4891 (open): Reformat to use @table, and add appropriate font markup.
4892 (close): Likewise.
4893 (read): Likewise.
4894 (write): Likewise.
4895 (lseek): Likewise.
4896 (rename): Likewise.
4897 (unlink): Likewise.
4898 (stat/fstat): Likewise.
4899 (gettimeofday): Likewise.
4900 (isatty): Likewise.
4901 (system): Likewise, plus minor changes to fix confusing wording.
4902 (Integral datatypes): Fix font markup.
4903 (Pointer values): Likewise.
4904 (struct stat): Fix markup to use @table, plus minor copy editing.
4905 (struct timeval): Fix font markup, plus minor copy editing.
4906 (Constants): Minor copy editing.
4907 (Errno values): Add font markup.
4908 (File-I/O Examples): Likewise.
4909
158fdf5c
NR
49102006-06-10 Nick Roberts <nickrob@snap.net.nz>
4911
4912 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
4913 (GDB/MI Simple Examples): Move node up one level. Use real
4914 examples.
4915 (GDB/MI Compatibility with CLI): Update.
4916 (GDB/MI Result Records): Add "connected" and "exit" result
4917 classes.
4918 (GDB/MI Stream Records): Clarify target output.
4919 (GDB/MI Command Description Format): Modify example description.
4920 (GDB/MI Breakpoint Table Commands): Rename to...
4921 (GDB/MI Breakpoint Commands): ...this
4922 (GDB/MI Breakpoint Commands): Add optional thread field.
4923 (GDB/MI Program Control): Add an introduction. Move "Program
4924 termination" examples into exec-run description.
4925 (GDB/MI File Commands): Mention similar CLI commands.
4926 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
4927 is similar to "-gdb-version".
4928
ddb50cd7
EZ
49292006-06-09 Eli Zaretskii <eliz@gnu.org>
4930
4931 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
4932
2aef0d6b
NR
49332006-06-02 Nick Roberts <nickrob@snap.net.nz>
4934
4935 * gdb.texinfo (GDB/MI Development and Front Ends): Use
4936 sourceware.org for mailing lists.
d5e40d59 4937 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 4938
383a5c52
NR
49392006-06-01 Nick Roberts <nickrob@snap.net.nz>
4940
d5e40d59 4941 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 4942
e16b02ee
EZ
49432006-05-22 Eli Zaretskii <eliz@gnu.org>
4944
4945 * gdb.texinfo (Cygwin Native): Fix last change.
4946
be90c084
CF
49472006-05-22 Christopher Faylor <cgf@timesys.com>
4948
4949 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
4950
347ceba5
NR
49512006-05-15 Nick Roberts <nickrob@snap.net.nz>
4952
4953 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
4954 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
4955
369af7bd
DJ
49562006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4957
4958 * gdb.texinfo (General Query Packets): Recommend not starting
4959 new packets with qC and clarify.
4960
2ffdbde8 49612006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
4962
4963 * gdb.texinfo (M2 Types): New section.
72019c9c 4964
16d1a084
DJ
49652006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
4966
4967 * agentexpr.texi: Add a copyright and license notice.
4968 * observer.texi: Likewise, with GPL clause for function prototypes.
4969 Remove trailing whitespace.
4970
aa56d27a
JB
49712006-05-05 Jim Blandy <jimb@codesourcery.com>
4972
4973 * gdb.texinfo (General Query Packets): Document conventions for
4974 terminating packet names, and their violations.
4975
5bdf8622
DJ
49762006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
4977
4978 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
4979 * gdb.texinfo: Likewise.
4980
605a56cb
DJ
49812006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
4982
4983 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
4984 and "show remotedebug".
4985 (Debugging Output): Add additional index entries.
4986
b8db102d
MS
49872006-04-27 Michael Snyder <msnyder@redhat.com>
4988
4989 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
4990
c5e30d01
AC
49912006-04-22 Andrew Cagney <cagney@redhat.com>
4992
4993 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
4994 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
4995
8181d85f
DJ
49962006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
4997
4998 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
4999 and remove breakpoint prototypes.
5000 (Watchpoints): Move description of target_insert_hw_breakpoint and
5001 target_remove_hw_breakpoint ...
5002 (Breakpoints): ... to here. Document target_insert_breakpoint and
5003 target_remove_breakpoint.
5004
4f553f88
JB
50052006-04-17 Jim Blandy <jimb@codesourcery.com>
5006
5007 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
5008 and C packets are optional.
5009
cd852561
FR
50102006-04-14 Frederic Riss <frederic.riss@st.com>
5011
5012 * gdb.texinfo (Specifying source directories): Update the description
5013 of the source file search to reflect the fact that the source path
5014 always contains at least $cdir and $cwd.
5015
b620eb07
MS
50162006-03-31 Michael Snyder <msnyder@redhat.com>
5017
5018 * gdb.texinfo: Update copyright dates.
5019
3156cdaf
EZ
50202006-03-31 Eli Zaretskii <eliz@gnu.org>
5021
5022 * gdb.texinfo (Overview): Add an index entry to "empty response".
5023
7d30c22d
JB
50242006-03-28 Jim Blandy <jimb@codesourcery.com>
5025
5026 * gdbint.texinfo (Prologue Analysis): New section.
5027
86941c27
JB
50282006-03-07 Jim Blandy <jimb@red-bean.com>
5029
66b8c7f6
JB
5030 * gdb.texinfo (Connecting): Document 'target remote pipe'.
5031
1a10341b
JB
5032 * gdb.texinfo (Target Commands): Update text describing how to
5033 specify a target. Refer to the detailed section on remote
5034 debugging, not the brief mention.
5035
86941c27
JB
5036 * gdb.texinfo (Connecting): Organize the different 'target remote'
5037 connection methods into a table. Add a 'target remote' index
5038 entry. (!!!)
5039
62f3a2ba
FF
50402006-02-17 Fred Fish <fnf@specifix.com>
5041
5042 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
5043 'ptype' commands to reflect the fact that the only significant
5044 difference between them is that ptype prints the complete type
5045 description instead of just the name.
5046
8b9a88ea
WZ
50472006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
5048
5049 * gdbint.texinfo (Watchpoints): Delete
5050 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
5051
7e8dc855
NR
50522006-02-10 Nick Roberts <nickrob@snap.net.nz>
5053
5054 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
5055 times fields where needed. Fix typos. Update general form given
5056 for output of -break-insert.
5057 (GDB/MI): Abbreviate some unnecessarily long fullnames.
5058
c91d38aa
DJ
50592006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
5060
5061 * gdbint.texinfo (Symbol Handling): Add a section
5062 on memory management.
5063
38fcd64c
DJ
50642006-02-06 Vladimir Prus <ghost@cs.msu.su>
5065
5066 * gdb.texinfo (Breakpoint table commands): Document the fullname
5067 field in -break-list output.
5068
219eec71
EZ
50692006-02-03 Eli Zaretskii <eliz@gnu.org>
5070
5071 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
5072 debugging information produced by the various "set debug..."
5073 options.
5074
ae5a43e0
DJ
50752006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5076
5077 * gdb.texinfo (Files): Remove obsolete bits from the description
5078 of "symbol-file".
5079
a9f158ec
JB
50802006-01-25 Jim Blandy <jimb@redhat.com>
5081
5082 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
5083
410dd08e
JB
50842006-01-24 Jim Blandy <jimb@redhat.com>
5085
5086 * gdbint.texinfo (Frames): Document the basics of GDB's register
5087 unwinding model, and explain the existence of the "sentinel" frame.
5088
4b505b12
AS
50892006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
5090
5091 * gdb.texinfo (Choosing files): Mention that -directory is used
5092 for script files.
5093 (Specifying source directories): Likewise.
5094 (Command files): Explain how script files are found.
5095
839c27b7
EZ
50962006-01-21 Eli Zaretskii <eliz@gnu.org>
5097
5098 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
5099 the threads in a multi-threaded program.
5100 (Threads): The threadno argument of "thread apply" can be a range
5101 of numbers.
5102
7be93b9e
JB
51032006-01-18 Jim Blandy <jimb@redhat.com>
5104
5105 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
5106 of warning flags.
5107
fcc73fe3
EZ
51082006-01-13 Eli Zaretskii <eliz@gnu.org>
5109
5110 * gdb.texinfo (Sequences): Improve menu annotations.
5111 (Define): Add index entries for arguments of user-defined
5112 commands. Move the description of flow-control commands...
5113 (Command Files): ...to here. Document loop_break and
5114 loop_continue.
ca91424e
EZ
5115 (Define, Command Files): Document `end' and add index entries for
5116 it.
fcc73fe3 5117
5c95884b
MS
51182006-01-04 Michael Snyder <msnyder@redhat.com>
5119
5120 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 5121 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 5122
860701dc
PH
51232006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
5124
5125 * gdb.texinfo (Omissions from Ada): Document that there is now
5126 limited aggregate support.
5127
36b80e65
EZ
51282005-12-28 Eli Zaretskii <eliz@gnu.org>
5129
5130 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
5131 registers and the likes.
5132
c1468174
EZ
51332005-12-24 Eli Zaretskii <eliz@gnu.org>
5134
5135 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
5136 (Symbols): Fix usage of "e.g.".
359df76b 5137 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
5138
5139 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
5140 (Coding): Fix usage of "e.g.".
5141
c02a867d
EZ
51422005-12-23 Eli Zaretskii <eliz@gnu.org>
5143
5ae4183a
AS
5144 * stabs.texinfo:
5145 * refcard.tex:
c02a867d 5146 * gpl.texi:
5ae4183a
AS
5147 * gdbint.texinfo:
5148 * gdb.texinfo:
5149 * gdb-cfg.texi:
c02a867d 5150 * fdl.texi:
5ae4183a
AS
5151 * annotate.texinfo:
5152 * all-cfg.texi:
c02a867d
EZ
5153 * Makefile.in: Add (C) after Copyright. Update the FSF
5154 address.
5155
fad38dfa
EZ
51562005-12-03 Eli Zaretskii <eliz@gnu.org>
5157
5158 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
5159 extend GDB with commands for external monitor.
5160
53e5f3cf
AS
51612005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
5162
5163 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
5164
55f6ca0f
JB
51652005-11-25 Joel Brobecker <brobecker@adacore.com>
5166
5167 * gdbint.texinfo (Start of New Year Procedure): New chapter.
5168
c1947b85
JB
51692005-11-21 Jim Blandy <jimb@redhat.com>
5170
5171 * gdb.texinfo (Tracepoint Packets): Document restrictions on
5172 placement of 'R' actions in tracepoint action packets; document
5173 dependence of 'X' and 'M' actions on a preceding 'R' action for
5174 their registers.
5175
9d29849a
JB
51762005-11-19 Jim Blandy <jimb@redhat.com>
5177
5178 * gdb.texinfo (Tracepoint Packets): New node.
5179 (General Query Packets): Add entries for the tracepoint packets,
5180 referring to the "Tracepoint Packets" node.
5181 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 5182
9a6253be
KB
51832005-11-18 Kevin Buettner <kevinb@redhat.com>
5184
5185 * gdb.texinfo (set remotebreak): Add anchor.
5186 (X packet): Likewise.
5187 (Remote Protocol): Add new section `Interrupts' and new index
5188 entry `interrupts (remote protocol)'.
5189
5f3bebba
JB
51902005-11-18 Jim Blandy <jimb@redhat.com>
5191
5192 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
5193 entries into the General Query Packets section. Add a
5194 cross-reference to that section. Drop description of replies, as
5195 these are covered in the descriptions of each packet.
5196 (General Query Packets): Add introductory text. Explain naming
5197 conventions, and how the end of a name is recognized.
5198
9a7a1b36
KB
51992005-11-17 Kevin Buettner <kevinb@redhat.com>
5200
0564b6cf 5201 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
5202 "set remotebreak" command.
5203
b8ff78ce
JB
52042005-11-16 Jim Blandy <jimb@redhat.com>
5205
5206 * gdb.texinfo (Packets, Stop Reply Packets)
5207 (General Query Packets): Various formatting cleanups.
5208 - Use @samp for packet contents.
5209 - Drop summaries from packet @item lines; the same information appears
5210 immediately below in the description.
5211 - Delete paragraph breaks after packet @item commands, so that the
5212 description appears directly to the right of the packet prototype
5213 in the printed manual, if it fits.
5214 - Place spaces in packet prototypes between @vars and non-@var
5215 letters, and explain that they're just for formatting.
5216 - Use @dots{} instead of '...'.
5217 - Fix uses of @code where @var was needed.
5218 - Replace "deprecated" markers with English text spelling out the
5219 packet's status and the preferred alternatives.
5220 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
5221 what this ever meant.
5222 - Remove "(draft)" markers on 'i' packets; nobody has commented on
5223 this for a long time.
5224 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
5225 implemented several times, and have been in use for years.
5226
8ffe2530
JB
52272005-11-15 Jim Blandy <jimb@redhat.com>
5228
c43c5473
JB
5229 * gdb.texinfo (Packets): Add index entries for 'm' packet
5230 disclaimers.
5ae4183a 5231
fb031cdf
JB
5232 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
5233 of stub when processing an 'm' packet.
5234
8ffe2530
JB
5235 * gdb.texinfo (Packets): Mention that packets beginning with
5236 letters are reserved once, at the top, instead of actually listing
5237 them all and saying "reserved".
5238
c03c782f
AS
52392005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
5240
5241 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
5242 Change @var{$arg0 to @code{$arg0.
5243
814e32d7
WZ
52442005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
5245
5246 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
5247
fa93a9d8
JB
52482005-11-12 Jim Blandy <jimb@redhat.com>
5249
5250 * gdb.texinfo (General Query Packets): Put packets in alphabetical
5251 order. Remove extraneous 'z'.
5252
8a5a3c82
AS
52532005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
5254
5255 * gdb.texinfo (Choosing files): Add --eval-command.
5256
4b0ad762
AS
52572005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
5258
5259 * gdb.texinfo (Choosing modes): Add --return-child-result.
5260
5261
1a088d06
AS
52622005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
5263
5264 * gdb.texinfo (Choosing modes): Add --batch-silent.
5265
656d5e12
EZ
52662005-10-28 Eli Zaretskii <eliz@gnu.org>
5267
5268 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
5269 "The -var-update Command".
5270
3c9c013a
JB
52712005-10-03 Joel Brobecker <brobecker@adacore.com>
5272
5273 * gdb.texinfo (Print Settings): Add documentation for set/show
5274 print array-indexes.
5275
7ba3cf9c
DJ
52762005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
5277
5278 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
5279 6.2 and 6.3.
5280
a94ab193
EZ
52812005-08-27 Eli Zaretskii <eliz@gnu.org>
5282
5283 * gdb.texinfo (File Options): Don't document --mapped, it's gone
5284 since 19-Jan-2004.
5285 (Files): Likewise.
ab1adacd
EZ
5286 (Variables, Symbols): Document the "<incomplete type>" message and
5287 its reasons.
a94ab193 5288
ca06016a
FF
52892005-08-01 Fred Fish <fnf@specifix.com>
5290
5291 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
5292
cf58170d
NR
52932005-07-15 Nick Roberts <nickrob@snap.net.nz>
5294
5295 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
5296 option for -var-list-children and -var-update.
5297 (GDB/MI Stack Manipulation): Simplify description of
5298 print-values option for -stack-list-locals.
5299 (GDB/MI Command Description Format): Clarify.
5300 (Mode Options): Spelling of superseded.
5301
38f1196a
BR
53022005-07-12 Bob Rossi <bob@brasko.net>
5303
5304 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
5305 corresponding GDB command comment.
5306
3cb3b8df
BR
53072005-07-06 Bob Rossi <bob@brasko.net>
5308
5309 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
5310 and -inferior-tty-show.
5311 (Input/Output): Document "set/show inferior-tty" and tty alias.
5312
10fac096
NW
53132005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
5314
5315 * gdb.texinfo (Packets): Change description of 'D' packet to note
5316 that GDB does wait for a response.
5317
d1b6db76
NR
53182005-06-22 Nick Roberts <nickrob@snap.net.nz>
5319
5320 * gdb.texinfo (History) Rename "Command History".
5321 (Command History): Move node "Server Prefix" from section on
5322 Annotations here.
5323
29629dcf
NR
53242005-06-19 Nick Roberts <nickrob@snap.net.nz>
5325
5326 * gdb.texinfo (GDB/MI Stack Manipulation):
5327 Re-instate -stack-info-frame with example. Say that it gets
5328 info on selected frame, not current frame.
5329
397ca115
EZ
53302005-06-18 Eli Zaretskii <eliz@gnu.org>
5331
5332 * gdb.texinfo (Server): Clarify that `file' should be used before
5333 connecting to the server.
5334 (Files): Add an xref to the above description.
51274035
EZ
5335 (Output Formats): More detailed description of the `c' format.
5336 (Memory): List explicitly all the formats supported by `x'.
638ac427 5337 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 5338 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
5339 files. Add more indexing for solib-absolute-prefix and
5340 --with-sysroot.
76d17f34
EZ
5341 (Machine Code): Document possible problems with locations in
5342 shared libraries.
d416eeec
EZ
5343 (Backtrace): Document that free-standing environments do not need
5344 to have a `main' function.
397ca115 5345
74f6deaa
NR
53462005-06-18 Nick Roberts <nickrob@snap.net.nz>
5347
5348 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
5349 -stack-info-frame.
5350
a9967aef
AC
53512005-06-07 Andrew Cagney <cagney@gnu.org>
5352
5353 * gdb.texinfo (Contributors): Note the original multi-arch
5354 contributors.
5355
e09f16f9
EZ
53562005-06-03 Eli Zaretskii <eliz@gnu.org>
5357
5358 * gdb.texinfo (Registers): Add index entries for the standard
5359 registers.
5360 (Frames): Add cross-reference from frame pointer description to
5361 the Registers node.
5362 (Annotations Overview): Fix the reference to GDB name.
5363
d87ba7ee
EZ
53642005-06-01 Eli Zaretskii <eliz@gnu.org>
5365
5366 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
5367 can-use-hw-watchpoints.
5368
034dad6f
BR
53692005-05-28 Bob Rossi <bob@brasko.net>
5370
5371 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
5372 the possible reasons why an exec async record would be returned to FE.
5373
ffed4509
AC
53742005-05-26 Andrew Cagney <cagney@gnu.org>
5375
5376 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
5377 Andrew Cagney implemented the original GDB/MI.
5378
e22e55c9
OF
53792005-05-23 Orjan Friberg <orjanf@axis.com>
5380
5381 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
5382 documentation. Add documentation for cris-mode.
5383
a78e13ce
EZ
53842005-05-20 Eli Zaretskii <eliz@gnu.org>
5385
5386 * gdb.texinfo (Numbers): Explain the example and make the wording
5387 more acurate.
5388
76ff342d
DJ
53892005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
5390 Dennis Brueni <dennis@slickedit.com>
5391
5392 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
5393 (GDB/MI Data Manipulation, GDB/MI Program Control)
5394 (GDB/MI Stack Manipulation): Update examples to include the fullname
5395 attribute in stack frames.
5396
119b882a
EZ
53972005-05-12 Eli Zaretskii <eliz@gnu.org>
5398
5399 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
5400 do with other non-standard names of init files.
5401
6fc08d32
EZ
54022005-05-11 Eli Zaretskii <eliz@gnu.org>
5403
5404 * gdb.texinfo (Command Files): Move the description of the startup
5405 from here...
5406 (Startup): ...to this new subsection of the Invocation chapter.
5407 Rearrange the description of init files more logically and add a
5408 cross-reference to "Command Files". Document the special gdbinit
5409 name for CISCO 68k. Expand the description of what GDB does
5410 during startup.
5411 (History): Add index entry for HISTSIZE.
5412
a561754a
MK
54132005-05-02 Mark Kettenis <kettenis@gnu.org>
5414
5415 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
5416
2eecc4ab
EZ
54172005-05-02 Eli Zaretskii <eliz@gnu.org>
5418
5419 * gdb.texinfo (SVR4 Process Information, The isatty call)
5420 (The system call): Don't use foo(N) notation for man pages and
5421 functions.
514c4d71 5422 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 5423
18999be5
EZ
54242005-04-27 Eli Zaretskii <eliz@gnu.org>
5425
5426 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
5427 were optimized away.
5428
0abb7bc7
EZ
54292005-04-22 Eli Zaretskii <eliz@gnu.org>
5430
5431 * gdb.texinfo (Remote configuration): Document "set/show
5432 get-thread-local-storage-address". Add cross-reference to the
5433 description of the qGetTLSAddr packet.
5434 (General Query Packets): Mention "set remote
5435 get-thread-local-storage-address" and add a reference to its
5436 description.
5437
6f61acb1
NR
54382005-04-19 Nick Roberts <nickrob@snap.net.nz>
5439
5440 * gdb.texinfo (Backtrace): Describe 'bt full'.
5441
9d59903a
NR
54422005-04-17 Nick Roberts <nickrob@snap.net.nz>
5443
5444 * gdb.texinfo (Mode Options): Fix typo.
5445 (GDB/MI): Describe how to invoke GDB/MI.
5446
721c2651
EZ
54472005-04-16 Eli Zaretskii <eliz@gnu.org>
5448
5449 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 5450 references changed. Add description of "info udot".
721c2651
EZ
5451 (Files): Document "set/show stop-on-solib-events".
5452 (M32R/D): Document "set/show download-path", "set/show
5453 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
5454 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
5455 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
5456 (Maintenance Commands): Improve indexing.
5457 (Target Commands): Document "set/show hash", "set/show debug
5458 monitor".
5459 (SVR4 Process Information): Document "info pidlist" and "info
5460 meminfo". Document "set/show procfs-tarce" and "set/show
5461 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
5462 (Symbols, The Print Command with Objective-C): Improve indexing.
5463 (Objective-C): Add references to "info classes" and "info
5464 selectors".
c45da7e6
EZ
5465 (Debugging Output): Improve wording. Document "set/show debug
5466 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
5467 (Set Breaks): Add index entry for "hardware breakpoints".
5468 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
5469 and "set/show usehardbreakpoints".
5470 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
5471 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
5472 (ARM): Document "rdilogfile", "rdilogenable", "set/show
5473 rdiromatzero", "set/show rdiheartbeat".
5474 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
5475 "sds".
5476 (Embedded Processors): Document the "sim" command.
5477 (Remote): Document the "remote" command.
5478 (DJGPP Native): Document the "info serial" command.
5479 (Threads): Document "maint info sol-threads".
5480 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
5481 (Set Breaks): Improve indexing.
5482 (Command Syntax): Add a reference to dont-repeat.
5483 (Define): Document "dont-repeat".
5484 (TUI Commands): Document "tabset".
5485 (WinCE): New subsection. Document "set/show remotedirectory",
5486 "set/show remoteupload", "set/show remoteaddhost".
721c2651 5487
14d6dd68
EZ
54882005-04-15 Eli Zaretskii <eliz@gnu.org>
5489
5490 * gdb.texinfo (Hurd Native): New subsection, documents
5491 Hurd-specific commands.
a64548ea 5492 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 5493 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
5494 (MIPS): Improve documentation of heuristic-fence-post. Document
5495 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
5496 mips stack-arg-size", "set/show mips mask-address", "set/show mips
5497 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 5498 (ARM): Document ARM-specific commands.
a64548ea
EZ
5499 (AVR): New section. Document "info io_registers".
5500 (CRIS): New section. Document "set/show cris-version" and
5501 "set/show cris-dwarf2-cfi".
5502 (HPPA): New section. Document "set/show debug hppa" and "maint
5503 print unwind".
a5adf40f 5504 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 5505 (Super-H): New section. Document the "regs" command.
721c2651 5506 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 5507
9c16f35a
EZ
55082005-04-09 Eli Zaretskii <eliz@gnu.org>
5509
5510 * gdb.texinfo (Print Settings): Document "set/show print
5511 pascal_static-members", "set print repeats", "show print
5512 null-stop". Improve indexing. Fix documentation of "set print
5513 union".
5514 (Pascal): New section.
5515 (Supported languages): Rename from "Support"; all references
5516 updated. Add a menu item for Pascal.
5517 (Numbers): Document "set radix.
5518 (Screen Size): Document "set/show pagination".
5519 (MIPS Embedded): Remove "set processor" documentation.
5520 (Remote configuration): Document "set/show X/P/Z-packet",
5521 "set/show read-aux-vector-packet", "set/show remote
5522 symbol-lookup-packet", "set/show remote verbose-resume-packet",
5523 "set/show remoteaddresssize", "set/show remotebaud", "set/show
5524 remotedebug", "set/show remotebreak", "set/show remotedevice",
5525 "set/show remotelogfile".
5526 (Auxiliary Vector): Add reference to the description of the
5527 read-aux-vector-packet setting.
5528 (Set Watchpoints): Add a cross-reference to "set remote
5529 hardware-breakpoint-limit".
5530 (General Query Packets): Add indexing of requests and
5531 cross-references to related commands in "Remote configuration".
5532 (File-I/O Overview, The system call): Fix wording and typos.
5533 (Thread Stops): Add index entries.
5534 (Continuing and Stepping): Document "show step-mode".
5535 (i386): New node. Document "set/show struct-convention".
5536 (Files): Document "show trust-readonly-sections".
5537 (Calling): Document "set/show unwindonsignal".
5538 (Messages/Warnings): Add index entries.
5539 (Maintenance Commands): Document "set/show watchdog".
5540 (Annotations Overview): Document "show annotate".
5541 (Set Watchpoints): Add index entries.
5542 (Symbols): Fix doc of case-sensitive.
5543 (ABI): Document "show coerce-float-to-double".
5544 (Convenience Vars, Help): Improve indexing.
5545 (Machine Code): Document "show disassembly-flavor".
5546 (Debugging C plus plus): Document "show overload-resolution".
5547 (Value History, Signaling): Add index entries.
5548
55492005-04-08 Eli Zaretskii <eliz@gnu.org>
5550
5551 * gdb.texinfo (Show): Move @kindex entries to their proper places.
5552 (Processes): Fix wording.
5553 (History, List, Logging output, Define, Symbols, Print Settings):
5554 Improve indexing.
5555
a8f24a35
EZ
55562005-04-03 Eli Zaretskii <eliz@gnu.org>
5557
5558 * gdb.texinfo (Targets): Document "set/show architecture". Remove
5559 redundant index entry for "target" command.
5560 (Backtrace): Add index entries.
5561 (Symbols, Fortran): Document the "set case-sensitive" command.
5562 (DJGPP Native): Document "set com1base", "set com1irq", etc.
5563 (Print Settings): Add index entry for "set demangle-style".
5564 (Target Commands): Document "set download-write-size".
5565 (Debugging Output): Document "set exec-done-display".
5566
09d4efe1
EZ
55672005-04-02 Eli Zaretskii <eliz@gnu.org>
5568
5569 * gdb.texinfo (Files): Fix the name and documentation of
5570 add-shared-symbol-files. Document its alias assf. Update the
5571 list of OSs where GDB supports shared libraries. Fix markup.
5572 (Continuing and Stepping): Add reference to @var{location} in the
5573 text.
5574 (Dump/Restore Files): Fix reference to @{filename}.
5575 (Help): Fix wording.
5576 (Attach): Ditto.
5577 (Set Watchpoints): Ditto.
5578 (Backtrace): Remove redundant index entries. Improve index
5579 entries.
5580 (Delete Breaks): Fix wording.
5581 (Memory): Document the compare-sections command.
5582 (Memory Region Attributes): Improve wording.
5583 (Disabling): Improve wording.
5584 (Fortran): New subsection. Document the "info common" command.
5585 (Help): Document aliases "info copying" and "info warranty".
5586 (Caching Remote Data): New section. Document the "set/show
5587 remotecache" and "info dcache" commands.
5588 (Show): Fix wording of the documentation of the "set
5589 extension-language" command.
5590 (Signals): Add index entry for "info handle".
5591 (Memory Region Attributes): Fix punctuation.
5592 (Symbols): Change the arg name to "location" and refer to it in
5593 the text. Fix wording of "info types" doc.
5594 (Threads): Fix usage of @enumerate @item's.
5595 (Listing Tracepoints): Add index entry for "info tp".
5596 (Set Watchpoints): Add xref to "info break" description.
5597 (Macros): Add an index entry for "macro exp1". Document the
5598 "macro list" command.
5599 (Maintenance Commands): Document "flushregs", "maint agent",
5600 "maint check-symtabs", "maint cplus", "maint demangle", "maint
5601 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
5602 "maint print architecture", "maint print objfiles", "maint print
5603 statistics", "maint print type", "maint show-debug-regs", "maint
5604 space", "maint time", and "maint translate-address".
5605 (Connecting): Document the "monitor" command.
5606 (Annotations Overview): Describe the "set annotate" command.
5607
82f2d802
EZ
56082005-04-01 Eli Zaretskii <eliz@gnu.org>
5609
5610 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
5611 Rearrange index entries and improve wording about support for
5612 hardware watchpoints.
5613
7d51c7de
BR
56142005-03-10 Bob Rossi <bob@brasko.net>
5615
5616 * gdb.texinfo: Update copyright
5617
68c71a2e
TR
56182005-02-09 Theodore A. Roth <troth@openavr.org>
5619
5620 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
5621 error.
5622
83761cbd
KB
56232005-02-03 Kevin Buettner <kevinb@redhat.com>
5624
5625 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
5626
9f1c6395
MS
56272005-01-17 Michael Snyder <msnyder@redhat.com>
5628
5629 * gdb.texinfo: Fix spelling, infinte -> infinite.
5630
fbd1b305
MK
56312005-01-08 Mark Kettenis <kettenis@gnu.org>
5632
5633 * observer.texi (GDB Observers): Document "solib_loaded".
5634
3ace7edb
AC
56352005-01-07 Andrew Cagney <cagney@gnu.org>
5636
bec39cab
AC
5637 * configure.ac: Rename configure.in, require autoconf 2.59.
5638 * configure: Re-generate.
5639
3ace7edb
AC
5640 * configure.in: Replace configdirs with multiple references to
5641 AC_CONFIG_SUBDIRS.
5642 * configure: Re-generate.
5ae4183a 5643
53531fc1
AC
56442005-01-04 Andrew Cagney <cagney@gnu.org>
5645
5646 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
5647 part of the version number.
5648
536ffdb7
MK
56492004-12-24 Mark Kettenis <kettenis@gnu.org>
5650
5651 * gdbint.texinfo (Algorithms): Remove description of
5652 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
5653
e1aac25b
JB
56542004-12-07 Jim Blandy <jimb@redhat.com>
5655
5656 * gdb.texinfo (General Query Packets): Specify that thread ID's in
5657 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
5658 numbers.
5659
f47b1503
AS
56602004-12-07 Andreas Schwab <schwab@suse.de>
5661
5662 * gdb.texinfo (Mode Options): Document -l option.
5663
b6b8ece6
EZ
56642004-12-04 Eli Zaretskii <eliz@gnu.org>
5665
5666 * gdbint.texinfo (Algorithms): More accurate description of
5667 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
5668 is not needed unless data-read and data-access watchpoints are
5669 supported. Add a description of how GDB checks whether the
5670 inferior stopped because a watchpoint was hit.
5671
01371747
EZ
56722004-11-23 Eli Zaretskii <eliz@gnu.org>
5673
5674 * gdb.texinfo (Files): Add cross-reference to description of
5675 -readnow command-line switch.
5676
2315ffec
RC
56772004-11-10 Randolph Chung <tausq@debian.org>
5678
5679 * gdb.texinfo: Document set/show backtrace past-entry commands.
5680 Rearrange index entries for set/show backtrace past-main.
5681
69065f5d
AC
56822004-11-10 Jon Beniston <jon@beniston.com>
5683
5684 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
5685 * gdb.texinfo (Remote Serial Protocol): Further describe
5686 binary transfer escaping mechanism .
69065f5d 5687
30e91e0b
RC
56882004-11-08 Randolph Chung <tausq@debian.org>
5689
5690 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
5691 and "show debug infrun". Add index entries.
5692
60bf7e09
EZ
56932004-10-23 Eli Zaretskii <eliz@gnu.org>
5694
5695 * gdb.texinfo (SVR4 Process Information): Document subcommands of
5696 "info proc" that are already implemented. Add index entries.
5697 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
5698 (Files): Add a tip for decreasing memory used for symtabs from
5699 shared libraries.
f018e82f
EZ
5700 (Starting): Fix whitespace; make "elaboration" stand out where it
5701 is first used, and add an index entry for the term.
f8568604
EZ
5702 (Calling): Expand and elaborate text. Add "print". Add the
5703 description of problems with weak aliases.
384ee23f 5704 (Core File Generation): New section.
60bf7e09 5705
d52fe014
AC
57062004-10-12 Andrew Cagney <cagney@gnu.org>
5707
5708 * gdbint.texinfo (Versions and Branches): New chapter.
5709 (Releasing GDB): Delete "Versions and Branches" section.
5710 (Top): Add "Versions and Branches".
5711
703663ab
EZ
57122004-10-08 Eli Zaretskii <eliz@gnu.org>
5713
5714 * gdb.texinfo (Editing, History): Add cross-references to the
5715 included Readline and History user documentation. Remove
5716 references to the symbol have-readline-appendices which is unused
5717 and undefined.
5718 (History): Fix indexing.
5719
ac77d04f
JJ
57202004-10-08 Jeff Johnston <jjohnstn@redhat.com>
5721
5722 * gdbint.texinfo (target_stopped_data_address): Update to
5723 new prototype.
5724 (i386_stopped_data_address): Update prototype and description.
5725 (i386_stopped_by_watchpoint): New function and description.
5726
e07c999f
PH
57272004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
5728
5729 * gdb.texinfo (Filenames): Add Ada suffixes.
5730 (Ada) New section.
5731
2e868123
AC
57322004-09-27 Andrew Cagney <cagney@gnu.org>
5733 Robert Picco <Robert.Picco@hp.com>
5734
5735 * gdb.texinfo (Packets): Document the "p" packet.
5736
02a57714
JM
57372004-09-21 Jason Molenda (jmolenda@apple.com)
5738
5739 * gdb.texinfo (Paths and Names of the Source Files): Document the
5740 meaning of values in the 'desc' field of a SO stab.
5741
ae038cb0
DJ
57422004-09-20 Daniel Jacobowitz <dan@debian.org>
5743
5744 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
5745 max-cache-age" and "maint show dwarf2 max-cache-age".
5746
f7dc1244
EZ
57472004-09-16 Eli Zaretskii <eliz@gnu.org>
5748
5749 * gdb.texinfo (Set Breaks): Add index entry for setting
5750 breakpoints on overloaded C++ functions that are not members of
5751 any classes. Add an example and an index entry for setting
5752 breakpoints on all program functions.
5753 (Character Sets, Macros, Overlay Commands)
5754 (Non-debug DLL symbols, GDB/MI Output Syntax)
5755 (Annotations Overview, Maintenance Commands, File-I/O Overview):
5756 Use "(@value{GDBP})" instead of a literal "(gdb)".
5757
f810308b
AC
57582004-09-12 Andrew Cagney <cagney@gnu.org>
5759
5760 * gdbint.texinfo (Native Debugging): Delete description of
5761 FILES_INFO_HOOK.
5762
15a661f3
PH
57632004-09-11 Paul Hilfinger <hilfinger@gnat.com>
5764
5ae4183a
AS
5765 * gdbint.texinfo (User Interface): Change local_hex_string_custom
5766 to hex_string_custom (not historically correct, but more
15a661f3
PH
5767 understandable, given the current code).
5768
f3219c75
AC
57692004-09-03 Andrew Cagney <cagney@gnu.org>
5770
5771 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
5772
f3bb6704
JJ
57732004-09-01 Jeff Johnston <jjohnstn@redhat.com>
5774
5775 * observer.texi (solib_unloaded): New observer.
5776
8d2c00cb
AC
57772004-08-24 Andrew Cagney <cagney@gnu.org>
5778
5779 * gdbint.texinfo (Target Architecture Definition): Add missing
5780 comma.
5781
e7dc800a
MC
57822004-08-20 Michael Chastain <mec.gnu@mindspring.com>
5783
5784 * (Using the Testsuite): build != host is supported,
5785 but some test scripts do not support build != host.
5786
73b03683
MK
57872004-08-14 Mark Kettenis <kettenis@gnu.org>
5788
5789 * gdbint.texinfo (Host Definition): Delete description of
5790 FCLOSE_PROVIDED and GETENV_PROVIDED.
5791
c0ccb908
MK
57922004-08-05 Mark Kettenis <kettenis@chello.nl>
5793
5794 * gdbint.texinfo (Host Definition): Delete description of
5795 NO_SYS_FILE.
5796 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
5797 PTRACE_FP_BUG.
5798
9c8dbfa9
AC
57992004-08-05 Andrew Cagney <cagney@gnu.org>
5800
5801 * gdbint.texinfo (Target Architecture Definition): Delete
5802 reference to deprecated_read_fp.
5803
f42accbe
AC
58042004-08-02 Andrew Cagney <cagney@gnu.org>
5805
5806 * gdbint.texinfo (Target Architecture Definition): Delete
5807 description of DEPRECATED_REGISTER_BYTES.
5808
0b66e38c
EZ
58092004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
5810
5811 * gdb.texinfo (Source Path): Document the new behavior of
5812 searching for the source files.
5813
15387254
EZ
58142004-07-17 Eli Zaretskii <eliz@gnu.org>
5815
5816 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
5817 (Search, Expressions, Arrays, Variables, Data, Machine Code)
5818 (Auto Display): Improve indexing.
5819
2c07db7a
AC
58202004-07-16 Andrew Cagney <cagney@gnu.org>
5821
5822 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
5823 "-noasync".
5824
4644b6e3
EZ
58252004-07-09 Eli Zaretskii <eliz@gnu.org>
5826
5827 * gdb.texinfo: Fix @kindex entries so that multiple commands that
5828 have the same prefix have only their prefix in the index.
5829
7561d450
MK
58302004-07-03 Mark Kettenis <kettenis@gnu.org>
5831
5832 * gdb.texinfo (BSD libkvm Interface): New node (section)
5833 (Native): Add it to the menu.
5834
67bebe79
MK
58352004-07-01 Mark Kettenis <kettenis@gnu.org>
5836
5837 * gdbint.texinfo (Target Architecture Definition): Remove
5838 PCC_SOL_BROKEN.
5839
1a6923e0
MK
58402004-06-24 Mark Kettenis <kettenis@gnu.org>
5841
5842 * gdbint.texinfo (Target Architecture Definition): Remove
5843 SUN_FIXED_LBRAC_BUG.
5844
b435e160
AC
58452004-06-26 Andrew Cagney <cagney@gnu.org>
5846
5847 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
5848
b5622e8d
AC
58492004-06-20 Andrew Cagney <cagney@gnu.org>
5850
5851 * gdbint.texinfo (Target Architecture Definition): Deprecate
5852 USE_STRUCT_CONVENTION.
5853
e0c07bf0
MC
58542004-06-19 Michael Chastain <mec.gnu@mindspring.com>
5855
5856 gdb.texinfo (Bug Reporting): Mention session recording,
5857 with the script command or Emacs.
5858
782263ab
AC
58592004-06-18 Andrew Cagney <cagney@gnu.org>
5860
5861 * gdbint.texinfo (Target Architecture Definition): Deprecate
5862 FUNCTION_START_OFFSET.
5863
03727ca6
AC
58642004-06-14 Andrew Cagney <cagney@gnu.org>
5865
5866 Based on changes from Karl Berry.
5867 * gdb.texinfo: Do not use @sc in a direntry.
5868 * stabs.texinfo: Change @dircateogry to "Software development".
5869 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
5870
97092415
AC
58712004-06-13 Andrew Cagney <cagney@gnu.org>
5872
5873 * gdbint.texinfo (Target Architecture Definition): Delete
5874 description of RETURN_VALUE_ON_STACK.
5875
1f6d4158
AC
58762004-06-09 Andrew Cagney <cagney@gnu.org>
5877
5878 * gdbint.texinfo (Native Debugging): Restore "@table @code"
5879 deleted by previous patch.
5880
d966f0cb
AC
58812004-06-08 Andrew Cagney <cagney@gnu.org>
5882
5883 * gdbint.texinfo (Native Debugging): Delete documentation on
5884 ATTACH_DETACH.
5885
86fe4aaa
RC
58862004-06-06 Randolph Chung <tausq@debian.org>
5887
5888 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
5889
d4b6d575
RC
58902004-06-06 Randolph Chung <tausq@debian.org>
5891
5ae4183a 5892 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
5893 the new push_dummy_call method signature. Describe the function
5894 argument.
5895
4e8b0763
JB
58962004-05-24 Joel Brobecker <brobecker@gnat.com>
5897
5898 * gdb.texinfo (Starting): Document new start command.
5899
59caf092
AC
59002004-05-21 Andrew Cagney <cagney@redhat.com>
5901
5902 * observer.texi (GDB Observers): Document "inferior_created".
5903
e4a2df64
AC
59042004-05-08 Andrew Cagney <cagney@redhat.com>
5905
e6b55ae2
AC
5906 * gdbint.texinfo (Target Architecture Definition): Delete
5907 description of DO_DEFERRED_STORES.
5908
28954179
AC
5909 * gdbint.texinfo (Target Architecture Definition): Delete
5910 references to DEPRECATED_FIX_CALL_DUMMY.
5911
434b87dd
AC
5912 * gdbint.texinfo (Target Architecture Definition): Delete
5913 description of DEPRECATED_CALL_DUMMY_WORDS,
5914 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
5915
58d28df8
AC
5916 * gdbint.texinfo (Target Architecture Definition): Delete
5917 description of DEPRECATED_PUSH_DUMMY_FRAME.
5918
e4a2df64
AC
5919 * gdbint.texinfo (Target Architecture Definition): Delete
5920 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
5921
2b4855ab
AC
59222004-05-07 Andrew Cagney <cagney@redhat.com>
5923
5924 * observer.texi (GDB Observers): Add "Debugging" section. Include
5925 cross reference to "set/show debug observer".
5926 * gdb.texinfo (Debugging Output): Document "set/show debug
5927 observer".
5928
fcf70625
AC
59292004-05-01 Andrew Cagney <cagney@redhat.com>
5930
5931 * gdbint.texinfo (Target Architecture Definition): Delete
5932 description of DEPRECATED_PC_IN_SIGTRAMP.
5933
8ee56bcf
AC
59342004-04-30 Andrew Cagney <cagney@redhat.com>
5935
5936 * gdbint.texinfo (Target Architecture Definition): Delete
5937 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
5938
67ab9a76
OF
59392004-04-30 Orjan Friberg <orjanf@axis.com>
5940
5941 * observer.texi (GDB Observers): Correct spelling.
5942
79346bcb
OF
59432004-04-26 Orjan Friberg <orjanf@axis.com>
5944
5945 * observer.texi (GDB Observers): Add target_changed event.
5946
7a464420
AC
59472004-04-08 Andrew Cagney <cagney@redhat.com>
5948
5949 * observer.texi (GDB Observers): Rework, provide generic observer
5950 definitions and then a list of observable events.
5951
6cdf9d98
AC
59522004-04-04 Andrew Cagney <cagney@redhat.com>
5953
5954 * gdbint.texinfo (Host Definition): Delete reference to
5955 NO_SIGINTERRUPT.
5956
ddc135a4
AC
59572004-04-02 Andrew Cagney <cagney@redhat.com>
5958
5959 * gdbint.texinfo (Target Architecture Definition): Delete
5960 reference to DEPRECATED_CALL_DUMMY_LENGTH.
5961
6a1b180d
SC
59622004-03-28 Stephane Carrez <stcarrez@nerim.fr>
5963
5964 * gdb.texinfo (TUI Commands): Document tui reg commands.
5965
d0d5df6f
AC
59662004-03-26 Andrew Cagney <cagney@redhat.com>
5967
5968 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
5969 "gdbtui".
5970 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
5971 (Contributors): Mention both Text and Terminal User Interface.
5972
aa2a3f87
AC
59732004-03-23 Andrew Cagney <cagney@redhat.com>
5974
5975 * gdbint.texinfo (Target Architecture Definition): Deprecate
5976 references to SIGTRAMP_START and SIGTRAMP_END.
5977
f561f026
AC
59782004-03-23 Andrew Cagney <cagney@redhat.com>
5979
5980 * gdbint.texinfo (Target Architecture Definition): Deprecate
5981 references to PC_IN_SIGTRAMP.
5982
33cb8b0f
AC
59832004-03-19 Andrew Cagney <cagney@redhat.com>
5984
5985 * gdbint.texinfo (Target Architecture Definition): Delete
5986 reference to GDB_TARGET_IS_HPPA.
5987
fc989b7a
AC
59882004-03-18 Andrew Cagney <cagney@redhat.com>
5989
5990 * gdbint.texinfo (Coding): Update section on gdbarch_data,
5991 describe pre_init and post_init.
5992
701b08bb
DJ
59932004-03-09 Daniel Jacobowitz <drow@mvista.com>
5994
5995 * gdb.texinfo (Debugging Output): Document values for "set debug
5996 target".
5997
faae5abe
AC
59982004-02-28 Andrew Cagney <cagney@redhat.com>
5999
6000 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
6001
dd79a6cf
JJ
60022004-02-26 Jeff Johnston <jjohnstn@redhat.com>
6003
6004 * gdb.texinfo (breakpoints): Add information about the
6005 new "set breakpoint pending" and "show breakpoint pending"
6006 commands.
6007
e7f16015
AC
60082004-02-26 Andrew Cagney <cagney@redhat.com>
6009
6010 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
6011 in Per-architecture module data section.
6012
7161a3a6
RM
60132004-02-25 Roland McGrath <roland@redhat.com>
6014
6015 * gdb.texinfo (General Query Packets): Document qPart:... packets.
6016
2154891a
AC
60172004-02-24 Andrew Cagney <cagney@redhat.com>
6018
6019 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
6020 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
6021 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 6022
6c74ac8b
AC
60232004-02-17 Andrew Cagney <cagney@redhat.com>
6024
6025 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
6026
19772a2c
AC
60272004-02-16 Andrew Cagney <cagney@redhat.com>
6028
6029 * gdbint.texinfo (Target Architecture Definition): Deprecate
6030 FRAMELESS_FUNCTION_INVOCATION.
6031
c9830293
AC
60322004-02-16 Andrew Cagney <cagney@redhat.com>
6033
6034 * gdbint.texinfo (Coding): Mention -Wunused-function.
6035
b9d26eb9
AC
60362004-02-14 Andrew Cagney <cagney@redhat.com>
6037
6038 * gdbint.texinfo (Target Architecture Definition): Delete
6039 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
6040
49efadf5
EZ
60412004-02-12 Elena Zannoni <ezannoni@redhat.com>
6042
6043 * gdb.texinfo: Properly quote the name "C++".
6044 * gdbint.texinfo: Ditto.
6045 * stabs.texinfo: Ditto.
6046
1eb288ea
EZ
60472004-02-11 Elena Zannoni <ezannoni@redhat.com>
6048
6049 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
6050 minimal information about libiberty.
6051
e4937fc1
MC
60522004-02-06 Michael Chastain <mec.gnu@mindspring.com>
6053
6054 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
6055
a9331b3f
RM
60562004-02-04 Roland McGrath <roland@redhat.com>
6057
6058 * gdb.texinfo (Auxiliary Vector): New node (section).
6059 (Data): Add it to the menu.
6060
2650777c
JJ
60612004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6062
6063 * gdb.texinfo (Breakpoints): Add information about pending
6064 breakpoint support.
6065
b4501125
AC
60662004-01-26 Andrew Cagney <cagney@redhat.com>
6067
6068 * gdb.texinfo (Overview): Delete references to the cisco protocol
6069 including the "N" response.
6070
74055713
AC
60712004-01-26 Andrew Cagney <cagney@redhat.com>
6072
6073 * gdbint.texinfo (Target Architecture Definition): Rename
6074 EXTRACT_STRUCT_VALUE_ADDRESS to
6075 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 6076
3bbe9696
EZ
60772004-01-24 Eli Zaretskii <eliz@gnu.org>
6078
6079 * gdb.texinfo (KOD): Document "show os". Add index entries for
6080 "set/show os" and "info cisco" commands.
6081
5843504f
EZ
60822004-01-21 Eli Zaretskii <eliz@gnu.org>
6083
6084 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
6085
9175c9a3
MC
60862004-01-19 Michael Chastain <mec.gnu@mindspring.com>
6087
6088 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
6089 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
6090
8e94b928
NR
60912004-01-19 Nick Roberts <nick@nick.uklinux.net>
6092
6093 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
6094 -stack-list-locals.
6095 (GDB/MI Variable Objects): Describe extension to
6096 -var-list-children.
6097
a20cf136
DJ
60982004-01-17 Daniel Jacobowitz <drow@mvista.com>
6099
6100 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
6101
afb18d0f
AC
61022004-01-17 Andrew Cagney <cagney@redhat.com>
6103
6104 * gdbint.texinfo (Target Architecture Definition): Delete
6105 documentation on DEPRECATED_NPC_REGNUM.
6106
b51970ac
DJ
61072004-01-13 Daniel Jacobowitz <drow@mvista.com>
6108
6109 * gdb.texinfo: Update copyright year. Mention that set
6110 follow-fork-mode is supported on GNU/Linux. Remove documentation of
6111 "set follow-fork-mode ask".
6112
0f0cffd2
AC
61132004-01-13 Andrew Cagney <cagney@redhat.com>
6114
6115 * gdbint.texinfo: Update copyright year.
6116 (Coding): Add -Wunused-label to list of -Werror warnings.
6117
c552b3bb 61182004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 6119 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
6120
6121 * gdb.texinfo: Update copyright.
6122 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
6123 around names, as appropriate. Minor syntax cleanup of
6124 _NSPrintForDebugger explanation. Two spaces after periods.
6125 GDBN used instead of lit. "gdb". Index entries added for
6126 print-object and _NSPrintForDebugger. @noindent added in one spot.
6127
afe157ca
EZ
61282003-11-11 Elena Zannoni <ezannoni@redhat.com>
6129
6130 * stabs.texinfo: Add dircategory and direntry commands.
6131 * annotate.texinfo: Ditto.
6132
963e2bb7
AC
61332003-11-10 Andrew Cagney <cagney@redhat.com>
6134
6135 * gdbint.texinfo (Target Architecture Definition): Replace the
6136 return_value method's "inval" and "outval" parameters with
6137 "readbuf" and "writebuf".
6138
1d8b2f28
JB
61392003-10-28 Jim Blandy <jimb@redhat.com>
6140
6141 * gdb.texinfo (The F request packet, The F reply packet): Renamed
6142 from "The `F' request packet" and "The `F' reply packet", to make
6143 texi2dvi happy.
6144 (File-I/O remote protocol extension): Update menu entries, too.
6145
36d86913
MC
61462003-10-26 Michael Chastain <mec@shout.net>
6147
6148 * gdb.texinfo (Thread Stops): Document the issue with
6149 premature return from system calls in multi-threaded programs.
6150
ce2826aa
AC
61512003-10-24 Andrew Cagney <cagney@redhat.com>
6152
6153 * annotate.texinfo: Fix "fortunatly"[sic].
6154
f24c5e49
KI
61552003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
6156
6157 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
6158 with "Hitachi" and "Mitsubishi".
6159
92ad9cd9
AC
61602003-10-20 Andrew Cagney <cagney@redhat.com>
6161
6162 * gdbint.texinfo (Target Architecture Definition): Document
6163 gdbarch_return_value. Add cross references from
6164 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
6165 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
6166
0ab4b752
MK
61672003-10-18 Mark Kettenis <kettenis@gnu.org>
6168
6169 * gdbint.texinfo (Target Architecture Definition): Document
6170 regset_from_core_section.
fb3e19c0
KI
6171
61722003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
6173
6174 * gdb.texinfo (M32R/D): Mention m32rsdi target.
6175
a9331b3f 61762003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
6177
6178 From Anthony Green <green@redhat.com>:
5ae4183a 6179 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 6180
1485d690
KB
61812003-10-14 Kevin Buettner <kevinb@redhat.com>
6182
889bf7c5
PA
6183 * gdb.texinfo (Breakpoint related warnings): New node.
6184 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 6185
86d30acc
DJ
61862003-10-13 Daniel Jacobowitz <drow@mvista.com>
6187
6188 * gdb.texinfo (Remote Protocol): Document v and vCont.
6189
172c2a43
KI
61902003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
6191
6192 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
6193 * gdbint.texinfo: Ditto.
6194
71952f4c
AC
61952003-10-09 Andrew Cagney <cagney@redhat.com>
6196
6197 From 2003-09-18 David Anderson <davea@sgi.com>:
6198 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
6199 "command".
6200
268e2188
AC
62012003-10-03 Andrew Cagney <cagney@redhat.com>
6202
6203 * gdbint.texinfo (Target Architecture Definition): Deprecate
6204 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
6205 just target.
6206
12c266ea 62072003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 6208
f30992d4 6209 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
6210 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
6211 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
6212 * gdbint.texinfo (Target Architecture Definition): Rename
6213
62142003-09-30 Andrew Cagney <cagney@redhat.com>
6215
f30992d4 6216 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 6217 (Target Architecture Definition):
f30992d4 6218
2e092625
AC
6219 * gdbint.texinfo (Target Architecture Definition): Rename
6220 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
6221
0717ae8a
AC
62222003-09-29 Andrew Cagney <cagney@redhat.com>
6223
dad809b7
AC
6224 * gdbint.texinfo (Target Architecture Definition): Delete
6225 documentation for NEED_TEXT_START_END.
6226
0717ae8a
AC
6227 * gdbint.texinfo (Target Architecture Definition): Rename
6228 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
6229 TARGET_WRITE_PC.
a9331b3f 6230
af6cf26d
MC
62312003-09-22 Michael Chastain <mec@shout.net>
6232
6233 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
6234
ee206350
AG
62352003-09-21 Anthony Green <green@redhat.com>
6236
6237 * gdbint.texinfo (Target Architecture Definition): Fix typos.
6238
a38c9fe6
MK
62392003-09-21 Mark Kettenis <kettenis@gnu.org>
6240
6241 * gdbint.texinfo (Target Architecture Definition): Document
6242 stabs_argument_has_addr.
6243
77949794
AC
62442003-09-18 Andrew Cagney <cagney@redhat.com>
6245
6246 * gdbint.texinfo (Target Architecture Definition): Delete
6247 documentation on REGISTER_NAMES.
6248
8e823e25
MK
62492003-09-13 Mark Kettenis <kettenis@gnu.org>
6250
6251 * gdbint.texinfo (Target Architecture Definition): Replace
6252 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
6253
f27dd7fd
AC
62542003-09-11 Andrew Cagney <cagney@redhat.com>
6255
6256 * gdbint.texinfo (Target Architecture Definition): Replace
6257 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
6258
8b148df9
AC
62592003-08-18 Andrew Cagney <cagney@redhat.com>
6260
6261 * gdbint.texinfo (Target Architecture Definition): Document
6262 "frame_red_zone_size".
6263
25d29d70
AC
62642003-08-09 Andrew Cagney <cagney@redhat.com>
6265
6266 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
6267 with "set/show backtrace past-main" and "set/show backtrace
6268 limit".
6269
c938e9b0
L
62702003-08-08 H.J. Lu <hongjiu.lu@intel.com>
6271
6272 * Makefile.in (install-info): Support DESTDIR.
6273 (install-html): Likewise.
6274
64fabec2
AC
62752003-08-07 Andrew Cagney <cagney@redhat.com>
6276
6277 Patch from Nick Roberts.
6278 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
6279 bindings. Remove description of send-gdb-command.
6280
2fcf52f0
AC
62812003-08-07 Andrew Cagney <cagney@redhat.com>
6282
6283 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
6284 GDB 6.0.
6285
086432e2
AC
62862003-08-06 Andrew Cagney <cagney@redhat.com>
6287
6288 * gdb.texinfo (Mode Options): Mention that level three is the
6289 highest available and that level 2 is deprecated.
6290 (Annotations Overview): Mention annotation levels. Cross reference
6291 to "Limitations of the Annotation Interface" in annotate.texi.
6292 (TODO, Value Annotations, Frame Annotations): Delete section.
6293 (Displays, Breakpoint Info): Delete.
6294
e5249f67
AC
62952003-08-04 Andrew Cagney <cagney@redhat.com>
6296
6297 * agentexpr.texi: Delete @bye.
6298 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
6299 (stabs.info): Add $(srcdir) to include search path.
6300 (html): Depend on "annotate_toc.html", and not "annotate.html".
6301 * stabs.texinfo: Ditto. Include "fdl.texi".
6302 * gdbint.texinfo: Update copyright statement's list of invariant
6303 sections.
6304
e6f672d2
AC
63052003-07-28 Andrew Cagney <cagney@redhat.com>
6306
6307 * Makefile.in (INFO_DEPS): Add annotate.info.
6308 (dvi, ps, html, pdf): Add annotate.
6309 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
6310 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
6311 (ANNOTATE_DOC_FILES): New macro.
6312 (ANNOTATE_TEX_TMPS): New macro.
6313 (annotate.info, annotate_toc.html): Specify dependencies.
6314 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
6315 * annotate.texinfo: Rename annotate.texi. Get building. Add
6316 "Migrating to GDB/MI" and "Limitations of the Annotation
6317 Interface" chapters. Mention why it is not part of the user
6318 guide. Update copyright notice. Include "fdl.texi".
6319
72ffddc9
SC
63202003-07-26 Stephane Carrez <stcarrez@nerim.fr>
6321
6322 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
6323
a9f12a31
DJ
63242003-07-24 Daniel Jacobowitz <drow@mvista.com>
6325
6326 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
6327
b1fe9455
DJ
63282003-07-24 Daniel Jacobowitz <drow@mvista.com>
6329
6330 * gdb.texinfo (Server): Mention pidof.
6331
153721e6
AC
63322003-07-22 Andrew Cagney <cagney@redhat.com>
6333
6334 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
6335 list.
6336
0fac0b41
DJ
63372003-06-28 Daniel Jacobowitz <drow@mvista.com>
6338
6339 * gdb.texinfo (Logging output): New chapter.
6340
4e562065
JB
63412003-06-24 Joel Brobecker <brobecker@gnat.com>
6342
6343 * gdb.texinfo (Unsupported languages): New section.
6344 (Languages): Add link to new section.
6345
f2c06f52
AC
63462003-06-22 Andrew Cagney <cagney@redhat.com>
6347
6348 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
6349
b4177fca
DJ
63502003-06-22 Daniel Jacobowitz <drow@mvista.com>
6351
6352 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
6353
f418dd93
DJ
63542003-06-22 Daniel Jacobowitz <drow@mvista.com>
6355
6356 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
6357 * agentexpr.texi: Retitle section, and change it to an appendix.
6358 Comment out texinfo initialization. Factor a @var{} into two
6359 pieces to prevent makeinfo warnings.
6360 * gdb.texinfo: Add Agent Expressions appendix.
6361
4ca61388
DJ
63622003-06-19 Daniel Jacobowitz <drow@mvista.com>
6363
6364 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
6365
07f31aa6
DJ
63662003-06-18 Daniel Jacobowitz <drow@mvista.com>
6367
5ae4183a 6368 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
6369 remote target". Document the "detach" and "disconnect" commands.
6370 (Server, Netware, Debug Session): Reference "Connecting to a
6371 remote target".
6372 (GDB/MI Target Manipulation): Document "-target-disconnect".
6373
2dd0da42
AC
63742003-06-13 Andrew Cagney <cagney@redhat.com>
6375
6376 * gdbint.texinfo (Target Architecture Definition): Deprecate
6377 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
6378 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
6379
e7a3abfc
JB
63802003-06-09 Jim Blandy <jimb@redhat.com>
6381
6382 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
6383
25e3a86b
AC
63842003-06-08 Andrew Cagney <cagney@redhat.com>
6385
6386 * gdbint.texinfo (Target Architecture Definition): Delete
6387 documentation on FRAME_ARGS_ADDRESS_CORRECT.
6388
a9e5fdc2
AC
63892003-06-08 Andrew Cagney <cagney@redhat.com>
6390
6391 * gdbint.texinfo (Target Architecture Definition): Document
6392 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
6393
b37303ee
AF
63942003-06-07 Adam Fedor <fedor@gnu.org>
6395
6396 * gdb.texinfo: Add Objective-C documentation.
6397
39fe6e80
AC
63982003-06-01 Andrew Cagney <cagney@redhat.com>
6399
6400 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
6401 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
6402
125309b2
AC
64032003-05-21 Andrew Cagney <cagney@redhat.com>
6404
6405 * gdbint.texinfo (Target Architecture Definition): Delete
6406 references to "extract_address" and "store_address".
6407
b8b527c5
AC
64082003-05-16 Andrew Cagney <cagney@redhat.com>
6409
6410 * gdbint.texinfo (Target Architecture Definition): Replace
6411 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
6412 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
6413
50e3ee83
TR
64142003-05-14 Theodore A. Roth <troth@openavr.org>
6415
6416 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
6417
44e2be90
L
64182003-05-10 H.J. Lu <hongjiu.lu@intel.com>
6419
6420 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
6421 (gdb.dvi): Likewise.
6422 (gdb.pdf): Likewise.
6423 (links2roff): Likewise.
6424
df5215a6
JB
64252003-05-08 Jim Blandy <jimb@redhat.com>
6426
6427 * gdb.texinfo (Dump/Restore Files): Update documentation for
6428 'dump', 'append', and 'restore': note that format argument is
6429 optional; simplify presentation of the command variants; and be
6430 more precise about the formats.
6431
5e7b2f39
JB
64322003-05-07 Jim Blandy <jimb@redhat.com>
6433
6434 * gdb.texinfo (Symbols): Update documentation: 'maint list
6435 symtabs' and 'maint list psymtabs' have been renamed 'maint info
6436 symtabs' and 'maint info psymtabs'.
6437
b1e29e33
AC
64382003-05-05 Andrew Cagney <cagney@redhat.com>
6439
6440 * gdbint.texinfo (Target Architecture Definition): Make
6441 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
6442 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
6443 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
6444
00905d52
AC
64452003-05-04 Andrew Cagney <cagney@redhat.com>
6446
6447 * gdb.texinfo (Maintenance Commands): Document "maint print
6448 dummy-frames".
6449
54ff5908
AC
64502003-05-04 Andrew Cagney <cagney@redhat.com>
6451
6452 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
6453
32e7087d
JB
64542003-05-03 J. Brobecker <brobecker@gnat.com>
6455
6456 Thierry Schneider <tpschneider1@yahoo.com>
6457 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
6458 for new MI command.
6459
7043d8dc
AC
64602003-05-03 Andrew Cagney <cagney@redhat.com>
6461
6462 * gdbint.texinfo (Target Architecture Definition): Document
6463 push_dummy_code. Add cross references.
6464
e33d66ec
EZ
64652003-05-02 Elena Zannoni <ezannoni@redhat.com>
6466
6467 * gdb.texinfo (Character Sets): Update to reflect new behavior of
6468 set/show charsets commands.
6469
0ba6dca9
AC
64702003-04-28 Andrew Cagney <cagney@redhat.com>
6471
6472 * gdbint.texinfo (Target Architecture Definition): Replace
6473 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
6474 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
6475
d7a27068
AC
64762003-04-28 Andrew Cagney <cagney@redhat.com>
6477
6478 * gdbint.texinfo (Target Architecture Definition): Rename
6479 "tm_print_insn" to "deprecated_tm_print_insn".
6480
44ea7b70
JB
64812003-04-09 Jim Blandy <jimb@redhat.com>
6482
6483 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
6484 list psymtabs'.
6485
fb8f8949
AC
64862003-04-08 Andrew Cagney <cagney@redhat.com>
6487
6488 * gdbint.texinfo (Target Architecture Definition): Delete
6489 references to EXTRA_FRAME_INFO.
6490
32fb0f22
AC
64912003-04-08 Andrew Cagney <cagney@redhat.com>
6492
6493 * gdbint.texinfo (Target Architecture Definition): Delete
6494 PRINT_TYPELESS_INTEGER.
6495
6be67e67
JB
64962003-04-02 J. Brobecker <brobecker@gnat.com>
6497
6498 * observer.texi (GDB Observers): Adjust the documentation for the
6499 normal_stop notification to better describe reality. Fix a couple
6500 of minor typos.
6501
4e35d5f0
BR
65022003-04-02 Bob Rossi <bob_rossi@cox.net>
6503
a9331b3f 6504 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
6505 '-file-list-exec-source-file'
6506
e8a8712a
AC
65072003-03-31 Andrew Cagney <cagney@redhat.com>
6508
6509 * gdbint.texinfo (Target Architecture Definition): Delete
6510 references to CALL_DUMMY_P.
6511
6c0e89ed
AC
65122003-03-30 Andrew Cagney <cagney@redhat.com>
6513
6514 * gdbint.texinfo (Target Architecture Definition): Remove
6515 reference to TARGET_WRITE_SP.
a9331b3f 6516
378bfd1b
AC
65172003-03-27 Andrew Cagney <cagney@redhat.com>
6518
6519 * gdbint.texinfo (Target Architecture Definition): Remove
6520 references to write_sp.
6c0e89ed 6521
922fbb7b
AC
65222003-03-27 Andrew Cagney <cagney@redhat.com>
6523
6524 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
6525 chapter body. Use @smallexample instead of @example.
6526 (Annotations): Ditto.
6527 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
6528 annotate.texi.
6529
b81774d8
AC
65302003-03-26 Andrew Cagney <cagney@redhat.com>
6531
6532 * gdbint.texinfo (Target Architecture Definition): Replace
6533 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
6534 dummy_addr parameters.
6535
1bf6d5cc
AC
65362003-03-25 Andrew Cagney <cagney@redhat.com>
6537
6538 * gdbint.texinfo (Target Architecture Definition): Delete
6539 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
6540 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
6541 Add reference to PUSH_ARGUMENTS.
6542
618ce49f
AC
65432003-03-23 Andrew Cagney <cagney@redhat.com>
6544
6545 * gdbint.texinfo (Algorithms, Target Architecture Definition):
6546 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
6547
bcd7e15f
JB
65482003-03-18 J. Brobecker <brobecker@gnat.com>
6549
6550 * gdbint.texinfo (Algorithms): Add new section describing the
6551 Observer paradigm.
6552 (Top): Add menu entry to new observer appendix.
6553 * observer.texi: New file.
6554 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
6555 new observer.texi file.
6556
9fe8321b
AC
65572003-03-17 Andrew Cagney <cagney@redhat.com>
6558
6559 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
6560 that GNU Press update the manual version number.
6561
ac2adee5
AC
65622003-03-12 Andrew Cagney <cagney@redhat.com>
6563
6564 * gdbint.texinfo (Target Architecture Definition): Delete
6565 references to get_saved_register. Rename GET_SAVED_REGISTER to
6566 DEPRECATED_GET_SAVED_REGISTER.
6567
749b82f6
AC
65682003-03-13 Andrew Cagney <cagney@redhat.com>
6569
6570 * gdbint.texinfo (Target Architecture Definition): Replace
6571 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
6572
8bedc050
AC
65732003-03-12 Andrew Cagney <cagney@redhat.com>
6574
6575 * gdbint.texinfo (Target Architecture Definition): Rename
6576 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 6577
0ce1b118
CV
65782003-03-10 Corinna Vinschen <vinschen@redhat.com>
6579
6580 * gdb.texinfo: Add File-I/O documentation.
6581
12cc2063
AC
65822003-03-10 Andrew Cagney <cagney@redhat.com>
6583
6584 * gdbint.texinfo (Target Architecture Definition): Cross reference
6585 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
6586
7453dc06
AC
65872003-03-07 Andrew Cagney <cagney@redhat.com>
6588
6589 * gdb.texinfo (Debugging Output): Mention the "set/show debug
6590 frame" command.
6591
6314f104
AC
65922003-03-05 Andrew Cagney <cagney@redhat.com>
6593
6594 * gdbint.texinfo (Target Architecture Definition): Document
6595 unwind_dummy_id. Cross reference unwind_dummy_id and
6596 SAVE_DUMMY_FRAME_TOS.
6597
f1212245
DJ
65982003-03-05 James Ingham <jingham@apple.com>
6599 Daniel Jacobowitz <drow@mvista.com>
6600
6601 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
6602 and "show cp-abi".
6603
77e7e267
AC
66042003-03-03 Andrew Cagney <cagney@redhat.com>
6605
6606 * gdbint.texinfo (Target Architecture Definition): Document
6607 register_type.
6608
838a8221
AC
66092003-03-03 Andrew Cagney <cagney@redhat.com>
6610
6611 * stabs.texinfo (Structures): Use @samp and separate @var's
6612 instead of a single @var containing a comma separated list.
6613 (Unions): Ditto.
6614
d7f4a264
DJ
66152003-03-02 Daniel Jacobowitz <drow@mvista.com>
6616
6617 * Makefile.in (distclean): Remove config.log.
6618
f30ee0bc
AC
66192003-03-01 Andrew Cagney <cagney@redhat.com>
6620
6621 * gdbint.texinfo (Target Architecture Definition): Rename
6622 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
6623
66242003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
6625
6626 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
6627 DEPRECATED_INIT_EXTRA_FRAME_INFO.
6628
be448670
CF
66292003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
6630
6631 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
6632 (Non-debug DLL symbols): New node, describing the minimal symbols
6633 loaded from DLLs without real debugging symbols.
6634
501eef12
AC
66352003-02-20 Andrew Cagney <ac131313@redhat.com>
6636
6637 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
6638 hardware-breakpoint-limit".
6639 (Set Watchpoints): Add cross reference to "set remote
6640 hardware-watchpoint-limit".
6641 (Remote configuration options): New section.
6642
21c294e6
AC
66432003-02-04 Andrew Cagney <ac131313@redhat.com>
6644
e9be73e4
AC
6645 * gdbint.texinfo (Target Architecture Definition): Delete
6646 descrption of IS_TRAPPED_INTERNALVAR.
6647
21c294e6
AC
6648 From Keith Seitz <keiths@redhat.com>:
6649 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
6650 option "-i"/"--interpreter" to this chapter. Include index
6651 entries.
6652
0179ffac
DC
66532003-02-04 David Carlton <carlton@math.stanford.edu>
6654
6655 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
6656 (Variables): Recommend stabs+ and DWARF 2.
6657 (C plus plus expressions): Correct info about
6658 compiler versions, debug formats.
6659 (Contributors): Change 'DWARF2' to 'DWARF 2'.
6660 PR symtab/874.
6661
7ca9f392
AC
66622003-02-01 Andrew Cagney <ac131313@redhat.com>
6663
6664 * gdbint.texinfo (Target Architecture Definition): Delete
6665 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
6666 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
6667 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
6668 references to nindy and i960.
6669 * gdb.texinfo (i960): Delete all references to i960 and nindy.
6670
31a85ea2
AC
66712003-02-01 Andrew Cagney <ac131313@redhat.com>
6672
6673 * gdbint.texinfo (Target Architecture Definition): Delete
6674 FLOAT_INFO.
6675
6b894e49
AC
66762003-01-30 Andrew Cagney <ac131313@redhat.com>
6677
6678 * stabs.texinfo (Member Type Descriptor): Clarify description of
6679 `@'. Suggested by Ben Hutchings.
6680
c48861fb
AC
66812003-01-29 Andrew Cagney <ac131313@redhat.com>
6682
6683 * gdb.texinfo (M68K): Delete reference to es1800.
6684
617073a9
AC
66852003-01-29 Andrew Cagney <ac131313@redhat.com>
6686
6687 * gdb.texinfo (Maintenance Commands): Document `maint print
6688 reggroups' and `maint print register-groups'.
6689 * gdbint.texinfo (Target Architecture Definition): Document
6690 register_reggroup_p.
6691
5b5d99cf
JB
66922003-01-23 Jim Blandy <jimb@redhat.com>
6693
6694 * gdb.texinfo (Separate Debug Files): New section.
6695
e7ba9c65
DJ
66962003-01-22 Daniel Jacobowitz <drow@mvista.com>
6697
6698 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
6699 and "maint show profile".
6700
94e91d6d
MC
67012003-01-16 Michael Chastain <mec@shout.net>
6702
6703 * gdb.texinfo (Installing GDB): Warn against
6704 ".../gdb-VERSION/gdb/configure".
6705 (Separate Objdir): Likewise.
6706
867f3898
AC
67072003-01-15 Andrew Cagney <ac131313@redhat.com>
6708
6709 * gdbint.texinfo (Target Architecture Definition): Delete
6710 definition of PRINT_REGISTER_HOOK.
6711
f153cc92
EZ
67122003-01-15 Elena Zannoni <ezannoni@redhat.com>
6713
6714 (OpenRISC 1000): Fix formatting of command names.
6715
c60eb6f1
EZ
67162003-01-15 Elena Zannoni <ezannoni@redhat.com>
6717
6718 * gdb.texinfo (Continuing and Stepping): Add new command
6719 'advance'. Clarify behavior of 'until'.
6720
f5ebfba0
DJ
67212003-01-13 Daniel Jacobowitz <drow@mvista.com>
6722
6723 * gdb.texinfo (Files): Document solib-absolute-prefix and
6724 solib-search-path.
6725
4ce8657e
MC
67262003-01-09 Michael Chastain <mec@shout.net>
6727
6728 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
6729 (Create a Release): Add new instructions for new @file{src-release}.
6730 Document existing instructions for @file{Makefile.in} as
6731 being for @value{GDBN} 5.3.1 or earlier.
6732
372613e3
AC
67332003-01-09 Andrew Cagney <ac131313@redhat.com>
6734
6735 * gdbint.texinfo (Target Architecture Definition): Mention
6736 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
6737 allocate memory.
6738
b4e9345d
DJ
67392003-01-04 Daniel Jacobowitz <drow@mvista.com>
6740
6741 * gdb.texinfo (Controlling GDB): Add @kindex for
6742 "show osabi".
6743 (Backtraces): Add @kindex's for backtrace-below-main.
6744
98b45e30
DJ
67452003-01-04 Daniel Jacobowitz <drow@mvista.com>
6746
6747 * gdb.texinfo (Controlling GDB): Document "set osabi".
6748
95f90d25
DJ
67492003-01-04 Daniel Jacobowitz <drow@mvista.com>
6750
6751 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
6752 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
6753
1e698235
DJ
67542003-01-04 Daniel Jacobowitz <drow@mvista.com>
6755
6756 * gdb.texinfo (Controlling GDB): Add ABI section. Document
6757 "set coerce-float-to-double".
6758 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
6759
e632838e
AC
67602003-01-02 Andrew Cagney <ac131313@redhat.com>
6761
6762 * stabs.texinfo: Remove obsolete text.
6763 * gdbint.texinfo: Ditto.
6764 * gdb.texinfo: Ditto.
6765
c133ab7a
MK
67662002-12-22 Mark Kettenis <kettenis@gnu.org>
6767
6768 * gdbint.texinfo (Target Architecture Definition): Update
6769 description of gdbarch_register_osabi.
6770
f821f325
KH
67712002-12-20 Kazu Hirata <kazu@cs.umass.edu>
6772
6773 * agentexpr.texi: Fix typos.
6774 * annotate.texi: Likewise.
6775 * fdl.texi: Likewise.
6776
85a6d8d3 67772002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
6778
6779 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
6780 DEPRECATED_INIT_FRAME_PC.
6781
ae45cd16
AC
67822002-12-01 Andrew Cagney <ac131313@redhat.com>
6783
6784 * gdbint.texinfo (Target Architecture Definition): Delete
6785 PC_IN_CALL_DUMMY.
6786
07555a72
AC
67872002-11-28 Andrew Cagney <ac131313@redhat.com>
6788
6789 * gdbint.texinfo (Host Definition): Delete documentation on
6790 USE_GENERIC_DUMMY_FRAMES.
6791
c166cdc7
EZ
67922002-11-26 Elena Zannoni <ezannoni@redhat.com>
6793
5ae4183a 6794 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
6795 * Makefile.in (install-info): Run the install-info command as part
6796 of the post install steps only.
6797 (uninstall-info): New target.
6798 (uninstall): New target.
6799
35db0260
EZ
68002002-11-22 Elena Zannoni <ezannoni@redhat.com>
6801
6802 * Makefile.in (install): Make install do some real work.
6803
9ba8d803
AC
68042002-11-19 Andrew Cagney <ac131313@redhat.com>
6805
6806 Fix POSIX problem reported by Paul Eggert.
6807 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
6808 Fix PR gdb/527.
6809
903ad3a6
AC
68102002-10-26 Andrew Cagney <cagney@redhat.com>
6811
6812 * gdbint.texinfo (Target Architecture Definition): Delete
6813 definition of DO_REGISTERS_INFO.
6814
f2abfe65
KB
68152002-10-18 Kevin Buettner <kevinb@redhat.com>
6816
6817 * gdbint.texinfo (Address Classes): Fix problems with insertion
6818 of ``{'' and ``}'' in example.
6819
b5b0480a
KB
68202002-10-17 Kevin Buettner <kevinb@redhat.com>
6821
6822 * gdbint.texinfo (Address Classes): New section.
6823 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
6824 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
6825 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
6826 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
6827
c85508ee
KD
68282002-10-11 Klee Dienes <kdienes@apple.com>
6829
6830 * gdb.texinfo (Registers): Mention vector registers as well as
6831 floating registers in the documentation for 'info registers' and
6832 'info all-registers'.
6833
6d12fc3d
DJ
68342002-10-11 Daniel Jacobowitz <drow@mvista.com>
6835
6836 * gdbint.texinfo (CPLUS_MARKER): Remove item.
6837
8d19fbd2
JJ
68382002-10-03 Jeff Johnston <jjohnstn@redhat.com>
6839
6840 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
6841 interface definition.
6842
a37295f9
MM
68432002-10-03 Marko Mlinar <markom@opencores.org>
6844
6845 * gdb.texinfo (Target Commands): Add or1k target specific
6846 commands.
6847 * gdb.texinfo (Contributors): Add myself to the contributors list.
6848
da0f9dcd
AC
68492002-10-01 Andrew Cagney <ac131313@redhat.com>
6850
6851 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
6852 and "mi1" instead of "mi1" and "mi0".
6853
2e834e49
HPN
68542002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
6855
6856 * gdb.texinfo (Packets): Fix typos "alligned".
6857 Correct z3/Z3 description. Correct z4/Z4 title.
6858
050be0dc
AC
68592002-09-27 Andrew Cagney <ac131313@redhat.com>
6860
6861 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
6862
1104b9e7
KB
68632002-09-25 Kevin Buettner <kevinb@redhat.com>
6864
6865 * gdb.texinfo: Use GNU/Linux instead of Linux.
6866
512217c7
AC
68672002-09-25 Andrew Cagney <ac131313@redhat.com>
6868
6869 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
6870
10998722
AC
68712002-09-24 Andrew Cagney <ac131313@redhat.com>
6872
512217c7 6873 * gdb.texinfo: Replace @example with @smallexample.
10998722 6874
a0eb71c5
KB
68752002-09-20 Kevin Buettner <kevinb@redhat.com>
6876
f7dc1244 6877 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
6878 * gdb.texinfo (Character Sets): Use @smallexample instead of
6879 @example. Use GNU/Linux instead of Linux.
6880
68812002-09-20 Jim Blandy <jimb@redhat.com>
6882
6883 * gdb.texinfo: Add character set documentation.
6884
2f870471
AC
68852002-09-19 Andrew Cagney <ac131313@redhat.com>
6886
6887 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
6888 (Packets): Add cross reference from `b' packet to `z' packets.
6889
790eb8f5
AC
68902002-09-19 Andrew Cagney <ac131313@redhat.com>
6891
8d30a00d
AC
6892 * gdb.texinfo (Maintenance Commands): Document ``maint
6893 internal-error'' and ``maint internal-warning''.
6894
790eb8f5
AC
6895 * gdbint.texinfo (Target Architecture Definition): Revise
6896 description of STACK_ALIGN. Add description of FRAME_ALIGN.
6897
a23a7bf1
JB
68982002-09-19 Joel Brobecker <brobecker@gnat.com>
6899
6900 * gdbint.texinfo (Target Conditionals): Document the new
6901 NAME_OF_MALLOC macro.
6902
299ffc64
AC
69032002-09-05 Andrew Cagney <ac131313@redhat.com>
6904
6905 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
6906 engineer.
6907
b7bb15bc
SC
69082002-09-02 Stephane Carrez <stcarrez@nerim.fr>
6909
6910 * gdb.texinfo (TUI Overview): Document status line fields.
6911
3d757584
SC
69122002-09-02 Stephane Carrez <stcarrez@nerim.fr>
6913
6914 * gdb.texinfo (TUI Commands): Document info win command.
6915
269c21fe
SC
69162002-09-01 Stephane Carrez <stcarrez@nerim.fr>
6917
6918 * gdb.texinfo (TUI Overview): Document breakpoint markers.
6919
7cf36c78
SC
69202002-09-01 Stephane Carrez <stcarrez@nerim.fr>
6921
6922 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
6923 (TUI Keys): Likewise.
6924
d2c6833e
AC
69252002-08-25 Andrew Cagney <ac131313@redhat.com>
6926
6927 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
6928 for a packet receive.
6929
46d8b1c3
AC
69302002-08-25 Andrew Cagney <ac131313@redhat.com>
6931
6932 * Makefile.in (clean): Move to end of file.
6933 (distclean, maintainer-clean, realclean): Ditto.
6934 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
6935 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
6936 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
6937 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
6938
b0787093
AC
69392002-08-24 Andrew Cagney <ac131313@redhat.com>
6940
6941 * Makefile.in (GDBINT_TEX_TMPS): Define.
6942 (gdbint.dvi, gdbint.pdf): Use
6943 (GDB_TEX_TMPS): Define.
6944 (gdb.dvi, gdb.pdf): Use.
6945 (STABS_TEX_TMPS): Define.
6946 (stabs.dvi, stabs.pdf): Use.
6947 (GDB_DOC_SOURCE_INCLUDES): New macros.
6948 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
6949 (GDBINT_DOC_FILES_INCLUDES): New macros.
6950 (GDBINT_DOC_BUILD_INCLUDES): New macros.
6951 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
6952 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
6953 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
6954 (links2roff): Replace SFILES_INCLUDED with
6955 GDB_DOC_SOURCE_INCLUDES.
6956 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
6957 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
6958 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
6959 dependencies.
6960 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
6961 dependencies.
6962 (gdbmi.texinfo): Delete rule.
6963 (inc-hist.texinfo): Delete rule.
6964 (rluser.texinfo): Delete rule.
6965
ebba8386
AC
69662002-08-23 Andrew Cagney <cagney@redhat.com>
6967
6968 * gdbint.texinfo (Target Architecture Definition): Update
6969 STORE_RETURN_VALUE, mention regcache.
6970
0ab7a791
AC
69712002-08-21 Andrew Cagney <ac131313@redhat.com>
6972
6973 * gdbint.texinfo (Target Architecture Definition): Document
6974 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
6975
ee2d5c50
AC
69762002-08-19 Andrew Cagney <ac131313@redhat.com>
6977
6978 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
6979 Fix minor typos. Add index entries.
6980
53c69bd7
AC
69812002-08-18 Andrew Cagney <ac131313@redhat.com>
6982
6983 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
6984
e76f1f2e
AC
69852002-08-15 Andrew Cagney <ac131313@redhat.com>
6986
6987 * gdbint.texinfo (Target Architecture Definition): Document
6988 PRINT_VECTOR_INFO.
6989 * gdb.texinfo (Vector Unit): Document "info vectors" command.
6990
0680b120
AC
69912002-08-13 Andrew Cagney <ac131313@redhat.com>
6992
6993 * gdb.texinfo (Maintenance Commands): Document "maint print
6994 registers", "maint print raw-registers" and "maint print
6995 cooked-registers".
6996
3c3bea1c
GS
69972002-08-08 Grace Sainsbury <graces@redhat.com>
6998
a9331b3f 6999 From Mark Salter:
3c3bea1c
GS
7000 * gdb.texinfo (Protocol): Document T packet extension to
7001 allow watchpoint address reporting.
7002
42f9b0a5
AC
70032002-08-03 Andrew Cagney <ac131313@redhat.com>
7004
7005 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
7006
db034ac5
AC
70072002-08-01 Andrew Cagney <cagney@redhat.com>
7008
7009 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
7010 to CHILL.
7011
e2b28d04
AC
70122002-08-01 Andrew Cagney <ac131313@redhat.com>
7013
7014 * gdbint.texinfo (Coding): Revise section "Include Files".
7015
7fb623f7
AC
70162002-07-24 Andrew Cagney <cagney@redhat.com>
7017
7018 * gdbint.texinfo: Obsolete references to m88k.
7019 * gdb.texinfo: Ditto.
7020
4a2b4636
JB
70212002-07-10 Joel Brobecker <brobecker@gnat.com>
7022
7fb623f7 7023 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
7024 where the proper version of autoconf can be retrieved.
7025
a71ec265
DH
70262002-07-09 Don Howard <dhoward@redhat.com>
7027
7028 * gdb.texinfo (Command Files): Further describe the behavior of
7029 sourced command files.
7030
b9aa90c9
AC
70312002-06-27 Andrew Cagney <ac131313@redhat.com>
7032
7033 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
7034 (Coding): Clarify ISO C version that GDB assumes.
7035
40dd2248
TT
70362002-06-26 Tom Tromey <tromey@redhat.com>
7037
7038 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
7039 add_setshow_cmd_full.
7040
bfac230e
DH
70412002-06-25 Don Howard <dhoward@redhat.com>
7042
7043 * gdb.texinfo (Memory Region Attributes): Document new behavior
7044 for 'mem' command.
7045
475b0867
JB
70462002-06-11 Jim Blandy <jimb@redhat.com>
7047
919d772c
JB
7048 * gdb.texinfo (Symbols): Update documentation for `info source'
7049 command.
7050
475b0867
JB
7051 * gdb.texinfo (Macros): Call the command `info macro', not
7052 `show macro'.
7053
ba8c9337
AC
70542002-06-09 Andrew Cagney <ac131313@redhat.com>
7055
7056 * gdbint.texinfo (Coding): Add section ``Per-architecture module
7057 data''.
7058
1029b7fa
MK
70592002-06-09 Mark Kettenis <kettenis@gnu.org>
7060
7061 * gdbint.texinfo (Target Architecture Definition): Document
7062 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
7063
16737d73
AC
70642002-06-08 Andrew Cagney <ac131313@redhat.com>
7065
7066 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
7067 lists.
7068
30107679
AC
70692002-06-08 Andrew Cagney <ac131313@redhat.com>
7070
7071 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
7072 Branch''.
7073
3352e23e
AC
70742002-06-01 Andrew Cagney <ac131313@redhat.com>
7075
7076 * gdbint.texinfo (Target Architecture Definition): Add section
7077 ``Converting an existing Target Architecture to Multi-arch''.
7078
cbb09e6a
AC
70792002-05-30 Andrew Cagney <ac131313@redhat.com>
7080
7081 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
7082 to ``Obsoleting code''. Revise.
7083
e2e0bcd1
JB
70842002-05-17 Jim Blandy <jimb@redhat.com>
7085
7086 * gdb.texinfo (C Preprocessor Macros): New chapter.
7087 Include it in the main menu.
7088 (Contributors): Credit Jim Blandy with macro support.
7089 (Compilation): Explain how to get macro information into the
7090 executable.
7091 (Expressions): Note that preprocessor macros are expanded.
7092
9db8d71f
DJ
70932002-05-14 Daniel Jacobowitz <drow@mvista.com>
7094
7095 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
7096 options for `target remote'.
7097
6d531722
AC
70982002-05-13 Andrew Cagney <ac131313@redhat.com>
7099
7100 * gdbint.texinfo (Target Architecture Definition): Delete
7101 documentation on NNPC_REGNUM.
7102
13d01224
AC
71032002-05-11 Andrew Cagney <ac131313@redhat.com>
7104
7105 * gdbint.texinfo (Target Architecture Definition): Document
7106 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
7107 (Target Architecture Definition): Revise section `Using Different
7108 Register and Memory Data Representations'. Add section `Raw and
7109 Virtual Register Representations'.
7110
b2e75d78
AC
71112002-05-11 Andrew Cagney <ac131313@redhat.com>
7112
7113 * gdbint.texinfo (Target Architecture Definition): Mention
7114 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
7115 (Target Architecture Definition): Mention same. Add references to
7116 web pages.
7117
2c8682ee
MS
71182002-05-08 Michael Snyder <msnyder@redhat.com>
7119
7120 * stabs.texinfo (Attributes): Document new "vector" attribute.
7121
0816590b
AC
71222002-05-04 Andrew Cagney <ac131313@redhat.com>
7123
7124 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
7125
2653173e
AC
71262002-05-04 Andrew Cagney <ac131313@redhat.com>
7127
7128 * gdb.texinfo: Delete obsolete references to a29k.
7129
d7bd68ca
AC
71302002-04-24 Andrew Cagney <ac131313@redhat.com>
7131
7132 * gdbint.texinfo (Target Architecture Definition): Replace
7133 IN_SIGTRAMP with PC_IN_SIGTRAMP.
7134
21d83aa5
DM
71352002-04-24 David S. Miller <davem@redhat.com>
7136
7137 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
7138
7673a6cc
DM
71392002-04-21 David S. Miller <davem@redhat.com>
7140
7141 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
7142
d49d1e0a
AC
71432002-04-21 Andrew Cagney <ac131313@redhat.com>
7144
7145 * gdbint.texinfo (Target Architecture Definition): Delete
7146 definition of HAVE_REGISTER_WINDOWS.
7147
f7dc1244 71482002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
7149
7150 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
7151 "Theodore A. Roth" <troth@verinet.com>.
7152
5ca0cb28
DH
71532002-04-15 Don Howard <dhoward@redhat.com>
7154
f7dc1244 7155 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 7156 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 7157 Provide a better explaination of this feature.
5ca0cb28 7158
f208ba17
AC
71592002-04-14 Andrew Cagney <ac131313@redhat.com>
7160
7161 * gdbint.texinfo (Target Architecture Definition): Remove
7162 FRAME_CHAIN_COMBINE.
7163
d5ba91de
MC
71642002-04-12 Michael Chastain <mec@shout.net>
7165
7166 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
7167 REG_STACK_SEGMENT.
7168
26818220
MC
71692002-04-09 Michael Chastain <mec@shout.net>
7170
7171 * gdbint.texinfo (Obsolete Conditionals): Remove references to
7172 PYRAMID_* macros.
7173
129188f6
AC
71742002-04-07 Andrew Cagney <ac131313@redhat.com>
7175
7176 * gdb.texinfo (Bug Reporting): Document that the web is the
7177 prefered way of submitting bug reports.
7178 (Bug Reporting): Delete the s-mail address as the last resort.
7179
8227c0ff
AC
71802002-04-05 Andrew Cagney <ac131313@redhat.com>
7181
7182 * gdbint.texinfo (Target Architecture Definition): Delete
7183 references to TARGET_WRITE_FP and write_fp.
7184
16d9dec6
MS
71852002-03-27 Michael Snyder <msnyder@redhat.com>
7186
7187 * gdb.texinfo: Document new commands dump, append, and restore.
7188
9ae8b82c
AC
71892002-03-27 Andrew Cagney <ac131313@redhat.com>
7190
7191 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
7192 Branch'.
7193
474c8240
AC
71942002-03-18 Andrew Cagney <ac131313@redhat.com>
7195
7196 * gdb.texinfo: Change all examples to @smallexample.
7197 * gdbint.texinfo: Ditto.
a9331b3f 7198
fb0ff88f
AC
71992002-03-18 Andrew Cagney <ac131313@redhat.com>
7200
7201 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
7202 Branches''.
7203
9bb0a4d8
AC
72042002-03-18 Andrew Cagney <ac131313@redhat.com>
7205
7206 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
7207 Policy''.
7208
937f164b
FF
72092002-03-04 Fred Fish <fnf@redhat.com>
7210
7211 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
7212 expresson, suports, dependant, trhe, perhaphs, situtations,
7213 explictily, taged, oportunity, unfortunatly).
7214
a7b40f07
AC
72152002-02-24 Andrew Cagney <ac131313@redhat.com>
7216
7217 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
7218 Remove reference to 3.12.
7219
aab4e0ec
AC
72202002-02-23 Andrew Cagney <ac131313@redhat.com>
7221
7222 * gdbint.texinfo: Include fdl.texi.
7223 (Top): Add GNU Free Documentation License.
7224 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
7225 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
7226 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
7227 (gdbint.info): Add srcdir to include path.
7228 * gdb.texinfo: Include gpl.texi.
7229 (Top): Add Copying.
7230 * gpl.texi: New file.
7231
47b95330
AC
72322002-02-23 Andrew Cagney <ac131313@redhat.com>
7233
7234 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
7235
78c47bea
PM
72362002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
7237
7238 * gdb.texinfo: Document Cygwin native specific commands.
7239
56460a61
DJ
72402002-02-15 Daniel Jacobowitz <drow@mvista.com>
7241
7242 * gdb.texinfo: Document gdbserver ``--attach'' command.
7243
def71bfa
MS
72442002-02-07 Michael Snyder <msnyder@redhat.com>
7245
7246 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
7247 to @code(_ovly_debug_event).
7248
c928edc0
AC
72492002-02-07 Andrew Cagney <ac131313@redhat.com>
7250
7251 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
7252
81d46470
MS
72532002-02-06 Michael Snyder <msnyder@redhat.com>
7254
7255 * gdb.texinfo (overlays): Mention new magic symbol
7256 '_ovly_debug_event', which allows GDB to keep better track
7257 of overlays.
7258
f7dc1244 72592002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
7260
7261 * gdb.texinfo (Memory Region Attributes): Fix the wording.
7262 Suggested by Dmitry Sivachenko.
7263
7264 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
7265
15110bc3
MS
72662002-02-01 Michael Snyder <msnyder@redhat.com>
7267
7268 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
7269
6763aef9
MS
72702002-01-30 Michael Snyder <msnyder@redhat.com>
7271
ac282366
MS
7272 * gdb.texinfo: (remote protocol): Gramatical fix-up.
7273 (set trust-readonly-sections): Document.
6763aef9 7274
8642bc8f
AC
72752002-01-29 Andrew Cagney <ac131313@redhat.com>
7276
7277 * gdbint.texinfo (Releasing GDB): Revise and update.
7278
afe64c1a
AC
72792002-01-28 Andrew Cagney <ac131313@redhat.com>
7280
7281 * gdbint.texinfo (Target Architecture Definition): Delete
7282 description of TARGET_BYTE_ORDER_DEFAULT.
7283
f7dc1244 72842002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
7285
7286 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
7287 <mitya@cavia.pp.ru>.
7288
3d6e1b5a
AC
72892002-01-23 Andrew Cagney <ac131313@redhat.com>
7290
7291 * libgdb.texinfo: Delete file.
7292
6c0e9fb3
AC
72932002-01-22 Andrew Cagney <ac131313@redhat.com>
7294
7295 * gdb.texinfo: Remove makeinfo 3.12 hacks.
7296 * gdbint.texinfo: Ditto.
7297
e0ce93ac
AC
7298Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
7299
7300 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
7301
be298bcc
AC
73022002-01-22 Andrew Cagney <ac131313@redhat.com>
7303
7304 * Makefile.in: Update copyright.
7305 (TEXI2DVI): Define.
7306 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
7307 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
7308 gdb-cfg.texi.
7309 (TEXINDEX, PDFTEX): Delete makefile variables.
7310
8e04817f
AC
73112002-01-22 Andrew Cagney <ac131313@redhat.com>
7312
7313 * gdb.texinfo (Protocol): Move section to appendix.
7314
6b2f586d
AC
73152002-01-21 Andrew Cagney <ac131313@redhat.com>
7316
7317 * gdb.texinfo (Remote Debugging): Create a menu.
7318 (Top): Add ``Remote Debugging'' to menu.
7319
6f05cf9f
AC
73202002-01-21 Andrew Cagney <ac131313@redhat.com>
7321
7322 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
7323 serial protocol'' from here.
7324 (Remote Debugging): To here. New chapter.
7325
3fd3d7d2
AC
73262002-01-20 Andrew Cagney <ac131313@redhat.com>
7327
7328 * gdbint.texinfo (Target Architecture Definition): Delete
7329 description of TARGET_BYTE_ORDER_SELECTABLE_P.
7330
7fd60527
AC
73312002-01-20 Andrew Cagney <ac131313@redhat.com>
7332
7333 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
7334 are no longer needed.
7335 (Porting GDB): Add maintainer note about configure.host.
7336
c2f05ac9
AC
73372002-01-20 Andrew Cagney <ac131313@redhat.com>
7338
7339 * gdbint.texinfo (Target Architecture Definition): Remove
7340 definition of IEEE_FLOAT.
7341
f7dc1244 73422002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
7343
7344 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
7345 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
7346 <3diff@gnu.org>
231b2aad 7347
82600034
AC
73482002-01-19 Andrew Cagney <ac131313@redhat.com>
7349
7350 * gdbint.texinfo (Host Definition): Remove references to
7351 MALLOC_INCOMPATIBLE.
7352
7708fa01
AC
73532002-01-17 Andrew Cagney <ac131313@redhat.com>
7354
7355 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
7356 and xyz-xdep.o.
7357
eb12ee30
AC
73582002-01-17 Andrew Cagney <ac131313@redhat.com>
7359
889bf7c5 7360 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
7361 (Set Breaks): Copy ``maint info breakpoint'' doco to
7362 ``Maintenance Commands'' appendix. Add reference.
7363
c9ccaa92
AC
73642002-01-17 Andrew Cagney <ac131313@redhat.com>
7365
7366 * fdl.texi: Remove next/prev from @node.
7367
f7dc1244 73682002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
7369
7370 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
7371 for monstrous @multitable (from Brian Youmans).
7372
7373 * fdl.texi: New file.
7374
7375 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
7376
8973da3a
AC
73772002-01-15 Andrew Cagney <ac131313@redhat.com>
7378
7379 * gdbint.texinfo (Releasing GDB): New chapter.
7380
7d86b5d5
AC
73812002-01-14 Andrew Cagney <ac131313@redhat.com>
7382
7383 * gdb.texinfo (Embedded Processors, Calling program functions):
7384 Obsolete references to a29k.
7385
cc1cb004
AC
73862002-01-13 Andrew Cagney <ac131313@redhat.com>
7387
7388 * gdbint.texinfo (Coding): Review Cleanups section. Examples
7389 examples. Document that a code-block should do or discard its
7390 cleanups before exit.
7391
79f12247
MS
73922002-01-11 Michael Snyder <msnyder@redhat.com>
7393
7394 * gdb.texinfo (Choosing files): Change @samp to @file.
7395
19837790
MS
73962002-01-05 Michael Snyder <msnyder@redhat.com>
7397
7398 * gdb.texinfo (--pid): Document new command line option (attach).
7399
f7dc1244 74002002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
7401
7402 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
7403 in the stub.
7404
d7449b42
AC
74052002-01-04 Andrew Cagney <ac131313@redhat.com>
7406
7407 * gdbint.texinfo (Target Architecture Definition): Replace
7408 BIG_ENDIAN with BFD_ENDIAN_BIG.
7409
f23631e4
AC
74102002-01-03 Andrew Cagney <ac131313@redhat.com>
7411
7412 * gdbint.texinfo (Target Architecture Definition): Replace
7413 value_ptr with struct value pointer.
7414
72c9928d
EZ
74152002-01-02 Eli Zaretskii <eliz@gnu.org>
7416
7417 * gdb.texinfo (Free Software): Fix wording.
7418
959acfd1
EZ
74192001-12-31 Eli Zaretskii <eliz@gnu.org>
7420
7421 * gdb.texinfo (Free Software): New section ``Free Software Needs
7422 Free Documentation''.
7423
f7dc1244 74242001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
7425
7426 * stabs.texinfo:
7427 * gdb.texinfo:
7428 * gdbint.texinfo:
7429 * libgdb.texinfo:
7430 * annotate.texi: Fix the application of GFDL in the Copyright notice.
7431
6600abed
MS
74322001-12-29 Michael Snyder <msnyder@redhat.com>
7433
7434 * gdb.texinfo (maint info sections): Fix typo.
7435
f6680716
MS
74362001-12-26 Michael Snyder <msnyder@redhat.com>
7437
fe95c787
MS
7438 * gdb.texinfo (maint info sections): Document.
7439
a9331b3f 7440 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
7441 'info proc' sub-options that are currently not implemented.
7442
c3d3ce5b
JB
74432001-12-20 Jim Blandy <jimb@redhat.com>
7444
7445 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
7446
778eb05e
AC
74472001-12-15 Andrew Cagney <ac131313@redhat.com>
7448
7449 * gdbint.texinfo (Target Architecture Definition): Replace
7450 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
7451
2607059c
AC
74522001-12-01 Andrew Cagney <ac131313@redhat.com>
7453
7454 * gdbint.texinfo (Host Definition): Delete documentation on
7455 HOST_BYTE_ORDER.
7456
df0cd8c5
JB
74572001-11-30 Jim Blandy <jimb@redhat.com>
7458
7459 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 7460 overlay support. Add to top-level menu.
df0cd8c5 7461
88118b3a
TT
74622001-11-26 Tom Tromey <tromey@redhat.com>
7463
7464 * gdb.texinfo (Command Syntax): Document C-o binding.
7465
96565e91
CF
74662001-07-26 Christopher Faylor <cgf@redhat.com>
7467
7468 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
7469 use since it is described in the referenced section.
7470
f7dc1244 7471 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
7472 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
7473 clearer when using DJGPP.
7474
2a3d5645
CF
74752001-11-24 Christopher Faylor <cgf@redhat.com>
7476
7477 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
7478 specifically refer to MS-DOS.
7479 (command files): Mention gdb.ini is only used on MS-DOS.
7480
aa26fa3a
TT
74812001-11-21 Tom Tromey <tromey@redhat.com>
7482
7483 * gdb.texinfo (Invoking GDB): Document --args.
7484 (Mode Options): Likewise.
7485
4f8ada06
JB
74862001-11-21 Jim Blandy <jimb@redhat.com>
7487
7488 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
7489 Delete documentation; this macro has been removed from the
7490 sources.
4f8ada06 7491
3fe0dc10
JB
74922001-11-13 Jim Blandy <jimb@redhat.com>
7493
7494 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
7495
9e5abb06
CV
74962001-11-06 Corinna Vinschen <vinschen@redhat.com>
7497
7498 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
7499
1c5dfdad
MS
75002001-11-05 Michael Snyder <msnyder@redhat.com>
7501
a9331b3f 7502 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
7503 quote regexp chars in function names such as "operator*()".
7504
990f9fe3
FF
75052001-11-01 Fred Fish <fnf@redhat.com>
7506
7507 * gdbint.texinfo (SOLIB_ADD): Document additional new
7508 "readsyms" arg.
7509
b433d00b
DH
75102001-10-30 Don Howard <dhoward@redhat.com>
7511
070b1dd3
DH
7512 * gdb.texinfo: (Command Files) Added documentation for the
7513 behavior of gdb with input redirected from a file.
b433d00b 7514
b7209cb4
FF
75152001-10-28 Fred Fish <fnf@redhat.com>
7516
7517 * gdb.texinfo (auto-solib-add): Change docs to match
7518 implementation change.
7519 (auto-solib-limit): Add docs for new variable.
7520
1aa20aa8
AC
75212001-10-15 Andrew Cagney <ac131313@redhat.com>
7522
7523 * gdbint.texinfo (Target Architecture Definition): Function
7524 value_as_pointer renamed to value_as_address.
7525
fc0c74b1
AC
75262001-10-15 Andrew Cagney <ac131313@redhat.com>
7527
7528 * gdbint.texinfo (Target Architecture Definition): Default
7529 POINTER_TO_ADDRESS functions assume unsigned addresses.
7530 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
7531 posting by Jim Blandy.
7532
f4846649
JB
75332001-10-12 Jim Blandy <jimb@redhat.com>
7534
7535 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
7536 version of texi2html (1.64) doesn't support this flag any more.
7537
f277788b
MK
75382001-09-08 Mark Kettenis <kettenis@gnu.org>
7539
a9dc4918
MK
7540 * gdbint.texinfo (Host Definition): Remove description of
7541 MEM_FNS_DECLARED.
7542
d28379df
MK
7543 * gdbint.texinfo (Host Definition): Remove description of R_OK.
7544
f277788b
MK
7545 * gdbint.texinfo (Host Definition): Remove description of
7546 HAVE_SIGSETMASK.
7547
7ccaa899
EZ
75482001-09-04 Elena Zannoni <ezannoni@redhat.com>
7549
7550 * gdbint.texinfo (Target Architecture Definition): Add
7551 explanation of TARGET_PRINT_INSN macro.
7552
17d9d558
JB
75532001-08-30 Jim Blandy <jimb@redhat.com>
7554
7555 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
7556 Explain what it means to load relocatable files.
7557
72cde065
JB
75582001-08-28 Jim Blandy <jimb@redhat.com>
7559
7560 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
7561 info `top' menu.
7562
9e678452
CF
7563Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
7564
7565 * gdbint.texinfo: Add a cautionary note about macro use.
7566
a2bea4c3 75672001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 7568
a2bea4c3
CV
7569 * gdb.texinfo: Explain omitting the hostname in the
7570 `target remote' command.
7571
1129bf27
DJ
75722001-07-30 Daniel Jacobowitz <drow@mvista.com>
7573
7574 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
7575 and END-INFO-DIR-ENTRY.
7576
732b3002
SC
75772001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7578
7579 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
7580
89437448
AC
75812001-07-25 Andrew Cagney <ac131313@redhat.com>
7582
7583 * gdbint.texinfo (libgdb): Rewrite.
7584
f7dc1244 75852001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
7586
7587 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
7588
c4555f82
SC
75892001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7590
7591 * gdb.texinfo (TUI): New chapter, document the TUI.
7592 (Mode Options): Document the -tui option.
7593
2f45a6e0
MK
75942001-07-23 Mark Kettenis <kettenis@gnu.org>
7595
7596 * gdbint.texinfo (Host Definition): Remove description of
7597 NEED_POSIX_SETPGID.
7598
f7dc1244 75992001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
7600
7601 * gdb.tex (DJGPP Native): New node, with descriptions of
7602 DJGPP-specific commands.
7603
be9c6c35
JM
76042001-07-19 John R. Moore <jmoore@redhat.com>
7605
7606 * gdbint.texinfo: Three misspellings.
7607
dfa249fb
AC
76082001-07-06 Andrew Cagney <ac131313@redhat.com>
7609
7610 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
7611 `test` expressions on bash. Problem reported by Colin Walters.
7612
c72e7388
AC
76132001-07-04 Andrew Cagney <ac131313@redhat.com>
7614
7615 * gdbint.texinfo (User Interface): Update ui-out documentation to
7616 refelect recent UI/MI updates.
7617
94bbb2c0
AC
76182001-07-04 Andrew Cagney <ac131313@redhat.com>
7619
7620 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
7621 interpreters.
7622
af6c57ea
AC
76232001-06-15 Andrew Cagney <ac131313@redhat.com>
7624
7625 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
7626 structure and not macros.
7627 (Host Definition): Document that much of this chapter is obsolete.
7628 (Target Architecture Definition): Update list of files that make
7629 up a target architecture.
7630 (Coding): Update.
7631
83aa8bc6
AC
76322001-06-28 Andrew Cagney <ac131313@redhat.com>
7633
7634 * gdbint.texinfo (Target Architecture Definition): Update
7635 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
7636 The latter has been changed to a true predicate.
7637
f7dc1244 76382001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
7639
7640 * annotate.texi: Add @noindent where needed. From Dmitry
7641 Sivachenko <dima@Chg.RU>.
7642 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
7643
656db9b0
AC
76442001-06-16 Andrew Cagney <ac131313@redhat.com>
7645
7646 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
7647
df2396a1
AC
76482001-06-14 Andrew Cagney <ac131313@redhat.com>
7649
7650 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
7651 returns ``OK''. Document that the ``R'' packet does not reply.
7652
0f1f2b0a
MS
76532001-06-13 Michael Snyder <msnyder@redhat.com>
7654
7655 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
7656
f7dc1244 76572001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
7658
7659 * gdb.texinfo (Signals): Clarify the default setting of signal
7660 handling.
7661
a5d7c491
AC
76622001-05-14 Andrew Cagney <ac131313@redhat.com>
7663
7664 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
7665 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
7666
05a54c4f
AC
76672001-05-12 Andrew Cagney <ac131313@redhat.com>
7668
7669 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
7670
f7dc1244 76712001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
7672
7673 * gdbint.texinfo (Clean Design and Portable Implementation):
7674 Renamed from "Clean Design".
7675 (Clean Design and Portable Implementation): Document portable
7676 methods of handling file names, and the associated macros.
7677
f7dc1244 76782001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
7679
7680 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
7681 command and provide a cross-reference to its description.
7682 (Symbols): Note that "info scope" is useful for trace experiments.
7683
f7dc1244 76842001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 7685
b37052ae
EZ
7686 * gdb.texinfo (Symbols): Document "info scope".
7687 (Tracepoints): New chapter.
7688 (Contributors): Update for v5.1.
7689 <All nodes>: Change "C++" to "C@t{++}".
7690
0ee54786
EZ
7691 * gdbint.texinfo (User Interface): A new section about ui_out
7692 functions, based on text written by Fernando Nasser.
7693
c534679c
EZ
7694 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
7695
f7dc1244 76962001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 7697
e9c75b65
EZ
7698 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
7699
7700 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
7701
7702 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
7703 Replace "GDB" with "@value{GDBN}". Fix markup.
7704
7705 * annotate.texi: Change Permissions to GFDL. Update Copyright.
7706
3d67e040
EZ
7707 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
7708 a cross-reference to its description.
7709 (Symbols): Document "info symbol".
7710
f7dc1244 77112001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
7712
7713 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
7714 subsection "x86 Watchpoints".
7715 (Target Architecture Definition): Document the macros
7716 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
7717 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
7718
b0ed3589
AC
77192001-03-20 Andrew Cagney <ac131313@redhat.com>
7720
7721 * gdbint.texinfo (Target Architecture Definition): Update
7722 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
7723 list.
7724
b6ba6518
KB
77252001-03-06 Kevin Buettner <kevinb@redhat.com>
7726
7727 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
7728 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
7729
f7dc1244 77302001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
7731
7732 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
7733
f7dc1244 77342001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 7735
17cc6a06
EZ
7736 * gdb.texinfo (Environment): Document that `path' does not change
7737 the value of PATH in GDB's own environment (it did in the past,
7738 but that was changed on March 15, 1994). Reported by Doug Evans
7739 <dje@transmeta.com>.
7740
56caf160
EZ
7741 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
7742 its line. Fix markup of commands and macros. Add an Index node
7743 and index entries.
7744
29e57380
C
77452001-01-23 J.T. Conklin <jtc@redback.com>
7746
7747 * gdb.texinfo (Memory region attributes): New manual section.
7748
1c6147de
ND
77492001-01-04 Nicholas Duffek <nsd@redhat.com>
7750
7751 * gdbint.texinfo (POP_FRAME): Document use by return_command.
7752
f7dc1244 77532000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
7754
7755 * refcard.tex: Version and copyright fixed. From Phil Edwards
7756 <pedwards@disaster.jaj.com>.
7757
0dcedd82
AC
7758Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
7759
7760 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 7761 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 7762
3b851bce
AC
7763Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
7764
7765 * gdbint.texinfo (Coding): Update current value of
889bf7c5 7766 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 7767
f7dc1244 77682000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
7769
7770 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
7771 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
7772
b90a5f51
CF
77732000-11-10 Christopher Faylor <cgf@cygnus.com>
7774
7775 * gdb.texinfo: Document new 'set step-mode' command.
7776
f7dc1244 77772000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
7778
7779 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
7780 changes from Dmitry Sivachenko <dima@Chg.RU>.
7781
f7dc1244 77822000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
7783
7784 * gdb.texinfo (Hooks): Document the new post-hook functionality.
7785 From Steven Johnson <sbjohnson@ozemail.com.au>.
7786
2e685b93
MK
77872000-08-10 Mark Kettenis <kettenis@gnu.org>
7788
7789 * gdbint.texinfo (Overall Structure): Spelling fix.
7790
f7dc1244 77912000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
7792
7793 * gdbint.texinfo (Target Architecture Definition): Document that
7794 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
7795 for which REGISTER_CONVERTIBLE returns a zero value.
7796
63ac3005
EZ
77972000-07-08 Christopher Faylor <cgf@cygnus.com>
7798
7799 * Makefile.in (install-info): Find files to install in either the
7800 build or source directories (adapted from Makefile.am).
7801
bd79f757
ND
78022000-07-07 Nicholas Duffek <nsd@redhat.com>
7803
7804 * stabs.texinfo: Fix spelling errors.
7805 (String Field): FILE-NUMBER starts from 0, not 1.
7806
f7dc1244 78072000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
7808
7809 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 7810 Brian Youmans.
5f208f6d 7811
f7dc1244 78122000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
7813
7814 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
7815 the source directory. Reported by Mark Harig
7816 <markh@frazier.landmark.com>.
cc542d3b 7817
f3b28801
C
78182000-06-20 J.T. Conklin <jtc@redback.com>
7819
7820 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
7821
449f3b6c
AC
7822Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
7823
7824 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 7825 Generate using pdftex.
449f3b6c 7826 (PDFTEX): Define.
889bf7c5 7827 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 7828 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 7829 @contents at the start.
449f3b6c 7830
f7dc1244 78312000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
7832
7833 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 7834 Youmans.
48e934c6 7835
9e9c5ae7
AC
7836Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
7837
7838 From Brian Youmans:
7839 * gdb.texinfo: Fix ``et al.''.
7840
c741b251
AC
7841Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
7842
7843 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 7844 loop.
c741b251 7845
4ab64e14
JG
78462000-05-19 Jimmy Guo <guo@cup.hp.com>
7847
7848 * configure: Regenerate.
7849
f7dc1244 78502000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
7851
7852 * Makefile.in (install-info): Run install-info on installed Info
7853 files.
7854
8c70017b
AC
7855Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
7856
a7cb598a 7857 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 7858 Andrew Cagney.
8c70017b 7859
f7dc1244 78602000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
7861
7862 * gdb.texinfo: Proofreading changes from Brian Youmans.
7863
bf0184be
ND
78642000-05-01 Nick Duffek <nsd@cygnus.com>
7865
7866 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
7867 startup sequence, minor edits.
7868
f7dc1244 78692000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
7870
7871 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
7872 TeX.
7873
7874 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
7875 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
7876 like `n' and `s' which look weird. Convert some of the @kindex to
7877 @vindex, when they refer to variables, not commands.
7878
33e16fad
AC
7879Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
7880
7881 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
7882
f7dc1244 78832000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
7884
7885 * Makefile.in (GDBMI_DIR): New variable.
7886 (SET_TEXINPUTS): Add $(GDBMI_DIR).
7887 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
7888 (gdbmi.texinfo): New target, for texi2roff.
7889 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
7890 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
7891
7892 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
7893 gdbmi.texinfo.
7894 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
7895 comment.
7896
d167840f
EZ
78972000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7898
7899 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 7900 command.
d167840f 7901
f7dc1244 79022000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
7903
7904 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
7905 prevents the build (and is generally a Bad Idea).
7906
f7dc1244 79072000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
7908
7909 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
7910 a comma inside @var.
7911 (Command Files): Index markup changes from Dmitry Sivachenko
7912 <dima@Chg.RU>.
7913
f7dc1244 79142000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
7915
7916 * Makefile.in (LN_S): Define.
7917 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
7918 invoke "ln -s" unless it is known to work.
7919
7920 * configure.in (AC_PROG_LN_S): Add.
7921
8dc7983f
JB
79222000-04-14 Jim Blandy <jimb@redhat.com>
7923
7924 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
7925 section.
7926 (Target Conditionals): Document ADDRESS_TO_POINTER,
7927 POINTER_TO_ADDRESS.
7928
1a8237e8
DB
79292000-04-11 Daniel Berlin <dan@cgsoftware.com>
7930
7931 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
7932 gdb-cfg.texi to get the value.
7933
ca526f1a
JB
79342000-04-10 Jim Blandy <jimb@redhat.com>
7935
7936 * gdbint.texinfo (Target Architecture Definition): Fix
7937 cross-references.
7938
faaafcb4
JB
79392000-04-08 Jim Blandy <jimb@redhat.com>
7940
7941 * gdbint.texinfo (Using Different Register and Memory Data
7942 Representations): New section.
7943 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
7944 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
7945 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 7946
1b27397f
AC
7947Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
7948
7949 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 7950 for acknowledgments.
1b27397f 7951
480ff1fb
AC
7952Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
7953
7954 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 7955 qThreadExtraInfo.
480ff1fb 7956
a9331b3f 79572000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 7958
a9331b3f
RM
7959 * gdb.texinfo: Clarify which remote debug protocol commands are
7960 required and which are optional.
f1251bdd 7961
dbeb8dbd
AC
7962Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
7963
7964 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
7965 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
7966 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
7967 * annotate.texi: Update.
7968
6d2ebf8b
SS
79692000-03-28 Stan Shebs <shebs@apple.com>
7970
7971 * gdb.texinfo: Update dates, bump to Eighth Edition (note
7972 expectation of additional changes before release), update
7973 ISBN, add copy of top-level menu for @ifhtml, remove explicit
7974 node links, rephrase and/or shorten lines to fix formatting
7975 problem in both regular and @smallbook formats.
7976 * annotate.texi: Shorten lines in example, use smallexample
7977 consistently everywhere.
7978 * Makefile.in: Add comment about texinfo 4.0 html generation.
7979 (SFILES_INCLUDED): Add annotate.texi.
7980
5d161b24
DB
79812000-03-27 Daniel Berlin <dan@cgsoftware.com>
7982
5ae4183a
AS
7983 * gdb.texinfo (Debugging Output): Added new section, documenting
7984 the "set/show debug" commands.
5d161b24 7985
b9deaee7
AC
7986Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
7987
7988 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 7989 entry.
b9deaee7
AC
7990
7991 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
7992 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 7993 @chapter and @node entries.
a9331b3f 7994
b9deaee7 7995 * gdb.texinfo: Link all top-level nodes.
a9331b3f 7996
9ef47d30
AC
7997Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
7998
7999 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 8000 files.
9ef47d30 8001
cfeada60
FN
80022000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
8003
8004 From David Whedon <dwhedon@gordian.com>
5ae4183a 8005 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 8006
6837a0a2
DB
80072000-03-22 Daniel Berlin <dan@cgsoftware.com>
8008
8009 * gdb.texinfo: Add documentation for the apropos command.
8010
bba2971c
MS
80112000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
8012
8013 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
8014
2b628194
MS
80152000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
8016
a9331b3f 8017 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
8018 two places.
8019
96a2c332
SS
80202000-03-17 Stan Shebs <shebs@apple.com>
8021
8022 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
8023 <dima@Chg.RU>, also clarification of allowed content for
8024 string constants.
8025
f7dc1244 80262000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
8027
8028 * gdb.texinfo (main menu): Add Annotations.
8029 (File Options): Add @cindex entries for each command-line option.
8030 Document --epoch, --annotate, --async, --interpreter, --write,
8031 --statistics, and --version.
8032
8033 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
8034 of GDB.
8035
9d233477
JB
80362000-02-23 Jim Blandy <jimb@redhat.com>
8037
8038 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
8039
14e0eb3b
JB
80402000-02-22 Jim Blandy <jimb@redhat.com>
8041
8042 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
8043
3555de01
JM
80442000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
8045
8046 * Makefile.in (diststuff): New target.
8047
5e35df8e
KB
80482000-02-15 Kevin Buettner <kevinb@redhat.com>
8049
8050 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 8051 architecture. [From Jim Wilson.]
5e35df8e 8052
c5394b80
JM
80532000-01-16 Tom Tromey <tromey@cygnus.com>
8054
8055 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
8056 (Delete Breaks): Mention range arguments.
8057 (Disabling): Likewise.
8058
c3f6f71d
JM
80592000-01-05 Dmitry Sivachenko <dima@Chg.RU>
8060
8061 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
8062
c4093a6a
JM
8063Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
8064
8065 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 8066 valid functions.
c4093a6a 8067
11cf8741
JM
80681999-11-05 Stan Shebs <shebs@andros.cygnus.com>
8069
8070 * gdb.texinfo: Clarify regular expressions used in rbreak.
8071
917317f4
JM
80721999-10-15 Kevin Buettner <kevinb@cygnus.com>
8073
8074 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
8075 MEMORY_REMOVE_BREAKPOINT): Document.
8076
8077Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
8078
8079 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 8080 offset re-using the DATA offset instead.
917317f4 8081
2df3850c
JM
80821999-10-11 Jim Kingdon <kingdon@redhat.com>
8083
8084 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
8085
80861999-10-05 Stan Shebs <shebs@andros.cygnus.com>
8087
8088 From Dmitry Sivachenko <demon@gpad.ac.ru>:
8089 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
8090 typos.
8091
8092 * gdb.texinfo: Various minor wording and formatting improvements,
8093 mentions of additional command-line options.
8094
2acceee2
JM
80951999-09-30 Fred Fish <fnf@cygnus.com>
8096
8097 * gdb.texinfo: Document additional forms of specifying section
8098 names and addresses for the add-symbol-file command.
8099
c2c6d25f
JM
81001999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
8101
8102 * gdbint.texinfo: Fix typo, add the word "have".
8103
81041999-09-14 Jim Blandy <jimb@cris.red-bean.com>
8105
8106 * gdbint.texinfo (Target Architecture Definition): Document the
8107 SKIP_PERMANENT_BREAKPOINT macro.
8108
d4f3574e
SS
81091999-09-07 Stan Shebs <shebs@andros.cygnus.com>
8110
8111 * gdb.texinfo: Fiks speling errers.
8112
8113 * gdb.texinfo: Fix uses of @multitable.
8114
f7dc1244 8115 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 8116 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 8117 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
8118 comments about using with optimization, add more indexing,
8119 fix info about disassembly-flavor.
8120
8121Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
8122
8123 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
8124 SKIP_SOLIB_RESOLVER): Define.
8125
8126Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
8127
8128 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 8129 ``g'' packets.
d4f3574e 8130
104c1213
JM
81311999-08-30 Stan Shebs <shebs@andros.cygnus.com>
8132
8133 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
8134 platform-specific info, inline remote.texi and move sections of it
8135 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
8136 and register stack into the new chapter.
8137 * remote.texi: Remove, now part of gdb.texinfo.
8138 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
8139
81401999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
8141
8142 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
8143 GDB_TARGET_IS_MACH386): These kludges have gone away.
8144
8145Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
8146
8147 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 8148 TDEPLIBS.
104c1213 8149
53a5351d
JM
81501999-08-20 Stan Shebs <shebs@andros.cygnus.com>
8151
8152 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
8153 surrounding text to fit HP-UX bits into general info.
8154 (HPPA-cfg.texi): Remove, no longer useful.
8155
8156 * gdb.texinfo: Remove explicit links from @node lines, remove
8157 HP-added "Detailed Node Listing" from main menu which confuses
8158 things.
8159
8160 From Dmitry Sivachenko <dima@Chg.RU>:
8161 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 8162 in description of `set environment'.
53a5351d
JM
8163
81641999-08-17 Stan Shebs <shebs@andros.cygnus.com>
8165
8166 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
8167
7be570e7
JM
81681999-08-12 Ben Elliston <bje@cygnus.com>
8169
8170 * gdbint.texinfo (Breakpoint Handling): Add missing words.
8171
f7dc1244 81721999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
8173
8174 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
8175 watch, awatch, and rwatch. Explain why the latter two cannot be
8176 set as software watchpoints. Document that watchpoints for local
8177 variables are deleted when the debuggee terminates.
7be570e7
JM
8178
8179Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
8180
8181 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
8182 packet. Allow E.. response packet. "qRcmd" packet is no longer
8183 reserved.
7be570e7
JM
8184
81851999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8186
a9331b3f
RM
8187 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
8188 * gdb.texinfo: Ditto.
7be570e7 8189
96baa820
JM
81901999-08-06 Tom Tromey <tromey@cygnus.com>
8191
8192 * gdb.texinfo (KOD): New node.
8193
8194Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
8195
8196 * remote.texi (Rcmd): Fix minor formatting typos.
8197
8198Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
8199
8200 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 8201 packets.
96baa820 8202
adf40b2e
JM
82031999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
8204
8205 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
8206 fixes.
8207
43ff13b4
JM
8208Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
8209
8210 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
8211
085dd6e6
JM
8212Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
8213
8214 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
8215 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
8216 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
8217 packets that are not supported on all hosts. Expand examples.
8218 Spell check.
085dd6e6
JM
8219
82201999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
8221
8222 * Makefile.in: Recognize html, install-html. Add targets
8223 to build HTML versions of documentation via texi2html.
8224
8225Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
8226
8227 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 8228 testsuite.
085dd6e6
JM
8229
8230Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
8231
8232 * remote.texi (Communication Protocol): Rewrite.
8233
8234Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
8235
8236 * stabs.texinfo: Fix uses of xref.
8237
9e0b60a8
JM
8238Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
8239
8240 * gdbint.texinfo: Add an anti-printf exhortation, and update the
8241 info about patch submission.
8242
cce74817
JM
8243Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
8244
8245 From Per Bothner <bothner@cygnus.com>:
8246 * gdb.texinfo: Document Chill support.
8247
8248Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
8249
8250 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
8251 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
8252 Document that the value should be greater-than or equal-to zero.
8253 (NO_STD_REGS): Document. Deprecate.
cce74817 8254
ac9a91a7
JM
8255Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8256
8257 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 8258 Document that these are not used.
ac9a91a7
JM
8259
8260Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8261
8262 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
8263
392a587b
JM
8264Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
8265
8266 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 8267 numargs was dropped.
392a587b
JM
8268
8269Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
8270
8271 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
8272
b83266a0
SS
8273Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
8274
8275 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 8276 Update.
b83266a0 8277
7a292a7a
SS
8278Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
8279
8280 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
8281 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
8282
8283Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
8284
8285 * gdbint.texinfo: Fix typos: $ -> @.
8286
8287Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
8288
8289 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
8290 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
8291 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
8292 BREAKPOINT_FROM_PC.
a9331b3f 8293
7a292a7a
SS
8294Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
8295
8296 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 8297 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
8298
8299Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8300
8301 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 8302 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
8303
83041999-04-02 Stan Shebs <shebs@andros.cygnus.com>
8305
8306 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
8307 longer exists.
8308
8309Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
8310
8311 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
8312 nearly all @ifset/@ifclear conditionals; nobody uses them, and
8313 they make the manual source incomprehensible.
7a292a7a
SS
8314 * h8-cfg.texi: Remove, hasn't been used in years.
8315
c906108c
SS
8316Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
8317
8318 * gdb.texinfo: Update the credits.
8319
8320Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
8321
8322 * gdb.texinfo: Fix mistakes noticed in printout of last
8323 draft, add Alpha to discussion of heuristic fence post.
8324
8325Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
8326
8327 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
8328 Edition, merge some HP changes into mainline, describe some
8329 previously undocumented features, describe more of the target
8330 commands available, eliminate obsolete section on renamed
8331 commands.
c906108c
SS
8332 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
8333
8334Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
8335
8336 * gdb.texinfo: Make many HPPA conditionals unconditional,
8337 including catchpoint description, since now on for all configs.
8338 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
8339 specializations.
8340
8341Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
8342
8343 * Makefile.in (GDBvn.texi): Fix match expression to work with
8344 current format of VERSION in gdb/Makefile.in.
8345 * gdb.texinfo: Fix node ref to match new readline.
8346
8347Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
8348
a9331b3f
RM
8349 * gdb.texinfo: Changes made as part of a project to merge in
8350 changes made by HP. Documentation makes extensive use of
c906108c
SS
8351 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
8352 on remote debugging. There are differences in documentation
889bf7c5 8353 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
8354 the HP manual discusses catchpoints, hardware watchpoints, and
8355 some HPUX specific limitations for shared library support.
a9331b3f 8356
c906108c
SS
8357 There are also a number of @node changes.
8358
83591999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
8360
8361 * gdbint.texinfo (Formatting): Disambiguate a sentence.
8362 (C Usage): Same.
8363
8364Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
8365
8366 The following changes were made by Edith Epstein
889bf7c5
PA
8367 <eepstein@cygnus.com> as part of a project to merge in changes
8368 made by HP.
a9331b3f 8369
c906108c
SS
8370 * HPPA-cfg.texi: new file.
8371
8372 * all-cfg.texi: set HPPA for HP PA-RISC targets.
8373
8374 * refcard.tex: change documentation about catch.
8375 removed info catch.
8376
8377Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
8378
8379 * gdbint.texinfo: Expand on GDB's coding standards,
8380 specify the use of arg names with prototypes.
8381
83821998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
8383
8384 * gdb.texinfo: Fix tipo.
8385
8386Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
8387
8388 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 8389 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
8390
8391Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
8392
8393 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
8394
83951998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
8396
8397 * agentexpr.texi: New file.
8398
8399Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
8400
8401 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
8402
84031998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
8404
8405 * remote.texi: Changed wording that implied that the GDB remote
8406 protocol caches register values instead of GDB itself.
8407
8408Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
8409
8410 * gdbint.texinfo: Add some info about symbol readers.
8411 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
8412 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
8413 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
8414 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
8415
8416Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
8417
a9331b3f 8418 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
8419
8420Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
8421
8422 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
8423
8424Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
8425
8426 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 8427 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
8428
8429Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
8430
8431 * gdbint.texinfo: Fix minor typos.
8432
8433Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
8434
8435 * gdbint.texinfo: Complete overhaul. Group descriptions more
8436 logically, add more info on generic algorithms, remove much
8437 obsolete and/or wrong material.
8438
8439Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
8440
8441 * stabs.texinfo (Method Type Descriptor): Expand and correct.
8442
8443Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
8444
8445 * refcard.tex: Copyright, address updates.
8446
8447Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
8448
8449 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
8450 for the edition instead of confusing GDB-version-like numbers.
8451
8452Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
8453
8454 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
8455
8456Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
8457
5ae4183a 8458 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
8459
8460Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
8461
8462 * gdb.texinfo: Add some credits, mention bug monitor.
8463 * remote.texi: Mention mips monitor targets.
8464 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 8465
c906108c
SS
8466Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
8467
8468 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
8469 files, finish sorting of host vs target vs native macros, describe
8470 some more of them.
c906108c
SS
8471
8472Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
8473
8474 * gdbint.texinfo (Host Conditionals): Document change from
8475 using NO_MMALLOC to it's inverse, USE_MMALLOC.
8476
8477Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
8478
8479 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 8480 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
8481
8482Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
8483
8484 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
8485 Document LSEEK_NOT_LINEAR.
8486
8487Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
8488
8489 * stabs.texinfo (Stab Section Basics): Make it clear that only
8490 some versions of the GNU linker remove the leading N_UNDF symbol.
8491
8492Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
8493
8494 * stabs.texinfo (String Field): Document type number pairs here,
8495 instead of in the Sun specific section.
8496 (Include Files): The GNU linker supports the N_BINCL
8497 optimization. Clarify the N_BINCL value, and what it is used
8498 for.
8499 (Procedures): Document N_FUN with an empty string to mark the end
8500 of a function.
8501 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
8502 (Sun Differences): Remove this node, as the information is now
8503 elsewhere in the main document.
8504 (Stab Section Basics): Mention that the GNU linker may optimize
8505 stabs and remove the leading N_UNDF symbol.
8506
8507Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
8508
8509 * gdb.texinfo, refcard.tex: Restore author credit
8510
8511Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
8512
8513 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
8514 documentation to account for START and END macros taking
8515 one arg.
8516
8517Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
8518
8519 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
8520 * gdb.texinfo (Frames): Fix typo.
8521
8522Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
8523
8524 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
8525 a target_signal as arg type, not a pid.
8526
8527Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
8528
8529 * gdb.texinfo: Document `set assembly-language'.
8530
8531Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
8532
8533 * remote.texi: Update list of stubs in the GDB distribution.
8534
8535Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
8536
8537 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
8538 Also document that some systems can use mmalloc but must define
8539 this if their C runtime allocates memory that is later freed.
c906108c 8540 (MMCHECK_FORCE): Document new macro.
a9331b3f 8541
c906108c
SS
8542Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
8543
8544 * remote.texi: Add documentation for target Sparclet.
8545
8546Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8547
a9331b3f 8548 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
8549 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
8550 * configure.in: Rewritten for autoconf.
8551 * configure: New.
8552
8553Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
8554
8555 * Makefile.in (DVIPS): New define, set to dvips.
8556 (dvi): Add stabs.dvi.
8557 (ps): New target.
8558 (all-doc): Depend on info, dvi, and ps targets.
8559 (STAGESTUFF): Add *.ps and *.dvi files.
8560 (clean-info, clean-dvi): Remove.
8561 (mostlyclean): Does not depend upon clean-info or clean-dvi,
8562 rules completely rewritten.
8563 (maintainer-clean): Remove clean-info and clean-dvi
8564 dependencies and put their actions in the rules.
8565 (gdb.ps): New target
a9331b3f 8566 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
8567 intermediate TeX files, whether they have 2 or 3 character
8568 extensions.
8569 (gdbint.ps): Add target and rules.
8570 (gdb-internals): Delete unused target.
8571 (Makefile): Depends upon config.status also.
8572
8573Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
8574
8575 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
8576 set.
8577
8578Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
8579
8580 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
8581 * gdb.texinfo (Expressions): Fix erroneous array constant example.
8582
8583Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
8584
8585 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
8586
8587Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8588
8589 * gdb.texinfo (Print settings): Document
8590 `set/show print static-members' commands.
8591
8592Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
8593
8594 * gdbint.texinfo (Native): Document name change, coredep.c to
8595 core-aout.c.
8596
8597Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
8598
8599 * stabs.texinfo (Include Files): Document the values the SunOS4
8600 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
8601
8602Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
8603
8604 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
8605 Fix typo.
8606
8607Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
8608
8609 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
8610 "gdb.tar.Z".
8611
8612Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
8613
8614 * Makefile.in (maintainer-clean): New target, synonym for
8615 realclean.
8616
8617Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
8618
8619 * Update all FSF addresses except those in COPYING* files.
8620
8621Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
8622
8623 From Richard Earnshaw (rearnsha@armltd.co.uk):
8624 * gdb.texinfo (convenience variables): Document $_exitcode.
8625 (quit): Document optional expression to use as exit code.
8626
8627Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
8628
8629 * gdb.texinfo, remote.texi: Brought up to date with various
8630 GDB changes.
8631
8632Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
8633
8634 * gdb.texinfo: Update dates and versions, fix comments about
8635 hardware watchpoints in future releases and about the
8636 sharedlibrary command.
8637
8638Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8639
8640 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
8641 C_FUN stab. Other cleanups.
8642
8643Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8644
8645 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
8646 for the sparc stub.
8647
8648Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8649
8650 * annotate.texi: Clarify which addresses have differing formats
8651 depending on the language and which do not.
8652
8653Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8654
8655 * remote.texi (NetWare): Changed example to use BOARD= instead of
8656 NODE= argument to reflect correspoding change to gdbserve.nlm.
8657
8658Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8659
8660 * stabs.texinfo (Negative Type Numbers): Mention the fact that
8661 GDB, as well as AIX dbx, supports the size type attribute.
8662
8663Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8664
8665 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
8666
8667Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
8668
8669 * gdb.texinfo (Define): Document $arg0... arguments to commands,
8670 and new 'if' and 'while' commands.
8671
8672Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
8673
8674 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
8675
8676Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8677
8678 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
8679 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
8680 NetWare targets. Mostly stolen from the Server node.
8681
8682Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8683
8684 * gdb.texinfo (Setting): Talk about the language of a source file
8685 versus the working language. The old documentation did not match
8686 what GDB did.
8687
8688Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8689
8690 * stabs.texinfo (Source Files): Document N_SO used to mark the end
8691 of a source file.
8692
8693Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8694
8695 * gdb.texinfo (Processes): New node.
8696
8697Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
8698
8699 * remote.texi: Update documentation of set/show mipsfpu.
8700
3fc11d3e
JM
8701Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
8702
8703 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
8704 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
8705
8706Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
8707
8708 * gdbint.texinfo: Removed mentions of some incorrectly placed and
8709 obsolete conditionals, described some others.
8710
8711Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8712
8713 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
8714 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
8715
8716Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
8717
8718 * gdbint.texinfo: Put regex conditionals in their own table.
8719
8720Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
8721
8722 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
8723 described or fixed the descriptions of many others.
8724
8725Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
8726
8727 * gdb.texinfo: Add some more credits.
8728 * gdbint.texinfo: Capitalize GDB consistently, describe some
8729 macros and remove some.
8730
8731Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
8732
8733 * gdbint.texinfo: Removed mentions of many incorrectly placed and
8734 obsolete conditionals, described some others.
8735
8736Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8737
8738 * gdb.texinfo (help targets): Changed to `help target', which
8739 is the correct gdb command.
8740
8741Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8742
8743 * annotate.texi (TODO): New node, for keeping track of annotations
8744 suggested but not yet implemented.
8745
8746Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8747
8748 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
8749 another symbol, it is not the address itself.
8750
8751Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
8752
8753 * stabs.texinfo (Stab Section Basics): Add comment about alignment
8754 of stabs-in-coff sections.
8755
8756Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8757
8758 * annotate.texi: Change edition to 0.5 and date to May 1994.
8759 Add index.
8760 (Frames): New node, for frame annotation.
8761 (Displays): New node, for display annotation.
8762
8763 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
8764 when waiting for your program to stop.
8765
8766Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8767
8768 * annotate.texi (Breakpoint Info): Document annotation of header
8769 fields and record annotation.
8770
8771Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8772
8773 * annotate.texi: New file, to document annotations.
8774
8775Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8776
8777 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
8778 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
8779
8780Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8781
8782 * stabs.texinfo (Stab Section Basics): Say what is in .stab
8783 section, and say n_strx field is compilation unit relative.
8784 * stabs.texinfo: Don't use @code for a.out when it is the name of
8785 an object file format.
8786
8787Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8788
8789 * gdb.texinfo: Refer to file names, not path names, per rms
8790 convention.
8791 (Arguments): Fix typo.
8792
8793Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8794
8795 * stabs.texinfo (Global Variables): Talk about stabs in files
8796 where variables are referenced, but not defined.
8797
8798Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8799
8800 * stabs.texinfo: Move stuff on @ and # type descriptors from node
8801 Cplusplus to new nodes Member Type Descriptor and Method Type
8802 Descriptor. Re-write stuff for #.
8803
8804Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8805
8806 * gdb.texinfo (Print Settings): Don't document "set print
8807 fast-symbolic-addr off". The bug which it worked around was fixed
8808 on 25 Feb 94 in coffread.c, so I'm nuking the command.
8809
8810 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
8811 N_ENTRY node.
8812
8813 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
8814
8815Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8816
8817 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
8818 references to ieee-float.c.
8819
8820Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8821
8822 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
8823 match what the code actually does.
8824
8825Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8826
8827 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
8828
8829Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8830
8831 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
8832 i, and b.
8833
8834Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
8835
8836 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
8837 well as for ELF and SOM. Unify the descriptions of ELF and SOM
8838 as "stabs in sections" rather than just saying "ELF and SOM".
8839 Also make that stuff apply to COFF.
8840
8841Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8842
8843 * gdb.texinfo (Formatting Documentation): Change GhostScript to
8844 Ghostscript.
8845
8846Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8847
8848 * gdb.texinfo (Continuing and Stepping): When talking about "step"
8849 versus functions without line numbers, also mention stepping into
8850 them as well as "step" when you are in them. Tell the user how to
8851 deal with the situation. Add comment about "debugging information".
8852
8853Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8854
8855 * stabs.texinfo (Enumerations): Document restriction on where
8856 enumeration types can appear and still win with GDB.
8857
8858Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8859
8860 * stabs.texinfo (Negative Type Numbers): Document format for type
8861 -16.
8862
8863Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8864
8865 * gdb.texinfo (Selection, Frame Info): Update information about
8866 arbitrary frame specficiations.
8867
8868Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
8869
8870 * gdb.texinfo, remote.texi: general editing pass prior to Net release
8871
8872Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8873
8874 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
8875
8876Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
8877
8878 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
8879
8880Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8881
8882 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
8883 Differences node to Statics node.
8884 (Statics): Discuss XCOFF use of V symbol descriptor.
8885
8886 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
8887 not clean.
8888
8889Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
8890
8891 * gdb.texinfo (Print Settings): Document `set print
8892 fast-symbolic-addr' and improve the doc for some other
8893 `set print's.
8894
8895Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8896
8897 * stabs.texinfo (String Field): Talk about defining several type
8898 numbers at once.
8899 Fix lint regarding changing node ELF Transformations to
8900 ELF and SOM Transformations.
8901
8902Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
8903
8904 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
8905
8906Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8907
8908 * stabs.texinfo (Cross-References): `::' is for nested types only
8909 within <>.
8910 (Structures): Document static members.
8911
8912Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8913
8914 * stabs.texinfo: Document S type attribute.
8915
8916Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8917
8918 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
8919
8920Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
8921
8922 * gdbint.texinfo: Fix a few typos.
8923
8924Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8925
8926 * gdb.texinfo, remote.texi: formatting improvements
8927
8928 * gdb.texinfo (New Features): mention threads.
8929 (Summary, C): fix xrefs in newly contributed text.
8930 (Threads): index entries, clarifications, example
8931 (passim): minor typos fixed, phrasing improvements
8932
8933 * remote.texi (Bootstrapping): rephrase text on ^C and add index
8934 entries; (Server): explain use of gdbserver w/real-time systems,
8935 add example of conflicting TCP port; (MIPS Remote) break up
8936 running text into table, highlighting commands, and add example.
a9331b3f 8937
c906108c
SS
8938Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8939
8940 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
8941
8942Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8943
8944 * stabs.texinfo (Nested Symbols): New node.
8945 (String Field, Symbol Descriptors, Cross-References): Refer to it.
8946
8947Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8948
8949 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
8950 to picking which Bbss.bss symbol to use, and (because there seems to
8951 be no good way of doing it) re-write some of the text to make it
8952 sound like Bbss.bss isn't such a great idea after all (as currently
8953 designed).
8954
8955 * gdb.texinfo (C): In addition to saying people have to use g++ for
8956 good results, say they have to use stabs. Specifically say cfront
8957 doesn't work well.
8958 (Summary): Merge in information on Modula-2, Pascal, and Chill from
8959 the gdb README. Add xrefs to places where the support for the various
8960 languages is described in detail.
8961
8962Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8963
8964 * stabs.texinfo: Clean up stuff about visibility and virtual
8965 characters.
8966
8967 * stabs.texinfo (N_M2C): Cite Sun doc.
8968
8969Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8970
8971 * gdb.texinfo: updates re threads.
8972 * remote.texinfo: avoid index entries starting with digits.
8973
8974Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8975
8976 * stabs.texinfo (Enumerations): Talk about large, negative and
8977 octal values. Clean up cross reference to type attributes.
8978 (String Field): Say that GDB 4.11 supports size attribute.
8979
8980Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8981
8982 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
8983 is a mandatory step. Make the stuff about that more concise.
8984
8985Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8986
8987 * stabs.texinfo (Class Names): New node.
8988
8989 * gdb.texinfo (Command Files): Explain order of init file reading.
8990
8991 * remote.texi (Bootstrapping): Talk about getting the serial driver
8992 to deal with ^C sent by gdb to stop the remote system.
8993
8994Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
8995
8996 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
8997
8998 * libgdb.texinfo (Defining Commands): made the DOC arg
8999 to gdb_define_app_command a char * instead of char **
9000 per a suggestion from kingdon.
9001
9002 * libgdb.texinfo: total rewrite from a different starting
9003 premise.
9004
9005Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9006
9007 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
9008 floats passed as doubles (to improve clarity).
9009
9010Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9011
9012 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
9013
9014 * a4rc.sed: update to work with Andreas Vogel papersize params
9015
9016 * refcard.tex: use Andreas Vogel simplifications of papersize
9017 params; remove useless version info; update copyright date.
9018
9019Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9020
9021 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
9022
9023Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9024
9025 * gdb.texinfo (Files): Say what address the load command loads it at.
9026
9027 * stabs.texinfo (Common Blocks): Minor cleanups.
9028
9029 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
9030 that Sun has backed away from the linker kludge and thus the relevant
9031 issue is changes to the SunPRO tools, not the Solaris linker.
9032
9033 * stabs.texinfo (Traditional Integer Types): Clean up description
9034 of octal bounds a little bit. Document extra leading zeroes.
9035
9036Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9037
9038 * gdb.texinfo (Signaling): Update for symbolic symbol names
9039 and add a section explaining the difference between the GDB
9040 signal command and the shell kill utility.
9041
9042Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
9043
9044 * libgdb.texinfo: added `@' to braces that were unescaped.
9045
9046Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
9047
9048 * libgdb.texinfo: new file. Spec for the gdb library.
9049
9050Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9051
9052 * stabs.texinfo (Include Files): Fix typo (start -> end).
9053
9054Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9055
9056 * gdb.texinfo, remote.texi: assorted small improvements, mostly
9057 from Melissa at FSF's editing pass.
9058
9059Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9060
9061 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
9062 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
9063 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
9064
9065Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9066
9067 * remote.texi (Bootstrapping): Discuss 386 call gates.
9068
9069Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9070
9071 * stabs.texinfo (Based Variables): New node.
9072
9073Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
9074
9075 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
9076 names, sizes, and formats to suggest how not to lose.
9077
9078Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9079
9080 * stabs.texinfo (Methods): Fix typo.
9081
9082Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9083
9084 * gdb.texinfo: Fix a few typos.
9085
9086Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9087
9088 * gdb.texinfo: Clarify how well it works with Fortran.
9089
9090 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
9091 More on relocating stabs in ELF files.
9092
9093Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9094
9095 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
9096
9097Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9098
9099 * stabs.texinfo (Local Variable Parameters): Talk about nameless
9100 parameters on VAX.
9101
9102Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9103
9104 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
9105
9106Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9107
9108 * stabs.texinfo: Make info author notice match the TeX author notice.
9109
9110Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9111
9112 * stabs.texinfo: Initial-caps all words in node names and
9113 non-trivial words in section names.
9114
9115Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9116
9117 * stabs.texinfo: Many minor cleanups.
9118
9119 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
9120
9121Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
9122
9123 * stabs.texinfo: Remove full description of big example.
9124 It's not really helpful; just use pieces of it where appropriate.
9125 Add more Texinfo formatting directives (@samp, etc.).
9126 Use @deffn to define stab types.
9127 Eliminate some wordiness. Break up some nodes.
9128 Add an (alphabetized) index of symbol types.
9129 Use consistent capitalization style in node and section names.
9130
9131Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
9132
9133 * gdb.texinfo: Change typo "Two two" to "The two".
9134
9135Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9136
9137 * stabs.texinfo (XCOFF-differences): Remove references to
9138 non-existent types N_DECL and N_RPSYM.
9139
9140 * stabs.texinfo (String Field): Say that type attributes bug is
9141 fixed in GDB 4.10, since it is.
9142
9143 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
9144
9145Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
9146
9147 * stabs.texinfo: Formatting cleanups.
9148
9149Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9150
9151 * stabs.texinfo: When explaining the n_type of a stab, standardize
9152 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
9153 no tabs, use @r).
9154 (Global Variables): Clean up.
9155
9156Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9157
9158 * stabs.texinfo (Stack Variables): Re-write.
9159
9160Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9161
9162 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
9163 addresses of a source file. Also revise formatting.
9164 Change "object module" or "object file" to "source file".
9165 Various: Miscellaneous cleanups.
9166
9167Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9168
9169 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
9170
9171Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
9172
9173 * gdbint.texinfo: Removed many nonsensical machine-collected
9174 host and target conditionals, described some of the remainder.
9175
9176Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9177
9178 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
9179
9180 * gdbint.texinfo (Top): Add name to @top line, and re-write the
9181 paragraph which follows.
9182
9183 * gdbint.texinfo (Host): Use @code not @samp for Makefile
9184 variables. Looks better and avoids overful hbox.
9185
9186Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9187
9188 * stabs.texinfo (Procedures): Improve stuff on nested functions.
9189
9190Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9191
9192 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
9193 retransmit-timeout
9194
9195Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9196
9197 * gdbint.texinfo: Update statement about `some ancient Unix
9198 systems, like Ultrix 4.0' to Ultrix 4.2.
9199
9200Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
9201
9202 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
9203
9204 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
9205
9206 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
9207 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
9208
9209 * remote.texi: new name for former gdbinv-s.texi
9210
9211 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
9212
9213Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
9214
9215 * gdbinv-s.texi: Documented timeout and retransmit-timeout
9216 variables for MIPS remote debugging protocol.
9217
9218Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9219
9220 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
9221
9222Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9223
9224 * Makefile.in (refcard.dvi): Use srcdir where necessary.
9225
9226Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
9227
9228 * gdb.texinfo: repair conditional bugs in text markup
9229
9230Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9231
9232 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
9233 to select Modula-2 material.
9234
9235Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9236
9237 * stabs.texinfo: Cleanups regarding statics.
9238
9239 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
9240 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
9241
9242Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9243
9244 * stabs.texinfo: N_MAIN is sometimes used for C.
9245
9246Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9247
9248 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
9249
9250Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
9251
9252 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 9253 removed from the code by Kingdon.
c906108c
SS
9254
9255Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9256
9257 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
9258 input when evaluating breakpoint conditions; the bug has been fixed.
9259
9260 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
9261 sets the ignore count to N-1, not to N.
9262
9263Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9264
9265 * refcard.tex (\hoffset): correct longstanding error to match
9266 intended offset; avoids cutting off edge on some printers
9267
9268Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9269
9270 * stabs.texinfo (Parameters): Say that order of stabs is significant.
9271
9272Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9273
9274 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
9275
9276Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9277
9278 * Makefile.in: (REFEDITS) new var to control whether PS or CM
9279 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
9280 collect sed edits if any, apply to refcard before formatting;
9281 (refcard.ps) stop implying PS fonts if PS output requested;
9282 (lrefcard.ps) delete extra target for variant PS fonts
9283
9284 * refcard.tex: parametrize papersize dependent info, collect
9285 in easily replaced spot
9286
9287 * a4rc.sed: new file, edits to refcard for A4 paper
9288
9289Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9290
9291 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
9292
9293Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9294
9295 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
9296
9297Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9298
9299 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
9300 politely rather than rudely.
9301
9302Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9303
9304 * stabs.texinfo: Document common blocks.
9305
9306Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
9307
9308 * stabs.texinfo: Add some basic info about stabs-in-elf.
9309
9310Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9311
9312 * stabs.texinfo (Top): Minor cleanup.
9313
9314Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
9315
9316 * Makefile.in (install-info): remove parentdir support
9317
9318Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9319
9320 * gdb.texinfo (Copying): delete this node and references to it;
9321 RMS says this manual need not carry GPL. (passim): Improvements
9322 from last round at FSF, largely due to Ian Taylor review, and
9323 minor formatting improvements.
9324
9325 * gdbinv-s.texi (passim): Improvements from last round at FSF,
9326 largely due to Ian Taylor review. (Debug Session): minor edits to
9327 new text.
9328
9329Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
9330
9331 * Makefile.in (realclean): Remove info and dvi files too.
9332
9333Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
9334
9335 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
9336 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
9337 * gdb.texinfo: Change accordingly.
9338
9339 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
9340 N_{L,R}BRAC,N_SLINE are relative to.
9341
9342Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
9343
9344 * Makefile.in (GDBvn.texi): Update atomically.
9345
9346Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
9347
9348 * gdbinv-s.texi (Debug Session): Document exceptionHook.
9349
9350Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
9351
9352 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
9353 addresses together. Also motivate the set print symbol-filename
9354 command and suggest other solutions.
9355
9356Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
9357
9358 * gdb.texinfo (set print elements): Note that the number of
9359 elements is set to unlimited by "set print elements 0".
9360
9361Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
9362
9363 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
9364 NF_LDOUBLE means.
9365 (Stab Types): Include Solaris stab types.
9366 (Procedures): Document Solaris extensions.
9367
9368Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9369
9370 * gdb.texinfo: Add `set print symbol-filename' doc.
9371
9372Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9373
9374 * stabs.texinfo (Arrays): Talk about type definition vs. type
9375 information.
9376
9377 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
9378 the trailing semicolon.
9379
9380Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9381
9382 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
9383 and merge in other parts of the document addressing these subjects.
9384 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
9385
9386 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
9387 at the end of a range type.
9388
9389 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
9390 AIX extensions.
9391
9392Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9393
9394 * stabs.texinfo (Stabs Format): Misc fixes.
9395
9396Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9397
9398 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
9399 (Traditional builtin types): Document convex convention for long long.
9400 (Negative builtin types): Discuss type names, and misc fixes.
9401
9402Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9403
9404 * stabs.texinfo (Builtin Type Descriptors): Document the floating
9405 point types used with @samp{R} type descriptor.
9406 (Symbol Descriptors): Describe how to handle conflict between
9407 different meanings of @samp{P} symbol descriptor.
9408
9409Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9410
9411 * stabs.texinfo: Remove node Quick Reference and put its children
9412 directly under the main menu.
9413
9414 * stabs.texinfo: Many more changes to bring it into line with
9415 AIX documentation and reality. I think it now has all the
9416 information from the AIX documentation, except that I burned
9417 out when I got to variant records (Pascal and Modula-2) and
9418 all the COBOL types. Oh well, we can add them later when we're
9419 worrying more about those languages.
9420
9421 * stabs.texinfo (Automatic variables): Talk about what it means
9422 to omit the symbol descriptor.
9423
9424Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9425
9426 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
9427 gcc2 behavior with promoted args.
9428
9429Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9430
9431 * gdb.texinfo: include readline appendices in info version of manual
9432
9433Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9434
9435 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
9436 target remote.
9437
9438 * gdb.texinfo (Machine Code): more index entries for disassemble
9439
9440Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
9441
9442 * Clarify the intended use of the gdb-testers and gdb-patches
9443 mailing lists, and shrink gzip comment.
9444
9445Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9446
9447 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
9448 DOSHOST configuration of manual.
9449
9450 * gdb.texinfo (MIPS Stack): new node.
9451
9452 * all-config.texi (MIPS) new switch.
9453
9454 * gdbinv-s.texi (Nindy Options) Remove two instances of future
9455 tense; (MIPS Remote) new node.
9456
9457 * gdb.texinfo (passim) rephrases to work around makeinfo @value
9458 bug; (Environment) less passive, other small cleanups in text about
9459 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
9460 (Remote) new MIPS Remote menu entry.
9461
9462Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
9463
9464 * stabs.texinfo: Many changes to include information from the
9465 AIX documentation.
9466
9467 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
9468
9469Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
9470
9471 * gdbint.texinfo (new node Debugging GDB, elsewhere):
9472 Move a bunch of information from ../README.
9473 (Getting Started): New node.
9474
9475Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9476
9477 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
9478
9479 * gdb.texinfo: advance manual revision dates to present
9480
9481 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
9482 stop using silly Roman numerals in @set variable names
9483
9484Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
9485
9486 * stabs.texinfo (Parameters): Keep trying to get this right.
9487
9488Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
9489
9490 * stabs.texinfo (Parameters): More on "local parameters".
9491
9492Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
9493
9494 * stabs.texinfo (Parameters): Re-do "local parameters" section.
9495
9496Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
9497
9498 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
9499 (Parameters): Rewrite.
9500 (xcoff-differences, Sun-differences): Minor changes.
9501
9502Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
9503
9504 * stabs.texinfo: Minor cleanup.
9505
9506Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
9507
9508 * gdbint.texinfo: Minor xcoff stuff.
9509
9510Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
9511
9512 * gdbint.texinfo: Update for new config directory structure.
9513 Add info about internal type data structures.
9514
9515Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
9516
9517 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
9518 $(srcdir).
9519 (gdb-config.texi): Depend on file in $(srcdir).
9520
9521Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
9522
9523 * stabs.texinfo: Fixes about N_SO.
9524
9525Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9526
9527 * gdb.texinfo: include list of nonstandard init file names
9528
9529 * *-config.texi: new switch GENERIC for text that applies *only*
9530 to (usual) multiple-target version of manual
9531
9532 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
9533 h8 config
9534
9535 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
9536 in menus (rather than conditionally selected multiple alternative
9537 menus).
9538
9539 * Makefile.in: define and use DOC_CONFIG var to select
9540 configuration for GDB user manual.
9541
9542 * gdb-config.texi: delete from repository, generate from Makefile.
9543
9544 * all-config.texi: normal `generic' configuration file, formerly
9545 stored as gdb-config.texi
9546
9547Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
9548
9549 * Makefile.in: add dvi target to build all .dvi files
9550
9551Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9552
9553 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
9554
9555Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
9556
9557 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
9558 host conditionals.
9559 * stabs.texinfo: More array fixes inspired by Jim's.
9560
9561Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
9562
9563 * stabs.texinfo: Fixes re arrays and continuations.
9564
9565 * gdbint.texinfo: Add XCOFF node.
9566
9567Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
9568
9569 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
9570
9571Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
9572
9573 * stabs.texinfo: Fix for array types to mention lower bounds.
9574
9575Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
9576
9577 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
9578
9579Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
9580
9581 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
9582
9583Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
9584
9585 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
9586 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
9587
9588Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
9589
9590 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
9591
9592Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9593
9594 * gdb.texinfo, gdbinv-s.texi: misc updates
9595
9596Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
9597
9598 * gdbint.texinfo: Brief documentation for longjmp support,
9599 from an email msg by Stu.
9600
9601Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
9602
9603 * stabs.texinfo: Fix description of floating point "range"
9604 types (which really define basic types). Reported by Jim Meehan,
9605 <meehan@src.dec.com>.
9606
9607 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
9608
9609Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
9610
9611 * gdbint.texinfo: Slightly expand section on supporting a new
9612 object file format.
9613
9614Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
9615
9616 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
9617 intermediate file.
9618
9619Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9620
9621 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
9622
9623Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9624
9625 * gdbinv-s.texi: z8000 simulator target name is just "sim"
9626
9627 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
9628 as well as Z8002.
9629
9630Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
9631
9632 * gdbint.texinfo: Add sections on clean design and on how to send
9633 in changes.
9634
9635Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
9636
9637 * gdbint.texinfo: Add how to declare the result of make_cleanup.
9638
9639Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
9640
9641 * gdb.texinfo: Fix typo, reported by Karl Berry.
9642
9643Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
9644
9645 * gdb.texinfo: Add opcodes dir to GDB distribution description.
9646
9647Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9648
9649 * gdbint.texinfo: fixed a stray email address (needs @@),
9650 added @table @code to node "Native Conditionals"
9651
9652Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
9653
9654 * gdbint.texinfo: Describe coding style of GDB.
9655
9656Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
9657
9658 * stabs.texinfo: Minor wording changes.
9659
9660Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
9661
9662 * gdbint.texinfo: Improve release doc slightly.
9663
9664Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
9665
9666 * gdbint.texinfo: Improve doc of GDB config macros.
9667
9668Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
9669
9670 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
9671 These will be reinserted when examined.
9672
9673Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
9674
9675 * gdbint.texinfo: Make a start at documenting all the #if macros
9676 in GDB. At least list them all, and start separating them into
9677 host-specific and target-specific.
9678
9679Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9680
9681 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 9682 examples (not consistent w others).
c906108c
SS
9683 gdb.texinfo: issue disclaimer paragraph on cmdline options only
9684 for generic vn of doc
9685
9686Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
9687
9688 * Makefile.in: always create installation directories.
9689
9690Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9691
9692 * gdb.texinfo: in h8 config, do not describe searching commands.
9693
9694Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9695
9696 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
9697 conditionals; introduce a few generic switches that may be
9698 useful for other cross-dev or dos-hosted configs.
9699
9700 * gdb.texinfo: fix typo in "info reg" description
9701
9702Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
9703
9704 * stabs.texinfo: Minor updates from running TeX over it.
9705 * Makefile.in (stabs.dvi, stabs.ps): Add.
9706
9707Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
9708
9709 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
9710 First pass at converting it to texinfo.
9711
9712Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
9713
9714 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
9715 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
9716
9717Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
9718
9719 * gdbint.texinfo: Add section on partial symbol tables.
9720
9721Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
9722
9723 * gdb.texinfo: document `set remotedebug' and `set
9724 rstack_high_address'.
9725
9726Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9727
9728 * gdb.texinfo: slight expansion of new text on reading info files
9729 * gdbinv-s.m4.in: correct and expand info on cross-debugging
9730 H8/300 from DOS.
9731
9732Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
9733
9734 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
9735
9736Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
9737
9738 * gdb.texinfo: Say how to read the `info' files.
9739
9740Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
9741
9742 * Makefile.in: gm4 -> m4.
9743
9744Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
9745
9746 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
9747 Documentation' ahead of `Installing GDB' to match README.
9748 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 9749 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
9750
9751Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
9752
9753 * Makefile.in: remove $(srcdir) from gdb.info rule.
9754
9755Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
9756
9757 * Makefile.in: commented out gdb-all.texinfo rule. This is
9758 temporary.
9759
9760Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
9761
9762 * Makefile.in, configure.in: removed traces of namesubdir,
9763 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
9764 copyrights to '92, changed some from Cygnus to FSF.
9765
9766Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
9767
9768 * gdb.texinfo: Improve how we ask for bug reports.
9769
9770Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9771
9772 * Makefile.in: infodir belongs in datadir.
9773
9774Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9775
9776 * Makefile.in: remove spaces following hyphens, bsd make can't
9777 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 9778 standards.text support.
c906108c
SS
9779
9780Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9781
9782 * Makefile.in: idestdir and ddestdir go away. Added copyrights
9783 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
9784 and mandir now keyed off datadir by default.
9785
9786\f
9787Local Variables:
9e9c5ae7 9788mode: change-log
c906108c
SS
9789left-margin: 8
9790fill-column: 74
9791version-control: never
9792End:
This page took 1.583694 seconds and 4 git commands to generate.