PR 15657
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
c898adb7
YQ
12013-06-20 Pedro Alves <pedro@codesourcery.com>
2
3 * gdb.texinfo (GDB/MI Data Manipulation)
4 <-data-list-register-values>: Document the --skip-unavailable
5 option.
6
7c57fa1e
YQ
72013-06-07 Yao Qi <yao@codesourcery.com>
8
9 * gdb.texinfo (Symbols): Add kindex and cindex for
10 'maint print msymbols'.
11
0059c61a 122013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
13
14 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
15 response field name (thread-group to inferior).
16
85dc5a12
GB
172013-06-04 Gary Benson <gbenson@redhat.com>
18
19 * gdb.texinfo (General Query Packets/qSupported): Added
20 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
21 to the table of currently defined stub features.
22 Added a more detailed entry for "augmented-libraries-svr4-read".
23 (General Query Packets/qXfer:libraries-svr4:read): Documented
24 the augmented form of this packet.
25
5901af59
JB
262013-05-23 Joel Brobecker <brobecker@adacore.com>
27
28 * gdb.texinfo (System-wide Configuration Scripts): Renames
29 "Installed System-wide Configuration Scripts". Add associated
30 @menu block.
31
c1e36e3e
PA
322013-05-23 Yao Qi <yao@codesourcery.com>
33 Pedro Alves <palves@redhat.com>
34
35 * gdb.texinfo (Packets): Document 'vCont;r'.
36 (Continuing and Stepping): Document target-assisted range
37 stepping, and the 'set range-stepping' and 'show range-stepping'
38 commands.
39
0201faac
JB
402013-05-23 Joel Brobecker <brobecker@adacore.com>
41
42 * gdb.texinfo (Installed System-wide Configuration Scripts):
43 Add subsection describing the scripts now available under
44 the data-dir's system-gdbbinit subdirectory.
45 * NEWS: Add entry announcing the availability of system-wide
46 configuration scripts for ElinOS and Wind River Linux.
47
c5867ab6
HZ
482013-05-21 Hui Zhu <hui@codesourcery.com>
49
50 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
51 "-dprintf-insert" command.
52
7d0c9981
DE
532013-05-17 Doug Evans <dje@google.com>
54
55 * gdb.texinfo (Maintenance Commands): Update doc for
56 "maint check-psymtabs". Add doc for "maint check-symtabs",
57 "maint expand-symtabs".
58
742ce053
MM
592013-05-15 Markus Metzger <markus.t.metzger@intel.com>
60
61 * gdb.texinfo (Process Record and Replay): Document the
62 "record goto" command and its sub-commands.
63
1e611234
PM
642013-05-10 Phil Muldoon <pmuldoon@redhat.com>
65
66 * gdb.texinfo (Backtrace): Add "no-filter" argument.
67 (Python API): Add Frame Filters API, Frame Wrapper API,
68 Writing a Frame Filter/Wrapper, Managing Management of Frame
69 Filters chapter entries.
70 (Frame Filters API): New Node.
71 (Frame Wrapper API): New Node.
72 (Writing a Frame Filter): New Node.
73 (Managing Frame Filters): New Node.
74 (Progspaces In Python): Add note about frame_filters attribute.
75 (Objfiles in Python): Ditto.
76 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
77 @anchors and --no-frame-filters option to -stack-list-variables,
78 -stack-list-frames, -stack-list-locals and -stack-list-arguments
79 commands.
80
2874cb83
JB
812013-05-08 Joel Brobecker <brobecker@adacore.com>
82
83 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
84 Support" subsection documenting the XML format used to transfer
85 shared library info on AIX.
86
9a005eb9
JB
872013-05-08 Joel Brobecker <brobecker@adacore.com>
88
89 * gdb.texinfo (Debugging Output): Add documentation of
90 "set debug aix-solib" and "show debug aix-solib" commands.
91
a1217d97
SL
922013-05-06 Sandra Loosemore <sandra@codesourcery.com>
93
94 * gdb.texinfo (Nios II): New section.
95 (Nios II Features): New section.
96
4d1eb6b4
JB
972013-05-06 Joel Brobecker <brobecker@adacore.com>
98
99 * gdbint.texinfo (Algorithms): Remove entries documenting
100 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
101 SOLIB_CREATE_INFERIOR_HOOK.
102
3f84184e
TT
1032013-04-29 Tom Tromey <tromey@redhat.com>
104
105 PR python/14204:
106 * gdb.texinfo (Python API): Fix menu entry.
107 (Blocks In Python): Fix subsubsection text. Rewrite intro.
108 Define global and static block. Add example. Clarify
109 block relationship for inline functions.
110
60155234
TT
1112013-04-29 Tom Tromey <tromey@redhat.com>
112
113 * gdb.texinfo (Python API): Mention Python help and keyword
114 arguments. Move pagination text to Basic Python.
115 (Basic Python): Put pagination text here. Document
116 close-on-exec, SIGCHLD, and SIGINT.
117
5360976e
PA
1182013-04-19 Pedro Alves <palves@redhat.com>
119
120 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
121 "signedness" instead of "signness".
122
bd3f3b55
PA
1232013-04-19 Pedro Alves <palves@redhat.com>
124
125 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
126 -Wno-pointer-sign text with text on -Wpointer-sign.
127
dee368d3
TT
1282013-04-16 Tom Tromey <tromey@redhat.com>
129
130 * gdb.texinfo (Set Catchpoints): Mention earliest version of
131 GCC that has the SDT probe points.
132
cc16e6c9
TT
1332013-04-15 Tom Tromey <tromey@redhat.com>
134
135 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
136 exception catchpoints.
137
72f1fe8a
TT
1382013-04-15 Tom Tromey <tromey@redhat.com>
139
140 * gdb.texinfo (Set Catchpoints): Document $_exception.
141 (Convenience Vars): Mention $_exception.
142
591f19e8
TT
1432013-04-15 Tom Tromey <tromey@redhat.com>
144
145 * gdb.texinfo (Set Catchpoints): Reorganize exception
146 catchpoints. Document "catch rethrow".
147 (Debugging C Plus Plus): Mention "catch rethrow".
148
02ae6bad
TT
1492013-04-15 Tom Tromey <tromey@redhat.com>
150
151 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
152
2c91021c
JK
1532013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
154 Eli Zaretskii <eliz@gnu.org>
155
156 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
157 line below the sample output.
158
6eaaf48b
EZ
1592013-04-12 Eli Zaretskii <eliz@gnu.org>
160
161 * gdb.texinfo (Mode Options): Document '-configuration'.
162 (Help): Document "show configuration".
163 (Bug Reporting): Add requirements to include the configuration
164 details in bug reports.
165
b292c783
JK
1662013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
167
168 * Makefile.in (MAN1S): Add gcore.1.
169 Remove "Host, target, and site specific Makefile fragments" comment.
170 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
171 (install-man1, uninstall-man1): Conditionalize gcore.1.
172 (gcore.1): New.
173 * gdb.texinfo (Man Pages): Add gcore man.
174 (gcore man): New node.
175
f81d1120
PA
1762013-04-10 Pedro Alves <palves@redhat.com>
177
178 * gdb.texinfo (Process Record and Replay): Document that "set
179 record full insn-number-max", "set record
180 instruction-history-size" and "set record
181 function-call-history-size" accept "unlimited".
182 (Backtrace): Document that "set backtrace limit" accepts
183 "unlimited".
184 (List): Document that "set listsize" accepts "unlimited".
185 (Print Settings)" Document that "set print max-symbolic-offset",
186 "set print elements" and "set print repeats" accept "unlimited".
187 (Starting and Stopping Trace Experiments): Document that "set
188 trace-buffer-size" accepts "unlimited".
189 (Remote Configuration): Document that "set tcp connect-timeout"
190 accepts "unlimited".
191 (Command History): Document that "set history size" accepts
192 "unlimited".
193 (Screen Size): Document that "set height" and "set width" accepts
194 "unlimited". Adjust "set pagination"'s description to suggest
195 "set height unlimited" instead of "set height 0".
196
393fd4c3
YQ
1972013-04-10 Yao Qi <yao@codesourcery.com>
198
199 * gdb.texinfo (Trace Files): Add "target ctf".
200
cba5a7bf
JK
2012013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
202
203 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
204
0ed630cb
JK
205 * Makefile.in (install-man1, install-man5, uninstall-man1)
206 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
207
afe1492b
JK
208 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
209
5b8b6385
JK
2102013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
211 Eli Zaretskii <eliz@gnu.org>
212
213 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
214 parameters order. Remove "On some targets" for --attach. Document the
215 --multi parameter and extended-remote command. Document all the
216 options.
217
906ccdf0
JK
2182013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
219
220 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
221 the list of supported languages.
222
43662968
JK
2232013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
224
225 Convert man pages to texinfo, new gdbinit.5 texinfo page.
226 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
227 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
228 (diststuff): Add man.
229 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
230 (uninstall-man5): New.
231 (STAGESTUFF): Add *.1 and *.5.
232 (GDBvn.texi): Add SYSTEM_GDBINIT.
233 (gdb.1, gdbserver.1, gdbinit.5): New.
234 (maintainer-clean realclean): Add $(MANS).
235 (install): Add install-man.
236 (uninstall): Add uninstall-man.
237 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
238 (@copying): Wrap it by @c man begin COPYRIGHT.
239 (Top): Add Man Pages.
240 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
241
be9a8770
PA
2422013-04-02 Pedro Alves <palves@redhat.com>
243
244 * gdb.texinfo (Debugging Output): Document "set/show debug
245 aarch64", "set/show debug coff-pe-read" and "set/show debug
246 mach-o".
247
a46c1e42
PA
2482013-04-02 Pedro Alves <palves@redhat.com>
249
250 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
251 table>: Add entry for "trace-buffer-size".
252
bd3eecc3
PA
2532013-03-28 Pedro Alves <palves@redhat.com>
254
255 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
256 table>: Add entry for "trace-status".
257
215b9f98
EZ
2582013-03-28 Eli Zaretskii <eliz@gnu.org>
259
260 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
261 @bullet", which is invalid (makeinfo 5.1 barfs).
262
7f7cc265
PA
2632013-03-28 Pedro Alves <palves@redhat.com>
264
265 PR gdb/15294
266
267 * gdb.texinfo (List) <set listsize>: Adjust to document that
268 listsize 0 means no limit, and remove mention of -1.
269
9c0be723
YQ
2702013-03-22 Yao Qi <yao@codesourcery.com>
271
272 * gdb.texinfo (Embedded Processors): Remove menu item
273 "OpenRISC 1000".
274 (OpenRISC 1000): Remove.
275
bd712aed
DE
2762013-03-21 Doug Evans <dje@google.com>
277
278 * gdb.texinfo (Maintenance Commands): Add docs for
279 "mt set per-command {space,time,symtab} {on,off}".
280
d0353e76
YQ
2812013-03-14 Hui Zhu <hui@codesourcery.com>
282 Yao Qi <yao@codesourcery.com>
283
284 * gdb.texinfo (Trace Files): Add "tsave -ctf".
285
6dd24dfa
KS
2862013-03-13 Keith Seitz <keiths@redhat.com>
287
288 * gdb.texinfo (Maintenance Commands): Add missing ')' for
289 "maint agent" reference to Dynamic printf.
290
5c4808ca
EZ
2912013-03-11 Eli Zaretskii <eliz@gnu.org>
292
293 * gdb.texinfo (General Query Packets): Don't use colon in index
294 entries visible to Info format.
295
59ea5688
MM
2962013-03-11 Markus Metzger <markus.t.metzger@intel.com>
297
298 * gdb.texinfo (Process Record and Replay): Document record
299 changes.
300
2ae8c8e7
MM
3012013-03-11 Markus Metzger <markus.t.metzger@intel.com>
302
303 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
304 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
305 qXfer:btrace:read.
306
28abe188
EZ
3072013-03-09 Eli Zaretskii <eliz@gnu.org>
308
309 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
310 use colons in @anchor and @cindex entries.
311
be9a119c 3122013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
313
314 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
315
be9a119c 3162013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
317 Hafiz Abid Qadeer <abidh@codesourcery.com>
318
319 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
320 trace-buffer-size set and show commands.
321 (Tracepoint Packets): Document QTBuffer:size.
322 (General Query Packets): Document QTBuffer:size.
323
d57350ea
TT
3242013-02-21 Tom Tromey <tromey@redhat.com>
325
326 * gdb.texinfo: Remove bad @syncodeindex.
327 (Values From Inferior, Types In Python, Inferiors In Python)
328 (Events In Python, Threads In Python, Frames In Python, Blocks In
329 Python, Symbols In Python, Symbol Tables In Python): Remove
330 @tables.
331 (Packets, General Query Packets, Tracepoint Packets)
332 (Host I/O Packets): Use @w{} for empty @item.
333
9f44fbc0
SCR
3342013-02-20 Siva Chandra Reddy <sivachandra@google.com>
335
336 * gdb.texinfo (Architectures In Python): Add description about
337 the new method gdb.Architecture.disassemble.
338
f5911ea1
HAQ
3392013-02-15 Pedro Alves <pedro@codesourcery.com>
340 Hafiz Abid Qadeer <abidh@codesourcery.com>
341
342 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
343 Document the "trace-file" field.
344
7e1e0340
DE
3452013-02-07 Doug Evans <dje@google.com>
346
347 * gdb.texinfo (Machine Code): Clarify argument to disassemble
348 command.
349
134a2066
YQ
3502013-02-06 Yao Qi <yao@codesourcery.com>
351
352 * gdb.texinfo (GDB/MI Async Records): Document new MI
353 notification "=tsv-modified". Update the document of MI
354 notification "=tsv-created".
355 * observer.texi (GDB Observers): New observer tsv_modified.
356 Update observer tsv_created and tsv_delete.
357
430ed3f0
MS
3582013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
359
360 * gdb.texinfo (AArch64 Features): New section; document
361 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
362 (Architectures): Add new AArch64 section to document AArch64
363 architecture specific commands.
364 (ABI): Add description of the new OS ABI "Newlib" and its influence
365 on the longjmp handling.
366
1b56eb55
JK
3672013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
368 Jan Kratochvil <jan.kratochvil@redhat.com>
369
370 * gdb.texinfo (Backtrace): Added description of 'filename-display'
371 variable in 'set/show backtrace' section.
372
c4957902
TT
3732013-01-31 Tom Tromey <tromey@redhat.com>
374
375 * gdb.texinfo (Target Commands): Fix typo.
376
bea883fd
SCR
3772013-01-23 Siva Chandra Reddy <sivachandra@google.com>
378
379 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
380 describing the gdb.Architecture class.
381 (Frames In Python): Add description about the new method
382 gdb.Frame.architecture().
383
796a7ff8
DE
3842013-01-23 Doug Evans <dje@google.com>
385
386 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
387
998580f1
MK
3882013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
389
390 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
391 'thread-groups' field when printing a breakpoint in MI.
392
c9fb1240
SD
3932012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
394 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
395 to reflect that jit-reader-load now supports absolute file-names.
396
ab04a2af
TT
3972013-01-16 Tom Tromey <tromey@redhat.com>
398
399 * gdb.texinfo (Set Catchpoints): Document "catch signal".
400 (Signals): Likewise.
401
8ac3646f
TT
4022013-01-16 Tom Tromey <tromey@redhat.com>
403
404 * gdb.texinfo (GDB/MI Breakpoint Information): Document
405 "catch-type" field.
406 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
407
e93a8774
TT
4082013-01-07 Tom Tromey <tromey@redhat.com>
409
410 * gdb.texinfo (Mode Options): Don't mention -epoch.
411 (Data, Emacs): Remove obsolete comments.
412
54516a0b
TT
4132013-01-02 Tom Tromey <tromey@redhat.com>
414
415 * gdb.texinfo (GDB/MI Output Records): Update menu.
416 (GDB/MI Breakpoint Information): New node.
417 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
418 <-break-insert>: Likewise.
419
8dbe8ece
YQ
4202012-12-31 Yao Qi <yao@codesourcery.com>
421
422 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
423 (Packets): Move "vStopped" packet to ...
424 (Notification Packets): ... here. Describe the components
425 of notification. Add a table of supported notifications.
426 Add an example on the process of he async notification.
427
f35a17b5
JK
4282012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
429
430 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
431 present.
432 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
433 fullname output always present.
434
0dfd2fad
PM
4352012-12-23 Pierre Muller <muller@sourceware.org>
436
437 * gdbint.texinfo (Function prototypes): Require use of "extern"
438 modifier for function prototypes in headers.
439
7785b880
JB
4402012-12-19 Joel Brobecker <brobecker@adacore.com>
441
442 * refcard.tex: Update copyright notice to GPL v3 or later.
443 Update contact info.
444
3d745be3
JK
4452012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
446
447 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
448
c9b6281a
YQ
4492012-12-15 Yao Qi <yao@codesourcery.com>
450
451 * gdb.texinfo (Debugging Output): Document 'set debug
452 notification' and 'show debug notification'.
453
f2a8bc8a
YQ
4542012-12-15 Yao Qi <yao@codesourcery.com>
455
456 * gdb.texinfo (Listing Tracepoints): New item and example about
457 'installed on target' output.
458 Add more in the example about 'installed on target'.
459 (GDB/MI Breakpoint Commands): Doc about 'installed field.
460
451b7c33
TT
4612012-12-14 Tom Tromey <tromey@redhat.com>
462
463 * gdb.texinfo (SVR4 Process Information): Mention core files.
464
3fa7bf06
MG
4652012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
466
467 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
468
05b4bd79
PA
4692012-12-11 Pedro Alves <palves@redhat.com>
470
471 * gdb.texinfo: Remove all mentions of Unixware throughout.
472
74a0d9f6
JK
4732012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
474
475 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
476
0c631110
TT
4772012-11-29 Tom Tromey <tromey@redhat.com>
478
479 * gdb.texinfo (SVR4 Process Information): Document missing
480 "info proc" subcommands.
481
891df0ea
YQ
4822012-11-29 Yao Qi <yao@codesourcery.com>
483
484 PR gdb/1477.
485 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
486 to 'auto' instead of 'gnu'.
487
608e2dbb
TT
4882012-11-26 Tom Tromey <tromey@redhat.com>
489
490 * gdb.texinfo (MiniDebugInfo): New node.
491 (GDB Files): Update.
492
e64e0392
DE
4932012-11-16 Doug Evans <dje@google.com>
494
495 * gdb.texinfo (System-wide configuration): If the system-wide init
496 file lives in the data-directory, and --data-directory is provided,
497 look for it there.
498
ae606bee
TT
4992012-11-15 Tom Tromey <tromey@redhat.com>
500
501 * gdb.texinfo (Signaling): Fix typo.
502
62747a60
TT
5032012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
504
505 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
506 parameter "count" of -data-write-memory-bytes, and add an example.
507
18a9fc12
TT
5082012-11-12 Tom Tromey <tromey@redhat.com>
509
510 * gdb.texinfo (Symbols): Document "info type-printers",
511 "enable type-printer" and "disable type-printer".
512 (Python API): Add new node to menu.
513 (Type Printing API): New node.
514 (Progspaces In Python): Document type_printers field.
515 (Objfiles In Python): Likewise.
516 (gdb.types) <get_type_recognizers, apply_type_recognizers,
517 register_type_printer, TypePrinter>: Document.
518
53342f27
TT
5192012-11-12 Tom Tromey <tromey@redhat.com>
520
521 * gdb.texinfo (Symbols): Document "set print type methods",
522 "set print type typedefs", and flags to ptype and whatis.
523
ed8a1c2d
AB
5242012-11-09 Andrew Burgess <aburgess@broadcom.com>
525
526 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
527 the example -data-disassemble output. Extend the description of
528 the -data-disassemble results to document all fields. Document
529 the cli disassemble command as being related to -data-disassemble.
530
8506d139
YQ
5312012-11-09 Yao Qi <yao@codesourcery.com>
532
533 PR gdb/14777.
534 * gdb.texinfo (OS Information): Remove doc on command
535 'info udot'.
536
4d3f93a2
JB
5372012-11-08 Joel Brobecker <brobecker@adacore.com>
538
539 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
540 gdb.ini warning for Windows port.
541
1e96de83
YQ
5422012-11-08 Yao Qi <yao@codesourcery.com>
543
544 * gdb.texinfo (Search): Add kindex for 'fo'.
545
dc939229
TT
5462012-11-05 Tom Tromey <tromey@redhat.com>
547
548 PR python/14802:
549 * gdb.texinfo (Functions In Python): Add example.
550
6f6484cd
YQ
5512012-11-03 Yao Qi <yao@codesourcery.com>
552
553 * observer.texi (GDB Observers): Remove observer
554 'tracepoint_modified', 'tracepoint_created' and
555 'tracepoint_deleted'.
556
af4238e5
TT
5572012-10-26 Tom Tromey <tromey@redhat.com>
558
559 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
560
687e43a4
TT
5612012-10-25 Tom Tromey <tromey@redhat.com>
562
563 * gdb.texinfo (General Query Packets): Use @itemx.
564
8de0566d
YQ
5652012-10-17 Yao Qi <yao@codesourcery.com>
566
567 * observer.texi (GDB Observers): Update observer
568 'memory_changed'.
569 * gdb.texinfo (GDB/MI Async Records): Document for
570 "memory-changed" notification.
571
07540c15
DE
5722012-10-15 Doug Evans <dje@google.com>
573
574 * gdb.texinfo (Mode Options): Document -nh.
575 Elaborate on docs for -nx.
576
d7019589
SP
5772012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
578
579 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
580
82a90ccf
YQ
5812012-09-21 Yao Qi <yao@codesourcery.com>
582 Pedro Alves <palves@redhat.com>
583
584 * gdb.texinfo (GDB/MI Async Records): Document notification
585 'record-started' and 'record-stopped'.
586 * observer.texi (GDB Observers): New observer 'record-changed'.
587
aa9259cc
TS
5882012-09-19 Thomas Schwinge <thomas@codesourcery.com>
589
590 * gdb.texinfo: Document the removal of SH's 'regs' command.
591
c1d780c2
SDJ
5922012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
593
594 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
595
bb25a15c
YQ
5962012-09-18 Yao Qi <yao@codesourcery.com>
597
598 * gdb.texinfo (GDB/MI Async Records): Document new MI
599 notifications '=tsv-created' and '=tsv-deleted'.
600 * observer.texi (GDB Observers): New observer tsv_created and
601 tsv_deleted.
602
201b4506
YQ
6032012-09-18 Yao Qi <yao@codesourcery.com>
604
605 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
606 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
607 '=traceframe-changed'.
608
6fc1c773
YQ
6092012-09-17 Yao Qi <yao@codesourcery.com>
610
611 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
612 'set listsize'.
613
121c73f3
JK
6142012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
615 Eli Zaretskii <eliz@gnu.org>
616
617 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
618 encoding for gdbarch_breakpoint_from_pc, bp_addr for
619 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
620
e9687799
JK
6212012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
622
623 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
624
3b5e4d35
YPK
6252012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
626
627 Document how to return from "python-interactive" to GDB.
628 * gdb.texinfo (Python Commands): Update documentation.
629
6302012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
631
632 Add a new "python-interactive" command that starts a standard
633 Python interactive prompt with "pi" as alias, and add "py" as
634 an alias to "python".
635 * gdb.texinfo (Python Commands): Document the new commands.
636
b583003e
TT
6372012-08-22 Tom Tromey <tromey@redhat.com>
638
639 * gdbint.texinfo (Host Definition): Remove documentation for
640 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
641
a451cb65
KS
6422012-08-17 Keith Seitz <keiths@redhat.com>
643
644 PR c++/13356
645 * gdb.texinfo (Type and Range Checking): Remove warning.
646 Remove spurious commas.
647 Update text and examples for re-implementation of set/show
648 check type.
649 (C and C++ Type and Range Checks): Likewise.
650
6b1755ce
YQ
6512012-08-16 Yao Qi <yao@codesourcery.com>
652
653 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
654 is deprecated.
655
f47f77df
DE
6562012-08-13 Doug Evans <dje@google.com>
657
658 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
659 to include functions.
660
a72c3253
DE
6612012-08-10 Doug Evans <dje@google.com>
662
663 * gdb.texinfo (Convenience Funs): New node.
664 (Types In Python): Document Type.vector.
665
5b9afe8a
YQ
6662012-08-09 Yao Qi <yao@codesourcery.com>
667
668 * observer.texi: New observer command_param_changed.
669 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
670
dc1039df
JK
6712012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
672
673 * gdbint.texinfo (Debugging GDB): In section
674 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
675 Mention also gdb-gdb.py.
676
4abf930d
YQ
6772012-08-07 Yao Qi <yao@codesourcery.com>
678
679 Revert the folloing patch:
680 2012-08-06 Yao Qi <yao@codesourcery.com>
681 * gdb.texinfo (Remote Configuration): Add kindex for 'set
682 remote hardware-watchpoint-limit' and 'set
683 remote hardware-breakpoint-limit'.
684
f3c8a52a
JK
6852012-08-06 Nathaniel Flath <flat0103@gmail.com>
686
687 * gdb.texinfo (Working Directory): Added information about new
688 default argument for 'cd' command.
689
77a91025
YQ
6902012-08-06 Yao Qi <yao@codesourcery.com>
691
692 * gdb.texinfo (Remote Configuration): Add kindex for 'set
693 remote hardware-watchpoint-limit' and 'set
694 remote hardware-breakpoint-limit'.
695
d9f08f52
YQ
6962012-08-06 Yao Qi <yao@codesourcery.com>
697
698 Fix PR14371.
699
700 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
701 '=breakpoint-deleted'.
702
95b07c96
YQ
7032012-08-02 Yao Qi <yao@codesourcery.com>
704
705 * gdb.texinfo (Native): Remove node Neutrino.
706
7255706c
YQ
7072012-07-27 Yao Qi <yao@codesourcery.com>
708
709 * gdb.texinfo (IPA Protocol Commands): Document new command
710 'close'.
711
d6b28940
TT
7122012-07-25 Tom Tromey <tromey@redhat.com>
713
714 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
715
e615022a
DE
7162012-07-20 Doug Evans <dje@google.com>
717
718 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
719 (Index Files): Document how to control the use of deprecated index
720 sections.
721 (Index Section Format): Replace --use-deprecated-index-sections with
722 "set use-deprecated-index-sections on".
723
055855a4
EZ
7242012-07-12 Eli Zaretskii <eliz@gnu.org>
725
726 * gdbint.texinfo: Remove @syncodeindex directives that put all the
727 indices into a single node "Index". Instead, join function and
728 variable indices into a single index, separate from the concept
729 index. Requested in
730 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
731 (Top): Update the top-level menu: instead of one "Index" there are
732 now separate entries "Concept Index" and "Function and Variable
733 Index".
734 (Concept Index, Function and Variable Index): New nodes.
735 (Index): Node deleted.
736
f77cc5f0
HZ
7372012-07-05 Hui Zhu <hui_zhu@mentor.com>
738
739 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
740 and "maint agent-eval".
741
00595b5e
EZ
7422012-07-03 Eli Zaretskii <eliz@gnu.org>
743
744 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
745 avoid file-name clashes between Index.html and index.html on
746 case-insensitive filesystems. See the discussion starting in
747 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
748 details of the problem.
749 (Top): Update the master menu for the above.
750 (Concept Index, Command and Variable Index): New nodes, instead of
751 the old "Index" node that was deleted. All cross-references
752 updated.
753
d3ce09f5
SS
7542012-07-02 Stan Shebs <stan@codesourcery.com>
755
756 * gdb.texinfo (Dynamic Printf): Mention agent style and
757 disconnected dprintf.
758 (Maintenance Commands): Describe maint agent-printf.
759 (General Query Packets): Mention BreakpointCommands feature.
760 (Packets): Document commands extension to Z0 packet.
761 * agentexpr.texi (Bytecode Descriptions): Document printf
762 bytecode.
763
2d7b58e8
JK
7642012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
765
766 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
767 only after gdbinit files.
768 (Startup): Move -iex and -iex commands down after gdbinit files.
769
202cbf1c
JK
7702012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
771
772 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
773 possibility.
774
b6ba681c
TT
7752012-06-29 Tom Tromey <tromey@redhat.com>
776
777 * gdb.texinfo (Index Section Format): Update for version 7.
778
71caed83
SS
7792012-06-28 Stan Shebs <stan@codesourcery.com>
780
781 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
782 example, add note about title column.
783
ee0bf529
SCR
7842012-06-26 Siva Chandra Reddy <sivachandra@google.com>
785
786 * gdb.texinfo (Symbol Tables In Python): Add description about
787 the new 'last' attribute of gdb.Symtab_and line.
788
3c15d565
SCR
7892012-06-26 Siva Chandra Reddy <sivachandra@google.com>
790
791 * gdb.texinfo (Symbol Tables In Python): Correct the description
792 of the 'pc' attribute of gdb.Symtab_and_line.
793
45cfd468
DE
7942012-06-26 Doug Evans <dje@google.com>
795
796 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
797 and symtab-create.
798
496ee73e
KS
7992012-06-25 Keith Seitz <keiths@redhat.com>
800
801 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
802 from example. Remove "rbreak" from list of corresponding
803 gdb commands.
804
156942c7
DE
8052012-06-23 Doug Evans <dje@google.com>
806
807 * gdb.texinfo (Index Section Format): Document version 7 format.
808
c614397c
YQ
8092012-06-22 Yao Qi <yao@codesourcery.com>
810
811 * gdb.texinfo: Add missing cindex for some packets.
812
472a2379
KS
8132012-06-20 Keith Seitz <keiths@redhat.com>
814
815 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
816 for -break-insert and document -p.
817
2678e2af
YQ
8182012-06-20 Yao Qi <yao@codesourcery.com>
819
820 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
821 and "gdb.write_memory" with "Inferior.read_memory" and
822 "Inferior.write_memory".
823
984359d2
EZ
8242012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
825
826 * gdb.texinfo (Summary): Add a link to "Free Documentation".
827 (Free Documentation): Add @node line.
828 (Continuing and Stepping) <advance location>: Use @item instead of
829 @itemx.
830 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
831 @itemx.
832 (Embedded Processors): Put the link to "PA" to its correct place,
833 according to document structure.
834 (Python API): Put the link to "Lazy Strings In Python" to its
835 correct place.
836 (Index): Use @@ in @tex block to get a literal @.
837
838 * gdbint.texinfo: Fix the @subtitle line.
839
840 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
841 correct place.
842
16bdd41f
YQ
8432012-06-08 Yao Qi <yao@codesourcery.com>
844
845 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
846 Protocol'.
847 (In-Process Agent Protocol, IPA Protocol Objects)
848 (IPA Protocol Commands): New nodes.
849 (Tracepoint Packets): Add anchors.
850
2d4c29c5
TS
8512012-06-06 Thomas Schwinge <thomas@codesourcery.com>
852
853 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
854
6bd110c5
YQ
8552012-06-06 Yao Qi <yao@codesourcery.com>
856
857 * gdb.texinfo: Update copyright year.
858
f3e0e960
SS
8592012-05-23 Stan Shebs <stan@codesourcery.com>
860 Kwok Cheung Yeung <kcy@codesourcery.com>
861
862 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
863
1564a261
JK
8642012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
865
866 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
867 Mention also --with-separate-debug-dir.
868 (Auto-loading): Prepend $debugdir in the sample output.
869 (Auto-loading safe path): Likewise. Mention also $debugdir for the
870 auto-load safe-path variable.
871 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
872 Mention also $debugdir for 'set auto-load scripts-directory'.
873
eb17f351
EZ
8742012-05-19 Eli Zaretskii <eliz@gnu.org>
875
876 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
877 (MIPS Embedded, MIPS, MIPS Register packet Format)
878 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
879 appropriate.
880
4cc0665f
MR
8812012-05-18 Sandra Loosemore <sandra@codesourcery.com>
882 Maciej W. Rozycki <macro@codesourcery.com>
883
884 * gdb.texinfo (MIPS): Document "set mips compression" and "show
885 mips compression".
886 (MIPS Breakpoint Kinds): New subsubsection.
887
7af8dcf8 8882012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
889
890 * gdb.texinfo (Architecture-Specific Protocol Details): Define
891 nodes for subsections. Add @acronym mark-ups and adjust
892 formatting.
893
aff139ff
JK
8942012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
895
896 Rename $ddir to $datadir.
897 * gdb.texinfo (Auto-loading, Auto-loading safe path)
898 (objfile-gdb.py file): Rename $ddir to $datadir.
899
9cb709b6
TT
9002012-05-18 Tom Tromey <tromey@redhat.com>
901
902 * gdb.texinfo (Print Settings): Document 'set print symbol'.
903
e7e0cddf
SS
9042012-05-14 Stan Shebs <stan@codesourcery.com>
905
906 * gdb.texinfo (Dynamic Printf): New subsection.
907
7efc75aa
SCR
9082012-05-13 Siva Chandra Reddy <sivachandra@google.com>
909
910 * gdb.texinfo (Basic Python): Add description about the function
911 gdb.find_pc_line
912
f307c045
JK
9132012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
914 Eli Zaretskii <eliz@gnu.org>
915
916 * gdb.texinfo (Separate Debug Files): Use plural form for global
917 debugging information directory.
918
85d4a676
SS
9192012-05-11 Stan Shebs <stan@codesourcery.com>
920 Kwok Cheung Yeung <kcy@codesourcery.com>
921
922 * gdb.texinfo (Operating System Auxiliary Information): Document new
923 'info os' subcommands.
924
c1668e4e
JK
9252012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
926
927 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
928 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
929 (dotdebug_gdb_scripts section): Add reference
930 to 'Auto-loading safe path'.
931
7349ff92
JK
9322012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
933
934 Implement multi-component --with-auto-load-dir.
935 * gdb.texinfo (Auto-loading): New references
936 for 'set auto-load scripts-directory'
937 and 'show auto-load scripts-directory'.
938 (Auto-loading safe path): Describe the new default. Move $ddir
939 substituation reference to 'objfile-gdb.py file'.
940 (objfile-gdb.py file): Describe script-name alias. Change real-name to
941 script-name. Describe new 'set auto-load scripts-directory'
942 and 'show auto-load scripts-directory'.
943
6dea1fbd
JK
9442012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
945
946 Provide $ddir substitution for --with-auto-load-safe-path.
947 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
948 (Auto-loading safe path): Likewise. Mention the default value,
949 $ddir substitution, --with-auto-load-safe-path and
950 --without-auto-load-safe-path.
951 * observer.texi (gdb_datadir_changed): New.
952
1ccacbcd
JK
9532012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
954
955 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
956 Twice.
957
d9242c17
JK
958 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
959 directory separator by path separator.
960
af2c1515
JK
9612012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
962
963 * gdb.texinfo (Auto-loading safe path): Make 'directories'
964 for 'set auto-load safe-path' optional. Mention if it is omitted.
965 Change disabling security protection condition to "/", twice.
966
a20ee7a4
SCR
9672012-05-03 Siva Chandra Reddy <sivachandra@google.com>
968
969 * gdb.texinfo (Symbol Tables In Python): Add documentation about
970 the new methods global_block and static_block on gdb.Symtab
971 objects.
972
56af09aa
SCR
9732012-05-02 Siva Chandra Reddy <sivachandra@google.com>
974
975 * gdb.texinfo (Blocks In Python): Add a note saying that future
976 improvements to GDB and its infrastructure can move symbols
977 across blocks within a symbol table.
978
2746b0ef
YQ
9792012-04-29 Yao Qi <yao@codesourcery.com>
980
981 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
982 (A29K): Remove.
983
62e5f89c
SDJ
9842012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
985 Tom Tromey <tromey@redhat.com>
986
987 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
988 and generic static probe support on GDB.
989
a766d390
DE
9902012-04-25 Doug Evans <dje@google.com>
991
50f042b9
DE
992 * gdb.texinfo (Go): Fix thinko.
993
a766d390
DE
994 * gdb.texinfo (Supported Languages): Add Go.
995 (Go): New node.
996
f02e2b19
YQ
9972012-04-25 Yao Qi <yao@codesourcery.com>
998
999 * gdbint.texinfo (Testsuite): New section `Board settings'.
1000
68d41a48
JK
10012012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1002
1003 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
1004 Three times.
1005
174bb630
JK
1006 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
1007 Three times.
1008
0511cc75
JK
10092012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1010
1011 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
1012 by @table @asis. Fix formatting of one item.
1013
0070f25a
JK
10142012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1015
1016 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
1017
4dc84fd1
JK
10182012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1019
1020 New option "set debug auto-load".
1021 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
1022 (auto-load verbose mode): New node.
1023
bccbefd2
JK
10242012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1025
1026 New option "set auto-load safe-path".
1027 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
1028 and "info auto-load" examples for safe-path. Put there also references
1029 for "set auto-load safe-path" and "show auto-load safe-path".
1030 New menu item for Auto-loading safe path.
1031 (Auto-loading safe path): New node.
1032 (Python Auto-loading): Update the expected output from "Missing"
1033 to "No".
1034
bf88dd68
JK
10352012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1036
1037 auto-load: Implementation.
1038 * gdb.texinfo (Mode Options): New anchor for -nx.
1039 (Startup): New anchors for Option -init-eval-command,
1040 Home Directory Init File
1041 and Init File in the Current Directory during Startup.
1042 Mention set auto-load local-gdbinit with a reference.
1043 Change the sample code to "set auto-load python-scripts".
1044 (Threads): New anchor set libthread-db-search-path.
1045 Provide references to libthread_db.so.1 file.
1046 (Controlling GDB): New menu item for Auto-loading.
1047 (Auto-loading, Init File in the Current Directory)
1048 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
1049 (Python): Rename the menu item Auto-loading to Python Auto-loading.
1050 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
1051 reference.
1052 (Auto-loading): Rename to ...
1053 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
1054 "set auto-load python-scripts", new anchor for it. Change
1055 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
1056 for it. Change "info auto-load-scripts"
1057 to "info auto-load python-scripts", new anchor for it. Change "scripts"
1058 to "Python scripts".
1059
8264ba82
AG
10602012-04-14 Anton Gorenkov <xgsa@yandex.ru>
1061
1062 PR mi/13393
1063 * gdb.texinfo (Print Settings): Extend the description for "set print
1064 object".
1065 (GDB/MI Variable Objects): Extend the description for -var-create and
1066 -var-list-children.
1067
06fc020f
SCR
10682012-04-11 Siva Chandra Reddy <sivachandra@google.com>
1069
1070 * gdb.texinfo (Examining Data): Document the 'explore' command.
1071
7191c139
JB
10722012-03-28 Joel Brobecker <brobecker@adacore.com>
1073
1074 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
1075 to the children of a varobj and its update range when -var-update
1076 returns that the varobj's type changed.
1077
3708f05e
JK
10782012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1079
1080 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
1081 Create two new links fir 'objfile-gdb.py file'
1082 and 'dotdebug_gdb_scripts section'.
1083
8e0583c8
JK
10842012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1085
1086 * gdb.texinfo (Auto-loading): Rename node reference
1087 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
1088 Twice.
1089 (.debug_gdb_scripts section): Rename the node ...
1090 (dotdebug_gdb_scripts section): ... here.
1091 (Maintenance Commands): Also rename this node reference.
1092
7b282c5a
SCR
10932012-03-22 Siva Chandra Reddy <sivachandra@google.com>
1094
1095 * gdb.texinfo (Python API/Values From Inferior): Add description
1096 about the new method Value.referenced_value. Add description on
1097 how Value.dereference is different (and similar) to
1098 Value.referenced_value.
1099
8320cc4f
JK
11002012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1101
1102 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
1103 --init-eval-command=COMMAND, -iex.
1104 (Startup): Describe -iex and -ix. Simplify the example
1105 for "set auto-load-scripts off".
1106
481860b3
GB
11072012-03-16 Gary Benson <gbenson@redhat.com>
1108
1109 PR breakpoints/10738
1110 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
1111 stating that GDB cannot set breakpoints on inlined functions.
1112 (Mode Options): Document --use-deprecated-index-sections.
1113 (Index Section Format): Document new index section version format.
1114
c4aeac85
TT
11152012-03-15 Tom Tromey <tromey@redhat.com>
1116
1117 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
1118
16899756
DE
11192012-03-13 Doug Evans <dje@google.com>
1120
1121 * gdb.texinfo (Help): Change apropos example to use "alias" instead
1122 of "reload".
1123 (Symbols): Delete docs for set/show symbol-reloading.
1124 * gdbint.texinfo (Defining Other Architecture Features): Delete
1125 SYMBOL_RELOADING_DEFAULT.
1126 * refcard.tex: Delete reference to symbol-reloading.
1127
9b224c5e
PA
11282012-03-07 Pedro Alves <palves@redhat.com>
1129
1130 * gdb.texinfo (General Query Packets): Document new
1131 QProgramSignals packet.
1132 * gdb.texinfo (Remote configuration): Mention
1133 "program-signals-packet".
1134
169081d0
TG
11352012-03-05 Tristan Gingold <gingold@adacore.com>
1136
1137 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
1138
d1feda86
YQ
11392012-03-03 Yao Qi <yao@codesourcery.com>
1140
1141 * gdb.texinfo (In-Process Agent): New node.
1142 Document new commands.
1143 (General Query Packets): Add packet `QAgent'.
1144
1faeff08
MR
11452012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
1146
1147 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
1148
7d74f244
DE
11492012-03-01 Scott J. Goldman <scottjg@vmware.com>
1150
1151 * gdb.texinfo (Commands In Python): Put example python macro in
1152 COMMAND_USER category rather than COMMAND_OBSCURE.
1153 Document gdb.COMMAND_USER.
1154 (User-defined Commands): Update documentation to clarify
1155 "set/show max-user-call-depth" and "show user" don't apply to python
1156 commands. Update documentation to clarify "help user-defined" may
1157 also include python commands defined as COMMAND_USER.
1158
6fe37d23
JK
11592012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1160
1161 * gdb.texinfo (Startup): Add option -ex description to the option -x
1162 description.
1163
83364271
LM
11642012-02-24 Luis Machado <lgustavo@codesourcery.com>
1165
1166 * gdb.texinfo (Setting Breakpoints): Mention and explain the
1167 condition-evaluation breakpoint parameter.
1168 Mention condition-evaluation mode being shown in "info break".
1169 (Break Conditions): Add description for target-side
1170 conditional breakpoints.
1171 (Remote Configuration): Mention conditional-breakpoints-packet.
1172 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
1173 cond-expr.
1174 (General Query Packets): Mention new ConditionalBreakpoint feature.
1175
bdb1994d
TT
11762012-02-22 Tom Tromey <tromey@redhat.com>
1177
1178 * gdb.texinfo (Blocks In Python): Clarify block iteration.
1179
4d241c86
TT
11802012-02-17 Tom Tromey <tromey@redhat.com>
1181
1182 PR python/10753:
1183 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
1184 directory.
1185
816338b5
SS
11862012-02-14 Stan Shebs <stan@codesourcery.com>
1187
1188 * gdb.texinfo (Disabling Breakpoints): Document enable count.
1189
cc30c4bd
PA
11902012-02-13 Pedro Alves <palves@redhat.com>
1191
1192 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
1193 mips-idt-ecoff.
1194
035d1e5b
YQ
11952012-02-09 Yao Qi <yao@codesourcery.com>
1196
1197 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
1198
f0823d2c
TT
11992012-02-07 Tom Tromey <tromey@redhat.com>
1200
1201 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
1202 Symbol.value.
1203
64e7d9dd
TT
12042012-02-07 Tom Tromey <tromey@redhat.com>
1205
1206 * gdb.texinfo (Symbols In Python): Document Symbol.line.
1207
4220b2f8
TS
12082012-01-27 Thomas Schwinge <thomas@codesourcery.com>
1209
1210 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
1211
edcc5120
TT
12122012-01-24 Tom Tromey <tromey@redhat.com>
1213
1214 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
1215 unload".
1216 (Files): Mention new catch commands.
1217 (GDB/MI Async Records): Likewise.
1218
53fe1783
GB
12192012-01-24 Gary Benson <gbenson@redhat.com>
1220
1221 Delete #if 0'd out code.
1222 * gdb.texinfo (Frame Info): Remove "info catch".
1223
b9e7b9c3
UW
12242012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1225
1226 * gdb.texinfo (Remote Configuration): Document
1227 "set remote hostio-readlink-packet" command.
1228 (General Query Packets): Document vFile:readlink packet.
1229
4aac40c8
TT
12302012-01-16 Tom Tromey <tromey@redhat.com>
1231
1232 * gdb.texinfo (Specify Location): Document relative file name
1233 handling.
1234
cafec441
TT
12352012-01-16 Tom Tromey <tromey@redhat.com>
1236
1237 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
1238
0ee339bc
JK
12392012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1240 Eli Zaretskii <eliz@gnu.org>
1241
1242 * gdbint.texinfo (Coding Standards): Require braces for two lines of
1243 code.
1244
72384ba3
PH
12452012-01-11 Paul Hilfinger <hilfingr@adacore.com>
1246
1247 * gdb.texinfo (Variables): Document use of :: for non-static
1248 variables.
1249
ce1b17c4
JB
12502012-01-05 Joel Brobecker <brobecker@adacore.com>
1251
1252 * gdbint.texinfo (Start of New Year Procedure): Update
1253 to replace use of copyright.sh by use of copyright.py.
1254
217bff3e
JK
12552012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1256
1257 Remove the gdbtui binary.
1258 * all-cfg.texi (GDBTUI): Remove.
1259 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
1260 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
1261 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
1262
cc72b2a2
KP
12632011-12-23 Kevin Pouget <kevin.pouget@st.com>
1264
1265 Introduce gdb.FinishBreakpoint in Python.
1266 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
1267 (Python API): Add menu entry for Finish Breakpoints.
1268
13ac8d2c
JK
12692011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1270
1271 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
1272 tests.
1273
e0f9f062
DE
12742011-12-16 Doug Evans <dje@google.com>
1275
1276 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
1277
80b6e756
PM
12782011-12-16 Phil Muldoon <pmuldoon@redhat.com>
1279
1c3ad6ab 1280 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
1281 stack". Add documentation for "set/show python print-stack".
1282
2fb860fc
PA
12832011-12-14 Pedro Alves <pedro@codesourcery.com>
1284
1285 * gdb.texinfo (Implementing a Remote Stub): Explain that you
1286 should transfer control to the stub in the startup code instead of
1287 in main. Mention the need to get past the initial breakpoint.
1288
f8eba3c6
TT
12892011-12-06 Tom Tromey <tromey@redhat.com>
1290
1291 * gdb.texinfo (Set Breaks): Update for new behavior.
1292
2268b414
JK
12932011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1294
1295 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
1296 List Format for SVR4 Targets'.
1297 (General Query Packets): New item qXfer:libraries-svr4:read.
1298 (Library List Format for SVR4 Targets): New node.
1299
ae6f0d5b
TT
13002011-12-01 Tom Tromey <tromey@redhat.com>
1301
1302 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
1303 add.
1304
36dfb11c
TT
13052011-11-22 Tom Tromey <tromey@redhat.com>
1306
1307 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
1308 reasons.
1309
f196051f
SS
13102011-11-20 Stan Shebs <stan@codesourcery.com>
1311
1312 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1313 note-related options and variables.
1314 (Tracepoint Packets): Document packet changes.
1315
f85b53f8
SD
13162011-11-20 Sanjoy Das <sdas@igalia.com>
1317
1318 * gdb.texinfo (JIT Interface): Add documentation on writing and
1319 usind JIT debug info readers.
1320 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
1321 Debug Info Readers): New nodes.
1322
bfccc43c
YQ
13232011-11-18 Yao Qi <yao@codesourcery.com>
1324
1325 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
1326 tracepoint.
1327
c011a4f4
DE
13282011-11-15 Doug Evans <dje@google.com>
1329
1330 * gdb.texinfo (Files): Document basenames-may-differ.
1331
ed59ded5
DE
13322011-11-14 Doug Evans <dje@google.com>
1333
1334 * gdb.texinfo (Shell Commands): Document "!".
1335
405f8e94
SS
13362011-11-14 Stan Shebs <stan@codesourcery.com>
1337 Kwok Cheung Yeung <kcy@codesourcery.com>
1338
1339 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
1340 needed to get shorter fast tracepoints.
1341 (Tracepoint Packets): Document new qTMinFTPILen packet.
1342
1e4d1764
YQ
13432011-11-14 Yao Qi <yao@codesourcery.com>
1344
1345 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
1346 behavior of tracepoint.
1347 (General Query Packets): New feature InstallInTrace.
1348 (Remote Configuration): Document "set remote
1349 install-in-trace-packet".
1350
71eba9c2 13512011-11-12 Matt Rice <ratmice@gmail.com>
1352
1353 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
1354 Add arguments to info macro.
1355
e0f8f636
TT
13562011-11-10 Tom Tromey <tromey@redhat.com>
1357
1358 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
1359 manual.
1360 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
1361 (Macros): Add a footnote.
1362 (C): Remove paragraph about compiler options.
1363 (C Constants): Mention wide character and string constants.
1364 (C Plus Plus Expressions): Update compiler option advice. Mention
1365 using declarations. Mention ADL. Remove old HP compiler
1366 information.
1367
625c0d47
TT
13682011-11-10 Tom Tromey <tromey@redhat.com>
1369
1370 PR c++/9257:
1371 * gdb.texinfo (Print Settings): Add an extra note about the need
1372 for a vtable.
1373
4be2aacc
MR
13742011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
1375
1376 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
1377 "set mips abi" documentation.
1378
0a1c4d10
DE
13792011-11-04 Doug Evans <dje@google.com>
1380
1381 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
1382
aad1c02c
TT
13832011-11-03 Tom Tromey <tromey@redhat.com>
1384
1385 * gdb.texinfo (Stopping): Add menu entry.
1386 (Continuing and Stepping): Restore @node. Use @section, not
1387 @subsection.
1388
983fb131
MR
13892011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
1390
1391 * gdb.texinfo (Skipping Over Functions and Files): Remove node
1392 designation. Fix "Specify Location" cross-reference.
1393
3065dfb6
SS
13942011-11-02 Stan Shebs <stan@codesourcery.com>
1395
1396 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
1397 (General Query Packets): Describe tracenz feature.
1398 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
1399
0aaaf063
PK
14002011-10-28 Paul Koning <paul_koning@dell.com>
1401
1402 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
1403
2231f1fb
KP
14042011-10-27 Kevin Pouget <kevin.pouget@st.com>
1405
1406 * gdb.texinfo ((Frames In Python): Document
1407 gdb.FRAME_UNWIND_FIRST_ERROR contant.
1408
5110b5df
PK
14092011-10-26 Paul Koning <paul_koning@dell.com>
1410
1411 * gdb.texinfo (gdb.types): Document new deepitems function.
1412
22dbab46
PK
14132011-10-25 Paul Koning <paul_koning@dell.com>
1414
1415 PR python/13327
1416
1417 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
1418 fetch_lazy method.
1419
9df2fbc4
PM
14202011-10-20 Phil Muldoon <pmuldoon@redhat.com>
1421
1422 PR python/12656
1423
1424 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
1425 global_block, static_block function.
1426
f05e2e1d
TT
14272011-10-19 Tom Tromey <tromey@redhat.com>
1428
1429 * gdb.texinfo (Commands In Python): Add missing "@"s.
1430
a7fc3f37
KP
14312011-10-13 Kevin Pouget <kevin.pouget@st.com>
1432
1433 PR python/13285 Document named constants for frame unwind stop reasons
1434 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
1435 constants.
1436
5048e516
JK
14372011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1438
1439 Fix compatibility with texinfo versions older than 4.12.
1440 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
1441 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
1442 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
1443 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
1444 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
1445 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
1446 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
1447
5a56e9c5
DE
14482011-10-09 Doug Evans <dje@google.com>
1449
1450 * gdb.texinfo (Extending GDB): Document alias command.
1451
36b11add
JK
14522011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1453
1454 Support @entry in input expressions.
1455 * gdb.texinfo (Variables): Describe @entry names suffix.
1456 (Print Settings): Add anchor for `set print entry-values'.
1457
e18b2753
JK
14582011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1459 Eli Zaretskii <eliz@gnu.org>
1460
1461 Display @entry parameter values (without references).
1462 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
1463 example.
1464 (Print Settings): New description of set print entry-values and show
1465 print entry-values.
1466
111c6489
JK
14672011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1468 Eli Zaretskii <eliz@gnu.org>
1469
1470 Recognize virtual tail call frames.
1471 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
1472 (Tail Call Frames): New node.
1473 (Frames In Python): Add gdb.TAILCALL_FRAME.
1474
9c15afc4
DE
14752011-10-07 Doug Evans <dje@google.com>
1476
1477 * gdb.texinfo (gdb.printing): Document new `replace' arg to
1478 register_pretty_printer.
1479
99f5279d
PM
14802011-10-07 Phil Muldoon <pmuldoon@redhat.com>
1481
1482 PR python/12930
1483 PR python/12802
1484
1485 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
1486 stop method.
1487
03583c20
UW
14882011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
1489
1490 * gdb.texinfo (Starting your Program): "set disable-randomization"
1491 is no longer Linux-specific.
1492 (Remote Configuration): Document "set remote
1493 disable-randomization-packet".
1494 (General Query Packets): Document "QDisableRandomization" packet
1495 and add it to "qSupported" list.
1496
bd054e06
KP
14972011-10-07 Kevin Pouget <kevin.pouget@st.com>
1498
1499 Allow Python notification of new object-file loadings.
1500 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
1501 event type.
1502
cb6be26b
KP
15032011-10-04 Kevin Pouget <kevin.pouget@st.com>
1504
1505 PR python/12691: Add the inferior to Python exited event
1506 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
1507
a05336a1
JB
15082011-10-03 Joel Brobecker <brobecker@adacore.com>
1509
1510 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
1511 rephasing.
1512
5d77fe44
JB
15132011-10-03 Joel Brobecker <brobecker@adacore.com>
1514
1515 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
1516 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
1517 as possible feature returned by the `-list-features'
1518 command.
1519
699df94d
PK
15202011-09-28 Paul Koning <paul_koning@dell.com>
1521
1522 * gdb.texinfo (gdb.Type): Document field access by dictionary
1523 key syntax.
1524
24bdad53
YQ
15252011-09-28 Yao Qi <yao@codesourcery.com>
1526
1527 * gdb.texinfo (Files): Update options for `add-symbol-file'.
1528 Add one space after option `-s'. Remove @r{} markup.
1529
6710bf39
SS
15302011-09-27 Stan Shebs <stan@codesourcery.com>
1531
1532 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
1533
d99f7e48
HZ
15342011-09-16 Hui Zhu <teawater@gmail.com>
1535
1536 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
1537 to *(unsigned char *)$esp@300.
1538
d812018b
PK
15392011-09-15 Paul Koning <paul_koning@dell.com>
1540
1541 * gdb.texinfo: Make style of Python functions and methods match
1542 the syntax of Python. Also put class and module names explicitly
1543 on function, member, and variable names, matching Python
1544 documentation conventions.
1545
2aa48337
KP
15462011-09-15 Kevin Pouget <kevin.pouget@st.com>
1547
1548 PR Python/12692 Add gdb.selected_inferior() to Python interface.
1549 * gdb.texinfo (Inferiors In Python): Describe new
1550 gdb.selected_inferior() function.
1551
6839b47f
KP
15522011-09-15 Kevin Pouget <kevin.pouget@st.com>
1553
1554 Handle multiple breakpoint hits in Python interface:
1555 * gdb.texinfo (Events In Python): New function documentation:
1556 gdb.BreakpointEvent.breakpoints. Indicate that
1557 gdb.BreakpointEvent.breakpoint is now deprecated.
1558
26829f2b
JB
15592011-09-04 Joel Brobecker <brobecker@adacore.com>
1560
1561 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
1562
a9f54f60
TT
15632011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
1564
1565 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
1566
fa3a4f15
PM
15672011-08-17 Phil Muldoon <pmuldoon@redhat.com>
1568
1569 * gdb.texinfo (Prompt): Add set/show extended-prompt
1570 documentation
1571 (Basic Python): Add prompt_hook anchor.
1572 (Python modules): Reword module text to reflect multiple modules.
1573 (gdb.prompt): Document gdb.prompt module.
1574
224bbe49
YQ
15752011-08-14 Yao Qi <yao@codesourcery.com>
1576
78d85199
YQ
1577 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
1578
15792011-08-14 Yao Qi <yao@codesourcery.com>
1580
1581 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
1582 (TIC6x Features): New node.
1583
457e09f0
DE
15842011-08-12 Doug Evans <dje@google.com>
1585
1586 * gdb.texinfo (Symbols In Python): Document symbol.type.
1587
5e239b84
PM
15882011-08-09 Phil Muldoon <pmuldoon@redhat.com>
1589
1590 * gdb.texinfo (Python): Document command and function
1591 auto-loading.
1592
177bc839
JK
15932011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1594 Eli Zaretskii <eliz@gnu.org>
1595
1596 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
1597 typedefs unrolling. Extend the sample code by an inner typedef and
1598 outer typedefs unrolling.
1599
1a532630
PP
16002011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
1601
1602 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
1603 size and line-size.
1604
9b158ba0 16052011-07-21 Matt Rice <ratmice@gmail.com>
1606
1607 PR macros/12999
1608 * gdb.texinfo (Macros): Add info definitions and info macros commands.
1609 Update text and cindex entries for info macro command.
1610
d17b6f81
PM
16112011-07-21 Phil Muldoon <pmuldoon@redhat.com>
1612
1613 * observer.texi (GDB Observers): Add before_prompt observer.
1614 * gdb.texinfo (Basic Python): Add documentation for prompt
1615 substitution.
1616
713389e0
PM
16172011-07-11 Phil Muldoon <pmuldoon@redhat.com>
1618
1619 PR python/12438
1620 * gdb.texinfo (Python Commands): Add deprecate note to maint
1621 set/show python print-stack. Document set/show python
1622 print-backtrace.
1623
177b42fe
TJB
16242011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
1625
1626 * gdb.texinfo: Fix typos.
1627
900e11f9
JK
16282011-07-01 Tom Tromey <tromey@redhat.com>
1629
1630 * gdb.texinfo (Debugging Output): Document set debug
1631 check-physname.
1632
39c4d40a
TT
16332011-06-29 Tom Tromey <tromey@redhat.com>
1634
1635 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1636 breakpoint-notifications feature.
1637
6f5def7d
UW
16382011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
1639
1640 * gdb.texinfo (Target Description): Remove warning about
1641 possibly unstable format.
1642
8cf64490
TT
16432011-06-03 Tom Tromey <tromey@redhat.com>
1644
1645 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
1646 (Events In Python): Note that exit_code is optional.
1647
393eab54
PA
16482011-05-17 Pedro Alves <pedro@codesourcery.com>
1649
1650 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
1651 required for multi-threading support.
1652 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
1653 Hc are deprecated for multi-threading debugging. Point readers at
1654 the vCont packet.
1655
75fc9810
DE
16562011-05-15 Doug Evans <dje@google.com>
1657
1658 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
1659
01124a23
DE
16602011-05-13 Doug Evans <dje@google.com>
1661
98a5dd13
DE
1662 * gdb.texinfo (Threads): Document $sdir,$pdir.
1663 (Server): Document $pdir exception.
1664
dbaefcf7
DE
1665 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
1666
cc63ef9b
DE
1667 * gdb.texinfo (Threads): Clarify default value for
1668 libthread-db-search-path.
7e0396aa 1669
01124a23
DE
1670 * gdb.texinfo (Completion): Update example.
1671 (Debugging Output): Delete `set/show debug lin-lwp-async'.
1672
d248b706
KY
16732011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
1674
1675 * gdb.texinfo: Document change in the behaviour of the enable and
1676 disable GDB commands when applied to tracepoints.
1677 Document the EnableDisableTracepoints remote stub feature.
1678 Document QTEnable and QTDisable in the list of tracepoint packets.
1679
cc88a640
JK
16802011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1681
1682 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
1683 hsuser.texi.
1684 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
1685 comment to hsuser.texi. Change rluser.texi name in the comment.
1686
84e578fb
DE
16872011-05-10 Doug Evans <dje@google.com>
1688
1689 * gdb.texinfo (Threads): If an empty path is provided for
1690 libthread-db-search-path it is reset to its default value.
1691 (Server): Ditto.
1692
478aac75
DE
16932011-05-09 Doug Evans <dje@google.com>
1694
1695 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
1696
9c06b0b4
TJB
16972011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1698 Thiago Jung Bauermann <bauerman@br.ibm.com>
1699
1700 Implement support for PowerPC BookE masked watchpoints.
1701 * gdb.texinfo (Set Watchpoints): Document mask parameter.
1702 (PowerPC Embedded): Mention support of masked watchpoints.
1703
9ed350ad
JB
17042011-05-03 Joel Brobecker <brobecker@adacore.com>
1705
1706 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
1707 `@value{GDBN}'.
1708
4ceed123
JB
17092011-05-03 Joel Brobecker <brobecker@adacore.com>
1710
1711 * gdb.texinfo (titlepage): Remove dedication.
1712 (In Memoriam): New appendix.
1713
559a7a62
JK
17142011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1715 Eli Zaretskii <eliz@gnu.org>
1716
1717 * gdb.texinfo (Index Section Format): Change the version to 5.
1718 Describe the different formula.
1719
03f2bd59
JK
17202011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1721 Eli Zaretskii <eliz@gnu.org>
1722
1723 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
1724 for disconnected tracing.
1725 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
1726 extended-remote relationship. Mention --once.
1727 (TCP port allocation lifecycle of @code{gdbserver}): New.
1728
d9b1a651
EZ
17292011-04-23 Eli Zaretskii <eliz@gnu.org>
1730
1731 * gdb.texinfo (Server): Improve indexing. Index all optional
1732 switches to gdbserver.
1733
90476074
TT
17342011-04-20 Tom Tromey <tromey@redhat.com>
1735
1736 * gdb.texinfo (Index Section Format): New node.
1737 (Top): Add new node to menu.
1738
c21236dc
PA
17392011-04-20 Pedro Alves <pedro@codesourcery.com>
1740
1741 * gdb.texinfo (Maintenance Commands): Document `maint print
1742 remote-registers'.
1743
05c8c3f5
TT
17442011-04-20 Tom Tromey <tromey@redhat.com>
1745
1746 * gdb.texinfo (Trace File Format): Move node later.
1747
7a9dd1b2
TT
17482011-04-19 Tom Tromey <tromey@redhat.com>
1749
1750 * gdbint.texinfo (Register Information Functions): Remove
1751 duplicate "the".
1752 * gdb.texinfo (Emacs): Remove duplicate "to".
1753 (GDB/MI Variable Objects): Remove duplicate "the".
1754 (General Query Packets): Likewise.
1755
4368ebeb
JB
17562011-04-02 Joel Brobecker <brobecker@adacore.com>
1757
1758 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
1759 "GDB/MI Ada Exception Information" node.
1760
956a9fb9
JB
17612011-04-01 Joel Brobecker <brobecker@adacore.com>
1762
1763 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1764 the "exception-name" field in the *stopped async record.
1765
f1310107
TJB
17662011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
1767 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1768
1769 Implement support for PowerPC BookE ranged breakpoints.
1770 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
1771
8786b2bd
TT
17722011-03-28 Tom Tromey <tromey@redhat.com>
1773
1774 * gdb.texinfo (Set Tracepoints): Fix typo.
1775
9ef07c8c
TT
17762011-03-24 Tom Tromey <tromey@redhat.com>
1777
1778 * gdb.texinfo (Specify Location): Document `function:label'
1779 linespec.
1780
99c3dc11
PM
17812011-03-18 Phil Muldoon <pmuldoon@redhat.com>
1782
f1310107 1783 PR python/12149
99c3dc11
PM
1784
1785 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
1786
29703da4
PM
17872011-03-17 Phil Muldoon <pmuldoon@redhat.com>
1788
1789 * gdb.texinfo (Blocks In Python): Add is_valid method description.
1790 (Inferiors In Python): Likewise.
1791 (Threads In Python): Likewise.
1792 (Symbols In Python): Likewise.
1793 (Objfiles In Python): Likewise.
1794 (Symbol Tables In Python): Likewise.
1795
c9174737
PA
17962011-03-15 Pedro Alves <pedro@codesourcery.com>
1797
1798 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
1799 display>: Explain that the commands accept number ranges.
1800
7371cf6d
PM
18012011-03-14 Phil Muldoon <pmuldoon@redhat.com>
1802
1803 * gdb.texinfo (Breakpoints In Python): Add description and example
1804 of Python stop function operation.
1805
ecec24e6
PM
18062011-03-10 Phil Muldoon <pmuldoon@redhat.com>
1807
1808 * gdb.texinfo (Parameters In Python): Document get_set_string and
1809 get_show_string methods.
1810
6dcd5565
JK
18112011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1812
1813 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
1814
81896e36
JK
1815 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
1816 circular-trace-buffer name.
1817
5e30da2c
JB
18182011-02-28 Joel Brobecker <brobecker@adacore.com>
1819
1820 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
1821 in the previous change.
1822
3bd0f5ef 18232011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
1824
1825 * gdb.texinfo (Inferiors and Programs): Update commands to show
1826 that they can accept multiple arguments.
1827
4ec7539c
JB
18282011-02-24 Joel Brobecker <brobecker@adacore.com>
1829
1830 Revert the following patch (code patch was not approved):
1831 2011-02-21 Hui Zhu <teawater@gmail.com>
1832 * agentexpr.texi (bytecode descriptions): add printf.
1833 * gdb.texinfo (tracepoint action lists): add printf.
1834
82809774
DE
18352011-02-23 Doug Evans <dje@google.com>
1836
1837 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
1838
e5a67952
MS
18392011-02-23 Michael Snyder <msnyder@vmware.com>
1840
1841 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
1842 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
1843 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
1844
6e6fbe60
DE
18452011-02-22 Doug Evans <dje@google.com>
1846
1847 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
1848 Clarify behaviour of lookup_symbol when `block' argument is omitted,
1849 add description of result, fix @defun formatting.
1850
f994e27a
HZ
18512011-02-21 Hui Zhu <teawater@gmail.com>
1852
1853 * agentexpr.texi (Bytecode Descriptions): Add printf.
1854 * gdb.texinfo (Tracepoint Action Lists): Add printf.
1855
c7f96d2b
TT
18562011-02-18 Tom Tromey <tromey@redhat.com>
1857
1858 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
1859
60f98dde
MS
18602011-02-14 Michael Snyder <msnyder@vmware.com>
1861
1862 * gdb.texinfo (threads): Document argument for "info threads" cmd.
1863 Document new command "thread find".
1864
08e796bc
MS
18652011-02-14 Michael Snyder <msnyder@vmware.com>
1866
1867 * gdb.texinfo (Threads): Update example of new thread message.
1868
b3b9301e
PA
18692011-02-14 Pedro Alves <pedro@codesourcery.com>
1870
1871 * gdb.texinfo (Remote Configuration): Mention set/show remote
1872 traceframe-info.
1873 (Tools/Packages Optional for Building GDB): Mention that expat is
1874 used for traceframe info.
1875 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
1876 (General Query Packets) <qSupported>: Describe the
1877 qXfer:traceframe-info:read feature.
1878 (qXfer::read): Describe qXfer:traceframe-info:read.
1879 (Traceframe Info Format): New section.
1880
cef35b0f
PA
18812011-02-04 Pedro Alves <pedro@codesourcery.com>
1882
1883 * gdbint.texinfo (Formatting): Mention some formatting guidelines
1884 for casts and unary operators.
1885
f1cbe1d3
TT
18862011-02-04 Tom Tromey <tromey@redhat.com>
1887
1888 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
1889 is not useful.
1890
585fdaa1
PA
18912011-01-25 Pedro Alves <pedro@codesourcery.com>
1892
1893 * gdb.texinfo: s/value optimized out/optimized out/g
1894
7bfc9434
JB
18952011-01-21 Joel Brobecker <brobecker@adacore.com>
1896
1897 * gdb.texinfo (Other Misc Settings): Rework part of the
1898 documentation of the "set interactive mode" command.
1899
4694da01
TT
19002011-01-19 Tom Tromey <tromey@redhat.com>
1901
1902 * gdb.texinfo (Threads): Document thread name output and `thread
1903 name' command.
1904 (Threads In Python): Document Thread.name attribute.
1905 (GDB/MI Thread Commands): Document thread attributes.
1906
b716877b
AB
19072011-01-12 Andrew Burgess <aburgess@broadcom.com>
1908
1909 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
1910 changes in mi/mi-cmd-disas.c
1911
13fd8b81
TT
19122011-01-12 Tom Tromey <tromey@redhat.com>
1913
1914 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
1915 Fix "thread apply" text.
1916
e09342b5
TJB
19172011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1918 Thiago Jung Bauermann <bauerman@br.ibm.com>
1919
1920 Implement support for PowerPC BookE ranged watchpoints.
1921 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
1922 the "set powerpc exact-watchpoints" flag.
1923
06e65f44
TT
19242011-01-07 Tom Tromey <tromey@redhat.com>
1925
1926 * gdb.texinfo (Python API): Add descriptions to @menu items.
1927
d8e22779
TT
19282011-01-06 Tom Tromey <tromey@redhat.com>
1929
1930 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
1931
a255712f
PP
19322010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
1933
e09342b5 1934 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 1935
ccfc3d6e
TT
19362011-01-06 Tom Tromey <tromey@redhat.com>
1937
1938 PR python/12133:
1939 * gdb.texinfo (Frames In Python): Document various frame
1940 constants.
1941
44944448
JB
19422011-01-05 Joel Brobecker <brobecker@adacore.com>
1943
1944 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
1945 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
1946 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
1947
42ea3d7a
JK
19482011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1949
1950 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
1951 (clean): Add GDBvn.texi.
1952
720d1a40
JB
19532010-12-29 Joel Brobecker <brobecker@adacore.com>
1954
1955 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
1956 occasional case where the debugger prints an array address
1957 instead of the array itself.
1958
ad196637
PA
19592010-12-23 Pedro Alves <pedro@codesourcery.com>
1960
1961 * gdb.texinfo (Packets) <read registers packet>: Document support
1962 for registers that were not collected.
1963
a86caf66
DE
19642010-12-15 Doug Evans <dje@google.com>
1965
1966 * gdb.texinfo (Startup): Document auto-loading of scripts during
1967 startup.
1968 (Auto-loading): Delete "maint set python auto-load on|off".
1969 Add "set auto-load-scripts on|off".
1970
aae1c79a
DE
19712010-12-07 Doug Evans <dje@google.com>
1972
1973 * gdb.texinfo (Mode Options): Document -data-directory.
1974 (Data Files): Add reference to -data-directory.
1975
4e04c971
DE
19762010-11-29 Doug Evans <dje@google.com>
1977
1978 * gdb.texinfo (Pretty-Printer Introduction): Change
1979 printer-name:subprinter-name to printer-name;subprinter-name.
1980
94b6973e
PM
19812010-11-29 Phil Muldoon <pmuldoon@redhat.com>
1982
1983 PR python/12199
1984
1985 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
1986
39037522
TT
19872010-11-23 Tom Tromey <tromey@redhat.com>
1988
1989 * gdb.texinfo (Top): Check SYSTEM_READLINE.
1990 (Editing): Likewise.
1991 (Command History): Likewise.
1992 (TUI Keys): Likewise.
1993 (Bug Reporting): Conditionally include rluser.texi and
1994 inc-history.texinfo.
1995 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
1996 (GDB_DOC_SOURCE_INCLUDES): Add comment.
1997 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
1998 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
1999 (gdb.pdf): Likewise.
2000 (gdb.info): Likewise.
2001 (gdb/index.html): Likewise.
2002
5ae98d25
TT
20032010-11-23 Tom Tromey <tromey@redhat.com>
2004
2005 * Makefile.in (Makefile): Run ../config.status.
2006 (distclean): Update.
2007 * configure: Remove.
2008 * configure.ac: Remove.
2009
621c8364
TT
20102010-11-12 Tom Tromey <tromey@redhat.com>
2011
2012 * gdb.texinfo (Basic Python): Update. Add xref.
2013 (Exception Handling): Document new exception classes.
2014 (Types In Python): Update.
2015 (Frames In Python): Update.
2016
84f4c1fe
PM
20172010-11-11 Phil Muldoon <pmuldoon@redhat.com>
2018
2019 * gdb.texinfo (Breakpoints In Python): Document "internal"
2020 parameter, and visible attribute.
2021
99e7ae30
DE
20222010-11-05 Doug Evans <dje@google.com>
2023
2024 * gdb.texinfo (Source Path): Document "set directories".
2025
f4b8a18d
KW
20262010-11-05 Ken Werner <ken.werner@de.ibm.com>
2027
2028 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
2029 (OpenCL C): New node.
2030
7b51bc51
DE
20312010-11-02 Doug Evans <dje@google.com>
2032
2033 * gdb.texinfo (Pretty Printing): Expand into three sections,
2034 introduction, example, and commands.
2035 (Python API): Delete section Disabling Pretty-Printers, merge into
2036 Selecting Pretty-Printers.
2037 (Writing a Pretty-Printer): New section. Move the pretty-printer
2038 example here, and reformat to match python coding style. Add a second
2039 example using the gdb.printing module.
2040 (Python modules): Add gdb.printing.
2041
9eeee977
DE
20422010-10-29 Doug Evans <dje@google.com>
2043
2044 * gdb.texinfo (Python): Fix long line.
2045
a0e0ffdf
DE
20462010-10-20 Doug Evans <dje@google.com>
2047
2048 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
2049 All references updated. Correct sections marked as subsections.
2050 (Coding Standards): New chapter. Move the coding standard related
2051 subsections here. Add section on Python coding standards.
2052
0e3509db
DE
20532010-10-13 Doug Evans <dje@google.com>
2054
2055 * gdb.texinfo (Python): Add "Python modules".
2056 (Types in Python): Add reference to gdb.types section.
2057 (Python modules): New node.
2058
44592cc4
DE
20592010-10-11 Doug Evans <dje@google.com>
2060
2061 * gdb.texinfo (Values From Inferior): Add reference to "Types in
2062 Python" from gdb.Value.type description.
2063
6e1bb179
JB
20642010-09-28 Joel Brobecker <brobecker@adacore.com>
2065
2066 * gdb.texinfo (Ravenscar Profile): New node.
2067
e8467610
TT
20682010-09-22 Tom Tromey <tromey@redhat.com>
2069
2070 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
2071
fccd1d1e
EZ
20722010-09-22 Eli Zaretskii <eliz@gnu.org>
2073
2074 * gdb.texinfo (Values From Inferior): Clarify that
2075 value.dynamic_type works only in C++ programs with RTTI.
2076
c1b6b909
TT
20772010-09-15 Paul Bolle <pebolle@tiscali.nl>
2078
2079 * gdb.texinfo (Character Sets): Correctly reference host-charset
2080 in example.
2081
7d288aaa
TT
20822010-09-13 Tom Tromey <tromey@redhat.com>
2083
2084 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
2085 Document "fullname" and "from".
2086
f75d858b
MK
20872010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
2088
2089 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
2090 feature `reverse' output by -list-target-features.
2091
83b9503b
L
20922010-08-31 H.J. Lu <hongjiu.lu@intel.com>
2093
2094 * gdb.texinfo (i386 Features): Remove an extra "@item".
2095
03f17ccf
TT
20962010-08-30 Tom Tromey <tromey@redhat.com>
2097
2098 PR python/11792:
2099 * gdb.texinfo (Values From Inferior): Document dynamic_type.
2100
9779414d
DJ
21012010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
2102
2103 * gdb.texinfo (ARM Features): Document
2104 org.gnu.gdb.arm.m-profile.
2105
f9ffd4bb
TT
21062010-08-23 Tom Tromey <tromey@redhat.com>
2107
2108 PR python/11145:
2109 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
2110 reinterpret_cast methods.
2111
702c2711
TT
21122010-08-23 Tom Tromey <tromey@redhat.com>
2113
2114 PR python/11915:
2115 * gdb.texinfo (Types In Python): Document array method.
2116
66b73624
TJB
21172010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
2118
2119 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
2120
06a64a0b
TT
21212010-08-16 Tom Tromey <tromey@redhat.com>
2122
2123 * gdb.texinfo (Set Watchpoints): Document -location option.
2124
a3a7127e
DE
21252010-08-13 Doug Evans <dje@google.com>
2126
2127 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
2128
8dedea02
VP
21292010-08-13 Vladimir Prus <vladimir@codesourcery.com>
2130
2131 * gdb.texinfo (GDB/MI Data Manipulation): Document
2132 -data-read-memory-raw and -data-write-memory-raw.
2133
ca5c20b6 21342010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 2135 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
2136
2137 * gdb.texinfo (Basic Python): Describe post_event API.
2138
cb2e07a6
PM
21392010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2140
2141 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 2142 decode_line Python APIs
cb2e07a6 2143
464b3efb
TT
21442010-08-10 Tom Tromey <tromey@redhat.com>
2145
2146 * gdb.texinfo (Pretty Printing API): Document
2147 gdb.default_visualizer.
2148
c29c521f
TT
21492010-08-10 Tom Tromey <tromey@redhat.com>
2150
2151 Revert gdb-add-index addition:
2152 * gdb.texinfo (Index Files): Don't document gdb-add-index.
2153
5da1313b
JK
21542010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2155 Eli Zaretskii <eliz@gnu.org>
2156
2157 * gdb.texinfo (Mode Options) <-batch>
2158 (Basic Python) <gdb.execute>: Describe setting width and height.
2159
02d868e8
PP
21602010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
2161
2162 * gdb.texinfo (Threads): Document 'debug libthread-db'.
2163
c2bbed2a
TT
21642010-07-30 Tom Tromey <tromey@redhat.com>
2165
2166 * gdb.texinfo (Index Files): Mention gdb-add-index.
2167
6c13bbe1
HZ
21682010-07-30 Hui Zhu <teawater@gmail.com>
2169
2170 * gdb.texinfo (Inferiors and Programs): Update the introduce of
2171 "detach inferior" and "kill inferior".
2172
53a71c06
CR
21732010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
2174
2175 * gdb.texinfo (Machine Code): Update description of two forms of
2176 arguments, and add new example to demonstrate the new form.
2177
5374244e
PM
21782010-07-27 Phil Muldoon <pmuldoon@redhat.com>
2179
2180 * gdb.texinfo (Values From Inferior): Add value inferior function
2181 call description.
2182
8ea5bce5
JK
21832010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2184
2185 * gdb.texinfo (Active Targets): Fix wrong comma placement.
2186
c0edd9ed
JK
21872010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2188 Eli Zaretskii <eliz@gnu.org>
2189
2190 Make core files the process_stratum.
2191 * gdb.texinfo (Active Targets): Remove core_stratum. Include
2192 record_stratum example.
2193
9291a0cd
TT
21942010-07-13 Tom Tromey <tromey@redhat.com>
2195
2196 * gdb.texinfo (Index Files): New node.
2197
f5011d11
TT
21982010-07-13 Tom Tromey <tromey@redhat.com>
2199
2200 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
2201
0f5238ed
TT
22022010-07-13 Tom Tromey <tromey@redhat.com>
2203
2204 * gdb.texinfo (Specify Location): Document labels.
2205
74c761c1
PA
22062010-07-01 Pedro Alves <pedro@codesourcery.com>
2207
2208 * gdb.texinfo (Create and Delete Tracepoints): Add more index
2209 entries for fast tracepoints and static tracepoints.
2210
501994c0
PA
22112010-07-01 Pedro Alves <pedro@codesourcery.com>
2212
2213 * gdb.texinfo (General Query Packets) <qfThreadInfo,
2214 qsThreadInfo>: Spell out `l' as ell.
2215
0fb4aa4b
PA
22162010-07-01 Pedro Alves <pedro@codesourcery.com>
2217
2218 * gdb.texinfo (Convenience Variables): Document $_sdata.
2219 (Commands to Set Tracepoints): Describe static tracepoints. Add
2220 `Listing Static Tracepoint Markers' menu entry. Document
2221 "strace".
2222 (Tracepoint Action Lists): Document collecting $_sdata.
2223 (Listing Static Tracepoint Markers): New subsection.
2224 (Tracepoints support in gdbserver): Mention static tracepoints.
2225 (remote packets, enabling and disabling): Mention
2226 read-sdata-object.
2227 (General Query Packets) <qSupported>: Document qXfer:sdata:read
2228 and StaticTracepoint.
2229 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
2230 Document qXfer:sdata:read.
2231 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
2232
dc3b15be
JB
22332010-06-29 Joel Brobecker <brobecker@adacore.com>
2234
2235 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
2236
595939de
PM
22372010-06-28 Phil Muldoon <pmuldoon@redhat.com>
2238 Tom Tromey <tromey@redhat.com>
2239 Thiago Jung Bauermann <bauerman@br.ibm.com>
2240
2241 * gdb.texinfo (Inferiors In Python): New node.
2242 * gdb.texinfo (Threads In Python): New node.
2243
9279c692
JB
22442010-06-28 Joel Brobecker <brobecker@adacore.com>
2245
2246 * gdb.texinfo (Python): Document what the python directory is
2247 and what its location is.
2248 (Basic Python): Document the gdb.PYTHONDIR constant.
2249
bc9f0842
TT
22502010-06-25 Tom Tromey <tromey@redhat.com>
2251
2252 PR python/10808:
2253 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
2254
f1421989
HZ
22552010-06-24 Hui Zhu <teawater@gmail.com>
2256
2257 * gdb.texinfo: (Commands for Controlled Output): Add
2258 documentation for command "eval".
2259
e4c0cfae
SS
22602010-06-21 Stan Shebs <stan@codesourcery.com>
2261
2262 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
2263 * annotate.texinfo: Ditto.
2264 * gdbint.texinfo: Ditto.
2265 * stabs.texinfo: Ditto.
2266
bb08c432
HZ
22672010-06-22 Hui Zhu <teawater@gmail.com>
2268
2269 * gdb.texinfo: (Process Record and Replay): Add documentation
2270 for command "set record memory-query".
2271
4f5d9f07
SS
22722010-06-21 Stan Shebs <stan@codesourcery.com>
2273
2274 * gdb.texinfo: Relicense under GFDL version 1.3.
2275 * annotate.texinfo: Relicense under GFDL version 1.3.
2276 * gdbint.texinfo: Relicense under GFDL version 1.3.
2277 * stabs.texinfo: Relicense under GFDL version 1.3.
2278 * fdl.texi: Update to version 1.3.
2279
6aed2dbc
SS
22802010-06-18 Stan Shebs <stan@codesourcery.com>
2281
a61408f8
SS
2282 * gdb.texinfo (Operating System Auxiliary Information): Describe
2283 "info os" when no arguments given.
2284
6aed2dbc
SS
2285 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
2286 $_thread.
2287
24e933df
HZ
22882010-06-18 Hui Zhu <teawater@gmail.com>
2289
2290 * gdb.texinfo: (Process Record and Replay): Add documentation
2291 for commands "record save" and "record restore".
2292
65d79d4b
SDJ
22932010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2294
2295 * gdb.texinfo: Include information about the correct use
2296 of addresses in the `watch' command.
2297
d914c394
SS
22982010-06-11 Stan Shebs <stan@codesourcery.com>
2299
2300 * gdb.texinfo (Observer Mode): New section.
2301 (General Query Packets): Document QAllow.
889bf7c5 2302
967cf477
DE
23032010-06-04 Doug Evans <dje@google.com>
2304
2305 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
2306
aaf4119b
DE
23072010-06-03 Doug Evans <dje@google.com>
2308
2309 * gdbint.texinfo (Coding): Add subsection on command names.
2310
9eae7c52
TT
23112010-06-02 Tom Tromey <tromey@redhat.com>
2312
2313 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
2314 always-disassemble.
2315
fa593d66
PA
23162010-06-01 Pedro Alves <pedro@codesourcery.com>
2317
2318 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
2319 gdbserver, and add cross reference.
2320 (Tracepoints support in gdbserver): New subsection.
2321
dde08ee1
PA
23222010-05-26 Pedro Alves <pedro@codesourcery.com>
2323
2324 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
2325 `qRelocInsn' feature.
2326 (Relocate instruction reply packet): New subsection
2327 of `Tracepoint Packets'.
2328 (Tracepoint Packets): Mention that packets QTDP and QTStart
2329 support the qRelocInsn request, and add cross reference to new
2330 subsection.
2331
07ca107c
DE
23322010-05-25 Doug Evans <dje@google.com>
2333
2334 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
2335 (Commands In Python): Document gdb.string_to_argv.
2336
c25c4a8b
JK
23372010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2338
2339 * gdbint.texinfo (Host Definition): Remove items NORETURN and
2340 ATTR_NORETURN.
2341
d7b32ed3 23422010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
2343 Tom Tromey <tromey@redhat.com>
2344 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 2345
c25c4a8b 2346 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 2347
6aecb9c2
JB
23482010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
2349
2350 * gdb.texinfo: (Summary) Add mention about D language support.
2351 (Filenames): Add D suffixes.
2352 (D): New node.
2353
b7da9e9f
PM
23542010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
2355
2356 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
2357 of macro deleted from GDB code.
2358
ab38a727
PA
23592010-04-24 Pedro Alves <pedro@codesourcery.com>
2360
2361 * gdb.texinfo (Commands to specify files): Describe what how GDB
2362 looks up DOS-based filesystem paths on the system root. Document
2363 the new `set/show target-file-system-kind' commands.
2364
66d09542
DE
23652010-04-23 Doug Evans <dje@google.com>
2366
2367 * gdb.texinfo (Python): Move Auto-loading section here ...
2368 (Python API): from here.
2369 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
2370 (Maintenance Commands): Add docs for "maint print section-scripts".
2371
8bd10a10
CM
23722010-04-20 Chris Moller <cmoller@redhat.com>
2373
2374 * gdb.texinfo (Setting Breakpoints): Added description of
2375 filename-qualified rbreak.
2376 * refcard.tex (Breakpoints and Watchpoints): Added brief
2377 description of filename-qualified rbreak.
2378
4c374409
JK
23792010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2380
2381 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
2382 (Python API): Change the reference to Pretty Printing API.
2383 (Pretty Printing): Move the user part under the Data node. Reformat
2384 the sample output to 72 columns. Create a new reference to Pretty
2385 Printing API. Rename the API part ...
2386 (Pretty Printing API): To a new node name.
2387 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
2388 (GDB/MI Variable Objects): Change references to Pretty Printing API.
2389
5a9351ae
SS
23902010-04-21 Stan Shebs <stan@codesourcery.com>
2391
2392 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 2393 and commands.
5a9351ae 2394 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 2395
9a22f0d0
PM
23962010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
2397
2398 * gdb.texinfo (Examining memory): Update for change in string
2399 display with explicit size.
2400
6149aea9
PA
24012010-04-19 Pedro Alves <pedro@codesourcery.com>
2402
2403 PR breakpoints/8554.
2404
2405 * gdb.texinfo (Save Breakpoints): New node.
2406 (save-tracepoints): Rename to ...
2407 (save tracepoints): ... this. Mention that `save-tracepoints' is
2408 a deprecated alias to `save tracepoints'.
2409
711e434b
PM
24102010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
2411
645797a8 2412 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
2413 (info w32 thread-information-block): Document new command.
2414 (qGetTIBAddress): Document new gdbserver query.
2415 (maint set/show show-all-tib): Document new command.
2416
3f7b2faa
DE
24172010-04-15 Doug Evans <dje@google.com>
2418
fa33c3cd
DE
2419 * gdb.texinfo (Python API): Add progspaces section.
2420 (Selecting Pretty-Printers): Progspace pretty-printers are
2421 searched too.
2422 (Progspaces In Python): New section.
2423
3f7b2faa
DE
2424 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
2425
79f283fe
PM
24262010-04-14 Phil Muldoon <pmuldoon@redhat.com>
2427
2428 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
2429 returns None.
2430
87290684
SS
24312010-04-09 Stan Shebs <stan@codesourcery.com>
2432
2433 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2434 Describe the `frames-created' field, tweak grammar.
2435
a97153c7
PA
24362010-04-09 Pedro Alves <pedro@codesourcery.com>
2437
2438 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2439 Describe the `circular' and `disconnected' fields.
2440
5c5dcc1b
L
24412010-04-09 H.J. Lu <hongjiu.lu@intel.com>
2442
2443 * gdb.texinfo (maint print registers): Mention unavailable and
2444 invisible registers.
2445
adc36818
PM
24462010-04-09 Phil Muldoon <pmuldoon@redhat.com>
2447 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 2448 Tom Tromey <tromey@redhat.com>
adc36818
PM
2449
2450 * gdb.texinfo (Breakpoints In Python): New Node.
2451
33da3f1c
SS
24522010-04-08 Stan Shebs <stan@codesourcery.com>
2453
2454 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
2455 trace status fields.
2456
3a13a53b
L
24572010-04-08 H.J. Lu <hongjiu.lu@intel.com>
2458
2459 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
2460 optional. Make org.gnu.gdb.i386.avx requires
2461 org.gnu.gdb.i386.avx.
2462
08001717
DE
24632010-04-08 Doug Evans <dje@google.com>
2464
2465 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
2466 search path, and document that gdb only scans the search path if
2467 the script's path doesn't specify a directory.
2468
c375651d
DE
24692010-04-05 Doug Evans <dje@google.com>
2470
2471 * gdb.texinfo (maint show python auto-load): Fix typo.
2472
af54718e
SS
24732010-04-04 Stan Shebs <stan@codesourcery.com>
2474
d77f58be
SS
2475 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
2476 (Setting Watchpoints): Update description of "info watch".
2477 (Disabling Breakpoints): Only "info break" lists all.
2478
af54718e
SS
2479 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
2480 (tdump): Explain how tdump works.
2481
86b17b60
PA
24822010-04-01 Pedro Alves <pedro@codesourcery.com>
2483
2484 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
2485 add cross reference.
2486
ff12863f
PA
24872010-03-31 Pedro Alves <pedro@codesourcery.com>
2488
2489 * gdb.texinfo (TUI Commands): Mention that in some cases, these
2490 commands error out.
2491
f68eb612
L
24922010-03-30 H.J. Lu <hongjiu.lu@intel.com>
2493
2494 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
2495
c8d5aac9
L
24962010-03-30 H.J. Lu <hongjiu.lu@intel.com>
2497
2498 * gdb.texinfo (General Query Packets): Add xmlRegisters.
2499
7d13fe92
SS
25002010-03-29 Stan Shebs <stan@codesourcery.com>
2501 Nathan Sidwell <nathan@codesourcery.com>
2502
2503 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
2504 GDBN equivalent.
2505 (Set Tracepoints): Remove mention that conditional tracepoints
2506 don't exist.
2507 (Tracepoint Actions): Clarify when while-stepping collection
2508 happens, note that while-stepping does not automatically collect
2509 $pc.
2510
409873ef 25112010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 2512
409873ef
SS
2513 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
2514 (General Query Packets): Describe TracepointSource.
2515
ee8e71d4
EZ
25162010-03-27 Matt Rice <ratmice@gmail.com>
2517
c8d5aac9
L
2518 * gdb.texinfo (ARM): Document arguments to "target sim".
2519 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 2520
99b5e152
PA
25212010-03-26 Pedro Alves <pedro@codesourcery.com>
2522
2523 * gdb.texinfo (Tracepoint Packets): Remove mention that
2524 terror:string may be plain text, and drop mention of X prefix.
2525
cd64ee31
VP
25262010-03-26 Vladimir Prus <vladimir@codesourcery.com>
2527
2528 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
2529
6c28cbf2
SS
25302010-03-24 Stan Shebs <stan@codesourcery.com>
2531
2532 * gdb.texinfo (Tracepoint Packets): Document trace error status.
2533
95a42b64
TT
25342010-03-24 Tom Tromey <tromey@redhat.com>
2535
2536 PR breakpoints/9352:
2537 * gdb.texinfo (Break Commands): Update.
2538
18148017
VP
25392010-03-24 Vladimir Prus <vladimir@codesourcery.com>
2540
2541 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
2542 commands.
2543
4daf5ac0
SS
25442010-03-16 Stan Shebs <stan@codesourcery.com>
2545
2546 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
2547 circular-trace-buffer.
2548 (Tracepoint Packets): Describe QTBuffer, and details of the
2549 qTStatus reply.
2550
c9429232
SS
25512010-03-12 Stan Shebs <stan@codesourcery.com>
2552 Nathan Sidwell <nathan@codesourcery.com>
2553
2554 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
2555 doing instruction stepping.
2556 (Tracepoint Restrictions): New node.
2557
ccefe4c4
TT
25582010-03-10 Tom Tromey <tromey@redhat.com>
2559
2560 * gdbint.texinfo (Symbol Handling): Update.
2561
7c953934
TT
25622010-03-08 Tom Tromey <tromey@redhat.com>
2563
2564 PR cli/9591:
2565 * gdb.texinfo (Mode Options): Mention lack of pagination and
2566 confirmation with --batch.
2567 (Screen Size): Mention --batch.
2568 (Messages/Warnings): Likewise.
2569
f870a310
TT
25702010-03-05 Tom Tromey <tromey@redhat.com>
2571
2572 * gdb.texinfo (Basic Python): Document target_charset and
2573 target_wide_charset.
2574
78e2826b
TT
25752010-03-05 Tom Tromey <tromey@redhat.com>
2576
2577 * gdb.texinfo (Data): Link to pretty-printing.
2578 (Output Formats): Likewise. Correct text.
2579
f5dff777
DJ
25802010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
2581
2582 * gdb.texinfo (Types): Describe <struct> and <flags>.
2583
dc00d89f
PM
25842010-02-28 Phil Muldoon <pmuldoon@redhat.com>
2585
2586 * gdb.texinfo (Frames In Python): Add block parameter and
2587 description to read_var text.
2588
5107b149 25892010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 2590 Tom Tromey <tromey@redhat.com>
5107b149
PM
2591
2592 * gdb.texinfo (Types In Python): Describe block argument in
2593 template_argument and gdb.lookup_type.
2594
e03e5e7b
TT
25952010-02-24 Tom Tromey <tromey@redhat.com>
2596
2597 * gdb.texinfo (Cygwin Native): Fix typo.
2598
f3e9a817
PM
25992010-02-24 Phil Muldoon <pmuldoon@redhat.com>
2600
2601 * gdb.texinfo (Frames In Python): Add block, find_sal, function
2602 and select method descriptions.
2603 (Python API): Add Blocks In Python, Symbols in Python and Symbol
2604 Tables in Python to menu.
2605 (Blocks In Python): New node.
2606 (Symbols In Python): New node.
2607 (Symbol Tables in Python): New node.
2608
a79b8f6e
VP
26092010-02-24 Vladimir Prus <vladimir@codesourcery.com>
2610
2611 Multiexec MI
2612
2613 gdb/
2614 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
2615
2616 gdb/doc/
2617 * gdb.texinfo (GDB/MI Command Syntax): Document notification
2618 changes.
2619 (GDB/MI Program Execution): Document current behaviour of
2620 --all and --thread-group.
2621 (GDB/MI Miscellaneous Commands): Document -add-inferior and
2622 -remove-inferior.
2623 * observer.texi (inferior_added, inferior_removed): New
2624 observers.
2625
629d6a47
TT
26262010-02-19 Tom Tromey <tromey@redhat.com>
2627
2628 * gdbint.texinfo (Getting Started): Fix @node.
2629 (Debugging GDB): Likewise.
2630
c09529e5
JB
26312010-02-13 Joel Brobecker <brobecker@adacore.com>
2632
2633 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
2634 documenting the gdb_test_timeout variable.
2635
540aa8e7
MS
26362010-02-12 Jakob Engblom <jakob@virtutech.com>
2637
2638 * gdb.texinfo (MI commands): Added documentation of --reverse
2639 option to a set of MI commands. Restructured documentation of MI
2640 commands --exec-continue to reflect the complexity of reverse
2641 execution.
2642
081dfbf7
PA
26432010-02-12 Pedro Alves <pedro@codesourcery.com>
2644
2645 * gdb.texinfo (Using the Collected Data): Specify that the address
2646 range of `tfind outsize' is exclusive, and that the address range
2647 of `tfind range' is inclusive.
2648 (Tracepoint Packets): Specify that the address range of
2649 `QTFrame:range' is inclusive, and that the address range of
2650 `QTFrame:outside' is exclusive
2651
8e9c5e02
VP
26522010-02-12 Vladimir Prus <vladimir@codesourcery.com>
2653
2654 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
2655
92981e24
TT
26562010-02-10 Tom Tromey <tromey@redhat.com>
2657
2658 * gdb.texinfo (Debugging Output): Document set debug parser and
2659 show debug parser.
2660
075b51b7
L
26612010-02-09 H.J. Lu <hongjiu.lu@intel.com>
2662
2663 * gdb.texinfo (Predefined Target Types): Add i387_ext,
2664 i386_eflags and i386_mxcsr.
2665
3bb8d5c3
L
26662010-02-08 H.J. Lu <hongjiu.lu@intel.com>
2667
2668 * gdb.texinfo: Document i386 target features.
2669
c5f80513
DE
26702010-02-05 Doug Evans <dje@google.com>
2671
2672 * gdbint.texinfo (Testsuite): Add a new section to document the
2673 various DejaGnu variables that may be overridden.
1be00882 2674 Document INTERNAL_GDBFLAGS.
c5f80513 2675
6ac33a4e
TT
26762010-02-04 Tom Tromey <tromey@redhat.com>
2677
2678 PR cli/8830:
2679 * gdb.texinfo (Files): -readnow comes before the filename for file
2680 and symbol-file.
2681
a1dcb23a
DJ
26822010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2683
2684 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
2685 Document ARM breakpoint types.
2686 (Register Packet Format): Move into the new section.
2687 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
2688
95433b34
JB
26892010-01-21 Joel Brobecker <brobecker@adacore.com>
2690
2691 * gdb.texinfo (File Options): Adjust the documentation of this
2692 switch to refer to the "source" command rather than partially
2693 duplicating some of the relevant information.
2694 (Extending GDB): Introduce and document the set/show script-extension
2695 setting.
2696 (Command Files): Add note explaining that the "source" command
2697 is also used to evalute scripts written in other languages.
2698 Remove the short slightly incorrect reference to sourcing Python
2699 scripts.
2700 (Python Commands): Document how to execute a Python script from GDB.
2701
8d576872
JB
27022010-01-19 Joel Brobecker <brobecker@adacore.com>
2703
2704 * gdb.texinfo (Command Files): Fix typo.
2705
8150ff9c
JB
27062010-01-18 Tom Tromey <tromey@redhat.com>
2707
2708 * gdb.texinfo (File Options): Document -x on .py files.
2709 (Command Files): Document handling of Python scripts.
2710
23db03a6
JZ
27112010-01-18 Jie Zhang <jie.zhang@analog.com>
2712
2713 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
2714
00bf0b85
SS
27152010-01-15 Stan Shebs <stan@codesourcery.com>
2716
2717 * gdb.texinfo (Trace Files): New section.
2718 (Tracepoint Packets): Document QTSave and qTBuffer.
2719 (Trace File Format): New appendix.
2720
be759fcf
PM
27212010-01-13 Phil Muldoon <pmuldoon@redhat.com>
2722
2723 * gdb.texinfo (Values From Inferior): Document lazy_string value
2724 method.
2725 (Python API): Add Lazy strings menu item.
2726 (Lazy Strings In Python): New node.
2727
dc146f7c
VP
27282010-01-13 Vladimir Prus <vladimir@codesourcery.com>
2729
2730 * gdb.texinfo (GDB/MI Thread Information): New.
2731 (GDB/MI Async Records): Document the core field in *stopped.
2732 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
2733 documentation
2734 (Process list): Document that osdata document may contain
2735 threads.
2736 (Remote Serial Protocol): Document qXfer:threads.
2737
d5551862
SS
27382010-01-06 Stan Shebs <stan@codesourcery.com>
2739
2740 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2741 disconnected tracing.
2742 (Tracepoint Packets): Document new protocol.
2743
7a697b8d
SS
27442010-01-05 Stan Shebs <stan@codesourcery.com>
2745
2746 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
2747 tracepoints.
2748 (Tracepoint Packets): Describe remote protocol for fast
2749 tracepoints.
2750
e6f3ec50
JB
27512010-01-01 Joel Brobecker <brobecker@adacore.com>
2752
2753 Update the "Start of New Year Procedure".
2754 * gdbint.texinfo: Add the list of files that need to be updated
2755 manually. Minor reformatting.
2756
ddc4e9c1
JB
27572010-01-01 Joel Brobecker <brobecker@adacore.com>
2758
2759 * refcard.tex: Update copyright year in header and text.
2760
9d2897ad
JB
27612010-01-01 Joel Brobecker <brobecker@adacore.com>
2762
2763 * agentexpr.texi: Add 2010 to the list of copyright years.
2764 * annotate.texinfo: Likewise.
2765 * gdb.texinfo: Likewise.
2766 * gdbint.texinfo: Likewise.
2767 * observer.texi: Likewise.
2768 * stabs.texinfo: Likewise.
2769
6da95a67
SS
27702009-12-31 Stan Shebs <stan@codesourcery.com>
2771
2772 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 2773
236f1d4d
SS
27742009-12-29 Stan Shebs <stan@codesourcery.com>
2775
2776 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 2777
f61e138d
SS
27782009-12-28 Stan Shebs <stan@codesourcery.com>
2779
2780 * gdb.texinfo (Trace State Variables): New section.
2781 (Tracepoint Packets): Describe trace state variable packets.
2782 * agentexpr.texi (Bytecode Descriptions): Describe trace state
2783 variable bytecodes.
2784
0fe7935b
DJ
27852009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
2786
2787 * gdb.texinfo (Symbols): "info variables" prints definitions, not
2788 declarations.
2789
a6b29f87
VP
27902009-12-21 Vladimir Prus <vladimir@codesourcery.com>
2791
2792 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
2793 -gdb-exit behaviour.
2794
5e4bde96
JB
27952009-12-20 Joel Brobecker <brobecker@adacore.com>
2796
2797 * gpl.texi: Update to version 3 of the GPL.
2798
a1715244
JB
27992009-12-20 Joel Brobecker <brobecker@adacore.com>
2800
2801 * Makefile.in: Update copyright header.
2802 * observer.texi: Fix the copyright header of the generated files.
2803
361ae042
PM
28042009-12-08 Phil Muldoon <pmuldoon@redhat.com>
2805
2806 * gdb.texinfo (Types In Python): Describe range function.
2807
bfd31e71
PM
28082009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
2809
2810 * gdb.texinfo (Types In Python): Describe "is_base_class".
2811
57a1d736
TT
28122009-12-03 Tom Tromey <tromey@redhat.com>
2813
2814 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
2815
8cebebb9
PP
28162009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
2817
2818 * observer.texi: New memory_changed observer.
2819
16af530a
TT
28202009-12-01 Tom Tromey <tromey@redhat.com>
2821
2822 * gdb.texinfo (Reverse Execution): Fix typo.
2823
b6199126
DJ
28242009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
2825
2826 PR gdb/8704
2827
2828 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
2829 are allowed after the breakpoint condition.
2830
7a6973ad
TT
28312009-11-23 Tom Tromey <tromey@redhat.com>
2832
2833 PR python/10782:
2834 * gdb.texinfo (Types In Python): Document Type.pointer.
2835
21a0512e
PP
28362009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
2837
2838 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 2839
a5832c8f
PA
28402009-11-11 Pedro Alves <pedro@codesourcery.com>
2841
2842 * agentexpr.texi (Tracing On Symmetrix): Delete section.
2843 (Using Agent Expressions): Delete cross reference.
2844
1eb7cd77
JB
28452009-11-07 Joel Brobecker <brobecker@adacore.com>
2846
2847 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
2848 and @settitle directives up to help makeinfo find them.
2849
24ddea62
JK
28502009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2851
2852 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
2853 (Auto-loading): Use plural and note one can use multiple components now.
2854
3afae151
VP
28552009-11-01 Vladimir Prus <vladimir@codesourcery.com>
2856
2857 * gdb.texinfo (GDB/MI Stack Manipulation): Make
2858 -stack-list-arguments have the same documentation for parameter
2859 as -stack-list-locals. Add comas.
2860
14ff2235
PM
28612009-10-27 Tom Tromey <tromey@redhat.com>
2862 Eli Zaretskii <eliz@gnu.org>
2863
c8d5aac9 2864 PR python/10781
14ff2235
PM
2865
2866 * gdb.texinfo (Values From Inferior): Document cast method.
2867
9c419145
PP
28682009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
2869
2870 * gdb.texinfo (Machine Code): Mention function name in disasssembly
2871 and adjust example.
889bf7c5 2872
29153c24
MS
28732009-10-22 Michael Snyder <msnyder@vmware.com>
2874
2875 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 2876 info record command. Also document the new save and restore
29153c24
MS
2877 commands.
2878
2b28d209
PP
28792009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
2880
2881 * gdb.texinfo (Machine Code): Mention current pc marker.
2882 (Memory): Likewise.
2883
6c95b8df
PA
28842009-10-19 Pedro Alves <pedro@codesourcery.com>
2885 Stan Shebs <stan@codesourcery.com>
2886
2887 * observer.texi (new_inferior): Rename to...
2888 (inferior_appeared): ... this.
2889
2890 * gdb.texinfo (Inferiors): Rename node to ...
2891 (Inferiors and Programs): ... this. Mention running multiple
2892 programs in the same debug session.
2893 <info inferiors>: Mention the new 'Executable' column if "info
2894 inferiors". Update examples. Document the "add-inferior",
2895 "clone-inferior", "remove-inferior" and "maint info
2896 program-spaces" commands.
2897 (Process): Rename node to...
2898 (Forks): ... this. Document "set|show follow-exec-mode".
2899
2f8132f3
MS
29002009-10-11 Michael Snyder <msnyder@vmware.com>
2901
2902 * gdb.texinfo (ReverseStep): Show default as "unsupported".
2903 (ReverseContinue): Ditto.
2904
cba4b2d3
PP
29052009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
2906
2907 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 2908
da082f17
JK
29092009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2910
2911 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
2912
08be9d71
ME
29132009-10-06 Michael Eager <eager@eagercon.com>
2914
2915 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
2916 (Embedded Processors): Add MicroBlaze.
2917 (MicroBlaze): New. Describe Xilinx MicroBlaze
2918
08a0efd0
PA
29192009-10-04 Pedro Alves <pedro@codesourcery.com>
2920
2921 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
2922
cbb8f428
EZ
29232009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
2924
2925 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
2926
30a4a70c
JB
29272009-09-23 Joel Brobecker <brobecker@adacore.com>
2928
2929 * observer.texi (solib_unloaded): Document explicitly the fact that
2930 this observer is called before the associated symbols are unloaded.
2931
b3372f91
VP
29322009-09-19 Vladimir Prus <vladimir@codesourcery.com>
2933
2934 * gdb.texinfo (GDB/MI Stack Manipulation): Document
2935 -stack-list-variables.
2936
f43030c4
TT
29372009-09-18 Tom Tromey <tromey@redhat.com>
2938
2939 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
2940 is experimental.
2941
ec7e75e7
PP
29422009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2943
2944 * gdb.texinfo (convenince variables): Mention
2945 $_siginfo could be empty.
f43030c4 2946
0cc7d26f
TT
29472009-09-15 Tom Tromey <tromey@redhat.com>
2948
2949 * gdb.texinfo (GDB/MI Variable Objects): Document
2950 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
2951 Expand -var-update documentation.
2952
a96d9b2e
SDJ
29532009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2954
2955 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
2956 feature.
2957
005ca36a
JB
29582009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
2959
2960 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
2961
0d772ac9
MS
29622009-09-10 Michael Snyder <msnyder@vmware.com>
2963
2964 * gdb.texinfo (qSupported): Mention new ReverseContinue and
2965 ReverseStep replies to the qSupported query.
2966
14fb1bac
JB
29672009-09-10 Joel Brobecker <brobecker@adacore.com>
2968
2969 Add documentation for set/show interactive-mode.
2970 * gdb.texinfo (Other Misc Settings): New node.
2971
29b090c0
DE
29722009-09-01 Doug Evans <dje@google.com>
2973
2974 * gdb.texinfo (Caching Data of Remote Targets): Add note on
2975 non-stop mode's affect on remote caching.
2976
4e5d721f
DE
29772009-08-31 Jacob Potter <jdpotter@google.com>
2978 Doug Evans <dje@google.com>
2979
2980 * gdb.texinfo (Caching Data of Remote Targets): Update text.
2981 Mark `set/show remotecache' options as obsolete.
2982 Document new `set/show stack-cache' option.
2983 Update text for `info dcache'.
2984
55333a84
DE
29852009-08-27 Doug Evans <dje@google.com>
2986
2987 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
2988 (Files): Add note on new optional regex arg to `info sharedlibrary'.
2989
bc3a0b4d
RW
29902009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2991
2992 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
2993 about autoconf.
2994
3a1ff0b6
PA
29952009-08-25 Pedro Alves <pedro@codesourcery.com>
2996
2997 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
2998 small example, and describe its columns. Replace "inferior-id" by
2999 "infno" throughout.
3000
81ecdfbb
RW
30012009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3002
af542c2e
RW
3003 * gdbint.texinfo (Releasing GDB): Point to
3004 README-maintainer-mode file for required autoconf version.
3005 * configure.ac: Do not substitute datarootdir, htmldir,
3006 pdfdir, docdir. Do not process --with-datarootdir,
3007 --with-htmldir, --with-pdfdir, --with-docdir.
3008 * configure: Regenerate.
3009
81ecdfbb
RW
3010 * configure: Regenerate.
3011
4efc6507
DE
30122009-08-20 Reid Kleckner <reid@kleckner.net>
3013
3014 * gdb.texinfo: Add chapter on JIT interface.
3015
43089a6e
NR
30162009-08-07 Nick Roberts <nickrob@snap.net.nz>
3017
3018 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 3019 confirmation request.
43089a6e 3020
99e008fe
EZ
30212009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
3022
c8d5aac9
L
3023 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
3024 CRC definitions.
99e008fe 3025
48cb2d85
VP
30262009-08-03 Vladimir Prus <vladimir@codesourcery.com>
3027
3028 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 3029 -break-commands.
48cb2d85 3030
ff1a52c6
UW
30312009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3032
3033 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
3034 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
3035
3285f3fe
UW
30362009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3037
3038 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
3039 "set spu stop-on-load" and "show spu stop-on-load" commands.
3040
e35359c5
UW
30412009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3042
3043 * gdb.texinfo (Target Descriptions): Document <compatible> element.
3044
58d6951d
DJ
30452009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3046
3047 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
3048 org.gnu.gdb.arm.neon.
3049
08d16641
PA
30502009-07-20 Pedro Alves <pedro@codesourcery.com>
3051
3052 * gdb.texinfo (Target Description Format): Mention the new <osabi>
3053 optional element.
3054 (subsection OS ABI): New subsection.
3055
782b2b07
SS
30562009-07-14 Stan Shebs <stan@codesourcery.com>
3057
3058 * gdb.texinfo (Tracepoint Conditions): New section.
3059 (General Query Packets): Describe ConditionalTracepoints.
3060 (Tracepoint Packets): Describe condition field.
3061 (Maintenance Commands): Describe maint agent-eval.
3062 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
3063
9b117ef3
HZ
30642009-07-11 Hui Zhu <teawater@gmail.com>
3065
3066 * gdb.texinfo (disassemble): Add a new modifier /r
3067 to "disassemble" command to make it print the raw instructions
3068 in hex as well as in symbolic form.
3069
f5a33284
TT
30702009-07-09 Tom Tromey <tromey@redhat.com>
3071
3072 * gdbint.texinfo (Testsuite): Document parallel make check.
3073
812f7342
TT
30742009-07-09 Tom Tromey <tromey@redhat.com>
3075
3076 * gdbint.texinfo (Testsuite): Document test transcripts.
3077
fbb8f299
PM
30782009-07-10 Phil Muldoon <pmuldoon@redhat.com>
3079
3080 * gdb.texinfo (Values From Inferior): Add length parameter
3081 description.
3082
dd8f35ac
EZ
30832009-07-04 Chris Genly <chris@genly.us>
3084
3085 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
3086 in -var-list-children. Fix example according to what the code
3087 does.
3088
2277426b
PA
30892009-07-02 Pedro Alves <pedro@codesourcery.com>
3090
3091 * gdb.texinfo (Debugging multiple inferiors): Document the
3092 "inferior", "detach inferior" and "kill inferior" commands.
3093 (Debugging Programs with Multiple Processes): Adjust to mention
3094 generic "inferior" commands. Delete mention of "detach fork" and
3095 "delete fork". Cross reference to "Debugging multiple inferiors"
3096 section.
3097
a6d9a66e
UW
30982009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3099
5af949e3
UW
3100 * gdbint.texinfo (Item Output Functions): Update signature
3101 for ui_out_field_core_addr.
3102
31032009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3104
3105 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
3106 Update example code extrated from breakpoint.c.
3107
9901a55b 31082009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 3109
9901a55b
PP
3110 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
3111 MI commands.
3112 (GDB/MI Symbol Query): Likewise.
3113 (GDB/MI File Commands): Likewise.
3114 (GDB/MI File Transfer Commands): Likewise.
3115 (GDB/MI Target Manipulation): Likewise.
3116 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 3117
edb3359d
DJ
31182009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
3119
3120 * gdb.texinfo (Debugging Optimized Code): New chapter.
3121 (Compiling for Debugging): Reference it. Move some
3122 text to the new section.
3123
7cd1089b
PM
31242009-06-15 Phil Muldoon <pmuldoon@redhat.com>
3125
3126 * doc/gdb.texinfo (Calling): Document
3127 set-unwind-on-terminating-exception usage.
3128
d4db2f36
PA
31292009-06-11 Pedro Alves <pedro@codesourcery.com>
3130
3131 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
3132 command.
3133
d1a7880c
PA
31342009-06-07 Pedro Alves <pedro@codesourcery.com>
3135
3136 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
3137 references.
3138
473f94e6
UW
31392009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
3140
3141 * gdbint.texinfo: Rename formal parameters to gdbarch function
3142 protoypes from "current_gdbarch" to "gdbarch".
3143
8f500870
TT
31442009-05-28 Tom Tromey <tromey@redhat.com>
3145
3146 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
3147
b6313243
TT
31482009-05-27 Tom Tromey <tromey@redhat.com>
3149
3150 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
3151 feature.
3152 (GDB/MI Variable Objects): Document -var-set-visualizer.
3153
31542009-04-02 Tom Tromey <tromey@redhat.com>
3155
3156 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
3157 feature.
3158 (GDB/MI Variable Objects): Document -var-set-visualizer.
3159
a6bac58e
TT
31602009-05-27 Tom Tromey <tromey@redhat.com>
3161 Thiago Jung Bauermann <bauerman@br.ibm.com>
3162 Phil Muldoon <pmuldoon@redhat.com>
3163
3164 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
3165 (Pretty Printing): New node.
3166 (Selecting Pretty-Printers): Likewise.
3167 (Python API): Update.
3168 (Output Formats): Document /r format.
3169
2c74e833
TT
31702009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
3171 Tom Tromey <tromey@redhat.com>
3172
3173 * gdb.texinfo (Types In Python): New node.
3174 (Values From Inferior): "type" is now an attribute.
3175 (Python API): Update.
3176
89c73ade
TT
31772009-05-27 Tom Tromey <tromey@redhat.com>
3178 Thiago Jung Bauermann <bauerman@br.ibm.com>
3179 Phil Muldoon <pmuldoon@redhat.com>
3180
3181 * gdb.texinfo: Add @syncodeindex for `tp'.
3182 (Python API): Update.
3183 (Auto-loading): New node.
3184 (Objfiles In Python): New node.
3185
17a37d48
PP
31862009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
3187
3188 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 3189
6718376f
NR
31902009-05-15 Nick Roberts <nickrob@snap.net.nz>
3191
3192 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
3193
cbe54154
PA
31942009-05-12 Pedro Alves <pedro@codesourcery.com>
3195
3196 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
3197 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
3198 show show-debug-regs' docs.
3199
8e05493c
EZ
32002009-05-08 Eli Zaretskii <eliz@gnu.org>
3201
3202 * gdb.texinfo (Process Record and Replay): Add description of
3203 reverse execution.
3204
b39f4988
JB
32052009-05-07 Joel Brobecker <brobecker@adacore.com>
3206
3207 * gdbint.texinfo (Adding support for debugging core files): New node.
3208 (Native Debugging): Remove the ``Native core file Support'' section.
3209
a2311334
EZ
32102009-05-01 Eli Zaretskii <eliz@gnu.org>
3211
3212 * gdb.texinfo (Process Record and Replay): Improve and clarify.
3213 Add index entries.
3214
53cc454a 32152009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 3216 Michael Snyder <msnyder@vmware.com>
53cc454a 3217
a2311334
EZ
3218 * gdb.texinfo: (Process Record and Replay): Add documentation for
3219 process record and replay.
53cc454a 3220
484086b7
JK
32212009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3222
3223 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
3224 a new part on command-line defined macros.
3225
32ae1842
EZ
32262009-04-25 Eli Zaretskii <eliz@gnu.org>
3227
3228 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
3229 clarify the wording.
3230
b14b1491
TT
32312009-04-23 Tom Tromey <tromey@redhat.com>
3232
3233 * gdb.texinfo (Data Files): New node.
3234 (GDB Files): Update menu.
3235
5c1e86e1
JB
32362009-04-23 Joel Brobecker <brobecker@adacore.com>
3237
3238 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 3239 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 3240
83eba9b7
VP
32412009-04-22 Vladimir Prus <vladimir@codesourcery.com>
3242
3243 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
3244
e31198c4
HZ
32452009-04-22 Hui Zhu <teawater@gmail.com>
3246
3247 * gdb.texinfo (disassemble-next-line): Set the default of
3248 disassemble-next-line to off.
3249
26e251b6
JM
32502009-04-21 Joseph Myers <joseph@codesourcery.com>
3251
3252 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
3253 --with-htmldir): New.
3254 * configure: Regenerate.
3255 * Makefile.in (datarootdir, docdir): Define.
3256 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
3257 instead of $(SET_TEXINPUTS).
3258 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
3259 gdbint.info instead of $(SET_TEXINPUTS).
3260 (gdbint/index.html): Use same -I options as for building
3261 gdbint.info.
3262 (stabs.dvi, stabs.pdf): Use same -I options as for building
3263 stabs.info instead of $(SET_TEXINPUTS).
3264 (stabs/index.html): Use same -I options as for building
3265 stabs.info.
3266 (annotate.dvi, annotate.pdf): Use same -I options as for building
3267 annotate.info instead of $(SET_TEXINPUTS).
3268 (annotate/index.html): Use same -I options as for building
3269 annotate.info.
3270
eac35c4e
DD
32712009-04-21 David Daney <ddaney@caviumnetworks.com>
3272
3273 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
3274
29b0e8a2
JM
32752009-04-21 Joseph Myers <joseph@codesourcery.com>
3276
3277 * gdb.texinfo (Source Path): Document --with-relocated-sources.
3278
2b831889 32792009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 3280 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
3281
3282 * Makefile.in (MAKEHTML): Set to makeinfo --html.
3283 (MAKEHTMLFLAGS): Set to empty.
3284 (html__strip_dir): Define.
3285 (HTMLFILES): Define.
3286 (HTMLFILES_INSTALL): Define.
3287 (install-html): Copy new automake rule.
3288 (html): Depend on $(HTMLFILES).
3289 (gdb_toc.html): Rename to gdb/index.html.
3290 (gdbint_toc.html): Rename to gdbint/index.html.
3291 (stabs_toc.html): Rename to stabs/index.html.
3292 (annotate_toc.html): Rename to annotate/index.html.
3293
89a34d1b
JM
32942009-04-17 Carlos O'Donell <carlos@codesourcery.com>
3295
3296 * Makefile.in: Set pdfdir and htmldir from configure
3297 substitutions.
3298 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
3299 * configure: Regenerate.
3300
a2d5da46
JB
33012009-04-16 Joel Brobecker <brobecker@adacore.com>
3302
3303 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
3304 This macro is no longer used.
3305
732f6a93
TT
33062009-04-15 Tom Tromey <tromey@redhat.com>
3307
3308 * gdb.texinfo (Character Sets): Document default character set.
3309
87f9adc1
PM
33102009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
3311
3312 * gdbint.texinfo: Change server name from sources.redhat.com to
3313 sourceware.org throughout.
3314
2c88c651
JB
33152009-04-09 Joel Brobecker <brobecker@adacore.com>
3316
3317 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
3318 about a missing dot or coma after @xref.
3319
4f5376b2
JB
33202009-04-02 Joel Brobecker <brobecker@adacore.com>
3321
3322 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
3323 example, and add a small explanation about it.
3324 (Print Settings): Change the documentation of the "set print
3325 frame-arguments" to reflect the fact that the default is now "scalars".
3326
a0381d3a
JB
33272009-04-02 Joel Brobecker <brobecker@adacore.com>
3328
3329 * gdb.texinfo (Print Settings): Add kindex for command "set
3330 print frame-arguments".
3331
45ac276d
JB
33322009-03-31 Joel Brobecker <brobecker@adacore.com>
3333
3334 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
3335 breakpoints.
3336 (Set Breaks): Add reference to thread-specific and task-specific
3337 breakpoints.
3338
32cd1edc
JB
33392009-03-31 Joel Brobecker <brobecker@adacore.com>
3340
3341 * gdb.texinfo (Ada Tasks): Remove the documentation about
3342 the "Running" state, as this state has been eliminated.
3343 Now all runnable tasks are shown as "Runnable".
3344
1042e4c0
SS
33452009-03-30 Stan Shebs <stan@codesourcery.com>
3346
3347 * gdb.texinfo (Tracepoints): Describe tracepoints as a
3348 special case of breakpoints.
3349 (Enable and Disable Tracepoints): Mention deprecation.
3350 (Listing Tracepoints): Update description and example.
3351
f8f6f20b
TJB
33522009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3353
3354 * gdb.texinfo (Frames in Python): New node.
3355 (Python API): Update.
3356
c0c6f777
TJB
33572009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
3358
3359 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
3360 from a method to an attribute.
3361
def2b000
TJB
33622009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
3363
3364 * gdb.texinfo (Values From Inferior): Document is_optimized_out
3365 attribute.
3366
a07daef3
PA
33672009-03-25 Pedro Alves <pedro@codesourcery.com>
3368
3369 * observer.texi (thread_exit): Add "silent" parameter.
3370
f3b1572e
PA
33712009-03-22 Pedro Alves <pedro@codesourcery.com>
3372
3373 * observer.texi (about_to_proceed): New.
3374
587afa38
EZ
33752009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
3376
3377 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
3378 field throughout to handle types with spaces in them. Fix typos
3379 found by aspell.
3380 (Summary, Requirements, Contributors): New first chapter,
3381 "Summary" added, old Requirements section moved there, and new
3382 section, "Contributors" added.
3383 (Initializing a New Architecture, Register Representation)
3384 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
3385 (Porting gdb): These sections extended and updated.
3386 (Compiler Characteristics): This section (empty) deleted.
3387 (Defining Other Architecture Features): This section renamed and
3388 duplicate material removed from (formerly "Target Conditionals").
3389 Use braces {} in @deftypeXX type field throughout to handle types
3390 with spaces in them. Typos found by aspell fixed.
3391
3392 * stack_frame.svg: New file, source of image for gdbint.texinfo.
3393 * stack_frame.pdf: Version of image for PDF output.
3394 * stack_frame.png: Version of image for HTML output and for Emacs.
3395 * stack_frame.txt: Version of image for Info output.
1db61298 3396 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 3397
10af6951
EZ
33982009-03-21 Eli Zaretskii <eliz@gnu.org>
3399
3400 * gdb.texinfo (Character Sets): Fix last change.
3401
cc924cad
TJB
34022009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
3403
3404 * gdb.texinfo (Values From Inferior): Fix optional arguments
3405 markup.
3406 (Commands In Python): Adjust argument names of gdb.Command.__init__
3407 to what the function accepts as keywords.
3408
bc3b79fd
TJB
34092008-03-20 Tom Tromey <tromey@redhat.com>
3410
3411 * gdb.texinfo (Convenience Vars): Document convenience functions.
3412 (Functions In Python): New node.
3413 (Python API): Update.
3414
6c7a06a3
TT
34152009-03-20 Tom Tromey <tromey@redhat.com>
3416
3417 * gdb.texinfo (Character Sets): Remove obsolete text. Document
3418 set target-wide-charset.
3419 (Requirements): Mention iconv.
3420
b646ddd4
HZ
34212009-03-17 Hui Zhu <teawater@gmail.com>
3422
3423 * gdb.texinfo: Change the introduce of "disassemble-next-line".
3424
91440f57
HZ
34252009-03-17 Hui Zhu <teawater@gmail.com>
3426
3427 * gdb.texinfo: Add documentation for disassemble-next-line.
3428
8fd41227
TJB
34292009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
3430
3431 * gdb.texinfo (Commands In Python): Remove tindex entries.
3432
61ff14c6
JK
34332009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3434
3435 * gdb.texinfo (Returning): New description for missing debug info.
3436
0b16c5cf
PA
34372009-03-14 Pedro Alves <pedro@codesourcery.com>
3438
3439 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 3440 (General Query Packets): Document qAttached.
0b16c5cf 3441
32fc0df9
PA
34422009-03-05 Pedro Alves <pedro@codesourcery.com>
3443
3444 * gdb.texinfo (Background Execution): Better describe the set
3445 target-async command.
3446 (Maintenance Commands): Delete description of the `maint set/show
3447 linux-async' and `maint set/show remote-async' commands.
3448
134eb42c
VP
34492009-02-18 Vladimir Prus <vladimir@codesourcery.com>
3450
3451 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
3452 between sentences.
3453
c86cf029
VP
34542009-02-18 Vladimir Prus <vladimir@codesourcery.com>
3455
3456 * gdb.texinfo (GDB/MI Async Records): Document the
3457 =library-loaded and =library-unloaded notifications.
3458
3ea85240
VP
34592009-02-17 Vladimir Prus <vladimir@codesourcery.com>
3460
3461 * observer.texi (test_notification): New observer.
3462
1d33d6ba
VP
34632009-02-14 Vladimir Prus <vladimir@codesourcery.com>
3464
61ff14c6
JK
3465 * observer.texi: Add parameter 'print_frame' to normal_stop
3466 observer.
1d33d6ba 3467
d721c933
EZ
34682009-02-07 Eli Zaretskii <eliz@gnu.org>
3469
3470 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
3471 (Commands In Python): Fix COMMAND_* constants in last change. Use
3472 @kbd for interactive input. Add cross-references and index
3473 entries.
3474
4aa995e1
PA
34752009-02-06 Pedro Alves <pedro@codesourcery.com>
3476
3477 * gdb.texinfo (Signals): Document $_siginfo.
3478 (Convenience Variables): Mention $_siginfo.
3479 (Remote Configuration): Document qXfer:siginfo:read,
3480 qXfer:siginfo:write packets, and the read-siginfo-object,
3481 write-siginfo-object commands.
3482
5f5233d4
PA
34832009-02-06 Pedro Alves <pedro@codesourcery.com>
3484
3485 * gdbint.texinfo (Values): New chapter.
3486
d8906c6f
TJB
34872009-02-06 Tom Tromey <tromey@redhat.com>
3488
3489 * gdb.texinfo (Python API): Add entry for Commands In Python.
3490 (Commands In Python): New node.
3491
b6cb8e7d
TJB
34922009-02-05 Tom Tromey <tromey@redhat.com>
3493
3494 * gdb.texinfo (Values From Inferior): Document Value.string.
3495
12453b93
TJB
34962009-02-05 Tom Tromey <tromey@redhat.com>
3497
3498 * gdb.texinfo (Basic Python): Document execute's from_tty
3499 argument.
3500
08c637de
TJB
35012009-02-04 Tom Tromey <tromey@redhat.com>
3502
3503 * gdb.texinfo (Basic Python): Document gdb.history.
3504
592375cd
VP
35052009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3506
3507 * gdb.texinfo (GDB/MI Thread Commands): Document the
3508 'current-thread-id' field. Remove the example with zero threads,
3509 since current GDB won't ever report that if there's inferior.
3510
41447f92
VP
35112009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3512
3513 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
3514 option to -break-insert.
3515
098b41a6
JG
35162009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3517 Jerome Guitton <guitton@adacore.com>
3518
3519 * gdb.texinfo (Startup): Document --with-system-gdbinit.
3520 (System-wide configuration): New section.
3521
3c16cced
PA
35222009-01-26 Pedro Alves <pedro@codesourcery.com>
3523
3524 PR gdb/7580:
3525 * gdb.texinfo (Maintenance Commands): Document "maint set|show
3526 internal-error|internal-warning quit|corefile ask|yes|no".
3527
62709adf
PA
35282009-01-26 Pedro Alves <pedro@codesourcery.com>
3529
3530 * gdb.texinfo (Using the `gdbserver' Program): Document
3531 --remote-debug.
3532
7ce58dd2
DE
35332009-01-23 Doug Evans <dje@google.com>
3534
3535 * gdb.texinfo: Add nexti to list of commands that support
3536 background execution.
3537
adb483fe
DJ
35382009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
3539
3540 * gdb.texinfo (Define, Hooks): Document prefix command support.
3541
a67ec3f4 35422009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 3543 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
3544
3545 Fixes for makeinfo --html.
3546
3547 * annotate.texinfo: Use @copying and @insertcopying. Use
3548 @ifnottex in place of @ifinfo.
3549 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
3550 place of @ifinfo. Use @ifnotinfo for one index entry.
3551 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
3552 in place of @ifinfo.
3553 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
3554 in place of @ifinfo. Include contents at start unconditionally.
3555
84fcdf95
PA
35562009-01-13 Pedro Alves <pedro@codesourcery.com>
3557
3558 * gdb.texinfo (General Query Packets): Remove @var{} around the
3559 "spu" literal string.
3560
fa3a767f
PA
35612009-01-07 Pedro Alves <pedro@codesourcery.com>
3562
3563 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
3564 program may be running in another process" errors.
3565 * gdbint.texinfo (Native Conditionals): Delete
3566 ONE_PROCESS_WRITETEXT description.
3567
9cb011d3
JB
35682009-01-07 Joel Brobecker <brobecker@adacore.com>
3569
3570 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
3571 emacs local variable to be placed at the end of the ChangeLog.
3572 Add server.c and gdbreplay.c to the list of files where the
3573 copyright year needs to be updated.
3574
84603566
SL
35752009-01-06 Sandra Loosemore <sandra@codesourcery.com>
3576
3577 * gdb.texinfo (Remote Configuration): Document new
3578 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
3579 commands.
3580
a53f55d8
PA
35812008-12-28 Pedro Alves <pedro@codesourcery.com>
3582
3583 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
3584 FETCH_INFERIOR_REGISTERS.
3585 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
3586 FETCH_INFERIOR_REGISTERS descriptions. Remove
3587 gdbarch_get_longjmp_target descrition, since already described in
3588 Target Conditionals. Move gdbarch_fp0_regnum description to ...
3589 (Target Conditionals): ... here.
3590
077e0a52
JB
35912008-12-16 Joel Brobecker <brobecker@adacore.com>
3592
3593 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
3594 examples.
3595 (Additions to Ada): Likewise. Add the missing opening and closing
3596 parenthesis of the GDB prompt in one of the examples.
3597
023eb17c
JB
35982008-12-14 Joel Brobecker <brobecker@adacore.com>
3599
3600 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
3601 about the result of 'Address not being of type System.Address.
3602 This problem has been fixed a while ago.
3603
c3b108f7
VP
36042008-12-02 Vladimir Prus <vladimir@codesourcery.com>
3605
3606 MI non-stop and multiprocess docs.
3607
c8d5aac9
L
3608 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
3609 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
3610 Adjust documentation for *stopped, document =thread-created,
3611 =thread-exited, =thread-group-created and =thread-group-exited.
3612 (GDB/MI Thread Commands): Document the 'state' field in
3613 -thread-info output.
3614 (GDB/MI Program Execution): Mention --all and --thread-group
3615 options.
3616 (GDB/MI Variable Objects): Describe floating and fixed variable
3617 objects.
3618 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 3619
07e059b5
VP
36202008-12-02 Vladimir Prus <vladimir@codesourcery.com>
3621
c8d5aac9
L
3622 * gdb.texinfo (Operating System Information): New appendix.
3623 (Operating System Auxiliary Information): Document 'info os processes'
3624 (Remote Configuration): Document 'osdata'
3625 (General Query Packets): Document qXfer:osdata:read.
07e059b5 3626
a80b95ba
TG
36272008-11-27 Tristan Gingold <gingold@adacore.com>
3628
3629 * gdb.texinfo (Darwin): Document Darwin specific features.
3630
a655d424
JK
36312008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3632
3633 * gdbint.texinfo (Target Conditionals): Extend the
3634 gdbarch_breakpoint_from_pc description.
3635
249e1128
VP
36362008-11-22 Vladimir Prus <vladimir@codesourcery.com>
3637
3638 * gdb.texinfo (M68K Features): Fix typo.
3639
c14c28ba
PP
36402008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
3641
3642 * gdb.texinfo (Symbols): Mention printing containing
3643 image name in "info symbol".
3644 (Maint translate-address): Likewise.
889bf7c5 3645
394a6666
JB
36462008-11-18 Joel Brobecker <brobecker@adacore.com>
3647
3648 * gdb.texinfo (Set Catchpoints): Remove the documentation of
3649 commands "catch load" and "catch unload".
3650
66bb093b
VP
36512008-11-17 Vladimir Prus <vladimir@codesourcery.com>
3652
3653 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 3654 =thread-selected.
889bf7c5 3655
4a92f99b
VP
36562008-11-17 Vladimir Prus <vladimir@codesourcery.com>
3657
c8d5aac9 3658 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 3659
f0323ca0
PA
36602008-10-27 Pedro Alves <pedro@codesourcery.com>
3661
3662 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
3663 .mt files, TM_CLIBS or TM_CDEPS.
3664 (x86 Watchpoints): Don't mention TDEPFILES.
3665
8b23ecc4
SL
36662008-10-24 Sandra Loosemore <sandra@codesourcery.com>
3667
3668 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
3669 (Overview): Mention notifications and non-stop mode behavior.
3670 (Packets): Update documentation of ?, vAttach, vCont, and vRun
3671 with non-stop mode behavior. Add vStopped description.
3672 (Stop Reply Packets): Update list of packets that return
3673 stop replies. Mention non-stop behavior.
3674 (General Query Packets): Document QNonStop packet and associated
3675 qSupported query response.
3676 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
3677 behavior.
3678 (Notification Packets): New section.
3679 (Remote Non-Stop): New section.
3680 (File-I/O Overview): Mention non-stop behavior.
3681
fff08868
HZ
36822008-10-24 Hui Zhu <teawater@gmail.com>
3683 Pedro Alves <pedro@codesourcery.com>
3684
3685 * gdb.texinfo (displaced-stepping): Describe the auto mode
3686 setting, and say it's the default. This is now a mainstream
3687 setting instead of a maintenance setting.
3688
252fbfc8
PA
36892008-10-23 Pedro Alves <pedro@codesourcery.com>
3690
3691 * observer.texi (thread_stop_requested): New.
3692
20924a55
JB
36932008-10-22 Joel Brobecker <brobecker@adacore.com>
3694
3695 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
3696 (Patching): Replace incorrect usage of @samp by @kbd.
3697
bacec72f
MS
36982008-10-17 Michael Snyder <msnyder@vmware.com>
3699
3700 * gdb.texinfo: Add documentation for reverse execution.
3701
a08702d6 37022008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 3703 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
3704
3705 * gdb.texinfo. (Values From Inferior): New subsubsection.
3706
d97bc12b
DE
37072008-10-06 Doug Evans <dje@google.com>
3708
3709 * gdb.texinfo (set debug dwarf2-die): Document it.
3710
87f67dba
JB
37112008-10-01 Joel Brobecker <brobecker@adacore.com>
3712
3713 * gdb.texinfo (catch) [exception]: Document how to insert
3714 a breakpoint on user-defined exceptions when the exception
3715 name is identical to one of the language-defined ones.
3716
2fae03e8
TT
37172008-09-27 Tom Tromey <tromey@redhat.com>
3718
3719 * gdb.texinfo (Macros): Remove text about stringification,
3720 varargs, and splicing.
3721
5c6ce71d
TT
37222008-09-27 Tom Tromey <tromey@redhat.com>
3723
3724 * gdbint.texinfo (Language Support): Remove text about omitting
3725 support for a language.
3726
07128da0
DE
37272008-09-23 Doug Evans <dje@google.com>
3728
3729 * gdb.texinfo (info dcache): Update.
3730
b90a069a
SL
37312008-09-22 Sandra Loosemore <sandra@codesourcery.com>
3732
3733 * gdb.texinfo (Packets): Add info on thread-id syntax and
3734 multiprocess extensions.
3735 <D>: Document multiprocess form of packet.
3736 <H>: Use thread-id syntax.
3737 <T>: Likewise.
3738 <vCont>: Likewise. Note this is required for multiprocess.
3739 <vKill>: New packet.
3740 (Stop Reply Packets) <T>: Use thread-id syntax.
3741 <W>: Document multiprocess form of reply.
3742 <X>: Likewise.
3743 (General Query Packets) <qC>: Use thread-id syntax.
3744 <qfThreadInfo>: Likewise.
3745 <qGetTLSAddr>: Likewise.
3746 <qP>: Likewise.
3747 <qSupported>: Add "multiprocess" feature.
3748 <qThreadExtraInfo>: Use thread-id syntax.
3749
b77209e0
PA
37502008-09-22 Stan Shebs <stan@codesourcery.com>
3751
3752 * gdb.texinfo (Inferiors): New section.
3753
3d0bb823
PA
37542008-09-12 Pedro Alves <pedro@codesourcery.com>
3755
3756 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
3757
f8dcfc0a
UW
37582008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
3759
3760 * gdbint.texinfo (Target Conditionals): Remove documentation
3761 for gdbarch_name_of_malloc.
3762
8775bb90
MS
37632008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
3764
3765 * gdb.texinfo (Interrupts): Mention TCP interface for
3766 sending BREAK.
3767
f1838a98
UW
37682008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
3769
3770 * gdb.texinfo (Commands to Specify Files): Document "remote:"
3771 argument prefix to "set sysroot".
3772
158c7665
PH
37732008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
3774
3775 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
3776 and False.
3777
30e026bb
VP
37782008-08-20 Vladimir Prus <vladimir@codesourcery.com>
3779
c8d5aac9
L
3780 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
3781 for possible features of -list-features.
30e026bb 3782
c6ebd6cf
VP
37832008-08-19 Vladimir Prus <vladimir@codesourcery.com>
3784
c8d5aac9 3785 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
3786 (GDB/MI Miscellaneous Commands): Document -list-target-features.
3787
aeac0ff9
VP
37882008-08-19 Vladimir Prus <vladimir@codesourcery.com>
3789
3790 * doc/gdb.texinfo (PowerPC): Fix typo.
3791 (PowerPC features): Fix typo.
3792
5231c1fd
PA
37932008-08-18 Pedro Alves <pedro@codesourcery.com>
3794
3795 * observer.texi (thread_ptid_changed): New.
3796
677c5bb1
LM
37972008-08-18 Luis Machado <luisgpm@br.ibm.com>
3798
3799 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
3800 (PowerPC features): Mention feature set for VSX registers.
3801
f3a2dd1a
JB
38022008-08-13 Joel Brobecker <brobecker@adacore.com>
3803
3804 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
3805 the direct visibility of all names in user-written packages.
3806
33e5cbd6
PA
38072008-08-13 Pedro Alves <pedro@codesourcery.com>
3808
3809 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
3810 setting, and make it the default.
3811 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
3812 non-stop script example.
3813
d0384fc4
TJB
38142008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
3815
3816 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
3817 reference to the "Using Different Register and Memory Data
3818 Representation" section.
3819
a6f3e723
SL
38202008-08-12 Sandra Loosemore <sandra@codesourcery.com>
3821
3822 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
3823 (Remote Protocol): Add Packet Acknowledgment to menu.
3824 (Overview): Mention +/- can be disabled, and point to new section
3825 where this is discussed in detail.
3826 (General Query Packets): Document QStartNoAckMode packet, and
3827 corresponding qSupported reply.
3828 (Packet Acknowledgment): New section.
3829
0606b73b
SL
38302008-08-11 Sandra Loosemore <sandra@codesourcery.com>
3831 Pedro Alves <pedro@codesourcery.com>
3832
3833 * gdb.texinfo (Threads): Move paragraph about automatic thread
3834 selection to All-Stop Mode subsection.
3835 (Thread Stops): Reorganize existing material into subsections.
3836 Add introductory blurb and menu.
3837 (Non-Stop Mode): New subsection.
3838 (Background Execution): New subsection.
3839 (Maintenance Commands): Add cross-references from async mode
3840 commands to the new Background Execution section.
3841
d57a3c85
TJB
38422008-08-06 Tom Tromey <tromey@redhat.com>
3843
3844 * gdb.texinfo (Extending GDB): New chapter.
3845 (Sequences): Demoted chapter, now a section under the new
3846 Extending GDB chapter.
3847 (Python): New section.
3848
6d76a53d
SS
38492008-07-31 Stan Shebs <stan@codesourcery.com>
3850
3851 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
3852
1f70da6a
SS
38532008-07-29 Stan Shebs <stan@codesourcery.com>
3854
3855 * gdbint.texinfo: General round of cleanup and minor
3856 clarifications.
3857 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
3858 (Longjmp Support): Update description to reflect how it is done
3859 for targets without using native header.
3860 (Symbol Handling): Add a little more general explanation.
3861 (COFF, ELF): Mention stabs encapsulation.
3862 (DWARF 3): New section.
3863 (Adding a New Host): Scrub out some obsolete bits.
3864 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
3865 (Host Conditionals): Remove descriptions of NO_STD_REGS,
3866 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
3867 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
3868 SEEK_SET, STOP_SIGNAL, USG.
3869 (Raw and Virtual Register Representations): Ditto for
3870 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
3871 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
3872 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
3873 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
3874 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
3875 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
3876 DEPRECATED_REGISTER_VIRTUAL_SIZE,
3877 DEPRECATED_REGISTER_VIRTUAL_TYPE,
3878 DEPRECATED_USE_STRUCT_CONVENTION.
3879 Describe gdbarch_deprecated_fp_regnum.
3880 Update description of gdbarch_print_insn.
3881 (Adding a New Target): Scrub out obsolete bits.
3882 (Obsolete Conditionals): Remove entire section.
3883
383f836e
TT
38842008-07-25 Tom Tromey <tromey@redhat.com>
3885
3886 * observer.texi (GDB Observers): Document new observers:
3887 breakpoint_created, breakpoint_deleted, breakpoint_modified,
3888 tracepoint_created, tracepoint_deleted, tracepoint_modified,
3889 architecture_changed.
3890
cfd8ab24
SS
38912008-07-21 Stan Shebs <stan@codesourcery.com>
3892
3893 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
3894 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
3895
781b42b0
TT
38962008-07-21 Tom Tromey <tromey@redhat.com>
3897
3898 * observer.texi (GDB Observers): Remove obsolete comment.
3899 <executable_changed>: Remove argument.
3900
d7d9f01e
TT
39012008-07-18 Tom Tromey <tromey@redhat.com>
3902
3903 * gdb.texinfo (Macros): Update. Use @code rather than @command.
3904
bf250677
DE
39052008-07-10 Doug Evans <dje@google.com>
3906
3907 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
3908
10568435
JK
39092008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3910
3911 * gdb.texinfo (Starting): Document "set disable-randomization".
3912
5ae4183a
AS
39132008-07-07 Andreas Schwab <schwab@suse.de>
3914
3915 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
3916
b56e7235
VP
39172008-07-06 Vladimir Prus <vladimir@codesourcery.com>
3918
3919 * gdb.texinfo (GDB/MI Target Manipulation): Add
3920 example of -target-attach.
3921
e1ac3328
VP
39222008-06-10 Vladimir Prus <vladimir@codesourcery.com>
3923
3924 * observer.texi (target_resumed): New observer.
5ae4183a 3925 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 3926
65d12d83
TT
39272008-06-06 Tom Tromey <tromey@redhat.com>
3928
3929 * gdb.texinfo (Completion): Add field name example.
3930
fbc5282e
MK
39312008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
3932
3933 * gdb.texinfo (GDB/MI Program Context): Added example
3934 to -exec-arguments
5ae4183a 3935
fbc5282e 39362008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
3937
3938 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
3939 annotation.
3940
c16158bc 39412008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
3942 Nathan Sidwell <nathan@codesourcery.com>
3943 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
3944
3945 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
3946 and ACX_BUGURL.
3947 * configure: Regenerate.
3948 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
3949 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
3950 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
3951 mailing-list-specific text about bug reporting unless
3952 BUGURL_DEFAULT.
3953
75c99385
PA
39542008-06-05 Pedro Alves <pedro@codesourcery.com>
3955
3956 * gdb.texinfo (-target-select): Remove reference to target async.
3957 (Maintenance Commands): Document "maint set/show remote-async".
3958
1763a388
MK
39592008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
3960
3961 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
3962 in -target-file-get section.
5ae4183a 3963
d0d064df
PA
39642008-05-22 Pedro Alves <pedro@codesourcery.com>
3965
9b562ab8
PA
3966 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
3967 killing the inferior when it is already debugging a process.
d0d064df 3968
8dfa32fc
JB
39692008-05-21 Joel Brobecker <brobecker@adacore.com>
3970
3971 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
3972 abbreviation for "finish".
3973
55f996a7
NR
39742008-05-21 Nick Roberts <nickrob@snap.net.nz>
3975
3976 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
3977
ba2b1c56
DJ
39782008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
3979
3980 * gdbint.texinfo (Target Conditionals): Delete entry for
3981 gdbarch_dwarf_reg_to_regnum.
3982
08388c79
DE
39832008-05-09 Doug Evans <dje@google.com>
3984
a3c83fae 3985 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 3986
d14508fe
DE
39872008-05-05 Doug Evans <dje@google.com>
3988
3989 * gdb.texinfo (disassemble): Document /m modifier.
3990
e2b7ddea
VP
39912008-05-05 Vladimir Prus <vladimir@codesourcery.com>
3992
5ae4183a
AS
3993 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
3994 will not report the time of commands that run the target.
e2b7ddea 3995
8eb41542
VP
39962008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3997
3998 * gdb.texinfo (GDB/MI Output Records): Add
3999 missing semicolon.
4000
82f68b1c
VP
40012008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4002
4003 * gdb.texinfo (GDB/MI Output Records):
4004 Document =thread-create and =thread-exited.
4005
fa0f268d
VP
40062008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4007
4008 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 4009 Remove mention of dmi-discuss.
fa0f268d 4010
063bfe2e
VP
40112008-05-03 Pedro Alves <pedro@codesourcery.com>
4012
4013 * observer.texi (thread_exit): New.
4014
237fc4c9
PA
40152008-05-02 Pedro Alves <pedro@codesourcery.com>
4016
4017 * gdb.texinfo (Debugging Output): Document "set/show debug
4018 displaced".
4019 (Maintenance Commands): Document "maint set/show
4020 can-use-displaced-stepping".
4021
0428b8f5
DJ
40222008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
4023
4024 * gdb.texinfo (ARM): Document set/show arm fallback-mode
4025 and set/show arm force-mode.
4026
5009afc5
AS
40272008-05-02 Andreas Schwab <schwab@suse.de>
4028
4029 * gdbint.texinfo (Algorithms): Describe
4030 target_watchpoint_addr_within_range.
4031
669fac23
DJ
40322008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
4033
4034 * gdbint.texinfo (Stack Frames): New chapter.
4035 (Algorithms): Move Frames text to the new chapter.
4036 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
4037 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
4038
721c02de
VP
40392008-04-24 Vladimir Prus <vladimir@codesourcery.com>
4040
5ae4183a
AS
4041 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
4042 output does not necessary include any tokens.
721c02de 4043
c055b101
CV
40442008-04-22 Corinna Vinschen <vinschen@redhat.com>
4045
4046 * gdb.texinfo (Set SH Calling convention): New @item.
4047 (Show SH Calling convention): Ditto.
4048
68837c9d
MD
40492008-04-22 Markus Deuling <deuling@de.ibm.com>
4050
4051 * gdb.texinfo (Fortran Operators): Describe '%' operator.
4052
2e9132cc
EZ
40532008-04-20 Eli Zaretskii <eliz@gnu.org>
4054
4055 * gdb.texinfo (Set Breaks): Mention that multiple location
4056 breakpoints need line number info. Add index entries.
4057
31fffb02
CS
40582008-04-19 Craig Silverstein <csilvers@google.com>
4059
4060 * gdb.texinfo (Requirements): Add an optional requirement on
4061 zlib.
4062 * gdbint.texinfo (Debugging File Formats): Add new subsection for
4063 Compressed DWARF 2.
4064
a47ec5fe
AR
40652008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
4066
4067 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
4068 sample output for 'stopped,reason="breakpoint-hit"' message.
4069 (GDB/MI Program Execution): Likewise.
4070
de051565
MK
40712008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
4072
5ae4183a 4073 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
4074 -var-set-format. Add -f option to -var-evaluate-expression.
4075
6ba66d6a
JB
40762008-04-03 Joel Brobecker <brobecker@adacore.com>
4077
4078 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
4079 new node "Ambiguous Expressions". Replace references to this
4080 node by references to "Ambiguous Expressions" throughout.
4081 (Ambiguous Expressions): New node.
4082
1e26b4f8
DJ
40832008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
4084
4085 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
4086
b84876c2
PA
40872008-03-21 Pedro Alves <pedro@codesourcery.com>
4088
4089 * gdb.texinfo (Debugging Output): Document
4090 "set/show debug lin-lwp-async".
4091 (Maintenance Commands): Document "maint set/show linux-async".
4092
63092375
DJ
40932008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
4094
4095 * gdb.texinfo (Expressions): Update description of malloced arrays.
4096
8e8901c5
VP
40972008-03-15 Vladimir Prus <vladimir@codesourcery.com>
4098
4099 * gdb.texinfo (Thread Commands): Document
4100 -thread-info. Remove -thread-list-all-threads.
4101
1fddbabb
PA
41022008-03-14 Pedro Alves <pedro@codesourcery.com>
4103 Sandra Loosemore <sandra@codesourcery.com>
4104
4105 * gdb.texinfo (Library List Format): Update to mention the
4106 possibility to pass section addresses instead of segment
4107 addresses.
4108
ccd213ac
DJ
41092008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
4110
4111 * gdb.texinfo (Starting): Document "set exec-wrapper".
4112 (Server): Document gdbserver --wrapper.
4113
fa4727a6
DJ
41142008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
4115
4116 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
4117 unreadable memory. Delete obsolete SPARClite reference.
4118
8edfe269
DJ
41192008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
4120
4121 * gdb.texinfo (Starting): Mention always-running targets.
4122 (Target Commands): Add an anchor for load.
4123 (Connecting): Explain continue instead of run.
4124
1843f87b
DJ
41252008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4126
4127 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
4128
f9082629
NR
41292008-02-26 Nick Roberts <nickrob@snap.net.nz>
4130
4131 * gdb.texinfo (Set Breaks): Revert description of Enb column of
4132 breakpoint table.
4133
fd96d250
PA
41342008-02-19 Pedro Alves <pedro@codesourcery.com>
4135
4136 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
4137 killing the inferior when it is already debugging a process.
4138
36af4ef6
MD
41392008-02-13 Markus Deuling <deuling@de.ibm.com>
4140
4141 * gdbint.texinfo (Build Script): New section. Mention new build script
4142 gdb_buildall.sh.
4143
cda4ce5a
JB
41442008-02-01 Jim Blandy <jimb@red-bean.com>
4145
4146 * gdb.texinfo (Help): Summarize 'info args' correctly.
4147
4acd40f3
TJB
41482008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4149
4150 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
4151 available in PowerPC architecture.
4152 (Embedded Processors): Change node name of PowerPC item in menu.
4153 (PowerPC): Rename to...
4154 (PowerPC Embedded): this.
4155 (Architectures): Add new PowerPC item in menu.
4156 (PowerPC): New node.
4157
6e6c6f50
DJ
41582008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
4159
4160 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
4161 commands.
4162
5ee187d7
DJ
41632008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
4164
4165 * gdb.texinfo (Setting Catchpoints): Mention features
4166 supported on GNU/Linux.
4167
e275c0d9
NR
41682008-01-30 Nick Roberts <nickrob@snap.net.nz>
4169
4170 * gdb.texinfo (GDB/MI File Commands): Describe new output
4171 field for MI command -file-list-exec-source-file.
4172
2d717e4f
DJ
41732008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
4174
4175 * gdb.texinfo (Using the `gdbserver' Program): Add security
4176 warning. Rearrange into subsections and subsubsections. Document
4177 --multi and --debug. Correct --with-sysroot typo. Update --attach
4178 usage. Make load reference clearer. Document monitor exit.
4179 (Remote Configuration): Document set remote exec-file, attach-packet,
4180 and run-packet.
4181 (Packets): Document vAttach and vRun.
4182
d35a4257 41832008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
4184
4185 * gdb.texinfo (Processes): Mention process command.
889bf7c5 4186 detach-on-follow -> detach-on-fork.
f663676d 4187
c78d192c
DJ
41882008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4189
4190 * gdbint.texinfo (Native Conditionals): Remove
4191 SHELL_COMMAND_CONCAT and SHELL_FILE.
4192
d35a4257
EZ
41932008-01-26 Eli Zaretskii <eliz@gnu.org>
4194
4195 * gdb.texinfo (Specify Location): Improve wording.
4196
93815fbf
VP
41972008-01-23 Chris Demetriou <cgd@google.com>
4198
4199 * gdb.texinfo (Threads): Document new "set print thread-events"
4200 and "show print thread-events" commands.
4201
2a25a5ba
EZ
42022008-01-19 Eli Zaretskii <eliz@gnu.org>
4203
4204 * gdb.texinfo (Specify Location): New section.
4205 (Delete Breaks, Edit, Set Breaks): Remove description of
4206 locations. Instead, add a reference to "Specify Location".
4207 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
4208 (Symbols): Refer to "Specify Location" for the valid forms of
4209 linespecs and locations.
4210
32c9a795
MD
42112008-01-18 Markus Deuling <deuling@de.ibm.com>
4212
4213 * gdbint.texinfo (Target Conditionals): Replace the description of
4214 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
4215
b17828ca
JB
42162008-01-12 Paul Hilfinger <hilfinger@adacore.com>
4217
4218 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
4219 about &&var, which is rejected by the expression parser.
4220
0aea4bf3
LM
42212008-01-09 Luis Machado <luisgpm@br.ibm.com>
4222
4223 * gdb.texinfo (Output): Update documentation on using printf with DFP
4224 types.
4225
febe4383
TJB
42262008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
4227
4228 * gdb.texinfo (C and C++): Add Decimal Floating Point format
4229 subsubsection.
4230 (Decimal Floating Point format): New subsubsection.
4231
7a404eba
PA
42322008-01-05 Pedro Alves <pedro@codesourcery.com>
4233
4234 * gdb.texinfo (File Options): Remove mention of the attempt to
4235 open a core file with the -p option. Don't list -c as a valid
4236 option to attach to a process.
4237
a4d9b460
PA
42382008-01-05 Pedro Alves <pedro@codesourcery.com>
4239
4240 * gdbint.texinfo (Host Conditionals): Remove mention of
4241 ALIGN_STACK_ON_ENTRY.
4242
6ec2edbe
JB
42432008-01-05 Joel Brobecker <brobecker@adacore.com>
4244
4245 * gdbint.texinfo (Start of New Year Procedure): Add item
4246 describing how to update the source and documentation copyright
4247 notices.
4248
d8b2a693
JB
42492007-12-18 Jim Blandy <jimb@codesourcery.com>
4250
ab209b3a 4251 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
4252 watchpoint explanation into the main description of the watchpoint
4253 command; update synopses of 'watch', 'rwatch', and 'awatch'
4254 commands.
4255
8b4ed427
VP
42562007-12-18 Vladimir Prus <vladimir@codesourcery.com>
4257
4258 * gdb.texinfo (Miscellaneous gdb/mi Commands):
4259 Document 'pending-breakpoints' feature of
4260 -list-features.
4261
37e4754d
LM
42622007-12-17 Luis Machado <luisgpm@br.ibm.com>
4263
669fac23 4264 * gdb.texinfo: Add new parameter's description.
37e4754d 4265
1d3811f6
DJ
42662007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
4267
4268 * gdb.texinfo (Overview): Clarify run-length encoding
4269 example. Remove the restriction on "+" and "-" characters.
4270
c1c25a1a
EZ
42712007-12-15 Eli Zaretskii <eliz@gnu.org>
4272
4273 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
4274
afe8ab22 42752007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 4276
afe8ab22
VP
4277 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
4278 the -f option for -break-insert, remove -r option,
4279 and clarify specification of location.
4280
a6b151f1
DJ
42812007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
4282
4283 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
4284 formatting.
4285 (Remote Debugging): Add File Transfer section.
4286 (Remote Configuration): Document Host I/O packets.
4287 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 4288 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
4289 (Packets): Add vFile.
4290
3b784c4f
EZ
42912007-11-17 Eli Zaretskii <eliz@gnu.org>
4292
4293 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
4294 breakpoints with multiple locations.
4295 (Breakpoint Menus): Improve wording.
4296 (Output): Fix last change.
4297
a4ce5b0d
UW
42982007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
4299
4300 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
4301
1b39d5c0
DE
43022007-11-15 Doug Evans <dje@google.com>
4303
4304 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
4305
7a72d44c
VP
43062007-11-15 Vladimir Prus <vladimir@codesourcery.com>
4307
4308 * gdbint.texinfo (Native Conditionals): Remove
4309 mention of CLEAR_SOLIB.
5ae4183a 4310
6d1829bf 43112007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
4312
4313 * gdb.texinfo (Print Settings): Add documentation for "set/show
4314 print frame-arguments".
4315
1a619819
LM
43162007-11-05 Luis Machado <luisgpm@br.ibm.com>
4317
3b784c4f 4318 * gdb.texinfo (Output): Update printf command's description.
1a619819 4319
55eddb0f
DJ
43202007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
4321
4322 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
4323 powerpc soft-float".
4324
9cceb671
DJ
43252007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4326
4327 * gdb.texinfo (Files): Correct formatting. Mention Expat
4328 requirement.
4329 (Requirements for Building GDB): Expand the list of Expat
4330 uses.
4331 (Library List Format, Memory Map Format): Mention Expat.
4332 (Target Descriptions): Update Expat wording.
4333
83acabca
DJ
43342007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4335
4336 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
4337 Document that gdbarch_convert_register_p should return zero for no-op
4338 conversions.
4339
e35879db
UW
43402007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
4341
83acabca 4342 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
4343 of set_gdbarch_sofun_address_maybe_missing back to ...
4344 (Target Conditionals): ... here to fix build break.
4345
203c3895
UW
43462007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
4347
83acabca 4348 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
4349 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
4350 (Compiler Characteristics): ... documentation of
4351 set_gdbarch_sofun_address_maybe_missing.
4352
11411de3
DJ
43532007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
4354
4355 * gdbint.texinfo (Target Conditionals): Use
4356 frame_unwind_register_unsigned in examples instead of
4357 frame_unwind_unsigned_register.
4358
7cc46491
DJ
43592007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4360
4361 * gdb.texinfo (Predefined Target Types): Add int128
4362 and uint128.
4363 (Standard Target Features): Add PowerPC features.
4364
81adfced
DJ
43652007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4366
4367 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
4368
c1874924
UW
43692007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4370
4371 * gdbint.texi (Target Conditionals): Remove documentation
4372 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
4373 gdbarch_extract_return_value, and gdbarch_store_return_value.
4374
f6e56ab3
UW
43752007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4376
4377 * gdbint.texi (Target Conditionals): Remove documentation of
4378 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
4379
56cf5405
KH
43802007-10-11 Kazu Hirata <kazu@codesourcery.com>
4381
4382 * gdb.texinfo: Mention that inaccessible-by-default is on by
4383 default.
4384
35156bae
DJ
43852007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4386
4387 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
4388
d983da9c
DJ
43892007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
4390
4391 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
4392 multi-threaded watchpoints.
4393 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
4394 checked. Describe sticky notification. Expand description
4395 of steppable and continuable watchpoints.
4396 (Watchpoints and Threads): New subsection.
4397
fe6fbf8b
VP
43982007-09-28 Vladimir Prus <vladimir@codesourcery.com>
4399
4400 * gdb.texinfo (Setting Breakpoints): Revise
4401 documentation for pending breakpoints. Document
4402 breakpoints with multiple locations.
5ae4183a 4403
084344da
VP
44042007-09-19 Vladimir Prus <vladimir@codesourcery.com>
4405
4406 * gdb.texinfo (Miscellaneous gdb/mi Commands):
4407 Document -list-features.
5ae4183a 4408
82160952
EZ
44092007-09-15 Eli Zaretskii <eliz@gnu.org>
4410
4411 * gdb.texinfo (Output): Spell out which features of C's printf are
4412 not supported by GDB's printf.
7e27a47a
EZ
4413 (Separate Debug Files): More accurate wording regarding build ID
4414 and a reference to the ld manual rather than the Fedora wiki.
82160952 4415
ea37ba09
DJ
44162007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
4417 Jim Blandy <jimb@codesourcery.com>
4418
4419 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
4420 (Examining Memory): Update mentions of the 's' format.
4421 (Automatic Display): Likewise.
4422
b8533aec
DJ
44232007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
4424
4425 * gdb.texinfo: Update the FSF's Back-Cover Text.
4426
83f83d7f
JK
44272007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4428 Eli Zaretskii <eliz@gnu.org>
4429
4430 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
4431 Fixed the ``build ID'' name. New binaries build instructions for the
4432 build ID inclusion. Explain how the commands are specific to the build
4433 ID vs. debug link.
4434
c7e83d54
EZ
44352007-09-01 Eli Zaretskii <eliz@gnu.org>
4436
4437 * gdb.texinfo (Separate Debug Files): Fix last change. Add
4438 indexing for ``build ID'' support.
4439
d3750b24
JK
44402007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4441
4442 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
4443 Enlisted BUILD ID to the debug file searching example.
4444 Included a BUILD ID `.note.gnu.build-id' section description.
4445 Updated/added the debug files splitting instructions for OBJCOPY.
4446
02142340
VP
44472007-08-31 Vladimir Prus <vladimir@codesourcery.com>
4448
4449 * gdb.texinfo (Variable Objects): Adjust docs
4450 for -var-info-expression and document
4451 -var-info-path-expression.
4452
d3bdde98
JB
44532007-08-20 Jim Blandy <jimb@codesourcery.com>
4454
3fb6a982
JB
4455 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
4456 (title page): Include the dedication in the printed manual, as a
4457 separate page after the copyright notice.
5ae4183a 4458
d3bdde98
JB
4459 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
4460 don't break a @var across a line.
4461
c80a96a8
MR
44622007-07-25 Maciej W. Rozycki <macro@mips.com>
4463
4464 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
4465 for include files.
4466
5824a901
NR
44672007-07-12 Nick Roberts <nickrob@snap.net.nz>
4468
4469 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
4470 in annotate.texinfo.
4471 (Command History): Link to new node.
5824a901 4472
d52e7ea3
UW
44732007-07-05 Markus Deuling <deuling@de.ibm.com>
4474
4475 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
4476
5fc14d0a
EZ
44772007-07-05 Eli Zaretskii <eliz@gnu.org>
4478
4479 * gdbint.texinfo (Target Conditionals): Fix last change.
4480
4a9bb1df
UW
44812007-07-03 Markus Deuling <deuling@de.ibm.com>
4482
4483 * gdb.texinfo: Replace following macros by their appropriate gdbarch
4484 routines:
4485 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
4486 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
4487 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
4488 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
4489 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
4490 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
4491 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
4492 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
4493 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
4494 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
4495 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
4496 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
4497 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
4498 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
4499 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
4500 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
4501 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
4502 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
4503 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
4504 (SOFTWARE_SINGLE_STEP_P)
4505
4506 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
4507 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
4508
4509 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
4510 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
4511 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
4512 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
4513 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
4514 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
4515 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
4516 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
4517 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
4518 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
4519
4520 (Converting an existing Target Architecture to Multi-arch): Remove
4521 section.
4522
4523 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
4524 (gdbarch_addr_bits_remove): Add code example.
4525
4526 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
4527
cfa9d6d9
DJ
45282007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
4529
4530 * gdb.texinfo (Remote Configuration): Document library-info-packet.
4531 Add other missing entries. Adjust the table size to fit.
4532 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
4533 stop reasons including the new "library" event.
4534 (General Query Packets): Adjust table widths for qSupported. Mention
4535 qXfer:libraries:read reply to qSupported and document the new packet.
4536 (Library List Format): New section.
4537
159fcc13
JK
45382007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4539
4540 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
4541
f66d1690
MS
45422007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
4543
4544 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
4545
67102876
NR
45462007-06-25 Nick Roberts <nickrob@snap.net.nz>
4547
4548 * gdbint.texinfo (Register and Memory Data): Break sections
4549 into nodes and add a menu.
4550
a4642986
MR
45512007-06-21 Maciej W. Rozycki <macro@mips.com>
4552
4553 * gdb.texinfo (Examining Memory): Document the new behaviour.
4554
e9c17194
VP
45552007-06-21 Vladimir Prus <vladimir@codesourcery.com>
4556
4557 * gdb.texinfo (Standard Target Features): Document
4558 m68k features.
4559
31d99776
DJ
45602007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4561
4562 * gdb.texinfo (General Query Packets): Document qOffsets changes.
4563
1780a0ed
DJ
45642007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4565
4566 * gdb.texinfo (Target Description Format): Add version attribute
4567 for <target>.
4568
822b6570
DJ
45692007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4570
4571 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
4572
f8b73d13
DJ
45732007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4574
4575 * gdb.texinfo (MIPS Features): New subsection.
4576
0e7f50da
UW
45772007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4578 Markus Deuling <deuling@de.ibm.com>
4579
4580 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
4581 and qXfer:spu:write packets and mention them under qSupported.
4582
23d964e7
UW
45832007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4584 Markus Deuling <deuling@de.ibm.com>
4585
4586 * gdb.texinfo (Architectures): Add new SPU section to document
4587 Cell Broadband Engine SPU architecture specific commands.
4588
9f708cb2
VP
45892007-06-09 Vladimir Prus <vladimir@codesourcery.com>
4590
4591 * gdb.texinfo (GDB/MI Variable Objects): Editorial
4592 comments.
4593
7579b5f8
NR
45942007-06-07 Nick Roberts <nickrob@snap.net.nz>
4595
4596 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
4597
bf06d120
JB
45982007-05-29 Jim Blandy <jimb@codesourcery.com>
4599
4600 * gdb.texinfo (Overview): Doc fix.
4601
23776285
MR
46022007-05-22 Maciej W. Rozycki <macro@mips.com>
4603
4604 * gdb.texinfo (Remote Configuration): Document "set/show
4605 remoteflow".
4606
1a69e1e4
DJ
46072007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
4608
bf06d120
JB
4609 * gdb.texinfo (MIPS): Remove documentation for set mips
4610 saved-gpreg-size, show mips saved-gpreg-size, and set mips
4611 stack-arg-size.
1a69e1e4 4612
46ba6afa 46132007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4614
46ba6afa
BW
4615 * all-cfg.texi (GDBTUI): New.
4616 * gdb.texinfo (Mode Options): Use GDBTUI variable.
4617 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
4618 (TUI Configuration): Edit to improve clarity and fix problems of
4619 both style and content.
5ae4183a 4620
06d3b283
UW
46212007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
4622
4623 * observer.texi (GDB Observers): New observer "new_objfile".
4624
179101d6
UW
46252007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
4626
4627 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
4628
25d5ea92
VP
46292007-04-14 Vladimir Prus <vladimir@codesourcery.com>
4630
4631 * gdb.texinfo (GDB/MI Variable Objects): Document
4632 frozen variables objects.
5ae4183a 4633
ea35711c
DJ
46342007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
4635
4636 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
4637 (Character Sets, Caching Data of Remote Targets): Likewise.
4638 (Targets): Delete Remote node. Move its text...
4639 (Debugging Remote Programs): ...to here. Delete description
4640 of the "remote" command.
4641 (Remote configuration): Delete description of "set remotedevice"
4642 and "show remotedevice".
4643 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
4644
db2e3e2e
BW
46452007-04-11 Bob Wilson <bob.wilson@acm.org>
4646
5ae4183a
AS
4647 * gdb.texinfo (Contributors, Continuing and Stepping)
4648 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
4649 (General Query Packets, File-I/O Remote Protocol Extension)
4650 (Protocol Basics, The F Reply Packet, Write)
4651 (Protocol-specific Representation of Datatypes, Memory Transfer):
4652 Fix hyphenation, punctuation and grammar problems.
4653 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
4654 'section' instead of 'subsection' in the text.
4655 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
4656 (i386): Remove period from section name.
db2e3e2e
BW
4657 (Installing GDB, Requirements, Running Configure, Separate Objdir)
4658 (Config Names, Configure Options): Use @file{configure}.
4659
8a3dae3e
DJ
46602007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
4661
4662 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
4663 and tab expansion.
4664
1a92f856
DJ
46652007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
4666
4667 * gdbint.texinfo (SOM): Correct location of the SOM reader.
4668
79a6e687 46692007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4670
79a6e687
BW
4671 * gdb.texinfo: Consistently capitalize all significant words in
4672 node names, chapter titles, section titles, and headings. Update
4673 cross references to match.
4674 (Starting and Stopping Trace Experiment): Make node name plural.
4675 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 4676
ad527d2e
PA
46772007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
4678
4679 * gdb.texinfo (WinCE): Delete obsolete subsection.
4680
7ce59000
DJ
46812007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4682
4683 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
4684 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
4685 references.
4686
8807d78b
DJ
46872007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4688
4689 * gdb.texinfo (Startup): Delete references to some alternate
4690 names for .gdbinit.
4691 (Thread): Remove LynxOS reference.
4692 (Tandem ST2000): Delete target-specific documentation.
4693 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
4694 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
4695 and GDB_OSABI_LYNXOS.
4696
5f402660
UW
46972007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
4698
4699 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
4700
bac718a6
UW
47012007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
4702
4703 * gdbint.texinfo (Target Conditionals): Remove mention of
4704 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
4705 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
4706
9453113a
DJ
47072007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
4708
4709 * Makefile.in: Add "pdfdir" installation
4710 directory, PDFTEX macro, support for "install-pdf" target,
4711 and rules for making a pdf version of refcard.texi.
4712 * refcard.tex: Specify paper size for PDF output.
4713
ae21e955 47142007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4715
ae21e955 4716 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 4717
3f94c067 47182007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4719
3f94c067
BW
4720 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
4721 (Source Path, Character Sets, Macros, Define)
4722 (GDB/MI Result Records, GDB/MI Simple Examples)
4723 (GDB/MI Program Execution, GDB/MI File Commands)
4724 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
4725 (Bug Reporting): Use @value{GCC}.
5ae4183a 4726
12c27660 47272007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4728
12c27660
BW
4729 * gdb.texinfo (Help): Fix formatting of examples.
4730 (Variables): Use @ifnotinfo instead of @iftex.
4731 (Non-debug DLL symbols): Use @ref instead of @pxref.
4732 (Sparclet File): Use @samp instead of quotes.
5ae4183a 4733
ce9341a1
BW
47342007-03-26 Bob Wilson <bob.wilson@acm.org>
4735
4736 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
4737
c8f4133a
BW
47382007-03-26 Bob Wilson <bob.wilson@acm.org>
4739
4740 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
4741 the order of the nodes.
4742 (C Operators, C Constants, Debugging C): Remove extra menus.
4743 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 4744
c8f4133a 47452007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
4746
4747 * gdb.texinfo (File Options): Add missing parenthesis.
4748 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
4749
c74d0ad8
DJ
47502007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4751
4752 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
4753
ff6f572f
DJ
47542007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4755
669fac23 4756 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
4757 case insensitivity.
4758 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
4759
994337c3
NR
47602007-02-18 Nick Roberts <nickrob@snap.net.nz>
4761
4762 * gdb.texinfo (Top): Put Appendix A after numbered sections.
4763 (Files): Add section name to argument list for pxref.
4764 (Non-debug DLL symbols): Don't use `see' for pxref.
4765 (Embedded Processors): Fix typo.
4766 (GDB/MI Breakpoint Commands): Execution commands generate
4767 *stopped not ^done.
4768
eb819d70
NR
47692007-02-13 Nick Roberts <nickrob@snap.net.nz>
4770
4771 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
4772 values for in_scope. Mention that only root variables can be
4773 updated.
4774 (GDB/MI Development and Front Ends): Explain new values may be
4775 added to existing fields.
4776
123dc839
DJ
47772007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4778
4779 * gdb.texinfo (-target-disconnect): Use @smallexample.
4780 (Requirements): Add anchor for Expat. Update description.
4781 (Target Descriptions): Mention Expat.
4782 (Target Description Format): Document new elements. Use
4783 @smallexample.
4784 (Predefined Target Types, Standard Target Features): New sections.
669fac23 4785 * gdbint.texinfo (Target Descriptions): New section.
123dc839 4786
108546a0
DJ
47872007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
4788
4789 * gdb.texinfo (Target Description Format): Add section on XInclude.
4790
95a98c01
NR
47912006-02-03 Nick Roberts <nickrob@snap.net.nz>
4792
4793 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
4794 command -enable-timings.
4795
f4b3909f
EZ
47962007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
4797
5ae4183a 4798 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
4799 descriptions for new/deleted elements in gdb_osabi. Add missing
4800 description for function generic_elf_osabi_sniff_abi_tag_sections.
4801
c7ba131e
JB
48022007-01-29 Joel Brobecker <brobecker@adacore.com>
4803
4804 * gdb.texinfo (Maintenance Commands): Add documentation for
4805 the new "maint print target-stack" command.
4806
3a60f64e
JK
48072007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4808 Eli Zaretskii <eliz@gnu.org>
4809
f4b3909f 4810 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 4811
c582f8b6
EZ
48122007-01-26 Eli Zaretskii <eliz@gnu.org>
4813
4814 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
4815 Use @value{NGCC} instead of @value{GCC}.
4816
d3e8051b
EZ
48172007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
4818
4819 * agentexpr.texi: Fix typos.
4820 * annotate.texinfo: Likewise.
4821 * gdb.texinfo: Likewise.
4822 * gdbint.texinfo: Likewise.
4823 * observer.texi: Likewise.
4824 * stabs.texinfo: Likewise.
4825
86f04699
EZ
48262007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
4827
4828 * gdbint.texinfo (Support Libraries): Remove mmalloc
4829 entry. Describe readline library.
4830
23181151
DJ
48312007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
4832
4833 * gdb.texinfo (Target Descriptions): New section.
4834 (General Query Packets): Add QPassSignals anchor. Mention
4835 qXfer:features:read under qSupported. Expand mentions of
4836 qXfer:memory-map:read and QPassSignals. Document
4837 qXfer:features:read.
4838
f822c95b
DJ
48392007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
4840
4841 * gdb.texinfo (Commands to specify files): Describe
4842 "set sysroot" and "show sysroot".
4843 (Using the `gdbserver' program): Lowercase argument
4844 to @var. Expand description of setting up GDB on the
4845 host.
4846
8936fcda
JB
48472007-01-05 Joel Brobecker <brobecker@adacore.com>
4848
4849 * gdb.texinfo (Set Catchpoints): Add documentation for the new
4850 catch exception, catch exception unhandled, and catch assert
4851 commands.
4852
e776119f
DJ
48532007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
4854
4855 * gdb.texinfo (Debugging Output): Document "set debug xml"
4856 and "show debug xml".
4857
aa79a185
DJ
48582007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
4859
4860 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
4861
7f893741
JB
48622007-01-01 Joel Brobecker <brobecker@adacore.com>
4863
4864 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
4865
a1b5960f
VP
48662006-12-08 Vladimir Prus <vladimir@codesourcery.com>
4867
4868 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
4869 note in @ignore, to be removed later if nobody complains.
4870
9f470e6e
NR
48712006-12-04 Nick Roberts <nickrob@snap.net.nz>
4872
4873 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
4874 of -var-delete.
4875
765dc015 48762006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 4877
765dc015 4878 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
4879 automatic software/hardware breakpoint usage and
4880 the "set breakpoint auto-hw" command.
765dc015 4881
4b5752d0
VP
48822006-11-21 Vladimir Prus <vladimir@codesourcery.com>
4883
4884 * gdb.texinfo (Memory Access Checking): New.
4885
89be2091
DJ
48862006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
4887
4888 * gdb.texinfo (Remote configuration): Mention
4889 "pass-signals-packet".
4890 (General Query Packets): Document QPassSignals. Fix
4891 a typo.
4892
ca3bf3bd
DJ
48932006-11-14 Maxim Grigoriev <maxim@tensilica.com>
4894
4895 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
4896
427c3a89
DJ
48972006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
4898
4899 * gdb.texinfo (Remote configuration): Rewrite documentation for
4900 packet configuration commands.
4901 (OS Information): Adjust reference to qXfer:auxv:read.
4902 (General Query Packets): Remove references to read-aux-vector-packet
4903 and set remote get-thread-local-storage-address.
4904
7a107747
DJ
49052006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
4906
4907 * gdbint.texinfo (Target Architecture Definition): Add new
4908 Initializing a New Architecture section.
4909
1c56eb0e
EZ
49102006-10-31 David Taylor <dtaylor@emc.com>
4911
4912 * stabs.texinfo (Macro define and undefine): New node describing
4913 stabs for #define and #undef.
4914
f73adfeb
AS
49152006-10-27 Andreas Schwab <schwab@suse.de>
4916
4917 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
4918
fd60e0df
EZ
49192006-10-21 Eli Zaretskii <eliz@gnu.org>
4920
4921 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
4922 clarify on the possible meanings of ``expression'' watched by
4923 watchpoints. Add indexing.
e5ac9b53
EZ
4924 (Prompting, Errors, Invalidation, Annotations for Running)
4925 (Source Annotations): Fix index entries by adding "annotation" to
4926 them, to discriminate from index entries that point to the more
4927 general topic descriptions.
fd60e0df 4928
52bb452f
DJ
49292006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
4930
4931 * gdbint.texinfo (Target Vector Definition): Move most
4932 content into Existing Targets. Add a menu.
4933 (Existing Targets): New section, moved from Target Vector
4934 Definition. Use @subsection.
4935 (Managing Execution State): New section.
4936
58955e58
BW
49372006-10-16 Bob Wilson <bob.wilson@acm.org>
4938
4939 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
4940
c8aa23ab
EZ
49412006-10-15 Eli Zaretskii <eliz@gnu.org>
4942
4943 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
4944 (Command Syntax, Signals, Backtrace, Connecting)
4945 (Remote configuration, Renesas Boards, Console I/O): Fix last
4946 change: use Ctrl- instead of C-, except wrt Emacs.
4947 (File-I/O Examples): Put Ctrl-c in @kbd.
4948 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
4949 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
4950 (Signals, Set Breaks, Set Watchpoints): Document optional
4951 arguments to `info signals' `handle', `info breakpoints', and
4952 `info watchpoints'.
c8aa23ab 4953
e7109c7e
EZ
49542006-10-14 Eli Zaretskii <eliz@gnu.org>
4955
4956 * gdb.texinfo (Backtrace): Fix last change.
4957
de3aea7b
NR
49582006-10-14 Nick Roberts <nickrob@snap.net.nz>
4959
4960 * gdb.texinfo (Backtrace): Order correctly and add other cases.
4961
7f9087cb
BW
49622006-10-10 Bob Wilson <bob.wilson@acm.org>
4963
c8aa23ab
EZ
4964 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
4965 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
4966 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 4967
68437a39
DJ
49682006-09-21 Vladimir Prus <vladimir@codesourcery.com>
4969 Daniel Jacobowitz <dan@codesourcery.com>
4970
4971 * gdb.texinfo (Packets): Document vFlashErase,
4972 vFlashWrite and vFlashDone packets.
4973 (General Query Packets): Document qXfer:memory-map:read.
4974 Add a new feature for qXfer:memory-map:read.
4975 (Memory map format): New section.
4976 (Target Commands): Mention that gdb can write flash.
4977
fd79ecee
DJ
49782006-09-21 Vladimir Prus <vladimir@codesourcery.com>
4979 Daniel Jacobowitz <dan@codesourcery.com>
4980
4981 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
4982 memory regions and "mem auto".
4983
350da6ee
DJ
49842006-09-21 Nathan Sidwell <nathan@codesourcery.com>
4985
4986 * gdbint.texinfo (Array Containers): New section.
4987
2f1acb09
VP
49882006-09-17 Vladimir Prus <vladimir@codesourcery.com>
4989
4990 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
4991 -stack-list-arguments HIGH_FRAME argument can be larger then the
4992 actual number of frames.
4993
2ab1eb7a
VP
49942006-09-07 Vladimir Prus <vladimir@codesourcery.com>
4995
4996 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
4997 -stack-list-locals HIGH_FRAME argument can be larger then the
4998 actual number of frames.
2ab1eb7a 4999
599b237a
BW
50002006-09-02 Bob Wilson <bob.wilson@acm.org>
5001
5002 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
5003 Register Packet Format, Tracepoint Packets): Fix spelling errors.
5004
25ab7e6d
EZ
50052006-09-02 Eli Zaretskii <eliz@gnu.org>
5006
5007 * gdbint.texinfo (Overall Structure): New section "Source Tree
5008 Structure".
5009
940178d3
JB
50102006-08-17 Jim Blandy <jimb@codesourcery.com>
5011
5012 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
5013 responses.
5014
30daae6c
JB
50152006-08-08 Joel Brobecker <brobecker@adacore.com>
5016
5017 * gdb.texinfo (Source Path): Add documentation for new
5018 substitute-path commands.
5019
7fa2210b
DJ
50202006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
5021
5022 * gdb.texinfo (Installing GDB): Update menu. Move text to...
5023 (Running Configure): ...here.
5024 (Requirements): New node. Mention expat.
5025
3d00d119
DJ
50262006-08-08 Vladimir Prus <vladimir@codesourcery.com>
5027
5ae4183a 5028 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
5029 'set download-write-size' and 'show download-write-size'.
5030
0cbfa4ee
DJ
50312006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
5032
5033 * stabs.texinfo (Member Type Descriptor): Correct example for
5034 pointer to member types.
5035
16026cd7
AS
50362006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
5037
5038 * gdb.texinfo (Optional warnings and messages): Add
5039 'set/show trace-commands'.
5040 (Command files): Add '-v' to source command.
5041
0876f84a
DJ
50422006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
5043
5044 * gdb.texinfo (OS Information): Update qPart reference to
5045 qXfer.
5046 (Remote configuration): Likewise.
5047 (Overview): Move @cindex to the start of a paragraph. Talk
5048 about binary data encoding.
5049 (Packets): Refer to the overview for the details of the X
5050 packet encoding.
5051 (General Query Packets): Remove qPart description. Add qXfer
5052 description. Add an anchor to qSupported. Correct feature
5053 table title. Add a new feature for qXfer:auxv:read.
5054 (Interrupts): Add a missing parenthesis.
5055
2ec3381a
DJ
50562006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
5057
669fac23 5058 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
5059 (GDB/MI Kod Commands): Remove commented out node.
5060
594fe323
EZ
50612006-07-01 Eli Zaretskii <eliz@gnu.org>
5062
5063 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
5064 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
5065 (GDB/MI Thread Commands, GDB/MI Program Execution)
5066 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
5067 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
5068 (GDB/MI File Commands, GDB/MI Target Manipulation)
5069 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
5070 since the MI prompt is hard-wired into the code.
5071
7e3fb70c
NR
50722006-07-01 Nick Roberts <nickrob@snap.net.nz>
5073
5074 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
5075 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
5076 (GDB/MI Data Manipulation): Remove description of unimplemented
5077 display related commands as variable objects perform this function
5078 and are superior: -display-delete, -display-disable,
5079 -display-enable, -display-insert and -display-list. Move
5080 -environment-cd, -environment-directory, -environment-path
5081 and -environment-pwd to "Program Context".
5082 (GDB/MI Program Control): Rename to "Program Execution". Move
5083 -exec-arguments -exec-abort to...
5084 (GDB/MI Program Context): ...here. New node split from "Data
5085 Manipulation".
5086
be2a5f71
DJ
50872006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
5088
5089 * gdb.texinfo (Remote configuration): Document set / show
5090 remote supported-packets.
5091 (General Query Packets): Document qSupported packet.
5092
fc320d37
SL
50932006-06-10 Sandra Loosemore <sandra@codesourcery.com>
5094
5095 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
5096 and font markup.
5097 (Protocol basics): Likewise.
5098 (The F request packet): Likewise.
5099 (The F reply packet): Likewise.
5100 (Memory transfer): Move this node to be a subsubsection of
5101 "Protocol specific representation of datatypes".
5102 (The Ctrl-C message): More copy editing.
5103 (Console I/O): Likewise.
5104 (The isatty call): Delete this node, and merge its content into
5105 the "isatty" node. Fixed references elsewhere.
5106 (The system call): Delete this node, and merge its content into
5107 the "system" node. Fixed references elsewhere.
5108 (open): Reformat to use @table, and add appropriate font markup.
5109 (close): Likewise.
5110 (read): Likewise.
5111 (write): Likewise.
5112 (lseek): Likewise.
5113 (rename): Likewise.
5114 (unlink): Likewise.
5115 (stat/fstat): Likewise.
5116 (gettimeofday): Likewise.
5117 (isatty): Likewise.
5118 (system): Likewise, plus minor changes to fix confusing wording.
5119 (Integral datatypes): Fix font markup.
5120 (Pointer values): Likewise.
5121 (struct stat): Fix markup to use @table, plus minor copy editing.
5122 (struct timeval): Fix font markup, plus minor copy editing.
5123 (Constants): Minor copy editing.
5124 (Errno values): Add font markup.
5125 (File-I/O Examples): Likewise.
5126
158fdf5c
NR
51272006-06-10 Nick Roberts <nickrob@snap.net.nz>
5128
5129 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
5130 (GDB/MI Simple Examples): Move node up one level. Use real
5131 examples.
5132 (GDB/MI Compatibility with CLI): Update.
5133 (GDB/MI Result Records): Add "connected" and "exit" result
5134 classes.
5135 (GDB/MI Stream Records): Clarify target output.
5136 (GDB/MI Command Description Format): Modify example description.
5137 (GDB/MI Breakpoint Table Commands): Rename to...
5138 (GDB/MI Breakpoint Commands): ...this
5139 (GDB/MI Breakpoint Commands): Add optional thread field.
5140 (GDB/MI Program Control): Add an introduction. Move "Program
5141 termination" examples into exec-run description.
5142 (GDB/MI File Commands): Mention similar CLI commands.
5143 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
5144 is similar to "-gdb-version".
5145
ddb50cd7
EZ
51462006-06-09 Eli Zaretskii <eliz@gnu.org>
5147
5148 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
5149
2aef0d6b
NR
51502006-06-02 Nick Roberts <nickrob@snap.net.nz>
5151
5152 * gdb.texinfo (GDB/MI Development and Front Ends): Use
5153 sourceware.org for mailing lists.
d5e40d59 5154 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 5155
383a5c52
NR
51562006-06-01 Nick Roberts <nickrob@snap.net.nz>
5157
d5e40d59 5158 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 5159
e16b02ee
EZ
51602006-05-22 Eli Zaretskii <eliz@gnu.org>
5161
5162 * gdb.texinfo (Cygwin Native): Fix last change.
5163
be90c084
CF
51642006-05-22 Christopher Faylor <cgf@timesys.com>
5165
5166 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
5167
347ceba5
NR
51682006-05-15 Nick Roberts <nickrob@snap.net.nz>
5169
5170 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
5171 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
5172
369af7bd
DJ
51732006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
5174
5175 * gdb.texinfo (General Query Packets): Recommend not starting
5176 new packets with qC and clarify.
5177
2ffdbde8 51782006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
5179
5180 * gdb.texinfo (M2 Types): New section.
72019c9c 5181
16d1a084
DJ
51822006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
5183
5184 * agentexpr.texi: Add a copyright and license notice.
5185 * observer.texi: Likewise, with GPL clause for function prototypes.
5186 Remove trailing whitespace.
5187
aa56d27a
JB
51882006-05-05 Jim Blandy <jimb@codesourcery.com>
5189
5190 * gdb.texinfo (General Query Packets): Document conventions for
5191 terminating packet names, and their violations.
5192
5bdf8622
DJ
51932006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
5194
5195 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
5196 * gdb.texinfo: Likewise.
5197
605a56cb
DJ
51982006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
5199
5200 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
5201 and "show remotedebug".
5202 (Debugging Output): Add additional index entries.
5203
b8db102d
MS
52042006-04-27 Michael Snyder <msnyder@redhat.com>
5205
5206 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
5207
c5e30d01
AC
52082006-04-22 Andrew Cagney <cagney@redhat.com>
5209
5210 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
5211 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
5212
8181d85f
DJ
52132006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
5214
5215 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
5216 and remove breakpoint prototypes.
5217 (Watchpoints): Move description of target_insert_hw_breakpoint and
5218 target_remove_hw_breakpoint ...
5219 (Breakpoints): ... to here. Document target_insert_breakpoint and
5220 target_remove_breakpoint.
5221
4f553f88
JB
52222006-04-17 Jim Blandy <jimb@codesourcery.com>
5223
5224 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
5225 and C packets are optional.
5226
cd852561
FR
52272006-04-14 Frederic Riss <frederic.riss@st.com>
5228
5229 * gdb.texinfo (Specifying source directories): Update the description
5230 of the source file search to reflect the fact that the source path
5231 always contains at least $cdir and $cwd.
5232
b620eb07
MS
52332006-03-31 Michael Snyder <msnyder@redhat.com>
5234
5235 * gdb.texinfo: Update copyright dates.
5236
3156cdaf
EZ
52372006-03-31 Eli Zaretskii <eliz@gnu.org>
5238
5239 * gdb.texinfo (Overview): Add an index entry to "empty response".
5240
7d30c22d
JB
52412006-03-28 Jim Blandy <jimb@codesourcery.com>
5242
5243 * gdbint.texinfo (Prologue Analysis): New section.
5244
86941c27
JB
52452006-03-07 Jim Blandy <jimb@red-bean.com>
5246
66b8c7f6
JB
5247 * gdb.texinfo (Connecting): Document 'target remote pipe'.
5248
1a10341b
JB
5249 * gdb.texinfo (Target Commands): Update text describing how to
5250 specify a target. Refer to the detailed section on remote
5251 debugging, not the brief mention.
5252
86941c27
JB
5253 * gdb.texinfo (Connecting): Organize the different 'target remote'
5254 connection methods into a table. Add a 'target remote' index
5255 entry. (!!!)
5256
62f3a2ba
FF
52572006-02-17 Fred Fish <fnf@specifix.com>
5258
5259 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
5260 'ptype' commands to reflect the fact that the only significant
5261 difference between them is that ptype prints the complete type
5262 description instead of just the name.
5263
8b9a88ea
WZ
52642006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
5265
5266 * gdbint.texinfo (Watchpoints): Delete
5267 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
5268
7e8dc855
NR
52692006-02-10 Nick Roberts <nickrob@snap.net.nz>
5270
5271 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
5272 times fields where needed. Fix typos. Update general form given
5273 for output of -break-insert.
5274 (GDB/MI): Abbreviate some unnecessarily long fullnames.
5275
c91d38aa
DJ
52762006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
5277
5278 * gdbint.texinfo (Symbol Handling): Add a section
5279 on memory management.
5280
38fcd64c
DJ
52812006-02-06 Vladimir Prus <ghost@cs.msu.su>
5282
5283 * gdb.texinfo (Breakpoint table commands): Document the fullname
5284 field in -break-list output.
5285
219eec71
EZ
52862006-02-03 Eli Zaretskii <eliz@gnu.org>
5287
5288 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
5289 debugging information produced by the various "set debug..."
5290 options.
5291
ae5a43e0
DJ
52922006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5293
5294 * gdb.texinfo (Files): Remove obsolete bits from the description
5295 of "symbol-file".
5296
a9f158ec
JB
52972006-01-25 Jim Blandy <jimb@redhat.com>
5298
5299 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
5300
410dd08e
JB
53012006-01-24 Jim Blandy <jimb@redhat.com>
5302
5303 * gdbint.texinfo (Frames): Document the basics of GDB's register
5304 unwinding model, and explain the existence of the "sentinel" frame.
5305
4b505b12
AS
53062006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
5307
5308 * gdb.texinfo (Choosing files): Mention that -directory is used
5309 for script files.
5310 (Specifying source directories): Likewise.
5311 (Command files): Explain how script files are found.
5312
839c27b7
EZ
53132006-01-21 Eli Zaretskii <eliz@gnu.org>
5314
5315 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
5316 the threads in a multi-threaded program.
5317 (Threads): The threadno argument of "thread apply" can be a range
5318 of numbers.
5319
7be93b9e
JB
53202006-01-18 Jim Blandy <jimb@redhat.com>
5321
5322 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
5323 of warning flags.
5324
fcc73fe3
EZ
53252006-01-13 Eli Zaretskii <eliz@gnu.org>
5326
5327 * gdb.texinfo (Sequences): Improve menu annotations.
5328 (Define): Add index entries for arguments of user-defined
5329 commands. Move the description of flow-control commands...
5330 (Command Files): ...to here. Document loop_break and
5331 loop_continue.
ca91424e
EZ
5332 (Define, Command Files): Document `end' and add index entries for
5333 it.
fcc73fe3 5334
5c95884b
MS
53352006-01-04 Michael Snyder <msnyder@redhat.com>
5336
5337 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 5338 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 5339
860701dc
PH
53402006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
5341
5342 * gdb.texinfo (Omissions from Ada): Document that there is now
5343 limited aggregate support.
5344
36b80e65
EZ
53452005-12-28 Eli Zaretskii <eliz@gnu.org>
5346
5347 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
5348 registers and the likes.
5349
c1468174
EZ
53502005-12-24 Eli Zaretskii <eliz@gnu.org>
5351
5352 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
5353 (Symbols): Fix usage of "e.g.".
359df76b 5354 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
5355
5356 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
5357 (Coding): Fix usage of "e.g.".
5358
c02a867d
EZ
53592005-12-23 Eli Zaretskii <eliz@gnu.org>
5360
5ae4183a
AS
5361 * stabs.texinfo:
5362 * refcard.tex:
c02a867d 5363 * gpl.texi:
5ae4183a
AS
5364 * gdbint.texinfo:
5365 * gdb.texinfo:
5366 * gdb-cfg.texi:
c02a867d 5367 * fdl.texi:
5ae4183a
AS
5368 * annotate.texinfo:
5369 * all-cfg.texi:
c02a867d
EZ
5370 * Makefile.in: Add (C) after Copyright. Update the FSF
5371 address.
5372
fad38dfa
EZ
53732005-12-03 Eli Zaretskii <eliz@gnu.org>
5374
5375 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
5376 extend GDB with commands for external monitor.
5377
53e5f3cf
AS
53782005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
5379
5380 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
5381
55f6ca0f
JB
53822005-11-25 Joel Brobecker <brobecker@adacore.com>
5383
5384 * gdbint.texinfo (Start of New Year Procedure): New chapter.
5385
c1947b85
JB
53862005-11-21 Jim Blandy <jimb@redhat.com>
5387
5388 * gdb.texinfo (Tracepoint Packets): Document restrictions on
5389 placement of 'R' actions in tracepoint action packets; document
5390 dependence of 'X' and 'M' actions on a preceding 'R' action for
5391 their registers.
5392
9d29849a
JB
53932005-11-19 Jim Blandy <jimb@redhat.com>
5394
5395 * gdb.texinfo (Tracepoint Packets): New node.
5396 (General Query Packets): Add entries for the tracepoint packets,
5397 referring to the "Tracepoint Packets" node.
5398 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 5399
9a6253be
KB
54002005-11-18 Kevin Buettner <kevinb@redhat.com>
5401
5402 * gdb.texinfo (set remotebreak): Add anchor.
5403 (X packet): Likewise.
5404 (Remote Protocol): Add new section `Interrupts' and new index
5405 entry `interrupts (remote protocol)'.
5406
5f3bebba
JB
54072005-11-18 Jim Blandy <jimb@redhat.com>
5408
5409 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
5410 entries into the General Query Packets section. Add a
5411 cross-reference to that section. Drop description of replies, as
5412 these are covered in the descriptions of each packet.
5413 (General Query Packets): Add introductory text. Explain naming
5414 conventions, and how the end of a name is recognized.
5415
9a7a1b36
KB
54162005-11-17 Kevin Buettner <kevinb@redhat.com>
5417
0564b6cf 5418 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
5419 "set remotebreak" command.
5420
b8ff78ce
JB
54212005-11-16 Jim Blandy <jimb@redhat.com>
5422
5423 * gdb.texinfo (Packets, Stop Reply Packets)
5424 (General Query Packets): Various formatting cleanups.
5425 - Use @samp for packet contents.
5426 - Drop summaries from packet @item lines; the same information appears
5427 immediately below in the description.
5428 - Delete paragraph breaks after packet @item commands, so that the
5429 description appears directly to the right of the packet prototype
5430 in the printed manual, if it fits.
5431 - Place spaces in packet prototypes between @vars and non-@var
5432 letters, and explain that they're just for formatting.
5433 - Use @dots{} instead of '...'.
5434 - Fix uses of @code where @var was needed.
5435 - Replace "deprecated" markers with English text spelling out the
5436 packet's status and the preferred alternatives.
5437 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
5438 what this ever meant.
5439 - Remove "(draft)" markers on 'i' packets; nobody has commented on
5440 this for a long time.
5441 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
5442 implemented several times, and have been in use for years.
5443
8ffe2530
JB
54442005-11-15 Jim Blandy <jimb@redhat.com>
5445
c43c5473
JB
5446 * gdb.texinfo (Packets): Add index entries for 'm' packet
5447 disclaimers.
5ae4183a 5448
fb031cdf
JB
5449 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
5450 of stub when processing an 'm' packet.
5451
8ffe2530
JB
5452 * gdb.texinfo (Packets): Mention that packets beginning with
5453 letters are reserved once, at the top, instead of actually listing
5454 them all and saying "reserved".
5455
c03c782f
AS
54562005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
5457
5458 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
5459 Change @var{$arg0 to @code{$arg0.
5460
814e32d7
WZ
54612005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
5462
5463 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
5464
fa93a9d8
JB
54652005-11-12 Jim Blandy <jimb@redhat.com>
5466
5467 * gdb.texinfo (General Query Packets): Put packets in alphabetical
5468 order. Remove extraneous 'z'.
5469
8a5a3c82
AS
54702005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
5471
5472 * gdb.texinfo (Choosing files): Add --eval-command.
5473
4b0ad762
AS
54742005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
5475
5476 * gdb.texinfo (Choosing modes): Add --return-child-result.
5477
5478
1a088d06
AS
54792005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
5480
5481 * gdb.texinfo (Choosing modes): Add --batch-silent.
5482
656d5e12
EZ
54832005-10-28 Eli Zaretskii <eliz@gnu.org>
5484
5485 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
5486 "The -var-update Command".
5487
3c9c013a
JB
54882005-10-03 Joel Brobecker <brobecker@adacore.com>
5489
5490 * gdb.texinfo (Print Settings): Add documentation for set/show
5491 print array-indexes.
5492
7ba3cf9c
DJ
54932005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
5494
5495 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
5496 6.2 and 6.3.
5497
a94ab193
EZ
54982005-08-27 Eli Zaretskii <eliz@gnu.org>
5499
5500 * gdb.texinfo (File Options): Don't document --mapped, it's gone
5501 since 19-Jan-2004.
5502 (Files): Likewise.
ab1adacd
EZ
5503 (Variables, Symbols): Document the "<incomplete type>" message and
5504 its reasons.
a94ab193 5505
ca06016a
FF
55062005-08-01 Fred Fish <fnf@specifix.com>
5507
5508 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
5509
cf58170d
NR
55102005-07-15 Nick Roberts <nickrob@snap.net.nz>
5511
5512 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
5513 option for -var-list-children and -var-update.
5514 (GDB/MI Stack Manipulation): Simplify description of
5515 print-values option for -stack-list-locals.
5516 (GDB/MI Command Description Format): Clarify.
5517 (Mode Options): Spelling of superseded.
5518
38f1196a
BR
55192005-07-12 Bob Rossi <bob@brasko.net>
5520
5521 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
5522 corresponding GDB command comment.
5523
3cb3b8df
BR
55242005-07-06 Bob Rossi <bob@brasko.net>
5525
5526 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
5527 and -inferior-tty-show.
5528 (Input/Output): Document "set/show inferior-tty" and tty alias.
5529
10fac096
NW
55302005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
5531
5532 * gdb.texinfo (Packets): Change description of 'D' packet to note
5533 that GDB does wait for a response.
5534
d1b6db76
NR
55352005-06-22 Nick Roberts <nickrob@snap.net.nz>
5536
5537 * gdb.texinfo (History) Rename "Command History".
5538 (Command History): Move node "Server Prefix" from section on
5539 Annotations here.
5540
29629dcf
NR
55412005-06-19 Nick Roberts <nickrob@snap.net.nz>
5542
5543 * gdb.texinfo (GDB/MI Stack Manipulation):
5544 Re-instate -stack-info-frame with example. Say that it gets
5545 info on selected frame, not current frame.
5546
397ca115
EZ
55472005-06-18 Eli Zaretskii <eliz@gnu.org>
5548
5549 * gdb.texinfo (Server): Clarify that `file' should be used before
5550 connecting to the server.
5551 (Files): Add an xref to the above description.
51274035
EZ
5552 (Output Formats): More detailed description of the `c' format.
5553 (Memory): List explicitly all the formats supported by `x'.
638ac427 5554 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 5555 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
5556 files. Add more indexing for solib-absolute-prefix and
5557 --with-sysroot.
76d17f34
EZ
5558 (Machine Code): Document possible problems with locations in
5559 shared libraries.
d416eeec
EZ
5560 (Backtrace): Document that free-standing environments do not need
5561 to have a `main' function.
397ca115 5562
74f6deaa
NR
55632005-06-18 Nick Roberts <nickrob@snap.net.nz>
5564
5565 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
5566 -stack-info-frame.
5567
a9967aef
AC
55682005-06-07 Andrew Cagney <cagney@gnu.org>
5569
5570 * gdb.texinfo (Contributors): Note the original multi-arch
5571 contributors.
5572
e09f16f9
EZ
55732005-06-03 Eli Zaretskii <eliz@gnu.org>
5574
5575 * gdb.texinfo (Registers): Add index entries for the standard
5576 registers.
5577 (Frames): Add cross-reference from frame pointer description to
5578 the Registers node.
5579 (Annotations Overview): Fix the reference to GDB name.
5580
d87ba7ee
EZ
55812005-06-01 Eli Zaretskii <eliz@gnu.org>
5582
5583 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
5584 can-use-hw-watchpoints.
5585
034dad6f
BR
55862005-05-28 Bob Rossi <bob@brasko.net>
5587
5588 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
5589 the possible reasons why an exec async record would be returned to FE.
5590
ffed4509
AC
55912005-05-26 Andrew Cagney <cagney@gnu.org>
5592
5593 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
5594 Andrew Cagney implemented the original GDB/MI.
5595
e22e55c9
OF
55962005-05-23 Orjan Friberg <orjanf@axis.com>
5597
5598 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
5599 documentation. Add documentation for cris-mode.
5600
a78e13ce
EZ
56012005-05-20 Eli Zaretskii <eliz@gnu.org>
5602
5603 * gdb.texinfo (Numbers): Explain the example and make the wording
5604 more acurate.
5605
76ff342d
DJ
56062005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
5607 Dennis Brueni <dennis@slickedit.com>
5608
5609 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
5610 (GDB/MI Data Manipulation, GDB/MI Program Control)
5611 (GDB/MI Stack Manipulation): Update examples to include the fullname
5612 attribute in stack frames.
5613
119b882a
EZ
56142005-05-12 Eli Zaretskii <eliz@gnu.org>
5615
5616 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
5617 do with other non-standard names of init files.
5618
6fc08d32
EZ
56192005-05-11 Eli Zaretskii <eliz@gnu.org>
5620
5621 * gdb.texinfo (Command Files): Move the description of the startup
5622 from here...
5623 (Startup): ...to this new subsection of the Invocation chapter.
5624 Rearrange the description of init files more logically and add a
5625 cross-reference to "Command Files". Document the special gdbinit
5626 name for CISCO 68k. Expand the description of what GDB does
5627 during startup.
5628 (History): Add index entry for HISTSIZE.
5629
a561754a
MK
56302005-05-02 Mark Kettenis <kettenis@gnu.org>
5631
5632 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
5633
2eecc4ab
EZ
56342005-05-02 Eli Zaretskii <eliz@gnu.org>
5635
5636 * gdb.texinfo (SVR4 Process Information, The isatty call)
5637 (The system call): Don't use foo(N) notation for man pages and
5638 functions.
514c4d71 5639 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 5640
18999be5
EZ
56412005-04-27 Eli Zaretskii <eliz@gnu.org>
5642
5643 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
5644 were optimized away.
5645
0abb7bc7
EZ
56462005-04-22 Eli Zaretskii <eliz@gnu.org>
5647
5648 * gdb.texinfo (Remote configuration): Document "set/show
5649 get-thread-local-storage-address". Add cross-reference to the
5650 description of the qGetTLSAddr packet.
5651 (General Query Packets): Mention "set remote
5652 get-thread-local-storage-address" and add a reference to its
5653 description.
5654
6f61acb1
NR
56552005-04-19 Nick Roberts <nickrob@snap.net.nz>
5656
5657 * gdb.texinfo (Backtrace): Describe 'bt full'.
5658
9d59903a
NR
56592005-04-17 Nick Roberts <nickrob@snap.net.nz>
5660
5661 * gdb.texinfo (Mode Options): Fix typo.
5662 (GDB/MI): Describe how to invoke GDB/MI.
5663
721c2651
EZ
56642005-04-16 Eli Zaretskii <eliz@gnu.org>
5665
5666 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 5667 references changed. Add description of "info udot".
721c2651
EZ
5668 (Files): Document "set/show stop-on-solib-events".
5669 (M32R/D): Document "set/show download-path", "set/show
5670 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
5671 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
5672 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
5673 (Maintenance Commands): Improve indexing.
5674 (Target Commands): Document "set/show hash", "set/show debug
5675 monitor".
5676 (SVR4 Process Information): Document "info pidlist" and "info
5677 meminfo". Document "set/show procfs-tarce" and "set/show
5678 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
5679 (Symbols, The Print Command with Objective-C): Improve indexing.
5680 (Objective-C): Add references to "info classes" and "info
5681 selectors".
c45da7e6
EZ
5682 (Debugging Output): Improve wording. Document "set/show debug
5683 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
5684 (Set Breaks): Add index entry for "hardware breakpoints".
5685 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
5686 and "set/show usehardbreakpoints".
5687 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
5688 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
5689 (ARM): Document "rdilogfile", "rdilogenable", "set/show
5690 rdiromatzero", "set/show rdiheartbeat".
5691 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
5692 "sds".
5693 (Embedded Processors): Document the "sim" command.
5694 (Remote): Document the "remote" command.
5695 (DJGPP Native): Document the "info serial" command.
5696 (Threads): Document "maint info sol-threads".
5697 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
5698 (Set Breaks): Improve indexing.
5699 (Command Syntax): Add a reference to dont-repeat.
5700 (Define): Document "dont-repeat".
5701 (TUI Commands): Document "tabset".
5702 (WinCE): New subsection. Document "set/show remotedirectory",
5703 "set/show remoteupload", "set/show remoteaddhost".
721c2651 5704
14d6dd68
EZ
57052005-04-15 Eli Zaretskii <eliz@gnu.org>
5706
5707 * gdb.texinfo (Hurd Native): New subsection, documents
5708 Hurd-specific commands.
a64548ea 5709 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 5710 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
5711 (MIPS): Improve documentation of heuristic-fence-post. Document
5712 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
5713 mips stack-arg-size", "set/show mips mask-address", "set/show mips
5714 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 5715 (ARM): Document ARM-specific commands.
a64548ea
EZ
5716 (AVR): New section. Document "info io_registers".
5717 (CRIS): New section. Document "set/show cris-version" and
5718 "set/show cris-dwarf2-cfi".
5719 (HPPA): New section. Document "set/show debug hppa" and "maint
5720 print unwind".
a5adf40f 5721 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 5722 (Super-H): New section. Document the "regs" command.
721c2651 5723 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 5724
9c16f35a
EZ
57252005-04-09 Eli Zaretskii <eliz@gnu.org>
5726
5727 * gdb.texinfo (Print Settings): Document "set/show print
5728 pascal_static-members", "set print repeats", "show print
5729 null-stop". Improve indexing. Fix documentation of "set print
5730 union".
5731 (Pascal): New section.
5732 (Supported languages): Rename from "Support"; all references
5733 updated. Add a menu item for Pascal.
5734 (Numbers): Document "set radix.
5735 (Screen Size): Document "set/show pagination".
5736 (MIPS Embedded): Remove "set processor" documentation.
5737 (Remote configuration): Document "set/show X/P/Z-packet",
5738 "set/show read-aux-vector-packet", "set/show remote
5739 symbol-lookup-packet", "set/show remote verbose-resume-packet",
5740 "set/show remoteaddresssize", "set/show remotebaud", "set/show
5741 remotedebug", "set/show remotebreak", "set/show remotedevice",
5742 "set/show remotelogfile".
5743 (Auxiliary Vector): Add reference to the description of the
5744 read-aux-vector-packet setting.
5745 (Set Watchpoints): Add a cross-reference to "set remote
5746 hardware-breakpoint-limit".
5747 (General Query Packets): Add indexing of requests and
5748 cross-references to related commands in "Remote configuration".
5749 (File-I/O Overview, The system call): Fix wording and typos.
5750 (Thread Stops): Add index entries.
5751 (Continuing and Stepping): Document "show step-mode".
5752 (i386): New node. Document "set/show struct-convention".
5753 (Files): Document "show trust-readonly-sections".
5754 (Calling): Document "set/show unwindonsignal".
5755 (Messages/Warnings): Add index entries.
5756 (Maintenance Commands): Document "set/show watchdog".
5757 (Annotations Overview): Document "show annotate".
5758 (Set Watchpoints): Add index entries.
5759 (Symbols): Fix doc of case-sensitive.
5760 (ABI): Document "show coerce-float-to-double".
5761 (Convenience Vars, Help): Improve indexing.
5762 (Machine Code): Document "show disassembly-flavor".
5763 (Debugging C plus plus): Document "show overload-resolution".
5764 (Value History, Signaling): Add index entries.
5765
57662005-04-08 Eli Zaretskii <eliz@gnu.org>
5767
5768 * gdb.texinfo (Show): Move @kindex entries to their proper places.
5769 (Processes): Fix wording.
5770 (History, List, Logging output, Define, Symbols, Print Settings):
5771 Improve indexing.
5772
a8f24a35
EZ
57732005-04-03 Eli Zaretskii <eliz@gnu.org>
5774
5775 * gdb.texinfo (Targets): Document "set/show architecture". Remove
5776 redundant index entry for "target" command.
5777 (Backtrace): Add index entries.
5778 (Symbols, Fortran): Document the "set case-sensitive" command.
5779 (DJGPP Native): Document "set com1base", "set com1irq", etc.
5780 (Print Settings): Add index entry for "set demangle-style".
5781 (Target Commands): Document "set download-write-size".
5782 (Debugging Output): Document "set exec-done-display".
5783
09d4efe1
EZ
57842005-04-02 Eli Zaretskii <eliz@gnu.org>
5785
5786 * gdb.texinfo (Files): Fix the name and documentation of
5787 add-shared-symbol-files. Document its alias assf. Update the
5788 list of OSs where GDB supports shared libraries. Fix markup.
5789 (Continuing and Stepping): Add reference to @var{location} in the
5790 text.
5791 (Dump/Restore Files): Fix reference to @{filename}.
5792 (Help): Fix wording.
5793 (Attach): Ditto.
5794 (Set Watchpoints): Ditto.
5795 (Backtrace): Remove redundant index entries. Improve index
5796 entries.
5797 (Delete Breaks): Fix wording.
5798 (Memory): Document the compare-sections command.
5799 (Memory Region Attributes): Improve wording.
5800 (Disabling): Improve wording.
5801 (Fortran): New subsection. Document the "info common" command.
5802 (Help): Document aliases "info copying" and "info warranty".
5803 (Caching Remote Data): New section. Document the "set/show
5804 remotecache" and "info dcache" commands.
5805 (Show): Fix wording of the documentation of the "set
5806 extension-language" command.
5807 (Signals): Add index entry for "info handle".
5808 (Memory Region Attributes): Fix punctuation.
5809 (Symbols): Change the arg name to "location" and refer to it in
5810 the text. Fix wording of "info types" doc.
5811 (Threads): Fix usage of @enumerate @item's.
5812 (Listing Tracepoints): Add index entry for "info tp".
5813 (Set Watchpoints): Add xref to "info break" description.
5814 (Macros): Add an index entry for "macro exp1". Document the
5815 "macro list" command.
5816 (Maintenance Commands): Document "flushregs", "maint agent",
5817 "maint check-symtabs", "maint cplus", "maint demangle", "maint
5818 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
5819 "maint print architecture", "maint print objfiles", "maint print
5820 statistics", "maint print type", "maint show-debug-regs", "maint
5821 space", "maint time", and "maint translate-address".
5822 (Connecting): Document the "monitor" command.
5823 (Annotations Overview): Describe the "set annotate" command.
5824
82f2d802
EZ
58252005-04-01 Eli Zaretskii <eliz@gnu.org>
5826
5827 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
5828 Rearrange index entries and improve wording about support for
5829 hardware watchpoints.
5830
7d51c7de
BR
58312005-03-10 Bob Rossi <bob@brasko.net>
5832
5833 * gdb.texinfo: Update copyright
5834
68c71a2e
TR
58352005-02-09 Theodore A. Roth <troth@openavr.org>
5836
5837 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
5838 error.
5839
83761cbd
KB
58402005-02-03 Kevin Buettner <kevinb@redhat.com>
5841
5842 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
5843
9f1c6395
MS
58442005-01-17 Michael Snyder <msnyder@redhat.com>
5845
5846 * gdb.texinfo: Fix spelling, infinte -> infinite.
5847
fbd1b305
MK
58482005-01-08 Mark Kettenis <kettenis@gnu.org>
5849
5850 * observer.texi (GDB Observers): Document "solib_loaded".
5851
3ace7edb
AC
58522005-01-07 Andrew Cagney <cagney@gnu.org>
5853
bec39cab
AC
5854 * configure.ac: Rename configure.in, require autoconf 2.59.
5855 * configure: Re-generate.
5856
3ace7edb
AC
5857 * configure.in: Replace configdirs with multiple references to
5858 AC_CONFIG_SUBDIRS.
5859 * configure: Re-generate.
5ae4183a 5860
53531fc1
AC
58612005-01-04 Andrew Cagney <cagney@gnu.org>
5862
5863 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
5864 part of the version number.
5865
536ffdb7
MK
58662004-12-24 Mark Kettenis <kettenis@gnu.org>
5867
5868 * gdbint.texinfo (Algorithms): Remove description of
5869 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
5870
e1aac25b
JB
58712004-12-07 Jim Blandy <jimb@redhat.com>
5872
5873 * gdb.texinfo (General Query Packets): Specify that thread ID's in
5874 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
5875 numbers.
5876
f47b1503
AS
58772004-12-07 Andreas Schwab <schwab@suse.de>
5878
5879 * gdb.texinfo (Mode Options): Document -l option.
5880
b6b8ece6
EZ
58812004-12-04 Eli Zaretskii <eliz@gnu.org>
5882
5883 * gdbint.texinfo (Algorithms): More accurate description of
5884 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
5885 is not needed unless data-read and data-access watchpoints are
5886 supported. Add a description of how GDB checks whether the
5887 inferior stopped because a watchpoint was hit.
5888
01371747
EZ
58892004-11-23 Eli Zaretskii <eliz@gnu.org>
5890
5891 * gdb.texinfo (Files): Add cross-reference to description of
5892 -readnow command-line switch.
5893
2315ffec
RC
58942004-11-10 Randolph Chung <tausq@debian.org>
5895
5896 * gdb.texinfo: Document set/show backtrace past-entry commands.
5897 Rearrange index entries for set/show backtrace past-main.
5898
69065f5d
AC
58992004-11-10 Jon Beniston <jon@beniston.com>
5900
5901 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
5902 * gdb.texinfo (Remote Serial Protocol): Further describe
5903 binary transfer escaping mechanism .
69065f5d 5904
30e91e0b
RC
59052004-11-08 Randolph Chung <tausq@debian.org>
5906
5907 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
5908 and "show debug infrun". Add index entries.
5909
60bf7e09
EZ
59102004-10-23 Eli Zaretskii <eliz@gnu.org>
5911
5912 * gdb.texinfo (SVR4 Process Information): Document subcommands of
5913 "info proc" that are already implemented. Add index entries.
5914 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
5915 (Files): Add a tip for decreasing memory used for symtabs from
5916 shared libraries.
f018e82f
EZ
5917 (Starting): Fix whitespace; make "elaboration" stand out where it
5918 is first used, and add an index entry for the term.
f8568604
EZ
5919 (Calling): Expand and elaborate text. Add "print". Add the
5920 description of problems with weak aliases.
384ee23f 5921 (Core File Generation): New section.
60bf7e09 5922
d52fe014
AC
59232004-10-12 Andrew Cagney <cagney@gnu.org>
5924
5925 * gdbint.texinfo (Versions and Branches): New chapter.
5926 (Releasing GDB): Delete "Versions and Branches" section.
5927 (Top): Add "Versions and Branches".
5928
703663ab
EZ
59292004-10-08 Eli Zaretskii <eliz@gnu.org>
5930
5931 * gdb.texinfo (Editing, History): Add cross-references to the
5932 included Readline and History user documentation. Remove
5933 references to the symbol have-readline-appendices which is unused
5934 and undefined.
5935 (History): Fix indexing.
5936
ac77d04f
JJ
59372004-10-08 Jeff Johnston <jjohnstn@redhat.com>
5938
5939 * gdbint.texinfo (target_stopped_data_address): Update to
5940 new prototype.
5941 (i386_stopped_data_address): Update prototype and description.
5942 (i386_stopped_by_watchpoint): New function and description.
5943
e07c999f
PH
59442004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
5945
5946 * gdb.texinfo (Filenames): Add Ada suffixes.
5947 (Ada) New section.
5948
2e868123
AC
59492004-09-27 Andrew Cagney <cagney@gnu.org>
5950 Robert Picco <Robert.Picco@hp.com>
5951
5952 * gdb.texinfo (Packets): Document the "p" packet.
5953
02a57714
JM
59542004-09-21 Jason Molenda (jmolenda@apple.com)
5955
5956 * gdb.texinfo (Paths and Names of the Source Files): Document the
5957 meaning of values in the 'desc' field of a SO stab.
5958
ae038cb0
DJ
59592004-09-20 Daniel Jacobowitz <dan@debian.org>
5960
5961 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
5962 max-cache-age" and "maint show dwarf2 max-cache-age".
5963
f7dc1244
EZ
59642004-09-16 Eli Zaretskii <eliz@gnu.org>
5965
5966 * gdb.texinfo (Set Breaks): Add index entry for setting
5967 breakpoints on overloaded C++ functions that are not members of
5968 any classes. Add an example and an index entry for setting
5969 breakpoints on all program functions.
5970 (Character Sets, Macros, Overlay Commands)
5971 (Non-debug DLL symbols, GDB/MI Output Syntax)
5972 (Annotations Overview, Maintenance Commands, File-I/O Overview):
5973 Use "(@value{GDBP})" instead of a literal "(gdb)".
5974
f810308b
AC
59752004-09-12 Andrew Cagney <cagney@gnu.org>
5976
5977 * gdbint.texinfo (Native Debugging): Delete description of
5978 FILES_INFO_HOOK.
5979
15a661f3
PH
59802004-09-11 Paul Hilfinger <hilfinger@gnat.com>
5981
5ae4183a
AS
5982 * gdbint.texinfo (User Interface): Change local_hex_string_custom
5983 to hex_string_custom (not historically correct, but more
15a661f3
PH
5984 understandable, given the current code).
5985
f3219c75
AC
59862004-09-03 Andrew Cagney <cagney@gnu.org>
5987
5988 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
5989
f3bb6704
JJ
59902004-09-01 Jeff Johnston <jjohnstn@redhat.com>
5991
5992 * observer.texi (solib_unloaded): New observer.
5993
8d2c00cb
AC
59942004-08-24 Andrew Cagney <cagney@gnu.org>
5995
5996 * gdbint.texinfo (Target Architecture Definition): Add missing
5997 comma.
5998
e7dc800a
MC
59992004-08-20 Michael Chastain <mec.gnu@mindspring.com>
6000
6001 * (Using the Testsuite): build != host is supported,
6002 but some test scripts do not support build != host.
6003
73b03683
MK
60042004-08-14 Mark Kettenis <kettenis@gnu.org>
6005
6006 * gdbint.texinfo (Host Definition): Delete description of
6007 FCLOSE_PROVIDED and GETENV_PROVIDED.
6008
c0ccb908
MK
60092004-08-05 Mark Kettenis <kettenis@chello.nl>
6010
6011 * gdbint.texinfo (Host Definition): Delete description of
6012 NO_SYS_FILE.
6013 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
6014 PTRACE_FP_BUG.
6015
9c8dbfa9
AC
60162004-08-05 Andrew Cagney <cagney@gnu.org>
6017
6018 * gdbint.texinfo (Target Architecture Definition): Delete
6019 reference to deprecated_read_fp.
6020
f42accbe
AC
60212004-08-02 Andrew Cagney <cagney@gnu.org>
6022
6023 * gdbint.texinfo (Target Architecture Definition): Delete
6024 description of DEPRECATED_REGISTER_BYTES.
6025
0b66e38c
EZ
60262004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
6027
6028 * gdb.texinfo (Source Path): Document the new behavior of
6029 searching for the source files.
6030
15387254
EZ
60312004-07-17 Eli Zaretskii <eliz@gnu.org>
6032
6033 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
6034 (Search, Expressions, Arrays, Variables, Data, Machine Code)
6035 (Auto Display): Improve indexing.
6036
2c07db7a
AC
60372004-07-16 Andrew Cagney <cagney@gnu.org>
6038
6039 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
6040 "-noasync".
6041
4644b6e3
EZ
60422004-07-09 Eli Zaretskii <eliz@gnu.org>
6043
6044 * gdb.texinfo: Fix @kindex entries so that multiple commands that
6045 have the same prefix have only their prefix in the index.
6046
7561d450
MK
60472004-07-03 Mark Kettenis <kettenis@gnu.org>
6048
6049 * gdb.texinfo (BSD libkvm Interface): New node (section)
6050 (Native): Add it to the menu.
6051
67bebe79
MK
60522004-07-01 Mark Kettenis <kettenis@gnu.org>
6053
6054 * gdbint.texinfo (Target Architecture Definition): Remove
6055 PCC_SOL_BROKEN.
6056
1a6923e0
MK
60572004-06-24 Mark Kettenis <kettenis@gnu.org>
6058
6059 * gdbint.texinfo (Target Architecture Definition): Remove
6060 SUN_FIXED_LBRAC_BUG.
6061
b435e160
AC
60622004-06-26 Andrew Cagney <cagney@gnu.org>
6063
6064 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
6065
b5622e8d
AC
60662004-06-20 Andrew Cagney <cagney@gnu.org>
6067
6068 * gdbint.texinfo (Target Architecture Definition): Deprecate
6069 USE_STRUCT_CONVENTION.
6070
e0c07bf0
MC
60712004-06-19 Michael Chastain <mec.gnu@mindspring.com>
6072
6073 gdb.texinfo (Bug Reporting): Mention session recording,
6074 with the script command or Emacs.
6075
782263ab
AC
60762004-06-18 Andrew Cagney <cagney@gnu.org>
6077
6078 * gdbint.texinfo (Target Architecture Definition): Deprecate
6079 FUNCTION_START_OFFSET.
6080
03727ca6
AC
60812004-06-14 Andrew Cagney <cagney@gnu.org>
6082
6083 Based on changes from Karl Berry.
6084 * gdb.texinfo: Do not use @sc in a direntry.
6085 * stabs.texinfo: Change @dircateogry to "Software development".
6086 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
6087
97092415
AC
60882004-06-13 Andrew Cagney <cagney@gnu.org>
6089
6090 * gdbint.texinfo (Target Architecture Definition): Delete
6091 description of RETURN_VALUE_ON_STACK.
6092
1f6d4158
AC
60932004-06-09 Andrew Cagney <cagney@gnu.org>
6094
6095 * gdbint.texinfo (Native Debugging): Restore "@table @code"
6096 deleted by previous patch.
6097
d966f0cb
AC
60982004-06-08 Andrew Cagney <cagney@gnu.org>
6099
6100 * gdbint.texinfo (Native Debugging): Delete documentation on
6101 ATTACH_DETACH.
6102
86fe4aaa
RC
61032004-06-06 Randolph Chung <tausq@debian.org>
6104
6105 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
6106
d4b6d575
RC
61072004-06-06 Randolph Chung <tausq@debian.org>
6108
5ae4183a 6109 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
6110 the new push_dummy_call method signature. Describe the function
6111 argument.
6112
4e8b0763
JB
61132004-05-24 Joel Brobecker <brobecker@gnat.com>
6114
6115 * gdb.texinfo (Starting): Document new start command.
6116
59caf092
AC
61172004-05-21 Andrew Cagney <cagney@redhat.com>
6118
6119 * observer.texi (GDB Observers): Document "inferior_created".
6120
e4a2df64
AC
61212004-05-08 Andrew Cagney <cagney@redhat.com>
6122
e6b55ae2
AC
6123 * gdbint.texinfo (Target Architecture Definition): Delete
6124 description of DO_DEFERRED_STORES.
6125
28954179
AC
6126 * gdbint.texinfo (Target Architecture Definition): Delete
6127 references to DEPRECATED_FIX_CALL_DUMMY.
6128
434b87dd
AC
6129 * gdbint.texinfo (Target Architecture Definition): Delete
6130 description of DEPRECATED_CALL_DUMMY_WORDS,
6131 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
6132
58d28df8
AC
6133 * gdbint.texinfo (Target Architecture Definition): Delete
6134 description of DEPRECATED_PUSH_DUMMY_FRAME.
6135
e4a2df64
AC
6136 * gdbint.texinfo (Target Architecture Definition): Delete
6137 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
6138
2b4855ab
AC
61392004-05-07 Andrew Cagney <cagney@redhat.com>
6140
6141 * observer.texi (GDB Observers): Add "Debugging" section. Include
6142 cross reference to "set/show debug observer".
6143 * gdb.texinfo (Debugging Output): Document "set/show debug
6144 observer".
6145
fcf70625
AC
61462004-05-01 Andrew Cagney <cagney@redhat.com>
6147
6148 * gdbint.texinfo (Target Architecture Definition): Delete
6149 description of DEPRECATED_PC_IN_SIGTRAMP.
6150
8ee56bcf
AC
61512004-04-30 Andrew Cagney <cagney@redhat.com>
6152
6153 * gdbint.texinfo (Target Architecture Definition): Delete
6154 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
6155
67ab9a76
OF
61562004-04-30 Orjan Friberg <orjanf@axis.com>
6157
6158 * observer.texi (GDB Observers): Correct spelling.
6159
79346bcb
OF
61602004-04-26 Orjan Friberg <orjanf@axis.com>
6161
6162 * observer.texi (GDB Observers): Add target_changed event.
6163
7a464420
AC
61642004-04-08 Andrew Cagney <cagney@redhat.com>
6165
6166 * observer.texi (GDB Observers): Rework, provide generic observer
6167 definitions and then a list of observable events.
6168
6cdf9d98
AC
61692004-04-04 Andrew Cagney <cagney@redhat.com>
6170
6171 * gdbint.texinfo (Host Definition): Delete reference to
6172 NO_SIGINTERRUPT.
6173
ddc135a4
AC
61742004-04-02 Andrew Cagney <cagney@redhat.com>
6175
6176 * gdbint.texinfo (Target Architecture Definition): Delete
6177 reference to DEPRECATED_CALL_DUMMY_LENGTH.
6178
6a1b180d
SC
61792004-03-28 Stephane Carrez <stcarrez@nerim.fr>
6180
6181 * gdb.texinfo (TUI Commands): Document tui reg commands.
6182
d0d5df6f
AC
61832004-03-26 Andrew Cagney <cagney@redhat.com>
6184
6185 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
6186 "gdbtui".
6187 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
6188 (Contributors): Mention both Text and Terminal User Interface.
6189
aa2a3f87
AC
61902004-03-23 Andrew Cagney <cagney@redhat.com>
6191
6192 * gdbint.texinfo (Target Architecture Definition): Deprecate
6193 references to SIGTRAMP_START and SIGTRAMP_END.
6194
f561f026
AC
61952004-03-23 Andrew Cagney <cagney@redhat.com>
6196
6197 * gdbint.texinfo (Target Architecture Definition): Deprecate
6198 references to PC_IN_SIGTRAMP.
6199
33cb8b0f
AC
62002004-03-19 Andrew Cagney <cagney@redhat.com>
6201
6202 * gdbint.texinfo (Target Architecture Definition): Delete
6203 reference to GDB_TARGET_IS_HPPA.
6204
fc989b7a
AC
62052004-03-18 Andrew Cagney <cagney@redhat.com>
6206
6207 * gdbint.texinfo (Coding): Update section on gdbarch_data,
6208 describe pre_init and post_init.
6209
701b08bb
DJ
62102004-03-09 Daniel Jacobowitz <drow@mvista.com>
6211
6212 * gdb.texinfo (Debugging Output): Document values for "set debug
6213 target".
6214
faae5abe
AC
62152004-02-28 Andrew Cagney <cagney@redhat.com>
6216
6217 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
6218
dd79a6cf
JJ
62192004-02-26 Jeff Johnston <jjohnstn@redhat.com>
6220
6221 * gdb.texinfo (breakpoints): Add information about the
6222 new "set breakpoint pending" and "show breakpoint pending"
6223 commands.
6224
e7f16015
AC
62252004-02-26 Andrew Cagney <cagney@redhat.com>
6226
6227 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
6228 in Per-architecture module data section.
6229
7161a3a6
RM
62302004-02-25 Roland McGrath <roland@redhat.com>
6231
6232 * gdb.texinfo (General Query Packets): Document qPart:... packets.
6233
2154891a
AC
62342004-02-24 Andrew Cagney <cagney@redhat.com>
6235
6236 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
6237 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
6238 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 6239
6c74ac8b
AC
62402004-02-17 Andrew Cagney <cagney@redhat.com>
6241
6242 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
6243
19772a2c
AC
62442004-02-16 Andrew Cagney <cagney@redhat.com>
6245
6246 * gdbint.texinfo (Target Architecture Definition): Deprecate
6247 FRAMELESS_FUNCTION_INVOCATION.
6248
c9830293
AC
62492004-02-16 Andrew Cagney <cagney@redhat.com>
6250
6251 * gdbint.texinfo (Coding): Mention -Wunused-function.
6252
b9d26eb9
AC
62532004-02-14 Andrew Cagney <cagney@redhat.com>
6254
6255 * gdbint.texinfo (Target Architecture Definition): Delete
6256 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
6257
49efadf5
EZ
62582004-02-12 Elena Zannoni <ezannoni@redhat.com>
6259
6260 * gdb.texinfo: Properly quote the name "C++".
6261 * gdbint.texinfo: Ditto.
6262 * stabs.texinfo: Ditto.
6263
1eb288ea
EZ
62642004-02-11 Elena Zannoni <ezannoni@redhat.com>
6265
6266 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
6267 minimal information about libiberty.
6268
e4937fc1
MC
62692004-02-06 Michael Chastain <mec.gnu@mindspring.com>
6270
6271 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
6272
a9331b3f
RM
62732004-02-04 Roland McGrath <roland@redhat.com>
6274
6275 * gdb.texinfo (Auxiliary Vector): New node (section).
6276 (Data): Add it to the menu.
6277
2650777c
JJ
62782004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6279
6280 * gdb.texinfo (Breakpoints): Add information about pending
6281 breakpoint support.
6282
b4501125
AC
62832004-01-26 Andrew Cagney <cagney@redhat.com>
6284
6285 * gdb.texinfo (Overview): Delete references to the cisco protocol
6286 including the "N" response.
6287
74055713
AC
62882004-01-26 Andrew Cagney <cagney@redhat.com>
6289
6290 * gdbint.texinfo (Target Architecture Definition): Rename
6291 EXTRACT_STRUCT_VALUE_ADDRESS to
6292 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 6293
3bbe9696
EZ
62942004-01-24 Eli Zaretskii <eliz@gnu.org>
6295
6296 * gdb.texinfo (KOD): Document "show os". Add index entries for
6297 "set/show os" and "info cisco" commands.
6298
5843504f
EZ
62992004-01-21 Eli Zaretskii <eliz@gnu.org>
6300
6301 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
6302
9175c9a3
MC
63032004-01-19 Michael Chastain <mec.gnu@mindspring.com>
6304
6305 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
6306 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
6307
8e94b928
NR
63082004-01-19 Nick Roberts <nick@nick.uklinux.net>
6309
6310 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
6311 -stack-list-locals.
6312 (GDB/MI Variable Objects): Describe extension to
6313 -var-list-children.
6314
a20cf136
DJ
63152004-01-17 Daniel Jacobowitz <drow@mvista.com>
6316
6317 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
6318
afb18d0f
AC
63192004-01-17 Andrew Cagney <cagney@redhat.com>
6320
6321 * gdbint.texinfo (Target Architecture Definition): Delete
6322 documentation on DEPRECATED_NPC_REGNUM.
6323
b51970ac
DJ
63242004-01-13 Daniel Jacobowitz <drow@mvista.com>
6325
6326 * gdb.texinfo: Update copyright year. Mention that set
6327 follow-fork-mode is supported on GNU/Linux. Remove documentation of
6328 "set follow-fork-mode ask".
6329
0f0cffd2
AC
63302004-01-13 Andrew Cagney <cagney@redhat.com>
6331
6332 * gdbint.texinfo: Update copyright year.
6333 (Coding): Add -Wunused-label to list of -Werror warnings.
6334
c552b3bb 63352004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 6336 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
6337
6338 * gdb.texinfo: Update copyright.
6339 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
6340 around names, as appropriate. Minor syntax cleanup of
6341 _NSPrintForDebugger explanation. Two spaces after periods.
6342 GDBN used instead of lit. "gdb". Index entries added for
6343 print-object and _NSPrintForDebugger. @noindent added in one spot.
6344
afe157ca
EZ
63452003-11-11 Elena Zannoni <ezannoni@redhat.com>
6346
6347 * stabs.texinfo: Add dircategory and direntry commands.
6348 * annotate.texinfo: Ditto.
6349
963e2bb7
AC
63502003-11-10 Andrew Cagney <cagney@redhat.com>
6351
6352 * gdbint.texinfo (Target Architecture Definition): Replace the
6353 return_value method's "inval" and "outval" parameters with
6354 "readbuf" and "writebuf".
6355
1d8b2f28
JB
63562003-10-28 Jim Blandy <jimb@redhat.com>
6357
6358 * gdb.texinfo (The F request packet, The F reply packet): Renamed
6359 from "The `F' request packet" and "The `F' reply packet", to make
6360 texi2dvi happy.
6361 (File-I/O remote protocol extension): Update menu entries, too.
6362
36d86913
MC
63632003-10-26 Michael Chastain <mec@shout.net>
6364
6365 * gdb.texinfo (Thread Stops): Document the issue with
6366 premature return from system calls in multi-threaded programs.
6367
ce2826aa
AC
63682003-10-24 Andrew Cagney <cagney@redhat.com>
6369
6370 * annotate.texinfo: Fix "fortunatly"[sic].
6371
f24c5e49
KI
63722003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
6373
6374 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
6375 with "Hitachi" and "Mitsubishi".
6376
92ad9cd9
AC
63772003-10-20 Andrew Cagney <cagney@redhat.com>
6378
6379 * gdbint.texinfo (Target Architecture Definition): Document
6380 gdbarch_return_value. Add cross references from
6381 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
6382 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
6383
0ab4b752
MK
63842003-10-18 Mark Kettenis <kettenis@gnu.org>
6385
6386 * gdbint.texinfo (Target Architecture Definition): Document
6387 regset_from_core_section.
fb3e19c0
KI
6388
63892003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
6390
6391 * gdb.texinfo (M32R/D): Mention m32rsdi target.
6392
a9331b3f 63932003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
6394
6395 From Anthony Green <green@redhat.com>:
5ae4183a 6396 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 6397
1485d690
KB
63982003-10-14 Kevin Buettner <kevinb@redhat.com>
6399
889bf7c5
PA
6400 * gdb.texinfo (Breakpoint related warnings): New node.
6401 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 6402
86d30acc
DJ
64032003-10-13 Daniel Jacobowitz <drow@mvista.com>
6404
6405 * gdb.texinfo (Remote Protocol): Document v and vCont.
6406
172c2a43
KI
64072003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
6408
6409 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
6410 * gdbint.texinfo: Ditto.
6411
71952f4c
AC
64122003-10-09 Andrew Cagney <cagney@redhat.com>
6413
6414 From 2003-09-18 David Anderson <davea@sgi.com>:
6415 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
6416 "command".
6417
268e2188
AC
64182003-10-03 Andrew Cagney <cagney@redhat.com>
6419
6420 * gdbint.texinfo (Target Architecture Definition): Deprecate
6421 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
6422 just target.
6423
12c266ea 64242003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 6425
f30992d4 6426 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
6427 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
6428 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
6429 * gdbint.texinfo (Target Architecture Definition): Rename
6430
64312003-09-30 Andrew Cagney <cagney@redhat.com>
6432
f30992d4 6433 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 6434 (Target Architecture Definition):
f30992d4 6435
2e092625
AC
6436 * gdbint.texinfo (Target Architecture Definition): Rename
6437 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
6438
0717ae8a
AC
64392003-09-29 Andrew Cagney <cagney@redhat.com>
6440
dad809b7
AC
6441 * gdbint.texinfo (Target Architecture Definition): Delete
6442 documentation for NEED_TEXT_START_END.
6443
0717ae8a
AC
6444 * gdbint.texinfo (Target Architecture Definition): Rename
6445 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
6446 TARGET_WRITE_PC.
a9331b3f 6447
af6cf26d
MC
64482003-09-22 Michael Chastain <mec@shout.net>
6449
6450 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
6451
ee206350
AG
64522003-09-21 Anthony Green <green@redhat.com>
6453
6454 * gdbint.texinfo (Target Architecture Definition): Fix typos.
6455
a38c9fe6
MK
64562003-09-21 Mark Kettenis <kettenis@gnu.org>
6457
6458 * gdbint.texinfo (Target Architecture Definition): Document
6459 stabs_argument_has_addr.
6460
77949794
AC
64612003-09-18 Andrew Cagney <cagney@redhat.com>
6462
6463 * gdbint.texinfo (Target Architecture Definition): Delete
6464 documentation on REGISTER_NAMES.
6465
8e823e25
MK
64662003-09-13 Mark Kettenis <kettenis@gnu.org>
6467
6468 * gdbint.texinfo (Target Architecture Definition): Replace
6469 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
6470
f27dd7fd
AC
64712003-09-11 Andrew Cagney <cagney@redhat.com>
6472
6473 * gdbint.texinfo (Target Architecture Definition): Replace
6474 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
6475
8b148df9
AC
64762003-08-18 Andrew Cagney <cagney@redhat.com>
6477
6478 * gdbint.texinfo (Target Architecture Definition): Document
6479 "frame_red_zone_size".
6480
25d29d70
AC
64812003-08-09 Andrew Cagney <cagney@redhat.com>
6482
6483 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
6484 with "set/show backtrace past-main" and "set/show backtrace
6485 limit".
6486
c938e9b0
L
64872003-08-08 H.J. Lu <hongjiu.lu@intel.com>
6488
6489 * Makefile.in (install-info): Support DESTDIR.
6490 (install-html): Likewise.
6491
64fabec2
AC
64922003-08-07 Andrew Cagney <cagney@redhat.com>
6493
6494 Patch from Nick Roberts.
6495 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
6496 bindings. Remove description of send-gdb-command.
6497
2fcf52f0
AC
64982003-08-07 Andrew Cagney <cagney@redhat.com>
6499
6500 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
6501 GDB 6.0.
6502
086432e2
AC
65032003-08-06 Andrew Cagney <cagney@redhat.com>
6504
6505 * gdb.texinfo (Mode Options): Mention that level three is the
6506 highest available and that level 2 is deprecated.
6507 (Annotations Overview): Mention annotation levels. Cross reference
6508 to "Limitations of the Annotation Interface" in annotate.texi.
6509 (TODO, Value Annotations, Frame Annotations): Delete section.
6510 (Displays, Breakpoint Info): Delete.
6511
e5249f67
AC
65122003-08-04 Andrew Cagney <cagney@redhat.com>
6513
6514 * agentexpr.texi: Delete @bye.
6515 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
6516 (stabs.info): Add $(srcdir) to include search path.
6517 (html): Depend on "annotate_toc.html", and not "annotate.html".
6518 * stabs.texinfo: Ditto. Include "fdl.texi".
6519 * gdbint.texinfo: Update copyright statement's list of invariant
6520 sections.
6521
e6f672d2
AC
65222003-07-28 Andrew Cagney <cagney@redhat.com>
6523
6524 * Makefile.in (INFO_DEPS): Add annotate.info.
6525 (dvi, ps, html, pdf): Add annotate.
6526 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
6527 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
6528 (ANNOTATE_DOC_FILES): New macro.
6529 (ANNOTATE_TEX_TMPS): New macro.
6530 (annotate.info, annotate_toc.html): Specify dependencies.
6531 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
6532 * annotate.texinfo: Rename annotate.texi. Get building. Add
6533 "Migrating to GDB/MI" and "Limitations of the Annotation
6534 Interface" chapters. Mention why it is not part of the user
6535 guide. Update copyright notice. Include "fdl.texi".
6536
72ffddc9
SC
65372003-07-26 Stephane Carrez <stcarrez@nerim.fr>
6538
6539 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
6540
a9f12a31
DJ
65412003-07-24 Daniel Jacobowitz <drow@mvista.com>
6542
6543 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
6544
b1fe9455
DJ
65452003-07-24 Daniel Jacobowitz <drow@mvista.com>
6546
6547 * gdb.texinfo (Server): Mention pidof.
6548
153721e6
AC
65492003-07-22 Andrew Cagney <cagney@redhat.com>
6550
6551 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
6552 list.
6553
0fac0b41
DJ
65542003-06-28 Daniel Jacobowitz <drow@mvista.com>
6555
6556 * gdb.texinfo (Logging output): New chapter.
6557
4e562065
JB
65582003-06-24 Joel Brobecker <brobecker@gnat.com>
6559
6560 * gdb.texinfo (Unsupported languages): New section.
6561 (Languages): Add link to new section.
6562
f2c06f52
AC
65632003-06-22 Andrew Cagney <cagney@redhat.com>
6564
6565 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
6566
b4177fca
DJ
65672003-06-22 Daniel Jacobowitz <drow@mvista.com>
6568
6569 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
6570
f418dd93
DJ
65712003-06-22 Daniel Jacobowitz <drow@mvista.com>
6572
6573 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
6574 * agentexpr.texi: Retitle section, and change it to an appendix.
6575 Comment out texinfo initialization. Factor a @var{} into two
6576 pieces to prevent makeinfo warnings.
6577 * gdb.texinfo: Add Agent Expressions appendix.
6578
4ca61388
DJ
65792003-06-19 Daniel Jacobowitz <drow@mvista.com>
6580
6581 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
6582
07f31aa6
DJ
65832003-06-18 Daniel Jacobowitz <drow@mvista.com>
6584
5ae4183a 6585 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
6586 remote target". Document the "detach" and "disconnect" commands.
6587 (Server, Netware, Debug Session): Reference "Connecting to a
6588 remote target".
6589 (GDB/MI Target Manipulation): Document "-target-disconnect".
6590
2dd0da42
AC
65912003-06-13 Andrew Cagney <cagney@redhat.com>
6592
6593 * gdbint.texinfo (Target Architecture Definition): Deprecate
6594 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
6595 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
6596
e7a3abfc
JB
65972003-06-09 Jim Blandy <jimb@redhat.com>
6598
6599 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
6600
25e3a86b
AC
66012003-06-08 Andrew Cagney <cagney@redhat.com>
6602
6603 * gdbint.texinfo (Target Architecture Definition): Delete
6604 documentation on FRAME_ARGS_ADDRESS_CORRECT.
6605
a9e5fdc2
AC
66062003-06-08 Andrew Cagney <cagney@redhat.com>
6607
6608 * gdbint.texinfo (Target Architecture Definition): Document
6609 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
6610
b37303ee
AF
66112003-06-07 Adam Fedor <fedor@gnu.org>
6612
6613 * gdb.texinfo: Add Objective-C documentation.
6614
39fe6e80
AC
66152003-06-01 Andrew Cagney <cagney@redhat.com>
6616
6617 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
6618 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
6619
125309b2
AC
66202003-05-21 Andrew Cagney <cagney@redhat.com>
6621
6622 * gdbint.texinfo (Target Architecture Definition): Delete
6623 references to "extract_address" and "store_address".
6624
b8b527c5
AC
66252003-05-16 Andrew Cagney <cagney@redhat.com>
6626
6627 * gdbint.texinfo (Target Architecture Definition): Replace
6628 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
6629 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
6630
50e3ee83
TR
66312003-05-14 Theodore A. Roth <troth@openavr.org>
6632
6633 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
6634
44e2be90
L
66352003-05-10 H.J. Lu <hongjiu.lu@intel.com>
6636
6637 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
6638 (gdb.dvi): Likewise.
6639 (gdb.pdf): Likewise.
6640 (links2roff): Likewise.
6641
df5215a6
JB
66422003-05-08 Jim Blandy <jimb@redhat.com>
6643
6644 * gdb.texinfo (Dump/Restore Files): Update documentation for
6645 'dump', 'append', and 'restore': note that format argument is
6646 optional; simplify presentation of the command variants; and be
6647 more precise about the formats.
6648
5e7b2f39
JB
66492003-05-07 Jim Blandy <jimb@redhat.com>
6650
6651 * gdb.texinfo (Symbols): Update documentation: 'maint list
6652 symtabs' and 'maint list psymtabs' have been renamed 'maint info
6653 symtabs' and 'maint info psymtabs'.
6654
b1e29e33
AC
66552003-05-05 Andrew Cagney <cagney@redhat.com>
6656
6657 * gdbint.texinfo (Target Architecture Definition): Make
6658 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
6659 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
6660 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
6661
00905d52
AC
66622003-05-04 Andrew Cagney <cagney@redhat.com>
6663
6664 * gdb.texinfo (Maintenance Commands): Document "maint print
6665 dummy-frames".
6666
54ff5908
AC
66672003-05-04 Andrew Cagney <cagney@redhat.com>
6668
6669 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
6670
32e7087d
JB
66712003-05-03 J. Brobecker <brobecker@gnat.com>
6672
6673 Thierry Schneider <tpschneider1@yahoo.com>
6674 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
6675 for new MI command.
6676
7043d8dc
AC
66772003-05-03 Andrew Cagney <cagney@redhat.com>
6678
6679 * gdbint.texinfo (Target Architecture Definition): Document
6680 push_dummy_code. Add cross references.
6681
e33d66ec
EZ
66822003-05-02 Elena Zannoni <ezannoni@redhat.com>
6683
6684 * gdb.texinfo (Character Sets): Update to reflect new behavior of
6685 set/show charsets commands.
6686
0ba6dca9
AC
66872003-04-28 Andrew Cagney <cagney@redhat.com>
6688
6689 * gdbint.texinfo (Target Architecture Definition): Replace
6690 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
6691 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
6692
d7a27068
AC
66932003-04-28 Andrew Cagney <cagney@redhat.com>
6694
6695 * gdbint.texinfo (Target Architecture Definition): Rename
6696 "tm_print_insn" to "deprecated_tm_print_insn".
6697
44ea7b70
JB
66982003-04-09 Jim Blandy <jimb@redhat.com>
6699
6700 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
6701 list psymtabs'.
6702
fb8f8949
AC
67032003-04-08 Andrew Cagney <cagney@redhat.com>
6704
6705 * gdbint.texinfo (Target Architecture Definition): Delete
6706 references to EXTRA_FRAME_INFO.
6707
32fb0f22
AC
67082003-04-08 Andrew Cagney <cagney@redhat.com>
6709
6710 * gdbint.texinfo (Target Architecture Definition): Delete
6711 PRINT_TYPELESS_INTEGER.
6712
6be67e67
JB
67132003-04-02 J. Brobecker <brobecker@gnat.com>
6714
6715 * observer.texi (GDB Observers): Adjust the documentation for the
6716 normal_stop notification to better describe reality. Fix a couple
6717 of minor typos.
6718
4e35d5f0
BR
67192003-04-02 Bob Rossi <bob_rossi@cox.net>
6720
a9331b3f 6721 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
6722 '-file-list-exec-source-file'
6723
e8a8712a
AC
67242003-03-31 Andrew Cagney <cagney@redhat.com>
6725
6726 * gdbint.texinfo (Target Architecture Definition): Delete
6727 references to CALL_DUMMY_P.
6728
6c0e89ed
AC
67292003-03-30 Andrew Cagney <cagney@redhat.com>
6730
6731 * gdbint.texinfo (Target Architecture Definition): Remove
6732 reference to TARGET_WRITE_SP.
a9331b3f 6733
378bfd1b
AC
67342003-03-27 Andrew Cagney <cagney@redhat.com>
6735
6736 * gdbint.texinfo (Target Architecture Definition): Remove
6737 references to write_sp.
6c0e89ed 6738
922fbb7b
AC
67392003-03-27 Andrew Cagney <cagney@redhat.com>
6740
6741 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
6742 chapter body. Use @smallexample instead of @example.
6743 (Annotations): Ditto.
6744 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
6745 annotate.texi.
6746
b81774d8
AC
67472003-03-26 Andrew Cagney <cagney@redhat.com>
6748
6749 * gdbint.texinfo (Target Architecture Definition): Replace
6750 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
6751 dummy_addr parameters.
6752
1bf6d5cc
AC
67532003-03-25 Andrew Cagney <cagney@redhat.com>
6754
6755 * gdbint.texinfo (Target Architecture Definition): Delete
6756 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
6757 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
6758 Add reference to PUSH_ARGUMENTS.
6759
618ce49f
AC
67602003-03-23 Andrew Cagney <cagney@redhat.com>
6761
6762 * gdbint.texinfo (Algorithms, Target Architecture Definition):
6763 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
6764
bcd7e15f
JB
67652003-03-18 J. Brobecker <brobecker@gnat.com>
6766
6767 * gdbint.texinfo (Algorithms): Add new section describing the
6768 Observer paradigm.
6769 (Top): Add menu entry to new observer appendix.
6770 * observer.texi: New file.
6771 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
6772 new observer.texi file.
6773
9fe8321b
AC
67742003-03-17 Andrew Cagney <cagney@redhat.com>
6775
6776 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
6777 that GNU Press update the manual version number.
6778
ac2adee5
AC
67792003-03-12 Andrew Cagney <cagney@redhat.com>
6780
6781 * gdbint.texinfo (Target Architecture Definition): Delete
6782 references to get_saved_register. Rename GET_SAVED_REGISTER to
6783 DEPRECATED_GET_SAVED_REGISTER.
6784
749b82f6
AC
67852003-03-13 Andrew Cagney <cagney@redhat.com>
6786
6787 * gdbint.texinfo (Target Architecture Definition): Replace
6788 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
6789
8bedc050
AC
67902003-03-12 Andrew Cagney <cagney@redhat.com>
6791
6792 * gdbint.texinfo (Target Architecture Definition): Rename
6793 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 6794
0ce1b118
CV
67952003-03-10 Corinna Vinschen <vinschen@redhat.com>
6796
6797 * gdb.texinfo: Add File-I/O documentation.
6798
12cc2063
AC
67992003-03-10 Andrew Cagney <cagney@redhat.com>
6800
6801 * gdbint.texinfo (Target Architecture Definition): Cross reference
6802 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
6803
7453dc06
AC
68042003-03-07 Andrew Cagney <cagney@redhat.com>
6805
6806 * gdb.texinfo (Debugging Output): Mention the "set/show debug
6807 frame" command.
6808
6314f104
AC
68092003-03-05 Andrew Cagney <cagney@redhat.com>
6810
6811 * gdbint.texinfo (Target Architecture Definition): Document
6812 unwind_dummy_id. Cross reference unwind_dummy_id and
6813 SAVE_DUMMY_FRAME_TOS.
6814
f1212245
DJ
68152003-03-05 James Ingham <jingham@apple.com>
6816 Daniel Jacobowitz <drow@mvista.com>
6817
6818 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
6819 and "show cp-abi".
6820
77e7e267
AC
68212003-03-03 Andrew Cagney <cagney@redhat.com>
6822
6823 * gdbint.texinfo (Target Architecture Definition): Document
6824 register_type.
6825
838a8221
AC
68262003-03-03 Andrew Cagney <cagney@redhat.com>
6827
6828 * stabs.texinfo (Structures): Use @samp and separate @var's
6829 instead of a single @var containing a comma separated list.
6830 (Unions): Ditto.
6831
d7f4a264
DJ
68322003-03-02 Daniel Jacobowitz <drow@mvista.com>
6833
6834 * Makefile.in (distclean): Remove config.log.
6835
f30ee0bc
AC
68362003-03-01 Andrew Cagney <cagney@redhat.com>
6837
6838 * gdbint.texinfo (Target Architecture Definition): Rename
6839 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
6840
68412003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
6842
6843 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
6844 DEPRECATED_INIT_EXTRA_FRAME_INFO.
6845
be448670
CF
68462003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
6847
6848 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
6849 (Non-debug DLL symbols): New node, describing the minimal symbols
6850 loaded from DLLs without real debugging symbols.
6851
501eef12
AC
68522003-02-20 Andrew Cagney <ac131313@redhat.com>
6853
6854 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
6855 hardware-breakpoint-limit".
6856 (Set Watchpoints): Add cross reference to "set remote
6857 hardware-watchpoint-limit".
6858 (Remote configuration options): New section.
6859
21c294e6
AC
68602003-02-04 Andrew Cagney <ac131313@redhat.com>
6861
e9be73e4
AC
6862 * gdbint.texinfo (Target Architecture Definition): Delete
6863 descrption of IS_TRAPPED_INTERNALVAR.
6864
21c294e6
AC
6865 From Keith Seitz <keiths@redhat.com>:
6866 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
6867 option "-i"/"--interpreter" to this chapter. Include index
6868 entries.
6869
0179ffac
DC
68702003-02-04 David Carlton <carlton@math.stanford.edu>
6871
6872 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
6873 (Variables): Recommend stabs+ and DWARF 2.
6874 (C plus plus expressions): Correct info about
6875 compiler versions, debug formats.
6876 (Contributors): Change 'DWARF2' to 'DWARF 2'.
6877 PR symtab/874.
6878
7ca9f392
AC
68792003-02-01 Andrew Cagney <ac131313@redhat.com>
6880
6881 * gdbint.texinfo (Target Architecture Definition): Delete
6882 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
6883 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
6884 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
6885 references to nindy and i960.
6886 * gdb.texinfo (i960): Delete all references to i960 and nindy.
6887
31a85ea2
AC
68882003-02-01 Andrew Cagney <ac131313@redhat.com>
6889
6890 * gdbint.texinfo (Target Architecture Definition): Delete
6891 FLOAT_INFO.
6892
6b894e49
AC
68932003-01-30 Andrew Cagney <ac131313@redhat.com>
6894
6895 * stabs.texinfo (Member Type Descriptor): Clarify description of
6896 `@'. Suggested by Ben Hutchings.
6897
c48861fb
AC
68982003-01-29 Andrew Cagney <ac131313@redhat.com>
6899
6900 * gdb.texinfo (M68K): Delete reference to es1800.
6901
617073a9
AC
69022003-01-29 Andrew Cagney <ac131313@redhat.com>
6903
6904 * gdb.texinfo (Maintenance Commands): Document `maint print
6905 reggroups' and `maint print register-groups'.
6906 * gdbint.texinfo (Target Architecture Definition): Document
6907 register_reggroup_p.
6908
5b5d99cf
JB
69092003-01-23 Jim Blandy <jimb@redhat.com>
6910
6911 * gdb.texinfo (Separate Debug Files): New section.
6912
e7ba9c65
DJ
69132003-01-22 Daniel Jacobowitz <drow@mvista.com>
6914
6915 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
6916 and "maint show profile".
6917
94e91d6d
MC
69182003-01-16 Michael Chastain <mec@shout.net>
6919
6920 * gdb.texinfo (Installing GDB): Warn against
6921 ".../gdb-VERSION/gdb/configure".
6922 (Separate Objdir): Likewise.
6923
867f3898
AC
69242003-01-15 Andrew Cagney <ac131313@redhat.com>
6925
6926 * gdbint.texinfo (Target Architecture Definition): Delete
6927 definition of PRINT_REGISTER_HOOK.
6928
f153cc92
EZ
69292003-01-15 Elena Zannoni <ezannoni@redhat.com>
6930
6931 (OpenRISC 1000): Fix formatting of command names.
6932
c60eb6f1
EZ
69332003-01-15 Elena Zannoni <ezannoni@redhat.com>
6934
6935 * gdb.texinfo (Continuing and Stepping): Add new command
6936 'advance'. Clarify behavior of 'until'.
6937
f5ebfba0
DJ
69382003-01-13 Daniel Jacobowitz <drow@mvista.com>
6939
6940 * gdb.texinfo (Files): Document solib-absolute-prefix and
6941 solib-search-path.
6942
4ce8657e
MC
69432003-01-09 Michael Chastain <mec@shout.net>
6944
6945 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
6946 (Create a Release): Add new instructions for new @file{src-release}.
6947 Document existing instructions for @file{Makefile.in} as
6948 being for @value{GDBN} 5.3.1 or earlier.
6949
372613e3
AC
69502003-01-09 Andrew Cagney <ac131313@redhat.com>
6951
6952 * gdbint.texinfo (Target Architecture Definition): Mention
6953 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
6954 allocate memory.
6955
b4e9345d
DJ
69562003-01-04 Daniel Jacobowitz <drow@mvista.com>
6957
6958 * gdb.texinfo (Controlling GDB): Add @kindex for
6959 "show osabi".
6960 (Backtraces): Add @kindex's for backtrace-below-main.
6961
98b45e30
DJ
69622003-01-04 Daniel Jacobowitz <drow@mvista.com>
6963
6964 * gdb.texinfo (Controlling GDB): Document "set osabi".
6965
95f90d25
DJ
69662003-01-04 Daniel Jacobowitz <drow@mvista.com>
6967
6968 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
6969 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
6970
1e698235
DJ
69712003-01-04 Daniel Jacobowitz <drow@mvista.com>
6972
6973 * gdb.texinfo (Controlling GDB): Add ABI section. Document
6974 "set coerce-float-to-double".
6975 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
6976
e632838e
AC
69772003-01-02 Andrew Cagney <ac131313@redhat.com>
6978
6979 * stabs.texinfo: Remove obsolete text.
6980 * gdbint.texinfo: Ditto.
6981 * gdb.texinfo: Ditto.
6982
c133ab7a
MK
69832002-12-22 Mark Kettenis <kettenis@gnu.org>
6984
6985 * gdbint.texinfo (Target Architecture Definition): Update
6986 description of gdbarch_register_osabi.
6987
f821f325
KH
69882002-12-20 Kazu Hirata <kazu@cs.umass.edu>
6989
6990 * agentexpr.texi: Fix typos.
6991 * annotate.texi: Likewise.
6992 * fdl.texi: Likewise.
6993
85a6d8d3 69942002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
6995
6996 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
6997 DEPRECATED_INIT_FRAME_PC.
6998
ae45cd16
AC
69992002-12-01 Andrew Cagney <ac131313@redhat.com>
7000
7001 * gdbint.texinfo (Target Architecture Definition): Delete
7002 PC_IN_CALL_DUMMY.
7003
07555a72
AC
70042002-11-28 Andrew Cagney <ac131313@redhat.com>
7005
7006 * gdbint.texinfo (Host Definition): Delete documentation on
7007 USE_GENERIC_DUMMY_FRAMES.
7008
c166cdc7
EZ
70092002-11-26 Elena Zannoni <ezannoni@redhat.com>
7010
5ae4183a 7011 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
7012 * Makefile.in (install-info): Run the install-info command as part
7013 of the post install steps only.
7014 (uninstall-info): New target.
7015 (uninstall): New target.
7016
35db0260
EZ
70172002-11-22 Elena Zannoni <ezannoni@redhat.com>
7018
7019 * Makefile.in (install): Make install do some real work.
7020
9ba8d803
AC
70212002-11-19 Andrew Cagney <ac131313@redhat.com>
7022
7023 Fix POSIX problem reported by Paul Eggert.
7024 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
7025 Fix PR gdb/527.
7026
903ad3a6
AC
70272002-10-26 Andrew Cagney <cagney@redhat.com>
7028
7029 * gdbint.texinfo (Target Architecture Definition): Delete
7030 definition of DO_REGISTERS_INFO.
7031
f2abfe65
KB
70322002-10-18 Kevin Buettner <kevinb@redhat.com>
7033
7034 * gdbint.texinfo (Address Classes): Fix problems with insertion
7035 of ``{'' and ``}'' in example.
7036
b5b0480a
KB
70372002-10-17 Kevin Buettner <kevinb@redhat.com>
7038
7039 * gdbint.texinfo (Address Classes): New section.
7040 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
7041 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
7042 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
7043 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
7044
c85508ee
KD
70452002-10-11 Klee Dienes <kdienes@apple.com>
7046
7047 * gdb.texinfo (Registers): Mention vector registers as well as
7048 floating registers in the documentation for 'info registers' and
7049 'info all-registers'.
7050
6d12fc3d
DJ
70512002-10-11 Daniel Jacobowitz <drow@mvista.com>
7052
7053 * gdbint.texinfo (CPLUS_MARKER): Remove item.
7054
8d19fbd2
JJ
70552002-10-03 Jeff Johnston <jjohnstn@redhat.com>
7056
7057 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
7058 interface definition.
7059
a37295f9
MM
70602002-10-03 Marko Mlinar <markom@opencores.org>
7061
7062 * gdb.texinfo (Target Commands): Add or1k target specific
7063 commands.
7064 * gdb.texinfo (Contributors): Add myself to the contributors list.
7065
da0f9dcd
AC
70662002-10-01 Andrew Cagney <ac131313@redhat.com>
7067
7068 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
7069 and "mi1" instead of "mi1" and "mi0".
7070
2e834e49
HPN
70712002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
7072
7073 * gdb.texinfo (Packets): Fix typos "alligned".
7074 Correct z3/Z3 description. Correct z4/Z4 title.
7075
050be0dc
AC
70762002-09-27 Andrew Cagney <ac131313@redhat.com>
7077
7078 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
7079
1104b9e7
KB
70802002-09-25 Kevin Buettner <kevinb@redhat.com>
7081
7082 * gdb.texinfo: Use GNU/Linux instead of Linux.
7083
512217c7
AC
70842002-09-25 Andrew Cagney <ac131313@redhat.com>
7085
7086 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
7087
10998722
AC
70882002-09-24 Andrew Cagney <ac131313@redhat.com>
7089
512217c7 7090 * gdb.texinfo: Replace @example with @smallexample.
10998722 7091
a0eb71c5
KB
70922002-09-20 Kevin Buettner <kevinb@redhat.com>
7093
f7dc1244 7094 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
7095 * gdb.texinfo (Character Sets): Use @smallexample instead of
7096 @example. Use GNU/Linux instead of Linux.
7097
70982002-09-20 Jim Blandy <jimb@redhat.com>
7099
7100 * gdb.texinfo: Add character set documentation.
7101
2f870471
AC
71022002-09-19 Andrew Cagney <ac131313@redhat.com>
7103
7104 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
7105 (Packets): Add cross reference from `b' packet to `z' packets.
7106
790eb8f5
AC
71072002-09-19 Andrew Cagney <ac131313@redhat.com>
7108
8d30a00d
AC
7109 * gdb.texinfo (Maintenance Commands): Document ``maint
7110 internal-error'' and ``maint internal-warning''.
7111
790eb8f5
AC
7112 * gdbint.texinfo (Target Architecture Definition): Revise
7113 description of STACK_ALIGN. Add description of FRAME_ALIGN.
7114
a23a7bf1
JB
71152002-09-19 Joel Brobecker <brobecker@gnat.com>
7116
7117 * gdbint.texinfo (Target Conditionals): Document the new
7118 NAME_OF_MALLOC macro.
7119
299ffc64
AC
71202002-09-05 Andrew Cagney <ac131313@redhat.com>
7121
7122 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
7123 engineer.
7124
b7bb15bc
SC
71252002-09-02 Stephane Carrez <stcarrez@nerim.fr>
7126
7127 * gdb.texinfo (TUI Overview): Document status line fields.
7128
3d757584
SC
71292002-09-02 Stephane Carrez <stcarrez@nerim.fr>
7130
7131 * gdb.texinfo (TUI Commands): Document info win command.
7132
269c21fe
SC
71332002-09-01 Stephane Carrez <stcarrez@nerim.fr>
7134
7135 * gdb.texinfo (TUI Overview): Document breakpoint markers.
7136
7cf36c78
SC
71372002-09-01 Stephane Carrez <stcarrez@nerim.fr>
7138
7139 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
7140 (TUI Keys): Likewise.
7141
d2c6833e
AC
71422002-08-25 Andrew Cagney <ac131313@redhat.com>
7143
7144 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
7145 for a packet receive.
7146
46d8b1c3
AC
71472002-08-25 Andrew Cagney <ac131313@redhat.com>
7148
7149 * Makefile.in (clean): Move to end of file.
7150 (distclean, maintainer-clean, realclean): Ditto.
7151 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
7152 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
7153 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
7154 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
7155
b0787093
AC
71562002-08-24 Andrew Cagney <ac131313@redhat.com>
7157
7158 * Makefile.in (GDBINT_TEX_TMPS): Define.
7159 (gdbint.dvi, gdbint.pdf): Use
7160 (GDB_TEX_TMPS): Define.
7161 (gdb.dvi, gdb.pdf): Use.
7162 (STABS_TEX_TMPS): Define.
7163 (stabs.dvi, stabs.pdf): Use.
7164 (GDB_DOC_SOURCE_INCLUDES): New macros.
7165 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
7166 (GDBINT_DOC_FILES_INCLUDES): New macros.
7167 (GDBINT_DOC_BUILD_INCLUDES): New macros.
7168 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
7169 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
7170 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
7171 (links2roff): Replace SFILES_INCLUDED with
7172 GDB_DOC_SOURCE_INCLUDES.
7173 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
7174 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
7175 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
7176 dependencies.
7177 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
7178 dependencies.
7179 (gdbmi.texinfo): Delete rule.
7180 (inc-hist.texinfo): Delete rule.
7181 (rluser.texinfo): Delete rule.
7182
ebba8386
AC
71832002-08-23 Andrew Cagney <cagney@redhat.com>
7184
7185 * gdbint.texinfo (Target Architecture Definition): Update
7186 STORE_RETURN_VALUE, mention regcache.
7187
0ab7a791
AC
71882002-08-21 Andrew Cagney <ac131313@redhat.com>
7189
7190 * gdbint.texinfo (Target Architecture Definition): Document
7191 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
7192
ee2d5c50
AC
71932002-08-19 Andrew Cagney <ac131313@redhat.com>
7194
7195 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
7196 Fix minor typos. Add index entries.
7197
53c69bd7
AC
71982002-08-18 Andrew Cagney <ac131313@redhat.com>
7199
7200 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
7201
e76f1f2e
AC
72022002-08-15 Andrew Cagney <ac131313@redhat.com>
7203
7204 * gdbint.texinfo (Target Architecture Definition): Document
7205 PRINT_VECTOR_INFO.
7206 * gdb.texinfo (Vector Unit): Document "info vectors" command.
7207
0680b120
AC
72082002-08-13 Andrew Cagney <ac131313@redhat.com>
7209
7210 * gdb.texinfo (Maintenance Commands): Document "maint print
7211 registers", "maint print raw-registers" and "maint print
7212 cooked-registers".
7213
3c3bea1c
GS
72142002-08-08 Grace Sainsbury <graces@redhat.com>
7215
a9331b3f 7216 From Mark Salter:
3c3bea1c
GS
7217 * gdb.texinfo (Protocol): Document T packet extension to
7218 allow watchpoint address reporting.
7219
42f9b0a5
AC
72202002-08-03 Andrew Cagney <ac131313@redhat.com>
7221
7222 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
7223
db034ac5
AC
72242002-08-01 Andrew Cagney <cagney@redhat.com>
7225
7226 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
7227 to CHILL.
7228
e2b28d04
AC
72292002-08-01 Andrew Cagney <ac131313@redhat.com>
7230
7231 * gdbint.texinfo (Coding): Revise section "Include Files".
7232
7fb623f7
AC
72332002-07-24 Andrew Cagney <cagney@redhat.com>
7234
7235 * gdbint.texinfo: Obsolete references to m88k.
7236 * gdb.texinfo: Ditto.
7237
4a2b4636
JB
72382002-07-10 Joel Brobecker <brobecker@gnat.com>
7239
7fb623f7 7240 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
7241 where the proper version of autoconf can be retrieved.
7242
a71ec265
DH
72432002-07-09 Don Howard <dhoward@redhat.com>
7244
7245 * gdb.texinfo (Command Files): Further describe the behavior of
7246 sourced command files.
7247
b9aa90c9
AC
72482002-06-27 Andrew Cagney <ac131313@redhat.com>
7249
7250 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
7251 (Coding): Clarify ISO C version that GDB assumes.
7252
40dd2248
TT
72532002-06-26 Tom Tromey <tromey@redhat.com>
7254
7255 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
7256 add_setshow_cmd_full.
7257
bfac230e
DH
72582002-06-25 Don Howard <dhoward@redhat.com>
7259
7260 * gdb.texinfo (Memory Region Attributes): Document new behavior
7261 for 'mem' command.
7262
475b0867
JB
72632002-06-11 Jim Blandy <jimb@redhat.com>
7264
919d772c
JB
7265 * gdb.texinfo (Symbols): Update documentation for `info source'
7266 command.
7267
475b0867
JB
7268 * gdb.texinfo (Macros): Call the command `info macro', not
7269 `show macro'.
7270
ba8c9337
AC
72712002-06-09 Andrew Cagney <ac131313@redhat.com>
7272
7273 * gdbint.texinfo (Coding): Add section ``Per-architecture module
7274 data''.
7275
1029b7fa
MK
72762002-06-09 Mark Kettenis <kettenis@gnu.org>
7277
7278 * gdbint.texinfo (Target Architecture Definition): Document
7279 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
7280
16737d73
AC
72812002-06-08 Andrew Cagney <ac131313@redhat.com>
7282
7283 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
7284 lists.
7285
30107679
AC
72862002-06-08 Andrew Cagney <ac131313@redhat.com>
7287
7288 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
7289 Branch''.
7290
3352e23e
AC
72912002-06-01 Andrew Cagney <ac131313@redhat.com>
7292
7293 * gdbint.texinfo (Target Architecture Definition): Add section
7294 ``Converting an existing Target Architecture to Multi-arch''.
7295
cbb09e6a
AC
72962002-05-30 Andrew Cagney <ac131313@redhat.com>
7297
7298 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
7299 to ``Obsoleting code''. Revise.
7300
e2e0bcd1
JB
73012002-05-17 Jim Blandy <jimb@redhat.com>
7302
7303 * gdb.texinfo (C Preprocessor Macros): New chapter.
7304 Include it in the main menu.
7305 (Contributors): Credit Jim Blandy with macro support.
7306 (Compilation): Explain how to get macro information into the
7307 executable.
7308 (Expressions): Note that preprocessor macros are expanded.
7309
9db8d71f
DJ
73102002-05-14 Daniel Jacobowitz <drow@mvista.com>
7311
7312 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
7313 options for `target remote'.
7314
6d531722
AC
73152002-05-13 Andrew Cagney <ac131313@redhat.com>
7316
7317 * gdbint.texinfo (Target Architecture Definition): Delete
7318 documentation on NNPC_REGNUM.
7319
13d01224
AC
73202002-05-11 Andrew Cagney <ac131313@redhat.com>
7321
7322 * gdbint.texinfo (Target Architecture Definition): Document
7323 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
7324 (Target Architecture Definition): Revise section `Using Different
7325 Register and Memory Data Representations'. Add section `Raw and
7326 Virtual Register Representations'.
7327
b2e75d78
AC
73282002-05-11 Andrew Cagney <ac131313@redhat.com>
7329
7330 * gdbint.texinfo (Target Architecture Definition): Mention
7331 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
7332 (Target Architecture Definition): Mention same. Add references to
7333 web pages.
7334
2c8682ee
MS
73352002-05-08 Michael Snyder <msnyder@redhat.com>
7336
7337 * stabs.texinfo (Attributes): Document new "vector" attribute.
7338
0816590b
AC
73392002-05-04 Andrew Cagney <ac131313@redhat.com>
7340
7341 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
7342
2653173e
AC
73432002-05-04 Andrew Cagney <ac131313@redhat.com>
7344
7345 * gdb.texinfo: Delete obsolete references to a29k.
7346
d7bd68ca
AC
73472002-04-24 Andrew Cagney <ac131313@redhat.com>
7348
7349 * gdbint.texinfo (Target Architecture Definition): Replace
7350 IN_SIGTRAMP with PC_IN_SIGTRAMP.
7351
21d83aa5
DM
73522002-04-24 David S. Miller <davem@redhat.com>
7353
7354 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
7355
7673a6cc
DM
73562002-04-21 David S. Miller <davem@redhat.com>
7357
7358 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
7359
d49d1e0a
AC
73602002-04-21 Andrew Cagney <ac131313@redhat.com>
7361
7362 * gdbint.texinfo (Target Architecture Definition): Delete
7363 definition of HAVE_REGISTER_WINDOWS.
7364
f7dc1244 73652002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
7366
7367 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
7368 "Theodore A. Roth" <troth@verinet.com>.
7369
5ca0cb28
DH
73702002-04-15 Don Howard <dhoward@redhat.com>
7371
f7dc1244 7372 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 7373 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 7374 Provide a better explaination of this feature.
5ca0cb28 7375
f208ba17
AC
73762002-04-14 Andrew Cagney <ac131313@redhat.com>
7377
7378 * gdbint.texinfo (Target Architecture Definition): Remove
7379 FRAME_CHAIN_COMBINE.
7380
d5ba91de
MC
73812002-04-12 Michael Chastain <mec@shout.net>
7382
7383 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
7384 REG_STACK_SEGMENT.
7385
26818220
MC
73862002-04-09 Michael Chastain <mec@shout.net>
7387
7388 * gdbint.texinfo (Obsolete Conditionals): Remove references to
7389 PYRAMID_* macros.
7390
129188f6
AC
73912002-04-07 Andrew Cagney <ac131313@redhat.com>
7392
7393 * gdb.texinfo (Bug Reporting): Document that the web is the
7394 prefered way of submitting bug reports.
7395 (Bug Reporting): Delete the s-mail address as the last resort.
7396
8227c0ff
AC
73972002-04-05 Andrew Cagney <ac131313@redhat.com>
7398
7399 * gdbint.texinfo (Target Architecture Definition): Delete
7400 references to TARGET_WRITE_FP and write_fp.
7401
16d9dec6
MS
74022002-03-27 Michael Snyder <msnyder@redhat.com>
7403
7404 * gdb.texinfo: Document new commands dump, append, and restore.
7405
9ae8b82c
AC
74062002-03-27 Andrew Cagney <ac131313@redhat.com>
7407
7408 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
7409 Branch'.
7410
474c8240
AC
74112002-03-18 Andrew Cagney <ac131313@redhat.com>
7412
7413 * gdb.texinfo: Change all examples to @smallexample.
7414 * gdbint.texinfo: Ditto.
a9331b3f 7415
fb0ff88f
AC
74162002-03-18 Andrew Cagney <ac131313@redhat.com>
7417
7418 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
7419 Branches''.
7420
9bb0a4d8
AC
74212002-03-18 Andrew Cagney <ac131313@redhat.com>
7422
7423 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
7424 Policy''.
7425
937f164b
FF
74262002-03-04 Fred Fish <fnf@redhat.com>
7427
7428 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
7429 expresson, suports, dependant, trhe, perhaphs, situtations,
7430 explictily, taged, oportunity, unfortunatly).
7431
a7b40f07
AC
74322002-02-24 Andrew Cagney <ac131313@redhat.com>
7433
7434 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
7435 Remove reference to 3.12.
7436
aab4e0ec
AC
74372002-02-23 Andrew Cagney <ac131313@redhat.com>
7438
7439 * gdbint.texinfo: Include fdl.texi.
7440 (Top): Add GNU Free Documentation License.
7441 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
7442 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
7443 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
7444 (gdbint.info): Add srcdir to include path.
7445 * gdb.texinfo: Include gpl.texi.
7446 (Top): Add Copying.
7447 * gpl.texi: New file.
7448
47b95330
AC
74492002-02-23 Andrew Cagney <ac131313@redhat.com>
7450
7451 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
7452
78c47bea
PM
74532002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
7454
7455 * gdb.texinfo: Document Cygwin native specific commands.
7456
56460a61
DJ
74572002-02-15 Daniel Jacobowitz <drow@mvista.com>
7458
7459 * gdb.texinfo: Document gdbserver ``--attach'' command.
7460
def71bfa
MS
74612002-02-07 Michael Snyder <msnyder@redhat.com>
7462
7463 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
7464 to @code(_ovly_debug_event).
7465
c928edc0
AC
74662002-02-07 Andrew Cagney <ac131313@redhat.com>
7467
7468 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
7469
81d46470
MS
74702002-02-06 Michael Snyder <msnyder@redhat.com>
7471
7472 * gdb.texinfo (overlays): Mention new magic symbol
7473 '_ovly_debug_event', which allows GDB to keep better track
7474 of overlays.
7475
f7dc1244 74762002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
7477
7478 * gdb.texinfo (Memory Region Attributes): Fix the wording.
7479 Suggested by Dmitry Sivachenko.
7480
7481 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
7482
15110bc3
MS
74832002-02-01 Michael Snyder <msnyder@redhat.com>
7484
7485 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
7486
6763aef9
MS
74872002-01-30 Michael Snyder <msnyder@redhat.com>
7488
ac282366
MS
7489 * gdb.texinfo: (remote protocol): Gramatical fix-up.
7490 (set trust-readonly-sections): Document.
6763aef9 7491
8642bc8f
AC
74922002-01-29 Andrew Cagney <ac131313@redhat.com>
7493
7494 * gdbint.texinfo (Releasing GDB): Revise and update.
7495
afe64c1a
AC
74962002-01-28 Andrew Cagney <ac131313@redhat.com>
7497
7498 * gdbint.texinfo (Target Architecture Definition): Delete
7499 description of TARGET_BYTE_ORDER_DEFAULT.
7500
f7dc1244 75012002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
7502
7503 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
7504 <mitya@cavia.pp.ru>.
7505
3d6e1b5a
AC
75062002-01-23 Andrew Cagney <ac131313@redhat.com>
7507
7508 * libgdb.texinfo: Delete file.
7509
6c0e9fb3
AC
75102002-01-22 Andrew Cagney <ac131313@redhat.com>
7511
7512 * gdb.texinfo: Remove makeinfo 3.12 hacks.
7513 * gdbint.texinfo: Ditto.
7514
e0ce93ac
AC
7515Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
7516
7517 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
7518
be298bcc
AC
75192002-01-22 Andrew Cagney <ac131313@redhat.com>
7520
7521 * Makefile.in: Update copyright.
7522 (TEXI2DVI): Define.
7523 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
7524 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
7525 gdb-cfg.texi.
7526 (TEXINDEX, PDFTEX): Delete makefile variables.
7527
8e04817f
AC
75282002-01-22 Andrew Cagney <ac131313@redhat.com>
7529
7530 * gdb.texinfo (Protocol): Move section to appendix.
7531
6b2f586d
AC
75322002-01-21 Andrew Cagney <ac131313@redhat.com>
7533
7534 * gdb.texinfo (Remote Debugging): Create a menu.
7535 (Top): Add ``Remote Debugging'' to menu.
7536
6f05cf9f
AC
75372002-01-21 Andrew Cagney <ac131313@redhat.com>
7538
7539 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
7540 serial protocol'' from here.
7541 (Remote Debugging): To here. New chapter.
7542
3fd3d7d2
AC
75432002-01-20 Andrew Cagney <ac131313@redhat.com>
7544
7545 * gdbint.texinfo (Target Architecture Definition): Delete
7546 description of TARGET_BYTE_ORDER_SELECTABLE_P.
7547
7fd60527
AC
75482002-01-20 Andrew Cagney <ac131313@redhat.com>
7549
7550 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
7551 are no longer needed.
7552 (Porting GDB): Add maintainer note about configure.host.
7553
c2f05ac9
AC
75542002-01-20 Andrew Cagney <ac131313@redhat.com>
7555
7556 * gdbint.texinfo (Target Architecture Definition): Remove
7557 definition of IEEE_FLOAT.
7558
f7dc1244 75592002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
7560
7561 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
7562 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
7563 <3diff@gnu.org>
231b2aad 7564
82600034
AC
75652002-01-19 Andrew Cagney <ac131313@redhat.com>
7566
7567 * gdbint.texinfo (Host Definition): Remove references to
7568 MALLOC_INCOMPATIBLE.
7569
7708fa01
AC
75702002-01-17 Andrew Cagney <ac131313@redhat.com>
7571
7572 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
7573 and xyz-xdep.o.
7574
eb12ee30
AC
75752002-01-17 Andrew Cagney <ac131313@redhat.com>
7576
889bf7c5 7577 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
7578 (Set Breaks): Copy ``maint info breakpoint'' doco to
7579 ``Maintenance Commands'' appendix. Add reference.
7580
c9ccaa92
AC
75812002-01-17 Andrew Cagney <ac131313@redhat.com>
7582
7583 * fdl.texi: Remove next/prev from @node.
7584
f7dc1244 75852002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
7586
7587 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
7588 for monstrous @multitable (from Brian Youmans).
7589
7590 * fdl.texi: New file.
7591
7592 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
7593
8973da3a
AC
75942002-01-15 Andrew Cagney <ac131313@redhat.com>
7595
7596 * gdbint.texinfo (Releasing GDB): New chapter.
7597
7d86b5d5
AC
75982002-01-14 Andrew Cagney <ac131313@redhat.com>
7599
7600 * gdb.texinfo (Embedded Processors, Calling program functions):
7601 Obsolete references to a29k.
7602
cc1cb004
AC
76032002-01-13 Andrew Cagney <ac131313@redhat.com>
7604
7605 * gdbint.texinfo (Coding): Review Cleanups section. Examples
7606 examples. Document that a code-block should do or discard its
7607 cleanups before exit.
7608
79f12247
MS
76092002-01-11 Michael Snyder <msnyder@redhat.com>
7610
7611 * gdb.texinfo (Choosing files): Change @samp to @file.
7612
19837790
MS
76132002-01-05 Michael Snyder <msnyder@redhat.com>
7614
7615 * gdb.texinfo (--pid): Document new command line option (attach).
7616
f7dc1244 76172002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
7618
7619 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
7620 in the stub.
7621
d7449b42
AC
76222002-01-04 Andrew Cagney <ac131313@redhat.com>
7623
7624 * gdbint.texinfo (Target Architecture Definition): Replace
7625 BIG_ENDIAN with BFD_ENDIAN_BIG.
7626
f23631e4
AC
76272002-01-03 Andrew Cagney <ac131313@redhat.com>
7628
7629 * gdbint.texinfo (Target Architecture Definition): Replace
7630 value_ptr with struct value pointer.
7631
72c9928d
EZ
76322002-01-02 Eli Zaretskii <eliz@gnu.org>
7633
7634 * gdb.texinfo (Free Software): Fix wording.
7635
959acfd1
EZ
76362001-12-31 Eli Zaretskii <eliz@gnu.org>
7637
7638 * gdb.texinfo (Free Software): New section ``Free Software Needs
7639 Free Documentation''.
7640
f7dc1244 76412001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
7642
7643 * stabs.texinfo:
7644 * gdb.texinfo:
7645 * gdbint.texinfo:
7646 * libgdb.texinfo:
7647 * annotate.texi: Fix the application of GFDL in the Copyright notice.
7648
6600abed
MS
76492001-12-29 Michael Snyder <msnyder@redhat.com>
7650
7651 * gdb.texinfo (maint info sections): Fix typo.
7652
f6680716
MS
76532001-12-26 Michael Snyder <msnyder@redhat.com>
7654
fe95c787
MS
7655 * gdb.texinfo (maint info sections): Document.
7656
a9331b3f 7657 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
7658 'info proc' sub-options that are currently not implemented.
7659
c3d3ce5b
JB
76602001-12-20 Jim Blandy <jimb@redhat.com>
7661
7662 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
7663
778eb05e
AC
76642001-12-15 Andrew Cagney <ac131313@redhat.com>
7665
7666 * gdbint.texinfo (Target Architecture Definition): Replace
7667 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
7668
2607059c
AC
76692001-12-01 Andrew Cagney <ac131313@redhat.com>
7670
7671 * gdbint.texinfo (Host Definition): Delete documentation on
7672 HOST_BYTE_ORDER.
7673
df0cd8c5
JB
76742001-11-30 Jim Blandy <jimb@redhat.com>
7675
7676 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 7677 overlay support. Add to top-level menu.
df0cd8c5 7678
88118b3a
TT
76792001-11-26 Tom Tromey <tromey@redhat.com>
7680
7681 * gdb.texinfo (Command Syntax): Document C-o binding.
7682
96565e91
CF
76832001-07-26 Christopher Faylor <cgf@redhat.com>
7684
7685 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
7686 use since it is described in the referenced section.
7687
f7dc1244 7688 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
7689 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
7690 clearer when using DJGPP.
7691
2a3d5645
CF
76922001-11-24 Christopher Faylor <cgf@redhat.com>
7693
7694 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
7695 specifically refer to MS-DOS.
7696 (command files): Mention gdb.ini is only used on MS-DOS.
7697
aa26fa3a
TT
76982001-11-21 Tom Tromey <tromey@redhat.com>
7699
7700 * gdb.texinfo (Invoking GDB): Document --args.
7701 (Mode Options): Likewise.
7702
4f8ada06
JB
77032001-11-21 Jim Blandy <jimb@redhat.com>
7704
7705 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
7706 Delete documentation; this macro has been removed from the
7707 sources.
4f8ada06 7708
3fe0dc10
JB
77092001-11-13 Jim Blandy <jimb@redhat.com>
7710
7711 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
7712
9e5abb06
CV
77132001-11-06 Corinna Vinschen <vinschen@redhat.com>
7714
7715 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
7716
1c5dfdad
MS
77172001-11-05 Michael Snyder <msnyder@redhat.com>
7718
a9331b3f 7719 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
7720 quote regexp chars in function names such as "operator*()".
7721
990f9fe3
FF
77222001-11-01 Fred Fish <fnf@redhat.com>
7723
7724 * gdbint.texinfo (SOLIB_ADD): Document additional new
7725 "readsyms" arg.
7726
b433d00b
DH
77272001-10-30 Don Howard <dhoward@redhat.com>
7728
070b1dd3
DH
7729 * gdb.texinfo: (Command Files) Added documentation for the
7730 behavior of gdb with input redirected from a file.
b433d00b 7731
b7209cb4
FF
77322001-10-28 Fred Fish <fnf@redhat.com>
7733
7734 * gdb.texinfo (auto-solib-add): Change docs to match
7735 implementation change.
7736 (auto-solib-limit): Add docs for new variable.
7737
1aa20aa8
AC
77382001-10-15 Andrew Cagney <ac131313@redhat.com>
7739
7740 * gdbint.texinfo (Target Architecture Definition): Function
7741 value_as_pointer renamed to value_as_address.
7742
fc0c74b1
AC
77432001-10-15 Andrew Cagney <ac131313@redhat.com>
7744
7745 * gdbint.texinfo (Target Architecture Definition): Default
7746 POINTER_TO_ADDRESS functions assume unsigned addresses.
7747 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
7748 posting by Jim Blandy.
7749
f4846649
JB
77502001-10-12 Jim Blandy <jimb@redhat.com>
7751
7752 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
7753 version of texi2html (1.64) doesn't support this flag any more.
7754
f277788b
MK
77552001-09-08 Mark Kettenis <kettenis@gnu.org>
7756
a9dc4918
MK
7757 * gdbint.texinfo (Host Definition): Remove description of
7758 MEM_FNS_DECLARED.
7759
d28379df
MK
7760 * gdbint.texinfo (Host Definition): Remove description of R_OK.
7761
f277788b
MK
7762 * gdbint.texinfo (Host Definition): Remove description of
7763 HAVE_SIGSETMASK.
7764
7ccaa899
EZ
77652001-09-04 Elena Zannoni <ezannoni@redhat.com>
7766
7767 * gdbint.texinfo (Target Architecture Definition): Add
7768 explanation of TARGET_PRINT_INSN macro.
7769
17d9d558
JB
77702001-08-30 Jim Blandy <jimb@redhat.com>
7771
7772 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
7773 Explain what it means to load relocatable files.
7774
72cde065
JB
77752001-08-28 Jim Blandy <jimb@redhat.com>
7776
7777 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
7778 info `top' menu.
7779
9e678452
CF
7780Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
7781
7782 * gdbint.texinfo: Add a cautionary note about macro use.
7783
a2bea4c3 77842001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 7785
a2bea4c3
CV
7786 * gdb.texinfo: Explain omitting the hostname in the
7787 `target remote' command.
7788
1129bf27
DJ
77892001-07-30 Daniel Jacobowitz <drow@mvista.com>
7790
7791 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
7792 and END-INFO-DIR-ENTRY.
7793
732b3002
SC
77942001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7795
7796 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
7797
89437448
AC
77982001-07-25 Andrew Cagney <ac131313@redhat.com>
7799
7800 * gdbint.texinfo (libgdb): Rewrite.
7801
f7dc1244 78022001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
7803
7804 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
7805
c4555f82
SC
78062001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7807
7808 * gdb.texinfo (TUI): New chapter, document the TUI.
7809 (Mode Options): Document the -tui option.
7810
2f45a6e0
MK
78112001-07-23 Mark Kettenis <kettenis@gnu.org>
7812
7813 * gdbint.texinfo (Host Definition): Remove description of
7814 NEED_POSIX_SETPGID.
7815
f7dc1244 78162001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
7817
7818 * gdb.tex (DJGPP Native): New node, with descriptions of
7819 DJGPP-specific commands.
7820
be9c6c35
JM
78212001-07-19 John R. Moore <jmoore@redhat.com>
7822
7823 * gdbint.texinfo: Three misspellings.
7824
dfa249fb
AC
78252001-07-06 Andrew Cagney <ac131313@redhat.com>
7826
7827 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
7828 `test` expressions on bash. Problem reported by Colin Walters.
7829
c72e7388
AC
78302001-07-04 Andrew Cagney <ac131313@redhat.com>
7831
7832 * gdbint.texinfo (User Interface): Update ui-out documentation to
7833 refelect recent UI/MI updates.
7834
94bbb2c0
AC
78352001-07-04 Andrew Cagney <ac131313@redhat.com>
7836
7837 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
7838 interpreters.
7839
af6c57ea
AC
78402001-06-15 Andrew Cagney <ac131313@redhat.com>
7841
7842 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
7843 structure and not macros.
7844 (Host Definition): Document that much of this chapter is obsolete.
7845 (Target Architecture Definition): Update list of files that make
7846 up a target architecture.
7847 (Coding): Update.
7848
83aa8bc6
AC
78492001-06-28 Andrew Cagney <ac131313@redhat.com>
7850
7851 * gdbint.texinfo (Target Architecture Definition): Update
7852 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
7853 The latter has been changed to a true predicate.
7854
f7dc1244 78552001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
7856
7857 * annotate.texi: Add @noindent where needed. From Dmitry
7858 Sivachenko <dima@Chg.RU>.
7859 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
7860
656db9b0
AC
78612001-06-16 Andrew Cagney <ac131313@redhat.com>
7862
7863 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
7864
df2396a1
AC
78652001-06-14 Andrew Cagney <ac131313@redhat.com>
7866
7867 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
7868 returns ``OK''. Document that the ``R'' packet does not reply.
7869
0f1f2b0a
MS
78702001-06-13 Michael Snyder <msnyder@redhat.com>
7871
7872 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
7873
f7dc1244 78742001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
7875
7876 * gdb.texinfo (Signals): Clarify the default setting of signal
7877 handling.
7878
a5d7c491
AC
78792001-05-14 Andrew Cagney <ac131313@redhat.com>
7880
7881 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
7882 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
7883
05a54c4f
AC
78842001-05-12 Andrew Cagney <ac131313@redhat.com>
7885
7886 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
7887
f7dc1244 78882001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
7889
7890 * gdbint.texinfo (Clean Design and Portable Implementation):
7891 Renamed from "Clean Design".
7892 (Clean Design and Portable Implementation): Document portable
7893 methods of handling file names, and the associated macros.
7894
f7dc1244 78952001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
7896
7897 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
7898 command and provide a cross-reference to its description.
7899 (Symbols): Note that "info scope" is useful for trace experiments.
7900
f7dc1244 79012001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 7902
b37052ae
EZ
7903 * gdb.texinfo (Symbols): Document "info scope".
7904 (Tracepoints): New chapter.
7905 (Contributors): Update for v5.1.
7906 <All nodes>: Change "C++" to "C@t{++}".
7907
0ee54786
EZ
7908 * gdbint.texinfo (User Interface): A new section about ui_out
7909 functions, based on text written by Fernando Nasser.
7910
c534679c
EZ
7911 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
7912
f7dc1244 79132001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 7914
e9c75b65
EZ
7915 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
7916
7917 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
7918
7919 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
7920 Replace "GDB" with "@value{GDBN}". Fix markup.
7921
7922 * annotate.texi: Change Permissions to GFDL. Update Copyright.
7923
3d67e040
EZ
7924 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
7925 a cross-reference to its description.
7926 (Symbols): Document "info symbol".
7927
f7dc1244 79282001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
7929
7930 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
7931 subsection "x86 Watchpoints".
7932 (Target Architecture Definition): Document the macros
7933 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
7934 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
7935
b0ed3589
AC
79362001-03-20 Andrew Cagney <ac131313@redhat.com>
7937
7938 * gdbint.texinfo (Target Architecture Definition): Update
7939 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
7940 list.
7941
b6ba6518
KB
79422001-03-06 Kevin Buettner <kevinb@redhat.com>
7943
7944 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
7945 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
7946
f7dc1244 79472001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
7948
7949 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
7950
f7dc1244 79512001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 7952
17cc6a06
EZ
7953 * gdb.texinfo (Environment): Document that `path' does not change
7954 the value of PATH in GDB's own environment (it did in the past,
7955 but that was changed on March 15, 1994). Reported by Doug Evans
7956 <dje@transmeta.com>.
7957
56caf160
EZ
7958 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
7959 its line. Fix markup of commands and macros. Add an Index node
7960 and index entries.
7961
29e57380
C
79622001-01-23 J.T. Conklin <jtc@redback.com>
7963
7964 * gdb.texinfo (Memory region attributes): New manual section.
7965
1c6147de
ND
79662001-01-04 Nicholas Duffek <nsd@redhat.com>
7967
7968 * gdbint.texinfo (POP_FRAME): Document use by return_command.
7969
f7dc1244 79702000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
7971
7972 * refcard.tex: Version and copyright fixed. From Phil Edwards
7973 <pedwards@disaster.jaj.com>.
7974
0dcedd82
AC
7975Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
7976
7977 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 7978 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 7979
3b851bce
AC
7980Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
7981
7982 * gdbint.texinfo (Coding): Update current value of
889bf7c5 7983 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 7984
f7dc1244 79852000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
7986
7987 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
7988 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
7989
b90a5f51
CF
79902000-11-10 Christopher Faylor <cgf@cygnus.com>
7991
7992 * gdb.texinfo: Document new 'set step-mode' command.
7993
f7dc1244 79942000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
7995
7996 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
7997 changes from Dmitry Sivachenko <dima@Chg.RU>.
7998
f7dc1244 79992000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
8000
8001 * gdb.texinfo (Hooks): Document the new post-hook functionality.
8002 From Steven Johnson <sbjohnson@ozemail.com.au>.
8003
2e685b93
MK
80042000-08-10 Mark Kettenis <kettenis@gnu.org>
8005
8006 * gdbint.texinfo (Overall Structure): Spelling fix.
8007
f7dc1244 80082000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
8009
8010 * gdbint.texinfo (Target Architecture Definition): Document that
8011 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
8012 for which REGISTER_CONVERTIBLE returns a zero value.
8013
63ac3005
EZ
80142000-07-08 Christopher Faylor <cgf@cygnus.com>
8015
8016 * Makefile.in (install-info): Find files to install in either the
8017 build or source directories (adapted from Makefile.am).
8018
bd79f757
ND
80192000-07-07 Nicholas Duffek <nsd@redhat.com>
8020
8021 * stabs.texinfo: Fix spelling errors.
8022 (String Field): FILE-NUMBER starts from 0, not 1.
8023
f7dc1244 80242000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
8025
8026 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 8027 Brian Youmans.
5f208f6d 8028
f7dc1244 80292000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
8030
8031 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
8032 the source directory. Reported by Mark Harig
8033 <markh@frazier.landmark.com>.
cc542d3b 8034
f3b28801
C
80352000-06-20 J.T. Conklin <jtc@redback.com>
8036
8037 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
8038
449f3b6c
AC
8039Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
8040
8041 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 8042 Generate using pdftex.
449f3b6c 8043 (PDFTEX): Define.
889bf7c5 8044 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 8045 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 8046 @contents at the start.
449f3b6c 8047
f7dc1244 80482000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
8049
8050 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 8051 Youmans.
48e934c6 8052
9e9c5ae7
AC
8053Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
8054
8055 From Brian Youmans:
8056 * gdb.texinfo: Fix ``et al.''.
8057
c741b251
AC
8058Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
8059
8060 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 8061 loop.
c741b251 8062
4ab64e14
JG
80632000-05-19 Jimmy Guo <guo@cup.hp.com>
8064
8065 * configure: Regenerate.
8066
f7dc1244 80672000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
8068
8069 * Makefile.in (install-info): Run install-info on installed Info
8070 files.
8071
8c70017b
AC
8072Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
8073
a7cb598a 8074 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 8075 Andrew Cagney.
8c70017b 8076
f7dc1244 80772000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
8078
8079 * gdb.texinfo: Proofreading changes from Brian Youmans.
8080
bf0184be
ND
80812000-05-01 Nick Duffek <nsd@cygnus.com>
8082
8083 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
8084 startup sequence, minor edits.
8085
f7dc1244 80862000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
8087
8088 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
8089 TeX.
8090
8091 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
8092 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
8093 like `n' and `s' which look weird. Convert some of the @kindex to
8094 @vindex, when they refer to variables, not commands.
8095
33e16fad
AC
8096Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
8097
8098 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
8099
f7dc1244 81002000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
8101
8102 * Makefile.in (GDBMI_DIR): New variable.
8103 (SET_TEXINPUTS): Add $(GDBMI_DIR).
8104 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
8105 (gdbmi.texinfo): New target, for texi2roff.
8106 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
8107 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
8108
8109 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
8110 gdbmi.texinfo.
8111 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
8112 comment.
8113
d167840f
EZ
81142000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8115
8116 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 8117 command.
d167840f 8118
f7dc1244 81192000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
8120
8121 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
8122 prevents the build (and is generally a Bad Idea).
8123
f7dc1244 81242000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
8125
8126 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
8127 a comma inside @var.
8128 (Command Files): Index markup changes from Dmitry Sivachenko
8129 <dima@Chg.RU>.
8130
f7dc1244 81312000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
8132
8133 * Makefile.in (LN_S): Define.
8134 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
8135 invoke "ln -s" unless it is known to work.
8136
8137 * configure.in (AC_PROG_LN_S): Add.
8138
8dc7983f
JB
81392000-04-14 Jim Blandy <jimb@redhat.com>
8140
8141 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
8142 section.
8143 (Target Conditionals): Document ADDRESS_TO_POINTER,
8144 POINTER_TO_ADDRESS.
8145
1a8237e8
DB
81462000-04-11 Daniel Berlin <dan@cgsoftware.com>
8147
8148 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
8149 gdb-cfg.texi to get the value.
8150
ca526f1a
JB
81512000-04-10 Jim Blandy <jimb@redhat.com>
8152
8153 * gdbint.texinfo (Target Architecture Definition): Fix
8154 cross-references.
8155
faaafcb4
JB
81562000-04-08 Jim Blandy <jimb@redhat.com>
8157
8158 * gdbint.texinfo (Using Different Register and Memory Data
8159 Representations): New section.
8160 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
8161 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
8162 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 8163
1b27397f
AC
8164Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
8165
8166 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 8167 for acknowledgments.
1b27397f 8168
480ff1fb
AC
8169Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
8170
8171 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 8172 qThreadExtraInfo.
480ff1fb 8173
a9331b3f 81742000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 8175
a9331b3f
RM
8176 * gdb.texinfo: Clarify which remote debug protocol commands are
8177 required and which are optional.
f1251bdd 8178
dbeb8dbd
AC
8179Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
8180
8181 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
8182 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
8183 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
8184 * annotate.texi: Update.
8185
6d2ebf8b
SS
81862000-03-28 Stan Shebs <shebs@apple.com>
8187
8188 * gdb.texinfo: Update dates, bump to Eighth Edition (note
8189 expectation of additional changes before release), update
8190 ISBN, add copy of top-level menu for @ifhtml, remove explicit
8191 node links, rephrase and/or shorten lines to fix formatting
8192 problem in both regular and @smallbook formats.
8193 * annotate.texi: Shorten lines in example, use smallexample
8194 consistently everywhere.
8195 * Makefile.in: Add comment about texinfo 4.0 html generation.
8196 (SFILES_INCLUDED): Add annotate.texi.
8197
5d161b24
DB
81982000-03-27 Daniel Berlin <dan@cgsoftware.com>
8199
5ae4183a
AS
8200 * gdb.texinfo (Debugging Output): Added new section, documenting
8201 the "set/show debug" commands.
5d161b24 8202
b9deaee7
AC
8203Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
8204
8205 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 8206 entry.
b9deaee7
AC
8207
8208 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
8209 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 8210 @chapter and @node entries.
a9331b3f 8211
b9deaee7 8212 * gdb.texinfo: Link all top-level nodes.
a9331b3f 8213
9ef47d30
AC
8214Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
8215
8216 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 8217 files.
9ef47d30 8218
cfeada60
FN
82192000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
8220
8221 From David Whedon <dwhedon@gordian.com>
5ae4183a 8222 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 8223
6837a0a2
DB
82242000-03-22 Daniel Berlin <dan@cgsoftware.com>
8225
8226 * gdb.texinfo: Add documentation for the apropos command.
8227
bba2971c
MS
82282000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
8229
8230 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
8231
2b628194
MS
82322000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
8233
a9331b3f 8234 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
8235 two places.
8236
96a2c332
SS
82372000-03-17 Stan Shebs <shebs@apple.com>
8238
8239 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
8240 <dima@Chg.RU>, also clarification of allowed content for
8241 string constants.
8242
f7dc1244 82432000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
8244
8245 * gdb.texinfo (main menu): Add Annotations.
8246 (File Options): Add @cindex entries for each command-line option.
8247 Document --epoch, --annotate, --async, --interpreter, --write,
8248 --statistics, and --version.
8249
8250 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
8251 of GDB.
8252
9d233477
JB
82532000-02-23 Jim Blandy <jimb@redhat.com>
8254
8255 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
8256
14e0eb3b
JB
82572000-02-22 Jim Blandy <jimb@redhat.com>
8258
8259 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
8260
3555de01
JM
82612000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
8262
8263 * Makefile.in (diststuff): New target.
8264
5e35df8e
KB
82652000-02-15 Kevin Buettner <kevinb@redhat.com>
8266
8267 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 8268 architecture. [From Jim Wilson.]
5e35df8e 8269
c5394b80
JM
82702000-01-16 Tom Tromey <tromey@cygnus.com>
8271
8272 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
8273 (Delete Breaks): Mention range arguments.
8274 (Disabling): Likewise.
8275
c3f6f71d
JM
82762000-01-05 Dmitry Sivachenko <dima@Chg.RU>
8277
8278 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
8279
c4093a6a
JM
8280Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
8281
8282 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 8283 valid functions.
c4093a6a 8284
11cf8741
JM
82851999-11-05 Stan Shebs <shebs@andros.cygnus.com>
8286
8287 * gdb.texinfo: Clarify regular expressions used in rbreak.
8288
917317f4
JM
82891999-10-15 Kevin Buettner <kevinb@cygnus.com>
8290
8291 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
8292 MEMORY_REMOVE_BREAKPOINT): Document.
8293
8294Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
8295
8296 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 8297 offset re-using the DATA offset instead.
917317f4 8298
2df3850c
JM
82991999-10-11 Jim Kingdon <kingdon@redhat.com>
8300
8301 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
8302
83031999-10-05 Stan Shebs <shebs@andros.cygnus.com>
8304
8305 From Dmitry Sivachenko <demon@gpad.ac.ru>:
8306 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
8307 typos.
8308
8309 * gdb.texinfo: Various minor wording and formatting improvements,
8310 mentions of additional command-line options.
8311
2acceee2
JM
83121999-09-30 Fred Fish <fnf@cygnus.com>
8313
8314 * gdb.texinfo: Document additional forms of specifying section
8315 names and addresses for the add-symbol-file command.
8316
c2c6d25f
JM
83171999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
8318
8319 * gdbint.texinfo: Fix typo, add the word "have".
8320
83211999-09-14 Jim Blandy <jimb@cris.red-bean.com>
8322
8323 * gdbint.texinfo (Target Architecture Definition): Document the
8324 SKIP_PERMANENT_BREAKPOINT macro.
8325
d4f3574e
SS
83261999-09-07 Stan Shebs <shebs@andros.cygnus.com>
8327
8328 * gdb.texinfo: Fiks speling errers.
8329
8330 * gdb.texinfo: Fix uses of @multitable.
8331
f7dc1244 8332 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 8333 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 8334 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
8335 comments about using with optimization, add more indexing,
8336 fix info about disassembly-flavor.
8337
8338Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
8339
8340 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
8341 SKIP_SOLIB_RESOLVER): Define.
8342
8343Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
8344
8345 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 8346 ``g'' packets.
d4f3574e 8347
104c1213
JM
83481999-08-30 Stan Shebs <shebs@andros.cygnus.com>
8349
8350 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
8351 platform-specific info, inline remote.texi and move sections of it
8352 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
8353 and register stack into the new chapter.
8354 * remote.texi: Remove, now part of gdb.texinfo.
8355 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
8356
83571999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
8358
8359 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
8360 GDB_TARGET_IS_MACH386): These kludges have gone away.
8361
8362Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
8363
8364 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 8365 TDEPLIBS.
104c1213 8366
53a5351d
JM
83671999-08-20 Stan Shebs <shebs@andros.cygnus.com>
8368
8369 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
8370 surrounding text to fit HP-UX bits into general info.
8371 (HPPA-cfg.texi): Remove, no longer useful.
8372
8373 * gdb.texinfo: Remove explicit links from @node lines, remove
8374 HP-added "Detailed Node Listing" from main menu which confuses
8375 things.
8376
8377 From Dmitry Sivachenko <dima@Chg.RU>:
8378 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 8379 in description of `set environment'.
53a5351d
JM
8380
83811999-08-17 Stan Shebs <shebs@andros.cygnus.com>
8382
8383 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
8384
7be570e7
JM
83851999-08-12 Ben Elliston <bje@cygnus.com>
8386
8387 * gdbint.texinfo (Breakpoint Handling): Add missing words.
8388
f7dc1244 83891999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
8390
8391 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
8392 watch, awatch, and rwatch. Explain why the latter two cannot be
8393 set as software watchpoints. Document that watchpoints for local
8394 variables are deleted when the debuggee terminates.
7be570e7
JM
8395
8396Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
8397
8398 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
8399 packet. Allow E.. response packet. "qRcmd" packet is no longer
8400 reserved.
7be570e7
JM
8401
84021999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8403
a9331b3f
RM
8404 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
8405 * gdb.texinfo: Ditto.
7be570e7 8406
96baa820
JM
84071999-08-06 Tom Tromey <tromey@cygnus.com>
8408
8409 * gdb.texinfo (KOD): New node.
8410
8411Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
8412
8413 * remote.texi (Rcmd): Fix minor formatting typos.
8414
8415Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
8416
8417 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 8418 packets.
96baa820 8419
adf40b2e
JM
84201999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
8421
8422 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
8423 fixes.
8424
43ff13b4
JM
8425Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
8426
8427 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
8428
085dd6e6
JM
8429Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
8430
8431 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
8432 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
8433 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
8434 packets that are not supported on all hosts. Expand examples.
8435 Spell check.
085dd6e6
JM
8436
84371999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
8438
8439 * Makefile.in: Recognize html, install-html. Add targets
8440 to build HTML versions of documentation via texi2html.
8441
8442Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
8443
8444 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 8445 testsuite.
085dd6e6
JM
8446
8447Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
8448
8449 * remote.texi (Communication Protocol): Rewrite.
8450
8451Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
8452
8453 * stabs.texinfo: Fix uses of xref.
8454
9e0b60a8
JM
8455Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
8456
8457 * gdbint.texinfo: Add an anti-printf exhortation, and update the
8458 info about patch submission.
8459
cce74817
JM
8460Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
8461
8462 From Per Bothner <bothner@cygnus.com>:
8463 * gdb.texinfo: Document Chill support.
8464
8465Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
8466
8467 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
8468 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
8469 Document that the value should be greater-than or equal-to zero.
8470 (NO_STD_REGS): Document. Deprecate.
cce74817 8471
ac9a91a7
JM
8472Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8473
8474 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 8475 Document that these are not used.
ac9a91a7
JM
8476
8477Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8478
8479 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
8480
392a587b
JM
8481Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
8482
8483 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 8484 numargs was dropped.
392a587b
JM
8485
8486Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
8487
8488 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
8489
b83266a0
SS
8490Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
8491
8492 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 8493 Update.
b83266a0 8494
7a292a7a
SS
8495Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
8496
8497 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
8498 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
8499
8500Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
8501
8502 * gdbint.texinfo: Fix typos: $ -> @.
8503
8504Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
8505
8506 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
8507 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
8508 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
8509 BREAKPOINT_FROM_PC.
a9331b3f 8510
7a292a7a
SS
8511Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
8512
8513 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 8514 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
8515
8516Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8517
8518 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 8519 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
8520
85211999-04-02 Stan Shebs <shebs@andros.cygnus.com>
8522
8523 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
8524 longer exists.
8525
8526Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
8527
8528 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
8529 nearly all @ifset/@ifclear conditionals; nobody uses them, and
8530 they make the manual source incomprehensible.
7a292a7a
SS
8531 * h8-cfg.texi: Remove, hasn't been used in years.
8532
c906108c
SS
8533Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
8534
8535 * gdb.texinfo: Update the credits.
8536
8537Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
8538
8539 * gdb.texinfo: Fix mistakes noticed in printout of last
8540 draft, add Alpha to discussion of heuristic fence post.
8541
8542Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
8543
8544 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
8545 Edition, merge some HP changes into mainline, describe some
8546 previously undocumented features, describe more of the target
8547 commands available, eliminate obsolete section on renamed
8548 commands.
c906108c
SS
8549 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
8550
8551Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
8552
8553 * gdb.texinfo: Make many HPPA conditionals unconditional,
8554 including catchpoint description, since now on for all configs.
8555 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
8556 specializations.
8557
8558Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
8559
8560 * Makefile.in (GDBvn.texi): Fix match expression to work with
8561 current format of VERSION in gdb/Makefile.in.
8562 * gdb.texinfo: Fix node ref to match new readline.
8563
8564Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
8565
a9331b3f
RM
8566 * gdb.texinfo: Changes made as part of a project to merge in
8567 changes made by HP. Documentation makes extensive use of
c906108c
SS
8568 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
8569 on remote debugging. There are differences in documentation
889bf7c5 8570 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
8571 the HP manual discusses catchpoints, hardware watchpoints, and
8572 some HPUX specific limitations for shared library support.
a9331b3f 8573
c906108c
SS
8574 There are also a number of @node changes.
8575
85761999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
8577
8578 * gdbint.texinfo (Formatting): Disambiguate a sentence.
8579 (C Usage): Same.
8580
8581Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
8582
8583 The following changes were made by Edith Epstein
889bf7c5
PA
8584 <eepstein@cygnus.com> as part of a project to merge in changes
8585 made by HP.
a9331b3f 8586
c906108c
SS
8587 * HPPA-cfg.texi: new file.
8588
8589 * all-cfg.texi: set HPPA for HP PA-RISC targets.
8590
8591 * refcard.tex: change documentation about catch.
8592 removed info catch.
8593
8594Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
8595
8596 * gdbint.texinfo: Expand on GDB's coding standards,
8597 specify the use of arg names with prototypes.
8598
85991998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
8600
8601 * gdb.texinfo: Fix tipo.
8602
8603Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
8604
8605 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 8606 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
8607
8608Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
8609
8610 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
8611
86121998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
8613
8614 * agentexpr.texi: New file.
8615
8616Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
8617
8618 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
8619
86201998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
8621
8622 * remote.texi: Changed wording that implied that the GDB remote
8623 protocol caches register values instead of GDB itself.
8624
8625Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
8626
8627 * gdbint.texinfo: Add some info about symbol readers.
8628 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
8629 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
8630 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
8631 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
8632
8633Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
8634
a9331b3f 8635 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
8636
8637Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
8638
8639 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
8640
8641Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
8642
8643 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 8644 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
8645
8646Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
8647
8648 * gdbint.texinfo: Fix minor typos.
8649
8650Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
8651
8652 * gdbint.texinfo: Complete overhaul. Group descriptions more
8653 logically, add more info on generic algorithms, remove much
8654 obsolete and/or wrong material.
8655
8656Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
8657
8658 * stabs.texinfo (Method Type Descriptor): Expand and correct.
8659
8660Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
8661
8662 * refcard.tex: Copyright, address updates.
8663
8664Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
8665
8666 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
8667 for the edition instead of confusing GDB-version-like numbers.
8668
8669Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
8670
8671 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
8672
8673Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
8674
5ae4183a 8675 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
8676
8677Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
8678
8679 * gdb.texinfo: Add some credits, mention bug monitor.
8680 * remote.texi: Mention mips monitor targets.
8681 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 8682
c906108c
SS
8683Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
8684
8685 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
8686 files, finish sorting of host vs target vs native macros, describe
8687 some more of them.
c906108c
SS
8688
8689Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
8690
8691 * gdbint.texinfo (Host Conditionals): Document change from
8692 using NO_MMALLOC to it's inverse, USE_MMALLOC.
8693
8694Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
8695
8696 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 8697 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
8698
8699Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
8700
8701 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
8702 Document LSEEK_NOT_LINEAR.
8703
8704Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
8705
8706 * stabs.texinfo (Stab Section Basics): Make it clear that only
8707 some versions of the GNU linker remove the leading N_UNDF symbol.
8708
8709Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
8710
8711 * stabs.texinfo (String Field): Document type number pairs here,
8712 instead of in the Sun specific section.
8713 (Include Files): The GNU linker supports the N_BINCL
8714 optimization. Clarify the N_BINCL value, and what it is used
8715 for.
8716 (Procedures): Document N_FUN with an empty string to mark the end
8717 of a function.
8718 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
8719 (Sun Differences): Remove this node, as the information is now
8720 elsewhere in the main document.
8721 (Stab Section Basics): Mention that the GNU linker may optimize
8722 stabs and remove the leading N_UNDF symbol.
8723
8724Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
8725
8726 * gdb.texinfo, refcard.tex: Restore author credit
8727
8728Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
8729
8730 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
8731 documentation to account for START and END macros taking
8732 one arg.
8733
8734Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
8735
8736 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
8737 * gdb.texinfo (Frames): Fix typo.
8738
8739Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
8740
8741 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
8742 a target_signal as arg type, not a pid.
8743
8744Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
8745
8746 * gdb.texinfo: Document `set assembly-language'.
8747
8748Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
8749
8750 * remote.texi: Update list of stubs in the GDB distribution.
8751
8752Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
8753
8754 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
8755 Also document that some systems can use mmalloc but must define
8756 this if their C runtime allocates memory that is later freed.
c906108c 8757 (MMCHECK_FORCE): Document new macro.
a9331b3f 8758
c906108c
SS
8759Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
8760
8761 * remote.texi: Add documentation for target Sparclet.
8762
8763Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8764
a9331b3f 8765 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
8766 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
8767 * configure.in: Rewritten for autoconf.
8768 * configure: New.
8769
8770Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
8771
8772 * Makefile.in (DVIPS): New define, set to dvips.
8773 (dvi): Add stabs.dvi.
8774 (ps): New target.
8775 (all-doc): Depend on info, dvi, and ps targets.
8776 (STAGESTUFF): Add *.ps and *.dvi files.
8777 (clean-info, clean-dvi): Remove.
8778 (mostlyclean): Does not depend upon clean-info or clean-dvi,
8779 rules completely rewritten.
8780 (maintainer-clean): Remove clean-info and clean-dvi
8781 dependencies and put their actions in the rules.
8782 (gdb.ps): New target
a9331b3f 8783 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
8784 intermediate TeX files, whether they have 2 or 3 character
8785 extensions.
8786 (gdbint.ps): Add target and rules.
8787 (gdb-internals): Delete unused target.
8788 (Makefile): Depends upon config.status also.
8789
8790Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
8791
8792 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
8793 set.
8794
8795Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
8796
8797 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
8798 * gdb.texinfo (Expressions): Fix erroneous array constant example.
8799
8800Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
8801
8802 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
8803
8804Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8805
8806 * gdb.texinfo (Print settings): Document
8807 `set/show print static-members' commands.
8808
8809Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
8810
8811 * gdbint.texinfo (Native): Document name change, coredep.c to
8812 core-aout.c.
8813
8814Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
8815
8816 * stabs.texinfo (Include Files): Document the values the SunOS4
8817 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
8818
8819Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
8820
8821 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
8822 Fix typo.
8823
8824Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
8825
8826 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
8827 "gdb.tar.Z".
8828
8829Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
8830
8831 * Makefile.in (maintainer-clean): New target, synonym for
8832 realclean.
8833
8834Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
8835
8836 * Update all FSF addresses except those in COPYING* files.
8837
8838Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
8839
8840 From Richard Earnshaw (rearnsha@armltd.co.uk):
8841 * gdb.texinfo (convenience variables): Document $_exitcode.
8842 (quit): Document optional expression to use as exit code.
8843
8844Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
8845
8846 * gdb.texinfo, remote.texi: Brought up to date with various
8847 GDB changes.
8848
8849Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
8850
8851 * gdb.texinfo: Update dates and versions, fix comments about
8852 hardware watchpoints in future releases and about the
8853 sharedlibrary command.
8854
8855Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8856
8857 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
8858 C_FUN stab. Other cleanups.
8859
8860Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8861
8862 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
8863 for the sparc stub.
8864
8865Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8866
8867 * annotate.texi: Clarify which addresses have differing formats
8868 depending on the language and which do not.
8869
8870Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8871
8872 * remote.texi (NetWare): Changed example to use BOARD= instead of
8873 NODE= argument to reflect correspoding change to gdbserve.nlm.
8874
8875Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8876
8877 * stabs.texinfo (Negative Type Numbers): Mention the fact that
8878 GDB, as well as AIX dbx, supports the size type attribute.
8879
8880Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8881
8882 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
8883
8884Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
8885
8886 * gdb.texinfo (Define): Document $arg0... arguments to commands,
8887 and new 'if' and 'while' commands.
8888
8889Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
8890
8891 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
8892
8893Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8894
8895 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
8896 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
8897 NetWare targets. Mostly stolen from the Server node.
8898
8899Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8900
8901 * gdb.texinfo (Setting): Talk about the language of a source file
8902 versus the working language. The old documentation did not match
8903 what GDB did.
8904
8905Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8906
8907 * stabs.texinfo (Source Files): Document N_SO used to mark the end
8908 of a source file.
8909
8910Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8911
8912 * gdb.texinfo (Processes): New node.
8913
8914Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
8915
8916 * remote.texi: Update documentation of set/show mipsfpu.
8917
3fc11d3e
JM
8918Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
8919
8920 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
8921 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
8922
8923Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
8924
8925 * gdbint.texinfo: Removed mentions of some incorrectly placed and
8926 obsolete conditionals, described some others.
8927
8928Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8929
8930 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
8931 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
8932
8933Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
8934
8935 * gdbint.texinfo: Put regex conditionals in their own table.
8936
8937Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
8938
8939 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
8940 described or fixed the descriptions of many others.
8941
8942Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
8943
8944 * gdb.texinfo: Add some more credits.
8945 * gdbint.texinfo: Capitalize GDB consistently, describe some
8946 macros and remove some.
8947
8948Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
8949
8950 * gdbint.texinfo: Removed mentions of many incorrectly placed and
8951 obsolete conditionals, described some others.
8952
8953Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8954
8955 * gdb.texinfo (help targets): Changed to `help target', which
8956 is the correct gdb command.
8957
8958Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8959
8960 * annotate.texi (TODO): New node, for keeping track of annotations
8961 suggested but not yet implemented.
8962
8963Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8964
8965 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
8966 another symbol, it is not the address itself.
8967
8968Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
8969
8970 * stabs.texinfo (Stab Section Basics): Add comment about alignment
8971 of stabs-in-coff sections.
8972
8973Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8974
8975 * annotate.texi: Change edition to 0.5 and date to May 1994.
8976 Add index.
8977 (Frames): New node, for frame annotation.
8978 (Displays): New node, for display annotation.
8979
8980 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
8981 when waiting for your program to stop.
8982
8983Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8984
8985 * annotate.texi (Breakpoint Info): Document annotation of header
8986 fields and record annotation.
8987
8988Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8989
8990 * annotate.texi: New file, to document annotations.
8991
8992Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8993
8994 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
8995 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
8996
8997Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8998
8999 * stabs.texinfo (Stab Section Basics): Say what is in .stab
9000 section, and say n_strx field is compilation unit relative.
9001 * stabs.texinfo: Don't use @code for a.out when it is the name of
9002 an object file format.
9003
9004Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9005
9006 * gdb.texinfo: Refer to file names, not path names, per rms
9007 convention.
9008 (Arguments): Fix typo.
9009
9010Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9011
9012 * stabs.texinfo (Global Variables): Talk about stabs in files
9013 where variables are referenced, but not defined.
9014
9015Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9016
9017 * stabs.texinfo: Move stuff on @ and # type descriptors from node
9018 Cplusplus to new nodes Member Type Descriptor and Method Type
9019 Descriptor. Re-write stuff for #.
9020
9021Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9022
9023 * gdb.texinfo (Print Settings): Don't document "set print
9024 fast-symbolic-addr off". The bug which it worked around was fixed
9025 on 25 Feb 94 in coffread.c, so I'm nuking the command.
9026
9027 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
9028 N_ENTRY node.
9029
9030 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
9031
9032Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9033
9034 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
9035 references to ieee-float.c.
9036
9037Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9038
9039 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
9040 match what the code actually does.
9041
9042Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9043
9044 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
9045
9046Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9047
9048 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
9049 i, and b.
9050
9051Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
9052
9053 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
9054 well as for ELF and SOM. Unify the descriptions of ELF and SOM
9055 as "stabs in sections" rather than just saying "ELF and SOM".
9056 Also make that stuff apply to COFF.
9057
9058Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9059
9060 * gdb.texinfo (Formatting Documentation): Change GhostScript to
9061 Ghostscript.
9062
9063Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9064
9065 * gdb.texinfo (Continuing and Stepping): When talking about "step"
9066 versus functions without line numbers, also mention stepping into
9067 them as well as "step" when you are in them. Tell the user how to
9068 deal with the situation. Add comment about "debugging information".
9069
9070Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9071
9072 * stabs.texinfo (Enumerations): Document restriction on where
9073 enumeration types can appear and still win with GDB.
9074
9075Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9076
9077 * stabs.texinfo (Negative Type Numbers): Document format for type
9078 -16.
9079
9080Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9081
9082 * gdb.texinfo (Selection, Frame Info): Update information about
9083 arbitrary frame specficiations.
9084
9085Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
9086
9087 * gdb.texinfo, remote.texi: general editing pass prior to Net release
9088
9089Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9090
9091 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
9092
9093Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
9094
9095 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
9096
9097Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9098
9099 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
9100 Differences node to Statics node.
9101 (Statics): Discuss XCOFF use of V symbol descriptor.
9102
9103 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
9104 not clean.
9105
9106Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
9107
9108 * gdb.texinfo (Print Settings): Document `set print
9109 fast-symbolic-addr' and improve the doc for some other
9110 `set print's.
9111
9112Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9113
9114 * stabs.texinfo (String Field): Talk about defining several type
9115 numbers at once.
9116 Fix lint regarding changing node ELF Transformations to
9117 ELF and SOM Transformations.
9118
9119Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
9120
9121 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
9122
9123Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9124
9125 * stabs.texinfo (Cross-References): `::' is for nested types only
9126 within <>.
9127 (Structures): Document static members.
9128
9129Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9130
9131 * stabs.texinfo: Document S type attribute.
9132
9133Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
9134
9135 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
9136
9137Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
9138
9139 * gdbint.texinfo: Fix a few typos.
9140
9141Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9142
9143 * gdb.texinfo, remote.texi: formatting improvements
9144
9145 * gdb.texinfo (New Features): mention threads.
9146 (Summary, C): fix xrefs in newly contributed text.
9147 (Threads): index entries, clarifications, example
9148 (passim): minor typos fixed, phrasing improvements
9149
9150 * remote.texi (Bootstrapping): rephrase text on ^C and add index
9151 entries; (Server): explain use of gdbserver w/real-time systems,
9152 add example of conflicting TCP port; (MIPS Remote) break up
9153 running text into table, highlighting commands, and add example.
a9331b3f 9154
c906108c
SS
9155Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9156
9157 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
9158
9159Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9160
9161 * stabs.texinfo (Nested Symbols): New node.
9162 (String Field, Symbol Descriptors, Cross-References): Refer to it.
9163
9164Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9165
9166 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
9167 to picking which Bbss.bss symbol to use, and (because there seems to
9168 be no good way of doing it) re-write some of the text to make it
9169 sound like Bbss.bss isn't such a great idea after all (as currently
9170 designed).
9171
9172 * gdb.texinfo (C): In addition to saying people have to use g++ for
9173 good results, say they have to use stabs. Specifically say cfront
9174 doesn't work well.
9175 (Summary): Merge in information on Modula-2, Pascal, and Chill from
9176 the gdb README. Add xrefs to places where the support for the various
9177 languages is described in detail.
9178
9179Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9180
9181 * stabs.texinfo: Clean up stuff about visibility and virtual
9182 characters.
9183
9184 * stabs.texinfo (N_M2C): Cite Sun doc.
9185
9186Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9187
9188 * gdb.texinfo: updates re threads.
9189 * remote.texinfo: avoid index entries starting with digits.
9190
9191Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9192
9193 * stabs.texinfo (Enumerations): Talk about large, negative and
9194 octal values. Clean up cross reference to type attributes.
9195 (String Field): Say that GDB 4.11 supports size attribute.
9196
9197Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9198
9199 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
9200 is a mandatory step. Make the stuff about that more concise.
9201
9202Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9203
9204 * stabs.texinfo (Class Names): New node.
9205
9206 * gdb.texinfo (Command Files): Explain order of init file reading.
9207
9208 * remote.texi (Bootstrapping): Talk about getting the serial driver
9209 to deal with ^C sent by gdb to stop the remote system.
9210
9211Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
9212
9213 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
9214
9215 * libgdb.texinfo (Defining Commands): made the DOC arg
9216 to gdb_define_app_command a char * instead of char **
9217 per a suggestion from kingdon.
9218
9219 * libgdb.texinfo: total rewrite from a different starting
9220 premise.
9221
9222Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9223
9224 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
9225 floats passed as doubles (to improve clarity).
9226
9227Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9228
9229 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
9230
9231 * a4rc.sed: update to work with Andreas Vogel papersize params
9232
9233 * refcard.tex: use Andreas Vogel simplifications of papersize
9234 params; remove useless version info; update copyright date.
9235
9236Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9237
9238 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
9239
9240Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9241
9242 * gdb.texinfo (Files): Say what address the load command loads it at.
9243
9244 * stabs.texinfo (Common Blocks): Minor cleanups.
9245
9246 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
9247 that Sun has backed away from the linker kludge and thus the relevant
9248 issue is changes to the SunPRO tools, not the Solaris linker.
9249
9250 * stabs.texinfo (Traditional Integer Types): Clean up description
9251 of octal bounds a little bit. Document extra leading zeroes.
9252
9253Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9254
9255 * gdb.texinfo (Signaling): Update for symbolic symbol names
9256 and add a section explaining the difference between the GDB
9257 signal command and the shell kill utility.
9258
9259Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
9260
9261 * libgdb.texinfo: added `@' to braces that were unescaped.
9262
9263Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
9264
9265 * libgdb.texinfo: new file. Spec for the gdb library.
9266
9267Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9268
9269 * stabs.texinfo (Include Files): Fix typo (start -> end).
9270
9271Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9272
9273 * gdb.texinfo, remote.texi: assorted small improvements, mostly
9274 from Melissa at FSF's editing pass.
9275
9276Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9277
9278 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
9279 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
9280 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
9281
9282Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9283
9284 * remote.texi (Bootstrapping): Discuss 386 call gates.
9285
9286Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9287
9288 * stabs.texinfo (Based Variables): New node.
9289
9290Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
9291
9292 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
9293 names, sizes, and formats to suggest how not to lose.
9294
9295Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9296
9297 * stabs.texinfo (Methods): Fix typo.
9298
9299Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9300
9301 * gdb.texinfo: Fix a few typos.
9302
9303Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9304
9305 * gdb.texinfo: Clarify how well it works with Fortran.
9306
9307 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
9308 More on relocating stabs in ELF files.
9309
9310Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9311
9312 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
9313
9314Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9315
9316 * stabs.texinfo (Local Variable Parameters): Talk about nameless
9317 parameters on VAX.
9318
9319Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9320
9321 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
9322
9323Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9324
9325 * stabs.texinfo: Make info author notice match the TeX author notice.
9326
9327Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9328
9329 * stabs.texinfo: Initial-caps all words in node names and
9330 non-trivial words in section names.
9331
9332Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9333
9334 * stabs.texinfo: Many minor cleanups.
9335
9336 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
9337
9338Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
9339
9340 * stabs.texinfo: Remove full description of big example.
9341 It's not really helpful; just use pieces of it where appropriate.
9342 Add more Texinfo formatting directives (@samp, etc.).
9343 Use @deffn to define stab types.
9344 Eliminate some wordiness. Break up some nodes.
9345 Add an (alphabetized) index of symbol types.
9346 Use consistent capitalization style in node and section names.
9347
9348Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
9349
9350 * gdb.texinfo: Change typo "Two two" to "The two".
9351
9352Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9353
9354 * stabs.texinfo (XCOFF-differences): Remove references to
9355 non-existent types N_DECL and N_RPSYM.
9356
9357 * stabs.texinfo (String Field): Say that type attributes bug is
9358 fixed in GDB 4.10, since it is.
9359
9360 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
9361
9362Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
9363
9364 * stabs.texinfo: Formatting cleanups.
9365
9366Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9367
9368 * stabs.texinfo: When explaining the n_type of a stab, standardize
9369 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
9370 no tabs, use @r).
9371 (Global Variables): Clean up.
9372
9373Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9374
9375 * stabs.texinfo (Stack Variables): Re-write.
9376
9377Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9378
9379 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
9380 addresses of a source file. Also revise formatting.
9381 Change "object module" or "object file" to "source file".
9382 Various: Miscellaneous cleanups.
9383
9384Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9385
9386 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
9387
9388Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
9389
9390 * gdbint.texinfo: Removed many nonsensical machine-collected
9391 host and target conditionals, described some of the remainder.
9392
9393Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9394
9395 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
9396
9397 * gdbint.texinfo (Top): Add name to @top line, and re-write the
9398 paragraph which follows.
9399
9400 * gdbint.texinfo (Host): Use @code not @samp for Makefile
9401 variables. Looks better and avoids overful hbox.
9402
9403Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9404
9405 * stabs.texinfo (Procedures): Improve stuff on nested functions.
9406
9407Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9408
9409 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
9410 retransmit-timeout
9411
9412Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9413
9414 * gdbint.texinfo: Update statement about `some ancient Unix
9415 systems, like Ultrix 4.0' to Ultrix 4.2.
9416
9417Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
9418
9419 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
9420
9421 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
9422
9423 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
9424 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
9425
9426 * remote.texi: new name for former gdbinv-s.texi
9427
9428 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
9429
9430Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
9431
9432 * gdbinv-s.texi: Documented timeout and retransmit-timeout
9433 variables for MIPS remote debugging protocol.
9434
9435Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9436
9437 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
9438
9439Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9440
9441 * Makefile.in (refcard.dvi): Use srcdir where necessary.
9442
9443Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
9444
9445 * gdb.texinfo: repair conditional bugs in text markup
9446
9447Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9448
9449 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
9450 to select Modula-2 material.
9451
9452Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9453
9454 * stabs.texinfo: Cleanups regarding statics.
9455
9456 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
9457 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
9458
9459Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9460
9461 * stabs.texinfo: N_MAIN is sometimes used for C.
9462
9463Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9464
9465 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
9466
9467Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
9468
9469 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 9470 removed from the code by Kingdon.
c906108c
SS
9471
9472Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9473
9474 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
9475 input when evaluating breakpoint conditions; the bug has been fixed.
9476
9477 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
9478 sets the ignore count to N-1, not to N.
9479
9480Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9481
9482 * refcard.tex (\hoffset): correct longstanding error to match
9483 intended offset; avoids cutting off edge on some printers
9484
9485Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9486
9487 * stabs.texinfo (Parameters): Say that order of stabs is significant.
9488
9489Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9490
9491 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
9492
9493Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9494
9495 * Makefile.in: (REFEDITS) new var to control whether PS or CM
9496 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
9497 collect sed edits if any, apply to refcard before formatting;
9498 (refcard.ps) stop implying PS fonts if PS output requested;
9499 (lrefcard.ps) delete extra target for variant PS fonts
9500
9501 * refcard.tex: parametrize papersize dependent info, collect
9502 in easily replaced spot
9503
9504 * a4rc.sed: new file, edits to refcard for A4 paper
9505
9506Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9507
9508 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
9509
9510Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9511
9512 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
9513
9514Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9515
9516 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
9517 politely rather than rudely.
9518
9519Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9520
9521 * stabs.texinfo: Document common blocks.
9522
9523Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
9524
9525 * stabs.texinfo: Add some basic info about stabs-in-elf.
9526
9527Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9528
9529 * stabs.texinfo (Top): Minor cleanup.
9530
9531Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
9532
9533 * Makefile.in (install-info): remove parentdir support
9534
9535Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9536
9537 * gdb.texinfo (Copying): delete this node and references to it;
9538 RMS says this manual need not carry GPL. (passim): Improvements
9539 from last round at FSF, largely due to Ian Taylor review, and
9540 minor formatting improvements.
9541
9542 * gdbinv-s.texi (passim): Improvements from last round at FSF,
9543 largely due to Ian Taylor review. (Debug Session): minor edits to
9544 new text.
9545
9546Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
9547
9548 * Makefile.in (realclean): Remove info and dvi files too.
9549
9550Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
9551
9552 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
9553 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
9554 * gdb.texinfo: Change accordingly.
9555
9556 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
9557 N_{L,R}BRAC,N_SLINE are relative to.
9558
9559Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
9560
9561 * Makefile.in (GDBvn.texi): Update atomically.
9562
9563Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
9564
9565 * gdbinv-s.texi (Debug Session): Document exceptionHook.
9566
9567Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
9568
9569 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
9570 addresses together. Also motivate the set print symbol-filename
9571 command and suggest other solutions.
9572
9573Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
9574
9575 * gdb.texinfo (set print elements): Note that the number of
9576 elements is set to unlimited by "set print elements 0".
9577
9578Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
9579
9580 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
9581 NF_LDOUBLE means.
9582 (Stab Types): Include Solaris stab types.
9583 (Procedures): Document Solaris extensions.
9584
9585Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9586
9587 * gdb.texinfo: Add `set print symbol-filename' doc.
9588
9589Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9590
9591 * stabs.texinfo (Arrays): Talk about type definition vs. type
9592 information.
9593
9594 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
9595 the trailing semicolon.
9596
9597Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9598
9599 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
9600 and merge in other parts of the document addressing these subjects.
9601 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
9602
9603 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
9604 at the end of a range type.
9605
9606 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
9607 AIX extensions.
9608
9609Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9610
9611 * stabs.texinfo (Stabs Format): Misc fixes.
9612
9613Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9614
9615 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
9616 (Traditional builtin types): Document convex convention for long long.
9617 (Negative builtin types): Discuss type names, and misc fixes.
9618
9619Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9620
9621 * stabs.texinfo (Builtin Type Descriptors): Document the floating
9622 point types used with @samp{R} type descriptor.
9623 (Symbol Descriptors): Describe how to handle conflict between
9624 different meanings of @samp{P} symbol descriptor.
9625
9626Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9627
9628 * stabs.texinfo: Remove node Quick Reference and put its children
9629 directly under the main menu.
9630
9631 * stabs.texinfo: Many more changes to bring it into line with
9632 AIX documentation and reality. I think it now has all the
9633 information from the AIX documentation, except that I burned
9634 out when I got to variant records (Pascal and Modula-2) and
9635 all the COBOL types. Oh well, we can add them later when we're
9636 worrying more about those languages.
9637
9638 * stabs.texinfo (Automatic variables): Talk about what it means
9639 to omit the symbol descriptor.
9640
9641Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9642
9643 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
9644 gcc2 behavior with promoted args.
9645
9646Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9647
9648 * gdb.texinfo: include readline appendices in info version of manual
9649
9650Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9651
9652 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
9653 target remote.
9654
9655 * gdb.texinfo (Machine Code): more index entries for disassemble
9656
9657Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
9658
9659 * Clarify the intended use of the gdb-testers and gdb-patches
9660 mailing lists, and shrink gzip comment.
9661
9662Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9663
9664 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
9665 DOSHOST configuration of manual.
9666
9667 * gdb.texinfo (MIPS Stack): new node.
9668
9669 * all-config.texi (MIPS) new switch.
9670
9671 * gdbinv-s.texi (Nindy Options) Remove two instances of future
9672 tense; (MIPS Remote) new node.
9673
9674 * gdb.texinfo (passim) rephrases to work around makeinfo @value
9675 bug; (Environment) less passive, other small cleanups in text about
9676 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
9677 (Remote) new MIPS Remote menu entry.
9678
9679Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
9680
9681 * stabs.texinfo: Many changes to include information from the
9682 AIX documentation.
9683
9684 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
9685
9686Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
9687
9688 * gdbint.texinfo (new node Debugging GDB, elsewhere):
9689 Move a bunch of information from ../README.
9690 (Getting Started): New node.
9691
9692Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9693
9694 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
9695
9696 * gdb.texinfo: advance manual revision dates to present
9697
9698 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
9699 stop using silly Roman numerals in @set variable names
9700
9701Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
9702
9703 * stabs.texinfo (Parameters): Keep trying to get this right.
9704
9705Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
9706
9707 * stabs.texinfo (Parameters): More on "local parameters".
9708
9709Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
9710
9711 * stabs.texinfo (Parameters): Re-do "local parameters" section.
9712
9713Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
9714
9715 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
9716 (Parameters): Rewrite.
9717 (xcoff-differences, Sun-differences): Minor changes.
9718
9719Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
9720
9721 * stabs.texinfo: Minor cleanup.
9722
9723Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
9724
9725 * gdbint.texinfo: Minor xcoff stuff.
9726
9727Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
9728
9729 * gdbint.texinfo: Update for new config directory structure.
9730 Add info about internal type data structures.
9731
9732Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
9733
9734 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
9735 $(srcdir).
9736 (gdb-config.texi): Depend on file in $(srcdir).
9737
9738Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
9739
9740 * stabs.texinfo: Fixes about N_SO.
9741
9742Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9743
9744 * gdb.texinfo: include list of nonstandard init file names
9745
9746 * *-config.texi: new switch GENERIC for text that applies *only*
9747 to (usual) multiple-target version of manual
9748
9749 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
9750 h8 config
9751
9752 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
9753 in menus (rather than conditionally selected multiple alternative
9754 menus).
9755
9756 * Makefile.in: define and use DOC_CONFIG var to select
9757 configuration for GDB user manual.
9758
9759 * gdb-config.texi: delete from repository, generate from Makefile.
9760
9761 * all-config.texi: normal `generic' configuration file, formerly
9762 stored as gdb-config.texi
9763
9764Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
9765
9766 * Makefile.in: add dvi target to build all .dvi files
9767
9768Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9769
9770 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
9771
9772Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
9773
9774 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
9775 host conditionals.
9776 * stabs.texinfo: More array fixes inspired by Jim's.
9777
9778Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
9779
9780 * stabs.texinfo: Fixes re arrays and continuations.
9781
9782 * gdbint.texinfo: Add XCOFF node.
9783
9784Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
9785
9786 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
9787
9788Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
9789
9790 * stabs.texinfo: Fix for array types to mention lower bounds.
9791
9792Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
9793
9794 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
9795
9796Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
9797
9798 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
9799
9800Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
9801
9802 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
9803 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
9804
9805Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
9806
9807 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
9808
9809Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9810
9811 * gdb.texinfo, gdbinv-s.texi: misc updates
9812
9813Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
9814
9815 * gdbint.texinfo: Brief documentation for longjmp support,
9816 from an email msg by Stu.
9817
9818Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
9819
9820 * stabs.texinfo: Fix description of floating point "range"
9821 types (which really define basic types). Reported by Jim Meehan,
9822 <meehan@src.dec.com>.
9823
9824 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
9825
9826Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
9827
9828 * gdbint.texinfo: Slightly expand section on supporting a new
9829 object file format.
9830
9831Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
9832
9833 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
9834 intermediate file.
9835
9836Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9837
9838 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
9839
9840Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9841
9842 * gdbinv-s.texi: z8000 simulator target name is just "sim"
9843
9844 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
9845 as well as Z8002.
9846
9847Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
9848
9849 * gdbint.texinfo: Add sections on clean design and on how to send
9850 in changes.
9851
9852Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
9853
9854 * gdbint.texinfo: Add how to declare the result of make_cleanup.
9855
9856Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
9857
9858 * gdb.texinfo: Fix typo, reported by Karl Berry.
9859
9860Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
9861
9862 * gdb.texinfo: Add opcodes dir to GDB distribution description.
9863
9864Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9865
9866 * gdbint.texinfo: fixed a stray email address (needs @@),
9867 added @table @code to node "Native Conditionals"
9868
9869Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
9870
9871 * gdbint.texinfo: Describe coding style of GDB.
9872
9873Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
9874
9875 * stabs.texinfo: Minor wording changes.
9876
9877Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
9878
9879 * gdbint.texinfo: Improve release doc slightly.
9880
9881Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
9882
9883 * gdbint.texinfo: Improve doc of GDB config macros.
9884
9885Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
9886
9887 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
9888 These will be reinserted when examined.
9889
9890Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
9891
9892 * gdbint.texinfo: Make a start at documenting all the #if macros
9893 in GDB. At least list them all, and start separating them into
9894 host-specific and target-specific.
9895
9896Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9897
9898 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 9899 examples (not consistent w others).
c906108c
SS
9900 gdb.texinfo: issue disclaimer paragraph on cmdline options only
9901 for generic vn of doc
9902
9903Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
9904
9905 * Makefile.in: always create installation directories.
9906
9907Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9908
9909 * gdb.texinfo: in h8 config, do not describe searching commands.
9910
9911Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9912
9913 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
9914 conditionals; introduce a few generic switches that may be
9915 useful for other cross-dev or dos-hosted configs.
9916
9917 * gdb.texinfo: fix typo in "info reg" description
9918
9919Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
9920
9921 * stabs.texinfo: Minor updates from running TeX over it.
9922 * Makefile.in (stabs.dvi, stabs.ps): Add.
9923
9924Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
9925
9926 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
9927 First pass at converting it to texinfo.
9928
9929Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
9930
9931 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
9932 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
9933
9934Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
9935
9936 * gdbint.texinfo: Add section on partial symbol tables.
9937
9938Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
9939
9940 * gdb.texinfo: document `set remotedebug' and `set
9941 rstack_high_address'.
9942
9943Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9944
9945 * gdb.texinfo: slight expansion of new text on reading info files
9946 * gdbinv-s.m4.in: correct and expand info on cross-debugging
9947 H8/300 from DOS.
9948
9949Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
9950
9951 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
9952
9953Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
9954
9955 * gdb.texinfo: Say how to read the `info' files.
9956
9957Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
9958
9959 * Makefile.in: gm4 -> m4.
9960
9961Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
9962
9963 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
9964 Documentation' ahead of `Installing GDB' to match README.
9965 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 9966 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
9967
9968Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
9969
9970 * Makefile.in: remove $(srcdir) from gdb.info rule.
9971
9972Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
9973
9974 * Makefile.in: commented out gdb-all.texinfo rule. This is
9975 temporary.
9976
9977Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
9978
9979 * Makefile.in, configure.in: removed traces of namesubdir,
9980 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 9981 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
9982
9983Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
9984
9985 * gdb.texinfo: Improve how we ask for bug reports.
9986
9987Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9988
9989 * Makefile.in: infodir belongs in datadir.
9990
9991Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9992
9993 * Makefile.in: remove spaces following hyphens, bsd make can't
9994 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 9995 standards.text support.
c906108c
SS
9996
9997Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9998
9999 * Makefile.in: idestdir and ddestdir go away. Added copyrights
10000 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
10001 and mandir now keyed off datadir by default.
10002
10003\f
10004Local Variables:
9e9c5ae7 10005mode: change-log
c906108c
SS
10006left-margin: 8
10007fill-column: 74
10008version-control: never
10009End:
This page took 1.445714 seconds and 4 git commands to generate.