* gdb.texinfo (Python API): Mention Python help and keyword
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
60155234
TT
12013-04-29 Tom Tromey <tromey@redhat.com>
2
3 * gdb.texinfo (Python API): Mention Python help and keyword
4 arguments. Move pagination text to Basic Python.
5 (Basic Python): Put pagination text here. Document
6 close-on-exec, SIGCHLD, and SIGINT.
7
5360976e
PA
82013-04-19 Pedro Alves <palves@redhat.com>
9
10 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
11 "signedness" instead of "signness".
12
bd3f3b55
PA
132013-04-19 Pedro Alves <palves@redhat.com>
14
15 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
16 -Wno-pointer-sign text with text on -Wpointer-sign.
17
dee368d3
TT
182013-04-16 Tom Tromey <tromey@redhat.com>
19
20 * gdb.texinfo (Set Catchpoints): Mention earliest version of
21 GCC that has the SDT probe points.
22
cc16e6c9
TT
232013-04-15 Tom Tromey <tromey@redhat.com>
24
25 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
26 exception catchpoints.
27
72f1fe8a
TT
282013-04-15 Tom Tromey <tromey@redhat.com>
29
30 * gdb.texinfo (Set Catchpoints): Document $_exception.
31 (Convenience Vars): Mention $_exception.
32
591f19e8
TT
332013-04-15 Tom Tromey <tromey@redhat.com>
34
35 * gdb.texinfo (Set Catchpoints): Reorganize exception
36 catchpoints. Document "catch rethrow".
37 (Debugging C Plus Plus): Mention "catch rethrow".
38
02ae6bad
TT
392013-04-15 Tom Tromey <tromey@redhat.com>
40
41 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
42
2c91021c
JK
432013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
44 Eli Zaretskii <eliz@gnu.org>
45
46 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
47 line below the sample output.
48
6eaaf48b
EZ
492013-04-12 Eli Zaretskii <eliz@gnu.org>
50
51 * gdb.texinfo (Mode Options): Document '-configuration'.
52 (Help): Document "show configuration".
53 (Bug Reporting): Add requirements to include the configuration
54 details in bug reports.
55
b292c783
JK
562013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
57
58 * Makefile.in (MAN1S): Add gcore.1.
59 Remove "Host, target, and site specific Makefile fragments" comment.
60 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
61 (install-man1, uninstall-man1): Conditionalize gcore.1.
62 (gcore.1): New.
63 * gdb.texinfo (Man Pages): Add gcore man.
64 (gcore man): New node.
65
f81d1120
PA
662013-04-10 Pedro Alves <palves@redhat.com>
67
68 * gdb.texinfo (Process Record and Replay): Document that "set
69 record full insn-number-max", "set record
70 instruction-history-size" and "set record
71 function-call-history-size" accept "unlimited".
72 (Backtrace): Document that "set backtrace limit" accepts
73 "unlimited".
74 (List): Document that "set listsize" accepts "unlimited".
75 (Print Settings)" Document that "set print max-symbolic-offset",
76 "set print elements" and "set print repeats" accept "unlimited".
77 (Starting and Stopping Trace Experiments): Document that "set
78 trace-buffer-size" accepts "unlimited".
79 (Remote Configuration): Document that "set tcp connect-timeout"
80 accepts "unlimited".
81 (Command History): Document that "set history size" accepts
82 "unlimited".
83 (Screen Size): Document that "set height" and "set width" accepts
84 "unlimited". Adjust "set pagination"'s description to suggest
85 "set height unlimited" instead of "set height 0".
86
393fd4c3
YQ
872013-04-10 Yao Qi <yao@codesourcery.com>
88
89 * gdb.texinfo (Trace Files): Add "target ctf".
90
cba5a7bf
JK
912013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
92
93 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
94
0ed630cb
JK
95 * Makefile.in (install-man1, install-man5, uninstall-man1)
96 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
97
afe1492b
JK
98 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
99
5b8b6385
JK
1002013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
101 Eli Zaretskii <eliz@gnu.org>
102
103 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
104 parameters order. Remove "On some targets" for --attach. Document the
105 --multi parameter and extended-remote command. Document all the
106 options.
107
906ccdf0
JK
1082013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
109
110 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
111 the list of supported languages.
112
43662968
JK
1132013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
114
115 Convert man pages to texinfo, new gdbinit.5 texinfo page.
116 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
117 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
118 (diststuff): Add man.
119 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
120 (uninstall-man5): New.
121 (STAGESTUFF): Add *.1 and *.5.
122 (GDBvn.texi): Add SYSTEM_GDBINIT.
123 (gdb.1, gdbserver.1, gdbinit.5): New.
124 (maintainer-clean realclean): Add $(MANS).
125 (install): Add install-man.
126 (uninstall): Add uninstall-man.
127 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
128 (@copying): Wrap it by @c man begin COPYRIGHT.
129 (Top): Add Man Pages.
130 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
131
be9a8770
PA
1322013-04-02 Pedro Alves <palves@redhat.com>
133
134 * gdb.texinfo (Debugging Output): Document "set/show debug
135 aarch64", "set/show debug coff-pe-read" and "set/show debug
136 mach-o".
137
a46c1e42
PA
1382013-04-02 Pedro Alves <palves@redhat.com>
139
140 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
141 table>: Add entry for "trace-buffer-size".
142
bd3eecc3
PA
1432013-03-28 Pedro Alves <palves@redhat.com>
144
145 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
146 table>: Add entry for "trace-status".
147
215b9f98
EZ
1482013-03-28 Eli Zaretskii <eliz@gnu.org>
149
150 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
151 @bullet", which is invalid (makeinfo 5.1 barfs).
152
7f7cc265
PA
1532013-03-28 Pedro Alves <palves@redhat.com>
154
155 PR gdb/15294
156
157 * gdb.texinfo (List) <set listsize>: Adjust to document that
158 listsize 0 means no limit, and remove mention of -1.
159
9c0be723
YQ
1602013-03-22 Yao Qi <yao@codesourcery.com>
161
162 * gdb.texinfo (Embedded Processors): Remove menu item
163 "OpenRISC 1000".
164 (OpenRISC 1000): Remove.
165
bd712aed
DE
1662013-03-21 Doug Evans <dje@google.com>
167
168 * gdb.texinfo (Maintenance Commands): Add docs for
169 "mt set per-command {space,time,symtab} {on,off}".
170
d0353e76
YQ
1712013-03-14 Hui Zhu <hui@codesourcery.com>
172 Yao Qi <yao@codesourcery.com>
173
174 * gdb.texinfo (Trace Files): Add "tsave -ctf".
175
6dd24dfa
KS
1762013-03-13 Keith Seitz <keiths@redhat.com>
177
178 * gdb.texinfo (Maintenance Commands): Add missing ')' for
179 "maint agent" reference to Dynamic printf.
180
5c4808ca
EZ
1812013-03-11 Eli Zaretskii <eliz@gnu.org>
182
183 * gdb.texinfo (General Query Packets): Don't use colon in index
184 entries visible to Info format.
185
59ea5688
MM
1862013-03-11 Markus Metzger <markus.t.metzger@intel.com>
187
188 * gdb.texinfo (Process Record and Replay): Document record
189 changes.
190
2ae8c8e7
MM
1912013-03-11 Markus Metzger <markus.t.metzger@intel.com>
192
193 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
194 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
195 qXfer:btrace:read.
196
28abe188
EZ
1972013-03-09 Eli Zaretskii <eliz@gnu.org>
198
199 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
200 use colons in @anchor and @cindex entries.
201
be9a119c 2022013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
203
204 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
205
be9a119c 2062013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
207 Hafiz Abid Qadeer <abidh@codesourcery.com>
208
209 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
210 trace-buffer-size set and show commands.
211 (Tracepoint Packets): Document QTBuffer:size.
212 (General Query Packets): Document QTBuffer:size.
213
d57350ea
TT
2142013-02-21 Tom Tromey <tromey@redhat.com>
215
216 * gdb.texinfo: Remove bad @syncodeindex.
217 (Values From Inferior, Types In Python, Inferiors In Python)
218 (Events In Python, Threads In Python, Frames In Python, Blocks In
219 Python, Symbols In Python, Symbol Tables In Python): Remove
220 @tables.
221 (Packets, General Query Packets, Tracepoint Packets)
222 (Host I/O Packets): Use @w{} for empty @item.
223
9f44fbc0
SCR
2242013-02-20 Siva Chandra Reddy <sivachandra@google.com>
225
226 * gdb.texinfo (Architectures In Python): Add description about
227 the new method gdb.Architecture.disassemble.
228
f5911ea1
HAQ
2292013-02-15 Pedro Alves <pedro@codesourcery.com>
230 Hafiz Abid Qadeer <abidh@codesourcery.com>
231
232 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
233 Document the "trace-file" field.
234
7e1e0340
DE
2352013-02-07 Doug Evans <dje@google.com>
236
237 * gdb.texinfo (Machine Code): Clarify argument to disassemble
238 command.
239
134a2066
YQ
2402013-02-06 Yao Qi <yao@codesourcery.com>
241
242 * gdb.texinfo (GDB/MI Async Records): Document new MI
243 notification "=tsv-modified". Update the document of MI
244 notification "=tsv-created".
245 * observer.texi (GDB Observers): New observer tsv_modified.
246 Update observer tsv_created and tsv_delete.
247
430ed3f0
MS
2482013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
249
250 * gdb.texinfo (AArch64 Features): New section; document
251 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
252 (Architectures): Add new AArch64 section to document AArch64
253 architecture specific commands.
254 (ABI): Add description of the new OS ABI "Newlib" and its influence
255 on the longjmp handling.
256
1b56eb55
JK
2572013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
258 Jan Kratochvil <jan.kratochvil@redhat.com>
259
260 * gdb.texinfo (Backtrace): Added description of 'filename-display'
261 variable in 'set/show backtrace' section.
262
c4957902
TT
2632013-01-31 Tom Tromey <tromey@redhat.com>
264
265 * gdb.texinfo (Target Commands): Fix typo.
266
bea883fd
SCR
2672013-01-23 Siva Chandra Reddy <sivachandra@google.com>
268
269 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
270 describing the gdb.Architecture class.
271 (Frames In Python): Add description about the new method
272 gdb.Frame.architecture().
273
796a7ff8
DE
2742013-01-23 Doug Evans <dje@google.com>
275
276 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
277
998580f1
MK
2782013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
279
280 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
281 'thread-groups' field when printing a breakpoint in MI.
282
c9fb1240
SD
2832012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
284 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
285 to reflect that jit-reader-load now supports absolute file-names.
286
ab04a2af
TT
2872013-01-16 Tom Tromey <tromey@redhat.com>
288
289 * gdb.texinfo (Set Catchpoints): Document "catch signal".
290 (Signals): Likewise.
291
8ac3646f
TT
2922013-01-16 Tom Tromey <tromey@redhat.com>
293
294 * gdb.texinfo (GDB/MI Breakpoint Information): Document
295 "catch-type" field.
296 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
297
e93a8774
TT
2982013-01-07 Tom Tromey <tromey@redhat.com>
299
300 * gdb.texinfo (Mode Options): Don't mention -epoch.
301 (Data, Emacs): Remove obsolete comments.
302
54516a0b
TT
3032013-01-02 Tom Tromey <tromey@redhat.com>
304
305 * gdb.texinfo (GDB/MI Output Records): Update menu.
306 (GDB/MI Breakpoint Information): New node.
307 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
308 <-break-insert>: Likewise.
309
8dbe8ece
YQ
3102012-12-31 Yao Qi <yao@codesourcery.com>
311
312 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
313 (Packets): Move "vStopped" packet to ...
314 (Notification Packets): ... here. Describe the components
315 of notification. Add a table of supported notifications.
316 Add an example on the process of he async notification.
317
f35a17b5
JK
3182012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
319
320 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
321 present.
322 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
323 fullname output always present.
324
0dfd2fad
PM
3252012-12-23 Pierre Muller <muller@sourceware.org>
326
327 * gdbint.texinfo (Function prototypes): Require use of "extern"
328 modifier for function prototypes in headers.
329
7785b880
JB
3302012-12-19 Joel Brobecker <brobecker@adacore.com>
331
332 * refcard.tex: Update copyright notice to GPL v3 or later.
333 Update contact info.
334
3d745be3
JK
3352012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
336
337 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
338
c9b6281a
YQ
3392012-12-15 Yao Qi <yao@codesourcery.com>
340
341 * gdb.texinfo (Debugging Output): Document 'set debug
342 notification' and 'show debug notification'.
343
f2a8bc8a
YQ
3442012-12-15 Yao Qi <yao@codesourcery.com>
345
346 * gdb.texinfo (Listing Tracepoints): New item and example about
347 'installed on target' output.
348 Add more in the example about 'installed on target'.
349 (GDB/MI Breakpoint Commands): Doc about 'installed field.
350
451b7c33
TT
3512012-12-14 Tom Tromey <tromey@redhat.com>
352
353 * gdb.texinfo (SVR4 Process Information): Mention core files.
354
3fa7bf06
MG
3552012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
356
357 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
358
05b4bd79
PA
3592012-12-11 Pedro Alves <palves@redhat.com>
360
361 * gdb.texinfo: Remove all mentions of Unixware throughout.
362
74a0d9f6
JK
3632012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
364
365 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
366
0c631110
TT
3672012-11-29 Tom Tromey <tromey@redhat.com>
368
369 * gdb.texinfo (SVR4 Process Information): Document missing
370 "info proc" subcommands.
371
891df0ea
YQ
3722012-11-29 Yao Qi <yao@codesourcery.com>
373
374 PR gdb/1477.
375 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
376 to 'auto' instead of 'gnu'.
377
608e2dbb
TT
3782012-11-26 Tom Tromey <tromey@redhat.com>
379
380 * gdb.texinfo (MiniDebugInfo): New node.
381 (GDB Files): Update.
382
e64e0392
DE
3832012-11-16 Doug Evans <dje@google.com>
384
385 * gdb.texinfo (System-wide configuration): If the system-wide init
386 file lives in the data-directory, and --data-directory is provided,
387 look for it there.
388
ae606bee
TT
3892012-11-15 Tom Tromey <tromey@redhat.com>
390
391 * gdb.texinfo (Signaling): Fix typo.
392
62747a60
TT
3932012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
394
395 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
396 parameter "count" of -data-write-memory-bytes, and add an example.
397
18a9fc12
TT
3982012-11-12 Tom Tromey <tromey@redhat.com>
399
400 * gdb.texinfo (Symbols): Document "info type-printers",
401 "enable type-printer" and "disable type-printer".
402 (Python API): Add new node to menu.
403 (Type Printing API): New node.
404 (Progspaces In Python): Document type_printers field.
405 (Objfiles In Python): Likewise.
406 (gdb.types) <get_type_recognizers, apply_type_recognizers,
407 register_type_printer, TypePrinter>: Document.
408
53342f27
TT
4092012-11-12 Tom Tromey <tromey@redhat.com>
410
411 * gdb.texinfo (Symbols): Document "set print type methods",
412 "set print type typedefs", and flags to ptype and whatis.
413
ed8a1c2d
AB
4142012-11-09 Andrew Burgess <aburgess@broadcom.com>
415
416 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
417 the example -data-disassemble output. Extend the description of
418 the -data-disassemble results to document all fields. Document
419 the cli disassemble command as being related to -data-disassemble.
420
8506d139
YQ
4212012-11-09 Yao Qi <yao@codesourcery.com>
422
423 PR gdb/14777.
424 * gdb.texinfo (OS Information): Remove doc on command
425 'info udot'.
426
4d3f93a2
JB
4272012-11-08 Joel Brobecker <brobecker@adacore.com>
428
429 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
430 gdb.ini warning for Windows port.
431
1e96de83
YQ
4322012-11-08 Yao Qi <yao@codesourcery.com>
433
434 * gdb.texinfo (Search): Add kindex for 'fo'.
435
dc939229
TT
4362012-11-05 Tom Tromey <tromey@redhat.com>
437
438 PR python/14802:
439 * gdb.texinfo (Functions In Python): Add example.
440
6f6484cd
YQ
4412012-11-03 Yao Qi <yao@codesourcery.com>
442
443 * observer.texi (GDB Observers): Remove observer
444 'tracepoint_modified', 'tracepoint_created' and
445 'tracepoint_deleted'.
446
af4238e5
TT
4472012-10-26 Tom Tromey <tromey@redhat.com>
448
449 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
450
687e43a4
TT
4512012-10-25 Tom Tromey <tromey@redhat.com>
452
453 * gdb.texinfo (General Query Packets): Use @itemx.
454
8de0566d
YQ
4552012-10-17 Yao Qi <yao@codesourcery.com>
456
457 * observer.texi (GDB Observers): Update observer
458 'memory_changed'.
459 * gdb.texinfo (GDB/MI Async Records): Document for
460 "memory-changed" notification.
461
07540c15
DE
4622012-10-15 Doug Evans <dje@google.com>
463
464 * gdb.texinfo (Mode Options): Document -nh.
465 Elaborate on docs for -nx.
466
d7019589
SP
4672012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
468
469 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
470
82a90ccf
YQ
4712012-09-21 Yao Qi <yao@codesourcery.com>
472 Pedro Alves <palves@redhat.com>
473
474 * gdb.texinfo (GDB/MI Async Records): Document notification
475 'record-started' and 'record-stopped'.
476 * observer.texi (GDB Observers): New observer 'record-changed'.
477
aa9259cc
TS
4782012-09-19 Thomas Schwinge <thomas@codesourcery.com>
479
480 * gdb.texinfo: Document the removal of SH's 'regs' command.
481
c1d780c2
SDJ
4822012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
483
484 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
485
bb25a15c
YQ
4862012-09-18 Yao Qi <yao@codesourcery.com>
487
488 * gdb.texinfo (GDB/MI Async Records): Document new MI
489 notifications '=tsv-created' and '=tsv-deleted'.
490 * observer.texi (GDB Observers): New observer tsv_created and
491 tsv_deleted.
492
201b4506
YQ
4932012-09-18 Yao Qi <yao@codesourcery.com>
494
495 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
496 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
497 '=traceframe-changed'.
498
6fc1c773
YQ
4992012-09-17 Yao Qi <yao@codesourcery.com>
500
501 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
502 'set listsize'.
503
121c73f3
JK
5042012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
505 Eli Zaretskii <eliz@gnu.org>
506
507 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
508 encoding for gdbarch_breakpoint_from_pc, bp_addr for
509 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
510
e9687799
JK
5112012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
512
513 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
514
3b5e4d35
YPK
5152012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
516
517 Document how to return from "python-interactive" to GDB.
518 * gdb.texinfo (Python Commands): Update documentation.
519
5202012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
521
522 Add a new "python-interactive" command that starts a standard
523 Python interactive prompt with "pi" as alias, and add "py" as
524 an alias to "python".
525 * gdb.texinfo (Python Commands): Document the new commands.
526
b583003e
TT
5272012-08-22 Tom Tromey <tromey@redhat.com>
528
529 * gdbint.texinfo (Host Definition): Remove documentation for
530 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
531
a451cb65
KS
5322012-08-17 Keith Seitz <keiths@redhat.com>
533
534 PR c++/13356
535 * gdb.texinfo (Type and Range Checking): Remove warning.
536 Remove spurious commas.
537 Update text and examples for re-implementation of set/show
538 check type.
539 (C and C++ Type and Range Checks): Likewise.
540
6b1755ce
YQ
5412012-08-16 Yao Qi <yao@codesourcery.com>
542
543 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
544 is deprecated.
545
f47f77df
DE
5462012-08-13 Doug Evans <dje@google.com>
547
548 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
549 to include functions.
550
a72c3253
DE
5512012-08-10 Doug Evans <dje@google.com>
552
553 * gdb.texinfo (Convenience Funs): New node.
554 (Types In Python): Document Type.vector.
555
5b9afe8a
YQ
5562012-08-09 Yao Qi <yao@codesourcery.com>
557
558 * observer.texi: New observer command_param_changed.
559 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
560
dc1039df
JK
5612012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
562
563 * gdbint.texinfo (Debugging GDB): In section
564 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
565 Mention also gdb-gdb.py.
566
4abf930d
YQ
5672012-08-07 Yao Qi <yao@codesourcery.com>
568
569 Revert the folloing patch:
570 2012-08-06 Yao Qi <yao@codesourcery.com>
571 * gdb.texinfo (Remote Configuration): Add kindex for 'set
572 remote hardware-watchpoint-limit' and 'set
573 remote hardware-breakpoint-limit'.
574
f3c8a52a
JK
5752012-08-06 Nathaniel Flath <flat0103@gmail.com>
576
577 * gdb.texinfo (Working Directory): Added information about new
578 default argument for 'cd' command.
579
77a91025
YQ
5802012-08-06 Yao Qi <yao@codesourcery.com>
581
582 * gdb.texinfo (Remote Configuration): Add kindex for 'set
583 remote hardware-watchpoint-limit' and 'set
584 remote hardware-breakpoint-limit'.
585
d9f08f52
YQ
5862012-08-06 Yao Qi <yao@codesourcery.com>
587
588 Fix PR14371.
589
590 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
591 '=breakpoint-deleted'.
592
95b07c96
YQ
5932012-08-02 Yao Qi <yao@codesourcery.com>
594
595 * gdb.texinfo (Native): Remove node Neutrino.
596
7255706c
YQ
5972012-07-27 Yao Qi <yao@codesourcery.com>
598
599 * gdb.texinfo (IPA Protocol Commands): Document new command
600 'close'.
601
d6b28940
TT
6022012-07-25 Tom Tromey <tromey@redhat.com>
603
604 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
605
e615022a
DE
6062012-07-20 Doug Evans <dje@google.com>
607
608 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
609 (Index Files): Document how to control the use of deprecated index
610 sections.
611 (Index Section Format): Replace --use-deprecated-index-sections with
612 "set use-deprecated-index-sections on".
613
055855a4
EZ
6142012-07-12 Eli Zaretskii <eliz@gnu.org>
615
616 * gdbint.texinfo: Remove @syncodeindex directives that put all the
617 indices into a single node "Index". Instead, join function and
618 variable indices into a single index, separate from the concept
619 index. Requested in
620 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
621 (Top): Update the top-level menu: instead of one "Index" there are
622 now separate entries "Concept Index" and "Function and Variable
623 Index".
624 (Concept Index, Function and Variable Index): New nodes.
625 (Index): Node deleted.
626
f77cc5f0
HZ
6272012-07-05 Hui Zhu <hui_zhu@mentor.com>
628
629 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
630 and "maint agent-eval".
631
00595b5e
EZ
6322012-07-03 Eli Zaretskii <eliz@gnu.org>
633
634 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
635 avoid file-name clashes between Index.html and index.html on
636 case-insensitive filesystems. See the discussion starting in
637 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
638 details of the problem.
639 (Top): Update the master menu for the above.
640 (Concept Index, Command and Variable Index): New nodes, instead of
641 the old "Index" node that was deleted. All cross-references
642 updated.
643
d3ce09f5
SS
6442012-07-02 Stan Shebs <stan@codesourcery.com>
645
646 * gdb.texinfo (Dynamic Printf): Mention agent style and
647 disconnected dprintf.
648 (Maintenance Commands): Describe maint agent-printf.
649 (General Query Packets): Mention BreakpointCommands feature.
650 (Packets): Document commands extension to Z0 packet.
651 * agentexpr.texi (Bytecode Descriptions): Document printf
652 bytecode.
653
2d7b58e8
JK
6542012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
655
656 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
657 only after gdbinit files.
658 (Startup): Move -iex and -iex commands down after gdbinit files.
659
202cbf1c
JK
6602012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
661
662 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
663 possibility.
664
b6ba681c
TT
6652012-06-29 Tom Tromey <tromey@redhat.com>
666
667 * gdb.texinfo (Index Section Format): Update for version 7.
668
71caed83
SS
6692012-06-28 Stan Shebs <stan@codesourcery.com>
670
671 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
672 example, add note about title column.
673
ee0bf529
SCR
6742012-06-26 Siva Chandra Reddy <sivachandra@google.com>
675
676 * gdb.texinfo (Symbol Tables In Python): Add description about
677 the new 'last' attribute of gdb.Symtab_and line.
678
3c15d565
SCR
6792012-06-26 Siva Chandra Reddy <sivachandra@google.com>
680
681 * gdb.texinfo (Symbol Tables In Python): Correct the description
682 of the 'pc' attribute of gdb.Symtab_and_line.
683
45cfd468
DE
6842012-06-26 Doug Evans <dje@google.com>
685
686 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
687 and symtab-create.
688
496ee73e
KS
6892012-06-25 Keith Seitz <keiths@redhat.com>
690
691 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
692 from example. Remove "rbreak" from list of corresponding
693 gdb commands.
694
156942c7
DE
6952012-06-23 Doug Evans <dje@google.com>
696
697 * gdb.texinfo (Index Section Format): Document version 7 format.
698
c614397c
YQ
6992012-06-22 Yao Qi <yao@codesourcery.com>
700
701 * gdb.texinfo: Add missing cindex for some packets.
702
472a2379
KS
7032012-06-20 Keith Seitz <keiths@redhat.com>
704
705 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
706 for -break-insert and document -p.
707
2678e2af
YQ
7082012-06-20 Yao Qi <yao@codesourcery.com>
709
710 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
711 and "gdb.write_memory" with "Inferior.read_memory" and
712 "Inferior.write_memory".
713
984359d2
EZ
7142012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
715
716 * gdb.texinfo (Summary): Add a link to "Free Documentation".
717 (Free Documentation): Add @node line.
718 (Continuing and Stepping) <advance location>: Use @item instead of
719 @itemx.
720 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
721 @itemx.
722 (Embedded Processors): Put the link to "PA" to its correct place,
723 according to document structure.
724 (Python API): Put the link to "Lazy Strings In Python" to its
725 correct place.
726 (Index): Use @@ in @tex block to get a literal @.
727
728 * gdbint.texinfo: Fix the @subtitle line.
729
730 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
731 correct place.
732
16bdd41f
YQ
7332012-06-08 Yao Qi <yao@codesourcery.com>
734
735 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
736 Protocol'.
737 (In-Process Agent Protocol, IPA Protocol Objects)
738 (IPA Protocol Commands): New nodes.
739 (Tracepoint Packets): Add anchors.
740
2d4c29c5
TS
7412012-06-06 Thomas Schwinge <thomas@codesourcery.com>
742
743 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
744
6bd110c5
YQ
7452012-06-06 Yao Qi <yao@codesourcery.com>
746
747 * gdb.texinfo: Update copyright year.
748
f3e0e960
SS
7492012-05-23 Stan Shebs <stan@codesourcery.com>
750 Kwok Cheung Yeung <kcy@codesourcery.com>
751
752 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
753
1564a261
JK
7542012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
755
756 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
757 Mention also --with-separate-debug-dir.
758 (Auto-loading): Prepend $debugdir in the sample output.
759 (Auto-loading safe path): Likewise. Mention also $debugdir for the
760 auto-load safe-path variable.
761 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
762 Mention also $debugdir for 'set auto-load scripts-directory'.
763
eb17f351
EZ
7642012-05-19 Eli Zaretskii <eliz@gnu.org>
765
766 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
767 (MIPS Embedded, MIPS, MIPS Register packet Format)
768 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
769 appropriate.
770
4cc0665f
MR
7712012-05-18 Sandra Loosemore <sandra@codesourcery.com>
772 Maciej W. Rozycki <macro@codesourcery.com>
773
774 * gdb.texinfo (MIPS): Document "set mips compression" and "show
775 mips compression".
776 (MIPS Breakpoint Kinds): New subsubsection.
777
7af8dcf8 7782012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
779
780 * gdb.texinfo (Architecture-Specific Protocol Details): Define
781 nodes for subsections. Add @acronym mark-ups and adjust
782 formatting.
783
aff139ff
JK
7842012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
785
786 Rename $ddir to $datadir.
787 * gdb.texinfo (Auto-loading, Auto-loading safe path)
788 (objfile-gdb.py file): Rename $ddir to $datadir.
789
9cb709b6
TT
7902012-05-18 Tom Tromey <tromey@redhat.com>
791
792 * gdb.texinfo (Print Settings): Document 'set print symbol'.
793
e7e0cddf
SS
7942012-05-14 Stan Shebs <stan@codesourcery.com>
795
796 * gdb.texinfo (Dynamic Printf): New subsection.
797
7efc75aa
SCR
7982012-05-13 Siva Chandra Reddy <sivachandra@google.com>
799
800 * gdb.texinfo (Basic Python): Add description about the function
801 gdb.find_pc_line
802
f307c045
JK
8032012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
804 Eli Zaretskii <eliz@gnu.org>
805
806 * gdb.texinfo (Separate Debug Files): Use plural form for global
807 debugging information directory.
808
85d4a676
SS
8092012-05-11 Stan Shebs <stan@codesourcery.com>
810 Kwok Cheung Yeung <kcy@codesourcery.com>
811
812 * gdb.texinfo (Operating System Auxiliary Information): Document new
813 'info os' subcommands.
814
c1668e4e
JK
8152012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
816
817 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
818 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
819 (dotdebug_gdb_scripts section): Add reference
820 to 'Auto-loading safe path'.
821
7349ff92
JK
8222012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
823
824 Implement multi-component --with-auto-load-dir.
825 * gdb.texinfo (Auto-loading): New references
826 for 'set auto-load scripts-directory'
827 and 'show auto-load scripts-directory'.
828 (Auto-loading safe path): Describe the new default. Move $ddir
829 substituation reference to 'objfile-gdb.py file'.
830 (objfile-gdb.py file): Describe script-name alias. Change real-name to
831 script-name. Describe new 'set auto-load scripts-directory'
832 and 'show auto-load scripts-directory'.
833
6dea1fbd
JK
8342012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
835
836 Provide $ddir substitution for --with-auto-load-safe-path.
837 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
838 (Auto-loading safe path): Likewise. Mention the default value,
839 $ddir substitution, --with-auto-load-safe-path and
840 --without-auto-load-safe-path.
841 * observer.texi (gdb_datadir_changed): New.
842
1ccacbcd
JK
8432012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
844
845 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
846 Twice.
847
d9242c17
JK
848 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
849 directory separator by path separator.
850
af2c1515
JK
8512012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
852
853 * gdb.texinfo (Auto-loading safe path): Make 'directories'
854 for 'set auto-load safe-path' optional. Mention if it is omitted.
855 Change disabling security protection condition to "/", twice.
856
a20ee7a4
SCR
8572012-05-03 Siva Chandra Reddy <sivachandra@google.com>
858
859 * gdb.texinfo (Symbol Tables In Python): Add documentation about
860 the new methods global_block and static_block on gdb.Symtab
861 objects.
862
56af09aa
SCR
8632012-05-02 Siva Chandra Reddy <sivachandra@google.com>
864
865 * gdb.texinfo (Blocks In Python): Add a note saying that future
866 improvements to GDB and its infrastructure can move symbols
867 across blocks within a symbol table.
868
2746b0ef
YQ
8692012-04-29 Yao Qi <yao@codesourcery.com>
870
871 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
872 (A29K): Remove.
873
62e5f89c
SDJ
8742012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
875 Tom Tromey <tromey@redhat.com>
876
877 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
878 and generic static probe support on GDB.
879
a766d390
DE
8802012-04-25 Doug Evans <dje@google.com>
881
50f042b9
DE
882 * gdb.texinfo (Go): Fix thinko.
883
a766d390
DE
884 * gdb.texinfo (Supported Languages): Add Go.
885 (Go): New node.
886
f02e2b19
YQ
8872012-04-25 Yao Qi <yao@codesourcery.com>
888
889 * gdbint.texinfo (Testsuite): New section `Board settings'.
890
68d41a48
JK
8912012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
892
893 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
894 Three times.
895
174bb630
JK
896 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
897 Three times.
898
0511cc75
JK
8992012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
900
901 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
902 by @table @asis. Fix formatting of one item.
903
0070f25a
JK
9042012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
905
906 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
907
4dc84fd1
JK
9082012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
909
910 New option "set debug auto-load".
911 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
912 (auto-load verbose mode): New node.
913
bccbefd2
JK
9142012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
915
916 New option "set auto-load safe-path".
917 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
918 and "info auto-load" examples for safe-path. Put there also references
919 for "set auto-load safe-path" and "show auto-load safe-path".
920 New menu item for Auto-loading safe path.
921 (Auto-loading safe path): New node.
922 (Python Auto-loading): Update the expected output from "Missing"
923 to "No".
924
bf88dd68
JK
9252012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
926
927 auto-load: Implementation.
928 * gdb.texinfo (Mode Options): New anchor for -nx.
929 (Startup): New anchors for Option -init-eval-command,
930 Home Directory Init File
931 and Init File in the Current Directory during Startup.
932 Mention set auto-load local-gdbinit with a reference.
933 Change the sample code to "set auto-load python-scripts".
934 (Threads): New anchor set libthread-db-search-path.
935 Provide references to libthread_db.so.1 file.
936 (Controlling GDB): New menu item for Auto-loading.
937 (Auto-loading, Init File in the Current Directory)
938 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
939 (Python): Rename the menu item Auto-loading to Python Auto-loading.
940 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
941 reference.
942 (Auto-loading): Rename to ...
943 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
944 "set auto-load python-scripts", new anchor for it. Change
945 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
946 for it. Change "info auto-load-scripts"
947 to "info auto-load python-scripts", new anchor for it. Change "scripts"
948 to "Python scripts".
949
8264ba82
AG
9502012-04-14 Anton Gorenkov <xgsa@yandex.ru>
951
952 PR mi/13393
953 * gdb.texinfo (Print Settings): Extend the description for "set print
954 object".
955 (GDB/MI Variable Objects): Extend the description for -var-create and
956 -var-list-children.
957
06fc020f
SCR
9582012-04-11 Siva Chandra Reddy <sivachandra@google.com>
959
960 * gdb.texinfo (Examining Data): Document the 'explore' command.
961
7191c139
JB
9622012-03-28 Joel Brobecker <brobecker@adacore.com>
963
964 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
965 to the children of a varobj and its update range when -var-update
966 returns that the varobj's type changed.
967
3708f05e
JK
9682012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
969
970 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
971 Create two new links fir 'objfile-gdb.py file'
972 and 'dotdebug_gdb_scripts section'.
973
8e0583c8
JK
9742012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
975
976 * gdb.texinfo (Auto-loading): Rename node reference
977 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
978 Twice.
979 (.debug_gdb_scripts section): Rename the node ...
980 (dotdebug_gdb_scripts section): ... here.
981 (Maintenance Commands): Also rename this node reference.
982
7b282c5a
SCR
9832012-03-22 Siva Chandra Reddy <sivachandra@google.com>
984
985 * gdb.texinfo (Python API/Values From Inferior): Add description
986 about the new method Value.referenced_value. Add description on
987 how Value.dereference is different (and similar) to
988 Value.referenced_value.
989
8320cc4f
JK
9902012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
991
992 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
993 --init-eval-command=COMMAND, -iex.
994 (Startup): Describe -iex and -ix. Simplify the example
995 for "set auto-load-scripts off".
996
481860b3
GB
9972012-03-16 Gary Benson <gbenson@redhat.com>
998
999 PR breakpoints/10738
1000 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
1001 stating that GDB cannot set breakpoints on inlined functions.
1002 (Mode Options): Document --use-deprecated-index-sections.
1003 (Index Section Format): Document new index section version format.
1004
c4aeac85
TT
10052012-03-15 Tom Tromey <tromey@redhat.com>
1006
1007 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
1008
16899756
DE
10092012-03-13 Doug Evans <dje@google.com>
1010
1011 * gdb.texinfo (Help): Change apropos example to use "alias" instead
1012 of "reload".
1013 (Symbols): Delete docs for set/show symbol-reloading.
1014 * gdbint.texinfo (Defining Other Architecture Features): Delete
1015 SYMBOL_RELOADING_DEFAULT.
1016 * refcard.tex: Delete reference to symbol-reloading.
1017
9b224c5e
PA
10182012-03-07 Pedro Alves <palves@redhat.com>
1019
1020 * gdb.texinfo (General Query Packets): Document new
1021 QProgramSignals packet.
1022 * gdb.texinfo (Remote configuration): Mention
1023 "program-signals-packet".
1024
169081d0
TG
10252012-03-05 Tristan Gingold <gingold@adacore.com>
1026
1027 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
1028
d1feda86
YQ
10292012-03-03 Yao Qi <yao@codesourcery.com>
1030
1031 * gdb.texinfo (In-Process Agent): New node.
1032 Document new commands.
1033 (General Query Packets): Add packet `QAgent'.
1034
1faeff08
MR
10352012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
1036
1037 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
1038
7d74f244
DE
10392012-03-01 Scott J. Goldman <scottjg@vmware.com>
1040
1041 * gdb.texinfo (Commands In Python): Put example python macro in
1042 COMMAND_USER category rather than COMMAND_OBSCURE.
1043 Document gdb.COMMAND_USER.
1044 (User-defined Commands): Update documentation to clarify
1045 "set/show max-user-call-depth" and "show user" don't apply to python
1046 commands. Update documentation to clarify "help user-defined" may
1047 also include python commands defined as COMMAND_USER.
1048
6fe37d23
JK
10492012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1050
1051 * gdb.texinfo (Startup): Add option -ex description to the option -x
1052 description.
1053
83364271
LM
10542012-02-24 Luis Machado <lgustavo@codesourcery.com>
1055
1056 * gdb.texinfo (Setting Breakpoints): Mention and explain the
1057 condition-evaluation breakpoint parameter.
1058 Mention condition-evaluation mode being shown in "info break".
1059 (Break Conditions): Add description for target-side
1060 conditional breakpoints.
1061 (Remote Configuration): Mention conditional-breakpoints-packet.
1062 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
1063 cond-expr.
1064 (General Query Packets): Mention new ConditionalBreakpoint feature.
1065
bdb1994d
TT
10662012-02-22 Tom Tromey <tromey@redhat.com>
1067
1068 * gdb.texinfo (Blocks In Python): Clarify block iteration.
1069
4d241c86
TT
10702012-02-17 Tom Tromey <tromey@redhat.com>
1071
1072 PR python/10753:
1073 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
1074 directory.
1075
816338b5
SS
10762012-02-14 Stan Shebs <stan@codesourcery.com>
1077
1078 * gdb.texinfo (Disabling Breakpoints): Document enable count.
1079
cc30c4bd
PA
10802012-02-13 Pedro Alves <palves@redhat.com>
1081
1082 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
1083 mips-idt-ecoff.
1084
035d1e5b
YQ
10852012-02-09 Yao Qi <yao@codesourcery.com>
1086
1087 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
1088
f0823d2c
TT
10892012-02-07 Tom Tromey <tromey@redhat.com>
1090
1091 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
1092 Symbol.value.
1093
64e7d9dd
TT
10942012-02-07 Tom Tromey <tromey@redhat.com>
1095
1096 * gdb.texinfo (Symbols In Python): Document Symbol.line.
1097
4220b2f8
TS
10982012-01-27 Thomas Schwinge <thomas@codesourcery.com>
1099
1100 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
1101
edcc5120
TT
11022012-01-24 Tom Tromey <tromey@redhat.com>
1103
1104 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
1105 unload".
1106 (Files): Mention new catch commands.
1107 (GDB/MI Async Records): Likewise.
1108
53fe1783
GB
11092012-01-24 Gary Benson <gbenson@redhat.com>
1110
1111 Delete #if 0'd out code.
1112 * gdb.texinfo (Frame Info): Remove "info catch".
1113
b9e7b9c3
UW
11142012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1115
1116 * gdb.texinfo (Remote Configuration): Document
1117 "set remote hostio-readlink-packet" command.
1118 (General Query Packets): Document vFile:readlink packet.
1119
4aac40c8
TT
11202012-01-16 Tom Tromey <tromey@redhat.com>
1121
1122 * gdb.texinfo (Specify Location): Document relative file name
1123 handling.
1124
cafec441
TT
11252012-01-16 Tom Tromey <tromey@redhat.com>
1126
1127 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
1128
0ee339bc
JK
11292012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1130 Eli Zaretskii <eliz@gnu.org>
1131
1132 * gdbint.texinfo (Coding Standards): Require braces for two lines of
1133 code.
1134
72384ba3
PH
11352012-01-11 Paul Hilfinger <hilfingr@adacore.com>
1136
1137 * gdb.texinfo (Variables): Document use of :: for non-static
1138 variables.
1139
ce1b17c4
JB
11402012-01-05 Joel Brobecker <brobecker@adacore.com>
1141
1142 * gdbint.texinfo (Start of New Year Procedure): Update
1143 to replace use of copyright.sh by use of copyright.py.
1144
217bff3e
JK
11452012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1146
1147 Remove the gdbtui binary.
1148 * all-cfg.texi (GDBTUI): Remove.
1149 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
1150 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
1151 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
1152
cc72b2a2
KP
11532011-12-23 Kevin Pouget <kevin.pouget@st.com>
1154
1155 Introduce gdb.FinishBreakpoint in Python.
1156 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
1157 (Python API): Add menu entry for Finish Breakpoints.
1158
13ac8d2c
JK
11592011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1160
1161 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
1162 tests.
1163
e0f9f062
DE
11642011-12-16 Doug Evans <dje@google.com>
1165
1166 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
1167
80b6e756
PM
11682011-12-16 Phil Muldoon <pmuldoon@redhat.com>
1169
1c3ad6ab 1170 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
1171 stack". Add documentation for "set/show python print-stack".
1172
2fb860fc
PA
11732011-12-14 Pedro Alves <pedro@codesourcery.com>
1174
1175 * gdb.texinfo (Implementing a Remote Stub): Explain that you
1176 should transfer control to the stub in the startup code instead of
1177 in main. Mention the need to get past the initial breakpoint.
1178
f8eba3c6
TT
11792011-12-06 Tom Tromey <tromey@redhat.com>
1180
1181 * gdb.texinfo (Set Breaks): Update for new behavior.
1182
2268b414
JK
11832011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1184
1185 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
1186 List Format for SVR4 Targets'.
1187 (General Query Packets): New item qXfer:libraries-svr4:read.
1188 (Library List Format for SVR4 Targets): New node.
1189
ae6f0d5b
TT
11902011-12-01 Tom Tromey <tromey@redhat.com>
1191
1192 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
1193 add.
1194
36dfb11c
TT
11952011-11-22 Tom Tromey <tromey@redhat.com>
1196
1197 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
1198 reasons.
1199
f196051f
SS
12002011-11-20 Stan Shebs <stan@codesourcery.com>
1201
1202 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1203 note-related options and variables.
1204 (Tracepoint Packets): Document packet changes.
1205
f85b53f8
SD
12062011-11-20 Sanjoy Das <sdas@igalia.com>
1207
1208 * gdb.texinfo (JIT Interface): Add documentation on writing and
1209 usind JIT debug info readers.
1210 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
1211 Debug Info Readers): New nodes.
1212
bfccc43c
YQ
12132011-11-18 Yao Qi <yao@codesourcery.com>
1214
1215 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
1216 tracepoint.
1217
c011a4f4
DE
12182011-11-15 Doug Evans <dje@google.com>
1219
1220 * gdb.texinfo (Files): Document basenames-may-differ.
1221
ed59ded5
DE
12222011-11-14 Doug Evans <dje@google.com>
1223
1224 * gdb.texinfo (Shell Commands): Document "!".
1225
405f8e94
SS
12262011-11-14 Stan Shebs <stan@codesourcery.com>
1227 Kwok Cheung Yeung <kcy@codesourcery.com>
1228
1229 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
1230 needed to get shorter fast tracepoints.
1231 (Tracepoint Packets): Document new qTMinFTPILen packet.
1232
1e4d1764
YQ
12332011-11-14 Yao Qi <yao@codesourcery.com>
1234
1235 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
1236 behavior of tracepoint.
1237 (General Query Packets): New feature InstallInTrace.
1238 (Remote Configuration): Document "set remote
1239 install-in-trace-packet".
1240
71eba9c2 12412011-11-12 Matt Rice <ratmice@gmail.com>
1242
1243 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
1244 Add arguments to info macro.
1245
e0f8f636
TT
12462011-11-10 Tom Tromey <tromey@redhat.com>
1247
1248 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
1249 manual.
1250 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
1251 (Macros): Add a footnote.
1252 (C): Remove paragraph about compiler options.
1253 (C Constants): Mention wide character and string constants.
1254 (C Plus Plus Expressions): Update compiler option advice. Mention
1255 using declarations. Mention ADL. Remove old HP compiler
1256 information.
1257
625c0d47
TT
12582011-11-10 Tom Tromey <tromey@redhat.com>
1259
1260 PR c++/9257:
1261 * gdb.texinfo (Print Settings): Add an extra note about the need
1262 for a vtable.
1263
4be2aacc
MR
12642011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
1265
1266 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
1267 "set mips abi" documentation.
1268
0a1c4d10
DE
12692011-11-04 Doug Evans <dje@google.com>
1270
1271 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
1272
aad1c02c
TT
12732011-11-03 Tom Tromey <tromey@redhat.com>
1274
1275 * gdb.texinfo (Stopping): Add menu entry.
1276 (Continuing and Stepping): Restore @node. Use @section, not
1277 @subsection.
1278
983fb131
MR
12792011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
1280
1281 * gdb.texinfo (Skipping Over Functions and Files): Remove node
1282 designation. Fix "Specify Location" cross-reference.
1283
3065dfb6
SS
12842011-11-02 Stan Shebs <stan@codesourcery.com>
1285
1286 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
1287 (General Query Packets): Describe tracenz feature.
1288 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
1289
0aaaf063
PK
12902011-10-28 Paul Koning <paul_koning@dell.com>
1291
1292 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
1293
2231f1fb
KP
12942011-10-27 Kevin Pouget <kevin.pouget@st.com>
1295
1296 * gdb.texinfo ((Frames In Python): Document
1297 gdb.FRAME_UNWIND_FIRST_ERROR contant.
1298
5110b5df
PK
12992011-10-26 Paul Koning <paul_koning@dell.com>
1300
1301 * gdb.texinfo (gdb.types): Document new deepitems function.
1302
22dbab46
PK
13032011-10-25 Paul Koning <paul_koning@dell.com>
1304
1305 PR python/13327
1306
1307 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
1308 fetch_lazy method.
1309
9df2fbc4
PM
13102011-10-20 Phil Muldoon <pmuldoon@redhat.com>
1311
1312 PR python/12656
1313
1314 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
1315 global_block, static_block function.
1316
f05e2e1d
TT
13172011-10-19 Tom Tromey <tromey@redhat.com>
1318
1319 * gdb.texinfo (Commands In Python): Add missing "@"s.
1320
a7fc3f37
KP
13212011-10-13 Kevin Pouget <kevin.pouget@st.com>
1322
1323 PR python/13285 Document named constants for frame unwind stop reasons
1324 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
1325 constants.
1326
5048e516
JK
13272011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1328
1329 Fix compatibility with texinfo versions older than 4.12.
1330 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
1331 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
1332 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
1333 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
1334 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
1335 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
1336 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
1337
5a56e9c5
DE
13382011-10-09 Doug Evans <dje@google.com>
1339
1340 * gdb.texinfo (Extending GDB): Document alias command.
1341
36b11add
JK
13422011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1343
1344 Support @entry in input expressions.
1345 * gdb.texinfo (Variables): Describe @entry names suffix.
1346 (Print Settings): Add anchor for `set print entry-values'.
1347
e18b2753
JK
13482011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1349 Eli Zaretskii <eliz@gnu.org>
1350
1351 Display @entry parameter values (without references).
1352 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
1353 example.
1354 (Print Settings): New description of set print entry-values and show
1355 print entry-values.
1356
111c6489
JK
13572011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1358 Eli Zaretskii <eliz@gnu.org>
1359
1360 Recognize virtual tail call frames.
1361 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
1362 (Tail Call Frames): New node.
1363 (Frames In Python): Add gdb.TAILCALL_FRAME.
1364
9c15afc4
DE
13652011-10-07 Doug Evans <dje@google.com>
1366
1367 * gdb.texinfo (gdb.printing): Document new `replace' arg to
1368 register_pretty_printer.
1369
99f5279d
PM
13702011-10-07 Phil Muldoon <pmuldoon@redhat.com>
1371
1372 PR python/12930
1373 PR python/12802
1374
1375 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
1376 stop method.
1377
03583c20
UW
13782011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
1379
1380 * gdb.texinfo (Starting your Program): "set disable-randomization"
1381 is no longer Linux-specific.
1382 (Remote Configuration): Document "set remote
1383 disable-randomization-packet".
1384 (General Query Packets): Document "QDisableRandomization" packet
1385 and add it to "qSupported" list.
1386
bd054e06
KP
13872011-10-07 Kevin Pouget <kevin.pouget@st.com>
1388
1389 Allow Python notification of new object-file loadings.
1390 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
1391 event type.
1392
cb6be26b
KP
13932011-10-04 Kevin Pouget <kevin.pouget@st.com>
1394
1395 PR python/12691: Add the inferior to Python exited event
1396 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
1397
a05336a1
JB
13982011-10-03 Joel Brobecker <brobecker@adacore.com>
1399
1400 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
1401 rephasing.
1402
5d77fe44
JB
14032011-10-03 Joel Brobecker <brobecker@adacore.com>
1404
1405 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
1406 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
1407 as possible feature returned by the `-list-features'
1408 command.
1409
699df94d
PK
14102011-09-28 Paul Koning <paul_koning@dell.com>
1411
1412 * gdb.texinfo (gdb.Type): Document field access by dictionary
1413 key syntax.
1414
24bdad53
YQ
14152011-09-28 Yao Qi <yao@codesourcery.com>
1416
1417 * gdb.texinfo (Files): Update options for `add-symbol-file'.
1418 Add one space after option `-s'. Remove @r{} markup.
1419
6710bf39
SS
14202011-09-27 Stan Shebs <stan@codesourcery.com>
1421
1422 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
1423
d99f7e48
HZ
14242011-09-16 Hui Zhu <teawater@gmail.com>
1425
1426 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
1427 to *(unsigned char *)$esp@300.
1428
d812018b
PK
14292011-09-15 Paul Koning <paul_koning@dell.com>
1430
1431 * gdb.texinfo: Make style of Python functions and methods match
1432 the syntax of Python. Also put class and module names explicitly
1433 on function, member, and variable names, matching Python
1434 documentation conventions.
1435
2aa48337
KP
14362011-09-15 Kevin Pouget <kevin.pouget@st.com>
1437
1438 PR Python/12692 Add gdb.selected_inferior() to Python interface.
1439 * gdb.texinfo (Inferiors In Python): Describe new
1440 gdb.selected_inferior() function.
1441
6839b47f
KP
14422011-09-15 Kevin Pouget <kevin.pouget@st.com>
1443
1444 Handle multiple breakpoint hits in Python interface:
1445 * gdb.texinfo (Events In Python): New function documentation:
1446 gdb.BreakpointEvent.breakpoints. Indicate that
1447 gdb.BreakpointEvent.breakpoint is now deprecated.
1448
26829f2b
JB
14492011-09-04 Joel Brobecker <brobecker@adacore.com>
1450
1451 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
1452
a9f54f60
TT
14532011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
1454
1455 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
1456
fa3a4f15
PM
14572011-08-17 Phil Muldoon <pmuldoon@redhat.com>
1458
1459 * gdb.texinfo (Prompt): Add set/show extended-prompt
1460 documentation
1461 (Basic Python): Add prompt_hook anchor.
1462 (Python modules): Reword module text to reflect multiple modules.
1463 (gdb.prompt): Document gdb.prompt module.
1464
224bbe49
YQ
14652011-08-14 Yao Qi <yao@codesourcery.com>
1466
78d85199
YQ
1467 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
1468
14692011-08-14 Yao Qi <yao@codesourcery.com>
1470
1471 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
1472 (TIC6x Features): New node.
1473
457e09f0
DE
14742011-08-12 Doug Evans <dje@google.com>
1475
1476 * gdb.texinfo (Symbols In Python): Document symbol.type.
1477
5e239b84
PM
14782011-08-09 Phil Muldoon <pmuldoon@redhat.com>
1479
1480 * gdb.texinfo (Python): Document command and function
1481 auto-loading.
1482
177bc839
JK
14832011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1484 Eli Zaretskii <eliz@gnu.org>
1485
1486 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
1487 typedefs unrolling. Extend the sample code by an inner typedef and
1488 outer typedefs unrolling.
1489
1a532630
PP
14902011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
1491
1492 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
1493 size and line-size.
1494
9b158ba0 14952011-07-21 Matt Rice <ratmice@gmail.com>
1496
1497 PR macros/12999
1498 * gdb.texinfo (Macros): Add info definitions and info macros commands.
1499 Update text and cindex entries for info macro command.
1500
d17b6f81
PM
15012011-07-21 Phil Muldoon <pmuldoon@redhat.com>
1502
1503 * observer.texi (GDB Observers): Add before_prompt observer.
1504 * gdb.texinfo (Basic Python): Add documentation for prompt
1505 substitution.
1506
713389e0
PM
15072011-07-11 Phil Muldoon <pmuldoon@redhat.com>
1508
1509 PR python/12438
1510 * gdb.texinfo (Python Commands): Add deprecate note to maint
1511 set/show python print-stack. Document set/show python
1512 print-backtrace.
1513
177b42fe
TJB
15142011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
1515
1516 * gdb.texinfo: Fix typos.
1517
900e11f9
JK
15182011-07-01 Tom Tromey <tromey@redhat.com>
1519
1520 * gdb.texinfo (Debugging Output): Document set debug
1521 check-physname.
1522
39c4d40a
TT
15232011-06-29 Tom Tromey <tromey@redhat.com>
1524
1525 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1526 breakpoint-notifications feature.
1527
6f5def7d
UW
15282011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
1529
1530 * gdb.texinfo (Target Description): Remove warning about
1531 possibly unstable format.
1532
8cf64490
TT
15332011-06-03 Tom Tromey <tromey@redhat.com>
1534
1535 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
1536 (Events In Python): Note that exit_code is optional.
1537
393eab54
PA
15382011-05-17 Pedro Alves <pedro@codesourcery.com>
1539
1540 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
1541 required for multi-threading support.
1542 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
1543 Hc are deprecated for multi-threading debugging. Point readers at
1544 the vCont packet.
1545
75fc9810
DE
15462011-05-15 Doug Evans <dje@google.com>
1547
1548 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
1549
01124a23
DE
15502011-05-13 Doug Evans <dje@google.com>
1551
98a5dd13
DE
1552 * gdb.texinfo (Threads): Document $sdir,$pdir.
1553 (Server): Document $pdir exception.
1554
dbaefcf7
DE
1555 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
1556
cc63ef9b
DE
1557 * gdb.texinfo (Threads): Clarify default value for
1558 libthread-db-search-path.
7e0396aa 1559
01124a23
DE
1560 * gdb.texinfo (Completion): Update example.
1561 (Debugging Output): Delete `set/show debug lin-lwp-async'.
1562
d248b706
KY
15632011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
1564
1565 * gdb.texinfo: Document change in the behaviour of the enable and
1566 disable GDB commands when applied to tracepoints.
1567 Document the EnableDisableTracepoints remote stub feature.
1568 Document QTEnable and QTDisable in the list of tracepoint packets.
1569
cc88a640
JK
15702011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1571
1572 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
1573 hsuser.texi.
1574 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
1575 comment to hsuser.texi. Change rluser.texi name in the comment.
1576
84e578fb
DE
15772011-05-10 Doug Evans <dje@google.com>
1578
1579 * gdb.texinfo (Threads): If an empty path is provided for
1580 libthread-db-search-path it is reset to its default value.
1581 (Server): Ditto.
1582
478aac75
DE
15832011-05-09 Doug Evans <dje@google.com>
1584
1585 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
1586
9c06b0b4
TJB
15872011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1588 Thiago Jung Bauermann <bauerman@br.ibm.com>
1589
1590 Implement support for PowerPC BookE masked watchpoints.
1591 * gdb.texinfo (Set Watchpoints): Document mask parameter.
1592 (PowerPC Embedded): Mention support of masked watchpoints.
1593
9ed350ad
JB
15942011-05-03 Joel Brobecker <brobecker@adacore.com>
1595
1596 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
1597 `@value{GDBN}'.
1598
4ceed123
JB
15992011-05-03 Joel Brobecker <brobecker@adacore.com>
1600
1601 * gdb.texinfo (titlepage): Remove dedication.
1602 (In Memoriam): New appendix.
1603
559a7a62
JK
16042011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1605 Eli Zaretskii <eliz@gnu.org>
1606
1607 * gdb.texinfo (Index Section Format): Change the version to 5.
1608 Describe the different formula.
1609
03f2bd59
JK
16102011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1611 Eli Zaretskii <eliz@gnu.org>
1612
1613 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
1614 for disconnected tracing.
1615 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
1616 extended-remote relationship. Mention --once.
1617 (TCP port allocation lifecycle of @code{gdbserver}): New.
1618
d9b1a651
EZ
16192011-04-23 Eli Zaretskii <eliz@gnu.org>
1620
1621 * gdb.texinfo (Server): Improve indexing. Index all optional
1622 switches to gdbserver.
1623
90476074
TT
16242011-04-20 Tom Tromey <tromey@redhat.com>
1625
1626 * gdb.texinfo (Index Section Format): New node.
1627 (Top): Add new node to menu.
1628
c21236dc
PA
16292011-04-20 Pedro Alves <pedro@codesourcery.com>
1630
1631 * gdb.texinfo (Maintenance Commands): Document `maint print
1632 remote-registers'.
1633
05c8c3f5
TT
16342011-04-20 Tom Tromey <tromey@redhat.com>
1635
1636 * gdb.texinfo (Trace File Format): Move node later.
1637
7a9dd1b2
TT
16382011-04-19 Tom Tromey <tromey@redhat.com>
1639
1640 * gdbint.texinfo (Register Information Functions): Remove
1641 duplicate "the".
1642 * gdb.texinfo (Emacs): Remove duplicate "to".
1643 (GDB/MI Variable Objects): Remove duplicate "the".
1644 (General Query Packets): Likewise.
1645
4368ebeb
JB
16462011-04-02 Joel Brobecker <brobecker@adacore.com>
1647
1648 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
1649 "GDB/MI Ada Exception Information" node.
1650
956a9fb9
JB
16512011-04-01 Joel Brobecker <brobecker@adacore.com>
1652
1653 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1654 the "exception-name" field in the *stopped async record.
1655
f1310107
TJB
16562011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
1657 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1658
1659 Implement support for PowerPC BookE ranged breakpoints.
1660 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
1661
8786b2bd
TT
16622011-03-28 Tom Tromey <tromey@redhat.com>
1663
1664 * gdb.texinfo (Set Tracepoints): Fix typo.
1665
9ef07c8c
TT
16662011-03-24 Tom Tromey <tromey@redhat.com>
1667
1668 * gdb.texinfo (Specify Location): Document `function:label'
1669 linespec.
1670
99c3dc11
PM
16712011-03-18 Phil Muldoon <pmuldoon@redhat.com>
1672
f1310107 1673 PR python/12149
99c3dc11
PM
1674
1675 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
1676
29703da4
PM
16772011-03-17 Phil Muldoon <pmuldoon@redhat.com>
1678
1679 * gdb.texinfo (Blocks In Python): Add is_valid method description.
1680 (Inferiors In Python): Likewise.
1681 (Threads In Python): Likewise.
1682 (Symbols In Python): Likewise.
1683 (Objfiles In Python): Likewise.
1684 (Symbol Tables In Python): Likewise.
1685
c9174737
PA
16862011-03-15 Pedro Alves <pedro@codesourcery.com>
1687
1688 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
1689 display>: Explain that the commands accept number ranges.
1690
7371cf6d
PM
16912011-03-14 Phil Muldoon <pmuldoon@redhat.com>
1692
1693 * gdb.texinfo (Breakpoints In Python): Add description and example
1694 of Python stop function operation.
1695
ecec24e6
PM
16962011-03-10 Phil Muldoon <pmuldoon@redhat.com>
1697
1698 * gdb.texinfo (Parameters In Python): Document get_set_string and
1699 get_show_string methods.
1700
6dcd5565
JK
17012011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1702
1703 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
1704
81896e36
JK
1705 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
1706 circular-trace-buffer name.
1707
5e30da2c
JB
17082011-02-28 Joel Brobecker <brobecker@adacore.com>
1709
1710 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
1711 in the previous change.
1712
3bd0f5ef 17132011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
1714
1715 * gdb.texinfo (Inferiors and Programs): Update commands to show
1716 that they can accept multiple arguments.
1717
4ec7539c
JB
17182011-02-24 Joel Brobecker <brobecker@adacore.com>
1719
1720 Revert the following patch (code patch was not approved):
1721 2011-02-21 Hui Zhu <teawater@gmail.com>
1722 * agentexpr.texi (bytecode descriptions): add printf.
1723 * gdb.texinfo (tracepoint action lists): add printf.
1724
82809774
DE
17252011-02-23 Doug Evans <dje@google.com>
1726
1727 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
1728
e5a67952
MS
17292011-02-23 Michael Snyder <msnyder@vmware.com>
1730
1731 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
1732 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
1733 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
1734
6e6fbe60
DE
17352011-02-22 Doug Evans <dje@google.com>
1736
1737 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
1738 Clarify behaviour of lookup_symbol when `block' argument is omitted,
1739 add description of result, fix @defun formatting.
1740
f994e27a
HZ
17412011-02-21 Hui Zhu <teawater@gmail.com>
1742
1743 * agentexpr.texi (Bytecode Descriptions): Add printf.
1744 * gdb.texinfo (Tracepoint Action Lists): Add printf.
1745
c7f96d2b
TT
17462011-02-18 Tom Tromey <tromey@redhat.com>
1747
1748 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
1749
60f98dde
MS
17502011-02-14 Michael Snyder <msnyder@vmware.com>
1751
1752 * gdb.texinfo (threads): Document argument for "info threads" cmd.
1753 Document new command "thread find".
1754
08e796bc
MS
17552011-02-14 Michael Snyder <msnyder@vmware.com>
1756
1757 * gdb.texinfo (Threads): Update example of new thread message.
1758
b3b9301e
PA
17592011-02-14 Pedro Alves <pedro@codesourcery.com>
1760
1761 * gdb.texinfo (Remote Configuration): Mention set/show remote
1762 traceframe-info.
1763 (Tools/Packages Optional for Building GDB): Mention that expat is
1764 used for traceframe info.
1765 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
1766 (General Query Packets) <qSupported>: Describe the
1767 qXfer:traceframe-info:read feature.
1768 (qXfer::read): Describe qXfer:traceframe-info:read.
1769 (Traceframe Info Format): New section.
1770
cef35b0f
PA
17712011-02-04 Pedro Alves <pedro@codesourcery.com>
1772
1773 * gdbint.texinfo (Formatting): Mention some formatting guidelines
1774 for casts and unary operators.
1775
f1cbe1d3
TT
17762011-02-04 Tom Tromey <tromey@redhat.com>
1777
1778 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
1779 is not useful.
1780
585fdaa1
PA
17812011-01-25 Pedro Alves <pedro@codesourcery.com>
1782
1783 * gdb.texinfo: s/value optimized out/optimized out/g
1784
7bfc9434
JB
17852011-01-21 Joel Brobecker <brobecker@adacore.com>
1786
1787 * gdb.texinfo (Other Misc Settings): Rework part of the
1788 documentation of the "set interactive mode" command.
1789
4694da01
TT
17902011-01-19 Tom Tromey <tromey@redhat.com>
1791
1792 * gdb.texinfo (Threads): Document thread name output and `thread
1793 name' command.
1794 (Threads In Python): Document Thread.name attribute.
1795 (GDB/MI Thread Commands): Document thread attributes.
1796
b716877b
AB
17972011-01-12 Andrew Burgess <aburgess@broadcom.com>
1798
1799 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
1800 changes in mi/mi-cmd-disas.c
1801
13fd8b81
TT
18022011-01-12 Tom Tromey <tromey@redhat.com>
1803
1804 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
1805 Fix "thread apply" text.
1806
e09342b5
TJB
18072011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1808 Thiago Jung Bauermann <bauerman@br.ibm.com>
1809
1810 Implement support for PowerPC BookE ranged watchpoints.
1811 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
1812 the "set powerpc exact-watchpoints" flag.
1813
06e65f44
TT
18142011-01-07 Tom Tromey <tromey@redhat.com>
1815
1816 * gdb.texinfo (Python API): Add descriptions to @menu items.
1817
d8e22779
TT
18182011-01-06 Tom Tromey <tromey@redhat.com>
1819
1820 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
1821
a255712f
PP
18222010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
1823
e09342b5 1824 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 1825
ccfc3d6e
TT
18262011-01-06 Tom Tromey <tromey@redhat.com>
1827
1828 PR python/12133:
1829 * gdb.texinfo (Frames In Python): Document various frame
1830 constants.
1831
44944448
JB
18322011-01-05 Joel Brobecker <brobecker@adacore.com>
1833
1834 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
1835 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
1836 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
1837
42ea3d7a
JK
18382011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1839
1840 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
1841 (clean): Add GDBvn.texi.
1842
720d1a40
JB
18432010-12-29 Joel Brobecker <brobecker@adacore.com>
1844
1845 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
1846 occasional case where the debugger prints an array address
1847 instead of the array itself.
1848
ad196637
PA
18492010-12-23 Pedro Alves <pedro@codesourcery.com>
1850
1851 * gdb.texinfo (Packets) <read registers packet>: Document support
1852 for registers that were not collected.
1853
a86caf66
DE
18542010-12-15 Doug Evans <dje@google.com>
1855
1856 * gdb.texinfo (Startup): Document auto-loading of scripts during
1857 startup.
1858 (Auto-loading): Delete "maint set python auto-load on|off".
1859 Add "set auto-load-scripts on|off".
1860
aae1c79a
DE
18612010-12-07 Doug Evans <dje@google.com>
1862
1863 * gdb.texinfo (Mode Options): Document -data-directory.
1864 (Data Files): Add reference to -data-directory.
1865
4e04c971
DE
18662010-11-29 Doug Evans <dje@google.com>
1867
1868 * gdb.texinfo (Pretty-Printer Introduction): Change
1869 printer-name:subprinter-name to printer-name;subprinter-name.
1870
94b6973e
PM
18712010-11-29 Phil Muldoon <pmuldoon@redhat.com>
1872
1873 PR python/12199
1874
1875 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
1876
39037522
TT
18772010-11-23 Tom Tromey <tromey@redhat.com>
1878
1879 * gdb.texinfo (Top): Check SYSTEM_READLINE.
1880 (Editing): Likewise.
1881 (Command History): Likewise.
1882 (TUI Keys): Likewise.
1883 (Bug Reporting): Conditionally include rluser.texi and
1884 inc-history.texinfo.
1885 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
1886 (GDB_DOC_SOURCE_INCLUDES): Add comment.
1887 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
1888 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
1889 (gdb.pdf): Likewise.
1890 (gdb.info): Likewise.
1891 (gdb/index.html): Likewise.
1892
5ae98d25
TT
18932010-11-23 Tom Tromey <tromey@redhat.com>
1894
1895 * Makefile.in (Makefile): Run ../config.status.
1896 (distclean): Update.
1897 * configure: Remove.
1898 * configure.ac: Remove.
1899
621c8364
TT
19002010-11-12 Tom Tromey <tromey@redhat.com>
1901
1902 * gdb.texinfo (Basic Python): Update. Add xref.
1903 (Exception Handling): Document new exception classes.
1904 (Types In Python): Update.
1905 (Frames In Python): Update.
1906
84f4c1fe
PM
19072010-11-11 Phil Muldoon <pmuldoon@redhat.com>
1908
1909 * gdb.texinfo (Breakpoints In Python): Document "internal"
1910 parameter, and visible attribute.
1911
99e7ae30
DE
19122010-11-05 Doug Evans <dje@google.com>
1913
1914 * gdb.texinfo (Source Path): Document "set directories".
1915
f4b8a18d
KW
19162010-11-05 Ken Werner <ken.werner@de.ibm.com>
1917
1918 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
1919 (OpenCL C): New node.
1920
7b51bc51
DE
19212010-11-02 Doug Evans <dje@google.com>
1922
1923 * gdb.texinfo (Pretty Printing): Expand into three sections,
1924 introduction, example, and commands.
1925 (Python API): Delete section Disabling Pretty-Printers, merge into
1926 Selecting Pretty-Printers.
1927 (Writing a Pretty-Printer): New section. Move the pretty-printer
1928 example here, and reformat to match python coding style. Add a second
1929 example using the gdb.printing module.
1930 (Python modules): Add gdb.printing.
1931
9eeee977
DE
19322010-10-29 Doug Evans <dje@google.com>
1933
1934 * gdb.texinfo (Python): Fix long line.
1935
a0e0ffdf
DE
19362010-10-20 Doug Evans <dje@google.com>
1937
1938 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
1939 All references updated. Correct sections marked as subsections.
1940 (Coding Standards): New chapter. Move the coding standard related
1941 subsections here. Add section on Python coding standards.
1942
0e3509db
DE
19432010-10-13 Doug Evans <dje@google.com>
1944
1945 * gdb.texinfo (Python): Add "Python modules".
1946 (Types in Python): Add reference to gdb.types section.
1947 (Python modules): New node.
1948
44592cc4
DE
19492010-10-11 Doug Evans <dje@google.com>
1950
1951 * gdb.texinfo (Values From Inferior): Add reference to "Types in
1952 Python" from gdb.Value.type description.
1953
6e1bb179
JB
19542010-09-28 Joel Brobecker <brobecker@adacore.com>
1955
1956 * gdb.texinfo (Ravenscar Profile): New node.
1957
e8467610
TT
19582010-09-22 Tom Tromey <tromey@redhat.com>
1959
1960 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
1961
fccd1d1e
EZ
19622010-09-22 Eli Zaretskii <eliz@gnu.org>
1963
1964 * gdb.texinfo (Values From Inferior): Clarify that
1965 value.dynamic_type works only in C++ programs with RTTI.
1966
c1b6b909
TT
19672010-09-15 Paul Bolle <pebolle@tiscali.nl>
1968
1969 * gdb.texinfo (Character Sets): Correctly reference host-charset
1970 in example.
1971
7d288aaa
TT
19722010-09-13 Tom Tromey <tromey@redhat.com>
1973
1974 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
1975 Document "fullname" and "from".
1976
f75d858b
MK
19772010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
1978
1979 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
1980 feature `reverse' output by -list-target-features.
1981
83b9503b
L
19822010-08-31 H.J. Lu <hongjiu.lu@intel.com>
1983
1984 * gdb.texinfo (i386 Features): Remove an extra "@item".
1985
03f17ccf
TT
19862010-08-30 Tom Tromey <tromey@redhat.com>
1987
1988 PR python/11792:
1989 * gdb.texinfo (Values From Inferior): Document dynamic_type.
1990
9779414d
DJ
19912010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
1992
1993 * gdb.texinfo (ARM Features): Document
1994 org.gnu.gdb.arm.m-profile.
1995
f9ffd4bb
TT
19962010-08-23 Tom Tromey <tromey@redhat.com>
1997
1998 PR python/11145:
1999 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
2000 reinterpret_cast methods.
2001
702c2711
TT
20022010-08-23 Tom Tromey <tromey@redhat.com>
2003
2004 PR python/11915:
2005 * gdb.texinfo (Types In Python): Document array method.
2006
66b73624
TJB
20072010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
2008
2009 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
2010
06a64a0b
TT
20112010-08-16 Tom Tromey <tromey@redhat.com>
2012
2013 * gdb.texinfo (Set Watchpoints): Document -location option.
2014
a3a7127e
DE
20152010-08-13 Doug Evans <dje@google.com>
2016
2017 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
2018
8dedea02
VP
20192010-08-13 Vladimir Prus <vladimir@codesourcery.com>
2020
2021 * gdb.texinfo (GDB/MI Data Manipulation): Document
2022 -data-read-memory-raw and -data-write-memory-raw.
2023
ca5c20b6 20242010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 2025 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
2026
2027 * gdb.texinfo (Basic Python): Describe post_event API.
2028
cb2e07a6
PM
20292010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2030
2031 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 2032 decode_line Python APIs
cb2e07a6 2033
464b3efb
TT
20342010-08-10 Tom Tromey <tromey@redhat.com>
2035
2036 * gdb.texinfo (Pretty Printing API): Document
2037 gdb.default_visualizer.
2038
c29c521f
TT
20392010-08-10 Tom Tromey <tromey@redhat.com>
2040
2041 Revert gdb-add-index addition:
2042 * gdb.texinfo (Index Files): Don't document gdb-add-index.
2043
5da1313b
JK
20442010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2045 Eli Zaretskii <eliz@gnu.org>
2046
2047 * gdb.texinfo (Mode Options) <-batch>
2048 (Basic Python) <gdb.execute>: Describe setting width and height.
2049
02d868e8
PP
20502010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
2051
2052 * gdb.texinfo (Threads): Document 'debug libthread-db'.
2053
c2bbed2a
TT
20542010-07-30 Tom Tromey <tromey@redhat.com>
2055
2056 * gdb.texinfo (Index Files): Mention gdb-add-index.
2057
6c13bbe1
HZ
20582010-07-30 Hui Zhu <teawater@gmail.com>
2059
2060 * gdb.texinfo (Inferiors and Programs): Update the introduce of
2061 "detach inferior" and "kill inferior".
2062
53a71c06
CR
20632010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
2064
2065 * gdb.texinfo (Machine Code): Update description of two forms of
2066 arguments, and add new example to demonstrate the new form.
2067
5374244e
PM
20682010-07-27 Phil Muldoon <pmuldoon@redhat.com>
2069
2070 * gdb.texinfo (Values From Inferior): Add value inferior function
2071 call description.
2072
8ea5bce5
JK
20732010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2074
2075 * gdb.texinfo (Active Targets): Fix wrong comma placement.
2076
c0edd9ed
JK
20772010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2078 Eli Zaretskii <eliz@gnu.org>
2079
2080 Make core files the process_stratum.
2081 * gdb.texinfo (Active Targets): Remove core_stratum. Include
2082 record_stratum example.
2083
9291a0cd
TT
20842010-07-13 Tom Tromey <tromey@redhat.com>
2085
2086 * gdb.texinfo (Index Files): New node.
2087
f5011d11
TT
20882010-07-13 Tom Tromey <tromey@redhat.com>
2089
2090 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
2091
0f5238ed
TT
20922010-07-13 Tom Tromey <tromey@redhat.com>
2093
2094 * gdb.texinfo (Specify Location): Document labels.
2095
74c761c1
PA
20962010-07-01 Pedro Alves <pedro@codesourcery.com>
2097
2098 * gdb.texinfo (Create and Delete Tracepoints): Add more index
2099 entries for fast tracepoints and static tracepoints.
2100
501994c0
PA
21012010-07-01 Pedro Alves <pedro@codesourcery.com>
2102
2103 * gdb.texinfo (General Query Packets) <qfThreadInfo,
2104 qsThreadInfo>: Spell out `l' as ell.
2105
0fb4aa4b
PA
21062010-07-01 Pedro Alves <pedro@codesourcery.com>
2107
2108 * gdb.texinfo (Convenience Variables): Document $_sdata.
2109 (Commands to Set Tracepoints): Describe static tracepoints. Add
2110 `Listing Static Tracepoint Markers' menu entry. Document
2111 "strace".
2112 (Tracepoint Action Lists): Document collecting $_sdata.
2113 (Listing Static Tracepoint Markers): New subsection.
2114 (Tracepoints support in gdbserver): Mention static tracepoints.
2115 (remote packets, enabling and disabling): Mention
2116 read-sdata-object.
2117 (General Query Packets) <qSupported>: Document qXfer:sdata:read
2118 and StaticTracepoint.
2119 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
2120 Document qXfer:sdata:read.
2121 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
2122
dc3b15be
JB
21232010-06-29 Joel Brobecker <brobecker@adacore.com>
2124
2125 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
2126
595939de
PM
21272010-06-28 Phil Muldoon <pmuldoon@redhat.com>
2128 Tom Tromey <tromey@redhat.com>
2129 Thiago Jung Bauermann <bauerman@br.ibm.com>
2130
2131 * gdb.texinfo (Inferiors In Python): New node.
2132 * gdb.texinfo (Threads In Python): New node.
2133
9279c692
JB
21342010-06-28 Joel Brobecker <brobecker@adacore.com>
2135
2136 * gdb.texinfo (Python): Document what the python directory is
2137 and what its location is.
2138 (Basic Python): Document the gdb.PYTHONDIR constant.
2139
bc9f0842
TT
21402010-06-25 Tom Tromey <tromey@redhat.com>
2141
2142 PR python/10808:
2143 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
2144
f1421989
HZ
21452010-06-24 Hui Zhu <teawater@gmail.com>
2146
2147 * gdb.texinfo: (Commands for Controlled Output): Add
2148 documentation for command "eval".
2149
e4c0cfae
SS
21502010-06-21 Stan Shebs <stan@codesourcery.com>
2151
2152 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
2153 * annotate.texinfo: Ditto.
2154 * gdbint.texinfo: Ditto.
2155 * stabs.texinfo: Ditto.
2156
bb08c432
HZ
21572010-06-22 Hui Zhu <teawater@gmail.com>
2158
2159 * gdb.texinfo: (Process Record and Replay): Add documentation
2160 for command "set record memory-query".
2161
4f5d9f07
SS
21622010-06-21 Stan Shebs <stan@codesourcery.com>
2163
2164 * gdb.texinfo: Relicense under GFDL version 1.3.
2165 * annotate.texinfo: Relicense under GFDL version 1.3.
2166 * gdbint.texinfo: Relicense under GFDL version 1.3.
2167 * stabs.texinfo: Relicense under GFDL version 1.3.
2168 * fdl.texi: Update to version 1.3.
2169
6aed2dbc
SS
21702010-06-18 Stan Shebs <stan@codesourcery.com>
2171
a61408f8
SS
2172 * gdb.texinfo (Operating System Auxiliary Information): Describe
2173 "info os" when no arguments given.
2174
6aed2dbc
SS
2175 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
2176 $_thread.
2177
24e933df
HZ
21782010-06-18 Hui Zhu <teawater@gmail.com>
2179
2180 * gdb.texinfo: (Process Record and Replay): Add documentation
2181 for commands "record save" and "record restore".
2182
65d79d4b
SDJ
21832010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2184
2185 * gdb.texinfo: Include information about the correct use
2186 of addresses in the `watch' command.
2187
d914c394
SS
21882010-06-11 Stan Shebs <stan@codesourcery.com>
2189
2190 * gdb.texinfo (Observer Mode): New section.
2191 (General Query Packets): Document QAllow.
889bf7c5 2192
967cf477
DE
21932010-06-04 Doug Evans <dje@google.com>
2194
2195 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
2196
aaf4119b
DE
21972010-06-03 Doug Evans <dje@google.com>
2198
2199 * gdbint.texinfo (Coding): Add subsection on command names.
2200
9eae7c52
TT
22012010-06-02 Tom Tromey <tromey@redhat.com>
2202
2203 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
2204 always-disassemble.
2205
fa593d66
PA
22062010-06-01 Pedro Alves <pedro@codesourcery.com>
2207
2208 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
2209 gdbserver, and add cross reference.
2210 (Tracepoints support in gdbserver): New subsection.
2211
dde08ee1
PA
22122010-05-26 Pedro Alves <pedro@codesourcery.com>
2213
2214 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
2215 `qRelocInsn' feature.
2216 (Relocate instruction reply packet): New subsection
2217 of `Tracepoint Packets'.
2218 (Tracepoint Packets): Mention that packets QTDP and QTStart
2219 support the qRelocInsn request, and add cross reference to new
2220 subsection.
2221
07ca107c
DE
22222010-05-25 Doug Evans <dje@google.com>
2223
2224 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
2225 (Commands In Python): Document gdb.string_to_argv.
2226
c25c4a8b
JK
22272010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2228
2229 * gdbint.texinfo (Host Definition): Remove items NORETURN and
2230 ATTR_NORETURN.
2231
d7b32ed3 22322010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
2233 Tom Tromey <tromey@redhat.com>
2234 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 2235
c25c4a8b 2236 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 2237
6aecb9c2
JB
22382010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
2239
2240 * gdb.texinfo: (Summary) Add mention about D language support.
2241 (Filenames): Add D suffixes.
2242 (D): New node.
2243
b7da9e9f
PM
22442010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
2245
2246 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
2247 of macro deleted from GDB code.
2248
ab38a727
PA
22492010-04-24 Pedro Alves <pedro@codesourcery.com>
2250
2251 * gdb.texinfo (Commands to specify files): Describe what how GDB
2252 looks up DOS-based filesystem paths on the system root. Document
2253 the new `set/show target-file-system-kind' commands.
2254
66d09542
DE
22552010-04-23 Doug Evans <dje@google.com>
2256
2257 * gdb.texinfo (Python): Move Auto-loading section here ...
2258 (Python API): from here.
2259 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
2260 (Maintenance Commands): Add docs for "maint print section-scripts".
2261
8bd10a10
CM
22622010-04-20 Chris Moller <cmoller@redhat.com>
2263
2264 * gdb.texinfo (Setting Breakpoints): Added description of
2265 filename-qualified rbreak.
2266 * refcard.tex (Breakpoints and Watchpoints): Added brief
2267 description of filename-qualified rbreak.
2268
4c374409
JK
22692010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2270
2271 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
2272 (Python API): Change the reference to Pretty Printing API.
2273 (Pretty Printing): Move the user part under the Data node. Reformat
2274 the sample output to 72 columns. Create a new reference to Pretty
2275 Printing API. Rename the API part ...
2276 (Pretty Printing API): To a new node name.
2277 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
2278 (GDB/MI Variable Objects): Change references to Pretty Printing API.
2279
5a9351ae
SS
22802010-04-21 Stan Shebs <stan@codesourcery.com>
2281
2282 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 2283 and commands.
5a9351ae 2284 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 2285
9a22f0d0
PM
22862010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
2287
2288 * gdb.texinfo (Examining memory): Update for change in string
2289 display with explicit size.
2290
6149aea9
PA
22912010-04-19 Pedro Alves <pedro@codesourcery.com>
2292
2293 PR breakpoints/8554.
2294
2295 * gdb.texinfo (Save Breakpoints): New node.
2296 (save-tracepoints): Rename to ...
2297 (save tracepoints): ... this. Mention that `save-tracepoints' is
2298 a deprecated alias to `save tracepoints'.
2299
711e434b
PM
23002010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
2301
645797a8 2302 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
2303 (info w32 thread-information-block): Document new command.
2304 (qGetTIBAddress): Document new gdbserver query.
2305 (maint set/show show-all-tib): Document new command.
2306
3f7b2faa
DE
23072010-04-15 Doug Evans <dje@google.com>
2308
fa33c3cd
DE
2309 * gdb.texinfo (Python API): Add progspaces section.
2310 (Selecting Pretty-Printers): Progspace pretty-printers are
2311 searched too.
2312 (Progspaces In Python): New section.
2313
3f7b2faa
DE
2314 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
2315
79f283fe
PM
23162010-04-14 Phil Muldoon <pmuldoon@redhat.com>
2317
2318 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
2319 returns None.
2320
87290684
SS
23212010-04-09 Stan Shebs <stan@codesourcery.com>
2322
2323 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2324 Describe the `frames-created' field, tweak grammar.
2325
a97153c7
PA
23262010-04-09 Pedro Alves <pedro@codesourcery.com>
2327
2328 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2329 Describe the `circular' and `disconnected' fields.
2330
5c5dcc1b
L
23312010-04-09 H.J. Lu <hongjiu.lu@intel.com>
2332
2333 * gdb.texinfo (maint print registers): Mention unavailable and
2334 invisible registers.
2335
adc36818
PM
23362010-04-09 Phil Muldoon <pmuldoon@redhat.com>
2337 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 2338 Tom Tromey <tromey@redhat.com>
adc36818
PM
2339
2340 * gdb.texinfo (Breakpoints In Python): New Node.
2341
33da3f1c
SS
23422010-04-08 Stan Shebs <stan@codesourcery.com>
2343
2344 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
2345 trace status fields.
2346
3a13a53b
L
23472010-04-08 H.J. Lu <hongjiu.lu@intel.com>
2348
2349 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
2350 optional. Make org.gnu.gdb.i386.avx requires
2351 org.gnu.gdb.i386.avx.
2352
08001717
DE
23532010-04-08 Doug Evans <dje@google.com>
2354
2355 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
2356 search path, and document that gdb only scans the search path if
2357 the script's path doesn't specify a directory.
2358
c375651d
DE
23592010-04-05 Doug Evans <dje@google.com>
2360
2361 * gdb.texinfo (maint show python auto-load): Fix typo.
2362
af54718e
SS
23632010-04-04 Stan Shebs <stan@codesourcery.com>
2364
d77f58be
SS
2365 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
2366 (Setting Watchpoints): Update description of "info watch".
2367 (Disabling Breakpoints): Only "info break" lists all.
2368
af54718e
SS
2369 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
2370 (tdump): Explain how tdump works.
2371
86b17b60
PA
23722010-04-01 Pedro Alves <pedro@codesourcery.com>
2373
2374 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
2375 add cross reference.
2376
ff12863f
PA
23772010-03-31 Pedro Alves <pedro@codesourcery.com>
2378
2379 * gdb.texinfo (TUI Commands): Mention that in some cases, these
2380 commands error out.
2381
f68eb612
L
23822010-03-30 H.J. Lu <hongjiu.lu@intel.com>
2383
2384 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
2385
c8d5aac9
L
23862010-03-30 H.J. Lu <hongjiu.lu@intel.com>
2387
2388 * gdb.texinfo (General Query Packets): Add xmlRegisters.
2389
7d13fe92
SS
23902010-03-29 Stan Shebs <stan@codesourcery.com>
2391 Nathan Sidwell <nathan@codesourcery.com>
2392
2393 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
2394 GDBN equivalent.
2395 (Set Tracepoints): Remove mention that conditional tracepoints
2396 don't exist.
2397 (Tracepoint Actions): Clarify when while-stepping collection
2398 happens, note that while-stepping does not automatically collect
2399 $pc.
2400
409873ef 24012010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 2402
409873ef
SS
2403 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
2404 (General Query Packets): Describe TracepointSource.
2405
ee8e71d4
EZ
24062010-03-27 Matt Rice <ratmice@gmail.com>
2407
c8d5aac9
L
2408 * gdb.texinfo (ARM): Document arguments to "target sim".
2409 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 2410
99b5e152
PA
24112010-03-26 Pedro Alves <pedro@codesourcery.com>
2412
2413 * gdb.texinfo (Tracepoint Packets): Remove mention that
2414 terror:string may be plain text, and drop mention of X prefix.
2415
cd64ee31
VP
24162010-03-26 Vladimir Prus <vladimir@codesourcery.com>
2417
2418 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
2419
6c28cbf2
SS
24202010-03-24 Stan Shebs <stan@codesourcery.com>
2421
2422 * gdb.texinfo (Tracepoint Packets): Document trace error status.
2423
95a42b64
TT
24242010-03-24 Tom Tromey <tromey@redhat.com>
2425
2426 PR breakpoints/9352:
2427 * gdb.texinfo (Break Commands): Update.
2428
18148017
VP
24292010-03-24 Vladimir Prus <vladimir@codesourcery.com>
2430
2431 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
2432 commands.
2433
4daf5ac0
SS
24342010-03-16 Stan Shebs <stan@codesourcery.com>
2435
2436 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
2437 circular-trace-buffer.
2438 (Tracepoint Packets): Describe QTBuffer, and details of the
2439 qTStatus reply.
2440
c9429232
SS
24412010-03-12 Stan Shebs <stan@codesourcery.com>
2442 Nathan Sidwell <nathan@codesourcery.com>
2443
2444 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
2445 doing instruction stepping.
2446 (Tracepoint Restrictions): New node.
2447
ccefe4c4
TT
24482010-03-10 Tom Tromey <tromey@redhat.com>
2449
2450 * gdbint.texinfo (Symbol Handling): Update.
2451
7c953934
TT
24522010-03-08 Tom Tromey <tromey@redhat.com>
2453
2454 PR cli/9591:
2455 * gdb.texinfo (Mode Options): Mention lack of pagination and
2456 confirmation with --batch.
2457 (Screen Size): Mention --batch.
2458 (Messages/Warnings): Likewise.
2459
f870a310
TT
24602010-03-05 Tom Tromey <tromey@redhat.com>
2461
2462 * gdb.texinfo (Basic Python): Document target_charset and
2463 target_wide_charset.
2464
78e2826b
TT
24652010-03-05 Tom Tromey <tromey@redhat.com>
2466
2467 * gdb.texinfo (Data): Link to pretty-printing.
2468 (Output Formats): Likewise. Correct text.
2469
f5dff777
DJ
24702010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
2471
2472 * gdb.texinfo (Types): Describe <struct> and <flags>.
2473
dc00d89f
PM
24742010-02-28 Phil Muldoon <pmuldoon@redhat.com>
2475
2476 * gdb.texinfo (Frames In Python): Add block parameter and
2477 description to read_var text.
2478
5107b149 24792010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 2480 Tom Tromey <tromey@redhat.com>
5107b149
PM
2481
2482 * gdb.texinfo (Types In Python): Describe block argument in
2483 template_argument and gdb.lookup_type.
2484
e03e5e7b
TT
24852010-02-24 Tom Tromey <tromey@redhat.com>
2486
2487 * gdb.texinfo (Cygwin Native): Fix typo.
2488
f3e9a817
PM
24892010-02-24 Phil Muldoon <pmuldoon@redhat.com>
2490
2491 * gdb.texinfo (Frames In Python): Add block, find_sal, function
2492 and select method descriptions.
2493 (Python API): Add Blocks In Python, Symbols in Python and Symbol
2494 Tables in Python to menu.
2495 (Blocks In Python): New node.
2496 (Symbols In Python): New node.
2497 (Symbol Tables in Python): New node.
2498
a79b8f6e
VP
24992010-02-24 Vladimir Prus <vladimir@codesourcery.com>
2500
2501 Multiexec MI
2502
2503 gdb/
2504 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
2505
2506 gdb/doc/
2507 * gdb.texinfo (GDB/MI Command Syntax): Document notification
2508 changes.
2509 (GDB/MI Program Execution): Document current behaviour of
2510 --all and --thread-group.
2511 (GDB/MI Miscellaneous Commands): Document -add-inferior and
2512 -remove-inferior.
2513 * observer.texi (inferior_added, inferior_removed): New
2514 observers.
2515
629d6a47
TT
25162010-02-19 Tom Tromey <tromey@redhat.com>
2517
2518 * gdbint.texinfo (Getting Started): Fix @node.
2519 (Debugging GDB): Likewise.
2520
c09529e5
JB
25212010-02-13 Joel Brobecker <brobecker@adacore.com>
2522
2523 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
2524 documenting the gdb_test_timeout variable.
2525
540aa8e7
MS
25262010-02-12 Jakob Engblom <jakob@virtutech.com>
2527
2528 * gdb.texinfo (MI commands): Added documentation of --reverse
2529 option to a set of MI commands. Restructured documentation of MI
2530 commands --exec-continue to reflect the complexity of reverse
2531 execution.
2532
081dfbf7
PA
25332010-02-12 Pedro Alves <pedro@codesourcery.com>
2534
2535 * gdb.texinfo (Using the Collected Data): Specify that the address
2536 range of `tfind outsize' is exclusive, and that the address range
2537 of `tfind range' is inclusive.
2538 (Tracepoint Packets): Specify that the address range of
2539 `QTFrame:range' is inclusive, and that the address range of
2540 `QTFrame:outside' is exclusive
2541
8e9c5e02
VP
25422010-02-12 Vladimir Prus <vladimir@codesourcery.com>
2543
2544 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
2545
92981e24
TT
25462010-02-10 Tom Tromey <tromey@redhat.com>
2547
2548 * gdb.texinfo (Debugging Output): Document set debug parser and
2549 show debug parser.
2550
075b51b7
L
25512010-02-09 H.J. Lu <hongjiu.lu@intel.com>
2552
2553 * gdb.texinfo (Predefined Target Types): Add i387_ext,
2554 i386_eflags and i386_mxcsr.
2555
3bb8d5c3
L
25562010-02-08 H.J. Lu <hongjiu.lu@intel.com>
2557
2558 * gdb.texinfo: Document i386 target features.
2559
c5f80513
DE
25602010-02-05 Doug Evans <dje@google.com>
2561
2562 * gdbint.texinfo (Testsuite): Add a new section to document the
2563 various DejaGnu variables that may be overridden.
1be00882 2564 Document INTERNAL_GDBFLAGS.
c5f80513 2565
6ac33a4e
TT
25662010-02-04 Tom Tromey <tromey@redhat.com>
2567
2568 PR cli/8830:
2569 * gdb.texinfo (Files): -readnow comes before the filename for file
2570 and symbol-file.
2571
a1dcb23a
DJ
25722010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2573
2574 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
2575 Document ARM breakpoint types.
2576 (Register Packet Format): Move into the new section.
2577 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
2578
95433b34
JB
25792010-01-21 Joel Brobecker <brobecker@adacore.com>
2580
2581 * gdb.texinfo (File Options): Adjust the documentation of this
2582 switch to refer to the "source" command rather than partially
2583 duplicating some of the relevant information.
2584 (Extending GDB): Introduce and document the set/show script-extension
2585 setting.
2586 (Command Files): Add note explaining that the "source" command
2587 is also used to evalute scripts written in other languages.
2588 Remove the short slightly incorrect reference to sourcing Python
2589 scripts.
2590 (Python Commands): Document how to execute a Python script from GDB.
2591
8d576872
JB
25922010-01-19 Joel Brobecker <brobecker@adacore.com>
2593
2594 * gdb.texinfo (Command Files): Fix typo.
2595
8150ff9c
JB
25962010-01-18 Tom Tromey <tromey@redhat.com>
2597
2598 * gdb.texinfo (File Options): Document -x on .py files.
2599 (Command Files): Document handling of Python scripts.
2600
23db03a6
JZ
26012010-01-18 Jie Zhang <jie.zhang@analog.com>
2602
2603 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
2604
00bf0b85
SS
26052010-01-15 Stan Shebs <stan@codesourcery.com>
2606
2607 * gdb.texinfo (Trace Files): New section.
2608 (Tracepoint Packets): Document QTSave and qTBuffer.
2609 (Trace File Format): New appendix.
2610
be759fcf
PM
26112010-01-13 Phil Muldoon <pmuldoon@redhat.com>
2612
2613 * gdb.texinfo (Values From Inferior): Document lazy_string value
2614 method.
2615 (Python API): Add Lazy strings menu item.
2616 (Lazy Strings In Python): New node.
2617
dc146f7c
VP
26182010-01-13 Vladimir Prus <vladimir@codesourcery.com>
2619
2620 * gdb.texinfo (GDB/MI Thread Information): New.
2621 (GDB/MI Async Records): Document the core field in *stopped.
2622 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
2623 documentation
2624 (Process list): Document that osdata document may contain
2625 threads.
2626 (Remote Serial Protocol): Document qXfer:threads.
2627
d5551862
SS
26282010-01-06 Stan Shebs <stan@codesourcery.com>
2629
2630 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2631 disconnected tracing.
2632 (Tracepoint Packets): Document new protocol.
2633
7a697b8d
SS
26342010-01-05 Stan Shebs <stan@codesourcery.com>
2635
2636 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
2637 tracepoints.
2638 (Tracepoint Packets): Describe remote protocol for fast
2639 tracepoints.
2640
e6f3ec50
JB
26412010-01-01 Joel Brobecker <brobecker@adacore.com>
2642
2643 Update the "Start of New Year Procedure".
2644 * gdbint.texinfo: Add the list of files that need to be updated
2645 manually. Minor reformatting.
2646
ddc4e9c1
JB
26472010-01-01 Joel Brobecker <brobecker@adacore.com>
2648
2649 * refcard.tex: Update copyright year in header and text.
2650
9d2897ad
JB
26512010-01-01 Joel Brobecker <brobecker@adacore.com>
2652
2653 * agentexpr.texi: Add 2010 to the list of copyright years.
2654 * annotate.texinfo: Likewise.
2655 * gdb.texinfo: Likewise.
2656 * gdbint.texinfo: Likewise.
2657 * observer.texi: Likewise.
2658 * stabs.texinfo: Likewise.
2659
6da95a67
SS
26602009-12-31 Stan Shebs <stan@codesourcery.com>
2661
2662 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 2663
236f1d4d
SS
26642009-12-29 Stan Shebs <stan@codesourcery.com>
2665
2666 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 2667
f61e138d
SS
26682009-12-28 Stan Shebs <stan@codesourcery.com>
2669
2670 * gdb.texinfo (Trace State Variables): New section.
2671 (Tracepoint Packets): Describe trace state variable packets.
2672 * agentexpr.texi (Bytecode Descriptions): Describe trace state
2673 variable bytecodes.
2674
0fe7935b
DJ
26752009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
2676
2677 * gdb.texinfo (Symbols): "info variables" prints definitions, not
2678 declarations.
2679
a6b29f87
VP
26802009-12-21 Vladimir Prus <vladimir@codesourcery.com>
2681
2682 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
2683 -gdb-exit behaviour.
2684
5e4bde96
JB
26852009-12-20 Joel Brobecker <brobecker@adacore.com>
2686
2687 * gpl.texi: Update to version 3 of the GPL.
2688
a1715244
JB
26892009-12-20 Joel Brobecker <brobecker@adacore.com>
2690
2691 * Makefile.in: Update copyright header.
2692 * observer.texi: Fix the copyright header of the generated files.
2693
361ae042
PM
26942009-12-08 Phil Muldoon <pmuldoon@redhat.com>
2695
2696 * gdb.texinfo (Types In Python): Describe range function.
2697
bfd31e71
PM
26982009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
2699
2700 * gdb.texinfo (Types In Python): Describe "is_base_class".
2701
57a1d736
TT
27022009-12-03 Tom Tromey <tromey@redhat.com>
2703
2704 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
2705
8cebebb9
PP
27062009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
2707
2708 * observer.texi: New memory_changed observer.
2709
16af530a
TT
27102009-12-01 Tom Tromey <tromey@redhat.com>
2711
2712 * gdb.texinfo (Reverse Execution): Fix typo.
2713
b6199126
DJ
27142009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
2715
2716 PR gdb/8704
2717
2718 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
2719 are allowed after the breakpoint condition.
2720
7a6973ad
TT
27212009-11-23 Tom Tromey <tromey@redhat.com>
2722
2723 PR python/10782:
2724 * gdb.texinfo (Types In Python): Document Type.pointer.
2725
21a0512e
PP
27262009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
2727
2728 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 2729
a5832c8f
PA
27302009-11-11 Pedro Alves <pedro@codesourcery.com>
2731
2732 * agentexpr.texi (Tracing On Symmetrix): Delete section.
2733 (Using Agent Expressions): Delete cross reference.
2734
1eb7cd77
JB
27352009-11-07 Joel Brobecker <brobecker@adacore.com>
2736
2737 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
2738 and @settitle directives up to help makeinfo find them.
2739
24ddea62
JK
27402009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2741
2742 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
2743 (Auto-loading): Use plural and note one can use multiple components now.
2744
3afae151
VP
27452009-11-01 Vladimir Prus <vladimir@codesourcery.com>
2746
2747 * gdb.texinfo (GDB/MI Stack Manipulation): Make
2748 -stack-list-arguments have the same documentation for parameter
2749 as -stack-list-locals. Add comas.
2750
14ff2235
PM
27512009-10-27 Tom Tromey <tromey@redhat.com>
2752 Eli Zaretskii <eliz@gnu.org>
2753
c8d5aac9 2754 PR python/10781
14ff2235
PM
2755
2756 * gdb.texinfo (Values From Inferior): Document cast method.
2757
9c419145
PP
27582009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
2759
2760 * gdb.texinfo (Machine Code): Mention function name in disasssembly
2761 and adjust example.
889bf7c5 2762
29153c24
MS
27632009-10-22 Michael Snyder <msnyder@vmware.com>
2764
2765 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 2766 info record command. Also document the new save and restore
29153c24
MS
2767 commands.
2768
2b28d209
PP
27692009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
2770
2771 * gdb.texinfo (Machine Code): Mention current pc marker.
2772 (Memory): Likewise.
2773
6c95b8df
PA
27742009-10-19 Pedro Alves <pedro@codesourcery.com>
2775 Stan Shebs <stan@codesourcery.com>
2776
2777 * observer.texi (new_inferior): Rename to...
2778 (inferior_appeared): ... this.
2779
2780 * gdb.texinfo (Inferiors): Rename node to ...
2781 (Inferiors and Programs): ... this. Mention running multiple
2782 programs in the same debug session.
2783 <info inferiors>: Mention the new 'Executable' column if "info
2784 inferiors". Update examples. Document the "add-inferior",
2785 "clone-inferior", "remove-inferior" and "maint info
2786 program-spaces" commands.
2787 (Process): Rename node to...
2788 (Forks): ... this. Document "set|show follow-exec-mode".
2789
2f8132f3
MS
27902009-10-11 Michael Snyder <msnyder@vmware.com>
2791
2792 * gdb.texinfo (ReverseStep): Show default as "unsupported".
2793 (ReverseContinue): Ditto.
2794
cba4b2d3
PP
27952009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
2796
2797 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 2798
da082f17
JK
27992009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2800
2801 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
2802
08be9d71
ME
28032009-10-06 Michael Eager <eager@eagercon.com>
2804
2805 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
2806 (Embedded Processors): Add MicroBlaze.
2807 (MicroBlaze): New. Describe Xilinx MicroBlaze
2808
08a0efd0
PA
28092009-10-04 Pedro Alves <pedro@codesourcery.com>
2810
2811 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
2812
cbb8f428
EZ
28132009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
2814
2815 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
2816
30a4a70c
JB
28172009-09-23 Joel Brobecker <brobecker@adacore.com>
2818
2819 * observer.texi (solib_unloaded): Document explicitly the fact that
2820 this observer is called before the associated symbols are unloaded.
2821
b3372f91
VP
28222009-09-19 Vladimir Prus <vladimir@codesourcery.com>
2823
2824 * gdb.texinfo (GDB/MI Stack Manipulation): Document
2825 -stack-list-variables.
2826
f43030c4
TT
28272009-09-18 Tom Tromey <tromey@redhat.com>
2828
2829 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
2830 is experimental.
2831
ec7e75e7
PP
28322009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2833
2834 * gdb.texinfo (convenince variables): Mention
2835 $_siginfo could be empty.
f43030c4 2836
0cc7d26f
TT
28372009-09-15 Tom Tromey <tromey@redhat.com>
2838
2839 * gdb.texinfo (GDB/MI Variable Objects): Document
2840 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
2841 Expand -var-update documentation.
2842
a96d9b2e
SDJ
28432009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2844
2845 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
2846 feature.
2847
005ca36a
JB
28482009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
2849
2850 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
2851
0d772ac9
MS
28522009-09-10 Michael Snyder <msnyder@vmware.com>
2853
2854 * gdb.texinfo (qSupported): Mention new ReverseContinue and
2855 ReverseStep replies to the qSupported query.
2856
14fb1bac
JB
28572009-09-10 Joel Brobecker <brobecker@adacore.com>
2858
2859 Add documentation for set/show interactive-mode.
2860 * gdb.texinfo (Other Misc Settings): New node.
2861
29b090c0
DE
28622009-09-01 Doug Evans <dje@google.com>
2863
2864 * gdb.texinfo (Caching Data of Remote Targets): Add note on
2865 non-stop mode's affect on remote caching.
2866
4e5d721f
DE
28672009-08-31 Jacob Potter <jdpotter@google.com>
2868 Doug Evans <dje@google.com>
2869
2870 * gdb.texinfo (Caching Data of Remote Targets): Update text.
2871 Mark `set/show remotecache' options as obsolete.
2872 Document new `set/show stack-cache' option.
2873 Update text for `info dcache'.
2874
55333a84
DE
28752009-08-27 Doug Evans <dje@google.com>
2876
2877 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
2878 (Files): Add note on new optional regex arg to `info sharedlibrary'.
2879
bc3a0b4d
RW
28802009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2881
2882 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
2883 about autoconf.
2884
3a1ff0b6
PA
28852009-08-25 Pedro Alves <pedro@codesourcery.com>
2886
2887 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
2888 small example, and describe its columns. Replace "inferior-id" by
2889 "infno" throughout.
2890
81ecdfbb
RW
28912009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2892
af542c2e
RW
2893 * gdbint.texinfo (Releasing GDB): Point to
2894 README-maintainer-mode file for required autoconf version.
2895 * configure.ac: Do not substitute datarootdir, htmldir,
2896 pdfdir, docdir. Do not process --with-datarootdir,
2897 --with-htmldir, --with-pdfdir, --with-docdir.
2898 * configure: Regenerate.
2899
81ecdfbb
RW
2900 * configure: Regenerate.
2901
4efc6507
DE
29022009-08-20 Reid Kleckner <reid@kleckner.net>
2903
2904 * gdb.texinfo: Add chapter on JIT interface.
2905
43089a6e
NR
29062009-08-07 Nick Roberts <nickrob@snap.net.nz>
2907
2908 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 2909 confirmation request.
43089a6e 2910
99e008fe
EZ
29112009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
2912
c8d5aac9
L
2913 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
2914 CRC definitions.
99e008fe 2915
48cb2d85
VP
29162009-08-03 Vladimir Prus <vladimir@codesourcery.com>
2917
2918 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 2919 -break-commands.
48cb2d85 2920
ff1a52c6
UW
29212009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2922
2923 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
2924 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
2925
3285f3fe
UW
29262009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2927
2928 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
2929 "set spu stop-on-load" and "show spu stop-on-load" commands.
2930
e35359c5
UW
29312009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2932
2933 * gdb.texinfo (Target Descriptions): Document <compatible> element.
2934
58d6951d
DJ
29352009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2936
2937 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
2938 org.gnu.gdb.arm.neon.
2939
08d16641
PA
29402009-07-20 Pedro Alves <pedro@codesourcery.com>
2941
2942 * gdb.texinfo (Target Description Format): Mention the new <osabi>
2943 optional element.
2944 (subsection OS ABI): New subsection.
2945
782b2b07
SS
29462009-07-14 Stan Shebs <stan@codesourcery.com>
2947
2948 * gdb.texinfo (Tracepoint Conditions): New section.
2949 (General Query Packets): Describe ConditionalTracepoints.
2950 (Tracepoint Packets): Describe condition field.
2951 (Maintenance Commands): Describe maint agent-eval.
2952 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
2953
9b117ef3
HZ
29542009-07-11 Hui Zhu <teawater@gmail.com>
2955
2956 * gdb.texinfo (disassemble): Add a new modifier /r
2957 to "disassemble" command to make it print the raw instructions
2958 in hex as well as in symbolic form.
2959
f5a33284
TT
29602009-07-09 Tom Tromey <tromey@redhat.com>
2961
2962 * gdbint.texinfo (Testsuite): Document parallel make check.
2963
812f7342
TT
29642009-07-09 Tom Tromey <tromey@redhat.com>
2965
2966 * gdbint.texinfo (Testsuite): Document test transcripts.
2967
fbb8f299
PM
29682009-07-10 Phil Muldoon <pmuldoon@redhat.com>
2969
2970 * gdb.texinfo (Values From Inferior): Add length parameter
2971 description.
2972
dd8f35ac
EZ
29732009-07-04 Chris Genly <chris@genly.us>
2974
2975 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
2976 in -var-list-children. Fix example according to what the code
2977 does.
2978
2277426b
PA
29792009-07-02 Pedro Alves <pedro@codesourcery.com>
2980
2981 * gdb.texinfo (Debugging multiple inferiors): Document the
2982 "inferior", "detach inferior" and "kill inferior" commands.
2983 (Debugging Programs with Multiple Processes): Adjust to mention
2984 generic "inferior" commands. Delete mention of "detach fork" and
2985 "delete fork". Cross reference to "Debugging multiple inferiors"
2986 section.
2987
a6d9a66e
UW
29882009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
2989
5af949e3
UW
2990 * gdbint.texinfo (Item Output Functions): Update signature
2991 for ui_out_field_core_addr.
2992
29932009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
2994
2995 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
2996 Update example code extrated from breakpoint.c.
2997
9901a55b 29982009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 2999
9901a55b
PP
3000 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
3001 MI commands.
3002 (GDB/MI Symbol Query): Likewise.
3003 (GDB/MI File Commands): Likewise.
3004 (GDB/MI File Transfer Commands): Likewise.
3005 (GDB/MI Target Manipulation): Likewise.
3006 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 3007
edb3359d
DJ
30082009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
3009
3010 * gdb.texinfo (Debugging Optimized Code): New chapter.
3011 (Compiling for Debugging): Reference it. Move some
3012 text to the new section.
3013
7cd1089b
PM
30142009-06-15 Phil Muldoon <pmuldoon@redhat.com>
3015
3016 * doc/gdb.texinfo (Calling): Document
3017 set-unwind-on-terminating-exception usage.
3018
d4db2f36
PA
30192009-06-11 Pedro Alves <pedro@codesourcery.com>
3020
3021 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
3022 command.
3023
d1a7880c
PA
30242009-06-07 Pedro Alves <pedro@codesourcery.com>
3025
3026 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
3027 references.
3028
473f94e6
UW
30292009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
3030
3031 * gdbint.texinfo: Rename formal parameters to gdbarch function
3032 protoypes from "current_gdbarch" to "gdbarch".
3033
8f500870
TT
30342009-05-28 Tom Tromey <tromey@redhat.com>
3035
3036 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
3037
b6313243
TT
30382009-05-27 Tom Tromey <tromey@redhat.com>
3039
3040 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
3041 feature.
3042 (GDB/MI Variable Objects): Document -var-set-visualizer.
3043
30442009-04-02 Tom Tromey <tromey@redhat.com>
3045
3046 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
3047 feature.
3048 (GDB/MI Variable Objects): Document -var-set-visualizer.
3049
a6bac58e
TT
30502009-05-27 Tom Tromey <tromey@redhat.com>
3051 Thiago Jung Bauermann <bauerman@br.ibm.com>
3052 Phil Muldoon <pmuldoon@redhat.com>
3053
3054 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
3055 (Pretty Printing): New node.
3056 (Selecting Pretty-Printers): Likewise.
3057 (Python API): Update.
3058 (Output Formats): Document /r format.
3059
2c74e833
TT
30602009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
3061 Tom Tromey <tromey@redhat.com>
3062
3063 * gdb.texinfo (Types In Python): New node.
3064 (Values From Inferior): "type" is now an attribute.
3065 (Python API): Update.
3066
89c73ade
TT
30672009-05-27 Tom Tromey <tromey@redhat.com>
3068 Thiago Jung Bauermann <bauerman@br.ibm.com>
3069 Phil Muldoon <pmuldoon@redhat.com>
3070
3071 * gdb.texinfo: Add @syncodeindex for `tp'.
3072 (Python API): Update.
3073 (Auto-loading): New node.
3074 (Objfiles In Python): New node.
3075
17a37d48
PP
30762009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
3077
3078 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 3079
6718376f
NR
30802009-05-15 Nick Roberts <nickrob@snap.net.nz>
3081
3082 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
3083
cbe54154
PA
30842009-05-12 Pedro Alves <pedro@codesourcery.com>
3085
3086 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
3087 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
3088 show show-debug-regs' docs.
3089
8e05493c
EZ
30902009-05-08 Eli Zaretskii <eliz@gnu.org>
3091
3092 * gdb.texinfo (Process Record and Replay): Add description of
3093 reverse execution.
3094
b39f4988
JB
30952009-05-07 Joel Brobecker <brobecker@adacore.com>
3096
3097 * gdbint.texinfo (Adding support for debugging core files): New node.
3098 (Native Debugging): Remove the ``Native core file Support'' section.
3099
a2311334
EZ
31002009-05-01 Eli Zaretskii <eliz@gnu.org>
3101
3102 * gdb.texinfo (Process Record and Replay): Improve and clarify.
3103 Add index entries.
3104
53cc454a 31052009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 3106 Michael Snyder <msnyder@vmware.com>
53cc454a 3107
a2311334
EZ
3108 * gdb.texinfo: (Process Record and Replay): Add documentation for
3109 process record and replay.
53cc454a 3110
484086b7
JK
31112009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3112
3113 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
3114 a new part on command-line defined macros.
3115
32ae1842
EZ
31162009-04-25 Eli Zaretskii <eliz@gnu.org>
3117
3118 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
3119 clarify the wording.
3120
b14b1491
TT
31212009-04-23 Tom Tromey <tromey@redhat.com>
3122
3123 * gdb.texinfo (Data Files): New node.
3124 (GDB Files): Update menu.
3125
5c1e86e1
JB
31262009-04-23 Joel Brobecker <brobecker@adacore.com>
3127
3128 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 3129 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 3130
83eba9b7
VP
31312009-04-22 Vladimir Prus <vladimir@codesourcery.com>
3132
3133 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
3134
e31198c4
HZ
31352009-04-22 Hui Zhu <teawater@gmail.com>
3136
3137 * gdb.texinfo (disassemble-next-line): Set the default of
3138 disassemble-next-line to off.
3139
26e251b6
JM
31402009-04-21 Joseph Myers <joseph@codesourcery.com>
3141
3142 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
3143 --with-htmldir): New.
3144 * configure: Regenerate.
3145 * Makefile.in (datarootdir, docdir): Define.
3146 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
3147 instead of $(SET_TEXINPUTS).
3148 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
3149 gdbint.info instead of $(SET_TEXINPUTS).
3150 (gdbint/index.html): Use same -I options as for building
3151 gdbint.info.
3152 (stabs.dvi, stabs.pdf): Use same -I options as for building
3153 stabs.info instead of $(SET_TEXINPUTS).
3154 (stabs/index.html): Use same -I options as for building
3155 stabs.info.
3156 (annotate.dvi, annotate.pdf): Use same -I options as for building
3157 annotate.info instead of $(SET_TEXINPUTS).
3158 (annotate/index.html): Use same -I options as for building
3159 annotate.info.
3160
eac35c4e
DD
31612009-04-21 David Daney <ddaney@caviumnetworks.com>
3162
3163 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
3164
29b0e8a2
JM
31652009-04-21 Joseph Myers <joseph@codesourcery.com>
3166
3167 * gdb.texinfo (Source Path): Document --with-relocated-sources.
3168
2b831889 31692009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 3170 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
3171
3172 * Makefile.in (MAKEHTML): Set to makeinfo --html.
3173 (MAKEHTMLFLAGS): Set to empty.
3174 (html__strip_dir): Define.
3175 (HTMLFILES): Define.
3176 (HTMLFILES_INSTALL): Define.
3177 (install-html): Copy new automake rule.
3178 (html): Depend on $(HTMLFILES).
3179 (gdb_toc.html): Rename to gdb/index.html.
3180 (gdbint_toc.html): Rename to gdbint/index.html.
3181 (stabs_toc.html): Rename to stabs/index.html.
3182 (annotate_toc.html): Rename to annotate/index.html.
3183
89a34d1b
JM
31842009-04-17 Carlos O'Donell <carlos@codesourcery.com>
3185
3186 * Makefile.in: Set pdfdir and htmldir from configure
3187 substitutions.
3188 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
3189 * configure: Regenerate.
3190
a2d5da46
JB
31912009-04-16 Joel Brobecker <brobecker@adacore.com>
3192
3193 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
3194 This macro is no longer used.
3195
732f6a93
TT
31962009-04-15 Tom Tromey <tromey@redhat.com>
3197
3198 * gdb.texinfo (Character Sets): Document default character set.
3199
87f9adc1
PM
32002009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
3201
3202 * gdbint.texinfo: Change server name from sources.redhat.com to
3203 sourceware.org throughout.
3204
2c88c651
JB
32052009-04-09 Joel Brobecker <brobecker@adacore.com>
3206
3207 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
3208 about a missing dot or coma after @xref.
3209
4f5376b2
JB
32102009-04-02 Joel Brobecker <brobecker@adacore.com>
3211
3212 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
3213 example, and add a small explanation about it.
3214 (Print Settings): Change the documentation of the "set print
3215 frame-arguments" to reflect the fact that the default is now "scalars".
3216
a0381d3a
JB
32172009-04-02 Joel Brobecker <brobecker@adacore.com>
3218
3219 * gdb.texinfo (Print Settings): Add kindex for command "set
3220 print frame-arguments".
3221
45ac276d
JB
32222009-03-31 Joel Brobecker <brobecker@adacore.com>
3223
3224 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
3225 breakpoints.
3226 (Set Breaks): Add reference to thread-specific and task-specific
3227 breakpoints.
3228
32cd1edc
JB
32292009-03-31 Joel Brobecker <brobecker@adacore.com>
3230
3231 * gdb.texinfo (Ada Tasks): Remove the documentation about
3232 the "Running" state, as this state has been eliminated.
3233 Now all runnable tasks are shown as "Runnable".
3234
1042e4c0
SS
32352009-03-30 Stan Shebs <stan@codesourcery.com>
3236
3237 * gdb.texinfo (Tracepoints): Describe tracepoints as a
3238 special case of breakpoints.
3239 (Enable and Disable Tracepoints): Mention deprecation.
3240 (Listing Tracepoints): Update description and example.
3241
f8f6f20b
TJB
32422009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3243
3244 * gdb.texinfo (Frames in Python): New node.
3245 (Python API): Update.
3246
c0c6f777
TJB
32472009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
3248
3249 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
3250 from a method to an attribute.
3251
def2b000
TJB
32522009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
3253
3254 * gdb.texinfo (Values From Inferior): Document is_optimized_out
3255 attribute.
3256
a07daef3
PA
32572009-03-25 Pedro Alves <pedro@codesourcery.com>
3258
3259 * observer.texi (thread_exit): Add "silent" parameter.
3260
f3b1572e
PA
32612009-03-22 Pedro Alves <pedro@codesourcery.com>
3262
3263 * observer.texi (about_to_proceed): New.
3264
587afa38
EZ
32652009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
3266
3267 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
3268 field throughout to handle types with spaces in them. Fix typos
3269 found by aspell.
3270 (Summary, Requirements, Contributors): New first chapter,
3271 "Summary" added, old Requirements section moved there, and new
3272 section, "Contributors" added.
3273 (Initializing a New Architecture, Register Representation)
3274 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
3275 (Porting gdb): These sections extended and updated.
3276 (Compiler Characteristics): This section (empty) deleted.
3277 (Defining Other Architecture Features): This section renamed and
3278 duplicate material removed from (formerly "Target Conditionals").
3279 Use braces {} in @deftypeXX type field throughout to handle types
3280 with spaces in them. Typos found by aspell fixed.
3281
3282 * stack_frame.svg: New file, source of image for gdbint.texinfo.
3283 * stack_frame.pdf: Version of image for PDF output.
3284 * stack_frame.png: Version of image for HTML output and for Emacs.
3285 * stack_frame.txt: Version of image for Info output.
1db61298 3286 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 3287
10af6951
EZ
32882009-03-21 Eli Zaretskii <eliz@gnu.org>
3289
3290 * gdb.texinfo (Character Sets): Fix last change.
3291
cc924cad
TJB
32922009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
3293
3294 * gdb.texinfo (Values From Inferior): Fix optional arguments
3295 markup.
3296 (Commands In Python): Adjust argument names of gdb.Command.__init__
3297 to what the function accepts as keywords.
3298
bc3b79fd
TJB
32992008-03-20 Tom Tromey <tromey@redhat.com>
3300
3301 * gdb.texinfo (Convenience Vars): Document convenience functions.
3302 (Functions In Python): New node.
3303 (Python API): Update.
3304
6c7a06a3
TT
33052009-03-20 Tom Tromey <tromey@redhat.com>
3306
3307 * gdb.texinfo (Character Sets): Remove obsolete text. Document
3308 set target-wide-charset.
3309 (Requirements): Mention iconv.
3310
b646ddd4
HZ
33112009-03-17 Hui Zhu <teawater@gmail.com>
3312
3313 * gdb.texinfo: Change the introduce of "disassemble-next-line".
3314
91440f57
HZ
33152009-03-17 Hui Zhu <teawater@gmail.com>
3316
3317 * gdb.texinfo: Add documentation for disassemble-next-line.
3318
8fd41227
TJB
33192009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
3320
3321 * gdb.texinfo (Commands In Python): Remove tindex entries.
3322
61ff14c6
JK
33232009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3324
3325 * gdb.texinfo (Returning): New description for missing debug info.
3326
0b16c5cf
PA
33272009-03-14 Pedro Alves <pedro@codesourcery.com>
3328
3329 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 3330 (General Query Packets): Document qAttached.
0b16c5cf 3331
32fc0df9
PA
33322009-03-05 Pedro Alves <pedro@codesourcery.com>
3333
3334 * gdb.texinfo (Background Execution): Better describe the set
3335 target-async command.
3336 (Maintenance Commands): Delete description of the `maint set/show
3337 linux-async' and `maint set/show remote-async' commands.
3338
134eb42c
VP
33392009-02-18 Vladimir Prus <vladimir@codesourcery.com>
3340
3341 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
3342 between sentences.
3343
c86cf029
VP
33442009-02-18 Vladimir Prus <vladimir@codesourcery.com>
3345
3346 * gdb.texinfo (GDB/MI Async Records): Document the
3347 =library-loaded and =library-unloaded notifications.
3348
3ea85240
VP
33492009-02-17 Vladimir Prus <vladimir@codesourcery.com>
3350
3351 * observer.texi (test_notification): New observer.
3352
1d33d6ba
VP
33532009-02-14 Vladimir Prus <vladimir@codesourcery.com>
3354
61ff14c6
JK
3355 * observer.texi: Add parameter 'print_frame' to normal_stop
3356 observer.
1d33d6ba 3357
d721c933
EZ
33582009-02-07 Eli Zaretskii <eliz@gnu.org>
3359
3360 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
3361 (Commands In Python): Fix COMMAND_* constants in last change. Use
3362 @kbd for interactive input. Add cross-references and index
3363 entries.
3364
4aa995e1
PA
33652009-02-06 Pedro Alves <pedro@codesourcery.com>
3366
3367 * gdb.texinfo (Signals): Document $_siginfo.
3368 (Convenience Variables): Mention $_siginfo.
3369 (Remote Configuration): Document qXfer:siginfo:read,
3370 qXfer:siginfo:write packets, and the read-siginfo-object,
3371 write-siginfo-object commands.
3372
5f5233d4
PA
33732009-02-06 Pedro Alves <pedro@codesourcery.com>
3374
3375 * gdbint.texinfo (Values): New chapter.
3376
d8906c6f
TJB
33772009-02-06 Tom Tromey <tromey@redhat.com>
3378
3379 * gdb.texinfo (Python API): Add entry for Commands In Python.
3380 (Commands In Python): New node.
3381
b6cb8e7d
TJB
33822009-02-05 Tom Tromey <tromey@redhat.com>
3383
3384 * gdb.texinfo (Values From Inferior): Document Value.string.
3385
12453b93
TJB
33862009-02-05 Tom Tromey <tromey@redhat.com>
3387
3388 * gdb.texinfo (Basic Python): Document execute's from_tty
3389 argument.
3390
08c637de
TJB
33912009-02-04 Tom Tromey <tromey@redhat.com>
3392
3393 * gdb.texinfo (Basic Python): Document gdb.history.
3394
592375cd
VP
33952009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3396
3397 * gdb.texinfo (GDB/MI Thread Commands): Document the
3398 'current-thread-id' field. Remove the example with zero threads,
3399 since current GDB won't ever report that if there's inferior.
3400
41447f92
VP
34012009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3402
3403 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
3404 option to -break-insert.
3405
098b41a6
JG
34062009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3407 Jerome Guitton <guitton@adacore.com>
3408
3409 * gdb.texinfo (Startup): Document --with-system-gdbinit.
3410 (System-wide configuration): New section.
3411
3c16cced
PA
34122009-01-26 Pedro Alves <pedro@codesourcery.com>
3413
3414 PR gdb/7580:
3415 * gdb.texinfo (Maintenance Commands): Document "maint set|show
3416 internal-error|internal-warning quit|corefile ask|yes|no".
3417
62709adf
PA
34182009-01-26 Pedro Alves <pedro@codesourcery.com>
3419
3420 * gdb.texinfo (Using the `gdbserver' Program): Document
3421 --remote-debug.
3422
7ce58dd2
DE
34232009-01-23 Doug Evans <dje@google.com>
3424
3425 * gdb.texinfo: Add nexti to list of commands that support
3426 background execution.
3427
adb483fe
DJ
34282009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
3429
3430 * gdb.texinfo (Define, Hooks): Document prefix command support.
3431
a67ec3f4 34322009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 3433 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
3434
3435 Fixes for makeinfo --html.
3436
3437 * annotate.texinfo: Use @copying and @insertcopying. Use
3438 @ifnottex in place of @ifinfo.
3439 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
3440 place of @ifinfo. Use @ifnotinfo for one index entry.
3441 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
3442 in place of @ifinfo.
3443 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
3444 in place of @ifinfo. Include contents at start unconditionally.
3445
84fcdf95
PA
34462009-01-13 Pedro Alves <pedro@codesourcery.com>
3447
3448 * gdb.texinfo (General Query Packets): Remove @var{} around the
3449 "spu" literal string.
3450
fa3a767f
PA
34512009-01-07 Pedro Alves <pedro@codesourcery.com>
3452
3453 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
3454 program may be running in another process" errors.
3455 * gdbint.texinfo (Native Conditionals): Delete
3456 ONE_PROCESS_WRITETEXT description.
3457
9cb011d3
JB
34582009-01-07 Joel Brobecker <brobecker@adacore.com>
3459
3460 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
3461 emacs local variable to be placed at the end of the ChangeLog.
3462 Add server.c and gdbreplay.c to the list of files where the
3463 copyright year needs to be updated.
3464
84603566
SL
34652009-01-06 Sandra Loosemore <sandra@codesourcery.com>
3466
3467 * gdb.texinfo (Remote Configuration): Document new
3468 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
3469 commands.
3470
a53f55d8
PA
34712008-12-28 Pedro Alves <pedro@codesourcery.com>
3472
3473 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
3474 FETCH_INFERIOR_REGISTERS.
3475 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
3476 FETCH_INFERIOR_REGISTERS descriptions. Remove
3477 gdbarch_get_longjmp_target descrition, since already described in
3478 Target Conditionals. Move gdbarch_fp0_regnum description to ...
3479 (Target Conditionals): ... here.
3480
077e0a52
JB
34812008-12-16 Joel Brobecker <brobecker@adacore.com>
3482
3483 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
3484 examples.
3485 (Additions to Ada): Likewise. Add the missing opening and closing
3486 parenthesis of the GDB prompt in one of the examples.
3487
023eb17c
JB
34882008-12-14 Joel Brobecker <brobecker@adacore.com>
3489
3490 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
3491 about the result of 'Address not being of type System.Address.
3492 This problem has been fixed a while ago.
3493
c3b108f7
VP
34942008-12-02 Vladimir Prus <vladimir@codesourcery.com>
3495
3496 MI non-stop and multiprocess docs.
3497
c8d5aac9
L
3498 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
3499 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
3500 Adjust documentation for *stopped, document =thread-created,
3501 =thread-exited, =thread-group-created and =thread-group-exited.
3502 (GDB/MI Thread Commands): Document the 'state' field in
3503 -thread-info output.
3504 (GDB/MI Program Execution): Mention --all and --thread-group
3505 options.
3506 (GDB/MI Variable Objects): Describe floating and fixed variable
3507 objects.
3508 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 3509
07e059b5
VP
35102008-12-02 Vladimir Prus <vladimir@codesourcery.com>
3511
c8d5aac9
L
3512 * gdb.texinfo (Operating System Information): New appendix.
3513 (Operating System Auxiliary Information): Document 'info os processes'
3514 (Remote Configuration): Document 'osdata'
3515 (General Query Packets): Document qXfer:osdata:read.
07e059b5 3516
a80b95ba
TG
35172008-11-27 Tristan Gingold <gingold@adacore.com>
3518
3519 * gdb.texinfo (Darwin): Document Darwin specific features.
3520
a655d424
JK
35212008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3522
3523 * gdbint.texinfo (Target Conditionals): Extend the
3524 gdbarch_breakpoint_from_pc description.
3525
249e1128
VP
35262008-11-22 Vladimir Prus <vladimir@codesourcery.com>
3527
3528 * gdb.texinfo (M68K Features): Fix typo.
3529
c14c28ba
PP
35302008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
3531
3532 * gdb.texinfo (Symbols): Mention printing containing
3533 image name in "info symbol".
3534 (Maint translate-address): Likewise.
889bf7c5 3535
394a6666
JB
35362008-11-18 Joel Brobecker <brobecker@adacore.com>
3537
3538 * gdb.texinfo (Set Catchpoints): Remove the documentation of
3539 commands "catch load" and "catch unload".
3540
66bb093b
VP
35412008-11-17 Vladimir Prus <vladimir@codesourcery.com>
3542
3543 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 3544 =thread-selected.
889bf7c5 3545
4a92f99b
VP
35462008-11-17 Vladimir Prus <vladimir@codesourcery.com>
3547
c8d5aac9 3548 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 3549
f0323ca0
PA
35502008-10-27 Pedro Alves <pedro@codesourcery.com>
3551
3552 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
3553 .mt files, TM_CLIBS or TM_CDEPS.
3554 (x86 Watchpoints): Don't mention TDEPFILES.
3555
8b23ecc4
SL
35562008-10-24 Sandra Loosemore <sandra@codesourcery.com>
3557
3558 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
3559 (Overview): Mention notifications and non-stop mode behavior.
3560 (Packets): Update documentation of ?, vAttach, vCont, and vRun
3561 with non-stop mode behavior. Add vStopped description.
3562 (Stop Reply Packets): Update list of packets that return
3563 stop replies. Mention non-stop behavior.
3564 (General Query Packets): Document QNonStop packet and associated
3565 qSupported query response.
3566 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
3567 behavior.
3568 (Notification Packets): New section.
3569 (Remote Non-Stop): New section.
3570 (File-I/O Overview): Mention non-stop behavior.
3571
fff08868
HZ
35722008-10-24 Hui Zhu <teawater@gmail.com>
3573 Pedro Alves <pedro@codesourcery.com>
3574
3575 * gdb.texinfo (displaced-stepping): Describe the auto mode
3576 setting, and say it's the default. This is now a mainstream
3577 setting instead of a maintenance setting.
3578
252fbfc8
PA
35792008-10-23 Pedro Alves <pedro@codesourcery.com>
3580
3581 * observer.texi (thread_stop_requested): New.
3582
20924a55
JB
35832008-10-22 Joel Brobecker <brobecker@adacore.com>
3584
3585 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
3586 (Patching): Replace incorrect usage of @samp by @kbd.
3587
bacec72f
MS
35882008-10-17 Michael Snyder <msnyder@vmware.com>
3589
3590 * gdb.texinfo: Add documentation for reverse execution.
3591
a08702d6 35922008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 3593 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
3594
3595 * gdb.texinfo. (Values From Inferior): New subsubsection.
3596
d97bc12b
DE
35972008-10-06 Doug Evans <dje@google.com>
3598
3599 * gdb.texinfo (set debug dwarf2-die): Document it.
3600
87f67dba
JB
36012008-10-01 Joel Brobecker <brobecker@adacore.com>
3602
3603 * gdb.texinfo (catch) [exception]: Document how to insert
3604 a breakpoint on user-defined exceptions when the exception
3605 name is identical to one of the language-defined ones.
3606
2fae03e8
TT
36072008-09-27 Tom Tromey <tromey@redhat.com>
3608
3609 * gdb.texinfo (Macros): Remove text about stringification,
3610 varargs, and splicing.
3611
5c6ce71d
TT
36122008-09-27 Tom Tromey <tromey@redhat.com>
3613
3614 * gdbint.texinfo (Language Support): Remove text about omitting
3615 support for a language.
3616
07128da0
DE
36172008-09-23 Doug Evans <dje@google.com>
3618
3619 * gdb.texinfo (info dcache): Update.
3620
b90a069a
SL
36212008-09-22 Sandra Loosemore <sandra@codesourcery.com>
3622
3623 * gdb.texinfo (Packets): Add info on thread-id syntax and
3624 multiprocess extensions.
3625 <D>: Document multiprocess form of packet.
3626 <H>: Use thread-id syntax.
3627 <T>: Likewise.
3628 <vCont>: Likewise. Note this is required for multiprocess.
3629 <vKill>: New packet.
3630 (Stop Reply Packets) <T>: Use thread-id syntax.
3631 <W>: Document multiprocess form of reply.
3632 <X>: Likewise.
3633 (General Query Packets) <qC>: Use thread-id syntax.
3634 <qfThreadInfo>: Likewise.
3635 <qGetTLSAddr>: Likewise.
3636 <qP>: Likewise.
3637 <qSupported>: Add "multiprocess" feature.
3638 <qThreadExtraInfo>: Use thread-id syntax.
3639
b77209e0
PA
36402008-09-22 Stan Shebs <stan@codesourcery.com>
3641
3642 * gdb.texinfo (Inferiors): New section.
3643
3d0bb823
PA
36442008-09-12 Pedro Alves <pedro@codesourcery.com>
3645
3646 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
3647
f8dcfc0a
UW
36482008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
3649
3650 * gdbint.texinfo (Target Conditionals): Remove documentation
3651 for gdbarch_name_of_malloc.
3652
8775bb90
MS
36532008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
3654
3655 * gdb.texinfo (Interrupts): Mention TCP interface for
3656 sending BREAK.
3657
f1838a98
UW
36582008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
3659
3660 * gdb.texinfo (Commands to Specify Files): Document "remote:"
3661 argument prefix to "set sysroot".
3662
158c7665
PH
36632008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
3664
3665 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
3666 and False.
3667
30e026bb
VP
36682008-08-20 Vladimir Prus <vladimir@codesourcery.com>
3669
c8d5aac9
L
3670 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
3671 for possible features of -list-features.
30e026bb 3672
c6ebd6cf
VP
36732008-08-19 Vladimir Prus <vladimir@codesourcery.com>
3674
c8d5aac9 3675 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
3676 (GDB/MI Miscellaneous Commands): Document -list-target-features.
3677
aeac0ff9
VP
36782008-08-19 Vladimir Prus <vladimir@codesourcery.com>
3679
3680 * doc/gdb.texinfo (PowerPC): Fix typo.
3681 (PowerPC features): Fix typo.
3682
5231c1fd
PA
36832008-08-18 Pedro Alves <pedro@codesourcery.com>
3684
3685 * observer.texi (thread_ptid_changed): New.
3686
677c5bb1
LM
36872008-08-18 Luis Machado <luisgpm@br.ibm.com>
3688
3689 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
3690 (PowerPC features): Mention feature set for VSX registers.
3691
f3a2dd1a
JB
36922008-08-13 Joel Brobecker <brobecker@adacore.com>
3693
3694 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
3695 the direct visibility of all names in user-written packages.
3696
33e5cbd6
PA
36972008-08-13 Pedro Alves <pedro@codesourcery.com>
3698
3699 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
3700 setting, and make it the default.
3701 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
3702 non-stop script example.
3703
d0384fc4
TJB
37042008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
3705
3706 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
3707 reference to the "Using Different Register and Memory Data
3708 Representation" section.
3709
a6f3e723
SL
37102008-08-12 Sandra Loosemore <sandra@codesourcery.com>
3711
3712 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
3713 (Remote Protocol): Add Packet Acknowledgment to menu.
3714 (Overview): Mention +/- can be disabled, and point to new section
3715 where this is discussed in detail.
3716 (General Query Packets): Document QStartNoAckMode packet, and
3717 corresponding qSupported reply.
3718 (Packet Acknowledgment): New section.
3719
0606b73b
SL
37202008-08-11 Sandra Loosemore <sandra@codesourcery.com>
3721 Pedro Alves <pedro@codesourcery.com>
3722
3723 * gdb.texinfo (Threads): Move paragraph about automatic thread
3724 selection to All-Stop Mode subsection.
3725 (Thread Stops): Reorganize existing material into subsections.
3726 Add introductory blurb and menu.
3727 (Non-Stop Mode): New subsection.
3728 (Background Execution): New subsection.
3729 (Maintenance Commands): Add cross-references from async mode
3730 commands to the new Background Execution section.
3731
d57a3c85
TJB
37322008-08-06 Tom Tromey <tromey@redhat.com>
3733
3734 * gdb.texinfo (Extending GDB): New chapter.
3735 (Sequences): Demoted chapter, now a section under the new
3736 Extending GDB chapter.
3737 (Python): New section.
3738
6d76a53d
SS
37392008-07-31 Stan Shebs <stan@codesourcery.com>
3740
3741 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
3742
1f70da6a
SS
37432008-07-29 Stan Shebs <stan@codesourcery.com>
3744
3745 * gdbint.texinfo: General round of cleanup and minor
3746 clarifications.
3747 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
3748 (Longjmp Support): Update description to reflect how it is done
3749 for targets without using native header.
3750 (Symbol Handling): Add a little more general explanation.
3751 (COFF, ELF): Mention stabs encapsulation.
3752 (DWARF 3): New section.
3753 (Adding a New Host): Scrub out some obsolete bits.
3754 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
3755 (Host Conditionals): Remove descriptions of NO_STD_REGS,
3756 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
3757 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
3758 SEEK_SET, STOP_SIGNAL, USG.
3759 (Raw and Virtual Register Representations): Ditto for
3760 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
3761 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
3762 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
3763 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
3764 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
3765 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
3766 DEPRECATED_REGISTER_VIRTUAL_SIZE,
3767 DEPRECATED_REGISTER_VIRTUAL_TYPE,
3768 DEPRECATED_USE_STRUCT_CONVENTION.
3769 Describe gdbarch_deprecated_fp_regnum.
3770 Update description of gdbarch_print_insn.
3771 (Adding a New Target): Scrub out obsolete bits.
3772 (Obsolete Conditionals): Remove entire section.
3773
383f836e
TT
37742008-07-25 Tom Tromey <tromey@redhat.com>
3775
3776 * observer.texi (GDB Observers): Document new observers:
3777 breakpoint_created, breakpoint_deleted, breakpoint_modified,
3778 tracepoint_created, tracepoint_deleted, tracepoint_modified,
3779 architecture_changed.
3780
cfd8ab24
SS
37812008-07-21 Stan Shebs <stan@codesourcery.com>
3782
3783 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
3784 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
3785
781b42b0
TT
37862008-07-21 Tom Tromey <tromey@redhat.com>
3787
3788 * observer.texi (GDB Observers): Remove obsolete comment.
3789 <executable_changed>: Remove argument.
3790
d7d9f01e
TT
37912008-07-18 Tom Tromey <tromey@redhat.com>
3792
3793 * gdb.texinfo (Macros): Update. Use @code rather than @command.
3794
bf250677
DE
37952008-07-10 Doug Evans <dje@google.com>
3796
3797 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
3798
10568435
JK
37992008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3800
3801 * gdb.texinfo (Starting): Document "set disable-randomization".
3802
5ae4183a
AS
38032008-07-07 Andreas Schwab <schwab@suse.de>
3804
3805 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
3806
b56e7235
VP
38072008-07-06 Vladimir Prus <vladimir@codesourcery.com>
3808
3809 * gdb.texinfo (GDB/MI Target Manipulation): Add
3810 example of -target-attach.
3811
e1ac3328
VP
38122008-06-10 Vladimir Prus <vladimir@codesourcery.com>
3813
3814 * observer.texi (target_resumed): New observer.
5ae4183a 3815 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 3816
65d12d83
TT
38172008-06-06 Tom Tromey <tromey@redhat.com>
3818
3819 * gdb.texinfo (Completion): Add field name example.
3820
fbc5282e
MK
38212008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
3822
3823 * gdb.texinfo (GDB/MI Program Context): Added example
3824 to -exec-arguments
5ae4183a 3825
fbc5282e 38262008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
3827
3828 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
3829 annotation.
3830
c16158bc 38312008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
3832 Nathan Sidwell <nathan@codesourcery.com>
3833 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
3834
3835 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
3836 and ACX_BUGURL.
3837 * configure: Regenerate.
3838 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
3839 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
3840 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
3841 mailing-list-specific text about bug reporting unless
3842 BUGURL_DEFAULT.
3843
75c99385
PA
38442008-06-05 Pedro Alves <pedro@codesourcery.com>
3845
3846 * gdb.texinfo (-target-select): Remove reference to target async.
3847 (Maintenance Commands): Document "maint set/show remote-async".
3848
1763a388
MK
38492008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
3850
3851 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
3852 in -target-file-get section.
5ae4183a 3853
d0d064df
PA
38542008-05-22 Pedro Alves <pedro@codesourcery.com>
3855
9b562ab8
PA
3856 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
3857 killing the inferior when it is already debugging a process.
d0d064df 3858
8dfa32fc
JB
38592008-05-21 Joel Brobecker <brobecker@adacore.com>
3860
3861 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
3862 abbreviation for "finish".
3863
55f996a7
NR
38642008-05-21 Nick Roberts <nickrob@snap.net.nz>
3865
3866 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
3867
ba2b1c56
DJ
38682008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
3869
3870 * gdbint.texinfo (Target Conditionals): Delete entry for
3871 gdbarch_dwarf_reg_to_regnum.
3872
08388c79
DE
38732008-05-09 Doug Evans <dje@google.com>
3874
a3c83fae 3875 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 3876
d14508fe
DE
38772008-05-05 Doug Evans <dje@google.com>
3878
3879 * gdb.texinfo (disassemble): Document /m modifier.
3880
e2b7ddea
VP
38812008-05-05 Vladimir Prus <vladimir@codesourcery.com>
3882
5ae4183a
AS
3883 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
3884 will not report the time of commands that run the target.
e2b7ddea 3885
8eb41542
VP
38862008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3887
3888 * gdb.texinfo (GDB/MI Output Records): Add
3889 missing semicolon.
3890
82f68b1c
VP
38912008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3892
3893 * gdb.texinfo (GDB/MI Output Records):
3894 Document =thread-create and =thread-exited.
3895
fa0f268d
VP
38962008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3897
3898 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 3899 Remove mention of dmi-discuss.
fa0f268d 3900
063bfe2e
VP
39012008-05-03 Pedro Alves <pedro@codesourcery.com>
3902
3903 * observer.texi (thread_exit): New.
3904
237fc4c9
PA
39052008-05-02 Pedro Alves <pedro@codesourcery.com>
3906
3907 * gdb.texinfo (Debugging Output): Document "set/show debug
3908 displaced".
3909 (Maintenance Commands): Document "maint set/show
3910 can-use-displaced-stepping".
3911
0428b8f5
DJ
39122008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
3913
3914 * gdb.texinfo (ARM): Document set/show arm fallback-mode
3915 and set/show arm force-mode.
3916
5009afc5
AS
39172008-05-02 Andreas Schwab <schwab@suse.de>
3918
3919 * gdbint.texinfo (Algorithms): Describe
3920 target_watchpoint_addr_within_range.
3921
669fac23
DJ
39222008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
3923
3924 * gdbint.texinfo (Stack Frames): New chapter.
3925 (Algorithms): Move Frames text to the new chapter.
3926 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
3927 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
3928
721c02de
VP
39292008-04-24 Vladimir Prus <vladimir@codesourcery.com>
3930
5ae4183a
AS
3931 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
3932 output does not necessary include any tokens.
721c02de 3933
c055b101
CV
39342008-04-22 Corinna Vinschen <vinschen@redhat.com>
3935
3936 * gdb.texinfo (Set SH Calling convention): New @item.
3937 (Show SH Calling convention): Ditto.
3938
68837c9d
MD
39392008-04-22 Markus Deuling <deuling@de.ibm.com>
3940
3941 * gdb.texinfo (Fortran Operators): Describe '%' operator.
3942
2e9132cc
EZ
39432008-04-20 Eli Zaretskii <eliz@gnu.org>
3944
3945 * gdb.texinfo (Set Breaks): Mention that multiple location
3946 breakpoints need line number info. Add index entries.
3947
31fffb02
CS
39482008-04-19 Craig Silverstein <csilvers@google.com>
3949
3950 * gdb.texinfo (Requirements): Add an optional requirement on
3951 zlib.
3952 * gdbint.texinfo (Debugging File Formats): Add new subsection for
3953 Compressed DWARF 2.
3954
a47ec5fe
AR
39552008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
3956
3957 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
3958 sample output for 'stopped,reason="breakpoint-hit"' message.
3959 (GDB/MI Program Execution): Likewise.
3960
de051565
MK
39612008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
3962
5ae4183a 3963 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
3964 -var-set-format. Add -f option to -var-evaluate-expression.
3965
6ba66d6a
JB
39662008-04-03 Joel Brobecker <brobecker@adacore.com>
3967
3968 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
3969 new node "Ambiguous Expressions". Replace references to this
3970 node by references to "Ambiguous Expressions" throughout.
3971 (Ambiguous Expressions): New node.
3972
1e26b4f8
DJ
39732008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
3974
3975 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
3976
b84876c2
PA
39772008-03-21 Pedro Alves <pedro@codesourcery.com>
3978
3979 * gdb.texinfo (Debugging Output): Document
3980 "set/show debug lin-lwp-async".
3981 (Maintenance Commands): Document "maint set/show linux-async".
3982
63092375
DJ
39832008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
3984
3985 * gdb.texinfo (Expressions): Update description of malloced arrays.
3986
8e8901c5
VP
39872008-03-15 Vladimir Prus <vladimir@codesourcery.com>
3988
3989 * gdb.texinfo (Thread Commands): Document
3990 -thread-info. Remove -thread-list-all-threads.
3991
1fddbabb
PA
39922008-03-14 Pedro Alves <pedro@codesourcery.com>
3993 Sandra Loosemore <sandra@codesourcery.com>
3994
3995 * gdb.texinfo (Library List Format): Update to mention the
3996 possibility to pass section addresses instead of segment
3997 addresses.
3998
ccd213ac
DJ
39992008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
4000
4001 * gdb.texinfo (Starting): Document "set exec-wrapper".
4002 (Server): Document gdbserver --wrapper.
4003
fa4727a6
DJ
40042008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
4005
4006 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
4007 unreadable memory. Delete obsolete SPARClite reference.
4008
8edfe269
DJ
40092008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
4010
4011 * gdb.texinfo (Starting): Mention always-running targets.
4012 (Target Commands): Add an anchor for load.
4013 (Connecting): Explain continue instead of run.
4014
1843f87b
DJ
40152008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4016
4017 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
4018
f9082629
NR
40192008-02-26 Nick Roberts <nickrob@snap.net.nz>
4020
4021 * gdb.texinfo (Set Breaks): Revert description of Enb column of
4022 breakpoint table.
4023
fd96d250
PA
40242008-02-19 Pedro Alves <pedro@codesourcery.com>
4025
4026 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
4027 killing the inferior when it is already debugging a process.
4028
36af4ef6
MD
40292008-02-13 Markus Deuling <deuling@de.ibm.com>
4030
4031 * gdbint.texinfo (Build Script): New section. Mention new build script
4032 gdb_buildall.sh.
4033
cda4ce5a
JB
40342008-02-01 Jim Blandy <jimb@red-bean.com>
4035
4036 * gdb.texinfo (Help): Summarize 'info args' correctly.
4037
4acd40f3
TJB
40382008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4039
4040 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
4041 available in PowerPC architecture.
4042 (Embedded Processors): Change node name of PowerPC item in menu.
4043 (PowerPC): Rename to...
4044 (PowerPC Embedded): this.
4045 (Architectures): Add new PowerPC item in menu.
4046 (PowerPC): New node.
4047
6e6c6f50
DJ
40482008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
4049
4050 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
4051 commands.
4052
5ee187d7
DJ
40532008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
4054
4055 * gdb.texinfo (Setting Catchpoints): Mention features
4056 supported on GNU/Linux.
4057
e275c0d9
NR
40582008-01-30 Nick Roberts <nickrob@snap.net.nz>
4059
4060 * gdb.texinfo (GDB/MI File Commands): Describe new output
4061 field for MI command -file-list-exec-source-file.
4062
2d717e4f
DJ
40632008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
4064
4065 * gdb.texinfo (Using the `gdbserver' Program): Add security
4066 warning. Rearrange into subsections and subsubsections. Document
4067 --multi and --debug. Correct --with-sysroot typo. Update --attach
4068 usage. Make load reference clearer. Document monitor exit.
4069 (Remote Configuration): Document set remote exec-file, attach-packet,
4070 and run-packet.
4071 (Packets): Document vAttach and vRun.
4072
d35a4257 40732008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
4074
4075 * gdb.texinfo (Processes): Mention process command.
889bf7c5 4076 detach-on-follow -> detach-on-fork.
f663676d 4077
c78d192c
DJ
40782008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4079
4080 * gdbint.texinfo (Native Conditionals): Remove
4081 SHELL_COMMAND_CONCAT and SHELL_FILE.
4082
d35a4257
EZ
40832008-01-26 Eli Zaretskii <eliz@gnu.org>
4084
4085 * gdb.texinfo (Specify Location): Improve wording.
4086
93815fbf
VP
40872008-01-23 Chris Demetriou <cgd@google.com>
4088
4089 * gdb.texinfo (Threads): Document new "set print thread-events"
4090 and "show print thread-events" commands.
4091
2a25a5ba
EZ
40922008-01-19 Eli Zaretskii <eliz@gnu.org>
4093
4094 * gdb.texinfo (Specify Location): New section.
4095 (Delete Breaks, Edit, Set Breaks): Remove description of
4096 locations. Instead, add a reference to "Specify Location".
4097 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
4098 (Symbols): Refer to "Specify Location" for the valid forms of
4099 linespecs and locations.
4100
32c9a795
MD
41012008-01-18 Markus Deuling <deuling@de.ibm.com>
4102
4103 * gdbint.texinfo (Target Conditionals): Replace the description of
4104 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
4105
b17828ca
JB
41062008-01-12 Paul Hilfinger <hilfinger@adacore.com>
4107
4108 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
4109 about &&var, which is rejected by the expression parser.
4110
0aea4bf3
LM
41112008-01-09 Luis Machado <luisgpm@br.ibm.com>
4112
4113 * gdb.texinfo (Output): Update documentation on using printf with DFP
4114 types.
4115
febe4383
TJB
41162008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
4117
4118 * gdb.texinfo (C and C++): Add Decimal Floating Point format
4119 subsubsection.
4120 (Decimal Floating Point format): New subsubsection.
4121
7a404eba
PA
41222008-01-05 Pedro Alves <pedro@codesourcery.com>
4123
4124 * gdb.texinfo (File Options): Remove mention of the attempt to
4125 open a core file with the -p option. Don't list -c as a valid
4126 option to attach to a process.
4127
a4d9b460
PA
41282008-01-05 Pedro Alves <pedro@codesourcery.com>
4129
4130 * gdbint.texinfo (Host Conditionals): Remove mention of
4131 ALIGN_STACK_ON_ENTRY.
4132
6ec2edbe
JB
41332008-01-05 Joel Brobecker <brobecker@adacore.com>
4134
4135 * gdbint.texinfo (Start of New Year Procedure): Add item
4136 describing how to update the source and documentation copyright
4137 notices.
4138
d8b2a693
JB
41392007-12-18 Jim Blandy <jimb@codesourcery.com>
4140
ab209b3a 4141 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
4142 watchpoint explanation into the main description of the watchpoint
4143 command; update synopses of 'watch', 'rwatch', and 'awatch'
4144 commands.
4145
8b4ed427
VP
41462007-12-18 Vladimir Prus <vladimir@codesourcery.com>
4147
4148 * gdb.texinfo (Miscellaneous gdb/mi Commands):
4149 Document 'pending-breakpoints' feature of
4150 -list-features.
4151
37e4754d
LM
41522007-12-17 Luis Machado <luisgpm@br.ibm.com>
4153
669fac23 4154 * gdb.texinfo: Add new parameter's description.
37e4754d 4155
1d3811f6
DJ
41562007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
4157
4158 * gdb.texinfo (Overview): Clarify run-length encoding
4159 example. Remove the restriction on "+" and "-" characters.
4160
c1c25a1a
EZ
41612007-12-15 Eli Zaretskii <eliz@gnu.org>
4162
4163 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
4164
afe8ab22 41652007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 4166
afe8ab22
VP
4167 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
4168 the -f option for -break-insert, remove -r option,
4169 and clarify specification of location.
4170
a6b151f1
DJ
41712007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
4172
4173 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
4174 formatting.
4175 (Remote Debugging): Add File Transfer section.
4176 (Remote Configuration): Document Host I/O packets.
4177 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 4178 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
4179 (Packets): Add vFile.
4180
3b784c4f
EZ
41812007-11-17 Eli Zaretskii <eliz@gnu.org>
4182
4183 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
4184 breakpoints with multiple locations.
4185 (Breakpoint Menus): Improve wording.
4186 (Output): Fix last change.
4187
a4ce5b0d
UW
41882007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
4189
4190 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
4191
1b39d5c0
DE
41922007-11-15 Doug Evans <dje@google.com>
4193
4194 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
4195
7a72d44c
VP
41962007-11-15 Vladimir Prus <vladimir@codesourcery.com>
4197
4198 * gdbint.texinfo (Native Conditionals): Remove
4199 mention of CLEAR_SOLIB.
5ae4183a 4200
6d1829bf 42012007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
4202
4203 * gdb.texinfo (Print Settings): Add documentation for "set/show
4204 print frame-arguments".
4205
1a619819
LM
42062007-11-05 Luis Machado <luisgpm@br.ibm.com>
4207
3b784c4f 4208 * gdb.texinfo (Output): Update printf command's description.
1a619819 4209
55eddb0f
DJ
42102007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
4211
4212 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
4213 powerpc soft-float".
4214
9cceb671
DJ
42152007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4216
4217 * gdb.texinfo (Files): Correct formatting. Mention Expat
4218 requirement.
4219 (Requirements for Building GDB): Expand the list of Expat
4220 uses.
4221 (Library List Format, Memory Map Format): Mention Expat.
4222 (Target Descriptions): Update Expat wording.
4223
83acabca
DJ
42242007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4225
4226 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
4227 Document that gdbarch_convert_register_p should return zero for no-op
4228 conversions.
4229
e35879db
UW
42302007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
4231
83acabca 4232 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
4233 of set_gdbarch_sofun_address_maybe_missing back to ...
4234 (Target Conditionals): ... here to fix build break.
4235
203c3895
UW
42362007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
4237
83acabca 4238 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
4239 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
4240 (Compiler Characteristics): ... documentation of
4241 set_gdbarch_sofun_address_maybe_missing.
4242
11411de3
DJ
42432007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
4244
4245 * gdbint.texinfo (Target Conditionals): Use
4246 frame_unwind_register_unsigned in examples instead of
4247 frame_unwind_unsigned_register.
4248
7cc46491
DJ
42492007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4250
4251 * gdb.texinfo (Predefined Target Types): Add int128
4252 and uint128.
4253 (Standard Target Features): Add PowerPC features.
4254
81adfced
DJ
42552007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4256
4257 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
4258
c1874924
UW
42592007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4260
4261 * gdbint.texi (Target Conditionals): Remove documentation
4262 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
4263 gdbarch_extract_return_value, and gdbarch_store_return_value.
4264
f6e56ab3
UW
42652007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4266
4267 * gdbint.texi (Target Conditionals): Remove documentation of
4268 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
4269
56cf5405
KH
42702007-10-11 Kazu Hirata <kazu@codesourcery.com>
4271
4272 * gdb.texinfo: Mention that inaccessible-by-default is on by
4273 default.
4274
35156bae
DJ
42752007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4276
4277 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
4278
d983da9c
DJ
42792007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
4280
4281 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
4282 multi-threaded watchpoints.
4283 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
4284 checked. Describe sticky notification. Expand description
4285 of steppable and continuable watchpoints.
4286 (Watchpoints and Threads): New subsection.
4287
fe6fbf8b
VP
42882007-09-28 Vladimir Prus <vladimir@codesourcery.com>
4289
4290 * gdb.texinfo (Setting Breakpoints): Revise
4291 documentation for pending breakpoints. Document
4292 breakpoints with multiple locations.
5ae4183a 4293
084344da
VP
42942007-09-19 Vladimir Prus <vladimir@codesourcery.com>
4295
4296 * gdb.texinfo (Miscellaneous gdb/mi Commands):
4297 Document -list-features.
5ae4183a 4298
82160952
EZ
42992007-09-15 Eli Zaretskii <eliz@gnu.org>
4300
4301 * gdb.texinfo (Output): Spell out which features of C's printf are
4302 not supported by GDB's printf.
7e27a47a
EZ
4303 (Separate Debug Files): More accurate wording regarding build ID
4304 and a reference to the ld manual rather than the Fedora wiki.
82160952 4305
ea37ba09
DJ
43062007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
4307 Jim Blandy <jimb@codesourcery.com>
4308
4309 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
4310 (Examining Memory): Update mentions of the 's' format.
4311 (Automatic Display): Likewise.
4312
b8533aec
DJ
43132007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
4314
4315 * gdb.texinfo: Update the FSF's Back-Cover Text.
4316
83f83d7f
JK
43172007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4318 Eli Zaretskii <eliz@gnu.org>
4319
4320 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
4321 Fixed the ``build ID'' name. New binaries build instructions for the
4322 build ID inclusion. Explain how the commands are specific to the build
4323 ID vs. debug link.
4324
c7e83d54
EZ
43252007-09-01 Eli Zaretskii <eliz@gnu.org>
4326
4327 * gdb.texinfo (Separate Debug Files): Fix last change. Add
4328 indexing for ``build ID'' support.
4329
d3750b24
JK
43302007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4331
4332 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
4333 Enlisted BUILD ID to the debug file searching example.
4334 Included a BUILD ID `.note.gnu.build-id' section description.
4335 Updated/added the debug files splitting instructions for OBJCOPY.
4336
02142340
VP
43372007-08-31 Vladimir Prus <vladimir@codesourcery.com>
4338
4339 * gdb.texinfo (Variable Objects): Adjust docs
4340 for -var-info-expression and document
4341 -var-info-path-expression.
4342
d3bdde98
JB
43432007-08-20 Jim Blandy <jimb@codesourcery.com>
4344
3fb6a982
JB
4345 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
4346 (title page): Include the dedication in the printed manual, as a
4347 separate page after the copyright notice.
5ae4183a 4348
d3bdde98
JB
4349 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
4350 don't break a @var across a line.
4351
c80a96a8
MR
43522007-07-25 Maciej W. Rozycki <macro@mips.com>
4353
4354 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
4355 for include files.
4356
5824a901
NR
43572007-07-12 Nick Roberts <nickrob@snap.net.nz>
4358
4359 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
4360 in annotate.texinfo.
4361 (Command History): Link to new node.
5824a901 4362
d52e7ea3
UW
43632007-07-05 Markus Deuling <deuling@de.ibm.com>
4364
4365 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
4366
5fc14d0a
EZ
43672007-07-05 Eli Zaretskii <eliz@gnu.org>
4368
4369 * gdbint.texinfo (Target Conditionals): Fix last change.
4370
4a9bb1df
UW
43712007-07-03 Markus Deuling <deuling@de.ibm.com>
4372
4373 * gdb.texinfo: Replace following macros by their appropriate gdbarch
4374 routines:
4375 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
4376 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
4377 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
4378 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
4379 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
4380 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
4381 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
4382 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
4383 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
4384 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
4385 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
4386 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
4387 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
4388 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
4389 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
4390 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
4391 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
4392 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
4393 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
4394 (SOFTWARE_SINGLE_STEP_P)
4395
4396 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
4397 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
4398
4399 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
4400 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
4401 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
4402 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
4403 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
4404 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
4405 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
4406 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
4407 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
4408 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
4409
4410 (Converting an existing Target Architecture to Multi-arch): Remove
4411 section.
4412
4413 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
4414 (gdbarch_addr_bits_remove): Add code example.
4415
4416 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
4417
cfa9d6d9
DJ
44182007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
4419
4420 * gdb.texinfo (Remote Configuration): Document library-info-packet.
4421 Add other missing entries. Adjust the table size to fit.
4422 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
4423 stop reasons including the new "library" event.
4424 (General Query Packets): Adjust table widths for qSupported. Mention
4425 qXfer:libraries:read reply to qSupported and document the new packet.
4426 (Library List Format): New section.
4427
159fcc13
JK
44282007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4429
4430 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
4431
f66d1690
MS
44322007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
4433
4434 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
4435
67102876
NR
44362007-06-25 Nick Roberts <nickrob@snap.net.nz>
4437
4438 * gdbint.texinfo (Register and Memory Data): Break sections
4439 into nodes and add a menu.
4440
a4642986
MR
44412007-06-21 Maciej W. Rozycki <macro@mips.com>
4442
4443 * gdb.texinfo (Examining Memory): Document the new behaviour.
4444
e9c17194
VP
44452007-06-21 Vladimir Prus <vladimir@codesourcery.com>
4446
4447 * gdb.texinfo (Standard Target Features): Document
4448 m68k features.
4449
31d99776
DJ
44502007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4451
4452 * gdb.texinfo (General Query Packets): Document qOffsets changes.
4453
1780a0ed
DJ
44542007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4455
4456 * gdb.texinfo (Target Description Format): Add version attribute
4457 for <target>.
4458
822b6570
DJ
44592007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4460
4461 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
4462
f8b73d13
DJ
44632007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4464
4465 * gdb.texinfo (MIPS Features): New subsection.
4466
0e7f50da
UW
44672007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4468 Markus Deuling <deuling@de.ibm.com>
4469
4470 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
4471 and qXfer:spu:write packets and mention them under qSupported.
4472
23d964e7
UW
44732007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4474 Markus Deuling <deuling@de.ibm.com>
4475
4476 * gdb.texinfo (Architectures): Add new SPU section to document
4477 Cell Broadband Engine SPU architecture specific commands.
4478
9f708cb2
VP
44792007-06-09 Vladimir Prus <vladimir@codesourcery.com>
4480
4481 * gdb.texinfo (GDB/MI Variable Objects): Editorial
4482 comments.
4483
7579b5f8
NR
44842007-06-07 Nick Roberts <nickrob@snap.net.nz>
4485
4486 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
4487
bf06d120
JB
44882007-05-29 Jim Blandy <jimb@codesourcery.com>
4489
4490 * gdb.texinfo (Overview): Doc fix.
4491
23776285
MR
44922007-05-22 Maciej W. Rozycki <macro@mips.com>
4493
4494 * gdb.texinfo (Remote Configuration): Document "set/show
4495 remoteflow".
4496
1a69e1e4
DJ
44972007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
4498
bf06d120
JB
4499 * gdb.texinfo (MIPS): Remove documentation for set mips
4500 saved-gpreg-size, show mips saved-gpreg-size, and set mips
4501 stack-arg-size.
1a69e1e4 4502
46ba6afa 45032007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4504
46ba6afa
BW
4505 * all-cfg.texi (GDBTUI): New.
4506 * gdb.texinfo (Mode Options): Use GDBTUI variable.
4507 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
4508 (TUI Configuration): Edit to improve clarity and fix problems of
4509 both style and content.
5ae4183a 4510
06d3b283
UW
45112007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
4512
4513 * observer.texi (GDB Observers): New observer "new_objfile".
4514
179101d6
UW
45152007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
4516
4517 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
4518
25d5ea92
VP
45192007-04-14 Vladimir Prus <vladimir@codesourcery.com>
4520
4521 * gdb.texinfo (GDB/MI Variable Objects): Document
4522 frozen variables objects.
5ae4183a 4523
ea35711c
DJ
45242007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
4525
4526 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
4527 (Character Sets, Caching Data of Remote Targets): Likewise.
4528 (Targets): Delete Remote node. Move its text...
4529 (Debugging Remote Programs): ...to here. Delete description
4530 of the "remote" command.
4531 (Remote configuration): Delete description of "set remotedevice"
4532 and "show remotedevice".
4533 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
4534
db2e3e2e
BW
45352007-04-11 Bob Wilson <bob.wilson@acm.org>
4536
5ae4183a
AS
4537 * gdb.texinfo (Contributors, Continuing and Stepping)
4538 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
4539 (General Query Packets, File-I/O Remote Protocol Extension)
4540 (Protocol Basics, The F Reply Packet, Write)
4541 (Protocol-specific Representation of Datatypes, Memory Transfer):
4542 Fix hyphenation, punctuation and grammar problems.
4543 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
4544 'section' instead of 'subsection' in the text.
4545 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
4546 (i386): Remove period from section name.
db2e3e2e
BW
4547 (Installing GDB, Requirements, Running Configure, Separate Objdir)
4548 (Config Names, Configure Options): Use @file{configure}.
4549
8a3dae3e
DJ
45502007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
4551
4552 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
4553 and tab expansion.
4554
1a92f856
DJ
45552007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
4556
4557 * gdbint.texinfo (SOM): Correct location of the SOM reader.
4558
79a6e687 45592007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4560
79a6e687
BW
4561 * gdb.texinfo: Consistently capitalize all significant words in
4562 node names, chapter titles, section titles, and headings. Update
4563 cross references to match.
4564 (Starting and Stopping Trace Experiment): Make node name plural.
4565 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 4566
ad527d2e
PA
45672007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
4568
4569 * gdb.texinfo (WinCE): Delete obsolete subsection.
4570
7ce59000
DJ
45712007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4572
4573 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
4574 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
4575 references.
4576
8807d78b
DJ
45772007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4578
4579 * gdb.texinfo (Startup): Delete references to some alternate
4580 names for .gdbinit.
4581 (Thread): Remove LynxOS reference.
4582 (Tandem ST2000): Delete target-specific documentation.
4583 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
4584 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
4585 and GDB_OSABI_LYNXOS.
4586
5f402660
UW
45872007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
4588
4589 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
4590
bac718a6
UW
45912007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
4592
4593 * gdbint.texinfo (Target Conditionals): Remove mention of
4594 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
4595 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
4596
9453113a
DJ
45972007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
4598
4599 * Makefile.in: Add "pdfdir" installation
4600 directory, PDFTEX macro, support for "install-pdf" target,
4601 and rules for making a pdf version of refcard.texi.
4602 * refcard.tex: Specify paper size for PDF output.
4603
ae21e955 46042007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4605
ae21e955 4606 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 4607
3f94c067 46082007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4609
3f94c067
BW
4610 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
4611 (Source Path, Character Sets, Macros, Define)
4612 (GDB/MI Result Records, GDB/MI Simple Examples)
4613 (GDB/MI Program Execution, GDB/MI File Commands)
4614 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
4615 (Bug Reporting): Use @value{GCC}.
5ae4183a 4616
12c27660 46172007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4618
12c27660
BW
4619 * gdb.texinfo (Help): Fix formatting of examples.
4620 (Variables): Use @ifnotinfo instead of @iftex.
4621 (Non-debug DLL symbols): Use @ref instead of @pxref.
4622 (Sparclet File): Use @samp instead of quotes.
5ae4183a 4623
ce9341a1
BW
46242007-03-26 Bob Wilson <bob.wilson@acm.org>
4625
4626 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
4627
c8f4133a
BW
46282007-03-26 Bob Wilson <bob.wilson@acm.org>
4629
4630 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
4631 the order of the nodes.
4632 (C Operators, C Constants, Debugging C): Remove extra menus.
4633 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 4634
c8f4133a 46352007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
4636
4637 * gdb.texinfo (File Options): Add missing parenthesis.
4638 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
4639
c74d0ad8
DJ
46402007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4641
4642 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
4643
ff6f572f
DJ
46442007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4645
669fac23 4646 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
4647 case insensitivity.
4648 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
4649
994337c3
NR
46502007-02-18 Nick Roberts <nickrob@snap.net.nz>
4651
4652 * gdb.texinfo (Top): Put Appendix A after numbered sections.
4653 (Files): Add section name to argument list for pxref.
4654 (Non-debug DLL symbols): Don't use `see' for pxref.
4655 (Embedded Processors): Fix typo.
4656 (GDB/MI Breakpoint Commands): Execution commands generate
4657 *stopped not ^done.
4658
eb819d70
NR
46592007-02-13 Nick Roberts <nickrob@snap.net.nz>
4660
4661 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
4662 values for in_scope. Mention that only root variables can be
4663 updated.
4664 (GDB/MI Development and Front Ends): Explain new values may be
4665 added to existing fields.
4666
123dc839
DJ
46672007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4668
4669 * gdb.texinfo (-target-disconnect): Use @smallexample.
4670 (Requirements): Add anchor for Expat. Update description.
4671 (Target Descriptions): Mention Expat.
4672 (Target Description Format): Document new elements. Use
4673 @smallexample.
4674 (Predefined Target Types, Standard Target Features): New sections.
669fac23 4675 * gdbint.texinfo (Target Descriptions): New section.
123dc839 4676
108546a0
DJ
46772007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
4678
4679 * gdb.texinfo (Target Description Format): Add section on XInclude.
4680
95a98c01
NR
46812006-02-03 Nick Roberts <nickrob@snap.net.nz>
4682
4683 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
4684 command -enable-timings.
4685
f4b3909f
EZ
46862007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
4687
5ae4183a 4688 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
4689 descriptions for new/deleted elements in gdb_osabi. Add missing
4690 description for function generic_elf_osabi_sniff_abi_tag_sections.
4691
c7ba131e
JB
46922007-01-29 Joel Brobecker <brobecker@adacore.com>
4693
4694 * gdb.texinfo (Maintenance Commands): Add documentation for
4695 the new "maint print target-stack" command.
4696
3a60f64e
JK
46972007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4698 Eli Zaretskii <eliz@gnu.org>
4699
f4b3909f 4700 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 4701
c582f8b6
EZ
47022007-01-26 Eli Zaretskii <eliz@gnu.org>
4703
4704 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
4705 Use @value{NGCC} instead of @value{GCC}.
4706
d3e8051b
EZ
47072007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
4708
4709 * agentexpr.texi: Fix typos.
4710 * annotate.texinfo: Likewise.
4711 * gdb.texinfo: Likewise.
4712 * gdbint.texinfo: Likewise.
4713 * observer.texi: Likewise.
4714 * stabs.texinfo: Likewise.
4715
86f04699
EZ
47162007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
4717
4718 * gdbint.texinfo (Support Libraries): Remove mmalloc
4719 entry. Describe readline library.
4720
23181151
DJ
47212007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
4722
4723 * gdb.texinfo (Target Descriptions): New section.
4724 (General Query Packets): Add QPassSignals anchor. Mention
4725 qXfer:features:read under qSupported. Expand mentions of
4726 qXfer:memory-map:read and QPassSignals. Document
4727 qXfer:features:read.
4728
f822c95b
DJ
47292007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
4730
4731 * gdb.texinfo (Commands to specify files): Describe
4732 "set sysroot" and "show sysroot".
4733 (Using the `gdbserver' program): Lowercase argument
4734 to @var. Expand description of setting up GDB on the
4735 host.
4736
8936fcda
JB
47372007-01-05 Joel Brobecker <brobecker@adacore.com>
4738
4739 * gdb.texinfo (Set Catchpoints): Add documentation for the new
4740 catch exception, catch exception unhandled, and catch assert
4741 commands.
4742
e776119f
DJ
47432007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
4744
4745 * gdb.texinfo (Debugging Output): Document "set debug xml"
4746 and "show debug xml".
4747
aa79a185
DJ
47482007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
4749
4750 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
4751
7f893741
JB
47522007-01-01 Joel Brobecker <brobecker@adacore.com>
4753
4754 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
4755
a1b5960f
VP
47562006-12-08 Vladimir Prus <vladimir@codesourcery.com>
4757
4758 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
4759 note in @ignore, to be removed later if nobody complains.
4760
9f470e6e
NR
47612006-12-04 Nick Roberts <nickrob@snap.net.nz>
4762
4763 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
4764 of -var-delete.
4765
765dc015 47662006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 4767
765dc015 4768 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
4769 automatic software/hardware breakpoint usage and
4770 the "set breakpoint auto-hw" command.
765dc015 4771
4b5752d0
VP
47722006-11-21 Vladimir Prus <vladimir@codesourcery.com>
4773
4774 * gdb.texinfo (Memory Access Checking): New.
4775
89be2091
DJ
47762006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
4777
4778 * gdb.texinfo (Remote configuration): Mention
4779 "pass-signals-packet".
4780 (General Query Packets): Document QPassSignals. Fix
4781 a typo.
4782
ca3bf3bd
DJ
47832006-11-14 Maxim Grigoriev <maxim@tensilica.com>
4784
4785 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
4786
427c3a89
DJ
47872006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
4788
4789 * gdb.texinfo (Remote configuration): Rewrite documentation for
4790 packet configuration commands.
4791 (OS Information): Adjust reference to qXfer:auxv:read.
4792 (General Query Packets): Remove references to read-aux-vector-packet
4793 and set remote get-thread-local-storage-address.
4794
7a107747
DJ
47952006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
4796
4797 * gdbint.texinfo (Target Architecture Definition): Add new
4798 Initializing a New Architecture section.
4799
1c56eb0e
EZ
48002006-10-31 David Taylor <dtaylor@emc.com>
4801
4802 * stabs.texinfo (Macro define and undefine): New node describing
4803 stabs for #define and #undef.
4804
f73adfeb
AS
48052006-10-27 Andreas Schwab <schwab@suse.de>
4806
4807 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
4808
fd60e0df
EZ
48092006-10-21 Eli Zaretskii <eliz@gnu.org>
4810
4811 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
4812 clarify on the possible meanings of ``expression'' watched by
4813 watchpoints. Add indexing.
e5ac9b53
EZ
4814 (Prompting, Errors, Invalidation, Annotations for Running)
4815 (Source Annotations): Fix index entries by adding "annotation" to
4816 them, to discriminate from index entries that point to the more
4817 general topic descriptions.
fd60e0df 4818
52bb452f
DJ
48192006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
4820
4821 * gdbint.texinfo (Target Vector Definition): Move most
4822 content into Existing Targets. Add a menu.
4823 (Existing Targets): New section, moved from Target Vector
4824 Definition. Use @subsection.
4825 (Managing Execution State): New section.
4826
58955e58
BW
48272006-10-16 Bob Wilson <bob.wilson@acm.org>
4828
4829 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
4830
c8aa23ab
EZ
48312006-10-15 Eli Zaretskii <eliz@gnu.org>
4832
4833 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
4834 (Command Syntax, Signals, Backtrace, Connecting)
4835 (Remote configuration, Renesas Boards, Console I/O): Fix last
4836 change: use Ctrl- instead of C-, except wrt Emacs.
4837 (File-I/O Examples): Put Ctrl-c in @kbd.
4838 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
4839 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
4840 (Signals, Set Breaks, Set Watchpoints): Document optional
4841 arguments to `info signals' `handle', `info breakpoints', and
4842 `info watchpoints'.
c8aa23ab 4843
e7109c7e
EZ
48442006-10-14 Eli Zaretskii <eliz@gnu.org>
4845
4846 * gdb.texinfo (Backtrace): Fix last change.
4847
de3aea7b
NR
48482006-10-14 Nick Roberts <nickrob@snap.net.nz>
4849
4850 * gdb.texinfo (Backtrace): Order correctly and add other cases.
4851
7f9087cb
BW
48522006-10-10 Bob Wilson <bob.wilson@acm.org>
4853
c8aa23ab
EZ
4854 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
4855 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
4856 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 4857
68437a39
DJ
48582006-09-21 Vladimir Prus <vladimir@codesourcery.com>
4859 Daniel Jacobowitz <dan@codesourcery.com>
4860
4861 * gdb.texinfo (Packets): Document vFlashErase,
4862 vFlashWrite and vFlashDone packets.
4863 (General Query Packets): Document qXfer:memory-map:read.
4864 Add a new feature for qXfer:memory-map:read.
4865 (Memory map format): New section.
4866 (Target Commands): Mention that gdb can write flash.
4867
fd79ecee
DJ
48682006-09-21 Vladimir Prus <vladimir@codesourcery.com>
4869 Daniel Jacobowitz <dan@codesourcery.com>
4870
4871 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
4872 memory regions and "mem auto".
4873
350da6ee
DJ
48742006-09-21 Nathan Sidwell <nathan@codesourcery.com>
4875
4876 * gdbint.texinfo (Array Containers): New section.
4877
2f1acb09
VP
48782006-09-17 Vladimir Prus <vladimir@codesourcery.com>
4879
4880 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
4881 -stack-list-arguments HIGH_FRAME argument can be larger then the
4882 actual number of frames.
4883
2ab1eb7a
VP
48842006-09-07 Vladimir Prus <vladimir@codesourcery.com>
4885
4886 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
4887 -stack-list-locals HIGH_FRAME argument can be larger then the
4888 actual number of frames.
2ab1eb7a 4889
599b237a
BW
48902006-09-02 Bob Wilson <bob.wilson@acm.org>
4891
4892 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
4893 Register Packet Format, Tracepoint Packets): Fix spelling errors.
4894
25ab7e6d
EZ
48952006-09-02 Eli Zaretskii <eliz@gnu.org>
4896
4897 * gdbint.texinfo (Overall Structure): New section "Source Tree
4898 Structure".
4899
940178d3
JB
49002006-08-17 Jim Blandy <jimb@codesourcery.com>
4901
4902 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
4903 responses.
4904
30daae6c
JB
49052006-08-08 Joel Brobecker <brobecker@adacore.com>
4906
4907 * gdb.texinfo (Source Path): Add documentation for new
4908 substitute-path commands.
4909
7fa2210b
DJ
49102006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
4911
4912 * gdb.texinfo (Installing GDB): Update menu. Move text to...
4913 (Running Configure): ...here.
4914 (Requirements): New node. Mention expat.
4915
3d00d119
DJ
49162006-08-08 Vladimir Prus <vladimir@codesourcery.com>
4917
5ae4183a 4918 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
4919 'set download-write-size' and 'show download-write-size'.
4920
0cbfa4ee
DJ
49212006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
4922
4923 * stabs.texinfo (Member Type Descriptor): Correct example for
4924 pointer to member types.
4925
16026cd7
AS
49262006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
4927
4928 * gdb.texinfo (Optional warnings and messages): Add
4929 'set/show trace-commands'.
4930 (Command files): Add '-v' to source command.
4931
0876f84a
DJ
49322006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
4933
4934 * gdb.texinfo (OS Information): Update qPart reference to
4935 qXfer.
4936 (Remote configuration): Likewise.
4937 (Overview): Move @cindex to the start of a paragraph. Talk
4938 about binary data encoding.
4939 (Packets): Refer to the overview for the details of the X
4940 packet encoding.
4941 (General Query Packets): Remove qPart description. Add qXfer
4942 description. Add an anchor to qSupported. Correct feature
4943 table title. Add a new feature for qXfer:auxv:read.
4944 (Interrupts): Add a missing parenthesis.
4945
2ec3381a
DJ
49462006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
4947
669fac23 4948 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
4949 (GDB/MI Kod Commands): Remove commented out node.
4950
594fe323
EZ
49512006-07-01 Eli Zaretskii <eliz@gnu.org>
4952
4953 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
4954 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
4955 (GDB/MI Thread Commands, GDB/MI Program Execution)
4956 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
4957 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
4958 (GDB/MI File Commands, GDB/MI Target Manipulation)
4959 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
4960 since the MI prompt is hard-wired into the code.
4961
7e3fb70c
NR
49622006-07-01 Nick Roberts <nickrob@snap.net.nz>
4963
4964 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
4965 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
4966 (GDB/MI Data Manipulation): Remove description of unimplemented
4967 display related commands as variable objects perform this function
4968 and are superior: -display-delete, -display-disable,
4969 -display-enable, -display-insert and -display-list. Move
4970 -environment-cd, -environment-directory, -environment-path
4971 and -environment-pwd to "Program Context".
4972 (GDB/MI Program Control): Rename to "Program Execution". Move
4973 -exec-arguments -exec-abort to...
4974 (GDB/MI Program Context): ...here. New node split from "Data
4975 Manipulation".
4976
be2a5f71
DJ
49772006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
4978
4979 * gdb.texinfo (Remote configuration): Document set / show
4980 remote supported-packets.
4981 (General Query Packets): Document qSupported packet.
4982
fc320d37
SL
49832006-06-10 Sandra Loosemore <sandra@codesourcery.com>
4984
4985 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
4986 and font markup.
4987 (Protocol basics): Likewise.
4988 (The F request packet): Likewise.
4989 (The F reply packet): Likewise.
4990 (Memory transfer): Move this node to be a subsubsection of
4991 "Protocol specific representation of datatypes".
4992 (The Ctrl-C message): More copy editing.
4993 (Console I/O): Likewise.
4994 (The isatty call): Delete this node, and merge its content into
4995 the "isatty" node. Fixed references elsewhere.
4996 (The system call): Delete this node, and merge its content into
4997 the "system" node. Fixed references elsewhere.
4998 (open): Reformat to use @table, and add appropriate font markup.
4999 (close): Likewise.
5000 (read): Likewise.
5001 (write): Likewise.
5002 (lseek): Likewise.
5003 (rename): Likewise.
5004 (unlink): Likewise.
5005 (stat/fstat): Likewise.
5006 (gettimeofday): Likewise.
5007 (isatty): Likewise.
5008 (system): Likewise, plus minor changes to fix confusing wording.
5009 (Integral datatypes): Fix font markup.
5010 (Pointer values): Likewise.
5011 (struct stat): Fix markup to use @table, plus minor copy editing.
5012 (struct timeval): Fix font markup, plus minor copy editing.
5013 (Constants): Minor copy editing.
5014 (Errno values): Add font markup.
5015 (File-I/O Examples): Likewise.
5016
158fdf5c
NR
50172006-06-10 Nick Roberts <nickrob@snap.net.nz>
5018
5019 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
5020 (GDB/MI Simple Examples): Move node up one level. Use real
5021 examples.
5022 (GDB/MI Compatibility with CLI): Update.
5023 (GDB/MI Result Records): Add "connected" and "exit" result
5024 classes.
5025 (GDB/MI Stream Records): Clarify target output.
5026 (GDB/MI Command Description Format): Modify example description.
5027 (GDB/MI Breakpoint Table Commands): Rename to...
5028 (GDB/MI Breakpoint Commands): ...this
5029 (GDB/MI Breakpoint Commands): Add optional thread field.
5030 (GDB/MI Program Control): Add an introduction. Move "Program
5031 termination" examples into exec-run description.
5032 (GDB/MI File Commands): Mention similar CLI commands.
5033 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
5034 is similar to "-gdb-version".
5035
ddb50cd7
EZ
50362006-06-09 Eli Zaretskii <eliz@gnu.org>
5037
5038 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
5039
2aef0d6b
NR
50402006-06-02 Nick Roberts <nickrob@snap.net.nz>
5041
5042 * gdb.texinfo (GDB/MI Development and Front Ends): Use
5043 sourceware.org for mailing lists.
d5e40d59 5044 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 5045
383a5c52
NR
50462006-06-01 Nick Roberts <nickrob@snap.net.nz>
5047
d5e40d59 5048 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 5049
e16b02ee
EZ
50502006-05-22 Eli Zaretskii <eliz@gnu.org>
5051
5052 * gdb.texinfo (Cygwin Native): Fix last change.
5053
be90c084
CF
50542006-05-22 Christopher Faylor <cgf@timesys.com>
5055
5056 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
5057
347ceba5
NR
50582006-05-15 Nick Roberts <nickrob@snap.net.nz>
5059
5060 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
5061 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
5062
369af7bd
DJ
50632006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
5064
5065 * gdb.texinfo (General Query Packets): Recommend not starting
5066 new packets with qC and clarify.
5067
2ffdbde8 50682006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
5069
5070 * gdb.texinfo (M2 Types): New section.
72019c9c 5071
16d1a084
DJ
50722006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
5073
5074 * agentexpr.texi: Add a copyright and license notice.
5075 * observer.texi: Likewise, with GPL clause for function prototypes.
5076 Remove trailing whitespace.
5077
aa56d27a
JB
50782006-05-05 Jim Blandy <jimb@codesourcery.com>
5079
5080 * gdb.texinfo (General Query Packets): Document conventions for
5081 terminating packet names, and their violations.
5082
5bdf8622
DJ
50832006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
5084
5085 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
5086 * gdb.texinfo: Likewise.
5087
605a56cb
DJ
50882006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
5089
5090 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
5091 and "show remotedebug".
5092 (Debugging Output): Add additional index entries.
5093
b8db102d
MS
50942006-04-27 Michael Snyder <msnyder@redhat.com>
5095
5096 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
5097
c5e30d01
AC
50982006-04-22 Andrew Cagney <cagney@redhat.com>
5099
5100 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
5101 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
5102
8181d85f
DJ
51032006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
5104
5105 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
5106 and remove breakpoint prototypes.
5107 (Watchpoints): Move description of target_insert_hw_breakpoint and
5108 target_remove_hw_breakpoint ...
5109 (Breakpoints): ... to here. Document target_insert_breakpoint and
5110 target_remove_breakpoint.
5111
4f553f88
JB
51122006-04-17 Jim Blandy <jimb@codesourcery.com>
5113
5114 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
5115 and C packets are optional.
5116
cd852561
FR
51172006-04-14 Frederic Riss <frederic.riss@st.com>
5118
5119 * gdb.texinfo (Specifying source directories): Update the description
5120 of the source file search to reflect the fact that the source path
5121 always contains at least $cdir and $cwd.
5122
b620eb07
MS
51232006-03-31 Michael Snyder <msnyder@redhat.com>
5124
5125 * gdb.texinfo: Update copyright dates.
5126
3156cdaf
EZ
51272006-03-31 Eli Zaretskii <eliz@gnu.org>
5128
5129 * gdb.texinfo (Overview): Add an index entry to "empty response".
5130
7d30c22d
JB
51312006-03-28 Jim Blandy <jimb@codesourcery.com>
5132
5133 * gdbint.texinfo (Prologue Analysis): New section.
5134
86941c27
JB
51352006-03-07 Jim Blandy <jimb@red-bean.com>
5136
66b8c7f6
JB
5137 * gdb.texinfo (Connecting): Document 'target remote pipe'.
5138
1a10341b
JB
5139 * gdb.texinfo (Target Commands): Update text describing how to
5140 specify a target. Refer to the detailed section on remote
5141 debugging, not the brief mention.
5142
86941c27
JB
5143 * gdb.texinfo (Connecting): Organize the different 'target remote'
5144 connection methods into a table. Add a 'target remote' index
5145 entry. (!!!)
5146
62f3a2ba
FF
51472006-02-17 Fred Fish <fnf@specifix.com>
5148
5149 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
5150 'ptype' commands to reflect the fact that the only significant
5151 difference between them is that ptype prints the complete type
5152 description instead of just the name.
5153
8b9a88ea
WZ
51542006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
5155
5156 * gdbint.texinfo (Watchpoints): Delete
5157 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
5158
7e8dc855
NR
51592006-02-10 Nick Roberts <nickrob@snap.net.nz>
5160
5161 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
5162 times fields where needed. Fix typos. Update general form given
5163 for output of -break-insert.
5164 (GDB/MI): Abbreviate some unnecessarily long fullnames.
5165
c91d38aa
DJ
51662006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
5167
5168 * gdbint.texinfo (Symbol Handling): Add a section
5169 on memory management.
5170
38fcd64c
DJ
51712006-02-06 Vladimir Prus <ghost@cs.msu.su>
5172
5173 * gdb.texinfo (Breakpoint table commands): Document the fullname
5174 field in -break-list output.
5175
219eec71
EZ
51762006-02-03 Eli Zaretskii <eliz@gnu.org>
5177
5178 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
5179 debugging information produced by the various "set debug..."
5180 options.
5181
ae5a43e0
DJ
51822006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5183
5184 * gdb.texinfo (Files): Remove obsolete bits from the description
5185 of "symbol-file".
5186
a9f158ec
JB
51872006-01-25 Jim Blandy <jimb@redhat.com>
5188
5189 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
5190
410dd08e
JB
51912006-01-24 Jim Blandy <jimb@redhat.com>
5192
5193 * gdbint.texinfo (Frames): Document the basics of GDB's register
5194 unwinding model, and explain the existence of the "sentinel" frame.
5195
4b505b12
AS
51962006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
5197
5198 * gdb.texinfo (Choosing files): Mention that -directory is used
5199 for script files.
5200 (Specifying source directories): Likewise.
5201 (Command files): Explain how script files are found.
5202
839c27b7
EZ
52032006-01-21 Eli Zaretskii <eliz@gnu.org>
5204
5205 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
5206 the threads in a multi-threaded program.
5207 (Threads): The threadno argument of "thread apply" can be a range
5208 of numbers.
5209
7be93b9e
JB
52102006-01-18 Jim Blandy <jimb@redhat.com>
5211
5212 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
5213 of warning flags.
5214
fcc73fe3
EZ
52152006-01-13 Eli Zaretskii <eliz@gnu.org>
5216
5217 * gdb.texinfo (Sequences): Improve menu annotations.
5218 (Define): Add index entries for arguments of user-defined
5219 commands. Move the description of flow-control commands...
5220 (Command Files): ...to here. Document loop_break and
5221 loop_continue.
ca91424e
EZ
5222 (Define, Command Files): Document `end' and add index entries for
5223 it.
fcc73fe3 5224
5c95884b
MS
52252006-01-04 Michael Snyder <msnyder@redhat.com>
5226
5227 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 5228 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 5229
860701dc
PH
52302006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
5231
5232 * gdb.texinfo (Omissions from Ada): Document that there is now
5233 limited aggregate support.
5234
36b80e65
EZ
52352005-12-28 Eli Zaretskii <eliz@gnu.org>
5236
5237 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
5238 registers and the likes.
5239
c1468174
EZ
52402005-12-24 Eli Zaretskii <eliz@gnu.org>
5241
5242 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
5243 (Symbols): Fix usage of "e.g.".
359df76b 5244 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
5245
5246 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
5247 (Coding): Fix usage of "e.g.".
5248
c02a867d
EZ
52492005-12-23 Eli Zaretskii <eliz@gnu.org>
5250
5ae4183a
AS
5251 * stabs.texinfo:
5252 * refcard.tex:
c02a867d 5253 * gpl.texi:
5ae4183a
AS
5254 * gdbint.texinfo:
5255 * gdb.texinfo:
5256 * gdb-cfg.texi:
c02a867d 5257 * fdl.texi:
5ae4183a
AS
5258 * annotate.texinfo:
5259 * all-cfg.texi:
c02a867d
EZ
5260 * Makefile.in: Add (C) after Copyright. Update the FSF
5261 address.
5262
fad38dfa
EZ
52632005-12-03 Eli Zaretskii <eliz@gnu.org>
5264
5265 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
5266 extend GDB with commands for external monitor.
5267
53e5f3cf
AS
52682005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
5269
5270 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
5271
55f6ca0f
JB
52722005-11-25 Joel Brobecker <brobecker@adacore.com>
5273
5274 * gdbint.texinfo (Start of New Year Procedure): New chapter.
5275
c1947b85
JB
52762005-11-21 Jim Blandy <jimb@redhat.com>
5277
5278 * gdb.texinfo (Tracepoint Packets): Document restrictions on
5279 placement of 'R' actions in tracepoint action packets; document
5280 dependence of 'X' and 'M' actions on a preceding 'R' action for
5281 their registers.
5282
9d29849a
JB
52832005-11-19 Jim Blandy <jimb@redhat.com>
5284
5285 * gdb.texinfo (Tracepoint Packets): New node.
5286 (General Query Packets): Add entries for the tracepoint packets,
5287 referring to the "Tracepoint Packets" node.
5288 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 5289
9a6253be
KB
52902005-11-18 Kevin Buettner <kevinb@redhat.com>
5291
5292 * gdb.texinfo (set remotebreak): Add anchor.
5293 (X packet): Likewise.
5294 (Remote Protocol): Add new section `Interrupts' and new index
5295 entry `interrupts (remote protocol)'.
5296
5f3bebba
JB
52972005-11-18 Jim Blandy <jimb@redhat.com>
5298
5299 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
5300 entries into the General Query Packets section. Add a
5301 cross-reference to that section. Drop description of replies, as
5302 these are covered in the descriptions of each packet.
5303 (General Query Packets): Add introductory text. Explain naming
5304 conventions, and how the end of a name is recognized.
5305
9a7a1b36
KB
53062005-11-17 Kevin Buettner <kevinb@redhat.com>
5307
0564b6cf 5308 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
5309 "set remotebreak" command.
5310
b8ff78ce
JB
53112005-11-16 Jim Blandy <jimb@redhat.com>
5312
5313 * gdb.texinfo (Packets, Stop Reply Packets)
5314 (General Query Packets): Various formatting cleanups.
5315 - Use @samp for packet contents.
5316 - Drop summaries from packet @item lines; the same information appears
5317 immediately below in the description.
5318 - Delete paragraph breaks after packet @item commands, so that the
5319 description appears directly to the right of the packet prototype
5320 in the printed manual, if it fits.
5321 - Place spaces in packet prototypes between @vars and non-@var
5322 letters, and explain that they're just for formatting.
5323 - Use @dots{} instead of '...'.
5324 - Fix uses of @code where @var was needed.
5325 - Replace "deprecated" markers with English text spelling out the
5326 packet's status and the preferred alternatives.
5327 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
5328 what this ever meant.
5329 - Remove "(draft)" markers on 'i' packets; nobody has commented on
5330 this for a long time.
5331 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
5332 implemented several times, and have been in use for years.
5333
8ffe2530
JB
53342005-11-15 Jim Blandy <jimb@redhat.com>
5335
c43c5473
JB
5336 * gdb.texinfo (Packets): Add index entries for 'm' packet
5337 disclaimers.
5ae4183a 5338
fb031cdf
JB
5339 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
5340 of stub when processing an 'm' packet.
5341
8ffe2530
JB
5342 * gdb.texinfo (Packets): Mention that packets beginning with
5343 letters are reserved once, at the top, instead of actually listing
5344 them all and saying "reserved".
5345
c03c782f
AS
53462005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
5347
5348 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
5349 Change @var{$arg0 to @code{$arg0.
5350
814e32d7
WZ
53512005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
5352
5353 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
5354
fa93a9d8
JB
53552005-11-12 Jim Blandy <jimb@redhat.com>
5356
5357 * gdb.texinfo (General Query Packets): Put packets in alphabetical
5358 order. Remove extraneous 'z'.
5359
8a5a3c82
AS
53602005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
5361
5362 * gdb.texinfo (Choosing files): Add --eval-command.
5363
4b0ad762
AS
53642005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
5365
5366 * gdb.texinfo (Choosing modes): Add --return-child-result.
5367
5368
1a088d06
AS
53692005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
5370
5371 * gdb.texinfo (Choosing modes): Add --batch-silent.
5372
656d5e12
EZ
53732005-10-28 Eli Zaretskii <eliz@gnu.org>
5374
5375 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
5376 "The -var-update Command".
5377
3c9c013a
JB
53782005-10-03 Joel Brobecker <brobecker@adacore.com>
5379
5380 * gdb.texinfo (Print Settings): Add documentation for set/show
5381 print array-indexes.
5382
7ba3cf9c
DJ
53832005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
5384
5385 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
5386 6.2 and 6.3.
5387
a94ab193
EZ
53882005-08-27 Eli Zaretskii <eliz@gnu.org>
5389
5390 * gdb.texinfo (File Options): Don't document --mapped, it's gone
5391 since 19-Jan-2004.
5392 (Files): Likewise.
ab1adacd
EZ
5393 (Variables, Symbols): Document the "<incomplete type>" message and
5394 its reasons.
a94ab193 5395
ca06016a
FF
53962005-08-01 Fred Fish <fnf@specifix.com>
5397
5398 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
5399
cf58170d
NR
54002005-07-15 Nick Roberts <nickrob@snap.net.nz>
5401
5402 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
5403 option for -var-list-children and -var-update.
5404 (GDB/MI Stack Manipulation): Simplify description of
5405 print-values option for -stack-list-locals.
5406 (GDB/MI Command Description Format): Clarify.
5407 (Mode Options): Spelling of superseded.
5408
38f1196a
BR
54092005-07-12 Bob Rossi <bob@brasko.net>
5410
5411 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
5412 corresponding GDB command comment.
5413
3cb3b8df
BR
54142005-07-06 Bob Rossi <bob@brasko.net>
5415
5416 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
5417 and -inferior-tty-show.
5418 (Input/Output): Document "set/show inferior-tty" and tty alias.
5419
10fac096
NW
54202005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
5421
5422 * gdb.texinfo (Packets): Change description of 'D' packet to note
5423 that GDB does wait for a response.
5424
d1b6db76
NR
54252005-06-22 Nick Roberts <nickrob@snap.net.nz>
5426
5427 * gdb.texinfo (History) Rename "Command History".
5428 (Command History): Move node "Server Prefix" from section on
5429 Annotations here.
5430
29629dcf
NR
54312005-06-19 Nick Roberts <nickrob@snap.net.nz>
5432
5433 * gdb.texinfo (GDB/MI Stack Manipulation):
5434 Re-instate -stack-info-frame with example. Say that it gets
5435 info on selected frame, not current frame.
5436
397ca115
EZ
54372005-06-18 Eli Zaretskii <eliz@gnu.org>
5438
5439 * gdb.texinfo (Server): Clarify that `file' should be used before
5440 connecting to the server.
5441 (Files): Add an xref to the above description.
51274035
EZ
5442 (Output Formats): More detailed description of the `c' format.
5443 (Memory): List explicitly all the formats supported by `x'.
638ac427 5444 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 5445 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
5446 files. Add more indexing for solib-absolute-prefix and
5447 --with-sysroot.
76d17f34
EZ
5448 (Machine Code): Document possible problems with locations in
5449 shared libraries.
d416eeec
EZ
5450 (Backtrace): Document that free-standing environments do not need
5451 to have a `main' function.
397ca115 5452
74f6deaa
NR
54532005-06-18 Nick Roberts <nickrob@snap.net.nz>
5454
5455 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
5456 -stack-info-frame.
5457
a9967aef
AC
54582005-06-07 Andrew Cagney <cagney@gnu.org>
5459
5460 * gdb.texinfo (Contributors): Note the original multi-arch
5461 contributors.
5462
e09f16f9
EZ
54632005-06-03 Eli Zaretskii <eliz@gnu.org>
5464
5465 * gdb.texinfo (Registers): Add index entries for the standard
5466 registers.
5467 (Frames): Add cross-reference from frame pointer description to
5468 the Registers node.
5469 (Annotations Overview): Fix the reference to GDB name.
5470
d87ba7ee
EZ
54712005-06-01 Eli Zaretskii <eliz@gnu.org>
5472
5473 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
5474 can-use-hw-watchpoints.
5475
034dad6f
BR
54762005-05-28 Bob Rossi <bob@brasko.net>
5477
5478 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
5479 the possible reasons why an exec async record would be returned to FE.
5480
ffed4509
AC
54812005-05-26 Andrew Cagney <cagney@gnu.org>
5482
5483 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
5484 Andrew Cagney implemented the original GDB/MI.
5485
e22e55c9
OF
54862005-05-23 Orjan Friberg <orjanf@axis.com>
5487
5488 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
5489 documentation. Add documentation for cris-mode.
5490
a78e13ce
EZ
54912005-05-20 Eli Zaretskii <eliz@gnu.org>
5492
5493 * gdb.texinfo (Numbers): Explain the example and make the wording
5494 more acurate.
5495
76ff342d
DJ
54962005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
5497 Dennis Brueni <dennis@slickedit.com>
5498
5499 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
5500 (GDB/MI Data Manipulation, GDB/MI Program Control)
5501 (GDB/MI Stack Manipulation): Update examples to include the fullname
5502 attribute in stack frames.
5503
119b882a
EZ
55042005-05-12 Eli Zaretskii <eliz@gnu.org>
5505
5506 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
5507 do with other non-standard names of init files.
5508
6fc08d32
EZ
55092005-05-11 Eli Zaretskii <eliz@gnu.org>
5510
5511 * gdb.texinfo (Command Files): Move the description of the startup
5512 from here...
5513 (Startup): ...to this new subsection of the Invocation chapter.
5514 Rearrange the description of init files more logically and add a
5515 cross-reference to "Command Files". Document the special gdbinit
5516 name for CISCO 68k. Expand the description of what GDB does
5517 during startup.
5518 (History): Add index entry for HISTSIZE.
5519
a561754a
MK
55202005-05-02 Mark Kettenis <kettenis@gnu.org>
5521
5522 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
5523
2eecc4ab
EZ
55242005-05-02 Eli Zaretskii <eliz@gnu.org>
5525
5526 * gdb.texinfo (SVR4 Process Information, The isatty call)
5527 (The system call): Don't use foo(N) notation for man pages and
5528 functions.
514c4d71 5529 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 5530
18999be5
EZ
55312005-04-27 Eli Zaretskii <eliz@gnu.org>
5532
5533 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
5534 were optimized away.
5535
0abb7bc7
EZ
55362005-04-22 Eli Zaretskii <eliz@gnu.org>
5537
5538 * gdb.texinfo (Remote configuration): Document "set/show
5539 get-thread-local-storage-address". Add cross-reference to the
5540 description of the qGetTLSAddr packet.
5541 (General Query Packets): Mention "set remote
5542 get-thread-local-storage-address" and add a reference to its
5543 description.
5544
6f61acb1
NR
55452005-04-19 Nick Roberts <nickrob@snap.net.nz>
5546
5547 * gdb.texinfo (Backtrace): Describe 'bt full'.
5548
9d59903a
NR
55492005-04-17 Nick Roberts <nickrob@snap.net.nz>
5550
5551 * gdb.texinfo (Mode Options): Fix typo.
5552 (GDB/MI): Describe how to invoke GDB/MI.
5553
721c2651
EZ
55542005-04-16 Eli Zaretskii <eliz@gnu.org>
5555
5556 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 5557 references changed. Add description of "info udot".
721c2651
EZ
5558 (Files): Document "set/show stop-on-solib-events".
5559 (M32R/D): Document "set/show download-path", "set/show
5560 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
5561 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
5562 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
5563 (Maintenance Commands): Improve indexing.
5564 (Target Commands): Document "set/show hash", "set/show debug
5565 monitor".
5566 (SVR4 Process Information): Document "info pidlist" and "info
5567 meminfo". Document "set/show procfs-tarce" and "set/show
5568 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
5569 (Symbols, The Print Command with Objective-C): Improve indexing.
5570 (Objective-C): Add references to "info classes" and "info
5571 selectors".
c45da7e6
EZ
5572 (Debugging Output): Improve wording. Document "set/show debug
5573 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
5574 (Set Breaks): Add index entry for "hardware breakpoints".
5575 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
5576 and "set/show usehardbreakpoints".
5577 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
5578 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
5579 (ARM): Document "rdilogfile", "rdilogenable", "set/show
5580 rdiromatzero", "set/show rdiheartbeat".
5581 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
5582 "sds".
5583 (Embedded Processors): Document the "sim" command.
5584 (Remote): Document the "remote" command.
5585 (DJGPP Native): Document the "info serial" command.
5586 (Threads): Document "maint info sol-threads".
5587 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
5588 (Set Breaks): Improve indexing.
5589 (Command Syntax): Add a reference to dont-repeat.
5590 (Define): Document "dont-repeat".
5591 (TUI Commands): Document "tabset".
5592 (WinCE): New subsection. Document "set/show remotedirectory",
5593 "set/show remoteupload", "set/show remoteaddhost".
721c2651 5594
14d6dd68
EZ
55952005-04-15 Eli Zaretskii <eliz@gnu.org>
5596
5597 * gdb.texinfo (Hurd Native): New subsection, documents
5598 Hurd-specific commands.
a64548ea 5599 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 5600 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
5601 (MIPS): Improve documentation of heuristic-fence-post. Document
5602 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
5603 mips stack-arg-size", "set/show mips mask-address", "set/show mips
5604 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 5605 (ARM): Document ARM-specific commands.
a64548ea
EZ
5606 (AVR): New section. Document "info io_registers".
5607 (CRIS): New section. Document "set/show cris-version" and
5608 "set/show cris-dwarf2-cfi".
5609 (HPPA): New section. Document "set/show debug hppa" and "maint
5610 print unwind".
a5adf40f 5611 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 5612 (Super-H): New section. Document the "regs" command.
721c2651 5613 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 5614
9c16f35a
EZ
56152005-04-09 Eli Zaretskii <eliz@gnu.org>
5616
5617 * gdb.texinfo (Print Settings): Document "set/show print
5618 pascal_static-members", "set print repeats", "show print
5619 null-stop". Improve indexing. Fix documentation of "set print
5620 union".
5621 (Pascal): New section.
5622 (Supported languages): Rename from "Support"; all references
5623 updated. Add a menu item for Pascal.
5624 (Numbers): Document "set radix.
5625 (Screen Size): Document "set/show pagination".
5626 (MIPS Embedded): Remove "set processor" documentation.
5627 (Remote configuration): Document "set/show X/P/Z-packet",
5628 "set/show read-aux-vector-packet", "set/show remote
5629 symbol-lookup-packet", "set/show remote verbose-resume-packet",
5630 "set/show remoteaddresssize", "set/show remotebaud", "set/show
5631 remotedebug", "set/show remotebreak", "set/show remotedevice",
5632 "set/show remotelogfile".
5633 (Auxiliary Vector): Add reference to the description of the
5634 read-aux-vector-packet setting.
5635 (Set Watchpoints): Add a cross-reference to "set remote
5636 hardware-breakpoint-limit".
5637 (General Query Packets): Add indexing of requests and
5638 cross-references to related commands in "Remote configuration".
5639 (File-I/O Overview, The system call): Fix wording and typos.
5640 (Thread Stops): Add index entries.
5641 (Continuing and Stepping): Document "show step-mode".
5642 (i386): New node. Document "set/show struct-convention".
5643 (Files): Document "show trust-readonly-sections".
5644 (Calling): Document "set/show unwindonsignal".
5645 (Messages/Warnings): Add index entries.
5646 (Maintenance Commands): Document "set/show watchdog".
5647 (Annotations Overview): Document "show annotate".
5648 (Set Watchpoints): Add index entries.
5649 (Symbols): Fix doc of case-sensitive.
5650 (ABI): Document "show coerce-float-to-double".
5651 (Convenience Vars, Help): Improve indexing.
5652 (Machine Code): Document "show disassembly-flavor".
5653 (Debugging C plus plus): Document "show overload-resolution".
5654 (Value History, Signaling): Add index entries.
5655
56562005-04-08 Eli Zaretskii <eliz@gnu.org>
5657
5658 * gdb.texinfo (Show): Move @kindex entries to their proper places.
5659 (Processes): Fix wording.
5660 (History, List, Logging output, Define, Symbols, Print Settings):
5661 Improve indexing.
5662
a8f24a35
EZ
56632005-04-03 Eli Zaretskii <eliz@gnu.org>
5664
5665 * gdb.texinfo (Targets): Document "set/show architecture". Remove
5666 redundant index entry for "target" command.
5667 (Backtrace): Add index entries.
5668 (Symbols, Fortran): Document the "set case-sensitive" command.
5669 (DJGPP Native): Document "set com1base", "set com1irq", etc.
5670 (Print Settings): Add index entry for "set demangle-style".
5671 (Target Commands): Document "set download-write-size".
5672 (Debugging Output): Document "set exec-done-display".
5673
09d4efe1
EZ
56742005-04-02 Eli Zaretskii <eliz@gnu.org>
5675
5676 * gdb.texinfo (Files): Fix the name and documentation of
5677 add-shared-symbol-files. Document its alias assf. Update the
5678 list of OSs where GDB supports shared libraries. Fix markup.
5679 (Continuing and Stepping): Add reference to @var{location} in the
5680 text.
5681 (Dump/Restore Files): Fix reference to @{filename}.
5682 (Help): Fix wording.
5683 (Attach): Ditto.
5684 (Set Watchpoints): Ditto.
5685 (Backtrace): Remove redundant index entries. Improve index
5686 entries.
5687 (Delete Breaks): Fix wording.
5688 (Memory): Document the compare-sections command.
5689 (Memory Region Attributes): Improve wording.
5690 (Disabling): Improve wording.
5691 (Fortran): New subsection. Document the "info common" command.
5692 (Help): Document aliases "info copying" and "info warranty".
5693 (Caching Remote Data): New section. Document the "set/show
5694 remotecache" and "info dcache" commands.
5695 (Show): Fix wording of the documentation of the "set
5696 extension-language" command.
5697 (Signals): Add index entry for "info handle".
5698 (Memory Region Attributes): Fix punctuation.
5699 (Symbols): Change the arg name to "location" and refer to it in
5700 the text. Fix wording of "info types" doc.
5701 (Threads): Fix usage of @enumerate @item's.
5702 (Listing Tracepoints): Add index entry for "info tp".
5703 (Set Watchpoints): Add xref to "info break" description.
5704 (Macros): Add an index entry for "macro exp1". Document the
5705 "macro list" command.
5706 (Maintenance Commands): Document "flushregs", "maint agent",
5707 "maint check-symtabs", "maint cplus", "maint demangle", "maint
5708 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
5709 "maint print architecture", "maint print objfiles", "maint print
5710 statistics", "maint print type", "maint show-debug-regs", "maint
5711 space", "maint time", and "maint translate-address".
5712 (Connecting): Document the "monitor" command.
5713 (Annotations Overview): Describe the "set annotate" command.
5714
82f2d802
EZ
57152005-04-01 Eli Zaretskii <eliz@gnu.org>
5716
5717 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
5718 Rearrange index entries and improve wording about support for
5719 hardware watchpoints.
5720
7d51c7de
BR
57212005-03-10 Bob Rossi <bob@brasko.net>
5722
5723 * gdb.texinfo: Update copyright
5724
68c71a2e
TR
57252005-02-09 Theodore A. Roth <troth@openavr.org>
5726
5727 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
5728 error.
5729
83761cbd
KB
57302005-02-03 Kevin Buettner <kevinb@redhat.com>
5731
5732 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
5733
9f1c6395
MS
57342005-01-17 Michael Snyder <msnyder@redhat.com>
5735
5736 * gdb.texinfo: Fix spelling, infinte -> infinite.
5737
fbd1b305
MK
57382005-01-08 Mark Kettenis <kettenis@gnu.org>
5739
5740 * observer.texi (GDB Observers): Document "solib_loaded".
5741
3ace7edb
AC
57422005-01-07 Andrew Cagney <cagney@gnu.org>
5743
bec39cab
AC
5744 * configure.ac: Rename configure.in, require autoconf 2.59.
5745 * configure: Re-generate.
5746
3ace7edb
AC
5747 * configure.in: Replace configdirs with multiple references to
5748 AC_CONFIG_SUBDIRS.
5749 * configure: Re-generate.
5ae4183a 5750
53531fc1
AC
57512005-01-04 Andrew Cagney <cagney@gnu.org>
5752
5753 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
5754 part of the version number.
5755
536ffdb7
MK
57562004-12-24 Mark Kettenis <kettenis@gnu.org>
5757
5758 * gdbint.texinfo (Algorithms): Remove description of
5759 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
5760
e1aac25b
JB
57612004-12-07 Jim Blandy <jimb@redhat.com>
5762
5763 * gdb.texinfo (General Query Packets): Specify that thread ID's in
5764 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
5765 numbers.
5766
f47b1503
AS
57672004-12-07 Andreas Schwab <schwab@suse.de>
5768
5769 * gdb.texinfo (Mode Options): Document -l option.
5770
b6b8ece6
EZ
57712004-12-04 Eli Zaretskii <eliz@gnu.org>
5772
5773 * gdbint.texinfo (Algorithms): More accurate description of
5774 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
5775 is not needed unless data-read and data-access watchpoints are
5776 supported. Add a description of how GDB checks whether the
5777 inferior stopped because a watchpoint was hit.
5778
01371747
EZ
57792004-11-23 Eli Zaretskii <eliz@gnu.org>
5780
5781 * gdb.texinfo (Files): Add cross-reference to description of
5782 -readnow command-line switch.
5783
2315ffec
RC
57842004-11-10 Randolph Chung <tausq@debian.org>
5785
5786 * gdb.texinfo: Document set/show backtrace past-entry commands.
5787 Rearrange index entries for set/show backtrace past-main.
5788
69065f5d
AC
57892004-11-10 Jon Beniston <jon@beniston.com>
5790
5791 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
5792 * gdb.texinfo (Remote Serial Protocol): Further describe
5793 binary transfer escaping mechanism .
69065f5d 5794
30e91e0b
RC
57952004-11-08 Randolph Chung <tausq@debian.org>
5796
5797 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
5798 and "show debug infrun". Add index entries.
5799
60bf7e09
EZ
58002004-10-23 Eli Zaretskii <eliz@gnu.org>
5801
5802 * gdb.texinfo (SVR4 Process Information): Document subcommands of
5803 "info proc" that are already implemented. Add index entries.
5804 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
5805 (Files): Add a tip for decreasing memory used for symtabs from
5806 shared libraries.
f018e82f
EZ
5807 (Starting): Fix whitespace; make "elaboration" stand out where it
5808 is first used, and add an index entry for the term.
f8568604
EZ
5809 (Calling): Expand and elaborate text. Add "print". Add the
5810 description of problems with weak aliases.
384ee23f 5811 (Core File Generation): New section.
60bf7e09 5812
d52fe014
AC
58132004-10-12 Andrew Cagney <cagney@gnu.org>
5814
5815 * gdbint.texinfo (Versions and Branches): New chapter.
5816 (Releasing GDB): Delete "Versions and Branches" section.
5817 (Top): Add "Versions and Branches".
5818
703663ab
EZ
58192004-10-08 Eli Zaretskii <eliz@gnu.org>
5820
5821 * gdb.texinfo (Editing, History): Add cross-references to the
5822 included Readline and History user documentation. Remove
5823 references to the symbol have-readline-appendices which is unused
5824 and undefined.
5825 (History): Fix indexing.
5826
ac77d04f
JJ
58272004-10-08 Jeff Johnston <jjohnstn@redhat.com>
5828
5829 * gdbint.texinfo (target_stopped_data_address): Update to
5830 new prototype.
5831 (i386_stopped_data_address): Update prototype and description.
5832 (i386_stopped_by_watchpoint): New function and description.
5833
e07c999f
PH
58342004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
5835
5836 * gdb.texinfo (Filenames): Add Ada suffixes.
5837 (Ada) New section.
5838
2e868123
AC
58392004-09-27 Andrew Cagney <cagney@gnu.org>
5840 Robert Picco <Robert.Picco@hp.com>
5841
5842 * gdb.texinfo (Packets): Document the "p" packet.
5843
02a57714
JM
58442004-09-21 Jason Molenda (jmolenda@apple.com)
5845
5846 * gdb.texinfo (Paths and Names of the Source Files): Document the
5847 meaning of values in the 'desc' field of a SO stab.
5848
ae038cb0
DJ
58492004-09-20 Daniel Jacobowitz <dan@debian.org>
5850
5851 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
5852 max-cache-age" and "maint show dwarf2 max-cache-age".
5853
f7dc1244
EZ
58542004-09-16 Eli Zaretskii <eliz@gnu.org>
5855
5856 * gdb.texinfo (Set Breaks): Add index entry for setting
5857 breakpoints on overloaded C++ functions that are not members of
5858 any classes. Add an example and an index entry for setting
5859 breakpoints on all program functions.
5860 (Character Sets, Macros, Overlay Commands)
5861 (Non-debug DLL symbols, GDB/MI Output Syntax)
5862 (Annotations Overview, Maintenance Commands, File-I/O Overview):
5863 Use "(@value{GDBP})" instead of a literal "(gdb)".
5864
f810308b
AC
58652004-09-12 Andrew Cagney <cagney@gnu.org>
5866
5867 * gdbint.texinfo (Native Debugging): Delete description of
5868 FILES_INFO_HOOK.
5869
15a661f3
PH
58702004-09-11 Paul Hilfinger <hilfinger@gnat.com>
5871
5ae4183a
AS
5872 * gdbint.texinfo (User Interface): Change local_hex_string_custom
5873 to hex_string_custom (not historically correct, but more
15a661f3
PH
5874 understandable, given the current code).
5875
f3219c75
AC
58762004-09-03 Andrew Cagney <cagney@gnu.org>
5877
5878 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
5879
f3bb6704
JJ
58802004-09-01 Jeff Johnston <jjohnstn@redhat.com>
5881
5882 * observer.texi (solib_unloaded): New observer.
5883
8d2c00cb
AC
58842004-08-24 Andrew Cagney <cagney@gnu.org>
5885
5886 * gdbint.texinfo (Target Architecture Definition): Add missing
5887 comma.
5888
e7dc800a
MC
58892004-08-20 Michael Chastain <mec.gnu@mindspring.com>
5890
5891 * (Using the Testsuite): build != host is supported,
5892 but some test scripts do not support build != host.
5893
73b03683
MK
58942004-08-14 Mark Kettenis <kettenis@gnu.org>
5895
5896 * gdbint.texinfo (Host Definition): Delete description of
5897 FCLOSE_PROVIDED and GETENV_PROVIDED.
5898
c0ccb908
MK
58992004-08-05 Mark Kettenis <kettenis@chello.nl>
5900
5901 * gdbint.texinfo (Host Definition): Delete description of
5902 NO_SYS_FILE.
5903 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
5904 PTRACE_FP_BUG.
5905
9c8dbfa9
AC
59062004-08-05 Andrew Cagney <cagney@gnu.org>
5907
5908 * gdbint.texinfo (Target Architecture Definition): Delete
5909 reference to deprecated_read_fp.
5910
f42accbe
AC
59112004-08-02 Andrew Cagney <cagney@gnu.org>
5912
5913 * gdbint.texinfo (Target Architecture Definition): Delete
5914 description of DEPRECATED_REGISTER_BYTES.
5915
0b66e38c
EZ
59162004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
5917
5918 * gdb.texinfo (Source Path): Document the new behavior of
5919 searching for the source files.
5920
15387254
EZ
59212004-07-17 Eli Zaretskii <eliz@gnu.org>
5922
5923 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
5924 (Search, Expressions, Arrays, Variables, Data, Machine Code)
5925 (Auto Display): Improve indexing.
5926
2c07db7a
AC
59272004-07-16 Andrew Cagney <cagney@gnu.org>
5928
5929 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
5930 "-noasync".
5931
4644b6e3
EZ
59322004-07-09 Eli Zaretskii <eliz@gnu.org>
5933
5934 * gdb.texinfo: Fix @kindex entries so that multiple commands that
5935 have the same prefix have only their prefix in the index.
5936
7561d450
MK
59372004-07-03 Mark Kettenis <kettenis@gnu.org>
5938
5939 * gdb.texinfo (BSD libkvm Interface): New node (section)
5940 (Native): Add it to the menu.
5941
67bebe79
MK
59422004-07-01 Mark Kettenis <kettenis@gnu.org>
5943
5944 * gdbint.texinfo (Target Architecture Definition): Remove
5945 PCC_SOL_BROKEN.
5946
1a6923e0
MK
59472004-06-24 Mark Kettenis <kettenis@gnu.org>
5948
5949 * gdbint.texinfo (Target Architecture Definition): Remove
5950 SUN_FIXED_LBRAC_BUG.
5951
b435e160
AC
59522004-06-26 Andrew Cagney <cagney@gnu.org>
5953
5954 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
5955
b5622e8d
AC
59562004-06-20 Andrew Cagney <cagney@gnu.org>
5957
5958 * gdbint.texinfo (Target Architecture Definition): Deprecate
5959 USE_STRUCT_CONVENTION.
5960
e0c07bf0
MC
59612004-06-19 Michael Chastain <mec.gnu@mindspring.com>
5962
5963 gdb.texinfo (Bug Reporting): Mention session recording,
5964 with the script command or Emacs.
5965
782263ab
AC
59662004-06-18 Andrew Cagney <cagney@gnu.org>
5967
5968 * gdbint.texinfo (Target Architecture Definition): Deprecate
5969 FUNCTION_START_OFFSET.
5970
03727ca6
AC
59712004-06-14 Andrew Cagney <cagney@gnu.org>
5972
5973 Based on changes from Karl Berry.
5974 * gdb.texinfo: Do not use @sc in a direntry.
5975 * stabs.texinfo: Change @dircateogry to "Software development".
5976 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
5977
97092415
AC
59782004-06-13 Andrew Cagney <cagney@gnu.org>
5979
5980 * gdbint.texinfo (Target Architecture Definition): Delete
5981 description of RETURN_VALUE_ON_STACK.
5982
1f6d4158
AC
59832004-06-09 Andrew Cagney <cagney@gnu.org>
5984
5985 * gdbint.texinfo (Native Debugging): Restore "@table @code"
5986 deleted by previous patch.
5987
d966f0cb
AC
59882004-06-08 Andrew Cagney <cagney@gnu.org>
5989
5990 * gdbint.texinfo (Native Debugging): Delete documentation on
5991 ATTACH_DETACH.
5992
86fe4aaa
RC
59932004-06-06 Randolph Chung <tausq@debian.org>
5994
5995 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
5996
d4b6d575
RC
59972004-06-06 Randolph Chung <tausq@debian.org>
5998
5ae4183a 5999 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
6000 the new push_dummy_call method signature. Describe the function
6001 argument.
6002
4e8b0763
JB
60032004-05-24 Joel Brobecker <brobecker@gnat.com>
6004
6005 * gdb.texinfo (Starting): Document new start command.
6006
59caf092
AC
60072004-05-21 Andrew Cagney <cagney@redhat.com>
6008
6009 * observer.texi (GDB Observers): Document "inferior_created".
6010
e4a2df64
AC
60112004-05-08 Andrew Cagney <cagney@redhat.com>
6012
e6b55ae2
AC
6013 * gdbint.texinfo (Target Architecture Definition): Delete
6014 description of DO_DEFERRED_STORES.
6015
28954179
AC
6016 * gdbint.texinfo (Target Architecture Definition): Delete
6017 references to DEPRECATED_FIX_CALL_DUMMY.
6018
434b87dd
AC
6019 * gdbint.texinfo (Target Architecture Definition): Delete
6020 description of DEPRECATED_CALL_DUMMY_WORDS,
6021 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
6022
58d28df8
AC
6023 * gdbint.texinfo (Target Architecture Definition): Delete
6024 description of DEPRECATED_PUSH_DUMMY_FRAME.
6025
e4a2df64
AC
6026 * gdbint.texinfo (Target Architecture Definition): Delete
6027 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
6028
2b4855ab
AC
60292004-05-07 Andrew Cagney <cagney@redhat.com>
6030
6031 * observer.texi (GDB Observers): Add "Debugging" section. Include
6032 cross reference to "set/show debug observer".
6033 * gdb.texinfo (Debugging Output): Document "set/show debug
6034 observer".
6035
fcf70625
AC
60362004-05-01 Andrew Cagney <cagney@redhat.com>
6037
6038 * gdbint.texinfo (Target Architecture Definition): Delete
6039 description of DEPRECATED_PC_IN_SIGTRAMP.
6040
8ee56bcf
AC
60412004-04-30 Andrew Cagney <cagney@redhat.com>
6042
6043 * gdbint.texinfo (Target Architecture Definition): Delete
6044 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
6045
67ab9a76
OF
60462004-04-30 Orjan Friberg <orjanf@axis.com>
6047
6048 * observer.texi (GDB Observers): Correct spelling.
6049
79346bcb
OF
60502004-04-26 Orjan Friberg <orjanf@axis.com>
6051
6052 * observer.texi (GDB Observers): Add target_changed event.
6053
7a464420
AC
60542004-04-08 Andrew Cagney <cagney@redhat.com>
6055
6056 * observer.texi (GDB Observers): Rework, provide generic observer
6057 definitions and then a list of observable events.
6058
6cdf9d98
AC
60592004-04-04 Andrew Cagney <cagney@redhat.com>
6060
6061 * gdbint.texinfo (Host Definition): Delete reference to
6062 NO_SIGINTERRUPT.
6063
ddc135a4
AC
60642004-04-02 Andrew Cagney <cagney@redhat.com>
6065
6066 * gdbint.texinfo (Target Architecture Definition): Delete
6067 reference to DEPRECATED_CALL_DUMMY_LENGTH.
6068
6a1b180d
SC
60692004-03-28 Stephane Carrez <stcarrez@nerim.fr>
6070
6071 * gdb.texinfo (TUI Commands): Document tui reg commands.
6072
d0d5df6f
AC
60732004-03-26 Andrew Cagney <cagney@redhat.com>
6074
6075 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
6076 "gdbtui".
6077 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
6078 (Contributors): Mention both Text and Terminal User Interface.
6079
aa2a3f87
AC
60802004-03-23 Andrew Cagney <cagney@redhat.com>
6081
6082 * gdbint.texinfo (Target Architecture Definition): Deprecate
6083 references to SIGTRAMP_START and SIGTRAMP_END.
6084
f561f026
AC
60852004-03-23 Andrew Cagney <cagney@redhat.com>
6086
6087 * gdbint.texinfo (Target Architecture Definition): Deprecate
6088 references to PC_IN_SIGTRAMP.
6089
33cb8b0f
AC
60902004-03-19 Andrew Cagney <cagney@redhat.com>
6091
6092 * gdbint.texinfo (Target Architecture Definition): Delete
6093 reference to GDB_TARGET_IS_HPPA.
6094
fc989b7a
AC
60952004-03-18 Andrew Cagney <cagney@redhat.com>
6096
6097 * gdbint.texinfo (Coding): Update section on gdbarch_data,
6098 describe pre_init and post_init.
6099
701b08bb
DJ
61002004-03-09 Daniel Jacobowitz <drow@mvista.com>
6101
6102 * gdb.texinfo (Debugging Output): Document values for "set debug
6103 target".
6104
faae5abe
AC
61052004-02-28 Andrew Cagney <cagney@redhat.com>
6106
6107 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
6108
dd79a6cf
JJ
61092004-02-26 Jeff Johnston <jjohnstn@redhat.com>
6110
6111 * gdb.texinfo (breakpoints): Add information about the
6112 new "set breakpoint pending" and "show breakpoint pending"
6113 commands.
6114
e7f16015
AC
61152004-02-26 Andrew Cagney <cagney@redhat.com>
6116
6117 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
6118 in Per-architecture module data section.
6119
7161a3a6
RM
61202004-02-25 Roland McGrath <roland@redhat.com>
6121
6122 * gdb.texinfo (General Query Packets): Document qPart:... packets.
6123
2154891a
AC
61242004-02-24 Andrew Cagney <cagney@redhat.com>
6125
6126 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
6127 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
6128 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 6129
6c74ac8b
AC
61302004-02-17 Andrew Cagney <cagney@redhat.com>
6131
6132 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
6133
19772a2c
AC
61342004-02-16 Andrew Cagney <cagney@redhat.com>
6135
6136 * gdbint.texinfo (Target Architecture Definition): Deprecate
6137 FRAMELESS_FUNCTION_INVOCATION.
6138
c9830293
AC
61392004-02-16 Andrew Cagney <cagney@redhat.com>
6140
6141 * gdbint.texinfo (Coding): Mention -Wunused-function.
6142
b9d26eb9
AC
61432004-02-14 Andrew Cagney <cagney@redhat.com>
6144
6145 * gdbint.texinfo (Target Architecture Definition): Delete
6146 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
6147
49efadf5
EZ
61482004-02-12 Elena Zannoni <ezannoni@redhat.com>
6149
6150 * gdb.texinfo: Properly quote the name "C++".
6151 * gdbint.texinfo: Ditto.
6152 * stabs.texinfo: Ditto.
6153
1eb288ea
EZ
61542004-02-11 Elena Zannoni <ezannoni@redhat.com>
6155
6156 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
6157 minimal information about libiberty.
6158
e4937fc1
MC
61592004-02-06 Michael Chastain <mec.gnu@mindspring.com>
6160
6161 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
6162
a9331b3f
RM
61632004-02-04 Roland McGrath <roland@redhat.com>
6164
6165 * gdb.texinfo (Auxiliary Vector): New node (section).
6166 (Data): Add it to the menu.
6167
2650777c
JJ
61682004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6169
6170 * gdb.texinfo (Breakpoints): Add information about pending
6171 breakpoint support.
6172
b4501125
AC
61732004-01-26 Andrew Cagney <cagney@redhat.com>
6174
6175 * gdb.texinfo (Overview): Delete references to the cisco protocol
6176 including the "N" response.
6177
74055713
AC
61782004-01-26 Andrew Cagney <cagney@redhat.com>
6179
6180 * gdbint.texinfo (Target Architecture Definition): Rename
6181 EXTRACT_STRUCT_VALUE_ADDRESS to
6182 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 6183
3bbe9696
EZ
61842004-01-24 Eli Zaretskii <eliz@gnu.org>
6185
6186 * gdb.texinfo (KOD): Document "show os". Add index entries for
6187 "set/show os" and "info cisco" commands.
6188
5843504f
EZ
61892004-01-21 Eli Zaretskii <eliz@gnu.org>
6190
6191 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
6192
9175c9a3
MC
61932004-01-19 Michael Chastain <mec.gnu@mindspring.com>
6194
6195 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
6196 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
6197
8e94b928
NR
61982004-01-19 Nick Roberts <nick@nick.uklinux.net>
6199
6200 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
6201 -stack-list-locals.
6202 (GDB/MI Variable Objects): Describe extension to
6203 -var-list-children.
6204
a20cf136
DJ
62052004-01-17 Daniel Jacobowitz <drow@mvista.com>
6206
6207 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
6208
afb18d0f
AC
62092004-01-17 Andrew Cagney <cagney@redhat.com>
6210
6211 * gdbint.texinfo (Target Architecture Definition): Delete
6212 documentation on DEPRECATED_NPC_REGNUM.
6213
b51970ac
DJ
62142004-01-13 Daniel Jacobowitz <drow@mvista.com>
6215
6216 * gdb.texinfo: Update copyright year. Mention that set
6217 follow-fork-mode is supported on GNU/Linux. Remove documentation of
6218 "set follow-fork-mode ask".
6219
0f0cffd2
AC
62202004-01-13 Andrew Cagney <cagney@redhat.com>
6221
6222 * gdbint.texinfo: Update copyright year.
6223 (Coding): Add -Wunused-label to list of -Werror warnings.
6224
c552b3bb 62252004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 6226 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
6227
6228 * gdb.texinfo: Update copyright.
6229 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
6230 around names, as appropriate. Minor syntax cleanup of
6231 _NSPrintForDebugger explanation. Two spaces after periods.
6232 GDBN used instead of lit. "gdb". Index entries added for
6233 print-object and _NSPrintForDebugger. @noindent added in one spot.
6234
afe157ca
EZ
62352003-11-11 Elena Zannoni <ezannoni@redhat.com>
6236
6237 * stabs.texinfo: Add dircategory and direntry commands.
6238 * annotate.texinfo: Ditto.
6239
963e2bb7
AC
62402003-11-10 Andrew Cagney <cagney@redhat.com>
6241
6242 * gdbint.texinfo (Target Architecture Definition): Replace the
6243 return_value method's "inval" and "outval" parameters with
6244 "readbuf" and "writebuf".
6245
1d8b2f28
JB
62462003-10-28 Jim Blandy <jimb@redhat.com>
6247
6248 * gdb.texinfo (The F request packet, The F reply packet): Renamed
6249 from "The `F' request packet" and "The `F' reply packet", to make
6250 texi2dvi happy.
6251 (File-I/O remote protocol extension): Update menu entries, too.
6252
36d86913
MC
62532003-10-26 Michael Chastain <mec@shout.net>
6254
6255 * gdb.texinfo (Thread Stops): Document the issue with
6256 premature return from system calls in multi-threaded programs.
6257
ce2826aa
AC
62582003-10-24 Andrew Cagney <cagney@redhat.com>
6259
6260 * annotate.texinfo: Fix "fortunatly"[sic].
6261
f24c5e49
KI
62622003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
6263
6264 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
6265 with "Hitachi" and "Mitsubishi".
6266
92ad9cd9
AC
62672003-10-20 Andrew Cagney <cagney@redhat.com>
6268
6269 * gdbint.texinfo (Target Architecture Definition): Document
6270 gdbarch_return_value. Add cross references from
6271 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
6272 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
6273
0ab4b752
MK
62742003-10-18 Mark Kettenis <kettenis@gnu.org>
6275
6276 * gdbint.texinfo (Target Architecture Definition): Document
6277 regset_from_core_section.
fb3e19c0
KI
6278
62792003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
6280
6281 * gdb.texinfo (M32R/D): Mention m32rsdi target.
6282
a9331b3f 62832003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
6284
6285 From Anthony Green <green@redhat.com>:
5ae4183a 6286 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 6287
1485d690
KB
62882003-10-14 Kevin Buettner <kevinb@redhat.com>
6289
889bf7c5
PA
6290 * gdb.texinfo (Breakpoint related warnings): New node.
6291 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 6292
86d30acc
DJ
62932003-10-13 Daniel Jacobowitz <drow@mvista.com>
6294
6295 * gdb.texinfo (Remote Protocol): Document v and vCont.
6296
172c2a43
KI
62972003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
6298
6299 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
6300 * gdbint.texinfo: Ditto.
6301
71952f4c
AC
63022003-10-09 Andrew Cagney <cagney@redhat.com>
6303
6304 From 2003-09-18 David Anderson <davea@sgi.com>:
6305 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
6306 "command".
6307
268e2188
AC
63082003-10-03 Andrew Cagney <cagney@redhat.com>
6309
6310 * gdbint.texinfo (Target Architecture Definition): Deprecate
6311 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
6312 just target.
6313
12c266ea 63142003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 6315
f30992d4 6316 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
6317 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
6318 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
6319 * gdbint.texinfo (Target Architecture Definition): Rename
6320
63212003-09-30 Andrew Cagney <cagney@redhat.com>
6322
f30992d4 6323 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 6324 (Target Architecture Definition):
f30992d4 6325
2e092625
AC
6326 * gdbint.texinfo (Target Architecture Definition): Rename
6327 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
6328
0717ae8a
AC
63292003-09-29 Andrew Cagney <cagney@redhat.com>
6330
dad809b7
AC
6331 * gdbint.texinfo (Target Architecture Definition): Delete
6332 documentation for NEED_TEXT_START_END.
6333
0717ae8a
AC
6334 * gdbint.texinfo (Target Architecture Definition): Rename
6335 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
6336 TARGET_WRITE_PC.
a9331b3f 6337
af6cf26d
MC
63382003-09-22 Michael Chastain <mec@shout.net>
6339
6340 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
6341
ee206350
AG
63422003-09-21 Anthony Green <green@redhat.com>
6343
6344 * gdbint.texinfo (Target Architecture Definition): Fix typos.
6345
a38c9fe6
MK
63462003-09-21 Mark Kettenis <kettenis@gnu.org>
6347
6348 * gdbint.texinfo (Target Architecture Definition): Document
6349 stabs_argument_has_addr.
6350
77949794
AC
63512003-09-18 Andrew Cagney <cagney@redhat.com>
6352
6353 * gdbint.texinfo (Target Architecture Definition): Delete
6354 documentation on REGISTER_NAMES.
6355
8e823e25
MK
63562003-09-13 Mark Kettenis <kettenis@gnu.org>
6357
6358 * gdbint.texinfo (Target Architecture Definition): Replace
6359 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
6360
f27dd7fd
AC
63612003-09-11 Andrew Cagney <cagney@redhat.com>
6362
6363 * gdbint.texinfo (Target Architecture Definition): Replace
6364 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
6365
8b148df9
AC
63662003-08-18 Andrew Cagney <cagney@redhat.com>
6367
6368 * gdbint.texinfo (Target Architecture Definition): Document
6369 "frame_red_zone_size".
6370
25d29d70
AC
63712003-08-09 Andrew Cagney <cagney@redhat.com>
6372
6373 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
6374 with "set/show backtrace past-main" and "set/show backtrace
6375 limit".
6376
c938e9b0
L
63772003-08-08 H.J. Lu <hongjiu.lu@intel.com>
6378
6379 * Makefile.in (install-info): Support DESTDIR.
6380 (install-html): Likewise.
6381
64fabec2
AC
63822003-08-07 Andrew Cagney <cagney@redhat.com>
6383
6384 Patch from Nick Roberts.
6385 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
6386 bindings. Remove description of send-gdb-command.
6387
2fcf52f0
AC
63882003-08-07 Andrew Cagney <cagney@redhat.com>
6389
6390 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
6391 GDB 6.0.
6392
086432e2
AC
63932003-08-06 Andrew Cagney <cagney@redhat.com>
6394
6395 * gdb.texinfo (Mode Options): Mention that level three is the
6396 highest available and that level 2 is deprecated.
6397 (Annotations Overview): Mention annotation levels. Cross reference
6398 to "Limitations of the Annotation Interface" in annotate.texi.
6399 (TODO, Value Annotations, Frame Annotations): Delete section.
6400 (Displays, Breakpoint Info): Delete.
6401
e5249f67
AC
64022003-08-04 Andrew Cagney <cagney@redhat.com>
6403
6404 * agentexpr.texi: Delete @bye.
6405 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
6406 (stabs.info): Add $(srcdir) to include search path.
6407 (html): Depend on "annotate_toc.html", and not "annotate.html".
6408 * stabs.texinfo: Ditto. Include "fdl.texi".
6409 * gdbint.texinfo: Update copyright statement's list of invariant
6410 sections.
6411
e6f672d2
AC
64122003-07-28 Andrew Cagney <cagney@redhat.com>
6413
6414 * Makefile.in (INFO_DEPS): Add annotate.info.
6415 (dvi, ps, html, pdf): Add annotate.
6416 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
6417 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
6418 (ANNOTATE_DOC_FILES): New macro.
6419 (ANNOTATE_TEX_TMPS): New macro.
6420 (annotate.info, annotate_toc.html): Specify dependencies.
6421 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
6422 * annotate.texinfo: Rename annotate.texi. Get building. Add
6423 "Migrating to GDB/MI" and "Limitations of the Annotation
6424 Interface" chapters. Mention why it is not part of the user
6425 guide. Update copyright notice. Include "fdl.texi".
6426
72ffddc9
SC
64272003-07-26 Stephane Carrez <stcarrez@nerim.fr>
6428
6429 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
6430
a9f12a31
DJ
64312003-07-24 Daniel Jacobowitz <drow@mvista.com>
6432
6433 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
6434
b1fe9455
DJ
64352003-07-24 Daniel Jacobowitz <drow@mvista.com>
6436
6437 * gdb.texinfo (Server): Mention pidof.
6438
153721e6
AC
64392003-07-22 Andrew Cagney <cagney@redhat.com>
6440
6441 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
6442 list.
6443
0fac0b41
DJ
64442003-06-28 Daniel Jacobowitz <drow@mvista.com>
6445
6446 * gdb.texinfo (Logging output): New chapter.
6447
4e562065
JB
64482003-06-24 Joel Brobecker <brobecker@gnat.com>
6449
6450 * gdb.texinfo (Unsupported languages): New section.
6451 (Languages): Add link to new section.
6452
f2c06f52
AC
64532003-06-22 Andrew Cagney <cagney@redhat.com>
6454
6455 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
6456
b4177fca
DJ
64572003-06-22 Daniel Jacobowitz <drow@mvista.com>
6458
6459 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
6460
f418dd93
DJ
64612003-06-22 Daniel Jacobowitz <drow@mvista.com>
6462
6463 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
6464 * agentexpr.texi: Retitle section, and change it to an appendix.
6465 Comment out texinfo initialization. Factor a @var{} into two
6466 pieces to prevent makeinfo warnings.
6467 * gdb.texinfo: Add Agent Expressions appendix.
6468
4ca61388
DJ
64692003-06-19 Daniel Jacobowitz <drow@mvista.com>
6470
6471 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
6472
07f31aa6
DJ
64732003-06-18 Daniel Jacobowitz <drow@mvista.com>
6474
5ae4183a 6475 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
6476 remote target". Document the "detach" and "disconnect" commands.
6477 (Server, Netware, Debug Session): Reference "Connecting to a
6478 remote target".
6479 (GDB/MI Target Manipulation): Document "-target-disconnect".
6480
2dd0da42
AC
64812003-06-13 Andrew Cagney <cagney@redhat.com>
6482
6483 * gdbint.texinfo (Target Architecture Definition): Deprecate
6484 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
6485 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
6486
e7a3abfc
JB
64872003-06-09 Jim Blandy <jimb@redhat.com>
6488
6489 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
6490
25e3a86b
AC
64912003-06-08 Andrew Cagney <cagney@redhat.com>
6492
6493 * gdbint.texinfo (Target Architecture Definition): Delete
6494 documentation on FRAME_ARGS_ADDRESS_CORRECT.
6495
a9e5fdc2
AC
64962003-06-08 Andrew Cagney <cagney@redhat.com>
6497
6498 * gdbint.texinfo (Target Architecture Definition): Document
6499 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
6500
b37303ee
AF
65012003-06-07 Adam Fedor <fedor@gnu.org>
6502
6503 * gdb.texinfo: Add Objective-C documentation.
6504
39fe6e80
AC
65052003-06-01 Andrew Cagney <cagney@redhat.com>
6506
6507 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
6508 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
6509
125309b2
AC
65102003-05-21 Andrew Cagney <cagney@redhat.com>
6511
6512 * gdbint.texinfo (Target Architecture Definition): Delete
6513 references to "extract_address" and "store_address".
6514
b8b527c5
AC
65152003-05-16 Andrew Cagney <cagney@redhat.com>
6516
6517 * gdbint.texinfo (Target Architecture Definition): Replace
6518 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
6519 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
6520
50e3ee83
TR
65212003-05-14 Theodore A. Roth <troth@openavr.org>
6522
6523 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
6524
44e2be90
L
65252003-05-10 H.J. Lu <hongjiu.lu@intel.com>
6526
6527 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
6528 (gdb.dvi): Likewise.
6529 (gdb.pdf): Likewise.
6530 (links2roff): Likewise.
6531
df5215a6
JB
65322003-05-08 Jim Blandy <jimb@redhat.com>
6533
6534 * gdb.texinfo (Dump/Restore Files): Update documentation for
6535 'dump', 'append', and 'restore': note that format argument is
6536 optional; simplify presentation of the command variants; and be
6537 more precise about the formats.
6538
5e7b2f39
JB
65392003-05-07 Jim Blandy <jimb@redhat.com>
6540
6541 * gdb.texinfo (Symbols): Update documentation: 'maint list
6542 symtabs' and 'maint list psymtabs' have been renamed 'maint info
6543 symtabs' and 'maint info psymtabs'.
6544
b1e29e33
AC
65452003-05-05 Andrew Cagney <cagney@redhat.com>
6546
6547 * gdbint.texinfo (Target Architecture Definition): Make
6548 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
6549 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
6550 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
6551
00905d52
AC
65522003-05-04 Andrew Cagney <cagney@redhat.com>
6553
6554 * gdb.texinfo (Maintenance Commands): Document "maint print
6555 dummy-frames".
6556
54ff5908
AC
65572003-05-04 Andrew Cagney <cagney@redhat.com>
6558
6559 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
6560
32e7087d
JB
65612003-05-03 J. Brobecker <brobecker@gnat.com>
6562
6563 Thierry Schneider <tpschneider1@yahoo.com>
6564 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
6565 for new MI command.
6566
7043d8dc
AC
65672003-05-03 Andrew Cagney <cagney@redhat.com>
6568
6569 * gdbint.texinfo (Target Architecture Definition): Document
6570 push_dummy_code. Add cross references.
6571
e33d66ec
EZ
65722003-05-02 Elena Zannoni <ezannoni@redhat.com>
6573
6574 * gdb.texinfo (Character Sets): Update to reflect new behavior of
6575 set/show charsets commands.
6576
0ba6dca9
AC
65772003-04-28 Andrew Cagney <cagney@redhat.com>
6578
6579 * gdbint.texinfo (Target Architecture Definition): Replace
6580 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
6581 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
6582
d7a27068
AC
65832003-04-28 Andrew Cagney <cagney@redhat.com>
6584
6585 * gdbint.texinfo (Target Architecture Definition): Rename
6586 "tm_print_insn" to "deprecated_tm_print_insn".
6587
44ea7b70
JB
65882003-04-09 Jim Blandy <jimb@redhat.com>
6589
6590 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
6591 list psymtabs'.
6592
fb8f8949
AC
65932003-04-08 Andrew Cagney <cagney@redhat.com>
6594
6595 * gdbint.texinfo (Target Architecture Definition): Delete
6596 references to EXTRA_FRAME_INFO.
6597
32fb0f22
AC
65982003-04-08 Andrew Cagney <cagney@redhat.com>
6599
6600 * gdbint.texinfo (Target Architecture Definition): Delete
6601 PRINT_TYPELESS_INTEGER.
6602
6be67e67
JB
66032003-04-02 J. Brobecker <brobecker@gnat.com>
6604
6605 * observer.texi (GDB Observers): Adjust the documentation for the
6606 normal_stop notification to better describe reality. Fix a couple
6607 of minor typos.
6608
4e35d5f0
BR
66092003-04-02 Bob Rossi <bob_rossi@cox.net>
6610
a9331b3f 6611 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
6612 '-file-list-exec-source-file'
6613
e8a8712a
AC
66142003-03-31 Andrew Cagney <cagney@redhat.com>
6615
6616 * gdbint.texinfo (Target Architecture Definition): Delete
6617 references to CALL_DUMMY_P.
6618
6c0e89ed
AC
66192003-03-30 Andrew Cagney <cagney@redhat.com>
6620
6621 * gdbint.texinfo (Target Architecture Definition): Remove
6622 reference to TARGET_WRITE_SP.
a9331b3f 6623
378bfd1b
AC
66242003-03-27 Andrew Cagney <cagney@redhat.com>
6625
6626 * gdbint.texinfo (Target Architecture Definition): Remove
6627 references to write_sp.
6c0e89ed 6628
922fbb7b
AC
66292003-03-27 Andrew Cagney <cagney@redhat.com>
6630
6631 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
6632 chapter body. Use @smallexample instead of @example.
6633 (Annotations): Ditto.
6634 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
6635 annotate.texi.
6636
b81774d8
AC
66372003-03-26 Andrew Cagney <cagney@redhat.com>
6638
6639 * gdbint.texinfo (Target Architecture Definition): Replace
6640 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
6641 dummy_addr parameters.
6642
1bf6d5cc
AC
66432003-03-25 Andrew Cagney <cagney@redhat.com>
6644
6645 * gdbint.texinfo (Target Architecture Definition): Delete
6646 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
6647 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
6648 Add reference to PUSH_ARGUMENTS.
6649
618ce49f
AC
66502003-03-23 Andrew Cagney <cagney@redhat.com>
6651
6652 * gdbint.texinfo (Algorithms, Target Architecture Definition):
6653 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
6654
bcd7e15f
JB
66552003-03-18 J. Brobecker <brobecker@gnat.com>
6656
6657 * gdbint.texinfo (Algorithms): Add new section describing the
6658 Observer paradigm.
6659 (Top): Add menu entry to new observer appendix.
6660 * observer.texi: New file.
6661 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
6662 new observer.texi file.
6663
9fe8321b
AC
66642003-03-17 Andrew Cagney <cagney@redhat.com>
6665
6666 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
6667 that GNU Press update the manual version number.
6668
ac2adee5
AC
66692003-03-12 Andrew Cagney <cagney@redhat.com>
6670
6671 * gdbint.texinfo (Target Architecture Definition): Delete
6672 references to get_saved_register. Rename GET_SAVED_REGISTER to
6673 DEPRECATED_GET_SAVED_REGISTER.
6674
749b82f6
AC
66752003-03-13 Andrew Cagney <cagney@redhat.com>
6676
6677 * gdbint.texinfo (Target Architecture Definition): Replace
6678 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
6679
8bedc050
AC
66802003-03-12 Andrew Cagney <cagney@redhat.com>
6681
6682 * gdbint.texinfo (Target Architecture Definition): Rename
6683 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 6684
0ce1b118
CV
66852003-03-10 Corinna Vinschen <vinschen@redhat.com>
6686
6687 * gdb.texinfo: Add File-I/O documentation.
6688
12cc2063
AC
66892003-03-10 Andrew Cagney <cagney@redhat.com>
6690
6691 * gdbint.texinfo (Target Architecture Definition): Cross reference
6692 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
6693
7453dc06
AC
66942003-03-07 Andrew Cagney <cagney@redhat.com>
6695
6696 * gdb.texinfo (Debugging Output): Mention the "set/show debug
6697 frame" command.
6698
6314f104
AC
66992003-03-05 Andrew Cagney <cagney@redhat.com>
6700
6701 * gdbint.texinfo (Target Architecture Definition): Document
6702 unwind_dummy_id. Cross reference unwind_dummy_id and
6703 SAVE_DUMMY_FRAME_TOS.
6704
f1212245
DJ
67052003-03-05 James Ingham <jingham@apple.com>
6706 Daniel Jacobowitz <drow@mvista.com>
6707
6708 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
6709 and "show cp-abi".
6710
77e7e267
AC
67112003-03-03 Andrew Cagney <cagney@redhat.com>
6712
6713 * gdbint.texinfo (Target Architecture Definition): Document
6714 register_type.
6715
838a8221
AC
67162003-03-03 Andrew Cagney <cagney@redhat.com>
6717
6718 * stabs.texinfo (Structures): Use @samp and separate @var's
6719 instead of a single @var containing a comma separated list.
6720 (Unions): Ditto.
6721
d7f4a264
DJ
67222003-03-02 Daniel Jacobowitz <drow@mvista.com>
6723
6724 * Makefile.in (distclean): Remove config.log.
6725
f30ee0bc
AC
67262003-03-01 Andrew Cagney <cagney@redhat.com>
6727
6728 * gdbint.texinfo (Target Architecture Definition): Rename
6729 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
6730
67312003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
6732
6733 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
6734 DEPRECATED_INIT_EXTRA_FRAME_INFO.
6735
be448670
CF
67362003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
6737
6738 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
6739 (Non-debug DLL symbols): New node, describing the minimal symbols
6740 loaded from DLLs without real debugging symbols.
6741
501eef12
AC
67422003-02-20 Andrew Cagney <ac131313@redhat.com>
6743
6744 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
6745 hardware-breakpoint-limit".
6746 (Set Watchpoints): Add cross reference to "set remote
6747 hardware-watchpoint-limit".
6748 (Remote configuration options): New section.
6749
21c294e6
AC
67502003-02-04 Andrew Cagney <ac131313@redhat.com>
6751
e9be73e4
AC
6752 * gdbint.texinfo (Target Architecture Definition): Delete
6753 descrption of IS_TRAPPED_INTERNALVAR.
6754
21c294e6
AC
6755 From Keith Seitz <keiths@redhat.com>:
6756 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
6757 option "-i"/"--interpreter" to this chapter. Include index
6758 entries.
6759
0179ffac
DC
67602003-02-04 David Carlton <carlton@math.stanford.edu>
6761
6762 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
6763 (Variables): Recommend stabs+ and DWARF 2.
6764 (C plus plus expressions): Correct info about
6765 compiler versions, debug formats.
6766 (Contributors): Change 'DWARF2' to 'DWARF 2'.
6767 PR symtab/874.
6768
7ca9f392
AC
67692003-02-01 Andrew Cagney <ac131313@redhat.com>
6770
6771 * gdbint.texinfo (Target Architecture Definition): Delete
6772 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
6773 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
6774 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
6775 references to nindy and i960.
6776 * gdb.texinfo (i960): Delete all references to i960 and nindy.
6777
31a85ea2
AC
67782003-02-01 Andrew Cagney <ac131313@redhat.com>
6779
6780 * gdbint.texinfo (Target Architecture Definition): Delete
6781 FLOAT_INFO.
6782
6b894e49
AC
67832003-01-30 Andrew Cagney <ac131313@redhat.com>
6784
6785 * stabs.texinfo (Member Type Descriptor): Clarify description of
6786 `@'. Suggested by Ben Hutchings.
6787
c48861fb
AC
67882003-01-29 Andrew Cagney <ac131313@redhat.com>
6789
6790 * gdb.texinfo (M68K): Delete reference to es1800.
6791
617073a9
AC
67922003-01-29 Andrew Cagney <ac131313@redhat.com>
6793
6794 * gdb.texinfo (Maintenance Commands): Document `maint print
6795 reggroups' and `maint print register-groups'.
6796 * gdbint.texinfo (Target Architecture Definition): Document
6797 register_reggroup_p.
6798
5b5d99cf
JB
67992003-01-23 Jim Blandy <jimb@redhat.com>
6800
6801 * gdb.texinfo (Separate Debug Files): New section.
6802
e7ba9c65
DJ
68032003-01-22 Daniel Jacobowitz <drow@mvista.com>
6804
6805 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
6806 and "maint show profile".
6807
94e91d6d
MC
68082003-01-16 Michael Chastain <mec@shout.net>
6809
6810 * gdb.texinfo (Installing GDB): Warn against
6811 ".../gdb-VERSION/gdb/configure".
6812 (Separate Objdir): Likewise.
6813
867f3898
AC
68142003-01-15 Andrew Cagney <ac131313@redhat.com>
6815
6816 * gdbint.texinfo (Target Architecture Definition): Delete
6817 definition of PRINT_REGISTER_HOOK.
6818
f153cc92
EZ
68192003-01-15 Elena Zannoni <ezannoni@redhat.com>
6820
6821 (OpenRISC 1000): Fix formatting of command names.
6822
c60eb6f1
EZ
68232003-01-15 Elena Zannoni <ezannoni@redhat.com>
6824
6825 * gdb.texinfo (Continuing and Stepping): Add new command
6826 'advance'. Clarify behavior of 'until'.
6827
f5ebfba0
DJ
68282003-01-13 Daniel Jacobowitz <drow@mvista.com>
6829
6830 * gdb.texinfo (Files): Document solib-absolute-prefix and
6831 solib-search-path.
6832
4ce8657e
MC
68332003-01-09 Michael Chastain <mec@shout.net>
6834
6835 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
6836 (Create a Release): Add new instructions for new @file{src-release}.
6837 Document existing instructions for @file{Makefile.in} as
6838 being for @value{GDBN} 5.3.1 or earlier.
6839
372613e3
AC
68402003-01-09 Andrew Cagney <ac131313@redhat.com>
6841
6842 * gdbint.texinfo (Target Architecture Definition): Mention
6843 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
6844 allocate memory.
6845
b4e9345d
DJ
68462003-01-04 Daniel Jacobowitz <drow@mvista.com>
6847
6848 * gdb.texinfo (Controlling GDB): Add @kindex for
6849 "show osabi".
6850 (Backtraces): Add @kindex's for backtrace-below-main.
6851
98b45e30
DJ
68522003-01-04 Daniel Jacobowitz <drow@mvista.com>
6853
6854 * gdb.texinfo (Controlling GDB): Document "set osabi".
6855
95f90d25
DJ
68562003-01-04 Daniel Jacobowitz <drow@mvista.com>
6857
6858 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
6859 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
6860
1e698235
DJ
68612003-01-04 Daniel Jacobowitz <drow@mvista.com>
6862
6863 * gdb.texinfo (Controlling GDB): Add ABI section. Document
6864 "set coerce-float-to-double".
6865 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
6866
e632838e
AC
68672003-01-02 Andrew Cagney <ac131313@redhat.com>
6868
6869 * stabs.texinfo: Remove obsolete text.
6870 * gdbint.texinfo: Ditto.
6871 * gdb.texinfo: Ditto.
6872
c133ab7a
MK
68732002-12-22 Mark Kettenis <kettenis@gnu.org>
6874
6875 * gdbint.texinfo (Target Architecture Definition): Update
6876 description of gdbarch_register_osabi.
6877
f821f325
KH
68782002-12-20 Kazu Hirata <kazu@cs.umass.edu>
6879
6880 * agentexpr.texi: Fix typos.
6881 * annotate.texi: Likewise.
6882 * fdl.texi: Likewise.
6883
85a6d8d3 68842002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
6885
6886 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
6887 DEPRECATED_INIT_FRAME_PC.
6888
ae45cd16
AC
68892002-12-01 Andrew Cagney <ac131313@redhat.com>
6890
6891 * gdbint.texinfo (Target Architecture Definition): Delete
6892 PC_IN_CALL_DUMMY.
6893
07555a72
AC
68942002-11-28 Andrew Cagney <ac131313@redhat.com>
6895
6896 * gdbint.texinfo (Host Definition): Delete documentation on
6897 USE_GENERIC_DUMMY_FRAMES.
6898
c166cdc7
EZ
68992002-11-26 Elena Zannoni <ezannoni@redhat.com>
6900
5ae4183a 6901 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
6902 * Makefile.in (install-info): Run the install-info command as part
6903 of the post install steps only.
6904 (uninstall-info): New target.
6905 (uninstall): New target.
6906
35db0260
EZ
69072002-11-22 Elena Zannoni <ezannoni@redhat.com>
6908
6909 * Makefile.in (install): Make install do some real work.
6910
9ba8d803
AC
69112002-11-19 Andrew Cagney <ac131313@redhat.com>
6912
6913 Fix POSIX problem reported by Paul Eggert.
6914 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
6915 Fix PR gdb/527.
6916
903ad3a6
AC
69172002-10-26 Andrew Cagney <cagney@redhat.com>
6918
6919 * gdbint.texinfo (Target Architecture Definition): Delete
6920 definition of DO_REGISTERS_INFO.
6921
f2abfe65
KB
69222002-10-18 Kevin Buettner <kevinb@redhat.com>
6923
6924 * gdbint.texinfo (Address Classes): Fix problems with insertion
6925 of ``{'' and ``}'' in example.
6926
b5b0480a
KB
69272002-10-17 Kevin Buettner <kevinb@redhat.com>
6928
6929 * gdbint.texinfo (Address Classes): New section.
6930 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
6931 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
6932 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
6933 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
6934
c85508ee
KD
69352002-10-11 Klee Dienes <kdienes@apple.com>
6936
6937 * gdb.texinfo (Registers): Mention vector registers as well as
6938 floating registers in the documentation for 'info registers' and
6939 'info all-registers'.
6940
6d12fc3d
DJ
69412002-10-11 Daniel Jacobowitz <drow@mvista.com>
6942
6943 * gdbint.texinfo (CPLUS_MARKER): Remove item.
6944
8d19fbd2
JJ
69452002-10-03 Jeff Johnston <jjohnstn@redhat.com>
6946
6947 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
6948 interface definition.
6949
a37295f9
MM
69502002-10-03 Marko Mlinar <markom@opencores.org>
6951
6952 * gdb.texinfo (Target Commands): Add or1k target specific
6953 commands.
6954 * gdb.texinfo (Contributors): Add myself to the contributors list.
6955
da0f9dcd
AC
69562002-10-01 Andrew Cagney <ac131313@redhat.com>
6957
6958 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
6959 and "mi1" instead of "mi1" and "mi0".
6960
2e834e49
HPN
69612002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
6962
6963 * gdb.texinfo (Packets): Fix typos "alligned".
6964 Correct z3/Z3 description. Correct z4/Z4 title.
6965
050be0dc
AC
69662002-09-27 Andrew Cagney <ac131313@redhat.com>
6967
6968 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
6969
1104b9e7
KB
69702002-09-25 Kevin Buettner <kevinb@redhat.com>
6971
6972 * gdb.texinfo: Use GNU/Linux instead of Linux.
6973
512217c7
AC
69742002-09-25 Andrew Cagney <ac131313@redhat.com>
6975
6976 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
6977
10998722
AC
69782002-09-24 Andrew Cagney <ac131313@redhat.com>
6979
512217c7 6980 * gdb.texinfo: Replace @example with @smallexample.
10998722 6981
a0eb71c5
KB
69822002-09-20 Kevin Buettner <kevinb@redhat.com>
6983
f7dc1244 6984 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
6985 * gdb.texinfo (Character Sets): Use @smallexample instead of
6986 @example. Use GNU/Linux instead of Linux.
6987
69882002-09-20 Jim Blandy <jimb@redhat.com>
6989
6990 * gdb.texinfo: Add character set documentation.
6991
2f870471
AC
69922002-09-19 Andrew Cagney <ac131313@redhat.com>
6993
6994 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
6995 (Packets): Add cross reference from `b' packet to `z' packets.
6996
790eb8f5
AC
69972002-09-19 Andrew Cagney <ac131313@redhat.com>
6998
8d30a00d
AC
6999 * gdb.texinfo (Maintenance Commands): Document ``maint
7000 internal-error'' and ``maint internal-warning''.
7001
790eb8f5
AC
7002 * gdbint.texinfo (Target Architecture Definition): Revise
7003 description of STACK_ALIGN. Add description of FRAME_ALIGN.
7004
a23a7bf1
JB
70052002-09-19 Joel Brobecker <brobecker@gnat.com>
7006
7007 * gdbint.texinfo (Target Conditionals): Document the new
7008 NAME_OF_MALLOC macro.
7009
299ffc64
AC
70102002-09-05 Andrew Cagney <ac131313@redhat.com>
7011
7012 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
7013 engineer.
7014
b7bb15bc
SC
70152002-09-02 Stephane Carrez <stcarrez@nerim.fr>
7016
7017 * gdb.texinfo (TUI Overview): Document status line fields.
7018
3d757584
SC
70192002-09-02 Stephane Carrez <stcarrez@nerim.fr>
7020
7021 * gdb.texinfo (TUI Commands): Document info win command.
7022
269c21fe
SC
70232002-09-01 Stephane Carrez <stcarrez@nerim.fr>
7024
7025 * gdb.texinfo (TUI Overview): Document breakpoint markers.
7026
7cf36c78
SC
70272002-09-01 Stephane Carrez <stcarrez@nerim.fr>
7028
7029 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
7030 (TUI Keys): Likewise.
7031
d2c6833e
AC
70322002-08-25 Andrew Cagney <ac131313@redhat.com>
7033
7034 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
7035 for a packet receive.
7036
46d8b1c3
AC
70372002-08-25 Andrew Cagney <ac131313@redhat.com>
7038
7039 * Makefile.in (clean): Move to end of file.
7040 (distclean, maintainer-clean, realclean): Ditto.
7041 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
7042 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
7043 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
7044 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
7045
b0787093
AC
70462002-08-24 Andrew Cagney <ac131313@redhat.com>
7047
7048 * Makefile.in (GDBINT_TEX_TMPS): Define.
7049 (gdbint.dvi, gdbint.pdf): Use
7050 (GDB_TEX_TMPS): Define.
7051 (gdb.dvi, gdb.pdf): Use.
7052 (STABS_TEX_TMPS): Define.
7053 (stabs.dvi, stabs.pdf): Use.
7054 (GDB_DOC_SOURCE_INCLUDES): New macros.
7055 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
7056 (GDBINT_DOC_FILES_INCLUDES): New macros.
7057 (GDBINT_DOC_BUILD_INCLUDES): New macros.
7058 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
7059 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
7060 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
7061 (links2roff): Replace SFILES_INCLUDED with
7062 GDB_DOC_SOURCE_INCLUDES.
7063 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
7064 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
7065 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
7066 dependencies.
7067 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
7068 dependencies.
7069 (gdbmi.texinfo): Delete rule.
7070 (inc-hist.texinfo): Delete rule.
7071 (rluser.texinfo): Delete rule.
7072
ebba8386
AC
70732002-08-23 Andrew Cagney <cagney@redhat.com>
7074
7075 * gdbint.texinfo (Target Architecture Definition): Update
7076 STORE_RETURN_VALUE, mention regcache.
7077
0ab7a791
AC
70782002-08-21 Andrew Cagney <ac131313@redhat.com>
7079
7080 * gdbint.texinfo (Target Architecture Definition): Document
7081 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
7082
ee2d5c50
AC
70832002-08-19 Andrew Cagney <ac131313@redhat.com>
7084
7085 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
7086 Fix minor typos. Add index entries.
7087
53c69bd7
AC
70882002-08-18 Andrew Cagney <ac131313@redhat.com>
7089
7090 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
7091
e76f1f2e
AC
70922002-08-15 Andrew Cagney <ac131313@redhat.com>
7093
7094 * gdbint.texinfo (Target Architecture Definition): Document
7095 PRINT_VECTOR_INFO.
7096 * gdb.texinfo (Vector Unit): Document "info vectors" command.
7097
0680b120
AC
70982002-08-13 Andrew Cagney <ac131313@redhat.com>
7099
7100 * gdb.texinfo (Maintenance Commands): Document "maint print
7101 registers", "maint print raw-registers" and "maint print
7102 cooked-registers".
7103
3c3bea1c
GS
71042002-08-08 Grace Sainsbury <graces@redhat.com>
7105
a9331b3f 7106 From Mark Salter:
3c3bea1c
GS
7107 * gdb.texinfo (Protocol): Document T packet extension to
7108 allow watchpoint address reporting.
7109
42f9b0a5
AC
71102002-08-03 Andrew Cagney <ac131313@redhat.com>
7111
7112 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
7113
db034ac5
AC
71142002-08-01 Andrew Cagney <cagney@redhat.com>
7115
7116 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
7117 to CHILL.
7118
e2b28d04
AC
71192002-08-01 Andrew Cagney <ac131313@redhat.com>
7120
7121 * gdbint.texinfo (Coding): Revise section "Include Files".
7122
7fb623f7
AC
71232002-07-24 Andrew Cagney <cagney@redhat.com>
7124
7125 * gdbint.texinfo: Obsolete references to m88k.
7126 * gdb.texinfo: Ditto.
7127
4a2b4636
JB
71282002-07-10 Joel Brobecker <brobecker@gnat.com>
7129
7fb623f7 7130 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
7131 where the proper version of autoconf can be retrieved.
7132
a71ec265
DH
71332002-07-09 Don Howard <dhoward@redhat.com>
7134
7135 * gdb.texinfo (Command Files): Further describe the behavior of
7136 sourced command files.
7137
b9aa90c9
AC
71382002-06-27 Andrew Cagney <ac131313@redhat.com>
7139
7140 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
7141 (Coding): Clarify ISO C version that GDB assumes.
7142
40dd2248
TT
71432002-06-26 Tom Tromey <tromey@redhat.com>
7144
7145 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
7146 add_setshow_cmd_full.
7147
bfac230e
DH
71482002-06-25 Don Howard <dhoward@redhat.com>
7149
7150 * gdb.texinfo (Memory Region Attributes): Document new behavior
7151 for 'mem' command.
7152
475b0867
JB
71532002-06-11 Jim Blandy <jimb@redhat.com>
7154
919d772c
JB
7155 * gdb.texinfo (Symbols): Update documentation for `info source'
7156 command.
7157
475b0867
JB
7158 * gdb.texinfo (Macros): Call the command `info macro', not
7159 `show macro'.
7160
ba8c9337
AC
71612002-06-09 Andrew Cagney <ac131313@redhat.com>
7162
7163 * gdbint.texinfo (Coding): Add section ``Per-architecture module
7164 data''.
7165
1029b7fa
MK
71662002-06-09 Mark Kettenis <kettenis@gnu.org>
7167
7168 * gdbint.texinfo (Target Architecture Definition): Document
7169 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
7170
16737d73
AC
71712002-06-08 Andrew Cagney <ac131313@redhat.com>
7172
7173 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
7174 lists.
7175
30107679
AC
71762002-06-08 Andrew Cagney <ac131313@redhat.com>
7177
7178 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
7179 Branch''.
7180
3352e23e
AC
71812002-06-01 Andrew Cagney <ac131313@redhat.com>
7182
7183 * gdbint.texinfo (Target Architecture Definition): Add section
7184 ``Converting an existing Target Architecture to Multi-arch''.
7185
cbb09e6a
AC
71862002-05-30 Andrew Cagney <ac131313@redhat.com>
7187
7188 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
7189 to ``Obsoleting code''. Revise.
7190
e2e0bcd1
JB
71912002-05-17 Jim Blandy <jimb@redhat.com>
7192
7193 * gdb.texinfo (C Preprocessor Macros): New chapter.
7194 Include it in the main menu.
7195 (Contributors): Credit Jim Blandy with macro support.
7196 (Compilation): Explain how to get macro information into the
7197 executable.
7198 (Expressions): Note that preprocessor macros are expanded.
7199
9db8d71f
DJ
72002002-05-14 Daniel Jacobowitz <drow@mvista.com>
7201
7202 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
7203 options for `target remote'.
7204
6d531722
AC
72052002-05-13 Andrew Cagney <ac131313@redhat.com>
7206
7207 * gdbint.texinfo (Target Architecture Definition): Delete
7208 documentation on NNPC_REGNUM.
7209
13d01224
AC
72102002-05-11 Andrew Cagney <ac131313@redhat.com>
7211
7212 * gdbint.texinfo (Target Architecture Definition): Document
7213 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
7214 (Target Architecture Definition): Revise section `Using Different
7215 Register and Memory Data Representations'. Add section `Raw and
7216 Virtual Register Representations'.
7217
b2e75d78
AC
72182002-05-11 Andrew Cagney <ac131313@redhat.com>
7219
7220 * gdbint.texinfo (Target Architecture Definition): Mention
7221 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
7222 (Target Architecture Definition): Mention same. Add references to
7223 web pages.
7224
2c8682ee
MS
72252002-05-08 Michael Snyder <msnyder@redhat.com>
7226
7227 * stabs.texinfo (Attributes): Document new "vector" attribute.
7228
0816590b
AC
72292002-05-04 Andrew Cagney <ac131313@redhat.com>
7230
7231 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
7232
2653173e
AC
72332002-05-04 Andrew Cagney <ac131313@redhat.com>
7234
7235 * gdb.texinfo: Delete obsolete references to a29k.
7236
d7bd68ca
AC
72372002-04-24 Andrew Cagney <ac131313@redhat.com>
7238
7239 * gdbint.texinfo (Target Architecture Definition): Replace
7240 IN_SIGTRAMP with PC_IN_SIGTRAMP.
7241
21d83aa5
DM
72422002-04-24 David S. Miller <davem@redhat.com>
7243
7244 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
7245
7673a6cc
DM
72462002-04-21 David S. Miller <davem@redhat.com>
7247
7248 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
7249
d49d1e0a
AC
72502002-04-21 Andrew Cagney <ac131313@redhat.com>
7251
7252 * gdbint.texinfo (Target Architecture Definition): Delete
7253 definition of HAVE_REGISTER_WINDOWS.
7254
f7dc1244 72552002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
7256
7257 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
7258 "Theodore A. Roth" <troth@verinet.com>.
7259
5ca0cb28
DH
72602002-04-15 Don Howard <dhoward@redhat.com>
7261
f7dc1244 7262 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 7263 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 7264 Provide a better explaination of this feature.
5ca0cb28 7265
f208ba17
AC
72662002-04-14 Andrew Cagney <ac131313@redhat.com>
7267
7268 * gdbint.texinfo (Target Architecture Definition): Remove
7269 FRAME_CHAIN_COMBINE.
7270
d5ba91de
MC
72712002-04-12 Michael Chastain <mec@shout.net>
7272
7273 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
7274 REG_STACK_SEGMENT.
7275
26818220
MC
72762002-04-09 Michael Chastain <mec@shout.net>
7277
7278 * gdbint.texinfo (Obsolete Conditionals): Remove references to
7279 PYRAMID_* macros.
7280
129188f6
AC
72812002-04-07 Andrew Cagney <ac131313@redhat.com>
7282
7283 * gdb.texinfo (Bug Reporting): Document that the web is the
7284 prefered way of submitting bug reports.
7285 (Bug Reporting): Delete the s-mail address as the last resort.
7286
8227c0ff
AC
72872002-04-05 Andrew Cagney <ac131313@redhat.com>
7288
7289 * gdbint.texinfo (Target Architecture Definition): Delete
7290 references to TARGET_WRITE_FP and write_fp.
7291
16d9dec6
MS
72922002-03-27 Michael Snyder <msnyder@redhat.com>
7293
7294 * gdb.texinfo: Document new commands dump, append, and restore.
7295
9ae8b82c
AC
72962002-03-27 Andrew Cagney <ac131313@redhat.com>
7297
7298 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
7299 Branch'.
7300
474c8240
AC
73012002-03-18 Andrew Cagney <ac131313@redhat.com>
7302
7303 * gdb.texinfo: Change all examples to @smallexample.
7304 * gdbint.texinfo: Ditto.
a9331b3f 7305
fb0ff88f
AC
73062002-03-18 Andrew Cagney <ac131313@redhat.com>
7307
7308 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
7309 Branches''.
7310
9bb0a4d8
AC
73112002-03-18 Andrew Cagney <ac131313@redhat.com>
7312
7313 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
7314 Policy''.
7315
937f164b
FF
73162002-03-04 Fred Fish <fnf@redhat.com>
7317
7318 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
7319 expresson, suports, dependant, trhe, perhaphs, situtations,
7320 explictily, taged, oportunity, unfortunatly).
7321
a7b40f07
AC
73222002-02-24 Andrew Cagney <ac131313@redhat.com>
7323
7324 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
7325 Remove reference to 3.12.
7326
aab4e0ec
AC
73272002-02-23 Andrew Cagney <ac131313@redhat.com>
7328
7329 * gdbint.texinfo: Include fdl.texi.
7330 (Top): Add GNU Free Documentation License.
7331 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
7332 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
7333 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
7334 (gdbint.info): Add srcdir to include path.
7335 * gdb.texinfo: Include gpl.texi.
7336 (Top): Add Copying.
7337 * gpl.texi: New file.
7338
47b95330
AC
73392002-02-23 Andrew Cagney <ac131313@redhat.com>
7340
7341 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
7342
78c47bea
PM
73432002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
7344
7345 * gdb.texinfo: Document Cygwin native specific commands.
7346
56460a61
DJ
73472002-02-15 Daniel Jacobowitz <drow@mvista.com>
7348
7349 * gdb.texinfo: Document gdbserver ``--attach'' command.
7350
def71bfa
MS
73512002-02-07 Michael Snyder <msnyder@redhat.com>
7352
7353 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
7354 to @code(_ovly_debug_event).
7355
c928edc0
AC
73562002-02-07 Andrew Cagney <ac131313@redhat.com>
7357
7358 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
7359
81d46470
MS
73602002-02-06 Michael Snyder <msnyder@redhat.com>
7361
7362 * gdb.texinfo (overlays): Mention new magic symbol
7363 '_ovly_debug_event', which allows GDB to keep better track
7364 of overlays.
7365
f7dc1244 73662002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
7367
7368 * gdb.texinfo (Memory Region Attributes): Fix the wording.
7369 Suggested by Dmitry Sivachenko.
7370
7371 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
7372
15110bc3
MS
73732002-02-01 Michael Snyder <msnyder@redhat.com>
7374
7375 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
7376
6763aef9
MS
73772002-01-30 Michael Snyder <msnyder@redhat.com>
7378
ac282366
MS
7379 * gdb.texinfo: (remote protocol): Gramatical fix-up.
7380 (set trust-readonly-sections): Document.
6763aef9 7381
8642bc8f
AC
73822002-01-29 Andrew Cagney <ac131313@redhat.com>
7383
7384 * gdbint.texinfo (Releasing GDB): Revise and update.
7385
afe64c1a
AC
73862002-01-28 Andrew Cagney <ac131313@redhat.com>
7387
7388 * gdbint.texinfo (Target Architecture Definition): Delete
7389 description of TARGET_BYTE_ORDER_DEFAULT.
7390
f7dc1244 73912002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
7392
7393 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
7394 <mitya@cavia.pp.ru>.
7395
3d6e1b5a
AC
73962002-01-23 Andrew Cagney <ac131313@redhat.com>
7397
7398 * libgdb.texinfo: Delete file.
7399
6c0e9fb3
AC
74002002-01-22 Andrew Cagney <ac131313@redhat.com>
7401
7402 * gdb.texinfo: Remove makeinfo 3.12 hacks.
7403 * gdbint.texinfo: Ditto.
7404
e0ce93ac
AC
7405Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
7406
7407 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
7408
be298bcc
AC
74092002-01-22 Andrew Cagney <ac131313@redhat.com>
7410
7411 * Makefile.in: Update copyright.
7412 (TEXI2DVI): Define.
7413 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
7414 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
7415 gdb-cfg.texi.
7416 (TEXINDEX, PDFTEX): Delete makefile variables.
7417
8e04817f
AC
74182002-01-22 Andrew Cagney <ac131313@redhat.com>
7419
7420 * gdb.texinfo (Protocol): Move section to appendix.
7421
6b2f586d
AC
74222002-01-21 Andrew Cagney <ac131313@redhat.com>
7423
7424 * gdb.texinfo (Remote Debugging): Create a menu.
7425 (Top): Add ``Remote Debugging'' to menu.
7426
6f05cf9f
AC
74272002-01-21 Andrew Cagney <ac131313@redhat.com>
7428
7429 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
7430 serial protocol'' from here.
7431 (Remote Debugging): To here. New chapter.
7432
3fd3d7d2
AC
74332002-01-20 Andrew Cagney <ac131313@redhat.com>
7434
7435 * gdbint.texinfo (Target Architecture Definition): Delete
7436 description of TARGET_BYTE_ORDER_SELECTABLE_P.
7437
7fd60527
AC
74382002-01-20 Andrew Cagney <ac131313@redhat.com>
7439
7440 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
7441 are no longer needed.
7442 (Porting GDB): Add maintainer note about configure.host.
7443
c2f05ac9
AC
74442002-01-20 Andrew Cagney <ac131313@redhat.com>
7445
7446 * gdbint.texinfo (Target Architecture Definition): Remove
7447 definition of IEEE_FLOAT.
7448
f7dc1244 74492002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
7450
7451 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
7452 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
7453 <3diff@gnu.org>
231b2aad 7454
82600034
AC
74552002-01-19 Andrew Cagney <ac131313@redhat.com>
7456
7457 * gdbint.texinfo (Host Definition): Remove references to
7458 MALLOC_INCOMPATIBLE.
7459
7708fa01
AC
74602002-01-17 Andrew Cagney <ac131313@redhat.com>
7461
7462 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
7463 and xyz-xdep.o.
7464
eb12ee30
AC
74652002-01-17 Andrew Cagney <ac131313@redhat.com>
7466
889bf7c5 7467 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
7468 (Set Breaks): Copy ``maint info breakpoint'' doco to
7469 ``Maintenance Commands'' appendix. Add reference.
7470
c9ccaa92
AC
74712002-01-17 Andrew Cagney <ac131313@redhat.com>
7472
7473 * fdl.texi: Remove next/prev from @node.
7474
f7dc1244 74752002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
7476
7477 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
7478 for monstrous @multitable (from Brian Youmans).
7479
7480 * fdl.texi: New file.
7481
7482 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
7483
8973da3a
AC
74842002-01-15 Andrew Cagney <ac131313@redhat.com>
7485
7486 * gdbint.texinfo (Releasing GDB): New chapter.
7487
7d86b5d5
AC
74882002-01-14 Andrew Cagney <ac131313@redhat.com>
7489
7490 * gdb.texinfo (Embedded Processors, Calling program functions):
7491 Obsolete references to a29k.
7492
cc1cb004
AC
74932002-01-13 Andrew Cagney <ac131313@redhat.com>
7494
7495 * gdbint.texinfo (Coding): Review Cleanups section. Examples
7496 examples. Document that a code-block should do or discard its
7497 cleanups before exit.
7498
79f12247
MS
74992002-01-11 Michael Snyder <msnyder@redhat.com>
7500
7501 * gdb.texinfo (Choosing files): Change @samp to @file.
7502
19837790
MS
75032002-01-05 Michael Snyder <msnyder@redhat.com>
7504
7505 * gdb.texinfo (--pid): Document new command line option (attach).
7506
f7dc1244 75072002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
7508
7509 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
7510 in the stub.
7511
d7449b42
AC
75122002-01-04 Andrew Cagney <ac131313@redhat.com>
7513
7514 * gdbint.texinfo (Target Architecture Definition): Replace
7515 BIG_ENDIAN with BFD_ENDIAN_BIG.
7516
f23631e4
AC
75172002-01-03 Andrew Cagney <ac131313@redhat.com>
7518
7519 * gdbint.texinfo (Target Architecture Definition): Replace
7520 value_ptr with struct value pointer.
7521
72c9928d
EZ
75222002-01-02 Eli Zaretskii <eliz@gnu.org>
7523
7524 * gdb.texinfo (Free Software): Fix wording.
7525
959acfd1
EZ
75262001-12-31 Eli Zaretskii <eliz@gnu.org>
7527
7528 * gdb.texinfo (Free Software): New section ``Free Software Needs
7529 Free Documentation''.
7530
f7dc1244 75312001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
7532
7533 * stabs.texinfo:
7534 * gdb.texinfo:
7535 * gdbint.texinfo:
7536 * libgdb.texinfo:
7537 * annotate.texi: Fix the application of GFDL in the Copyright notice.
7538
6600abed
MS
75392001-12-29 Michael Snyder <msnyder@redhat.com>
7540
7541 * gdb.texinfo (maint info sections): Fix typo.
7542
f6680716
MS
75432001-12-26 Michael Snyder <msnyder@redhat.com>
7544
fe95c787
MS
7545 * gdb.texinfo (maint info sections): Document.
7546
a9331b3f 7547 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
7548 'info proc' sub-options that are currently not implemented.
7549
c3d3ce5b
JB
75502001-12-20 Jim Blandy <jimb@redhat.com>
7551
7552 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
7553
778eb05e
AC
75542001-12-15 Andrew Cagney <ac131313@redhat.com>
7555
7556 * gdbint.texinfo (Target Architecture Definition): Replace
7557 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
7558
2607059c
AC
75592001-12-01 Andrew Cagney <ac131313@redhat.com>
7560
7561 * gdbint.texinfo (Host Definition): Delete documentation on
7562 HOST_BYTE_ORDER.
7563
df0cd8c5
JB
75642001-11-30 Jim Blandy <jimb@redhat.com>
7565
7566 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 7567 overlay support. Add to top-level menu.
df0cd8c5 7568
88118b3a
TT
75692001-11-26 Tom Tromey <tromey@redhat.com>
7570
7571 * gdb.texinfo (Command Syntax): Document C-o binding.
7572
96565e91
CF
75732001-07-26 Christopher Faylor <cgf@redhat.com>
7574
7575 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
7576 use since it is described in the referenced section.
7577
f7dc1244 7578 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
7579 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
7580 clearer when using DJGPP.
7581
2a3d5645
CF
75822001-11-24 Christopher Faylor <cgf@redhat.com>
7583
7584 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
7585 specifically refer to MS-DOS.
7586 (command files): Mention gdb.ini is only used on MS-DOS.
7587
aa26fa3a
TT
75882001-11-21 Tom Tromey <tromey@redhat.com>
7589
7590 * gdb.texinfo (Invoking GDB): Document --args.
7591 (Mode Options): Likewise.
7592
4f8ada06
JB
75932001-11-21 Jim Blandy <jimb@redhat.com>
7594
7595 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
7596 Delete documentation; this macro has been removed from the
7597 sources.
4f8ada06 7598
3fe0dc10
JB
75992001-11-13 Jim Blandy <jimb@redhat.com>
7600
7601 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
7602
9e5abb06
CV
76032001-11-06 Corinna Vinschen <vinschen@redhat.com>
7604
7605 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
7606
1c5dfdad
MS
76072001-11-05 Michael Snyder <msnyder@redhat.com>
7608
a9331b3f 7609 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
7610 quote regexp chars in function names such as "operator*()".
7611
990f9fe3
FF
76122001-11-01 Fred Fish <fnf@redhat.com>
7613
7614 * gdbint.texinfo (SOLIB_ADD): Document additional new
7615 "readsyms" arg.
7616
b433d00b
DH
76172001-10-30 Don Howard <dhoward@redhat.com>
7618
070b1dd3
DH
7619 * gdb.texinfo: (Command Files) Added documentation for the
7620 behavior of gdb with input redirected from a file.
b433d00b 7621
b7209cb4
FF
76222001-10-28 Fred Fish <fnf@redhat.com>
7623
7624 * gdb.texinfo (auto-solib-add): Change docs to match
7625 implementation change.
7626 (auto-solib-limit): Add docs for new variable.
7627
1aa20aa8
AC
76282001-10-15 Andrew Cagney <ac131313@redhat.com>
7629
7630 * gdbint.texinfo (Target Architecture Definition): Function
7631 value_as_pointer renamed to value_as_address.
7632
fc0c74b1
AC
76332001-10-15 Andrew Cagney <ac131313@redhat.com>
7634
7635 * gdbint.texinfo (Target Architecture Definition): Default
7636 POINTER_TO_ADDRESS functions assume unsigned addresses.
7637 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
7638 posting by Jim Blandy.
7639
f4846649
JB
76402001-10-12 Jim Blandy <jimb@redhat.com>
7641
7642 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
7643 version of texi2html (1.64) doesn't support this flag any more.
7644
f277788b
MK
76452001-09-08 Mark Kettenis <kettenis@gnu.org>
7646
a9dc4918
MK
7647 * gdbint.texinfo (Host Definition): Remove description of
7648 MEM_FNS_DECLARED.
7649
d28379df
MK
7650 * gdbint.texinfo (Host Definition): Remove description of R_OK.
7651
f277788b
MK
7652 * gdbint.texinfo (Host Definition): Remove description of
7653 HAVE_SIGSETMASK.
7654
7ccaa899
EZ
76552001-09-04 Elena Zannoni <ezannoni@redhat.com>
7656
7657 * gdbint.texinfo (Target Architecture Definition): Add
7658 explanation of TARGET_PRINT_INSN macro.
7659
17d9d558
JB
76602001-08-30 Jim Blandy <jimb@redhat.com>
7661
7662 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
7663 Explain what it means to load relocatable files.
7664
72cde065
JB
76652001-08-28 Jim Blandy <jimb@redhat.com>
7666
7667 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
7668 info `top' menu.
7669
9e678452
CF
7670Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
7671
7672 * gdbint.texinfo: Add a cautionary note about macro use.
7673
a2bea4c3 76742001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 7675
a2bea4c3
CV
7676 * gdb.texinfo: Explain omitting the hostname in the
7677 `target remote' command.
7678
1129bf27
DJ
76792001-07-30 Daniel Jacobowitz <drow@mvista.com>
7680
7681 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
7682 and END-INFO-DIR-ENTRY.
7683
732b3002
SC
76842001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7685
7686 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
7687
89437448
AC
76882001-07-25 Andrew Cagney <ac131313@redhat.com>
7689
7690 * gdbint.texinfo (libgdb): Rewrite.
7691
f7dc1244 76922001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
7693
7694 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
7695
c4555f82
SC
76962001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7697
7698 * gdb.texinfo (TUI): New chapter, document the TUI.
7699 (Mode Options): Document the -tui option.
7700
2f45a6e0
MK
77012001-07-23 Mark Kettenis <kettenis@gnu.org>
7702
7703 * gdbint.texinfo (Host Definition): Remove description of
7704 NEED_POSIX_SETPGID.
7705
f7dc1244 77062001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
7707
7708 * gdb.tex (DJGPP Native): New node, with descriptions of
7709 DJGPP-specific commands.
7710
be9c6c35
JM
77112001-07-19 John R. Moore <jmoore@redhat.com>
7712
7713 * gdbint.texinfo: Three misspellings.
7714
dfa249fb
AC
77152001-07-06 Andrew Cagney <ac131313@redhat.com>
7716
7717 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
7718 `test` expressions on bash. Problem reported by Colin Walters.
7719
c72e7388
AC
77202001-07-04 Andrew Cagney <ac131313@redhat.com>
7721
7722 * gdbint.texinfo (User Interface): Update ui-out documentation to
7723 refelect recent UI/MI updates.
7724
94bbb2c0
AC
77252001-07-04 Andrew Cagney <ac131313@redhat.com>
7726
7727 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
7728 interpreters.
7729
af6c57ea
AC
77302001-06-15 Andrew Cagney <ac131313@redhat.com>
7731
7732 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
7733 structure and not macros.
7734 (Host Definition): Document that much of this chapter is obsolete.
7735 (Target Architecture Definition): Update list of files that make
7736 up a target architecture.
7737 (Coding): Update.
7738
83aa8bc6
AC
77392001-06-28 Andrew Cagney <ac131313@redhat.com>
7740
7741 * gdbint.texinfo (Target Architecture Definition): Update
7742 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
7743 The latter has been changed to a true predicate.
7744
f7dc1244 77452001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
7746
7747 * annotate.texi: Add @noindent where needed. From Dmitry
7748 Sivachenko <dima@Chg.RU>.
7749 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
7750
656db9b0
AC
77512001-06-16 Andrew Cagney <ac131313@redhat.com>
7752
7753 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
7754
df2396a1
AC
77552001-06-14 Andrew Cagney <ac131313@redhat.com>
7756
7757 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
7758 returns ``OK''. Document that the ``R'' packet does not reply.
7759
0f1f2b0a
MS
77602001-06-13 Michael Snyder <msnyder@redhat.com>
7761
7762 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
7763
f7dc1244 77642001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
7765
7766 * gdb.texinfo (Signals): Clarify the default setting of signal
7767 handling.
7768
a5d7c491
AC
77692001-05-14 Andrew Cagney <ac131313@redhat.com>
7770
7771 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
7772 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
7773
05a54c4f
AC
77742001-05-12 Andrew Cagney <ac131313@redhat.com>
7775
7776 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
7777
f7dc1244 77782001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
7779
7780 * gdbint.texinfo (Clean Design and Portable Implementation):
7781 Renamed from "Clean Design".
7782 (Clean Design and Portable Implementation): Document portable
7783 methods of handling file names, and the associated macros.
7784
f7dc1244 77852001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
7786
7787 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
7788 command and provide a cross-reference to its description.
7789 (Symbols): Note that "info scope" is useful for trace experiments.
7790
f7dc1244 77912001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 7792
b37052ae
EZ
7793 * gdb.texinfo (Symbols): Document "info scope".
7794 (Tracepoints): New chapter.
7795 (Contributors): Update for v5.1.
7796 <All nodes>: Change "C++" to "C@t{++}".
7797
0ee54786
EZ
7798 * gdbint.texinfo (User Interface): A new section about ui_out
7799 functions, based on text written by Fernando Nasser.
7800
c534679c
EZ
7801 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
7802
f7dc1244 78032001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 7804
e9c75b65
EZ
7805 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
7806
7807 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
7808
7809 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
7810 Replace "GDB" with "@value{GDBN}". Fix markup.
7811
7812 * annotate.texi: Change Permissions to GFDL. Update Copyright.
7813
3d67e040
EZ
7814 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
7815 a cross-reference to its description.
7816 (Symbols): Document "info symbol".
7817
f7dc1244 78182001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
7819
7820 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
7821 subsection "x86 Watchpoints".
7822 (Target Architecture Definition): Document the macros
7823 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
7824 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
7825
b0ed3589
AC
78262001-03-20 Andrew Cagney <ac131313@redhat.com>
7827
7828 * gdbint.texinfo (Target Architecture Definition): Update
7829 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
7830 list.
7831
b6ba6518
KB
78322001-03-06 Kevin Buettner <kevinb@redhat.com>
7833
7834 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
7835 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
7836
f7dc1244 78372001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
7838
7839 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
7840
f7dc1244 78412001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 7842
17cc6a06
EZ
7843 * gdb.texinfo (Environment): Document that `path' does not change
7844 the value of PATH in GDB's own environment (it did in the past,
7845 but that was changed on March 15, 1994). Reported by Doug Evans
7846 <dje@transmeta.com>.
7847
56caf160
EZ
7848 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
7849 its line. Fix markup of commands and macros. Add an Index node
7850 and index entries.
7851
29e57380
C
78522001-01-23 J.T. Conklin <jtc@redback.com>
7853
7854 * gdb.texinfo (Memory region attributes): New manual section.
7855
1c6147de
ND
78562001-01-04 Nicholas Duffek <nsd@redhat.com>
7857
7858 * gdbint.texinfo (POP_FRAME): Document use by return_command.
7859
f7dc1244 78602000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
7861
7862 * refcard.tex: Version and copyright fixed. From Phil Edwards
7863 <pedwards@disaster.jaj.com>.
7864
0dcedd82
AC
7865Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
7866
7867 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 7868 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 7869
3b851bce
AC
7870Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
7871
7872 * gdbint.texinfo (Coding): Update current value of
889bf7c5 7873 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 7874
f7dc1244 78752000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
7876
7877 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
7878 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
7879
b90a5f51
CF
78802000-11-10 Christopher Faylor <cgf@cygnus.com>
7881
7882 * gdb.texinfo: Document new 'set step-mode' command.
7883
f7dc1244 78842000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
7885
7886 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
7887 changes from Dmitry Sivachenko <dima@Chg.RU>.
7888
f7dc1244 78892000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
7890
7891 * gdb.texinfo (Hooks): Document the new post-hook functionality.
7892 From Steven Johnson <sbjohnson@ozemail.com.au>.
7893
2e685b93
MK
78942000-08-10 Mark Kettenis <kettenis@gnu.org>
7895
7896 * gdbint.texinfo (Overall Structure): Spelling fix.
7897
f7dc1244 78982000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
7899
7900 * gdbint.texinfo (Target Architecture Definition): Document that
7901 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
7902 for which REGISTER_CONVERTIBLE returns a zero value.
7903
63ac3005
EZ
79042000-07-08 Christopher Faylor <cgf@cygnus.com>
7905
7906 * Makefile.in (install-info): Find files to install in either the
7907 build or source directories (adapted from Makefile.am).
7908
bd79f757
ND
79092000-07-07 Nicholas Duffek <nsd@redhat.com>
7910
7911 * stabs.texinfo: Fix spelling errors.
7912 (String Field): FILE-NUMBER starts from 0, not 1.
7913
f7dc1244 79142000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
7915
7916 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 7917 Brian Youmans.
5f208f6d 7918
f7dc1244 79192000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
7920
7921 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
7922 the source directory. Reported by Mark Harig
7923 <markh@frazier.landmark.com>.
cc542d3b 7924
f3b28801
C
79252000-06-20 J.T. Conklin <jtc@redback.com>
7926
7927 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
7928
449f3b6c
AC
7929Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
7930
7931 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 7932 Generate using pdftex.
449f3b6c 7933 (PDFTEX): Define.
889bf7c5 7934 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 7935 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 7936 @contents at the start.
449f3b6c 7937
f7dc1244 79382000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
7939
7940 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 7941 Youmans.
48e934c6 7942
9e9c5ae7
AC
7943Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
7944
7945 From Brian Youmans:
7946 * gdb.texinfo: Fix ``et al.''.
7947
c741b251
AC
7948Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
7949
7950 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 7951 loop.
c741b251 7952
4ab64e14
JG
79532000-05-19 Jimmy Guo <guo@cup.hp.com>
7954
7955 * configure: Regenerate.
7956
f7dc1244 79572000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
7958
7959 * Makefile.in (install-info): Run install-info on installed Info
7960 files.
7961
8c70017b
AC
7962Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
7963
a7cb598a 7964 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 7965 Andrew Cagney.
8c70017b 7966
f7dc1244 79672000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
7968
7969 * gdb.texinfo: Proofreading changes from Brian Youmans.
7970
bf0184be
ND
79712000-05-01 Nick Duffek <nsd@cygnus.com>
7972
7973 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
7974 startup sequence, minor edits.
7975
f7dc1244 79762000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
7977
7978 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
7979 TeX.
7980
7981 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
7982 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
7983 like `n' and `s' which look weird. Convert some of the @kindex to
7984 @vindex, when they refer to variables, not commands.
7985
33e16fad
AC
7986Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
7987
7988 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
7989
f7dc1244 79902000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
7991
7992 * Makefile.in (GDBMI_DIR): New variable.
7993 (SET_TEXINPUTS): Add $(GDBMI_DIR).
7994 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
7995 (gdbmi.texinfo): New target, for texi2roff.
7996 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
7997 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
7998
7999 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
8000 gdbmi.texinfo.
8001 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
8002 comment.
8003
d167840f
EZ
80042000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8005
8006 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 8007 command.
d167840f 8008
f7dc1244 80092000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
8010
8011 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
8012 prevents the build (and is generally a Bad Idea).
8013
f7dc1244 80142000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
8015
8016 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
8017 a comma inside @var.
8018 (Command Files): Index markup changes from Dmitry Sivachenko
8019 <dima@Chg.RU>.
8020
f7dc1244 80212000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
8022
8023 * Makefile.in (LN_S): Define.
8024 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
8025 invoke "ln -s" unless it is known to work.
8026
8027 * configure.in (AC_PROG_LN_S): Add.
8028
8dc7983f
JB
80292000-04-14 Jim Blandy <jimb@redhat.com>
8030
8031 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
8032 section.
8033 (Target Conditionals): Document ADDRESS_TO_POINTER,
8034 POINTER_TO_ADDRESS.
8035
1a8237e8
DB
80362000-04-11 Daniel Berlin <dan@cgsoftware.com>
8037
8038 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
8039 gdb-cfg.texi to get the value.
8040
ca526f1a
JB
80412000-04-10 Jim Blandy <jimb@redhat.com>
8042
8043 * gdbint.texinfo (Target Architecture Definition): Fix
8044 cross-references.
8045
faaafcb4
JB
80462000-04-08 Jim Blandy <jimb@redhat.com>
8047
8048 * gdbint.texinfo (Using Different Register and Memory Data
8049 Representations): New section.
8050 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
8051 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
8052 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 8053
1b27397f
AC
8054Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
8055
8056 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 8057 for acknowledgments.
1b27397f 8058
480ff1fb
AC
8059Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
8060
8061 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 8062 qThreadExtraInfo.
480ff1fb 8063
a9331b3f 80642000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 8065
a9331b3f
RM
8066 * gdb.texinfo: Clarify which remote debug protocol commands are
8067 required and which are optional.
f1251bdd 8068
dbeb8dbd
AC
8069Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
8070
8071 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
8072 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
8073 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
8074 * annotate.texi: Update.
8075
6d2ebf8b
SS
80762000-03-28 Stan Shebs <shebs@apple.com>
8077
8078 * gdb.texinfo: Update dates, bump to Eighth Edition (note
8079 expectation of additional changes before release), update
8080 ISBN, add copy of top-level menu for @ifhtml, remove explicit
8081 node links, rephrase and/or shorten lines to fix formatting
8082 problem in both regular and @smallbook formats.
8083 * annotate.texi: Shorten lines in example, use smallexample
8084 consistently everywhere.
8085 * Makefile.in: Add comment about texinfo 4.0 html generation.
8086 (SFILES_INCLUDED): Add annotate.texi.
8087
5d161b24
DB
80882000-03-27 Daniel Berlin <dan@cgsoftware.com>
8089
5ae4183a
AS
8090 * gdb.texinfo (Debugging Output): Added new section, documenting
8091 the "set/show debug" commands.
5d161b24 8092
b9deaee7
AC
8093Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
8094
8095 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 8096 entry.
b9deaee7
AC
8097
8098 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
8099 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 8100 @chapter and @node entries.
a9331b3f 8101
b9deaee7 8102 * gdb.texinfo: Link all top-level nodes.
a9331b3f 8103
9ef47d30
AC
8104Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
8105
8106 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 8107 files.
9ef47d30 8108
cfeada60
FN
81092000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
8110
8111 From David Whedon <dwhedon@gordian.com>
5ae4183a 8112 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 8113
6837a0a2
DB
81142000-03-22 Daniel Berlin <dan@cgsoftware.com>
8115
8116 * gdb.texinfo: Add documentation for the apropos command.
8117
bba2971c
MS
81182000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
8119
8120 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
8121
2b628194
MS
81222000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
8123
a9331b3f 8124 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
8125 two places.
8126
96a2c332
SS
81272000-03-17 Stan Shebs <shebs@apple.com>
8128
8129 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
8130 <dima@Chg.RU>, also clarification of allowed content for
8131 string constants.
8132
f7dc1244 81332000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
8134
8135 * gdb.texinfo (main menu): Add Annotations.
8136 (File Options): Add @cindex entries for each command-line option.
8137 Document --epoch, --annotate, --async, --interpreter, --write,
8138 --statistics, and --version.
8139
8140 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
8141 of GDB.
8142
9d233477
JB
81432000-02-23 Jim Blandy <jimb@redhat.com>
8144
8145 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
8146
14e0eb3b
JB
81472000-02-22 Jim Blandy <jimb@redhat.com>
8148
8149 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
8150
3555de01
JM
81512000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
8152
8153 * Makefile.in (diststuff): New target.
8154
5e35df8e
KB
81552000-02-15 Kevin Buettner <kevinb@redhat.com>
8156
8157 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 8158 architecture. [From Jim Wilson.]
5e35df8e 8159
c5394b80
JM
81602000-01-16 Tom Tromey <tromey@cygnus.com>
8161
8162 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
8163 (Delete Breaks): Mention range arguments.
8164 (Disabling): Likewise.
8165
c3f6f71d
JM
81662000-01-05 Dmitry Sivachenko <dima@Chg.RU>
8167
8168 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
8169
c4093a6a
JM
8170Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
8171
8172 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 8173 valid functions.
c4093a6a 8174
11cf8741
JM
81751999-11-05 Stan Shebs <shebs@andros.cygnus.com>
8176
8177 * gdb.texinfo: Clarify regular expressions used in rbreak.
8178
917317f4
JM
81791999-10-15 Kevin Buettner <kevinb@cygnus.com>
8180
8181 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
8182 MEMORY_REMOVE_BREAKPOINT): Document.
8183
8184Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
8185
8186 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 8187 offset re-using the DATA offset instead.
917317f4 8188
2df3850c
JM
81891999-10-11 Jim Kingdon <kingdon@redhat.com>
8190
8191 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
8192
81931999-10-05 Stan Shebs <shebs@andros.cygnus.com>
8194
8195 From Dmitry Sivachenko <demon@gpad.ac.ru>:
8196 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
8197 typos.
8198
8199 * gdb.texinfo: Various minor wording and formatting improvements,
8200 mentions of additional command-line options.
8201
2acceee2
JM
82021999-09-30 Fred Fish <fnf@cygnus.com>
8203
8204 * gdb.texinfo: Document additional forms of specifying section
8205 names and addresses for the add-symbol-file command.
8206
c2c6d25f
JM
82071999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
8208
8209 * gdbint.texinfo: Fix typo, add the word "have".
8210
82111999-09-14 Jim Blandy <jimb@cris.red-bean.com>
8212
8213 * gdbint.texinfo (Target Architecture Definition): Document the
8214 SKIP_PERMANENT_BREAKPOINT macro.
8215
d4f3574e
SS
82161999-09-07 Stan Shebs <shebs@andros.cygnus.com>
8217
8218 * gdb.texinfo: Fiks speling errers.
8219
8220 * gdb.texinfo: Fix uses of @multitable.
8221
f7dc1244 8222 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 8223 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 8224 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
8225 comments about using with optimization, add more indexing,
8226 fix info about disassembly-flavor.
8227
8228Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
8229
8230 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
8231 SKIP_SOLIB_RESOLVER): Define.
8232
8233Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
8234
8235 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 8236 ``g'' packets.
d4f3574e 8237
104c1213
JM
82381999-08-30 Stan Shebs <shebs@andros.cygnus.com>
8239
8240 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
8241 platform-specific info, inline remote.texi and move sections of it
8242 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
8243 and register stack into the new chapter.
8244 * remote.texi: Remove, now part of gdb.texinfo.
8245 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
8246
82471999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
8248
8249 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
8250 GDB_TARGET_IS_MACH386): These kludges have gone away.
8251
8252Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
8253
8254 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 8255 TDEPLIBS.
104c1213 8256
53a5351d
JM
82571999-08-20 Stan Shebs <shebs@andros.cygnus.com>
8258
8259 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
8260 surrounding text to fit HP-UX bits into general info.
8261 (HPPA-cfg.texi): Remove, no longer useful.
8262
8263 * gdb.texinfo: Remove explicit links from @node lines, remove
8264 HP-added "Detailed Node Listing" from main menu which confuses
8265 things.
8266
8267 From Dmitry Sivachenko <dima@Chg.RU>:
8268 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 8269 in description of `set environment'.
53a5351d
JM
8270
82711999-08-17 Stan Shebs <shebs@andros.cygnus.com>
8272
8273 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
8274
7be570e7
JM
82751999-08-12 Ben Elliston <bje@cygnus.com>
8276
8277 * gdbint.texinfo (Breakpoint Handling): Add missing words.
8278
f7dc1244 82791999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
8280
8281 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
8282 watch, awatch, and rwatch. Explain why the latter two cannot be
8283 set as software watchpoints. Document that watchpoints for local
8284 variables are deleted when the debuggee terminates.
7be570e7
JM
8285
8286Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
8287
8288 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
8289 packet. Allow E.. response packet. "qRcmd" packet is no longer
8290 reserved.
7be570e7
JM
8291
82921999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8293
a9331b3f
RM
8294 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
8295 * gdb.texinfo: Ditto.
7be570e7 8296
96baa820
JM
82971999-08-06 Tom Tromey <tromey@cygnus.com>
8298
8299 * gdb.texinfo (KOD): New node.
8300
8301Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
8302
8303 * remote.texi (Rcmd): Fix minor formatting typos.
8304
8305Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
8306
8307 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 8308 packets.
96baa820 8309
adf40b2e
JM
83101999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
8311
8312 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
8313 fixes.
8314
43ff13b4
JM
8315Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
8316
8317 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
8318
085dd6e6
JM
8319Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
8320
8321 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
8322 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
8323 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
8324 packets that are not supported on all hosts. Expand examples.
8325 Spell check.
085dd6e6
JM
8326
83271999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
8328
8329 * Makefile.in: Recognize html, install-html. Add targets
8330 to build HTML versions of documentation via texi2html.
8331
8332Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
8333
8334 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 8335 testsuite.
085dd6e6
JM
8336
8337Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
8338
8339 * remote.texi (Communication Protocol): Rewrite.
8340
8341Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
8342
8343 * stabs.texinfo: Fix uses of xref.
8344
9e0b60a8
JM
8345Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
8346
8347 * gdbint.texinfo: Add an anti-printf exhortation, and update the
8348 info about patch submission.
8349
cce74817
JM
8350Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
8351
8352 From Per Bothner <bothner@cygnus.com>:
8353 * gdb.texinfo: Document Chill support.
8354
8355Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
8356
8357 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
8358 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
8359 Document that the value should be greater-than or equal-to zero.
8360 (NO_STD_REGS): Document. Deprecate.
cce74817 8361
ac9a91a7
JM
8362Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8363
8364 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 8365 Document that these are not used.
ac9a91a7
JM
8366
8367Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8368
8369 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
8370
392a587b
JM
8371Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
8372
8373 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 8374 numargs was dropped.
392a587b
JM
8375
8376Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
8377
8378 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
8379
b83266a0
SS
8380Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
8381
8382 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 8383 Update.
b83266a0 8384
7a292a7a
SS
8385Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
8386
8387 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
8388 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
8389
8390Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
8391
8392 * gdbint.texinfo: Fix typos: $ -> @.
8393
8394Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
8395
8396 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
8397 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
8398 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
8399 BREAKPOINT_FROM_PC.
a9331b3f 8400
7a292a7a
SS
8401Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
8402
8403 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 8404 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
8405
8406Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8407
8408 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 8409 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
8410
84111999-04-02 Stan Shebs <shebs@andros.cygnus.com>
8412
8413 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
8414 longer exists.
8415
8416Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
8417
8418 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
8419 nearly all @ifset/@ifclear conditionals; nobody uses them, and
8420 they make the manual source incomprehensible.
7a292a7a
SS
8421 * h8-cfg.texi: Remove, hasn't been used in years.
8422
c906108c
SS
8423Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
8424
8425 * gdb.texinfo: Update the credits.
8426
8427Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
8428
8429 * gdb.texinfo: Fix mistakes noticed in printout of last
8430 draft, add Alpha to discussion of heuristic fence post.
8431
8432Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
8433
8434 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
8435 Edition, merge some HP changes into mainline, describe some
8436 previously undocumented features, describe more of the target
8437 commands available, eliminate obsolete section on renamed
8438 commands.
c906108c
SS
8439 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
8440
8441Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
8442
8443 * gdb.texinfo: Make many HPPA conditionals unconditional,
8444 including catchpoint description, since now on for all configs.
8445 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
8446 specializations.
8447
8448Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
8449
8450 * Makefile.in (GDBvn.texi): Fix match expression to work with
8451 current format of VERSION in gdb/Makefile.in.
8452 * gdb.texinfo: Fix node ref to match new readline.
8453
8454Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
8455
a9331b3f
RM
8456 * gdb.texinfo: Changes made as part of a project to merge in
8457 changes made by HP. Documentation makes extensive use of
c906108c
SS
8458 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
8459 on remote debugging. There are differences in documentation
889bf7c5 8460 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
8461 the HP manual discusses catchpoints, hardware watchpoints, and
8462 some HPUX specific limitations for shared library support.
a9331b3f 8463
c906108c
SS
8464 There are also a number of @node changes.
8465
84661999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
8467
8468 * gdbint.texinfo (Formatting): Disambiguate a sentence.
8469 (C Usage): Same.
8470
8471Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
8472
8473 The following changes were made by Edith Epstein
889bf7c5
PA
8474 <eepstein@cygnus.com> as part of a project to merge in changes
8475 made by HP.
a9331b3f 8476
c906108c
SS
8477 * HPPA-cfg.texi: new file.
8478
8479 * all-cfg.texi: set HPPA for HP PA-RISC targets.
8480
8481 * refcard.tex: change documentation about catch.
8482 removed info catch.
8483
8484Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
8485
8486 * gdbint.texinfo: Expand on GDB's coding standards,
8487 specify the use of arg names with prototypes.
8488
84891998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
8490
8491 * gdb.texinfo: Fix tipo.
8492
8493Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
8494
8495 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 8496 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
8497
8498Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
8499
8500 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
8501
85021998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
8503
8504 * agentexpr.texi: New file.
8505
8506Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
8507
8508 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
8509
85101998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
8511
8512 * remote.texi: Changed wording that implied that the GDB remote
8513 protocol caches register values instead of GDB itself.
8514
8515Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
8516
8517 * gdbint.texinfo: Add some info about symbol readers.
8518 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
8519 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
8520 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
8521 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
8522
8523Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
8524
a9331b3f 8525 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
8526
8527Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
8528
8529 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
8530
8531Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
8532
8533 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 8534 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
8535
8536Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
8537
8538 * gdbint.texinfo: Fix minor typos.
8539
8540Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
8541
8542 * gdbint.texinfo: Complete overhaul. Group descriptions more
8543 logically, add more info on generic algorithms, remove much
8544 obsolete and/or wrong material.
8545
8546Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
8547
8548 * stabs.texinfo (Method Type Descriptor): Expand and correct.
8549
8550Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
8551
8552 * refcard.tex: Copyright, address updates.
8553
8554Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
8555
8556 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
8557 for the edition instead of confusing GDB-version-like numbers.
8558
8559Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
8560
8561 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
8562
8563Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
8564
5ae4183a 8565 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
8566
8567Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
8568
8569 * gdb.texinfo: Add some credits, mention bug monitor.
8570 * remote.texi: Mention mips monitor targets.
8571 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 8572
c906108c
SS
8573Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
8574
8575 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
8576 files, finish sorting of host vs target vs native macros, describe
8577 some more of them.
c906108c
SS
8578
8579Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
8580
8581 * gdbint.texinfo (Host Conditionals): Document change from
8582 using NO_MMALLOC to it's inverse, USE_MMALLOC.
8583
8584Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
8585
8586 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 8587 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
8588
8589Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
8590
8591 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
8592 Document LSEEK_NOT_LINEAR.
8593
8594Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
8595
8596 * stabs.texinfo (Stab Section Basics): Make it clear that only
8597 some versions of the GNU linker remove the leading N_UNDF symbol.
8598
8599Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
8600
8601 * stabs.texinfo (String Field): Document type number pairs here,
8602 instead of in the Sun specific section.
8603 (Include Files): The GNU linker supports the N_BINCL
8604 optimization. Clarify the N_BINCL value, and what it is used
8605 for.
8606 (Procedures): Document N_FUN with an empty string to mark the end
8607 of a function.
8608 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
8609 (Sun Differences): Remove this node, as the information is now
8610 elsewhere in the main document.
8611 (Stab Section Basics): Mention that the GNU linker may optimize
8612 stabs and remove the leading N_UNDF symbol.
8613
8614Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
8615
8616 * gdb.texinfo, refcard.tex: Restore author credit
8617
8618Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
8619
8620 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
8621 documentation to account for START and END macros taking
8622 one arg.
8623
8624Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
8625
8626 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
8627 * gdb.texinfo (Frames): Fix typo.
8628
8629Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
8630
8631 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
8632 a target_signal as arg type, not a pid.
8633
8634Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
8635
8636 * gdb.texinfo: Document `set assembly-language'.
8637
8638Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
8639
8640 * remote.texi: Update list of stubs in the GDB distribution.
8641
8642Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
8643
8644 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
8645 Also document that some systems can use mmalloc but must define
8646 this if their C runtime allocates memory that is later freed.
c906108c 8647 (MMCHECK_FORCE): Document new macro.
a9331b3f 8648
c906108c
SS
8649Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
8650
8651 * remote.texi: Add documentation for target Sparclet.
8652
8653Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8654
a9331b3f 8655 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
8656 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
8657 * configure.in: Rewritten for autoconf.
8658 * configure: New.
8659
8660Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
8661
8662 * Makefile.in (DVIPS): New define, set to dvips.
8663 (dvi): Add stabs.dvi.
8664 (ps): New target.
8665 (all-doc): Depend on info, dvi, and ps targets.
8666 (STAGESTUFF): Add *.ps and *.dvi files.
8667 (clean-info, clean-dvi): Remove.
8668 (mostlyclean): Does not depend upon clean-info or clean-dvi,
8669 rules completely rewritten.
8670 (maintainer-clean): Remove clean-info and clean-dvi
8671 dependencies and put their actions in the rules.
8672 (gdb.ps): New target
a9331b3f 8673 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
8674 intermediate TeX files, whether they have 2 or 3 character
8675 extensions.
8676 (gdbint.ps): Add target and rules.
8677 (gdb-internals): Delete unused target.
8678 (Makefile): Depends upon config.status also.
8679
8680Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
8681
8682 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
8683 set.
8684
8685Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
8686
8687 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
8688 * gdb.texinfo (Expressions): Fix erroneous array constant example.
8689
8690Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
8691
8692 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
8693
8694Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8695
8696 * gdb.texinfo (Print settings): Document
8697 `set/show print static-members' commands.
8698
8699Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
8700
8701 * gdbint.texinfo (Native): Document name change, coredep.c to
8702 core-aout.c.
8703
8704Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
8705
8706 * stabs.texinfo (Include Files): Document the values the SunOS4
8707 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
8708
8709Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
8710
8711 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
8712 Fix typo.
8713
8714Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
8715
8716 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
8717 "gdb.tar.Z".
8718
8719Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
8720
8721 * Makefile.in (maintainer-clean): New target, synonym for
8722 realclean.
8723
8724Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
8725
8726 * Update all FSF addresses except those in COPYING* files.
8727
8728Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
8729
8730 From Richard Earnshaw (rearnsha@armltd.co.uk):
8731 * gdb.texinfo (convenience variables): Document $_exitcode.
8732 (quit): Document optional expression to use as exit code.
8733
8734Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
8735
8736 * gdb.texinfo, remote.texi: Brought up to date with various
8737 GDB changes.
8738
8739Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
8740
8741 * gdb.texinfo: Update dates and versions, fix comments about
8742 hardware watchpoints in future releases and about the
8743 sharedlibrary command.
8744
8745Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8746
8747 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
8748 C_FUN stab. Other cleanups.
8749
8750Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8751
8752 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
8753 for the sparc stub.
8754
8755Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8756
8757 * annotate.texi: Clarify which addresses have differing formats
8758 depending on the language and which do not.
8759
8760Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8761
8762 * remote.texi (NetWare): Changed example to use BOARD= instead of
8763 NODE= argument to reflect correspoding change to gdbserve.nlm.
8764
8765Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8766
8767 * stabs.texinfo (Negative Type Numbers): Mention the fact that
8768 GDB, as well as AIX dbx, supports the size type attribute.
8769
8770Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8771
8772 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
8773
8774Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
8775
8776 * gdb.texinfo (Define): Document $arg0... arguments to commands,
8777 and new 'if' and 'while' commands.
8778
8779Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
8780
8781 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
8782
8783Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8784
8785 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
8786 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
8787 NetWare targets. Mostly stolen from the Server node.
8788
8789Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8790
8791 * gdb.texinfo (Setting): Talk about the language of a source file
8792 versus the working language. The old documentation did not match
8793 what GDB did.
8794
8795Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8796
8797 * stabs.texinfo (Source Files): Document N_SO used to mark the end
8798 of a source file.
8799
8800Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8801
8802 * gdb.texinfo (Processes): New node.
8803
8804Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
8805
8806 * remote.texi: Update documentation of set/show mipsfpu.
8807
3fc11d3e
JM
8808Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
8809
8810 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
8811 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
8812
8813Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
8814
8815 * gdbint.texinfo: Removed mentions of some incorrectly placed and
8816 obsolete conditionals, described some others.
8817
8818Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8819
8820 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
8821 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
8822
8823Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
8824
8825 * gdbint.texinfo: Put regex conditionals in their own table.
8826
8827Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
8828
8829 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
8830 described or fixed the descriptions of many others.
8831
8832Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
8833
8834 * gdb.texinfo: Add some more credits.
8835 * gdbint.texinfo: Capitalize GDB consistently, describe some
8836 macros and remove some.
8837
8838Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
8839
8840 * gdbint.texinfo: Removed mentions of many incorrectly placed and
8841 obsolete conditionals, described some others.
8842
8843Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8844
8845 * gdb.texinfo (help targets): Changed to `help target', which
8846 is the correct gdb command.
8847
8848Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8849
8850 * annotate.texi (TODO): New node, for keeping track of annotations
8851 suggested but not yet implemented.
8852
8853Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8854
8855 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
8856 another symbol, it is not the address itself.
8857
8858Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
8859
8860 * stabs.texinfo (Stab Section Basics): Add comment about alignment
8861 of stabs-in-coff sections.
8862
8863Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8864
8865 * annotate.texi: Change edition to 0.5 and date to May 1994.
8866 Add index.
8867 (Frames): New node, for frame annotation.
8868 (Displays): New node, for display annotation.
8869
8870 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
8871 when waiting for your program to stop.
8872
8873Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8874
8875 * annotate.texi (Breakpoint Info): Document annotation of header
8876 fields and record annotation.
8877
8878Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8879
8880 * annotate.texi: New file, to document annotations.
8881
8882Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8883
8884 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
8885 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
8886
8887Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8888
8889 * stabs.texinfo (Stab Section Basics): Say what is in .stab
8890 section, and say n_strx field is compilation unit relative.
8891 * stabs.texinfo: Don't use @code for a.out when it is the name of
8892 an object file format.
8893
8894Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8895
8896 * gdb.texinfo: Refer to file names, not path names, per rms
8897 convention.
8898 (Arguments): Fix typo.
8899
8900Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8901
8902 * stabs.texinfo (Global Variables): Talk about stabs in files
8903 where variables are referenced, but not defined.
8904
8905Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8906
8907 * stabs.texinfo: Move stuff on @ and # type descriptors from node
8908 Cplusplus to new nodes Member Type Descriptor and Method Type
8909 Descriptor. Re-write stuff for #.
8910
8911Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8912
8913 * gdb.texinfo (Print Settings): Don't document "set print
8914 fast-symbolic-addr off". The bug which it worked around was fixed
8915 on 25 Feb 94 in coffread.c, so I'm nuking the command.
8916
8917 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
8918 N_ENTRY node.
8919
8920 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
8921
8922Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8923
8924 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
8925 references to ieee-float.c.
8926
8927Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8928
8929 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
8930 match what the code actually does.
8931
8932Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8933
8934 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
8935
8936Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8937
8938 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
8939 i, and b.
8940
8941Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
8942
8943 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
8944 well as for ELF and SOM. Unify the descriptions of ELF and SOM
8945 as "stabs in sections" rather than just saying "ELF and SOM".
8946 Also make that stuff apply to COFF.
8947
8948Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8949
8950 * gdb.texinfo (Formatting Documentation): Change GhostScript to
8951 Ghostscript.
8952
8953Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8954
8955 * gdb.texinfo (Continuing and Stepping): When talking about "step"
8956 versus functions without line numbers, also mention stepping into
8957 them as well as "step" when you are in them. Tell the user how to
8958 deal with the situation. Add comment about "debugging information".
8959
8960Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8961
8962 * stabs.texinfo (Enumerations): Document restriction on where
8963 enumeration types can appear and still win with GDB.
8964
8965Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8966
8967 * stabs.texinfo (Negative Type Numbers): Document format for type
8968 -16.
8969
8970Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8971
8972 * gdb.texinfo (Selection, Frame Info): Update information about
8973 arbitrary frame specficiations.
8974
8975Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
8976
8977 * gdb.texinfo, remote.texi: general editing pass prior to Net release
8978
8979Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8980
8981 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
8982
8983Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
8984
8985 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
8986
8987Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8988
8989 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
8990 Differences node to Statics node.
8991 (Statics): Discuss XCOFF use of V symbol descriptor.
8992
8993 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
8994 not clean.
8995
8996Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
8997
8998 * gdb.texinfo (Print Settings): Document `set print
8999 fast-symbolic-addr' and improve the doc for some other
9000 `set print's.
9001
9002Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9003
9004 * stabs.texinfo (String Field): Talk about defining several type
9005 numbers at once.
9006 Fix lint regarding changing node ELF Transformations to
9007 ELF and SOM Transformations.
9008
9009Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
9010
9011 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
9012
9013Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9014
9015 * stabs.texinfo (Cross-References): `::' is for nested types only
9016 within <>.
9017 (Structures): Document static members.
9018
9019Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9020
9021 * stabs.texinfo: Document S type attribute.
9022
9023Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
9024
9025 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
9026
9027Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
9028
9029 * gdbint.texinfo: Fix a few typos.
9030
9031Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9032
9033 * gdb.texinfo, remote.texi: formatting improvements
9034
9035 * gdb.texinfo (New Features): mention threads.
9036 (Summary, C): fix xrefs in newly contributed text.
9037 (Threads): index entries, clarifications, example
9038 (passim): minor typos fixed, phrasing improvements
9039
9040 * remote.texi (Bootstrapping): rephrase text on ^C and add index
9041 entries; (Server): explain use of gdbserver w/real-time systems,
9042 add example of conflicting TCP port; (MIPS Remote) break up
9043 running text into table, highlighting commands, and add example.
a9331b3f 9044
c906108c
SS
9045Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9046
9047 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
9048
9049Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9050
9051 * stabs.texinfo (Nested Symbols): New node.
9052 (String Field, Symbol Descriptors, Cross-References): Refer to it.
9053
9054Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9055
9056 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
9057 to picking which Bbss.bss symbol to use, and (because there seems to
9058 be no good way of doing it) re-write some of the text to make it
9059 sound like Bbss.bss isn't such a great idea after all (as currently
9060 designed).
9061
9062 * gdb.texinfo (C): In addition to saying people have to use g++ for
9063 good results, say they have to use stabs. Specifically say cfront
9064 doesn't work well.
9065 (Summary): Merge in information on Modula-2, Pascal, and Chill from
9066 the gdb README. Add xrefs to places where the support for the various
9067 languages is described in detail.
9068
9069Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9070
9071 * stabs.texinfo: Clean up stuff about visibility and virtual
9072 characters.
9073
9074 * stabs.texinfo (N_M2C): Cite Sun doc.
9075
9076Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9077
9078 * gdb.texinfo: updates re threads.
9079 * remote.texinfo: avoid index entries starting with digits.
9080
9081Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9082
9083 * stabs.texinfo (Enumerations): Talk about large, negative and
9084 octal values. Clean up cross reference to type attributes.
9085 (String Field): Say that GDB 4.11 supports size attribute.
9086
9087Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9088
9089 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
9090 is a mandatory step. Make the stuff about that more concise.
9091
9092Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9093
9094 * stabs.texinfo (Class Names): New node.
9095
9096 * gdb.texinfo (Command Files): Explain order of init file reading.
9097
9098 * remote.texi (Bootstrapping): Talk about getting the serial driver
9099 to deal with ^C sent by gdb to stop the remote system.
9100
9101Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
9102
9103 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
9104
9105 * libgdb.texinfo (Defining Commands): made the DOC arg
9106 to gdb_define_app_command a char * instead of char **
9107 per a suggestion from kingdon.
9108
9109 * libgdb.texinfo: total rewrite from a different starting
9110 premise.
9111
9112Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9113
9114 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
9115 floats passed as doubles (to improve clarity).
9116
9117Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9118
9119 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
9120
9121 * a4rc.sed: update to work with Andreas Vogel papersize params
9122
9123 * refcard.tex: use Andreas Vogel simplifications of papersize
9124 params; remove useless version info; update copyright date.
9125
9126Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9127
9128 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
9129
9130Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9131
9132 * gdb.texinfo (Files): Say what address the load command loads it at.
9133
9134 * stabs.texinfo (Common Blocks): Minor cleanups.
9135
9136 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
9137 that Sun has backed away from the linker kludge and thus the relevant
9138 issue is changes to the SunPRO tools, not the Solaris linker.
9139
9140 * stabs.texinfo (Traditional Integer Types): Clean up description
9141 of octal bounds a little bit. Document extra leading zeroes.
9142
9143Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9144
9145 * gdb.texinfo (Signaling): Update for symbolic symbol names
9146 and add a section explaining the difference between the GDB
9147 signal command and the shell kill utility.
9148
9149Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
9150
9151 * libgdb.texinfo: added `@' to braces that were unescaped.
9152
9153Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
9154
9155 * libgdb.texinfo: new file. Spec for the gdb library.
9156
9157Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9158
9159 * stabs.texinfo (Include Files): Fix typo (start -> end).
9160
9161Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9162
9163 * gdb.texinfo, remote.texi: assorted small improvements, mostly
9164 from Melissa at FSF's editing pass.
9165
9166Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9167
9168 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
9169 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
9170 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
9171
9172Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9173
9174 * remote.texi (Bootstrapping): Discuss 386 call gates.
9175
9176Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9177
9178 * stabs.texinfo (Based Variables): New node.
9179
9180Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
9181
9182 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
9183 names, sizes, and formats to suggest how not to lose.
9184
9185Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9186
9187 * stabs.texinfo (Methods): Fix typo.
9188
9189Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9190
9191 * gdb.texinfo: Fix a few typos.
9192
9193Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9194
9195 * gdb.texinfo: Clarify how well it works with Fortran.
9196
9197 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
9198 More on relocating stabs in ELF files.
9199
9200Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9201
9202 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
9203
9204Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9205
9206 * stabs.texinfo (Local Variable Parameters): Talk about nameless
9207 parameters on VAX.
9208
9209Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9210
9211 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
9212
9213Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9214
9215 * stabs.texinfo: Make info author notice match the TeX author notice.
9216
9217Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9218
9219 * stabs.texinfo: Initial-caps all words in node names and
9220 non-trivial words in section names.
9221
9222Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9223
9224 * stabs.texinfo: Many minor cleanups.
9225
9226 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
9227
9228Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
9229
9230 * stabs.texinfo: Remove full description of big example.
9231 It's not really helpful; just use pieces of it where appropriate.
9232 Add more Texinfo formatting directives (@samp, etc.).
9233 Use @deffn to define stab types.
9234 Eliminate some wordiness. Break up some nodes.
9235 Add an (alphabetized) index of symbol types.
9236 Use consistent capitalization style in node and section names.
9237
9238Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
9239
9240 * gdb.texinfo: Change typo "Two two" to "The two".
9241
9242Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9243
9244 * stabs.texinfo (XCOFF-differences): Remove references to
9245 non-existent types N_DECL and N_RPSYM.
9246
9247 * stabs.texinfo (String Field): Say that type attributes bug is
9248 fixed in GDB 4.10, since it is.
9249
9250 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
9251
9252Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
9253
9254 * stabs.texinfo: Formatting cleanups.
9255
9256Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9257
9258 * stabs.texinfo: When explaining the n_type of a stab, standardize
9259 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
9260 no tabs, use @r).
9261 (Global Variables): Clean up.
9262
9263Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9264
9265 * stabs.texinfo (Stack Variables): Re-write.
9266
9267Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9268
9269 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
9270 addresses of a source file. Also revise formatting.
9271 Change "object module" or "object file" to "source file".
9272 Various: Miscellaneous cleanups.
9273
9274Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9275
9276 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
9277
9278Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
9279
9280 * gdbint.texinfo: Removed many nonsensical machine-collected
9281 host and target conditionals, described some of the remainder.
9282
9283Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9284
9285 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
9286
9287 * gdbint.texinfo (Top): Add name to @top line, and re-write the
9288 paragraph which follows.
9289
9290 * gdbint.texinfo (Host): Use @code not @samp for Makefile
9291 variables. Looks better and avoids overful hbox.
9292
9293Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9294
9295 * stabs.texinfo (Procedures): Improve stuff on nested functions.
9296
9297Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9298
9299 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
9300 retransmit-timeout
9301
9302Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9303
9304 * gdbint.texinfo: Update statement about `some ancient Unix
9305 systems, like Ultrix 4.0' to Ultrix 4.2.
9306
9307Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
9308
9309 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
9310
9311 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
9312
9313 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
9314 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
9315
9316 * remote.texi: new name for former gdbinv-s.texi
9317
9318 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
9319
9320Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
9321
9322 * gdbinv-s.texi: Documented timeout and retransmit-timeout
9323 variables for MIPS remote debugging protocol.
9324
9325Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9326
9327 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
9328
9329Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9330
9331 * Makefile.in (refcard.dvi): Use srcdir where necessary.
9332
9333Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
9334
9335 * gdb.texinfo: repair conditional bugs in text markup
9336
9337Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9338
9339 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
9340 to select Modula-2 material.
9341
9342Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9343
9344 * stabs.texinfo: Cleanups regarding statics.
9345
9346 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
9347 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
9348
9349Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9350
9351 * stabs.texinfo: N_MAIN is sometimes used for C.
9352
9353Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9354
9355 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
9356
9357Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
9358
9359 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 9360 removed from the code by Kingdon.
c906108c
SS
9361
9362Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9363
9364 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
9365 input when evaluating breakpoint conditions; the bug has been fixed.
9366
9367 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
9368 sets the ignore count to N-1, not to N.
9369
9370Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9371
9372 * refcard.tex (\hoffset): correct longstanding error to match
9373 intended offset; avoids cutting off edge on some printers
9374
9375Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9376
9377 * stabs.texinfo (Parameters): Say that order of stabs is significant.
9378
9379Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9380
9381 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
9382
9383Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9384
9385 * Makefile.in: (REFEDITS) new var to control whether PS or CM
9386 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
9387 collect sed edits if any, apply to refcard before formatting;
9388 (refcard.ps) stop implying PS fonts if PS output requested;
9389 (lrefcard.ps) delete extra target for variant PS fonts
9390
9391 * refcard.tex: parametrize papersize dependent info, collect
9392 in easily replaced spot
9393
9394 * a4rc.sed: new file, edits to refcard for A4 paper
9395
9396Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9397
9398 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
9399
9400Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9401
9402 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
9403
9404Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9405
9406 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
9407 politely rather than rudely.
9408
9409Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9410
9411 * stabs.texinfo: Document common blocks.
9412
9413Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
9414
9415 * stabs.texinfo: Add some basic info about stabs-in-elf.
9416
9417Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9418
9419 * stabs.texinfo (Top): Minor cleanup.
9420
9421Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
9422
9423 * Makefile.in (install-info): remove parentdir support
9424
9425Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9426
9427 * gdb.texinfo (Copying): delete this node and references to it;
9428 RMS says this manual need not carry GPL. (passim): Improvements
9429 from last round at FSF, largely due to Ian Taylor review, and
9430 minor formatting improvements.
9431
9432 * gdbinv-s.texi (passim): Improvements from last round at FSF,
9433 largely due to Ian Taylor review. (Debug Session): minor edits to
9434 new text.
9435
9436Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
9437
9438 * Makefile.in (realclean): Remove info and dvi files too.
9439
9440Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
9441
9442 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
9443 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
9444 * gdb.texinfo: Change accordingly.
9445
9446 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
9447 N_{L,R}BRAC,N_SLINE are relative to.
9448
9449Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
9450
9451 * Makefile.in (GDBvn.texi): Update atomically.
9452
9453Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
9454
9455 * gdbinv-s.texi (Debug Session): Document exceptionHook.
9456
9457Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
9458
9459 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
9460 addresses together. Also motivate the set print symbol-filename
9461 command and suggest other solutions.
9462
9463Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
9464
9465 * gdb.texinfo (set print elements): Note that the number of
9466 elements is set to unlimited by "set print elements 0".
9467
9468Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
9469
9470 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
9471 NF_LDOUBLE means.
9472 (Stab Types): Include Solaris stab types.
9473 (Procedures): Document Solaris extensions.
9474
9475Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9476
9477 * gdb.texinfo: Add `set print symbol-filename' doc.
9478
9479Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9480
9481 * stabs.texinfo (Arrays): Talk about type definition vs. type
9482 information.
9483
9484 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
9485 the trailing semicolon.
9486
9487Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9488
9489 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
9490 and merge in other parts of the document addressing these subjects.
9491 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
9492
9493 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
9494 at the end of a range type.
9495
9496 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
9497 AIX extensions.
9498
9499Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9500
9501 * stabs.texinfo (Stabs Format): Misc fixes.
9502
9503Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9504
9505 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
9506 (Traditional builtin types): Document convex convention for long long.
9507 (Negative builtin types): Discuss type names, and misc fixes.
9508
9509Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9510
9511 * stabs.texinfo (Builtin Type Descriptors): Document the floating
9512 point types used with @samp{R} type descriptor.
9513 (Symbol Descriptors): Describe how to handle conflict between
9514 different meanings of @samp{P} symbol descriptor.
9515
9516Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9517
9518 * stabs.texinfo: Remove node Quick Reference and put its children
9519 directly under the main menu.
9520
9521 * stabs.texinfo: Many more changes to bring it into line with
9522 AIX documentation and reality. I think it now has all the
9523 information from the AIX documentation, except that I burned
9524 out when I got to variant records (Pascal and Modula-2) and
9525 all the COBOL types. Oh well, we can add them later when we're
9526 worrying more about those languages.
9527
9528 * stabs.texinfo (Automatic variables): Talk about what it means
9529 to omit the symbol descriptor.
9530
9531Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9532
9533 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
9534 gcc2 behavior with promoted args.
9535
9536Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9537
9538 * gdb.texinfo: include readline appendices in info version of manual
9539
9540Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9541
9542 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
9543 target remote.
9544
9545 * gdb.texinfo (Machine Code): more index entries for disassemble
9546
9547Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
9548
9549 * Clarify the intended use of the gdb-testers and gdb-patches
9550 mailing lists, and shrink gzip comment.
9551
9552Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9553
9554 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
9555 DOSHOST configuration of manual.
9556
9557 * gdb.texinfo (MIPS Stack): new node.
9558
9559 * all-config.texi (MIPS) new switch.
9560
9561 * gdbinv-s.texi (Nindy Options) Remove two instances of future
9562 tense; (MIPS Remote) new node.
9563
9564 * gdb.texinfo (passim) rephrases to work around makeinfo @value
9565 bug; (Environment) less passive, other small cleanups in text about
9566 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
9567 (Remote) new MIPS Remote menu entry.
9568
9569Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
9570
9571 * stabs.texinfo: Many changes to include information from the
9572 AIX documentation.
9573
9574 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
9575
9576Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
9577
9578 * gdbint.texinfo (new node Debugging GDB, elsewhere):
9579 Move a bunch of information from ../README.
9580 (Getting Started): New node.
9581
9582Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9583
9584 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
9585
9586 * gdb.texinfo: advance manual revision dates to present
9587
9588 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
9589 stop using silly Roman numerals in @set variable names
9590
9591Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
9592
9593 * stabs.texinfo (Parameters): Keep trying to get this right.
9594
9595Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
9596
9597 * stabs.texinfo (Parameters): More on "local parameters".
9598
9599Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
9600
9601 * stabs.texinfo (Parameters): Re-do "local parameters" section.
9602
9603Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
9604
9605 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
9606 (Parameters): Rewrite.
9607 (xcoff-differences, Sun-differences): Minor changes.
9608
9609Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
9610
9611 * stabs.texinfo: Minor cleanup.
9612
9613Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
9614
9615 * gdbint.texinfo: Minor xcoff stuff.
9616
9617Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
9618
9619 * gdbint.texinfo: Update for new config directory structure.
9620 Add info about internal type data structures.
9621
9622Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
9623
9624 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
9625 $(srcdir).
9626 (gdb-config.texi): Depend on file in $(srcdir).
9627
9628Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
9629
9630 * stabs.texinfo: Fixes about N_SO.
9631
9632Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9633
9634 * gdb.texinfo: include list of nonstandard init file names
9635
9636 * *-config.texi: new switch GENERIC for text that applies *only*
9637 to (usual) multiple-target version of manual
9638
9639 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
9640 h8 config
9641
9642 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
9643 in menus (rather than conditionally selected multiple alternative
9644 menus).
9645
9646 * Makefile.in: define and use DOC_CONFIG var to select
9647 configuration for GDB user manual.
9648
9649 * gdb-config.texi: delete from repository, generate from Makefile.
9650
9651 * all-config.texi: normal `generic' configuration file, formerly
9652 stored as gdb-config.texi
9653
9654Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
9655
9656 * Makefile.in: add dvi target to build all .dvi files
9657
9658Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9659
9660 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
9661
9662Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
9663
9664 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
9665 host conditionals.
9666 * stabs.texinfo: More array fixes inspired by Jim's.
9667
9668Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
9669
9670 * stabs.texinfo: Fixes re arrays and continuations.
9671
9672 * gdbint.texinfo: Add XCOFF node.
9673
9674Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
9675
9676 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
9677
9678Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
9679
9680 * stabs.texinfo: Fix for array types to mention lower bounds.
9681
9682Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
9683
9684 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
9685
9686Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
9687
9688 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
9689
9690Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
9691
9692 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
9693 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
9694
9695Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
9696
9697 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
9698
9699Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9700
9701 * gdb.texinfo, gdbinv-s.texi: misc updates
9702
9703Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
9704
9705 * gdbint.texinfo: Brief documentation for longjmp support,
9706 from an email msg by Stu.
9707
9708Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
9709
9710 * stabs.texinfo: Fix description of floating point "range"
9711 types (which really define basic types). Reported by Jim Meehan,
9712 <meehan@src.dec.com>.
9713
9714 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
9715
9716Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
9717
9718 * gdbint.texinfo: Slightly expand section on supporting a new
9719 object file format.
9720
9721Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
9722
9723 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
9724 intermediate file.
9725
9726Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9727
9728 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
9729
9730Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9731
9732 * gdbinv-s.texi: z8000 simulator target name is just "sim"
9733
9734 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
9735 as well as Z8002.
9736
9737Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
9738
9739 * gdbint.texinfo: Add sections on clean design and on how to send
9740 in changes.
9741
9742Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
9743
9744 * gdbint.texinfo: Add how to declare the result of make_cleanup.
9745
9746Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
9747
9748 * gdb.texinfo: Fix typo, reported by Karl Berry.
9749
9750Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
9751
9752 * gdb.texinfo: Add opcodes dir to GDB distribution description.
9753
9754Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9755
9756 * gdbint.texinfo: fixed a stray email address (needs @@),
9757 added @table @code to node "Native Conditionals"
9758
9759Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
9760
9761 * gdbint.texinfo: Describe coding style of GDB.
9762
9763Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
9764
9765 * stabs.texinfo: Minor wording changes.
9766
9767Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
9768
9769 * gdbint.texinfo: Improve release doc slightly.
9770
9771Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
9772
9773 * gdbint.texinfo: Improve doc of GDB config macros.
9774
9775Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
9776
9777 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
9778 These will be reinserted when examined.
9779
9780Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
9781
9782 * gdbint.texinfo: Make a start at documenting all the #if macros
9783 in GDB. At least list them all, and start separating them into
9784 host-specific and target-specific.
9785
9786Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9787
9788 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 9789 examples (not consistent w others).
c906108c
SS
9790 gdb.texinfo: issue disclaimer paragraph on cmdline options only
9791 for generic vn of doc
9792
9793Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
9794
9795 * Makefile.in: always create installation directories.
9796
9797Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9798
9799 * gdb.texinfo: in h8 config, do not describe searching commands.
9800
9801Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9802
9803 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
9804 conditionals; introduce a few generic switches that may be
9805 useful for other cross-dev or dos-hosted configs.
9806
9807 * gdb.texinfo: fix typo in "info reg" description
9808
9809Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
9810
9811 * stabs.texinfo: Minor updates from running TeX over it.
9812 * Makefile.in (stabs.dvi, stabs.ps): Add.
9813
9814Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
9815
9816 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
9817 First pass at converting it to texinfo.
9818
9819Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
9820
9821 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
9822 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
9823
9824Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
9825
9826 * gdbint.texinfo: Add section on partial symbol tables.
9827
9828Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
9829
9830 * gdb.texinfo: document `set remotedebug' and `set
9831 rstack_high_address'.
9832
9833Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9834
9835 * gdb.texinfo: slight expansion of new text on reading info files
9836 * gdbinv-s.m4.in: correct and expand info on cross-debugging
9837 H8/300 from DOS.
9838
9839Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
9840
9841 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
9842
9843Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
9844
9845 * gdb.texinfo: Say how to read the `info' files.
9846
9847Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
9848
9849 * Makefile.in: gm4 -> m4.
9850
9851Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
9852
9853 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
9854 Documentation' ahead of `Installing GDB' to match README.
9855 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 9856 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
9857
9858Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
9859
9860 * Makefile.in: remove $(srcdir) from gdb.info rule.
9861
9862Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
9863
9864 * Makefile.in: commented out gdb-all.texinfo rule. This is
9865 temporary.
9866
9867Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
9868
9869 * Makefile.in, configure.in: removed traces of namesubdir,
9870 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 9871 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
9872
9873Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
9874
9875 * gdb.texinfo: Improve how we ask for bug reports.
9876
9877Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9878
9879 * Makefile.in: infodir belongs in datadir.
9880
9881Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9882
9883 * Makefile.in: remove spaces following hyphens, bsd make can't
9884 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 9885 standards.text support.
c906108c
SS
9886
9887Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9888
9889 * Makefile.in: idestdir and ddestdir go away. Added copyrights
9890 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
9891 and mandir now keyed off datadir by default.
9892
9893\f
9894Local Variables:
9e9c5ae7 9895mode: change-log
c906108c
SS
9896left-margin: 8
9897fill-column: 74
9898version-control: never
9899End:
This page took 1.656347 seconds and 4 git commands to generate.