Update Python Block.end documentation
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
22eb9e92
TT
12018-09-10 Tom Tromey <tom@tromey.com>
2
3 PR python/16033:
4 * python.texi (Blocks In Python): Document that Block.end is
5 exclusive.
6
078a0207
KS
72018-08-29 Keith Seitz <keiths@redhat.com>
8
9 * gdb.texinfo (Compiling and injecting code in GDB): Document
10 set/show "compile-oracle" and "compile-cplus-types" commands.
11
6d52907e
JV
122018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
13
14 * gdb.texinfo (The -stack-list-frames Command): Update description
15 to mention "arch".
16 Update MI examples throughout the document to contain "arch" in
17 frame output.
18
1461bdac
AH
192018-08-21 Alan Hayward <alan.hayward@arm.com>
20
21 * gdb.texinfo (AArch64 SVE): New subsubsection.
22
26fb3983
JV
232018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
24
25 * gdb.texinfo (GDB/MI Data Manipulation): Document
26 "-data-disassemble -a addr".
27 (GDB/MI Support Commands): Document "data-disassemble-a-option"
28 feature.
29
7d11235d
SM
302018-08-07 Simon Marchi <simon.marchi@ericsson.com>
31
32 * gdb.texinfo (Index Files Speed Up GDB): Add section about
33 symbol index cache.
34
129eb0f1
SDJ
352018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
36
37 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
38 option sections to further clarify that gcore can take more
39 than one PID, and that "-o" is used to specify a prefix, not a
40 filename.
41
3c3bb058
AB
422018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
43
44 * gdb.texinfo (Maintenance Commands): Add description of
45 maintenance command to control dwarf unwinders.
46
0a232300
PW
472018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
48
49 * gdb.texinfo (Debugging Programs with Multiple Threads):
50 Document changes to 'thread apply'. Document 'taas'.
51 Document 'tfaas'.
52 (Examining the Stack): Document 'frame apply'. Document 'faas'.
53
c7ab0aef
SDJ
542018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
55 Jan Kratochvil <jan.kratochvil@redhat.com>
56 Paul Fertser <fercerpav@gmail.com>
57 Tsutomu Seki <sekiriki@gmail.com>
58
59 * gdb.texinfo (Remote Connection Commands): Add explanation
60 about new IPv6 support. Add new connection prefixes.
61
055303e2
AB
622018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
63
64 * gdb.texinfo (Remote Configuration): Update descriptions for
65 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
66 and hardware-watchpoint-length-limit variables.
67
471b9d15
MR
682018-07-02 Maciej W. Rozycki <macro@mips.com>
69
70 PR tdep/8282
71 * gdb.texinfo (Source and Machine Code): Document `set
72 disassembler-options' support for the MIPS target.
73
291f9a96
PT
742018-06-28 Petr Tesarik <ptesarik@suse.cz>
75
76 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
77
ed6dfe51
PT
782018-06-28 Petr Tesarik <ptesarik@suse.cz>
79
80 * gdb.texinfo (Files): The address argument for "add-symbol-file"
81 is no longer mandatory.
82
d4d429d5
PT
832018-06-28 Petr Tesarik <ptesarik@suse.cz>
84
85 * gdb.texinfo (Files): Document "symbol-file -o offset".
86
0dbfed25
TV
872018-06-14 Tom de Vries <tdevries@suse.de>
88
89 * gdb.texinfo (Background Execution): Add @cindex for '&'.
90
41fc26a2
EZ
912018-06-11 Eli Zaretskii <eliz@gnu.org>
92
93 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
94
5045b3d7
GB
952018-06-08 Gary Benson <gbenson@redhat.com>
96
97 * gdb.texinfo (Maintenance Commands): Document "maint check
98 libthread-db" and "maint set/show check-libthread-db".
99
eb6af809
TT
1002018-06-05 Tom Tromey <tom@tromey.com>
101
102 PR cli/12326:
103 * gdb.texinfo (Screen Size): Document "c" response to pagination
104 prompt.
105
4b2dfa9d
MR
1062018-05-31 Maciej W. Rozycki <macro@mips.com>
107
108 * gdb.texinfo (Choosing Target Byte Order): Document endianness
109 selection details with the `set endian auto' mode.
110
a913fffb
TT
1112018-05-04 Tom Tromey <tom@tromey.com>
112
113 PR python/22731:
114 * python.texi (Breakpoints In Python): Mention that "commands" is
115 writable.
116
0489430a
TT
1172018-05-02 Tom Tromey <tom@tromey.com>
118
119 PR python/20084:
120 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
121 PARAM_ZUINTEGER_UNLIMITED.
122
6d7bb824
TT
1232018-04-30 Tom Tromey <tom@tromey.com>
124
125 * python.texi (Types In Python): Document Type.align.
126
b744723f
AA
1272018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
128
129 * gdb.texinfo (Symbols): Mention the fact that "info
130 variables/functions/types" show source files and line numbers.
131
4a4495d6
MM
1322018-04-13 Markus Metzger <markus.t.metzger@intel.com>
133
134 * gdb.texinfo: Document set/show record btrace cpu.
135
3fcded8f
JB
1362018-03-27 Joel Brobecker <brobecker@adacore.com>
137
138 * gdb.texinfo (Ada Settings): New subsubsection.
139
978d6c75
TT
1402018-03-26 Tom Tromey <tom@tromey.com>
141
142 PR backtrace/15582:
143 * gdb.texinfo (Backtrace): Mention "hide" argument.
144
ea3b0687
TT
1452018-03-26 Tom Tromey <tom@tromey.com>
146
147 * gdb.texinfo (Backtrace): Describe options individually.
148
76727919
TT
1492018-03-19 Tom Tromey <tom@tromey.com>
150
151 * observer.texi: Remove.
152
386a8676
JB
1532018-03-04 John Baldwin <jhb@FreeBSD.org>
154
155 * gdb.texinfo (Debugging Output): Document "set/show debug
156 fbsd-nat".
157
db1ae9c5
AB
1582018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
159
160 * gdb.texinfo (Machine Code): Additional information about "info
161 line" command.
162
d726cb5d
SN
1632018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
164
165 * gdb.texinfo (gdb-add-index man): Add pindex.
166
dbfa4523
SN
1672018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
168
169 * gdb.texinfo (set cwd): Add period.
170 (gdb-add-index man): Move anchor.
171
ba643918
SDJ
1722017-01-12 Tom Tromey <tom@tromey.com>
173 Sergio Durigan Junior <sergiodj@redhat.com>
174
175 * gdb.texinfo (Index Files): Mention gdb-add-index.
176 (gdb-add-index man): New section.
177 * Makefile.in (gdb-add-index.1): New rule to generate manpage
178 from gdb.texinfo.
179
754452f0
SN
1802018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
181
182 * gdb.texinfo (pwd): Fix whitespace.
183
2d97a5d9
JB
1842018-01-09 John Baldwin <jhb@FreeBSD.org>
185
186 * gdb.texinfo (pwd): Update cross-reference for Process Information
187 node and remove explicit /proc reference.
188 (Native): Rename subsection from SVR4 Process Information to
189 Process Information.
190 (Process Information): Reword introduction to be less /proc
191 centric. Document support for "info proc" on FreeBSD.
192
9f757bf7
XR
1932018-01-03 Xavier Roirand <roirand@adacore.com>
194
195 * gdb.texinfo (Set Catchpoints): Add documentation for new
196 "catch handlers" action.
197
cef0f868
SH
1982017-12-27 Stafford Horne <shorne@gmail.com>
199
200 * gdb.texinfo (Target Description Format): Explain that arbitrary
201 strings are now allowed for register groups.
202
b67d92b0
SH
2032017-12-27 Stafford Horne <shorne@gmail.com>
204
205 * gdb.texinfo (Registers): Document info reg $reggroup feature.
206
7c161838
SDJ
2072017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
208
209 PR cli/16224
210 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
211
b89641ba
SM
2122017-12-13 Simon Marchi <simon.marchi@ericsson.com>
213
214 * python.texi (Manipulating breakpoints using Python): Document
215 qualified parameter to gdb.Breakpoint.
216
0b982d68
SM
2172017-12-13 Simon Marchi <simon.marchi@ericsson.com>
218
219 * python.texi (Manipulating breakpoints using Python): Split doc
220 of Breakpoint.__init__ in two, split text in multiple
221 paragraphs, don't nest parameter square brackets.
222
a994fec4
FJ
2232017-12-12 Stafford Horne <shorne@gmail.com>
224 Stefan Wallentowitz <stefan@wallentowitz.de>
225 Franck Jullien <franck.jullien@gmail.com>
226 Jeremy Bennett <jeremy.bennett@embecosm.com>
227
228 * gdb.texinfo: Add OpenRISC documentation.
229
437afbb8
JK
2302017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
231
232 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
233
883fd55a
KS
2342017-12-07 Keith Seitz <keiths@redhat.com>
235
236 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
237 and "show print type nested-type-limit".
238
824cc835
PM
2392017-12-07 Phil Muldoon <pmuldoon@redhat.com>
240
241 * python.texi (Breakpoints In Python): Add text relating
242 to allowed explicit locations and keywords in gdb.Breakpoints.
243
7403715e
TT
2442017-12-04 Tom Tromey <tom@tromey.com>
245
246 * gdb.texinfo (Rust): Update trait object status
247
97cbe998
SDJ
2482017-12-01 Andrew Cagney <cagney@redhat.com>
249 Joel Brobecker <brobecker@adacore.com>
250 Sergio Durigan Junior <sergiodj@redhat.com>
251
252 * gdb.texinfo (File Options): Document --readnever.
253 (Commands to Specify Files): Likewise, for 'symbol-file' and
254 'add-symbol-file'.
255
bd69330d
PA
2562017-11-29 Pedro Alves <palves@redhat.com>
257
258 PR c++/19436
259 * gdb.texinfo (Debugging C Plus Plus): Document setting
260 breakpoints in functions with ABI tags.
261
a20714ff
PA
2622017-11-29 Pedro Alves <palves@redhat.com>
263
264 * gdb.texinfo (Linespec Locations): Document how "function" is
265 interpreted in C++ and Ada. Document "-qualified".
266 (Explicit Locations): Document how "-function" is interpreted in
267 C++ and Ada. Document "-qualified".
268
ee9a09e9
DC
2692017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
270
271 PR gdb/21945
272 * gdb.texinfo (Search Memory): Update description and example
273 about how to search a string without NULL terminator.
274
e547c119
JB
2752017-11-24 Joel Brobecker <brobecker@adacore.com>
276
277 * gdb.texinfo (GDB/MI Ada Exception Information): Document
278 new "exception-message" field.
279
5f1ca24a
SM
2802017-11-24 Simon Marchi <simon.marchi@ericsson.com>
281
282 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
283
d044bac8
PA
2842017-11-24 Pedro Alves <palves@redhat.com>
285
286 * gdb.texinfo (Completion): Update need-quoting examples. Remove
287 false claim that GDB inserts quoting automatically.
288 (Symbols): Add anchor.
289
2400729e
UW
2902017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
291
292 * gdb.texinfo (Requirements): Document use of GNU MPFR.
293
d8ae99a7
PM
2942017-11-16 Phil Muldoon <pmuldoon@redhat.com>
295
296 * python.texi (Basic Python): Add rbreak documentation.
297
d0fe4701
XR
2982017-11-07 Xavier Roirand <roirand@adacore.com>
299 Pedro Alves <palves@redhat.com>
300
301 * gdb.texinfo (Set Breaks): Document support for breakpoint
302 location ranges in the enable/disable commands.
303
bc3b087d
SDJ
3042017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
305
306 * gdb.texinfo (Starting your Program) <The working directory.>:
307 Mention remote debugging.
308 (Working Directory) <Your Program's Working Directory>:
309 Likewise.
310 (Connecting) <Remote Packet>: Add "set-working-dir"
311 and "QSetWorkingDir" to the table.
312 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
313 packet.
314
d092c5a2
SDJ
3152017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
316
317 * gdb.texinfo (Starting your Program) <The working directory.>:
318 Mention new "set cwd" command.
319 (Working Directory) <Your Program's Working Directory>:
320 Rephrase to explain that "set cwd" exists and is the default
321 way to change the inferior's cwd.
322
289e23aa
AA
3232017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
324
325 * gdb.texinfo (S/390 and System z Features): Document the new
326 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
327
f2ff95c5
KB
3282017-09-21 Kevin Buettner <kevinb@redhat.com>
329
330 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
331 attribute.
332
da2c323b
KB
3332017-09-21 Kevin Buettner <kevinb@redhat.com>
334
335 * python.texi (Inferiors In Python): Add description for method
336 Inferior.thread_from_thread_handle.
337
4e5a4f58
JB
3382017-09-19 John Baldwin <jhb@FreeBSD.org>
339
340 * gdb.texinfo (Starting your Program): Add description of
341 starti command. Mention starti command as an alternative for
342 debugging the elaboration phase.
343
1526853e
SM
3442017-09-16 Simon Marchi <simon.marchi@ericsson.com>
345
346 * gdb.texinfo (Maintenance Commands): Document filter parameter
347 of "maint selftest". Document "maint info selftests" command.
348
7c96f8c1
TT
3492017-09-11 Tom Tromey <tom@tromey.com>
350
351 * python.texi (Events In Python): Document new events.
352
d69cf9b2
PA
3532017-09-04 Pedro Alves <palves@redhat.com>
354
355 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
356 no-debug-info variables.
357 (Symbols) <Examining the Symbol Table>: Document inspecting
358 no-debug-info types.
359 (Calling) <Calling functions with no debug info>: New subsection,
360 documenting calling no-debug-info functions.
361 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
362
0a2dde4a
SDJ
3632017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
364
365 * gdb.texinfo (set environment): Add @anchor. Explain that
366 environment variables set by the user are sent to GDBserver.
367 (unset environment): Likewise, but for unsetting variables.
368 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
369 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
370 "environment-reset" and "QEnvironmentReset" to the table.
371 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
372 QEnvironmentReset>: New item, explaining the packet.
373
6e41ddec
JK
3742017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
375
376 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
377 "Compiler search for the compile command" descriptions of set
378 compile-gcc and show compile-gcc.
379
58afddc6
WP
3802017-08-07 Weimin Pan <weimin.pan@oracle.com>
381
382 * gdb.texinfo (Architectures): Add new Sparc64 section to document
383 ADI support.
384 * NEWS: Add "adi examine" and "adi assign" commands.
385
6d580b63
YQ
3862017-08-18 Yao Qi <yao.qi@linaro.org>
387
388 * gdb.texinfo (Server): Document "--selftest".
389
a5afdb16
RK
3902017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
391
392 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
393 Single-Key mode.
394
ca145713
SDJ
3952017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
396
397 PR gdb/21925
398 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
399 set...").
400
0968fbae
SM
4012017-08-09 Simon Marchi <simon.marchi@ericsson.com>
402
403 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
404 conditional expression.
405
791fb3d7
SM
4062017-07-31 Simon Marchi <simon.marchi@ericsson.com>
407
408 * agentexpr.texi (rot): Fix symbolic description, improve
409 textual description.
410
27d41eac
YQ
4112017-07-26 Yao Qi <yao.qi@linaro.org>
412
413 * gdb.texinfo (Maintenance Commands): Document command
414 "maint check xml-descriptions".
415
8e2141c6
YQ
4162017-07-26 Yao Qi <yao.qi@linaro.org>
417
418 * gdb.texinfo (Maintenance Commands): Document optional
419 argument of "maint print c-tdesc".
420
c646b4e8
YQ
4212017-07-18 Yao Qi <yao.qi@linaro.org>
422
423 * gdb.texinfo (Maintenance Commands): Improve the doc to
424 command "maint print c-tdesc".
425
eb83230b
SDJ
4262017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
427
428 PR gdb/21606
429 * python.texi (Python representation of Symbols.): Replace
430 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
431 * guile.texi (Guile representation of Symbols.): Likewise.
432
c4dcb155
SM
4332017-06-11 Simon Marchi <simon.marchi@ericsson.com>
434
435 * gdb.texinfo (Optional Messages about Internal Happenings):
436 Document {set,show} debug separate-debug-file commands.
437
aefd8b33
SDJ
4382017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
439
440 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
441 (Connecting) <Remote Packet>: Add "startup-with-shell"
442 and "QStartupWithShell" to the table.
443 (Remote Protocol) <QStartupWithShell>: New item, explaining the
444 packet.
445
176efed1
AB
4462017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
447
448 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
449
d050f7d7
TW
4502017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
451
452 * python.texi (Recording in Python): Factor out the documentation of
453 gdb.RecordInstruction's super class.
454
14f819c8
TW
4552017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
456
457 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
458 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
459 prev and next.
460
0ed5da75
TW
4612017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
462
463 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
464 gdb.RecordInstruction
465
913aeadd
TW
4662017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
467
468 * python.texi (Recording in Python): Add documentation for
469 gdb.RecordGap and remove documentation of special cases for
470 gdb.BtraceInstruction.
471
a3be24ad
TW
4722017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
473
474 * python.texi (Recording in Python): Remove Record.ptid defvar.
475
ebe553db
SM
4762017-04-21 Simon Marchi <simon.marchi@ericsson.com>
477
478 * gdb.texinfo (GDB/MI Thread Information): Add missing
479 fields, re-word some things.
480 (GDB/MI Thread Commands): Describe fields found in the output of
481 -thread-info, remove description of fields in the
482 thread output tuple, replace with a cross-reference to "GDB/MI
483 Thread Information".
484
9be21bb4
SM
4852017-04-21 Simon Marchi <simon.marchi@ericsson.com>
486
487 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
488 from -thread-info output.
489
fe5f7374
AK
4902017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
491
492 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
493
eea78757
AK
4942017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
495
496 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
497
79778b30
YQ
4982017-03-22 Yao Qi <yao.qi@linaro.org>
499
500 * python.texi (Inferiors In Python): Remove @code from Python.
501
cee59b3f
TW
5022017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
503
504 * python.texi (Recordings In Python): Document return type of
505 gdb.BtraceInstruction.data.
506
51457a05
MAL
5072017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
508
509 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
510 command file-list-shared-libraries
511 (GDB/MI Async Records): Update documentation of library-loaded with new
512 field.
513
f8d99587
DE
5142017-03-16 Doug Evans <dje@google.com>
515
516 * guile.texi (Lazy Strings In Guile): Mention arrays.
517 * python.texi (Lazy Strings In Python): Ditto.
518
5cf70512
JW
5192017-03-08 Jiong Wang <jiong.wang@arm.com>
520
521 * gdb.texinfo (Memory Protection Extensions): Add missing escape
522 character "@".
523
4a612d6f
WT
5242017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
525
526 * Memory Protection Extensions: Add information about inferior
527 calls.
528
216f72a1
JK
5292017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
530
531 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
532 DW_TAG_GNU_* and DW_AT_GNU_*.
533
4e746bb6
TW
5342017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
535
536 * python.texi (Recordings In Python): New section.
537
3f77c769
TT
5382017-02-14 Tom Tromey <tom@tromey.com>
539
540 PR python/13598:
541 * python.texi (Events In Python): Document events.before_prompt.
542
5cf30ebf
LM
5432017-02-13 Luis Machado <lgustavo@codesourcery.com>
544
545 * gdb.texinfo (Target Commands): Document the optional offset
546 argument for the load command.
547
18da0c51
MG
5482017-02-10 Martin Galvan <martingalvan@sourceware.org>
549
550 PR gdb/21122
551 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
552 space-separated breakpoint lists. Also add a missing @table command
553 and @cindex for breakpoint lists.
554
3f7b46f2
IR
5552017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
556
557 PR tdep/20936
558 * gdb.texinfo: (Standard Target Features): Document SPARC features.
559 (Sparc Features): New node.
560
2735833d
WT
5612017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
562
563 * gdb.texinfo (i386 Features): Add system segment registers
564 as feature.
565
373832b6
SM
5662017-01-24 Simon Marchi <simon.marchi@ericsson.com>
567
568 * python.texi (Events In Python): Fix typo.
569
78cbbba8
LM
5702017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
571 Luis Machado <lgustavo@codesourcery.com>
572
573 * gdb.texinfo (-target-flash-erase): New MI command description.
574 (flash-erase): New CLI command description.
575
387360da
JB
5762017-01-04 John Baldwin <jhb@FreeBSD.org>
577
578 * gdb.texinfo (Contributors): Add SRI International and University
579 of Cambridge for FreeBSD/mips.
580
34c41c68
DE
5812016-12-22 Doug Evans <xdje42@gmail.com>
582
583 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
584 commands.
585
df3ee9ca
PA
5862016-12-02 Pedro Alves <palves@redhat.com>
587
588 * gdb.texinfo (User-defined Commands): Limit on number of
589 arguments passed to user-defined commands removed; update.
590
01770bbd
PA
5912016-12-02 Pedro Alves <palves@redhat.com>
592
593 PR cli/20559
594 * gdb.texinfo (Define): Add example of using "eval" to process a
595 variable number of arguments.
596 (Output) <eval>: Add anchor.
597
ad02e4fe
SM
5982016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
599
600 * Makefile.in: Likewise.
601
8504e097
AA
6022016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
603
604 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
605 xref.
606
39402e6c
PA
6072016-10-29 Pedro Alves <palves@redhat.com>
608
609 * gdb.texinfo (Packets) <vCont>: Remove mention of default
610 actions.
611
ca6eff59
PA
6122016-10-26 Pedro Alves <palves@redhat.com>
613
614 * gdb.texinfo (Packets): Clarify vCont packets with multiple
615 actions that match a thread, and what happens when an action
616 matches a thread that is already running.
617
be06ba8c
SM
6182016-10-14 Simon Marchi <simon.marchi@ericsson.com>
619
620 * gdb.texinfo (Using Trace Files): Fix typo.
621 (GDB/MI Tracepoint Commands): Likewise.
622
99e61eda
SM
6232016-10-14 Simon Marchi <simon.marchi@ericsson.com>
624
625 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
626 of -trace-save.
627
9c37b5ae
TT
6282016-10-06 Tom Tromey <tom@tromey.com>
629
630 * guile.texi (Types In Guile): Remove Java mentions.
631 * python.texi (Types In Python): Remove Java mentions.
632 * gdb.texinfo (Address Locations, Supported Languages)
633 (Index Section Format): Remove Java mentions.
634
ee8da4b8
DE
6352016-08-15 Doug Evans <dje@google.com>
636
637 * gdb.texinfo (Target Description Format): Update docs on "end"
638 field spec and field default type.
639
4034d0ff
AT
6402016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
6412016-10-03 Simon Marchi <simon.marchi@ericsson.com>
642
643 PR gdb/20487
644 * gdb.texinfo (Context management): Update mention of frame
645 change notifications.
646 (gdb/mi Async Records): Document frame field in
647 =thread-select event.
648 * observer.texi (GDB Observers): New user_selected_context_changed
649 observer.
650
4435e1cc
TT
6512016-09-28 Tom Tromey <tom@tromey.com>
652
653 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
654 than "memory breakpoint". Further document "kind". Move
655 protocol-details link earlier.
656 <z1>: Document the cmd_list argument. Fix typo.
657 <g>: Remove incorrect sentence.
658 (Stop Reply Packets): Document "OK" response to requests when in
659 non-stop mode.
660 <swbreak>: Use "software breakpoint" rather than "memory
661 breakpoint".
662 <create>: Document that "R" is ignored.
663 <W, X, w>: Document formatting of "AA".
664 (Notification Packets): Use "%Stop", not "%%Stop".
665
ad0a504f
AK
6662016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
667
668 * gdb.texinfo (Embedded Processors): Document ARC.
669 (Synopsys ARC): New section.
670 (Standard Target Features): Document ARC features.
671 (ARC Features): New section.
672
74172ecf
SM
6732016-09-21 Simon Marchi <simon.marchi@ericsson.com>
674
675 * .gitignore: New file.
676
0a1ddfa6
SM
6772016-08-24 Simon Marchi <simon.marchi@ericsson.com>
678
679 * gdb.texinfo (Input/Output): Mention possibility to unset
680 inferior-tty.
681
c0272db5
TW
6822016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
683
684 * gdb.texinfo: Resume btrace on reconnect.
685
e3487908
GKB
6862016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
687
688 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
689 syscall.
690
463888ab
РИ
6912016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
692
693 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
694 command.
695
dac790e1
TT
6962016-07-13 Tom Tromey <tom@tromey.com>
697
698 PR python/15620, PR python/18620:
699 * python.texi (Events In Python): Document new breakpoint events.
700
93daf339
TT
7012016-07-13 Tom Tromey <tom@tromey.com>
702
703 PR python/17698:
704 * python.texi (Breakpoints In Python): Document
705 Breakpoint.pending.
706
cda75e70
TT
7072016-07-13 Tom Tromey <tom@tromey.com>
708
709 * python.texi (Breakpoints In Python): Move table of types and
710 table of watchpoint types earlier in node.
711
e0f3fd7c
TT
7122016-07-12 Tom Tromey <tom@tromey.com>
713
714 PR python/19293:
715 * python.texi (Frames In Python): Document
716 gdb.invalidate_cached_frames.
717
86f78169
PA
7182016-06-21 Pedro Alves <palves@redhat.com>
719
720 * gdb.texinfo (Interpreters): Update intepreter-exec section,
721 document new-ui and explain use case.
722
a28d8e50
YTL
7232016-06-17 Yan-Ting Lin <currygt52@gmail.com>
724
725 * gdb.texinfo (Standard Target Features): Document NDS32 features.
726 (NDS32 Features): New Section.
727
bb556f1f
TK
7282016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
729
730 * gdb.texinfo (Examining Memory): Document negative repeat
731 count in the 'x' command.
732
38b022b4
SM
7332016-06-06 Simon Marchi <simon.marchi@ericsson.com>
734
735 * gdb.texinfo (GDB/MI Async Records): Document method and
736 format fields in =record-started.
737 * observer.texi (record_changed): Add method and format
738 parameters.
739
c185ba27
EZ
7402016-05-27 Eli Zaretskii <eliz@gnu.org>
741
742 * gdb.texinfo (General Query Packets): Move the description of the
743 response before the long list of the specific 'read' and 'write'
744 requests.
745
1957f6b8
TT
7462016-05-23 Tom Tromey <tom@tromey.com>
747
748 * python.texi (Basic Python): Document gdb.breakpoints return.
749
224f10c1
TT
7502016-05-24 Tom Tromey <tom@tromey.com>
751
752 PR gdb/19194:
753 * gdb.texinfo (gdb man): Fix typo.
754
0bdfa368
TT
7552016-05-17 Tom Tromey <tom@tromey.com>
756
757 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
758 (Rust): New node.
759
dcd1f979
TT
7602016-05-17 Tom Tromey <tom@tromey.com>
761
762 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
763
310cdbb6
YQ
7642016-04-27 Yao Qi <yao.qi@linaro.org>
765
766 * gdb.texinfo (tfind): Complete doc about tfind without
767 argument.
768
b8162e5a
AT
7692016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
770
771 * agentexpr.texi (byte): Fix zero_ext description.
772
f7c38292
PA
7732016-03-31 Pedro Alves <palves@redhat.com>
774
775 * gdb.texinfo (M32R/SDI): Delete node.
776 (MIPS Embedded): Remove references to the MIPS remote debugging
777 protocol, PMON and variants, and the associated commands.
778
81516450
DE
7792016-03-15 Doug Evans <dje@google.com>
780
781 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
782 (Target Description Format): Mention enum types. Update docs on
783 flags types.
784 (Predefined Target Types): Add "bool".
785 (Enum Target Types): New node.
786
2a60e18f
PA
7872016-03-15 Pedro Alves <palves@redhat.com>
788
789 * gdb.texinfo (Tracepoint Actions): Fix typo.
790
45fa2529
PA
7912016-03-15 Pedro Alves <palves@redhat.com>
792 Andreas Arnez <arnez@linux.vnet.ibm.com>
793 Marcin Kościelnicki <koriakin@0x04.net>
794
795 * gdb.texinfo (Tracepoint Actions): Document possible
796 unreliability of '$_ret'.
797
f2403c39
AB
7982016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
799
800 * gdb.texinfo (Symbols): Document new 'maint info line-table'
801 command.
802
f2f3ccb9
SM
8032016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
804
805 * gdb.texinfo (Convenience Functions): Document $_as_string.
806
cce0e923
DE
8072016-02-23 Doug Evans <dje@google.com>
808
809 * gdb.texinfo (Skipping Over Functions and Files): Document new
810 options to "skip" command. Update docs of output of "info skip".
811
012b3a21
WT
8122016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
813
814 * gdb.texinfo (Signals): Add bound violation display hints for
815 a SIGSEGV.
816
0748bf3e
MK
8172016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
818
819 * gdb.texinfo (Trace File Format): Add documentation for description
820 section lines.
821
e909d859
MK
8222016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
823
824 * gdb.texinfo (Trace File Format): Remove misleading information
825 about register block ordering.
826
713cdcbf
DE
8272016-02-01 Doug Evans <dje@google.com>
828
829 * gdb.texinfo (Value Sizes): Fix typo.
830
8244c20d
DE
8312016-02-01 Doug Evans <dje@google.com>
832
833 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
834
5fdf6324
AB
8352016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
836
837 * gdb.texinfo (Value Sizes): New section.
838 (Data): Add the 'Value Sizes' node to the menu.
839
67ebd9cb
JB
8402016-01-26 John Baldwin <jhb@FreeBSD.org>
841
842 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
843
6e9567fe
JB
8442016-01-19 John Baldwin <jhb@FreeBSD.org>
845
846 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
847
f303dbd6
PA
8482016-01-18 Pedro Alves <palves@redhat.com>
849
850 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
851 of the thread that hit a breakpoint or received a signal.
852
71ef29a8
PA
8532016-01-15 Pedro Alves <palves@redhat.com>
854
855 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
856
663f6d42
PA
8572016-01-13 Pedro Alves <palves@redhat.com>
858
859 * gdb.texinfo (Threads): Document the $_gthread convenience
860 variable.
861 (Convenience Vars): Likewise.
862
c84f6bbf
PA
8632016-01-13 Pedro Alves <palves@redhat.com>
864
865 * gdb.texinfo (Threads): Document "info threads -gid".
866
22a02324
PA
8672016-01-13 Pedro Alves <palves@redhat.com>
868
869 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
870 anchor.
871 (Threads In Python): Document new InferiorThread.global_num
872 attribute.
873
5d5658a1
PA
8742016-01-07 Pedro Alves <palves@redhat.com>
875
876 * gdb.texinfo (Threads): Document per-inferior thread IDs,
877 qualified thread IDs, global thread IDs and thread ID lists.
878 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
879 thread IDs.
880 (Convenience Vars): Document the $_thread convenience variable.
881 (Ada Tasks): Adjust to refer to thread IDs.
882 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
883 Commands, GDB/MI Variable Objects): Update to mention global
884 thread IDs.
885 * guile.texi (Breakpoints In Guile)
886 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
887 global thread IDs instead of thread IDs.
888 * python.texi (Threads In Python): Adjust documentation of
889 InferiorThread.num.
890 (Breakpoint.thread): Mention global thread IDs instead of thread
891 IDs.
892
84654457
PA
8932016-01-13 Pedro Alves <palves@redhat.com>
894
895 * python.texi (Threads In Python): Document
896 InferiorThread.inferior.
897
e3940304
PA
8982016-01-13 Pedro Alves <palves@redhat.com>
899
900 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
901 convenience variable.
902 (Convenience Vars): Likewise.
903
82075af2
JS
9042016-01-12 Josh Stone <jistone@redhat.com>
905 Philippe Waroquiers <philippe.waroquiers@skynet.be>
906
907 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
908 (Stop Reply Packets): List the syscall entry and return stop reasons.
909 (General Query Packets): Describe QCatchSyscalls, and add it to the
910 table and the detailed list of stub features.
911
bc504a31
PA
9122016-01-12 Pedro Alves <palves@redhat.com>
913
914 Remove use of the registered trademark symbol throughout.
915
cde67b27
YQ
9162016-01-12 Yao Qi <yao.qi@linaro.org>
917
918 * gdb.texinfo (Interrupts): Update the document on handling
919 interrupt when program is stopped.
920
19d9d4ef
DB
9212015-12-11 Don Breazeal <donb@codesourcery.com>
922
923 * gdb.texinfo (Forks): Correct Linux kernel version where
924 fork and exec events are supported, add notes about support
925 of these events in target remote mode.
926 (Connecting): Reorganize and clarify distinctions between
927 target remote, extended-remote, and multiprocess.
928 Reorganize related text from separate sections into new
929 sections.
930 (Server): Note effects of target extended-remote mode.
931 Delete section on Multi-Process Mode for gdbserver.
932 Move some text to "Connecting" node.
933
f4f4330e
PA
9342015-12-10 Pedro Alves <palves@redhat.com>
935
936 * gdb.texinfo (Threads): Replace warning with explanation
937 about single-threaded programs.
938
b1236ac3
PA
9392015-12-10 Pedro Alves <palves@redhat.com>
940
941 * gdb.texinfo (Threads): Remove mention of SGI.
942 (Forks): Remove mention of HP-UX.
943 (Breakpoints): Remove mention of HP-UX.
944 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
945 Reword in terms of architectures.
946 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
947 mention supported systems.
948 (Convenience Vars): Don't mention HP-UX.
949 (Jumping): Remove mention of HP-UX in comment.
950 (Files) <shared libraries>: Update supported shared library types
951 list. Remove mention of HP-UX.
952 (Native): Remove HP-UX subsection.
953 (SVR4 Process Information): Remove mention of HP-UX.
954
0f59c28f
PA
9552015-12-10 Pedro Alves <palves@redhat.com>
956
957 * gdb.texinfo (Stack): Reorder menu.
958
1c35a88f
LM
9592015-12-09 Luis Machado <lgustavo@codesourcery.com>
960
961 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
962 -var-set-format's new zero-hexadecimal format.
963
3685b09f
PMR
9642015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
965
966 * gdb.texinfo (Ada Mode Into): Move overloading support
967 description to its own node.
968 (Overloading support for Ada): New node.
969
f2faf941
PA
9702015-11-30 Pedro Alves <palves@redhat.com>
971
972 PR 14618
973 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
974 (Remote Configuration): Add the "set/show remote
975 no-resumed-stop-reply" to the available settings table.
976 (General Query Packets): Document the "no-resumed" qSupported
977 feature.
978
65706a29
PA
9792015-11-30 Pedro Alves <palves@redhat.com>
980
981 * gdb.texinfo (Remote Configuration): List "set/show remote
982 thread-events" command in configuration table.
983 (Stop Reply Packets): Document "T05 create" stop
984 reason and 'w' stop reply.
985 (General Query Packets): Document QThreadEvents packet. Document
986 QThreadEvents qSupported feature.
987
de979965
PA
9882015-11-30 Pedro Alves <palves@redhat.com>
989
990 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
991 anchor.
992 (Packets): Document vCtrlC.
993
79efa585
SM
9942015-11-26 Simon Marchi <simon.marchi@ericsson.com>
995
996 * gdb.texinfo (Thread List Format): Mention thread names.
997
7e0aa6aa
PA
9982015-11-24 Pedro Alves <palves@redhat.com>
999
1000 PR 17539
1001 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
1002 program-spaces" example to ascending order listing.
1003 (Threads): Adjust "info threads" example to ascending order
1004 listing.
1005 (Forks): Adjust "info inferiors" example to ascending order
1006 listing.
1007
0c532a29
MM
10082015-11-04 Markus Metzger <markus.t.metzger@intel.com>
1009
1010 * gdb.texinfo (Process Record and Replay): Document "record
1011 instruction-history" modifiers.
1012
fc58fa65
AB
10132015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1014
1015 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
1016 description.
1017 (Frame Filter Management): Move to later in the 'Examining the
1018 Stack' chapter.
1019 (Selection): Add entry for 'select-frame'.
1020
792005b0
DE
10212015-09-25 Doug Evans <dje@google.com>
1022
1023 * gdb.texinfo (Process Record and Replay): Fix syntax of
1024 "record instruction-history begin, end" and
1025 "record function-call-history begin, end".
1026
c58b006b
SM
10272015-09-22 Simon Marchi <simon.marchi@ericsson.com>
1028
1029 * gdb.texinfo (Specifying Source Directories): Fix
1030 substitute-path example.
1031
f2665db5
MM
10322015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1033
1034 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
1035
e68fa6f0
PA
10362015-09-15 Pedro Alves <palves@redhat.com>
1037
1038 PR remote/18965
1039 * gdb.texinfo (Stop Reply Packets): Revert previous change to
1040 the vforkdone description.
1041
8228463c
PA
10422015-09-15 Pedro Alves <palves@redhat.com>
1043
1044 PR remote/18965
1045 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
1046 part indicates the thread ID of the parent process.
1047
750ce8d1
YQ
10482015-09-15 Yao Qi <yao.qi@linaro.org>
1049
1050 * gdb.texinfo (General Query Packets): Add vContSupported to
1051 tables of 'gdbfeatures' and 'stub features' supported in the
1052 qSupported packet, as well as to the list containing stub
1053 feature details.
1054
b459a59b
DB
10552015-09-11 Don Breazeal <donb@codesourcery.com>
1056
1057 * gdb.texinfo (Remote Configuration): Add exec event
1058 feature to table of packet settings.
1059 (Stop Reply Packets): Add exec events to the list of stop
1060 reasons.
1061 (General Query Packets): Add exec events to tables of
1062 'gdbfeatures' and 'stub features' supported in the qSupported
1063 packet, as well as to the list containing stub feature
1064 details.
1065
73b8c1fd
PA
10662015-08-24 Pedro Alves <palves@redhat.com>
1067
1068 * gdb.texinfo (Remote Configuration): Document the "set/show
1069 remote multiprocess-extensions-packet" commands.
1070
bb615428
PA
10712015-08-24 Pedro Alves <palves@redhat.com>
1072
1073 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
1074 <M32R>: Remove references to M32R/D.
1075 <M68K>: Remove references to target dbug.
1076 <MIPS Embedded>: Remove references to target r3900 and target
1077 array.
1078 <PowerPC Embedded>: Remove references to target dink32 and target
1079 ppcbug, target sds
1080 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
1081
2b4bf6af
AB
10822015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1083
1084 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
1085
566f5e3b
AB
10862015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1087
1088 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
1089
18989b3c
AB
10902015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1091
1092 * gdb.texinfo (Maintenance Commands): Move documentation of "main
1093 info bfds" to...
1094 (File Caching): A New section. Outline bfd caching, and add new
1095 description for "main set/show bfd-sharing".
1096
6ff0ba5f
DE
10972015-08-14 Doug Evans <xdje42@gmail.com>
1098
1099 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
1100 disassembly.
1101 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
1102
629500fa
KS
11032015-08-11 Keith Seitz <keiths@redhat.com>
1104
1105 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
1106 Use "location(s)"instead of "linespec(s)".
1107 (Specifying a Location): Rewrite.
1108 Add subsections describing linespec, address, and explicit locations.
1109 Add node/menu for each subsection.
1110 (Source and Machine Code, C Preprocessor Macros)
1111 (Create and Delete Trace points)
1112 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
1113 (Continuing at a Different Address): Remove "linespec" examples.
1114 Add reference to "Specify a Location"
1115 (The -break-insert Command): Rewrite. Add anchor.
1116 Add reference to appropriate manual section discussing locations.
1117 (The -dprintf-insert Command): Refer to -break-insert for
1118 specification of 'location'.
1119
fbea99ea
PA
11202015-08-07 Pedro Alves <palves@redhat.com>
1121
1122 * gdb.texinfo (Maintenance Commands): Document "maint set/show
1123 target-non-stop".
1124
da8c46d2
MM
11252015-08-07 Markus Metzger <markus.t.metzger@intel.com>
1126
1127 * gdb.texinfo (Process Record and Replay): Document prefixing of
1128 speculatively executed instructions in the "record instruction-history"
1129 command.
1130
a3b5281e
DE
11312015-07-20 Doug Evans <dje@google.com>
1132
1133 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
1134
6bcb1f97
DE
11352015-07-16 Doug Evans <dje@google.com>
1136
1137 * stabs.texinfo: @include gdb-cfg.texi.
1138
db1ff28b
JK
11392015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1140
1141 Revert the previous 2 commits:
1142 gdbserver build-id attribute generator
1143 Validate symbol file using build-id
1144
ca5268b6
JK
11452015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1146
1147 * gdb.texinfo (Files): Add 'set validate-build-id'
1148 and 'show validate-build-id'.
1149
700ca40f
JK
11502015-07-15 Aleksandar Ristovski <aristovski@qnx.com
1151 Jan Kratochvil <jan.kratochvil@redhat.com>
1152
1153 gdbserver build-id attribute generator.
1154 * gdb.texinfo (Library List Format for SVR4 Targets): Add
1155 'build-id' in description, example, new attribute in dtd.
1156
7c7f93f6
AB
11572015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
1158
1159 * gdb.texinfo (Selection): Update documentation for 'frame'
1160 command.
1161
b0627500
MM
11622015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1163
72f4393d 1164 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
b0627500
MM
1165 commands.
1166
b20a6524
MM
11672015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1168
1169 * gdb.texinfo (Process Record and Replay): Spell out that variables
1170 and registers are not available during btrace replay.
1171 Describe the new "record btrace pt" command.
1172 Describe the new "set|show record btrace pt buffer-size" options.
1173 (General Query Packets): Describe the new Qbtrace:pt and
1174 Qbtrace-conf:pt:size packets.
1175 Expand "bts" to "Branch Trace Store".
1176 Update the branch trace DTD.
1177
fc637f04
PP
11782015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1179
1180 * gdb.texinfo (Command History): Document the new option
1181 "history remove-duplicates".
1182
18a94d75
DE
11832015-06-19 Doug Evans <dje@google.com>
1184
1185 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
1186 longer supported.
1187
0eacb298
PP
11882015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1189
1190 * gdb.texinfo (Command History): Mention that setting
1191 GDBHISTSIZE to the empty string disables history truncation.
1192
bc460514
PP
11932015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1194
1195 PR gdb/16999
1196 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
1197 behavior.
1198
b58c513b
PP
11992015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1200
1201 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
1202 with GDBHISTSIZE.
1203
a86c90e6
SM
12042015-06-15 Simon Marchi <simon.marchi@ericsson.com>
1205
1206 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
1207 bytes and memory units for -data-{read,write}-memory-bytes.
1208 (Packets): Same for m, M and X packets.
1209 * python.texi (Inferiors In Python): Same for read_memory and
1210 write_memory.
1211
c74f7d1c
JT
12122015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
1213
1214 * gdb.texinfo (Separate Debug Files): Document that PE is also
1215 supported.
1216
51f0e40d
AB
12172015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
1218
1219 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
1220 single table entry.
1221
966f0aef
WT
12222015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1223
1224 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
1225
1226
15a201c8
GB
12272015-06-10 Gary Benson <gbenson@redhat.com>
1228
1229 * gdb.texinfo (Remote Configuration): Document the
1230 "set/show remote hostio-setfs-packet" command.
1231 (Host I/O Packets): Document the vFile:setfs packet.
1232
7a6a1731
GB
12332015-06-10 Gary Benson <gbenson@redhat.com>
1234
1235 * gdb.texinfo (Debugging Output): Document the "set/show debug
1236 linux-namespaces" command.
1237
7d73c23c 12382015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 1239 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
1240
1241 * gdb.texinfo (i386): Add documentation about "show mpx bound"
1242 and "set mpx bound".
1243
27e0867f
DE
12442015-05-27 Doug Evans <dje@google.com>
1245
1246 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
1247
b4f54984
DE
12482015-05-26 Doug Evans <dje@google.com>
1249
1250 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
1251 command renamings.
1252 (Maintenance Commands): Update for DWARF "set debug" command renamings.
1253
55b40027
AB
12542015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
1255
1256 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
1257
a4ea0946
AB
12582015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1259
1260 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
1261 (TUI Commands): Add 'tui enable' and 'tui disable' details.
1262
37442ce1
DE
12632015-05-16 Doug Evans <xdje42@gmail.com>
1264
1265 * guile.texi (Memory Ports in Guile): Document support for unbuffered
1266 memory ports.
1267
36de76f9
JK
12682015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1269
1270 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
1271
0d71eef5
DB
12722015-05-12 Don Breazeal <donb@codesourcery.com>
1273
1274 * gdb.texinfo (Forks): Note that fork debugging is
1275 supported in extended mode.
1276 (Remote Configuration): Add fork event features to table
1277 of packet settings.
1278 (Stop Reply Packets): Add fork events to list of stop reasons.
1279 (General Query Packets): Add fork events to tables of
1280 'gdbfeatures' and 'stub features' supported in the qSupported
1281 packet, as well as to the list containing stub feature
1282 details.
1283
835205d0
GB
12842015-05-12 Gary Benson <gbenson@redhat.com>
1285
1286 * gdb.texinfo (General Query Packets): Document
1287 qXfer:exec-file:read with empty annex.
1288
4c082a81
SC
12892015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1290
1291 * python.texi (Values From Inferior): Add descriptions of new
1292 methods gdb.Value.reference_value and gdb.Value.const_value.
1293
b30a0bc3
JB
12942015-05-06 Joel Brobecker <brobecker@adacore.com>
1295
1296 * gdb.texinfo (Files): Add "info dll" documentation.
1297 (Cygwin Native): Remove "info dll" documentation.
1298
2ce1cdbf
DE
12992015-04-29 Doug Evans <dje@google.com>
1300
1301 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
1302 Document.
1303 (Writing an Xmethod): Add get_result_type to example.
1304
59fb7612
SS
13052015-04-28 Sasha Smundak <asmundak@google.com>
1306
1307 * python.texi: New method documented.
1308
cf75d6c3
AB
13092015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1310
1311 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
1312 format.
1313
897c3d32
DE
13142015-04-24 Doug Evans <dje@google.com>
1315
1316 * python.texi (Xmethods In Python): Fix name of method to call the
1317 xmethod.
1318
1b6e6f5c
GB
13192015-04-17 Gary Benson <gbenson@redhat.com>
1320
1321 * gdb.texinfo (Connecting to a Remote Target): Mention that
1322 GDB can access program files from remote targets that support
1323 qXfer:exec-file:read and Host I/O packets.
1324
c78fa86a
GB
13252015-04-17 Gary Benson <gbenson@redhat.com>
1326
1327 * gdb.texinfo (Remote Configuration): Document the "set/show
1328 remote pid-to-exec-file-packet" command.
1329 (General Query Packets): Document the qXfer:exec-file:read
1330 qSupported features. Document the qXfer:exec-file:read packet.
1331
a9a5a3d1
GB
13322015-04-17 Gary Benson <gbenson@redhat.com>
1333
1334 * gdb.texinfo (set sysroot): Document that "set sysroot" also
1335 applies to executable paths if supplied to GDB as absolute.
1336
4f45d445
JK
13372015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1338
1339 * gdb.texinfo (Mode Options): Remove -xdb.
1340
e7a8570f
JK
13412015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1342 Eli Zaretskii <eliz@gnu.org>
1343
72f4393d
L
1344 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
1345 compile, show debug compile. New subsection Compilation options for
e7a8570f
JK
1346 the compile command. New subsection Compiler search for the compile
1347 command.
1348
f2983cc3
AW
13492015-04-09 Andy Wingo <wingo@igalia.com>
1350
1351 * guile.texi (Frames In Guile): Describe frame-read-register.
1352
599bd15c
GB
13532015-04-02 Gary Benson <gbenson@redhat.com>
1354
1355 * gdb.texinfo (set sysroot): Document "target:".
1356
d11916aa
SS
13572015-04-01 Sasha Smundak <asmundak@google.com>
1358
1359 * doc/python.texi (Writing a Frame Unwinder in Python): Add
1360 section.
1361
df8411da
SDJ
13622015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1363
1364 PR corefiles/16092
1365 * gdb.texinfo (gcore): Mention new command 'set
1366 use-coredump-filter'.
1367 (set use-coredump-filter): Document new command.
1368
d33279b3
AT
13692015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
1370
1371 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
1372 documentation, reorder the info os entries in alphabetical order.
1373
852f8402
SM
13742015-03-26 Simon Marchi <simon.marchi@ericsson.com>
1375
1376 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
1377 -data-write-memory-bytes.
1378
856e7dd6
PA
13792015-03-24 Pedro Alves <palves@redhat.com>
1380
1381 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
1382 mention that threads may sometimes run unlocked.
1383
236af5e3
YG
13842015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
1385
1386 * gdb.texinfo (Remote configuration): Document "set/show
1387 serial parity" command.
1388
464b0089
GB
13892015-03-18 Gary Benson <gbenson@redhat.com>
1390
1391 * gdb.texinfo (General Query Packets): Remove documentation
1392 for now-removed vFile:fstat qSupported features.
1393
0a93529c
GB
13942015-03-11 Gary Benson <gbenson@redhat.com>
1395
1396 * gdb.texinfo (Remote Configuration): Document the
1397 "set/show remote hostio-fstat-packet" command.
1398 (General Query Packets): Document the vFile:fstat
1399 qSupported features.
1400 (Host I/O Packets): Document the vFile:fstat packet.
1401
85642ba0
AW
14022015-03-11 Andy Wingo <wingo@igalia.com>
1403
1404 * guile.texi (Objfiles In Guile): Document objfile-progspace.
1405
f7e6eed5
PA
14062015-03-04 Pedro Alves <palves@redhat.com>
1407
1408 * gdb.texinfo (Remote Configuration): Document the "set/show
1409 remote swbreak-feature-packet" and "set/show remote
1410 hwbreak-feature-packet" commands.
1411 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
1412 decription.
1413 (Stop Reply Packets): Document the swbreak and hwbreak stop
1414 reasons.
1415 (General Query Packets): Document the swbreak and hwbreak
1416 qSupported features.
1417 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
1418
f873665f 14192015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
a64c9f7b
PP
1420
1421 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
1422 under *stopped.
1423
9a284c97
DE
14242015-03-02 Doug Evans <xdje42@gmail.com>
1425
1426 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
1427
446899e4
AA
14282015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1429
1430 * gdb.texinfo (S/390 and System z Features): Describe new feature
1431 "org.gnu.gdb.s390.vx".
1432
7ee67ee4
SDJ
14332015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
1434
1435 PR gdb/18008
1436 * gdb.texinfo (maint internal-error, maint internal-warning, maint
1437 demangler-warning): Fix typo ("problam").
1438
53cf2ee0
DT
14392015-02-19 David Taylor <dtaylor@emc.com>
1440
1441 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
1442
3133f8c1
JM
14432015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1444
1445 * gdb.texinfo (Static Probe Points): Add cindex `static probe
1446 point, DTrace'.
1447 (Static Probe Points): Modified to cover DTrace probes in addition
1448 to SystemTap probes. Also modified to cover the `enable probe'
1449 and `disable probe' commands.
1450
9aca2ff8
JM
14512015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1452
1453 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
1454 `disable probe' commands.
1455
fa3f8d5a
DT
14562015-02-12 David Taylor <dtaylor@emc.com>
1457
1458 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
1459 fields of the QTDV packet.
1460
d33501a5
MM
14612015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1462
1463 * gdb.texinfo (Branch Trace Configuration Format): Add size.
1464 (Process Record and Replay): Describe new set|show commands.
1465 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
1466
f4abbc16
MM
14672015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1468
1469 * gdb.texinfo (Process Record and Replay): Describe the "record
1470 btrace bts" command.
1471 (General Query Packets): Describe qXfer:btrace-conf:read packet.
1472 (Branch Trace Configuration Format): New.
1473
cfb069a8
GB
14742015-01-31 Gary Benson <gbenson@redhat.com>
1475 Doug Evans <dje@google.com>
1476
1477 * gdb.texinfo (Command Completion): Document new
1478 "set/show max-completions" option.
1479
f57d2163
DE
14802015-01-31 Doug Evans <xdje42@gmail.com>
1481
1482 * gdb.texinfo (Symbols): Document new commands
1483 "maint print symbol-cache", "maint print symbol-cache-statistics",
1484 "maint flush-symbol-cache". Document new option
1485 "maint set symbol-cache-size".
1486
9f050062
DE
14872015-01-31 Doug Evans <xdje42@gmail.com>
1488
1489 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
1490 distinguish script files vs inlined scripts.
1491 * python.texi (Python Auto-loading): Ditto.
1492
b6577aab
DE
14932015-01-30 Doug Evans <dje@google.com>
1494
1495 * gdb.texinfo (Symbols) <info source>: Output now contains producer
1496 string if present.
1497
3a8b707a
DE
14982015-01-27 Doug Evans <dje@google.com>
1499
1500 * python.texi (Objfiles In Python): Document Objfile.username.
1501
1b549396
DE
15022015-01-27 Doug Evans <dje@google.com>
1503
1504 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
1505 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
1506
253828f1
JK
15072015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1508
1509 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
1510
bf555842
EZ
15112015-01-16 Eli Zaretskii <eliz@gnu.org>
1512
1513 * doc/gdb.texinfo (TUI Commands): Document the possible
1514 values of NAME argument to 'winheight' command. Explain the
1515 effect of 'tabset' setting better.
1516
439250fb
DE
15172015-01-11 Doug Evans <xdje42@gmail.com>
1518
1519 PR gdb/15830
1520 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
1521 (Symbols): Ditto.
1522 (Maintenance Commands): Delete docs for "maint demangle".
1523
6bf6fd09
JB
15242014-12-31 Joel Brobecker <brobecker@adacore.com>
1525
1526 * gdb.texinfo (Files): Remove documentation of the
1527 "add-shared-symbol-files" and "assf" commands.
1528 (Cygwin Native): Remove documentation of the "dll-symbols"
1529 command.
1530
cc485e62
DE
15312014-12-17 Doug Evans <xdje42@gmail.com>
1532
1533 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
1534
bb2ec1b3
TT
15352014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1536 Jan Kratochvil <jan.kratochvil@redhat.com>
1537
1538 * gdb.texinfo (Altering): Update.
1539 (Compiling and Injecting Code): New node.
1540
6dddd6a5
DE
15412014-12-12 Doug Evans <dje@google.com>
1542
1543 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
1544
f5b95c01
AA
15452014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1546
1547 * gdb.texinfo: Document "maint print user-registers".
1548
a0be3e44
DE
15492014-12-08 Doug Evans <dje@google.com>
1550
1551 * python.texi (Objfiles In Python): Document Objfile.owner.
1552
86e4ed39
DE
15532014-12-04 Doug Evans <dje@google.com>
1554
1555 * python.texi (Objfiles In Python): Document
1556 Objfile.add_separate_debug_file.
1557
7c50a931
DE
15582014-12-04 Doug Evans <dje@google.com>
1559
1560 * python.texi (Objfiles In Python): Document Objfile.build_id.
1561
162078c8
NB
15622014-12-02 Nick Bull <nicholaspbull@gmail.com>
1563
1564 * python.texi (Events In Python): Document new events
1565 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1566 and RegisterChangedEvent.
1567
f10c5b19
JK
15682014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1569
1570 Add add-auto-load-scripts-directory.
1571 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1572 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1573
413b59ae
JK
15742014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1575
1576 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1577 description typo.
1578
02be9a71
DE
15792014-10-30 Doug Evans <dje@google.com>
1580
1581 * python.texi (Progspaces In Python): Document ability to add
1582 random attributes to gdb.Progspace objects.
1583 (Objfiles In Python): Document ability to add random attributes to
1584 gdb.objfile objects.
1585
e5f8a7cc
PA
15862014-10-27 Pedro Alves <palves@redhat.com>
1587
1588 * gdb.texinfo (Continuing and Stepping): Add cross reference to
1589 info on stepping and signal handlers.
1590 (Signals): Explain stepping and signal handlers. Add context
1591 index entry, and cross references.
1592
fab3a15d
SM
15932014-10-20 Simon Marchi <simon.marchi@ericsson.com>
1594
1595 * python.texi (Breakpoints In Python): Add parenthesis after
1596 Breakpoint.delete. Clarify Breakpoint.enabled description so
1597 that it contains "disable".
1598
4ffbba72
DE
15992014-10-17 Doug Evans <dje@google.com>
1600
1601 * python.texi (Events In Python): Document clear_objfiles event.
1602
d096d8c1
DE
16032014-10-17 Doug Evans <dje@google.com>
1604
1605 * python.texi (Objfiles In Python): Document new progspace attribute.
1606
32a8097b
PA
16072014-10-17 Pedro Alves <palves@redhat.com>
1608
1609 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1610 (SVR4 Process Information): Delete mention of OSF/1.
1611
2ddf4301
SM
16122014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1613
1614 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1615 exit-code field in -list-thread-groups output.
1616
342cc091
JBG
16172014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1618
1619 * gdb.texinfo (Set Breaks): Add missing "@end table".
1620
a25a5a45
PA
16212014-09-22 Pedro Alves <palves@redhat.com>
1622
1623 * gdb.texinfo (Set Breaks): Document that "set breakpoint
1624 always-inserted off" is the default mode now. Delete
1625 documentation of "set breakpoint always-inserted auto".
1626
2b4fd423
DE
16272014-09-18 Doug Evans <dje@google.com>
1628
1629 * python.texi (Symbol Tables In Python): Document "producer"
1630 attribute of gdb.Symtab objects.
1631
deb8ff2b
PA
16322014-09-16 Pedro Alves <palves@redhat.com>
1633
1634 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1635 (Embedded OS): Remove VxWorks menu entry.
1636 (VxWorks): Remove node.
1637
81219e53
DE
16382014-09-13 Doug Evans <xdje42@gmail.com>
1639
1640 * gdb.texinfo (Signaling): Document new queue-signal command.
1641
faa42425
DE
16422014-09-06 Doug Evans <xdje42@gmail.com>
1643
1644 PR 15276
1645 * gdb.texinfo (Convenience Funs): Document $_caller_is,
1646 $_caller_matches, $_any_caller_is, $_any_caller_matches.
1647
1a6a384b
JL
16482014-09-03 Justin Lebar <jlebar@google.com>
1649
1650 * python.texi (Types In Python): Type.template_argument(n) returns a
1651 gdb.Value or a gdb.Type and throws an exception if n is out of
1652 range.
1653
5f3b99cf
SS
16542014-09-03 Sasha Smundak <asmundak@google.com>
1655
1656 * python.texi (Frames in Python): Add read_register description.
1657
3cecbbbe
TT
16582014-08-04 Tom Tromey <tromey@redhat.com>
1659
1660 * gdb.texinfo (Debugging Output): Update for change to "set debug
1661 target".
1662
90debf20
MM
16632014-08-01 Masaki Muranaka <monaka@monami-software.com>
1664
1665 Pushed by Joel Brobecker <brobecker@adacore.com>.
1666 * Makefile.in (transform): New variable.
1667 (install-man1, install-man5): Apply $(transform) to man file names.
1668
ee7333ae
DE
16692014-07-26 Doug Evans <xdje42@gmail.com>
1670
1671 PR guile/17177
1672 * guile.texi (Guile Pretty Printing API): Fix typo.
1673 Document set-pretty-printers!, pretty-printers.
1674 (Selecting Guile Pretty-Printers): Update.
1675 Mention program-space based pretty-printers.
1676
70509625
PA
16772014-07-25 Pedro Alves <palves@redhat.com>
1678 Eli Zaretskii <eliz@gnu.org>
1679
1680 * gdb.texinfo (Signaling) <signal command>: Explain what happens
1681 with multi-threaded programs.
1682
b67a2c6f
YQ
16832014-06-27 Yao Qi <yao@codesourcery.com>
1684
1685 * gdb.texinfo (Maintenance Commands): Update the output of
1686 'maint print dummy-frames' command.
1687
f179cf97
EZ
16882014-06-24 Eli Zaretskii <eliz@gnu.org>
1689
1690 * gdb.texinfo (Screen Size): Improve indexing.
1691
992c7d70
GB
16922014-06-19 Gary Benson <gbenson@redhat.com>
1693
1694 * gdb.texinfo (Maintenance Commands): Document new
1695 "maint set/show catch-demangler-crashes" option.
1696
57fcfb1b
GB
16972014-06-19 Gary Benson <gbenson@redhat.com>
1698
1699 * gdb.texinfo (Maintenance Commands): Document new
1700 "maint demangler-warning" command and new
1701 "maint set/show demangler-warning" option.
1702
dd5d5494
SC
17032014-06-09 Siva Chandra Reddy <sivachandra@google.com>
1704
1705 * python.texi (Xmethod API): Add space before the opening
1706 parenthesis in function descriptions.
1707
25326a28 17082014-06-06 Doug Evans <xdje42@gmail.com>
d2929fdc
DE
1709
1710 * guile.texi (Guile Configuration): Document guile-data-directory.
1711
0a770bb2 17122014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
1713
1714 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1715
16f691fb
DE
17162014-06-04 Doug Evans <xdje42@gmail.com>
1717
1718 * guile.texi (Breakpoints In Guile): Update.
1719
1e47491b
JB
17202014-06-03 Joel Brobecker <brobecker@adacore.com>
1721
1722 * python.texi (Xmethod API): Fix reference to "Progspaces In
1723 Python".
1724
0c6e92a5
SC
17252014-06-03 Siva Chandra Reddy <sivachandra@google.com>
1726
1727 * python.texi (Xmethods In Python, XMethod API)
1728 (Writing an Xmethod): New nodes.
1729 (Python API): New menu entries "Xmethods In Python",
1730 "Xmethod API", "Writing an Xmethod".
1731
06eb1586
DE
17322014-06-02 Doug Evans <xdje42@gmail.com>
1733
1734 * guile.texi (Guile API): Add entry for Parameters In Guile.
1735 (GDB Scheme Data Types): Mention <gdb:parameter> object.
1736 (Parameters In Guile): New node.
1737
e698b8c4
DE
17382014-06-02 Doug Evans <xdje42@gmail.com>
1739
1740 * guile.texi (Guile API): Add entry for Commands In Guile.
1741 (Basic Guile) <parse-and-eval>: Add reference.
1742 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1743 (GDB Scheme Data Types): Mention <gdb:command> object.
1744 (Commands In Guile): New node.
1745
ded03782
DE
17462014-06-02 Doug Evans <xdje42@gmail.com>
1747
1748 * guile.texi (Guile API): Add entry for Progspaces In Guile.
1749 (GDB Scheme Data Types): Mention <gdb:progspace> object.
1750 (Progspaces In Guile): New node.
1751
53e8a631
AB
17522014-05-30 Andrew Burgess <aburgess@broadcom.com>
1753
1754 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1755 * python.texi (Frames In Python): Mention
1756 gdb.FRAME_UNWIND_MEMORY_ERROR.
1757
329ea579
PA
17582014-05-29 Pedro Alves <palves@redhat.com>
1759 Tom Tromey <tromey@redhat.com>
1760
1761 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1762 from example.
1763 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1764 Mention that target-async is now deprecated.
1765 (Maintenance Commands): Document maint set/show target-async.
1766
92bcb5f9
PA
17672014-05-29 Pedro Alves <palves@redhat.com>
1768
1769 * observer.texi (sync_execution_done, command_error): New
1770 subjects.
1771
fd664c91
PA
17722014-05-29 Pedro Alves <palves@redhat.com>
1773
1774 PR gdb/13860
1775 * observer.texi (signal_received, end_stepping_range)
1776 (signal_exited, exited, no_history): New observer subjects.
1777
b2715b27
AW
17782014-05-26 Andy Wingo <wingo@igalia.com>
1779
1780 * guile.texi (GDB Scheme Data Types): Remove documentation for
1781 removed interfaces. Update spelling of gdb-object-kind.
1782
9eaa4c1e
AW
17832014-05-26 Andy Wingo <wingo@igalia.com>
1784
1785 * guile.texi (Basic Guile): Fix some typos.
1786
0f1e8403
AW
17872014-05-26 Andy Wingo <wingo@igalia.com>
1788
1789 * guile.texi (Writing a Guile Pretty-Printer)
1790 (Guile Types Module): Fix excess parentheses in use-modules forms.
1791
697aa1b7
EZ
17922014-05-24 Eli Zaretskii <eliz@gnu.org>
1793
1794 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1795 (Breakpoints In Guile, Guile Printing Module)
1796 (Guile Exception Handling, Values From Inferior In Guile)
1797 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1798 Don't use @var at the beginning of a sentence.
1799
1800 * gdb.texinfo (Frame Filter Management, Trace Files)
1801 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1802 (PowerPC Embedded, Define, Annotations for Running)
1803 (IPA Protocol Commands, Packets, General Query Packets)
1804 (Tracepoint Packets, Notification Packets, Environment)
1805 (Inferiors and Programs, Set Breaks, Set Catchpoints)
1806 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1807 (Frames, Backtrace, Selection, Expressions, Registers)
1808 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1809 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1810 (Source Annotations, Using JIT Debug Info Readers, Packets)
1811 (Stop Reply Packets, Host I/O Packets)
1812 (Target Description Format): Don't use @var at the beginning of a
1813 sentence.
1814
1815 * python.texi (Basic Python, Types In Python)
1816 (Commands In Python, Frames In Python, Line Tables In Python)
1817 (Breakpoints In Python, gdb.printing, gdb.types)
1818 (Type Printing API): Don't use @var at the beginning of a
1819 sentence.
1820
67b5c0c1
MM
18212014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1822
1823 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1824 replay-memory-access".
1825
6a3cb8e8
PA
18262014-05-21 Pedro Alves <palves@redhat.com>
1827
1828 * gdb.texinfo (Starting): Document "set/show
1829 auto-connect-native-target".
1830 (Target Commands): Document "target native".
1831
936d2992
PA
18322014-05-20 Pedro Alves <palves@redhat.com>
1833
1834 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1835 not be remote specific. Add cross reference to the qCRC packet.
1836 (Separate Debug Files): Update cross reference to the qCRC packet.
1837 (General Query Packets) <qCRC packet>: Add anchor.
1838
b3ce5e5f
DE
18392014-05-17 Doug Evans <xdje42@gmail.com>
1840
1841 Copy over changes from guile.texi.
1842 * python.texi (Basic Python) <gdb.execute>: Add text.
1843 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1844 (Values From Inferior) <Python string>: Add text.
1845 (Values From Inferior) <Value.string>: Clarify string length handling.
1846 (Pretty Printing API): Add cindex.
1847 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1848 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
1849 @vindex.
1850 (Commands In Python) <COMPLETE_*>: Similarly.
1851 (Symbols In Python) <SYMBOL_*>: Similarly.
1852 (Breakpoints In Python) <WP_*>: Similarly.
1853 (Breakpoints In Python) <BP_*>: Similarly.
1854
8dfcab11
DT
18552014-05-17 David Taylor <dtaylor@emc.com>
1856
1857 * gdb.texinfo (General Query Packets): Add a note about thread IDs
1858 mentioned in the qfThreadInfo reply.
1859
8d551b02
DE
18602014-05-16 Doug Evans <dje@google.com>
1861
1862 * gdb.texinfo (Mode Options): Add -D.
1863
e20bd8f4
SB
18642014-05-09 Samuel Bronson <naesten@gmail.com>
1865
1866 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1867 "make -C".
1868
f989a1c8
TT
18692014-04-29 Tom Tromey <tromey@redhat.com>
1870
1871 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1872 "show debug varobj".
1873
95cf3b38
DT
18742014-05-01 David Taylor <dtaylor@emc.com>
1875
1876 * gdb.texinfo (compare-sections): Document the new -r (read-only)
1877 option.
1878
01f9f808
MS
18792014-04-24 Michael Sturm <michael.sturm@mintel.com>
1880 Walfred Tedeschi <walfred.tedeschi@intel.com>
1881
1882 * gdb.texinfo (i386 Features): Add description of AVX512
1883 registers.
1884
770e7fc7
DE
18852014-03-31 Doug Evans <dje@google.com>
1886
1887 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1888
97d8f0ee
DE
18892014-03-30 Doug Evans <dje@google.com>
1890
1891 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1892 (Background Execution): Ditto.
1893
36cb1214
HZ
18942014-03-21 Pedro Alves <palves@redhat.com>
1895 Stan Shebs <stan@codesourcery.com>
1896 Hui Zhu <hui@codesourcery.com>
1897
1898 * gdb.texinfo (Packets): Add anchor to "? packet".
1899 Remove fixme and update introduction of "k packet".
1900 Add anchor to "vKill packet".
1901
5e3a2c38
SS
19022014-03-12 Stan Shebs <stan@codesourcery.com>
1903
1904 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1905
7a5a839f
LC
19062014-02-26 Ludovic Courtès <ludo@gnu.org>
1907
dc6ae996 1908 * guile.texi (Basic Guile): Document 'history-append!'.
7a5a839f 1909
95060284
JB
19102014-02-20 Joel Brobecker <brobecker@adacore.com>
1911
1912 * gdb.texinfo (Files): Document "add-shared-symbol-files"
1913 and "assf" as being deprecated.
1914 (Cygwin Native): Likewise for "dll-symbols".
1915 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1916 as a way to force the loading of symbols from a DLL.
1917
f7bd0f78
SC
19182014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1919
1920 * python.texi (Values From Inferior): Add description about the
1921 new feature.
1922
329baa95
DE
19232014-02-17 Doug Evans <xdje42@gmail.com>
1924
1925 * Makefile.in (GDB_DOC_FILES): Add python.texi.
1926 * gdb.texinfo (Python): Moved to ...
1927 * python.texi: ... here. New file.
1928
687894f5
DE
19292014-02-17 Ludovic Courtès <ludo@gnu.org>
1930
d25f38ee 1931 * guile.texi (Writing a Guile Pretty-Printer) <example>:
687894f5
DE
1932 Remove 'string-begins-with' procedure. Add 'pretty-printer'
1933 parameter to 'str-lookup-function' procedure. Look for
1934 the "std::string<" prefix.
1935 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1936 Adjust description.
1937
6fb526ee
DE
19382014-02-11 Tejas Belagod <tejas.belagod@arm.com>
1939
d25f38ee 1940 * guile.texi (Values From Inferior In Guile): Remove stray
6fb526ee
DE
1941 parantheses for deffn.
1942 (Disassembly In Guile): Ditto.
1943
1e0a5178
SS
19442014-02-10 Stan Shebs <stan@codesourcery.com>
1945
1946 Add Doxygen support.
1947 * Makefile.in (doxy): New action, generates Doxygen files.
1948 (DOXYGEN): New.
1949 (doxyedit): New.
1950 * Doxyfile-base.in: New file.
1951 * Doxyfile-gdb-api.in: New file.
1952 * Doxyfile-gdb-xref.in: New file.
1953 * Doxyfile-gdbserver.in: New file.
1954 * doxy-index.in: New file.
1955 * filter-for-doxygen: New file.
1956 * filter-params.pl: New file.
1957
ed3ef339
DE
19582014-02-10 Doug Evans <xdje42@gmail.com>
1959
1960 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1961 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
1962 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
1963 (Guile docs): Include guile.texi.
1964 (objfile-gdbdotext file): Add objfile-gdb.scm.
1965 (dotdebug_gdb_scripts section): Mention Guile scripts.
1966 (Multiple Extension Languages): New node.
1967 * guile.texi: New file.
1968
c6044dd1
JB
19692014-01-28 Joel Brobecker <brobecker@adacore.com>
1970
1971 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
1972 ignore-descriptive-types". commands.
1973
87ce2a04
DE
19742014-01-22 Doug Evans <dje@google.com>
1975
1976 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
1977 (gdbserver man): Ditto.
1978
52834460
MM
19792014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1980
1981 * gdb.texinfo: Document limited reverse/replay support
1982 for target record-btrace.
1983
0688d04e
MM
19842014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1985
1986 * gdb.texinfo (Process Record and Replay): Update documentation.
1987
8710b709
MM
19882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1989
1990 * gdb.texinfo (Process Record and Replay): Document new /c
1991 modifier accepted by "record function-call-history".
1992 Add /i modifier to "record function-call-history" example.
1993
dcf106f3
JB
19942014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
1995 Joel Brobecker <brobecker@adacore.com>
1996
1997 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
1998 markers. Remove one that was misplaced.
1999
41ef2965
PA
20002014-01-10 Pedro Alves <palves@redhat.com>
2001
2002 * gdb.texinfo (Your Program's Environment) <set environment>:
2003 Mention the shell, and point at 'set exec-wrapper'.
2004
c0d48811
JB
20052014-01-07 Joel Brobecker <brobecker@adacore.com>
2006
2007 * gdb.texinfo (Types In Python): Document new attribute Types.name.
2008
5fba4c0f
JB
20092013-12-30 Joel Brobecker <brobecker@adacore.com>
2010
2011 * gdb.texinfo (Types In Python): Clarify the documentation
2012 of attribute gdb.Field.bitpos.
2013
0809504b
JB
20142013-12-28 Joel Brobecker <brobecker@adacore.com>
2015
2016 * gdb.texinfo (Types In Python): Fix the documentation of
2017 attribute "bitpos" in class gdb.Field for enum types. Add
2018 documentation for attribute "enumval" in that same class.
2019
edef6000
JB
20202013-12-28 Joel Brobecker <brobecker@adacore.com>
2021
2022 * gdb.texinfo (GDB/MI Support Commands): Change @table into
2023 @ftable.
2024
71b8c845
DE
20252013-12-23 Doug Evans <xdje42@gmail.com>
2026
2027 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
2028 auto-loaded objfile scripts and .debug_gdb_scripts section to their
2029 corresponding section in Extending GDB.
2030 (Extending GDB): Move menu up. New menu item "Auto-loading
2031 extensions".
2032 (Sequences): New menu item "Auto-loading sequences".
2033 (Auto-loading sequences): New node.
2034 (Python): Rename section from Scripting GDB to Extending GDB.
2035 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
2036 Move docs on ways to auto-load extensions to ...
2037 (Auto-loading extensions): ... here. New node.
2038
d192b373
JB
20392013-12-23 Joel Brobecker <brobecker@adacore.com>
2040
2041 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
2042 in menu.
2043 (GDB/MI Variable Objects): Adjust reference to "-list-features"
2044 command, now in a new node.
2045 (GDB/MI Support Commands): New node, with its contents being
2046 extracted from the "GDB/MI Miscellaneous Commands" node.
2047 A small paragraph introducing the section is also added at
2048 the start.
2049 (GDB/MI Miscellaneous Commands): Delete the description of the
2050 -info-gdb-mi-command, -list-features and -list-target-features
2051 commands, now hosted in the "GDB/MI Support Commands" node.
2052
a16b0e22
SC
20532013-12-12 Siva Chandra Reddy <sivachandra@google.com>
2054
2055 PR python/16113
2056 * gdb.texinfo (Values From Inferior): Add a note about using
2057 gdb.Field objects as subscripts on gdb.Value objects.
2058 (Types In Python): Add description about the new attribute
2059 "parent_type" of gdb.Field objects.
2060
9b26f0fb
JB
20612013-12-12 Joel Brobecker <brobecker@adacore.com>
2062
2063 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
2064 entry for section docuumenting the -list-features GDB/MI command.
2065
72bfa06c
JB
20662013-12-10 Joel Brobecker <brobecker@adacore.com>
2067
2068 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2069 "exec-run-start-option" entry in the output of the "-list-features"
2070 command.
2071
3ea8680f
EZ
20722013-12-04 Eli Zaretskii <eliz@gnu.org>
2073
2074 * gdb.texinfo (i386): Fix yesterday's commit.
2075
1a4f73eb
TT
20762013-12-03 Tom Tromey <tromey@redhat.com>
2077
2078 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
2079 documented here.
2080
6cb999f8
TT
20812013-12-03 Tom Tromey <tromey@redhat.com>
2082
2083 * gdb.texinfo (@direntry): Add menu item for gdbserver.
2084
ca8941bb
WT
20852013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
2086
2087 * gdb.texinfo (i386 Features): Add MPX feature registers.
2088 (x86 Specific featuresx86 Architecture-specific Issues): Adds
2089 a subsubsection for MPX and describes the display of the
2090 boundary registers.
2091
688981c9
JB
20922013-12-03 Joel Brobecker <brobecker@adacore.com>
2093
2094 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
2095 documentation of the "ada-exceptions" entry.
2096
2ea126fa
JB
20972013-12-03 Joel Brobecker <brobecker@adacore.com>
2098
2099 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
2100 "^error" result record concerning the error message. Document
2101 the error code that may also be part of that result record.
2102 (GDB/MI Miscellaneous Commands): Document the
2103 "undefined-command-error-code" element in the output of
2104 the "-list-features" GDB/MI command.
2105
6b7cbff1
JB
21062013-12-03 Joel Brobecker <brobecker@adacore.com>
2107
2108 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2109 the new -info-gdb-mi-command GDB/MI command. Document
2110 the meaning of "-info-gdb-mi-command" in the output of
2111 -list-features.
2112
20e1ca3b
PA
21132013-11-29 Pedro Alves <palves@redhat.com>
2114
2115 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
2116 Update comment.
2117
29453a14
YQ
21182013-11-24 Yao Qi <yao@codesourcery.com>
2119
2120 * gdb.texinfo (Caching Remote Data): Document new
2121 "set/show stack-cache" option.
2122
6dd315ba
YQ
21232013-11-24 Yao Qi <yao@codesourcery.com>
2124
2125 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
2126 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
2127 "off" respectively.
2128
9df9dbe0
YQ
21292013-11-23 Yao Qi <yao@codesourcery.com>
2130
2131 * gdb.texinfo (GDB/MI Variable Objects): Add the description
2132 of "displayhint" to the table about child results.
2133
c78feb39
YQ
21342013-11-21 Yao Qi <yao@codesourcery.com>
2135
2136 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
2137 'dynamic' for the output of command -var-list-children.
2138
27b81af3
YQ
21392013-11-21 Yao Qi <yao@codesourcery.com>
2140
2141 * gdb.texinfo (Caching Target Data): Remove "see" before
2142 @pxref.
2143
b26dfc9a
YQ
21442013-11-20 Yao Qi <yao@codesourcery.com>
2145
2146 * gdb.texinfo (Caching Target Data): Update doc for
2147 per-address-space dcache.
2148
b12039c6
YQ
21492013-11-20 Yao Qi <yao@codesourcery.com>
2150
2151 * gdb.texinfo (Data): Rename menu item.
2152 (Caching Remote Data): Rename to ...
2153 (Caching Target Data): ... it. Update.
2154
422ad5c2
JB
21552013-11-18 Joel Brobecker <brobecker@adacore.com>
2156
2157 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2158 "language-option" entry in the output of the "-list-features"
2159 command.
2160
805e1f19
TT
21612013-11-15 Tom Tromey <tromey@redhat.com>
2162
2163 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
2164 Add example.
2165
8fe1b653
TT
21662013-11-14 Tom Tromey <tromey@redhat.com>
2167
2168 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
2169
403cb6b1
JB
21702013-11-14 Joel Brobecker <brobecker@adacore.com>
2171
2172 * gdb.texinfo (Show): Add xref anchor for "show language" command.
2173 (Context management): Place current subsection text into its own
2174 subsubsection. Add new subsubsection describing the "--language"
2175 command option.
2176
93973826
JB
21772013-11-13 Joel Brobecker <brobecker@adacore.com>
2178
2179 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
2180 the documentation of "info-ada-exceptions" in the output
2181 of the "-list-features" command. Add the documentation
2182 of the "ada-exception" entry instead.
2183
6adcee18
JB
21842013-11-12 Joel Brobecker <brobecker@adacore.com>
2185
93973826 2186
6adcee18
JB
2187 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
2188 word of a couple of sentences to start with a capital letter.
2189
58d06528
JB
21902013-11-12 Joel Brobecker <brobecker@adacore.com>
2191
2192 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
2193 (Ada Exceptions): New node.
2194 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
2195 Commands" node.
2196 (GDB/MI Ada Exceptions Commands): New node.
2197 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
2198 field in the output of the "-list-features" command.
2199 * NEWS: Add entry for the new "info exceptions" CLI command,
2200 and for the new "-info-ada-exceptions" GDB/MI command.
2201
bc79de95
PM
22022013-11-11 Phil Muldoon <pmuldoon@redhat.com>
2203
2204 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
2205 (Line Tables In Python): New node.
2206
73be47f5
DE
22072013-11-08 Doug Evans <dje@google.com>
2208
2209 * gdb.texinfo (Debugging Output): Update text for
2210 "set debug dwarf2-read".
2211
db0fec5c
DE
22122013-11-08 Doug Evans <dje@google.com>
2213
2214 * gdb.texinfo (Debugging Output): Update text for
2215 "set debug symtab-create".
2216
92e32e33
PM
22172013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2218
72f4393d
L
2219 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
2220 constant.
92e32e33 2221
f76c27b5
PM
22222013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2223
2224 * gdb.texinfo (Breakpoints In Python): Document temporary
2225 option in breakpoint constructor, and add documentation to the
2226 temporary attribute.
2227
fa4d0c40
YQ
22282013-11-07 Yao Qi <yao@codesourcery.com>
2229
2230 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
2231 output of "-var-info-expression".
2232
afa332ce
PA
22332013-11-06 Pedro Alves <palves@redhat.com>
2234
2235 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
2236 non-interactive mode.
2237 (Environment) <shell startup files warning>: Mention
2238 non-interactive mode. Mention .zshenv for Z shell, and talk about
2239 BASH_ENV instead of .bashrc for BASH.
2240
9ac69859
NB
22412013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
2242
2243 * gdb.texinfo (Commands to Specify Files): Add description
2244 of the remove-symbol-file command.
2245 * observer.texi: New free_objfile event
2246
98882a26
PA
22472013-10-24 Pedro Alves <palves@redhat.com>
2248
2249 * gdb.texinfo (Starting): Document set/show startup-with-shell.
2250
ce13fade
JB
22512013-10-11 Joel Brobecker <brobecker@adacore.com>
2252
2253 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
2254 New subsection inside which the "-catch-load" and "-catch-unload"
2255 commands documentation is now placed.
2256 (Ada Exception GDB/MI Catchpoint Commands): New subsection
2257 documenting the "-catch-assert" and "-catch-exception" new
2258 GDB/MI commands.
2259
2446f5ea
JB
22602013-10-10 Joel Brobecker <brobecker@adacore.com>
2261
2262 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
2263
0d12017b
JB
22642013-10-10 Joel Brobecker <brobecker@adacore.com>
2265
bd80dc1a
JB
2266 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
2267 serial baud".
2268 (Remote Configuration): Replace "set remotebaud" by "set serial
2269 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 2270
f4fb82a1
PA
22712013-10-07 Pedro Alves <palves@redhat.com>
2272
2273 PR breakpoints/11568
2274 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
2275 when the thread is removed from the thread list.
2276
0c557179
SDJ
22772013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2278
2279 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
2280 Update entry for $_exitcode.
2281
5713b9b5
JB
22822013-10-04 Joel Brobecker <brobecker@adacore.com>
2283
2284 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
2285 new "--start" option.
2286
901461f8
PA
22872013-10-02 Pedro Alves <palves@redhat.com>
2288
2289 * gdb.texinfo (Registers): Expand description of saved registers
2290 in frames. Explain <not saved>.
2291
8fb8eb5c
DE
22922013-09-25 Doug Evans <dje@google.com>
2293
2294 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
2295
0a7cfe2c
SS
22962013-09-16 Stan Shebs <stan@codesourcery.com>
2297
2298 Remove the internals manual gdbint.texinfo.
2299 * Makefile.in (INFO_DEPS): Remove gdbint.info.
2300 (PDFFILES): Remove gdbint.pdf.
2301 (HTMLFILES): Remove gdbint/index.html.
2302 (HTMLFILES_INSTALL): Remove gdbint.
2303 (GDBINT_DOC_FILES): Remove.
2304 (dvi): Remove gdbint.dvi.
2305 (ps): Remove gdbint.ps.
2306 * gdbint.texinfo: Remove file.
2307 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
2308
a280dbd1
SDJ
23092013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2310
2311 * gdb.texinfo (Convenience Functions): Mention new convenience
2312 function $_isvoid.
2313
4ac33720
UW
23142013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2315
2316 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
2317 (Standard Target Features): Add new node to menu.
2318 (S/390 and System z Features): New node.
2319
b3d3b4bd
SA
23202013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
2321
2322 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
2323 -list-target-features in the example.
2324
edf9f00c
JK
23252013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2326
2327 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
2328 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
2329
1d236d23
JK
23302013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2331
2332 Sync documentation with gdb.base/gnu-debugdata.exp.
2333 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
2334
5423b017
JK
23352013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2336
2337 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
2338
6211c335
YQ
23392013-08-27 Pedro Alves <pedro@codesourcery.com>
2340 Yao Qi <yao@codesourcery.com>
2341
2342 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
2343 Document new --skip-unavailable option.
2344 <-stack-list-variables>: Document new --skip-unavailable option.
2345
52e260a3
DE
23462013-08-26 Doug Evans <dje@google.com>
2347
2348 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
2349 an optional regexp.
2350
5e92f71a
TT
23512013-08-13 Tom Tromey <tromey@redhat.com>
2352
2353 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
2354 Document GDB_PARALLEL and GDB_INOTIFY.
2355
c5d7073b
SS
23562013-08-09 Stan Shebs <stan@codesourcery.com>
2357
2358 * LRS: Remove file, describes a long-abandoned live-range
2359 splitting extension to stabs.
2360
6fbe845e
AB
23612013-07-25 Andrew Burgess <aburgess@broadcom.com>
2362
2363 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
2364
e7045703
DE
23652013-07-17 Doug Evans <dje@google.com>
2366
2367 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
2368
3105ebf9
TT
23692013-07-02 Tom Tromey <tromey@redhat.com>
2370
2371 * gdb.texinfo (Target Commands): Don't mention "target nrom".
2372
d6c2da54
TT
23732013-06-28 Tom Tromey <tromey@redhat.com>
2374
2375 * Makefile.in (version.subst): Use version.in, not
2376 common/version.in.
2377 * gdbint.texinfo (Versions and Branches, Releasing GDB):
2378 Likewise.
2379
e5823f1c
PA
23802013-06-27 Pedro Alves <palves@redhat.com>
2381
2382 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
2383 dynamic symbol resolution code>: New section, based on infrun.c
2384 comment.
2385
92dcb9ff
TT
23862013-06-26 Tom Tromey <tromey@redhat.com>
2387
2388 * gdbint.texinfo (Versions and Branches): Use common/version.in.
2389 Update.
2390 (Releasing GDB): Likewise.
2391
dc673c81
YQ
23922013-06-26 Pedro Alves <pedro@codesourcery.com>
2393 Yao Qi <yao@codesourcery.com>
2394
2395 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
2396 -trace-frame-collected.
2397
28a93511
YQ
23982013-06-26 Pedro Alves <pedro@codesourcery.com>
2399
2400 * gdb.texinfo (Traceframe Info Format): Document tvar element
2401 and its attributes.
2402
a0743c90
YQ
24032013-06-25 Yao Qi <yao@codesourcery.com>
2404
2405 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
2406
01208463
TT
24072013-06-24 Tom Tromey <tromey@redhat.com>
2408
2409 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
2410 (GDBvn.texi): Use version.subst.
2411 (version.subst): New target.
2412 (mostlyclean): Remove version.subst.
2413
c898adb7
YQ
24142013-06-20 Pedro Alves <pedro@codesourcery.com>
2415
2416 * gdb.texinfo (GDB/MI Data Manipulation)
2417 <-data-list-register-values>: Document the --skip-unavailable
2418 option.
2419
7c57fa1e
YQ
24202013-06-07 Yao Qi <yao@codesourcery.com>
2421
2422 * gdb.texinfo (Symbols): Add kindex and cindex for
2423 'maint print msymbols'.
2424
0059c61a 24252013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
2426
2427 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
2428 response field name (thread-group to inferior).
2429
85dc5a12
GB
24302013-06-04 Gary Benson <gbenson@redhat.com>
2431
2432 * gdb.texinfo (General Query Packets/qSupported): Added
2433 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
2434 to the table of currently defined stub features.
2435 Added a more detailed entry for "augmented-libraries-svr4-read".
2436 (General Query Packets/qXfer:libraries-svr4:read): Documented
2437 the augmented form of this packet.
2438
5901af59
JB
24392013-05-23 Joel Brobecker <brobecker@adacore.com>
2440
2441 * gdb.texinfo (System-wide Configuration Scripts): Renames
2442 "Installed System-wide Configuration Scripts". Add associated
2443 @menu block.
2444
c1e36e3e
PA
24452013-05-23 Yao Qi <yao@codesourcery.com>
2446 Pedro Alves <palves@redhat.com>
2447
2448 * gdb.texinfo (Packets): Document 'vCont;r'.
2449 (Continuing and Stepping): Document target-assisted range
2450 stepping, and the 'set range-stepping' and 'show range-stepping'
2451 commands.
2452
0201faac
JB
24532013-05-23 Joel Brobecker <brobecker@adacore.com>
2454
2455 * gdb.texinfo (Installed System-wide Configuration Scripts):
2456 Add subsection describing the scripts now available under
2457 the data-dir's system-gdbbinit subdirectory.
2458 * NEWS: Add entry announcing the availability of system-wide
2459 configuration scripts for ElinOS and Wind River Linux.
2460
c5867ab6
HZ
24612013-05-21 Hui Zhu <hui@codesourcery.com>
2462
2463 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
2464 "-dprintf-insert" command.
2465
7d0c9981
DE
24662013-05-17 Doug Evans <dje@google.com>
2467
2468 * gdb.texinfo (Maintenance Commands): Update doc for
2469 "maint check-psymtabs". Add doc for "maint check-symtabs",
2470 "maint expand-symtabs".
2471
742ce053
MM
24722013-05-15 Markus Metzger <markus.t.metzger@intel.com>
2473
2474 * gdb.texinfo (Process Record and Replay): Document the
2475 "record goto" command and its sub-commands.
2476
1e611234
PM
24772013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2478
2479 * gdb.texinfo (Backtrace): Add "no-filter" argument.
2480 (Python API): Add Frame Filters API, Frame Wrapper API,
2481 Writing a Frame Filter/Wrapper, Managing Management of Frame
2482 Filters chapter entries.
2483 (Frame Filters API): New Node.
2484 (Frame Wrapper API): New Node.
2485 (Writing a Frame Filter): New Node.
2486 (Managing Frame Filters): New Node.
2487 (Progspaces In Python): Add note about frame_filters attribute.
2488 (Objfiles in Python): Ditto.
2489 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
2490 @anchors and --no-frame-filters option to -stack-list-variables,
2491 -stack-list-frames, -stack-list-locals and -stack-list-arguments
2492 commands.
2493
2874cb83
JB
24942013-05-08 Joel Brobecker <brobecker@adacore.com>
2495
2496 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
2497 Support" subsection documenting the XML format used to transfer
2498 shared library info on AIX.
2499
9a005eb9
JB
25002013-05-08 Joel Brobecker <brobecker@adacore.com>
2501
2502 * gdb.texinfo (Debugging Output): Add documentation of
2503 "set debug aix-solib" and "show debug aix-solib" commands.
2504
a1217d97
SL
25052013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2506
2507 * gdb.texinfo (Nios II): New section.
2508 (Nios II Features): New section.
2509
4d1eb6b4
JB
25102013-05-06 Joel Brobecker <brobecker@adacore.com>
2511
2512 * gdbint.texinfo (Algorithms): Remove entries documenting
2513 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
2514 SOLIB_CREATE_INFERIOR_HOOK.
2515
3f84184e
TT
25162013-04-29 Tom Tromey <tromey@redhat.com>
2517
2518 PR python/14204:
2519 * gdb.texinfo (Python API): Fix menu entry.
2520 (Blocks In Python): Fix subsubsection text. Rewrite intro.
2521 Define global and static block. Add example. Clarify
2522 block relationship for inline functions.
2523
60155234
TT
25242013-04-29 Tom Tromey <tromey@redhat.com>
2525
2526 * gdb.texinfo (Python API): Mention Python help and keyword
2527 arguments. Move pagination text to Basic Python.
2528 (Basic Python): Put pagination text here. Document
2529 close-on-exec, SIGCHLD, and SIGINT.
2530
5360976e
PA
25312013-04-19 Pedro Alves <palves@redhat.com>
2532
2533 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
2534 "signedness" instead of "signness".
2535
bd3f3b55
PA
25362013-04-19 Pedro Alves <palves@redhat.com>
2537
2538 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
2539 -Wno-pointer-sign text with text on -Wpointer-sign.
2540
dee368d3
TT
25412013-04-16 Tom Tromey <tromey@redhat.com>
2542
2543 * gdb.texinfo (Set Catchpoints): Mention earliest version of
2544 GCC that has the SDT probe points.
2545
cc16e6c9
TT
25462013-04-15 Tom Tromey <tromey@redhat.com>
2547
2548 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2549 exception catchpoints.
2550
72f1fe8a
TT
25512013-04-15 Tom Tromey <tromey@redhat.com>
2552
2553 * gdb.texinfo (Set Catchpoints): Document $_exception.
2554 (Convenience Vars): Mention $_exception.
2555
591f19e8
TT
25562013-04-15 Tom Tromey <tromey@redhat.com>
2557
2558 * gdb.texinfo (Set Catchpoints): Reorganize exception
2559 catchpoints. Document "catch rethrow".
2560 (Debugging C Plus Plus): Mention "catch rethrow".
2561
02ae6bad
TT
25622013-04-15 Tom Tromey <tromey@redhat.com>
2563
2564 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2565
2c91021c
JK
25662013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2567 Eli Zaretskii <eliz@gnu.org>
2568
2569 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2570 line below the sample output.
2571
6eaaf48b
EZ
25722013-04-12 Eli Zaretskii <eliz@gnu.org>
2573
2574 * gdb.texinfo (Mode Options): Document '-configuration'.
2575 (Help): Document "show configuration".
2576 (Bug Reporting): Add requirements to include the configuration
2577 details in bug reports.
2578
b292c783
JK
25792013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2580
2581 * Makefile.in (MAN1S): Add gcore.1.
2582 Remove "Host, target, and site specific Makefile fragments" comment.
2583 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2584 (install-man1, uninstall-man1): Conditionalize gcore.1.
2585 (gcore.1): New.
2586 * gdb.texinfo (Man Pages): Add gcore man.
2587 (gcore man): New node.
2588
f81d1120
PA
25892013-04-10 Pedro Alves <palves@redhat.com>
2590
2591 * gdb.texinfo (Process Record and Replay): Document that "set
2592 record full insn-number-max", "set record
2593 instruction-history-size" and "set record
2594 function-call-history-size" accept "unlimited".
2595 (Backtrace): Document that "set backtrace limit" accepts
2596 "unlimited".
2597 (List): Document that "set listsize" accepts "unlimited".
2598 (Print Settings)" Document that "set print max-symbolic-offset",
2599 "set print elements" and "set print repeats" accept "unlimited".
2600 (Starting and Stopping Trace Experiments): Document that "set
2601 trace-buffer-size" accepts "unlimited".
2602 (Remote Configuration): Document that "set tcp connect-timeout"
2603 accepts "unlimited".
2604 (Command History): Document that "set history size" accepts
2605 "unlimited".
2606 (Screen Size): Document that "set height" and "set width" accepts
2607 "unlimited". Adjust "set pagination"'s description to suggest
2608 "set height unlimited" instead of "set height 0".
2609
393fd4c3
YQ
26102013-04-10 Yao Qi <yao@codesourcery.com>
2611
2612 * gdb.texinfo (Trace Files): Add "target ctf".
2613
cba5a7bf
JK
26142013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2615
2616 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2617
0ed630cb
JK
2618 * Makefile.in (install-man1, install-man5, uninstall-man1)
2619 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2620
afe1492b
JK
2621 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2622
5b8b6385
JK
26232013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2624 Eli Zaretskii <eliz@gnu.org>
2625
2626 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
2627 parameters order. Remove "On some targets" for --attach. Document the
2628 --multi parameter and extended-remote command. Document all the
2629 options.
2630
906ccdf0
JK
26312013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2632
2633 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
2634 the list of supported languages.
2635
43662968
JK
26362013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2637
2638 Convert man pages to texinfo, new gdbinit.5 texinfo page.
2639 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2640 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2641 (diststuff): Add man.
2642 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2643 (uninstall-man5): New.
2644 (STAGESTUFF): Add *.1 and *.5.
2645 (GDBvn.texi): Add SYSTEM_GDBINIT.
2646 (gdb.1, gdbserver.1, gdbinit.5): New.
2647 (maintainer-clean realclean): Add $(MANS).
2648 (install): Add install-man.
2649 (uninstall): Add uninstall-man.
2650 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2651 (@copying): Wrap it by @c man begin COPYRIGHT.
2652 (Top): Add Man Pages.
2653 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2654
be9a8770
PA
26552013-04-02 Pedro Alves <palves@redhat.com>
2656
2657 * gdb.texinfo (Debugging Output): Document "set/show debug
2658 aarch64", "set/show debug coff-pe-read" and "set/show debug
2659 mach-o".
2660
a46c1e42
PA
26612013-04-02 Pedro Alves <palves@redhat.com>
2662
2663 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2664 table>: Add entry for "trace-buffer-size".
2665
bd3eecc3
PA
26662013-03-28 Pedro Alves <palves@redhat.com>
2667
2668 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2669 table>: Add entry for "trace-status".
2670
215b9f98
EZ
26712013-03-28 Eli Zaretskii <eliz@gnu.org>
2672
2673 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2674 @bullet", which is invalid (makeinfo 5.1 barfs).
2675
7f7cc265
PA
26762013-03-28 Pedro Alves <palves@redhat.com>
2677
2678 PR gdb/15294
2679
2680 * gdb.texinfo (List) <set listsize>: Adjust to document that
2681 listsize 0 means no limit, and remove mention of -1.
2682
9c0be723
YQ
26832013-03-22 Yao Qi <yao@codesourcery.com>
2684
2685 * gdb.texinfo (Embedded Processors): Remove menu item
2686 "OpenRISC 1000".
2687 (OpenRISC 1000): Remove.
2688
bd712aed
DE
26892013-03-21 Doug Evans <dje@google.com>
2690
2691 * gdb.texinfo (Maintenance Commands): Add docs for
2692 "mt set per-command {space,time,symtab} {on,off}".
2693
d0353e76
YQ
26942013-03-14 Hui Zhu <hui@codesourcery.com>
2695 Yao Qi <yao@codesourcery.com>
2696
2697 * gdb.texinfo (Trace Files): Add "tsave -ctf".
2698
6dd24dfa
KS
26992013-03-13 Keith Seitz <keiths@redhat.com>
2700
2701 * gdb.texinfo (Maintenance Commands): Add missing ')' for
2702 "maint agent" reference to Dynamic printf.
2703
5c4808ca
EZ
27042013-03-11 Eli Zaretskii <eliz@gnu.org>
2705
2706 * gdb.texinfo (General Query Packets): Don't use colon in index
2707 entries visible to Info format.
2708
59ea5688
MM
27092013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2710
2711 * gdb.texinfo (Process Record and Replay): Document record
2712 changes.
2713
2ae8c8e7
MM
27142013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2715
2716 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2717 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2718 qXfer:btrace:read.
2719
28abe188
EZ
27202013-03-09 Eli Zaretskii <eliz@gnu.org>
2721
2722 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2723 use colons in @anchor and @cindex entries.
2724
be9a119c 27252013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
2726
2727 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2728
be9a119c 27292013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
2730 Hafiz Abid Qadeer <abidh@codesourcery.com>
2731
2732 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2733 trace-buffer-size set and show commands.
2734 (Tracepoint Packets): Document QTBuffer:size.
2735 (General Query Packets): Document QTBuffer:size.
2736
d57350ea
TT
27372013-02-21 Tom Tromey <tromey@redhat.com>
2738
2739 * gdb.texinfo: Remove bad @syncodeindex.
2740 (Values From Inferior, Types In Python, Inferiors In Python)
2741 (Events In Python, Threads In Python, Frames In Python, Blocks In
2742 Python, Symbols In Python, Symbol Tables In Python): Remove
2743 @tables.
2744 (Packets, General Query Packets, Tracepoint Packets)
2745 (Host I/O Packets): Use @w{} for empty @item.
2746
9f44fbc0
SCR
27472013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2748
2749 * gdb.texinfo (Architectures In Python): Add description about
2750 the new method gdb.Architecture.disassemble.
2751
f5911ea1
HAQ
27522013-02-15 Pedro Alves <pedro@codesourcery.com>
2753 Hafiz Abid Qadeer <abidh@codesourcery.com>
2754
2755 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2756 Document the "trace-file" field.
2757
7e1e0340
DE
27582013-02-07 Doug Evans <dje@google.com>
2759
2760 * gdb.texinfo (Machine Code): Clarify argument to disassemble
2761 command.
2762
134a2066
YQ
27632013-02-06 Yao Qi <yao@codesourcery.com>
2764
2765 * gdb.texinfo (GDB/MI Async Records): Document new MI
2766 notification "=tsv-modified". Update the document of MI
2767 notification "=tsv-created".
2768 * observer.texi (GDB Observers): New observer tsv_modified.
2769 Update observer tsv_created and tsv_delete.
2770
430ed3f0
MS
27712013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
2772
2773 * gdb.texinfo (AArch64 Features): New section; document
2774 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2775 (Architectures): Add new AArch64 section to document AArch64
2776 architecture specific commands.
2777 (ABI): Add description of the new OS ABI "Newlib" and its influence
2778 on the longjmp handling.
2779
1b56eb55
JK
27802013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2781 Jan Kratochvil <jan.kratochvil@redhat.com>
2782
2783 * gdb.texinfo (Backtrace): Added description of 'filename-display'
2784 variable in 'set/show backtrace' section.
2785
c4957902
TT
27862013-01-31 Tom Tromey <tromey@redhat.com>
2787
2788 * gdb.texinfo (Target Commands): Fix typo.
2789
bea883fd
SCR
27902013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2791
2792 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2793 describing the gdb.Architecture class.
2794 (Frames In Python): Add description about the new method
2795 gdb.Frame.architecture().
2796
796a7ff8
DE
27972013-01-23 Doug Evans <dje@google.com>
2798
2799 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2800
998580f1
MK
28012013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2802
2803 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2804 'thread-groups' field when printing a breakpoint in MI.
2805
c9fb1240
SD
28062012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2807 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2808 to reflect that jit-reader-load now supports absolute file-names.
2809
ab04a2af
TT
28102013-01-16 Tom Tromey <tromey@redhat.com>
2811
2812 * gdb.texinfo (Set Catchpoints): Document "catch signal".
2813 (Signals): Likewise.
2814
8ac3646f
TT
28152013-01-16 Tom Tromey <tromey@redhat.com>
2816
2817 * gdb.texinfo (GDB/MI Breakpoint Information): Document
2818 "catch-type" field.
2819 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2820
e93a8774
TT
28212013-01-07 Tom Tromey <tromey@redhat.com>
2822
2823 * gdb.texinfo (Mode Options): Don't mention -epoch.
2824 (Data, Emacs): Remove obsolete comments.
2825
54516a0b
TT
28262013-01-02 Tom Tromey <tromey@redhat.com>
2827
2828 * gdb.texinfo (GDB/MI Output Records): Update menu.
2829 (GDB/MI Breakpoint Information): New node.
2830 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2831 <-break-insert>: Likewise.
2832
8dbe8ece
YQ
28332012-12-31 Yao Qi <yao@codesourcery.com>
2834
2835 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2836 (Packets): Move "vStopped" packet to ...
2837 (Notification Packets): ... here. Describe the components
2838 of notification. Add a table of supported notifications.
2839 Add an example on the process of he async notification.
2840
f35a17b5
JK
28412012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2842
2843 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2844 present.
2845 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2846 fullname output always present.
2847
0dfd2fad
PM
28482012-12-23 Pierre Muller <muller@sourceware.org>
2849
72f4393d
L
2850 * gdbint.texinfo (Function prototypes): Require use of "extern"
2851 modifier for function prototypes in headers.
0dfd2fad 2852
7785b880
JB
28532012-12-19 Joel Brobecker <brobecker@adacore.com>
2854
2855 * refcard.tex: Update copyright notice to GPL v3 or later.
2856 Update contact info.
2857
3d745be3
JK
28582012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2859
2860 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2861
c9b6281a
YQ
28622012-12-15 Yao Qi <yao@codesourcery.com>
2863
2864 * gdb.texinfo (Debugging Output): Document 'set debug
2865 notification' and 'show debug notification'.
2866
f2a8bc8a
YQ
28672012-12-15 Yao Qi <yao@codesourcery.com>
2868
2869 * gdb.texinfo (Listing Tracepoints): New item and example about
2870 'installed on target' output.
2871 Add more in the example about 'installed on target'.
2872 (GDB/MI Breakpoint Commands): Doc about 'installed field.
2873
451b7c33
TT
28742012-12-14 Tom Tromey <tromey@redhat.com>
2875
72f4393d 2876 * gdb.texinfo (SVR4 Process Information): Mention core files.
451b7c33 2877
3fa7bf06 28782012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
72f4393d 2879
3fa7bf06
MG
2880 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2881
05b4bd79
PA
28822012-12-11 Pedro Alves <palves@redhat.com>
2883
2884 * gdb.texinfo: Remove all mentions of Unixware throughout.
2885
74a0d9f6
JK
28862012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2887
2888 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2889
0c631110
TT
28902012-11-29 Tom Tromey <tromey@redhat.com>
2891
2892 * gdb.texinfo (SVR4 Process Information): Document missing
2893 "info proc" subcommands.
2894
891df0ea
YQ
28952012-11-29 Yao Qi <yao@codesourcery.com>
2896
2897 PR gdb/1477.
2898 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2899 to 'auto' instead of 'gnu'.
2900
608e2dbb
TT
29012012-11-26 Tom Tromey <tromey@redhat.com>
2902
2903 * gdb.texinfo (MiniDebugInfo): New node.
2904 (GDB Files): Update.
2905
e64e0392
DE
29062012-11-16 Doug Evans <dje@google.com>
2907
2908 * gdb.texinfo (System-wide configuration): If the system-wide init
2909 file lives in the data-directory, and --data-directory is provided,
2910 look for it there.
2911
ae606bee
TT
29122012-11-15 Tom Tromey <tromey@redhat.com>
2913
2914 * gdb.texinfo (Signaling): Fix typo.
2915
62747a60
TT
29162012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2917
2918 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2919 parameter "count" of -data-write-memory-bytes, and add an example.
2920
18a9fc12
TT
29212012-11-12 Tom Tromey <tromey@redhat.com>
2922
2923 * gdb.texinfo (Symbols): Document "info type-printers",
2924 "enable type-printer" and "disable type-printer".
2925 (Python API): Add new node to menu.
2926 (Type Printing API): New node.
2927 (Progspaces In Python): Document type_printers field.
2928 (Objfiles In Python): Likewise.
2929 (gdb.types) <get_type_recognizers, apply_type_recognizers,
2930 register_type_printer, TypePrinter>: Document.
2931
53342f27
TT
29322012-11-12 Tom Tromey <tromey@redhat.com>
2933
2934 * gdb.texinfo (Symbols): Document "set print type methods",
2935 "set print type typedefs", and flags to ptype and whatis.
2936
ed8a1c2d
AB
29372012-11-09 Andrew Burgess <aburgess@broadcom.com>
2938
2939 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2940 the example -data-disassemble output. Extend the description of
2941 the -data-disassemble results to document all fields. Document
2942 the cli disassemble command as being related to -data-disassemble.
2943
8506d139
YQ
29442012-11-09 Yao Qi <yao@codesourcery.com>
2945
2946 PR gdb/14777.
2947 * gdb.texinfo (OS Information): Remove doc on command
2948 'info udot'.
2949
4d3f93a2
JB
29502012-11-08 Joel Brobecker <brobecker@adacore.com>
2951
2952 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2953 gdb.ini warning for Windows port.
2954
1e96de83
YQ
29552012-11-08 Yao Qi <yao@codesourcery.com>
2956
2957 * gdb.texinfo (Search): Add kindex for 'fo'.
2958
dc939229
TT
29592012-11-05 Tom Tromey <tromey@redhat.com>
2960
2961 PR python/14802:
2962 * gdb.texinfo (Functions In Python): Add example.
2963
6f6484cd
YQ
29642012-11-03 Yao Qi <yao@codesourcery.com>
2965
2966 * observer.texi (GDB Observers): Remove observer
2967 'tracepoint_modified', 'tracepoint_created' and
2968 'tracepoint_deleted'.
2969
af4238e5
TT
29702012-10-26 Tom Tromey <tromey@redhat.com>
2971
2972 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
2973
687e43a4
TT
29742012-10-25 Tom Tromey <tromey@redhat.com>
2975
2976 * gdb.texinfo (General Query Packets): Use @itemx.
2977
8de0566d
YQ
29782012-10-17 Yao Qi <yao@codesourcery.com>
2979
2980 * observer.texi (GDB Observers): Update observer
2981 'memory_changed'.
2982 * gdb.texinfo (GDB/MI Async Records): Document for
2983 "memory-changed" notification.
2984
07540c15
DE
29852012-10-15 Doug Evans <dje@google.com>
2986
2987 * gdb.texinfo (Mode Options): Document -nh.
2988 Elaborate on docs for -nx.
2989
d7019589
SP
29902012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2991
2992 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
2993
82a90ccf 29942012-09-21 Yao Qi <yao@codesourcery.com>
72f4393d 2995 Pedro Alves <palves@redhat.com>
82a90ccf
YQ
2996
2997 * gdb.texinfo (GDB/MI Async Records): Document notification
2998 'record-started' and 'record-stopped'.
2999 * observer.texi (GDB Observers): New observer 'record-changed'.
3000
aa9259cc
TS
30012012-09-19 Thomas Schwinge <thomas@codesourcery.com>
3002
3003 * gdb.texinfo: Document the removal of SH's 'regs' command.
3004
c1d780c2
SDJ
30052012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3006
3007 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
3008
bb25a15c
YQ
30092012-09-18 Yao Qi <yao@codesourcery.com>
3010
3011 * gdb.texinfo (GDB/MI Async Records): Document new MI
3012 notifications '=tsv-created' and '=tsv-deleted'.
3013 * observer.texi (GDB Observers): New observer tsv_created and
3014 tsv_deleted.
3015
201b4506
YQ
30162012-09-18 Yao Qi <yao@codesourcery.com>
3017
3018 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
3019 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
3020 '=traceframe-changed'.
3021
6fc1c773
YQ
30222012-09-17 Yao Qi <yao@codesourcery.com>
3023
3024 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
3025 'set listsize'.
3026
121c73f3
JK
30272012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3028 Eli Zaretskii <eliz@gnu.org>
3029
3030 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
3031 encoding for gdbarch_breakpoint_from_pc, bp_addr for
3032 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
3033
e9687799
JK
30342012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3035
3036 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
3037
3b5e4d35
YPK
30382012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
3039
3040 Document how to return from "python-interactive" to GDB.
3041 * gdb.texinfo (Python Commands): Update documentation.
3042
30432012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3044
3045 Add a new "python-interactive" command that starts a standard
3046 Python interactive prompt with "pi" as alias, and add "py" as
3047 an alias to "python".
3048 * gdb.texinfo (Python Commands): Document the new commands.
3049
b583003e
TT
30502012-08-22 Tom Tromey <tromey@redhat.com>
3051
3052 * gdbint.texinfo (Host Definition): Remove documentation for
3053 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
3054
a451cb65
KS
30552012-08-17 Keith Seitz <keiths@redhat.com>
3056
3057 PR c++/13356
3058 * gdb.texinfo (Type and Range Checking): Remove warning.
3059 Remove spurious commas.
3060 Update text and examples for re-implementation of set/show
3061 check type.
3062 (C and C++ Type and Range Checks): Likewise.
3063
6b1755ce
YQ
30642012-08-16 Yao Qi <yao@codesourcery.com>
3065
3066 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
3067 is deprecated.
3068
f47f77df
DE
30692012-08-13 Doug Evans <dje@google.com>
3070
3071 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
3072 to include functions.
3073
a72c3253
DE
30742012-08-10 Doug Evans <dje@google.com>
3075
3076 * gdb.texinfo (Convenience Funs): New node.
3077 (Types In Python): Document Type.vector.
3078
5b9afe8a
YQ
30792012-08-09 Yao Qi <yao@codesourcery.com>
3080
3081 * observer.texi: New observer command_param_changed.
3082 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
3083
dc1039df
JK
30842012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3085
3086 * gdbint.texinfo (Debugging GDB): In section
3087 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
3088 Mention also gdb-gdb.py.
3089
4abf930d
YQ
30902012-08-07 Yao Qi <yao@codesourcery.com>
3091
3092 Revert the folloing patch:
3093 2012-08-06 Yao Qi <yao@codesourcery.com>
3094 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3095 remote hardware-watchpoint-limit' and 'set
3096 remote hardware-breakpoint-limit'.
3097
f3c8a52a
JK
30982012-08-06 Nathaniel Flath <flat0103@gmail.com>
3099
3100 * gdb.texinfo (Working Directory): Added information about new
3101 default argument for 'cd' command.
3102
77a91025
YQ
31032012-08-06 Yao Qi <yao@codesourcery.com>
3104
3105 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3106 remote hardware-watchpoint-limit' and 'set
3107 remote hardware-breakpoint-limit'.
3108
d9f08f52
YQ
31092012-08-06 Yao Qi <yao@codesourcery.com>
3110
3111 Fix PR14371.
3112
3113 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
3114 '=breakpoint-deleted'.
3115
95b07c96
YQ
31162012-08-02 Yao Qi <yao@codesourcery.com>
3117
3118 * gdb.texinfo (Native): Remove node Neutrino.
3119
7255706c
YQ
31202012-07-27 Yao Qi <yao@codesourcery.com>
3121
3122 * gdb.texinfo (IPA Protocol Commands): Document new command
3123 'close'.
3124
d6b28940
TT
31252012-07-25 Tom Tromey <tromey@redhat.com>
3126
3127 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
3128
e615022a
DE
31292012-07-20 Doug Evans <dje@google.com>
3130
3131 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
3132 (Index Files): Document how to control the use of deprecated index
3133 sections.
3134 (Index Section Format): Replace --use-deprecated-index-sections with
3135 "set use-deprecated-index-sections on".
3136
055855a4
EZ
31372012-07-12 Eli Zaretskii <eliz@gnu.org>
3138
3139 * gdbint.texinfo: Remove @syncodeindex directives that put all the
3140 indices into a single node "Index". Instead, join function and
3141 variable indices into a single index, separate from the concept
3142 index. Requested in
3143 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
3144 (Top): Update the top-level menu: instead of one "Index" there are
3145 now separate entries "Concept Index" and "Function and Variable
3146 Index".
3147 (Concept Index, Function and Variable Index): New nodes.
3148 (Index): Node deleted.
3149
f77cc5f0
HZ
31502012-07-05 Hui Zhu <hui_zhu@mentor.com>
3151
3152 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
3153 and "maint agent-eval".
3154
00595b5e
EZ
31552012-07-03 Eli Zaretskii <eliz@gnu.org>
3156
3157 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
3158 avoid file-name clashes between Index.html and index.html on
3159 case-insensitive filesystems. See the discussion starting in
3160 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
3161 details of the problem.
3162 (Top): Update the master menu for the above.
3163 (Concept Index, Command and Variable Index): New nodes, instead of
3164 the old "Index" node that was deleted. All cross-references
3165 updated.
3166
d3ce09f5
SS
31672012-07-02 Stan Shebs <stan@codesourcery.com>
3168
3169 * gdb.texinfo (Dynamic Printf): Mention agent style and
3170 disconnected dprintf.
3171 (Maintenance Commands): Describe maint agent-printf.
3172 (General Query Packets): Mention BreakpointCommands feature.
3173 (Packets): Document commands extension to Z0 packet.
3174 * agentexpr.texi (Bytecode Descriptions): Document printf
3175 bytecode.
3176
2d7b58e8
JK
31772012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3178
3179 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
3180 only after gdbinit files.
3181 (Startup): Move -iex and -iex commands down after gdbinit files.
3182
202cbf1c
JK
31832012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3184
3185 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
3186 possibility.
3187
b6ba681c
TT
31882012-06-29 Tom Tromey <tromey@redhat.com>
3189
3190 * gdb.texinfo (Index Section Format): Update for version 7.
3191
71caed83
SS
31922012-06-28 Stan Shebs <stan@codesourcery.com>
3193
3194 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
3195 example, add note about title column.
3196
ee0bf529
SCR
31972012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3198
3199 * gdb.texinfo (Symbol Tables In Python): Add description about
3200 the new 'last' attribute of gdb.Symtab_and line.
3201
3c15d565
SCR
32022012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3203
3204 * gdb.texinfo (Symbol Tables In Python): Correct the description
3205 of the 'pc' attribute of gdb.Symtab_and_line.
3206
45cfd468
DE
32072012-06-26 Doug Evans <dje@google.com>
3208
3209 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
3210 and symtab-create.
3211
496ee73e
KS
32122012-06-25 Keith Seitz <keiths@redhat.com>
3213
3214 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
3215 from example. Remove "rbreak" from list of corresponding
3216 gdb commands.
3217
156942c7
DE
32182012-06-23 Doug Evans <dje@google.com>
3219
3220 * gdb.texinfo (Index Section Format): Document version 7 format.
3221
c614397c
YQ
32222012-06-22 Yao Qi <yao@codesourcery.com>
3223
3224 * gdb.texinfo: Add missing cindex for some packets.
3225
472a2379
KS
32262012-06-20 Keith Seitz <keiths@redhat.com>
3227
3228 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
3229 for -break-insert and document -p.
3230
2678e2af
YQ
32312012-06-20 Yao Qi <yao@codesourcery.com>
3232
3233 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
3234 and "gdb.write_memory" with "Inferior.read_memory" and
3235 "Inferior.write_memory".
3236
984359d2
EZ
32372012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
3238
3239 * gdb.texinfo (Summary): Add a link to "Free Documentation".
3240 (Free Documentation): Add @node line.
3241 (Continuing and Stepping) <advance location>: Use @item instead of
3242 @itemx.
3243 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
3244 @itemx.
3245 (Embedded Processors): Put the link to "PA" to its correct place,
3246 according to document structure.
3247 (Python API): Put the link to "Lazy Strings In Python" to its
3248 correct place.
3249 (Index): Use @@ in @tex block to get a literal @.
3250
3251 * gdbint.texinfo: Fix the @subtitle line.
3252
3253 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
3254 correct place.
3255
16bdd41f
YQ
32562012-06-08 Yao Qi <yao@codesourcery.com>
3257
3258 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
3259 Protocol'.
3260 (In-Process Agent Protocol, IPA Protocol Objects)
3261 (IPA Protocol Commands): New nodes.
3262 (Tracepoint Packets): Add anchors.
3263
2d4c29c5
TS
32642012-06-06 Thomas Schwinge <thomas@codesourcery.com>
3265
3266 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
3267
6bd110c5
YQ
32682012-06-06 Yao Qi <yao@codesourcery.com>
3269
3270 * gdb.texinfo: Update copyright year.
3271
f3e0e960
SS
32722012-05-23 Stan Shebs <stan@codesourcery.com>
3273 Kwok Cheung Yeung <kcy@codesourcery.com>
3274
3275 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
3276
1564a261
JK
32772012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3278
3279 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
3280 Mention also --with-separate-debug-dir.
3281 (Auto-loading): Prepend $debugdir in the sample output.
3282 (Auto-loading safe path): Likewise. Mention also $debugdir for the
3283 auto-load safe-path variable.
3284 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
3285 Mention also $debugdir for 'set auto-load scripts-directory'.
3286
eb17f351
EZ
32872012-05-19 Eli Zaretskii <eliz@gnu.org>
3288
3289 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
3290 (MIPS Embedded, MIPS, MIPS Register packet Format)
3291 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
3292 appropriate.
3293
4cc0665f 32942012-05-18 Sandra Loosemore <sandra@codesourcery.com>
72f4393d 3295 Maciej W. Rozycki <macro@codesourcery.com>
4cc0665f
MR
3296
3297 * gdb.texinfo (MIPS): Document "set mips compression" and "show
3298 mips compression".
3299 (MIPS Breakpoint Kinds): New subsubsection.
3300
7af8dcf8 33012012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
3302
3303 * gdb.texinfo (Architecture-Specific Protocol Details): Define
3304 nodes for subsections. Add @acronym mark-ups and adjust
3305 formatting.
3306
aff139ff
JK
33072012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3308
3309 Rename $ddir to $datadir.
3310 * gdb.texinfo (Auto-loading, Auto-loading safe path)
3311 (objfile-gdb.py file): Rename $ddir to $datadir.
3312
9cb709b6
TT
33132012-05-18 Tom Tromey <tromey@redhat.com>
3314
3315 * gdb.texinfo (Print Settings): Document 'set print symbol'.
3316
e7e0cddf
SS
33172012-05-14 Stan Shebs <stan@codesourcery.com>
3318
3319 * gdb.texinfo (Dynamic Printf): New subsection.
3320
7efc75aa
SCR
33212012-05-13 Siva Chandra Reddy <sivachandra@google.com>
3322
3323 * gdb.texinfo (Basic Python): Add description about the function
3324 gdb.find_pc_line
3325
f307c045
JK
33262012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3327 Eli Zaretskii <eliz@gnu.org>
3328
3329 * gdb.texinfo (Separate Debug Files): Use plural form for global
3330 debugging information directory.
3331
85d4a676
SS
33322012-05-11 Stan Shebs <stan@codesourcery.com>
3333 Kwok Cheung Yeung <kcy@codesourcery.com>
3334
3335 * gdb.texinfo (Operating System Auxiliary Information): Document new
3336 'info os' subcommands.
3337
c1668e4e
JK
33382012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3339
3340 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
3341 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
3342 (dotdebug_gdb_scripts section): Add reference
3343 to 'Auto-loading safe path'.
3344
7349ff92
JK
33452012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3346
3347 Implement multi-component --with-auto-load-dir.
3348 * gdb.texinfo (Auto-loading): New references
3349 for 'set auto-load scripts-directory'
3350 and 'show auto-load scripts-directory'.
3351 (Auto-loading safe path): Describe the new default. Move $ddir
3352 substituation reference to 'objfile-gdb.py file'.
3353 (objfile-gdb.py file): Describe script-name alias. Change real-name to
3354 script-name. Describe new 'set auto-load scripts-directory'
3355 and 'show auto-load scripts-directory'.
3356
6dea1fbd
JK
33572012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3358
3359 Provide $ddir substitution for --with-auto-load-safe-path.
3360 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
3361 (Auto-loading safe path): Likewise. Mention the default value,
3362 $ddir substitution, --with-auto-load-safe-path and
3363 --without-auto-load-safe-path.
3364 * observer.texi (gdb_datadir_changed): New.
3365
1ccacbcd
JK
33662012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3367
3368 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
3369 Twice.
3370
d9242c17
JK
3371 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
3372 directory separator by path separator.
3373
af2c1515
JK
33742012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3375
3376 * gdb.texinfo (Auto-loading safe path): Make 'directories'
3377 for 'set auto-load safe-path' optional. Mention if it is omitted.
3378 Change disabling security protection condition to "/", twice.
3379
a20ee7a4
SCR
33802012-05-03 Siva Chandra Reddy <sivachandra@google.com>
3381
3382 * gdb.texinfo (Symbol Tables In Python): Add documentation about
3383 the new methods global_block and static_block on gdb.Symtab
3384 objects.
3385
56af09aa
SCR
33862012-05-02 Siva Chandra Reddy <sivachandra@google.com>
3387
3388 * gdb.texinfo (Blocks In Python): Add a note saying that future
3389 improvements to GDB and its infrastructure can move symbols
3390 across blocks within a symbol table.
3391
2746b0ef
YQ
33922012-04-29 Yao Qi <yao@codesourcery.com>
3393
3394 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
3395 (A29K): Remove.
3396
62e5f89c
SDJ
33972012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
3398 Tom Tromey <tromey@redhat.com>
3399
3400 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
3401 and generic static probe support on GDB.
3402
a766d390
DE
34032012-04-25 Doug Evans <dje@google.com>
3404
50f042b9
DE
3405 * gdb.texinfo (Go): Fix thinko.
3406
a766d390
DE
3407 * gdb.texinfo (Supported Languages): Add Go.
3408 (Go): New node.
3409
f02e2b19
YQ
34102012-04-25 Yao Qi <yao@codesourcery.com>
3411
3412 * gdbint.texinfo (Testsuite): New section `Board settings'.
3413
68d41a48
JK
34142012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3415
3416 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
3417 Three times.
3418
174bb630
JK
3419 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
3420 Three times.
3421
0511cc75
JK
34222012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3423
3424 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
3425 by @table @asis. Fix formatting of one item.
3426
0070f25a
JK
34272012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3428
3429 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
3430
4dc84fd1
JK
34312012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3432
3433 New option "set debug auto-load".
3434 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
3435 (auto-load verbose mode): New node.
3436
bccbefd2
JK
34372012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3438
3439 New option "set auto-load safe-path".
3440 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
3441 and "info auto-load" examples for safe-path. Put there also references
3442 for "set auto-load safe-path" and "show auto-load safe-path".
3443 New menu item for Auto-loading safe path.
3444 (Auto-loading safe path): New node.
3445 (Python Auto-loading): Update the expected output from "Missing"
3446 to "No".
3447
bf88dd68
JK
34482012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3449
3450 auto-load: Implementation.
3451 * gdb.texinfo (Mode Options): New anchor for -nx.
3452 (Startup): New anchors for Option -init-eval-command,
3453 Home Directory Init File
3454 and Init File in the Current Directory during Startup.
3455 Mention set auto-load local-gdbinit with a reference.
3456 Change the sample code to "set auto-load python-scripts".
3457 (Threads): New anchor set libthread-db-search-path.
3458 Provide references to libthread_db.so.1 file.
3459 (Controlling GDB): New menu item for Auto-loading.
3460 (Auto-loading, Init File in the Current Directory)
3461 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
3462 (Python): Rename the menu item Auto-loading to Python Auto-loading.
3463 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
3464 reference.
3465 (Auto-loading): Rename to ...
3466 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
3467 "set auto-load python-scripts", new anchor for it. Change
3468 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
3469 for it. Change "info auto-load-scripts"
3470 to "info auto-load python-scripts", new anchor for it. Change "scripts"
3471 to "Python scripts".
3472
8264ba82
AG
34732012-04-14 Anton Gorenkov <xgsa@yandex.ru>
3474
3475 PR mi/13393
3476 * gdb.texinfo (Print Settings): Extend the description for "set print
3477 object".
3478 (GDB/MI Variable Objects): Extend the description for -var-create and
3479 -var-list-children.
3480
06fc020f
SCR
34812012-04-11 Siva Chandra Reddy <sivachandra@google.com>
3482
3483 * gdb.texinfo (Examining Data): Document the 'explore' command.
3484
7191c139
JB
34852012-03-28 Joel Brobecker <brobecker@adacore.com>
3486
3487 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
3488 to the children of a varobj and its update range when -var-update
3489 returns that the varobj's type changed.
3490
3708f05e
JK
34912012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3492
3493 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
3494 Create two new links fir 'objfile-gdb.py file'
3495 and 'dotdebug_gdb_scripts section'.
3496
8e0583c8
JK
34972012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3498
3499 * gdb.texinfo (Auto-loading): Rename node reference
3500 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
3501 Twice.
3502 (.debug_gdb_scripts section): Rename the node ...
3503 (dotdebug_gdb_scripts section): ... here.
3504 (Maintenance Commands): Also rename this node reference.
3505
7b282c5a
SCR
35062012-03-22 Siva Chandra Reddy <sivachandra@google.com>
3507
3508 * gdb.texinfo (Python API/Values From Inferior): Add description
3509 about the new method Value.referenced_value. Add description on
3510 how Value.dereference is different (and similar) to
3511 Value.referenced_value.
3512
8320cc4f
JK
35132012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3514
3515 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
3516 --init-eval-command=COMMAND, -iex.
3517 (Startup): Describe -iex and -ix. Simplify the example
3518 for "set auto-load-scripts off".
3519
481860b3
GB
35202012-03-16 Gary Benson <gbenson@redhat.com>
3521
3522 PR breakpoints/10738
3523 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
3524 stating that GDB cannot set breakpoints on inlined functions.
3525 (Mode Options): Document --use-deprecated-index-sections.
3526 (Index Section Format): Document new index section version format.
3527
c4aeac85
TT
35282012-03-15 Tom Tromey <tromey@redhat.com>
3529
3530 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
3531
16899756
DE
35322012-03-13 Doug Evans <dje@google.com>
3533
3534 * gdb.texinfo (Help): Change apropos example to use "alias" instead
3535 of "reload".
3536 (Symbols): Delete docs for set/show symbol-reloading.
3537 * gdbint.texinfo (Defining Other Architecture Features): Delete
3538 SYMBOL_RELOADING_DEFAULT.
3539 * refcard.tex: Delete reference to symbol-reloading.
3540
9b224c5e
PA
35412012-03-07 Pedro Alves <palves@redhat.com>
3542
3543 * gdb.texinfo (General Query Packets): Document new
3544 QProgramSignals packet.
3545 * gdb.texinfo (Remote configuration): Mention
3546 "program-signals-packet".
3547
169081d0
TG
35482012-03-05 Tristan Gingold <gingold@adacore.com>
3549
3550 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3551
d1feda86
YQ
35522012-03-03 Yao Qi <yao@codesourcery.com>
3553
3554 * gdb.texinfo (In-Process Agent): New node.
3555 Document new commands.
3556 (General Query Packets): Add packet `QAgent'.
3557
1faeff08
MR
35582012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
3559
3560 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3561
7d74f244
DE
35622012-03-01 Scott J. Goldman <scottjg@vmware.com>
3563
3564 * gdb.texinfo (Commands In Python): Put example python macro in
3565 COMMAND_USER category rather than COMMAND_OBSCURE.
3566 Document gdb.COMMAND_USER.
3567 (User-defined Commands): Update documentation to clarify
3568 "set/show max-user-call-depth" and "show user" don't apply to python
3569 commands. Update documentation to clarify "help user-defined" may
3570 also include python commands defined as COMMAND_USER.
3571
6fe37d23
JK
35722012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3573
3574 * gdb.texinfo (Startup): Add option -ex description to the option -x
3575 description.
3576
83364271
LM
35772012-02-24 Luis Machado <lgustavo@codesourcery.com>
3578
3579 * gdb.texinfo (Setting Breakpoints): Mention and explain the
3580 condition-evaluation breakpoint parameter.
3581 Mention condition-evaluation mode being shown in "info break".
3582 (Break Conditions): Add description for target-side
3583 conditional breakpoints.
72f4393d 3584 (Remote Configuration): Mention conditional-breakpoints-packet.
83364271
LM
3585 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3586 cond-expr.
3587 (General Query Packets): Mention new ConditionalBreakpoint feature.
3588
bdb1994d
TT
35892012-02-22 Tom Tromey <tromey@redhat.com>
3590
3591 * gdb.texinfo (Blocks In Python): Clarify block iteration.
3592
4d241c86
TT
35932012-02-17 Tom Tromey <tromey@redhat.com>
3594
3595 PR python/10753:
3596 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3597 directory.
3598
816338b5
SS
35992012-02-14 Stan Shebs <stan@codesourcery.com>
3600
3601 * gdb.texinfo (Disabling Breakpoints): Document enable count.
3602
cc30c4bd
PA
36032012-02-13 Pedro Alves <palves@redhat.com>
3604
3605 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3606 mips-idt-ecoff.
3607
035d1e5b
YQ
36082012-02-09 Yao Qi <yao@codesourcery.com>
3609
3610 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3611
f0823d2c
TT
36122012-02-07 Tom Tromey <tromey@redhat.com>
3613
3614 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3615 Symbol.value.
3616
64e7d9dd
TT
36172012-02-07 Tom Tromey <tromey@redhat.com>
3618
3619 * gdb.texinfo (Symbols In Python): Document Symbol.line.
3620
4220b2f8
TS
36212012-01-27 Thomas Schwinge <thomas@codesourcery.com>
3622
3623 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3624
edcc5120
TT
36252012-01-24 Tom Tromey <tromey@redhat.com>
3626
3627 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3628 unload".
3629 (Files): Mention new catch commands.
3630 (GDB/MI Async Records): Likewise.
3631
53fe1783
GB
36322012-01-24 Gary Benson <gbenson@redhat.com>
3633
3634 Delete #if 0'd out code.
3635 * gdb.texinfo (Frame Info): Remove "info catch".
3636
b9e7b9c3
UW
36372012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3638
3639 * gdb.texinfo (Remote Configuration): Document
3640 "set remote hostio-readlink-packet" command.
3641 (General Query Packets): Document vFile:readlink packet.
3642
4aac40c8
TT
36432012-01-16 Tom Tromey <tromey@redhat.com>
3644
3645 * gdb.texinfo (Specify Location): Document relative file name
3646 handling.
3647
cafec441
TT
36482012-01-16 Tom Tromey <tromey@redhat.com>
3649
3650 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3651
0ee339bc
JK
36522012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3653 Eli Zaretskii <eliz@gnu.org>
3654
3655 * gdbint.texinfo (Coding Standards): Require braces for two lines of
3656 code.
3657
72384ba3
PH
36582012-01-11 Paul Hilfinger <hilfingr@adacore.com>
3659
3660 * gdb.texinfo (Variables): Document use of :: for non-static
3661 variables.
3662
ce1b17c4
JB
36632012-01-05 Joel Brobecker <brobecker@adacore.com>
3664
3665 * gdbint.texinfo (Start of New Year Procedure): Update
3666 to replace use of copyright.sh by use of copyright.py.
3667
217bff3e
JK
36682012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3669
3670 Remove the gdbtui binary.
3671 * all-cfg.texi (GDBTUI): Remove.
3672 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3673 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
3674 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3675
cc72b2a2
KP
36762011-12-23 Kevin Pouget <kevin.pouget@st.com>
3677
3678 Introduce gdb.FinishBreakpoint in Python.
3679 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3680 (Python API): Add menu entry for Finish Breakpoints.
3681
13ac8d2c
JK
36822011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3683
3684 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3685 tests.
3686
e0f9f062
DE
36872011-12-16 Doug Evans <dje@google.com>
3688
3689 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3690
80b6e756
PM
36912011-12-16 Phil Muldoon <pmuldoon@redhat.com>
3692
1c3ad6ab 3693 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
3694 stack". Add documentation for "set/show python print-stack".
3695
2fb860fc
PA
36962011-12-14 Pedro Alves <pedro@codesourcery.com>
3697
3698 * gdb.texinfo (Implementing a Remote Stub): Explain that you
3699 should transfer control to the stub in the startup code instead of
3700 in main. Mention the need to get past the initial breakpoint.
3701
f8eba3c6
TT
37022011-12-06 Tom Tromey <tromey@redhat.com>
3703
3704 * gdb.texinfo (Set Breaks): Update for new behavior.
3705
2268b414
JK
37062011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3707
3708 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3709 List Format for SVR4 Targets'.
3710 (General Query Packets): New item qXfer:libraries-svr4:read.
3711 (Library List Format for SVR4 Targets): New node.
3712
ae6f0d5b
TT
37132011-12-01 Tom Tromey <tromey@redhat.com>
3714
3715 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3716 add.
3717
36dfb11c
TT
37182011-11-22 Tom Tromey <tromey@redhat.com>
3719
3720 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3721 reasons.
3722
f196051f
SS
37232011-11-20 Stan Shebs <stan@codesourcery.com>
3724
3725 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3726 note-related options and variables.
3727 (Tracepoint Packets): Document packet changes.
3728
f85b53f8
SD
37292011-11-20 Sanjoy Das <sdas@igalia.com>
3730
3731 * gdb.texinfo (JIT Interface): Add documentation on writing and
3732 usind JIT debug info readers.
3733 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3734 Debug Info Readers): New nodes.
3735
bfccc43c
YQ
37362011-11-18 Yao Qi <yao@codesourcery.com>
3737
3738 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3739 tracepoint.
3740
c011a4f4
DE
37412011-11-15 Doug Evans <dje@google.com>
3742
3743 * gdb.texinfo (Files): Document basenames-may-differ.
3744
ed59ded5
DE
37452011-11-14 Doug Evans <dje@google.com>
3746
3747 * gdb.texinfo (Shell Commands): Document "!".
3748
405f8e94
SS
37492011-11-14 Stan Shebs <stan@codesourcery.com>
3750 Kwok Cheung Yeung <kcy@codesourcery.com>
3751
3752 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3753 needed to get shorter fast tracepoints.
3754 (Tracepoint Packets): Document new qTMinFTPILen packet.
3755
1e4d1764
YQ
37562011-11-14 Yao Qi <yao@codesourcery.com>
3757
3758 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3759 behavior of tracepoint.
3760 (General Query Packets): New feature InstallInTrace.
3761 (Remote Configuration): Document "set remote
3762 install-in-trace-packet".
3763
71eba9c2 37642011-11-12 Matt Rice <ratmice@gmail.com>
3765
3766 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3767 Add arguments to info macro.
3768
e0f8f636
TT
37692011-11-10 Tom Tromey <tromey@redhat.com>
3770
3771 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
3772 manual.
3773 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
3774 (Macros): Add a footnote.
3775 (C): Remove paragraph about compiler options.
3776 (C Constants): Mention wide character and string constants.
3777 (C Plus Plus Expressions): Update compiler option advice. Mention
3778 using declarations. Mention ADL. Remove old HP compiler
3779 information.
3780
625c0d47
TT
37812011-11-10 Tom Tromey <tromey@redhat.com>
3782
3783 PR c++/9257:
3784 * gdb.texinfo (Print Settings): Add an extra note about the need
3785 for a vtable.
3786
4be2aacc
MR
37872011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
3788
3789 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3790 "set mips abi" documentation.
3791
0a1c4d10
DE
37922011-11-04 Doug Evans <dje@google.com>
3793
3794 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3795
aad1c02c
TT
37962011-11-03 Tom Tromey <tromey@redhat.com>
3797
3798 * gdb.texinfo (Stopping): Add menu entry.
3799 (Continuing and Stepping): Restore @node. Use @section, not
3800 @subsection.
3801
983fb131
MR
38022011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
3803
3804 * gdb.texinfo (Skipping Over Functions and Files): Remove node
3805 designation. Fix "Specify Location" cross-reference.
3806
3065dfb6
SS
38072011-11-02 Stan Shebs <stan@codesourcery.com>
3808
3809 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3810 (General Query Packets): Describe tracenz feature.
3811 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3812
0aaaf063
PK
38132011-10-28 Paul Koning <paul_koning@dell.com>
3814
3815 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3816
2231f1fb
KP
38172011-10-27 Kevin Pouget <kevin.pouget@st.com>
3818
72f4393d 3819 * gdb.texinfo ((Frames In Python): Document
2231f1fb
KP
3820 gdb.FRAME_UNWIND_FIRST_ERROR contant.
3821
5110b5df
PK
38222011-10-26 Paul Koning <paul_koning@dell.com>
3823
3824 * gdb.texinfo (gdb.types): Document new deepitems function.
72f4393d 3825
22dbab46
PK
38262011-10-25 Paul Koning <paul_koning@dell.com>
3827
3828 PR python/13327
72f4393d 3829
22dbab46
PK
3830 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3831 fetch_lazy method.
3832
9df2fbc4
PM
38332011-10-20 Phil Muldoon <pmuldoon@redhat.com>
3834
3835 PR python/12656
3836
3837 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3838 global_block, static_block function.
3839
f05e2e1d
TT
38402011-10-19 Tom Tromey <tromey@redhat.com>
3841
3842 * gdb.texinfo (Commands In Python): Add missing "@"s.
3843
a7fc3f37
KP
38442011-10-13 Kevin Pouget <kevin.pouget@st.com>
3845
3846 PR python/13285 Document named constants for frame unwind stop reasons
72f4393d 3847 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
a7fc3f37
KP
3848 constants.
3849
5048e516
JK
38502011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3851
3852 Fix compatibility with texinfo versions older than 4.12.
3853 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3854 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3855 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3856 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3857 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3858 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3859 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3860
5a56e9c5
DE
38612011-10-09 Doug Evans <dje@google.com>
3862
3863 * gdb.texinfo (Extending GDB): Document alias command.
3864
36b11add
JK
38652011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3866
3867 Support @entry in input expressions.
3868 * gdb.texinfo (Variables): Describe @entry names suffix.
3869 (Print Settings): Add anchor for `set print entry-values'.
3870
e18b2753
JK
38712011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3872 Eli Zaretskii <eliz@gnu.org>
3873
3874 Display @entry parameter values (without references).
3875 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
3876 example.
3877 (Print Settings): New description of set print entry-values and show
3878 print entry-values.
3879
111c6489
JK
38802011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3881 Eli Zaretskii <eliz@gnu.org>
3882
3883 Recognize virtual tail call frames.
3884 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3885 (Tail Call Frames): New node.
3886 (Frames In Python): Add gdb.TAILCALL_FRAME.
3887
9c15afc4
DE
38882011-10-07 Doug Evans <dje@google.com>
3889
3890 * gdb.texinfo (gdb.printing): Document new `replace' arg to
3891 register_pretty_printer.
3892
99f5279d
PM
38932011-10-07 Phil Muldoon <pmuldoon@redhat.com>
3894
3895 PR python/12930
3896 PR python/12802
3897
3898 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3899 stop method.
3900
03583c20
UW
39012011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
3902
3903 * gdb.texinfo (Starting your Program): "set disable-randomization"
3904 is no longer Linux-specific.
3905 (Remote Configuration): Document "set remote
3906 disable-randomization-packet".
3907 (General Query Packets): Document "QDisableRandomization" packet
3908 and add it to "qSupported" list.
3909
bd054e06
KP
39102011-10-07 Kevin Pouget <kevin.pouget@st.com>
3911
3912 Allow Python notification of new object-file loadings.
3913 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3914 event type.
3915
cb6be26b
KP
39162011-10-04 Kevin Pouget <kevin.pouget@st.com>
3917
3918 PR python/12691: Add the inferior to Python exited event
3919 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3920
a05336a1
JB
39212011-10-03 Joel Brobecker <brobecker@adacore.com>
3922
3923 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3924 rephasing.
3925
5d77fe44
JB
39262011-10-03 Joel Brobecker <brobecker@adacore.com>
3927
3928 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3929 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3930 as possible feature returned by the `-list-features'
3931 command.
3932
699df94d
PK
39332011-09-28 Paul Koning <paul_koning@dell.com>
3934
3935 * gdb.texinfo (gdb.Type): Document field access by dictionary
3936 key syntax.
3937
24bdad53
YQ
39382011-09-28 Yao Qi <yao@codesourcery.com>
3939
3940 * gdb.texinfo (Files): Update options for `add-symbol-file'.
3941 Add one space after option `-s'. Remove @r{} markup.
3942
6710bf39
SS
39432011-09-27 Stan Shebs <stan@codesourcery.com>
3944
3945 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3946
d99f7e48
HZ
39472011-09-16 Hui Zhu <teawater@gmail.com>
3948
3949 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3950 to *(unsigned char *)$esp@300.
3951
d812018b
PK
39522011-09-15 Paul Koning <paul_koning@dell.com>
3953
3954 * gdb.texinfo: Make style of Python functions and methods match
3955 the syntax of Python. Also put class and module names explicitly
3956 on function, member, and variable names, matching Python
3957 documentation conventions.
72f4393d 3958
2aa48337
KP
39592011-09-15 Kevin Pouget <kevin.pouget@st.com>
3960
3961 PR Python/12692 Add gdb.selected_inferior() to Python interface.
3962 * gdb.texinfo (Inferiors In Python): Describe new
3963 gdb.selected_inferior() function.
3964
6839b47f
KP
39652011-09-15 Kevin Pouget <kevin.pouget@st.com>
3966
3967 Handle multiple breakpoint hits in Python interface:
3968 * gdb.texinfo (Events In Python): New function documentation:
3969 gdb.BreakpointEvent.breakpoints. Indicate that
3970 gdb.BreakpointEvent.breakpoint is now deprecated.
3971
26829f2b
JB
39722011-09-04 Joel Brobecker <brobecker@adacore.com>
3973
3974 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
3975
a9f54f60
TT
39762011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
3977
3978 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
3979
fa3a4f15
PM
39802011-08-17 Phil Muldoon <pmuldoon@redhat.com>
3981
72f4393d
L
3982 * gdb.texinfo (Prompt): Add set/show extended-prompt
3983 documentation
3984 (Basic Python): Add prompt_hook anchor.
3985 (Python modules): Reword module text to reflect multiple modules.
3986 (gdb.prompt): Document gdb.prompt module.
fa3a4f15 3987
224bbe49
YQ
39882011-08-14 Yao Qi <yao@codesourcery.com>
3989
78d85199
YQ
3990 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
3991
39922011-08-14 Yao Qi <yao@codesourcery.com>
3993
3994 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
3995 (TIC6x Features): New node.
3996
457e09f0
DE
39972011-08-12 Doug Evans <dje@google.com>
3998
3999 * gdb.texinfo (Symbols In Python): Document symbol.type.
4000
5e239b84
PM
40012011-08-09 Phil Muldoon <pmuldoon@redhat.com>
4002
4003 * gdb.texinfo (Python): Document command and function
4004 auto-loading.
4005
177bc839
JK
40062011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4007 Eli Zaretskii <eliz@gnu.org>
4008
4009 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
4010 typedefs unrolling. Extend the sample code by an inner typedef and
4011 outer typedefs unrolling.
4012
1a532630
PP
40132011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
4014
4015 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
4016 size and line-size.
4017
9b158ba0 40182011-07-21 Matt Rice <ratmice@gmail.com>
4019
4020 PR macros/12999
4021 * gdb.texinfo (Macros): Add info definitions and info macros commands.
4022 Update text and cindex entries for info macro command.
4023
d17b6f81
PM
40242011-07-21 Phil Muldoon <pmuldoon@redhat.com>
4025
4026 * observer.texi (GDB Observers): Add before_prompt observer.
4027 * gdb.texinfo (Basic Python): Add documentation for prompt
4028 substitution.
4029
713389e0
PM
40302011-07-11 Phil Muldoon <pmuldoon@redhat.com>
4031
72f4393d 4032 PR python/12438
713389e0 4033 * gdb.texinfo (Python Commands): Add deprecate note to maint
72f4393d
L
4034 set/show python print-stack. Document set/show python
4035 print-backtrace.
713389e0 4036
177b42fe
TJB
40372011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
4038
4039 * gdb.texinfo: Fix typos.
4040
900e11f9
JK
40412011-07-01 Tom Tromey <tromey@redhat.com>
4042
4043 * gdb.texinfo (Debugging Output): Document set debug
4044 check-physname.
4045
39c4d40a
TT
40462011-06-29 Tom Tromey <tromey@redhat.com>
4047
4048 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
4049 breakpoint-notifications feature.
4050
6f5def7d
UW
40512011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
4052
4053 * gdb.texinfo (Target Description): Remove warning about
4054 possibly unstable format.
4055
8cf64490
TT
40562011-06-03 Tom Tromey <tromey@redhat.com>
4057
4058 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
4059 (Events In Python): Note that exit_code is optional.
4060
393eab54
PA
40612011-05-17 Pedro Alves <pedro@codesourcery.com>
4062
4063 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
4064 required for multi-threading support.
4065 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
4066 Hc are deprecated for multi-threading debugging. Point readers at
4067 the vCont packet.
4068
75fc9810
DE
40692011-05-15 Doug Evans <dje@google.com>
4070
4071 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
4072
01124a23
DE
40732011-05-13 Doug Evans <dje@google.com>
4074
98a5dd13
DE
4075 * gdb.texinfo (Threads): Document $sdir,$pdir.
4076 (Server): Document $pdir exception.
4077
dbaefcf7
DE
4078 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
4079
cc63ef9b
DE
4080 * gdb.texinfo (Threads): Clarify default value for
4081 libthread-db-search-path.
7e0396aa 4082
01124a23
DE
4083 * gdb.texinfo (Completion): Update example.
4084 (Debugging Output): Delete `set/show debug lin-lwp-async'.
4085
d248b706
KY
40862011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
4087
4088 * gdb.texinfo: Document change in the behaviour of the enable and
4089 disable GDB commands when applied to tracepoints.
4090 Document the EnableDisableTracepoints remote stub feature.
4091 Document QTEnable and QTDisable in the list of tracepoint packets.
4092
cc88a640
JK
40932011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4094
4095 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
4096 hsuser.texi.
4097 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
4098 comment to hsuser.texi. Change rluser.texi name in the comment.
4099
84e578fb
DE
41002011-05-10 Doug Evans <dje@google.com>
4101
4102 * gdb.texinfo (Threads): If an empty path is provided for
4103 libthread-db-search-path it is reset to its default value.
4104 (Server): Ditto.
4105
478aac75
DE
41062011-05-09 Doug Evans <dje@google.com>
4107
4108 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
4109
9c06b0b4
TJB
41102011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4111 Thiago Jung Bauermann <bauerman@br.ibm.com>
4112
4113 Implement support for PowerPC BookE masked watchpoints.
4114 * gdb.texinfo (Set Watchpoints): Document mask parameter.
4115 (PowerPC Embedded): Mention support of masked watchpoints.
4116
9ed350ad
JB
41172011-05-03 Joel Brobecker <brobecker@adacore.com>
4118
4119 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
4120 `@value{GDBN}'.
4121
4ceed123
JB
41222011-05-03 Joel Brobecker <brobecker@adacore.com>
4123
4124 * gdb.texinfo (titlepage): Remove dedication.
4125 (In Memoriam): New appendix.
4126
559a7a62
JK
41272011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4128 Eli Zaretskii <eliz@gnu.org>
4129
4130 * gdb.texinfo (Index Section Format): Change the version to 5.
4131 Describe the different formula.
4132
03f2bd59
JK
41332011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4134 Eli Zaretskii <eliz@gnu.org>
4135
4136 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
4137 for disconnected tracing.
4138 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
4139 extended-remote relationship. Mention --once.
4140 (TCP port allocation lifecycle of @code{gdbserver}): New.
4141
d9b1a651
EZ
41422011-04-23 Eli Zaretskii <eliz@gnu.org>
4143
4144 * gdb.texinfo (Server): Improve indexing. Index all optional
4145 switches to gdbserver.
4146
90476074
TT
41472011-04-20 Tom Tromey <tromey@redhat.com>
4148
4149 * gdb.texinfo (Index Section Format): New node.
4150 (Top): Add new node to menu.
4151
c21236dc
PA
41522011-04-20 Pedro Alves <pedro@codesourcery.com>
4153
4154 * gdb.texinfo (Maintenance Commands): Document `maint print
4155 remote-registers'.
4156
05c8c3f5
TT
41572011-04-20 Tom Tromey <tromey@redhat.com>
4158
4159 * gdb.texinfo (Trace File Format): Move node later.
4160
7a9dd1b2
TT
41612011-04-19 Tom Tromey <tromey@redhat.com>
4162
4163 * gdbint.texinfo (Register Information Functions): Remove
4164 duplicate "the".
4165 * gdb.texinfo (Emacs): Remove duplicate "to".
4166 (GDB/MI Variable Objects): Remove duplicate "the".
4167 (General Query Packets): Likewise.
4168
4368ebeb
JB
41692011-04-02 Joel Brobecker <brobecker@adacore.com>
4170
4171 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
4172 "GDB/MI Ada Exception Information" node.
4173
956a9fb9
JB
41742011-04-01 Joel Brobecker <brobecker@adacore.com>
4175
4176 * gdb.texinfo (GDB/MI Ada Exception Information): Document
4177 the "exception-name" field in the *stopped async record.
4178
f1310107
TJB
41792011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
4180 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4181
4182 Implement support for PowerPC BookE ranged breakpoints.
4183 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
4184
8786b2bd
TT
41852011-03-28 Tom Tromey <tromey@redhat.com>
4186
4187 * gdb.texinfo (Set Tracepoints): Fix typo.
4188
9ef07c8c
TT
41892011-03-24 Tom Tromey <tromey@redhat.com>
4190
4191 * gdb.texinfo (Specify Location): Document `function:label'
4192 linespec.
4193
99c3dc11
PM
41942011-03-18 Phil Muldoon <pmuldoon@redhat.com>
4195
f1310107 4196 PR python/12149
99c3dc11
PM
4197
4198 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
4199
29703da4
PM
42002011-03-17 Phil Muldoon <pmuldoon@redhat.com>
4201
4202 * gdb.texinfo (Blocks In Python): Add is_valid method description.
4203 (Inferiors In Python): Likewise.
4204 (Threads In Python): Likewise.
4205 (Symbols In Python): Likewise.
4206 (Objfiles In Python): Likewise.
4207 (Symbol Tables In Python): Likewise.
4208
c9174737
PA
42092011-03-15 Pedro Alves <pedro@codesourcery.com>
4210
4211 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
4212 display>: Explain that the commands accept number ranges.
4213
7371cf6d
PM
42142011-03-14 Phil Muldoon <pmuldoon@redhat.com>
4215
4216 * gdb.texinfo (Breakpoints In Python): Add description and example
4217 of Python stop function operation.
4218
ecec24e6
PM
42192011-03-10 Phil Muldoon <pmuldoon@redhat.com>
4220
4221 * gdb.texinfo (Parameters In Python): Document get_set_string and
4222 get_show_string methods.
4223
6dcd5565
JK
42242011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4225
4226 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
4227
81896e36
JK
4228 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
4229 circular-trace-buffer name.
4230
5e30da2c
JB
42312011-02-28 Joel Brobecker <brobecker@adacore.com>
4232
4233 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
4234 in the previous change.
4235
3bd0f5ef 42362011-02-27 Michael Snyder <msnyder@vmware.com>
af624141 4237
72f4393d 4238 * gdb.texinfo (Inferiors and Programs): Update commands to show
af624141
MS
4239 that they can accept multiple arguments.
4240
4ec7539c
JB
42412011-02-24 Joel Brobecker <brobecker@adacore.com>
4242
4243 Revert the following patch (code patch was not approved):
4244 2011-02-21 Hui Zhu <teawater@gmail.com>
4245 * agentexpr.texi (bytecode descriptions): add printf.
4246 * gdb.texinfo (tracepoint action lists): add printf.
4247
82809774
DE
42482011-02-23 Doug Evans <dje@google.com>
4249
4250 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
4251
e5a67952
MS
42522011-02-23 Michael Snyder <msnyder@vmware.com>
4253
4254 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
4255 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
4256 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
4257
6e6fbe60
DE
42582011-02-22 Doug Evans <dje@google.com>
4259
4260 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
4261 Clarify behaviour of lookup_symbol when `block' argument is omitted,
4262 add description of result, fix @defun formatting.
4263
f994e27a
HZ
42642011-02-21 Hui Zhu <teawater@gmail.com>
4265
4266 * agentexpr.texi (Bytecode Descriptions): Add printf.
4267 * gdb.texinfo (Tracepoint Action Lists): Add printf.
4268
c7f96d2b
TT
42692011-02-18 Tom Tromey <tromey@redhat.com>
4270
4271 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
4272
60f98dde
MS
42732011-02-14 Michael Snyder <msnyder@vmware.com>
4274
4275 * gdb.texinfo (threads): Document argument for "info threads" cmd.
4276 Document new command "thread find".
4277
08e796bc
MS
42782011-02-14 Michael Snyder <msnyder@vmware.com>
4279
4280 * gdb.texinfo (Threads): Update example of new thread message.
4281
b3b9301e
PA
42822011-02-14 Pedro Alves <pedro@codesourcery.com>
4283
4284 * gdb.texinfo (Remote Configuration): Mention set/show remote
4285 traceframe-info.
4286 (Tools/Packages Optional for Building GDB): Mention that expat is
4287 used for traceframe info.
4288 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
4289 (General Query Packets) <qSupported>: Describe the
4290 qXfer:traceframe-info:read feature.
4291 (qXfer::read): Describe qXfer:traceframe-info:read.
4292 (Traceframe Info Format): New section.
4293
cef35b0f
PA
42942011-02-04 Pedro Alves <pedro@codesourcery.com>
4295
4296 * gdbint.texinfo (Formatting): Mention some formatting guidelines
4297 for casts and unary operators.
4298
f1cbe1d3
TT
42992011-02-04 Tom Tromey <tromey@redhat.com>
4300
4301 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
4302 is not useful.
4303
585fdaa1
PA
43042011-01-25 Pedro Alves <pedro@codesourcery.com>
4305
4306 * gdb.texinfo: s/value optimized out/optimized out/g
4307
7bfc9434
JB
43082011-01-21 Joel Brobecker <brobecker@adacore.com>
4309
4310 * gdb.texinfo (Other Misc Settings): Rework part of the
4311 documentation of the "set interactive mode" command.
4312
4694da01
TT
43132011-01-19 Tom Tromey <tromey@redhat.com>
4314
4315 * gdb.texinfo (Threads): Document thread name output and `thread
4316 name' command.
4317 (Threads In Python): Document Thread.name attribute.
4318 (GDB/MI Thread Commands): Document thread attributes.
4319
b716877b
AB
43202011-01-12 Andrew Burgess <aburgess@broadcom.com>
4321
4322 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
4323 changes in mi/mi-cmd-disas.c
4324
13fd8b81
TT
43252011-01-12 Tom Tromey <tromey@redhat.com>
4326
4327 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
4328 Fix "thread apply" text.
4329
e09342b5
TJB
43302011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4331 Thiago Jung Bauermann <bauerman@br.ibm.com>
4332
4333 Implement support for PowerPC BookE ranged watchpoints.
4334 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
4335 the "set powerpc exact-watchpoints" flag.
4336
06e65f44
TT
43372011-01-07 Tom Tromey <tromey@redhat.com>
4338
4339 * gdb.texinfo (Python API): Add descriptions to @menu items.
4340
d8e22779
TT
43412011-01-06 Tom Tromey <tromey@redhat.com>
4342
4343 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
4344
a255712f
PP
43452010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4346
e09342b5 4347 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 4348
ccfc3d6e
TT
43492011-01-06 Tom Tromey <tromey@redhat.com>
4350
4351 PR python/12133:
4352 * gdb.texinfo (Frames In Python): Document various frame
4353 constants.
4354
44944448
JB
43552011-01-05 Joel Brobecker <brobecker@adacore.com>
4356
4357 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
4358 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
4359 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
4360
42ea3d7a
JK
43612011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4362
4363 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
4364 (clean): Add GDBvn.texi.
4365
720d1a40
JB
43662010-12-29 Joel Brobecker <brobecker@adacore.com>
4367
4368 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
4369 occasional case where the debugger prints an array address
4370 instead of the array itself.
4371
ad196637
PA
43722010-12-23 Pedro Alves <pedro@codesourcery.com>
4373
4374 * gdb.texinfo (Packets) <read registers packet>: Document support
4375 for registers that were not collected.
4376
a86caf66
DE
43772010-12-15 Doug Evans <dje@google.com>
4378
4379 * gdb.texinfo (Startup): Document auto-loading of scripts during
4380 startup.
4381 (Auto-loading): Delete "maint set python auto-load on|off".
4382 Add "set auto-load-scripts on|off".
4383
aae1c79a
DE
43842010-12-07 Doug Evans <dje@google.com>
4385
4386 * gdb.texinfo (Mode Options): Document -data-directory.
4387 (Data Files): Add reference to -data-directory.
4388
4e04c971
DE
43892010-11-29 Doug Evans <dje@google.com>
4390
4391 * gdb.texinfo (Pretty-Printer Introduction): Change
4392 printer-name:subprinter-name to printer-name;subprinter-name.
4393
94b6973e
PM
43942010-11-29 Phil Muldoon <pmuldoon@redhat.com>
4395
72f4393d 4396 PR python/12199
94b6973e
PM
4397
4398 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
4399
39037522
TT
44002010-11-23 Tom Tromey <tromey@redhat.com>
4401
4402 * gdb.texinfo (Top): Check SYSTEM_READLINE.
4403 (Editing): Likewise.
4404 (Command History): Likewise.
4405 (TUI Keys): Likewise.
4406 (Bug Reporting): Conditionally include rluser.texi and
4407 inc-history.texinfo.
4408 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
4409 (GDB_DOC_SOURCE_INCLUDES): Add comment.
4410 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
4411 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
4412 (gdb.pdf): Likewise.
4413 (gdb.info): Likewise.
4414 (gdb/index.html): Likewise.
4415
5ae98d25
TT
44162010-11-23 Tom Tromey <tromey@redhat.com>
4417
4418 * Makefile.in (Makefile): Run ../config.status.
4419 (distclean): Update.
4420 * configure: Remove.
4421 * configure.ac: Remove.
4422
621c8364
TT
44232010-11-12 Tom Tromey <tromey@redhat.com>
4424
4425 * gdb.texinfo (Basic Python): Update. Add xref.
4426 (Exception Handling): Document new exception classes.
4427 (Types In Python): Update.
4428 (Frames In Python): Update.
4429
84f4c1fe
PM
44302010-11-11 Phil Muldoon <pmuldoon@redhat.com>
4431
4432 * gdb.texinfo (Breakpoints In Python): Document "internal"
4433 parameter, and visible attribute.
4434
99e7ae30
DE
44352010-11-05 Doug Evans <dje@google.com>
4436
4437 * gdb.texinfo (Source Path): Document "set directories".
4438
f4b8a18d
KW
44392010-11-05 Ken Werner <ken.werner@de.ibm.com>
4440
4441 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
4442 (OpenCL C): New node.
4443
7b51bc51
DE
44442010-11-02 Doug Evans <dje@google.com>
4445
4446 * gdb.texinfo (Pretty Printing): Expand into three sections,
4447 introduction, example, and commands.
4448 (Python API): Delete section Disabling Pretty-Printers, merge into
4449 Selecting Pretty-Printers.
4450 (Writing a Pretty-Printer): New section. Move the pretty-printer
4451 example here, and reformat to match python coding style. Add a second
4452 example using the gdb.printing module.
4453 (Python modules): Add gdb.printing.
4454
9eeee977
DE
44552010-10-29 Doug Evans <dje@google.com>
4456
4457 * gdb.texinfo (Python): Fix long line.
4458
a0e0ffdf
DE
44592010-10-20 Doug Evans <dje@google.com>
4460
4461 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
4462 All references updated. Correct sections marked as subsections.
4463 (Coding Standards): New chapter. Move the coding standard related
4464 subsections here. Add section on Python coding standards.
4465
0e3509db
DE
44662010-10-13 Doug Evans <dje@google.com>
4467
4468 * gdb.texinfo (Python): Add "Python modules".
4469 (Types in Python): Add reference to gdb.types section.
4470 (Python modules): New node.
4471
44592cc4
DE
44722010-10-11 Doug Evans <dje@google.com>
4473
4474 * gdb.texinfo (Values From Inferior): Add reference to "Types in
4475 Python" from gdb.Value.type description.
4476
6e1bb179
JB
44772010-09-28 Joel Brobecker <brobecker@adacore.com>
4478
4479 * gdb.texinfo (Ravenscar Profile): New node.
4480
e8467610
TT
44812010-09-22 Tom Tromey <tromey@redhat.com>
4482
4483 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
4484
fccd1d1e
EZ
44852010-09-22 Eli Zaretskii <eliz@gnu.org>
4486
4487 * gdb.texinfo (Values From Inferior): Clarify that
4488 value.dynamic_type works only in C++ programs with RTTI.
4489
c1b6b909
TT
44902010-09-15 Paul Bolle <pebolle@tiscali.nl>
4491
4492 * gdb.texinfo (Character Sets): Correctly reference host-charset
4493 in example.
4494
7d288aaa
TT
44952010-09-13 Tom Tromey <tromey@redhat.com>
4496
4497 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
4498 Document "fullname" and "from".
4499
f75d858b
MK
45002010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
4501
4502 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
4503 feature `reverse' output by -list-target-features.
4504
83b9503b
L
45052010-08-31 H.J. Lu <hongjiu.lu@intel.com>
4506
4507 * gdb.texinfo (i386 Features): Remove an extra "@item".
4508
03f17ccf
TT
45092010-08-30 Tom Tromey <tromey@redhat.com>
4510
4511 PR python/11792:
4512 * gdb.texinfo (Values From Inferior): Document dynamic_type.
4513
9779414d
DJ
45142010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
4515
4516 * gdb.texinfo (ARM Features): Document
4517 org.gnu.gdb.arm.m-profile.
4518
f9ffd4bb
TT
45192010-08-23 Tom Tromey <tromey@redhat.com>
4520
4521 PR python/11145:
4522 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
4523 reinterpret_cast methods.
4524
702c2711
TT
45252010-08-23 Tom Tromey <tromey@redhat.com>
4526
4527 PR python/11915:
4528 * gdb.texinfo (Types In Python): Document array method.
4529
66b73624
TJB
45302010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
4531
4532 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
4533
06a64a0b
TT
45342010-08-16 Tom Tromey <tromey@redhat.com>
4535
4536 * gdb.texinfo (Set Watchpoints): Document -location option.
4537
a3a7127e
DE
45382010-08-13 Doug Evans <dje@google.com>
4539
4540 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
4541
8dedea02
VP
45422010-08-13 Vladimir Prus <vladimir@codesourcery.com>
4543
4544 * gdb.texinfo (GDB/MI Data Manipulation): Document
4545 -data-read-memory-raw and -data-write-memory-raw.
4546
ca5c20b6 45472010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 4548 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
4549
4550 * gdb.texinfo (Basic Python): Describe post_event API.
4551
cb2e07a6
PM
45522010-08-11 Phil Muldoon <pmuldoon@redhat.com>
4553
4554 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 4555 decode_line Python APIs
cb2e07a6 4556
464b3efb
TT
45572010-08-10 Tom Tromey <tromey@redhat.com>
4558
4559 * gdb.texinfo (Pretty Printing API): Document
4560 gdb.default_visualizer.
4561
c29c521f
TT
45622010-08-10 Tom Tromey <tromey@redhat.com>
4563
4564 Revert gdb-add-index addition:
4565 * gdb.texinfo (Index Files): Don't document gdb-add-index.
4566
5da1313b
JK
45672010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4568 Eli Zaretskii <eliz@gnu.org>
4569
4570 * gdb.texinfo (Mode Options) <-batch>
4571 (Basic Python) <gdb.execute>: Describe setting width and height.
4572
02d868e8
PP
45732010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
4574
4575 * gdb.texinfo (Threads): Document 'debug libthread-db'.
4576
c2bbed2a
TT
45772010-07-30 Tom Tromey <tromey@redhat.com>
4578
4579 * gdb.texinfo (Index Files): Mention gdb-add-index.
4580
6c13bbe1
HZ
45812010-07-30 Hui Zhu <teawater@gmail.com>
4582
4583 * gdb.texinfo (Inferiors and Programs): Update the introduce of
4584 "detach inferior" and "kill inferior".
4585
53a71c06
CR
45862010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
4587
4588 * gdb.texinfo (Machine Code): Update description of two forms of
4589 arguments, and add new example to demonstrate the new form.
4590
5374244e
PM
45912010-07-27 Phil Muldoon <pmuldoon@redhat.com>
4592
4593 * gdb.texinfo (Values From Inferior): Add value inferior function
4594 call description.
4595
8ea5bce5
JK
45962010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4597
4598 * gdb.texinfo (Active Targets): Fix wrong comma placement.
4599
c0edd9ed
JK
46002010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4601 Eli Zaretskii <eliz@gnu.org>
4602
4603 Make core files the process_stratum.
4604 * gdb.texinfo (Active Targets): Remove core_stratum. Include
4605 record_stratum example.
4606
9291a0cd
TT
46072010-07-13 Tom Tromey <tromey@redhat.com>
4608
4609 * gdb.texinfo (Index Files): New node.
4610
f5011d11
TT
46112010-07-13 Tom Tromey <tromey@redhat.com>
4612
4613 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4614
0f5238ed
TT
46152010-07-13 Tom Tromey <tromey@redhat.com>
4616
4617 * gdb.texinfo (Specify Location): Document labels.
4618
74c761c1
PA
46192010-07-01 Pedro Alves <pedro@codesourcery.com>
4620
4621 * gdb.texinfo (Create and Delete Tracepoints): Add more index
4622 entries for fast tracepoints and static tracepoints.
4623
501994c0
PA
46242010-07-01 Pedro Alves <pedro@codesourcery.com>
4625
4626 * gdb.texinfo (General Query Packets) <qfThreadInfo,
4627 qsThreadInfo>: Spell out `l' as ell.
4628
0fb4aa4b
PA
46292010-07-01 Pedro Alves <pedro@codesourcery.com>
4630
4631 * gdb.texinfo (Convenience Variables): Document $_sdata.
4632 (Commands to Set Tracepoints): Describe static tracepoints. Add
4633 `Listing Static Tracepoint Markers' menu entry. Document
4634 "strace".
4635 (Tracepoint Action Lists): Document collecting $_sdata.
4636 (Listing Static Tracepoint Markers): New subsection.
4637 (Tracepoints support in gdbserver): Mention static tracepoints.
4638 (remote packets, enabling and disabling): Mention
4639 read-sdata-object.
4640 (General Query Packets) <qSupported>: Document qXfer:sdata:read
4641 and StaticTracepoint.
4642 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4643 Document qXfer:sdata:read.
4644 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4645
dc3b15be
JB
46462010-06-29 Joel Brobecker <brobecker@adacore.com>
4647
4648 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4649
595939de
PM
46502010-06-28 Phil Muldoon <pmuldoon@redhat.com>
4651 Tom Tromey <tromey@redhat.com>
4652 Thiago Jung Bauermann <bauerman@br.ibm.com>
4653
4654 * gdb.texinfo (Inferiors In Python): New node.
4655 * gdb.texinfo (Threads In Python): New node.
4656
9279c692
JB
46572010-06-28 Joel Brobecker <brobecker@adacore.com>
4658
4659 * gdb.texinfo (Python): Document what the python directory is
4660 and what its location is.
4661 (Basic Python): Document the gdb.PYTHONDIR constant.
4662
bc9f0842
TT
46632010-06-25 Tom Tromey <tromey@redhat.com>
4664
4665 PR python/10808:
4666 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4667
f1421989
HZ
46682010-06-24 Hui Zhu <teawater@gmail.com>
4669
4670 * gdb.texinfo: (Commands for Controlled Output): Add
4671 documentation for command "eval".
4672
e4c0cfae
SS
46732010-06-21 Stan Shebs <stan@codesourcery.com>
4674
4675 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4676 * annotate.texinfo: Ditto.
4677 * gdbint.texinfo: Ditto.
4678 * stabs.texinfo: Ditto.
4679
bb08c432
HZ
46802010-06-22 Hui Zhu <teawater@gmail.com>
4681
4682 * gdb.texinfo: (Process Record and Replay): Add documentation
4683 for command "set record memory-query".
4684
4f5d9f07
SS
46852010-06-21 Stan Shebs <stan@codesourcery.com>
4686
4687 * gdb.texinfo: Relicense under GFDL version 1.3.
4688 * annotate.texinfo: Relicense under GFDL version 1.3.
4689 * gdbint.texinfo: Relicense under GFDL version 1.3.
4690 * stabs.texinfo: Relicense under GFDL version 1.3.
4691 * fdl.texi: Update to version 1.3.
4692
6aed2dbc
SS
46932010-06-18 Stan Shebs <stan@codesourcery.com>
4694
a61408f8
SS
4695 * gdb.texinfo (Operating System Auxiliary Information): Describe
4696 "info os" when no arguments given.
4697
6aed2dbc
SS
4698 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4699 $_thread.
4700
24e933df
HZ
47012010-06-18 Hui Zhu <teawater@gmail.com>
4702
4703 * gdb.texinfo: (Process Record and Replay): Add documentation
4704 for commands "record save" and "record restore".
4705
65d79d4b
SDJ
47062010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4707
4708 * gdb.texinfo: Include information about the correct use
4709 of addresses in the `watch' command.
4710
d914c394
SS
47112010-06-11 Stan Shebs <stan@codesourcery.com>
4712
4713 * gdb.texinfo (Observer Mode): New section.
4714 (General Query Packets): Document QAllow.
889bf7c5 4715
967cf477
DE
47162010-06-04 Doug Evans <dje@google.com>
4717
4718 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4719
aaf4119b
DE
47202010-06-03 Doug Evans <dje@google.com>
4721
4722 * gdbint.texinfo (Coding): Add subsection on command names.
4723
9eae7c52
TT
47242010-06-02 Tom Tromey <tromey@redhat.com>
4725
4726 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4727 always-disassemble.
4728
fa593d66
PA
47292010-06-01 Pedro Alves <pedro@codesourcery.com>
4730
4731 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4732 gdbserver, and add cross reference.
4733 (Tracepoints support in gdbserver): New subsection.
4734
dde08ee1
PA
47352010-05-26 Pedro Alves <pedro@codesourcery.com>
4736
4737 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4738 `qRelocInsn' feature.
4739 (Relocate instruction reply packet): New subsection
4740 of `Tracepoint Packets'.
4741 (Tracepoint Packets): Mention that packets QTDP and QTStart
4742 support the qRelocInsn request, and add cross reference to new
4743 subsection.
4744
07ca107c
DE
47452010-05-25 Doug Evans <dje@google.com>
4746
4747 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4748 (Commands In Python): Document gdb.string_to_argv.
4749
c25c4a8b
JK
47502010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4751
4752 * gdbint.texinfo (Host Definition): Remove items NORETURN and
4753 ATTR_NORETURN.
4754
d7b32ed3 47552010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
4756 Tom Tromey <tromey@redhat.com>
4757 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 4758
c25c4a8b 4759 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 4760
6aecb9c2
JB
47612010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
4762
4763 * gdb.texinfo: (Summary) Add mention about D language support.
4764 (Filenames): Add D suffixes.
4765 (D): New node.
4766
b7da9e9f
PM
47672010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
4768
4769 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4770 of macro deleted from GDB code.
4771
ab38a727
PA
47722010-04-24 Pedro Alves <pedro@codesourcery.com>
4773
4774 * gdb.texinfo (Commands to specify files): Describe what how GDB
4775 looks up DOS-based filesystem paths on the system root. Document
4776 the new `set/show target-file-system-kind' commands.
4777
66d09542
DE
47782010-04-23 Doug Evans <dje@google.com>
4779
4780 * gdb.texinfo (Python): Move Auto-loading section here ...
4781 (Python API): from here.
4782 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4783 (Maintenance Commands): Add docs for "maint print section-scripts".
4784
8bd10a10
CM
47852010-04-20 Chris Moller <cmoller@redhat.com>
4786
4787 * gdb.texinfo (Setting Breakpoints): Added description of
4788 filename-qualified rbreak.
4789 * refcard.tex (Breakpoints and Watchpoints): Added brief
4790 description of filename-qualified rbreak.
4791
4c374409
JK
47922010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4793
4794 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4795 (Python API): Change the reference to Pretty Printing API.
4796 (Pretty Printing): Move the user part under the Data node. Reformat
4797 the sample output to 72 columns. Create a new reference to Pretty
4798 Printing API. Rename the API part ...
4799 (Pretty Printing API): To a new node name.
4800 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4801 (GDB/MI Variable Objects): Change references to Pretty Printing API.
4802
5a9351ae
SS
48032010-04-21 Stan Shebs <stan@codesourcery.com>
4804
4805 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 4806 and commands.
5a9351ae 4807 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 4808
9a22f0d0
PM
48092010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4810
4811 * gdb.texinfo (Examining memory): Update for change in string
4812 display with explicit size.
4813
6149aea9
PA
48142010-04-19 Pedro Alves <pedro@codesourcery.com>
4815
4816 PR breakpoints/8554.
4817
4818 * gdb.texinfo (Save Breakpoints): New node.
4819 (save-tracepoints): Rename to ...
4820 (save tracepoints): ... this. Mention that `save-tracepoints' is
4821 a deprecated alias to `save tracepoints'.
4822
711e434b
PM
48232010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
4824
645797a8 4825 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
4826 (info w32 thread-information-block): Document new command.
4827 (qGetTIBAddress): Document new gdbserver query.
4828 (maint set/show show-all-tib): Document new command.
4829
3f7b2faa
DE
48302010-04-15 Doug Evans <dje@google.com>
4831
fa33c3cd
DE
4832 * gdb.texinfo (Python API): Add progspaces section.
4833 (Selecting Pretty-Printers): Progspace pretty-printers are
4834 searched too.
4835 (Progspaces In Python): New section.
4836
3f7b2faa
DE
4837 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4838
79f283fe
PM
48392010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4840
4841 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4842 returns None.
4843
87290684
SS
48442010-04-09 Stan Shebs <stan@codesourcery.com>
4845
4846 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4847 Describe the `frames-created' field, tweak grammar.
4848
a97153c7
PA
48492010-04-09 Pedro Alves <pedro@codesourcery.com>
4850
4851 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4852 Describe the `circular' and `disconnected' fields.
4853
5c5dcc1b
L
48542010-04-09 H.J. Lu <hongjiu.lu@intel.com>
4855
4856 * gdb.texinfo (maint print registers): Mention unavailable and
4857 invisible registers.
4858
adc36818
PM
48592010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4860 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 4861 Tom Tromey <tromey@redhat.com>
adc36818
PM
4862
4863 * gdb.texinfo (Breakpoints In Python): New Node.
4864
33da3f1c
SS
48652010-04-08 Stan Shebs <stan@codesourcery.com>
4866
4867 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4868 trace status fields.
4869
3a13a53b
L
48702010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4871
4872 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4873 optional. Make org.gnu.gdb.i386.avx requires
4874 org.gnu.gdb.i386.avx.
4875
08001717
DE
48762010-04-08 Doug Evans <dje@google.com>
4877
4878 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4879 search path, and document that gdb only scans the search path if
4880 the script's path doesn't specify a directory.
4881
c375651d
DE
48822010-04-05 Doug Evans <dje@google.com>
4883
4884 * gdb.texinfo (maint show python auto-load): Fix typo.
4885
af54718e
SS
48862010-04-04 Stan Shebs <stan@codesourcery.com>
4887
d77f58be
SS
4888 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4889 (Setting Watchpoints): Update description of "info watch".
4890 (Disabling Breakpoints): Only "info break" lists all.
4891
af54718e
SS
4892 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4893 (tdump): Explain how tdump works.
4894
86b17b60
PA
48952010-04-01 Pedro Alves <pedro@codesourcery.com>
4896
4897 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4898 add cross reference.
4899
ff12863f
PA
49002010-03-31 Pedro Alves <pedro@codesourcery.com>
4901
4902 * gdb.texinfo (TUI Commands): Mention that in some cases, these
4903 commands error out.
4904
f68eb612
L
49052010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4906
4907 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4908
c8d5aac9
L
49092010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4910
4911 * gdb.texinfo (General Query Packets): Add xmlRegisters.
4912
7d13fe92
SS
49132010-03-29 Stan Shebs <stan@codesourcery.com>
4914 Nathan Sidwell <nathan@codesourcery.com>
4915
4916 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4917 GDBN equivalent.
4918 (Set Tracepoints): Remove mention that conditional tracepoints
4919 don't exist.
4920 (Tracepoint Actions): Clarify when while-stepping collection
4921 happens, note that while-stepping does not automatically collect
4922 $pc.
4923
409873ef 49242010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 4925
409873ef
SS
4926 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4927 (General Query Packets): Describe TracepointSource.
4928
ee8e71d4
EZ
49292010-03-27 Matt Rice <ratmice@gmail.com>
4930
c8d5aac9
L
4931 * gdb.texinfo (ARM): Document arguments to "target sim".
4932 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 4933
99b5e152
PA
49342010-03-26 Pedro Alves <pedro@codesourcery.com>
4935
4936 * gdb.texinfo (Tracepoint Packets): Remove mention that
4937 terror:string may be plain text, and drop mention of X prefix.
4938
cd64ee31
VP
49392010-03-26 Vladimir Prus <vladimir@codesourcery.com>
4940
4941 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4942
6c28cbf2
SS
49432010-03-24 Stan Shebs <stan@codesourcery.com>
4944
4945 * gdb.texinfo (Tracepoint Packets): Document trace error status.
4946
95a42b64
TT
49472010-03-24 Tom Tromey <tromey@redhat.com>
4948
4949 PR breakpoints/9352:
4950 * gdb.texinfo (Break Commands): Update.
4951
18148017
VP
49522010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4953
4954 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4955 commands.
4956
4daf5ac0
SS
49572010-03-16 Stan Shebs <stan@codesourcery.com>
4958
4959 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4960 circular-trace-buffer.
4961 (Tracepoint Packets): Describe QTBuffer, and details of the
4962 qTStatus reply.
4963
c9429232
SS
49642010-03-12 Stan Shebs <stan@codesourcery.com>
4965 Nathan Sidwell <nathan@codesourcery.com>
4966
4967 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
4968 doing instruction stepping.
4969 (Tracepoint Restrictions): New node.
4970
ccefe4c4
TT
49712010-03-10 Tom Tromey <tromey@redhat.com>
4972
4973 * gdbint.texinfo (Symbol Handling): Update.
4974
7c953934
TT
49752010-03-08 Tom Tromey <tromey@redhat.com>
4976
4977 PR cli/9591:
4978 * gdb.texinfo (Mode Options): Mention lack of pagination and
4979 confirmation with --batch.
4980 (Screen Size): Mention --batch.
4981 (Messages/Warnings): Likewise.
4982
f870a310
TT
49832010-03-05 Tom Tromey <tromey@redhat.com>
4984
4985 * gdb.texinfo (Basic Python): Document target_charset and
4986 target_wide_charset.
4987
78e2826b
TT
49882010-03-05 Tom Tromey <tromey@redhat.com>
4989
4990 * gdb.texinfo (Data): Link to pretty-printing.
4991 (Output Formats): Likewise. Correct text.
4992
f5dff777
DJ
49932010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4994
4995 * gdb.texinfo (Types): Describe <struct> and <flags>.
4996
dc00d89f
PM
49972010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4998
4999 * gdb.texinfo (Frames In Python): Add block parameter and
5000 description to read_var text.
5001
5107b149 50022010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 5003 Tom Tromey <tromey@redhat.com>
5107b149
PM
5004
5005 * gdb.texinfo (Types In Python): Describe block argument in
5006 template_argument and gdb.lookup_type.
5007
e03e5e7b
TT
50082010-02-24 Tom Tromey <tromey@redhat.com>
5009
5010 * gdb.texinfo (Cygwin Native): Fix typo.
5011
f3e9a817
PM
50122010-02-24 Phil Muldoon <pmuldoon@redhat.com>
5013
5014 * gdb.texinfo (Frames In Python): Add block, find_sal, function
5015 and select method descriptions.
5016 (Python API): Add Blocks In Python, Symbols in Python and Symbol
5017 Tables in Python to menu.
5018 (Blocks In Python): New node.
5019 (Symbols In Python): New node.
5020 (Symbol Tables in Python): New node.
5021
a79b8f6e
VP
50222010-02-24 Vladimir Prus <vladimir@codesourcery.com>
5023
5024 Multiexec MI
5025
5026 gdb/
5027 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
5028
5029 gdb/doc/
5030 * gdb.texinfo (GDB/MI Command Syntax): Document notification
5031 changes.
5032 (GDB/MI Program Execution): Document current behaviour of
5033 --all and --thread-group.
5034 (GDB/MI Miscellaneous Commands): Document -add-inferior and
5035 -remove-inferior.
5036 * observer.texi (inferior_added, inferior_removed): New
5037 observers.
5038
629d6a47
TT
50392010-02-19 Tom Tromey <tromey@redhat.com>
5040
5041 * gdbint.texinfo (Getting Started): Fix @node.
5042 (Debugging GDB): Likewise.
5043
c09529e5
JB
50442010-02-13 Joel Brobecker <brobecker@adacore.com>
5045
5046 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
5047 documenting the gdb_test_timeout variable.
5048
540aa8e7
MS
50492010-02-12 Jakob Engblom <jakob@virtutech.com>
5050
5051 * gdb.texinfo (MI commands): Added documentation of --reverse
5052 option to a set of MI commands. Restructured documentation of MI
5053 commands --exec-continue to reflect the complexity of reverse
5054 execution.
5055
081dfbf7
PA
50562010-02-12 Pedro Alves <pedro@codesourcery.com>
5057
5058 * gdb.texinfo (Using the Collected Data): Specify that the address
5059 range of `tfind outsize' is exclusive, and that the address range
5060 of `tfind range' is inclusive.
5061 (Tracepoint Packets): Specify that the address range of
5062 `QTFrame:range' is inclusive, and that the address range of
5063 `QTFrame:outside' is exclusive
5064
8e9c5e02
VP
50652010-02-12 Vladimir Prus <vladimir@codesourcery.com>
5066
5067 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
5068
92981e24
TT
50692010-02-10 Tom Tromey <tromey@redhat.com>
5070
5071 * gdb.texinfo (Debugging Output): Document set debug parser and
5072 show debug parser.
5073
075b51b7
L
50742010-02-09 H.J. Lu <hongjiu.lu@intel.com>
5075
5076 * gdb.texinfo (Predefined Target Types): Add i387_ext,
5077 i386_eflags and i386_mxcsr.
5078
3bb8d5c3
L
50792010-02-08 H.J. Lu <hongjiu.lu@intel.com>
5080
5081 * gdb.texinfo: Document i386 target features.
5082
c5f80513
DE
50832010-02-05 Doug Evans <dje@google.com>
5084
5085 * gdbint.texinfo (Testsuite): Add a new section to document the
5086 various DejaGnu variables that may be overridden.
1be00882 5087 Document INTERNAL_GDBFLAGS.
c5f80513 5088
6ac33a4e
TT
50892010-02-04 Tom Tromey <tromey@redhat.com>
5090
5091 PR cli/8830:
5092 * gdb.texinfo (Files): -readnow comes before the filename for file
5093 and symbol-file.
5094
a1dcb23a
DJ
50952010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5096
5097 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
5098 Document ARM breakpoint types.
5099 (Register Packet Format): Move into the new section.
5100 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
5101
95433b34
JB
51022010-01-21 Joel Brobecker <brobecker@adacore.com>
5103
5104 * gdb.texinfo (File Options): Adjust the documentation of this
5105 switch to refer to the "source" command rather than partially
5106 duplicating some of the relevant information.
5107 (Extending GDB): Introduce and document the set/show script-extension
5108 setting.
5109 (Command Files): Add note explaining that the "source" command
5110 is also used to evalute scripts written in other languages.
5111 Remove the short slightly incorrect reference to sourcing Python
5112 scripts.
5113 (Python Commands): Document how to execute a Python script from GDB.
5114
8d576872
JB
51152010-01-19 Joel Brobecker <brobecker@adacore.com>
5116
5117 * gdb.texinfo (Command Files): Fix typo.
5118
8150ff9c
JB
51192010-01-18 Tom Tromey <tromey@redhat.com>
5120
5121 * gdb.texinfo (File Options): Document -x on .py files.
5122 (Command Files): Document handling of Python scripts.
5123
23db03a6
JZ
51242010-01-18 Jie Zhang <jie.zhang@analog.com>
5125
5126 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
5127
00bf0b85
SS
51282010-01-15 Stan Shebs <stan@codesourcery.com>
5129
5130 * gdb.texinfo (Trace Files): New section.
5131 (Tracepoint Packets): Document QTSave and qTBuffer.
5132 (Trace File Format): New appendix.
5133
be759fcf
PM
51342010-01-13 Phil Muldoon <pmuldoon@redhat.com>
5135
5136 * gdb.texinfo (Values From Inferior): Document lazy_string value
5137 method.
5138 (Python API): Add Lazy strings menu item.
5139 (Lazy Strings In Python): New node.
5140
dc146f7c
VP
51412010-01-13 Vladimir Prus <vladimir@codesourcery.com>
5142
5143 * gdb.texinfo (GDB/MI Thread Information): New.
5144 (GDB/MI Async Records): Document the core field in *stopped.
5145 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
5146 documentation
5147 (Process list): Document that osdata document may contain
5148 threads.
5149 (Remote Serial Protocol): Document qXfer:threads.
5150
d5551862
SS
51512010-01-06 Stan Shebs <stan@codesourcery.com>
5152
5153 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
5154 disconnected tracing.
5155 (Tracepoint Packets): Document new protocol.
5156
7a697b8d
SS
51572010-01-05 Stan Shebs <stan@codesourcery.com>
5158
5159 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
5160 tracepoints.
5161 (Tracepoint Packets): Describe remote protocol for fast
5162 tracepoints.
5163
e6f3ec50
JB
51642010-01-01 Joel Brobecker <brobecker@adacore.com>
5165
5166 Update the "Start of New Year Procedure".
5167 * gdbint.texinfo: Add the list of files that need to be updated
5168 manually. Minor reformatting.
5169
ddc4e9c1
JB
51702010-01-01 Joel Brobecker <brobecker@adacore.com>
5171
5172 * refcard.tex: Update copyright year in header and text.
5173
9d2897ad
JB
51742010-01-01 Joel Brobecker <brobecker@adacore.com>
5175
5176 * agentexpr.texi: Add 2010 to the list of copyright years.
5177 * annotate.texinfo: Likewise.
5178 * gdb.texinfo: Likewise.
5179 * gdbint.texinfo: Likewise.
5180 * observer.texi: Likewise.
5181 * stabs.texinfo: Likewise.
5182
6da95a67
SS
51832009-12-31 Stan Shebs <stan@codesourcery.com>
5184
5185 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 5186
236f1d4d
SS
51872009-12-29 Stan Shebs <stan@codesourcery.com>
5188
5189 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 5190
f61e138d
SS
51912009-12-28 Stan Shebs <stan@codesourcery.com>
5192
5193 * gdb.texinfo (Trace State Variables): New section.
5194 (Tracepoint Packets): Describe trace state variable packets.
5195 * agentexpr.texi (Bytecode Descriptions): Describe trace state
5196 variable bytecodes.
5197
0fe7935b
DJ
51982009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
5199
5200 * gdb.texinfo (Symbols): "info variables" prints definitions, not
5201 declarations.
5202
a6b29f87
VP
52032009-12-21 Vladimir Prus <vladimir@codesourcery.com>
5204
5205 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
5206 -gdb-exit behaviour.
5207
5e4bde96
JB
52082009-12-20 Joel Brobecker <brobecker@adacore.com>
5209
5210 * gpl.texi: Update to version 3 of the GPL.
5211
a1715244
JB
52122009-12-20 Joel Brobecker <brobecker@adacore.com>
5213
5214 * Makefile.in: Update copyright header.
5215 * observer.texi: Fix the copyright header of the generated files.
5216
361ae042
PM
52172009-12-08 Phil Muldoon <pmuldoon@redhat.com>
5218
5219 * gdb.texinfo (Types In Python): Describe range function.
5220
bfd31e71
PM
52212009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
5222
5223 * gdb.texinfo (Types In Python): Describe "is_base_class".
5224
57a1d736
TT
52252009-12-03 Tom Tromey <tromey@redhat.com>
5226
5227 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
5228
8cebebb9
PP
52292009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
5230
5231 * observer.texi: New memory_changed observer.
5232
16af530a
TT
52332009-12-01 Tom Tromey <tromey@redhat.com>
5234
5235 * gdb.texinfo (Reverse Execution): Fix typo.
5236
b6199126
DJ
52372009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
5238
5239 PR gdb/8704
5240
5241 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
5242 are allowed after the breakpoint condition.
5243
7a6973ad
TT
52442009-11-23 Tom Tromey <tromey@redhat.com>
5245
5246 PR python/10782:
5247 * gdb.texinfo (Types In Python): Document Type.pointer.
5248
21a0512e
PP
52492009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
5250
5251 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 5252
a5832c8f
PA
52532009-11-11 Pedro Alves <pedro@codesourcery.com>
5254
5255 * agentexpr.texi (Tracing On Symmetrix): Delete section.
5256 (Using Agent Expressions): Delete cross reference.
5257
1eb7cd77
JB
52582009-11-07 Joel Brobecker <brobecker@adacore.com>
5259
5260 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
5261 and @settitle directives up to help makeinfo find them.
5262
24ddea62
JK
52632009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5264
5265 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
5266 (Auto-loading): Use plural and note one can use multiple components now.
5267
3afae151
VP
52682009-11-01 Vladimir Prus <vladimir@codesourcery.com>
5269
5270 * gdb.texinfo (GDB/MI Stack Manipulation): Make
5271 -stack-list-arguments have the same documentation for parameter
5272 as -stack-list-locals. Add comas.
5273
14ff2235
PM
52742009-10-27 Tom Tromey <tromey@redhat.com>
5275 Eli Zaretskii <eliz@gnu.org>
5276
c8d5aac9 5277 PR python/10781
14ff2235
PM
5278
5279 * gdb.texinfo (Values From Inferior): Document cast method.
5280
9c419145
PP
52812009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
5282
5283 * gdb.texinfo (Machine Code): Mention function name in disasssembly
5284 and adjust example.
889bf7c5 5285
29153c24
MS
52862009-10-22 Michael Snyder <msnyder@vmware.com>
5287
5288 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 5289 info record command. Also document the new save and restore
29153c24
MS
5290 commands.
5291
2b28d209
PP
52922009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
5293
5294 * gdb.texinfo (Machine Code): Mention current pc marker.
5295 (Memory): Likewise.
5296
6c95b8df
PA
52972009-10-19 Pedro Alves <pedro@codesourcery.com>
5298 Stan Shebs <stan@codesourcery.com>
5299
5300 * observer.texi (new_inferior): Rename to...
5301 (inferior_appeared): ... this.
5302
5303 * gdb.texinfo (Inferiors): Rename node to ...
5304 (Inferiors and Programs): ... this. Mention running multiple
5305 programs in the same debug session.
5306 <info inferiors>: Mention the new 'Executable' column if "info
5307 inferiors". Update examples. Document the "add-inferior",
5308 "clone-inferior", "remove-inferior" and "maint info
5309 program-spaces" commands.
5310 (Process): Rename node to...
5311 (Forks): ... this. Document "set|show follow-exec-mode".
5312
2f8132f3
MS
53132009-10-11 Michael Snyder <msnyder@vmware.com>
5314
5315 * gdb.texinfo (ReverseStep): Show default as "unsupported".
5316 (ReverseContinue): Ditto.
5317
cba4b2d3
PP
53182009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
5319
5320 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 5321
da082f17
JK
53222009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5323
5324 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
5325
08be9d71
ME
53262009-10-06 Michael Eager <eager@eagercon.com>
5327
5328 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
5329 (Embedded Processors): Add MicroBlaze.
5330 (MicroBlaze): New. Describe Xilinx MicroBlaze
5331
08a0efd0
PA
53322009-10-04 Pedro Alves <pedro@codesourcery.com>
5333
5334 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
5335
cbb8f428
EZ
53362009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
5337
5338 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
5339
30a4a70c
JB
53402009-09-23 Joel Brobecker <brobecker@adacore.com>
5341
5342 * observer.texi (solib_unloaded): Document explicitly the fact that
5343 this observer is called before the associated symbols are unloaded.
5344
b3372f91
VP
53452009-09-19 Vladimir Prus <vladimir@codesourcery.com>
5346
5347 * gdb.texinfo (GDB/MI Stack Manipulation): Document
5348 -stack-list-variables.
5349
f43030c4
TT
53502009-09-18 Tom Tromey <tromey@redhat.com>
5351
5352 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
5353 is experimental.
5354
ec7e75e7
PP
53552009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5356
5357 * gdb.texinfo (convenince variables): Mention
5358 $_siginfo could be empty.
f43030c4 5359
0cc7d26f
TT
53602009-09-15 Tom Tromey <tromey@redhat.com>
5361
5362 * gdb.texinfo (GDB/MI Variable Objects): Document
5363 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
5364 Expand -var-update documentation.
5365
a96d9b2e
SDJ
53662009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5367
5368 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
5369 feature.
5370
005ca36a
JB
53712009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
5372
5373 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
5374
0d772ac9
MS
53752009-09-10 Michael Snyder <msnyder@vmware.com>
5376
5377 * gdb.texinfo (qSupported): Mention new ReverseContinue and
5378 ReverseStep replies to the qSupported query.
5379
14fb1bac
JB
53802009-09-10 Joel Brobecker <brobecker@adacore.com>
5381
5382 Add documentation for set/show interactive-mode.
5383 * gdb.texinfo (Other Misc Settings): New node.
5384
29b090c0
DE
53852009-09-01 Doug Evans <dje@google.com>
5386
5387 * gdb.texinfo (Caching Data of Remote Targets): Add note on
5388 non-stop mode's affect on remote caching.
5389
4e5d721f
DE
53902009-08-31 Jacob Potter <jdpotter@google.com>
5391 Doug Evans <dje@google.com>
5392
5393 * gdb.texinfo (Caching Data of Remote Targets): Update text.
5394 Mark `set/show remotecache' options as obsolete.
5395 Document new `set/show stack-cache' option.
5396 Update text for `info dcache'.
5397
55333a84
DE
53982009-08-27 Doug Evans <dje@google.com>
5399
5400 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
5401 (Files): Add note on new optional regex arg to `info sharedlibrary'.
5402
bc3a0b4d
RW
54032009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5404
5405 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
5406 about autoconf.
5407
3a1ff0b6
PA
54082009-08-25 Pedro Alves <pedro@codesourcery.com>
5409
5410 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
5411 small example, and describe its columns. Replace "inferior-id" by
5412 "infno" throughout.
5413
81ecdfbb
RW
54142009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5415
af542c2e
RW
5416 * gdbint.texinfo (Releasing GDB): Point to
5417 README-maintainer-mode file for required autoconf version.
5418 * configure.ac: Do not substitute datarootdir, htmldir,
5419 pdfdir, docdir. Do not process --with-datarootdir,
5420 --with-htmldir, --with-pdfdir, --with-docdir.
5421 * configure: Regenerate.
5422
81ecdfbb
RW
5423 * configure: Regenerate.
5424
4efc6507
DE
54252009-08-20 Reid Kleckner <reid@kleckner.net>
5426
5427 * gdb.texinfo: Add chapter on JIT interface.
5428
43089a6e
NR
54292009-08-07 Nick Roberts <nickrob@snap.net.nz>
5430
5431 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 5432 confirmation request.
43089a6e 5433
99e008fe
EZ
54342009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
5435
c8d5aac9
L
5436 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
5437 CRC definitions.
99e008fe 5438
48cb2d85
VP
54392009-08-03 Vladimir Prus <vladimir@codesourcery.com>
5440
5441 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 5442 -break-commands.
48cb2d85 5443
ff1a52c6
UW
54442009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5445
5446 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5447 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
5448
3285f3fe
UW
54492009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5450
5451 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5452 "set spu stop-on-load" and "show spu stop-on-load" commands.
5453
e35359c5
UW
54542009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5455
5456 * gdb.texinfo (Target Descriptions): Document <compatible> element.
5457
58d6951d
DJ
54582009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5459
5460 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
5461 org.gnu.gdb.arm.neon.
5462
08d16641
PA
54632009-07-20 Pedro Alves <pedro@codesourcery.com>
5464
5465 * gdb.texinfo (Target Description Format): Mention the new <osabi>
5466 optional element.
5467 (subsection OS ABI): New subsection.
5468
782b2b07
SS
54692009-07-14 Stan Shebs <stan@codesourcery.com>
5470
5471 * gdb.texinfo (Tracepoint Conditions): New section.
5472 (General Query Packets): Describe ConditionalTracepoints.
5473 (Tracepoint Packets): Describe condition field.
5474 (Maintenance Commands): Describe maint agent-eval.
5475 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
5476
9b117ef3
HZ
54772009-07-11 Hui Zhu <teawater@gmail.com>
5478
5479 * gdb.texinfo (disassemble): Add a new modifier /r
5480 to "disassemble" command to make it print the raw instructions
5481 in hex as well as in symbolic form.
5482
f5a33284
TT
54832009-07-09 Tom Tromey <tromey@redhat.com>
5484
5485 * gdbint.texinfo (Testsuite): Document parallel make check.
5486
812f7342
TT
54872009-07-09 Tom Tromey <tromey@redhat.com>
5488
5489 * gdbint.texinfo (Testsuite): Document test transcripts.
5490
fbb8f299
PM
54912009-07-10 Phil Muldoon <pmuldoon@redhat.com>
5492
5493 * gdb.texinfo (Values From Inferior): Add length parameter
5494 description.
5495
dd8f35ac
EZ
54962009-07-04 Chris Genly <chris@genly.us>
5497
5498 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
5499 in -var-list-children. Fix example according to what the code
5500 does.
5501
2277426b
PA
55022009-07-02 Pedro Alves <pedro@codesourcery.com>
5503
5504 * gdb.texinfo (Debugging multiple inferiors): Document the
5505 "inferior", "detach inferior" and "kill inferior" commands.
5506 (Debugging Programs with Multiple Processes): Adjust to mention
5507 generic "inferior" commands. Delete mention of "detach fork" and
5508 "delete fork". Cross reference to "Debugging multiple inferiors"
5509 section.
5510
a6d9a66e
UW
55112009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5512
5af949e3
UW
5513 * gdbint.texinfo (Item Output Functions): Update signature
5514 for ui_out_field_core_addr.
5515
55162009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5517
5518 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
5519 Update example code extrated from breakpoint.c.
5520
9901a55b 55212009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 5522
9901a55b
PP
5523 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
5524 MI commands.
5525 (GDB/MI Symbol Query): Likewise.
5526 (GDB/MI File Commands): Likewise.
5527 (GDB/MI File Transfer Commands): Likewise.
5528 (GDB/MI Target Manipulation): Likewise.
5529 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 5530
edb3359d
DJ
55312009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
5532
5533 * gdb.texinfo (Debugging Optimized Code): New chapter.
5534 (Compiling for Debugging): Reference it. Move some
5535 text to the new section.
5536
7cd1089b
PM
55372009-06-15 Phil Muldoon <pmuldoon@redhat.com>
5538
5539 * doc/gdb.texinfo (Calling): Document
5540 set-unwind-on-terminating-exception usage.
5541
d4db2f36
PA
55422009-06-11 Pedro Alves <pedro@codesourcery.com>
5543
5544 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
5545 command.
5546
d1a7880c
PA
55472009-06-07 Pedro Alves <pedro@codesourcery.com>
5548
5549 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5550 references.
5551
473f94e6
UW
55522009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
5553
5554 * gdbint.texinfo: Rename formal parameters to gdbarch function
5555 protoypes from "current_gdbarch" to "gdbarch".
5556
8f500870
TT
55572009-05-28 Tom Tromey <tromey@redhat.com>
5558
5559 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5560
b6313243
TT
55612009-05-27 Tom Tromey <tromey@redhat.com>
5562
5563 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5564 feature.
5565 (GDB/MI Variable Objects): Document -var-set-visualizer.
5566
55672009-04-02 Tom Tromey <tromey@redhat.com>
5568
5569 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5570 feature.
5571 (GDB/MI Variable Objects): Document -var-set-visualizer.
5572
a6bac58e
TT
55732009-05-27 Tom Tromey <tromey@redhat.com>
5574 Thiago Jung Bauermann <bauerman@br.ibm.com>
5575 Phil Muldoon <pmuldoon@redhat.com>
5576
5577 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5578 (Pretty Printing): New node.
5579 (Selecting Pretty-Printers): Likewise.
5580 (Python API): Update.
5581 (Output Formats): Document /r format.
5582
2c74e833
TT
55832009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
5584 Tom Tromey <tromey@redhat.com>
5585
5586 * gdb.texinfo (Types In Python): New node.
5587 (Values From Inferior): "type" is now an attribute.
5588 (Python API): Update.
5589
89c73ade
TT
55902009-05-27 Tom Tromey <tromey@redhat.com>
5591 Thiago Jung Bauermann <bauerman@br.ibm.com>
5592 Phil Muldoon <pmuldoon@redhat.com>
5593
5594 * gdb.texinfo: Add @syncodeindex for `tp'.
5595 (Python API): Update.
5596 (Auto-loading): New node.
5597 (Objfiles In Python): New node.
5598
17a37d48
PP
55992009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
5600
5601 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 5602
6718376f
NR
56032009-05-15 Nick Roberts <nickrob@snap.net.nz>
5604
5605 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5606
cbe54154
PA
56072009-05-12 Pedro Alves <pedro@codesourcery.com>
5608
5609 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
5610 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5611 show show-debug-regs' docs.
5612
8e05493c
EZ
56132009-05-08 Eli Zaretskii <eliz@gnu.org>
5614
5615 * gdb.texinfo (Process Record and Replay): Add description of
5616 reverse execution.
5617
b39f4988
JB
56182009-05-07 Joel Brobecker <brobecker@adacore.com>
5619
5620 * gdbint.texinfo (Adding support for debugging core files): New node.
5621 (Native Debugging): Remove the ``Native core file Support'' section.
5622
a2311334
EZ
56232009-05-01 Eli Zaretskii <eliz@gnu.org>
5624
5625 * gdb.texinfo (Process Record and Replay): Improve and clarify.
5626 Add index entries.
5627
53cc454a 56282009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 5629 Michael Snyder <msnyder@vmware.com>
53cc454a 5630
a2311334
EZ
5631 * gdb.texinfo: (Process Record and Replay): Add documentation for
5632 process record and replay.
53cc454a 5633
484086b7
JK
56342009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5635
5636 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
5637 a new part on command-line defined macros.
5638
32ae1842
EZ
56392009-04-25 Eli Zaretskii <eliz@gnu.org>
5640
5641 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5642 clarify the wording.
5643
b14b1491
TT
56442009-04-23 Tom Tromey <tromey@redhat.com>
5645
5646 * gdb.texinfo (Data Files): New node.
5647 (GDB Files): Update menu.
5648
5c1e86e1
JB
56492009-04-23 Joel Brobecker <brobecker@adacore.com>
5650
5651 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 5652 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 5653
83eba9b7
VP
56542009-04-22 Vladimir Prus <vladimir@codesourcery.com>
5655
5656 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5657
e31198c4
HZ
56582009-04-22 Hui Zhu <teawater@gmail.com>
5659
5660 * gdb.texinfo (disassemble-next-line): Set the default of
5661 disassemble-next-line to off.
5662
26e251b6
JM
56632009-04-21 Joseph Myers <joseph@codesourcery.com>
5664
5665 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5666 --with-htmldir): New.
5667 * configure: Regenerate.
5668 * Makefile.in (datarootdir, docdir): Define.
5669 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5670 instead of $(SET_TEXINPUTS).
5671 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5672 gdbint.info instead of $(SET_TEXINPUTS).
5673 (gdbint/index.html): Use same -I options as for building
5674 gdbint.info.
5675 (stabs.dvi, stabs.pdf): Use same -I options as for building
5676 stabs.info instead of $(SET_TEXINPUTS).
5677 (stabs/index.html): Use same -I options as for building
5678 stabs.info.
5679 (annotate.dvi, annotate.pdf): Use same -I options as for building
5680 annotate.info instead of $(SET_TEXINPUTS).
5681 (annotate/index.html): Use same -I options as for building
5682 annotate.info.
5683
eac35c4e
DD
56842009-04-21 David Daney <ddaney@caviumnetworks.com>
5685
5686 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5687
29b0e8a2
JM
56882009-04-21 Joseph Myers <joseph@codesourcery.com>
5689
5690 * gdb.texinfo (Source Path): Document --with-relocated-sources.
5691
2b831889 56922009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 5693 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
5694
5695 * Makefile.in (MAKEHTML): Set to makeinfo --html.
5696 (MAKEHTMLFLAGS): Set to empty.
5697 (html__strip_dir): Define.
5698 (HTMLFILES): Define.
5699 (HTMLFILES_INSTALL): Define.
5700 (install-html): Copy new automake rule.
5701 (html): Depend on $(HTMLFILES).
5702 (gdb_toc.html): Rename to gdb/index.html.
5703 (gdbint_toc.html): Rename to gdbint/index.html.
5704 (stabs_toc.html): Rename to stabs/index.html.
5705 (annotate_toc.html): Rename to annotate/index.html.
5706
89a34d1b
JM
57072009-04-17 Carlos O'Donell <carlos@codesourcery.com>
5708
5709 * Makefile.in: Set pdfdir and htmldir from configure
5710 substitutions.
5711 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5712 * configure: Regenerate.
5713
a2d5da46
JB
57142009-04-16 Joel Brobecker <brobecker@adacore.com>
5715
5716 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5717 This macro is no longer used.
5718
732f6a93
TT
57192009-04-15 Tom Tromey <tromey@redhat.com>
5720
5721 * gdb.texinfo (Character Sets): Document default character set.
5722
87f9adc1
PM
57232009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
5724
5725 * gdbint.texinfo: Change server name from sources.redhat.com to
5726 sourceware.org throughout.
5727
2c88c651
JB
57282009-04-09 Joel Brobecker <brobecker@adacore.com>
5729
5730 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5731 about a missing dot or coma after @xref.
5732
4f5376b2
JB
57332009-04-02 Joel Brobecker <brobecker@adacore.com>
5734
5735 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5736 example, and add a small explanation about it.
5737 (Print Settings): Change the documentation of the "set print
5738 frame-arguments" to reflect the fact that the default is now "scalars".
5739
a0381d3a
JB
57402009-04-02 Joel Brobecker <brobecker@adacore.com>
5741
5742 * gdb.texinfo (Print Settings): Add kindex for command "set
5743 print frame-arguments".
5744
45ac276d
JB
57452009-03-31 Joel Brobecker <brobecker@adacore.com>
5746
5747 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5748 breakpoints.
5749 (Set Breaks): Add reference to thread-specific and task-specific
5750 breakpoints.
5751
32cd1edc
JB
57522009-03-31 Joel Brobecker <brobecker@adacore.com>
5753
5754 * gdb.texinfo (Ada Tasks): Remove the documentation about
5755 the "Running" state, as this state has been eliminated.
5756 Now all runnable tasks are shown as "Runnable".
5757
1042e4c0
SS
57582009-03-30 Stan Shebs <stan@codesourcery.com>
5759
5760 * gdb.texinfo (Tracepoints): Describe tracepoints as a
5761 special case of breakpoints.
5762 (Enable and Disable Tracepoints): Mention deprecation.
5763 (Listing Tracepoints): Update description and example.
5764
f8f6f20b
TJB
57652009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5766
5767 * gdb.texinfo (Frames in Python): New node.
5768 (Python API): Update.
5769
c0c6f777
TJB
57702009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
5771
5772 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5773 from a method to an attribute.
5774
def2b000
TJB
57752009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
5776
5777 * gdb.texinfo (Values From Inferior): Document is_optimized_out
5778 attribute.
5779
a07daef3
PA
57802009-03-25 Pedro Alves <pedro@codesourcery.com>
5781
5782 * observer.texi (thread_exit): Add "silent" parameter.
5783
f3b1572e
PA
57842009-03-22 Pedro Alves <pedro@codesourcery.com>
5785
5786 * observer.texi (about_to_proceed): New.
5787
587afa38
EZ
57882009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
5789
5790 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5791 field throughout to handle types with spaces in them. Fix typos
5792 found by aspell.
5793 (Summary, Requirements, Contributors): New first chapter,
5794 "Summary" added, old Requirements section moved there, and new
5795 section, "Contributors" added.
5796 (Initializing a New Architecture, Register Representation)
5797 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5798 (Porting gdb): These sections extended and updated.
5799 (Compiler Characteristics): This section (empty) deleted.
5800 (Defining Other Architecture Features): This section renamed and
5801 duplicate material removed from (formerly "Target Conditionals").
5802 Use braces {} in @deftypeXX type field throughout to handle types
5803 with spaces in them. Typos found by aspell fixed.
5804
5805 * stack_frame.svg: New file, source of image for gdbint.texinfo.
5806 * stack_frame.pdf: Version of image for PDF output.
5807 * stack_frame.png: Version of image for HTML output and for Emacs.
5808 * stack_frame.txt: Version of image for Info output.
1db61298 5809 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 5810
10af6951
EZ
58112009-03-21 Eli Zaretskii <eliz@gnu.org>
5812
5813 * gdb.texinfo (Character Sets): Fix last change.
5814
cc924cad
TJB
58152009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
5816
5817 * gdb.texinfo (Values From Inferior): Fix optional arguments
5818 markup.
5819 (Commands In Python): Adjust argument names of gdb.Command.__init__
5820 to what the function accepts as keywords.
5821
bc3b79fd
TJB
58222008-03-20 Tom Tromey <tromey@redhat.com>
5823
5824 * gdb.texinfo (Convenience Vars): Document convenience functions.
5825 (Functions In Python): New node.
5826 (Python API): Update.
5827
6c7a06a3
TT
58282009-03-20 Tom Tromey <tromey@redhat.com>
5829
5830 * gdb.texinfo (Character Sets): Remove obsolete text. Document
5831 set target-wide-charset.
5832 (Requirements): Mention iconv.
5833
b646ddd4
HZ
58342009-03-17 Hui Zhu <teawater@gmail.com>
5835
5836 * gdb.texinfo: Change the introduce of "disassemble-next-line".
5837
91440f57
HZ
58382009-03-17 Hui Zhu <teawater@gmail.com>
5839
5840 * gdb.texinfo: Add documentation for disassemble-next-line.
5841
8fd41227
TJB
58422009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5843
5844 * gdb.texinfo (Commands In Python): Remove tindex entries.
5845
61ff14c6
JK
58462009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5847
5848 * gdb.texinfo (Returning): New description for missing debug info.
5849
0b16c5cf
PA
58502009-03-14 Pedro Alves <pedro@codesourcery.com>
5851
5852 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 5853 (General Query Packets): Document qAttached.
0b16c5cf 5854
32fc0df9
PA
58552009-03-05 Pedro Alves <pedro@codesourcery.com>
5856
5857 * gdb.texinfo (Background Execution): Better describe the set
5858 target-async command.
5859 (Maintenance Commands): Delete description of the `maint set/show
5860 linux-async' and `maint set/show remote-async' commands.
5861
134eb42c
VP
58622009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5863
5864 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5865 between sentences.
5866
c86cf029
VP
58672009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5868
5869 * gdb.texinfo (GDB/MI Async Records): Document the
5870 =library-loaded and =library-unloaded notifications.
5871
3ea85240
VP
58722009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5873
5874 * observer.texi (test_notification): New observer.
5875
1d33d6ba
VP
58762009-02-14 Vladimir Prus <vladimir@codesourcery.com>
5877
61ff14c6
JK
5878 * observer.texi: Add parameter 'print_frame' to normal_stop
5879 observer.
1d33d6ba 5880
d721c933
EZ
58812009-02-07 Eli Zaretskii <eliz@gnu.org>
5882
5883 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5884 (Commands In Python): Fix COMMAND_* constants in last change. Use
5885 @kbd for interactive input. Add cross-references and index
5886 entries.
5887
4aa995e1
PA
58882009-02-06 Pedro Alves <pedro@codesourcery.com>
5889
5890 * gdb.texinfo (Signals): Document $_siginfo.
5891 (Convenience Variables): Mention $_siginfo.
5892 (Remote Configuration): Document qXfer:siginfo:read,
5893 qXfer:siginfo:write packets, and the read-siginfo-object,
5894 write-siginfo-object commands.
5895
5f5233d4
PA
58962009-02-06 Pedro Alves <pedro@codesourcery.com>
5897
5898 * gdbint.texinfo (Values): New chapter.
5899
d8906c6f
TJB
59002009-02-06 Tom Tromey <tromey@redhat.com>
5901
5902 * gdb.texinfo (Python API): Add entry for Commands In Python.
5903 (Commands In Python): New node.
5904
b6cb8e7d
TJB
59052009-02-05 Tom Tromey <tromey@redhat.com>
5906
5907 * gdb.texinfo (Values From Inferior): Document Value.string.
5908
12453b93
TJB
59092009-02-05 Tom Tromey <tromey@redhat.com>
5910
5911 * gdb.texinfo (Basic Python): Document execute's from_tty
5912 argument.
5913
08c637de
TJB
59142009-02-04 Tom Tromey <tromey@redhat.com>
5915
5916 * gdb.texinfo (Basic Python): Document gdb.history.
5917
592375cd
VP
59182009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5919
5920 * gdb.texinfo (GDB/MI Thread Commands): Document the
5921 'current-thread-id' field. Remove the example with zero threads,
5922 since current GDB won't ever report that if there's inferior.
5923
41447f92
VP
59242009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5925
5926 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5927 option to -break-insert.
5928
098b41a6
JG
59292009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5930 Jerome Guitton <guitton@adacore.com>
5931
5932 * gdb.texinfo (Startup): Document --with-system-gdbinit.
5933 (System-wide configuration): New section.
5934
3c16cced
PA
59352009-01-26 Pedro Alves <pedro@codesourcery.com>
5936
5937 PR gdb/7580:
5938 * gdb.texinfo (Maintenance Commands): Document "maint set|show
5939 internal-error|internal-warning quit|corefile ask|yes|no".
5940
62709adf
PA
59412009-01-26 Pedro Alves <pedro@codesourcery.com>
5942
5943 * gdb.texinfo (Using the `gdbserver' Program): Document
5944 --remote-debug.
5945
7ce58dd2
DE
59462009-01-23 Doug Evans <dje@google.com>
5947
5948 * gdb.texinfo: Add nexti to list of commands that support
5949 background execution.
5950
adb483fe
DJ
59512009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
5952
5953 * gdb.texinfo (Define, Hooks): Document prefix command support.
5954
a67ec3f4 59552009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 5956 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
5957
5958 Fixes for makeinfo --html.
5959
5960 * annotate.texinfo: Use @copying and @insertcopying. Use
5961 @ifnottex in place of @ifinfo.
5962 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
5963 place of @ifinfo. Use @ifnotinfo for one index entry.
5964 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
5965 in place of @ifinfo.
5966 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
5967 in place of @ifinfo. Include contents at start unconditionally.
5968
84fcdf95
PA
59692009-01-13 Pedro Alves <pedro@codesourcery.com>
5970
5971 * gdb.texinfo (General Query Packets): Remove @var{} around the
5972 "spu" literal string.
5973
fa3a767f
PA
59742009-01-07 Pedro Alves <pedro@codesourcery.com>
5975
5976 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
5977 program may be running in another process" errors.
5978 * gdbint.texinfo (Native Conditionals): Delete
5979 ONE_PROCESS_WRITETEXT description.
5980
9cb011d3
JB
59812009-01-07 Joel Brobecker <brobecker@adacore.com>
5982
5983 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
5984 emacs local variable to be placed at the end of the ChangeLog.
5985 Add server.c and gdbreplay.c to the list of files where the
5986 copyright year needs to be updated.
5987
84603566
SL
59882009-01-06 Sandra Loosemore <sandra@codesourcery.com>
5989
5990 * gdb.texinfo (Remote Configuration): Document new
5991 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
5992 commands.
5993
a53f55d8
PA
59942008-12-28 Pedro Alves <pedro@codesourcery.com>
5995
5996 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
5997 FETCH_INFERIOR_REGISTERS.
5998 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
5999 FETCH_INFERIOR_REGISTERS descriptions. Remove
6000 gdbarch_get_longjmp_target descrition, since already described in
6001 Target Conditionals. Move gdbarch_fp0_regnum description to ...
6002 (Target Conditionals): ... here.
6003
077e0a52
JB
60042008-12-16 Joel Brobecker <brobecker@adacore.com>
6005
6006 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
6007 examples.
6008 (Additions to Ada): Likewise. Add the missing opening and closing
6009 parenthesis of the GDB prompt in one of the examples.
6010
023eb17c
JB
60112008-12-14 Joel Brobecker <brobecker@adacore.com>
6012
6013 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
6014 about the result of 'Address not being of type System.Address.
6015 This problem has been fixed a while ago.
6016
c3b108f7
VP
60172008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6018
6019 MI non-stop and multiprocess docs.
6020
c8d5aac9
L
6021 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
6022 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
6023 Adjust documentation for *stopped, document =thread-created,
6024 =thread-exited, =thread-group-created and =thread-group-exited.
6025 (GDB/MI Thread Commands): Document the 'state' field in
6026 -thread-info output.
6027 (GDB/MI Program Execution): Mention --all and --thread-group
6028 options.
6029 (GDB/MI Variable Objects): Describe floating and fixed variable
6030 objects.
6031 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 6032
07e059b5
VP
60332008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6034
c8d5aac9
L
6035 * gdb.texinfo (Operating System Information): New appendix.
6036 (Operating System Auxiliary Information): Document 'info os processes'
6037 (Remote Configuration): Document 'osdata'
6038 (General Query Packets): Document qXfer:osdata:read.
07e059b5 6039
a80b95ba
TG
60402008-11-27 Tristan Gingold <gingold@adacore.com>
6041
6042 * gdb.texinfo (Darwin): Document Darwin specific features.
6043
a655d424
JK
60442008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6045
6046 * gdbint.texinfo (Target Conditionals): Extend the
6047 gdbarch_breakpoint_from_pc description.
6048
249e1128
VP
60492008-11-22 Vladimir Prus <vladimir@codesourcery.com>
6050
6051 * gdb.texinfo (M68K Features): Fix typo.
6052
c14c28ba
PP
60532008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6054
6055 * gdb.texinfo (Symbols): Mention printing containing
6056 image name in "info symbol".
6057 (Maint translate-address): Likewise.
889bf7c5 6058
394a6666
JB
60592008-11-18 Joel Brobecker <brobecker@adacore.com>
6060
6061 * gdb.texinfo (Set Catchpoints): Remove the documentation of
6062 commands "catch load" and "catch unload".
6063
66bb093b
VP
60642008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6065
6066 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 6067 =thread-selected.
889bf7c5 6068
4a92f99b
VP
60692008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6070
c8d5aac9 6071 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 6072
f0323ca0
PA
60732008-10-27 Pedro Alves <pedro@codesourcery.com>
6074
6075 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
6076 .mt files, TM_CLIBS or TM_CDEPS.
6077 (x86 Watchpoints): Don't mention TDEPFILES.
6078
8b23ecc4
SL
60792008-10-24 Sandra Loosemore <sandra@codesourcery.com>
6080
6081 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
6082 (Overview): Mention notifications and non-stop mode behavior.
6083 (Packets): Update documentation of ?, vAttach, vCont, and vRun
6084 with non-stop mode behavior. Add vStopped description.
6085 (Stop Reply Packets): Update list of packets that return
6086 stop replies. Mention non-stop behavior.
6087 (General Query Packets): Document QNonStop packet and associated
6088 qSupported query response.
6089 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
6090 behavior.
6091 (Notification Packets): New section.
6092 (Remote Non-Stop): New section.
6093 (File-I/O Overview): Mention non-stop behavior.
6094
fff08868
HZ
60952008-10-24 Hui Zhu <teawater@gmail.com>
6096 Pedro Alves <pedro@codesourcery.com>
6097
6098 * gdb.texinfo (displaced-stepping): Describe the auto mode
6099 setting, and say it's the default. This is now a mainstream
6100 setting instead of a maintenance setting.
6101
252fbfc8
PA
61022008-10-23 Pedro Alves <pedro@codesourcery.com>
6103
6104 * observer.texi (thread_stop_requested): New.
6105
20924a55
JB
61062008-10-22 Joel Brobecker <brobecker@adacore.com>
6107
6108 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
6109 (Patching): Replace incorrect usage of @samp by @kbd.
6110
bacec72f
MS
61112008-10-17 Michael Snyder <msnyder@vmware.com>
6112
6113 * gdb.texinfo: Add documentation for reverse execution.
6114
a08702d6 61152008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 6116 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
6117
6118 * gdb.texinfo. (Values From Inferior): New subsubsection.
6119
d97bc12b
DE
61202008-10-06 Doug Evans <dje@google.com>
6121
6122 * gdb.texinfo (set debug dwarf2-die): Document it.
6123
87f67dba
JB
61242008-10-01 Joel Brobecker <brobecker@adacore.com>
6125
6126 * gdb.texinfo (catch) [exception]: Document how to insert
6127 a breakpoint on user-defined exceptions when the exception
6128 name is identical to one of the language-defined ones.
6129
2fae03e8
TT
61302008-09-27 Tom Tromey <tromey@redhat.com>
6131
6132 * gdb.texinfo (Macros): Remove text about stringification,
6133 varargs, and splicing.
6134
5c6ce71d
TT
61352008-09-27 Tom Tromey <tromey@redhat.com>
6136
6137 * gdbint.texinfo (Language Support): Remove text about omitting
6138 support for a language.
6139
07128da0
DE
61402008-09-23 Doug Evans <dje@google.com>
6141
6142 * gdb.texinfo (info dcache): Update.
6143
b90a069a
SL
61442008-09-22 Sandra Loosemore <sandra@codesourcery.com>
6145
6146 * gdb.texinfo (Packets): Add info on thread-id syntax and
6147 multiprocess extensions.
6148 <D>: Document multiprocess form of packet.
6149 <H>: Use thread-id syntax.
6150 <T>: Likewise.
6151 <vCont>: Likewise. Note this is required for multiprocess.
6152 <vKill>: New packet.
6153 (Stop Reply Packets) <T>: Use thread-id syntax.
6154 <W>: Document multiprocess form of reply.
6155 <X>: Likewise.
6156 (General Query Packets) <qC>: Use thread-id syntax.
6157 <qfThreadInfo>: Likewise.
6158 <qGetTLSAddr>: Likewise.
6159 <qP>: Likewise.
6160 <qSupported>: Add "multiprocess" feature.
6161 <qThreadExtraInfo>: Use thread-id syntax.
6162
b77209e0
PA
61632008-09-22 Stan Shebs <stan@codesourcery.com>
6164
6165 * gdb.texinfo (Inferiors): New section.
6166
3d0bb823
PA
61672008-09-12 Pedro Alves <pedro@codesourcery.com>
6168
6169 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
6170
f8dcfc0a
UW
61712008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
6172
6173 * gdbint.texinfo (Target Conditionals): Remove documentation
6174 for gdbarch_name_of_malloc.
6175
8775bb90
MS
61762008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
6177
6178 * gdb.texinfo (Interrupts): Mention TCP interface for
6179 sending BREAK.
6180
f1838a98
UW
61812008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
6182
6183 * gdb.texinfo (Commands to Specify Files): Document "remote:"
6184 argument prefix to "set sysroot".
6185
158c7665
PH
61862008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
6187
6188 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
6189 and False.
6190
30e026bb
VP
61912008-08-20 Vladimir Prus <vladimir@codesourcery.com>
6192
c8d5aac9
L
6193 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
6194 for possible features of -list-features.
30e026bb 6195
c6ebd6cf
VP
61962008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6197
c8d5aac9 6198 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
6199 (GDB/MI Miscellaneous Commands): Document -list-target-features.
6200
aeac0ff9
VP
62012008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6202
6203 * doc/gdb.texinfo (PowerPC): Fix typo.
6204 (PowerPC features): Fix typo.
6205
5231c1fd
PA
62062008-08-18 Pedro Alves <pedro@codesourcery.com>
6207
6208 * observer.texi (thread_ptid_changed): New.
6209
677c5bb1
LM
62102008-08-18 Luis Machado <luisgpm@br.ibm.com>
6211
6212 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
6213 (PowerPC features): Mention feature set for VSX registers.
6214
f3a2dd1a
JB
62152008-08-13 Joel Brobecker <brobecker@adacore.com>
6216
6217 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
6218 the direct visibility of all names in user-written packages.
6219
33e5cbd6
PA
62202008-08-13 Pedro Alves <pedro@codesourcery.com>
6221
6222 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
6223 setting, and make it the default.
6224 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
6225 non-stop script example.
6226
d0384fc4
TJB
62272008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
6228
6229 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
6230 reference to the "Using Different Register and Memory Data
6231 Representation" section.
6232
a6f3e723
SL
62332008-08-12 Sandra Loosemore <sandra@codesourcery.com>
6234
6235 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
6236 (Remote Protocol): Add Packet Acknowledgment to menu.
6237 (Overview): Mention +/- can be disabled, and point to new section
6238 where this is discussed in detail.
6239 (General Query Packets): Document QStartNoAckMode packet, and
6240 corresponding qSupported reply.
6241 (Packet Acknowledgment): New section.
6242
0606b73b
SL
62432008-08-11 Sandra Loosemore <sandra@codesourcery.com>
6244 Pedro Alves <pedro@codesourcery.com>
6245
6246 * gdb.texinfo (Threads): Move paragraph about automatic thread
6247 selection to All-Stop Mode subsection.
6248 (Thread Stops): Reorganize existing material into subsections.
6249 Add introductory blurb and menu.
6250 (Non-Stop Mode): New subsection.
6251 (Background Execution): New subsection.
6252 (Maintenance Commands): Add cross-references from async mode
6253 commands to the new Background Execution section.
6254
d57a3c85
TJB
62552008-08-06 Tom Tromey <tromey@redhat.com>
6256
6257 * gdb.texinfo (Extending GDB): New chapter.
6258 (Sequences): Demoted chapter, now a section under the new
6259 Extending GDB chapter.
6260 (Python): New section.
6261
6d76a53d
SS
62622008-07-31 Stan Shebs <stan@codesourcery.com>
6263
6264 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
6265
1f70da6a
SS
62662008-07-29 Stan Shebs <stan@codesourcery.com>
6267
6268 * gdbint.texinfo: General round of cleanup and minor
6269 clarifications.
6270 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
6271 (Longjmp Support): Update description to reflect how it is done
6272 for targets without using native header.
6273 (Symbol Handling): Add a little more general explanation.
6274 (COFF, ELF): Mention stabs encapsulation.
6275 (DWARF 3): New section.
6276 (Adding a New Host): Scrub out some obsolete bits.
6277 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
6278 (Host Conditionals): Remove descriptions of NO_STD_REGS,
6279 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
6280 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
6281 SEEK_SET, STOP_SIGNAL, USG.
6282 (Raw and Virtual Register Representations): Ditto for
6283 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
6284 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
6285 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
6286 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
6287 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
6288 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
6289 DEPRECATED_REGISTER_VIRTUAL_SIZE,
6290 DEPRECATED_REGISTER_VIRTUAL_TYPE,
6291 DEPRECATED_USE_STRUCT_CONVENTION.
6292 Describe gdbarch_deprecated_fp_regnum.
6293 Update description of gdbarch_print_insn.
6294 (Adding a New Target): Scrub out obsolete bits.
6295 (Obsolete Conditionals): Remove entire section.
6296
383f836e
TT
62972008-07-25 Tom Tromey <tromey@redhat.com>
6298
6299 * observer.texi (GDB Observers): Document new observers:
6300 breakpoint_created, breakpoint_deleted, breakpoint_modified,
6301 tracepoint_created, tracepoint_deleted, tracepoint_modified,
6302 architecture_changed.
6303
cfd8ab24
SS
63042008-07-21 Stan Shebs <stan@codesourcery.com>
6305
6306 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
6307 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
6308
781b42b0
TT
63092008-07-21 Tom Tromey <tromey@redhat.com>
6310
6311 * observer.texi (GDB Observers): Remove obsolete comment.
6312 <executable_changed>: Remove argument.
6313
d7d9f01e
TT
63142008-07-18 Tom Tromey <tromey@redhat.com>
6315
6316 * gdb.texinfo (Macros): Update. Use @code rather than @command.
6317
bf250677
DE
63182008-07-10 Doug Evans <dje@google.com>
6319
6320 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
6321
10568435
JK
63222008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6323
6324 * gdb.texinfo (Starting): Document "set disable-randomization".
6325
5ae4183a
AS
63262008-07-07 Andreas Schwab <schwab@suse.de>
6327
6328 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
6329
b56e7235
VP
63302008-07-06 Vladimir Prus <vladimir@codesourcery.com>
6331
6332 * gdb.texinfo (GDB/MI Target Manipulation): Add
6333 example of -target-attach.
6334
e1ac3328
VP
63352008-06-10 Vladimir Prus <vladimir@codesourcery.com>
6336
6337 * observer.texi (target_resumed): New observer.
5ae4183a 6338 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 6339
65d12d83
TT
63402008-06-06 Tom Tromey <tromey@redhat.com>
6341
6342 * gdb.texinfo (Completion): Add field name example.
6343
fbc5282e
MK
63442008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
6345
6346 * gdb.texinfo (GDB/MI Program Context): Added example
6347 to -exec-arguments
5ae4183a 6348
fbc5282e 63492008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
6350
6351 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
6352 annotation.
6353
c16158bc 63542008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
6355 Nathan Sidwell <nathan@codesourcery.com>
6356 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
6357
6358 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
6359 and ACX_BUGURL.
6360 * configure: Regenerate.
6361 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
6362 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
6363 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
6364 mailing-list-specific text about bug reporting unless
6365 BUGURL_DEFAULT.
6366
75c99385
PA
63672008-06-05 Pedro Alves <pedro@codesourcery.com>
6368
6369 * gdb.texinfo (-target-select): Remove reference to target async.
6370 (Maintenance Commands): Document "maint set/show remote-async".
6371
1763a388
MK
63722008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
6373
6374 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
6375 in -target-file-get section.
5ae4183a 6376
d0d064df
PA
63772008-05-22 Pedro Alves <pedro@codesourcery.com>
6378
9b562ab8
PA
6379 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
6380 killing the inferior when it is already debugging a process.
d0d064df 6381
8dfa32fc
JB
63822008-05-21 Joel Brobecker <brobecker@adacore.com>
6383
6384 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
6385 abbreviation for "finish".
6386
55f996a7
NR
63872008-05-21 Nick Roberts <nickrob@snap.net.nz>
6388
6389 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
6390
ba2b1c56
DJ
63912008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
6392
6393 * gdbint.texinfo (Target Conditionals): Delete entry for
6394 gdbarch_dwarf_reg_to_regnum.
6395
08388c79
DE
63962008-05-09 Doug Evans <dje@google.com>
6397
a3c83fae 6398 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 6399
d14508fe
DE
64002008-05-05 Doug Evans <dje@google.com>
6401
6402 * gdb.texinfo (disassemble): Document /m modifier.
6403
e2b7ddea
VP
64042008-05-05 Vladimir Prus <vladimir@codesourcery.com>
6405
5ae4183a
AS
6406 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
6407 will not report the time of commands that run the target.
e2b7ddea 6408
8eb41542
VP
64092008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6410
6411 * gdb.texinfo (GDB/MI Output Records): Add
6412 missing semicolon.
6413
82f68b1c
VP
64142008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6415
6416 * gdb.texinfo (GDB/MI Output Records):
6417 Document =thread-create and =thread-exited.
6418
fa0f268d
VP
64192008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6420
6421 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 6422 Remove mention of dmi-discuss.
fa0f268d 6423
063bfe2e
VP
64242008-05-03 Pedro Alves <pedro@codesourcery.com>
6425
6426 * observer.texi (thread_exit): New.
6427
237fc4c9
PA
64282008-05-02 Pedro Alves <pedro@codesourcery.com>
6429
6430 * gdb.texinfo (Debugging Output): Document "set/show debug
6431 displaced".
6432 (Maintenance Commands): Document "maint set/show
6433 can-use-displaced-stepping".
6434
0428b8f5
DJ
64352008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
6436
6437 * gdb.texinfo (ARM): Document set/show arm fallback-mode
6438 and set/show arm force-mode.
6439
5009afc5
AS
64402008-05-02 Andreas Schwab <schwab@suse.de>
6441
6442 * gdbint.texinfo (Algorithms): Describe
6443 target_watchpoint_addr_within_range.
6444
669fac23
DJ
64452008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
6446
6447 * gdbint.texinfo (Stack Frames): New chapter.
6448 (Algorithms): Move Frames text to the new chapter.
6449 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
6450 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
6451
721c02de
VP
64522008-04-24 Vladimir Prus <vladimir@codesourcery.com>
6453
5ae4183a
AS
6454 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
6455 output does not necessary include any tokens.
721c02de 6456
c055b101
CV
64572008-04-22 Corinna Vinschen <vinschen@redhat.com>
6458
6459 * gdb.texinfo (Set SH Calling convention): New @item.
6460 (Show SH Calling convention): Ditto.
6461
68837c9d
MD
64622008-04-22 Markus Deuling <deuling@de.ibm.com>
6463
6464 * gdb.texinfo (Fortran Operators): Describe '%' operator.
6465
2e9132cc
EZ
64662008-04-20 Eli Zaretskii <eliz@gnu.org>
6467
6468 * gdb.texinfo (Set Breaks): Mention that multiple location
6469 breakpoints need line number info. Add index entries.
6470
31fffb02
CS
64712008-04-19 Craig Silverstein <csilvers@google.com>
6472
6473 * gdb.texinfo (Requirements): Add an optional requirement on
6474 zlib.
6475 * gdbint.texinfo (Debugging File Formats): Add new subsection for
6476 Compressed DWARF 2.
6477
a47ec5fe
AR
64782008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
6479
6480 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
6481 sample output for 'stopped,reason="breakpoint-hit"' message.
6482 (GDB/MI Program Execution): Likewise.
6483
de051565
MK
64842008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
6485
5ae4183a 6486 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
6487 -var-set-format. Add -f option to -var-evaluate-expression.
6488
6ba66d6a
JB
64892008-04-03 Joel Brobecker <brobecker@adacore.com>
6490
6491 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
6492 new node "Ambiguous Expressions". Replace references to this
6493 node by references to "Ambiguous Expressions" throughout.
6494 (Ambiguous Expressions): New node.
6495
1e26b4f8
DJ
64962008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
6497
6498 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
6499
b84876c2
PA
65002008-03-21 Pedro Alves <pedro@codesourcery.com>
6501
6502 * gdb.texinfo (Debugging Output): Document
6503 "set/show debug lin-lwp-async".
6504 (Maintenance Commands): Document "maint set/show linux-async".
6505
63092375
DJ
65062008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
6507
6508 * gdb.texinfo (Expressions): Update description of malloced arrays.
6509
8e8901c5
VP
65102008-03-15 Vladimir Prus <vladimir@codesourcery.com>
6511
6512 * gdb.texinfo (Thread Commands): Document
6513 -thread-info. Remove -thread-list-all-threads.
6514
1fddbabb
PA
65152008-03-14 Pedro Alves <pedro@codesourcery.com>
6516 Sandra Loosemore <sandra@codesourcery.com>
6517
6518 * gdb.texinfo (Library List Format): Update to mention the
6519 possibility to pass section addresses instead of segment
6520 addresses.
6521
ccd213ac
DJ
65222008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
6523
6524 * gdb.texinfo (Starting): Document "set exec-wrapper".
6525 (Server): Document gdbserver --wrapper.
6526
fa4727a6
DJ
65272008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
6528
6529 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
6530 unreadable memory. Delete obsolete SPARClite reference.
6531
8edfe269
DJ
65322008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6533
6534 * gdb.texinfo (Starting): Mention always-running targets.
6535 (Target Commands): Add an anchor for load.
6536 (Connecting): Explain continue instead of run.
6537
1843f87b
DJ
65382008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6539
6540 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
6541
f9082629
NR
65422008-02-26 Nick Roberts <nickrob@snap.net.nz>
6543
6544 * gdb.texinfo (Set Breaks): Revert description of Enb column of
6545 breakpoint table.
6546
fd96d250
PA
65472008-02-19 Pedro Alves <pedro@codesourcery.com>
6548
6549 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6550 killing the inferior when it is already debugging a process.
6551
36af4ef6
MD
65522008-02-13 Markus Deuling <deuling@de.ibm.com>
6553
6554 * gdbint.texinfo (Build Script): New section. Mention new build script
6555 gdb_buildall.sh.
6556
cda4ce5a
JB
65572008-02-01 Jim Blandy <jimb@red-bean.com>
6558
6559 * gdb.texinfo (Help): Summarize 'info args' correctly.
6560
4acd40f3
TJB
65612008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6562
6563 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6564 available in PowerPC architecture.
6565 (Embedded Processors): Change node name of PowerPC item in menu.
6566 (PowerPC): Rename to...
6567 (PowerPC Embedded): this.
6568 (Architectures): Add new PowerPC item in menu.
6569 (PowerPC): New node.
6570
6e6c6f50
DJ
65712008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6572
6573 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6574 commands.
6575
5ee187d7
DJ
65762008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6577
6578 * gdb.texinfo (Setting Catchpoints): Mention features
6579 supported on GNU/Linux.
6580
e275c0d9
NR
65812008-01-30 Nick Roberts <nickrob@snap.net.nz>
6582
6583 * gdb.texinfo (GDB/MI File Commands): Describe new output
6584 field for MI command -file-list-exec-source-file.
6585
2d717e4f
DJ
65862008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6587
6588 * gdb.texinfo (Using the `gdbserver' Program): Add security
6589 warning. Rearrange into subsections and subsubsections. Document
6590 --multi and --debug. Correct --with-sysroot typo. Update --attach
6591 usage. Make load reference clearer. Document monitor exit.
6592 (Remote Configuration): Document set remote exec-file, attach-packet,
6593 and run-packet.
6594 (Packets): Document vAttach and vRun.
6595
d35a4257 65962008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
6597
6598 * gdb.texinfo (Processes): Mention process command.
889bf7c5 6599 detach-on-follow -> detach-on-fork.
f663676d 6600
c78d192c
DJ
66012008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6602
6603 * gdbint.texinfo (Native Conditionals): Remove
6604 SHELL_COMMAND_CONCAT and SHELL_FILE.
6605
d35a4257
EZ
66062008-01-26 Eli Zaretskii <eliz@gnu.org>
6607
6608 * gdb.texinfo (Specify Location): Improve wording.
6609
93815fbf
VP
66102008-01-23 Chris Demetriou <cgd@google.com>
6611
6612 * gdb.texinfo (Threads): Document new "set print thread-events"
6613 and "show print thread-events" commands.
6614
2a25a5ba
EZ
66152008-01-19 Eli Zaretskii <eliz@gnu.org>
6616
6617 * gdb.texinfo (Specify Location): New section.
6618 (Delete Breaks, Edit, Set Breaks): Remove description of
6619 locations. Instead, add a reference to "Specify Location".
6620 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6621 (Symbols): Refer to "Specify Location" for the valid forms of
6622 linespecs and locations.
6623
32c9a795
MD
66242008-01-18 Markus Deuling <deuling@de.ibm.com>
6625
6626 * gdbint.texinfo (Target Conditionals): Replace the description of
6627 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6628
b17828ca
JB
66292008-01-12 Paul Hilfinger <hilfinger@adacore.com>
6630
6631 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6632 about &&var, which is rejected by the expression parser.
6633
0aea4bf3
LM
66342008-01-09 Luis Machado <luisgpm@br.ibm.com>
6635
6636 * gdb.texinfo (Output): Update documentation on using printf with DFP
6637 types.
6638
febe4383
TJB
66392008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
6640
6641 * gdb.texinfo (C and C++): Add Decimal Floating Point format
6642 subsubsection.
6643 (Decimal Floating Point format): New subsubsection.
6644
7a404eba
PA
66452008-01-05 Pedro Alves <pedro@codesourcery.com>
6646
6647 * gdb.texinfo (File Options): Remove mention of the attempt to
6648 open a core file with the -p option. Don't list -c as a valid
6649 option to attach to a process.
6650
a4d9b460
PA
66512008-01-05 Pedro Alves <pedro@codesourcery.com>
6652
6653 * gdbint.texinfo (Host Conditionals): Remove mention of
6654 ALIGN_STACK_ON_ENTRY.
6655
6ec2edbe
JB
66562008-01-05 Joel Brobecker <brobecker@adacore.com>
6657
6658 * gdbint.texinfo (Start of New Year Procedure): Add item
6659 describing how to update the source and documentation copyright
6660 notices.
6661
d8b2a693
JB
66622007-12-18 Jim Blandy <jimb@codesourcery.com>
6663
ab209b3a 6664 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
6665 watchpoint explanation into the main description of the watchpoint
6666 command; update synopses of 'watch', 'rwatch', and 'awatch'
6667 commands.
6668
8b4ed427
VP
66692007-12-18 Vladimir Prus <vladimir@codesourcery.com>
6670
6671 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6672 Document 'pending-breakpoints' feature of
6673 -list-features.
6674
37e4754d
LM
66752007-12-17 Luis Machado <luisgpm@br.ibm.com>
6676
669fac23 6677 * gdb.texinfo: Add new parameter's description.
37e4754d 6678
1d3811f6
DJ
66792007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
6680
6681 * gdb.texinfo (Overview): Clarify run-length encoding
6682 example. Remove the restriction on "+" and "-" characters.
6683
c1c25a1a
EZ
66842007-12-15 Eli Zaretskii <eliz@gnu.org>
6685
6686 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6687
afe8ab22 66882007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 6689
afe8ab22
VP
6690 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6691 the -f option for -break-insert, remove -r option,
6692 and clarify specification of location.
6693
a6b151f1
DJ
66942007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
6695
6696 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6697 formatting.
6698 (Remote Debugging): Add File Transfer section.
6699 (Remote Configuration): Document Host I/O packets.
6700 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 6701 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
6702 (Packets): Add vFile.
6703
3b784c4f
EZ
67042007-11-17 Eli Zaretskii <eliz@gnu.org>
6705
6706 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6707 breakpoints with multiple locations.
6708 (Breakpoint Menus): Improve wording.
6709 (Output): Fix last change.
6710
a4ce5b0d
UW
67112007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
6712
6713 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6714
1b39d5c0
DE
67152007-11-15 Doug Evans <dje@google.com>
6716
6717 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6718
7a72d44c
VP
67192007-11-15 Vladimir Prus <vladimir@codesourcery.com>
6720
6721 * gdbint.texinfo (Native Conditionals): Remove
6722 mention of CLEAR_SOLIB.
5ae4183a 6723
6d1829bf 67242007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
6725
6726 * gdb.texinfo (Print Settings): Add documentation for "set/show
6727 print frame-arguments".
6728
1a619819
LM
67292007-11-05 Luis Machado <luisgpm@br.ibm.com>
6730
3b784c4f 6731 * gdb.texinfo (Output): Update printf command's description.
1a619819 6732
55eddb0f
DJ
67332007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
6734
6735 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6736 powerpc soft-float".
6737
9cceb671
DJ
67382007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6739
6740 * gdb.texinfo (Files): Correct formatting. Mention Expat
6741 requirement.
6742 (Requirements for Building GDB): Expand the list of Expat
6743 uses.
6744 (Library List Format, Memory Map Format): Mention Expat.
6745 (Target Descriptions): Update Expat wording.
6746
83acabca
DJ
67472007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6748
6749 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6750 Document that gdbarch_convert_register_p should return zero for no-op
6751 conversions.
6752
e35879db
UW
67532007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
6754
83acabca 6755 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
6756 of set_gdbarch_sofun_address_maybe_missing back to ...
6757 (Target Conditionals): ... here to fix build break.
6758
203c3895
UW
67592007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
6760
83acabca 6761 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
6762 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6763 (Compiler Characteristics): ... documentation of
6764 set_gdbarch_sofun_address_maybe_missing.
6765
11411de3
DJ
67662007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6767
6768 * gdbint.texinfo (Target Conditionals): Use
6769 frame_unwind_register_unsigned in examples instead of
6770 frame_unwind_unsigned_register.
6771
7cc46491
DJ
67722007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6773
6774 * gdb.texinfo (Predefined Target Types): Add int128
6775 and uint128.
6776 (Standard Target Features): Add PowerPC features.
6777
81adfced
DJ
67782007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6779
6780 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6781
c1874924
UW
67822007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6783
6784 * gdbint.texi (Target Conditionals): Remove documentation
6785 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6786 gdbarch_extract_return_value, and gdbarch_store_return_value.
6787
f6e56ab3
UW
67882007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6789
6790 * gdbint.texi (Target Conditionals): Remove documentation of
6791 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6792
56cf5405
KH
67932007-10-11 Kazu Hirata <kazu@codesourcery.com>
6794
6795 * gdb.texinfo: Mention that inaccessible-by-default is on by
6796 default.
6797
35156bae
DJ
67982007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
6799
6800 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6801
d983da9c
DJ
68022007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6803
6804 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6805 multi-threaded watchpoints.
6806 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6807 checked. Describe sticky notification. Expand description
6808 of steppable and continuable watchpoints.
6809 (Watchpoints and Threads): New subsection.
6810
fe6fbf8b
VP
68112007-09-28 Vladimir Prus <vladimir@codesourcery.com>
6812
6813 * gdb.texinfo (Setting Breakpoints): Revise
6814 documentation for pending breakpoints. Document
6815 breakpoints with multiple locations.
5ae4183a 6816
084344da
VP
68172007-09-19 Vladimir Prus <vladimir@codesourcery.com>
6818
6819 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6820 Document -list-features.
5ae4183a 6821
82160952
EZ
68222007-09-15 Eli Zaretskii <eliz@gnu.org>
6823
6824 * gdb.texinfo (Output): Spell out which features of C's printf are
6825 not supported by GDB's printf.
7e27a47a
EZ
6826 (Separate Debug Files): More accurate wording regarding build ID
6827 and a reference to the ld manual rather than the Fedora wiki.
82160952 6828
ea37ba09
DJ
68292007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6830 Jim Blandy <jimb@codesourcery.com>
6831
6832 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
6833 (Examining Memory): Update mentions of the 's' format.
6834 (Automatic Display): Likewise.
6835
b8533aec
DJ
68362007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
6837
6838 * gdb.texinfo: Update the FSF's Back-Cover Text.
6839
83f83d7f
JK
68402007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6841 Eli Zaretskii <eliz@gnu.org>
6842
6843 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6844 Fixed the ``build ID'' name. New binaries build instructions for the
6845 build ID inclusion. Explain how the commands are specific to the build
6846 ID vs. debug link.
6847
c7e83d54
EZ
68482007-09-01 Eli Zaretskii <eliz@gnu.org>
6849
6850 * gdb.texinfo (Separate Debug Files): Fix last change. Add
6851 indexing for ``build ID'' support.
6852
d3750b24
JK
68532007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6854
6855 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6856 Enlisted BUILD ID to the debug file searching example.
6857 Included a BUILD ID `.note.gnu.build-id' section description.
6858 Updated/added the debug files splitting instructions for OBJCOPY.
6859
02142340
VP
68602007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6861
6862 * gdb.texinfo (Variable Objects): Adjust docs
6863 for -var-info-expression and document
6864 -var-info-path-expression.
6865
d3bdde98
JB
68662007-08-20 Jim Blandy <jimb@codesourcery.com>
6867
3fb6a982
JB
6868 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6869 (title page): Include the dedication in the printed manual, as a
6870 separate page after the copyright notice.
5ae4183a 6871
d3bdde98
JB
6872 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6873 don't break a @var across a line.
6874
c80a96a8
MR
68752007-07-25 Maciej W. Rozycki <macro@mips.com>
6876
6877 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6878 for include files.
6879
5824a901
NR
68802007-07-12 Nick Roberts <nickrob@snap.net.nz>
6881
6882 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
6883 in annotate.texinfo.
6884 (Command History): Link to new node.
5824a901 6885
d52e7ea3
UW
68862007-07-05 Markus Deuling <deuling@de.ibm.com>
6887
6888 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6889
5fc14d0a
EZ
68902007-07-05 Eli Zaretskii <eliz@gnu.org>
6891
6892 * gdbint.texinfo (Target Conditionals): Fix last change.
6893
4a9bb1df
UW
68942007-07-03 Markus Deuling <deuling@de.ibm.com>
6895
6896 * gdb.texinfo: Replace following macros by their appropriate gdbarch
6897 routines:
6898 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6899 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6900 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6901 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6902 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6903 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6904 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6905 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6906 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6907 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6908 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6909 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6910 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6911 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6912 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6913 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6914 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6915 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6916 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6917 (SOFTWARE_SINGLE_STEP_P)
6918
6919 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6920 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6921
6922 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6923 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6924 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6925 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6926 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6927 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6928 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6929 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6930 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6931 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6932
6933 (Converting an existing Target Architecture to Multi-arch): Remove
6934 section.
6935
6936 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6937 (gdbarch_addr_bits_remove): Add code example.
6938
6939 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6940
cfa9d6d9
DJ
69412007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6942
6943 * gdb.texinfo (Remote Configuration): Document library-info-packet.
6944 Add other missing entries. Adjust the table size to fit.
6945 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
6946 stop reasons including the new "library" event.
6947 (General Query Packets): Adjust table widths for qSupported. Mention
6948 qXfer:libraries:read reply to qSupported and document the new packet.
6949 (Library List Format): New section.
6950
159fcc13
JK
69512007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6952
6953 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6954
f66d1690
MS
69552007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
6956
6957 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6958
67102876
NR
69592007-06-25 Nick Roberts <nickrob@snap.net.nz>
6960
6961 * gdbint.texinfo (Register and Memory Data): Break sections
6962 into nodes and add a menu.
6963
a4642986
MR
69642007-06-21 Maciej W. Rozycki <macro@mips.com>
6965
6966 * gdb.texinfo (Examining Memory): Document the new behaviour.
6967
e9c17194
VP
69682007-06-21 Vladimir Prus <vladimir@codesourcery.com>
6969
6970 * gdb.texinfo (Standard Target Features): Document
6971 m68k features.
6972
31d99776
DJ
69732007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6974
6975 * gdb.texinfo (General Query Packets): Document qOffsets changes.
6976
1780a0ed
DJ
69772007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6978
6979 * gdb.texinfo (Target Description Format): Add version attribute
6980 for <target>.
6981
822b6570
DJ
69822007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6983
6984 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
6985
f8b73d13
DJ
69862007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6987
6988 * gdb.texinfo (MIPS Features): New subsection.
6989
0e7f50da
UW
69902007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6991 Markus Deuling <deuling@de.ibm.com>
6992
6993 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
6994 and qXfer:spu:write packets and mention them under qSupported.
6995
23d964e7
UW
69962007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6997 Markus Deuling <deuling@de.ibm.com>
6998
6999 * gdb.texinfo (Architectures): Add new SPU section to document
7000 Cell Broadband Engine SPU architecture specific commands.
7001
9f708cb2
VP
70022007-06-09 Vladimir Prus <vladimir@codesourcery.com>
7003
7004 * gdb.texinfo (GDB/MI Variable Objects): Editorial
7005 comments.
7006
7579b5f8
NR
70072007-06-07 Nick Roberts <nickrob@snap.net.nz>
7008
7009 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
7010
bf06d120
JB
70112007-05-29 Jim Blandy <jimb@codesourcery.com>
7012
7013 * gdb.texinfo (Overview): Doc fix.
7014
23776285
MR
70152007-05-22 Maciej W. Rozycki <macro@mips.com>
7016
7017 * gdb.texinfo (Remote Configuration): Document "set/show
7018 remoteflow".
7019
1a69e1e4
DJ
70202007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
7021
bf06d120
JB
7022 * gdb.texinfo (MIPS): Remove documentation for set mips
7023 saved-gpreg-size, show mips saved-gpreg-size, and set mips
7024 stack-arg-size.
1a69e1e4 7025
46ba6afa 70262007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7027
46ba6afa
BW
7028 * all-cfg.texi (GDBTUI): New.
7029 * gdb.texinfo (Mode Options): Use GDBTUI variable.
7030 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
7031 (TUI Configuration): Edit to improve clarity and fix problems of
7032 both style and content.
5ae4183a 7033
06d3b283
UW
70342007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
7035
7036 * observer.texi (GDB Observers): New observer "new_objfile".
7037
179101d6
UW
70382007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
7039
7040 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
7041
25d5ea92
VP
70422007-04-14 Vladimir Prus <vladimir@codesourcery.com>
7043
7044 * gdb.texinfo (GDB/MI Variable Objects): Document
7045 frozen variables objects.
5ae4183a 7046
ea35711c
DJ
70472007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
7048
7049 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
7050 (Character Sets, Caching Data of Remote Targets): Likewise.
7051 (Targets): Delete Remote node. Move its text...
7052 (Debugging Remote Programs): ...to here. Delete description
7053 of the "remote" command.
7054 (Remote configuration): Delete description of "set remotedevice"
7055 and "show remotedevice".
7056 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
7057
db2e3e2e
BW
70582007-04-11 Bob Wilson <bob.wilson@acm.org>
7059
5ae4183a
AS
7060 * gdb.texinfo (Contributors, Continuing and Stepping)
7061 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
7062 (General Query Packets, File-I/O Remote Protocol Extension)
7063 (Protocol Basics, The F Reply Packet, Write)
7064 (Protocol-specific Representation of Datatypes, Memory Transfer):
7065 Fix hyphenation, punctuation and grammar problems.
7066 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
7067 'section' instead of 'subsection' in the text.
7068 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
7069 (i386): Remove period from section name.
db2e3e2e
BW
7070 (Installing GDB, Requirements, Running Configure, Separate Objdir)
7071 (Config Names, Configure Options): Use @file{configure}.
7072
8a3dae3e
DJ
70732007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
7074
7075 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
7076 and tab expansion.
7077
1a92f856
DJ
70782007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
7079
7080 * gdbint.texinfo (SOM): Correct location of the SOM reader.
7081
79a6e687 70822007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7083
79a6e687
BW
7084 * gdb.texinfo: Consistently capitalize all significant words in
7085 node names, chapter titles, section titles, and headings. Update
7086 cross references to match.
7087 (Starting and Stopping Trace Experiment): Make node name plural.
7088 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 7089
ad527d2e
PA
70902007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
7091
7092 * gdb.texinfo (WinCE): Delete obsolete subsection.
7093
7ce59000
DJ
70942007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7095
7096 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
7097 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
7098 references.
7099
8807d78b
DJ
71002007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7101
7102 * gdb.texinfo (Startup): Delete references to some alternate
7103 names for .gdbinit.
7104 (Thread): Remove LynxOS reference.
7105 (Tandem ST2000): Delete target-specific documentation.
7106 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
7107 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
7108 and GDB_OSABI_LYNXOS.
7109
5f402660
UW
71102007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
7111
7112 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
7113
bac718a6
UW
71142007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
7115
7116 * gdbint.texinfo (Target Conditionals): Remove mention of
7117 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
7118 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
7119
9453113a
DJ
71202007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
7121
7122 * Makefile.in: Add "pdfdir" installation
7123 directory, PDFTEX macro, support for "install-pdf" target,
7124 and rules for making a pdf version of refcard.texi.
7125 * refcard.tex: Specify paper size for PDF output.
7126
ae21e955 71272007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7128
ae21e955 7129 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 7130
3f94c067 71312007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7132
3f94c067
BW
7133 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
7134 (Source Path, Character Sets, Macros, Define)
7135 (GDB/MI Result Records, GDB/MI Simple Examples)
7136 (GDB/MI Program Execution, GDB/MI File Commands)
7137 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
7138 (Bug Reporting): Use @value{GCC}.
5ae4183a 7139
12c27660 71402007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7141
12c27660
BW
7142 * gdb.texinfo (Help): Fix formatting of examples.
7143 (Variables): Use @ifnotinfo instead of @iftex.
7144 (Non-debug DLL symbols): Use @ref instead of @pxref.
7145 (Sparclet File): Use @samp instead of quotes.
5ae4183a 7146
ce9341a1
BW
71472007-03-26 Bob Wilson <bob.wilson@acm.org>
7148
7149 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
7150
c8f4133a
BW
71512007-03-26 Bob Wilson <bob.wilson@acm.org>
7152
7153 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
7154 the order of the nodes.
7155 (C Operators, C Constants, Debugging C): Remove extra menus.
7156 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 7157
c8f4133a 71582007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
7159
7160 * gdb.texinfo (File Options): Add missing parenthesis.
7161 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
7162
c74d0ad8
DJ
71632007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7164
7165 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
7166
ff6f572f
DJ
71672007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7168
669fac23 7169 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
7170 case insensitivity.
7171 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
7172
994337c3
NR
71732007-02-18 Nick Roberts <nickrob@snap.net.nz>
7174
7175 * gdb.texinfo (Top): Put Appendix A after numbered sections.
7176 (Files): Add section name to argument list for pxref.
7177 (Non-debug DLL symbols): Don't use `see' for pxref.
7178 (Embedded Processors): Fix typo.
7179 (GDB/MI Breakpoint Commands): Execution commands generate
7180 *stopped not ^done.
7181
eb819d70
NR
71822007-02-13 Nick Roberts <nickrob@snap.net.nz>
7183
7184 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
7185 values for in_scope. Mention that only root variables can be
7186 updated.
7187 (GDB/MI Development and Front Ends): Explain new values may be
7188 added to existing fields.
7189
123dc839
DJ
71902007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7191
7192 * gdb.texinfo (-target-disconnect): Use @smallexample.
7193 (Requirements): Add anchor for Expat. Update description.
7194 (Target Descriptions): Mention Expat.
7195 (Target Description Format): Document new elements. Use
7196 @smallexample.
7197 (Predefined Target Types, Standard Target Features): New sections.
669fac23 7198 * gdbint.texinfo (Target Descriptions): New section.
123dc839 7199
108546a0
DJ
72002007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
7201
7202 * gdb.texinfo (Target Description Format): Add section on XInclude.
7203
95a98c01
NR
72042006-02-03 Nick Roberts <nickrob@snap.net.nz>
7205
7206 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
7207 command -enable-timings.
7208
f4b3909f
EZ
72092007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
7210
5ae4183a 7211 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
7212 descriptions for new/deleted elements in gdb_osabi. Add missing
7213 description for function generic_elf_osabi_sniff_abi_tag_sections.
7214
c7ba131e
JB
72152007-01-29 Joel Brobecker <brobecker@adacore.com>
7216
7217 * gdb.texinfo (Maintenance Commands): Add documentation for
7218 the new "maint print target-stack" command.
7219
3a60f64e
JK
72202007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7221 Eli Zaretskii <eliz@gnu.org>
7222
f4b3909f 7223 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 7224
c582f8b6
EZ
72252007-01-26 Eli Zaretskii <eliz@gnu.org>
7226
7227 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
7228 Use @value{NGCC} instead of @value{GCC}.
7229
d3e8051b
EZ
72302007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
7231
7232 * agentexpr.texi: Fix typos.
7233 * annotate.texinfo: Likewise.
7234 * gdb.texinfo: Likewise.
7235 * gdbint.texinfo: Likewise.
7236 * observer.texi: Likewise.
7237 * stabs.texinfo: Likewise.
7238
86f04699
EZ
72392007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
7240
7241 * gdbint.texinfo (Support Libraries): Remove mmalloc
7242 entry. Describe readline library.
7243
23181151
DJ
72442007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7245
7246 * gdb.texinfo (Target Descriptions): New section.
7247 (General Query Packets): Add QPassSignals anchor. Mention
7248 qXfer:features:read under qSupported. Expand mentions of
7249 qXfer:memory-map:read and QPassSignals. Document
7250 qXfer:features:read.
7251
f822c95b
DJ
72522007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7253
7254 * gdb.texinfo (Commands to specify files): Describe
7255 "set sysroot" and "show sysroot".
7256 (Using the `gdbserver' program): Lowercase argument
7257 to @var. Expand description of setting up GDB on the
7258 host.
7259
8936fcda
JB
72602007-01-05 Joel Brobecker <brobecker@adacore.com>
7261
7262 * gdb.texinfo (Set Catchpoints): Add documentation for the new
7263 catch exception, catch exception unhandled, and catch assert
7264 commands.
7265
e776119f
DJ
72662007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7267
7268 * gdb.texinfo (Debugging Output): Document "set debug xml"
7269 and "show debug xml".
7270
aa79a185
DJ
72712007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7272
7273 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
7274
7f893741
JB
72752007-01-01 Joel Brobecker <brobecker@adacore.com>
7276
7277 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
7278
a1b5960f
VP
72792006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7280
7281 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
7282 note in @ignore, to be removed later if nobody complains.
7283
9f470e6e
NR
72842006-12-04 Nick Roberts <nickrob@snap.net.nz>
7285
7286 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
7287 of -var-delete.
7288
765dc015 72892006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 7290
765dc015 7291 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
7292 automatic software/hardware breakpoint usage and
7293 the "set breakpoint auto-hw" command.
765dc015 7294
4b5752d0
VP
72952006-11-21 Vladimir Prus <vladimir@codesourcery.com>
7296
7297 * gdb.texinfo (Memory Access Checking): New.
7298
89be2091
DJ
72992006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
7300
7301 * gdb.texinfo (Remote configuration): Mention
7302 "pass-signals-packet".
7303 (General Query Packets): Document QPassSignals. Fix
7304 a typo.
7305
ca3bf3bd
DJ
73062006-11-14 Maxim Grigoriev <maxim@tensilica.com>
7307
7308 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
7309
427c3a89
DJ
73102006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
7311
7312 * gdb.texinfo (Remote configuration): Rewrite documentation for
7313 packet configuration commands.
7314 (OS Information): Adjust reference to qXfer:auxv:read.
7315 (General Query Packets): Remove references to read-aux-vector-packet
7316 and set remote get-thread-local-storage-address.
7317
7a107747
DJ
73182006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
7319
7320 * gdbint.texinfo (Target Architecture Definition): Add new
7321 Initializing a New Architecture section.
7322
1c56eb0e
EZ
73232006-10-31 David Taylor <dtaylor@emc.com>
7324
7325 * stabs.texinfo (Macro define and undefine): New node describing
7326 stabs for #define and #undef.
7327
f73adfeb
AS
73282006-10-27 Andreas Schwab <schwab@suse.de>
7329
7330 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
7331
fd60e0df
EZ
73322006-10-21 Eli Zaretskii <eliz@gnu.org>
7333
7334 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
7335 clarify on the possible meanings of ``expression'' watched by
7336 watchpoints. Add indexing.
e5ac9b53
EZ
7337 (Prompting, Errors, Invalidation, Annotations for Running)
7338 (Source Annotations): Fix index entries by adding "annotation" to
7339 them, to discriminate from index entries that point to the more
7340 general topic descriptions.
fd60e0df 7341
52bb452f
DJ
73422006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7343
7344 * gdbint.texinfo (Target Vector Definition): Move most
7345 content into Existing Targets. Add a menu.
7346 (Existing Targets): New section, moved from Target Vector
7347 Definition. Use @subsection.
7348 (Managing Execution State): New section.
7349
58955e58
BW
73502006-10-16 Bob Wilson <bob.wilson@acm.org>
7351
7352 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
7353
c8aa23ab
EZ
73542006-10-15 Eli Zaretskii <eliz@gnu.org>
7355
7356 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
7357 (Command Syntax, Signals, Backtrace, Connecting)
7358 (Remote configuration, Renesas Boards, Console I/O): Fix last
7359 change: use Ctrl- instead of C-, except wrt Emacs.
7360 (File-I/O Examples): Put Ctrl-c in @kbd.
7361 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
7362 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
7363 (Signals, Set Breaks, Set Watchpoints): Document optional
7364 arguments to `info signals' `handle', `info breakpoints', and
7365 `info watchpoints'.
c8aa23ab 7366
e7109c7e
EZ
73672006-10-14 Eli Zaretskii <eliz@gnu.org>
7368
7369 * gdb.texinfo (Backtrace): Fix last change.
7370
de3aea7b
NR
73712006-10-14 Nick Roberts <nickrob@snap.net.nz>
7372
7373 * gdb.texinfo (Backtrace): Order correctly and add other cases.
7374
7f9087cb
BW
73752006-10-10 Bob Wilson <bob.wilson@acm.org>
7376
c8aa23ab
EZ
7377 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
7378 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
7379 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 7380
68437a39
DJ
73812006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7382 Daniel Jacobowitz <dan@codesourcery.com>
7383
7384 * gdb.texinfo (Packets): Document vFlashErase,
7385 vFlashWrite and vFlashDone packets.
7386 (General Query Packets): Document qXfer:memory-map:read.
7387 Add a new feature for qXfer:memory-map:read.
7388 (Memory map format): New section.
7389 (Target Commands): Mention that gdb can write flash.
7390
fd79ecee
DJ
73912006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7392 Daniel Jacobowitz <dan@codesourcery.com>
7393
7394 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
7395 memory regions and "mem auto".
7396
350da6ee
DJ
73972006-09-21 Nathan Sidwell <nathan@codesourcery.com>
7398
7399 * gdbint.texinfo (Array Containers): New section.
7400
2f1acb09
VP
74012006-09-17 Vladimir Prus <vladimir@codesourcery.com>
7402
7403 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7404 -stack-list-arguments HIGH_FRAME argument can be larger then the
7405 actual number of frames.
7406
2ab1eb7a
VP
74072006-09-07 Vladimir Prus <vladimir@codesourcery.com>
7408
7409 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
7410 -stack-list-locals HIGH_FRAME argument can be larger then the
7411 actual number of frames.
2ab1eb7a 7412
599b237a
BW
74132006-09-02 Bob Wilson <bob.wilson@acm.org>
7414
7415 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
7416 Register Packet Format, Tracepoint Packets): Fix spelling errors.
7417
25ab7e6d
EZ
74182006-09-02 Eli Zaretskii <eliz@gnu.org>
7419
7420 * gdbint.texinfo (Overall Structure): New section "Source Tree
7421 Structure".
7422
940178d3
JB
74232006-08-17 Jim Blandy <jimb@codesourcery.com>
7424
7425 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
7426 responses.
7427
30daae6c
JB
74282006-08-08 Joel Brobecker <brobecker@adacore.com>
7429
7430 * gdb.texinfo (Source Path): Add documentation for new
7431 substitute-path commands.
7432
7fa2210b
DJ
74332006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
7434
7435 * gdb.texinfo (Installing GDB): Update menu. Move text to...
7436 (Running Configure): ...here.
7437 (Requirements): New node. Mention expat.
7438
3d00d119
DJ
74392006-08-08 Vladimir Prus <vladimir@codesourcery.com>
7440
5ae4183a 7441 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
7442 'set download-write-size' and 'show download-write-size'.
7443
0cbfa4ee
DJ
74442006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
7445
7446 * stabs.texinfo (Member Type Descriptor): Correct example for
7447 pointer to member types.
7448
16026cd7
AS
74492006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
7450
7451 * gdb.texinfo (Optional warnings and messages): Add
7452 'set/show trace-commands'.
7453 (Command files): Add '-v' to source command.
7454
0876f84a
DJ
74552006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
7456
7457 * gdb.texinfo (OS Information): Update qPart reference to
7458 qXfer.
7459 (Remote configuration): Likewise.
7460 (Overview): Move @cindex to the start of a paragraph. Talk
7461 about binary data encoding.
7462 (Packets): Refer to the overview for the details of the X
7463 packet encoding.
7464 (General Query Packets): Remove qPart description. Add qXfer
7465 description. Add an anchor to qSupported. Correct feature
7466 table title. Add a new feature for qXfer:auxv:read.
7467 (Interrupts): Add a missing parenthesis.
7468
2ec3381a
DJ
74692006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
7470
669fac23 7471 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
7472 (GDB/MI Kod Commands): Remove commented out node.
7473
594fe323
EZ
74742006-07-01 Eli Zaretskii <eliz@gnu.org>
7475
7476 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
7477 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
7478 (GDB/MI Thread Commands, GDB/MI Program Execution)
7479 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
7480 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
7481 (GDB/MI File Commands, GDB/MI Target Manipulation)
7482 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
7483 since the MI prompt is hard-wired into the code.
7484
7e3fb70c
NR
74852006-07-01 Nick Roberts <nickrob@snap.net.nz>
7486
7487 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
7488 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
7489 (GDB/MI Data Manipulation): Remove description of unimplemented
7490 display related commands as variable objects perform this function
7491 and are superior: -display-delete, -display-disable,
7492 -display-enable, -display-insert and -display-list. Move
7493 -environment-cd, -environment-directory, -environment-path
7494 and -environment-pwd to "Program Context".
7495 (GDB/MI Program Control): Rename to "Program Execution". Move
7496 -exec-arguments -exec-abort to...
7497 (GDB/MI Program Context): ...here. New node split from "Data
7498 Manipulation".
7499
be2a5f71
DJ
75002006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
7501
7502 * gdb.texinfo (Remote configuration): Document set / show
7503 remote supported-packets.
7504 (General Query Packets): Document qSupported packet.
7505
fc320d37
SL
75062006-06-10 Sandra Loosemore <sandra@codesourcery.com>
7507
7508 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
7509 and font markup.
7510 (Protocol basics): Likewise.
7511 (The F request packet): Likewise.
7512 (The F reply packet): Likewise.
7513 (Memory transfer): Move this node to be a subsubsection of
7514 "Protocol specific representation of datatypes".
7515 (The Ctrl-C message): More copy editing.
7516 (Console I/O): Likewise.
7517 (The isatty call): Delete this node, and merge its content into
7518 the "isatty" node. Fixed references elsewhere.
7519 (The system call): Delete this node, and merge its content into
7520 the "system" node. Fixed references elsewhere.
7521 (open): Reformat to use @table, and add appropriate font markup.
7522 (close): Likewise.
7523 (read): Likewise.
7524 (write): Likewise.
7525 (lseek): Likewise.
7526 (rename): Likewise.
7527 (unlink): Likewise.
7528 (stat/fstat): Likewise.
7529 (gettimeofday): Likewise.
7530 (isatty): Likewise.
7531 (system): Likewise, plus minor changes to fix confusing wording.
7532 (Integral datatypes): Fix font markup.
7533 (Pointer values): Likewise.
7534 (struct stat): Fix markup to use @table, plus minor copy editing.
7535 (struct timeval): Fix font markup, plus minor copy editing.
7536 (Constants): Minor copy editing.
7537 (Errno values): Add font markup.
7538 (File-I/O Examples): Likewise.
7539
158fdf5c
NR
75402006-06-10 Nick Roberts <nickrob@snap.net.nz>
7541
7542 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
7543 (GDB/MI Simple Examples): Move node up one level. Use real
7544 examples.
7545 (GDB/MI Compatibility with CLI): Update.
7546 (GDB/MI Result Records): Add "connected" and "exit" result
7547 classes.
7548 (GDB/MI Stream Records): Clarify target output.
7549 (GDB/MI Command Description Format): Modify example description.
7550 (GDB/MI Breakpoint Table Commands): Rename to...
7551 (GDB/MI Breakpoint Commands): ...this
7552 (GDB/MI Breakpoint Commands): Add optional thread field.
7553 (GDB/MI Program Control): Add an introduction. Move "Program
7554 termination" examples into exec-run description.
7555 (GDB/MI File Commands): Mention similar CLI commands.
7556 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
7557 is similar to "-gdb-version".
7558
ddb50cd7
EZ
75592006-06-09 Eli Zaretskii <eliz@gnu.org>
7560
7561 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7562
2aef0d6b
NR
75632006-06-02 Nick Roberts <nickrob@snap.net.nz>
7564
7565 * gdb.texinfo (GDB/MI Development and Front Ends): Use
7566 sourceware.org for mailing lists.
d5e40d59 7567 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 7568
383a5c52
NR
75692006-06-01 Nick Roberts <nickrob@snap.net.nz>
7570
d5e40d59 7571 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 7572
e16b02ee
EZ
75732006-05-22 Eli Zaretskii <eliz@gnu.org>
7574
7575 * gdb.texinfo (Cygwin Native): Fix last change.
7576
be90c084
CF
75772006-05-22 Christopher Faylor <cgf@timesys.com>
7578
7579 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7580
347ceba5
NR
75812006-05-15 Nick Roberts <nickrob@snap.net.nz>
7582
7583 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7584 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7585
369af7bd
DJ
75862006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7587
7588 * gdb.texinfo (General Query Packets): Recommend not starting
7589 new packets with qC and clarify.
7590
2ffdbde8 75912006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
7592
7593 * gdb.texinfo (M2 Types): New section.
72019c9c 7594
16d1a084
DJ
75952006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
7596
7597 * agentexpr.texi: Add a copyright and license notice.
7598 * observer.texi: Likewise, with GPL clause for function prototypes.
7599 Remove trailing whitespace.
7600
aa56d27a
JB
76012006-05-05 Jim Blandy <jimb@codesourcery.com>
7602
7603 * gdb.texinfo (General Query Packets): Document conventions for
7604 terminating packet names, and their violations.
7605
5bdf8622
DJ
76062006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7607
7608 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7609 * gdb.texinfo: Likewise.
7610
605a56cb
DJ
76112006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7612
7613 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7614 and "show remotedebug".
7615 (Debugging Output): Add additional index entries.
7616
b8db102d
MS
76172006-04-27 Michael Snyder <msnyder@redhat.com>
7618
7619 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7620
c5e30d01
AC
76212006-04-22 Andrew Cagney <cagney@redhat.com>
7622
7623 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7624 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7625
8181d85f
DJ
76262006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
7627
7628 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7629 and remove breakpoint prototypes.
7630 (Watchpoints): Move description of target_insert_hw_breakpoint and
7631 target_remove_hw_breakpoint ...
7632 (Breakpoints): ... to here. Document target_insert_breakpoint and
7633 target_remove_breakpoint.
7634
4f553f88
JB
76352006-04-17 Jim Blandy <jimb@codesourcery.com>
7636
7637 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7638 and C packets are optional.
7639
cd852561
FR
76402006-04-14 Frederic Riss <frederic.riss@st.com>
7641
7642 * gdb.texinfo (Specifying source directories): Update the description
7643 of the source file search to reflect the fact that the source path
7644 always contains at least $cdir and $cwd.
7645
b620eb07
MS
76462006-03-31 Michael Snyder <msnyder@redhat.com>
7647
7648 * gdb.texinfo: Update copyright dates.
7649
3156cdaf
EZ
76502006-03-31 Eli Zaretskii <eliz@gnu.org>
7651
7652 * gdb.texinfo (Overview): Add an index entry to "empty response".
7653
7d30c22d
JB
76542006-03-28 Jim Blandy <jimb@codesourcery.com>
7655
7656 * gdbint.texinfo (Prologue Analysis): New section.
7657
86941c27
JB
76582006-03-07 Jim Blandy <jimb@red-bean.com>
7659
66b8c7f6
JB
7660 * gdb.texinfo (Connecting): Document 'target remote pipe'.
7661
1a10341b
JB
7662 * gdb.texinfo (Target Commands): Update text describing how to
7663 specify a target. Refer to the detailed section on remote
7664 debugging, not the brief mention.
7665
86941c27
JB
7666 * gdb.texinfo (Connecting): Organize the different 'target remote'
7667 connection methods into a table. Add a 'target remote' index
7668 entry. (!!!)
7669
62f3a2ba
FF
76702006-02-17 Fred Fish <fnf@specifix.com>
7671
7672 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7673 'ptype' commands to reflect the fact that the only significant
7674 difference between them is that ptype prints the complete type
7675 description instead of just the name.
7676
8b9a88ea
WZ
76772006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
7678
7679 * gdbint.texinfo (Watchpoints): Delete
7680 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7681
7e8dc855
NR
76822006-02-10 Nick Roberts <nickrob@snap.net.nz>
7683
7684 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7685 times fields where needed. Fix typos. Update general form given
7686 for output of -break-insert.
7687 (GDB/MI): Abbreviate some unnecessarily long fullnames.
7688
c91d38aa
DJ
76892006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
7690
7691 * gdbint.texinfo (Symbol Handling): Add a section
7692 on memory management.
7693
38fcd64c
DJ
76942006-02-06 Vladimir Prus <ghost@cs.msu.su>
7695
7696 * gdb.texinfo (Breakpoint table commands): Document the fullname
7697 field in -break-list output.
7698
219eec71
EZ
76992006-02-03 Eli Zaretskii <eliz@gnu.org>
7700
7701 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
7702 debugging information produced by the various "set debug..."
7703 options.
7704
ae5a43e0
DJ
77052006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7706
7707 * gdb.texinfo (Files): Remove obsolete bits from the description
7708 of "symbol-file".
7709
a9f158ec
JB
77102006-01-25 Jim Blandy <jimb@redhat.com>
7711
7712 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7713
410dd08e
JB
77142006-01-24 Jim Blandy <jimb@redhat.com>
7715
7716 * gdbint.texinfo (Frames): Document the basics of GDB's register
7717 unwinding model, and explain the existence of the "sentinel" frame.
7718
4b505b12
AS
77192006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
7720
7721 * gdb.texinfo (Choosing files): Mention that -directory is used
7722 for script files.
7723 (Specifying source directories): Likewise.
7724 (Command files): Explain how script files are found.
7725
839c27b7
EZ
77262006-01-21 Eli Zaretskii <eliz@gnu.org>
7727
7728 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7729 the threads in a multi-threaded program.
7730 (Threads): The threadno argument of "thread apply" can be a range
7731 of numbers.
7732
7be93b9e
JB
77332006-01-18 Jim Blandy <jimb@redhat.com>
7734
7735 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7736 of warning flags.
7737
fcc73fe3
EZ
77382006-01-13 Eli Zaretskii <eliz@gnu.org>
7739
7740 * gdb.texinfo (Sequences): Improve menu annotations.
7741 (Define): Add index entries for arguments of user-defined
7742 commands. Move the description of flow-control commands...
7743 (Command Files): ...to here. Document loop_break and
7744 loop_continue.
ca91424e
EZ
7745 (Define, Command Files): Document `end' and add index entries for
7746 it.
fcc73fe3 7747
5c95884b
MS
77482006-01-04 Michael Snyder <msnyder@redhat.com>
7749
7750 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 7751 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 7752
860701dc
PH
77532006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
7754
7755 * gdb.texinfo (Omissions from Ada): Document that there is now
7756 limited aggregate support.
7757
36b80e65
EZ
77582005-12-28 Eli Zaretskii <eliz@gnu.org>
7759
7760 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7761 registers and the likes.
7762
c1468174
EZ
77632005-12-24 Eli Zaretskii <eliz@gnu.org>
7764
7765 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7766 (Symbols): Fix usage of "e.g.".
359df76b 7767 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
7768
7769 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7770 (Coding): Fix usage of "e.g.".
7771
c02a867d
EZ
77722005-12-23 Eli Zaretskii <eliz@gnu.org>
7773
5ae4183a
AS
7774 * stabs.texinfo:
7775 * refcard.tex:
c02a867d 7776 * gpl.texi:
5ae4183a
AS
7777 * gdbint.texinfo:
7778 * gdb.texinfo:
7779 * gdb-cfg.texi:
c02a867d 7780 * fdl.texi:
5ae4183a
AS
7781 * annotate.texinfo:
7782 * all-cfg.texi:
c02a867d
EZ
7783 * Makefile.in: Add (C) after Copyright. Update the FSF
7784 address.
7785
fad38dfa
EZ
77862005-12-03 Eli Zaretskii <eliz@gnu.org>
7787
7788 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7789 extend GDB with commands for external monitor.
7790
53e5f3cf
AS
77912005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
7792
7793 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7794
55f6ca0f
JB
77952005-11-25 Joel Brobecker <brobecker@adacore.com>
7796
7797 * gdbint.texinfo (Start of New Year Procedure): New chapter.
7798
c1947b85
JB
77992005-11-21 Jim Blandy <jimb@redhat.com>
7800
7801 * gdb.texinfo (Tracepoint Packets): Document restrictions on
7802 placement of 'R' actions in tracepoint action packets; document
7803 dependence of 'X' and 'M' actions on a preceding 'R' action for
7804 their registers.
7805
9d29849a
JB
78062005-11-19 Jim Blandy <jimb@redhat.com>
7807
7808 * gdb.texinfo (Tracepoint Packets): New node.
7809 (General Query Packets): Add entries for the tracepoint packets,
7810 referring to the "Tracepoint Packets" node.
7811 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 7812
9a6253be
KB
78132005-11-18 Kevin Buettner <kevinb@redhat.com>
7814
7815 * gdb.texinfo (set remotebreak): Add anchor.
7816 (X packet): Likewise.
7817 (Remote Protocol): Add new section `Interrupts' and new index
7818 entry `interrupts (remote protocol)'.
7819
5f3bebba
JB
78202005-11-18 Jim Blandy <jimb@redhat.com>
7821
7822 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7823 entries into the General Query Packets section. Add a
7824 cross-reference to that section. Drop description of replies, as
7825 these are covered in the descriptions of each packet.
7826 (General Query Packets): Add introductory text. Explain naming
7827 conventions, and how the end of a name is recognized.
7828
9a7a1b36
KB
78292005-11-17 Kevin Buettner <kevinb@redhat.com>
7830
0564b6cf 7831 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
7832 "set remotebreak" command.
7833
b8ff78ce
JB
78342005-11-16 Jim Blandy <jimb@redhat.com>
7835
7836 * gdb.texinfo (Packets, Stop Reply Packets)
7837 (General Query Packets): Various formatting cleanups.
7838 - Use @samp for packet contents.
7839 - Drop summaries from packet @item lines; the same information appears
7840 immediately below in the description.
7841 - Delete paragraph breaks after packet @item commands, so that the
7842 description appears directly to the right of the packet prototype
7843 in the printed manual, if it fits.
7844 - Place spaces in packet prototypes between @vars and non-@var
7845 letters, and explain that they're just for formatting.
7846 - Use @dots{} instead of '...'.
7847 - Fix uses of @code where @var was needed.
7848 - Replace "deprecated" markers with English text spelling out the
7849 packet's status and the preferred alternatives.
7850 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7851 what this ever meant.
7852 - Remove "(draft)" markers on 'i' packets; nobody has commented on
7853 this for a long time.
7854 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7855 implemented several times, and have been in use for years.
7856
8ffe2530
JB
78572005-11-15 Jim Blandy <jimb@redhat.com>
7858
c43c5473
JB
7859 * gdb.texinfo (Packets): Add index entries for 'm' packet
7860 disclaimers.
5ae4183a 7861
fb031cdf
JB
7862 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7863 of stub when processing an 'm' packet.
7864
8ffe2530
JB
7865 * gdb.texinfo (Packets): Mention that packets beginning with
7866 letters are reserved once, at the top, instead of actually listing
7867 them all and saying "reserved".
7868
c03c782f
AS
78692005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
7870
7871 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7872 Change @var{$arg0 to @code{$arg0.
7873
814e32d7
WZ
78742005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
7875
7876 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7877
fa93a9d8
JB
78782005-11-12 Jim Blandy <jimb@redhat.com>
7879
7880 * gdb.texinfo (General Query Packets): Put packets in alphabetical
7881 order. Remove extraneous 'z'.
7882
8a5a3c82
AS
78832005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
7884
7885 * gdb.texinfo (Choosing files): Add --eval-command.
7886
4b0ad762
AS
78872005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
7888
7889 * gdb.texinfo (Choosing modes): Add --return-child-result.
7890
7891
1a088d06
AS
78922005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
7893
7894 * gdb.texinfo (Choosing modes): Add --batch-silent.
7895
656d5e12
EZ
78962005-10-28 Eli Zaretskii <eliz@gnu.org>
7897
7898 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7899 "The -var-update Command".
7900
3c9c013a
JB
79012005-10-03 Joel Brobecker <brobecker@adacore.com>
7902
7903 * gdb.texinfo (Print Settings): Add documentation for set/show
7904 print array-indexes.
7905
7ba3cf9c
DJ
79062005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
7907
7908 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7909 6.2 and 6.3.
7910
a94ab193
EZ
79112005-08-27 Eli Zaretskii <eliz@gnu.org>
7912
7913 * gdb.texinfo (File Options): Don't document --mapped, it's gone
7914 since 19-Jan-2004.
7915 (Files): Likewise.
ab1adacd
EZ
7916 (Variables, Symbols): Document the "<incomplete type>" message and
7917 its reasons.
a94ab193 7918
ca06016a
FF
79192005-08-01 Fred Fish <fnf@specifix.com>
7920
7921 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7922
cf58170d
NR
79232005-07-15 Nick Roberts <nickrob@snap.net.nz>
7924
7925 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7926 option for -var-list-children and -var-update.
7927 (GDB/MI Stack Manipulation): Simplify description of
7928 print-values option for -stack-list-locals.
7929 (GDB/MI Command Description Format): Clarify.
7930 (Mode Options): Spelling of superseded.
7931
38f1196a
BR
79322005-07-12 Bob Rossi <bob@brasko.net>
7933
7934 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7935 corresponding GDB command comment.
7936
3cb3b8df
BR
79372005-07-06 Bob Rossi <bob@brasko.net>
7938
7939 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7940 and -inferior-tty-show.
7941 (Input/Output): Document "set/show inferior-tty" and tty alias.
7942
10fac096
NW
79432005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
7944
7945 * gdb.texinfo (Packets): Change description of 'D' packet to note
7946 that GDB does wait for a response.
7947
d1b6db76
NR
79482005-06-22 Nick Roberts <nickrob@snap.net.nz>
7949
7950 * gdb.texinfo (History) Rename "Command History".
7951 (Command History): Move node "Server Prefix" from section on
7952 Annotations here.
7953
29629dcf
NR
79542005-06-19 Nick Roberts <nickrob@snap.net.nz>
7955
7956 * gdb.texinfo (GDB/MI Stack Manipulation):
7957 Re-instate -stack-info-frame with example. Say that it gets
7958 info on selected frame, not current frame.
7959
397ca115
EZ
79602005-06-18 Eli Zaretskii <eliz@gnu.org>
7961
7962 * gdb.texinfo (Server): Clarify that `file' should be used before
7963 connecting to the server.
7964 (Files): Add an xref to the above description.
51274035
EZ
7965 (Output Formats): More detailed description of the `c' format.
7966 (Memory): List explicitly all the formats supported by `x'.
638ac427 7967 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 7968 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
7969 files. Add more indexing for solib-absolute-prefix and
7970 --with-sysroot.
76d17f34
EZ
7971 (Machine Code): Document possible problems with locations in
7972 shared libraries.
d416eeec
EZ
7973 (Backtrace): Document that free-standing environments do not need
7974 to have a `main' function.
397ca115 7975
74f6deaa
NR
79762005-06-18 Nick Roberts <nickrob@snap.net.nz>
7977
7978 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
7979 -stack-info-frame.
7980
a9967aef
AC
79812005-06-07 Andrew Cagney <cagney@gnu.org>
7982
7983 * gdb.texinfo (Contributors): Note the original multi-arch
7984 contributors.
7985
e09f16f9
EZ
79862005-06-03 Eli Zaretskii <eliz@gnu.org>
7987
7988 * gdb.texinfo (Registers): Add index entries for the standard
7989 registers.
7990 (Frames): Add cross-reference from frame pointer description to
7991 the Registers node.
7992 (Annotations Overview): Fix the reference to GDB name.
7993
d87ba7ee
EZ
79942005-06-01 Eli Zaretskii <eliz@gnu.org>
7995
7996 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
7997 can-use-hw-watchpoints.
7998
034dad6f
BR
79992005-05-28 Bob Rossi <bob@brasko.net>
8000
8001 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
8002 the possible reasons why an exec async record would be returned to FE.
8003
ffed4509
AC
80042005-05-26 Andrew Cagney <cagney@gnu.org>
8005
8006 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
8007 Andrew Cagney implemented the original GDB/MI.
8008
e22e55c9
OF
80092005-05-23 Orjan Friberg <orjanf@axis.com>
8010
8011 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
8012 documentation. Add documentation for cris-mode.
8013
a78e13ce
EZ
80142005-05-20 Eli Zaretskii <eliz@gnu.org>
8015
8016 * gdb.texinfo (Numbers): Explain the example and make the wording
8017 more acurate.
8018
76ff342d
DJ
80192005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
8020 Dennis Brueni <dennis@slickedit.com>
8021
8022 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
8023 (GDB/MI Data Manipulation, GDB/MI Program Control)
8024 (GDB/MI Stack Manipulation): Update examples to include the fullname
8025 attribute in stack frames.
8026
119b882a
EZ
80272005-05-12 Eli Zaretskii <eliz@gnu.org>
8028
8029 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
8030 do with other non-standard names of init files.
8031
6fc08d32
EZ
80322005-05-11 Eli Zaretskii <eliz@gnu.org>
8033
8034 * gdb.texinfo (Command Files): Move the description of the startup
8035 from here...
8036 (Startup): ...to this new subsection of the Invocation chapter.
8037 Rearrange the description of init files more logically and add a
8038 cross-reference to "Command Files". Document the special gdbinit
8039 name for CISCO 68k. Expand the description of what GDB does
8040 during startup.
8041 (History): Add index entry for HISTSIZE.
8042
a561754a
MK
80432005-05-02 Mark Kettenis <kettenis@gnu.org>
8044
8045 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
8046
2eecc4ab
EZ
80472005-05-02 Eli Zaretskii <eliz@gnu.org>
8048
8049 * gdb.texinfo (SVR4 Process Information, The isatty call)
8050 (The system call): Don't use foo(N) notation for man pages and
8051 functions.
514c4d71 8052 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 8053
18999be5
EZ
80542005-04-27 Eli Zaretskii <eliz@gnu.org>
8055
8056 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
8057 were optimized away.
8058
0abb7bc7
EZ
80592005-04-22 Eli Zaretskii <eliz@gnu.org>
8060
8061 * gdb.texinfo (Remote configuration): Document "set/show
8062 get-thread-local-storage-address". Add cross-reference to the
8063 description of the qGetTLSAddr packet.
8064 (General Query Packets): Mention "set remote
8065 get-thread-local-storage-address" and add a reference to its
8066 description.
8067
6f61acb1
NR
80682005-04-19 Nick Roberts <nickrob@snap.net.nz>
8069
8070 * gdb.texinfo (Backtrace): Describe 'bt full'.
8071
9d59903a
NR
80722005-04-17 Nick Roberts <nickrob@snap.net.nz>
8073
8074 * gdb.texinfo (Mode Options): Fix typo.
8075 (GDB/MI): Describe how to invoke GDB/MI.
8076
721c2651
EZ
80772005-04-16 Eli Zaretskii <eliz@gnu.org>
8078
8079 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 8080 references changed. Add description of "info udot".
721c2651
EZ
8081 (Files): Document "set/show stop-on-solib-events".
8082 (M32R/D): Document "set/show download-path", "set/show
8083 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
8084 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
8085 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
8086 (Maintenance Commands): Improve indexing.
8087 (Target Commands): Document "set/show hash", "set/show debug
8088 monitor".
8089 (SVR4 Process Information): Document "info pidlist" and "info
8090 meminfo". Document "set/show procfs-tarce" and "set/show
8091 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
8092 (Symbols, The Print Command with Objective-C): Improve indexing.
8093 (Objective-C): Add references to "info classes" and "info
8094 selectors".
c45da7e6
EZ
8095 (Debugging Output): Improve wording. Document "set/show debug
8096 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
8097 (Set Breaks): Add index entry for "hardware breakpoints".
8098 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
8099 and "set/show usehardbreakpoints".
8100 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
8101 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
8102 (ARM): Document "rdilogfile", "rdilogenable", "set/show
8103 rdiromatzero", "set/show rdiheartbeat".
8104 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
8105 "sds".
8106 (Embedded Processors): Document the "sim" command.
8107 (Remote): Document the "remote" command.
8108 (DJGPP Native): Document the "info serial" command.
8109 (Threads): Document "maint info sol-threads".
8110 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
8111 (Set Breaks): Improve indexing.
8112 (Command Syntax): Add a reference to dont-repeat.
8113 (Define): Document "dont-repeat".
8114 (TUI Commands): Document "tabset".
8115 (WinCE): New subsection. Document "set/show remotedirectory",
8116 "set/show remoteupload", "set/show remoteaddhost".
721c2651 8117
14d6dd68
EZ
81182005-04-15 Eli Zaretskii <eliz@gnu.org>
8119
8120 * gdb.texinfo (Hurd Native): New subsection, documents
8121 Hurd-specific commands.
a64548ea 8122 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 8123 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
8124 (MIPS): Improve documentation of heuristic-fence-post. Document
8125 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
8126 mips stack-arg-size", "set/show mips mask-address", "set/show mips
8127 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 8128 (ARM): Document ARM-specific commands.
a64548ea
EZ
8129 (AVR): New section. Document "info io_registers".
8130 (CRIS): New section. Document "set/show cris-version" and
8131 "set/show cris-dwarf2-cfi".
8132 (HPPA): New section. Document "set/show debug hppa" and "maint
8133 print unwind".
a5adf40f 8134 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 8135 (Super-H): New section. Document the "regs" command.
721c2651 8136 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 8137
9c16f35a
EZ
81382005-04-09 Eli Zaretskii <eliz@gnu.org>
8139
8140 * gdb.texinfo (Print Settings): Document "set/show print
8141 pascal_static-members", "set print repeats", "show print
8142 null-stop". Improve indexing. Fix documentation of "set print
8143 union".
8144 (Pascal): New section.
8145 (Supported languages): Rename from "Support"; all references
8146 updated. Add a menu item for Pascal.
8147 (Numbers): Document "set radix.
8148 (Screen Size): Document "set/show pagination".
8149 (MIPS Embedded): Remove "set processor" documentation.
8150 (Remote configuration): Document "set/show X/P/Z-packet",
8151 "set/show read-aux-vector-packet", "set/show remote
8152 symbol-lookup-packet", "set/show remote verbose-resume-packet",
8153 "set/show remoteaddresssize", "set/show remotebaud", "set/show
8154 remotedebug", "set/show remotebreak", "set/show remotedevice",
8155 "set/show remotelogfile".
8156 (Auxiliary Vector): Add reference to the description of the
8157 read-aux-vector-packet setting.
8158 (Set Watchpoints): Add a cross-reference to "set remote
8159 hardware-breakpoint-limit".
8160 (General Query Packets): Add indexing of requests and
8161 cross-references to related commands in "Remote configuration".
8162 (File-I/O Overview, The system call): Fix wording and typos.
8163 (Thread Stops): Add index entries.
8164 (Continuing and Stepping): Document "show step-mode".
8165 (i386): New node. Document "set/show struct-convention".
8166 (Files): Document "show trust-readonly-sections".
8167 (Calling): Document "set/show unwindonsignal".
8168 (Messages/Warnings): Add index entries.
8169 (Maintenance Commands): Document "set/show watchdog".
8170 (Annotations Overview): Document "show annotate".
8171 (Set Watchpoints): Add index entries.
8172 (Symbols): Fix doc of case-sensitive.
8173 (ABI): Document "show coerce-float-to-double".
8174 (Convenience Vars, Help): Improve indexing.
8175 (Machine Code): Document "show disassembly-flavor".
8176 (Debugging C plus plus): Document "show overload-resolution".
8177 (Value History, Signaling): Add index entries.
8178
81792005-04-08 Eli Zaretskii <eliz@gnu.org>
8180
8181 * gdb.texinfo (Show): Move @kindex entries to their proper places.
8182 (Processes): Fix wording.
8183 (History, List, Logging output, Define, Symbols, Print Settings):
8184 Improve indexing.
8185
a8f24a35
EZ
81862005-04-03 Eli Zaretskii <eliz@gnu.org>
8187
8188 * gdb.texinfo (Targets): Document "set/show architecture". Remove
8189 redundant index entry for "target" command.
8190 (Backtrace): Add index entries.
8191 (Symbols, Fortran): Document the "set case-sensitive" command.
8192 (DJGPP Native): Document "set com1base", "set com1irq", etc.
8193 (Print Settings): Add index entry for "set demangle-style".
8194 (Target Commands): Document "set download-write-size".
8195 (Debugging Output): Document "set exec-done-display".
8196
09d4efe1
EZ
81972005-04-02 Eli Zaretskii <eliz@gnu.org>
8198
8199 * gdb.texinfo (Files): Fix the name and documentation of
8200 add-shared-symbol-files. Document its alias assf. Update the
8201 list of OSs where GDB supports shared libraries. Fix markup.
8202 (Continuing and Stepping): Add reference to @var{location} in the
8203 text.
8204 (Dump/Restore Files): Fix reference to @{filename}.
8205 (Help): Fix wording.
8206 (Attach): Ditto.
8207 (Set Watchpoints): Ditto.
8208 (Backtrace): Remove redundant index entries. Improve index
8209 entries.
8210 (Delete Breaks): Fix wording.
8211 (Memory): Document the compare-sections command.
8212 (Memory Region Attributes): Improve wording.
8213 (Disabling): Improve wording.
8214 (Fortran): New subsection. Document the "info common" command.
8215 (Help): Document aliases "info copying" and "info warranty".
8216 (Caching Remote Data): New section. Document the "set/show
8217 remotecache" and "info dcache" commands.
8218 (Show): Fix wording of the documentation of the "set
8219 extension-language" command.
8220 (Signals): Add index entry for "info handle".
8221 (Memory Region Attributes): Fix punctuation.
8222 (Symbols): Change the arg name to "location" and refer to it in
8223 the text. Fix wording of "info types" doc.
8224 (Threads): Fix usage of @enumerate @item's.
8225 (Listing Tracepoints): Add index entry for "info tp".
8226 (Set Watchpoints): Add xref to "info break" description.
8227 (Macros): Add an index entry for "macro exp1". Document the
8228 "macro list" command.
8229 (Maintenance Commands): Document "flushregs", "maint agent",
8230 "maint check-symtabs", "maint cplus", "maint demangle", "maint
8231 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
8232 "maint print architecture", "maint print objfiles", "maint print
8233 statistics", "maint print type", "maint show-debug-regs", "maint
8234 space", "maint time", and "maint translate-address".
8235 (Connecting): Document the "monitor" command.
8236 (Annotations Overview): Describe the "set annotate" command.
8237
82f2d802
EZ
82382005-04-01 Eli Zaretskii <eliz@gnu.org>
8239
8240 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
8241 Rearrange index entries and improve wording about support for
8242 hardware watchpoints.
8243
7d51c7de
BR
82442005-03-10 Bob Rossi <bob@brasko.net>
8245
8246 * gdb.texinfo: Update copyright
8247
68c71a2e
TR
82482005-02-09 Theodore A. Roth <troth@openavr.org>
8249
8250 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
8251 error.
8252
83761cbd
KB
82532005-02-03 Kevin Buettner <kevinb@redhat.com>
8254
8255 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
8256
9f1c6395
MS
82572005-01-17 Michael Snyder <msnyder@redhat.com>
8258
8259 * gdb.texinfo: Fix spelling, infinte -> infinite.
8260
fbd1b305
MK
82612005-01-08 Mark Kettenis <kettenis@gnu.org>
8262
8263 * observer.texi (GDB Observers): Document "solib_loaded".
8264
3ace7edb
AC
82652005-01-07 Andrew Cagney <cagney@gnu.org>
8266
bec39cab
AC
8267 * configure.ac: Rename configure.in, require autoconf 2.59.
8268 * configure: Re-generate.
8269
3ace7edb
AC
8270 * configure.in: Replace configdirs with multiple references to
8271 AC_CONFIG_SUBDIRS.
8272 * configure: Re-generate.
5ae4183a 8273
53531fc1
AC
82742005-01-04 Andrew Cagney <cagney@gnu.org>
8275
8276 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
8277 part of the version number.
8278
536ffdb7
MK
82792004-12-24 Mark Kettenis <kettenis@gnu.org>
8280
8281 * gdbint.texinfo (Algorithms): Remove description of
8282 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
8283
e1aac25b
JB
82842004-12-07 Jim Blandy <jimb@redhat.com>
8285
8286 * gdb.texinfo (General Query Packets): Specify that thread ID's in
8287 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
8288 numbers.
8289
f47b1503
AS
82902004-12-07 Andreas Schwab <schwab@suse.de>
8291
8292 * gdb.texinfo (Mode Options): Document -l option.
8293
b6b8ece6
EZ
82942004-12-04 Eli Zaretskii <eliz@gnu.org>
8295
8296 * gdbint.texinfo (Algorithms): More accurate description of
8297 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
8298 is not needed unless data-read and data-access watchpoints are
8299 supported. Add a description of how GDB checks whether the
8300 inferior stopped because a watchpoint was hit.
8301
01371747
EZ
83022004-11-23 Eli Zaretskii <eliz@gnu.org>
8303
8304 * gdb.texinfo (Files): Add cross-reference to description of
8305 -readnow command-line switch.
8306
2315ffec
RC
83072004-11-10 Randolph Chung <tausq@debian.org>
8308
8309 * gdb.texinfo: Document set/show backtrace past-entry commands.
8310 Rearrange index entries for set/show backtrace past-main.
8311
69065f5d
AC
83122004-11-10 Jon Beniston <jon@beniston.com>
8313
8314 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
8315 * gdb.texinfo (Remote Serial Protocol): Further describe
8316 binary transfer escaping mechanism .
69065f5d 8317
30e91e0b
RC
83182004-11-08 Randolph Chung <tausq@debian.org>
8319
8320 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
8321 and "show debug infrun". Add index entries.
8322
60bf7e09
EZ
83232004-10-23 Eli Zaretskii <eliz@gnu.org>
8324
8325 * gdb.texinfo (SVR4 Process Information): Document subcommands of
8326 "info proc" that are already implemented. Add index entries.
8327 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
8328 (Files): Add a tip for decreasing memory used for symtabs from
8329 shared libraries.
f018e82f
EZ
8330 (Starting): Fix whitespace; make "elaboration" stand out where it
8331 is first used, and add an index entry for the term.
f8568604
EZ
8332 (Calling): Expand and elaborate text. Add "print". Add the
8333 description of problems with weak aliases.
384ee23f 8334 (Core File Generation): New section.
60bf7e09 8335
d52fe014
AC
83362004-10-12 Andrew Cagney <cagney@gnu.org>
8337
8338 * gdbint.texinfo (Versions and Branches): New chapter.
8339 (Releasing GDB): Delete "Versions and Branches" section.
8340 (Top): Add "Versions and Branches".
8341
703663ab
EZ
83422004-10-08 Eli Zaretskii <eliz@gnu.org>
8343
8344 * gdb.texinfo (Editing, History): Add cross-references to the
8345 included Readline and History user documentation. Remove
8346 references to the symbol have-readline-appendices which is unused
8347 and undefined.
8348 (History): Fix indexing.
8349
ac77d04f
JJ
83502004-10-08 Jeff Johnston <jjohnstn@redhat.com>
8351
8352 * gdbint.texinfo (target_stopped_data_address): Update to
8353 new prototype.
8354 (i386_stopped_data_address): Update prototype and description.
8355 (i386_stopped_by_watchpoint): New function and description.
8356
e07c999f
PH
83572004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
8358
8359 * gdb.texinfo (Filenames): Add Ada suffixes.
8360 (Ada) New section.
8361
2e868123
AC
83622004-09-27 Andrew Cagney <cagney@gnu.org>
8363 Robert Picco <Robert.Picco@hp.com>
8364
8365 * gdb.texinfo (Packets): Document the "p" packet.
8366
02a57714
JM
83672004-09-21 Jason Molenda (jmolenda@apple.com)
8368
8369 * gdb.texinfo (Paths and Names of the Source Files): Document the
8370 meaning of values in the 'desc' field of a SO stab.
8371
ae038cb0
DJ
83722004-09-20 Daniel Jacobowitz <dan@debian.org>
8373
8374 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
8375 max-cache-age" and "maint show dwarf2 max-cache-age".
8376
f7dc1244
EZ
83772004-09-16 Eli Zaretskii <eliz@gnu.org>
8378
8379 * gdb.texinfo (Set Breaks): Add index entry for setting
8380 breakpoints on overloaded C++ functions that are not members of
8381 any classes. Add an example and an index entry for setting
8382 breakpoints on all program functions.
8383 (Character Sets, Macros, Overlay Commands)
8384 (Non-debug DLL symbols, GDB/MI Output Syntax)
8385 (Annotations Overview, Maintenance Commands, File-I/O Overview):
8386 Use "(@value{GDBP})" instead of a literal "(gdb)".
8387
f810308b
AC
83882004-09-12 Andrew Cagney <cagney@gnu.org>
8389
8390 * gdbint.texinfo (Native Debugging): Delete description of
8391 FILES_INFO_HOOK.
8392
15a661f3
PH
83932004-09-11 Paul Hilfinger <hilfinger@gnat.com>
8394
5ae4183a
AS
8395 * gdbint.texinfo (User Interface): Change local_hex_string_custom
8396 to hex_string_custom (not historically correct, but more
15a661f3
PH
8397 understandable, given the current code).
8398
f3219c75
AC
83992004-09-03 Andrew Cagney <cagney@gnu.org>
8400
8401 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
8402
f3bb6704
JJ
84032004-09-01 Jeff Johnston <jjohnstn@redhat.com>
8404
8405 * observer.texi (solib_unloaded): New observer.
8406
8d2c00cb
AC
84072004-08-24 Andrew Cagney <cagney@gnu.org>
8408
8409 * gdbint.texinfo (Target Architecture Definition): Add missing
8410 comma.
8411
e7dc800a
MC
84122004-08-20 Michael Chastain <mec.gnu@mindspring.com>
8413
8414 * (Using the Testsuite): build != host is supported,
8415 but some test scripts do not support build != host.
8416
73b03683
MK
84172004-08-14 Mark Kettenis <kettenis@gnu.org>
8418
8419 * gdbint.texinfo (Host Definition): Delete description of
8420 FCLOSE_PROVIDED and GETENV_PROVIDED.
8421
c0ccb908
MK
84222004-08-05 Mark Kettenis <kettenis@chello.nl>
8423
8424 * gdbint.texinfo (Host Definition): Delete description of
8425 NO_SYS_FILE.
8426 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
8427 PTRACE_FP_BUG.
8428
9c8dbfa9
AC
84292004-08-05 Andrew Cagney <cagney@gnu.org>
8430
8431 * gdbint.texinfo (Target Architecture Definition): Delete
8432 reference to deprecated_read_fp.
8433
f42accbe
AC
84342004-08-02 Andrew Cagney <cagney@gnu.org>
8435
8436 * gdbint.texinfo (Target Architecture Definition): Delete
8437 description of DEPRECATED_REGISTER_BYTES.
8438
0b66e38c
EZ
84392004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
8440
8441 * gdb.texinfo (Source Path): Document the new behavior of
8442 searching for the source files.
8443
15387254
EZ
84442004-07-17 Eli Zaretskii <eliz@gnu.org>
8445
8446 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
8447 (Search, Expressions, Arrays, Variables, Data, Machine Code)
8448 (Auto Display): Improve indexing.
8449
2c07db7a
AC
84502004-07-16 Andrew Cagney <cagney@gnu.org>
8451
8452 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
8453 "-noasync".
8454
4644b6e3
EZ
84552004-07-09 Eli Zaretskii <eliz@gnu.org>
8456
8457 * gdb.texinfo: Fix @kindex entries so that multiple commands that
8458 have the same prefix have only their prefix in the index.
8459
7561d450
MK
84602004-07-03 Mark Kettenis <kettenis@gnu.org>
8461
8462 * gdb.texinfo (BSD libkvm Interface): New node (section)
8463 (Native): Add it to the menu.
8464
67bebe79
MK
84652004-07-01 Mark Kettenis <kettenis@gnu.org>
8466
8467 * gdbint.texinfo (Target Architecture Definition): Remove
8468 PCC_SOL_BROKEN.
8469
1a6923e0
MK
84702004-06-24 Mark Kettenis <kettenis@gnu.org>
8471
8472 * gdbint.texinfo (Target Architecture Definition): Remove
8473 SUN_FIXED_LBRAC_BUG.
8474
b435e160
AC
84752004-06-26 Andrew Cagney <cagney@gnu.org>
8476
8477 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
8478
b5622e8d
AC
84792004-06-20 Andrew Cagney <cagney@gnu.org>
8480
8481 * gdbint.texinfo (Target Architecture Definition): Deprecate
8482 USE_STRUCT_CONVENTION.
8483
e0c07bf0
MC
84842004-06-19 Michael Chastain <mec.gnu@mindspring.com>
8485
8486 gdb.texinfo (Bug Reporting): Mention session recording,
8487 with the script command or Emacs.
8488
782263ab
AC
84892004-06-18 Andrew Cagney <cagney@gnu.org>
8490
8491 * gdbint.texinfo (Target Architecture Definition): Deprecate
8492 FUNCTION_START_OFFSET.
8493
03727ca6
AC
84942004-06-14 Andrew Cagney <cagney@gnu.org>
8495
8496 Based on changes from Karl Berry.
8497 * gdb.texinfo: Do not use @sc in a direntry.
8498 * stabs.texinfo: Change @dircateogry to "Software development".
8499 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
8500
97092415
AC
85012004-06-13 Andrew Cagney <cagney@gnu.org>
8502
8503 * gdbint.texinfo (Target Architecture Definition): Delete
8504 description of RETURN_VALUE_ON_STACK.
8505
1f6d4158
AC
85062004-06-09 Andrew Cagney <cagney@gnu.org>
8507
8508 * gdbint.texinfo (Native Debugging): Restore "@table @code"
8509 deleted by previous patch.
8510
d966f0cb
AC
85112004-06-08 Andrew Cagney <cagney@gnu.org>
8512
8513 * gdbint.texinfo (Native Debugging): Delete documentation on
8514 ATTACH_DETACH.
8515
86fe4aaa
RC
85162004-06-06 Randolph Chung <tausq@debian.org>
8517
8518 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
8519
d4b6d575
RC
85202004-06-06 Randolph Chung <tausq@debian.org>
8521
5ae4183a 8522 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
8523 the new push_dummy_call method signature. Describe the function
8524 argument.
8525
4e8b0763
JB
85262004-05-24 Joel Brobecker <brobecker@gnat.com>
8527
8528 * gdb.texinfo (Starting): Document new start command.
8529
59caf092
AC
85302004-05-21 Andrew Cagney <cagney@redhat.com>
8531
8532 * observer.texi (GDB Observers): Document "inferior_created".
8533
e4a2df64
AC
85342004-05-08 Andrew Cagney <cagney@redhat.com>
8535
e6b55ae2
AC
8536 * gdbint.texinfo (Target Architecture Definition): Delete
8537 description of DO_DEFERRED_STORES.
8538
28954179
AC
8539 * gdbint.texinfo (Target Architecture Definition): Delete
8540 references to DEPRECATED_FIX_CALL_DUMMY.
8541
434b87dd
AC
8542 * gdbint.texinfo (Target Architecture Definition): Delete
8543 description of DEPRECATED_CALL_DUMMY_WORDS,
8544 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
8545
58d28df8
AC
8546 * gdbint.texinfo (Target Architecture Definition): Delete
8547 description of DEPRECATED_PUSH_DUMMY_FRAME.
8548
e4a2df64
AC
8549 * gdbint.texinfo (Target Architecture Definition): Delete
8550 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8551
2b4855ab
AC
85522004-05-07 Andrew Cagney <cagney@redhat.com>
8553
8554 * observer.texi (GDB Observers): Add "Debugging" section. Include
8555 cross reference to "set/show debug observer".
8556 * gdb.texinfo (Debugging Output): Document "set/show debug
8557 observer".
8558
fcf70625
AC
85592004-05-01 Andrew Cagney <cagney@redhat.com>
8560
8561 * gdbint.texinfo (Target Architecture Definition): Delete
8562 description of DEPRECATED_PC_IN_SIGTRAMP.
8563
8ee56bcf
AC
85642004-04-30 Andrew Cagney <cagney@redhat.com>
8565
8566 * gdbint.texinfo (Target Architecture Definition): Delete
8567 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8568
67ab9a76
OF
85692004-04-30 Orjan Friberg <orjanf@axis.com>
8570
8571 * observer.texi (GDB Observers): Correct spelling.
8572
79346bcb
OF
85732004-04-26 Orjan Friberg <orjanf@axis.com>
8574
8575 * observer.texi (GDB Observers): Add target_changed event.
8576
7a464420
AC
85772004-04-08 Andrew Cagney <cagney@redhat.com>
8578
8579 * observer.texi (GDB Observers): Rework, provide generic observer
8580 definitions and then a list of observable events.
8581
6cdf9d98
AC
85822004-04-04 Andrew Cagney <cagney@redhat.com>
8583
8584 * gdbint.texinfo (Host Definition): Delete reference to
8585 NO_SIGINTERRUPT.
8586
ddc135a4
AC
85872004-04-02 Andrew Cagney <cagney@redhat.com>
8588
8589 * gdbint.texinfo (Target Architecture Definition): Delete
8590 reference to DEPRECATED_CALL_DUMMY_LENGTH.
8591
6a1b180d
SC
85922004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8593
8594 * gdb.texinfo (TUI Commands): Document tui reg commands.
8595
d0d5df6f
AC
85962004-03-26 Andrew Cagney <cagney@redhat.com>
8597
8598 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
8599 "gdbtui".
8600 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
8601 (Contributors): Mention both Text and Terminal User Interface.
8602
aa2a3f87
AC
86032004-03-23 Andrew Cagney <cagney@redhat.com>
8604
8605 * gdbint.texinfo (Target Architecture Definition): Deprecate
8606 references to SIGTRAMP_START and SIGTRAMP_END.
8607
f561f026
AC
86082004-03-23 Andrew Cagney <cagney@redhat.com>
8609
8610 * gdbint.texinfo (Target Architecture Definition): Deprecate
8611 references to PC_IN_SIGTRAMP.
8612
33cb8b0f
AC
86132004-03-19 Andrew Cagney <cagney@redhat.com>
8614
8615 * gdbint.texinfo (Target Architecture Definition): Delete
8616 reference to GDB_TARGET_IS_HPPA.
8617
fc989b7a
AC
86182004-03-18 Andrew Cagney <cagney@redhat.com>
8619
8620 * gdbint.texinfo (Coding): Update section on gdbarch_data,
8621 describe pre_init and post_init.
8622
701b08bb
DJ
86232004-03-09 Daniel Jacobowitz <drow@mvista.com>
8624
8625 * gdb.texinfo (Debugging Output): Document values for "set debug
8626 target".
8627
faae5abe
AC
86282004-02-28 Andrew Cagney <cagney@redhat.com>
8629
8630 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8631
dd79a6cf
JJ
86322004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8633
8634 * gdb.texinfo (breakpoints): Add information about the
8635 new "set breakpoint pending" and "show breakpoint pending"
8636 commands.
8637
e7f16015
AC
86382004-02-26 Andrew Cagney <cagney@redhat.com>
8639
8640 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8641 in Per-architecture module data section.
8642
7161a3a6
RM
86432004-02-25 Roland McGrath <roland@redhat.com>
8644
8645 * gdb.texinfo (General Query Packets): Document qPart:... packets.
8646
2154891a
AC
86472004-02-24 Andrew Cagney <cagney@redhat.com>
8648
8649 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8650 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8651 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 8652
6c74ac8b
AC
86532004-02-17 Andrew Cagney <cagney@redhat.com>
8654
8655 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8656
19772a2c
AC
86572004-02-16 Andrew Cagney <cagney@redhat.com>
8658
8659 * gdbint.texinfo (Target Architecture Definition): Deprecate
8660 FRAMELESS_FUNCTION_INVOCATION.
8661
c9830293
AC
86622004-02-16 Andrew Cagney <cagney@redhat.com>
8663
8664 * gdbint.texinfo (Coding): Mention -Wunused-function.
8665
b9d26eb9
AC
86662004-02-14 Andrew Cagney <cagney@redhat.com>
8667
8668 * gdbint.texinfo (Target Architecture Definition): Delete
8669 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8670
49efadf5
EZ
86712004-02-12 Elena Zannoni <ezannoni@redhat.com>
8672
8673 * gdb.texinfo: Properly quote the name "C++".
8674 * gdbint.texinfo: Ditto.
8675 * stabs.texinfo: Ditto.
8676
1eb288ea
EZ
86772004-02-11 Elena Zannoni <ezannoni@redhat.com>
8678
8679 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8680 minimal information about libiberty.
8681
e4937fc1
MC
86822004-02-06 Michael Chastain <mec.gnu@mindspring.com>
8683
8684 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8685
a9331b3f
RM
86862004-02-04 Roland McGrath <roland@redhat.com>
8687
8688 * gdb.texinfo (Auxiliary Vector): New node (section).
8689 (Data): Add it to the menu.
8690
2650777c
JJ
86912004-02-02 Jeff Johnston <jjohnstn@redhat.com>
8692
8693 * gdb.texinfo (Breakpoints): Add information about pending
8694 breakpoint support.
8695
b4501125
AC
86962004-01-26 Andrew Cagney <cagney@redhat.com>
8697
8698 * gdb.texinfo (Overview): Delete references to the cisco protocol
8699 including the "N" response.
8700
74055713
AC
87012004-01-26 Andrew Cagney <cagney@redhat.com>
8702
8703 * gdbint.texinfo (Target Architecture Definition): Rename
8704 EXTRACT_STRUCT_VALUE_ADDRESS to
8705 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 8706
3bbe9696
EZ
87072004-01-24 Eli Zaretskii <eliz@gnu.org>
8708
8709 * gdb.texinfo (KOD): Document "show os". Add index entries for
8710 "set/show os" and "info cisco" commands.
8711
5843504f
EZ
87122004-01-21 Eli Zaretskii <eliz@gnu.org>
8713
8714 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8715
9175c9a3
MC
87162004-01-19 Michael Chastain <mec.gnu@mindspring.com>
8717
8718 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8719 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8720
8e94b928
NR
87212004-01-19 Nick Roberts <nick@nick.uklinux.net>
8722
8723 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8724 -stack-list-locals.
8725 (GDB/MI Variable Objects): Describe extension to
8726 -var-list-children.
8727
a20cf136
DJ
87282004-01-17 Daniel Jacobowitz <drow@mvista.com>
8729
8730 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8731
afb18d0f
AC
87322004-01-17 Andrew Cagney <cagney@redhat.com>
8733
8734 * gdbint.texinfo (Target Architecture Definition): Delete
8735 documentation on DEPRECATED_NPC_REGNUM.
8736
b51970ac
DJ
87372004-01-13 Daniel Jacobowitz <drow@mvista.com>
8738
8739 * gdb.texinfo: Update copyright year. Mention that set
8740 follow-fork-mode is supported on GNU/Linux. Remove documentation of
8741 "set follow-fork-mode ask".
8742
0f0cffd2
AC
87432004-01-13 Andrew Cagney <cagney@redhat.com>
8744
8745 * gdbint.texinfo: Update copyright year.
8746 (Coding): Add -Wunused-label to list of -Werror warnings.
8747
c552b3bb 87482004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 8749 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
8750
8751 * gdb.texinfo: Update copyright.
8752 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
8753 around names, as appropriate. Minor syntax cleanup of
8754 _NSPrintForDebugger explanation. Two spaces after periods.
8755 GDBN used instead of lit. "gdb". Index entries added for
8756 print-object and _NSPrintForDebugger. @noindent added in one spot.
8757
afe157ca
EZ
87582003-11-11 Elena Zannoni <ezannoni@redhat.com>
8759
8760 * stabs.texinfo: Add dircategory and direntry commands.
8761 * annotate.texinfo: Ditto.
8762
963e2bb7
AC
87632003-11-10 Andrew Cagney <cagney@redhat.com>
8764
8765 * gdbint.texinfo (Target Architecture Definition): Replace the
8766 return_value method's "inval" and "outval" parameters with
8767 "readbuf" and "writebuf".
8768
1d8b2f28
JB
87692003-10-28 Jim Blandy <jimb@redhat.com>
8770
8771 * gdb.texinfo (The F request packet, The F reply packet): Renamed
8772 from "The `F' request packet" and "The `F' reply packet", to make
8773 texi2dvi happy.
8774 (File-I/O remote protocol extension): Update menu entries, too.
8775
36d86913
MC
87762003-10-26 Michael Chastain <mec@shout.net>
8777
8778 * gdb.texinfo (Thread Stops): Document the issue with
8779 premature return from system calls in multi-threaded programs.
8780
ce2826aa
AC
87812003-10-24 Andrew Cagney <cagney@redhat.com>
8782
8783 * annotate.texinfo: Fix "fortunatly"[sic].
8784
f24c5e49
KI
87852003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
8786
8787 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8788 with "Hitachi" and "Mitsubishi".
8789
92ad9cd9
AC
87902003-10-20 Andrew Cagney <cagney@redhat.com>
8791
8792 * gdbint.texinfo (Target Architecture Definition): Document
8793 gdbarch_return_value. Add cross references from
8794 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8795 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8796
0ab4b752
MK
87972003-10-18 Mark Kettenis <kettenis@gnu.org>
8798
8799 * gdbint.texinfo (Target Architecture Definition): Document
8800 regset_from_core_section.
fb3e19c0
KI
8801
88022003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
8803
8804 * gdb.texinfo (M32R/D): Mention m32rsdi target.
8805
a9331b3f 88062003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
8807
8808 From Anthony Green <green@redhat.com>:
5ae4183a 8809 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 8810
1485d690
KB
88112003-10-14 Kevin Buettner <kevinb@redhat.com>
8812
889bf7c5
PA
8813 * gdb.texinfo (Breakpoint related warnings): New node.
8814 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 8815
86d30acc
DJ
88162003-10-13 Daniel Jacobowitz <drow@mvista.com>
8817
8818 * gdb.texinfo (Remote Protocol): Document v and vCont.
8819
172c2a43
KI
88202003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8821
8822 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8823 * gdbint.texinfo: Ditto.
8824
71952f4c
AC
88252003-10-09 Andrew Cagney <cagney@redhat.com>
8826
8827 From 2003-09-18 David Anderson <davea@sgi.com>:
8828 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8829 "command".
8830
268e2188
AC
88312003-10-03 Andrew Cagney <cagney@redhat.com>
8832
8833 * gdbint.texinfo (Target Architecture Definition): Deprecate
8834 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
8835 just target.
8836
12c266ea 88372003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 8838
f30992d4 8839 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
8840 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8841 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8842 * gdbint.texinfo (Target Architecture Definition): Rename
8843
88442003-09-30 Andrew Cagney <cagney@redhat.com>
8845
f30992d4 8846 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 8847 (Target Architecture Definition):
f30992d4 8848
2e092625
AC
8849 * gdbint.texinfo (Target Architecture Definition): Rename
8850 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8851
0717ae8a
AC
88522003-09-29 Andrew Cagney <cagney@redhat.com>
8853
dad809b7
AC
8854 * gdbint.texinfo (Target Architecture Definition): Delete
8855 documentation for NEED_TEXT_START_END.
8856
0717ae8a
AC
8857 * gdbint.texinfo (Target Architecture Definition): Rename
8858 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
8859 TARGET_WRITE_PC.
a9331b3f 8860
af6cf26d
MC
88612003-09-22 Michael Chastain <mec@shout.net>
8862
8863 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8864
ee206350
AG
88652003-09-21 Anthony Green <green@redhat.com>
8866
8867 * gdbint.texinfo (Target Architecture Definition): Fix typos.
8868
a38c9fe6
MK
88692003-09-21 Mark Kettenis <kettenis@gnu.org>
8870
8871 * gdbint.texinfo (Target Architecture Definition): Document
8872 stabs_argument_has_addr.
8873
77949794
AC
88742003-09-18 Andrew Cagney <cagney@redhat.com>
8875
8876 * gdbint.texinfo (Target Architecture Definition): Delete
8877 documentation on REGISTER_NAMES.
8878
8e823e25
MK
88792003-09-13 Mark Kettenis <kettenis@gnu.org>
8880
8881 * gdbint.texinfo (Target Architecture Definition): Replace
8882 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8883
f27dd7fd
AC
88842003-09-11 Andrew Cagney <cagney@redhat.com>
8885
8886 * gdbint.texinfo (Target Architecture Definition): Replace
8887 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8888
8b148df9
AC
88892003-08-18 Andrew Cagney <cagney@redhat.com>
8890
8891 * gdbint.texinfo (Target Architecture Definition): Document
8892 "frame_red_zone_size".
8893
25d29d70
AC
88942003-08-09 Andrew Cagney <cagney@redhat.com>
8895
8896 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8897 with "set/show backtrace past-main" and "set/show backtrace
8898 limit".
8899
c938e9b0
L
89002003-08-08 H.J. Lu <hongjiu.lu@intel.com>
8901
8902 * Makefile.in (install-info): Support DESTDIR.
8903 (install-html): Likewise.
8904
64fabec2
AC
89052003-08-07 Andrew Cagney <cagney@redhat.com>
8906
8907 Patch from Nick Roberts.
8908 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8909 bindings. Remove description of send-gdb-command.
8910
2fcf52f0
AC
89112003-08-07 Andrew Cagney <cagney@redhat.com>
8912
8913 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8914 GDB 6.0.
8915
086432e2
AC
89162003-08-06 Andrew Cagney <cagney@redhat.com>
8917
8918 * gdb.texinfo (Mode Options): Mention that level three is the
8919 highest available and that level 2 is deprecated.
8920 (Annotations Overview): Mention annotation levels. Cross reference
8921 to "Limitations of the Annotation Interface" in annotate.texi.
8922 (TODO, Value Annotations, Frame Annotations): Delete section.
8923 (Displays, Breakpoint Info): Delete.
8924
e5249f67
AC
89252003-08-04 Andrew Cagney <cagney@redhat.com>
8926
8927 * agentexpr.texi: Delete @bye.
8928 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8929 (stabs.info): Add $(srcdir) to include search path.
8930 (html): Depend on "annotate_toc.html", and not "annotate.html".
8931 * stabs.texinfo: Ditto. Include "fdl.texi".
8932 * gdbint.texinfo: Update copyright statement's list of invariant
8933 sections.
8934
e6f672d2
AC
89352003-07-28 Andrew Cagney <cagney@redhat.com>
8936
8937 * Makefile.in (INFO_DEPS): Add annotate.info.
8938 (dvi, ps, html, pdf): Add annotate.
8939 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8940 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8941 (ANNOTATE_DOC_FILES): New macro.
8942 (ANNOTATE_TEX_TMPS): New macro.
8943 (annotate.info, annotate_toc.html): Specify dependencies.
8944 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8945 * annotate.texinfo: Rename annotate.texi. Get building. Add
8946 "Migrating to GDB/MI" and "Limitations of the Annotation
8947 Interface" chapters. Mention why it is not part of the user
8948 guide. Update copyright notice. Include "fdl.texi".
8949
72ffddc9
SC
89502003-07-26 Stephane Carrez <stcarrez@nerim.fr>
8951
8952 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8953
a9f12a31
DJ
89542003-07-24 Daniel Jacobowitz <drow@mvista.com>
8955
8956 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8957
b1fe9455
DJ
89582003-07-24 Daniel Jacobowitz <drow@mvista.com>
8959
8960 * gdb.texinfo (Server): Mention pidof.
8961
153721e6
AC
89622003-07-22 Andrew Cagney <cagney@redhat.com>
8963
8964 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
8965 list.
8966
0fac0b41
DJ
89672003-06-28 Daniel Jacobowitz <drow@mvista.com>
8968
8969 * gdb.texinfo (Logging output): New chapter.
8970
4e562065
JB
89712003-06-24 Joel Brobecker <brobecker@gnat.com>
8972
8973 * gdb.texinfo (Unsupported languages): New section.
8974 (Languages): Add link to new section.
8975
f2c06f52
AC
89762003-06-22 Andrew Cagney <cagney@redhat.com>
8977
8978 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
8979
b4177fca
DJ
89802003-06-22 Daniel Jacobowitz <drow@mvista.com>
8981
8982 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
8983
f418dd93
DJ
89842003-06-22 Daniel Jacobowitz <drow@mvista.com>
8985
8986 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
8987 * agentexpr.texi: Retitle section, and change it to an appendix.
8988 Comment out texinfo initialization. Factor a @var{} into two
8989 pieces to prevent makeinfo warnings.
8990 * gdb.texinfo: Add Agent Expressions appendix.
8991
4ca61388
DJ
89922003-06-19 Daniel Jacobowitz <drow@mvista.com>
8993
8994 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
8995
07f31aa6
DJ
89962003-06-18 Daniel Jacobowitz <drow@mvista.com>
8997
5ae4183a 8998 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
8999 remote target". Document the "detach" and "disconnect" commands.
9000 (Server, Netware, Debug Session): Reference "Connecting to a
9001 remote target".
9002 (GDB/MI Target Manipulation): Document "-target-disconnect".
9003
2dd0da42
AC
90042003-06-13 Andrew Cagney <cagney@redhat.com>
9005
9006 * gdbint.texinfo (Target Architecture Definition): Deprecate
9007 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
9008 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
9009
e7a3abfc
JB
90102003-06-09 Jim Blandy <jimb@redhat.com>
9011
9012 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
9013
25e3a86b
AC
90142003-06-08 Andrew Cagney <cagney@redhat.com>
9015
9016 * gdbint.texinfo (Target Architecture Definition): Delete
9017 documentation on FRAME_ARGS_ADDRESS_CORRECT.
9018
a9e5fdc2
AC
90192003-06-08 Andrew Cagney <cagney@redhat.com>
9020
9021 * gdbint.texinfo (Target Architecture Definition): Document
9022 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
9023
b37303ee
AF
90242003-06-07 Adam Fedor <fedor@gnu.org>
9025
9026 * gdb.texinfo: Add Objective-C documentation.
9027
39fe6e80
AC
90282003-06-01 Andrew Cagney <cagney@redhat.com>
9029
9030 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
9031 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
9032
125309b2
AC
90332003-05-21 Andrew Cagney <cagney@redhat.com>
9034
9035 * gdbint.texinfo (Target Architecture Definition): Delete
9036 references to "extract_address" and "store_address".
9037
b8b527c5
AC
90382003-05-16 Andrew Cagney <cagney@redhat.com>
9039
9040 * gdbint.texinfo (Target Architecture Definition): Replace
9041 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
9042 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
9043
50e3ee83
TR
90442003-05-14 Theodore A. Roth <troth@openavr.org>
9045
9046 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
9047
44e2be90
L
90482003-05-10 H.J. Lu <hongjiu.lu@intel.com>
9049
9050 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
9051 (gdb.dvi): Likewise.
9052 (gdb.pdf): Likewise.
9053 (links2roff): Likewise.
9054
df5215a6
JB
90552003-05-08 Jim Blandy <jimb@redhat.com>
9056
9057 * gdb.texinfo (Dump/Restore Files): Update documentation for
9058 'dump', 'append', and 'restore': note that format argument is
9059 optional; simplify presentation of the command variants; and be
9060 more precise about the formats.
9061
5e7b2f39
JB
90622003-05-07 Jim Blandy <jimb@redhat.com>
9063
9064 * gdb.texinfo (Symbols): Update documentation: 'maint list
9065 symtabs' and 'maint list psymtabs' have been renamed 'maint info
9066 symtabs' and 'maint info psymtabs'.
9067
b1e29e33
AC
90682003-05-05 Andrew Cagney <cagney@redhat.com>
9069
9070 * gdbint.texinfo (Target Architecture Definition): Make
9071 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
9072 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
9073 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
9074
00905d52
AC
90752003-05-04 Andrew Cagney <cagney@redhat.com>
9076
9077 * gdb.texinfo (Maintenance Commands): Document "maint print
9078 dummy-frames".
9079
54ff5908
AC
90802003-05-04 Andrew Cagney <cagney@redhat.com>
9081
9082 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
9083
32e7087d
JB
90842003-05-03 J. Brobecker <brobecker@gnat.com>
9085
9086 Thierry Schneider <tpschneider1@yahoo.com>
9087 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
9088 for new MI command.
9089
7043d8dc
AC
90902003-05-03 Andrew Cagney <cagney@redhat.com>
9091
9092 * gdbint.texinfo (Target Architecture Definition): Document
9093 push_dummy_code. Add cross references.
9094
e33d66ec
EZ
90952003-05-02 Elena Zannoni <ezannoni@redhat.com>
9096
9097 * gdb.texinfo (Character Sets): Update to reflect new behavior of
9098 set/show charsets commands.
9099
0ba6dca9
AC
91002003-04-28 Andrew Cagney <cagney@redhat.com>
9101
9102 * gdbint.texinfo (Target Architecture Definition): Replace
9103 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
9104 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
9105
d7a27068
AC
91062003-04-28 Andrew Cagney <cagney@redhat.com>
9107
9108 * gdbint.texinfo (Target Architecture Definition): Rename
9109 "tm_print_insn" to "deprecated_tm_print_insn".
9110
44ea7b70
JB
91112003-04-09 Jim Blandy <jimb@redhat.com>
9112
9113 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
9114 list psymtabs'.
9115
fb8f8949
AC
91162003-04-08 Andrew Cagney <cagney@redhat.com>
9117
9118 * gdbint.texinfo (Target Architecture Definition): Delete
9119 references to EXTRA_FRAME_INFO.
9120
32fb0f22
AC
91212003-04-08 Andrew Cagney <cagney@redhat.com>
9122
9123 * gdbint.texinfo (Target Architecture Definition): Delete
9124 PRINT_TYPELESS_INTEGER.
9125
6be67e67
JB
91262003-04-02 J. Brobecker <brobecker@gnat.com>
9127
9128 * observer.texi (GDB Observers): Adjust the documentation for the
9129 normal_stop notification to better describe reality. Fix a couple
9130 of minor typos.
9131
4e35d5f0
BR
91322003-04-02 Bob Rossi <bob_rossi@cox.net>
9133
a9331b3f 9134 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
9135 '-file-list-exec-source-file'
9136
e8a8712a
AC
91372003-03-31 Andrew Cagney <cagney@redhat.com>
9138
9139 * gdbint.texinfo (Target Architecture Definition): Delete
9140 references to CALL_DUMMY_P.
9141
6c0e89ed
AC
91422003-03-30 Andrew Cagney <cagney@redhat.com>
9143
9144 * gdbint.texinfo (Target Architecture Definition): Remove
9145 reference to TARGET_WRITE_SP.
a9331b3f 9146
378bfd1b
AC
91472003-03-27 Andrew Cagney <cagney@redhat.com>
9148
9149 * gdbint.texinfo (Target Architecture Definition): Remove
9150 references to write_sp.
6c0e89ed 9151
922fbb7b
AC
91522003-03-27 Andrew Cagney <cagney@redhat.com>
9153
9154 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
9155 chapter body. Use @smallexample instead of @example.
9156 (Annotations): Ditto.
9157 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
9158 annotate.texi.
9159
b81774d8
AC
91602003-03-26 Andrew Cagney <cagney@redhat.com>
9161
9162 * gdbint.texinfo (Target Architecture Definition): Replace
9163 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
9164 dummy_addr parameters.
9165
1bf6d5cc
AC
91662003-03-25 Andrew Cagney <cagney@redhat.com>
9167
9168 * gdbint.texinfo (Target Architecture Definition): Delete
9169 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
9170 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9171 Add reference to PUSH_ARGUMENTS.
9172
618ce49f
AC
91732003-03-23 Andrew Cagney <cagney@redhat.com>
9174
9175 * gdbint.texinfo (Algorithms, Target Architecture Definition):
9176 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
9177
bcd7e15f
JB
91782003-03-18 J. Brobecker <brobecker@gnat.com>
9179
9180 * gdbint.texinfo (Algorithms): Add new section describing the
9181 Observer paradigm.
9182 (Top): Add menu entry to new observer appendix.
9183 * observer.texi: New file.
9184 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
9185 new observer.texi file.
9186
9fe8321b
AC
91872003-03-17 Andrew Cagney <cagney@redhat.com>
9188
9189 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
9190 that GNU Press update the manual version number.
9191
ac2adee5
AC
91922003-03-12 Andrew Cagney <cagney@redhat.com>
9193
9194 * gdbint.texinfo (Target Architecture Definition): Delete
9195 references to get_saved_register. Rename GET_SAVED_REGISTER to
9196 DEPRECATED_GET_SAVED_REGISTER.
9197
749b82f6
AC
91982003-03-13 Andrew Cagney <cagney@redhat.com>
9199
9200 * gdbint.texinfo (Target Architecture Definition): Replace
9201 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
9202
8bedc050
AC
92032003-03-12 Andrew Cagney <cagney@redhat.com>
9204
9205 * gdbint.texinfo (Target Architecture Definition): Rename
9206 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 9207
0ce1b118
CV
92082003-03-10 Corinna Vinschen <vinschen@redhat.com>
9209
9210 * gdb.texinfo: Add File-I/O documentation.
9211
12cc2063
AC
92122003-03-10 Andrew Cagney <cagney@redhat.com>
9213
9214 * gdbint.texinfo (Target Architecture Definition): Cross reference
9215 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
9216
7453dc06
AC
92172003-03-07 Andrew Cagney <cagney@redhat.com>
9218
9219 * gdb.texinfo (Debugging Output): Mention the "set/show debug
9220 frame" command.
9221
6314f104
AC
92222003-03-05 Andrew Cagney <cagney@redhat.com>
9223
9224 * gdbint.texinfo (Target Architecture Definition): Document
9225 unwind_dummy_id. Cross reference unwind_dummy_id and
9226 SAVE_DUMMY_FRAME_TOS.
9227
f1212245
DJ
92282003-03-05 James Ingham <jingham@apple.com>
9229 Daniel Jacobowitz <drow@mvista.com>
9230
9231 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
9232 and "show cp-abi".
9233
77e7e267
AC
92342003-03-03 Andrew Cagney <cagney@redhat.com>
9235
9236 * gdbint.texinfo (Target Architecture Definition): Document
9237 register_type.
9238
838a8221
AC
92392003-03-03 Andrew Cagney <cagney@redhat.com>
9240
9241 * stabs.texinfo (Structures): Use @samp and separate @var's
9242 instead of a single @var containing a comma separated list.
9243 (Unions): Ditto.
9244
d7f4a264
DJ
92452003-03-02 Daniel Jacobowitz <drow@mvista.com>
9246
9247 * Makefile.in (distclean): Remove config.log.
9248
f30ee0bc
AC
92492003-03-01 Andrew Cagney <cagney@redhat.com>
9250
9251 * gdbint.texinfo (Target Architecture Definition): Rename
9252 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
9253
92542003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
9255
9256 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
9257 DEPRECATED_INIT_EXTRA_FRAME_INFO.
9258
be448670
CF
92592003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
9260
9261 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
9262 (Non-debug DLL symbols): New node, describing the minimal symbols
9263 loaded from DLLs without real debugging symbols.
9264
501eef12
AC
92652003-02-20 Andrew Cagney <ac131313@redhat.com>
9266
9267 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
9268 hardware-breakpoint-limit".
9269 (Set Watchpoints): Add cross reference to "set remote
9270 hardware-watchpoint-limit".
9271 (Remote configuration options): New section.
9272
21c294e6
AC
92732003-02-04 Andrew Cagney <ac131313@redhat.com>
9274
e9be73e4
AC
9275 * gdbint.texinfo (Target Architecture Definition): Delete
9276 descrption of IS_TRAPPED_INTERNALVAR.
9277
21c294e6
AC
9278 From Keith Seitz <keiths@redhat.com>:
9279 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
9280 option "-i"/"--interpreter" to this chapter. Include index
9281 entries.
9282
0179ffac
DC
92832003-02-04 David Carlton <carlton@math.stanford.edu>
9284
9285 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
9286 (Variables): Recommend stabs+ and DWARF 2.
9287 (C plus plus expressions): Correct info about
9288 compiler versions, debug formats.
9289 (Contributors): Change 'DWARF2' to 'DWARF 2'.
9290 PR symtab/874.
9291
7ca9f392
AC
92922003-02-01 Andrew Cagney <ac131313@redhat.com>
9293
9294 * gdbint.texinfo (Target Architecture Definition): Delete
9295 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
9296 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
9297 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
9298 references to nindy and i960.
9299 * gdb.texinfo (i960): Delete all references to i960 and nindy.
9300
31a85ea2
AC
93012003-02-01 Andrew Cagney <ac131313@redhat.com>
9302
9303 * gdbint.texinfo (Target Architecture Definition): Delete
9304 FLOAT_INFO.
9305
6b894e49
AC
93062003-01-30 Andrew Cagney <ac131313@redhat.com>
9307
9308 * stabs.texinfo (Member Type Descriptor): Clarify description of
9309 `@'. Suggested by Ben Hutchings.
9310
c48861fb
AC
93112003-01-29 Andrew Cagney <ac131313@redhat.com>
9312
9313 * gdb.texinfo (M68K): Delete reference to es1800.
9314
617073a9
AC
93152003-01-29 Andrew Cagney <ac131313@redhat.com>
9316
9317 * gdb.texinfo (Maintenance Commands): Document `maint print
9318 reggroups' and `maint print register-groups'.
9319 * gdbint.texinfo (Target Architecture Definition): Document
9320 register_reggroup_p.
9321
5b5d99cf
JB
93222003-01-23 Jim Blandy <jimb@redhat.com>
9323
9324 * gdb.texinfo (Separate Debug Files): New section.
9325
e7ba9c65
DJ
93262003-01-22 Daniel Jacobowitz <drow@mvista.com>
9327
9328 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
9329 and "maint show profile".
9330
94e91d6d
MC
93312003-01-16 Michael Chastain <mec@shout.net>
9332
9333 * gdb.texinfo (Installing GDB): Warn against
9334 ".../gdb-VERSION/gdb/configure".
9335 (Separate Objdir): Likewise.
9336
867f3898
AC
93372003-01-15 Andrew Cagney <ac131313@redhat.com>
9338
9339 * gdbint.texinfo (Target Architecture Definition): Delete
9340 definition of PRINT_REGISTER_HOOK.
9341
f153cc92
EZ
93422003-01-15 Elena Zannoni <ezannoni@redhat.com>
9343
9344 (OpenRISC 1000): Fix formatting of command names.
9345
c60eb6f1
EZ
93462003-01-15 Elena Zannoni <ezannoni@redhat.com>
9347
9348 * gdb.texinfo (Continuing and Stepping): Add new command
9349 'advance'. Clarify behavior of 'until'.
9350
f5ebfba0
DJ
93512003-01-13 Daniel Jacobowitz <drow@mvista.com>
9352
9353 * gdb.texinfo (Files): Document solib-absolute-prefix and
9354 solib-search-path.
9355
4ce8657e
MC
93562003-01-09 Michael Chastain <mec@shout.net>
9357
9358 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
9359 (Create a Release): Add new instructions for new @file{src-release}.
9360 Document existing instructions for @file{Makefile.in} as
9361 being for @value{GDBN} 5.3.1 or earlier.
9362
372613e3
AC
93632003-01-09 Andrew Cagney <ac131313@redhat.com>
9364
9365 * gdbint.texinfo (Target Architecture Definition): Mention
9366 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
9367 allocate memory.
9368
b4e9345d
DJ
93692003-01-04 Daniel Jacobowitz <drow@mvista.com>
9370
9371 * gdb.texinfo (Controlling GDB): Add @kindex for
9372 "show osabi".
9373 (Backtraces): Add @kindex's for backtrace-below-main.
9374
98b45e30
DJ
93752003-01-04 Daniel Jacobowitz <drow@mvista.com>
9376
9377 * gdb.texinfo (Controlling GDB): Document "set osabi".
9378
95f90d25
DJ
93792003-01-04 Daniel Jacobowitz <drow@mvista.com>
9380
9381 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
9382 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
9383
1e698235
DJ
93842003-01-04 Daniel Jacobowitz <drow@mvista.com>
9385
9386 * gdb.texinfo (Controlling GDB): Add ABI section. Document
9387 "set coerce-float-to-double".
9388 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
9389
e632838e
AC
93902003-01-02 Andrew Cagney <ac131313@redhat.com>
9391
9392 * stabs.texinfo: Remove obsolete text.
9393 * gdbint.texinfo: Ditto.
9394 * gdb.texinfo: Ditto.
9395
c133ab7a
MK
93962002-12-22 Mark Kettenis <kettenis@gnu.org>
9397
9398 * gdbint.texinfo (Target Architecture Definition): Update
9399 description of gdbarch_register_osabi.
9400
f821f325
KH
94012002-12-20 Kazu Hirata <kazu@cs.umass.edu>
9402
9403 * agentexpr.texi: Fix typos.
9404 * annotate.texi: Likewise.
9405 * fdl.texi: Likewise.
9406
85a6d8d3 94072002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
9408
9409 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
9410 DEPRECATED_INIT_FRAME_PC.
9411
ae45cd16
AC
94122002-12-01 Andrew Cagney <ac131313@redhat.com>
9413
9414 * gdbint.texinfo (Target Architecture Definition): Delete
9415 PC_IN_CALL_DUMMY.
9416
07555a72
AC
94172002-11-28 Andrew Cagney <ac131313@redhat.com>
9418
9419 * gdbint.texinfo (Host Definition): Delete documentation on
9420 USE_GENERIC_DUMMY_FRAMES.
9421
c166cdc7
EZ
94222002-11-26 Elena Zannoni <ezannoni@redhat.com>
9423
5ae4183a 9424 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
9425 * Makefile.in (install-info): Run the install-info command as part
9426 of the post install steps only.
9427 (uninstall-info): New target.
9428 (uninstall): New target.
9429
35db0260
EZ
94302002-11-22 Elena Zannoni <ezannoni@redhat.com>
9431
9432 * Makefile.in (install): Make install do some real work.
9433
9ba8d803
AC
94342002-11-19 Andrew Cagney <ac131313@redhat.com>
9435
9436 Fix POSIX problem reported by Paul Eggert.
9437 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
9438 Fix PR gdb/527.
9439
903ad3a6
AC
94402002-10-26 Andrew Cagney <cagney@redhat.com>
9441
9442 * gdbint.texinfo (Target Architecture Definition): Delete
9443 definition of DO_REGISTERS_INFO.
9444
f2abfe65
KB
94452002-10-18 Kevin Buettner <kevinb@redhat.com>
9446
9447 * gdbint.texinfo (Address Classes): Fix problems with insertion
9448 of ``{'' and ``}'' in example.
9449
b5b0480a
KB
94502002-10-17 Kevin Buettner <kevinb@redhat.com>
9451
9452 * gdbint.texinfo (Address Classes): New section.
9453 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
9454 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
9455 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
9456 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
9457
c85508ee
KD
94582002-10-11 Klee Dienes <kdienes@apple.com>
9459
9460 * gdb.texinfo (Registers): Mention vector registers as well as
9461 floating registers in the documentation for 'info registers' and
9462 'info all-registers'.
9463
6d12fc3d
DJ
94642002-10-11 Daniel Jacobowitz <drow@mvista.com>
9465
9466 * gdbint.texinfo (CPLUS_MARKER): Remove item.
9467
8d19fbd2
JJ
94682002-10-03 Jeff Johnston <jjohnstn@redhat.com>
9469
9470 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
9471 interface definition.
9472
a37295f9
MM
94732002-10-03 Marko Mlinar <markom@opencores.org>
9474
9475 * gdb.texinfo (Target Commands): Add or1k target specific
9476 commands.
9477 * gdb.texinfo (Contributors): Add myself to the contributors list.
9478
da0f9dcd
AC
94792002-10-01 Andrew Cagney <ac131313@redhat.com>
9480
9481 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
9482 and "mi1" instead of "mi1" and "mi0".
9483
2e834e49
HPN
94842002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
9485
9486 * gdb.texinfo (Packets): Fix typos "alligned".
9487 Correct z3/Z3 description. Correct z4/Z4 title.
9488
050be0dc
AC
94892002-09-27 Andrew Cagney <ac131313@redhat.com>
9490
9491 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
9492
1104b9e7
KB
94932002-09-25 Kevin Buettner <kevinb@redhat.com>
9494
9495 * gdb.texinfo: Use GNU/Linux instead of Linux.
9496
512217c7
AC
94972002-09-25 Andrew Cagney <ac131313@redhat.com>
9498
9499 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
9500
10998722
AC
95012002-09-24 Andrew Cagney <ac131313@redhat.com>
9502
512217c7 9503 * gdb.texinfo: Replace @example with @smallexample.
10998722 9504
a0eb71c5
KB
95052002-09-20 Kevin Buettner <kevinb@redhat.com>
9506
f7dc1244 9507 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
9508 * gdb.texinfo (Character Sets): Use @smallexample instead of
9509 @example. Use GNU/Linux instead of Linux.
9510
95112002-09-20 Jim Blandy <jimb@redhat.com>
9512
9513 * gdb.texinfo: Add character set documentation.
9514
2f870471
AC
95152002-09-19 Andrew Cagney <ac131313@redhat.com>
9516
9517 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
9518 (Packets): Add cross reference from `b' packet to `z' packets.
9519
790eb8f5
AC
95202002-09-19 Andrew Cagney <ac131313@redhat.com>
9521
8d30a00d
AC
9522 * gdb.texinfo (Maintenance Commands): Document ``maint
9523 internal-error'' and ``maint internal-warning''.
9524
790eb8f5
AC
9525 * gdbint.texinfo (Target Architecture Definition): Revise
9526 description of STACK_ALIGN. Add description of FRAME_ALIGN.
9527
a23a7bf1
JB
95282002-09-19 Joel Brobecker <brobecker@gnat.com>
9529
9530 * gdbint.texinfo (Target Conditionals): Document the new
9531 NAME_OF_MALLOC macro.
9532
299ffc64
AC
95332002-09-05 Andrew Cagney <ac131313@redhat.com>
9534
9535 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
9536 engineer.
9537
b7bb15bc
SC
95382002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9539
9540 * gdb.texinfo (TUI Overview): Document status line fields.
9541
3d757584
SC
95422002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9543
9544 * gdb.texinfo (TUI Commands): Document info win command.
9545
269c21fe
SC
95462002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9547
9548 * gdb.texinfo (TUI Overview): Document breakpoint markers.
9549
7cf36c78
SC
95502002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9551
9552 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9553 (TUI Keys): Likewise.
9554
d2c6833e
AC
95552002-08-25 Andrew Cagney <ac131313@redhat.com>
9556
9557 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9558 for a packet receive.
9559
46d8b1c3
AC
95602002-08-25 Andrew Cagney <ac131313@redhat.com>
9561
9562 * Makefile.in (clean): Move to end of file.
9563 (distclean, maintainer-clean, realclean): Ditto.
9564 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
9565 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9566 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9567 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9568
b0787093
AC
95692002-08-24 Andrew Cagney <ac131313@redhat.com>
9570
9571 * Makefile.in (GDBINT_TEX_TMPS): Define.
9572 (gdbint.dvi, gdbint.pdf): Use
9573 (GDB_TEX_TMPS): Define.
9574 (gdb.dvi, gdb.pdf): Use.
9575 (STABS_TEX_TMPS): Define.
9576 (stabs.dvi, stabs.pdf): Use.
9577 (GDB_DOC_SOURCE_INCLUDES): New macros.
9578 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9579 (GDBINT_DOC_FILES_INCLUDES): New macros.
9580 (GDBINT_DOC_BUILD_INCLUDES): New macros.
9581 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9582 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9583 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9584 (links2roff): Replace SFILES_INCLUDED with
9585 GDB_DOC_SOURCE_INCLUDES.
9586 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9587 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9588 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9589 dependencies.
9590 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9591 dependencies.
9592 (gdbmi.texinfo): Delete rule.
9593 (inc-hist.texinfo): Delete rule.
9594 (rluser.texinfo): Delete rule.
9595
ebba8386
AC
95962002-08-23 Andrew Cagney <cagney@redhat.com>
9597
9598 * gdbint.texinfo (Target Architecture Definition): Update
9599 STORE_RETURN_VALUE, mention regcache.
9600
0ab7a791
AC
96012002-08-21 Andrew Cagney <ac131313@redhat.com>
9602
9603 * gdbint.texinfo (Target Architecture Definition): Document
9604 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
9605
ee2d5c50
AC
96062002-08-19 Andrew Cagney <ac131313@redhat.com>
9607
9608 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
9609 Fix minor typos. Add index entries.
9610
53c69bd7
AC
96112002-08-18 Andrew Cagney <ac131313@redhat.com>
9612
9613 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9614
e76f1f2e
AC
96152002-08-15 Andrew Cagney <ac131313@redhat.com>
9616
9617 * gdbint.texinfo (Target Architecture Definition): Document
9618 PRINT_VECTOR_INFO.
9619 * gdb.texinfo (Vector Unit): Document "info vectors" command.
9620
0680b120
AC
96212002-08-13 Andrew Cagney <ac131313@redhat.com>
9622
9623 * gdb.texinfo (Maintenance Commands): Document "maint print
9624 registers", "maint print raw-registers" and "maint print
9625 cooked-registers".
9626
3c3bea1c
GS
96272002-08-08 Grace Sainsbury <graces@redhat.com>
9628
a9331b3f 9629 From Mark Salter:
3c3bea1c
GS
9630 * gdb.texinfo (Protocol): Document T packet extension to
9631 allow watchpoint address reporting.
9632
42f9b0a5
AC
96332002-08-03 Andrew Cagney <ac131313@redhat.com>
9634
9635 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9636
db034ac5
AC
96372002-08-01 Andrew Cagney <cagney@redhat.com>
9638
9639 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9640 to CHILL.
9641
e2b28d04
AC
96422002-08-01 Andrew Cagney <ac131313@redhat.com>
9643
9644 * gdbint.texinfo (Coding): Revise section "Include Files".
9645
7fb623f7
AC
96462002-07-24 Andrew Cagney <cagney@redhat.com>
9647
9648 * gdbint.texinfo: Obsolete references to m88k.
9649 * gdb.texinfo: Ditto.
9650
4a2b4636
JB
96512002-07-10 Joel Brobecker <brobecker@gnat.com>
9652
7fb623f7 9653 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
9654 where the proper version of autoconf can be retrieved.
9655
a71ec265
DH
96562002-07-09 Don Howard <dhoward@redhat.com>
9657
9658 * gdb.texinfo (Command Files): Further describe the behavior of
9659 sourced command files.
9660
b9aa90c9
AC
96612002-06-27 Andrew Cagney <ac131313@redhat.com>
9662
9663 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9664 (Coding): Clarify ISO C version that GDB assumes.
9665
40dd2248
TT
96662002-06-26 Tom Tromey <tromey@redhat.com>
9667
9668 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9669 add_setshow_cmd_full.
9670
bfac230e
DH
96712002-06-25 Don Howard <dhoward@redhat.com>
9672
9673 * gdb.texinfo (Memory Region Attributes): Document new behavior
9674 for 'mem' command.
9675
475b0867
JB
96762002-06-11 Jim Blandy <jimb@redhat.com>
9677
919d772c
JB
9678 * gdb.texinfo (Symbols): Update documentation for `info source'
9679 command.
9680
475b0867
JB
9681 * gdb.texinfo (Macros): Call the command `info macro', not
9682 `show macro'.
9683
ba8c9337
AC
96842002-06-09 Andrew Cagney <ac131313@redhat.com>
9685
9686 * gdbint.texinfo (Coding): Add section ``Per-architecture module
9687 data''.
9688
1029b7fa
MK
96892002-06-09 Mark Kettenis <kettenis@gnu.org>
9690
9691 * gdbint.texinfo (Target Architecture Definition): Document
9692 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9693
16737d73
AC
96942002-06-08 Andrew Cagney <ac131313@redhat.com>
9695
9696 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9697 lists.
9698
30107679
AC
96992002-06-08 Andrew Cagney <ac131313@redhat.com>
9700
9701 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9702 Branch''.
9703
3352e23e
AC
97042002-06-01 Andrew Cagney <ac131313@redhat.com>
9705
9706 * gdbint.texinfo (Target Architecture Definition): Add section
9707 ``Converting an existing Target Architecture to Multi-arch''.
9708
cbb09e6a
AC
97092002-05-30 Andrew Cagney <ac131313@redhat.com>
9710
9711 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9712 to ``Obsoleting code''. Revise.
9713
e2e0bcd1
JB
97142002-05-17 Jim Blandy <jimb@redhat.com>
9715
9716 * gdb.texinfo (C Preprocessor Macros): New chapter.
9717 Include it in the main menu.
9718 (Contributors): Credit Jim Blandy with macro support.
9719 (Compilation): Explain how to get macro information into the
9720 executable.
9721 (Expressions): Note that preprocessor macros are expanded.
9722
9db8d71f
DJ
97232002-05-14 Daniel Jacobowitz <drow@mvista.com>
9724
9725 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9726 options for `target remote'.
9727
6d531722
AC
97282002-05-13 Andrew Cagney <ac131313@redhat.com>
9729
9730 * gdbint.texinfo (Target Architecture Definition): Delete
9731 documentation on NNPC_REGNUM.
9732
13d01224
AC
97332002-05-11 Andrew Cagney <ac131313@redhat.com>
9734
9735 * gdbint.texinfo (Target Architecture Definition): Document
9736 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9737 (Target Architecture Definition): Revise section `Using Different
9738 Register and Memory Data Representations'. Add section `Raw and
9739 Virtual Register Representations'.
9740
b2e75d78
AC
97412002-05-11 Andrew Cagney <ac131313@redhat.com>
9742
9743 * gdbint.texinfo (Target Architecture Definition): Mention
9744 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9745 (Target Architecture Definition): Mention same. Add references to
9746 web pages.
9747
2c8682ee
MS
97482002-05-08 Michael Snyder <msnyder@redhat.com>
9749
9750 * stabs.texinfo (Attributes): Document new "vector" attribute.
9751
0816590b
AC
97522002-05-04 Andrew Cagney <ac131313@redhat.com>
9753
9754 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9755
2653173e
AC
97562002-05-04 Andrew Cagney <ac131313@redhat.com>
9757
9758 * gdb.texinfo: Delete obsolete references to a29k.
9759
d7bd68ca
AC
97602002-04-24 Andrew Cagney <ac131313@redhat.com>
9761
9762 * gdbint.texinfo (Target Architecture Definition): Replace
9763 IN_SIGTRAMP with PC_IN_SIGTRAMP.
9764
21d83aa5
DM
97652002-04-24 David S. Miller <davem@redhat.com>
9766
9767 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9768
7673a6cc
DM
97692002-04-21 David S. Miller <davem@redhat.com>
9770
9771 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9772
d49d1e0a
AC
97732002-04-21 Andrew Cagney <ac131313@redhat.com>
9774
9775 * gdbint.texinfo (Target Architecture Definition): Delete
9776 definition of HAVE_REGISTER_WINDOWS.
9777
f7dc1244 97782002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
9779
9780 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
9781 "Theodore A. Roth" <troth@verinet.com>.
9782
5ca0cb28
DH
97832002-04-15 Don Howard <dhoward@redhat.com>
9784
f7dc1244 9785 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 9786 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 9787 Provide a better explaination of this feature.
5ca0cb28 9788
f208ba17
AC
97892002-04-14 Andrew Cagney <ac131313@redhat.com>
9790
9791 * gdbint.texinfo (Target Architecture Definition): Remove
9792 FRAME_CHAIN_COMBINE.
9793
d5ba91de
MC
97942002-04-12 Michael Chastain <mec@shout.net>
9795
9796 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9797 REG_STACK_SEGMENT.
9798
26818220
MC
97992002-04-09 Michael Chastain <mec@shout.net>
9800
9801 * gdbint.texinfo (Obsolete Conditionals): Remove references to
9802 PYRAMID_* macros.
9803
129188f6
AC
98042002-04-07 Andrew Cagney <ac131313@redhat.com>
9805
9806 * gdb.texinfo (Bug Reporting): Document that the web is the
9807 prefered way of submitting bug reports.
9808 (Bug Reporting): Delete the s-mail address as the last resort.
9809
8227c0ff
AC
98102002-04-05 Andrew Cagney <ac131313@redhat.com>
9811
9812 * gdbint.texinfo (Target Architecture Definition): Delete
9813 references to TARGET_WRITE_FP and write_fp.
9814
16d9dec6
MS
98152002-03-27 Michael Snyder <msnyder@redhat.com>
9816
9817 * gdb.texinfo: Document new commands dump, append, and restore.
9818
9ae8b82c
AC
98192002-03-27 Andrew Cagney <ac131313@redhat.com>
9820
9821 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9822 Branch'.
9823
474c8240
AC
98242002-03-18 Andrew Cagney <ac131313@redhat.com>
9825
9826 * gdb.texinfo: Change all examples to @smallexample.
9827 * gdbint.texinfo: Ditto.
a9331b3f 9828
fb0ff88f
AC
98292002-03-18 Andrew Cagney <ac131313@redhat.com>
9830
9831 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9832 Branches''.
9833
9bb0a4d8
AC
98342002-03-18 Andrew Cagney <ac131313@redhat.com>
9835
9836 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9837 Policy''.
9838
937f164b
FF
98392002-03-04 Fred Fish <fnf@redhat.com>
9840
9841 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9842 expresson, suports, dependant, trhe, perhaphs, situtations,
9843 explictily, taged, oportunity, unfortunatly).
9844
a7b40f07
AC
98452002-02-24 Andrew Cagney <ac131313@redhat.com>
9846
9847 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9848 Remove reference to 3.12.
9849
aab4e0ec
AC
98502002-02-23 Andrew Cagney <ac131313@redhat.com>
9851
9852 * gdbint.texinfo: Include fdl.texi.
9853 (Top): Add GNU Free Documentation License.
9854 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9855 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9856 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9857 (gdbint.info): Add srcdir to include path.
9858 * gdb.texinfo: Include gpl.texi.
9859 (Top): Add Copying.
9860 * gpl.texi: New file.
9861
47b95330
AC
98622002-02-23 Andrew Cagney <ac131313@redhat.com>
9863
9864 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9865
78c47bea
PM
98662002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9867
9868 * gdb.texinfo: Document Cygwin native specific commands.
9869
56460a61
DJ
98702002-02-15 Daniel Jacobowitz <drow@mvista.com>
9871
9872 * gdb.texinfo: Document gdbserver ``--attach'' command.
9873
def71bfa
MS
98742002-02-07 Michael Snyder <msnyder@redhat.com>
9875
9876 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9877 to @code(_ovly_debug_event).
9878
c928edc0
AC
98792002-02-07 Andrew Cagney <ac131313@redhat.com>
9880
9881 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9882
81d46470
MS
98832002-02-06 Michael Snyder <msnyder@redhat.com>
9884
9885 * gdb.texinfo (overlays): Mention new magic symbol
9886 '_ovly_debug_event', which allows GDB to keep better track
9887 of overlays.
9888
f7dc1244 98892002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
9890
9891 * gdb.texinfo (Memory Region Attributes): Fix the wording.
9892 Suggested by Dmitry Sivachenko.
9893
9894 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9895
15110bc3
MS
98962002-02-01 Michael Snyder <msnyder@redhat.com>
9897
9898 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9899
6763aef9
MS
99002002-01-30 Michael Snyder <msnyder@redhat.com>
9901
ac282366
MS
9902 * gdb.texinfo: (remote protocol): Gramatical fix-up.
9903 (set trust-readonly-sections): Document.
6763aef9 9904
8642bc8f
AC
99052002-01-29 Andrew Cagney <ac131313@redhat.com>
9906
9907 * gdbint.texinfo (Releasing GDB): Revise and update.
9908
afe64c1a
AC
99092002-01-28 Andrew Cagney <ac131313@redhat.com>
9910
9911 * gdbint.texinfo (Target Architecture Definition): Delete
9912 description of TARGET_BYTE_ORDER_DEFAULT.
9913
f7dc1244 99142002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
9915
9916 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
9917 <mitya@cavia.pp.ru>.
9918
3d6e1b5a
AC
99192002-01-23 Andrew Cagney <ac131313@redhat.com>
9920
9921 * libgdb.texinfo: Delete file.
9922
6c0e9fb3
AC
99232002-01-22 Andrew Cagney <ac131313@redhat.com>
9924
9925 * gdb.texinfo: Remove makeinfo 3.12 hacks.
9926 * gdbint.texinfo: Ditto.
9927
e0ce93ac
AC
9928Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
9929
9930 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9931
be298bcc
AC
99322002-01-22 Andrew Cagney <ac131313@redhat.com>
9933
9934 * Makefile.in: Update copyright.
9935 (TEXI2DVI): Define.
9936 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9937 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
9938 gdb-cfg.texi.
9939 (TEXINDEX, PDFTEX): Delete makefile variables.
9940
8e04817f
AC
99412002-01-22 Andrew Cagney <ac131313@redhat.com>
9942
9943 * gdb.texinfo (Protocol): Move section to appendix.
9944
6b2f586d
AC
99452002-01-21 Andrew Cagney <ac131313@redhat.com>
9946
9947 * gdb.texinfo (Remote Debugging): Create a menu.
9948 (Top): Add ``Remote Debugging'' to menu.
9949
6f05cf9f
AC
99502002-01-21 Andrew Cagney <ac131313@redhat.com>
9951
9952 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9953 serial protocol'' from here.
9954 (Remote Debugging): To here. New chapter.
9955
3fd3d7d2
AC
99562002-01-20 Andrew Cagney <ac131313@redhat.com>
9957
9958 * gdbint.texinfo (Target Architecture Definition): Delete
9959 description of TARGET_BYTE_ORDER_SELECTABLE_P.
9960
7fd60527
AC
99612002-01-20 Andrew Cagney <ac131313@redhat.com>
9962
9963 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
9964 are no longer needed.
9965 (Porting GDB): Add maintainer note about configure.host.
9966
c2f05ac9
AC
99672002-01-20 Andrew Cagney <ac131313@redhat.com>
9968
9969 * gdbint.texinfo (Target Architecture Definition): Remove
9970 definition of IEEE_FLOAT.
9971
f7dc1244 99722002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
9973
9974 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
9975 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
9976 <3diff@gnu.org>
231b2aad 9977
82600034
AC
99782002-01-19 Andrew Cagney <ac131313@redhat.com>
9979
9980 * gdbint.texinfo (Host Definition): Remove references to
9981 MALLOC_INCOMPATIBLE.
9982
7708fa01
AC
99832002-01-17 Andrew Cagney <ac131313@redhat.com>
9984
9985 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
9986 and xyz-xdep.o.
9987
eb12ee30
AC
99882002-01-17 Andrew Cagney <ac131313@redhat.com>
9989
889bf7c5 9990 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
9991 (Set Breaks): Copy ``maint info breakpoint'' doco to
9992 ``Maintenance Commands'' appendix. Add reference.
9993
c9ccaa92
AC
99942002-01-17 Andrew Cagney <ac131313@redhat.com>
9995
9996 * fdl.texi: Remove next/prev from @node.
9997
f7dc1244 99982002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
9999
10000 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
10001 for monstrous @multitable (from Brian Youmans).
10002
10003 * fdl.texi: New file.
10004
10005 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
10006
8973da3a
AC
100072002-01-15 Andrew Cagney <ac131313@redhat.com>
10008
10009 * gdbint.texinfo (Releasing GDB): New chapter.
10010
7d86b5d5
AC
100112002-01-14 Andrew Cagney <ac131313@redhat.com>
10012
10013 * gdb.texinfo (Embedded Processors, Calling program functions):
10014 Obsolete references to a29k.
10015
cc1cb004
AC
100162002-01-13 Andrew Cagney <ac131313@redhat.com>
10017
10018 * gdbint.texinfo (Coding): Review Cleanups section. Examples
10019 examples. Document that a code-block should do or discard its
10020 cleanups before exit.
10021
79f12247
MS
100222002-01-11 Michael Snyder <msnyder@redhat.com>
10023
10024 * gdb.texinfo (Choosing files): Change @samp to @file.
10025
19837790
MS
100262002-01-05 Michael Snyder <msnyder@redhat.com>
10027
10028 * gdb.texinfo (--pid): Document new command line option (attach).
10029
f7dc1244 100302002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
10031
10032 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
10033 in the stub.
10034
d7449b42
AC
100352002-01-04 Andrew Cagney <ac131313@redhat.com>
10036
10037 * gdbint.texinfo (Target Architecture Definition): Replace
10038 BIG_ENDIAN with BFD_ENDIAN_BIG.
10039
f23631e4
AC
100402002-01-03 Andrew Cagney <ac131313@redhat.com>
10041
10042 * gdbint.texinfo (Target Architecture Definition): Replace
10043 value_ptr with struct value pointer.
10044
72c9928d
EZ
100452002-01-02 Eli Zaretskii <eliz@gnu.org>
10046
10047 * gdb.texinfo (Free Software): Fix wording.
10048
959acfd1
EZ
100492001-12-31 Eli Zaretskii <eliz@gnu.org>
10050
10051 * gdb.texinfo (Free Software): New section ``Free Software Needs
10052 Free Documentation''.
10053
f7dc1244 100542001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
10055
10056 * stabs.texinfo:
10057 * gdb.texinfo:
10058 * gdbint.texinfo:
10059 * libgdb.texinfo:
10060 * annotate.texi: Fix the application of GFDL in the Copyright notice.
10061
6600abed
MS
100622001-12-29 Michael Snyder <msnyder@redhat.com>
10063
10064 * gdb.texinfo (maint info sections): Fix typo.
10065
f6680716
MS
100662001-12-26 Michael Snyder <msnyder@redhat.com>
10067
fe95c787
MS
10068 * gdb.texinfo (maint info sections): Document.
10069
a9331b3f 10070 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
10071 'info proc' sub-options that are currently not implemented.
10072
c3d3ce5b
JB
100732001-12-20 Jim Blandy <jimb@redhat.com>
10074
10075 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
10076
778eb05e
AC
100772001-12-15 Andrew Cagney <ac131313@redhat.com>
10078
10079 * gdbint.texinfo (Target Architecture Definition): Replace
10080 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
10081
2607059c
AC
100822001-12-01 Andrew Cagney <ac131313@redhat.com>
10083
10084 * gdbint.texinfo (Host Definition): Delete documentation on
10085 HOST_BYTE_ORDER.
10086
df0cd8c5
JB
100872001-11-30 Jim Blandy <jimb@redhat.com>
10088
10089 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 10090 overlay support. Add to top-level menu.
df0cd8c5 10091
88118b3a
TT
100922001-11-26 Tom Tromey <tromey@redhat.com>
10093
10094 * gdb.texinfo (Command Syntax): Document C-o binding.
10095
96565e91
CF
100962001-07-26 Christopher Faylor <cgf@redhat.com>
10097
10098 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
10099 use since it is described in the referenced section.
10100
f7dc1244 10101 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
10102 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
10103 clearer when using DJGPP.
10104
2a3d5645
CF
101052001-11-24 Christopher Faylor <cgf@redhat.com>
10106
10107 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
10108 specifically refer to MS-DOS.
10109 (command files): Mention gdb.ini is only used on MS-DOS.
10110
aa26fa3a
TT
101112001-11-21 Tom Tromey <tromey@redhat.com>
10112
10113 * gdb.texinfo (Invoking GDB): Document --args.
10114 (Mode Options): Likewise.
10115
4f8ada06
JB
101162001-11-21 Jim Blandy <jimb@redhat.com>
10117
10118 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
10119 Delete documentation; this macro has been removed from the
10120 sources.
4f8ada06 10121
3fe0dc10
JB
101222001-11-13 Jim Blandy <jimb@redhat.com>
10123
10124 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
10125
9e5abb06
CV
101262001-11-06 Corinna Vinschen <vinschen@redhat.com>
10127
10128 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
10129
1c5dfdad
MS
101302001-11-05 Michael Snyder <msnyder@redhat.com>
10131
a9331b3f 10132 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
10133 quote regexp chars in function names such as "operator*()".
10134
990f9fe3
FF
101352001-11-01 Fred Fish <fnf@redhat.com>
10136
10137 * gdbint.texinfo (SOLIB_ADD): Document additional new
10138 "readsyms" arg.
10139
b433d00b
DH
101402001-10-30 Don Howard <dhoward@redhat.com>
10141
070b1dd3
DH
10142 * gdb.texinfo: (Command Files) Added documentation for the
10143 behavior of gdb with input redirected from a file.
b433d00b 10144
b7209cb4
FF
101452001-10-28 Fred Fish <fnf@redhat.com>
10146
10147 * gdb.texinfo (auto-solib-add): Change docs to match
10148 implementation change.
10149 (auto-solib-limit): Add docs for new variable.
10150
1aa20aa8
AC
101512001-10-15 Andrew Cagney <ac131313@redhat.com>
10152
10153 * gdbint.texinfo (Target Architecture Definition): Function
10154 value_as_pointer renamed to value_as_address.
10155
fc0c74b1
AC
101562001-10-15 Andrew Cagney <ac131313@redhat.com>
10157
10158 * gdbint.texinfo (Target Architecture Definition): Default
10159 POINTER_TO_ADDRESS functions assume unsigned addresses.
10160 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
10161 posting by Jim Blandy.
10162
f4846649
JB
101632001-10-12 Jim Blandy <jimb@redhat.com>
10164
10165 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
10166 version of texi2html (1.64) doesn't support this flag any more.
10167
f277788b
MK
101682001-09-08 Mark Kettenis <kettenis@gnu.org>
10169
a9dc4918
MK
10170 * gdbint.texinfo (Host Definition): Remove description of
10171 MEM_FNS_DECLARED.
10172
d28379df
MK
10173 * gdbint.texinfo (Host Definition): Remove description of R_OK.
10174
f277788b
MK
10175 * gdbint.texinfo (Host Definition): Remove description of
10176 HAVE_SIGSETMASK.
10177
7ccaa899
EZ
101782001-09-04 Elena Zannoni <ezannoni@redhat.com>
10179
10180 * gdbint.texinfo (Target Architecture Definition): Add
10181 explanation of TARGET_PRINT_INSN macro.
10182
17d9d558
JB
101832001-08-30 Jim Blandy <jimb@redhat.com>
10184
10185 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
10186 Explain what it means to load relocatable files.
10187
72cde065
JB
101882001-08-28 Jim Blandy <jimb@redhat.com>
10189
10190 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
10191 info `top' menu.
10192
9e678452
CF
10193Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
10194
10195 * gdbint.texinfo: Add a cautionary note about macro use.
10196
a2bea4c3 101972001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 10198
a2bea4c3
CV
10199 * gdb.texinfo: Explain omitting the hostname in the
10200 `target remote' command.
10201
1129bf27
DJ
102022001-07-30 Daniel Jacobowitz <drow@mvista.com>
10203
10204 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
10205 and END-INFO-DIR-ENTRY.
10206
732b3002
SC
102072001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10208
10209 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
10210
89437448
AC
102112001-07-25 Andrew Cagney <ac131313@redhat.com>
10212
10213 * gdbint.texinfo (libgdb): Rewrite.
10214
f7dc1244 102152001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
10216
10217 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
10218
c4555f82
SC
102192001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10220
10221 * gdb.texinfo (TUI): New chapter, document the TUI.
10222 (Mode Options): Document the -tui option.
10223
2f45a6e0
MK
102242001-07-23 Mark Kettenis <kettenis@gnu.org>
10225
10226 * gdbint.texinfo (Host Definition): Remove description of
10227 NEED_POSIX_SETPGID.
10228
f7dc1244 102292001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
10230
10231 * gdb.tex (DJGPP Native): New node, with descriptions of
10232 DJGPP-specific commands.
10233
be9c6c35
JM
102342001-07-19 John R. Moore <jmoore@redhat.com>
10235
10236 * gdbint.texinfo: Three misspellings.
10237
dfa249fb
AC
102382001-07-06 Andrew Cagney <ac131313@redhat.com>
10239
10240 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
10241 `test` expressions on bash. Problem reported by Colin Walters.
10242
c72e7388
AC
102432001-07-04 Andrew Cagney <ac131313@redhat.com>
10244
10245 * gdbint.texinfo (User Interface): Update ui-out documentation to
10246 refelect recent UI/MI updates.
10247
94bbb2c0
AC
102482001-07-04 Andrew Cagney <ac131313@redhat.com>
10249
10250 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
10251 interpreters.
10252
af6c57ea
AC
102532001-06-15 Andrew Cagney <ac131313@redhat.com>
10254
10255 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
10256 structure and not macros.
10257 (Host Definition): Document that much of this chapter is obsolete.
10258 (Target Architecture Definition): Update list of files that make
10259 up a target architecture.
10260 (Coding): Update.
10261
83aa8bc6
AC
102622001-06-28 Andrew Cagney <ac131313@redhat.com>
10263
10264 * gdbint.texinfo (Target Architecture Definition): Update
10265 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
10266 The latter has been changed to a true predicate.
10267
f7dc1244 102682001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
10269
10270 * annotate.texi: Add @noindent where needed. From Dmitry
10271 Sivachenko <dima@Chg.RU>.
10272 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
10273
656db9b0
AC
102742001-06-16 Andrew Cagney <ac131313@redhat.com>
10275
10276 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
10277
df2396a1
AC
102782001-06-14 Andrew Cagney <ac131313@redhat.com>
10279
10280 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
10281 returns ``OK''. Document that the ``R'' packet does not reply.
10282
0f1f2b0a
MS
102832001-06-13 Michael Snyder <msnyder@redhat.com>
10284
10285 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
10286
f7dc1244 102872001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
10288
10289 * gdb.texinfo (Signals): Clarify the default setting of signal
10290 handling.
10291
a5d7c491
AC
102922001-05-14 Andrew Cagney <ac131313@redhat.com>
10293
10294 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
10295 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
10296
05a54c4f
AC
102972001-05-12 Andrew Cagney <ac131313@redhat.com>
10298
10299 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
10300
f7dc1244 103012001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
10302
10303 * gdbint.texinfo (Clean Design and Portable Implementation):
10304 Renamed from "Clean Design".
10305 (Clean Design and Portable Implementation): Document portable
10306 methods of handling file names, and the associated macros.
10307
f7dc1244 103082001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
10309
10310 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
10311 command and provide a cross-reference to its description.
10312 (Symbols): Note that "info scope" is useful for trace experiments.
10313
f7dc1244 103142001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 10315
b37052ae
EZ
10316 * gdb.texinfo (Symbols): Document "info scope".
10317 (Tracepoints): New chapter.
10318 (Contributors): Update for v5.1.
10319 <All nodes>: Change "C++" to "C@t{++}".
10320
0ee54786
EZ
10321 * gdbint.texinfo (User Interface): A new section about ui_out
10322 functions, based on text written by Fernando Nasser.
10323
c534679c
EZ
10324 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
10325
f7dc1244 103262001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 10327
e9c75b65
EZ
10328 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
10329
10330 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
10331
10332 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
10333 Replace "GDB" with "@value{GDBN}". Fix markup.
10334
10335 * annotate.texi: Change Permissions to GFDL. Update Copyright.
10336
3d67e040
EZ
10337 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
10338 a cross-reference to its description.
10339 (Symbols): Document "info symbol".
10340
f7dc1244 103412001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
10342
10343 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
10344 subsection "x86 Watchpoints".
10345 (Target Architecture Definition): Document the macros
10346 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
10347 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
10348
b0ed3589
AC
103492001-03-20 Andrew Cagney <ac131313@redhat.com>
10350
10351 * gdbint.texinfo (Target Architecture Definition): Update
10352 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
10353 list.
10354
b6ba6518
KB
103552001-03-06 Kevin Buettner <kevinb@redhat.com>
10356
10357 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
10358 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
10359
f7dc1244 103602001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
10361
10362 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
10363
f7dc1244 103642001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 10365
17cc6a06
EZ
10366 * gdb.texinfo (Environment): Document that `path' does not change
10367 the value of PATH in GDB's own environment (it did in the past,
10368 but that was changed on March 15, 1994). Reported by Doug Evans
10369 <dje@transmeta.com>.
10370
56caf160
EZ
10371 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
10372 its line. Fix markup of commands and macros. Add an Index node
10373 and index entries.
10374
29e57380
C
103752001-01-23 J.T. Conklin <jtc@redback.com>
10376
10377 * gdb.texinfo (Memory region attributes): New manual section.
10378
1c6147de
ND
103792001-01-04 Nicholas Duffek <nsd@redhat.com>
10380
10381 * gdbint.texinfo (POP_FRAME): Document use by return_command.
10382
f7dc1244 103832000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
10384
10385 * refcard.tex: Version and copyright fixed. From Phil Edwards
10386 <pedwards@disaster.jaj.com>.
10387
0dcedd82
AC
10388Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
10389
10390 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 10391 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 10392
3b851bce
AC
10393Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
10394
10395 * gdbint.texinfo (Coding): Update current value of
889bf7c5 10396 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 10397
f7dc1244 103982000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
10399
10400 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
10401 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
10402
b90a5f51
CF
104032000-11-10 Christopher Faylor <cgf@cygnus.com>
10404
10405 * gdb.texinfo: Document new 'set step-mode' command.
10406
f7dc1244 104072000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
10408
10409 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
10410 changes from Dmitry Sivachenko <dima@Chg.RU>.
10411
f7dc1244 104122000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
10413
10414 * gdb.texinfo (Hooks): Document the new post-hook functionality.
10415 From Steven Johnson <sbjohnson@ozemail.com.au>.
10416
2e685b93
MK
104172000-08-10 Mark Kettenis <kettenis@gnu.org>
10418
10419 * gdbint.texinfo (Overall Structure): Spelling fix.
10420
f7dc1244 104212000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
10422
10423 * gdbint.texinfo (Target Architecture Definition): Document that
10424 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
10425 for which REGISTER_CONVERTIBLE returns a zero value.
10426
63ac3005
EZ
104272000-07-08 Christopher Faylor <cgf@cygnus.com>
10428
10429 * Makefile.in (install-info): Find files to install in either the
10430 build or source directories (adapted from Makefile.am).
10431
bd79f757
ND
104322000-07-07 Nicholas Duffek <nsd@redhat.com>
10433
10434 * stabs.texinfo: Fix spelling errors.
10435 (String Field): FILE-NUMBER starts from 0, not 1.
10436
f7dc1244 104372000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
10438
10439 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 10440 Brian Youmans.
5f208f6d 10441
f7dc1244 104422000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
10443
10444 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
10445 the source directory. Reported by Mark Harig
10446 <markh@frazier.landmark.com>.
cc542d3b 10447
f3b28801
C
104482000-06-20 J.T. Conklin <jtc@redback.com>
10449
10450 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
10451
449f3b6c
AC
10452Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
10453
10454 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 10455 Generate using pdftex.
449f3b6c 10456 (PDFTEX): Define.
889bf7c5 10457 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 10458 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 10459 @contents at the start.
449f3b6c 10460
f7dc1244 104612000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
10462
10463 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 10464 Youmans.
48e934c6 10465
9e9c5ae7
AC
10466Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
10467
10468 From Brian Youmans:
10469 * gdb.texinfo: Fix ``et al.''.
10470
c741b251
AC
10471Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
10472
10473 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 10474 loop.
c741b251 10475
4ab64e14
JG
104762000-05-19 Jimmy Guo <guo@cup.hp.com>
10477
10478 * configure: Regenerate.
10479
f7dc1244 104802000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
10481
10482 * Makefile.in (install-info): Run install-info on installed Info
10483 files.
10484
8c70017b
AC
10485Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10486
a7cb598a 10487 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 10488 Andrew Cagney.
8c70017b 10489
f7dc1244 104902000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
10491
10492 * gdb.texinfo: Proofreading changes from Brian Youmans.
10493
bf0184be
ND
104942000-05-01 Nick Duffek <nsd@cygnus.com>
10495
10496 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
10497 startup sequence, minor edits.
10498
f7dc1244 104992000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
10500
10501 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
10502 TeX.
10503
10504 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
10505 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
10506 like `n' and `s' which look weird. Convert some of the @kindex to
10507 @vindex, when they refer to variables, not commands.
10508
33e16fad
AC
10509Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10510
10511 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
10512
f7dc1244 105132000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
10514
10515 * Makefile.in (GDBMI_DIR): New variable.
10516 (SET_TEXINPUTS): Add $(GDBMI_DIR).
10517 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
10518 (gdbmi.texinfo): New target, for texi2roff.
10519 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
10520 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
10521
10522 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
10523 gdbmi.texinfo.
10524 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
10525 comment.
10526
d167840f
EZ
105272000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10528
10529 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 10530 command.
d167840f 10531
f7dc1244 105322000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
10533
10534 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
10535 prevents the build (and is generally a Bad Idea).
10536
f7dc1244 105372000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
10538
10539 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
10540 a comma inside @var.
10541 (Command Files): Index markup changes from Dmitry Sivachenko
10542 <dima@Chg.RU>.
10543
f7dc1244 105442000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
10545
10546 * Makefile.in (LN_S): Define.
10547 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10548 invoke "ln -s" unless it is known to work.
10549
10550 * configure.in (AC_PROG_LN_S): Add.
10551
8dc7983f
JB
105522000-04-14 Jim Blandy <jimb@redhat.com>
10553
10554 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10555 section.
10556 (Target Conditionals): Document ADDRESS_TO_POINTER,
10557 POINTER_TO_ADDRESS.
10558
1a8237e8
DB
105592000-04-11 Daniel Berlin <dan@cgsoftware.com>
10560
10561 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10562 gdb-cfg.texi to get the value.
10563
ca526f1a
JB
105642000-04-10 Jim Blandy <jimb@redhat.com>
10565
10566 * gdbint.texinfo (Target Architecture Definition): Fix
10567 cross-references.
10568
faaafcb4
JB
105692000-04-08 Jim Blandy <jimb@redhat.com>
10570
10571 * gdbint.texinfo (Using Different Register and Memory Data
10572 Representations): New section.
10573 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
10574 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10575 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 10576
1b27397f
AC
10577Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
10578
10579 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 10580 for acknowledgments.
1b27397f 10581
480ff1fb
AC
10582Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
10583
10584 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 10585 qThreadExtraInfo.
480ff1fb 10586
a9331b3f 105872000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 10588
a9331b3f
RM
10589 * gdb.texinfo: Clarify which remote debug protocol commands are
10590 required and which are optional.
f1251bdd 10591
dbeb8dbd
AC
10592Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
10593
10594 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
10595 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
10596 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
10597 * annotate.texi: Update.
10598
6d2ebf8b
SS
105992000-03-28 Stan Shebs <shebs@apple.com>
10600
10601 * gdb.texinfo: Update dates, bump to Eighth Edition (note
10602 expectation of additional changes before release), update
10603 ISBN, add copy of top-level menu for @ifhtml, remove explicit
10604 node links, rephrase and/or shorten lines to fix formatting
10605 problem in both regular and @smallbook formats.
10606 * annotate.texi: Shorten lines in example, use smallexample
10607 consistently everywhere.
10608 * Makefile.in: Add comment about texinfo 4.0 html generation.
10609 (SFILES_INCLUDED): Add annotate.texi.
10610
5d161b24
DB
106112000-03-27 Daniel Berlin <dan@cgsoftware.com>
10612
5ae4183a
AS
10613 * gdb.texinfo (Debugging Output): Added new section, documenting
10614 the "set/show debug" commands.
5d161b24 10615
b9deaee7
AC
10616Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
10617
10618 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 10619 entry.
b9deaee7
AC
10620
10621 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10622 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 10623 @chapter and @node entries.
a9331b3f 10624
b9deaee7 10625 * gdb.texinfo: Link all top-level nodes.
a9331b3f 10626
9ef47d30
AC
10627Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10628
10629 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 10630 files.
9ef47d30 10631
cfeada60
FN
106322000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
10633
10634 From David Whedon <dwhedon@gordian.com>
5ae4183a 10635 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 10636
6837a0a2
DB
106372000-03-22 Daniel Berlin <dan@cgsoftware.com>
10638
10639 * gdb.texinfo: Add documentation for the apropos command.
10640
bba2971c
MS
106412000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10642
10643 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10644
2b628194
MS
106452000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10646
a9331b3f 10647 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
10648 two places.
10649
96a2c332
SS
106502000-03-17 Stan Shebs <shebs@apple.com>
10651
10652 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10653 <dima@Chg.RU>, also clarification of allowed content for
10654 string constants.
10655
f7dc1244 106562000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
10657
10658 * gdb.texinfo (main menu): Add Annotations.
10659 (File Options): Add @cindex entries for each command-line option.
10660 Document --epoch, --annotate, --async, --interpreter, --write,
10661 --statistics, and --version.
10662
10663 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
10664 of GDB.
10665
9d233477
JB
106662000-02-23 Jim Blandy <jimb@redhat.com>
10667
10668 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10669
14e0eb3b
JB
106702000-02-22 Jim Blandy <jimb@redhat.com>
10671
10672 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10673
3555de01
JM
106742000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
10675
10676 * Makefile.in (diststuff): New target.
10677
5e35df8e
KB
106782000-02-15 Kevin Buettner <kevinb@redhat.com>
10679
10680 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 10681 architecture. [From Jim Wilson.]
5e35df8e 10682
c5394b80
JM
106832000-01-16 Tom Tromey <tromey@cygnus.com>
10684
10685 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10686 (Delete Breaks): Mention range arguments.
10687 (Disabling): Likewise.
10688
c3f6f71d
JM
106892000-01-05 Dmitry Sivachenko <dima@Chg.RU>
10690
10691 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
10692
c4093a6a
JM
10693Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
10694
10695 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 10696 valid functions.
c4093a6a 10697
11cf8741
JM
106981999-11-05 Stan Shebs <shebs@andros.cygnus.com>
10699
10700 * gdb.texinfo: Clarify regular expressions used in rbreak.
10701
917317f4
JM
107021999-10-15 Kevin Buettner <kevinb@cygnus.com>
10703
10704 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10705 MEMORY_REMOVE_BREAKPOINT): Document.
10706
10707Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
10708
10709 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 10710 offset re-using the DATA offset instead.
917317f4 10711
2df3850c
JM
107121999-10-11 Jim Kingdon <kingdon@redhat.com>
10713
10714 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10715
107161999-10-05 Stan Shebs <shebs@andros.cygnus.com>
10717
10718 From Dmitry Sivachenko <demon@gpad.ac.ru>:
10719 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10720 typos.
10721
10722 * gdb.texinfo: Various minor wording and formatting improvements,
10723 mentions of additional command-line options.
10724
2acceee2
JM
107251999-09-30 Fred Fish <fnf@cygnus.com>
10726
10727 * gdb.texinfo: Document additional forms of specifying section
10728 names and addresses for the add-symbol-file command.
10729
c2c6d25f
JM
107301999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
10731
10732 * gdbint.texinfo: Fix typo, add the word "have".
10733
107341999-09-14 Jim Blandy <jimb@cris.red-bean.com>
10735
10736 * gdbint.texinfo (Target Architecture Definition): Document the
10737 SKIP_PERMANENT_BREAKPOINT macro.
10738
d4f3574e
SS
107391999-09-07 Stan Shebs <shebs@andros.cygnus.com>
10740
10741 * gdb.texinfo: Fiks speling errers.
10742
10743 * gdb.texinfo: Fix uses of @multitable.
10744
f7dc1244 10745 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 10746 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 10747 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
10748 comments about using with optimization, add more indexing,
10749 fix info about disassembly-flavor.
10750
10751Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
10752
10753 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10754 SKIP_SOLIB_RESOLVER): Define.
10755
10756Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
10757
10758 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 10759 ``g'' packets.
d4f3574e 10760
104c1213
JM
107611999-08-30 Stan Shebs <shebs@andros.cygnus.com>
10762
10763 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
10764 platform-specific info, inline remote.texi and move sections of it
10765 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
10766 and register stack into the new chapter.
10767 * remote.texi: Remove, now part of gdb.texinfo.
10768 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10769
107701999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
10771
10772 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10773 GDB_TARGET_IS_MACH386): These kludges have gone away.
10774
10775Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
10776
10777 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 10778 TDEPLIBS.
104c1213 10779
53a5351d
JM
107801999-08-20 Stan Shebs <shebs@andros.cygnus.com>
10781
10782 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10783 surrounding text to fit HP-UX bits into general info.
10784 (HPPA-cfg.texi): Remove, no longer useful.
10785
10786 * gdb.texinfo: Remove explicit links from @node lines, remove
10787 HP-added "Detailed Node Listing" from main menu which confuses
10788 things.
10789
10790 From Dmitry Sivachenko <dima@Chg.RU>:
10791 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 10792 in description of `set environment'.
53a5351d
JM
10793
107941999-08-17 Stan Shebs <shebs@andros.cygnus.com>
10795
10796 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10797
7be570e7
JM
107981999-08-12 Ben Elliston <bje@cygnus.com>
10799
10800 * gdbint.texinfo (Breakpoint Handling): Add missing words.
10801
f7dc1244 108021999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
10803
10804 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
10805 watch, awatch, and rwatch. Explain why the latter two cannot be
10806 set as software watchpoints. Document that watchpoints for local
10807 variables are deleted when the debuggee terminates.
7be570e7
JM
10808
10809Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
10810
10811 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
10812 packet. Allow E.. response packet. "qRcmd" packet is no longer
10813 reserved.
7be570e7
JM
10814
108151999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10816
a9331b3f
RM
10817 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10818 * gdb.texinfo: Ditto.
7be570e7 10819
96baa820
JM
108201999-08-06 Tom Tromey <tromey@cygnus.com>
10821
10822 * gdb.texinfo (KOD): New node.
10823
10824Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
10825
10826 * remote.texi (Rcmd): Fix minor formatting typos.
10827
10828Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
10829
10830 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 10831 packets.
96baa820 10832
adf40b2e
JM
108331999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
10834
10835 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10836 fixes.
10837
43ff13b4
JM
10838Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
10839
10840 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10841
085dd6e6
JM
10842Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
10843
10844 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
10845 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
10846 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
10847 packets that are not supported on all hosts. Expand examples.
10848 Spell check.
085dd6e6
JM
10849
108501999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
10851
10852 * Makefile.in: Recognize html, install-html. Add targets
10853 to build HTML versions of documentation via texi2html.
10854
10855Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
10856
10857 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 10858 testsuite.
085dd6e6
JM
10859
10860Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
10861
10862 * remote.texi (Communication Protocol): Rewrite.
10863
10864Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
10865
10866 * stabs.texinfo: Fix uses of xref.
10867
9e0b60a8
JM
10868Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
10869
10870 * gdbint.texinfo: Add an anti-printf exhortation, and update the
10871 info about patch submission.
10872
cce74817
JM
10873Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
10874
10875 From Per Bothner <bothner@cygnus.com>:
10876 * gdb.texinfo: Document Chill support.
10877
10878Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
10879
10880 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
10881 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10882 Document that the value should be greater-than or equal-to zero.
10883 (NO_STD_REGS): Document. Deprecate.
cce74817 10884
ac9a91a7
JM
10885Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10886
10887 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 10888 Document that these are not used.
ac9a91a7
JM
10889
10890Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10891
10892 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10893
392a587b
JM
10894Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
10895
10896 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 10897 numargs was dropped.
392a587b
JM
10898
10899Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
10900
10901 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10902
b83266a0
SS
10903Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
10904
10905 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 10906 Update.
b83266a0 10907
7a292a7a
SS
10908Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
10909
10910 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10911 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10912
10913Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
10914
10915 * gdbint.texinfo: Fix typos: $ -> @.
10916
10917Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
10918
10919 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
10920 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10921 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10922 BREAKPOINT_FROM_PC.
a9331b3f 10923
7a292a7a
SS
10924Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
10925
10926 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 10927 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
10928
10929Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10930
10931 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 10932 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
10933
109341999-04-02 Stan Shebs <shebs@andros.cygnus.com>
10935
10936 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10937 longer exists.
10938
10939Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
10940
10941 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
10942 nearly all @ifset/@ifclear conditionals; nobody uses them, and
10943 they make the manual source incomprehensible.
7a292a7a
SS
10944 * h8-cfg.texi: Remove, hasn't been used in years.
10945
c906108c
SS
10946Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
10947
10948 * gdb.texinfo: Update the credits.
10949
10950Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
10951
10952 * gdb.texinfo: Fix mistakes noticed in printout of last
10953 draft, add Alpha to discussion of heuristic fence post.
10954
10955Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
10956
10957 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
10958 Edition, merge some HP changes into mainline, describe some
10959 previously undocumented features, describe more of the target
10960 commands available, eliminate obsolete section on renamed
10961 commands.
c906108c
SS
10962 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
10963
10964Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
10965
10966 * gdb.texinfo: Make many HPPA conditionals unconditional,
10967 including catchpoint description, since now on for all configs.
10968 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
10969 specializations.
10970
10971Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
10972
10973 * Makefile.in (GDBvn.texi): Fix match expression to work with
10974 current format of VERSION in gdb/Makefile.in.
10975 * gdb.texinfo: Fix node ref to match new readline.
10976
10977Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
10978
a9331b3f
RM
10979 * gdb.texinfo: Changes made as part of a project to merge in
10980 changes made by HP. Documentation makes extensive use of
c906108c
SS
10981 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
10982 on remote debugging. There are differences in documentation
889bf7c5 10983 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
10984 the HP manual discusses catchpoints, hardware watchpoints, and
10985 some HPUX specific limitations for shared library support.
a9331b3f 10986
c906108c
SS
10987 There are also a number of @node changes.
10988
109891999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
10990
10991 * gdbint.texinfo (Formatting): Disambiguate a sentence.
10992 (C Usage): Same.
10993
10994Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
10995
10996 The following changes were made by Edith Epstein
889bf7c5
PA
10997 <eepstein@cygnus.com> as part of a project to merge in changes
10998 made by HP.
a9331b3f 10999
c906108c
SS
11000 * HPPA-cfg.texi: new file.
11001
11002 * all-cfg.texi: set HPPA for HP PA-RISC targets.
11003
11004 * refcard.tex: change documentation about catch.
11005 removed info catch.
11006
11007Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
11008
11009 * gdbint.texinfo: Expand on GDB's coding standards,
11010 specify the use of arg names with prototypes.
11011
110121998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
11013
11014 * gdb.texinfo: Fix tipo.
11015
11016Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
11017
11018 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 11019 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
11020
11021Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
11022
11023 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
11024
110251998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
11026
11027 * agentexpr.texi: New file.
11028
11029Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
11030
11031 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
11032
110331998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
11034
11035 * remote.texi: Changed wording that implied that the GDB remote
11036 protocol caches register values instead of GDB itself.
11037
11038Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
11039
11040 * gdbint.texinfo: Add some info about symbol readers.
11041 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
11042 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
11043 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
11044 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
11045
11046Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
11047
a9331b3f 11048 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
11049
11050Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
11051
11052 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
11053
11054Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
11055
11056 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 11057 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
11058
11059Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
11060
11061 * gdbint.texinfo: Fix minor typos.
11062
11063Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
11064
11065 * gdbint.texinfo: Complete overhaul. Group descriptions more
11066 logically, add more info on generic algorithms, remove much
11067 obsolete and/or wrong material.
11068
11069Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
11070
11071 * stabs.texinfo (Method Type Descriptor): Expand and correct.
11072
11073Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
11074
11075 * refcard.tex: Copyright, address updates.
11076
11077Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
11078
11079 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
11080 for the edition instead of confusing GDB-version-like numbers.
11081
11082Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
11083
11084 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
11085
11086Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
11087
5ae4183a 11088 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
11089
11090Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
11091
11092 * gdb.texinfo: Add some credits, mention bug monitor.
11093 * remote.texi: Mention mips monitor targets.
11094 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 11095
c906108c
SS
11096Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
11097
11098 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
11099 files, finish sorting of host vs target vs native macros, describe
11100 some more of them.
c906108c
SS
11101
11102Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
11103
11104 * gdbint.texinfo (Host Conditionals): Document change from
11105 using NO_MMALLOC to it's inverse, USE_MMALLOC.
11106
11107Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
11108
11109 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 11110 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
11111
11112Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
11113
11114 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
11115 Document LSEEK_NOT_LINEAR.
11116
11117Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
11118
11119 * stabs.texinfo (Stab Section Basics): Make it clear that only
11120 some versions of the GNU linker remove the leading N_UNDF symbol.
11121
11122Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
11123
11124 * stabs.texinfo (String Field): Document type number pairs here,
11125 instead of in the Sun specific section.
11126 (Include Files): The GNU linker supports the N_BINCL
11127 optimization. Clarify the N_BINCL value, and what it is used
11128 for.
11129 (Procedures): Document N_FUN with an empty string to mark the end
11130 of a function.
11131 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
11132 (Sun Differences): Remove this node, as the information is now
11133 elsewhere in the main document.
11134 (Stab Section Basics): Mention that the GNU linker may optimize
11135 stabs and remove the leading N_UNDF symbol.
11136
11137Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
11138
11139 * gdb.texinfo, refcard.tex: Restore author credit
11140
11141Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
11142
11143 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
11144 documentation to account for START and END macros taking
11145 one arg.
11146
11147Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
11148
11149 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
11150 * gdb.texinfo (Frames): Fix typo.
11151
11152Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
11153
11154 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
11155 a target_signal as arg type, not a pid.
11156
11157Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
11158
11159 * gdb.texinfo: Document `set assembly-language'.
11160
11161Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
11162
11163 * remote.texi: Update list of stubs in the GDB distribution.
11164
11165Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
11166
11167 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
11168 Also document that some systems can use mmalloc but must define
11169 this if their C runtime allocates memory that is later freed.
c906108c 11170 (MMCHECK_FORCE): Document new macro.
a9331b3f 11171
c906108c
SS
11172Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
11173
11174 * remote.texi: Add documentation for target Sparclet.
11175
11176Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11177
a9331b3f 11178 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
11179 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
11180 * configure.in: Rewritten for autoconf.
11181 * configure: New.
11182
11183Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
11184
11185 * Makefile.in (DVIPS): New define, set to dvips.
11186 (dvi): Add stabs.dvi.
11187 (ps): New target.
11188 (all-doc): Depend on info, dvi, and ps targets.
11189 (STAGESTUFF): Add *.ps and *.dvi files.
11190 (clean-info, clean-dvi): Remove.
11191 (mostlyclean): Does not depend upon clean-info or clean-dvi,
11192 rules completely rewritten.
11193 (maintainer-clean): Remove clean-info and clean-dvi
11194 dependencies and put their actions in the rules.
11195 (gdb.ps): New target
a9331b3f 11196 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
11197 intermediate TeX files, whether they have 2 or 3 character
11198 extensions.
11199 (gdbint.ps): Add target and rules.
11200 (gdb-internals): Delete unused target.
11201 (Makefile): Depends upon config.status also.
11202
11203Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
11204
11205 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
11206 set.
11207
11208Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
11209
11210 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
11211 * gdb.texinfo (Expressions): Fix erroneous array constant example.
11212
11213Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
11214
11215 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
11216
11217Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11218
11219 * gdb.texinfo (Print settings): Document
11220 `set/show print static-members' commands.
11221
11222Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
11223
11224 * gdbint.texinfo (Native): Document name change, coredep.c to
11225 core-aout.c.
11226
11227Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
11228
11229 * stabs.texinfo (Include Files): Document the values the SunOS4
11230 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
11231
11232Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
11233
11234 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
11235 Fix typo.
11236
11237Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
11238
11239 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
11240 "gdb.tar.Z".
11241
11242Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
11243
11244 * Makefile.in (maintainer-clean): New target, synonym for
11245 realclean.
11246
11247Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
11248
11249 * Update all FSF addresses except those in COPYING* files.
11250
11251Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11252
11253 From Richard Earnshaw (rearnsha@armltd.co.uk):
11254 * gdb.texinfo (convenience variables): Document $_exitcode.
11255 (quit): Document optional expression to use as exit code.
11256
11257Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
11258
11259 * gdb.texinfo, remote.texi: Brought up to date with various
11260 GDB changes.
11261
11262Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
11263
11264 * gdb.texinfo: Update dates and versions, fix comments about
11265 hardware watchpoints in future releases and about the
11266 sharedlibrary command.
11267
11268Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11269
11270 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
11271 C_FUN stab. Other cleanups.
11272
11273Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11274
11275 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
11276 for the sparc stub.
11277
11278Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11279
11280 * annotate.texi: Clarify which addresses have differing formats
11281 depending on the language and which do not.
11282
11283Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11284
11285 * remote.texi (NetWare): Changed example to use BOARD= instead of
11286 NODE= argument to reflect correspoding change to gdbserve.nlm.
11287
11288Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11289
11290 * stabs.texinfo (Negative Type Numbers): Mention the fact that
11291 GDB, as well as AIX dbx, supports the size type attribute.
11292
11293Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11294
11295 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
11296
11297Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
11298
11299 * gdb.texinfo (Define): Document $arg0... arguments to commands,
11300 and new 'if' and 'while' commands.
11301
11302Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
11303
11304 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
11305
11306Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11307
11308 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
11309 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
11310 NetWare targets. Mostly stolen from the Server node.
11311
11312Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11313
11314 * gdb.texinfo (Setting): Talk about the language of a source file
11315 versus the working language. The old documentation did not match
11316 what GDB did.
11317
11318Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11319
11320 * stabs.texinfo (Source Files): Document N_SO used to mark the end
11321 of a source file.
11322
11323Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11324
11325 * gdb.texinfo (Processes): New node.
11326
11327Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
11328
11329 * remote.texi: Update documentation of set/show mipsfpu.
11330
3fc11d3e
JM
11331Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
11332
11333 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
11334 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
11335
11336Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
11337
11338 * gdbint.texinfo: Removed mentions of some incorrectly placed and
11339 obsolete conditionals, described some others.
11340
11341Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11342
11343 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
11344 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
11345
11346Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
11347
11348 * gdbint.texinfo: Put regex conditionals in their own table.
11349
11350Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
11351
11352 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
11353 described or fixed the descriptions of many others.
11354
11355Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
11356
11357 * gdb.texinfo: Add some more credits.
11358 * gdbint.texinfo: Capitalize GDB consistently, describe some
11359 macros and remove some.
11360
11361Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
11362
11363 * gdbint.texinfo: Removed mentions of many incorrectly placed and
11364 obsolete conditionals, described some others.
11365
11366Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11367
11368 * gdb.texinfo (help targets): Changed to `help target', which
11369 is the correct gdb command.
11370
11371Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11372
11373 * annotate.texi (TODO): New node, for keeping track of annotations
11374 suggested but not yet implemented.
11375
11376Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11377
11378 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
11379 another symbol, it is not the address itself.
11380
11381Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
11382
11383 * stabs.texinfo (Stab Section Basics): Add comment about alignment
11384 of stabs-in-coff sections.
11385
11386Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11387
11388 * annotate.texi: Change edition to 0.5 and date to May 1994.
11389 Add index.
11390 (Frames): New node, for frame annotation.
11391 (Displays): New node, for display annotation.
11392
11393 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
11394 when waiting for your program to stop.
11395
11396Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11397
11398 * annotate.texi (Breakpoint Info): Document annotation of header
11399 fields and record annotation.
11400
11401Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11402
11403 * annotate.texi: New file, to document annotations.
11404
11405Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11406
11407 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
11408 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
11409
11410Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11411
11412 * stabs.texinfo (Stab Section Basics): Say what is in .stab
11413 section, and say n_strx field is compilation unit relative.
11414 * stabs.texinfo: Don't use @code for a.out when it is the name of
11415 an object file format.
11416
11417Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11418
11419 * gdb.texinfo: Refer to file names, not path names, per rms
11420 convention.
11421 (Arguments): Fix typo.
11422
11423Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11424
11425 * stabs.texinfo (Global Variables): Talk about stabs in files
11426 where variables are referenced, but not defined.
11427
11428Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11429
11430 * stabs.texinfo: Move stuff on @ and # type descriptors from node
11431 Cplusplus to new nodes Member Type Descriptor and Method Type
11432 Descriptor. Re-write stuff for #.
11433
11434Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11435
11436 * gdb.texinfo (Print Settings): Don't document "set print
11437 fast-symbolic-addr off". The bug which it worked around was fixed
11438 on 25 Feb 94 in coffread.c, so I'm nuking the command.
11439
11440 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
11441 N_ENTRY node.
11442
11443 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
11444
11445Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11446
11447 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
11448 references to ieee-float.c.
11449
11450Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11451
11452 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
11453 match what the code actually does.
11454
11455Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11456
11457 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
11458
11459Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11460
11461 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
11462 i, and b.
11463
11464Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
11465
11466 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
11467 well as for ELF and SOM. Unify the descriptions of ELF and SOM
11468 as "stabs in sections" rather than just saying "ELF and SOM".
11469 Also make that stuff apply to COFF.
11470
11471Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11472
11473 * gdb.texinfo (Formatting Documentation): Change GhostScript to
11474 Ghostscript.
11475
11476Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11477
11478 * gdb.texinfo (Continuing and Stepping): When talking about "step"
11479 versus functions without line numbers, also mention stepping into
11480 them as well as "step" when you are in them. Tell the user how to
11481 deal with the situation. Add comment about "debugging information".
11482
11483Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11484
11485 * stabs.texinfo (Enumerations): Document restriction on where
11486 enumeration types can appear and still win with GDB.
11487
11488Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11489
11490 * stabs.texinfo (Negative Type Numbers): Document format for type
11491 -16.
11492
11493Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11494
11495 * gdb.texinfo (Selection, Frame Info): Update information about
11496 arbitrary frame specficiations.
11497
11498Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
11499
11500 * gdb.texinfo, remote.texi: general editing pass prior to Net release
11501
11502Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11503
11504 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
11505
11506Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
11507
11508 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
11509
11510Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11511
11512 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
11513 Differences node to Statics node.
11514 (Statics): Discuss XCOFF use of V symbol descriptor.
11515
11516 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
11517 not clean.
11518
11519Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
11520
11521 * gdb.texinfo (Print Settings): Document `set print
11522 fast-symbolic-addr' and improve the doc for some other
11523 `set print's.
11524
11525Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11526
11527 * stabs.texinfo (String Field): Talk about defining several type
11528 numbers at once.
11529 Fix lint regarding changing node ELF Transformations to
11530 ELF and SOM Transformations.
11531
11532Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
11533
11534 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
11535
11536Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11537
11538 * stabs.texinfo (Cross-References): `::' is for nested types only
11539 within <>.
11540 (Structures): Document static members.
11541
11542Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11543
11544 * stabs.texinfo: Document S type attribute.
11545
11546Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11547
11548 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11549
11550Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
11551
11552 * gdbint.texinfo: Fix a few typos.
11553
11554Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11555
11556 * gdb.texinfo, remote.texi: formatting improvements
11557
11558 * gdb.texinfo (New Features): mention threads.
11559 (Summary, C): fix xrefs in newly contributed text.
11560 (Threads): index entries, clarifications, example
11561 (passim): minor typos fixed, phrasing improvements
11562
11563 * remote.texi (Bootstrapping): rephrase text on ^C and add index
11564 entries; (Server): explain use of gdbserver w/real-time systems,
11565 add example of conflicting TCP port; (MIPS Remote) break up
11566 running text into table, highlighting commands, and add example.
a9331b3f 11567
c906108c
SS
11568Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11569
11570 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11571
11572Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11573
11574 * stabs.texinfo (Nested Symbols): New node.
11575 (String Field, Symbol Descriptors, Cross-References): Refer to it.
11576
11577Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11578
11579 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11580 to picking which Bbss.bss symbol to use, and (because there seems to
11581 be no good way of doing it) re-write some of the text to make it
11582 sound like Bbss.bss isn't such a great idea after all (as currently
11583 designed).
11584
11585 * gdb.texinfo (C): In addition to saying people have to use g++ for
11586 good results, say they have to use stabs. Specifically say cfront
11587 doesn't work well.
11588 (Summary): Merge in information on Modula-2, Pascal, and Chill from
11589 the gdb README. Add xrefs to places where the support for the various
11590 languages is described in detail.
11591
11592Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11593
11594 * stabs.texinfo: Clean up stuff about visibility and virtual
11595 characters.
11596
11597 * stabs.texinfo (N_M2C): Cite Sun doc.
11598
11599Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11600
11601 * gdb.texinfo: updates re threads.
11602 * remote.texinfo: avoid index entries starting with digits.
11603
11604Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11605
11606 * stabs.texinfo (Enumerations): Talk about large, negative and
11607 octal values. Clean up cross reference to type attributes.
11608 (String Field): Say that GDB 4.11 supports size attribute.
11609
11610Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11611
11612 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11613 is a mandatory step. Make the stuff about that more concise.
11614
11615Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11616
11617 * stabs.texinfo (Class Names): New node.
11618
11619 * gdb.texinfo (Command Files): Explain order of init file reading.
11620
11621 * remote.texi (Bootstrapping): Talk about getting the serial driver
11622 to deal with ^C sent by gdb to stop the remote system.
11623
11624Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
11625
11626 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11627
11628 * libgdb.texinfo (Defining Commands): made the DOC arg
11629 to gdb_define_app_command a char * instead of char **
11630 per a suggestion from kingdon.
11631
11632 * libgdb.texinfo: total rewrite from a different starting
11633 premise.
11634
11635Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11636
11637 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11638 floats passed as doubles (to improve clarity).
11639
11640Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11641
11642 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11643
11644 * a4rc.sed: update to work with Andreas Vogel papersize params
11645
11646 * refcard.tex: use Andreas Vogel simplifications of papersize
11647 params; remove useless version info; update copyright date.
11648
11649Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11650
11651 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11652
11653Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11654
11655 * gdb.texinfo (Files): Say what address the load command loads it at.
11656
11657 * stabs.texinfo (Common Blocks): Minor cleanups.
11658
11659 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11660 that Sun has backed away from the linker kludge and thus the relevant
11661 issue is changes to the SunPRO tools, not the Solaris linker.
11662
11663 * stabs.texinfo (Traditional Integer Types): Clean up description
11664 of octal bounds a little bit. Document extra leading zeroes.
11665
11666Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11667
11668 * gdb.texinfo (Signaling): Update for symbolic symbol names
11669 and add a section explaining the difference between the GDB
11670 signal command and the shell kill utility.
11671
11672Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
11673
11674 * libgdb.texinfo: added `@' to braces that were unescaped.
11675
11676Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
11677
11678 * libgdb.texinfo: new file. Spec for the gdb library.
11679
11680Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11681
11682 * stabs.texinfo (Include Files): Fix typo (start -> end).
11683
11684Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11685
11686 * gdb.texinfo, remote.texi: assorted small improvements, mostly
11687 from Melissa at FSF's editing pass.
11688
11689Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11690
11691 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11692 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11693 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11694
11695Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11696
11697 * remote.texi (Bootstrapping): Discuss 386 call gates.
11698
11699Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11700
11701 * stabs.texinfo (Based Variables): New node.
11702
11703Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11704
11705 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11706 names, sizes, and formats to suggest how not to lose.
11707
11708Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11709
11710 * stabs.texinfo (Methods): Fix typo.
11711
11712Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11713
11714 * gdb.texinfo: Fix a few typos.
11715
11716Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11717
11718 * gdb.texinfo: Clarify how well it works with Fortran.
11719
11720 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11721 More on relocating stabs in ELF files.
11722
11723Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11724
11725 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11726
11727Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11728
11729 * stabs.texinfo (Local Variable Parameters): Talk about nameless
11730 parameters on VAX.
11731
11732Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11733
11734 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11735
11736Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11737
11738 * stabs.texinfo: Make info author notice match the TeX author notice.
11739
11740Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11741
11742 * stabs.texinfo: Initial-caps all words in node names and
11743 non-trivial words in section names.
11744
11745Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11746
11747 * stabs.texinfo: Many minor cleanups.
11748
11749 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11750
11751Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
11752
11753 * stabs.texinfo: Remove full description of big example.
11754 It's not really helpful; just use pieces of it where appropriate.
11755 Add more Texinfo formatting directives (@samp, etc.).
11756 Use @deffn to define stab types.
11757 Eliminate some wordiness. Break up some nodes.
11758 Add an (alphabetized) index of symbol types.
11759 Use consistent capitalization style in node and section names.
11760
11761Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
11762
11763 * gdb.texinfo: Change typo "Two two" to "The two".
11764
11765Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11766
11767 * stabs.texinfo (XCOFF-differences): Remove references to
11768 non-existent types N_DECL and N_RPSYM.
11769
11770 * stabs.texinfo (String Field): Say that type attributes bug is
11771 fixed in GDB 4.10, since it is.
11772
11773 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11774
11775Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
11776
11777 * stabs.texinfo: Formatting cleanups.
11778
11779Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11780
11781 * stabs.texinfo: When explaining the n_type of a stab, standardize
11782 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11783 no tabs, use @r).
11784 (Global Variables): Clean up.
11785
11786Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11787
11788 * stabs.texinfo (Stack Variables): Re-write.
11789
11790Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11791
11792 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11793 addresses of a source file. Also revise formatting.
11794 Change "object module" or "object file" to "source file".
11795 Various: Miscellaneous cleanups.
11796
11797Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11798
11799 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11800
11801Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
11802
11803 * gdbint.texinfo: Removed many nonsensical machine-collected
11804 host and target conditionals, described some of the remainder.
11805
11806Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11807
11808 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11809
11810 * gdbint.texinfo (Top): Add name to @top line, and re-write the
11811 paragraph which follows.
11812
11813 * gdbint.texinfo (Host): Use @code not @samp for Makefile
11814 variables. Looks better and avoids overful hbox.
11815
11816Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11817
11818 * stabs.texinfo (Procedures): Improve stuff on nested functions.
11819
11820Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11821
11822 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11823 retransmit-timeout
11824
11825Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11826
11827 * gdbint.texinfo: Update statement about `some ancient Unix
11828 systems, like Ultrix 4.0' to Ultrix 4.2.
11829
11830Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
11831
11832 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11833
11834 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11835
11836 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
11837 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11838
11839 * remote.texi: new name for former gdbinv-s.texi
11840
11841 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11842
11843Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
11844
11845 * gdbinv-s.texi: Documented timeout and retransmit-timeout
11846 variables for MIPS remote debugging protocol.
11847
11848Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11849
11850 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11851
11852Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11853
11854 * Makefile.in (refcard.dvi): Use srcdir where necessary.
11855
11856Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
11857
11858 * gdb.texinfo: repair conditional bugs in text markup
11859
11860Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11861
11862 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11863 to select Modula-2 material.
11864
11865Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11866
11867 * stabs.texinfo: Cleanups regarding statics.
11868
11869 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11870 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
11871
11872Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11873
11874 * stabs.texinfo: N_MAIN is sometimes used for C.
11875
11876Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11877
11878 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11879
11880Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
11881
11882 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 11883 removed from the code by Kingdon.
c906108c
SS
11884
11885Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11886
11887 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11888 input when evaluating breakpoint conditions; the bug has been fixed.
11889
11890 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11891 sets the ignore count to N-1, not to N.
11892
11893Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11894
11895 * refcard.tex (\hoffset): correct longstanding error to match
11896 intended offset; avoids cutting off edge on some printers
11897
11898Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11899
11900 * stabs.texinfo (Parameters): Say that order of stabs is significant.
11901
11902Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11903
11904 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11905
11906Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11907
11908 * Makefile.in: (REFEDITS) new var to control whether PS or CM
11909 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11910 collect sed edits if any, apply to refcard before formatting;
11911 (refcard.ps) stop implying PS fonts if PS output requested;
11912 (lrefcard.ps) delete extra target for variant PS fonts
11913
11914 * refcard.tex: parametrize papersize dependent info, collect
11915 in easily replaced spot
11916
11917 * a4rc.sed: new file, edits to refcard for A4 paper
11918
11919Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11920
11921 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11922
11923Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11924
11925 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11926
11927Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11928
11929 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11930 politely rather than rudely.
11931
11932Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11933
11934 * stabs.texinfo: Document common blocks.
11935
11936Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
11937
11938 * stabs.texinfo: Add some basic info about stabs-in-elf.
11939
11940Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11941
11942 * stabs.texinfo (Top): Minor cleanup.
11943
11944Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
11945
11946 * Makefile.in (install-info): remove parentdir support
11947
11948Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11949
11950 * gdb.texinfo (Copying): delete this node and references to it;
11951 RMS says this manual need not carry GPL. (passim): Improvements
11952 from last round at FSF, largely due to Ian Taylor review, and
11953 minor formatting improvements.
11954
11955 * gdbinv-s.texi (passim): Improvements from last round at FSF,
11956 largely due to Ian Taylor review. (Debug Session): minor edits to
11957 new text.
11958
11959Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
11960
11961 * Makefile.in (realclean): Remove info and dvi files too.
11962
11963Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
11964
11965 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
11966 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
11967 * gdb.texinfo: Change accordingly.
11968
11969 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
11970 N_{L,R}BRAC,N_SLINE are relative to.
11971
11972Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
11973
11974 * Makefile.in (GDBvn.texi): Update atomically.
11975
11976Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
11977
11978 * gdbinv-s.texi (Debug Session): Document exceptionHook.
11979
11980Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
11981
11982 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
11983 addresses together. Also motivate the set print symbol-filename
11984 command and suggest other solutions.
11985
11986Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
11987
11988 * gdb.texinfo (set print elements): Note that the number of
11989 elements is set to unlimited by "set print elements 0".
11990
11991Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
11992
11993 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
11994 NF_LDOUBLE means.
11995 (Stab Types): Include Solaris stab types.
11996 (Procedures): Document Solaris extensions.
11997
11998Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11999
12000 * gdb.texinfo: Add `set print symbol-filename' doc.
12001
12002Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12003
12004 * stabs.texinfo (Arrays): Talk about type definition vs. type
12005 information.
12006
12007 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
12008 the trailing semicolon.
12009
12010Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12011
12012 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
12013 and merge in other parts of the document addressing these subjects.
12014 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
12015
12016 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
12017 at the end of a range type.
12018
12019 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
12020 AIX extensions.
12021
12022Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12023
12024 * stabs.texinfo (Stabs Format): Misc fixes.
12025
12026Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12027
12028 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
12029 (Traditional builtin types): Document convex convention for long long.
12030 (Negative builtin types): Discuss type names, and misc fixes.
12031
12032Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12033
12034 * stabs.texinfo (Builtin Type Descriptors): Document the floating
12035 point types used with @samp{R} type descriptor.
12036 (Symbol Descriptors): Describe how to handle conflict between
12037 different meanings of @samp{P} symbol descriptor.
12038
12039Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12040
12041 * stabs.texinfo: Remove node Quick Reference and put its children
12042 directly under the main menu.
12043
12044 * stabs.texinfo: Many more changes to bring it into line with
12045 AIX documentation and reality. I think it now has all the
12046 information from the AIX documentation, except that I burned
12047 out when I got to variant records (Pascal and Modula-2) and
12048 all the COBOL types. Oh well, we can add them later when we're
12049 worrying more about those languages.
12050
12051 * stabs.texinfo (Automatic variables): Talk about what it means
12052 to omit the symbol descriptor.
12053
12054Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12055
12056 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
12057 gcc2 behavior with promoted args.
12058
12059Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12060
12061 * gdb.texinfo: include readline appendices in info version of manual
12062
12063Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12064
12065 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
12066 target remote.
12067
12068 * gdb.texinfo (Machine Code): more index entries for disassemble
12069
12070Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
12071
12072 * Clarify the intended use of the gdb-testers and gdb-patches
12073 mailing lists, and shrink gzip comment.
12074
12075Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12076
12077 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
12078 DOSHOST configuration of manual.
12079
12080 * gdb.texinfo (MIPS Stack): new node.
12081
12082 * all-config.texi (MIPS) new switch.
12083
12084 * gdbinv-s.texi (Nindy Options) Remove two instances of future
12085 tense; (MIPS Remote) new node.
12086
12087 * gdb.texinfo (passim) rephrases to work around makeinfo @value
12088 bug; (Environment) less passive, other small cleanups in text about
12089 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
12090 (Remote) new MIPS Remote menu entry.
12091
12092Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
12093
12094 * stabs.texinfo: Many changes to include information from the
12095 AIX documentation.
12096
12097 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
12098
12099Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
12100
12101 * gdbint.texinfo (new node Debugging GDB, elsewhere):
12102 Move a bunch of information from ../README.
12103 (Getting Started): New node.
12104
12105Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12106
12107 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
12108
12109 * gdb.texinfo: advance manual revision dates to present
12110
12111 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
12112 stop using silly Roman numerals in @set variable names
12113
12114Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
12115
12116 * stabs.texinfo (Parameters): Keep trying to get this right.
12117
12118Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
12119
12120 * stabs.texinfo (Parameters): More on "local parameters".
12121
12122Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
12123
12124 * stabs.texinfo (Parameters): Re-do "local parameters" section.
12125
12126Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
12127
12128 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
12129 (Parameters): Rewrite.
12130 (xcoff-differences, Sun-differences): Minor changes.
12131
12132Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
12133
12134 * stabs.texinfo: Minor cleanup.
12135
12136Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
12137
12138 * gdbint.texinfo: Minor xcoff stuff.
12139
12140Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
12141
12142 * gdbint.texinfo: Update for new config directory structure.
12143 Add info about internal type data structures.
12144
12145Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
12146
12147 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
12148 $(srcdir).
12149 (gdb-config.texi): Depend on file in $(srcdir).
12150
12151Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
12152
12153 * stabs.texinfo: Fixes about N_SO.
12154
12155Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12156
12157 * gdb.texinfo: include list of nonstandard init file names
12158
12159 * *-config.texi: new switch GENERIC for text that applies *only*
12160 to (usual) multiple-target version of manual
12161
12162 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
12163 h8 config
12164
12165 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
12166 in menus (rather than conditionally selected multiple alternative
12167 menus).
12168
12169 * Makefile.in: define and use DOC_CONFIG var to select
12170 configuration for GDB user manual.
12171
12172 * gdb-config.texi: delete from repository, generate from Makefile.
12173
12174 * all-config.texi: normal `generic' configuration file, formerly
12175 stored as gdb-config.texi
12176
12177Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
12178
12179 * Makefile.in: add dvi target to build all .dvi files
12180
12181Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12182
12183 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
12184
12185Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
12186
12187 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
12188 host conditionals.
12189 * stabs.texinfo: More array fixes inspired by Jim's.
12190
12191Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
12192
12193 * stabs.texinfo: Fixes re arrays and continuations.
12194
12195 * gdbint.texinfo: Add XCOFF node.
12196
12197Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
12198
12199 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
12200
12201Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
12202
12203 * stabs.texinfo: Fix for array types to mention lower bounds.
12204
12205Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
12206
12207 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
12208
12209Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
12210
12211 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
12212
12213Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
12214
12215 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
12216 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
12217
12218Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
12219
12220 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
12221
12222Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12223
12224 * gdb.texinfo, gdbinv-s.texi: misc updates
12225
12226Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
12227
12228 * gdbint.texinfo: Brief documentation for longjmp support,
12229 from an email msg by Stu.
12230
12231Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
12232
12233 * stabs.texinfo: Fix description of floating point "range"
12234 types (which really define basic types). Reported by Jim Meehan,
12235 <meehan@src.dec.com>.
12236
12237 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
12238
12239Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
12240
12241 * gdbint.texinfo: Slightly expand section on supporting a new
12242 object file format.
12243
12244Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
12245
12246 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
12247 intermediate file.
12248
12249Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12250
12251 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
12252
12253Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12254
12255 * gdbinv-s.texi: z8000 simulator target name is just "sim"
12256
12257 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
12258 as well as Z8002.
12259
12260Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
12261
12262 * gdbint.texinfo: Add sections on clean design and on how to send
12263 in changes.
12264
12265Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
12266
12267 * gdbint.texinfo: Add how to declare the result of make_cleanup.
12268
12269Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
12270
12271 * gdb.texinfo: Fix typo, reported by Karl Berry.
12272
12273Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
12274
12275 * gdb.texinfo: Add opcodes dir to GDB distribution description.
12276
12277Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12278
12279 * gdbint.texinfo: fixed a stray email address (needs @@),
12280 added @table @code to node "Native Conditionals"
12281
12282Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
12283
12284 * gdbint.texinfo: Describe coding style of GDB.
12285
12286Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
12287
12288 * stabs.texinfo: Minor wording changes.
12289
12290Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
12291
12292 * gdbint.texinfo: Improve release doc slightly.
12293
12294Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
12295
12296 * gdbint.texinfo: Improve doc of GDB config macros.
12297
12298Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
12299
12300 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
12301 These will be reinserted when examined.
12302
12303Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
12304
12305 * gdbint.texinfo: Make a start at documenting all the #if macros
12306 in GDB. At least list them all, and start separating them into
12307 host-specific and target-specific.
12308
12309Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12310
12311 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 12312 examples (not consistent w others).
c906108c
SS
12313 gdb.texinfo: issue disclaimer paragraph on cmdline options only
12314 for generic vn of doc
12315
12316Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
12317
12318 * Makefile.in: always create installation directories.
12319
12320Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12321
12322 * gdb.texinfo: in h8 config, do not describe searching commands.
12323
12324Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12325
12326 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
12327 conditionals; introduce a few generic switches that may be
12328 useful for other cross-dev or dos-hosted configs.
12329
12330 * gdb.texinfo: fix typo in "info reg" description
12331
12332Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
12333
12334 * stabs.texinfo: Minor updates from running TeX over it.
12335 * Makefile.in (stabs.dvi, stabs.ps): Add.
12336
12337Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
12338
12339 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
12340 First pass at converting it to texinfo.
12341
12342Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
12343
12344 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
12345 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
12346
12347Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
12348
12349 * gdbint.texinfo: Add section on partial symbol tables.
12350
12351Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
12352
12353 * gdb.texinfo: document `set remotedebug' and `set
12354 rstack_high_address'.
12355
12356Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12357
12358 * gdb.texinfo: slight expansion of new text on reading info files
12359 * gdbinv-s.m4.in: correct and expand info on cross-debugging
12360 H8/300 from DOS.
12361
12362Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
12363
12364 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
12365
12366Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
12367
12368 * gdb.texinfo: Say how to read the `info' files.
12369
12370Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
12371
12372 * Makefile.in: gm4 -> m4.
12373
12374Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
12375
12376 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
12377 Documentation' ahead of `Installing GDB' to match README.
12378 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 12379 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
12380
12381Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
12382
12383 * Makefile.in: remove $(srcdir) from gdb.info rule.
12384
12385Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12386
12387 * Makefile.in: commented out gdb-all.texinfo rule. This is
12388 temporary.
12389
12390Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
12391
12392 * Makefile.in, configure.in: removed traces of namesubdir,
12393 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 12394 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
12395
12396Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
12397
12398 * gdb.texinfo: Improve how we ask for bug reports.
12399
12400Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12401
12402 * Makefile.in: infodir belongs in datadir.
12403
12404Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12405
12406 * Makefile.in: remove spaces following hyphens, bsd make can't
12407 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 12408 standards.text support.
c906108c
SS
12409
12410Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12411
12412 * Makefile.in: idestdir and ddestdir go away. Added copyrights
12413 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
12414 and mandir now keyed off datadir by default.
12415
12416\f
12417Local Variables:
9e9c5ae7 12418mode: change-log
c906108c
SS
12419left-margin: 8
12420fill-column: 74
12421version-control: never
463888ab 12422coding: utf-8
c906108c 12423End:
This page took 2.150124 seconds and 4 git commands to generate.