Document set/show debug aix-solib.
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
9a005eb9
JB
12013-05-08 Joel Brobecker <brobecker@adacore.com>
2
3 * gdb.texinfo (Debugging Output): Add documentation of
4 "set debug aix-solib" and "show debug aix-solib" commands.
5
a1217d97
SL
62013-05-06 Sandra Loosemore <sandra@codesourcery.com>
7
8 * gdb.texinfo (Nios II): New section.
9 (Nios II Features): New section.
10
4d1eb6b4
JB
112013-05-06 Joel Brobecker <brobecker@adacore.com>
12
13 * gdbint.texinfo (Algorithms): Remove entries documenting
14 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
15 SOLIB_CREATE_INFERIOR_HOOK.
16
3f84184e
TT
172013-04-29 Tom Tromey <tromey@redhat.com>
18
19 PR python/14204:
20 * gdb.texinfo (Python API): Fix menu entry.
21 (Blocks In Python): Fix subsubsection text. Rewrite intro.
22 Define global and static block. Add example. Clarify
23 block relationship for inline functions.
24
60155234
TT
252013-04-29 Tom Tromey <tromey@redhat.com>
26
27 * gdb.texinfo (Python API): Mention Python help and keyword
28 arguments. Move pagination text to Basic Python.
29 (Basic Python): Put pagination text here. Document
30 close-on-exec, SIGCHLD, and SIGINT.
31
5360976e
PA
322013-04-19 Pedro Alves <palves@redhat.com>
33
34 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
35 "signedness" instead of "signness".
36
bd3f3b55
PA
372013-04-19 Pedro Alves <palves@redhat.com>
38
39 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
40 -Wno-pointer-sign text with text on -Wpointer-sign.
41
dee368d3
TT
422013-04-16 Tom Tromey <tromey@redhat.com>
43
44 * gdb.texinfo (Set Catchpoints): Mention earliest version of
45 GCC that has the SDT probe points.
46
cc16e6c9
TT
472013-04-15 Tom Tromey <tromey@redhat.com>
48
49 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
50 exception catchpoints.
51
72f1fe8a
TT
522013-04-15 Tom Tromey <tromey@redhat.com>
53
54 * gdb.texinfo (Set Catchpoints): Document $_exception.
55 (Convenience Vars): Mention $_exception.
56
591f19e8
TT
572013-04-15 Tom Tromey <tromey@redhat.com>
58
59 * gdb.texinfo (Set Catchpoints): Reorganize exception
60 catchpoints. Document "catch rethrow".
61 (Debugging C Plus Plus): Mention "catch rethrow".
62
02ae6bad
TT
632013-04-15 Tom Tromey <tromey@redhat.com>
64
65 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
66
2c91021c
JK
672013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
68 Eli Zaretskii <eliz@gnu.org>
69
70 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
71 line below the sample output.
72
6eaaf48b
EZ
732013-04-12 Eli Zaretskii <eliz@gnu.org>
74
75 * gdb.texinfo (Mode Options): Document '-configuration'.
76 (Help): Document "show configuration".
77 (Bug Reporting): Add requirements to include the configuration
78 details in bug reports.
79
b292c783
JK
802013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
81
82 * Makefile.in (MAN1S): Add gcore.1.
83 Remove "Host, target, and site specific Makefile fragments" comment.
84 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
85 (install-man1, uninstall-man1): Conditionalize gcore.1.
86 (gcore.1): New.
87 * gdb.texinfo (Man Pages): Add gcore man.
88 (gcore man): New node.
89
f81d1120
PA
902013-04-10 Pedro Alves <palves@redhat.com>
91
92 * gdb.texinfo (Process Record and Replay): Document that "set
93 record full insn-number-max", "set record
94 instruction-history-size" and "set record
95 function-call-history-size" accept "unlimited".
96 (Backtrace): Document that "set backtrace limit" accepts
97 "unlimited".
98 (List): Document that "set listsize" accepts "unlimited".
99 (Print Settings)" Document that "set print max-symbolic-offset",
100 "set print elements" and "set print repeats" accept "unlimited".
101 (Starting and Stopping Trace Experiments): Document that "set
102 trace-buffer-size" accepts "unlimited".
103 (Remote Configuration): Document that "set tcp connect-timeout"
104 accepts "unlimited".
105 (Command History): Document that "set history size" accepts
106 "unlimited".
107 (Screen Size): Document that "set height" and "set width" accepts
108 "unlimited". Adjust "set pagination"'s description to suggest
109 "set height unlimited" instead of "set height 0".
110
393fd4c3
YQ
1112013-04-10 Yao Qi <yao@codesourcery.com>
112
113 * gdb.texinfo (Trace Files): Add "target ctf".
114
cba5a7bf
JK
1152013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
116
117 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
118
0ed630cb
JK
119 * Makefile.in (install-man1, install-man5, uninstall-man1)
120 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
121
afe1492b
JK
122 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
123
5b8b6385
JK
1242013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
125 Eli Zaretskii <eliz@gnu.org>
126
127 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
128 parameters order. Remove "On some targets" for --attach. Document the
129 --multi parameter and extended-remote command. Document all the
130 options.
131
906ccdf0
JK
1322013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
133
134 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
135 the list of supported languages.
136
43662968
JK
1372013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
138
139 Convert man pages to texinfo, new gdbinit.5 texinfo page.
140 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
141 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
142 (diststuff): Add man.
143 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
144 (uninstall-man5): New.
145 (STAGESTUFF): Add *.1 and *.5.
146 (GDBvn.texi): Add SYSTEM_GDBINIT.
147 (gdb.1, gdbserver.1, gdbinit.5): New.
148 (maintainer-clean realclean): Add $(MANS).
149 (install): Add install-man.
150 (uninstall): Add uninstall-man.
151 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
152 (@copying): Wrap it by @c man begin COPYRIGHT.
153 (Top): Add Man Pages.
154 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
155
be9a8770
PA
1562013-04-02 Pedro Alves <palves@redhat.com>
157
158 * gdb.texinfo (Debugging Output): Document "set/show debug
159 aarch64", "set/show debug coff-pe-read" and "set/show debug
160 mach-o".
161
a46c1e42
PA
1622013-04-02 Pedro Alves <palves@redhat.com>
163
164 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
165 table>: Add entry for "trace-buffer-size".
166
bd3eecc3
PA
1672013-03-28 Pedro Alves <palves@redhat.com>
168
169 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
170 table>: Add entry for "trace-status".
171
215b9f98
EZ
1722013-03-28 Eli Zaretskii <eliz@gnu.org>
173
174 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
175 @bullet", which is invalid (makeinfo 5.1 barfs).
176
7f7cc265
PA
1772013-03-28 Pedro Alves <palves@redhat.com>
178
179 PR gdb/15294
180
181 * gdb.texinfo (List) <set listsize>: Adjust to document that
182 listsize 0 means no limit, and remove mention of -1.
183
9c0be723
YQ
1842013-03-22 Yao Qi <yao@codesourcery.com>
185
186 * gdb.texinfo (Embedded Processors): Remove menu item
187 "OpenRISC 1000".
188 (OpenRISC 1000): Remove.
189
bd712aed
DE
1902013-03-21 Doug Evans <dje@google.com>
191
192 * gdb.texinfo (Maintenance Commands): Add docs for
193 "mt set per-command {space,time,symtab} {on,off}".
194
d0353e76
YQ
1952013-03-14 Hui Zhu <hui@codesourcery.com>
196 Yao Qi <yao@codesourcery.com>
197
198 * gdb.texinfo (Trace Files): Add "tsave -ctf".
199
6dd24dfa
KS
2002013-03-13 Keith Seitz <keiths@redhat.com>
201
202 * gdb.texinfo (Maintenance Commands): Add missing ')' for
203 "maint agent" reference to Dynamic printf.
204
5c4808ca
EZ
2052013-03-11 Eli Zaretskii <eliz@gnu.org>
206
207 * gdb.texinfo (General Query Packets): Don't use colon in index
208 entries visible to Info format.
209
59ea5688
MM
2102013-03-11 Markus Metzger <markus.t.metzger@intel.com>
211
212 * gdb.texinfo (Process Record and Replay): Document record
213 changes.
214
2ae8c8e7
MM
2152013-03-11 Markus Metzger <markus.t.metzger@intel.com>
216
217 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
218 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
219 qXfer:btrace:read.
220
28abe188
EZ
2212013-03-09 Eli Zaretskii <eliz@gnu.org>
222
223 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
224 use colons in @anchor and @cindex entries.
225
be9a119c 2262013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
227
228 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
229
be9a119c 2302013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
231 Hafiz Abid Qadeer <abidh@codesourcery.com>
232
233 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
234 trace-buffer-size set and show commands.
235 (Tracepoint Packets): Document QTBuffer:size.
236 (General Query Packets): Document QTBuffer:size.
237
d57350ea
TT
2382013-02-21 Tom Tromey <tromey@redhat.com>
239
240 * gdb.texinfo: Remove bad @syncodeindex.
241 (Values From Inferior, Types In Python, Inferiors In Python)
242 (Events In Python, Threads In Python, Frames In Python, Blocks In
243 Python, Symbols In Python, Symbol Tables In Python): Remove
244 @tables.
245 (Packets, General Query Packets, Tracepoint Packets)
246 (Host I/O Packets): Use @w{} for empty @item.
247
9f44fbc0
SCR
2482013-02-20 Siva Chandra Reddy <sivachandra@google.com>
249
250 * gdb.texinfo (Architectures In Python): Add description about
251 the new method gdb.Architecture.disassemble.
252
f5911ea1
HAQ
2532013-02-15 Pedro Alves <pedro@codesourcery.com>
254 Hafiz Abid Qadeer <abidh@codesourcery.com>
255
256 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
257 Document the "trace-file" field.
258
7e1e0340
DE
2592013-02-07 Doug Evans <dje@google.com>
260
261 * gdb.texinfo (Machine Code): Clarify argument to disassemble
262 command.
263
134a2066
YQ
2642013-02-06 Yao Qi <yao@codesourcery.com>
265
266 * gdb.texinfo (GDB/MI Async Records): Document new MI
267 notification "=tsv-modified". Update the document of MI
268 notification "=tsv-created".
269 * observer.texi (GDB Observers): New observer tsv_modified.
270 Update observer tsv_created and tsv_delete.
271
430ed3f0
MS
2722013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
273
274 * gdb.texinfo (AArch64 Features): New section; document
275 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
276 (Architectures): Add new AArch64 section to document AArch64
277 architecture specific commands.
278 (ABI): Add description of the new OS ABI "Newlib" and its influence
279 on the longjmp handling.
280
1b56eb55
JK
2812013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
282 Jan Kratochvil <jan.kratochvil@redhat.com>
283
284 * gdb.texinfo (Backtrace): Added description of 'filename-display'
285 variable in 'set/show backtrace' section.
286
c4957902
TT
2872013-01-31 Tom Tromey <tromey@redhat.com>
288
289 * gdb.texinfo (Target Commands): Fix typo.
290
bea883fd
SCR
2912013-01-23 Siva Chandra Reddy <sivachandra@google.com>
292
293 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
294 describing the gdb.Architecture class.
295 (Frames In Python): Add description about the new method
296 gdb.Frame.architecture().
297
796a7ff8
DE
2982013-01-23 Doug Evans <dje@google.com>
299
300 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
301
998580f1
MK
3022013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
303
304 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
305 'thread-groups' field when printing a breakpoint in MI.
306
c9fb1240
SD
3072012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
308 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
309 to reflect that jit-reader-load now supports absolute file-names.
310
ab04a2af
TT
3112013-01-16 Tom Tromey <tromey@redhat.com>
312
313 * gdb.texinfo (Set Catchpoints): Document "catch signal".
314 (Signals): Likewise.
315
8ac3646f
TT
3162013-01-16 Tom Tromey <tromey@redhat.com>
317
318 * gdb.texinfo (GDB/MI Breakpoint Information): Document
319 "catch-type" field.
320 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
321
e93a8774
TT
3222013-01-07 Tom Tromey <tromey@redhat.com>
323
324 * gdb.texinfo (Mode Options): Don't mention -epoch.
325 (Data, Emacs): Remove obsolete comments.
326
54516a0b
TT
3272013-01-02 Tom Tromey <tromey@redhat.com>
328
329 * gdb.texinfo (GDB/MI Output Records): Update menu.
330 (GDB/MI Breakpoint Information): New node.
331 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
332 <-break-insert>: Likewise.
333
8dbe8ece
YQ
3342012-12-31 Yao Qi <yao@codesourcery.com>
335
336 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
337 (Packets): Move "vStopped" packet to ...
338 (Notification Packets): ... here. Describe the components
339 of notification. Add a table of supported notifications.
340 Add an example on the process of he async notification.
341
f35a17b5
JK
3422012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
343
344 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
345 present.
346 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
347 fullname output always present.
348
0dfd2fad
PM
3492012-12-23 Pierre Muller <muller@sourceware.org>
350
351 * gdbint.texinfo (Function prototypes): Require use of "extern"
352 modifier for function prototypes in headers.
353
7785b880
JB
3542012-12-19 Joel Brobecker <brobecker@adacore.com>
355
356 * refcard.tex: Update copyright notice to GPL v3 or later.
357 Update contact info.
358
3d745be3
JK
3592012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
360
361 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
362
c9b6281a
YQ
3632012-12-15 Yao Qi <yao@codesourcery.com>
364
365 * gdb.texinfo (Debugging Output): Document 'set debug
366 notification' and 'show debug notification'.
367
f2a8bc8a
YQ
3682012-12-15 Yao Qi <yao@codesourcery.com>
369
370 * gdb.texinfo (Listing Tracepoints): New item and example about
371 'installed on target' output.
372 Add more in the example about 'installed on target'.
373 (GDB/MI Breakpoint Commands): Doc about 'installed field.
374
451b7c33
TT
3752012-12-14 Tom Tromey <tromey@redhat.com>
376
377 * gdb.texinfo (SVR4 Process Information): Mention core files.
378
3fa7bf06
MG
3792012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
380
381 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
382
05b4bd79
PA
3832012-12-11 Pedro Alves <palves@redhat.com>
384
385 * gdb.texinfo: Remove all mentions of Unixware throughout.
386
74a0d9f6
JK
3872012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
388
389 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
390
0c631110
TT
3912012-11-29 Tom Tromey <tromey@redhat.com>
392
393 * gdb.texinfo (SVR4 Process Information): Document missing
394 "info proc" subcommands.
395
891df0ea
YQ
3962012-11-29 Yao Qi <yao@codesourcery.com>
397
398 PR gdb/1477.
399 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
400 to 'auto' instead of 'gnu'.
401
608e2dbb
TT
4022012-11-26 Tom Tromey <tromey@redhat.com>
403
404 * gdb.texinfo (MiniDebugInfo): New node.
405 (GDB Files): Update.
406
e64e0392
DE
4072012-11-16 Doug Evans <dje@google.com>
408
409 * gdb.texinfo (System-wide configuration): If the system-wide init
410 file lives in the data-directory, and --data-directory is provided,
411 look for it there.
412
ae606bee
TT
4132012-11-15 Tom Tromey <tromey@redhat.com>
414
415 * gdb.texinfo (Signaling): Fix typo.
416
62747a60
TT
4172012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
418
419 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
420 parameter "count" of -data-write-memory-bytes, and add an example.
421
18a9fc12
TT
4222012-11-12 Tom Tromey <tromey@redhat.com>
423
424 * gdb.texinfo (Symbols): Document "info type-printers",
425 "enable type-printer" and "disable type-printer".
426 (Python API): Add new node to menu.
427 (Type Printing API): New node.
428 (Progspaces In Python): Document type_printers field.
429 (Objfiles In Python): Likewise.
430 (gdb.types) <get_type_recognizers, apply_type_recognizers,
431 register_type_printer, TypePrinter>: Document.
432
53342f27
TT
4332012-11-12 Tom Tromey <tromey@redhat.com>
434
435 * gdb.texinfo (Symbols): Document "set print type methods",
436 "set print type typedefs", and flags to ptype and whatis.
437
ed8a1c2d
AB
4382012-11-09 Andrew Burgess <aburgess@broadcom.com>
439
440 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
441 the example -data-disassemble output. Extend the description of
442 the -data-disassemble results to document all fields. Document
443 the cli disassemble command as being related to -data-disassemble.
444
8506d139
YQ
4452012-11-09 Yao Qi <yao@codesourcery.com>
446
447 PR gdb/14777.
448 * gdb.texinfo (OS Information): Remove doc on command
449 'info udot'.
450
4d3f93a2
JB
4512012-11-08 Joel Brobecker <brobecker@adacore.com>
452
453 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
454 gdb.ini warning for Windows port.
455
1e96de83
YQ
4562012-11-08 Yao Qi <yao@codesourcery.com>
457
458 * gdb.texinfo (Search): Add kindex for 'fo'.
459
dc939229
TT
4602012-11-05 Tom Tromey <tromey@redhat.com>
461
462 PR python/14802:
463 * gdb.texinfo (Functions In Python): Add example.
464
6f6484cd
YQ
4652012-11-03 Yao Qi <yao@codesourcery.com>
466
467 * observer.texi (GDB Observers): Remove observer
468 'tracepoint_modified', 'tracepoint_created' and
469 'tracepoint_deleted'.
470
af4238e5
TT
4712012-10-26 Tom Tromey <tromey@redhat.com>
472
473 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
474
687e43a4
TT
4752012-10-25 Tom Tromey <tromey@redhat.com>
476
477 * gdb.texinfo (General Query Packets): Use @itemx.
478
8de0566d
YQ
4792012-10-17 Yao Qi <yao@codesourcery.com>
480
481 * observer.texi (GDB Observers): Update observer
482 'memory_changed'.
483 * gdb.texinfo (GDB/MI Async Records): Document for
484 "memory-changed" notification.
485
07540c15
DE
4862012-10-15 Doug Evans <dje@google.com>
487
488 * gdb.texinfo (Mode Options): Document -nh.
489 Elaborate on docs for -nx.
490
d7019589
SP
4912012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
492
493 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
494
82a90ccf
YQ
4952012-09-21 Yao Qi <yao@codesourcery.com>
496 Pedro Alves <palves@redhat.com>
497
498 * gdb.texinfo (GDB/MI Async Records): Document notification
499 'record-started' and 'record-stopped'.
500 * observer.texi (GDB Observers): New observer 'record-changed'.
501
aa9259cc
TS
5022012-09-19 Thomas Schwinge <thomas@codesourcery.com>
503
504 * gdb.texinfo: Document the removal of SH's 'regs' command.
505
c1d780c2
SDJ
5062012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
507
508 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
509
bb25a15c
YQ
5102012-09-18 Yao Qi <yao@codesourcery.com>
511
512 * gdb.texinfo (GDB/MI Async Records): Document new MI
513 notifications '=tsv-created' and '=tsv-deleted'.
514 * observer.texi (GDB Observers): New observer tsv_created and
515 tsv_deleted.
516
201b4506
YQ
5172012-09-18 Yao Qi <yao@codesourcery.com>
518
519 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
520 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
521 '=traceframe-changed'.
522
6fc1c773
YQ
5232012-09-17 Yao Qi <yao@codesourcery.com>
524
525 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
526 'set listsize'.
527
121c73f3
JK
5282012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
529 Eli Zaretskii <eliz@gnu.org>
530
531 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
532 encoding for gdbarch_breakpoint_from_pc, bp_addr for
533 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
534
e9687799
JK
5352012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
536
537 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
538
3b5e4d35
YPK
5392012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
540
541 Document how to return from "python-interactive" to GDB.
542 * gdb.texinfo (Python Commands): Update documentation.
543
5442012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
545
546 Add a new "python-interactive" command that starts a standard
547 Python interactive prompt with "pi" as alias, and add "py" as
548 an alias to "python".
549 * gdb.texinfo (Python Commands): Document the new commands.
550
b583003e
TT
5512012-08-22 Tom Tromey <tromey@redhat.com>
552
553 * gdbint.texinfo (Host Definition): Remove documentation for
554 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
555
a451cb65
KS
5562012-08-17 Keith Seitz <keiths@redhat.com>
557
558 PR c++/13356
559 * gdb.texinfo (Type and Range Checking): Remove warning.
560 Remove spurious commas.
561 Update text and examples for re-implementation of set/show
562 check type.
563 (C and C++ Type and Range Checks): Likewise.
564
6b1755ce
YQ
5652012-08-16 Yao Qi <yao@codesourcery.com>
566
567 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
568 is deprecated.
569
f47f77df
DE
5702012-08-13 Doug Evans <dje@google.com>
571
572 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
573 to include functions.
574
a72c3253
DE
5752012-08-10 Doug Evans <dje@google.com>
576
577 * gdb.texinfo (Convenience Funs): New node.
578 (Types In Python): Document Type.vector.
579
5b9afe8a
YQ
5802012-08-09 Yao Qi <yao@codesourcery.com>
581
582 * observer.texi: New observer command_param_changed.
583 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
584
dc1039df
JK
5852012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
586
587 * gdbint.texinfo (Debugging GDB): In section
588 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
589 Mention also gdb-gdb.py.
590
4abf930d
YQ
5912012-08-07 Yao Qi <yao@codesourcery.com>
592
593 Revert the folloing patch:
594 2012-08-06 Yao Qi <yao@codesourcery.com>
595 * gdb.texinfo (Remote Configuration): Add kindex for 'set
596 remote hardware-watchpoint-limit' and 'set
597 remote hardware-breakpoint-limit'.
598
f3c8a52a
JK
5992012-08-06 Nathaniel Flath <flat0103@gmail.com>
600
601 * gdb.texinfo (Working Directory): Added information about new
602 default argument for 'cd' command.
603
77a91025
YQ
6042012-08-06 Yao Qi <yao@codesourcery.com>
605
606 * gdb.texinfo (Remote Configuration): Add kindex for 'set
607 remote hardware-watchpoint-limit' and 'set
608 remote hardware-breakpoint-limit'.
609
d9f08f52
YQ
6102012-08-06 Yao Qi <yao@codesourcery.com>
611
612 Fix PR14371.
613
614 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
615 '=breakpoint-deleted'.
616
95b07c96
YQ
6172012-08-02 Yao Qi <yao@codesourcery.com>
618
619 * gdb.texinfo (Native): Remove node Neutrino.
620
7255706c
YQ
6212012-07-27 Yao Qi <yao@codesourcery.com>
622
623 * gdb.texinfo (IPA Protocol Commands): Document new command
624 'close'.
625
d6b28940
TT
6262012-07-25 Tom Tromey <tromey@redhat.com>
627
628 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
629
e615022a
DE
6302012-07-20 Doug Evans <dje@google.com>
631
632 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
633 (Index Files): Document how to control the use of deprecated index
634 sections.
635 (Index Section Format): Replace --use-deprecated-index-sections with
636 "set use-deprecated-index-sections on".
637
055855a4
EZ
6382012-07-12 Eli Zaretskii <eliz@gnu.org>
639
640 * gdbint.texinfo: Remove @syncodeindex directives that put all the
641 indices into a single node "Index". Instead, join function and
642 variable indices into a single index, separate from the concept
643 index. Requested in
644 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
645 (Top): Update the top-level menu: instead of one "Index" there are
646 now separate entries "Concept Index" and "Function and Variable
647 Index".
648 (Concept Index, Function and Variable Index): New nodes.
649 (Index): Node deleted.
650
f77cc5f0
HZ
6512012-07-05 Hui Zhu <hui_zhu@mentor.com>
652
653 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
654 and "maint agent-eval".
655
00595b5e
EZ
6562012-07-03 Eli Zaretskii <eliz@gnu.org>
657
658 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
659 avoid file-name clashes between Index.html and index.html on
660 case-insensitive filesystems. See the discussion starting in
661 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
662 details of the problem.
663 (Top): Update the master menu for the above.
664 (Concept Index, Command and Variable Index): New nodes, instead of
665 the old "Index" node that was deleted. All cross-references
666 updated.
667
d3ce09f5
SS
6682012-07-02 Stan Shebs <stan@codesourcery.com>
669
670 * gdb.texinfo (Dynamic Printf): Mention agent style and
671 disconnected dprintf.
672 (Maintenance Commands): Describe maint agent-printf.
673 (General Query Packets): Mention BreakpointCommands feature.
674 (Packets): Document commands extension to Z0 packet.
675 * agentexpr.texi (Bytecode Descriptions): Document printf
676 bytecode.
677
2d7b58e8
JK
6782012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
679
680 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
681 only after gdbinit files.
682 (Startup): Move -iex and -iex commands down after gdbinit files.
683
202cbf1c
JK
6842012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
685
686 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
687 possibility.
688
b6ba681c
TT
6892012-06-29 Tom Tromey <tromey@redhat.com>
690
691 * gdb.texinfo (Index Section Format): Update for version 7.
692
71caed83
SS
6932012-06-28 Stan Shebs <stan@codesourcery.com>
694
695 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
696 example, add note about title column.
697
ee0bf529
SCR
6982012-06-26 Siva Chandra Reddy <sivachandra@google.com>
699
700 * gdb.texinfo (Symbol Tables In Python): Add description about
701 the new 'last' attribute of gdb.Symtab_and line.
702
3c15d565
SCR
7032012-06-26 Siva Chandra Reddy <sivachandra@google.com>
704
705 * gdb.texinfo (Symbol Tables In Python): Correct the description
706 of the 'pc' attribute of gdb.Symtab_and_line.
707
45cfd468
DE
7082012-06-26 Doug Evans <dje@google.com>
709
710 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
711 and symtab-create.
712
496ee73e
KS
7132012-06-25 Keith Seitz <keiths@redhat.com>
714
715 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
716 from example. Remove "rbreak" from list of corresponding
717 gdb commands.
718
156942c7
DE
7192012-06-23 Doug Evans <dje@google.com>
720
721 * gdb.texinfo (Index Section Format): Document version 7 format.
722
c614397c
YQ
7232012-06-22 Yao Qi <yao@codesourcery.com>
724
725 * gdb.texinfo: Add missing cindex for some packets.
726
472a2379
KS
7272012-06-20 Keith Seitz <keiths@redhat.com>
728
729 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
730 for -break-insert and document -p.
731
2678e2af
YQ
7322012-06-20 Yao Qi <yao@codesourcery.com>
733
734 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
735 and "gdb.write_memory" with "Inferior.read_memory" and
736 "Inferior.write_memory".
737
984359d2
EZ
7382012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
739
740 * gdb.texinfo (Summary): Add a link to "Free Documentation".
741 (Free Documentation): Add @node line.
742 (Continuing and Stepping) <advance location>: Use @item instead of
743 @itemx.
744 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
745 @itemx.
746 (Embedded Processors): Put the link to "PA" to its correct place,
747 according to document structure.
748 (Python API): Put the link to "Lazy Strings In Python" to its
749 correct place.
750 (Index): Use @@ in @tex block to get a literal @.
751
752 * gdbint.texinfo: Fix the @subtitle line.
753
754 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
755 correct place.
756
16bdd41f
YQ
7572012-06-08 Yao Qi <yao@codesourcery.com>
758
759 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
760 Protocol'.
761 (In-Process Agent Protocol, IPA Protocol Objects)
762 (IPA Protocol Commands): New nodes.
763 (Tracepoint Packets): Add anchors.
764
2d4c29c5
TS
7652012-06-06 Thomas Schwinge <thomas@codesourcery.com>
766
767 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
768
6bd110c5
YQ
7692012-06-06 Yao Qi <yao@codesourcery.com>
770
771 * gdb.texinfo: Update copyright year.
772
f3e0e960
SS
7732012-05-23 Stan Shebs <stan@codesourcery.com>
774 Kwok Cheung Yeung <kcy@codesourcery.com>
775
776 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
777
1564a261
JK
7782012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
779
780 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
781 Mention also --with-separate-debug-dir.
782 (Auto-loading): Prepend $debugdir in the sample output.
783 (Auto-loading safe path): Likewise. Mention also $debugdir for the
784 auto-load safe-path variable.
785 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
786 Mention also $debugdir for 'set auto-load scripts-directory'.
787
eb17f351
EZ
7882012-05-19 Eli Zaretskii <eliz@gnu.org>
789
790 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
791 (MIPS Embedded, MIPS, MIPS Register packet Format)
792 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
793 appropriate.
794
4cc0665f
MR
7952012-05-18 Sandra Loosemore <sandra@codesourcery.com>
796 Maciej W. Rozycki <macro@codesourcery.com>
797
798 * gdb.texinfo (MIPS): Document "set mips compression" and "show
799 mips compression".
800 (MIPS Breakpoint Kinds): New subsubsection.
801
7af8dcf8 8022012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
803
804 * gdb.texinfo (Architecture-Specific Protocol Details): Define
805 nodes for subsections. Add @acronym mark-ups and adjust
806 formatting.
807
aff139ff
JK
8082012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
809
810 Rename $ddir to $datadir.
811 * gdb.texinfo (Auto-loading, Auto-loading safe path)
812 (objfile-gdb.py file): Rename $ddir to $datadir.
813
9cb709b6
TT
8142012-05-18 Tom Tromey <tromey@redhat.com>
815
816 * gdb.texinfo (Print Settings): Document 'set print symbol'.
817
e7e0cddf
SS
8182012-05-14 Stan Shebs <stan@codesourcery.com>
819
820 * gdb.texinfo (Dynamic Printf): New subsection.
821
7efc75aa
SCR
8222012-05-13 Siva Chandra Reddy <sivachandra@google.com>
823
824 * gdb.texinfo (Basic Python): Add description about the function
825 gdb.find_pc_line
826
f307c045
JK
8272012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
828 Eli Zaretskii <eliz@gnu.org>
829
830 * gdb.texinfo (Separate Debug Files): Use plural form for global
831 debugging information directory.
832
85d4a676
SS
8332012-05-11 Stan Shebs <stan@codesourcery.com>
834 Kwok Cheung Yeung <kcy@codesourcery.com>
835
836 * gdb.texinfo (Operating System Auxiliary Information): Document new
837 'info os' subcommands.
838
c1668e4e
JK
8392012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
840
841 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
842 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
843 (dotdebug_gdb_scripts section): Add reference
844 to 'Auto-loading safe path'.
845
7349ff92
JK
8462012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
847
848 Implement multi-component --with-auto-load-dir.
849 * gdb.texinfo (Auto-loading): New references
850 for 'set auto-load scripts-directory'
851 and 'show auto-load scripts-directory'.
852 (Auto-loading safe path): Describe the new default. Move $ddir
853 substituation reference to 'objfile-gdb.py file'.
854 (objfile-gdb.py file): Describe script-name alias. Change real-name to
855 script-name. Describe new 'set auto-load scripts-directory'
856 and 'show auto-load scripts-directory'.
857
6dea1fbd
JK
8582012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
859
860 Provide $ddir substitution for --with-auto-load-safe-path.
861 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
862 (Auto-loading safe path): Likewise. Mention the default value,
863 $ddir substitution, --with-auto-load-safe-path and
864 --without-auto-load-safe-path.
865 * observer.texi (gdb_datadir_changed): New.
866
1ccacbcd
JK
8672012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
868
869 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
870 Twice.
871
d9242c17
JK
872 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
873 directory separator by path separator.
874
af2c1515
JK
8752012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
876
877 * gdb.texinfo (Auto-loading safe path): Make 'directories'
878 for 'set auto-load safe-path' optional. Mention if it is omitted.
879 Change disabling security protection condition to "/", twice.
880
a20ee7a4
SCR
8812012-05-03 Siva Chandra Reddy <sivachandra@google.com>
882
883 * gdb.texinfo (Symbol Tables In Python): Add documentation about
884 the new methods global_block and static_block on gdb.Symtab
885 objects.
886
56af09aa
SCR
8872012-05-02 Siva Chandra Reddy <sivachandra@google.com>
888
889 * gdb.texinfo (Blocks In Python): Add a note saying that future
890 improvements to GDB and its infrastructure can move symbols
891 across blocks within a symbol table.
892
2746b0ef
YQ
8932012-04-29 Yao Qi <yao@codesourcery.com>
894
895 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
896 (A29K): Remove.
897
62e5f89c
SDJ
8982012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
899 Tom Tromey <tromey@redhat.com>
900
901 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
902 and generic static probe support on GDB.
903
a766d390
DE
9042012-04-25 Doug Evans <dje@google.com>
905
50f042b9
DE
906 * gdb.texinfo (Go): Fix thinko.
907
a766d390
DE
908 * gdb.texinfo (Supported Languages): Add Go.
909 (Go): New node.
910
f02e2b19
YQ
9112012-04-25 Yao Qi <yao@codesourcery.com>
912
913 * gdbint.texinfo (Testsuite): New section `Board settings'.
914
68d41a48
JK
9152012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
916
917 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
918 Three times.
919
174bb630
JK
920 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
921 Three times.
922
0511cc75
JK
9232012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
924
925 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
926 by @table @asis. Fix formatting of one item.
927
0070f25a
JK
9282012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
929
930 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
931
4dc84fd1
JK
9322012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
933
934 New option "set debug auto-load".
935 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
936 (auto-load verbose mode): New node.
937
bccbefd2
JK
9382012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
939
940 New option "set auto-load safe-path".
941 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
942 and "info auto-load" examples for safe-path. Put there also references
943 for "set auto-load safe-path" and "show auto-load safe-path".
944 New menu item for Auto-loading safe path.
945 (Auto-loading safe path): New node.
946 (Python Auto-loading): Update the expected output from "Missing"
947 to "No".
948
bf88dd68
JK
9492012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
950
951 auto-load: Implementation.
952 * gdb.texinfo (Mode Options): New anchor for -nx.
953 (Startup): New anchors for Option -init-eval-command,
954 Home Directory Init File
955 and Init File in the Current Directory during Startup.
956 Mention set auto-load local-gdbinit with a reference.
957 Change the sample code to "set auto-load python-scripts".
958 (Threads): New anchor set libthread-db-search-path.
959 Provide references to libthread_db.so.1 file.
960 (Controlling GDB): New menu item for Auto-loading.
961 (Auto-loading, Init File in the Current Directory)
962 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
963 (Python): Rename the menu item Auto-loading to Python Auto-loading.
964 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
965 reference.
966 (Auto-loading): Rename to ...
967 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
968 "set auto-load python-scripts", new anchor for it. Change
969 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
970 for it. Change "info auto-load-scripts"
971 to "info auto-load python-scripts", new anchor for it. Change "scripts"
972 to "Python scripts".
973
8264ba82
AG
9742012-04-14 Anton Gorenkov <xgsa@yandex.ru>
975
976 PR mi/13393
977 * gdb.texinfo (Print Settings): Extend the description for "set print
978 object".
979 (GDB/MI Variable Objects): Extend the description for -var-create and
980 -var-list-children.
981
06fc020f
SCR
9822012-04-11 Siva Chandra Reddy <sivachandra@google.com>
983
984 * gdb.texinfo (Examining Data): Document the 'explore' command.
985
7191c139
JB
9862012-03-28 Joel Brobecker <brobecker@adacore.com>
987
988 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
989 to the children of a varobj and its update range when -var-update
990 returns that the varobj's type changed.
991
3708f05e
JK
9922012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
993
994 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
995 Create two new links fir 'objfile-gdb.py file'
996 and 'dotdebug_gdb_scripts section'.
997
8e0583c8
JK
9982012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
999
1000 * gdb.texinfo (Auto-loading): Rename node reference
1001 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
1002 Twice.
1003 (.debug_gdb_scripts section): Rename the node ...
1004 (dotdebug_gdb_scripts section): ... here.
1005 (Maintenance Commands): Also rename this node reference.
1006
7b282c5a
SCR
10072012-03-22 Siva Chandra Reddy <sivachandra@google.com>
1008
1009 * gdb.texinfo (Python API/Values From Inferior): Add description
1010 about the new method Value.referenced_value. Add description on
1011 how Value.dereference is different (and similar) to
1012 Value.referenced_value.
1013
8320cc4f
JK
10142012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1015
1016 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
1017 --init-eval-command=COMMAND, -iex.
1018 (Startup): Describe -iex and -ix. Simplify the example
1019 for "set auto-load-scripts off".
1020
481860b3
GB
10212012-03-16 Gary Benson <gbenson@redhat.com>
1022
1023 PR breakpoints/10738
1024 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
1025 stating that GDB cannot set breakpoints on inlined functions.
1026 (Mode Options): Document --use-deprecated-index-sections.
1027 (Index Section Format): Document new index section version format.
1028
c4aeac85
TT
10292012-03-15 Tom Tromey <tromey@redhat.com>
1030
1031 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
1032
16899756
DE
10332012-03-13 Doug Evans <dje@google.com>
1034
1035 * gdb.texinfo (Help): Change apropos example to use "alias" instead
1036 of "reload".
1037 (Symbols): Delete docs for set/show symbol-reloading.
1038 * gdbint.texinfo (Defining Other Architecture Features): Delete
1039 SYMBOL_RELOADING_DEFAULT.
1040 * refcard.tex: Delete reference to symbol-reloading.
1041
9b224c5e
PA
10422012-03-07 Pedro Alves <palves@redhat.com>
1043
1044 * gdb.texinfo (General Query Packets): Document new
1045 QProgramSignals packet.
1046 * gdb.texinfo (Remote configuration): Mention
1047 "program-signals-packet".
1048
169081d0
TG
10492012-03-05 Tristan Gingold <gingold@adacore.com>
1050
1051 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
1052
d1feda86
YQ
10532012-03-03 Yao Qi <yao@codesourcery.com>
1054
1055 * gdb.texinfo (In-Process Agent): New node.
1056 Document new commands.
1057 (General Query Packets): Add packet `QAgent'.
1058
1faeff08
MR
10592012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
1060
1061 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
1062
7d74f244
DE
10632012-03-01 Scott J. Goldman <scottjg@vmware.com>
1064
1065 * gdb.texinfo (Commands In Python): Put example python macro in
1066 COMMAND_USER category rather than COMMAND_OBSCURE.
1067 Document gdb.COMMAND_USER.
1068 (User-defined Commands): Update documentation to clarify
1069 "set/show max-user-call-depth" and "show user" don't apply to python
1070 commands. Update documentation to clarify "help user-defined" may
1071 also include python commands defined as COMMAND_USER.
1072
6fe37d23
JK
10732012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1074
1075 * gdb.texinfo (Startup): Add option -ex description to the option -x
1076 description.
1077
83364271
LM
10782012-02-24 Luis Machado <lgustavo@codesourcery.com>
1079
1080 * gdb.texinfo (Setting Breakpoints): Mention and explain the
1081 condition-evaluation breakpoint parameter.
1082 Mention condition-evaluation mode being shown in "info break".
1083 (Break Conditions): Add description for target-side
1084 conditional breakpoints.
1085 (Remote Configuration): Mention conditional-breakpoints-packet.
1086 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
1087 cond-expr.
1088 (General Query Packets): Mention new ConditionalBreakpoint feature.
1089
bdb1994d
TT
10902012-02-22 Tom Tromey <tromey@redhat.com>
1091
1092 * gdb.texinfo (Blocks In Python): Clarify block iteration.
1093
4d241c86
TT
10942012-02-17 Tom Tromey <tromey@redhat.com>
1095
1096 PR python/10753:
1097 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
1098 directory.
1099
816338b5
SS
11002012-02-14 Stan Shebs <stan@codesourcery.com>
1101
1102 * gdb.texinfo (Disabling Breakpoints): Document enable count.
1103
cc30c4bd
PA
11042012-02-13 Pedro Alves <palves@redhat.com>
1105
1106 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
1107 mips-idt-ecoff.
1108
035d1e5b
YQ
11092012-02-09 Yao Qi <yao@codesourcery.com>
1110
1111 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
1112
f0823d2c
TT
11132012-02-07 Tom Tromey <tromey@redhat.com>
1114
1115 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
1116 Symbol.value.
1117
64e7d9dd
TT
11182012-02-07 Tom Tromey <tromey@redhat.com>
1119
1120 * gdb.texinfo (Symbols In Python): Document Symbol.line.
1121
4220b2f8
TS
11222012-01-27 Thomas Schwinge <thomas@codesourcery.com>
1123
1124 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
1125
edcc5120
TT
11262012-01-24 Tom Tromey <tromey@redhat.com>
1127
1128 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
1129 unload".
1130 (Files): Mention new catch commands.
1131 (GDB/MI Async Records): Likewise.
1132
53fe1783
GB
11332012-01-24 Gary Benson <gbenson@redhat.com>
1134
1135 Delete #if 0'd out code.
1136 * gdb.texinfo (Frame Info): Remove "info catch".
1137
b9e7b9c3
UW
11382012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1139
1140 * gdb.texinfo (Remote Configuration): Document
1141 "set remote hostio-readlink-packet" command.
1142 (General Query Packets): Document vFile:readlink packet.
1143
4aac40c8
TT
11442012-01-16 Tom Tromey <tromey@redhat.com>
1145
1146 * gdb.texinfo (Specify Location): Document relative file name
1147 handling.
1148
cafec441
TT
11492012-01-16 Tom Tromey <tromey@redhat.com>
1150
1151 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
1152
0ee339bc
JK
11532012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1154 Eli Zaretskii <eliz@gnu.org>
1155
1156 * gdbint.texinfo (Coding Standards): Require braces for two lines of
1157 code.
1158
72384ba3
PH
11592012-01-11 Paul Hilfinger <hilfingr@adacore.com>
1160
1161 * gdb.texinfo (Variables): Document use of :: for non-static
1162 variables.
1163
ce1b17c4
JB
11642012-01-05 Joel Brobecker <brobecker@adacore.com>
1165
1166 * gdbint.texinfo (Start of New Year Procedure): Update
1167 to replace use of copyright.sh by use of copyright.py.
1168
217bff3e
JK
11692012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1170
1171 Remove the gdbtui binary.
1172 * all-cfg.texi (GDBTUI): Remove.
1173 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
1174 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
1175 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
1176
cc72b2a2
KP
11772011-12-23 Kevin Pouget <kevin.pouget@st.com>
1178
1179 Introduce gdb.FinishBreakpoint in Python.
1180 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
1181 (Python API): Add menu entry for Finish Breakpoints.
1182
13ac8d2c
JK
11832011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1184
1185 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
1186 tests.
1187
e0f9f062
DE
11882011-12-16 Doug Evans <dje@google.com>
1189
1190 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
1191
80b6e756
PM
11922011-12-16 Phil Muldoon <pmuldoon@redhat.com>
1193
1c3ad6ab 1194 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
1195 stack". Add documentation for "set/show python print-stack".
1196
2fb860fc
PA
11972011-12-14 Pedro Alves <pedro@codesourcery.com>
1198
1199 * gdb.texinfo (Implementing a Remote Stub): Explain that you
1200 should transfer control to the stub in the startup code instead of
1201 in main. Mention the need to get past the initial breakpoint.
1202
f8eba3c6
TT
12032011-12-06 Tom Tromey <tromey@redhat.com>
1204
1205 * gdb.texinfo (Set Breaks): Update for new behavior.
1206
2268b414
JK
12072011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1208
1209 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
1210 List Format for SVR4 Targets'.
1211 (General Query Packets): New item qXfer:libraries-svr4:read.
1212 (Library List Format for SVR4 Targets): New node.
1213
ae6f0d5b
TT
12142011-12-01 Tom Tromey <tromey@redhat.com>
1215
1216 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
1217 add.
1218
36dfb11c
TT
12192011-11-22 Tom Tromey <tromey@redhat.com>
1220
1221 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
1222 reasons.
1223
f196051f
SS
12242011-11-20 Stan Shebs <stan@codesourcery.com>
1225
1226 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1227 note-related options and variables.
1228 (Tracepoint Packets): Document packet changes.
1229
f85b53f8
SD
12302011-11-20 Sanjoy Das <sdas@igalia.com>
1231
1232 * gdb.texinfo (JIT Interface): Add documentation on writing and
1233 usind JIT debug info readers.
1234 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
1235 Debug Info Readers): New nodes.
1236
bfccc43c
YQ
12372011-11-18 Yao Qi <yao@codesourcery.com>
1238
1239 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
1240 tracepoint.
1241
c011a4f4
DE
12422011-11-15 Doug Evans <dje@google.com>
1243
1244 * gdb.texinfo (Files): Document basenames-may-differ.
1245
ed59ded5
DE
12462011-11-14 Doug Evans <dje@google.com>
1247
1248 * gdb.texinfo (Shell Commands): Document "!".
1249
405f8e94
SS
12502011-11-14 Stan Shebs <stan@codesourcery.com>
1251 Kwok Cheung Yeung <kcy@codesourcery.com>
1252
1253 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
1254 needed to get shorter fast tracepoints.
1255 (Tracepoint Packets): Document new qTMinFTPILen packet.
1256
1e4d1764
YQ
12572011-11-14 Yao Qi <yao@codesourcery.com>
1258
1259 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
1260 behavior of tracepoint.
1261 (General Query Packets): New feature InstallInTrace.
1262 (Remote Configuration): Document "set remote
1263 install-in-trace-packet".
1264
71eba9c2 12652011-11-12 Matt Rice <ratmice@gmail.com>
1266
1267 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
1268 Add arguments to info macro.
1269
e0f8f636
TT
12702011-11-10 Tom Tromey <tromey@redhat.com>
1271
1272 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
1273 manual.
1274 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
1275 (Macros): Add a footnote.
1276 (C): Remove paragraph about compiler options.
1277 (C Constants): Mention wide character and string constants.
1278 (C Plus Plus Expressions): Update compiler option advice. Mention
1279 using declarations. Mention ADL. Remove old HP compiler
1280 information.
1281
625c0d47
TT
12822011-11-10 Tom Tromey <tromey@redhat.com>
1283
1284 PR c++/9257:
1285 * gdb.texinfo (Print Settings): Add an extra note about the need
1286 for a vtable.
1287
4be2aacc
MR
12882011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
1289
1290 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
1291 "set mips abi" documentation.
1292
0a1c4d10
DE
12932011-11-04 Doug Evans <dje@google.com>
1294
1295 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
1296
aad1c02c
TT
12972011-11-03 Tom Tromey <tromey@redhat.com>
1298
1299 * gdb.texinfo (Stopping): Add menu entry.
1300 (Continuing and Stepping): Restore @node. Use @section, not
1301 @subsection.
1302
983fb131
MR
13032011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
1304
1305 * gdb.texinfo (Skipping Over Functions and Files): Remove node
1306 designation. Fix "Specify Location" cross-reference.
1307
3065dfb6
SS
13082011-11-02 Stan Shebs <stan@codesourcery.com>
1309
1310 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
1311 (General Query Packets): Describe tracenz feature.
1312 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
1313
0aaaf063
PK
13142011-10-28 Paul Koning <paul_koning@dell.com>
1315
1316 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
1317
2231f1fb
KP
13182011-10-27 Kevin Pouget <kevin.pouget@st.com>
1319
1320 * gdb.texinfo ((Frames In Python): Document
1321 gdb.FRAME_UNWIND_FIRST_ERROR contant.
1322
5110b5df
PK
13232011-10-26 Paul Koning <paul_koning@dell.com>
1324
1325 * gdb.texinfo (gdb.types): Document new deepitems function.
1326
22dbab46
PK
13272011-10-25 Paul Koning <paul_koning@dell.com>
1328
1329 PR python/13327
1330
1331 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
1332 fetch_lazy method.
1333
9df2fbc4
PM
13342011-10-20 Phil Muldoon <pmuldoon@redhat.com>
1335
1336 PR python/12656
1337
1338 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
1339 global_block, static_block function.
1340
f05e2e1d
TT
13412011-10-19 Tom Tromey <tromey@redhat.com>
1342
1343 * gdb.texinfo (Commands In Python): Add missing "@"s.
1344
a7fc3f37
KP
13452011-10-13 Kevin Pouget <kevin.pouget@st.com>
1346
1347 PR python/13285 Document named constants for frame unwind stop reasons
1348 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
1349 constants.
1350
5048e516
JK
13512011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1352
1353 Fix compatibility with texinfo versions older than 4.12.
1354 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
1355 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
1356 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
1357 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
1358 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
1359 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
1360 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
1361
5a56e9c5
DE
13622011-10-09 Doug Evans <dje@google.com>
1363
1364 * gdb.texinfo (Extending GDB): Document alias command.
1365
36b11add
JK
13662011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1367
1368 Support @entry in input expressions.
1369 * gdb.texinfo (Variables): Describe @entry names suffix.
1370 (Print Settings): Add anchor for `set print entry-values'.
1371
e18b2753
JK
13722011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1373 Eli Zaretskii <eliz@gnu.org>
1374
1375 Display @entry parameter values (without references).
1376 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
1377 example.
1378 (Print Settings): New description of set print entry-values and show
1379 print entry-values.
1380
111c6489
JK
13812011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1382 Eli Zaretskii <eliz@gnu.org>
1383
1384 Recognize virtual tail call frames.
1385 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
1386 (Tail Call Frames): New node.
1387 (Frames In Python): Add gdb.TAILCALL_FRAME.
1388
9c15afc4
DE
13892011-10-07 Doug Evans <dje@google.com>
1390
1391 * gdb.texinfo (gdb.printing): Document new `replace' arg to
1392 register_pretty_printer.
1393
99f5279d
PM
13942011-10-07 Phil Muldoon <pmuldoon@redhat.com>
1395
1396 PR python/12930
1397 PR python/12802
1398
1399 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
1400 stop method.
1401
03583c20
UW
14022011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
1403
1404 * gdb.texinfo (Starting your Program): "set disable-randomization"
1405 is no longer Linux-specific.
1406 (Remote Configuration): Document "set remote
1407 disable-randomization-packet".
1408 (General Query Packets): Document "QDisableRandomization" packet
1409 and add it to "qSupported" list.
1410
bd054e06
KP
14112011-10-07 Kevin Pouget <kevin.pouget@st.com>
1412
1413 Allow Python notification of new object-file loadings.
1414 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
1415 event type.
1416
cb6be26b
KP
14172011-10-04 Kevin Pouget <kevin.pouget@st.com>
1418
1419 PR python/12691: Add the inferior to Python exited event
1420 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
1421
a05336a1
JB
14222011-10-03 Joel Brobecker <brobecker@adacore.com>
1423
1424 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
1425 rephasing.
1426
5d77fe44
JB
14272011-10-03 Joel Brobecker <brobecker@adacore.com>
1428
1429 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
1430 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
1431 as possible feature returned by the `-list-features'
1432 command.
1433
699df94d
PK
14342011-09-28 Paul Koning <paul_koning@dell.com>
1435
1436 * gdb.texinfo (gdb.Type): Document field access by dictionary
1437 key syntax.
1438
24bdad53
YQ
14392011-09-28 Yao Qi <yao@codesourcery.com>
1440
1441 * gdb.texinfo (Files): Update options for `add-symbol-file'.
1442 Add one space after option `-s'. Remove @r{} markup.
1443
6710bf39
SS
14442011-09-27 Stan Shebs <stan@codesourcery.com>
1445
1446 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
1447
d99f7e48
HZ
14482011-09-16 Hui Zhu <teawater@gmail.com>
1449
1450 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
1451 to *(unsigned char *)$esp@300.
1452
d812018b
PK
14532011-09-15 Paul Koning <paul_koning@dell.com>
1454
1455 * gdb.texinfo: Make style of Python functions and methods match
1456 the syntax of Python. Also put class and module names explicitly
1457 on function, member, and variable names, matching Python
1458 documentation conventions.
1459
2aa48337
KP
14602011-09-15 Kevin Pouget <kevin.pouget@st.com>
1461
1462 PR Python/12692 Add gdb.selected_inferior() to Python interface.
1463 * gdb.texinfo (Inferiors In Python): Describe new
1464 gdb.selected_inferior() function.
1465
6839b47f
KP
14662011-09-15 Kevin Pouget <kevin.pouget@st.com>
1467
1468 Handle multiple breakpoint hits in Python interface:
1469 * gdb.texinfo (Events In Python): New function documentation:
1470 gdb.BreakpointEvent.breakpoints. Indicate that
1471 gdb.BreakpointEvent.breakpoint is now deprecated.
1472
26829f2b
JB
14732011-09-04 Joel Brobecker <brobecker@adacore.com>
1474
1475 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
1476
a9f54f60
TT
14772011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
1478
1479 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
1480
fa3a4f15
PM
14812011-08-17 Phil Muldoon <pmuldoon@redhat.com>
1482
1483 * gdb.texinfo (Prompt): Add set/show extended-prompt
1484 documentation
1485 (Basic Python): Add prompt_hook anchor.
1486 (Python modules): Reword module text to reflect multiple modules.
1487 (gdb.prompt): Document gdb.prompt module.
1488
224bbe49
YQ
14892011-08-14 Yao Qi <yao@codesourcery.com>
1490
78d85199
YQ
1491 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
1492
14932011-08-14 Yao Qi <yao@codesourcery.com>
1494
1495 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
1496 (TIC6x Features): New node.
1497
457e09f0
DE
14982011-08-12 Doug Evans <dje@google.com>
1499
1500 * gdb.texinfo (Symbols In Python): Document symbol.type.
1501
5e239b84
PM
15022011-08-09 Phil Muldoon <pmuldoon@redhat.com>
1503
1504 * gdb.texinfo (Python): Document command and function
1505 auto-loading.
1506
177bc839
JK
15072011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1508 Eli Zaretskii <eliz@gnu.org>
1509
1510 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
1511 typedefs unrolling. Extend the sample code by an inner typedef and
1512 outer typedefs unrolling.
1513
1a532630
PP
15142011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
1515
1516 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
1517 size and line-size.
1518
9b158ba0 15192011-07-21 Matt Rice <ratmice@gmail.com>
1520
1521 PR macros/12999
1522 * gdb.texinfo (Macros): Add info definitions and info macros commands.
1523 Update text and cindex entries for info macro command.
1524
d17b6f81
PM
15252011-07-21 Phil Muldoon <pmuldoon@redhat.com>
1526
1527 * observer.texi (GDB Observers): Add before_prompt observer.
1528 * gdb.texinfo (Basic Python): Add documentation for prompt
1529 substitution.
1530
713389e0
PM
15312011-07-11 Phil Muldoon <pmuldoon@redhat.com>
1532
1533 PR python/12438
1534 * gdb.texinfo (Python Commands): Add deprecate note to maint
1535 set/show python print-stack. Document set/show python
1536 print-backtrace.
1537
177b42fe
TJB
15382011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
1539
1540 * gdb.texinfo: Fix typos.
1541
900e11f9
JK
15422011-07-01 Tom Tromey <tromey@redhat.com>
1543
1544 * gdb.texinfo (Debugging Output): Document set debug
1545 check-physname.
1546
39c4d40a
TT
15472011-06-29 Tom Tromey <tromey@redhat.com>
1548
1549 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1550 breakpoint-notifications feature.
1551
6f5def7d
UW
15522011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
1553
1554 * gdb.texinfo (Target Description): Remove warning about
1555 possibly unstable format.
1556
8cf64490
TT
15572011-06-03 Tom Tromey <tromey@redhat.com>
1558
1559 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
1560 (Events In Python): Note that exit_code is optional.
1561
393eab54
PA
15622011-05-17 Pedro Alves <pedro@codesourcery.com>
1563
1564 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
1565 required for multi-threading support.
1566 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
1567 Hc are deprecated for multi-threading debugging. Point readers at
1568 the vCont packet.
1569
75fc9810
DE
15702011-05-15 Doug Evans <dje@google.com>
1571
1572 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
1573
01124a23
DE
15742011-05-13 Doug Evans <dje@google.com>
1575
98a5dd13
DE
1576 * gdb.texinfo (Threads): Document $sdir,$pdir.
1577 (Server): Document $pdir exception.
1578
dbaefcf7
DE
1579 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
1580
cc63ef9b
DE
1581 * gdb.texinfo (Threads): Clarify default value for
1582 libthread-db-search-path.
7e0396aa 1583
01124a23
DE
1584 * gdb.texinfo (Completion): Update example.
1585 (Debugging Output): Delete `set/show debug lin-lwp-async'.
1586
d248b706
KY
15872011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
1588
1589 * gdb.texinfo: Document change in the behaviour of the enable and
1590 disable GDB commands when applied to tracepoints.
1591 Document the EnableDisableTracepoints remote stub feature.
1592 Document QTEnable and QTDisable in the list of tracepoint packets.
1593
cc88a640
JK
15942011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1595
1596 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
1597 hsuser.texi.
1598 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
1599 comment to hsuser.texi. Change rluser.texi name in the comment.
1600
84e578fb
DE
16012011-05-10 Doug Evans <dje@google.com>
1602
1603 * gdb.texinfo (Threads): If an empty path is provided for
1604 libthread-db-search-path it is reset to its default value.
1605 (Server): Ditto.
1606
478aac75
DE
16072011-05-09 Doug Evans <dje@google.com>
1608
1609 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
1610
9c06b0b4
TJB
16112011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1612 Thiago Jung Bauermann <bauerman@br.ibm.com>
1613
1614 Implement support for PowerPC BookE masked watchpoints.
1615 * gdb.texinfo (Set Watchpoints): Document mask parameter.
1616 (PowerPC Embedded): Mention support of masked watchpoints.
1617
9ed350ad
JB
16182011-05-03 Joel Brobecker <brobecker@adacore.com>
1619
1620 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
1621 `@value{GDBN}'.
1622
4ceed123
JB
16232011-05-03 Joel Brobecker <brobecker@adacore.com>
1624
1625 * gdb.texinfo (titlepage): Remove dedication.
1626 (In Memoriam): New appendix.
1627
559a7a62
JK
16282011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1629 Eli Zaretskii <eliz@gnu.org>
1630
1631 * gdb.texinfo (Index Section Format): Change the version to 5.
1632 Describe the different formula.
1633
03f2bd59
JK
16342011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1635 Eli Zaretskii <eliz@gnu.org>
1636
1637 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
1638 for disconnected tracing.
1639 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
1640 extended-remote relationship. Mention --once.
1641 (TCP port allocation lifecycle of @code{gdbserver}): New.
1642
d9b1a651
EZ
16432011-04-23 Eli Zaretskii <eliz@gnu.org>
1644
1645 * gdb.texinfo (Server): Improve indexing. Index all optional
1646 switches to gdbserver.
1647
90476074
TT
16482011-04-20 Tom Tromey <tromey@redhat.com>
1649
1650 * gdb.texinfo (Index Section Format): New node.
1651 (Top): Add new node to menu.
1652
c21236dc
PA
16532011-04-20 Pedro Alves <pedro@codesourcery.com>
1654
1655 * gdb.texinfo (Maintenance Commands): Document `maint print
1656 remote-registers'.
1657
05c8c3f5
TT
16582011-04-20 Tom Tromey <tromey@redhat.com>
1659
1660 * gdb.texinfo (Trace File Format): Move node later.
1661
7a9dd1b2
TT
16622011-04-19 Tom Tromey <tromey@redhat.com>
1663
1664 * gdbint.texinfo (Register Information Functions): Remove
1665 duplicate "the".
1666 * gdb.texinfo (Emacs): Remove duplicate "to".
1667 (GDB/MI Variable Objects): Remove duplicate "the".
1668 (General Query Packets): Likewise.
1669
4368ebeb
JB
16702011-04-02 Joel Brobecker <brobecker@adacore.com>
1671
1672 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
1673 "GDB/MI Ada Exception Information" node.
1674
956a9fb9
JB
16752011-04-01 Joel Brobecker <brobecker@adacore.com>
1676
1677 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1678 the "exception-name" field in the *stopped async record.
1679
f1310107
TJB
16802011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
1681 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1682
1683 Implement support for PowerPC BookE ranged breakpoints.
1684 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
1685
8786b2bd
TT
16862011-03-28 Tom Tromey <tromey@redhat.com>
1687
1688 * gdb.texinfo (Set Tracepoints): Fix typo.
1689
9ef07c8c
TT
16902011-03-24 Tom Tromey <tromey@redhat.com>
1691
1692 * gdb.texinfo (Specify Location): Document `function:label'
1693 linespec.
1694
99c3dc11
PM
16952011-03-18 Phil Muldoon <pmuldoon@redhat.com>
1696
f1310107 1697 PR python/12149
99c3dc11
PM
1698
1699 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
1700
29703da4
PM
17012011-03-17 Phil Muldoon <pmuldoon@redhat.com>
1702
1703 * gdb.texinfo (Blocks In Python): Add is_valid method description.
1704 (Inferiors In Python): Likewise.
1705 (Threads In Python): Likewise.
1706 (Symbols In Python): Likewise.
1707 (Objfiles In Python): Likewise.
1708 (Symbol Tables In Python): Likewise.
1709
c9174737
PA
17102011-03-15 Pedro Alves <pedro@codesourcery.com>
1711
1712 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
1713 display>: Explain that the commands accept number ranges.
1714
7371cf6d
PM
17152011-03-14 Phil Muldoon <pmuldoon@redhat.com>
1716
1717 * gdb.texinfo (Breakpoints In Python): Add description and example
1718 of Python stop function operation.
1719
ecec24e6
PM
17202011-03-10 Phil Muldoon <pmuldoon@redhat.com>
1721
1722 * gdb.texinfo (Parameters In Python): Document get_set_string and
1723 get_show_string methods.
1724
6dcd5565
JK
17252011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1726
1727 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
1728
81896e36
JK
1729 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
1730 circular-trace-buffer name.
1731
5e30da2c
JB
17322011-02-28 Joel Brobecker <brobecker@adacore.com>
1733
1734 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
1735 in the previous change.
1736
3bd0f5ef 17372011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
1738
1739 * gdb.texinfo (Inferiors and Programs): Update commands to show
1740 that they can accept multiple arguments.
1741
4ec7539c
JB
17422011-02-24 Joel Brobecker <brobecker@adacore.com>
1743
1744 Revert the following patch (code patch was not approved):
1745 2011-02-21 Hui Zhu <teawater@gmail.com>
1746 * agentexpr.texi (bytecode descriptions): add printf.
1747 * gdb.texinfo (tracepoint action lists): add printf.
1748
82809774
DE
17492011-02-23 Doug Evans <dje@google.com>
1750
1751 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
1752
e5a67952
MS
17532011-02-23 Michael Snyder <msnyder@vmware.com>
1754
1755 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
1756 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
1757 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
1758
6e6fbe60
DE
17592011-02-22 Doug Evans <dje@google.com>
1760
1761 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
1762 Clarify behaviour of lookup_symbol when `block' argument is omitted,
1763 add description of result, fix @defun formatting.
1764
f994e27a
HZ
17652011-02-21 Hui Zhu <teawater@gmail.com>
1766
1767 * agentexpr.texi (Bytecode Descriptions): Add printf.
1768 * gdb.texinfo (Tracepoint Action Lists): Add printf.
1769
c7f96d2b
TT
17702011-02-18 Tom Tromey <tromey@redhat.com>
1771
1772 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
1773
60f98dde
MS
17742011-02-14 Michael Snyder <msnyder@vmware.com>
1775
1776 * gdb.texinfo (threads): Document argument for "info threads" cmd.
1777 Document new command "thread find".
1778
08e796bc
MS
17792011-02-14 Michael Snyder <msnyder@vmware.com>
1780
1781 * gdb.texinfo (Threads): Update example of new thread message.
1782
b3b9301e
PA
17832011-02-14 Pedro Alves <pedro@codesourcery.com>
1784
1785 * gdb.texinfo (Remote Configuration): Mention set/show remote
1786 traceframe-info.
1787 (Tools/Packages Optional for Building GDB): Mention that expat is
1788 used for traceframe info.
1789 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
1790 (General Query Packets) <qSupported>: Describe the
1791 qXfer:traceframe-info:read feature.
1792 (qXfer::read): Describe qXfer:traceframe-info:read.
1793 (Traceframe Info Format): New section.
1794
cef35b0f
PA
17952011-02-04 Pedro Alves <pedro@codesourcery.com>
1796
1797 * gdbint.texinfo (Formatting): Mention some formatting guidelines
1798 for casts and unary operators.
1799
f1cbe1d3
TT
18002011-02-04 Tom Tromey <tromey@redhat.com>
1801
1802 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
1803 is not useful.
1804
585fdaa1
PA
18052011-01-25 Pedro Alves <pedro@codesourcery.com>
1806
1807 * gdb.texinfo: s/value optimized out/optimized out/g
1808
7bfc9434
JB
18092011-01-21 Joel Brobecker <brobecker@adacore.com>
1810
1811 * gdb.texinfo (Other Misc Settings): Rework part of the
1812 documentation of the "set interactive mode" command.
1813
4694da01
TT
18142011-01-19 Tom Tromey <tromey@redhat.com>
1815
1816 * gdb.texinfo (Threads): Document thread name output and `thread
1817 name' command.
1818 (Threads In Python): Document Thread.name attribute.
1819 (GDB/MI Thread Commands): Document thread attributes.
1820
b716877b
AB
18212011-01-12 Andrew Burgess <aburgess@broadcom.com>
1822
1823 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
1824 changes in mi/mi-cmd-disas.c
1825
13fd8b81
TT
18262011-01-12 Tom Tromey <tromey@redhat.com>
1827
1828 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
1829 Fix "thread apply" text.
1830
e09342b5
TJB
18312011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1832 Thiago Jung Bauermann <bauerman@br.ibm.com>
1833
1834 Implement support for PowerPC BookE ranged watchpoints.
1835 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
1836 the "set powerpc exact-watchpoints" flag.
1837
06e65f44
TT
18382011-01-07 Tom Tromey <tromey@redhat.com>
1839
1840 * gdb.texinfo (Python API): Add descriptions to @menu items.
1841
d8e22779
TT
18422011-01-06 Tom Tromey <tromey@redhat.com>
1843
1844 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
1845
a255712f
PP
18462010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
1847
e09342b5 1848 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 1849
ccfc3d6e
TT
18502011-01-06 Tom Tromey <tromey@redhat.com>
1851
1852 PR python/12133:
1853 * gdb.texinfo (Frames In Python): Document various frame
1854 constants.
1855
44944448
JB
18562011-01-05 Joel Brobecker <brobecker@adacore.com>
1857
1858 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
1859 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
1860 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
1861
42ea3d7a
JK
18622011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1863
1864 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
1865 (clean): Add GDBvn.texi.
1866
720d1a40
JB
18672010-12-29 Joel Brobecker <brobecker@adacore.com>
1868
1869 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
1870 occasional case where the debugger prints an array address
1871 instead of the array itself.
1872
ad196637
PA
18732010-12-23 Pedro Alves <pedro@codesourcery.com>
1874
1875 * gdb.texinfo (Packets) <read registers packet>: Document support
1876 for registers that were not collected.
1877
a86caf66
DE
18782010-12-15 Doug Evans <dje@google.com>
1879
1880 * gdb.texinfo (Startup): Document auto-loading of scripts during
1881 startup.
1882 (Auto-loading): Delete "maint set python auto-load on|off".
1883 Add "set auto-load-scripts on|off".
1884
aae1c79a
DE
18852010-12-07 Doug Evans <dje@google.com>
1886
1887 * gdb.texinfo (Mode Options): Document -data-directory.
1888 (Data Files): Add reference to -data-directory.
1889
4e04c971
DE
18902010-11-29 Doug Evans <dje@google.com>
1891
1892 * gdb.texinfo (Pretty-Printer Introduction): Change
1893 printer-name:subprinter-name to printer-name;subprinter-name.
1894
94b6973e
PM
18952010-11-29 Phil Muldoon <pmuldoon@redhat.com>
1896
1897 PR python/12199
1898
1899 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
1900
39037522
TT
19012010-11-23 Tom Tromey <tromey@redhat.com>
1902
1903 * gdb.texinfo (Top): Check SYSTEM_READLINE.
1904 (Editing): Likewise.
1905 (Command History): Likewise.
1906 (TUI Keys): Likewise.
1907 (Bug Reporting): Conditionally include rluser.texi and
1908 inc-history.texinfo.
1909 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
1910 (GDB_DOC_SOURCE_INCLUDES): Add comment.
1911 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
1912 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
1913 (gdb.pdf): Likewise.
1914 (gdb.info): Likewise.
1915 (gdb/index.html): Likewise.
1916
5ae98d25
TT
19172010-11-23 Tom Tromey <tromey@redhat.com>
1918
1919 * Makefile.in (Makefile): Run ../config.status.
1920 (distclean): Update.
1921 * configure: Remove.
1922 * configure.ac: Remove.
1923
621c8364
TT
19242010-11-12 Tom Tromey <tromey@redhat.com>
1925
1926 * gdb.texinfo (Basic Python): Update. Add xref.
1927 (Exception Handling): Document new exception classes.
1928 (Types In Python): Update.
1929 (Frames In Python): Update.
1930
84f4c1fe
PM
19312010-11-11 Phil Muldoon <pmuldoon@redhat.com>
1932
1933 * gdb.texinfo (Breakpoints In Python): Document "internal"
1934 parameter, and visible attribute.
1935
99e7ae30
DE
19362010-11-05 Doug Evans <dje@google.com>
1937
1938 * gdb.texinfo (Source Path): Document "set directories".
1939
f4b8a18d
KW
19402010-11-05 Ken Werner <ken.werner@de.ibm.com>
1941
1942 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
1943 (OpenCL C): New node.
1944
7b51bc51
DE
19452010-11-02 Doug Evans <dje@google.com>
1946
1947 * gdb.texinfo (Pretty Printing): Expand into three sections,
1948 introduction, example, and commands.
1949 (Python API): Delete section Disabling Pretty-Printers, merge into
1950 Selecting Pretty-Printers.
1951 (Writing a Pretty-Printer): New section. Move the pretty-printer
1952 example here, and reformat to match python coding style. Add a second
1953 example using the gdb.printing module.
1954 (Python modules): Add gdb.printing.
1955
9eeee977
DE
19562010-10-29 Doug Evans <dje@google.com>
1957
1958 * gdb.texinfo (Python): Fix long line.
1959
a0e0ffdf
DE
19602010-10-20 Doug Evans <dje@google.com>
1961
1962 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
1963 All references updated. Correct sections marked as subsections.
1964 (Coding Standards): New chapter. Move the coding standard related
1965 subsections here. Add section on Python coding standards.
1966
0e3509db
DE
19672010-10-13 Doug Evans <dje@google.com>
1968
1969 * gdb.texinfo (Python): Add "Python modules".
1970 (Types in Python): Add reference to gdb.types section.
1971 (Python modules): New node.
1972
44592cc4
DE
19732010-10-11 Doug Evans <dje@google.com>
1974
1975 * gdb.texinfo (Values From Inferior): Add reference to "Types in
1976 Python" from gdb.Value.type description.
1977
6e1bb179
JB
19782010-09-28 Joel Brobecker <brobecker@adacore.com>
1979
1980 * gdb.texinfo (Ravenscar Profile): New node.
1981
e8467610
TT
19822010-09-22 Tom Tromey <tromey@redhat.com>
1983
1984 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
1985
fccd1d1e
EZ
19862010-09-22 Eli Zaretskii <eliz@gnu.org>
1987
1988 * gdb.texinfo (Values From Inferior): Clarify that
1989 value.dynamic_type works only in C++ programs with RTTI.
1990
c1b6b909
TT
19912010-09-15 Paul Bolle <pebolle@tiscali.nl>
1992
1993 * gdb.texinfo (Character Sets): Correctly reference host-charset
1994 in example.
1995
7d288aaa
TT
19962010-09-13 Tom Tromey <tromey@redhat.com>
1997
1998 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
1999 Document "fullname" and "from".
2000
f75d858b
MK
20012010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
2002
2003 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
2004 feature `reverse' output by -list-target-features.
2005
83b9503b
L
20062010-08-31 H.J. Lu <hongjiu.lu@intel.com>
2007
2008 * gdb.texinfo (i386 Features): Remove an extra "@item".
2009
03f17ccf
TT
20102010-08-30 Tom Tromey <tromey@redhat.com>
2011
2012 PR python/11792:
2013 * gdb.texinfo (Values From Inferior): Document dynamic_type.
2014
9779414d
DJ
20152010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
2016
2017 * gdb.texinfo (ARM Features): Document
2018 org.gnu.gdb.arm.m-profile.
2019
f9ffd4bb
TT
20202010-08-23 Tom Tromey <tromey@redhat.com>
2021
2022 PR python/11145:
2023 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
2024 reinterpret_cast methods.
2025
702c2711
TT
20262010-08-23 Tom Tromey <tromey@redhat.com>
2027
2028 PR python/11915:
2029 * gdb.texinfo (Types In Python): Document array method.
2030
66b73624
TJB
20312010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
2032
2033 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
2034
06a64a0b
TT
20352010-08-16 Tom Tromey <tromey@redhat.com>
2036
2037 * gdb.texinfo (Set Watchpoints): Document -location option.
2038
a3a7127e
DE
20392010-08-13 Doug Evans <dje@google.com>
2040
2041 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
2042
8dedea02
VP
20432010-08-13 Vladimir Prus <vladimir@codesourcery.com>
2044
2045 * gdb.texinfo (GDB/MI Data Manipulation): Document
2046 -data-read-memory-raw and -data-write-memory-raw.
2047
ca5c20b6 20482010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 2049 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
2050
2051 * gdb.texinfo (Basic Python): Describe post_event API.
2052
cb2e07a6
PM
20532010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2054
2055 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 2056 decode_line Python APIs
cb2e07a6 2057
464b3efb
TT
20582010-08-10 Tom Tromey <tromey@redhat.com>
2059
2060 * gdb.texinfo (Pretty Printing API): Document
2061 gdb.default_visualizer.
2062
c29c521f
TT
20632010-08-10 Tom Tromey <tromey@redhat.com>
2064
2065 Revert gdb-add-index addition:
2066 * gdb.texinfo (Index Files): Don't document gdb-add-index.
2067
5da1313b
JK
20682010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2069 Eli Zaretskii <eliz@gnu.org>
2070
2071 * gdb.texinfo (Mode Options) <-batch>
2072 (Basic Python) <gdb.execute>: Describe setting width and height.
2073
02d868e8
PP
20742010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
2075
2076 * gdb.texinfo (Threads): Document 'debug libthread-db'.
2077
c2bbed2a
TT
20782010-07-30 Tom Tromey <tromey@redhat.com>
2079
2080 * gdb.texinfo (Index Files): Mention gdb-add-index.
2081
6c13bbe1
HZ
20822010-07-30 Hui Zhu <teawater@gmail.com>
2083
2084 * gdb.texinfo (Inferiors and Programs): Update the introduce of
2085 "detach inferior" and "kill inferior".
2086
53a71c06
CR
20872010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
2088
2089 * gdb.texinfo (Machine Code): Update description of two forms of
2090 arguments, and add new example to demonstrate the new form.
2091
5374244e
PM
20922010-07-27 Phil Muldoon <pmuldoon@redhat.com>
2093
2094 * gdb.texinfo (Values From Inferior): Add value inferior function
2095 call description.
2096
8ea5bce5
JK
20972010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2098
2099 * gdb.texinfo (Active Targets): Fix wrong comma placement.
2100
c0edd9ed
JK
21012010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2102 Eli Zaretskii <eliz@gnu.org>
2103
2104 Make core files the process_stratum.
2105 * gdb.texinfo (Active Targets): Remove core_stratum. Include
2106 record_stratum example.
2107
9291a0cd
TT
21082010-07-13 Tom Tromey <tromey@redhat.com>
2109
2110 * gdb.texinfo (Index Files): New node.
2111
f5011d11
TT
21122010-07-13 Tom Tromey <tromey@redhat.com>
2113
2114 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
2115
0f5238ed
TT
21162010-07-13 Tom Tromey <tromey@redhat.com>
2117
2118 * gdb.texinfo (Specify Location): Document labels.
2119
74c761c1
PA
21202010-07-01 Pedro Alves <pedro@codesourcery.com>
2121
2122 * gdb.texinfo (Create and Delete Tracepoints): Add more index
2123 entries for fast tracepoints and static tracepoints.
2124
501994c0
PA
21252010-07-01 Pedro Alves <pedro@codesourcery.com>
2126
2127 * gdb.texinfo (General Query Packets) <qfThreadInfo,
2128 qsThreadInfo>: Spell out `l' as ell.
2129
0fb4aa4b
PA
21302010-07-01 Pedro Alves <pedro@codesourcery.com>
2131
2132 * gdb.texinfo (Convenience Variables): Document $_sdata.
2133 (Commands to Set Tracepoints): Describe static tracepoints. Add
2134 `Listing Static Tracepoint Markers' menu entry. Document
2135 "strace".
2136 (Tracepoint Action Lists): Document collecting $_sdata.
2137 (Listing Static Tracepoint Markers): New subsection.
2138 (Tracepoints support in gdbserver): Mention static tracepoints.
2139 (remote packets, enabling and disabling): Mention
2140 read-sdata-object.
2141 (General Query Packets) <qSupported>: Document qXfer:sdata:read
2142 and StaticTracepoint.
2143 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
2144 Document qXfer:sdata:read.
2145 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
2146
dc3b15be
JB
21472010-06-29 Joel Brobecker <brobecker@adacore.com>
2148
2149 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
2150
595939de
PM
21512010-06-28 Phil Muldoon <pmuldoon@redhat.com>
2152 Tom Tromey <tromey@redhat.com>
2153 Thiago Jung Bauermann <bauerman@br.ibm.com>
2154
2155 * gdb.texinfo (Inferiors In Python): New node.
2156 * gdb.texinfo (Threads In Python): New node.
2157
9279c692
JB
21582010-06-28 Joel Brobecker <brobecker@adacore.com>
2159
2160 * gdb.texinfo (Python): Document what the python directory is
2161 and what its location is.
2162 (Basic Python): Document the gdb.PYTHONDIR constant.
2163
bc9f0842
TT
21642010-06-25 Tom Tromey <tromey@redhat.com>
2165
2166 PR python/10808:
2167 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
2168
f1421989
HZ
21692010-06-24 Hui Zhu <teawater@gmail.com>
2170
2171 * gdb.texinfo: (Commands for Controlled Output): Add
2172 documentation for command "eval".
2173
e4c0cfae
SS
21742010-06-21 Stan Shebs <stan@codesourcery.com>
2175
2176 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
2177 * annotate.texinfo: Ditto.
2178 * gdbint.texinfo: Ditto.
2179 * stabs.texinfo: Ditto.
2180
bb08c432
HZ
21812010-06-22 Hui Zhu <teawater@gmail.com>
2182
2183 * gdb.texinfo: (Process Record and Replay): Add documentation
2184 for command "set record memory-query".
2185
4f5d9f07
SS
21862010-06-21 Stan Shebs <stan@codesourcery.com>
2187
2188 * gdb.texinfo: Relicense under GFDL version 1.3.
2189 * annotate.texinfo: Relicense under GFDL version 1.3.
2190 * gdbint.texinfo: Relicense under GFDL version 1.3.
2191 * stabs.texinfo: Relicense under GFDL version 1.3.
2192 * fdl.texi: Update to version 1.3.
2193
6aed2dbc
SS
21942010-06-18 Stan Shebs <stan@codesourcery.com>
2195
a61408f8
SS
2196 * gdb.texinfo (Operating System Auxiliary Information): Describe
2197 "info os" when no arguments given.
2198
6aed2dbc
SS
2199 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
2200 $_thread.
2201
24e933df
HZ
22022010-06-18 Hui Zhu <teawater@gmail.com>
2203
2204 * gdb.texinfo: (Process Record and Replay): Add documentation
2205 for commands "record save" and "record restore".
2206
65d79d4b
SDJ
22072010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2208
2209 * gdb.texinfo: Include information about the correct use
2210 of addresses in the `watch' command.
2211
d914c394
SS
22122010-06-11 Stan Shebs <stan@codesourcery.com>
2213
2214 * gdb.texinfo (Observer Mode): New section.
2215 (General Query Packets): Document QAllow.
889bf7c5 2216
967cf477
DE
22172010-06-04 Doug Evans <dje@google.com>
2218
2219 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
2220
aaf4119b
DE
22212010-06-03 Doug Evans <dje@google.com>
2222
2223 * gdbint.texinfo (Coding): Add subsection on command names.
2224
9eae7c52
TT
22252010-06-02 Tom Tromey <tromey@redhat.com>
2226
2227 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
2228 always-disassemble.
2229
fa593d66
PA
22302010-06-01 Pedro Alves <pedro@codesourcery.com>
2231
2232 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
2233 gdbserver, and add cross reference.
2234 (Tracepoints support in gdbserver): New subsection.
2235
dde08ee1
PA
22362010-05-26 Pedro Alves <pedro@codesourcery.com>
2237
2238 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
2239 `qRelocInsn' feature.
2240 (Relocate instruction reply packet): New subsection
2241 of `Tracepoint Packets'.
2242 (Tracepoint Packets): Mention that packets QTDP and QTStart
2243 support the qRelocInsn request, and add cross reference to new
2244 subsection.
2245
07ca107c
DE
22462010-05-25 Doug Evans <dje@google.com>
2247
2248 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
2249 (Commands In Python): Document gdb.string_to_argv.
2250
c25c4a8b
JK
22512010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2252
2253 * gdbint.texinfo (Host Definition): Remove items NORETURN and
2254 ATTR_NORETURN.
2255
d7b32ed3 22562010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
2257 Tom Tromey <tromey@redhat.com>
2258 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 2259
c25c4a8b 2260 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 2261
6aecb9c2
JB
22622010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
2263
2264 * gdb.texinfo: (Summary) Add mention about D language support.
2265 (Filenames): Add D suffixes.
2266 (D): New node.
2267
b7da9e9f
PM
22682010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
2269
2270 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
2271 of macro deleted from GDB code.
2272
ab38a727
PA
22732010-04-24 Pedro Alves <pedro@codesourcery.com>
2274
2275 * gdb.texinfo (Commands to specify files): Describe what how GDB
2276 looks up DOS-based filesystem paths on the system root. Document
2277 the new `set/show target-file-system-kind' commands.
2278
66d09542
DE
22792010-04-23 Doug Evans <dje@google.com>
2280
2281 * gdb.texinfo (Python): Move Auto-loading section here ...
2282 (Python API): from here.
2283 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
2284 (Maintenance Commands): Add docs for "maint print section-scripts".
2285
8bd10a10
CM
22862010-04-20 Chris Moller <cmoller@redhat.com>
2287
2288 * gdb.texinfo (Setting Breakpoints): Added description of
2289 filename-qualified rbreak.
2290 * refcard.tex (Breakpoints and Watchpoints): Added brief
2291 description of filename-qualified rbreak.
2292
4c374409
JK
22932010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2294
2295 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
2296 (Python API): Change the reference to Pretty Printing API.
2297 (Pretty Printing): Move the user part under the Data node. Reformat
2298 the sample output to 72 columns. Create a new reference to Pretty
2299 Printing API. Rename the API part ...
2300 (Pretty Printing API): To a new node name.
2301 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
2302 (GDB/MI Variable Objects): Change references to Pretty Printing API.
2303
5a9351ae
SS
23042010-04-21 Stan Shebs <stan@codesourcery.com>
2305
2306 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 2307 and commands.
5a9351ae 2308 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 2309
9a22f0d0
PM
23102010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
2311
2312 * gdb.texinfo (Examining memory): Update for change in string
2313 display with explicit size.
2314
6149aea9
PA
23152010-04-19 Pedro Alves <pedro@codesourcery.com>
2316
2317 PR breakpoints/8554.
2318
2319 * gdb.texinfo (Save Breakpoints): New node.
2320 (save-tracepoints): Rename to ...
2321 (save tracepoints): ... this. Mention that `save-tracepoints' is
2322 a deprecated alias to `save tracepoints'.
2323
711e434b
PM
23242010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
2325
645797a8 2326 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
2327 (info w32 thread-information-block): Document new command.
2328 (qGetTIBAddress): Document new gdbserver query.
2329 (maint set/show show-all-tib): Document new command.
2330
3f7b2faa
DE
23312010-04-15 Doug Evans <dje@google.com>
2332
fa33c3cd
DE
2333 * gdb.texinfo (Python API): Add progspaces section.
2334 (Selecting Pretty-Printers): Progspace pretty-printers are
2335 searched too.
2336 (Progspaces In Python): New section.
2337
3f7b2faa
DE
2338 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
2339
79f283fe
PM
23402010-04-14 Phil Muldoon <pmuldoon@redhat.com>
2341
2342 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
2343 returns None.
2344
87290684
SS
23452010-04-09 Stan Shebs <stan@codesourcery.com>
2346
2347 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2348 Describe the `frames-created' field, tweak grammar.
2349
a97153c7
PA
23502010-04-09 Pedro Alves <pedro@codesourcery.com>
2351
2352 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2353 Describe the `circular' and `disconnected' fields.
2354
5c5dcc1b
L
23552010-04-09 H.J. Lu <hongjiu.lu@intel.com>
2356
2357 * gdb.texinfo (maint print registers): Mention unavailable and
2358 invisible registers.
2359
adc36818
PM
23602010-04-09 Phil Muldoon <pmuldoon@redhat.com>
2361 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 2362 Tom Tromey <tromey@redhat.com>
adc36818
PM
2363
2364 * gdb.texinfo (Breakpoints In Python): New Node.
2365
33da3f1c
SS
23662010-04-08 Stan Shebs <stan@codesourcery.com>
2367
2368 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
2369 trace status fields.
2370
3a13a53b
L
23712010-04-08 H.J. Lu <hongjiu.lu@intel.com>
2372
2373 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
2374 optional. Make org.gnu.gdb.i386.avx requires
2375 org.gnu.gdb.i386.avx.
2376
08001717
DE
23772010-04-08 Doug Evans <dje@google.com>
2378
2379 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
2380 search path, and document that gdb only scans the search path if
2381 the script's path doesn't specify a directory.
2382
c375651d
DE
23832010-04-05 Doug Evans <dje@google.com>
2384
2385 * gdb.texinfo (maint show python auto-load): Fix typo.
2386
af54718e
SS
23872010-04-04 Stan Shebs <stan@codesourcery.com>
2388
d77f58be
SS
2389 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
2390 (Setting Watchpoints): Update description of "info watch".
2391 (Disabling Breakpoints): Only "info break" lists all.
2392
af54718e
SS
2393 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
2394 (tdump): Explain how tdump works.
2395
86b17b60
PA
23962010-04-01 Pedro Alves <pedro@codesourcery.com>
2397
2398 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
2399 add cross reference.
2400
ff12863f
PA
24012010-03-31 Pedro Alves <pedro@codesourcery.com>
2402
2403 * gdb.texinfo (TUI Commands): Mention that in some cases, these
2404 commands error out.
2405
f68eb612
L
24062010-03-30 H.J. Lu <hongjiu.lu@intel.com>
2407
2408 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
2409
c8d5aac9
L
24102010-03-30 H.J. Lu <hongjiu.lu@intel.com>
2411
2412 * gdb.texinfo (General Query Packets): Add xmlRegisters.
2413
7d13fe92
SS
24142010-03-29 Stan Shebs <stan@codesourcery.com>
2415 Nathan Sidwell <nathan@codesourcery.com>
2416
2417 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
2418 GDBN equivalent.
2419 (Set Tracepoints): Remove mention that conditional tracepoints
2420 don't exist.
2421 (Tracepoint Actions): Clarify when while-stepping collection
2422 happens, note that while-stepping does not automatically collect
2423 $pc.
2424
409873ef 24252010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 2426
409873ef
SS
2427 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
2428 (General Query Packets): Describe TracepointSource.
2429
ee8e71d4
EZ
24302010-03-27 Matt Rice <ratmice@gmail.com>
2431
c8d5aac9
L
2432 * gdb.texinfo (ARM): Document arguments to "target sim".
2433 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 2434
99b5e152
PA
24352010-03-26 Pedro Alves <pedro@codesourcery.com>
2436
2437 * gdb.texinfo (Tracepoint Packets): Remove mention that
2438 terror:string may be plain text, and drop mention of X prefix.
2439
cd64ee31
VP
24402010-03-26 Vladimir Prus <vladimir@codesourcery.com>
2441
2442 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
2443
6c28cbf2
SS
24442010-03-24 Stan Shebs <stan@codesourcery.com>
2445
2446 * gdb.texinfo (Tracepoint Packets): Document trace error status.
2447
95a42b64
TT
24482010-03-24 Tom Tromey <tromey@redhat.com>
2449
2450 PR breakpoints/9352:
2451 * gdb.texinfo (Break Commands): Update.
2452
18148017
VP
24532010-03-24 Vladimir Prus <vladimir@codesourcery.com>
2454
2455 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
2456 commands.
2457
4daf5ac0
SS
24582010-03-16 Stan Shebs <stan@codesourcery.com>
2459
2460 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
2461 circular-trace-buffer.
2462 (Tracepoint Packets): Describe QTBuffer, and details of the
2463 qTStatus reply.
2464
c9429232
SS
24652010-03-12 Stan Shebs <stan@codesourcery.com>
2466 Nathan Sidwell <nathan@codesourcery.com>
2467
2468 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
2469 doing instruction stepping.
2470 (Tracepoint Restrictions): New node.
2471
ccefe4c4
TT
24722010-03-10 Tom Tromey <tromey@redhat.com>
2473
2474 * gdbint.texinfo (Symbol Handling): Update.
2475
7c953934
TT
24762010-03-08 Tom Tromey <tromey@redhat.com>
2477
2478 PR cli/9591:
2479 * gdb.texinfo (Mode Options): Mention lack of pagination and
2480 confirmation with --batch.
2481 (Screen Size): Mention --batch.
2482 (Messages/Warnings): Likewise.
2483
f870a310
TT
24842010-03-05 Tom Tromey <tromey@redhat.com>
2485
2486 * gdb.texinfo (Basic Python): Document target_charset and
2487 target_wide_charset.
2488
78e2826b
TT
24892010-03-05 Tom Tromey <tromey@redhat.com>
2490
2491 * gdb.texinfo (Data): Link to pretty-printing.
2492 (Output Formats): Likewise. Correct text.
2493
f5dff777
DJ
24942010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
2495
2496 * gdb.texinfo (Types): Describe <struct> and <flags>.
2497
dc00d89f
PM
24982010-02-28 Phil Muldoon <pmuldoon@redhat.com>
2499
2500 * gdb.texinfo (Frames In Python): Add block parameter and
2501 description to read_var text.
2502
5107b149 25032010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 2504 Tom Tromey <tromey@redhat.com>
5107b149
PM
2505
2506 * gdb.texinfo (Types In Python): Describe block argument in
2507 template_argument and gdb.lookup_type.
2508
e03e5e7b
TT
25092010-02-24 Tom Tromey <tromey@redhat.com>
2510
2511 * gdb.texinfo (Cygwin Native): Fix typo.
2512
f3e9a817
PM
25132010-02-24 Phil Muldoon <pmuldoon@redhat.com>
2514
2515 * gdb.texinfo (Frames In Python): Add block, find_sal, function
2516 and select method descriptions.
2517 (Python API): Add Blocks In Python, Symbols in Python and Symbol
2518 Tables in Python to menu.
2519 (Blocks In Python): New node.
2520 (Symbols In Python): New node.
2521 (Symbol Tables in Python): New node.
2522
a79b8f6e
VP
25232010-02-24 Vladimir Prus <vladimir@codesourcery.com>
2524
2525 Multiexec MI
2526
2527 gdb/
2528 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
2529
2530 gdb/doc/
2531 * gdb.texinfo (GDB/MI Command Syntax): Document notification
2532 changes.
2533 (GDB/MI Program Execution): Document current behaviour of
2534 --all and --thread-group.
2535 (GDB/MI Miscellaneous Commands): Document -add-inferior and
2536 -remove-inferior.
2537 * observer.texi (inferior_added, inferior_removed): New
2538 observers.
2539
629d6a47
TT
25402010-02-19 Tom Tromey <tromey@redhat.com>
2541
2542 * gdbint.texinfo (Getting Started): Fix @node.
2543 (Debugging GDB): Likewise.
2544
c09529e5
JB
25452010-02-13 Joel Brobecker <brobecker@adacore.com>
2546
2547 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
2548 documenting the gdb_test_timeout variable.
2549
540aa8e7
MS
25502010-02-12 Jakob Engblom <jakob@virtutech.com>
2551
2552 * gdb.texinfo (MI commands): Added documentation of --reverse
2553 option to a set of MI commands. Restructured documentation of MI
2554 commands --exec-continue to reflect the complexity of reverse
2555 execution.
2556
081dfbf7
PA
25572010-02-12 Pedro Alves <pedro@codesourcery.com>
2558
2559 * gdb.texinfo (Using the Collected Data): Specify that the address
2560 range of `tfind outsize' is exclusive, and that the address range
2561 of `tfind range' is inclusive.
2562 (Tracepoint Packets): Specify that the address range of
2563 `QTFrame:range' is inclusive, and that the address range of
2564 `QTFrame:outside' is exclusive
2565
8e9c5e02
VP
25662010-02-12 Vladimir Prus <vladimir@codesourcery.com>
2567
2568 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
2569
92981e24
TT
25702010-02-10 Tom Tromey <tromey@redhat.com>
2571
2572 * gdb.texinfo (Debugging Output): Document set debug parser and
2573 show debug parser.
2574
075b51b7
L
25752010-02-09 H.J. Lu <hongjiu.lu@intel.com>
2576
2577 * gdb.texinfo (Predefined Target Types): Add i387_ext,
2578 i386_eflags and i386_mxcsr.
2579
3bb8d5c3
L
25802010-02-08 H.J. Lu <hongjiu.lu@intel.com>
2581
2582 * gdb.texinfo: Document i386 target features.
2583
c5f80513
DE
25842010-02-05 Doug Evans <dje@google.com>
2585
2586 * gdbint.texinfo (Testsuite): Add a new section to document the
2587 various DejaGnu variables that may be overridden.
1be00882 2588 Document INTERNAL_GDBFLAGS.
c5f80513 2589
6ac33a4e
TT
25902010-02-04 Tom Tromey <tromey@redhat.com>
2591
2592 PR cli/8830:
2593 * gdb.texinfo (Files): -readnow comes before the filename for file
2594 and symbol-file.
2595
a1dcb23a
DJ
25962010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2597
2598 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
2599 Document ARM breakpoint types.
2600 (Register Packet Format): Move into the new section.
2601 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
2602
95433b34
JB
26032010-01-21 Joel Brobecker <brobecker@adacore.com>
2604
2605 * gdb.texinfo (File Options): Adjust the documentation of this
2606 switch to refer to the "source" command rather than partially
2607 duplicating some of the relevant information.
2608 (Extending GDB): Introduce and document the set/show script-extension
2609 setting.
2610 (Command Files): Add note explaining that the "source" command
2611 is also used to evalute scripts written in other languages.
2612 Remove the short slightly incorrect reference to sourcing Python
2613 scripts.
2614 (Python Commands): Document how to execute a Python script from GDB.
2615
8d576872
JB
26162010-01-19 Joel Brobecker <brobecker@adacore.com>
2617
2618 * gdb.texinfo (Command Files): Fix typo.
2619
8150ff9c
JB
26202010-01-18 Tom Tromey <tromey@redhat.com>
2621
2622 * gdb.texinfo (File Options): Document -x on .py files.
2623 (Command Files): Document handling of Python scripts.
2624
23db03a6
JZ
26252010-01-18 Jie Zhang <jie.zhang@analog.com>
2626
2627 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
2628
00bf0b85
SS
26292010-01-15 Stan Shebs <stan@codesourcery.com>
2630
2631 * gdb.texinfo (Trace Files): New section.
2632 (Tracepoint Packets): Document QTSave and qTBuffer.
2633 (Trace File Format): New appendix.
2634
be759fcf
PM
26352010-01-13 Phil Muldoon <pmuldoon@redhat.com>
2636
2637 * gdb.texinfo (Values From Inferior): Document lazy_string value
2638 method.
2639 (Python API): Add Lazy strings menu item.
2640 (Lazy Strings In Python): New node.
2641
dc146f7c
VP
26422010-01-13 Vladimir Prus <vladimir@codesourcery.com>
2643
2644 * gdb.texinfo (GDB/MI Thread Information): New.
2645 (GDB/MI Async Records): Document the core field in *stopped.
2646 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
2647 documentation
2648 (Process list): Document that osdata document may contain
2649 threads.
2650 (Remote Serial Protocol): Document qXfer:threads.
2651
d5551862
SS
26522010-01-06 Stan Shebs <stan@codesourcery.com>
2653
2654 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2655 disconnected tracing.
2656 (Tracepoint Packets): Document new protocol.
2657
7a697b8d
SS
26582010-01-05 Stan Shebs <stan@codesourcery.com>
2659
2660 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
2661 tracepoints.
2662 (Tracepoint Packets): Describe remote protocol for fast
2663 tracepoints.
2664
e6f3ec50
JB
26652010-01-01 Joel Brobecker <brobecker@adacore.com>
2666
2667 Update the "Start of New Year Procedure".
2668 * gdbint.texinfo: Add the list of files that need to be updated
2669 manually. Minor reformatting.
2670
ddc4e9c1
JB
26712010-01-01 Joel Brobecker <brobecker@adacore.com>
2672
2673 * refcard.tex: Update copyright year in header and text.
2674
9d2897ad
JB
26752010-01-01 Joel Brobecker <brobecker@adacore.com>
2676
2677 * agentexpr.texi: Add 2010 to the list of copyright years.
2678 * annotate.texinfo: Likewise.
2679 * gdb.texinfo: Likewise.
2680 * gdbint.texinfo: Likewise.
2681 * observer.texi: Likewise.
2682 * stabs.texinfo: Likewise.
2683
6da95a67
SS
26842009-12-31 Stan Shebs <stan@codesourcery.com>
2685
2686 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 2687
236f1d4d
SS
26882009-12-29 Stan Shebs <stan@codesourcery.com>
2689
2690 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 2691
f61e138d
SS
26922009-12-28 Stan Shebs <stan@codesourcery.com>
2693
2694 * gdb.texinfo (Trace State Variables): New section.
2695 (Tracepoint Packets): Describe trace state variable packets.
2696 * agentexpr.texi (Bytecode Descriptions): Describe trace state
2697 variable bytecodes.
2698
0fe7935b
DJ
26992009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
2700
2701 * gdb.texinfo (Symbols): "info variables" prints definitions, not
2702 declarations.
2703
a6b29f87
VP
27042009-12-21 Vladimir Prus <vladimir@codesourcery.com>
2705
2706 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
2707 -gdb-exit behaviour.
2708
5e4bde96
JB
27092009-12-20 Joel Brobecker <brobecker@adacore.com>
2710
2711 * gpl.texi: Update to version 3 of the GPL.
2712
a1715244
JB
27132009-12-20 Joel Brobecker <brobecker@adacore.com>
2714
2715 * Makefile.in: Update copyright header.
2716 * observer.texi: Fix the copyright header of the generated files.
2717
361ae042
PM
27182009-12-08 Phil Muldoon <pmuldoon@redhat.com>
2719
2720 * gdb.texinfo (Types In Python): Describe range function.
2721
bfd31e71
PM
27222009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
2723
2724 * gdb.texinfo (Types In Python): Describe "is_base_class".
2725
57a1d736
TT
27262009-12-03 Tom Tromey <tromey@redhat.com>
2727
2728 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
2729
8cebebb9
PP
27302009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
2731
2732 * observer.texi: New memory_changed observer.
2733
16af530a
TT
27342009-12-01 Tom Tromey <tromey@redhat.com>
2735
2736 * gdb.texinfo (Reverse Execution): Fix typo.
2737
b6199126
DJ
27382009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
2739
2740 PR gdb/8704
2741
2742 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
2743 are allowed after the breakpoint condition.
2744
7a6973ad
TT
27452009-11-23 Tom Tromey <tromey@redhat.com>
2746
2747 PR python/10782:
2748 * gdb.texinfo (Types In Python): Document Type.pointer.
2749
21a0512e
PP
27502009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
2751
2752 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 2753
a5832c8f
PA
27542009-11-11 Pedro Alves <pedro@codesourcery.com>
2755
2756 * agentexpr.texi (Tracing On Symmetrix): Delete section.
2757 (Using Agent Expressions): Delete cross reference.
2758
1eb7cd77
JB
27592009-11-07 Joel Brobecker <brobecker@adacore.com>
2760
2761 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
2762 and @settitle directives up to help makeinfo find them.
2763
24ddea62
JK
27642009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2765
2766 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
2767 (Auto-loading): Use plural and note one can use multiple components now.
2768
3afae151
VP
27692009-11-01 Vladimir Prus <vladimir@codesourcery.com>
2770
2771 * gdb.texinfo (GDB/MI Stack Manipulation): Make
2772 -stack-list-arguments have the same documentation for parameter
2773 as -stack-list-locals. Add comas.
2774
14ff2235
PM
27752009-10-27 Tom Tromey <tromey@redhat.com>
2776 Eli Zaretskii <eliz@gnu.org>
2777
c8d5aac9 2778 PR python/10781
14ff2235
PM
2779
2780 * gdb.texinfo (Values From Inferior): Document cast method.
2781
9c419145
PP
27822009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
2783
2784 * gdb.texinfo (Machine Code): Mention function name in disasssembly
2785 and adjust example.
889bf7c5 2786
29153c24
MS
27872009-10-22 Michael Snyder <msnyder@vmware.com>
2788
2789 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 2790 info record command. Also document the new save and restore
29153c24
MS
2791 commands.
2792
2b28d209
PP
27932009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
2794
2795 * gdb.texinfo (Machine Code): Mention current pc marker.
2796 (Memory): Likewise.
2797
6c95b8df
PA
27982009-10-19 Pedro Alves <pedro@codesourcery.com>
2799 Stan Shebs <stan@codesourcery.com>
2800
2801 * observer.texi (new_inferior): Rename to...
2802 (inferior_appeared): ... this.
2803
2804 * gdb.texinfo (Inferiors): Rename node to ...
2805 (Inferiors and Programs): ... this. Mention running multiple
2806 programs in the same debug session.
2807 <info inferiors>: Mention the new 'Executable' column if "info
2808 inferiors". Update examples. Document the "add-inferior",
2809 "clone-inferior", "remove-inferior" and "maint info
2810 program-spaces" commands.
2811 (Process): Rename node to...
2812 (Forks): ... this. Document "set|show follow-exec-mode".
2813
2f8132f3
MS
28142009-10-11 Michael Snyder <msnyder@vmware.com>
2815
2816 * gdb.texinfo (ReverseStep): Show default as "unsupported".
2817 (ReverseContinue): Ditto.
2818
cba4b2d3
PP
28192009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
2820
2821 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 2822
da082f17
JK
28232009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2824
2825 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
2826
08be9d71
ME
28272009-10-06 Michael Eager <eager@eagercon.com>
2828
2829 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
2830 (Embedded Processors): Add MicroBlaze.
2831 (MicroBlaze): New. Describe Xilinx MicroBlaze
2832
08a0efd0
PA
28332009-10-04 Pedro Alves <pedro@codesourcery.com>
2834
2835 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
2836
cbb8f428
EZ
28372009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
2838
2839 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
2840
30a4a70c
JB
28412009-09-23 Joel Brobecker <brobecker@adacore.com>
2842
2843 * observer.texi (solib_unloaded): Document explicitly the fact that
2844 this observer is called before the associated symbols are unloaded.
2845
b3372f91
VP
28462009-09-19 Vladimir Prus <vladimir@codesourcery.com>
2847
2848 * gdb.texinfo (GDB/MI Stack Manipulation): Document
2849 -stack-list-variables.
2850
f43030c4
TT
28512009-09-18 Tom Tromey <tromey@redhat.com>
2852
2853 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
2854 is experimental.
2855
ec7e75e7
PP
28562009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2857
2858 * gdb.texinfo (convenince variables): Mention
2859 $_siginfo could be empty.
f43030c4 2860
0cc7d26f
TT
28612009-09-15 Tom Tromey <tromey@redhat.com>
2862
2863 * gdb.texinfo (GDB/MI Variable Objects): Document
2864 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
2865 Expand -var-update documentation.
2866
a96d9b2e
SDJ
28672009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2868
2869 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
2870 feature.
2871
005ca36a
JB
28722009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
2873
2874 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
2875
0d772ac9
MS
28762009-09-10 Michael Snyder <msnyder@vmware.com>
2877
2878 * gdb.texinfo (qSupported): Mention new ReverseContinue and
2879 ReverseStep replies to the qSupported query.
2880
14fb1bac
JB
28812009-09-10 Joel Brobecker <brobecker@adacore.com>
2882
2883 Add documentation for set/show interactive-mode.
2884 * gdb.texinfo (Other Misc Settings): New node.
2885
29b090c0
DE
28862009-09-01 Doug Evans <dje@google.com>
2887
2888 * gdb.texinfo (Caching Data of Remote Targets): Add note on
2889 non-stop mode's affect on remote caching.
2890
4e5d721f
DE
28912009-08-31 Jacob Potter <jdpotter@google.com>
2892 Doug Evans <dje@google.com>
2893
2894 * gdb.texinfo (Caching Data of Remote Targets): Update text.
2895 Mark `set/show remotecache' options as obsolete.
2896 Document new `set/show stack-cache' option.
2897 Update text for `info dcache'.
2898
55333a84
DE
28992009-08-27 Doug Evans <dje@google.com>
2900
2901 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
2902 (Files): Add note on new optional regex arg to `info sharedlibrary'.
2903
bc3a0b4d
RW
29042009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2905
2906 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
2907 about autoconf.
2908
3a1ff0b6
PA
29092009-08-25 Pedro Alves <pedro@codesourcery.com>
2910
2911 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
2912 small example, and describe its columns. Replace "inferior-id" by
2913 "infno" throughout.
2914
81ecdfbb
RW
29152009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2916
af542c2e
RW
2917 * gdbint.texinfo (Releasing GDB): Point to
2918 README-maintainer-mode file for required autoconf version.
2919 * configure.ac: Do not substitute datarootdir, htmldir,
2920 pdfdir, docdir. Do not process --with-datarootdir,
2921 --with-htmldir, --with-pdfdir, --with-docdir.
2922 * configure: Regenerate.
2923
81ecdfbb
RW
2924 * configure: Regenerate.
2925
4efc6507
DE
29262009-08-20 Reid Kleckner <reid@kleckner.net>
2927
2928 * gdb.texinfo: Add chapter on JIT interface.
2929
43089a6e
NR
29302009-08-07 Nick Roberts <nickrob@snap.net.nz>
2931
2932 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 2933 confirmation request.
43089a6e 2934
99e008fe
EZ
29352009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
2936
c8d5aac9
L
2937 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
2938 CRC definitions.
99e008fe 2939
48cb2d85
VP
29402009-08-03 Vladimir Prus <vladimir@codesourcery.com>
2941
2942 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 2943 -break-commands.
48cb2d85 2944
ff1a52c6
UW
29452009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2946
2947 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
2948 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
2949
3285f3fe
UW
29502009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2951
2952 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
2953 "set spu stop-on-load" and "show spu stop-on-load" commands.
2954
e35359c5
UW
29552009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2956
2957 * gdb.texinfo (Target Descriptions): Document <compatible> element.
2958
58d6951d
DJ
29592009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2960
2961 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
2962 org.gnu.gdb.arm.neon.
2963
08d16641
PA
29642009-07-20 Pedro Alves <pedro@codesourcery.com>
2965
2966 * gdb.texinfo (Target Description Format): Mention the new <osabi>
2967 optional element.
2968 (subsection OS ABI): New subsection.
2969
782b2b07
SS
29702009-07-14 Stan Shebs <stan@codesourcery.com>
2971
2972 * gdb.texinfo (Tracepoint Conditions): New section.
2973 (General Query Packets): Describe ConditionalTracepoints.
2974 (Tracepoint Packets): Describe condition field.
2975 (Maintenance Commands): Describe maint agent-eval.
2976 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
2977
9b117ef3
HZ
29782009-07-11 Hui Zhu <teawater@gmail.com>
2979
2980 * gdb.texinfo (disassemble): Add a new modifier /r
2981 to "disassemble" command to make it print the raw instructions
2982 in hex as well as in symbolic form.
2983
f5a33284
TT
29842009-07-09 Tom Tromey <tromey@redhat.com>
2985
2986 * gdbint.texinfo (Testsuite): Document parallel make check.
2987
812f7342
TT
29882009-07-09 Tom Tromey <tromey@redhat.com>
2989
2990 * gdbint.texinfo (Testsuite): Document test transcripts.
2991
fbb8f299
PM
29922009-07-10 Phil Muldoon <pmuldoon@redhat.com>
2993
2994 * gdb.texinfo (Values From Inferior): Add length parameter
2995 description.
2996
dd8f35ac
EZ
29972009-07-04 Chris Genly <chris@genly.us>
2998
2999 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
3000 in -var-list-children. Fix example according to what the code
3001 does.
3002
2277426b
PA
30032009-07-02 Pedro Alves <pedro@codesourcery.com>
3004
3005 * gdb.texinfo (Debugging multiple inferiors): Document the
3006 "inferior", "detach inferior" and "kill inferior" commands.
3007 (Debugging Programs with Multiple Processes): Adjust to mention
3008 generic "inferior" commands. Delete mention of "detach fork" and
3009 "delete fork". Cross reference to "Debugging multiple inferiors"
3010 section.
3011
a6d9a66e
UW
30122009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3013
5af949e3
UW
3014 * gdbint.texinfo (Item Output Functions): Update signature
3015 for ui_out_field_core_addr.
3016
30172009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3018
3019 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
3020 Update example code extrated from breakpoint.c.
3021
9901a55b 30222009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 3023
9901a55b
PP
3024 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
3025 MI commands.
3026 (GDB/MI Symbol Query): Likewise.
3027 (GDB/MI File Commands): Likewise.
3028 (GDB/MI File Transfer Commands): Likewise.
3029 (GDB/MI Target Manipulation): Likewise.
3030 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 3031
edb3359d
DJ
30322009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
3033
3034 * gdb.texinfo (Debugging Optimized Code): New chapter.
3035 (Compiling for Debugging): Reference it. Move some
3036 text to the new section.
3037
7cd1089b
PM
30382009-06-15 Phil Muldoon <pmuldoon@redhat.com>
3039
3040 * doc/gdb.texinfo (Calling): Document
3041 set-unwind-on-terminating-exception usage.
3042
d4db2f36
PA
30432009-06-11 Pedro Alves <pedro@codesourcery.com>
3044
3045 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
3046 command.
3047
d1a7880c
PA
30482009-06-07 Pedro Alves <pedro@codesourcery.com>
3049
3050 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
3051 references.
3052
473f94e6
UW
30532009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
3054
3055 * gdbint.texinfo: Rename formal parameters to gdbarch function
3056 protoypes from "current_gdbarch" to "gdbarch".
3057
8f500870
TT
30582009-05-28 Tom Tromey <tromey@redhat.com>
3059
3060 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
3061
b6313243
TT
30622009-05-27 Tom Tromey <tromey@redhat.com>
3063
3064 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
3065 feature.
3066 (GDB/MI Variable Objects): Document -var-set-visualizer.
3067
30682009-04-02 Tom Tromey <tromey@redhat.com>
3069
3070 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
3071 feature.
3072 (GDB/MI Variable Objects): Document -var-set-visualizer.
3073
a6bac58e
TT
30742009-05-27 Tom Tromey <tromey@redhat.com>
3075 Thiago Jung Bauermann <bauerman@br.ibm.com>
3076 Phil Muldoon <pmuldoon@redhat.com>
3077
3078 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
3079 (Pretty Printing): New node.
3080 (Selecting Pretty-Printers): Likewise.
3081 (Python API): Update.
3082 (Output Formats): Document /r format.
3083
2c74e833
TT
30842009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
3085 Tom Tromey <tromey@redhat.com>
3086
3087 * gdb.texinfo (Types In Python): New node.
3088 (Values From Inferior): "type" is now an attribute.
3089 (Python API): Update.
3090
89c73ade
TT
30912009-05-27 Tom Tromey <tromey@redhat.com>
3092 Thiago Jung Bauermann <bauerman@br.ibm.com>
3093 Phil Muldoon <pmuldoon@redhat.com>
3094
3095 * gdb.texinfo: Add @syncodeindex for `tp'.
3096 (Python API): Update.
3097 (Auto-loading): New node.
3098 (Objfiles In Python): New node.
3099
17a37d48
PP
31002009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
3101
3102 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 3103
6718376f
NR
31042009-05-15 Nick Roberts <nickrob@snap.net.nz>
3105
3106 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
3107
cbe54154
PA
31082009-05-12 Pedro Alves <pedro@codesourcery.com>
3109
3110 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
3111 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
3112 show show-debug-regs' docs.
3113
8e05493c
EZ
31142009-05-08 Eli Zaretskii <eliz@gnu.org>
3115
3116 * gdb.texinfo (Process Record and Replay): Add description of
3117 reverse execution.
3118
b39f4988
JB
31192009-05-07 Joel Brobecker <brobecker@adacore.com>
3120
3121 * gdbint.texinfo (Adding support for debugging core files): New node.
3122 (Native Debugging): Remove the ``Native core file Support'' section.
3123
a2311334
EZ
31242009-05-01 Eli Zaretskii <eliz@gnu.org>
3125
3126 * gdb.texinfo (Process Record and Replay): Improve and clarify.
3127 Add index entries.
3128
53cc454a 31292009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 3130 Michael Snyder <msnyder@vmware.com>
53cc454a 3131
a2311334
EZ
3132 * gdb.texinfo: (Process Record and Replay): Add documentation for
3133 process record and replay.
53cc454a 3134
484086b7
JK
31352009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3136
3137 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
3138 a new part on command-line defined macros.
3139
32ae1842
EZ
31402009-04-25 Eli Zaretskii <eliz@gnu.org>
3141
3142 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
3143 clarify the wording.
3144
b14b1491
TT
31452009-04-23 Tom Tromey <tromey@redhat.com>
3146
3147 * gdb.texinfo (Data Files): New node.
3148 (GDB Files): Update menu.
3149
5c1e86e1
JB
31502009-04-23 Joel Brobecker <brobecker@adacore.com>
3151
3152 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 3153 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 3154
83eba9b7
VP
31552009-04-22 Vladimir Prus <vladimir@codesourcery.com>
3156
3157 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
3158
e31198c4
HZ
31592009-04-22 Hui Zhu <teawater@gmail.com>
3160
3161 * gdb.texinfo (disassemble-next-line): Set the default of
3162 disassemble-next-line to off.
3163
26e251b6
JM
31642009-04-21 Joseph Myers <joseph@codesourcery.com>
3165
3166 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
3167 --with-htmldir): New.
3168 * configure: Regenerate.
3169 * Makefile.in (datarootdir, docdir): Define.
3170 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
3171 instead of $(SET_TEXINPUTS).
3172 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
3173 gdbint.info instead of $(SET_TEXINPUTS).
3174 (gdbint/index.html): Use same -I options as for building
3175 gdbint.info.
3176 (stabs.dvi, stabs.pdf): Use same -I options as for building
3177 stabs.info instead of $(SET_TEXINPUTS).
3178 (stabs/index.html): Use same -I options as for building
3179 stabs.info.
3180 (annotate.dvi, annotate.pdf): Use same -I options as for building
3181 annotate.info instead of $(SET_TEXINPUTS).
3182 (annotate/index.html): Use same -I options as for building
3183 annotate.info.
3184
eac35c4e
DD
31852009-04-21 David Daney <ddaney@caviumnetworks.com>
3186
3187 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
3188
29b0e8a2
JM
31892009-04-21 Joseph Myers <joseph@codesourcery.com>
3190
3191 * gdb.texinfo (Source Path): Document --with-relocated-sources.
3192
2b831889 31932009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 3194 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
3195
3196 * Makefile.in (MAKEHTML): Set to makeinfo --html.
3197 (MAKEHTMLFLAGS): Set to empty.
3198 (html__strip_dir): Define.
3199 (HTMLFILES): Define.
3200 (HTMLFILES_INSTALL): Define.
3201 (install-html): Copy new automake rule.
3202 (html): Depend on $(HTMLFILES).
3203 (gdb_toc.html): Rename to gdb/index.html.
3204 (gdbint_toc.html): Rename to gdbint/index.html.
3205 (stabs_toc.html): Rename to stabs/index.html.
3206 (annotate_toc.html): Rename to annotate/index.html.
3207
89a34d1b
JM
32082009-04-17 Carlos O'Donell <carlos@codesourcery.com>
3209
3210 * Makefile.in: Set pdfdir and htmldir from configure
3211 substitutions.
3212 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
3213 * configure: Regenerate.
3214
a2d5da46
JB
32152009-04-16 Joel Brobecker <brobecker@adacore.com>
3216
3217 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
3218 This macro is no longer used.
3219
732f6a93
TT
32202009-04-15 Tom Tromey <tromey@redhat.com>
3221
3222 * gdb.texinfo (Character Sets): Document default character set.
3223
87f9adc1
PM
32242009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
3225
3226 * gdbint.texinfo: Change server name from sources.redhat.com to
3227 sourceware.org throughout.
3228
2c88c651
JB
32292009-04-09 Joel Brobecker <brobecker@adacore.com>
3230
3231 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
3232 about a missing dot or coma after @xref.
3233
4f5376b2
JB
32342009-04-02 Joel Brobecker <brobecker@adacore.com>
3235
3236 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
3237 example, and add a small explanation about it.
3238 (Print Settings): Change the documentation of the "set print
3239 frame-arguments" to reflect the fact that the default is now "scalars".
3240
a0381d3a
JB
32412009-04-02 Joel Brobecker <brobecker@adacore.com>
3242
3243 * gdb.texinfo (Print Settings): Add kindex for command "set
3244 print frame-arguments".
3245
45ac276d
JB
32462009-03-31 Joel Brobecker <brobecker@adacore.com>
3247
3248 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
3249 breakpoints.
3250 (Set Breaks): Add reference to thread-specific and task-specific
3251 breakpoints.
3252
32cd1edc
JB
32532009-03-31 Joel Brobecker <brobecker@adacore.com>
3254
3255 * gdb.texinfo (Ada Tasks): Remove the documentation about
3256 the "Running" state, as this state has been eliminated.
3257 Now all runnable tasks are shown as "Runnable".
3258
1042e4c0
SS
32592009-03-30 Stan Shebs <stan@codesourcery.com>
3260
3261 * gdb.texinfo (Tracepoints): Describe tracepoints as a
3262 special case of breakpoints.
3263 (Enable and Disable Tracepoints): Mention deprecation.
3264 (Listing Tracepoints): Update description and example.
3265
f8f6f20b
TJB
32662009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3267
3268 * gdb.texinfo (Frames in Python): New node.
3269 (Python API): Update.
3270
c0c6f777
TJB
32712009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
3272
3273 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
3274 from a method to an attribute.
3275
def2b000
TJB
32762009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
3277
3278 * gdb.texinfo (Values From Inferior): Document is_optimized_out
3279 attribute.
3280
a07daef3
PA
32812009-03-25 Pedro Alves <pedro@codesourcery.com>
3282
3283 * observer.texi (thread_exit): Add "silent" parameter.
3284
f3b1572e
PA
32852009-03-22 Pedro Alves <pedro@codesourcery.com>
3286
3287 * observer.texi (about_to_proceed): New.
3288
587afa38
EZ
32892009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
3290
3291 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
3292 field throughout to handle types with spaces in them. Fix typos
3293 found by aspell.
3294 (Summary, Requirements, Contributors): New first chapter,
3295 "Summary" added, old Requirements section moved there, and new
3296 section, "Contributors" added.
3297 (Initializing a New Architecture, Register Representation)
3298 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
3299 (Porting gdb): These sections extended and updated.
3300 (Compiler Characteristics): This section (empty) deleted.
3301 (Defining Other Architecture Features): This section renamed and
3302 duplicate material removed from (formerly "Target Conditionals").
3303 Use braces {} in @deftypeXX type field throughout to handle types
3304 with spaces in them. Typos found by aspell fixed.
3305
3306 * stack_frame.svg: New file, source of image for gdbint.texinfo.
3307 * stack_frame.pdf: Version of image for PDF output.
3308 * stack_frame.png: Version of image for HTML output and for Emacs.
3309 * stack_frame.txt: Version of image for Info output.
1db61298 3310 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 3311
10af6951
EZ
33122009-03-21 Eli Zaretskii <eliz@gnu.org>
3313
3314 * gdb.texinfo (Character Sets): Fix last change.
3315
cc924cad
TJB
33162009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
3317
3318 * gdb.texinfo (Values From Inferior): Fix optional arguments
3319 markup.
3320 (Commands In Python): Adjust argument names of gdb.Command.__init__
3321 to what the function accepts as keywords.
3322
bc3b79fd
TJB
33232008-03-20 Tom Tromey <tromey@redhat.com>
3324
3325 * gdb.texinfo (Convenience Vars): Document convenience functions.
3326 (Functions In Python): New node.
3327 (Python API): Update.
3328
6c7a06a3
TT
33292009-03-20 Tom Tromey <tromey@redhat.com>
3330
3331 * gdb.texinfo (Character Sets): Remove obsolete text. Document
3332 set target-wide-charset.
3333 (Requirements): Mention iconv.
3334
b646ddd4
HZ
33352009-03-17 Hui Zhu <teawater@gmail.com>
3336
3337 * gdb.texinfo: Change the introduce of "disassemble-next-line".
3338
91440f57
HZ
33392009-03-17 Hui Zhu <teawater@gmail.com>
3340
3341 * gdb.texinfo: Add documentation for disassemble-next-line.
3342
8fd41227
TJB
33432009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
3344
3345 * gdb.texinfo (Commands In Python): Remove tindex entries.
3346
61ff14c6
JK
33472009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3348
3349 * gdb.texinfo (Returning): New description for missing debug info.
3350
0b16c5cf
PA
33512009-03-14 Pedro Alves <pedro@codesourcery.com>
3352
3353 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 3354 (General Query Packets): Document qAttached.
0b16c5cf 3355
32fc0df9
PA
33562009-03-05 Pedro Alves <pedro@codesourcery.com>
3357
3358 * gdb.texinfo (Background Execution): Better describe the set
3359 target-async command.
3360 (Maintenance Commands): Delete description of the `maint set/show
3361 linux-async' and `maint set/show remote-async' commands.
3362
134eb42c
VP
33632009-02-18 Vladimir Prus <vladimir@codesourcery.com>
3364
3365 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
3366 between sentences.
3367
c86cf029
VP
33682009-02-18 Vladimir Prus <vladimir@codesourcery.com>
3369
3370 * gdb.texinfo (GDB/MI Async Records): Document the
3371 =library-loaded and =library-unloaded notifications.
3372
3ea85240
VP
33732009-02-17 Vladimir Prus <vladimir@codesourcery.com>
3374
3375 * observer.texi (test_notification): New observer.
3376
1d33d6ba
VP
33772009-02-14 Vladimir Prus <vladimir@codesourcery.com>
3378
61ff14c6
JK
3379 * observer.texi: Add parameter 'print_frame' to normal_stop
3380 observer.
1d33d6ba 3381
d721c933
EZ
33822009-02-07 Eli Zaretskii <eliz@gnu.org>
3383
3384 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
3385 (Commands In Python): Fix COMMAND_* constants in last change. Use
3386 @kbd for interactive input. Add cross-references and index
3387 entries.
3388
4aa995e1
PA
33892009-02-06 Pedro Alves <pedro@codesourcery.com>
3390
3391 * gdb.texinfo (Signals): Document $_siginfo.
3392 (Convenience Variables): Mention $_siginfo.
3393 (Remote Configuration): Document qXfer:siginfo:read,
3394 qXfer:siginfo:write packets, and the read-siginfo-object,
3395 write-siginfo-object commands.
3396
5f5233d4
PA
33972009-02-06 Pedro Alves <pedro@codesourcery.com>
3398
3399 * gdbint.texinfo (Values): New chapter.
3400
d8906c6f
TJB
34012009-02-06 Tom Tromey <tromey@redhat.com>
3402
3403 * gdb.texinfo (Python API): Add entry for Commands In Python.
3404 (Commands In Python): New node.
3405
b6cb8e7d
TJB
34062009-02-05 Tom Tromey <tromey@redhat.com>
3407
3408 * gdb.texinfo (Values From Inferior): Document Value.string.
3409
12453b93
TJB
34102009-02-05 Tom Tromey <tromey@redhat.com>
3411
3412 * gdb.texinfo (Basic Python): Document execute's from_tty
3413 argument.
3414
08c637de
TJB
34152009-02-04 Tom Tromey <tromey@redhat.com>
3416
3417 * gdb.texinfo (Basic Python): Document gdb.history.
3418
592375cd
VP
34192009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3420
3421 * gdb.texinfo (GDB/MI Thread Commands): Document the
3422 'current-thread-id' field. Remove the example with zero threads,
3423 since current GDB won't ever report that if there's inferior.
3424
41447f92
VP
34252009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3426
3427 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
3428 option to -break-insert.
3429
098b41a6
JG
34302009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3431 Jerome Guitton <guitton@adacore.com>
3432
3433 * gdb.texinfo (Startup): Document --with-system-gdbinit.
3434 (System-wide configuration): New section.
3435
3c16cced
PA
34362009-01-26 Pedro Alves <pedro@codesourcery.com>
3437
3438 PR gdb/7580:
3439 * gdb.texinfo (Maintenance Commands): Document "maint set|show
3440 internal-error|internal-warning quit|corefile ask|yes|no".
3441
62709adf
PA
34422009-01-26 Pedro Alves <pedro@codesourcery.com>
3443
3444 * gdb.texinfo (Using the `gdbserver' Program): Document
3445 --remote-debug.
3446
7ce58dd2
DE
34472009-01-23 Doug Evans <dje@google.com>
3448
3449 * gdb.texinfo: Add nexti to list of commands that support
3450 background execution.
3451
adb483fe
DJ
34522009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
3453
3454 * gdb.texinfo (Define, Hooks): Document prefix command support.
3455
a67ec3f4 34562009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 3457 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
3458
3459 Fixes for makeinfo --html.
3460
3461 * annotate.texinfo: Use @copying and @insertcopying. Use
3462 @ifnottex in place of @ifinfo.
3463 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
3464 place of @ifinfo. Use @ifnotinfo for one index entry.
3465 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
3466 in place of @ifinfo.
3467 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
3468 in place of @ifinfo. Include contents at start unconditionally.
3469
84fcdf95
PA
34702009-01-13 Pedro Alves <pedro@codesourcery.com>
3471
3472 * gdb.texinfo (General Query Packets): Remove @var{} around the
3473 "spu" literal string.
3474
fa3a767f
PA
34752009-01-07 Pedro Alves <pedro@codesourcery.com>
3476
3477 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
3478 program may be running in another process" errors.
3479 * gdbint.texinfo (Native Conditionals): Delete
3480 ONE_PROCESS_WRITETEXT description.
3481
9cb011d3
JB
34822009-01-07 Joel Brobecker <brobecker@adacore.com>
3483
3484 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
3485 emacs local variable to be placed at the end of the ChangeLog.
3486 Add server.c and gdbreplay.c to the list of files where the
3487 copyright year needs to be updated.
3488
84603566
SL
34892009-01-06 Sandra Loosemore <sandra@codesourcery.com>
3490
3491 * gdb.texinfo (Remote Configuration): Document new
3492 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
3493 commands.
3494
a53f55d8
PA
34952008-12-28 Pedro Alves <pedro@codesourcery.com>
3496
3497 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
3498 FETCH_INFERIOR_REGISTERS.
3499 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
3500 FETCH_INFERIOR_REGISTERS descriptions. Remove
3501 gdbarch_get_longjmp_target descrition, since already described in
3502 Target Conditionals. Move gdbarch_fp0_regnum description to ...
3503 (Target Conditionals): ... here.
3504
077e0a52
JB
35052008-12-16 Joel Brobecker <brobecker@adacore.com>
3506
3507 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
3508 examples.
3509 (Additions to Ada): Likewise. Add the missing opening and closing
3510 parenthesis of the GDB prompt in one of the examples.
3511
023eb17c
JB
35122008-12-14 Joel Brobecker <brobecker@adacore.com>
3513
3514 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
3515 about the result of 'Address not being of type System.Address.
3516 This problem has been fixed a while ago.
3517
c3b108f7
VP
35182008-12-02 Vladimir Prus <vladimir@codesourcery.com>
3519
3520 MI non-stop and multiprocess docs.
3521
c8d5aac9
L
3522 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
3523 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
3524 Adjust documentation for *stopped, document =thread-created,
3525 =thread-exited, =thread-group-created and =thread-group-exited.
3526 (GDB/MI Thread Commands): Document the 'state' field in
3527 -thread-info output.
3528 (GDB/MI Program Execution): Mention --all and --thread-group
3529 options.
3530 (GDB/MI Variable Objects): Describe floating and fixed variable
3531 objects.
3532 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 3533
07e059b5
VP
35342008-12-02 Vladimir Prus <vladimir@codesourcery.com>
3535
c8d5aac9
L
3536 * gdb.texinfo (Operating System Information): New appendix.
3537 (Operating System Auxiliary Information): Document 'info os processes'
3538 (Remote Configuration): Document 'osdata'
3539 (General Query Packets): Document qXfer:osdata:read.
07e059b5 3540
a80b95ba
TG
35412008-11-27 Tristan Gingold <gingold@adacore.com>
3542
3543 * gdb.texinfo (Darwin): Document Darwin specific features.
3544
a655d424
JK
35452008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3546
3547 * gdbint.texinfo (Target Conditionals): Extend the
3548 gdbarch_breakpoint_from_pc description.
3549
249e1128
VP
35502008-11-22 Vladimir Prus <vladimir@codesourcery.com>
3551
3552 * gdb.texinfo (M68K Features): Fix typo.
3553
c14c28ba
PP
35542008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
3555
3556 * gdb.texinfo (Symbols): Mention printing containing
3557 image name in "info symbol".
3558 (Maint translate-address): Likewise.
889bf7c5 3559
394a6666
JB
35602008-11-18 Joel Brobecker <brobecker@adacore.com>
3561
3562 * gdb.texinfo (Set Catchpoints): Remove the documentation of
3563 commands "catch load" and "catch unload".
3564
66bb093b
VP
35652008-11-17 Vladimir Prus <vladimir@codesourcery.com>
3566
3567 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 3568 =thread-selected.
889bf7c5 3569
4a92f99b
VP
35702008-11-17 Vladimir Prus <vladimir@codesourcery.com>
3571
c8d5aac9 3572 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 3573
f0323ca0
PA
35742008-10-27 Pedro Alves <pedro@codesourcery.com>
3575
3576 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
3577 .mt files, TM_CLIBS or TM_CDEPS.
3578 (x86 Watchpoints): Don't mention TDEPFILES.
3579
8b23ecc4
SL
35802008-10-24 Sandra Loosemore <sandra@codesourcery.com>
3581
3582 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
3583 (Overview): Mention notifications and non-stop mode behavior.
3584 (Packets): Update documentation of ?, vAttach, vCont, and vRun
3585 with non-stop mode behavior. Add vStopped description.
3586 (Stop Reply Packets): Update list of packets that return
3587 stop replies. Mention non-stop behavior.
3588 (General Query Packets): Document QNonStop packet and associated
3589 qSupported query response.
3590 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
3591 behavior.
3592 (Notification Packets): New section.
3593 (Remote Non-Stop): New section.
3594 (File-I/O Overview): Mention non-stop behavior.
3595
fff08868
HZ
35962008-10-24 Hui Zhu <teawater@gmail.com>
3597 Pedro Alves <pedro@codesourcery.com>
3598
3599 * gdb.texinfo (displaced-stepping): Describe the auto mode
3600 setting, and say it's the default. This is now a mainstream
3601 setting instead of a maintenance setting.
3602
252fbfc8
PA
36032008-10-23 Pedro Alves <pedro@codesourcery.com>
3604
3605 * observer.texi (thread_stop_requested): New.
3606
20924a55
JB
36072008-10-22 Joel Brobecker <brobecker@adacore.com>
3608
3609 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
3610 (Patching): Replace incorrect usage of @samp by @kbd.
3611
bacec72f
MS
36122008-10-17 Michael Snyder <msnyder@vmware.com>
3613
3614 * gdb.texinfo: Add documentation for reverse execution.
3615
a08702d6 36162008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 3617 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
3618
3619 * gdb.texinfo. (Values From Inferior): New subsubsection.
3620
d97bc12b
DE
36212008-10-06 Doug Evans <dje@google.com>
3622
3623 * gdb.texinfo (set debug dwarf2-die): Document it.
3624
87f67dba
JB
36252008-10-01 Joel Brobecker <brobecker@adacore.com>
3626
3627 * gdb.texinfo (catch) [exception]: Document how to insert
3628 a breakpoint on user-defined exceptions when the exception
3629 name is identical to one of the language-defined ones.
3630
2fae03e8
TT
36312008-09-27 Tom Tromey <tromey@redhat.com>
3632
3633 * gdb.texinfo (Macros): Remove text about stringification,
3634 varargs, and splicing.
3635
5c6ce71d
TT
36362008-09-27 Tom Tromey <tromey@redhat.com>
3637
3638 * gdbint.texinfo (Language Support): Remove text about omitting
3639 support for a language.
3640
07128da0
DE
36412008-09-23 Doug Evans <dje@google.com>
3642
3643 * gdb.texinfo (info dcache): Update.
3644
b90a069a
SL
36452008-09-22 Sandra Loosemore <sandra@codesourcery.com>
3646
3647 * gdb.texinfo (Packets): Add info on thread-id syntax and
3648 multiprocess extensions.
3649 <D>: Document multiprocess form of packet.
3650 <H>: Use thread-id syntax.
3651 <T>: Likewise.
3652 <vCont>: Likewise. Note this is required for multiprocess.
3653 <vKill>: New packet.
3654 (Stop Reply Packets) <T>: Use thread-id syntax.
3655 <W>: Document multiprocess form of reply.
3656 <X>: Likewise.
3657 (General Query Packets) <qC>: Use thread-id syntax.
3658 <qfThreadInfo>: Likewise.
3659 <qGetTLSAddr>: Likewise.
3660 <qP>: Likewise.
3661 <qSupported>: Add "multiprocess" feature.
3662 <qThreadExtraInfo>: Use thread-id syntax.
3663
b77209e0
PA
36642008-09-22 Stan Shebs <stan@codesourcery.com>
3665
3666 * gdb.texinfo (Inferiors): New section.
3667
3d0bb823
PA
36682008-09-12 Pedro Alves <pedro@codesourcery.com>
3669
3670 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
3671
f8dcfc0a
UW
36722008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
3673
3674 * gdbint.texinfo (Target Conditionals): Remove documentation
3675 for gdbarch_name_of_malloc.
3676
8775bb90
MS
36772008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
3678
3679 * gdb.texinfo (Interrupts): Mention TCP interface for
3680 sending BREAK.
3681
f1838a98
UW
36822008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
3683
3684 * gdb.texinfo (Commands to Specify Files): Document "remote:"
3685 argument prefix to "set sysroot".
3686
158c7665
PH
36872008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
3688
3689 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
3690 and False.
3691
30e026bb
VP
36922008-08-20 Vladimir Prus <vladimir@codesourcery.com>
3693
c8d5aac9
L
3694 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
3695 for possible features of -list-features.
30e026bb 3696
c6ebd6cf
VP
36972008-08-19 Vladimir Prus <vladimir@codesourcery.com>
3698
c8d5aac9 3699 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
3700 (GDB/MI Miscellaneous Commands): Document -list-target-features.
3701
aeac0ff9
VP
37022008-08-19 Vladimir Prus <vladimir@codesourcery.com>
3703
3704 * doc/gdb.texinfo (PowerPC): Fix typo.
3705 (PowerPC features): Fix typo.
3706
5231c1fd
PA
37072008-08-18 Pedro Alves <pedro@codesourcery.com>
3708
3709 * observer.texi (thread_ptid_changed): New.
3710
677c5bb1
LM
37112008-08-18 Luis Machado <luisgpm@br.ibm.com>
3712
3713 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
3714 (PowerPC features): Mention feature set for VSX registers.
3715
f3a2dd1a
JB
37162008-08-13 Joel Brobecker <brobecker@adacore.com>
3717
3718 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
3719 the direct visibility of all names in user-written packages.
3720
33e5cbd6
PA
37212008-08-13 Pedro Alves <pedro@codesourcery.com>
3722
3723 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
3724 setting, and make it the default.
3725 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
3726 non-stop script example.
3727
d0384fc4
TJB
37282008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
3729
3730 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
3731 reference to the "Using Different Register and Memory Data
3732 Representation" section.
3733
a6f3e723
SL
37342008-08-12 Sandra Loosemore <sandra@codesourcery.com>
3735
3736 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
3737 (Remote Protocol): Add Packet Acknowledgment to menu.
3738 (Overview): Mention +/- can be disabled, and point to new section
3739 where this is discussed in detail.
3740 (General Query Packets): Document QStartNoAckMode packet, and
3741 corresponding qSupported reply.
3742 (Packet Acknowledgment): New section.
3743
0606b73b
SL
37442008-08-11 Sandra Loosemore <sandra@codesourcery.com>
3745 Pedro Alves <pedro@codesourcery.com>
3746
3747 * gdb.texinfo (Threads): Move paragraph about automatic thread
3748 selection to All-Stop Mode subsection.
3749 (Thread Stops): Reorganize existing material into subsections.
3750 Add introductory blurb and menu.
3751 (Non-Stop Mode): New subsection.
3752 (Background Execution): New subsection.
3753 (Maintenance Commands): Add cross-references from async mode
3754 commands to the new Background Execution section.
3755
d57a3c85
TJB
37562008-08-06 Tom Tromey <tromey@redhat.com>
3757
3758 * gdb.texinfo (Extending GDB): New chapter.
3759 (Sequences): Demoted chapter, now a section under the new
3760 Extending GDB chapter.
3761 (Python): New section.
3762
6d76a53d
SS
37632008-07-31 Stan Shebs <stan@codesourcery.com>
3764
3765 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
3766
1f70da6a
SS
37672008-07-29 Stan Shebs <stan@codesourcery.com>
3768
3769 * gdbint.texinfo: General round of cleanup and minor
3770 clarifications.
3771 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
3772 (Longjmp Support): Update description to reflect how it is done
3773 for targets without using native header.
3774 (Symbol Handling): Add a little more general explanation.
3775 (COFF, ELF): Mention stabs encapsulation.
3776 (DWARF 3): New section.
3777 (Adding a New Host): Scrub out some obsolete bits.
3778 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
3779 (Host Conditionals): Remove descriptions of NO_STD_REGS,
3780 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
3781 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
3782 SEEK_SET, STOP_SIGNAL, USG.
3783 (Raw and Virtual Register Representations): Ditto for
3784 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
3785 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
3786 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
3787 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
3788 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
3789 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
3790 DEPRECATED_REGISTER_VIRTUAL_SIZE,
3791 DEPRECATED_REGISTER_VIRTUAL_TYPE,
3792 DEPRECATED_USE_STRUCT_CONVENTION.
3793 Describe gdbarch_deprecated_fp_regnum.
3794 Update description of gdbarch_print_insn.
3795 (Adding a New Target): Scrub out obsolete bits.
3796 (Obsolete Conditionals): Remove entire section.
3797
383f836e
TT
37982008-07-25 Tom Tromey <tromey@redhat.com>
3799
3800 * observer.texi (GDB Observers): Document new observers:
3801 breakpoint_created, breakpoint_deleted, breakpoint_modified,
3802 tracepoint_created, tracepoint_deleted, tracepoint_modified,
3803 architecture_changed.
3804
cfd8ab24
SS
38052008-07-21 Stan Shebs <stan@codesourcery.com>
3806
3807 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
3808 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
3809
781b42b0
TT
38102008-07-21 Tom Tromey <tromey@redhat.com>
3811
3812 * observer.texi (GDB Observers): Remove obsolete comment.
3813 <executable_changed>: Remove argument.
3814
d7d9f01e
TT
38152008-07-18 Tom Tromey <tromey@redhat.com>
3816
3817 * gdb.texinfo (Macros): Update. Use @code rather than @command.
3818
bf250677
DE
38192008-07-10 Doug Evans <dje@google.com>
3820
3821 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
3822
10568435
JK
38232008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3824
3825 * gdb.texinfo (Starting): Document "set disable-randomization".
3826
5ae4183a
AS
38272008-07-07 Andreas Schwab <schwab@suse.de>
3828
3829 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
3830
b56e7235
VP
38312008-07-06 Vladimir Prus <vladimir@codesourcery.com>
3832
3833 * gdb.texinfo (GDB/MI Target Manipulation): Add
3834 example of -target-attach.
3835
e1ac3328
VP
38362008-06-10 Vladimir Prus <vladimir@codesourcery.com>
3837
3838 * observer.texi (target_resumed): New observer.
5ae4183a 3839 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 3840
65d12d83
TT
38412008-06-06 Tom Tromey <tromey@redhat.com>
3842
3843 * gdb.texinfo (Completion): Add field name example.
3844
fbc5282e
MK
38452008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
3846
3847 * gdb.texinfo (GDB/MI Program Context): Added example
3848 to -exec-arguments
5ae4183a 3849
fbc5282e 38502008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
3851
3852 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
3853 annotation.
3854
c16158bc 38552008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
3856 Nathan Sidwell <nathan@codesourcery.com>
3857 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
3858
3859 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
3860 and ACX_BUGURL.
3861 * configure: Regenerate.
3862 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
3863 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
3864 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
3865 mailing-list-specific text about bug reporting unless
3866 BUGURL_DEFAULT.
3867
75c99385
PA
38682008-06-05 Pedro Alves <pedro@codesourcery.com>
3869
3870 * gdb.texinfo (-target-select): Remove reference to target async.
3871 (Maintenance Commands): Document "maint set/show remote-async".
3872
1763a388
MK
38732008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
3874
3875 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
3876 in -target-file-get section.
5ae4183a 3877
d0d064df
PA
38782008-05-22 Pedro Alves <pedro@codesourcery.com>
3879
9b562ab8
PA
3880 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
3881 killing the inferior when it is already debugging a process.
d0d064df 3882
8dfa32fc
JB
38832008-05-21 Joel Brobecker <brobecker@adacore.com>
3884
3885 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
3886 abbreviation for "finish".
3887
55f996a7
NR
38882008-05-21 Nick Roberts <nickrob@snap.net.nz>
3889
3890 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
3891
ba2b1c56
DJ
38922008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
3893
3894 * gdbint.texinfo (Target Conditionals): Delete entry for
3895 gdbarch_dwarf_reg_to_regnum.
3896
08388c79
DE
38972008-05-09 Doug Evans <dje@google.com>
3898
a3c83fae 3899 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 3900
d14508fe
DE
39012008-05-05 Doug Evans <dje@google.com>
3902
3903 * gdb.texinfo (disassemble): Document /m modifier.
3904
e2b7ddea
VP
39052008-05-05 Vladimir Prus <vladimir@codesourcery.com>
3906
5ae4183a
AS
3907 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
3908 will not report the time of commands that run the target.
e2b7ddea 3909
8eb41542
VP
39102008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3911
3912 * gdb.texinfo (GDB/MI Output Records): Add
3913 missing semicolon.
3914
82f68b1c
VP
39152008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3916
3917 * gdb.texinfo (GDB/MI Output Records):
3918 Document =thread-create and =thread-exited.
3919
fa0f268d
VP
39202008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3921
3922 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 3923 Remove mention of dmi-discuss.
fa0f268d 3924
063bfe2e
VP
39252008-05-03 Pedro Alves <pedro@codesourcery.com>
3926
3927 * observer.texi (thread_exit): New.
3928
237fc4c9
PA
39292008-05-02 Pedro Alves <pedro@codesourcery.com>
3930
3931 * gdb.texinfo (Debugging Output): Document "set/show debug
3932 displaced".
3933 (Maintenance Commands): Document "maint set/show
3934 can-use-displaced-stepping".
3935
0428b8f5
DJ
39362008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
3937
3938 * gdb.texinfo (ARM): Document set/show arm fallback-mode
3939 and set/show arm force-mode.
3940
5009afc5
AS
39412008-05-02 Andreas Schwab <schwab@suse.de>
3942
3943 * gdbint.texinfo (Algorithms): Describe
3944 target_watchpoint_addr_within_range.
3945
669fac23
DJ
39462008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
3947
3948 * gdbint.texinfo (Stack Frames): New chapter.
3949 (Algorithms): Move Frames text to the new chapter.
3950 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
3951 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
3952
721c02de
VP
39532008-04-24 Vladimir Prus <vladimir@codesourcery.com>
3954
5ae4183a
AS
3955 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
3956 output does not necessary include any tokens.
721c02de 3957
c055b101
CV
39582008-04-22 Corinna Vinschen <vinschen@redhat.com>
3959
3960 * gdb.texinfo (Set SH Calling convention): New @item.
3961 (Show SH Calling convention): Ditto.
3962
68837c9d
MD
39632008-04-22 Markus Deuling <deuling@de.ibm.com>
3964
3965 * gdb.texinfo (Fortran Operators): Describe '%' operator.
3966
2e9132cc
EZ
39672008-04-20 Eli Zaretskii <eliz@gnu.org>
3968
3969 * gdb.texinfo (Set Breaks): Mention that multiple location
3970 breakpoints need line number info. Add index entries.
3971
31fffb02
CS
39722008-04-19 Craig Silverstein <csilvers@google.com>
3973
3974 * gdb.texinfo (Requirements): Add an optional requirement on
3975 zlib.
3976 * gdbint.texinfo (Debugging File Formats): Add new subsection for
3977 Compressed DWARF 2.
3978
a47ec5fe
AR
39792008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
3980
3981 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
3982 sample output for 'stopped,reason="breakpoint-hit"' message.
3983 (GDB/MI Program Execution): Likewise.
3984
de051565
MK
39852008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
3986
5ae4183a 3987 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
3988 -var-set-format. Add -f option to -var-evaluate-expression.
3989
6ba66d6a
JB
39902008-04-03 Joel Brobecker <brobecker@adacore.com>
3991
3992 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
3993 new node "Ambiguous Expressions". Replace references to this
3994 node by references to "Ambiguous Expressions" throughout.
3995 (Ambiguous Expressions): New node.
3996
1e26b4f8
DJ
39972008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
3998
3999 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
4000
b84876c2
PA
40012008-03-21 Pedro Alves <pedro@codesourcery.com>
4002
4003 * gdb.texinfo (Debugging Output): Document
4004 "set/show debug lin-lwp-async".
4005 (Maintenance Commands): Document "maint set/show linux-async".
4006
63092375
DJ
40072008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
4008
4009 * gdb.texinfo (Expressions): Update description of malloced arrays.
4010
8e8901c5
VP
40112008-03-15 Vladimir Prus <vladimir@codesourcery.com>
4012
4013 * gdb.texinfo (Thread Commands): Document
4014 -thread-info. Remove -thread-list-all-threads.
4015
1fddbabb
PA
40162008-03-14 Pedro Alves <pedro@codesourcery.com>
4017 Sandra Loosemore <sandra@codesourcery.com>
4018
4019 * gdb.texinfo (Library List Format): Update to mention the
4020 possibility to pass section addresses instead of segment
4021 addresses.
4022
ccd213ac
DJ
40232008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
4024
4025 * gdb.texinfo (Starting): Document "set exec-wrapper".
4026 (Server): Document gdbserver --wrapper.
4027
fa4727a6
DJ
40282008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
4029
4030 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
4031 unreadable memory. Delete obsolete SPARClite reference.
4032
8edfe269
DJ
40332008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
4034
4035 * gdb.texinfo (Starting): Mention always-running targets.
4036 (Target Commands): Add an anchor for load.
4037 (Connecting): Explain continue instead of run.
4038
1843f87b
DJ
40392008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4040
4041 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
4042
f9082629
NR
40432008-02-26 Nick Roberts <nickrob@snap.net.nz>
4044
4045 * gdb.texinfo (Set Breaks): Revert description of Enb column of
4046 breakpoint table.
4047
fd96d250
PA
40482008-02-19 Pedro Alves <pedro@codesourcery.com>
4049
4050 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
4051 killing the inferior when it is already debugging a process.
4052
36af4ef6
MD
40532008-02-13 Markus Deuling <deuling@de.ibm.com>
4054
4055 * gdbint.texinfo (Build Script): New section. Mention new build script
4056 gdb_buildall.sh.
4057
cda4ce5a
JB
40582008-02-01 Jim Blandy <jimb@red-bean.com>
4059
4060 * gdb.texinfo (Help): Summarize 'info args' correctly.
4061
4acd40f3
TJB
40622008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4063
4064 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
4065 available in PowerPC architecture.
4066 (Embedded Processors): Change node name of PowerPC item in menu.
4067 (PowerPC): Rename to...
4068 (PowerPC Embedded): this.
4069 (Architectures): Add new PowerPC item in menu.
4070 (PowerPC): New node.
4071
6e6c6f50
DJ
40722008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
4073
4074 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
4075 commands.
4076
5ee187d7
DJ
40772008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
4078
4079 * gdb.texinfo (Setting Catchpoints): Mention features
4080 supported on GNU/Linux.
4081
e275c0d9
NR
40822008-01-30 Nick Roberts <nickrob@snap.net.nz>
4083
4084 * gdb.texinfo (GDB/MI File Commands): Describe new output
4085 field for MI command -file-list-exec-source-file.
4086
2d717e4f
DJ
40872008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
4088
4089 * gdb.texinfo (Using the `gdbserver' Program): Add security
4090 warning. Rearrange into subsections and subsubsections. Document
4091 --multi and --debug. Correct --with-sysroot typo. Update --attach
4092 usage. Make load reference clearer. Document monitor exit.
4093 (Remote Configuration): Document set remote exec-file, attach-packet,
4094 and run-packet.
4095 (Packets): Document vAttach and vRun.
4096
d35a4257 40972008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
4098
4099 * gdb.texinfo (Processes): Mention process command.
889bf7c5 4100 detach-on-follow -> detach-on-fork.
f663676d 4101
c78d192c
DJ
41022008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4103
4104 * gdbint.texinfo (Native Conditionals): Remove
4105 SHELL_COMMAND_CONCAT and SHELL_FILE.
4106
d35a4257
EZ
41072008-01-26 Eli Zaretskii <eliz@gnu.org>
4108
4109 * gdb.texinfo (Specify Location): Improve wording.
4110
93815fbf
VP
41112008-01-23 Chris Demetriou <cgd@google.com>
4112
4113 * gdb.texinfo (Threads): Document new "set print thread-events"
4114 and "show print thread-events" commands.
4115
2a25a5ba
EZ
41162008-01-19 Eli Zaretskii <eliz@gnu.org>
4117
4118 * gdb.texinfo (Specify Location): New section.
4119 (Delete Breaks, Edit, Set Breaks): Remove description of
4120 locations. Instead, add a reference to "Specify Location".
4121 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
4122 (Symbols): Refer to "Specify Location" for the valid forms of
4123 linespecs and locations.
4124
32c9a795
MD
41252008-01-18 Markus Deuling <deuling@de.ibm.com>
4126
4127 * gdbint.texinfo (Target Conditionals): Replace the description of
4128 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
4129
b17828ca
JB
41302008-01-12 Paul Hilfinger <hilfinger@adacore.com>
4131
4132 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
4133 about &&var, which is rejected by the expression parser.
4134
0aea4bf3
LM
41352008-01-09 Luis Machado <luisgpm@br.ibm.com>
4136
4137 * gdb.texinfo (Output): Update documentation on using printf with DFP
4138 types.
4139
febe4383
TJB
41402008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
4141
4142 * gdb.texinfo (C and C++): Add Decimal Floating Point format
4143 subsubsection.
4144 (Decimal Floating Point format): New subsubsection.
4145
7a404eba
PA
41462008-01-05 Pedro Alves <pedro@codesourcery.com>
4147
4148 * gdb.texinfo (File Options): Remove mention of the attempt to
4149 open a core file with the -p option. Don't list -c as a valid
4150 option to attach to a process.
4151
a4d9b460
PA
41522008-01-05 Pedro Alves <pedro@codesourcery.com>
4153
4154 * gdbint.texinfo (Host Conditionals): Remove mention of
4155 ALIGN_STACK_ON_ENTRY.
4156
6ec2edbe
JB
41572008-01-05 Joel Brobecker <brobecker@adacore.com>
4158
4159 * gdbint.texinfo (Start of New Year Procedure): Add item
4160 describing how to update the source and documentation copyright
4161 notices.
4162
d8b2a693
JB
41632007-12-18 Jim Blandy <jimb@codesourcery.com>
4164
ab209b3a 4165 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
4166 watchpoint explanation into the main description of the watchpoint
4167 command; update synopses of 'watch', 'rwatch', and 'awatch'
4168 commands.
4169
8b4ed427
VP
41702007-12-18 Vladimir Prus <vladimir@codesourcery.com>
4171
4172 * gdb.texinfo (Miscellaneous gdb/mi Commands):
4173 Document 'pending-breakpoints' feature of
4174 -list-features.
4175
37e4754d
LM
41762007-12-17 Luis Machado <luisgpm@br.ibm.com>
4177
669fac23 4178 * gdb.texinfo: Add new parameter's description.
37e4754d 4179
1d3811f6
DJ
41802007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
4181
4182 * gdb.texinfo (Overview): Clarify run-length encoding
4183 example. Remove the restriction on "+" and "-" characters.
4184
c1c25a1a
EZ
41852007-12-15 Eli Zaretskii <eliz@gnu.org>
4186
4187 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
4188
afe8ab22 41892007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 4190
afe8ab22
VP
4191 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
4192 the -f option for -break-insert, remove -r option,
4193 and clarify specification of location.
4194
a6b151f1
DJ
41952007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
4196
4197 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
4198 formatting.
4199 (Remote Debugging): Add File Transfer section.
4200 (Remote Configuration): Document Host I/O packets.
4201 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 4202 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
4203 (Packets): Add vFile.
4204
3b784c4f
EZ
42052007-11-17 Eli Zaretskii <eliz@gnu.org>
4206
4207 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
4208 breakpoints with multiple locations.
4209 (Breakpoint Menus): Improve wording.
4210 (Output): Fix last change.
4211
a4ce5b0d
UW
42122007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
4213
4214 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
4215
1b39d5c0
DE
42162007-11-15 Doug Evans <dje@google.com>
4217
4218 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
4219
7a72d44c
VP
42202007-11-15 Vladimir Prus <vladimir@codesourcery.com>
4221
4222 * gdbint.texinfo (Native Conditionals): Remove
4223 mention of CLEAR_SOLIB.
5ae4183a 4224
6d1829bf 42252007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
4226
4227 * gdb.texinfo (Print Settings): Add documentation for "set/show
4228 print frame-arguments".
4229
1a619819
LM
42302007-11-05 Luis Machado <luisgpm@br.ibm.com>
4231
3b784c4f 4232 * gdb.texinfo (Output): Update printf command's description.
1a619819 4233
55eddb0f
DJ
42342007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
4235
4236 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
4237 powerpc soft-float".
4238
9cceb671
DJ
42392007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4240
4241 * gdb.texinfo (Files): Correct formatting. Mention Expat
4242 requirement.
4243 (Requirements for Building GDB): Expand the list of Expat
4244 uses.
4245 (Library List Format, Memory Map Format): Mention Expat.
4246 (Target Descriptions): Update Expat wording.
4247
83acabca
DJ
42482007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4249
4250 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
4251 Document that gdbarch_convert_register_p should return zero for no-op
4252 conversions.
4253
e35879db
UW
42542007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
4255
83acabca 4256 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
4257 of set_gdbarch_sofun_address_maybe_missing back to ...
4258 (Target Conditionals): ... here to fix build break.
4259
203c3895
UW
42602007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
4261
83acabca 4262 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
4263 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
4264 (Compiler Characteristics): ... documentation of
4265 set_gdbarch_sofun_address_maybe_missing.
4266
11411de3
DJ
42672007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
4268
4269 * gdbint.texinfo (Target Conditionals): Use
4270 frame_unwind_register_unsigned in examples instead of
4271 frame_unwind_unsigned_register.
4272
7cc46491
DJ
42732007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4274
4275 * gdb.texinfo (Predefined Target Types): Add int128
4276 and uint128.
4277 (Standard Target Features): Add PowerPC features.
4278
81adfced
DJ
42792007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4280
4281 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
4282
c1874924
UW
42832007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4284
4285 * gdbint.texi (Target Conditionals): Remove documentation
4286 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
4287 gdbarch_extract_return_value, and gdbarch_store_return_value.
4288
f6e56ab3
UW
42892007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4290
4291 * gdbint.texi (Target Conditionals): Remove documentation of
4292 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
4293
56cf5405
KH
42942007-10-11 Kazu Hirata <kazu@codesourcery.com>
4295
4296 * gdb.texinfo: Mention that inaccessible-by-default is on by
4297 default.
4298
35156bae
DJ
42992007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4300
4301 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
4302
d983da9c
DJ
43032007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
4304
4305 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
4306 multi-threaded watchpoints.
4307 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
4308 checked. Describe sticky notification. Expand description
4309 of steppable and continuable watchpoints.
4310 (Watchpoints and Threads): New subsection.
4311
fe6fbf8b
VP
43122007-09-28 Vladimir Prus <vladimir@codesourcery.com>
4313
4314 * gdb.texinfo (Setting Breakpoints): Revise
4315 documentation for pending breakpoints. Document
4316 breakpoints with multiple locations.
5ae4183a 4317
084344da
VP
43182007-09-19 Vladimir Prus <vladimir@codesourcery.com>
4319
4320 * gdb.texinfo (Miscellaneous gdb/mi Commands):
4321 Document -list-features.
5ae4183a 4322
82160952
EZ
43232007-09-15 Eli Zaretskii <eliz@gnu.org>
4324
4325 * gdb.texinfo (Output): Spell out which features of C's printf are
4326 not supported by GDB's printf.
7e27a47a
EZ
4327 (Separate Debug Files): More accurate wording regarding build ID
4328 and a reference to the ld manual rather than the Fedora wiki.
82160952 4329
ea37ba09
DJ
43302007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
4331 Jim Blandy <jimb@codesourcery.com>
4332
4333 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
4334 (Examining Memory): Update mentions of the 's' format.
4335 (Automatic Display): Likewise.
4336
b8533aec
DJ
43372007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
4338
4339 * gdb.texinfo: Update the FSF's Back-Cover Text.
4340
83f83d7f
JK
43412007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4342 Eli Zaretskii <eliz@gnu.org>
4343
4344 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
4345 Fixed the ``build ID'' name. New binaries build instructions for the
4346 build ID inclusion. Explain how the commands are specific to the build
4347 ID vs. debug link.
4348
c7e83d54
EZ
43492007-09-01 Eli Zaretskii <eliz@gnu.org>
4350
4351 * gdb.texinfo (Separate Debug Files): Fix last change. Add
4352 indexing for ``build ID'' support.
4353
d3750b24
JK
43542007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4355
4356 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
4357 Enlisted BUILD ID to the debug file searching example.
4358 Included a BUILD ID `.note.gnu.build-id' section description.
4359 Updated/added the debug files splitting instructions for OBJCOPY.
4360
02142340
VP
43612007-08-31 Vladimir Prus <vladimir@codesourcery.com>
4362
4363 * gdb.texinfo (Variable Objects): Adjust docs
4364 for -var-info-expression and document
4365 -var-info-path-expression.
4366
d3bdde98
JB
43672007-08-20 Jim Blandy <jimb@codesourcery.com>
4368
3fb6a982
JB
4369 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
4370 (title page): Include the dedication in the printed manual, as a
4371 separate page after the copyright notice.
5ae4183a 4372
d3bdde98
JB
4373 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
4374 don't break a @var across a line.
4375
c80a96a8
MR
43762007-07-25 Maciej W. Rozycki <macro@mips.com>
4377
4378 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
4379 for include files.
4380
5824a901
NR
43812007-07-12 Nick Roberts <nickrob@snap.net.nz>
4382
4383 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
4384 in annotate.texinfo.
4385 (Command History): Link to new node.
5824a901 4386
d52e7ea3
UW
43872007-07-05 Markus Deuling <deuling@de.ibm.com>
4388
4389 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
4390
5fc14d0a
EZ
43912007-07-05 Eli Zaretskii <eliz@gnu.org>
4392
4393 * gdbint.texinfo (Target Conditionals): Fix last change.
4394
4a9bb1df
UW
43952007-07-03 Markus Deuling <deuling@de.ibm.com>
4396
4397 * gdb.texinfo: Replace following macros by their appropriate gdbarch
4398 routines:
4399 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
4400 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
4401 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
4402 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
4403 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
4404 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
4405 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
4406 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
4407 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
4408 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
4409 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
4410 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
4411 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
4412 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
4413 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
4414 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
4415 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
4416 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
4417 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
4418 (SOFTWARE_SINGLE_STEP_P)
4419
4420 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
4421 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
4422
4423 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
4424 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
4425 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
4426 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
4427 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
4428 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
4429 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
4430 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
4431 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
4432 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
4433
4434 (Converting an existing Target Architecture to Multi-arch): Remove
4435 section.
4436
4437 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
4438 (gdbarch_addr_bits_remove): Add code example.
4439
4440 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
4441
cfa9d6d9
DJ
44422007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
4443
4444 * gdb.texinfo (Remote Configuration): Document library-info-packet.
4445 Add other missing entries. Adjust the table size to fit.
4446 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
4447 stop reasons including the new "library" event.
4448 (General Query Packets): Adjust table widths for qSupported. Mention
4449 qXfer:libraries:read reply to qSupported and document the new packet.
4450 (Library List Format): New section.
4451
159fcc13
JK
44522007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4453
4454 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
4455
f66d1690
MS
44562007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
4457
4458 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
4459
67102876
NR
44602007-06-25 Nick Roberts <nickrob@snap.net.nz>
4461
4462 * gdbint.texinfo (Register and Memory Data): Break sections
4463 into nodes and add a menu.
4464
a4642986
MR
44652007-06-21 Maciej W. Rozycki <macro@mips.com>
4466
4467 * gdb.texinfo (Examining Memory): Document the new behaviour.
4468
e9c17194
VP
44692007-06-21 Vladimir Prus <vladimir@codesourcery.com>
4470
4471 * gdb.texinfo (Standard Target Features): Document
4472 m68k features.
4473
31d99776
DJ
44742007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4475
4476 * gdb.texinfo (General Query Packets): Document qOffsets changes.
4477
1780a0ed
DJ
44782007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4479
4480 * gdb.texinfo (Target Description Format): Add version attribute
4481 for <target>.
4482
822b6570
DJ
44832007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4484
4485 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
4486
f8b73d13
DJ
44872007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4488
4489 * gdb.texinfo (MIPS Features): New subsection.
4490
0e7f50da
UW
44912007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4492 Markus Deuling <deuling@de.ibm.com>
4493
4494 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
4495 and qXfer:spu:write packets and mention them under qSupported.
4496
23d964e7
UW
44972007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4498 Markus Deuling <deuling@de.ibm.com>
4499
4500 * gdb.texinfo (Architectures): Add new SPU section to document
4501 Cell Broadband Engine SPU architecture specific commands.
4502
9f708cb2
VP
45032007-06-09 Vladimir Prus <vladimir@codesourcery.com>
4504
4505 * gdb.texinfo (GDB/MI Variable Objects): Editorial
4506 comments.
4507
7579b5f8
NR
45082007-06-07 Nick Roberts <nickrob@snap.net.nz>
4509
4510 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
4511
bf06d120
JB
45122007-05-29 Jim Blandy <jimb@codesourcery.com>
4513
4514 * gdb.texinfo (Overview): Doc fix.
4515
23776285
MR
45162007-05-22 Maciej W. Rozycki <macro@mips.com>
4517
4518 * gdb.texinfo (Remote Configuration): Document "set/show
4519 remoteflow".
4520
1a69e1e4
DJ
45212007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
4522
bf06d120
JB
4523 * gdb.texinfo (MIPS): Remove documentation for set mips
4524 saved-gpreg-size, show mips saved-gpreg-size, and set mips
4525 stack-arg-size.
1a69e1e4 4526
46ba6afa 45272007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4528
46ba6afa
BW
4529 * all-cfg.texi (GDBTUI): New.
4530 * gdb.texinfo (Mode Options): Use GDBTUI variable.
4531 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
4532 (TUI Configuration): Edit to improve clarity and fix problems of
4533 both style and content.
5ae4183a 4534
06d3b283
UW
45352007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
4536
4537 * observer.texi (GDB Observers): New observer "new_objfile".
4538
179101d6
UW
45392007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
4540
4541 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
4542
25d5ea92
VP
45432007-04-14 Vladimir Prus <vladimir@codesourcery.com>
4544
4545 * gdb.texinfo (GDB/MI Variable Objects): Document
4546 frozen variables objects.
5ae4183a 4547
ea35711c
DJ
45482007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
4549
4550 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
4551 (Character Sets, Caching Data of Remote Targets): Likewise.
4552 (Targets): Delete Remote node. Move its text...
4553 (Debugging Remote Programs): ...to here. Delete description
4554 of the "remote" command.
4555 (Remote configuration): Delete description of "set remotedevice"
4556 and "show remotedevice".
4557 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
4558
db2e3e2e
BW
45592007-04-11 Bob Wilson <bob.wilson@acm.org>
4560
5ae4183a
AS
4561 * gdb.texinfo (Contributors, Continuing and Stepping)
4562 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
4563 (General Query Packets, File-I/O Remote Protocol Extension)
4564 (Protocol Basics, The F Reply Packet, Write)
4565 (Protocol-specific Representation of Datatypes, Memory Transfer):
4566 Fix hyphenation, punctuation and grammar problems.
4567 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
4568 'section' instead of 'subsection' in the text.
4569 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
4570 (i386): Remove period from section name.
db2e3e2e
BW
4571 (Installing GDB, Requirements, Running Configure, Separate Objdir)
4572 (Config Names, Configure Options): Use @file{configure}.
4573
8a3dae3e
DJ
45742007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
4575
4576 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
4577 and tab expansion.
4578
1a92f856
DJ
45792007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
4580
4581 * gdbint.texinfo (SOM): Correct location of the SOM reader.
4582
79a6e687 45832007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4584
79a6e687
BW
4585 * gdb.texinfo: Consistently capitalize all significant words in
4586 node names, chapter titles, section titles, and headings. Update
4587 cross references to match.
4588 (Starting and Stopping Trace Experiment): Make node name plural.
4589 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 4590
ad527d2e
PA
45912007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
4592
4593 * gdb.texinfo (WinCE): Delete obsolete subsection.
4594
7ce59000
DJ
45952007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4596
4597 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
4598 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
4599 references.
4600
8807d78b
DJ
46012007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4602
4603 * gdb.texinfo (Startup): Delete references to some alternate
4604 names for .gdbinit.
4605 (Thread): Remove LynxOS reference.
4606 (Tandem ST2000): Delete target-specific documentation.
4607 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
4608 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
4609 and GDB_OSABI_LYNXOS.
4610
5f402660
UW
46112007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
4612
4613 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
4614
bac718a6
UW
46152007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
4616
4617 * gdbint.texinfo (Target Conditionals): Remove mention of
4618 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
4619 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
4620
9453113a
DJ
46212007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
4622
4623 * Makefile.in: Add "pdfdir" installation
4624 directory, PDFTEX macro, support for "install-pdf" target,
4625 and rules for making a pdf version of refcard.texi.
4626 * refcard.tex: Specify paper size for PDF output.
4627
ae21e955 46282007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4629
ae21e955 4630 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 4631
3f94c067 46322007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4633
3f94c067
BW
4634 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
4635 (Source Path, Character Sets, Macros, Define)
4636 (GDB/MI Result Records, GDB/MI Simple Examples)
4637 (GDB/MI Program Execution, GDB/MI File Commands)
4638 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
4639 (Bug Reporting): Use @value{GCC}.
5ae4183a 4640
12c27660 46412007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4642
12c27660
BW
4643 * gdb.texinfo (Help): Fix formatting of examples.
4644 (Variables): Use @ifnotinfo instead of @iftex.
4645 (Non-debug DLL symbols): Use @ref instead of @pxref.
4646 (Sparclet File): Use @samp instead of quotes.
5ae4183a 4647
ce9341a1
BW
46482007-03-26 Bob Wilson <bob.wilson@acm.org>
4649
4650 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
4651
c8f4133a
BW
46522007-03-26 Bob Wilson <bob.wilson@acm.org>
4653
4654 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
4655 the order of the nodes.
4656 (C Operators, C Constants, Debugging C): Remove extra menus.
4657 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 4658
c8f4133a 46592007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
4660
4661 * gdb.texinfo (File Options): Add missing parenthesis.
4662 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
4663
c74d0ad8
DJ
46642007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4665
4666 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
4667
ff6f572f
DJ
46682007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4669
669fac23 4670 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
4671 case insensitivity.
4672 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
4673
994337c3
NR
46742007-02-18 Nick Roberts <nickrob@snap.net.nz>
4675
4676 * gdb.texinfo (Top): Put Appendix A after numbered sections.
4677 (Files): Add section name to argument list for pxref.
4678 (Non-debug DLL symbols): Don't use `see' for pxref.
4679 (Embedded Processors): Fix typo.
4680 (GDB/MI Breakpoint Commands): Execution commands generate
4681 *stopped not ^done.
4682
eb819d70
NR
46832007-02-13 Nick Roberts <nickrob@snap.net.nz>
4684
4685 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
4686 values for in_scope. Mention that only root variables can be
4687 updated.
4688 (GDB/MI Development and Front Ends): Explain new values may be
4689 added to existing fields.
4690
123dc839
DJ
46912007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4692
4693 * gdb.texinfo (-target-disconnect): Use @smallexample.
4694 (Requirements): Add anchor for Expat. Update description.
4695 (Target Descriptions): Mention Expat.
4696 (Target Description Format): Document new elements. Use
4697 @smallexample.
4698 (Predefined Target Types, Standard Target Features): New sections.
669fac23 4699 * gdbint.texinfo (Target Descriptions): New section.
123dc839 4700
108546a0
DJ
47012007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
4702
4703 * gdb.texinfo (Target Description Format): Add section on XInclude.
4704
95a98c01
NR
47052006-02-03 Nick Roberts <nickrob@snap.net.nz>
4706
4707 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
4708 command -enable-timings.
4709
f4b3909f
EZ
47102007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
4711
5ae4183a 4712 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
4713 descriptions for new/deleted elements in gdb_osabi. Add missing
4714 description for function generic_elf_osabi_sniff_abi_tag_sections.
4715
c7ba131e
JB
47162007-01-29 Joel Brobecker <brobecker@adacore.com>
4717
4718 * gdb.texinfo (Maintenance Commands): Add documentation for
4719 the new "maint print target-stack" command.
4720
3a60f64e
JK
47212007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4722 Eli Zaretskii <eliz@gnu.org>
4723
f4b3909f 4724 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 4725
c582f8b6
EZ
47262007-01-26 Eli Zaretskii <eliz@gnu.org>
4727
4728 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
4729 Use @value{NGCC} instead of @value{GCC}.
4730
d3e8051b
EZ
47312007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
4732
4733 * agentexpr.texi: Fix typos.
4734 * annotate.texinfo: Likewise.
4735 * gdb.texinfo: Likewise.
4736 * gdbint.texinfo: Likewise.
4737 * observer.texi: Likewise.
4738 * stabs.texinfo: Likewise.
4739
86f04699
EZ
47402007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
4741
4742 * gdbint.texinfo (Support Libraries): Remove mmalloc
4743 entry. Describe readline library.
4744
23181151
DJ
47452007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
4746
4747 * gdb.texinfo (Target Descriptions): New section.
4748 (General Query Packets): Add QPassSignals anchor. Mention
4749 qXfer:features:read under qSupported. Expand mentions of
4750 qXfer:memory-map:read and QPassSignals. Document
4751 qXfer:features:read.
4752
f822c95b
DJ
47532007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
4754
4755 * gdb.texinfo (Commands to specify files): Describe
4756 "set sysroot" and "show sysroot".
4757 (Using the `gdbserver' program): Lowercase argument
4758 to @var. Expand description of setting up GDB on the
4759 host.
4760
8936fcda
JB
47612007-01-05 Joel Brobecker <brobecker@adacore.com>
4762
4763 * gdb.texinfo (Set Catchpoints): Add documentation for the new
4764 catch exception, catch exception unhandled, and catch assert
4765 commands.
4766
e776119f
DJ
47672007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
4768
4769 * gdb.texinfo (Debugging Output): Document "set debug xml"
4770 and "show debug xml".
4771
aa79a185
DJ
47722007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
4773
4774 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
4775
7f893741
JB
47762007-01-01 Joel Brobecker <brobecker@adacore.com>
4777
4778 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
4779
a1b5960f
VP
47802006-12-08 Vladimir Prus <vladimir@codesourcery.com>
4781
4782 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
4783 note in @ignore, to be removed later if nobody complains.
4784
9f470e6e
NR
47852006-12-04 Nick Roberts <nickrob@snap.net.nz>
4786
4787 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
4788 of -var-delete.
4789
765dc015 47902006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 4791
765dc015 4792 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
4793 automatic software/hardware breakpoint usage and
4794 the "set breakpoint auto-hw" command.
765dc015 4795
4b5752d0
VP
47962006-11-21 Vladimir Prus <vladimir@codesourcery.com>
4797
4798 * gdb.texinfo (Memory Access Checking): New.
4799
89be2091
DJ
48002006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
4801
4802 * gdb.texinfo (Remote configuration): Mention
4803 "pass-signals-packet".
4804 (General Query Packets): Document QPassSignals. Fix
4805 a typo.
4806
ca3bf3bd
DJ
48072006-11-14 Maxim Grigoriev <maxim@tensilica.com>
4808
4809 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
4810
427c3a89
DJ
48112006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
4812
4813 * gdb.texinfo (Remote configuration): Rewrite documentation for
4814 packet configuration commands.
4815 (OS Information): Adjust reference to qXfer:auxv:read.
4816 (General Query Packets): Remove references to read-aux-vector-packet
4817 and set remote get-thread-local-storage-address.
4818
7a107747
DJ
48192006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
4820
4821 * gdbint.texinfo (Target Architecture Definition): Add new
4822 Initializing a New Architecture section.
4823
1c56eb0e
EZ
48242006-10-31 David Taylor <dtaylor@emc.com>
4825
4826 * stabs.texinfo (Macro define and undefine): New node describing
4827 stabs for #define and #undef.
4828
f73adfeb
AS
48292006-10-27 Andreas Schwab <schwab@suse.de>
4830
4831 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
4832
fd60e0df
EZ
48332006-10-21 Eli Zaretskii <eliz@gnu.org>
4834
4835 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
4836 clarify on the possible meanings of ``expression'' watched by
4837 watchpoints. Add indexing.
e5ac9b53
EZ
4838 (Prompting, Errors, Invalidation, Annotations for Running)
4839 (Source Annotations): Fix index entries by adding "annotation" to
4840 them, to discriminate from index entries that point to the more
4841 general topic descriptions.
fd60e0df 4842
52bb452f
DJ
48432006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
4844
4845 * gdbint.texinfo (Target Vector Definition): Move most
4846 content into Existing Targets. Add a menu.
4847 (Existing Targets): New section, moved from Target Vector
4848 Definition. Use @subsection.
4849 (Managing Execution State): New section.
4850
58955e58
BW
48512006-10-16 Bob Wilson <bob.wilson@acm.org>
4852
4853 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
4854
c8aa23ab
EZ
48552006-10-15 Eli Zaretskii <eliz@gnu.org>
4856
4857 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
4858 (Command Syntax, Signals, Backtrace, Connecting)
4859 (Remote configuration, Renesas Boards, Console I/O): Fix last
4860 change: use Ctrl- instead of C-, except wrt Emacs.
4861 (File-I/O Examples): Put Ctrl-c in @kbd.
4862 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
4863 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
4864 (Signals, Set Breaks, Set Watchpoints): Document optional
4865 arguments to `info signals' `handle', `info breakpoints', and
4866 `info watchpoints'.
c8aa23ab 4867
e7109c7e
EZ
48682006-10-14 Eli Zaretskii <eliz@gnu.org>
4869
4870 * gdb.texinfo (Backtrace): Fix last change.
4871
de3aea7b
NR
48722006-10-14 Nick Roberts <nickrob@snap.net.nz>
4873
4874 * gdb.texinfo (Backtrace): Order correctly and add other cases.
4875
7f9087cb
BW
48762006-10-10 Bob Wilson <bob.wilson@acm.org>
4877
c8aa23ab
EZ
4878 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
4879 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
4880 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 4881
68437a39
DJ
48822006-09-21 Vladimir Prus <vladimir@codesourcery.com>
4883 Daniel Jacobowitz <dan@codesourcery.com>
4884
4885 * gdb.texinfo (Packets): Document vFlashErase,
4886 vFlashWrite and vFlashDone packets.
4887 (General Query Packets): Document qXfer:memory-map:read.
4888 Add a new feature for qXfer:memory-map:read.
4889 (Memory map format): New section.
4890 (Target Commands): Mention that gdb can write flash.
4891
fd79ecee
DJ
48922006-09-21 Vladimir Prus <vladimir@codesourcery.com>
4893 Daniel Jacobowitz <dan@codesourcery.com>
4894
4895 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
4896 memory regions and "mem auto".
4897
350da6ee
DJ
48982006-09-21 Nathan Sidwell <nathan@codesourcery.com>
4899
4900 * gdbint.texinfo (Array Containers): New section.
4901
2f1acb09
VP
49022006-09-17 Vladimir Prus <vladimir@codesourcery.com>
4903
4904 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
4905 -stack-list-arguments HIGH_FRAME argument can be larger then the
4906 actual number of frames.
4907
2ab1eb7a
VP
49082006-09-07 Vladimir Prus <vladimir@codesourcery.com>
4909
4910 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
4911 -stack-list-locals HIGH_FRAME argument can be larger then the
4912 actual number of frames.
2ab1eb7a 4913
599b237a
BW
49142006-09-02 Bob Wilson <bob.wilson@acm.org>
4915
4916 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
4917 Register Packet Format, Tracepoint Packets): Fix spelling errors.
4918
25ab7e6d
EZ
49192006-09-02 Eli Zaretskii <eliz@gnu.org>
4920
4921 * gdbint.texinfo (Overall Structure): New section "Source Tree
4922 Structure".
4923
940178d3
JB
49242006-08-17 Jim Blandy <jimb@codesourcery.com>
4925
4926 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
4927 responses.
4928
30daae6c
JB
49292006-08-08 Joel Brobecker <brobecker@adacore.com>
4930
4931 * gdb.texinfo (Source Path): Add documentation for new
4932 substitute-path commands.
4933
7fa2210b
DJ
49342006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
4935
4936 * gdb.texinfo (Installing GDB): Update menu. Move text to...
4937 (Running Configure): ...here.
4938 (Requirements): New node. Mention expat.
4939
3d00d119
DJ
49402006-08-08 Vladimir Prus <vladimir@codesourcery.com>
4941
5ae4183a 4942 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
4943 'set download-write-size' and 'show download-write-size'.
4944
0cbfa4ee
DJ
49452006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
4946
4947 * stabs.texinfo (Member Type Descriptor): Correct example for
4948 pointer to member types.
4949
16026cd7
AS
49502006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
4951
4952 * gdb.texinfo (Optional warnings and messages): Add
4953 'set/show trace-commands'.
4954 (Command files): Add '-v' to source command.
4955
0876f84a
DJ
49562006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
4957
4958 * gdb.texinfo (OS Information): Update qPart reference to
4959 qXfer.
4960 (Remote configuration): Likewise.
4961 (Overview): Move @cindex to the start of a paragraph. Talk
4962 about binary data encoding.
4963 (Packets): Refer to the overview for the details of the X
4964 packet encoding.
4965 (General Query Packets): Remove qPart description. Add qXfer
4966 description. Add an anchor to qSupported. Correct feature
4967 table title. Add a new feature for qXfer:auxv:read.
4968 (Interrupts): Add a missing parenthesis.
4969
2ec3381a
DJ
49702006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
4971
669fac23 4972 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
4973 (GDB/MI Kod Commands): Remove commented out node.
4974
594fe323
EZ
49752006-07-01 Eli Zaretskii <eliz@gnu.org>
4976
4977 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
4978 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
4979 (GDB/MI Thread Commands, GDB/MI Program Execution)
4980 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
4981 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
4982 (GDB/MI File Commands, GDB/MI Target Manipulation)
4983 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
4984 since the MI prompt is hard-wired into the code.
4985
7e3fb70c
NR
49862006-07-01 Nick Roberts <nickrob@snap.net.nz>
4987
4988 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
4989 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
4990 (GDB/MI Data Manipulation): Remove description of unimplemented
4991 display related commands as variable objects perform this function
4992 and are superior: -display-delete, -display-disable,
4993 -display-enable, -display-insert and -display-list. Move
4994 -environment-cd, -environment-directory, -environment-path
4995 and -environment-pwd to "Program Context".
4996 (GDB/MI Program Control): Rename to "Program Execution". Move
4997 -exec-arguments -exec-abort to...
4998 (GDB/MI Program Context): ...here. New node split from "Data
4999 Manipulation".
5000
be2a5f71
DJ
50012006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
5002
5003 * gdb.texinfo (Remote configuration): Document set / show
5004 remote supported-packets.
5005 (General Query Packets): Document qSupported packet.
5006
fc320d37
SL
50072006-06-10 Sandra Loosemore <sandra@codesourcery.com>
5008
5009 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
5010 and font markup.
5011 (Protocol basics): Likewise.
5012 (The F request packet): Likewise.
5013 (The F reply packet): Likewise.
5014 (Memory transfer): Move this node to be a subsubsection of
5015 "Protocol specific representation of datatypes".
5016 (The Ctrl-C message): More copy editing.
5017 (Console I/O): Likewise.
5018 (The isatty call): Delete this node, and merge its content into
5019 the "isatty" node. Fixed references elsewhere.
5020 (The system call): Delete this node, and merge its content into
5021 the "system" node. Fixed references elsewhere.
5022 (open): Reformat to use @table, and add appropriate font markup.
5023 (close): Likewise.
5024 (read): Likewise.
5025 (write): Likewise.
5026 (lseek): Likewise.
5027 (rename): Likewise.
5028 (unlink): Likewise.
5029 (stat/fstat): Likewise.
5030 (gettimeofday): Likewise.
5031 (isatty): Likewise.
5032 (system): Likewise, plus minor changes to fix confusing wording.
5033 (Integral datatypes): Fix font markup.
5034 (Pointer values): Likewise.
5035 (struct stat): Fix markup to use @table, plus minor copy editing.
5036 (struct timeval): Fix font markup, plus minor copy editing.
5037 (Constants): Minor copy editing.
5038 (Errno values): Add font markup.
5039 (File-I/O Examples): Likewise.
5040
158fdf5c
NR
50412006-06-10 Nick Roberts <nickrob@snap.net.nz>
5042
5043 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
5044 (GDB/MI Simple Examples): Move node up one level. Use real
5045 examples.
5046 (GDB/MI Compatibility with CLI): Update.
5047 (GDB/MI Result Records): Add "connected" and "exit" result
5048 classes.
5049 (GDB/MI Stream Records): Clarify target output.
5050 (GDB/MI Command Description Format): Modify example description.
5051 (GDB/MI Breakpoint Table Commands): Rename to...
5052 (GDB/MI Breakpoint Commands): ...this
5053 (GDB/MI Breakpoint Commands): Add optional thread field.
5054 (GDB/MI Program Control): Add an introduction. Move "Program
5055 termination" examples into exec-run description.
5056 (GDB/MI File Commands): Mention similar CLI commands.
5057 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
5058 is similar to "-gdb-version".
5059
ddb50cd7
EZ
50602006-06-09 Eli Zaretskii <eliz@gnu.org>
5061
5062 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
5063
2aef0d6b
NR
50642006-06-02 Nick Roberts <nickrob@snap.net.nz>
5065
5066 * gdb.texinfo (GDB/MI Development and Front Ends): Use
5067 sourceware.org for mailing lists.
d5e40d59 5068 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 5069
383a5c52
NR
50702006-06-01 Nick Roberts <nickrob@snap.net.nz>
5071
d5e40d59 5072 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 5073
e16b02ee
EZ
50742006-05-22 Eli Zaretskii <eliz@gnu.org>
5075
5076 * gdb.texinfo (Cygwin Native): Fix last change.
5077
be90c084
CF
50782006-05-22 Christopher Faylor <cgf@timesys.com>
5079
5080 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
5081
347ceba5
NR
50822006-05-15 Nick Roberts <nickrob@snap.net.nz>
5083
5084 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
5085 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
5086
369af7bd
DJ
50872006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
5088
5089 * gdb.texinfo (General Query Packets): Recommend not starting
5090 new packets with qC and clarify.
5091
2ffdbde8 50922006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
5093
5094 * gdb.texinfo (M2 Types): New section.
72019c9c 5095
16d1a084
DJ
50962006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
5097
5098 * agentexpr.texi: Add a copyright and license notice.
5099 * observer.texi: Likewise, with GPL clause for function prototypes.
5100 Remove trailing whitespace.
5101
aa56d27a
JB
51022006-05-05 Jim Blandy <jimb@codesourcery.com>
5103
5104 * gdb.texinfo (General Query Packets): Document conventions for
5105 terminating packet names, and their violations.
5106
5bdf8622
DJ
51072006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
5108
5109 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
5110 * gdb.texinfo: Likewise.
5111
605a56cb
DJ
51122006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
5113
5114 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
5115 and "show remotedebug".
5116 (Debugging Output): Add additional index entries.
5117
b8db102d
MS
51182006-04-27 Michael Snyder <msnyder@redhat.com>
5119
5120 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
5121
c5e30d01
AC
51222006-04-22 Andrew Cagney <cagney@redhat.com>
5123
5124 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
5125 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
5126
8181d85f
DJ
51272006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
5128
5129 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
5130 and remove breakpoint prototypes.
5131 (Watchpoints): Move description of target_insert_hw_breakpoint and
5132 target_remove_hw_breakpoint ...
5133 (Breakpoints): ... to here. Document target_insert_breakpoint and
5134 target_remove_breakpoint.
5135
4f553f88
JB
51362006-04-17 Jim Blandy <jimb@codesourcery.com>
5137
5138 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
5139 and C packets are optional.
5140
cd852561
FR
51412006-04-14 Frederic Riss <frederic.riss@st.com>
5142
5143 * gdb.texinfo (Specifying source directories): Update the description
5144 of the source file search to reflect the fact that the source path
5145 always contains at least $cdir and $cwd.
5146
b620eb07
MS
51472006-03-31 Michael Snyder <msnyder@redhat.com>
5148
5149 * gdb.texinfo: Update copyright dates.
5150
3156cdaf
EZ
51512006-03-31 Eli Zaretskii <eliz@gnu.org>
5152
5153 * gdb.texinfo (Overview): Add an index entry to "empty response".
5154
7d30c22d
JB
51552006-03-28 Jim Blandy <jimb@codesourcery.com>
5156
5157 * gdbint.texinfo (Prologue Analysis): New section.
5158
86941c27
JB
51592006-03-07 Jim Blandy <jimb@red-bean.com>
5160
66b8c7f6
JB
5161 * gdb.texinfo (Connecting): Document 'target remote pipe'.
5162
1a10341b
JB
5163 * gdb.texinfo (Target Commands): Update text describing how to
5164 specify a target. Refer to the detailed section on remote
5165 debugging, not the brief mention.
5166
86941c27
JB
5167 * gdb.texinfo (Connecting): Organize the different 'target remote'
5168 connection methods into a table. Add a 'target remote' index
5169 entry. (!!!)
5170
62f3a2ba
FF
51712006-02-17 Fred Fish <fnf@specifix.com>
5172
5173 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
5174 'ptype' commands to reflect the fact that the only significant
5175 difference between them is that ptype prints the complete type
5176 description instead of just the name.
5177
8b9a88ea
WZ
51782006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
5179
5180 * gdbint.texinfo (Watchpoints): Delete
5181 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
5182
7e8dc855
NR
51832006-02-10 Nick Roberts <nickrob@snap.net.nz>
5184
5185 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
5186 times fields where needed. Fix typos. Update general form given
5187 for output of -break-insert.
5188 (GDB/MI): Abbreviate some unnecessarily long fullnames.
5189
c91d38aa
DJ
51902006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
5191
5192 * gdbint.texinfo (Symbol Handling): Add a section
5193 on memory management.
5194
38fcd64c
DJ
51952006-02-06 Vladimir Prus <ghost@cs.msu.su>
5196
5197 * gdb.texinfo (Breakpoint table commands): Document the fullname
5198 field in -break-list output.
5199
219eec71
EZ
52002006-02-03 Eli Zaretskii <eliz@gnu.org>
5201
5202 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
5203 debugging information produced by the various "set debug..."
5204 options.
5205
ae5a43e0
DJ
52062006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5207
5208 * gdb.texinfo (Files): Remove obsolete bits from the description
5209 of "symbol-file".
5210
a9f158ec
JB
52112006-01-25 Jim Blandy <jimb@redhat.com>
5212
5213 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
5214
410dd08e
JB
52152006-01-24 Jim Blandy <jimb@redhat.com>
5216
5217 * gdbint.texinfo (Frames): Document the basics of GDB's register
5218 unwinding model, and explain the existence of the "sentinel" frame.
5219
4b505b12
AS
52202006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
5221
5222 * gdb.texinfo (Choosing files): Mention that -directory is used
5223 for script files.
5224 (Specifying source directories): Likewise.
5225 (Command files): Explain how script files are found.
5226
839c27b7
EZ
52272006-01-21 Eli Zaretskii <eliz@gnu.org>
5228
5229 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
5230 the threads in a multi-threaded program.
5231 (Threads): The threadno argument of "thread apply" can be a range
5232 of numbers.
5233
7be93b9e
JB
52342006-01-18 Jim Blandy <jimb@redhat.com>
5235
5236 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
5237 of warning flags.
5238
fcc73fe3
EZ
52392006-01-13 Eli Zaretskii <eliz@gnu.org>
5240
5241 * gdb.texinfo (Sequences): Improve menu annotations.
5242 (Define): Add index entries for arguments of user-defined
5243 commands. Move the description of flow-control commands...
5244 (Command Files): ...to here. Document loop_break and
5245 loop_continue.
ca91424e
EZ
5246 (Define, Command Files): Document `end' and add index entries for
5247 it.
fcc73fe3 5248
5c95884b
MS
52492006-01-04 Michael Snyder <msnyder@redhat.com>
5250
5251 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 5252 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 5253
860701dc
PH
52542006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
5255
5256 * gdb.texinfo (Omissions from Ada): Document that there is now
5257 limited aggregate support.
5258
36b80e65
EZ
52592005-12-28 Eli Zaretskii <eliz@gnu.org>
5260
5261 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
5262 registers and the likes.
5263
c1468174
EZ
52642005-12-24 Eli Zaretskii <eliz@gnu.org>
5265
5266 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
5267 (Symbols): Fix usage of "e.g.".
359df76b 5268 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
5269
5270 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
5271 (Coding): Fix usage of "e.g.".
5272
c02a867d
EZ
52732005-12-23 Eli Zaretskii <eliz@gnu.org>
5274
5ae4183a
AS
5275 * stabs.texinfo:
5276 * refcard.tex:
c02a867d 5277 * gpl.texi:
5ae4183a
AS
5278 * gdbint.texinfo:
5279 * gdb.texinfo:
5280 * gdb-cfg.texi:
c02a867d 5281 * fdl.texi:
5ae4183a
AS
5282 * annotate.texinfo:
5283 * all-cfg.texi:
c02a867d
EZ
5284 * Makefile.in: Add (C) after Copyright. Update the FSF
5285 address.
5286
fad38dfa
EZ
52872005-12-03 Eli Zaretskii <eliz@gnu.org>
5288
5289 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
5290 extend GDB with commands for external monitor.
5291
53e5f3cf
AS
52922005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
5293
5294 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
5295
55f6ca0f
JB
52962005-11-25 Joel Brobecker <brobecker@adacore.com>
5297
5298 * gdbint.texinfo (Start of New Year Procedure): New chapter.
5299
c1947b85
JB
53002005-11-21 Jim Blandy <jimb@redhat.com>
5301
5302 * gdb.texinfo (Tracepoint Packets): Document restrictions on
5303 placement of 'R' actions in tracepoint action packets; document
5304 dependence of 'X' and 'M' actions on a preceding 'R' action for
5305 their registers.
5306
9d29849a
JB
53072005-11-19 Jim Blandy <jimb@redhat.com>
5308
5309 * gdb.texinfo (Tracepoint Packets): New node.
5310 (General Query Packets): Add entries for the tracepoint packets,
5311 referring to the "Tracepoint Packets" node.
5312 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 5313
9a6253be
KB
53142005-11-18 Kevin Buettner <kevinb@redhat.com>
5315
5316 * gdb.texinfo (set remotebreak): Add anchor.
5317 (X packet): Likewise.
5318 (Remote Protocol): Add new section `Interrupts' and new index
5319 entry `interrupts (remote protocol)'.
5320
5f3bebba
JB
53212005-11-18 Jim Blandy <jimb@redhat.com>
5322
5323 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
5324 entries into the General Query Packets section. Add a
5325 cross-reference to that section. Drop description of replies, as
5326 these are covered in the descriptions of each packet.
5327 (General Query Packets): Add introductory text. Explain naming
5328 conventions, and how the end of a name is recognized.
5329
9a7a1b36
KB
53302005-11-17 Kevin Buettner <kevinb@redhat.com>
5331
0564b6cf 5332 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
5333 "set remotebreak" command.
5334
b8ff78ce
JB
53352005-11-16 Jim Blandy <jimb@redhat.com>
5336
5337 * gdb.texinfo (Packets, Stop Reply Packets)
5338 (General Query Packets): Various formatting cleanups.
5339 - Use @samp for packet contents.
5340 - Drop summaries from packet @item lines; the same information appears
5341 immediately below in the description.
5342 - Delete paragraph breaks after packet @item commands, so that the
5343 description appears directly to the right of the packet prototype
5344 in the printed manual, if it fits.
5345 - Place spaces in packet prototypes between @vars and non-@var
5346 letters, and explain that they're just for formatting.
5347 - Use @dots{} instead of '...'.
5348 - Fix uses of @code where @var was needed.
5349 - Replace "deprecated" markers with English text spelling out the
5350 packet's status and the preferred alternatives.
5351 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
5352 what this ever meant.
5353 - Remove "(draft)" markers on 'i' packets; nobody has commented on
5354 this for a long time.
5355 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
5356 implemented several times, and have been in use for years.
5357
8ffe2530
JB
53582005-11-15 Jim Blandy <jimb@redhat.com>
5359
c43c5473
JB
5360 * gdb.texinfo (Packets): Add index entries for 'm' packet
5361 disclaimers.
5ae4183a 5362
fb031cdf
JB
5363 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
5364 of stub when processing an 'm' packet.
5365
8ffe2530
JB
5366 * gdb.texinfo (Packets): Mention that packets beginning with
5367 letters are reserved once, at the top, instead of actually listing
5368 them all and saying "reserved".
5369
c03c782f
AS
53702005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
5371
5372 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
5373 Change @var{$arg0 to @code{$arg0.
5374
814e32d7
WZ
53752005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
5376
5377 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
5378
fa93a9d8
JB
53792005-11-12 Jim Blandy <jimb@redhat.com>
5380
5381 * gdb.texinfo (General Query Packets): Put packets in alphabetical
5382 order. Remove extraneous 'z'.
5383
8a5a3c82
AS
53842005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
5385
5386 * gdb.texinfo (Choosing files): Add --eval-command.
5387
4b0ad762
AS
53882005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
5389
5390 * gdb.texinfo (Choosing modes): Add --return-child-result.
5391
5392
1a088d06
AS
53932005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
5394
5395 * gdb.texinfo (Choosing modes): Add --batch-silent.
5396
656d5e12
EZ
53972005-10-28 Eli Zaretskii <eliz@gnu.org>
5398
5399 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
5400 "The -var-update Command".
5401
3c9c013a
JB
54022005-10-03 Joel Brobecker <brobecker@adacore.com>
5403
5404 * gdb.texinfo (Print Settings): Add documentation for set/show
5405 print array-indexes.
5406
7ba3cf9c
DJ
54072005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
5408
5409 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
5410 6.2 and 6.3.
5411
a94ab193
EZ
54122005-08-27 Eli Zaretskii <eliz@gnu.org>
5413
5414 * gdb.texinfo (File Options): Don't document --mapped, it's gone
5415 since 19-Jan-2004.
5416 (Files): Likewise.
ab1adacd
EZ
5417 (Variables, Symbols): Document the "<incomplete type>" message and
5418 its reasons.
a94ab193 5419
ca06016a
FF
54202005-08-01 Fred Fish <fnf@specifix.com>
5421
5422 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
5423
cf58170d
NR
54242005-07-15 Nick Roberts <nickrob@snap.net.nz>
5425
5426 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
5427 option for -var-list-children and -var-update.
5428 (GDB/MI Stack Manipulation): Simplify description of
5429 print-values option for -stack-list-locals.
5430 (GDB/MI Command Description Format): Clarify.
5431 (Mode Options): Spelling of superseded.
5432
38f1196a
BR
54332005-07-12 Bob Rossi <bob@brasko.net>
5434
5435 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
5436 corresponding GDB command comment.
5437
3cb3b8df
BR
54382005-07-06 Bob Rossi <bob@brasko.net>
5439
5440 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
5441 and -inferior-tty-show.
5442 (Input/Output): Document "set/show inferior-tty" and tty alias.
5443
10fac096
NW
54442005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
5445
5446 * gdb.texinfo (Packets): Change description of 'D' packet to note
5447 that GDB does wait for a response.
5448
d1b6db76
NR
54492005-06-22 Nick Roberts <nickrob@snap.net.nz>
5450
5451 * gdb.texinfo (History) Rename "Command History".
5452 (Command History): Move node "Server Prefix" from section on
5453 Annotations here.
5454
29629dcf
NR
54552005-06-19 Nick Roberts <nickrob@snap.net.nz>
5456
5457 * gdb.texinfo (GDB/MI Stack Manipulation):
5458 Re-instate -stack-info-frame with example. Say that it gets
5459 info on selected frame, not current frame.
5460
397ca115
EZ
54612005-06-18 Eli Zaretskii <eliz@gnu.org>
5462
5463 * gdb.texinfo (Server): Clarify that `file' should be used before
5464 connecting to the server.
5465 (Files): Add an xref to the above description.
51274035
EZ
5466 (Output Formats): More detailed description of the `c' format.
5467 (Memory): List explicitly all the formats supported by `x'.
638ac427 5468 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 5469 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
5470 files. Add more indexing for solib-absolute-prefix and
5471 --with-sysroot.
76d17f34
EZ
5472 (Machine Code): Document possible problems with locations in
5473 shared libraries.
d416eeec
EZ
5474 (Backtrace): Document that free-standing environments do not need
5475 to have a `main' function.
397ca115 5476
74f6deaa
NR
54772005-06-18 Nick Roberts <nickrob@snap.net.nz>
5478
5479 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
5480 -stack-info-frame.
5481
a9967aef
AC
54822005-06-07 Andrew Cagney <cagney@gnu.org>
5483
5484 * gdb.texinfo (Contributors): Note the original multi-arch
5485 contributors.
5486
e09f16f9
EZ
54872005-06-03 Eli Zaretskii <eliz@gnu.org>
5488
5489 * gdb.texinfo (Registers): Add index entries for the standard
5490 registers.
5491 (Frames): Add cross-reference from frame pointer description to
5492 the Registers node.
5493 (Annotations Overview): Fix the reference to GDB name.
5494
d87ba7ee
EZ
54952005-06-01 Eli Zaretskii <eliz@gnu.org>
5496
5497 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
5498 can-use-hw-watchpoints.
5499
034dad6f
BR
55002005-05-28 Bob Rossi <bob@brasko.net>
5501
5502 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
5503 the possible reasons why an exec async record would be returned to FE.
5504
ffed4509
AC
55052005-05-26 Andrew Cagney <cagney@gnu.org>
5506
5507 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
5508 Andrew Cagney implemented the original GDB/MI.
5509
e22e55c9
OF
55102005-05-23 Orjan Friberg <orjanf@axis.com>
5511
5512 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
5513 documentation. Add documentation for cris-mode.
5514
a78e13ce
EZ
55152005-05-20 Eli Zaretskii <eliz@gnu.org>
5516
5517 * gdb.texinfo (Numbers): Explain the example and make the wording
5518 more acurate.
5519
76ff342d
DJ
55202005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
5521 Dennis Brueni <dennis@slickedit.com>
5522
5523 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
5524 (GDB/MI Data Manipulation, GDB/MI Program Control)
5525 (GDB/MI Stack Manipulation): Update examples to include the fullname
5526 attribute in stack frames.
5527
119b882a
EZ
55282005-05-12 Eli Zaretskii <eliz@gnu.org>
5529
5530 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
5531 do with other non-standard names of init files.
5532
6fc08d32
EZ
55332005-05-11 Eli Zaretskii <eliz@gnu.org>
5534
5535 * gdb.texinfo (Command Files): Move the description of the startup
5536 from here...
5537 (Startup): ...to this new subsection of the Invocation chapter.
5538 Rearrange the description of init files more logically and add a
5539 cross-reference to "Command Files". Document the special gdbinit
5540 name for CISCO 68k. Expand the description of what GDB does
5541 during startup.
5542 (History): Add index entry for HISTSIZE.
5543
a561754a
MK
55442005-05-02 Mark Kettenis <kettenis@gnu.org>
5545
5546 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
5547
2eecc4ab
EZ
55482005-05-02 Eli Zaretskii <eliz@gnu.org>
5549
5550 * gdb.texinfo (SVR4 Process Information, The isatty call)
5551 (The system call): Don't use foo(N) notation for man pages and
5552 functions.
514c4d71 5553 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 5554
18999be5
EZ
55552005-04-27 Eli Zaretskii <eliz@gnu.org>
5556
5557 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
5558 were optimized away.
5559
0abb7bc7
EZ
55602005-04-22 Eli Zaretskii <eliz@gnu.org>
5561
5562 * gdb.texinfo (Remote configuration): Document "set/show
5563 get-thread-local-storage-address". Add cross-reference to the
5564 description of the qGetTLSAddr packet.
5565 (General Query Packets): Mention "set remote
5566 get-thread-local-storage-address" and add a reference to its
5567 description.
5568
6f61acb1
NR
55692005-04-19 Nick Roberts <nickrob@snap.net.nz>
5570
5571 * gdb.texinfo (Backtrace): Describe 'bt full'.
5572
9d59903a
NR
55732005-04-17 Nick Roberts <nickrob@snap.net.nz>
5574
5575 * gdb.texinfo (Mode Options): Fix typo.
5576 (GDB/MI): Describe how to invoke GDB/MI.
5577
721c2651
EZ
55782005-04-16 Eli Zaretskii <eliz@gnu.org>
5579
5580 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 5581 references changed. Add description of "info udot".
721c2651
EZ
5582 (Files): Document "set/show stop-on-solib-events".
5583 (M32R/D): Document "set/show download-path", "set/show
5584 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
5585 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
5586 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
5587 (Maintenance Commands): Improve indexing.
5588 (Target Commands): Document "set/show hash", "set/show debug
5589 monitor".
5590 (SVR4 Process Information): Document "info pidlist" and "info
5591 meminfo". Document "set/show procfs-tarce" and "set/show
5592 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
5593 (Symbols, The Print Command with Objective-C): Improve indexing.
5594 (Objective-C): Add references to "info classes" and "info
5595 selectors".
c45da7e6
EZ
5596 (Debugging Output): Improve wording. Document "set/show debug
5597 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
5598 (Set Breaks): Add index entry for "hardware breakpoints".
5599 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
5600 and "set/show usehardbreakpoints".
5601 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
5602 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
5603 (ARM): Document "rdilogfile", "rdilogenable", "set/show
5604 rdiromatzero", "set/show rdiheartbeat".
5605 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
5606 "sds".
5607 (Embedded Processors): Document the "sim" command.
5608 (Remote): Document the "remote" command.
5609 (DJGPP Native): Document the "info serial" command.
5610 (Threads): Document "maint info sol-threads".
5611 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
5612 (Set Breaks): Improve indexing.
5613 (Command Syntax): Add a reference to dont-repeat.
5614 (Define): Document "dont-repeat".
5615 (TUI Commands): Document "tabset".
5616 (WinCE): New subsection. Document "set/show remotedirectory",
5617 "set/show remoteupload", "set/show remoteaddhost".
721c2651 5618
14d6dd68
EZ
56192005-04-15 Eli Zaretskii <eliz@gnu.org>
5620
5621 * gdb.texinfo (Hurd Native): New subsection, documents
5622 Hurd-specific commands.
a64548ea 5623 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 5624 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
5625 (MIPS): Improve documentation of heuristic-fence-post. Document
5626 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
5627 mips stack-arg-size", "set/show mips mask-address", "set/show mips
5628 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 5629 (ARM): Document ARM-specific commands.
a64548ea
EZ
5630 (AVR): New section. Document "info io_registers".
5631 (CRIS): New section. Document "set/show cris-version" and
5632 "set/show cris-dwarf2-cfi".
5633 (HPPA): New section. Document "set/show debug hppa" and "maint
5634 print unwind".
a5adf40f 5635 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 5636 (Super-H): New section. Document the "regs" command.
721c2651 5637 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 5638
9c16f35a
EZ
56392005-04-09 Eli Zaretskii <eliz@gnu.org>
5640
5641 * gdb.texinfo (Print Settings): Document "set/show print
5642 pascal_static-members", "set print repeats", "show print
5643 null-stop". Improve indexing. Fix documentation of "set print
5644 union".
5645 (Pascal): New section.
5646 (Supported languages): Rename from "Support"; all references
5647 updated. Add a menu item for Pascal.
5648 (Numbers): Document "set radix.
5649 (Screen Size): Document "set/show pagination".
5650 (MIPS Embedded): Remove "set processor" documentation.
5651 (Remote configuration): Document "set/show X/P/Z-packet",
5652 "set/show read-aux-vector-packet", "set/show remote
5653 symbol-lookup-packet", "set/show remote verbose-resume-packet",
5654 "set/show remoteaddresssize", "set/show remotebaud", "set/show
5655 remotedebug", "set/show remotebreak", "set/show remotedevice",
5656 "set/show remotelogfile".
5657 (Auxiliary Vector): Add reference to the description of the
5658 read-aux-vector-packet setting.
5659 (Set Watchpoints): Add a cross-reference to "set remote
5660 hardware-breakpoint-limit".
5661 (General Query Packets): Add indexing of requests and
5662 cross-references to related commands in "Remote configuration".
5663 (File-I/O Overview, The system call): Fix wording and typos.
5664 (Thread Stops): Add index entries.
5665 (Continuing and Stepping): Document "show step-mode".
5666 (i386): New node. Document "set/show struct-convention".
5667 (Files): Document "show trust-readonly-sections".
5668 (Calling): Document "set/show unwindonsignal".
5669 (Messages/Warnings): Add index entries.
5670 (Maintenance Commands): Document "set/show watchdog".
5671 (Annotations Overview): Document "show annotate".
5672 (Set Watchpoints): Add index entries.
5673 (Symbols): Fix doc of case-sensitive.
5674 (ABI): Document "show coerce-float-to-double".
5675 (Convenience Vars, Help): Improve indexing.
5676 (Machine Code): Document "show disassembly-flavor".
5677 (Debugging C plus plus): Document "show overload-resolution".
5678 (Value History, Signaling): Add index entries.
5679
56802005-04-08 Eli Zaretskii <eliz@gnu.org>
5681
5682 * gdb.texinfo (Show): Move @kindex entries to their proper places.
5683 (Processes): Fix wording.
5684 (History, List, Logging output, Define, Symbols, Print Settings):
5685 Improve indexing.
5686
a8f24a35
EZ
56872005-04-03 Eli Zaretskii <eliz@gnu.org>
5688
5689 * gdb.texinfo (Targets): Document "set/show architecture". Remove
5690 redundant index entry for "target" command.
5691 (Backtrace): Add index entries.
5692 (Symbols, Fortran): Document the "set case-sensitive" command.
5693 (DJGPP Native): Document "set com1base", "set com1irq", etc.
5694 (Print Settings): Add index entry for "set demangle-style".
5695 (Target Commands): Document "set download-write-size".
5696 (Debugging Output): Document "set exec-done-display".
5697
09d4efe1
EZ
56982005-04-02 Eli Zaretskii <eliz@gnu.org>
5699
5700 * gdb.texinfo (Files): Fix the name and documentation of
5701 add-shared-symbol-files. Document its alias assf. Update the
5702 list of OSs where GDB supports shared libraries. Fix markup.
5703 (Continuing and Stepping): Add reference to @var{location} in the
5704 text.
5705 (Dump/Restore Files): Fix reference to @{filename}.
5706 (Help): Fix wording.
5707 (Attach): Ditto.
5708 (Set Watchpoints): Ditto.
5709 (Backtrace): Remove redundant index entries. Improve index
5710 entries.
5711 (Delete Breaks): Fix wording.
5712 (Memory): Document the compare-sections command.
5713 (Memory Region Attributes): Improve wording.
5714 (Disabling): Improve wording.
5715 (Fortran): New subsection. Document the "info common" command.
5716 (Help): Document aliases "info copying" and "info warranty".
5717 (Caching Remote Data): New section. Document the "set/show
5718 remotecache" and "info dcache" commands.
5719 (Show): Fix wording of the documentation of the "set
5720 extension-language" command.
5721 (Signals): Add index entry for "info handle".
5722 (Memory Region Attributes): Fix punctuation.
5723 (Symbols): Change the arg name to "location" and refer to it in
5724 the text. Fix wording of "info types" doc.
5725 (Threads): Fix usage of @enumerate @item's.
5726 (Listing Tracepoints): Add index entry for "info tp".
5727 (Set Watchpoints): Add xref to "info break" description.
5728 (Macros): Add an index entry for "macro exp1". Document the
5729 "macro list" command.
5730 (Maintenance Commands): Document "flushregs", "maint agent",
5731 "maint check-symtabs", "maint cplus", "maint demangle", "maint
5732 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
5733 "maint print architecture", "maint print objfiles", "maint print
5734 statistics", "maint print type", "maint show-debug-regs", "maint
5735 space", "maint time", and "maint translate-address".
5736 (Connecting): Document the "monitor" command.
5737 (Annotations Overview): Describe the "set annotate" command.
5738
82f2d802
EZ
57392005-04-01 Eli Zaretskii <eliz@gnu.org>
5740
5741 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
5742 Rearrange index entries and improve wording about support for
5743 hardware watchpoints.
5744
7d51c7de
BR
57452005-03-10 Bob Rossi <bob@brasko.net>
5746
5747 * gdb.texinfo: Update copyright
5748
68c71a2e
TR
57492005-02-09 Theodore A. Roth <troth@openavr.org>
5750
5751 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
5752 error.
5753
83761cbd
KB
57542005-02-03 Kevin Buettner <kevinb@redhat.com>
5755
5756 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
5757
9f1c6395
MS
57582005-01-17 Michael Snyder <msnyder@redhat.com>
5759
5760 * gdb.texinfo: Fix spelling, infinte -> infinite.
5761
fbd1b305
MK
57622005-01-08 Mark Kettenis <kettenis@gnu.org>
5763
5764 * observer.texi (GDB Observers): Document "solib_loaded".
5765
3ace7edb
AC
57662005-01-07 Andrew Cagney <cagney@gnu.org>
5767
bec39cab
AC
5768 * configure.ac: Rename configure.in, require autoconf 2.59.
5769 * configure: Re-generate.
5770
3ace7edb
AC
5771 * configure.in: Replace configdirs with multiple references to
5772 AC_CONFIG_SUBDIRS.
5773 * configure: Re-generate.
5ae4183a 5774
53531fc1
AC
57752005-01-04 Andrew Cagney <cagney@gnu.org>
5776
5777 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
5778 part of the version number.
5779
536ffdb7
MK
57802004-12-24 Mark Kettenis <kettenis@gnu.org>
5781
5782 * gdbint.texinfo (Algorithms): Remove description of
5783 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
5784
e1aac25b
JB
57852004-12-07 Jim Blandy <jimb@redhat.com>
5786
5787 * gdb.texinfo (General Query Packets): Specify that thread ID's in
5788 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
5789 numbers.
5790
f47b1503
AS
57912004-12-07 Andreas Schwab <schwab@suse.de>
5792
5793 * gdb.texinfo (Mode Options): Document -l option.
5794
b6b8ece6
EZ
57952004-12-04 Eli Zaretskii <eliz@gnu.org>
5796
5797 * gdbint.texinfo (Algorithms): More accurate description of
5798 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
5799 is not needed unless data-read and data-access watchpoints are
5800 supported. Add a description of how GDB checks whether the
5801 inferior stopped because a watchpoint was hit.
5802
01371747
EZ
58032004-11-23 Eli Zaretskii <eliz@gnu.org>
5804
5805 * gdb.texinfo (Files): Add cross-reference to description of
5806 -readnow command-line switch.
5807
2315ffec
RC
58082004-11-10 Randolph Chung <tausq@debian.org>
5809
5810 * gdb.texinfo: Document set/show backtrace past-entry commands.
5811 Rearrange index entries for set/show backtrace past-main.
5812
69065f5d
AC
58132004-11-10 Jon Beniston <jon@beniston.com>
5814
5815 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
5816 * gdb.texinfo (Remote Serial Protocol): Further describe
5817 binary transfer escaping mechanism .
69065f5d 5818
30e91e0b
RC
58192004-11-08 Randolph Chung <tausq@debian.org>
5820
5821 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
5822 and "show debug infrun". Add index entries.
5823
60bf7e09
EZ
58242004-10-23 Eli Zaretskii <eliz@gnu.org>
5825
5826 * gdb.texinfo (SVR4 Process Information): Document subcommands of
5827 "info proc" that are already implemented. Add index entries.
5828 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
5829 (Files): Add a tip for decreasing memory used for symtabs from
5830 shared libraries.
f018e82f
EZ
5831 (Starting): Fix whitespace; make "elaboration" stand out where it
5832 is first used, and add an index entry for the term.
f8568604
EZ
5833 (Calling): Expand and elaborate text. Add "print". Add the
5834 description of problems with weak aliases.
384ee23f 5835 (Core File Generation): New section.
60bf7e09 5836
d52fe014
AC
58372004-10-12 Andrew Cagney <cagney@gnu.org>
5838
5839 * gdbint.texinfo (Versions and Branches): New chapter.
5840 (Releasing GDB): Delete "Versions and Branches" section.
5841 (Top): Add "Versions and Branches".
5842
703663ab
EZ
58432004-10-08 Eli Zaretskii <eliz@gnu.org>
5844
5845 * gdb.texinfo (Editing, History): Add cross-references to the
5846 included Readline and History user documentation. Remove
5847 references to the symbol have-readline-appendices which is unused
5848 and undefined.
5849 (History): Fix indexing.
5850
ac77d04f
JJ
58512004-10-08 Jeff Johnston <jjohnstn@redhat.com>
5852
5853 * gdbint.texinfo (target_stopped_data_address): Update to
5854 new prototype.
5855 (i386_stopped_data_address): Update prototype and description.
5856 (i386_stopped_by_watchpoint): New function and description.
5857
e07c999f
PH
58582004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
5859
5860 * gdb.texinfo (Filenames): Add Ada suffixes.
5861 (Ada) New section.
5862
2e868123
AC
58632004-09-27 Andrew Cagney <cagney@gnu.org>
5864 Robert Picco <Robert.Picco@hp.com>
5865
5866 * gdb.texinfo (Packets): Document the "p" packet.
5867
02a57714
JM
58682004-09-21 Jason Molenda (jmolenda@apple.com)
5869
5870 * gdb.texinfo (Paths and Names of the Source Files): Document the
5871 meaning of values in the 'desc' field of a SO stab.
5872
ae038cb0
DJ
58732004-09-20 Daniel Jacobowitz <dan@debian.org>
5874
5875 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
5876 max-cache-age" and "maint show dwarf2 max-cache-age".
5877
f7dc1244
EZ
58782004-09-16 Eli Zaretskii <eliz@gnu.org>
5879
5880 * gdb.texinfo (Set Breaks): Add index entry for setting
5881 breakpoints on overloaded C++ functions that are not members of
5882 any classes. Add an example and an index entry for setting
5883 breakpoints on all program functions.
5884 (Character Sets, Macros, Overlay Commands)
5885 (Non-debug DLL symbols, GDB/MI Output Syntax)
5886 (Annotations Overview, Maintenance Commands, File-I/O Overview):
5887 Use "(@value{GDBP})" instead of a literal "(gdb)".
5888
f810308b
AC
58892004-09-12 Andrew Cagney <cagney@gnu.org>
5890
5891 * gdbint.texinfo (Native Debugging): Delete description of
5892 FILES_INFO_HOOK.
5893
15a661f3
PH
58942004-09-11 Paul Hilfinger <hilfinger@gnat.com>
5895
5ae4183a
AS
5896 * gdbint.texinfo (User Interface): Change local_hex_string_custom
5897 to hex_string_custom (not historically correct, but more
15a661f3
PH
5898 understandable, given the current code).
5899
f3219c75
AC
59002004-09-03 Andrew Cagney <cagney@gnu.org>
5901
5902 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
5903
f3bb6704
JJ
59042004-09-01 Jeff Johnston <jjohnstn@redhat.com>
5905
5906 * observer.texi (solib_unloaded): New observer.
5907
8d2c00cb
AC
59082004-08-24 Andrew Cagney <cagney@gnu.org>
5909
5910 * gdbint.texinfo (Target Architecture Definition): Add missing
5911 comma.
5912
e7dc800a
MC
59132004-08-20 Michael Chastain <mec.gnu@mindspring.com>
5914
5915 * (Using the Testsuite): build != host is supported,
5916 but some test scripts do not support build != host.
5917
73b03683
MK
59182004-08-14 Mark Kettenis <kettenis@gnu.org>
5919
5920 * gdbint.texinfo (Host Definition): Delete description of
5921 FCLOSE_PROVIDED and GETENV_PROVIDED.
5922
c0ccb908
MK
59232004-08-05 Mark Kettenis <kettenis@chello.nl>
5924
5925 * gdbint.texinfo (Host Definition): Delete description of
5926 NO_SYS_FILE.
5927 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
5928 PTRACE_FP_BUG.
5929
9c8dbfa9
AC
59302004-08-05 Andrew Cagney <cagney@gnu.org>
5931
5932 * gdbint.texinfo (Target Architecture Definition): Delete
5933 reference to deprecated_read_fp.
5934
f42accbe
AC
59352004-08-02 Andrew Cagney <cagney@gnu.org>
5936
5937 * gdbint.texinfo (Target Architecture Definition): Delete
5938 description of DEPRECATED_REGISTER_BYTES.
5939
0b66e38c
EZ
59402004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
5941
5942 * gdb.texinfo (Source Path): Document the new behavior of
5943 searching for the source files.
5944
15387254
EZ
59452004-07-17 Eli Zaretskii <eliz@gnu.org>
5946
5947 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
5948 (Search, Expressions, Arrays, Variables, Data, Machine Code)
5949 (Auto Display): Improve indexing.
5950
2c07db7a
AC
59512004-07-16 Andrew Cagney <cagney@gnu.org>
5952
5953 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
5954 "-noasync".
5955
4644b6e3
EZ
59562004-07-09 Eli Zaretskii <eliz@gnu.org>
5957
5958 * gdb.texinfo: Fix @kindex entries so that multiple commands that
5959 have the same prefix have only their prefix in the index.
5960
7561d450
MK
59612004-07-03 Mark Kettenis <kettenis@gnu.org>
5962
5963 * gdb.texinfo (BSD libkvm Interface): New node (section)
5964 (Native): Add it to the menu.
5965
67bebe79
MK
59662004-07-01 Mark Kettenis <kettenis@gnu.org>
5967
5968 * gdbint.texinfo (Target Architecture Definition): Remove
5969 PCC_SOL_BROKEN.
5970
1a6923e0
MK
59712004-06-24 Mark Kettenis <kettenis@gnu.org>
5972
5973 * gdbint.texinfo (Target Architecture Definition): Remove
5974 SUN_FIXED_LBRAC_BUG.
5975
b435e160
AC
59762004-06-26 Andrew Cagney <cagney@gnu.org>
5977
5978 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
5979
b5622e8d
AC
59802004-06-20 Andrew Cagney <cagney@gnu.org>
5981
5982 * gdbint.texinfo (Target Architecture Definition): Deprecate
5983 USE_STRUCT_CONVENTION.
5984
e0c07bf0
MC
59852004-06-19 Michael Chastain <mec.gnu@mindspring.com>
5986
5987 gdb.texinfo (Bug Reporting): Mention session recording,
5988 with the script command or Emacs.
5989
782263ab
AC
59902004-06-18 Andrew Cagney <cagney@gnu.org>
5991
5992 * gdbint.texinfo (Target Architecture Definition): Deprecate
5993 FUNCTION_START_OFFSET.
5994
03727ca6
AC
59952004-06-14 Andrew Cagney <cagney@gnu.org>
5996
5997 Based on changes from Karl Berry.
5998 * gdb.texinfo: Do not use @sc in a direntry.
5999 * stabs.texinfo: Change @dircateogry to "Software development".
6000 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
6001
97092415
AC
60022004-06-13 Andrew Cagney <cagney@gnu.org>
6003
6004 * gdbint.texinfo (Target Architecture Definition): Delete
6005 description of RETURN_VALUE_ON_STACK.
6006
1f6d4158
AC
60072004-06-09 Andrew Cagney <cagney@gnu.org>
6008
6009 * gdbint.texinfo (Native Debugging): Restore "@table @code"
6010 deleted by previous patch.
6011
d966f0cb
AC
60122004-06-08 Andrew Cagney <cagney@gnu.org>
6013
6014 * gdbint.texinfo (Native Debugging): Delete documentation on
6015 ATTACH_DETACH.
6016
86fe4aaa
RC
60172004-06-06 Randolph Chung <tausq@debian.org>
6018
6019 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
6020
d4b6d575
RC
60212004-06-06 Randolph Chung <tausq@debian.org>
6022
5ae4183a 6023 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
6024 the new push_dummy_call method signature. Describe the function
6025 argument.
6026
4e8b0763
JB
60272004-05-24 Joel Brobecker <brobecker@gnat.com>
6028
6029 * gdb.texinfo (Starting): Document new start command.
6030
59caf092
AC
60312004-05-21 Andrew Cagney <cagney@redhat.com>
6032
6033 * observer.texi (GDB Observers): Document "inferior_created".
6034
e4a2df64
AC
60352004-05-08 Andrew Cagney <cagney@redhat.com>
6036
e6b55ae2
AC
6037 * gdbint.texinfo (Target Architecture Definition): Delete
6038 description of DO_DEFERRED_STORES.
6039
28954179
AC
6040 * gdbint.texinfo (Target Architecture Definition): Delete
6041 references to DEPRECATED_FIX_CALL_DUMMY.
6042
434b87dd
AC
6043 * gdbint.texinfo (Target Architecture Definition): Delete
6044 description of DEPRECATED_CALL_DUMMY_WORDS,
6045 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
6046
58d28df8
AC
6047 * gdbint.texinfo (Target Architecture Definition): Delete
6048 description of DEPRECATED_PUSH_DUMMY_FRAME.
6049
e4a2df64
AC
6050 * gdbint.texinfo (Target Architecture Definition): Delete
6051 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
6052
2b4855ab
AC
60532004-05-07 Andrew Cagney <cagney@redhat.com>
6054
6055 * observer.texi (GDB Observers): Add "Debugging" section. Include
6056 cross reference to "set/show debug observer".
6057 * gdb.texinfo (Debugging Output): Document "set/show debug
6058 observer".
6059
fcf70625
AC
60602004-05-01 Andrew Cagney <cagney@redhat.com>
6061
6062 * gdbint.texinfo (Target Architecture Definition): Delete
6063 description of DEPRECATED_PC_IN_SIGTRAMP.
6064
8ee56bcf
AC
60652004-04-30 Andrew Cagney <cagney@redhat.com>
6066
6067 * gdbint.texinfo (Target Architecture Definition): Delete
6068 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
6069
67ab9a76
OF
60702004-04-30 Orjan Friberg <orjanf@axis.com>
6071
6072 * observer.texi (GDB Observers): Correct spelling.
6073
79346bcb
OF
60742004-04-26 Orjan Friberg <orjanf@axis.com>
6075
6076 * observer.texi (GDB Observers): Add target_changed event.
6077
7a464420
AC
60782004-04-08 Andrew Cagney <cagney@redhat.com>
6079
6080 * observer.texi (GDB Observers): Rework, provide generic observer
6081 definitions and then a list of observable events.
6082
6cdf9d98
AC
60832004-04-04 Andrew Cagney <cagney@redhat.com>
6084
6085 * gdbint.texinfo (Host Definition): Delete reference to
6086 NO_SIGINTERRUPT.
6087
ddc135a4
AC
60882004-04-02 Andrew Cagney <cagney@redhat.com>
6089
6090 * gdbint.texinfo (Target Architecture Definition): Delete
6091 reference to DEPRECATED_CALL_DUMMY_LENGTH.
6092
6a1b180d
SC
60932004-03-28 Stephane Carrez <stcarrez@nerim.fr>
6094
6095 * gdb.texinfo (TUI Commands): Document tui reg commands.
6096
d0d5df6f
AC
60972004-03-26 Andrew Cagney <cagney@redhat.com>
6098
6099 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
6100 "gdbtui".
6101 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
6102 (Contributors): Mention both Text and Terminal User Interface.
6103
aa2a3f87
AC
61042004-03-23 Andrew Cagney <cagney@redhat.com>
6105
6106 * gdbint.texinfo (Target Architecture Definition): Deprecate
6107 references to SIGTRAMP_START and SIGTRAMP_END.
6108
f561f026
AC
61092004-03-23 Andrew Cagney <cagney@redhat.com>
6110
6111 * gdbint.texinfo (Target Architecture Definition): Deprecate
6112 references to PC_IN_SIGTRAMP.
6113
33cb8b0f
AC
61142004-03-19 Andrew Cagney <cagney@redhat.com>
6115
6116 * gdbint.texinfo (Target Architecture Definition): Delete
6117 reference to GDB_TARGET_IS_HPPA.
6118
fc989b7a
AC
61192004-03-18 Andrew Cagney <cagney@redhat.com>
6120
6121 * gdbint.texinfo (Coding): Update section on gdbarch_data,
6122 describe pre_init and post_init.
6123
701b08bb
DJ
61242004-03-09 Daniel Jacobowitz <drow@mvista.com>
6125
6126 * gdb.texinfo (Debugging Output): Document values for "set debug
6127 target".
6128
faae5abe
AC
61292004-02-28 Andrew Cagney <cagney@redhat.com>
6130
6131 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
6132
dd79a6cf
JJ
61332004-02-26 Jeff Johnston <jjohnstn@redhat.com>
6134
6135 * gdb.texinfo (breakpoints): Add information about the
6136 new "set breakpoint pending" and "show breakpoint pending"
6137 commands.
6138
e7f16015
AC
61392004-02-26 Andrew Cagney <cagney@redhat.com>
6140
6141 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
6142 in Per-architecture module data section.
6143
7161a3a6
RM
61442004-02-25 Roland McGrath <roland@redhat.com>
6145
6146 * gdb.texinfo (General Query Packets): Document qPart:... packets.
6147
2154891a
AC
61482004-02-24 Andrew Cagney <cagney@redhat.com>
6149
6150 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
6151 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
6152 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 6153
6c74ac8b
AC
61542004-02-17 Andrew Cagney <cagney@redhat.com>
6155
6156 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
6157
19772a2c
AC
61582004-02-16 Andrew Cagney <cagney@redhat.com>
6159
6160 * gdbint.texinfo (Target Architecture Definition): Deprecate
6161 FRAMELESS_FUNCTION_INVOCATION.
6162
c9830293
AC
61632004-02-16 Andrew Cagney <cagney@redhat.com>
6164
6165 * gdbint.texinfo (Coding): Mention -Wunused-function.
6166
b9d26eb9
AC
61672004-02-14 Andrew Cagney <cagney@redhat.com>
6168
6169 * gdbint.texinfo (Target Architecture Definition): Delete
6170 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
6171
49efadf5
EZ
61722004-02-12 Elena Zannoni <ezannoni@redhat.com>
6173
6174 * gdb.texinfo: Properly quote the name "C++".
6175 * gdbint.texinfo: Ditto.
6176 * stabs.texinfo: Ditto.
6177
1eb288ea
EZ
61782004-02-11 Elena Zannoni <ezannoni@redhat.com>
6179
6180 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
6181 minimal information about libiberty.
6182
e4937fc1
MC
61832004-02-06 Michael Chastain <mec.gnu@mindspring.com>
6184
6185 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
6186
a9331b3f
RM
61872004-02-04 Roland McGrath <roland@redhat.com>
6188
6189 * gdb.texinfo (Auxiliary Vector): New node (section).
6190 (Data): Add it to the menu.
6191
2650777c
JJ
61922004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6193
6194 * gdb.texinfo (Breakpoints): Add information about pending
6195 breakpoint support.
6196
b4501125
AC
61972004-01-26 Andrew Cagney <cagney@redhat.com>
6198
6199 * gdb.texinfo (Overview): Delete references to the cisco protocol
6200 including the "N" response.
6201
74055713
AC
62022004-01-26 Andrew Cagney <cagney@redhat.com>
6203
6204 * gdbint.texinfo (Target Architecture Definition): Rename
6205 EXTRACT_STRUCT_VALUE_ADDRESS to
6206 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 6207
3bbe9696
EZ
62082004-01-24 Eli Zaretskii <eliz@gnu.org>
6209
6210 * gdb.texinfo (KOD): Document "show os". Add index entries for
6211 "set/show os" and "info cisco" commands.
6212
5843504f
EZ
62132004-01-21 Eli Zaretskii <eliz@gnu.org>
6214
6215 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
6216
9175c9a3
MC
62172004-01-19 Michael Chastain <mec.gnu@mindspring.com>
6218
6219 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
6220 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
6221
8e94b928
NR
62222004-01-19 Nick Roberts <nick@nick.uklinux.net>
6223
6224 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
6225 -stack-list-locals.
6226 (GDB/MI Variable Objects): Describe extension to
6227 -var-list-children.
6228
a20cf136
DJ
62292004-01-17 Daniel Jacobowitz <drow@mvista.com>
6230
6231 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
6232
afb18d0f
AC
62332004-01-17 Andrew Cagney <cagney@redhat.com>
6234
6235 * gdbint.texinfo (Target Architecture Definition): Delete
6236 documentation on DEPRECATED_NPC_REGNUM.
6237
b51970ac
DJ
62382004-01-13 Daniel Jacobowitz <drow@mvista.com>
6239
6240 * gdb.texinfo: Update copyright year. Mention that set
6241 follow-fork-mode is supported on GNU/Linux. Remove documentation of
6242 "set follow-fork-mode ask".
6243
0f0cffd2
AC
62442004-01-13 Andrew Cagney <cagney@redhat.com>
6245
6246 * gdbint.texinfo: Update copyright year.
6247 (Coding): Add -Wunused-label to list of -Werror warnings.
6248
c552b3bb 62492004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 6250 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
6251
6252 * gdb.texinfo: Update copyright.
6253 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
6254 around names, as appropriate. Minor syntax cleanup of
6255 _NSPrintForDebugger explanation. Two spaces after periods.
6256 GDBN used instead of lit. "gdb". Index entries added for
6257 print-object and _NSPrintForDebugger. @noindent added in one spot.
6258
afe157ca
EZ
62592003-11-11 Elena Zannoni <ezannoni@redhat.com>
6260
6261 * stabs.texinfo: Add dircategory and direntry commands.
6262 * annotate.texinfo: Ditto.
6263
963e2bb7
AC
62642003-11-10 Andrew Cagney <cagney@redhat.com>
6265
6266 * gdbint.texinfo (Target Architecture Definition): Replace the
6267 return_value method's "inval" and "outval" parameters with
6268 "readbuf" and "writebuf".
6269
1d8b2f28
JB
62702003-10-28 Jim Blandy <jimb@redhat.com>
6271
6272 * gdb.texinfo (The F request packet, The F reply packet): Renamed
6273 from "The `F' request packet" and "The `F' reply packet", to make
6274 texi2dvi happy.
6275 (File-I/O remote protocol extension): Update menu entries, too.
6276
36d86913
MC
62772003-10-26 Michael Chastain <mec@shout.net>
6278
6279 * gdb.texinfo (Thread Stops): Document the issue with
6280 premature return from system calls in multi-threaded programs.
6281
ce2826aa
AC
62822003-10-24 Andrew Cagney <cagney@redhat.com>
6283
6284 * annotate.texinfo: Fix "fortunatly"[sic].
6285
f24c5e49
KI
62862003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
6287
6288 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
6289 with "Hitachi" and "Mitsubishi".
6290
92ad9cd9
AC
62912003-10-20 Andrew Cagney <cagney@redhat.com>
6292
6293 * gdbint.texinfo (Target Architecture Definition): Document
6294 gdbarch_return_value. Add cross references from
6295 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
6296 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
6297
0ab4b752
MK
62982003-10-18 Mark Kettenis <kettenis@gnu.org>
6299
6300 * gdbint.texinfo (Target Architecture Definition): Document
6301 regset_from_core_section.
fb3e19c0
KI
6302
63032003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
6304
6305 * gdb.texinfo (M32R/D): Mention m32rsdi target.
6306
a9331b3f 63072003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
6308
6309 From Anthony Green <green@redhat.com>:
5ae4183a 6310 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 6311
1485d690
KB
63122003-10-14 Kevin Buettner <kevinb@redhat.com>
6313
889bf7c5
PA
6314 * gdb.texinfo (Breakpoint related warnings): New node.
6315 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 6316
86d30acc
DJ
63172003-10-13 Daniel Jacobowitz <drow@mvista.com>
6318
6319 * gdb.texinfo (Remote Protocol): Document v and vCont.
6320
172c2a43
KI
63212003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
6322
6323 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
6324 * gdbint.texinfo: Ditto.
6325
71952f4c
AC
63262003-10-09 Andrew Cagney <cagney@redhat.com>
6327
6328 From 2003-09-18 David Anderson <davea@sgi.com>:
6329 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
6330 "command".
6331
268e2188
AC
63322003-10-03 Andrew Cagney <cagney@redhat.com>
6333
6334 * gdbint.texinfo (Target Architecture Definition): Deprecate
6335 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
6336 just target.
6337
12c266ea 63382003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 6339
f30992d4 6340 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
6341 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
6342 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
6343 * gdbint.texinfo (Target Architecture Definition): Rename
6344
63452003-09-30 Andrew Cagney <cagney@redhat.com>
6346
f30992d4 6347 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 6348 (Target Architecture Definition):
f30992d4 6349
2e092625
AC
6350 * gdbint.texinfo (Target Architecture Definition): Rename
6351 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
6352
0717ae8a
AC
63532003-09-29 Andrew Cagney <cagney@redhat.com>
6354
dad809b7
AC
6355 * gdbint.texinfo (Target Architecture Definition): Delete
6356 documentation for NEED_TEXT_START_END.
6357
0717ae8a
AC
6358 * gdbint.texinfo (Target Architecture Definition): Rename
6359 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
6360 TARGET_WRITE_PC.
a9331b3f 6361
af6cf26d
MC
63622003-09-22 Michael Chastain <mec@shout.net>
6363
6364 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
6365
ee206350
AG
63662003-09-21 Anthony Green <green@redhat.com>
6367
6368 * gdbint.texinfo (Target Architecture Definition): Fix typos.
6369
a38c9fe6
MK
63702003-09-21 Mark Kettenis <kettenis@gnu.org>
6371
6372 * gdbint.texinfo (Target Architecture Definition): Document
6373 stabs_argument_has_addr.
6374
77949794
AC
63752003-09-18 Andrew Cagney <cagney@redhat.com>
6376
6377 * gdbint.texinfo (Target Architecture Definition): Delete
6378 documentation on REGISTER_NAMES.
6379
8e823e25
MK
63802003-09-13 Mark Kettenis <kettenis@gnu.org>
6381
6382 * gdbint.texinfo (Target Architecture Definition): Replace
6383 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
6384
f27dd7fd
AC
63852003-09-11 Andrew Cagney <cagney@redhat.com>
6386
6387 * gdbint.texinfo (Target Architecture Definition): Replace
6388 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
6389
8b148df9
AC
63902003-08-18 Andrew Cagney <cagney@redhat.com>
6391
6392 * gdbint.texinfo (Target Architecture Definition): Document
6393 "frame_red_zone_size".
6394
25d29d70
AC
63952003-08-09 Andrew Cagney <cagney@redhat.com>
6396
6397 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
6398 with "set/show backtrace past-main" and "set/show backtrace
6399 limit".
6400
c938e9b0
L
64012003-08-08 H.J. Lu <hongjiu.lu@intel.com>
6402
6403 * Makefile.in (install-info): Support DESTDIR.
6404 (install-html): Likewise.
6405
64fabec2
AC
64062003-08-07 Andrew Cagney <cagney@redhat.com>
6407
6408 Patch from Nick Roberts.
6409 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
6410 bindings. Remove description of send-gdb-command.
6411
2fcf52f0
AC
64122003-08-07 Andrew Cagney <cagney@redhat.com>
6413
6414 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
6415 GDB 6.0.
6416
086432e2
AC
64172003-08-06 Andrew Cagney <cagney@redhat.com>
6418
6419 * gdb.texinfo (Mode Options): Mention that level three is the
6420 highest available and that level 2 is deprecated.
6421 (Annotations Overview): Mention annotation levels. Cross reference
6422 to "Limitations of the Annotation Interface" in annotate.texi.
6423 (TODO, Value Annotations, Frame Annotations): Delete section.
6424 (Displays, Breakpoint Info): Delete.
6425
e5249f67
AC
64262003-08-04 Andrew Cagney <cagney@redhat.com>
6427
6428 * agentexpr.texi: Delete @bye.
6429 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
6430 (stabs.info): Add $(srcdir) to include search path.
6431 (html): Depend on "annotate_toc.html", and not "annotate.html".
6432 * stabs.texinfo: Ditto. Include "fdl.texi".
6433 * gdbint.texinfo: Update copyright statement's list of invariant
6434 sections.
6435
e6f672d2
AC
64362003-07-28 Andrew Cagney <cagney@redhat.com>
6437
6438 * Makefile.in (INFO_DEPS): Add annotate.info.
6439 (dvi, ps, html, pdf): Add annotate.
6440 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
6441 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
6442 (ANNOTATE_DOC_FILES): New macro.
6443 (ANNOTATE_TEX_TMPS): New macro.
6444 (annotate.info, annotate_toc.html): Specify dependencies.
6445 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
6446 * annotate.texinfo: Rename annotate.texi. Get building. Add
6447 "Migrating to GDB/MI" and "Limitations of the Annotation
6448 Interface" chapters. Mention why it is not part of the user
6449 guide. Update copyright notice. Include "fdl.texi".
6450
72ffddc9
SC
64512003-07-26 Stephane Carrez <stcarrez@nerim.fr>
6452
6453 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
6454
a9f12a31
DJ
64552003-07-24 Daniel Jacobowitz <drow@mvista.com>
6456
6457 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
6458
b1fe9455
DJ
64592003-07-24 Daniel Jacobowitz <drow@mvista.com>
6460
6461 * gdb.texinfo (Server): Mention pidof.
6462
153721e6
AC
64632003-07-22 Andrew Cagney <cagney@redhat.com>
6464
6465 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
6466 list.
6467
0fac0b41
DJ
64682003-06-28 Daniel Jacobowitz <drow@mvista.com>
6469
6470 * gdb.texinfo (Logging output): New chapter.
6471
4e562065
JB
64722003-06-24 Joel Brobecker <brobecker@gnat.com>
6473
6474 * gdb.texinfo (Unsupported languages): New section.
6475 (Languages): Add link to new section.
6476
f2c06f52
AC
64772003-06-22 Andrew Cagney <cagney@redhat.com>
6478
6479 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
6480
b4177fca
DJ
64812003-06-22 Daniel Jacobowitz <drow@mvista.com>
6482
6483 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
6484
f418dd93
DJ
64852003-06-22 Daniel Jacobowitz <drow@mvista.com>
6486
6487 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
6488 * agentexpr.texi: Retitle section, and change it to an appendix.
6489 Comment out texinfo initialization. Factor a @var{} into two
6490 pieces to prevent makeinfo warnings.
6491 * gdb.texinfo: Add Agent Expressions appendix.
6492
4ca61388
DJ
64932003-06-19 Daniel Jacobowitz <drow@mvista.com>
6494
6495 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
6496
07f31aa6
DJ
64972003-06-18 Daniel Jacobowitz <drow@mvista.com>
6498
5ae4183a 6499 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
6500 remote target". Document the "detach" and "disconnect" commands.
6501 (Server, Netware, Debug Session): Reference "Connecting to a
6502 remote target".
6503 (GDB/MI Target Manipulation): Document "-target-disconnect".
6504
2dd0da42
AC
65052003-06-13 Andrew Cagney <cagney@redhat.com>
6506
6507 * gdbint.texinfo (Target Architecture Definition): Deprecate
6508 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
6509 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
6510
e7a3abfc
JB
65112003-06-09 Jim Blandy <jimb@redhat.com>
6512
6513 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
6514
25e3a86b
AC
65152003-06-08 Andrew Cagney <cagney@redhat.com>
6516
6517 * gdbint.texinfo (Target Architecture Definition): Delete
6518 documentation on FRAME_ARGS_ADDRESS_CORRECT.
6519
a9e5fdc2
AC
65202003-06-08 Andrew Cagney <cagney@redhat.com>
6521
6522 * gdbint.texinfo (Target Architecture Definition): Document
6523 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
6524
b37303ee
AF
65252003-06-07 Adam Fedor <fedor@gnu.org>
6526
6527 * gdb.texinfo: Add Objective-C documentation.
6528
39fe6e80
AC
65292003-06-01 Andrew Cagney <cagney@redhat.com>
6530
6531 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
6532 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
6533
125309b2
AC
65342003-05-21 Andrew Cagney <cagney@redhat.com>
6535
6536 * gdbint.texinfo (Target Architecture Definition): Delete
6537 references to "extract_address" and "store_address".
6538
b8b527c5
AC
65392003-05-16 Andrew Cagney <cagney@redhat.com>
6540
6541 * gdbint.texinfo (Target Architecture Definition): Replace
6542 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
6543 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
6544
50e3ee83
TR
65452003-05-14 Theodore A. Roth <troth@openavr.org>
6546
6547 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
6548
44e2be90
L
65492003-05-10 H.J. Lu <hongjiu.lu@intel.com>
6550
6551 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
6552 (gdb.dvi): Likewise.
6553 (gdb.pdf): Likewise.
6554 (links2roff): Likewise.
6555
df5215a6
JB
65562003-05-08 Jim Blandy <jimb@redhat.com>
6557
6558 * gdb.texinfo (Dump/Restore Files): Update documentation for
6559 'dump', 'append', and 'restore': note that format argument is
6560 optional; simplify presentation of the command variants; and be
6561 more precise about the formats.
6562
5e7b2f39
JB
65632003-05-07 Jim Blandy <jimb@redhat.com>
6564
6565 * gdb.texinfo (Symbols): Update documentation: 'maint list
6566 symtabs' and 'maint list psymtabs' have been renamed 'maint info
6567 symtabs' and 'maint info psymtabs'.
6568
b1e29e33
AC
65692003-05-05 Andrew Cagney <cagney@redhat.com>
6570
6571 * gdbint.texinfo (Target Architecture Definition): Make
6572 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
6573 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
6574 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
6575
00905d52
AC
65762003-05-04 Andrew Cagney <cagney@redhat.com>
6577
6578 * gdb.texinfo (Maintenance Commands): Document "maint print
6579 dummy-frames".
6580
54ff5908
AC
65812003-05-04 Andrew Cagney <cagney@redhat.com>
6582
6583 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
6584
32e7087d
JB
65852003-05-03 J. Brobecker <brobecker@gnat.com>
6586
6587 Thierry Schneider <tpschneider1@yahoo.com>
6588 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
6589 for new MI command.
6590
7043d8dc
AC
65912003-05-03 Andrew Cagney <cagney@redhat.com>
6592
6593 * gdbint.texinfo (Target Architecture Definition): Document
6594 push_dummy_code. Add cross references.
6595
e33d66ec
EZ
65962003-05-02 Elena Zannoni <ezannoni@redhat.com>
6597
6598 * gdb.texinfo (Character Sets): Update to reflect new behavior of
6599 set/show charsets commands.
6600
0ba6dca9
AC
66012003-04-28 Andrew Cagney <cagney@redhat.com>
6602
6603 * gdbint.texinfo (Target Architecture Definition): Replace
6604 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
6605 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
6606
d7a27068
AC
66072003-04-28 Andrew Cagney <cagney@redhat.com>
6608
6609 * gdbint.texinfo (Target Architecture Definition): Rename
6610 "tm_print_insn" to "deprecated_tm_print_insn".
6611
44ea7b70
JB
66122003-04-09 Jim Blandy <jimb@redhat.com>
6613
6614 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
6615 list psymtabs'.
6616
fb8f8949
AC
66172003-04-08 Andrew Cagney <cagney@redhat.com>
6618
6619 * gdbint.texinfo (Target Architecture Definition): Delete
6620 references to EXTRA_FRAME_INFO.
6621
32fb0f22
AC
66222003-04-08 Andrew Cagney <cagney@redhat.com>
6623
6624 * gdbint.texinfo (Target Architecture Definition): Delete
6625 PRINT_TYPELESS_INTEGER.
6626
6be67e67
JB
66272003-04-02 J. Brobecker <brobecker@gnat.com>
6628
6629 * observer.texi (GDB Observers): Adjust the documentation for the
6630 normal_stop notification to better describe reality. Fix a couple
6631 of minor typos.
6632
4e35d5f0
BR
66332003-04-02 Bob Rossi <bob_rossi@cox.net>
6634
a9331b3f 6635 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
6636 '-file-list-exec-source-file'
6637
e8a8712a
AC
66382003-03-31 Andrew Cagney <cagney@redhat.com>
6639
6640 * gdbint.texinfo (Target Architecture Definition): Delete
6641 references to CALL_DUMMY_P.
6642
6c0e89ed
AC
66432003-03-30 Andrew Cagney <cagney@redhat.com>
6644
6645 * gdbint.texinfo (Target Architecture Definition): Remove
6646 reference to TARGET_WRITE_SP.
a9331b3f 6647
378bfd1b
AC
66482003-03-27 Andrew Cagney <cagney@redhat.com>
6649
6650 * gdbint.texinfo (Target Architecture Definition): Remove
6651 references to write_sp.
6c0e89ed 6652
922fbb7b
AC
66532003-03-27 Andrew Cagney <cagney@redhat.com>
6654
6655 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
6656 chapter body. Use @smallexample instead of @example.
6657 (Annotations): Ditto.
6658 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
6659 annotate.texi.
6660
b81774d8
AC
66612003-03-26 Andrew Cagney <cagney@redhat.com>
6662
6663 * gdbint.texinfo (Target Architecture Definition): Replace
6664 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
6665 dummy_addr parameters.
6666
1bf6d5cc
AC
66672003-03-25 Andrew Cagney <cagney@redhat.com>
6668
6669 * gdbint.texinfo (Target Architecture Definition): Delete
6670 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
6671 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
6672 Add reference to PUSH_ARGUMENTS.
6673
618ce49f
AC
66742003-03-23 Andrew Cagney <cagney@redhat.com>
6675
6676 * gdbint.texinfo (Algorithms, Target Architecture Definition):
6677 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
6678
bcd7e15f
JB
66792003-03-18 J. Brobecker <brobecker@gnat.com>
6680
6681 * gdbint.texinfo (Algorithms): Add new section describing the
6682 Observer paradigm.
6683 (Top): Add menu entry to new observer appendix.
6684 * observer.texi: New file.
6685 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
6686 new observer.texi file.
6687
9fe8321b
AC
66882003-03-17 Andrew Cagney <cagney@redhat.com>
6689
6690 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
6691 that GNU Press update the manual version number.
6692
ac2adee5
AC
66932003-03-12 Andrew Cagney <cagney@redhat.com>
6694
6695 * gdbint.texinfo (Target Architecture Definition): Delete
6696 references to get_saved_register. Rename GET_SAVED_REGISTER to
6697 DEPRECATED_GET_SAVED_REGISTER.
6698
749b82f6
AC
66992003-03-13 Andrew Cagney <cagney@redhat.com>
6700
6701 * gdbint.texinfo (Target Architecture Definition): Replace
6702 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
6703
8bedc050
AC
67042003-03-12 Andrew Cagney <cagney@redhat.com>
6705
6706 * gdbint.texinfo (Target Architecture Definition): Rename
6707 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 6708
0ce1b118
CV
67092003-03-10 Corinna Vinschen <vinschen@redhat.com>
6710
6711 * gdb.texinfo: Add File-I/O documentation.
6712
12cc2063
AC
67132003-03-10 Andrew Cagney <cagney@redhat.com>
6714
6715 * gdbint.texinfo (Target Architecture Definition): Cross reference
6716 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
6717
7453dc06
AC
67182003-03-07 Andrew Cagney <cagney@redhat.com>
6719
6720 * gdb.texinfo (Debugging Output): Mention the "set/show debug
6721 frame" command.
6722
6314f104
AC
67232003-03-05 Andrew Cagney <cagney@redhat.com>
6724
6725 * gdbint.texinfo (Target Architecture Definition): Document
6726 unwind_dummy_id. Cross reference unwind_dummy_id and
6727 SAVE_DUMMY_FRAME_TOS.
6728
f1212245
DJ
67292003-03-05 James Ingham <jingham@apple.com>
6730 Daniel Jacobowitz <drow@mvista.com>
6731
6732 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
6733 and "show cp-abi".
6734
77e7e267
AC
67352003-03-03 Andrew Cagney <cagney@redhat.com>
6736
6737 * gdbint.texinfo (Target Architecture Definition): Document
6738 register_type.
6739
838a8221
AC
67402003-03-03 Andrew Cagney <cagney@redhat.com>
6741
6742 * stabs.texinfo (Structures): Use @samp and separate @var's
6743 instead of a single @var containing a comma separated list.
6744 (Unions): Ditto.
6745
d7f4a264
DJ
67462003-03-02 Daniel Jacobowitz <drow@mvista.com>
6747
6748 * Makefile.in (distclean): Remove config.log.
6749
f30ee0bc
AC
67502003-03-01 Andrew Cagney <cagney@redhat.com>
6751
6752 * gdbint.texinfo (Target Architecture Definition): Rename
6753 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
6754
67552003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
6756
6757 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
6758 DEPRECATED_INIT_EXTRA_FRAME_INFO.
6759
be448670
CF
67602003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
6761
6762 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
6763 (Non-debug DLL symbols): New node, describing the minimal symbols
6764 loaded from DLLs without real debugging symbols.
6765
501eef12
AC
67662003-02-20 Andrew Cagney <ac131313@redhat.com>
6767
6768 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
6769 hardware-breakpoint-limit".
6770 (Set Watchpoints): Add cross reference to "set remote
6771 hardware-watchpoint-limit".
6772 (Remote configuration options): New section.
6773
21c294e6
AC
67742003-02-04 Andrew Cagney <ac131313@redhat.com>
6775
e9be73e4
AC
6776 * gdbint.texinfo (Target Architecture Definition): Delete
6777 descrption of IS_TRAPPED_INTERNALVAR.
6778
21c294e6
AC
6779 From Keith Seitz <keiths@redhat.com>:
6780 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
6781 option "-i"/"--interpreter" to this chapter. Include index
6782 entries.
6783
0179ffac
DC
67842003-02-04 David Carlton <carlton@math.stanford.edu>
6785
6786 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
6787 (Variables): Recommend stabs+ and DWARF 2.
6788 (C plus plus expressions): Correct info about
6789 compiler versions, debug formats.
6790 (Contributors): Change 'DWARF2' to 'DWARF 2'.
6791 PR symtab/874.
6792
7ca9f392
AC
67932003-02-01 Andrew Cagney <ac131313@redhat.com>
6794
6795 * gdbint.texinfo (Target Architecture Definition): Delete
6796 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
6797 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
6798 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
6799 references to nindy and i960.
6800 * gdb.texinfo (i960): Delete all references to i960 and nindy.
6801
31a85ea2
AC
68022003-02-01 Andrew Cagney <ac131313@redhat.com>
6803
6804 * gdbint.texinfo (Target Architecture Definition): Delete
6805 FLOAT_INFO.
6806
6b894e49
AC
68072003-01-30 Andrew Cagney <ac131313@redhat.com>
6808
6809 * stabs.texinfo (Member Type Descriptor): Clarify description of
6810 `@'. Suggested by Ben Hutchings.
6811
c48861fb
AC
68122003-01-29 Andrew Cagney <ac131313@redhat.com>
6813
6814 * gdb.texinfo (M68K): Delete reference to es1800.
6815
617073a9
AC
68162003-01-29 Andrew Cagney <ac131313@redhat.com>
6817
6818 * gdb.texinfo (Maintenance Commands): Document `maint print
6819 reggroups' and `maint print register-groups'.
6820 * gdbint.texinfo (Target Architecture Definition): Document
6821 register_reggroup_p.
6822
5b5d99cf
JB
68232003-01-23 Jim Blandy <jimb@redhat.com>
6824
6825 * gdb.texinfo (Separate Debug Files): New section.
6826
e7ba9c65
DJ
68272003-01-22 Daniel Jacobowitz <drow@mvista.com>
6828
6829 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
6830 and "maint show profile".
6831
94e91d6d
MC
68322003-01-16 Michael Chastain <mec@shout.net>
6833
6834 * gdb.texinfo (Installing GDB): Warn against
6835 ".../gdb-VERSION/gdb/configure".
6836 (Separate Objdir): Likewise.
6837
867f3898
AC
68382003-01-15 Andrew Cagney <ac131313@redhat.com>
6839
6840 * gdbint.texinfo (Target Architecture Definition): Delete
6841 definition of PRINT_REGISTER_HOOK.
6842
f153cc92
EZ
68432003-01-15 Elena Zannoni <ezannoni@redhat.com>
6844
6845 (OpenRISC 1000): Fix formatting of command names.
6846
c60eb6f1
EZ
68472003-01-15 Elena Zannoni <ezannoni@redhat.com>
6848
6849 * gdb.texinfo (Continuing and Stepping): Add new command
6850 'advance'. Clarify behavior of 'until'.
6851
f5ebfba0
DJ
68522003-01-13 Daniel Jacobowitz <drow@mvista.com>
6853
6854 * gdb.texinfo (Files): Document solib-absolute-prefix and
6855 solib-search-path.
6856
4ce8657e
MC
68572003-01-09 Michael Chastain <mec@shout.net>
6858
6859 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
6860 (Create a Release): Add new instructions for new @file{src-release}.
6861 Document existing instructions for @file{Makefile.in} as
6862 being for @value{GDBN} 5.3.1 or earlier.
6863
372613e3
AC
68642003-01-09 Andrew Cagney <ac131313@redhat.com>
6865
6866 * gdbint.texinfo (Target Architecture Definition): Mention
6867 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
6868 allocate memory.
6869
b4e9345d
DJ
68702003-01-04 Daniel Jacobowitz <drow@mvista.com>
6871
6872 * gdb.texinfo (Controlling GDB): Add @kindex for
6873 "show osabi".
6874 (Backtraces): Add @kindex's for backtrace-below-main.
6875
98b45e30
DJ
68762003-01-04 Daniel Jacobowitz <drow@mvista.com>
6877
6878 * gdb.texinfo (Controlling GDB): Document "set osabi".
6879
95f90d25
DJ
68802003-01-04 Daniel Jacobowitz <drow@mvista.com>
6881
6882 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
6883 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
6884
1e698235
DJ
68852003-01-04 Daniel Jacobowitz <drow@mvista.com>
6886
6887 * gdb.texinfo (Controlling GDB): Add ABI section. Document
6888 "set coerce-float-to-double".
6889 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
6890
e632838e
AC
68912003-01-02 Andrew Cagney <ac131313@redhat.com>
6892
6893 * stabs.texinfo: Remove obsolete text.
6894 * gdbint.texinfo: Ditto.
6895 * gdb.texinfo: Ditto.
6896
c133ab7a
MK
68972002-12-22 Mark Kettenis <kettenis@gnu.org>
6898
6899 * gdbint.texinfo (Target Architecture Definition): Update
6900 description of gdbarch_register_osabi.
6901
f821f325
KH
69022002-12-20 Kazu Hirata <kazu@cs.umass.edu>
6903
6904 * agentexpr.texi: Fix typos.
6905 * annotate.texi: Likewise.
6906 * fdl.texi: Likewise.
6907
85a6d8d3 69082002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
6909
6910 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
6911 DEPRECATED_INIT_FRAME_PC.
6912
ae45cd16
AC
69132002-12-01 Andrew Cagney <ac131313@redhat.com>
6914
6915 * gdbint.texinfo (Target Architecture Definition): Delete
6916 PC_IN_CALL_DUMMY.
6917
07555a72
AC
69182002-11-28 Andrew Cagney <ac131313@redhat.com>
6919
6920 * gdbint.texinfo (Host Definition): Delete documentation on
6921 USE_GENERIC_DUMMY_FRAMES.
6922
c166cdc7
EZ
69232002-11-26 Elena Zannoni <ezannoni@redhat.com>
6924
5ae4183a 6925 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
6926 * Makefile.in (install-info): Run the install-info command as part
6927 of the post install steps only.
6928 (uninstall-info): New target.
6929 (uninstall): New target.
6930
35db0260
EZ
69312002-11-22 Elena Zannoni <ezannoni@redhat.com>
6932
6933 * Makefile.in (install): Make install do some real work.
6934
9ba8d803
AC
69352002-11-19 Andrew Cagney <ac131313@redhat.com>
6936
6937 Fix POSIX problem reported by Paul Eggert.
6938 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
6939 Fix PR gdb/527.
6940
903ad3a6
AC
69412002-10-26 Andrew Cagney <cagney@redhat.com>
6942
6943 * gdbint.texinfo (Target Architecture Definition): Delete
6944 definition of DO_REGISTERS_INFO.
6945
f2abfe65
KB
69462002-10-18 Kevin Buettner <kevinb@redhat.com>
6947
6948 * gdbint.texinfo (Address Classes): Fix problems with insertion
6949 of ``{'' and ``}'' in example.
6950
b5b0480a
KB
69512002-10-17 Kevin Buettner <kevinb@redhat.com>
6952
6953 * gdbint.texinfo (Address Classes): New section.
6954 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
6955 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
6956 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
6957 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
6958
c85508ee
KD
69592002-10-11 Klee Dienes <kdienes@apple.com>
6960
6961 * gdb.texinfo (Registers): Mention vector registers as well as
6962 floating registers in the documentation for 'info registers' and
6963 'info all-registers'.
6964
6d12fc3d
DJ
69652002-10-11 Daniel Jacobowitz <drow@mvista.com>
6966
6967 * gdbint.texinfo (CPLUS_MARKER): Remove item.
6968
8d19fbd2
JJ
69692002-10-03 Jeff Johnston <jjohnstn@redhat.com>
6970
6971 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
6972 interface definition.
6973
a37295f9
MM
69742002-10-03 Marko Mlinar <markom@opencores.org>
6975
6976 * gdb.texinfo (Target Commands): Add or1k target specific
6977 commands.
6978 * gdb.texinfo (Contributors): Add myself to the contributors list.
6979
da0f9dcd
AC
69802002-10-01 Andrew Cagney <ac131313@redhat.com>
6981
6982 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
6983 and "mi1" instead of "mi1" and "mi0".
6984
2e834e49
HPN
69852002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
6986
6987 * gdb.texinfo (Packets): Fix typos "alligned".
6988 Correct z3/Z3 description. Correct z4/Z4 title.
6989
050be0dc
AC
69902002-09-27 Andrew Cagney <ac131313@redhat.com>
6991
6992 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
6993
1104b9e7
KB
69942002-09-25 Kevin Buettner <kevinb@redhat.com>
6995
6996 * gdb.texinfo: Use GNU/Linux instead of Linux.
6997
512217c7
AC
69982002-09-25 Andrew Cagney <ac131313@redhat.com>
6999
7000 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
7001
10998722
AC
70022002-09-24 Andrew Cagney <ac131313@redhat.com>
7003
512217c7 7004 * gdb.texinfo: Replace @example with @smallexample.
10998722 7005
a0eb71c5
KB
70062002-09-20 Kevin Buettner <kevinb@redhat.com>
7007
f7dc1244 7008 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
7009 * gdb.texinfo (Character Sets): Use @smallexample instead of
7010 @example. Use GNU/Linux instead of Linux.
7011
70122002-09-20 Jim Blandy <jimb@redhat.com>
7013
7014 * gdb.texinfo: Add character set documentation.
7015
2f870471
AC
70162002-09-19 Andrew Cagney <ac131313@redhat.com>
7017
7018 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
7019 (Packets): Add cross reference from `b' packet to `z' packets.
7020
790eb8f5
AC
70212002-09-19 Andrew Cagney <ac131313@redhat.com>
7022
8d30a00d
AC
7023 * gdb.texinfo (Maintenance Commands): Document ``maint
7024 internal-error'' and ``maint internal-warning''.
7025
790eb8f5
AC
7026 * gdbint.texinfo (Target Architecture Definition): Revise
7027 description of STACK_ALIGN. Add description of FRAME_ALIGN.
7028
a23a7bf1
JB
70292002-09-19 Joel Brobecker <brobecker@gnat.com>
7030
7031 * gdbint.texinfo (Target Conditionals): Document the new
7032 NAME_OF_MALLOC macro.
7033
299ffc64
AC
70342002-09-05 Andrew Cagney <ac131313@redhat.com>
7035
7036 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
7037 engineer.
7038
b7bb15bc
SC
70392002-09-02 Stephane Carrez <stcarrez@nerim.fr>
7040
7041 * gdb.texinfo (TUI Overview): Document status line fields.
7042
3d757584
SC
70432002-09-02 Stephane Carrez <stcarrez@nerim.fr>
7044
7045 * gdb.texinfo (TUI Commands): Document info win command.
7046
269c21fe
SC
70472002-09-01 Stephane Carrez <stcarrez@nerim.fr>
7048
7049 * gdb.texinfo (TUI Overview): Document breakpoint markers.
7050
7cf36c78
SC
70512002-09-01 Stephane Carrez <stcarrez@nerim.fr>
7052
7053 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
7054 (TUI Keys): Likewise.
7055
d2c6833e
AC
70562002-08-25 Andrew Cagney <ac131313@redhat.com>
7057
7058 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
7059 for a packet receive.
7060
46d8b1c3
AC
70612002-08-25 Andrew Cagney <ac131313@redhat.com>
7062
7063 * Makefile.in (clean): Move to end of file.
7064 (distclean, maintainer-clean, realclean): Ditto.
7065 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
7066 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
7067 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
7068 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
7069
b0787093
AC
70702002-08-24 Andrew Cagney <ac131313@redhat.com>
7071
7072 * Makefile.in (GDBINT_TEX_TMPS): Define.
7073 (gdbint.dvi, gdbint.pdf): Use
7074 (GDB_TEX_TMPS): Define.
7075 (gdb.dvi, gdb.pdf): Use.
7076 (STABS_TEX_TMPS): Define.
7077 (stabs.dvi, stabs.pdf): Use.
7078 (GDB_DOC_SOURCE_INCLUDES): New macros.
7079 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
7080 (GDBINT_DOC_FILES_INCLUDES): New macros.
7081 (GDBINT_DOC_BUILD_INCLUDES): New macros.
7082 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
7083 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
7084 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
7085 (links2roff): Replace SFILES_INCLUDED with
7086 GDB_DOC_SOURCE_INCLUDES.
7087 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
7088 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
7089 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
7090 dependencies.
7091 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
7092 dependencies.
7093 (gdbmi.texinfo): Delete rule.
7094 (inc-hist.texinfo): Delete rule.
7095 (rluser.texinfo): Delete rule.
7096
ebba8386
AC
70972002-08-23 Andrew Cagney <cagney@redhat.com>
7098
7099 * gdbint.texinfo (Target Architecture Definition): Update
7100 STORE_RETURN_VALUE, mention regcache.
7101
0ab7a791
AC
71022002-08-21 Andrew Cagney <ac131313@redhat.com>
7103
7104 * gdbint.texinfo (Target Architecture Definition): Document
7105 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
7106
ee2d5c50
AC
71072002-08-19 Andrew Cagney <ac131313@redhat.com>
7108
7109 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
7110 Fix minor typos. Add index entries.
7111
53c69bd7
AC
71122002-08-18 Andrew Cagney <ac131313@redhat.com>
7113
7114 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
7115
e76f1f2e
AC
71162002-08-15 Andrew Cagney <ac131313@redhat.com>
7117
7118 * gdbint.texinfo (Target Architecture Definition): Document
7119 PRINT_VECTOR_INFO.
7120 * gdb.texinfo (Vector Unit): Document "info vectors" command.
7121
0680b120
AC
71222002-08-13 Andrew Cagney <ac131313@redhat.com>
7123
7124 * gdb.texinfo (Maintenance Commands): Document "maint print
7125 registers", "maint print raw-registers" and "maint print
7126 cooked-registers".
7127
3c3bea1c
GS
71282002-08-08 Grace Sainsbury <graces@redhat.com>
7129
a9331b3f 7130 From Mark Salter:
3c3bea1c
GS
7131 * gdb.texinfo (Protocol): Document T packet extension to
7132 allow watchpoint address reporting.
7133
42f9b0a5
AC
71342002-08-03 Andrew Cagney <ac131313@redhat.com>
7135
7136 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
7137
db034ac5
AC
71382002-08-01 Andrew Cagney <cagney@redhat.com>
7139
7140 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
7141 to CHILL.
7142
e2b28d04
AC
71432002-08-01 Andrew Cagney <ac131313@redhat.com>
7144
7145 * gdbint.texinfo (Coding): Revise section "Include Files".
7146
7fb623f7
AC
71472002-07-24 Andrew Cagney <cagney@redhat.com>
7148
7149 * gdbint.texinfo: Obsolete references to m88k.
7150 * gdb.texinfo: Ditto.
7151
4a2b4636
JB
71522002-07-10 Joel Brobecker <brobecker@gnat.com>
7153
7fb623f7 7154 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
7155 where the proper version of autoconf can be retrieved.
7156
a71ec265
DH
71572002-07-09 Don Howard <dhoward@redhat.com>
7158
7159 * gdb.texinfo (Command Files): Further describe the behavior of
7160 sourced command files.
7161
b9aa90c9
AC
71622002-06-27 Andrew Cagney <ac131313@redhat.com>
7163
7164 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
7165 (Coding): Clarify ISO C version that GDB assumes.
7166
40dd2248
TT
71672002-06-26 Tom Tromey <tromey@redhat.com>
7168
7169 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
7170 add_setshow_cmd_full.
7171
bfac230e
DH
71722002-06-25 Don Howard <dhoward@redhat.com>
7173
7174 * gdb.texinfo (Memory Region Attributes): Document new behavior
7175 for 'mem' command.
7176
475b0867
JB
71772002-06-11 Jim Blandy <jimb@redhat.com>
7178
919d772c
JB
7179 * gdb.texinfo (Symbols): Update documentation for `info source'
7180 command.
7181
475b0867
JB
7182 * gdb.texinfo (Macros): Call the command `info macro', not
7183 `show macro'.
7184
ba8c9337
AC
71852002-06-09 Andrew Cagney <ac131313@redhat.com>
7186
7187 * gdbint.texinfo (Coding): Add section ``Per-architecture module
7188 data''.
7189
1029b7fa
MK
71902002-06-09 Mark Kettenis <kettenis@gnu.org>
7191
7192 * gdbint.texinfo (Target Architecture Definition): Document
7193 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
7194
16737d73
AC
71952002-06-08 Andrew Cagney <ac131313@redhat.com>
7196
7197 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
7198 lists.
7199
30107679
AC
72002002-06-08 Andrew Cagney <ac131313@redhat.com>
7201
7202 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
7203 Branch''.
7204
3352e23e
AC
72052002-06-01 Andrew Cagney <ac131313@redhat.com>
7206
7207 * gdbint.texinfo (Target Architecture Definition): Add section
7208 ``Converting an existing Target Architecture to Multi-arch''.
7209
cbb09e6a
AC
72102002-05-30 Andrew Cagney <ac131313@redhat.com>
7211
7212 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
7213 to ``Obsoleting code''. Revise.
7214
e2e0bcd1
JB
72152002-05-17 Jim Blandy <jimb@redhat.com>
7216
7217 * gdb.texinfo (C Preprocessor Macros): New chapter.
7218 Include it in the main menu.
7219 (Contributors): Credit Jim Blandy with macro support.
7220 (Compilation): Explain how to get macro information into the
7221 executable.
7222 (Expressions): Note that preprocessor macros are expanded.
7223
9db8d71f
DJ
72242002-05-14 Daniel Jacobowitz <drow@mvista.com>
7225
7226 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
7227 options for `target remote'.
7228
6d531722
AC
72292002-05-13 Andrew Cagney <ac131313@redhat.com>
7230
7231 * gdbint.texinfo (Target Architecture Definition): Delete
7232 documentation on NNPC_REGNUM.
7233
13d01224
AC
72342002-05-11 Andrew Cagney <ac131313@redhat.com>
7235
7236 * gdbint.texinfo (Target Architecture Definition): Document
7237 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
7238 (Target Architecture Definition): Revise section `Using Different
7239 Register and Memory Data Representations'. Add section `Raw and
7240 Virtual Register Representations'.
7241
b2e75d78
AC
72422002-05-11 Andrew Cagney <ac131313@redhat.com>
7243
7244 * gdbint.texinfo (Target Architecture Definition): Mention
7245 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
7246 (Target Architecture Definition): Mention same. Add references to
7247 web pages.
7248
2c8682ee
MS
72492002-05-08 Michael Snyder <msnyder@redhat.com>
7250
7251 * stabs.texinfo (Attributes): Document new "vector" attribute.
7252
0816590b
AC
72532002-05-04 Andrew Cagney <ac131313@redhat.com>
7254
7255 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
7256
2653173e
AC
72572002-05-04 Andrew Cagney <ac131313@redhat.com>
7258
7259 * gdb.texinfo: Delete obsolete references to a29k.
7260
d7bd68ca
AC
72612002-04-24 Andrew Cagney <ac131313@redhat.com>
7262
7263 * gdbint.texinfo (Target Architecture Definition): Replace
7264 IN_SIGTRAMP with PC_IN_SIGTRAMP.
7265
21d83aa5
DM
72662002-04-24 David S. Miller <davem@redhat.com>
7267
7268 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
7269
7673a6cc
DM
72702002-04-21 David S. Miller <davem@redhat.com>
7271
7272 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
7273
d49d1e0a
AC
72742002-04-21 Andrew Cagney <ac131313@redhat.com>
7275
7276 * gdbint.texinfo (Target Architecture Definition): Delete
7277 definition of HAVE_REGISTER_WINDOWS.
7278
f7dc1244 72792002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
7280
7281 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
7282 "Theodore A. Roth" <troth@verinet.com>.
7283
5ca0cb28
DH
72842002-04-15 Don Howard <dhoward@redhat.com>
7285
f7dc1244 7286 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 7287 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 7288 Provide a better explaination of this feature.
5ca0cb28 7289
f208ba17
AC
72902002-04-14 Andrew Cagney <ac131313@redhat.com>
7291
7292 * gdbint.texinfo (Target Architecture Definition): Remove
7293 FRAME_CHAIN_COMBINE.
7294
d5ba91de
MC
72952002-04-12 Michael Chastain <mec@shout.net>
7296
7297 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
7298 REG_STACK_SEGMENT.
7299
26818220
MC
73002002-04-09 Michael Chastain <mec@shout.net>
7301
7302 * gdbint.texinfo (Obsolete Conditionals): Remove references to
7303 PYRAMID_* macros.
7304
129188f6
AC
73052002-04-07 Andrew Cagney <ac131313@redhat.com>
7306
7307 * gdb.texinfo (Bug Reporting): Document that the web is the
7308 prefered way of submitting bug reports.
7309 (Bug Reporting): Delete the s-mail address as the last resort.
7310
8227c0ff
AC
73112002-04-05 Andrew Cagney <ac131313@redhat.com>
7312
7313 * gdbint.texinfo (Target Architecture Definition): Delete
7314 references to TARGET_WRITE_FP and write_fp.
7315
16d9dec6
MS
73162002-03-27 Michael Snyder <msnyder@redhat.com>
7317
7318 * gdb.texinfo: Document new commands dump, append, and restore.
7319
9ae8b82c
AC
73202002-03-27 Andrew Cagney <ac131313@redhat.com>
7321
7322 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
7323 Branch'.
7324
474c8240
AC
73252002-03-18 Andrew Cagney <ac131313@redhat.com>
7326
7327 * gdb.texinfo: Change all examples to @smallexample.
7328 * gdbint.texinfo: Ditto.
a9331b3f 7329
fb0ff88f
AC
73302002-03-18 Andrew Cagney <ac131313@redhat.com>
7331
7332 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
7333 Branches''.
7334
9bb0a4d8
AC
73352002-03-18 Andrew Cagney <ac131313@redhat.com>
7336
7337 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
7338 Policy''.
7339
937f164b
FF
73402002-03-04 Fred Fish <fnf@redhat.com>
7341
7342 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
7343 expresson, suports, dependant, trhe, perhaphs, situtations,
7344 explictily, taged, oportunity, unfortunatly).
7345
a7b40f07
AC
73462002-02-24 Andrew Cagney <ac131313@redhat.com>
7347
7348 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
7349 Remove reference to 3.12.
7350
aab4e0ec
AC
73512002-02-23 Andrew Cagney <ac131313@redhat.com>
7352
7353 * gdbint.texinfo: Include fdl.texi.
7354 (Top): Add GNU Free Documentation License.
7355 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
7356 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
7357 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
7358 (gdbint.info): Add srcdir to include path.
7359 * gdb.texinfo: Include gpl.texi.
7360 (Top): Add Copying.
7361 * gpl.texi: New file.
7362
47b95330
AC
73632002-02-23 Andrew Cagney <ac131313@redhat.com>
7364
7365 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
7366
78c47bea
PM
73672002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
7368
7369 * gdb.texinfo: Document Cygwin native specific commands.
7370
56460a61
DJ
73712002-02-15 Daniel Jacobowitz <drow@mvista.com>
7372
7373 * gdb.texinfo: Document gdbserver ``--attach'' command.
7374
def71bfa
MS
73752002-02-07 Michael Snyder <msnyder@redhat.com>
7376
7377 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
7378 to @code(_ovly_debug_event).
7379
c928edc0
AC
73802002-02-07 Andrew Cagney <ac131313@redhat.com>
7381
7382 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
7383
81d46470
MS
73842002-02-06 Michael Snyder <msnyder@redhat.com>
7385
7386 * gdb.texinfo (overlays): Mention new magic symbol
7387 '_ovly_debug_event', which allows GDB to keep better track
7388 of overlays.
7389
f7dc1244 73902002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
7391
7392 * gdb.texinfo (Memory Region Attributes): Fix the wording.
7393 Suggested by Dmitry Sivachenko.
7394
7395 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
7396
15110bc3
MS
73972002-02-01 Michael Snyder <msnyder@redhat.com>
7398
7399 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
7400
6763aef9
MS
74012002-01-30 Michael Snyder <msnyder@redhat.com>
7402
ac282366
MS
7403 * gdb.texinfo: (remote protocol): Gramatical fix-up.
7404 (set trust-readonly-sections): Document.
6763aef9 7405
8642bc8f
AC
74062002-01-29 Andrew Cagney <ac131313@redhat.com>
7407
7408 * gdbint.texinfo (Releasing GDB): Revise and update.
7409
afe64c1a
AC
74102002-01-28 Andrew Cagney <ac131313@redhat.com>
7411
7412 * gdbint.texinfo (Target Architecture Definition): Delete
7413 description of TARGET_BYTE_ORDER_DEFAULT.
7414
f7dc1244 74152002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
7416
7417 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
7418 <mitya@cavia.pp.ru>.
7419
3d6e1b5a
AC
74202002-01-23 Andrew Cagney <ac131313@redhat.com>
7421
7422 * libgdb.texinfo: Delete file.
7423
6c0e9fb3
AC
74242002-01-22 Andrew Cagney <ac131313@redhat.com>
7425
7426 * gdb.texinfo: Remove makeinfo 3.12 hacks.
7427 * gdbint.texinfo: Ditto.
7428
e0ce93ac
AC
7429Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
7430
7431 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
7432
be298bcc
AC
74332002-01-22 Andrew Cagney <ac131313@redhat.com>
7434
7435 * Makefile.in: Update copyright.
7436 (TEXI2DVI): Define.
7437 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
7438 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
7439 gdb-cfg.texi.
7440 (TEXINDEX, PDFTEX): Delete makefile variables.
7441
8e04817f
AC
74422002-01-22 Andrew Cagney <ac131313@redhat.com>
7443
7444 * gdb.texinfo (Protocol): Move section to appendix.
7445
6b2f586d
AC
74462002-01-21 Andrew Cagney <ac131313@redhat.com>
7447
7448 * gdb.texinfo (Remote Debugging): Create a menu.
7449 (Top): Add ``Remote Debugging'' to menu.
7450
6f05cf9f
AC
74512002-01-21 Andrew Cagney <ac131313@redhat.com>
7452
7453 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
7454 serial protocol'' from here.
7455 (Remote Debugging): To here. New chapter.
7456
3fd3d7d2
AC
74572002-01-20 Andrew Cagney <ac131313@redhat.com>
7458
7459 * gdbint.texinfo (Target Architecture Definition): Delete
7460 description of TARGET_BYTE_ORDER_SELECTABLE_P.
7461
7fd60527
AC
74622002-01-20 Andrew Cagney <ac131313@redhat.com>
7463
7464 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
7465 are no longer needed.
7466 (Porting GDB): Add maintainer note about configure.host.
7467
c2f05ac9
AC
74682002-01-20 Andrew Cagney <ac131313@redhat.com>
7469
7470 * gdbint.texinfo (Target Architecture Definition): Remove
7471 definition of IEEE_FLOAT.
7472
f7dc1244 74732002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
7474
7475 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
7476 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
7477 <3diff@gnu.org>
231b2aad 7478
82600034
AC
74792002-01-19 Andrew Cagney <ac131313@redhat.com>
7480
7481 * gdbint.texinfo (Host Definition): Remove references to
7482 MALLOC_INCOMPATIBLE.
7483
7708fa01
AC
74842002-01-17 Andrew Cagney <ac131313@redhat.com>
7485
7486 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
7487 and xyz-xdep.o.
7488
eb12ee30
AC
74892002-01-17 Andrew Cagney <ac131313@redhat.com>
7490
889bf7c5 7491 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
7492 (Set Breaks): Copy ``maint info breakpoint'' doco to
7493 ``Maintenance Commands'' appendix. Add reference.
7494
c9ccaa92
AC
74952002-01-17 Andrew Cagney <ac131313@redhat.com>
7496
7497 * fdl.texi: Remove next/prev from @node.
7498
f7dc1244 74992002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
7500
7501 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
7502 for monstrous @multitable (from Brian Youmans).
7503
7504 * fdl.texi: New file.
7505
7506 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
7507
8973da3a
AC
75082002-01-15 Andrew Cagney <ac131313@redhat.com>
7509
7510 * gdbint.texinfo (Releasing GDB): New chapter.
7511
7d86b5d5
AC
75122002-01-14 Andrew Cagney <ac131313@redhat.com>
7513
7514 * gdb.texinfo (Embedded Processors, Calling program functions):
7515 Obsolete references to a29k.
7516
cc1cb004
AC
75172002-01-13 Andrew Cagney <ac131313@redhat.com>
7518
7519 * gdbint.texinfo (Coding): Review Cleanups section. Examples
7520 examples. Document that a code-block should do or discard its
7521 cleanups before exit.
7522
79f12247
MS
75232002-01-11 Michael Snyder <msnyder@redhat.com>
7524
7525 * gdb.texinfo (Choosing files): Change @samp to @file.
7526
19837790
MS
75272002-01-05 Michael Snyder <msnyder@redhat.com>
7528
7529 * gdb.texinfo (--pid): Document new command line option (attach).
7530
f7dc1244 75312002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
7532
7533 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
7534 in the stub.
7535
d7449b42
AC
75362002-01-04 Andrew Cagney <ac131313@redhat.com>
7537
7538 * gdbint.texinfo (Target Architecture Definition): Replace
7539 BIG_ENDIAN with BFD_ENDIAN_BIG.
7540
f23631e4
AC
75412002-01-03 Andrew Cagney <ac131313@redhat.com>
7542
7543 * gdbint.texinfo (Target Architecture Definition): Replace
7544 value_ptr with struct value pointer.
7545
72c9928d
EZ
75462002-01-02 Eli Zaretskii <eliz@gnu.org>
7547
7548 * gdb.texinfo (Free Software): Fix wording.
7549
959acfd1
EZ
75502001-12-31 Eli Zaretskii <eliz@gnu.org>
7551
7552 * gdb.texinfo (Free Software): New section ``Free Software Needs
7553 Free Documentation''.
7554
f7dc1244 75552001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
7556
7557 * stabs.texinfo:
7558 * gdb.texinfo:
7559 * gdbint.texinfo:
7560 * libgdb.texinfo:
7561 * annotate.texi: Fix the application of GFDL in the Copyright notice.
7562
6600abed
MS
75632001-12-29 Michael Snyder <msnyder@redhat.com>
7564
7565 * gdb.texinfo (maint info sections): Fix typo.
7566
f6680716
MS
75672001-12-26 Michael Snyder <msnyder@redhat.com>
7568
fe95c787
MS
7569 * gdb.texinfo (maint info sections): Document.
7570
a9331b3f 7571 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
7572 'info proc' sub-options that are currently not implemented.
7573
c3d3ce5b
JB
75742001-12-20 Jim Blandy <jimb@redhat.com>
7575
7576 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
7577
778eb05e
AC
75782001-12-15 Andrew Cagney <ac131313@redhat.com>
7579
7580 * gdbint.texinfo (Target Architecture Definition): Replace
7581 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
7582
2607059c
AC
75832001-12-01 Andrew Cagney <ac131313@redhat.com>
7584
7585 * gdbint.texinfo (Host Definition): Delete documentation on
7586 HOST_BYTE_ORDER.
7587
df0cd8c5
JB
75882001-11-30 Jim Blandy <jimb@redhat.com>
7589
7590 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 7591 overlay support. Add to top-level menu.
df0cd8c5 7592
88118b3a
TT
75932001-11-26 Tom Tromey <tromey@redhat.com>
7594
7595 * gdb.texinfo (Command Syntax): Document C-o binding.
7596
96565e91
CF
75972001-07-26 Christopher Faylor <cgf@redhat.com>
7598
7599 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
7600 use since it is described in the referenced section.
7601
f7dc1244 7602 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
7603 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
7604 clearer when using DJGPP.
7605
2a3d5645
CF
76062001-11-24 Christopher Faylor <cgf@redhat.com>
7607
7608 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
7609 specifically refer to MS-DOS.
7610 (command files): Mention gdb.ini is only used on MS-DOS.
7611
aa26fa3a
TT
76122001-11-21 Tom Tromey <tromey@redhat.com>
7613
7614 * gdb.texinfo (Invoking GDB): Document --args.
7615 (Mode Options): Likewise.
7616
4f8ada06
JB
76172001-11-21 Jim Blandy <jimb@redhat.com>
7618
7619 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
7620 Delete documentation; this macro has been removed from the
7621 sources.
4f8ada06 7622
3fe0dc10
JB
76232001-11-13 Jim Blandy <jimb@redhat.com>
7624
7625 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
7626
9e5abb06
CV
76272001-11-06 Corinna Vinschen <vinschen@redhat.com>
7628
7629 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
7630
1c5dfdad
MS
76312001-11-05 Michael Snyder <msnyder@redhat.com>
7632
a9331b3f 7633 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
7634 quote regexp chars in function names such as "operator*()".
7635
990f9fe3
FF
76362001-11-01 Fred Fish <fnf@redhat.com>
7637
7638 * gdbint.texinfo (SOLIB_ADD): Document additional new
7639 "readsyms" arg.
7640
b433d00b
DH
76412001-10-30 Don Howard <dhoward@redhat.com>
7642
070b1dd3
DH
7643 * gdb.texinfo: (Command Files) Added documentation for the
7644 behavior of gdb with input redirected from a file.
b433d00b 7645
b7209cb4
FF
76462001-10-28 Fred Fish <fnf@redhat.com>
7647
7648 * gdb.texinfo (auto-solib-add): Change docs to match
7649 implementation change.
7650 (auto-solib-limit): Add docs for new variable.
7651
1aa20aa8
AC
76522001-10-15 Andrew Cagney <ac131313@redhat.com>
7653
7654 * gdbint.texinfo (Target Architecture Definition): Function
7655 value_as_pointer renamed to value_as_address.
7656
fc0c74b1
AC
76572001-10-15 Andrew Cagney <ac131313@redhat.com>
7658
7659 * gdbint.texinfo (Target Architecture Definition): Default
7660 POINTER_TO_ADDRESS functions assume unsigned addresses.
7661 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
7662 posting by Jim Blandy.
7663
f4846649
JB
76642001-10-12 Jim Blandy <jimb@redhat.com>
7665
7666 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
7667 version of texi2html (1.64) doesn't support this flag any more.
7668
f277788b
MK
76692001-09-08 Mark Kettenis <kettenis@gnu.org>
7670
a9dc4918
MK
7671 * gdbint.texinfo (Host Definition): Remove description of
7672 MEM_FNS_DECLARED.
7673
d28379df
MK
7674 * gdbint.texinfo (Host Definition): Remove description of R_OK.
7675
f277788b
MK
7676 * gdbint.texinfo (Host Definition): Remove description of
7677 HAVE_SIGSETMASK.
7678
7ccaa899
EZ
76792001-09-04 Elena Zannoni <ezannoni@redhat.com>
7680
7681 * gdbint.texinfo (Target Architecture Definition): Add
7682 explanation of TARGET_PRINT_INSN macro.
7683
17d9d558
JB
76842001-08-30 Jim Blandy <jimb@redhat.com>
7685
7686 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
7687 Explain what it means to load relocatable files.
7688
72cde065
JB
76892001-08-28 Jim Blandy <jimb@redhat.com>
7690
7691 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
7692 info `top' menu.
7693
9e678452
CF
7694Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
7695
7696 * gdbint.texinfo: Add a cautionary note about macro use.
7697
a2bea4c3 76982001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 7699
a2bea4c3
CV
7700 * gdb.texinfo: Explain omitting the hostname in the
7701 `target remote' command.
7702
1129bf27
DJ
77032001-07-30 Daniel Jacobowitz <drow@mvista.com>
7704
7705 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
7706 and END-INFO-DIR-ENTRY.
7707
732b3002
SC
77082001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7709
7710 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
7711
89437448
AC
77122001-07-25 Andrew Cagney <ac131313@redhat.com>
7713
7714 * gdbint.texinfo (libgdb): Rewrite.
7715
f7dc1244 77162001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
7717
7718 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
7719
c4555f82
SC
77202001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7721
7722 * gdb.texinfo (TUI): New chapter, document the TUI.
7723 (Mode Options): Document the -tui option.
7724
2f45a6e0
MK
77252001-07-23 Mark Kettenis <kettenis@gnu.org>
7726
7727 * gdbint.texinfo (Host Definition): Remove description of
7728 NEED_POSIX_SETPGID.
7729
f7dc1244 77302001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
7731
7732 * gdb.tex (DJGPP Native): New node, with descriptions of
7733 DJGPP-specific commands.
7734
be9c6c35
JM
77352001-07-19 John R. Moore <jmoore@redhat.com>
7736
7737 * gdbint.texinfo: Three misspellings.
7738
dfa249fb
AC
77392001-07-06 Andrew Cagney <ac131313@redhat.com>
7740
7741 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
7742 `test` expressions on bash. Problem reported by Colin Walters.
7743
c72e7388
AC
77442001-07-04 Andrew Cagney <ac131313@redhat.com>
7745
7746 * gdbint.texinfo (User Interface): Update ui-out documentation to
7747 refelect recent UI/MI updates.
7748
94bbb2c0
AC
77492001-07-04 Andrew Cagney <ac131313@redhat.com>
7750
7751 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
7752 interpreters.
7753
af6c57ea
AC
77542001-06-15 Andrew Cagney <ac131313@redhat.com>
7755
7756 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
7757 structure and not macros.
7758 (Host Definition): Document that much of this chapter is obsolete.
7759 (Target Architecture Definition): Update list of files that make
7760 up a target architecture.
7761 (Coding): Update.
7762
83aa8bc6
AC
77632001-06-28 Andrew Cagney <ac131313@redhat.com>
7764
7765 * gdbint.texinfo (Target Architecture Definition): Update
7766 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
7767 The latter has been changed to a true predicate.
7768
f7dc1244 77692001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
7770
7771 * annotate.texi: Add @noindent where needed. From Dmitry
7772 Sivachenko <dima@Chg.RU>.
7773 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
7774
656db9b0
AC
77752001-06-16 Andrew Cagney <ac131313@redhat.com>
7776
7777 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
7778
df2396a1
AC
77792001-06-14 Andrew Cagney <ac131313@redhat.com>
7780
7781 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
7782 returns ``OK''. Document that the ``R'' packet does not reply.
7783
0f1f2b0a
MS
77842001-06-13 Michael Snyder <msnyder@redhat.com>
7785
7786 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
7787
f7dc1244 77882001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
7789
7790 * gdb.texinfo (Signals): Clarify the default setting of signal
7791 handling.
7792
a5d7c491
AC
77932001-05-14 Andrew Cagney <ac131313@redhat.com>
7794
7795 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
7796 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
7797
05a54c4f
AC
77982001-05-12 Andrew Cagney <ac131313@redhat.com>
7799
7800 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
7801
f7dc1244 78022001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
7803
7804 * gdbint.texinfo (Clean Design and Portable Implementation):
7805 Renamed from "Clean Design".
7806 (Clean Design and Portable Implementation): Document portable
7807 methods of handling file names, and the associated macros.
7808
f7dc1244 78092001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
7810
7811 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
7812 command and provide a cross-reference to its description.
7813 (Symbols): Note that "info scope" is useful for trace experiments.
7814
f7dc1244 78152001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 7816
b37052ae
EZ
7817 * gdb.texinfo (Symbols): Document "info scope".
7818 (Tracepoints): New chapter.
7819 (Contributors): Update for v5.1.
7820 <All nodes>: Change "C++" to "C@t{++}".
7821
0ee54786
EZ
7822 * gdbint.texinfo (User Interface): A new section about ui_out
7823 functions, based on text written by Fernando Nasser.
7824
c534679c
EZ
7825 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
7826
f7dc1244 78272001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 7828
e9c75b65
EZ
7829 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
7830
7831 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
7832
7833 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
7834 Replace "GDB" with "@value{GDBN}". Fix markup.
7835
7836 * annotate.texi: Change Permissions to GFDL. Update Copyright.
7837
3d67e040
EZ
7838 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
7839 a cross-reference to its description.
7840 (Symbols): Document "info symbol".
7841
f7dc1244 78422001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
7843
7844 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
7845 subsection "x86 Watchpoints".
7846 (Target Architecture Definition): Document the macros
7847 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
7848 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
7849
b0ed3589
AC
78502001-03-20 Andrew Cagney <ac131313@redhat.com>
7851
7852 * gdbint.texinfo (Target Architecture Definition): Update
7853 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
7854 list.
7855
b6ba6518
KB
78562001-03-06 Kevin Buettner <kevinb@redhat.com>
7857
7858 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
7859 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
7860
f7dc1244 78612001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
7862
7863 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
7864
f7dc1244 78652001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 7866
17cc6a06
EZ
7867 * gdb.texinfo (Environment): Document that `path' does not change
7868 the value of PATH in GDB's own environment (it did in the past,
7869 but that was changed on March 15, 1994). Reported by Doug Evans
7870 <dje@transmeta.com>.
7871
56caf160
EZ
7872 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
7873 its line. Fix markup of commands and macros. Add an Index node
7874 and index entries.
7875
29e57380
C
78762001-01-23 J.T. Conklin <jtc@redback.com>
7877
7878 * gdb.texinfo (Memory region attributes): New manual section.
7879
1c6147de
ND
78802001-01-04 Nicholas Duffek <nsd@redhat.com>
7881
7882 * gdbint.texinfo (POP_FRAME): Document use by return_command.
7883
f7dc1244 78842000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
7885
7886 * refcard.tex: Version and copyright fixed. From Phil Edwards
7887 <pedwards@disaster.jaj.com>.
7888
0dcedd82
AC
7889Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
7890
7891 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 7892 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 7893
3b851bce
AC
7894Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
7895
7896 * gdbint.texinfo (Coding): Update current value of
889bf7c5 7897 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 7898
f7dc1244 78992000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
7900
7901 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
7902 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
7903
b90a5f51
CF
79042000-11-10 Christopher Faylor <cgf@cygnus.com>
7905
7906 * gdb.texinfo: Document new 'set step-mode' command.
7907
f7dc1244 79082000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
7909
7910 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
7911 changes from Dmitry Sivachenko <dima@Chg.RU>.
7912
f7dc1244 79132000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
7914
7915 * gdb.texinfo (Hooks): Document the new post-hook functionality.
7916 From Steven Johnson <sbjohnson@ozemail.com.au>.
7917
2e685b93
MK
79182000-08-10 Mark Kettenis <kettenis@gnu.org>
7919
7920 * gdbint.texinfo (Overall Structure): Spelling fix.
7921
f7dc1244 79222000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
7923
7924 * gdbint.texinfo (Target Architecture Definition): Document that
7925 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
7926 for which REGISTER_CONVERTIBLE returns a zero value.
7927
63ac3005
EZ
79282000-07-08 Christopher Faylor <cgf@cygnus.com>
7929
7930 * Makefile.in (install-info): Find files to install in either the
7931 build or source directories (adapted from Makefile.am).
7932
bd79f757
ND
79332000-07-07 Nicholas Duffek <nsd@redhat.com>
7934
7935 * stabs.texinfo: Fix spelling errors.
7936 (String Field): FILE-NUMBER starts from 0, not 1.
7937
f7dc1244 79382000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
7939
7940 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 7941 Brian Youmans.
5f208f6d 7942
f7dc1244 79432000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
7944
7945 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
7946 the source directory. Reported by Mark Harig
7947 <markh@frazier.landmark.com>.
cc542d3b 7948
f3b28801
C
79492000-06-20 J.T. Conklin <jtc@redback.com>
7950
7951 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
7952
449f3b6c
AC
7953Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
7954
7955 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 7956 Generate using pdftex.
449f3b6c 7957 (PDFTEX): Define.
889bf7c5 7958 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 7959 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 7960 @contents at the start.
449f3b6c 7961
f7dc1244 79622000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
7963
7964 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 7965 Youmans.
48e934c6 7966
9e9c5ae7
AC
7967Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
7968
7969 From Brian Youmans:
7970 * gdb.texinfo: Fix ``et al.''.
7971
c741b251
AC
7972Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
7973
7974 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 7975 loop.
c741b251 7976
4ab64e14
JG
79772000-05-19 Jimmy Guo <guo@cup.hp.com>
7978
7979 * configure: Regenerate.
7980
f7dc1244 79812000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
7982
7983 * Makefile.in (install-info): Run install-info on installed Info
7984 files.
7985
8c70017b
AC
7986Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
7987
a7cb598a 7988 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 7989 Andrew Cagney.
8c70017b 7990
f7dc1244 79912000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
7992
7993 * gdb.texinfo: Proofreading changes from Brian Youmans.
7994
bf0184be
ND
79952000-05-01 Nick Duffek <nsd@cygnus.com>
7996
7997 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
7998 startup sequence, minor edits.
7999
f7dc1244 80002000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
8001
8002 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
8003 TeX.
8004
8005 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
8006 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
8007 like `n' and `s' which look weird. Convert some of the @kindex to
8008 @vindex, when they refer to variables, not commands.
8009
33e16fad
AC
8010Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
8011
8012 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
8013
f7dc1244 80142000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
8015
8016 * Makefile.in (GDBMI_DIR): New variable.
8017 (SET_TEXINPUTS): Add $(GDBMI_DIR).
8018 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
8019 (gdbmi.texinfo): New target, for texi2roff.
8020 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
8021 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
8022
8023 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
8024 gdbmi.texinfo.
8025 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
8026 comment.
8027
d167840f
EZ
80282000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8029
8030 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 8031 command.
d167840f 8032
f7dc1244 80332000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
8034
8035 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
8036 prevents the build (and is generally a Bad Idea).
8037
f7dc1244 80382000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
8039
8040 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
8041 a comma inside @var.
8042 (Command Files): Index markup changes from Dmitry Sivachenko
8043 <dima@Chg.RU>.
8044
f7dc1244 80452000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
8046
8047 * Makefile.in (LN_S): Define.
8048 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
8049 invoke "ln -s" unless it is known to work.
8050
8051 * configure.in (AC_PROG_LN_S): Add.
8052
8dc7983f
JB
80532000-04-14 Jim Blandy <jimb@redhat.com>
8054
8055 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
8056 section.
8057 (Target Conditionals): Document ADDRESS_TO_POINTER,
8058 POINTER_TO_ADDRESS.
8059
1a8237e8
DB
80602000-04-11 Daniel Berlin <dan@cgsoftware.com>
8061
8062 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
8063 gdb-cfg.texi to get the value.
8064
ca526f1a
JB
80652000-04-10 Jim Blandy <jimb@redhat.com>
8066
8067 * gdbint.texinfo (Target Architecture Definition): Fix
8068 cross-references.
8069
faaafcb4
JB
80702000-04-08 Jim Blandy <jimb@redhat.com>
8071
8072 * gdbint.texinfo (Using Different Register and Memory Data
8073 Representations): New section.
8074 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
8075 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
8076 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 8077
1b27397f
AC
8078Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
8079
8080 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 8081 for acknowledgments.
1b27397f 8082
480ff1fb
AC
8083Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
8084
8085 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 8086 qThreadExtraInfo.
480ff1fb 8087
a9331b3f 80882000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 8089
a9331b3f
RM
8090 * gdb.texinfo: Clarify which remote debug protocol commands are
8091 required and which are optional.
f1251bdd 8092
dbeb8dbd
AC
8093Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
8094
8095 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
8096 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
8097 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
8098 * annotate.texi: Update.
8099
6d2ebf8b
SS
81002000-03-28 Stan Shebs <shebs@apple.com>
8101
8102 * gdb.texinfo: Update dates, bump to Eighth Edition (note
8103 expectation of additional changes before release), update
8104 ISBN, add copy of top-level menu for @ifhtml, remove explicit
8105 node links, rephrase and/or shorten lines to fix formatting
8106 problem in both regular and @smallbook formats.
8107 * annotate.texi: Shorten lines in example, use smallexample
8108 consistently everywhere.
8109 * Makefile.in: Add comment about texinfo 4.0 html generation.
8110 (SFILES_INCLUDED): Add annotate.texi.
8111
5d161b24
DB
81122000-03-27 Daniel Berlin <dan@cgsoftware.com>
8113
5ae4183a
AS
8114 * gdb.texinfo (Debugging Output): Added new section, documenting
8115 the "set/show debug" commands.
5d161b24 8116
b9deaee7
AC
8117Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
8118
8119 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 8120 entry.
b9deaee7
AC
8121
8122 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
8123 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 8124 @chapter and @node entries.
a9331b3f 8125
b9deaee7 8126 * gdb.texinfo: Link all top-level nodes.
a9331b3f 8127
9ef47d30
AC
8128Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
8129
8130 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 8131 files.
9ef47d30 8132
cfeada60
FN
81332000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
8134
8135 From David Whedon <dwhedon@gordian.com>
5ae4183a 8136 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 8137
6837a0a2
DB
81382000-03-22 Daniel Berlin <dan@cgsoftware.com>
8139
8140 * gdb.texinfo: Add documentation for the apropos command.
8141
bba2971c
MS
81422000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
8143
8144 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
8145
2b628194
MS
81462000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
8147
a9331b3f 8148 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
8149 two places.
8150
96a2c332
SS
81512000-03-17 Stan Shebs <shebs@apple.com>
8152
8153 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
8154 <dima@Chg.RU>, also clarification of allowed content for
8155 string constants.
8156
f7dc1244 81572000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
8158
8159 * gdb.texinfo (main menu): Add Annotations.
8160 (File Options): Add @cindex entries for each command-line option.
8161 Document --epoch, --annotate, --async, --interpreter, --write,
8162 --statistics, and --version.
8163
8164 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
8165 of GDB.
8166
9d233477
JB
81672000-02-23 Jim Blandy <jimb@redhat.com>
8168
8169 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
8170
14e0eb3b
JB
81712000-02-22 Jim Blandy <jimb@redhat.com>
8172
8173 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
8174
3555de01
JM
81752000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
8176
8177 * Makefile.in (diststuff): New target.
8178
5e35df8e
KB
81792000-02-15 Kevin Buettner <kevinb@redhat.com>
8180
8181 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 8182 architecture. [From Jim Wilson.]
5e35df8e 8183
c5394b80
JM
81842000-01-16 Tom Tromey <tromey@cygnus.com>
8185
8186 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
8187 (Delete Breaks): Mention range arguments.
8188 (Disabling): Likewise.
8189
c3f6f71d
JM
81902000-01-05 Dmitry Sivachenko <dima@Chg.RU>
8191
8192 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
8193
c4093a6a
JM
8194Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
8195
8196 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 8197 valid functions.
c4093a6a 8198
11cf8741
JM
81991999-11-05 Stan Shebs <shebs@andros.cygnus.com>
8200
8201 * gdb.texinfo: Clarify regular expressions used in rbreak.
8202
917317f4
JM
82031999-10-15 Kevin Buettner <kevinb@cygnus.com>
8204
8205 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
8206 MEMORY_REMOVE_BREAKPOINT): Document.
8207
8208Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
8209
8210 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 8211 offset re-using the DATA offset instead.
917317f4 8212
2df3850c
JM
82131999-10-11 Jim Kingdon <kingdon@redhat.com>
8214
8215 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
8216
82171999-10-05 Stan Shebs <shebs@andros.cygnus.com>
8218
8219 From Dmitry Sivachenko <demon@gpad.ac.ru>:
8220 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
8221 typos.
8222
8223 * gdb.texinfo: Various minor wording and formatting improvements,
8224 mentions of additional command-line options.
8225
2acceee2
JM
82261999-09-30 Fred Fish <fnf@cygnus.com>
8227
8228 * gdb.texinfo: Document additional forms of specifying section
8229 names and addresses for the add-symbol-file command.
8230
c2c6d25f
JM
82311999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
8232
8233 * gdbint.texinfo: Fix typo, add the word "have".
8234
82351999-09-14 Jim Blandy <jimb@cris.red-bean.com>
8236
8237 * gdbint.texinfo (Target Architecture Definition): Document the
8238 SKIP_PERMANENT_BREAKPOINT macro.
8239
d4f3574e
SS
82401999-09-07 Stan Shebs <shebs@andros.cygnus.com>
8241
8242 * gdb.texinfo: Fiks speling errers.
8243
8244 * gdb.texinfo: Fix uses of @multitable.
8245
f7dc1244 8246 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 8247 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 8248 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
8249 comments about using with optimization, add more indexing,
8250 fix info about disassembly-flavor.
8251
8252Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
8253
8254 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
8255 SKIP_SOLIB_RESOLVER): Define.
8256
8257Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
8258
8259 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 8260 ``g'' packets.
d4f3574e 8261
104c1213
JM
82621999-08-30 Stan Shebs <shebs@andros.cygnus.com>
8263
8264 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
8265 platform-specific info, inline remote.texi and move sections of it
8266 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
8267 and register stack into the new chapter.
8268 * remote.texi: Remove, now part of gdb.texinfo.
8269 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
8270
82711999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
8272
8273 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
8274 GDB_TARGET_IS_MACH386): These kludges have gone away.
8275
8276Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
8277
8278 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 8279 TDEPLIBS.
104c1213 8280
53a5351d
JM
82811999-08-20 Stan Shebs <shebs@andros.cygnus.com>
8282
8283 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
8284 surrounding text to fit HP-UX bits into general info.
8285 (HPPA-cfg.texi): Remove, no longer useful.
8286
8287 * gdb.texinfo: Remove explicit links from @node lines, remove
8288 HP-added "Detailed Node Listing" from main menu which confuses
8289 things.
8290
8291 From Dmitry Sivachenko <dima@Chg.RU>:
8292 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 8293 in description of `set environment'.
53a5351d
JM
8294
82951999-08-17 Stan Shebs <shebs@andros.cygnus.com>
8296
8297 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
8298
7be570e7
JM
82991999-08-12 Ben Elliston <bje@cygnus.com>
8300
8301 * gdbint.texinfo (Breakpoint Handling): Add missing words.
8302
f7dc1244 83031999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
8304
8305 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
8306 watch, awatch, and rwatch. Explain why the latter two cannot be
8307 set as software watchpoints. Document that watchpoints for local
8308 variables are deleted when the debuggee terminates.
7be570e7
JM
8309
8310Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
8311
8312 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
8313 packet. Allow E.. response packet. "qRcmd" packet is no longer
8314 reserved.
7be570e7
JM
8315
83161999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8317
a9331b3f
RM
8318 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
8319 * gdb.texinfo: Ditto.
7be570e7 8320
96baa820
JM
83211999-08-06 Tom Tromey <tromey@cygnus.com>
8322
8323 * gdb.texinfo (KOD): New node.
8324
8325Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
8326
8327 * remote.texi (Rcmd): Fix minor formatting typos.
8328
8329Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
8330
8331 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 8332 packets.
96baa820 8333
adf40b2e
JM
83341999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
8335
8336 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
8337 fixes.
8338
43ff13b4
JM
8339Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
8340
8341 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
8342
085dd6e6
JM
8343Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
8344
8345 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
8346 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
8347 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
8348 packets that are not supported on all hosts. Expand examples.
8349 Spell check.
085dd6e6
JM
8350
83511999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
8352
8353 * Makefile.in: Recognize html, install-html. Add targets
8354 to build HTML versions of documentation via texi2html.
8355
8356Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
8357
8358 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 8359 testsuite.
085dd6e6
JM
8360
8361Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
8362
8363 * remote.texi (Communication Protocol): Rewrite.
8364
8365Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
8366
8367 * stabs.texinfo: Fix uses of xref.
8368
9e0b60a8
JM
8369Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
8370
8371 * gdbint.texinfo: Add an anti-printf exhortation, and update the
8372 info about patch submission.
8373
cce74817
JM
8374Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
8375
8376 From Per Bothner <bothner@cygnus.com>:
8377 * gdb.texinfo: Document Chill support.
8378
8379Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
8380
8381 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
8382 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
8383 Document that the value should be greater-than or equal-to zero.
8384 (NO_STD_REGS): Document. Deprecate.
cce74817 8385
ac9a91a7
JM
8386Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8387
8388 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 8389 Document that these are not used.
ac9a91a7
JM
8390
8391Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8392
8393 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
8394
392a587b
JM
8395Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
8396
8397 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 8398 numargs was dropped.
392a587b
JM
8399
8400Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
8401
8402 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
8403
b83266a0
SS
8404Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
8405
8406 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 8407 Update.
b83266a0 8408
7a292a7a
SS
8409Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
8410
8411 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
8412 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
8413
8414Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
8415
8416 * gdbint.texinfo: Fix typos: $ -> @.
8417
8418Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
8419
8420 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
8421 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
8422 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
8423 BREAKPOINT_FROM_PC.
a9331b3f 8424
7a292a7a
SS
8425Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
8426
8427 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 8428 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
8429
8430Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8431
8432 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 8433 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
8434
84351999-04-02 Stan Shebs <shebs@andros.cygnus.com>
8436
8437 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
8438 longer exists.
8439
8440Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
8441
8442 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
8443 nearly all @ifset/@ifclear conditionals; nobody uses them, and
8444 they make the manual source incomprehensible.
7a292a7a
SS
8445 * h8-cfg.texi: Remove, hasn't been used in years.
8446
c906108c
SS
8447Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
8448
8449 * gdb.texinfo: Update the credits.
8450
8451Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
8452
8453 * gdb.texinfo: Fix mistakes noticed in printout of last
8454 draft, add Alpha to discussion of heuristic fence post.
8455
8456Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
8457
8458 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
8459 Edition, merge some HP changes into mainline, describe some
8460 previously undocumented features, describe more of the target
8461 commands available, eliminate obsolete section on renamed
8462 commands.
c906108c
SS
8463 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
8464
8465Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
8466
8467 * gdb.texinfo: Make many HPPA conditionals unconditional,
8468 including catchpoint description, since now on for all configs.
8469 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
8470 specializations.
8471
8472Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
8473
8474 * Makefile.in (GDBvn.texi): Fix match expression to work with
8475 current format of VERSION in gdb/Makefile.in.
8476 * gdb.texinfo: Fix node ref to match new readline.
8477
8478Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
8479
a9331b3f
RM
8480 * gdb.texinfo: Changes made as part of a project to merge in
8481 changes made by HP. Documentation makes extensive use of
c906108c
SS
8482 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
8483 on remote debugging. There are differences in documentation
889bf7c5 8484 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
8485 the HP manual discusses catchpoints, hardware watchpoints, and
8486 some HPUX specific limitations for shared library support.
a9331b3f 8487
c906108c
SS
8488 There are also a number of @node changes.
8489
84901999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
8491
8492 * gdbint.texinfo (Formatting): Disambiguate a sentence.
8493 (C Usage): Same.
8494
8495Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
8496
8497 The following changes were made by Edith Epstein
889bf7c5
PA
8498 <eepstein@cygnus.com> as part of a project to merge in changes
8499 made by HP.
a9331b3f 8500
c906108c
SS
8501 * HPPA-cfg.texi: new file.
8502
8503 * all-cfg.texi: set HPPA for HP PA-RISC targets.
8504
8505 * refcard.tex: change documentation about catch.
8506 removed info catch.
8507
8508Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
8509
8510 * gdbint.texinfo: Expand on GDB's coding standards,
8511 specify the use of arg names with prototypes.
8512
85131998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
8514
8515 * gdb.texinfo: Fix tipo.
8516
8517Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
8518
8519 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 8520 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
8521
8522Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
8523
8524 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
8525
85261998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
8527
8528 * agentexpr.texi: New file.
8529
8530Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
8531
8532 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
8533
85341998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
8535
8536 * remote.texi: Changed wording that implied that the GDB remote
8537 protocol caches register values instead of GDB itself.
8538
8539Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
8540
8541 * gdbint.texinfo: Add some info about symbol readers.
8542 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
8543 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
8544 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
8545 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
8546
8547Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
8548
a9331b3f 8549 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
8550
8551Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
8552
8553 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
8554
8555Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
8556
8557 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 8558 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
8559
8560Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
8561
8562 * gdbint.texinfo: Fix minor typos.
8563
8564Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
8565
8566 * gdbint.texinfo: Complete overhaul. Group descriptions more
8567 logically, add more info on generic algorithms, remove much
8568 obsolete and/or wrong material.
8569
8570Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
8571
8572 * stabs.texinfo (Method Type Descriptor): Expand and correct.
8573
8574Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
8575
8576 * refcard.tex: Copyright, address updates.
8577
8578Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
8579
8580 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
8581 for the edition instead of confusing GDB-version-like numbers.
8582
8583Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
8584
8585 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
8586
8587Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
8588
5ae4183a 8589 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
8590
8591Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
8592
8593 * gdb.texinfo: Add some credits, mention bug monitor.
8594 * remote.texi: Mention mips monitor targets.
8595 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 8596
c906108c
SS
8597Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
8598
8599 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
8600 files, finish sorting of host vs target vs native macros, describe
8601 some more of them.
c906108c
SS
8602
8603Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
8604
8605 * gdbint.texinfo (Host Conditionals): Document change from
8606 using NO_MMALLOC to it's inverse, USE_MMALLOC.
8607
8608Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
8609
8610 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 8611 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
8612
8613Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
8614
8615 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
8616 Document LSEEK_NOT_LINEAR.
8617
8618Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
8619
8620 * stabs.texinfo (Stab Section Basics): Make it clear that only
8621 some versions of the GNU linker remove the leading N_UNDF symbol.
8622
8623Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
8624
8625 * stabs.texinfo (String Field): Document type number pairs here,
8626 instead of in the Sun specific section.
8627 (Include Files): The GNU linker supports the N_BINCL
8628 optimization. Clarify the N_BINCL value, and what it is used
8629 for.
8630 (Procedures): Document N_FUN with an empty string to mark the end
8631 of a function.
8632 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
8633 (Sun Differences): Remove this node, as the information is now
8634 elsewhere in the main document.
8635 (Stab Section Basics): Mention that the GNU linker may optimize
8636 stabs and remove the leading N_UNDF symbol.
8637
8638Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
8639
8640 * gdb.texinfo, refcard.tex: Restore author credit
8641
8642Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
8643
8644 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
8645 documentation to account for START and END macros taking
8646 one arg.
8647
8648Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
8649
8650 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
8651 * gdb.texinfo (Frames): Fix typo.
8652
8653Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
8654
8655 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
8656 a target_signal as arg type, not a pid.
8657
8658Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
8659
8660 * gdb.texinfo: Document `set assembly-language'.
8661
8662Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
8663
8664 * remote.texi: Update list of stubs in the GDB distribution.
8665
8666Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
8667
8668 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
8669 Also document that some systems can use mmalloc but must define
8670 this if their C runtime allocates memory that is later freed.
c906108c 8671 (MMCHECK_FORCE): Document new macro.
a9331b3f 8672
c906108c
SS
8673Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
8674
8675 * remote.texi: Add documentation for target Sparclet.
8676
8677Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8678
a9331b3f 8679 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
8680 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
8681 * configure.in: Rewritten for autoconf.
8682 * configure: New.
8683
8684Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
8685
8686 * Makefile.in (DVIPS): New define, set to dvips.
8687 (dvi): Add stabs.dvi.
8688 (ps): New target.
8689 (all-doc): Depend on info, dvi, and ps targets.
8690 (STAGESTUFF): Add *.ps and *.dvi files.
8691 (clean-info, clean-dvi): Remove.
8692 (mostlyclean): Does not depend upon clean-info or clean-dvi,
8693 rules completely rewritten.
8694 (maintainer-clean): Remove clean-info and clean-dvi
8695 dependencies and put their actions in the rules.
8696 (gdb.ps): New target
a9331b3f 8697 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
8698 intermediate TeX files, whether they have 2 or 3 character
8699 extensions.
8700 (gdbint.ps): Add target and rules.
8701 (gdb-internals): Delete unused target.
8702 (Makefile): Depends upon config.status also.
8703
8704Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
8705
8706 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
8707 set.
8708
8709Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
8710
8711 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
8712 * gdb.texinfo (Expressions): Fix erroneous array constant example.
8713
8714Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
8715
8716 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
8717
8718Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8719
8720 * gdb.texinfo (Print settings): Document
8721 `set/show print static-members' commands.
8722
8723Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
8724
8725 * gdbint.texinfo (Native): Document name change, coredep.c to
8726 core-aout.c.
8727
8728Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
8729
8730 * stabs.texinfo (Include Files): Document the values the SunOS4
8731 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
8732
8733Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
8734
8735 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
8736 Fix typo.
8737
8738Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
8739
8740 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
8741 "gdb.tar.Z".
8742
8743Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
8744
8745 * Makefile.in (maintainer-clean): New target, synonym for
8746 realclean.
8747
8748Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
8749
8750 * Update all FSF addresses except those in COPYING* files.
8751
8752Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
8753
8754 From Richard Earnshaw (rearnsha@armltd.co.uk):
8755 * gdb.texinfo (convenience variables): Document $_exitcode.
8756 (quit): Document optional expression to use as exit code.
8757
8758Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
8759
8760 * gdb.texinfo, remote.texi: Brought up to date with various
8761 GDB changes.
8762
8763Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
8764
8765 * gdb.texinfo: Update dates and versions, fix comments about
8766 hardware watchpoints in future releases and about the
8767 sharedlibrary command.
8768
8769Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8770
8771 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
8772 C_FUN stab. Other cleanups.
8773
8774Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8775
8776 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
8777 for the sparc stub.
8778
8779Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8780
8781 * annotate.texi: Clarify which addresses have differing formats
8782 depending on the language and which do not.
8783
8784Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8785
8786 * remote.texi (NetWare): Changed example to use BOARD= instead of
8787 NODE= argument to reflect correspoding change to gdbserve.nlm.
8788
8789Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8790
8791 * stabs.texinfo (Negative Type Numbers): Mention the fact that
8792 GDB, as well as AIX dbx, supports the size type attribute.
8793
8794Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8795
8796 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
8797
8798Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
8799
8800 * gdb.texinfo (Define): Document $arg0... arguments to commands,
8801 and new 'if' and 'while' commands.
8802
8803Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
8804
8805 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
8806
8807Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8808
8809 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
8810 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
8811 NetWare targets. Mostly stolen from the Server node.
8812
8813Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8814
8815 * gdb.texinfo (Setting): Talk about the language of a source file
8816 versus the working language. The old documentation did not match
8817 what GDB did.
8818
8819Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8820
8821 * stabs.texinfo (Source Files): Document N_SO used to mark the end
8822 of a source file.
8823
8824Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8825
8826 * gdb.texinfo (Processes): New node.
8827
8828Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
8829
8830 * remote.texi: Update documentation of set/show mipsfpu.
8831
3fc11d3e
JM
8832Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
8833
8834 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
8835 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
8836
8837Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
8838
8839 * gdbint.texinfo: Removed mentions of some incorrectly placed and
8840 obsolete conditionals, described some others.
8841
8842Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8843
8844 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
8845 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
8846
8847Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
8848
8849 * gdbint.texinfo: Put regex conditionals in their own table.
8850
8851Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
8852
8853 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
8854 described or fixed the descriptions of many others.
8855
8856Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
8857
8858 * gdb.texinfo: Add some more credits.
8859 * gdbint.texinfo: Capitalize GDB consistently, describe some
8860 macros and remove some.
8861
8862Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
8863
8864 * gdbint.texinfo: Removed mentions of many incorrectly placed and
8865 obsolete conditionals, described some others.
8866
8867Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8868
8869 * gdb.texinfo (help targets): Changed to `help target', which
8870 is the correct gdb command.
8871
8872Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8873
8874 * annotate.texi (TODO): New node, for keeping track of annotations
8875 suggested but not yet implemented.
8876
8877Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8878
8879 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
8880 another symbol, it is not the address itself.
8881
8882Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
8883
8884 * stabs.texinfo (Stab Section Basics): Add comment about alignment
8885 of stabs-in-coff sections.
8886
8887Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8888
8889 * annotate.texi: Change edition to 0.5 and date to May 1994.
8890 Add index.
8891 (Frames): New node, for frame annotation.
8892 (Displays): New node, for display annotation.
8893
8894 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
8895 when waiting for your program to stop.
8896
8897Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8898
8899 * annotate.texi (Breakpoint Info): Document annotation of header
8900 fields and record annotation.
8901
8902Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8903
8904 * annotate.texi: New file, to document annotations.
8905
8906Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8907
8908 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
8909 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
8910
8911Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8912
8913 * stabs.texinfo (Stab Section Basics): Say what is in .stab
8914 section, and say n_strx field is compilation unit relative.
8915 * stabs.texinfo: Don't use @code for a.out when it is the name of
8916 an object file format.
8917
8918Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8919
8920 * gdb.texinfo: Refer to file names, not path names, per rms
8921 convention.
8922 (Arguments): Fix typo.
8923
8924Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8925
8926 * stabs.texinfo (Global Variables): Talk about stabs in files
8927 where variables are referenced, but not defined.
8928
8929Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8930
8931 * stabs.texinfo: Move stuff on @ and # type descriptors from node
8932 Cplusplus to new nodes Member Type Descriptor and Method Type
8933 Descriptor. Re-write stuff for #.
8934
8935Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8936
8937 * gdb.texinfo (Print Settings): Don't document "set print
8938 fast-symbolic-addr off". The bug which it worked around was fixed
8939 on 25 Feb 94 in coffread.c, so I'm nuking the command.
8940
8941 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
8942 N_ENTRY node.
8943
8944 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
8945
8946Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8947
8948 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
8949 references to ieee-float.c.
8950
8951Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8952
8953 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
8954 match what the code actually does.
8955
8956Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8957
8958 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
8959
8960Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8961
8962 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
8963 i, and b.
8964
8965Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
8966
8967 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
8968 well as for ELF and SOM. Unify the descriptions of ELF and SOM
8969 as "stabs in sections" rather than just saying "ELF and SOM".
8970 Also make that stuff apply to COFF.
8971
8972Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8973
8974 * gdb.texinfo (Formatting Documentation): Change GhostScript to
8975 Ghostscript.
8976
8977Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8978
8979 * gdb.texinfo (Continuing and Stepping): When talking about "step"
8980 versus functions without line numbers, also mention stepping into
8981 them as well as "step" when you are in them. Tell the user how to
8982 deal with the situation. Add comment about "debugging information".
8983
8984Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8985
8986 * stabs.texinfo (Enumerations): Document restriction on where
8987 enumeration types can appear and still win with GDB.
8988
8989Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8990
8991 * stabs.texinfo (Negative Type Numbers): Document format for type
8992 -16.
8993
8994Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8995
8996 * gdb.texinfo (Selection, Frame Info): Update information about
8997 arbitrary frame specficiations.
8998
8999Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
9000
9001 * gdb.texinfo, remote.texi: general editing pass prior to Net release
9002
9003Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9004
9005 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
9006
9007Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
9008
9009 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
9010
9011Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9012
9013 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
9014 Differences node to Statics node.
9015 (Statics): Discuss XCOFF use of V symbol descriptor.
9016
9017 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
9018 not clean.
9019
9020Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
9021
9022 * gdb.texinfo (Print Settings): Document `set print
9023 fast-symbolic-addr' and improve the doc for some other
9024 `set print's.
9025
9026Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9027
9028 * stabs.texinfo (String Field): Talk about defining several type
9029 numbers at once.
9030 Fix lint regarding changing node ELF Transformations to
9031 ELF and SOM Transformations.
9032
9033Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
9034
9035 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
9036
9037Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9038
9039 * stabs.texinfo (Cross-References): `::' is for nested types only
9040 within <>.
9041 (Structures): Document static members.
9042
9043Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9044
9045 * stabs.texinfo: Document S type attribute.
9046
9047Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
9048
9049 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
9050
9051Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
9052
9053 * gdbint.texinfo: Fix a few typos.
9054
9055Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9056
9057 * gdb.texinfo, remote.texi: formatting improvements
9058
9059 * gdb.texinfo (New Features): mention threads.
9060 (Summary, C): fix xrefs in newly contributed text.
9061 (Threads): index entries, clarifications, example
9062 (passim): minor typos fixed, phrasing improvements
9063
9064 * remote.texi (Bootstrapping): rephrase text on ^C and add index
9065 entries; (Server): explain use of gdbserver w/real-time systems,
9066 add example of conflicting TCP port; (MIPS Remote) break up
9067 running text into table, highlighting commands, and add example.
a9331b3f 9068
c906108c
SS
9069Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9070
9071 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
9072
9073Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9074
9075 * stabs.texinfo (Nested Symbols): New node.
9076 (String Field, Symbol Descriptors, Cross-References): Refer to it.
9077
9078Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9079
9080 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
9081 to picking which Bbss.bss symbol to use, and (because there seems to
9082 be no good way of doing it) re-write some of the text to make it
9083 sound like Bbss.bss isn't such a great idea after all (as currently
9084 designed).
9085
9086 * gdb.texinfo (C): In addition to saying people have to use g++ for
9087 good results, say they have to use stabs. Specifically say cfront
9088 doesn't work well.
9089 (Summary): Merge in information on Modula-2, Pascal, and Chill from
9090 the gdb README. Add xrefs to places where the support for the various
9091 languages is described in detail.
9092
9093Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9094
9095 * stabs.texinfo: Clean up stuff about visibility and virtual
9096 characters.
9097
9098 * stabs.texinfo (N_M2C): Cite Sun doc.
9099
9100Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9101
9102 * gdb.texinfo: updates re threads.
9103 * remote.texinfo: avoid index entries starting with digits.
9104
9105Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9106
9107 * stabs.texinfo (Enumerations): Talk about large, negative and
9108 octal values. Clean up cross reference to type attributes.
9109 (String Field): Say that GDB 4.11 supports size attribute.
9110
9111Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9112
9113 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
9114 is a mandatory step. Make the stuff about that more concise.
9115
9116Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9117
9118 * stabs.texinfo (Class Names): New node.
9119
9120 * gdb.texinfo (Command Files): Explain order of init file reading.
9121
9122 * remote.texi (Bootstrapping): Talk about getting the serial driver
9123 to deal with ^C sent by gdb to stop the remote system.
9124
9125Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
9126
9127 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
9128
9129 * libgdb.texinfo (Defining Commands): made the DOC arg
9130 to gdb_define_app_command a char * instead of char **
9131 per a suggestion from kingdon.
9132
9133 * libgdb.texinfo: total rewrite from a different starting
9134 premise.
9135
9136Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9137
9138 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
9139 floats passed as doubles (to improve clarity).
9140
9141Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9142
9143 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
9144
9145 * a4rc.sed: update to work with Andreas Vogel papersize params
9146
9147 * refcard.tex: use Andreas Vogel simplifications of papersize
9148 params; remove useless version info; update copyright date.
9149
9150Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9151
9152 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
9153
9154Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9155
9156 * gdb.texinfo (Files): Say what address the load command loads it at.
9157
9158 * stabs.texinfo (Common Blocks): Minor cleanups.
9159
9160 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
9161 that Sun has backed away from the linker kludge and thus the relevant
9162 issue is changes to the SunPRO tools, not the Solaris linker.
9163
9164 * stabs.texinfo (Traditional Integer Types): Clean up description
9165 of octal bounds a little bit. Document extra leading zeroes.
9166
9167Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9168
9169 * gdb.texinfo (Signaling): Update for symbolic symbol names
9170 and add a section explaining the difference between the GDB
9171 signal command and the shell kill utility.
9172
9173Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
9174
9175 * libgdb.texinfo: added `@' to braces that were unescaped.
9176
9177Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
9178
9179 * libgdb.texinfo: new file. Spec for the gdb library.
9180
9181Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9182
9183 * stabs.texinfo (Include Files): Fix typo (start -> end).
9184
9185Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9186
9187 * gdb.texinfo, remote.texi: assorted small improvements, mostly
9188 from Melissa at FSF's editing pass.
9189
9190Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9191
9192 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
9193 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
9194 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
9195
9196Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9197
9198 * remote.texi (Bootstrapping): Discuss 386 call gates.
9199
9200Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9201
9202 * stabs.texinfo (Based Variables): New node.
9203
9204Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
9205
9206 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
9207 names, sizes, and formats to suggest how not to lose.
9208
9209Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9210
9211 * stabs.texinfo (Methods): Fix typo.
9212
9213Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9214
9215 * gdb.texinfo: Fix a few typos.
9216
9217Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9218
9219 * gdb.texinfo: Clarify how well it works with Fortran.
9220
9221 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
9222 More on relocating stabs in ELF files.
9223
9224Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9225
9226 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
9227
9228Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9229
9230 * stabs.texinfo (Local Variable Parameters): Talk about nameless
9231 parameters on VAX.
9232
9233Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9234
9235 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
9236
9237Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9238
9239 * stabs.texinfo: Make info author notice match the TeX author notice.
9240
9241Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9242
9243 * stabs.texinfo: Initial-caps all words in node names and
9244 non-trivial words in section names.
9245
9246Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9247
9248 * stabs.texinfo: Many minor cleanups.
9249
9250 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
9251
9252Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
9253
9254 * stabs.texinfo: Remove full description of big example.
9255 It's not really helpful; just use pieces of it where appropriate.
9256 Add more Texinfo formatting directives (@samp, etc.).
9257 Use @deffn to define stab types.
9258 Eliminate some wordiness. Break up some nodes.
9259 Add an (alphabetized) index of symbol types.
9260 Use consistent capitalization style in node and section names.
9261
9262Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
9263
9264 * gdb.texinfo: Change typo "Two two" to "The two".
9265
9266Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9267
9268 * stabs.texinfo (XCOFF-differences): Remove references to
9269 non-existent types N_DECL and N_RPSYM.
9270
9271 * stabs.texinfo (String Field): Say that type attributes bug is
9272 fixed in GDB 4.10, since it is.
9273
9274 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
9275
9276Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
9277
9278 * stabs.texinfo: Formatting cleanups.
9279
9280Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9281
9282 * stabs.texinfo: When explaining the n_type of a stab, standardize
9283 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
9284 no tabs, use @r).
9285 (Global Variables): Clean up.
9286
9287Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9288
9289 * stabs.texinfo (Stack Variables): Re-write.
9290
9291Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9292
9293 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
9294 addresses of a source file. Also revise formatting.
9295 Change "object module" or "object file" to "source file".
9296 Various: Miscellaneous cleanups.
9297
9298Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9299
9300 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
9301
9302Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
9303
9304 * gdbint.texinfo: Removed many nonsensical machine-collected
9305 host and target conditionals, described some of the remainder.
9306
9307Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9308
9309 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
9310
9311 * gdbint.texinfo (Top): Add name to @top line, and re-write the
9312 paragraph which follows.
9313
9314 * gdbint.texinfo (Host): Use @code not @samp for Makefile
9315 variables. Looks better and avoids overful hbox.
9316
9317Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9318
9319 * stabs.texinfo (Procedures): Improve stuff on nested functions.
9320
9321Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9322
9323 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
9324 retransmit-timeout
9325
9326Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9327
9328 * gdbint.texinfo: Update statement about `some ancient Unix
9329 systems, like Ultrix 4.0' to Ultrix 4.2.
9330
9331Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
9332
9333 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
9334
9335 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
9336
9337 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
9338 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
9339
9340 * remote.texi: new name for former gdbinv-s.texi
9341
9342 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
9343
9344Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
9345
9346 * gdbinv-s.texi: Documented timeout and retransmit-timeout
9347 variables for MIPS remote debugging protocol.
9348
9349Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9350
9351 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
9352
9353Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9354
9355 * Makefile.in (refcard.dvi): Use srcdir where necessary.
9356
9357Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
9358
9359 * gdb.texinfo: repair conditional bugs in text markup
9360
9361Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9362
9363 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
9364 to select Modula-2 material.
9365
9366Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9367
9368 * stabs.texinfo: Cleanups regarding statics.
9369
9370 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
9371 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
9372
9373Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9374
9375 * stabs.texinfo: N_MAIN is sometimes used for C.
9376
9377Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9378
9379 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
9380
9381Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
9382
9383 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 9384 removed from the code by Kingdon.
c906108c
SS
9385
9386Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9387
9388 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
9389 input when evaluating breakpoint conditions; the bug has been fixed.
9390
9391 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
9392 sets the ignore count to N-1, not to N.
9393
9394Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9395
9396 * refcard.tex (\hoffset): correct longstanding error to match
9397 intended offset; avoids cutting off edge on some printers
9398
9399Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9400
9401 * stabs.texinfo (Parameters): Say that order of stabs is significant.
9402
9403Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9404
9405 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
9406
9407Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9408
9409 * Makefile.in: (REFEDITS) new var to control whether PS or CM
9410 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
9411 collect sed edits if any, apply to refcard before formatting;
9412 (refcard.ps) stop implying PS fonts if PS output requested;
9413 (lrefcard.ps) delete extra target for variant PS fonts
9414
9415 * refcard.tex: parametrize papersize dependent info, collect
9416 in easily replaced spot
9417
9418 * a4rc.sed: new file, edits to refcard for A4 paper
9419
9420Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9421
9422 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
9423
9424Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9425
9426 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
9427
9428Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9429
9430 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
9431 politely rather than rudely.
9432
9433Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9434
9435 * stabs.texinfo: Document common blocks.
9436
9437Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
9438
9439 * stabs.texinfo: Add some basic info about stabs-in-elf.
9440
9441Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9442
9443 * stabs.texinfo (Top): Minor cleanup.
9444
9445Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
9446
9447 * Makefile.in (install-info): remove parentdir support
9448
9449Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9450
9451 * gdb.texinfo (Copying): delete this node and references to it;
9452 RMS says this manual need not carry GPL. (passim): Improvements
9453 from last round at FSF, largely due to Ian Taylor review, and
9454 minor formatting improvements.
9455
9456 * gdbinv-s.texi (passim): Improvements from last round at FSF,
9457 largely due to Ian Taylor review. (Debug Session): minor edits to
9458 new text.
9459
9460Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
9461
9462 * Makefile.in (realclean): Remove info and dvi files too.
9463
9464Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
9465
9466 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
9467 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
9468 * gdb.texinfo: Change accordingly.
9469
9470 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
9471 N_{L,R}BRAC,N_SLINE are relative to.
9472
9473Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
9474
9475 * Makefile.in (GDBvn.texi): Update atomically.
9476
9477Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
9478
9479 * gdbinv-s.texi (Debug Session): Document exceptionHook.
9480
9481Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
9482
9483 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
9484 addresses together. Also motivate the set print symbol-filename
9485 command and suggest other solutions.
9486
9487Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
9488
9489 * gdb.texinfo (set print elements): Note that the number of
9490 elements is set to unlimited by "set print elements 0".
9491
9492Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
9493
9494 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
9495 NF_LDOUBLE means.
9496 (Stab Types): Include Solaris stab types.
9497 (Procedures): Document Solaris extensions.
9498
9499Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9500
9501 * gdb.texinfo: Add `set print symbol-filename' doc.
9502
9503Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9504
9505 * stabs.texinfo (Arrays): Talk about type definition vs. type
9506 information.
9507
9508 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
9509 the trailing semicolon.
9510
9511Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9512
9513 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
9514 and merge in other parts of the document addressing these subjects.
9515 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
9516
9517 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
9518 at the end of a range type.
9519
9520 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
9521 AIX extensions.
9522
9523Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9524
9525 * stabs.texinfo (Stabs Format): Misc fixes.
9526
9527Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9528
9529 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
9530 (Traditional builtin types): Document convex convention for long long.
9531 (Negative builtin types): Discuss type names, and misc fixes.
9532
9533Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9534
9535 * stabs.texinfo (Builtin Type Descriptors): Document the floating
9536 point types used with @samp{R} type descriptor.
9537 (Symbol Descriptors): Describe how to handle conflict between
9538 different meanings of @samp{P} symbol descriptor.
9539
9540Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9541
9542 * stabs.texinfo: Remove node Quick Reference and put its children
9543 directly under the main menu.
9544
9545 * stabs.texinfo: Many more changes to bring it into line with
9546 AIX documentation and reality. I think it now has all the
9547 information from the AIX documentation, except that I burned
9548 out when I got to variant records (Pascal and Modula-2) and
9549 all the COBOL types. Oh well, we can add them later when we're
9550 worrying more about those languages.
9551
9552 * stabs.texinfo (Automatic variables): Talk about what it means
9553 to omit the symbol descriptor.
9554
9555Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9556
9557 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
9558 gcc2 behavior with promoted args.
9559
9560Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9561
9562 * gdb.texinfo: include readline appendices in info version of manual
9563
9564Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9565
9566 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
9567 target remote.
9568
9569 * gdb.texinfo (Machine Code): more index entries for disassemble
9570
9571Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
9572
9573 * Clarify the intended use of the gdb-testers and gdb-patches
9574 mailing lists, and shrink gzip comment.
9575
9576Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9577
9578 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
9579 DOSHOST configuration of manual.
9580
9581 * gdb.texinfo (MIPS Stack): new node.
9582
9583 * all-config.texi (MIPS) new switch.
9584
9585 * gdbinv-s.texi (Nindy Options) Remove two instances of future
9586 tense; (MIPS Remote) new node.
9587
9588 * gdb.texinfo (passim) rephrases to work around makeinfo @value
9589 bug; (Environment) less passive, other small cleanups in text about
9590 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
9591 (Remote) new MIPS Remote menu entry.
9592
9593Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
9594
9595 * stabs.texinfo: Many changes to include information from the
9596 AIX documentation.
9597
9598 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
9599
9600Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
9601
9602 * gdbint.texinfo (new node Debugging GDB, elsewhere):
9603 Move a bunch of information from ../README.
9604 (Getting Started): New node.
9605
9606Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9607
9608 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
9609
9610 * gdb.texinfo: advance manual revision dates to present
9611
9612 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
9613 stop using silly Roman numerals in @set variable names
9614
9615Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
9616
9617 * stabs.texinfo (Parameters): Keep trying to get this right.
9618
9619Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
9620
9621 * stabs.texinfo (Parameters): More on "local parameters".
9622
9623Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
9624
9625 * stabs.texinfo (Parameters): Re-do "local parameters" section.
9626
9627Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
9628
9629 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
9630 (Parameters): Rewrite.
9631 (xcoff-differences, Sun-differences): Minor changes.
9632
9633Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
9634
9635 * stabs.texinfo: Minor cleanup.
9636
9637Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
9638
9639 * gdbint.texinfo: Minor xcoff stuff.
9640
9641Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
9642
9643 * gdbint.texinfo: Update for new config directory structure.
9644 Add info about internal type data structures.
9645
9646Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
9647
9648 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
9649 $(srcdir).
9650 (gdb-config.texi): Depend on file in $(srcdir).
9651
9652Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
9653
9654 * stabs.texinfo: Fixes about N_SO.
9655
9656Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9657
9658 * gdb.texinfo: include list of nonstandard init file names
9659
9660 * *-config.texi: new switch GENERIC for text that applies *only*
9661 to (usual) multiple-target version of manual
9662
9663 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
9664 h8 config
9665
9666 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
9667 in menus (rather than conditionally selected multiple alternative
9668 menus).
9669
9670 * Makefile.in: define and use DOC_CONFIG var to select
9671 configuration for GDB user manual.
9672
9673 * gdb-config.texi: delete from repository, generate from Makefile.
9674
9675 * all-config.texi: normal `generic' configuration file, formerly
9676 stored as gdb-config.texi
9677
9678Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
9679
9680 * Makefile.in: add dvi target to build all .dvi files
9681
9682Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9683
9684 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
9685
9686Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
9687
9688 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
9689 host conditionals.
9690 * stabs.texinfo: More array fixes inspired by Jim's.
9691
9692Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
9693
9694 * stabs.texinfo: Fixes re arrays and continuations.
9695
9696 * gdbint.texinfo: Add XCOFF node.
9697
9698Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
9699
9700 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
9701
9702Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
9703
9704 * stabs.texinfo: Fix for array types to mention lower bounds.
9705
9706Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
9707
9708 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
9709
9710Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
9711
9712 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
9713
9714Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
9715
9716 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
9717 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
9718
9719Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
9720
9721 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
9722
9723Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9724
9725 * gdb.texinfo, gdbinv-s.texi: misc updates
9726
9727Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
9728
9729 * gdbint.texinfo: Brief documentation for longjmp support,
9730 from an email msg by Stu.
9731
9732Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
9733
9734 * stabs.texinfo: Fix description of floating point "range"
9735 types (which really define basic types). Reported by Jim Meehan,
9736 <meehan@src.dec.com>.
9737
9738 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
9739
9740Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
9741
9742 * gdbint.texinfo: Slightly expand section on supporting a new
9743 object file format.
9744
9745Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
9746
9747 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
9748 intermediate file.
9749
9750Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9751
9752 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
9753
9754Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9755
9756 * gdbinv-s.texi: z8000 simulator target name is just "sim"
9757
9758 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
9759 as well as Z8002.
9760
9761Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
9762
9763 * gdbint.texinfo: Add sections on clean design and on how to send
9764 in changes.
9765
9766Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
9767
9768 * gdbint.texinfo: Add how to declare the result of make_cleanup.
9769
9770Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
9771
9772 * gdb.texinfo: Fix typo, reported by Karl Berry.
9773
9774Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
9775
9776 * gdb.texinfo: Add opcodes dir to GDB distribution description.
9777
9778Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9779
9780 * gdbint.texinfo: fixed a stray email address (needs @@),
9781 added @table @code to node "Native Conditionals"
9782
9783Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
9784
9785 * gdbint.texinfo: Describe coding style of GDB.
9786
9787Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
9788
9789 * stabs.texinfo: Minor wording changes.
9790
9791Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
9792
9793 * gdbint.texinfo: Improve release doc slightly.
9794
9795Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
9796
9797 * gdbint.texinfo: Improve doc of GDB config macros.
9798
9799Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
9800
9801 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
9802 These will be reinserted when examined.
9803
9804Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
9805
9806 * gdbint.texinfo: Make a start at documenting all the #if macros
9807 in GDB. At least list them all, and start separating them into
9808 host-specific and target-specific.
9809
9810Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9811
9812 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 9813 examples (not consistent w others).
c906108c
SS
9814 gdb.texinfo: issue disclaimer paragraph on cmdline options only
9815 for generic vn of doc
9816
9817Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
9818
9819 * Makefile.in: always create installation directories.
9820
9821Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9822
9823 * gdb.texinfo: in h8 config, do not describe searching commands.
9824
9825Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9826
9827 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
9828 conditionals; introduce a few generic switches that may be
9829 useful for other cross-dev or dos-hosted configs.
9830
9831 * gdb.texinfo: fix typo in "info reg" description
9832
9833Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
9834
9835 * stabs.texinfo: Minor updates from running TeX over it.
9836 * Makefile.in (stabs.dvi, stabs.ps): Add.
9837
9838Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
9839
9840 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
9841 First pass at converting it to texinfo.
9842
9843Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
9844
9845 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
9846 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
9847
9848Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
9849
9850 * gdbint.texinfo: Add section on partial symbol tables.
9851
9852Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
9853
9854 * gdb.texinfo: document `set remotedebug' and `set
9855 rstack_high_address'.
9856
9857Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9858
9859 * gdb.texinfo: slight expansion of new text on reading info files
9860 * gdbinv-s.m4.in: correct and expand info on cross-debugging
9861 H8/300 from DOS.
9862
9863Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
9864
9865 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
9866
9867Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
9868
9869 * gdb.texinfo: Say how to read the `info' files.
9870
9871Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
9872
9873 * Makefile.in: gm4 -> m4.
9874
9875Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
9876
9877 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
9878 Documentation' ahead of `Installing GDB' to match README.
9879 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 9880 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
9881
9882Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
9883
9884 * Makefile.in: remove $(srcdir) from gdb.info rule.
9885
9886Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
9887
9888 * Makefile.in: commented out gdb-all.texinfo rule. This is
9889 temporary.
9890
9891Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
9892
9893 * Makefile.in, configure.in: removed traces of namesubdir,
9894 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 9895 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
9896
9897Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
9898
9899 * gdb.texinfo: Improve how we ask for bug reports.
9900
9901Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9902
9903 * Makefile.in: infodir belongs in datadir.
9904
9905Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9906
9907 * Makefile.in: remove spaces following hyphens, bsd make can't
9908 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 9909 standards.text support.
c906108c
SS
9910
9911Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9912
9913 * Makefile.in: idestdir and ddestdir go away. Added copyrights
9914 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
9915 and mandir now keyed off datadir by default.
9916
9917\f
9918Local Variables:
9e9c5ae7 9919mode: change-log
c906108c
SS
9920left-margin: 8
9921fill-column: 74
9922version-control: never
9923End:
This page took 1.790837 seconds and 4 git commands to generate.