Add new search_symbols_multiple API
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
6d52907e
JV
12018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2
3 * gdb.texinfo (The -stack-list-frames Command): Update description
4 to mention "arch".
5 Update MI examples throughout the document to contain "arch" in
6 frame output.
7
1461bdac
AH
82018-08-21 Alan Hayward <alan.hayward@arm.com>
9
10 * gdb.texinfo (AArch64 SVE): New subsubsection.
11
26fb3983
JV
122018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
13
14 * gdb.texinfo (GDB/MI Data Manipulation): Document
15 "-data-disassemble -a addr".
16 (GDB/MI Support Commands): Document "data-disassemble-a-option"
17 feature.
18
7d11235d
SM
192018-08-07 Simon Marchi <simon.marchi@ericsson.com>
20
21 * gdb.texinfo (Index Files Speed Up GDB): Add section about
22 symbol index cache.
23
129eb0f1
SDJ
242018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
25
26 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
27 option sections to further clarify that gcore can take more
28 than one PID, and that "-o" is used to specify a prefix, not a
29 filename.
30
3c3bb058
AB
312018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
32
33 * gdb.texinfo (Maintenance Commands): Add description of
34 maintenance command to control dwarf unwinders.
35
0a232300
PW
362018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
37
38 * gdb.texinfo (Debugging Programs with Multiple Threads):
39 Document changes to 'thread apply'. Document 'taas'.
40 Document 'tfaas'.
41 (Examining the Stack): Document 'frame apply'. Document 'faas'.
42
c7ab0aef
SDJ
432018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
44 Jan Kratochvil <jan.kratochvil@redhat.com>
45 Paul Fertser <fercerpav@gmail.com>
46 Tsutomu Seki <sekiriki@gmail.com>
47
48 * gdb.texinfo (Remote Connection Commands): Add explanation
49 about new IPv6 support. Add new connection prefixes.
50
055303e2
AB
512018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
52
53 * gdb.texinfo (Remote Configuration): Update descriptions for
54 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
55 and hardware-watchpoint-length-limit variables.
56
471b9d15
MR
572018-07-02 Maciej W. Rozycki <macro@mips.com>
58
59 PR tdep/8282
60 * gdb.texinfo (Source and Machine Code): Document `set
61 disassembler-options' support for the MIPS target.
62
291f9a96
PT
632018-06-28 Petr Tesarik <ptesarik@suse.cz>
64
65 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
66
ed6dfe51
PT
672018-06-28 Petr Tesarik <ptesarik@suse.cz>
68
69 * gdb.texinfo (Files): The address argument for "add-symbol-file"
70 is no longer mandatory.
71
d4d429d5
PT
722018-06-28 Petr Tesarik <ptesarik@suse.cz>
73
74 * gdb.texinfo (Files): Document "symbol-file -o offset".
75
0dbfed25
TV
762018-06-14 Tom de Vries <tdevries@suse.de>
77
78 * gdb.texinfo (Background Execution): Add @cindex for '&'.
79
41fc26a2
EZ
802018-06-11 Eli Zaretskii <eliz@gnu.org>
81
82 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
83
5045b3d7
GB
842018-06-08 Gary Benson <gbenson@redhat.com>
85
86 * gdb.texinfo (Maintenance Commands): Document "maint check
87 libthread-db" and "maint set/show check-libthread-db".
88
eb6af809
TT
892018-06-05 Tom Tromey <tom@tromey.com>
90
91 PR cli/12326:
92 * gdb.texinfo (Screen Size): Document "c" response to pagination
93 prompt.
94
4b2dfa9d
MR
952018-05-31 Maciej W. Rozycki <macro@mips.com>
96
97 * gdb.texinfo (Choosing Target Byte Order): Document endianness
98 selection details with the `set endian auto' mode.
99
a913fffb
TT
1002018-05-04 Tom Tromey <tom@tromey.com>
101
102 PR python/22731:
103 * python.texi (Breakpoints In Python): Mention that "commands" is
104 writable.
105
0489430a
TT
1062018-05-02 Tom Tromey <tom@tromey.com>
107
108 PR python/20084:
109 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
110 PARAM_ZUINTEGER_UNLIMITED.
111
6d7bb824
TT
1122018-04-30 Tom Tromey <tom@tromey.com>
113
114 * python.texi (Types In Python): Document Type.align.
115
b744723f
AA
1162018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
117
118 * gdb.texinfo (Symbols): Mention the fact that "info
119 variables/functions/types" show source files and line numbers.
120
4a4495d6
MM
1212018-04-13 Markus Metzger <markus.t.metzger@intel.com>
122
123 * gdb.texinfo: Document set/show record btrace cpu.
124
3fcded8f
JB
1252018-03-27 Joel Brobecker <brobecker@adacore.com>
126
127 * gdb.texinfo (Ada Settings): New subsubsection.
128
978d6c75
TT
1292018-03-26 Tom Tromey <tom@tromey.com>
130
131 PR backtrace/15582:
132 * gdb.texinfo (Backtrace): Mention "hide" argument.
133
ea3b0687
TT
1342018-03-26 Tom Tromey <tom@tromey.com>
135
136 * gdb.texinfo (Backtrace): Describe options individually.
137
76727919
TT
1382018-03-19 Tom Tromey <tom@tromey.com>
139
140 * observer.texi: Remove.
141
386a8676
JB
1422018-03-04 John Baldwin <jhb@FreeBSD.org>
143
144 * gdb.texinfo (Debugging Output): Document "set/show debug
145 fbsd-nat".
146
db1ae9c5
AB
1472018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
148
149 * gdb.texinfo (Machine Code): Additional information about "info
150 line" command.
151
d726cb5d
SN
1522018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
153
154 * gdb.texinfo (gdb-add-index man): Add pindex.
155
dbfa4523
SN
1562018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
157
158 * gdb.texinfo (set cwd): Add period.
159 (gdb-add-index man): Move anchor.
160
ba643918
SDJ
1612017-01-12 Tom Tromey <tom@tromey.com>
162 Sergio Durigan Junior <sergiodj@redhat.com>
163
164 * gdb.texinfo (Index Files): Mention gdb-add-index.
165 (gdb-add-index man): New section.
166 * Makefile.in (gdb-add-index.1): New rule to generate manpage
167 from gdb.texinfo.
168
754452f0
SN
1692018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
170
171 * gdb.texinfo (pwd): Fix whitespace.
172
2d97a5d9
JB
1732018-01-09 John Baldwin <jhb@FreeBSD.org>
174
175 * gdb.texinfo (pwd): Update cross-reference for Process Information
176 node and remove explicit /proc reference.
177 (Native): Rename subsection from SVR4 Process Information to
178 Process Information.
179 (Process Information): Reword introduction to be less /proc
180 centric. Document support for "info proc" on FreeBSD.
181
9f757bf7
XR
1822018-01-03 Xavier Roirand <roirand@adacore.com>
183
184 * gdb.texinfo (Set Catchpoints): Add documentation for new
185 "catch handlers" action.
186
cef0f868
SH
1872017-12-27 Stafford Horne <shorne@gmail.com>
188
189 * gdb.texinfo (Target Description Format): Explain that arbitrary
190 strings are now allowed for register groups.
191
b67d92b0
SH
1922017-12-27 Stafford Horne <shorne@gmail.com>
193
194 * gdb.texinfo (Registers): Document info reg $reggroup feature.
195
7c161838
SDJ
1962017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
197
198 PR cli/16224
199 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
200
b89641ba
SM
2012017-12-13 Simon Marchi <simon.marchi@ericsson.com>
202
203 * python.texi (Manipulating breakpoints using Python): Document
204 qualified parameter to gdb.Breakpoint.
205
0b982d68
SM
2062017-12-13 Simon Marchi <simon.marchi@ericsson.com>
207
208 * python.texi (Manipulating breakpoints using Python): Split doc
209 of Breakpoint.__init__ in two, split text in multiple
210 paragraphs, don't nest parameter square brackets.
211
a994fec4
FJ
2122017-12-12 Stafford Horne <shorne@gmail.com>
213 Stefan Wallentowitz <stefan@wallentowitz.de>
214 Franck Jullien <franck.jullien@gmail.com>
215 Jeremy Bennett <jeremy.bennett@embecosm.com>
216
217 * gdb.texinfo: Add OpenRISC documentation.
218
437afbb8
JK
2192017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
220
221 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
222
883fd55a
KS
2232017-12-07 Keith Seitz <keiths@redhat.com>
224
225 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
226 and "show print type nested-type-limit".
227
824cc835
PM
2282017-12-07 Phil Muldoon <pmuldoon@redhat.com>
229
230 * python.texi (Breakpoints In Python): Add text relating
231 to allowed explicit locations and keywords in gdb.Breakpoints.
232
7403715e
TT
2332017-12-04 Tom Tromey <tom@tromey.com>
234
235 * gdb.texinfo (Rust): Update trait object status
236
97cbe998
SDJ
2372017-12-01 Andrew Cagney <cagney@redhat.com>
238 Joel Brobecker <brobecker@adacore.com>
239 Sergio Durigan Junior <sergiodj@redhat.com>
240
241 * gdb.texinfo (File Options): Document --readnever.
242 (Commands to Specify Files): Likewise, for 'symbol-file' and
243 'add-symbol-file'.
244
bd69330d
PA
2452017-11-29 Pedro Alves <palves@redhat.com>
246
247 PR c++/19436
248 * gdb.texinfo (Debugging C Plus Plus): Document setting
249 breakpoints in functions with ABI tags.
250
a20714ff
PA
2512017-11-29 Pedro Alves <palves@redhat.com>
252
253 * gdb.texinfo (Linespec Locations): Document how "function" is
254 interpreted in C++ and Ada. Document "-qualified".
255 (Explicit Locations): Document how "-function" is interpreted in
256 C++ and Ada. Document "-qualified".
257
ee9a09e9
DC
2582017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
259
260 PR gdb/21945
261 * gdb.texinfo (Search Memory): Update description and example
262 about how to search a string without NULL terminator.
263
e547c119
JB
2642017-11-24 Joel Brobecker <brobecker@adacore.com>
265
266 * gdb.texinfo (GDB/MI Ada Exception Information): Document
267 new "exception-message" field.
268
5f1ca24a
SM
2692017-11-24 Simon Marchi <simon.marchi@ericsson.com>
270
271 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
272
d044bac8
PA
2732017-11-24 Pedro Alves <palves@redhat.com>
274
275 * gdb.texinfo (Completion): Update need-quoting examples. Remove
276 false claim that GDB inserts quoting automatically.
277 (Symbols): Add anchor.
278
2400729e
UW
2792017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
280
281 * gdb.texinfo (Requirements): Document use of GNU MPFR.
282
d8ae99a7
PM
2832017-11-16 Phil Muldoon <pmuldoon@redhat.com>
284
285 * python.texi (Basic Python): Add rbreak documentation.
286
d0fe4701
XR
2872017-11-07 Xavier Roirand <roirand@adacore.com>
288 Pedro Alves <palves@redhat.com>
289
290 * gdb.texinfo (Set Breaks): Document support for breakpoint
291 location ranges in the enable/disable commands.
292
bc3b087d
SDJ
2932017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
294
295 * gdb.texinfo (Starting your Program) <The working directory.>:
296 Mention remote debugging.
297 (Working Directory) <Your Program's Working Directory>:
298 Likewise.
299 (Connecting) <Remote Packet>: Add "set-working-dir"
300 and "QSetWorkingDir" to the table.
301 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
302 packet.
303
d092c5a2
SDJ
3042017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
305
306 * gdb.texinfo (Starting your Program) <The working directory.>:
307 Mention new "set cwd" command.
308 (Working Directory) <Your Program's Working Directory>:
309 Rephrase to explain that "set cwd" exists and is the default
310 way to change the inferior's cwd.
311
289e23aa
AA
3122017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
313
314 * gdb.texinfo (S/390 and System z Features): Document the new
315 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
316
f2ff95c5
KB
3172017-09-21 Kevin Buettner <kevinb@redhat.com>
318
319 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
320 attribute.
321
da2c323b
KB
3222017-09-21 Kevin Buettner <kevinb@redhat.com>
323
324 * python.texi (Inferiors In Python): Add description for method
325 Inferior.thread_from_thread_handle.
326
4e5a4f58
JB
3272017-09-19 John Baldwin <jhb@FreeBSD.org>
328
329 * gdb.texinfo (Starting your Program): Add description of
330 starti command. Mention starti command as an alternative for
331 debugging the elaboration phase.
332
1526853e
SM
3332017-09-16 Simon Marchi <simon.marchi@ericsson.com>
334
335 * gdb.texinfo (Maintenance Commands): Document filter parameter
336 of "maint selftest". Document "maint info selftests" command.
337
7c96f8c1
TT
3382017-09-11 Tom Tromey <tom@tromey.com>
339
340 * python.texi (Events In Python): Document new events.
341
d69cf9b2
PA
3422017-09-04 Pedro Alves <palves@redhat.com>
343
344 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
345 no-debug-info variables.
346 (Symbols) <Examining the Symbol Table>: Document inspecting
347 no-debug-info types.
348 (Calling) <Calling functions with no debug info>: New subsection,
349 documenting calling no-debug-info functions.
350 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
351
0a2dde4a
SDJ
3522017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
353
354 * gdb.texinfo (set environment): Add @anchor. Explain that
355 environment variables set by the user are sent to GDBserver.
356 (unset environment): Likewise, but for unsetting variables.
357 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
358 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
359 "environment-reset" and "QEnvironmentReset" to the table.
360 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
361 QEnvironmentReset>: New item, explaining the packet.
362
6e41ddec
JK
3632017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
364
365 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
366 "Compiler search for the compile command" descriptions of set
367 compile-gcc and show compile-gcc.
368
58afddc6
WP
3692017-08-07 Weimin Pan <weimin.pan@oracle.com>
370
371 * gdb.texinfo (Architectures): Add new Sparc64 section to document
372 ADI support.
373 * NEWS: Add "adi examine" and "adi assign" commands.
374
6d580b63
YQ
3752017-08-18 Yao Qi <yao.qi@linaro.org>
376
377 * gdb.texinfo (Server): Document "--selftest".
378
a5afdb16
RK
3792017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
380
381 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
382 Single-Key mode.
383
ca145713
SDJ
3842017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
385
386 PR gdb/21925
387 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
388 set...").
389
0968fbae
SM
3902017-08-09 Simon Marchi <simon.marchi@ericsson.com>
391
392 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
393 conditional expression.
394
791fb3d7
SM
3952017-07-31 Simon Marchi <simon.marchi@ericsson.com>
396
397 * agentexpr.texi (rot): Fix symbolic description, improve
398 textual description.
399
27d41eac
YQ
4002017-07-26 Yao Qi <yao.qi@linaro.org>
401
402 * gdb.texinfo (Maintenance Commands): Document command
403 "maint check xml-descriptions".
404
8e2141c6
YQ
4052017-07-26 Yao Qi <yao.qi@linaro.org>
406
407 * gdb.texinfo (Maintenance Commands): Document optional
408 argument of "maint print c-tdesc".
409
c646b4e8
YQ
4102017-07-18 Yao Qi <yao.qi@linaro.org>
411
412 * gdb.texinfo (Maintenance Commands): Improve the doc to
413 command "maint print c-tdesc".
414
eb83230b
SDJ
4152017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
416
417 PR gdb/21606
418 * python.texi (Python representation of Symbols.): Replace
419 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
420 * guile.texi (Guile representation of Symbols.): Likewise.
421
c4dcb155
SM
4222017-06-11 Simon Marchi <simon.marchi@ericsson.com>
423
424 * gdb.texinfo (Optional Messages about Internal Happenings):
425 Document {set,show} debug separate-debug-file commands.
426
aefd8b33
SDJ
4272017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
428
429 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
430 (Connecting) <Remote Packet>: Add "startup-with-shell"
431 and "QStartupWithShell" to the table.
432 (Remote Protocol) <QStartupWithShell>: New item, explaining the
433 packet.
434
176efed1
AB
4352017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
436
437 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
438
d050f7d7
TW
4392017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
440
441 * python.texi (Recording in Python): Factor out the documentation of
442 gdb.RecordInstruction's super class.
443
14f819c8
TW
4442017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
445
446 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
447 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
448 prev and next.
449
0ed5da75
TW
4502017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
451
452 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
453 gdb.RecordInstruction
454
913aeadd
TW
4552017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
456
457 * python.texi (Recording in Python): Add documentation for
458 gdb.RecordGap and remove documentation of special cases for
459 gdb.BtraceInstruction.
460
a3be24ad
TW
4612017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
462
463 * python.texi (Recording in Python): Remove Record.ptid defvar.
464
ebe553db
SM
4652017-04-21 Simon Marchi <simon.marchi@ericsson.com>
466
467 * gdb.texinfo (GDB/MI Thread Information): Add missing
468 fields, re-word some things.
469 (GDB/MI Thread Commands): Describe fields found in the output of
470 -thread-info, remove description of fields in the
471 thread output tuple, replace with a cross-reference to "GDB/MI
472 Thread Information".
473
9be21bb4
SM
4742017-04-21 Simon Marchi <simon.marchi@ericsson.com>
475
476 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
477 from -thread-info output.
478
fe5f7374
AK
4792017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
480
481 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
482
eea78757
AK
4832017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
484
485 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
486
79778b30
YQ
4872017-03-22 Yao Qi <yao.qi@linaro.org>
488
489 * python.texi (Inferiors In Python): Remove @code from Python.
490
cee59b3f
TW
4912017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
492
493 * python.texi (Recordings In Python): Document return type of
494 gdb.BtraceInstruction.data.
495
51457a05
MAL
4962017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
497
498 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
499 command file-list-shared-libraries
500 (GDB/MI Async Records): Update documentation of library-loaded with new
501 field.
502
f8d99587
DE
5032017-03-16 Doug Evans <dje@google.com>
504
505 * guile.texi (Lazy Strings In Guile): Mention arrays.
506 * python.texi (Lazy Strings In Python): Ditto.
507
5cf70512
JW
5082017-03-08 Jiong Wang <jiong.wang@arm.com>
509
510 * gdb.texinfo (Memory Protection Extensions): Add missing escape
511 character "@".
512
4a612d6f
WT
5132017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
514
515 * Memory Protection Extensions: Add information about inferior
516 calls.
517
216f72a1
JK
5182017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
519
520 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
521 DW_TAG_GNU_* and DW_AT_GNU_*.
522
4e746bb6
TW
5232017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
524
525 * python.texi (Recordings In Python): New section.
526
3f77c769
TT
5272017-02-14 Tom Tromey <tom@tromey.com>
528
529 PR python/13598:
530 * python.texi (Events In Python): Document events.before_prompt.
531
5cf30ebf
LM
5322017-02-13 Luis Machado <lgustavo@codesourcery.com>
533
534 * gdb.texinfo (Target Commands): Document the optional offset
535 argument for the load command.
536
18da0c51
MG
5372017-02-10 Martin Galvan <martingalvan@sourceware.org>
538
539 PR gdb/21122
540 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
541 space-separated breakpoint lists. Also add a missing @table command
542 and @cindex for breakpoint lists.
543
3f7b46f2
IR
5442017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
545
546 PR tdep/20936
547 * gdb.texinfo: (Standard Target Features): Document SPARC features.
548 (Sparc Features): New node.
549
2735833d
WT
5502017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
551
552 * gdb.texinfo (i386 Features): Add system segment registers
553 as feature.
554
373832b6
SM
5552017-01-24 Simon Marchi <simon.marchi@ericsson.com>
556
557 * python.texi (Events In Python): Fix typo.
558
78cbbba8
LM
5592017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
560 Luis Machado <lgustavo@codesourcery.com>
561
562 * gdb.texinfo (-target-flash-erase): New MI command description.
563 (flash-erase): New CLI command description.
564
387360da
JB
5652017-01-04 John Baldwin <jhb@FreeBSD.org>
566
567 * gdb.texinfo (Contributors): Add SRI International and University
568 of Cambridge for FreeBSD/mips.
569
34c41c68
DE
5702016-12-22 Doug Evans <xdje42@gmail.com>
571
572 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
573 commands.
574
df3ee9ca
PA
5752016-12-02 Pedro Alves <palves@redhat.com>
576
577 * gdb.texinfo (User-defined Commands): Limit on number of
578 arguments passed to user-defined commands removed; update.
579
01770bbd
PA
5802016-12-02 Pedro Alves <palves@redhat.com>
581
582 PR cli/20559
583 * gdb.texinfo (Define): Add example of using "eval" to process a
584 variable number of arguments.
585 (Output) <eval>: Add anchor.
586
ad02e4fe
SM
5872016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
588
589 * Makefile.in: Likewise.
590
8504e097
AA
5912016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
592
593 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
594 xref.
595
39402e6c
PA
5962016-10-29 Pedro Alves <palves@redhat.com>
597
598 * gdb.texinfo (Packets) <vCont>: Remove mention of default
599 actions.
600
ca6eff59
PA
6012016-10-26 Pedro Alves <palves@redhat.com>
602
603 * gdb.texinfo (Packets): Clarify vCont packets with multiple
604 actions that match a thread, and what happens when an action
605 matches a thread that is already running.
606
be06ba8c
SM
6072016-10-14 Simon Marchi <simon.marchi@ericsson.com>
608
609 * gdb.texinfo (Using Trace Files): Fix typo.
610 (GDB/MI Tracepoint Commands): Likewise.
611
99e61eda
SM
6122016-10-14 Simon Marchi <simon.marchi@ericsson.com>
613
614 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
615 of -trace-save.
616
9c37b5ae
TT
6172016-10-06 Tom Tromey <tom@tromey.com>
618
619 * guile.texi (Types In Guile): Remove Java mentions.
620 * python.texi (Types In Python): Remove Java mentions.
621 * gdb.texinfo (Address Locations, Supported Languages)
622 (Index Section Format): Remove Java mentions.
623
ee8da4b8
DE
6242016-08-15 Doug Evans <dje@google.com>
625
626 * gdb.texinfo (Target Description Format): Update docs on "end"
627 field spec and field default type.
628
4034d0ff
AT
6292016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
6302016-10-03 Simon Marchi <simon.marchi@ericsson.com>
631
632 PR gdb/20487
633 * gdb.texinfo (Context management): Update mention of frame
634 change notifications.
635 (gdb/mi Async Records): Document frame field in
636 =thread-select event.
637 * observer.texi (GDB Observers): New user_selected_context_changed
638 observer.
639
4435e1cc
TT
6402016-09-28 Tom Tromey <tom@tromey.com>
641
642 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
643 than "memory breakpoint". Further document "kind". Move
644 protocol-details link earlier.
645 <z1>: Document the cmd_list argument. Fix typo.
646 <g>: Remove incorrect sentence.
647 (Stop Reply Packets): Document "OK" response to requests when in
648 non-stop mode.
649 <swbreak>: Use "software breakpoint" rather than "memory
650 breakpoint".
651 <create>: Document that "R" is ignored.
652 <W, X, w>: Document formatting of "AA".
653 (Notification Packets): Use "%Stop", not "%%Stop".
654
ad0a504f
AK
6552016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
656
657 * gdb.texinfo (Embedded Processors): Document ARC.
658 (Synopsys ARC): New section.
659 (Standard Target Features): Document ARC features.
660 (ARC Features): New section.
661
74172ecf
SM
6622016-09-21 Simon Marchi <simon.marchi@ericsson.com>
663
664 * .gitignore: New file.
665
0a1ddfa6
SM
6662016-08-24 Simon Marchi <simon.marchi@ericsson.com>
667
668 * gdb.texinfo (Input/Output): Mention possibility to unset
669 inferior-tty.
670
c0272db5
TW
6712016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
672
673 * gdb.texinfo: Resume btrace on reconnect.
674
e3487908
GKB
6752016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
676
677 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
678 syscall.
679
463888ab
РИ
6802016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
681
682 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
683 command.
684
dac790e1
TT
6852016-07-13 Tom Tromey <tom@tromey.com>
686
687 PR python/15620, PR python/18620:
688 * python.texi (Events In Python): Document new breakpoint events.
689
93daf339
TT
6902016-07-13 Tom Tromey <tom@tromey.com>
691
692 PR python/17698:
693 * python.texi (Breakpoints In Python): Document
694 Breakpoint.pending.
695
cda75e70
TT
6962016-07-13 Tom Tromey <tom@tromey.com>
697
698 * python.texi (Breakpoints In Python): Move table of types and
699 table of watchpoint types earlier in node.
700
e0f3fd7c
TT
7012016-07-12 Tom Tromey <tom@tromey.com>
702
703 PR python/19293:
704 * python.texi (Frames In Python): Document
705 gdb.invalidate_cached_frames.
706
86f78169
PA
7072016-06-21 Pedro Alves <palves@redhat.com>
708
709 * gdb.texinfo (Interpreters): Update intepreter-exec section,
710 document new-ui and explain use case.
711
a28d8e50
YTL
7122016-06-17 Yan-Ting Lin <currygt52@gmail.com>
713
714 * gdb.texinfo (Standard Target Features): Document NDS32 features.
715 (NDS32 Features): New Section.
716
bb556f1f
TK
7172016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
718
719 * gdb.texinfo (Examining Memory): Document negative repeat
720 count in the 'x' command.
721
38b022b4
SM
7222016-06-06 Simon Marchi <simon.marchi@ericsson.com>
723
724 * gdb.texinfo (GDB/MI Async Records): Document method and
725 format fields in =record-started.
726 * observer.texi (record_changed): Add method and format
727 parameters.
728
c185ba27
EZ
7292016-05-27 Eli Zaretskii <eliz@gnu.org>
730
731 * gdb.texinfo (General Query Packets): Move the description of the
732 response before the long list of the specific 'read' and 'write'
733 requests.
734
1957f6b8
TT
7352016-05-23 Tom Tromey <tom@tromey.com>
736
737 * python.texi (Basic Python): Document gdb.breakpoints return.
738
224f10c1
TT
7392016-05-24 Tom Tromey <tom@tromey.com>
740
741 PR gdb/19194:
742 * gdb.texinfo (gdb man): Fix typo.
743
0bdfa368
TT
7442016-05-17 Tom Tromey <tom@tromey.com>
745
746 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
747 (Rust): New node.
748
dcd1f979
TT
7492016-05-17 Tom Tromey <tom@tromey.com>
750
751 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
752
310cdbb6
YQ
7532016-04-27 Yao Qi <yao.qi@linaro.org>
754
755 * gdb.texinfo (tfind): Complete doc about tfind without
756 argument.
757
b8162e5a
AT
7582016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
759
760 * agentexpr.texi (byte): Fix zero_ext description.
761
f7c38292
PA
7622016-03-31 Pedro Alves <palves@redhat.com>
763
764 * gdb.texinfo (M32R/SDI): Delete node.
765 (MIPS Embedded): Remove references to the MIPS remote debugging
766 protocol, PMON and variants, and the associated commands.
767
81516450
DE
7682016-03-15 Doug Evans <dje@google.com>
769
770 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
771 (Target Description Format): Mention enum types. Update docs on
772 flags types.
773 (Predefined Target Types): Add "bool".
774 (Enum Target Types): New node.
775
2a60e18f
PA
7762016-03-15 Pedro Alves <palves@redhat.com>
777
778 * gdb.texinfo (Tracepoint Actions): Fix typo.
779
45fa2529
PA
7802016-03-15 Pedro Alves <palves@redhat.com>
781 Andreas Arnez <arnez@linux.vnet.ibm.com>
782 Marcin Kościelnicki <koriakin@0x04.net>
783
784 * gdb.texinfo (Tracepoint Actions): Document possible
785 unreliability of '$_ret'.
786
f2403c39
AB
7872016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
788
789 * gdb.texinfo (Symbols): Document new 'maint info line-table'
790 command.
791
f2f3ccb9
SM
7922016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
793
794 * gdb.texinfo (Convenience Functions): Document $_as_string.
795
cce0e923
DE
7962016-02-23 Doug Evans <dje@google.com>
797
798 * gdb.texinfo (Skipping Over Functions and Files): Document new
799 options to "skip" command. Update docs of output of "info skip".
800
012b3a21
WT
8012016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
802
803 * gdb.texinfo (Signals): Add bound violation display hints for
804 a SIGSEGV.
805
0748bf3e
MK
8062016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
807
808 * gdb.texinfo (Trace File Format): Add documentation for description
809 section lines.
810
e909d859
MK
8112016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
812
813 * gdb.texinfo (Trace File Format): Remove misleading information
814 about register block ordering.
815
713cdcbf
DE
8162016-02-01 Doug Evans <dje@google.com>
817
818 * gdb.texinfo (Value Sizes): Fix typo.
819
8244c20d
DE
8202016-02-01 Doug Evans <dje@google.com>
821
822 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
823
5fdf6324
AB
8242016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
825
826 * gdb.texinfo (Value Sizes): New section.
827 (Data): Add the 'Value Sizes' node to the menu.
828
67ebd9cb
JB
8292016-01-26 John Baldwin <jhb@FreeBSD.org>
830
831 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
832
6e9567fe
JB
8332016-01-19 John Baldwin <jhb@FreeBSD.org>
834
835 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
836
f303dbd6
PA
8372016-01-18 Pedro Alves <palves@redhat.com>
838
839 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
840 of the thread that hit a breakpoint or received a signal.
841
71ef29a8
PA
8422016-01-15 Pedro Alves <palves@redhat.com>
843
844 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
845
663f6d42
PA
8462016-01-13 Pedro Alves <palves@redhat.com>
847
848 * gdb.texinfo (Threads): Document the $_gthread convenience
849 variable.
850 (Convenience Vars): Likewise.
851
c84f6bbf
PA
8522016-01-13 Pedro Alves <palves@redhat.com>
853
854 * gdb.texinfo (Threads): Document "info threads -gid".
855
22a02324
PA
8562016-01-13 Pedro Alves <palves@redhat.com>
857
858 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
859 anchor.
860 (Threads In Python): Document new InferiorThread.global_num
861 attribute.
862
5d5658a1
PA
8632016-01-07 Pedro Alves <palves@redhat.com>
864
865 * gdb.texinfo (Threads): Document per-inferior thread IDs,
866 qualified thread IDs, global thread IDs and thread ID lists.
867 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
868 thread IDs.
869 (Convenience Vars): Document the $_thread convenience variable.
870 (Ada Tasks): Adjust to refer to thread IDs.
871 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
872 Commands, GDB/MI Variable Objects): Update to mention global
873 thread IDs.
874 * guile.texi (Breakpoints In Guile)
875 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
876 global thread IDs instead of thread IDs.
877 * python.texi (Threads In Python): Adjust documentation of
878 InferiorThread.num.
879 (Breakpoint.thread): Mention global thread IDs instead of thread
880 IDs.
881
84654457
PA
8822016-01-13 Pedro Alves <palves@redhat.com>
883
884 * python.texi (Threads In Python): Document
885 InferiorThread.inferior.
886
e3940304
PA
8872016-01-13 Pedro Alves <palves@redhat.com>
888
889 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
890 convenience variable.
891 (Convenience Vars): Likewise.
892
82075af2
JS
8932016-01-12 Josh Stone <jistone@redhat.com>
894 Philippe Waroquiers <philippe.waroquiers@skynet.be>
895
896 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
897 (Stop Reply Packets): List the syscall entry and return stop reasons.
898 (General Query Packets): Describe QCatchSyscalls, and add it to the
899 table and the detailed list of stub features.
900
bc504a31
PA
9012016-01-12 Pedro Alves <palves@redhat.com>
902
903 Remove use of the registered trademark symbol throughout.
904
cde67b27
YQ
9052016-01-12 Yao Qi <yao.qi@linaro.org>
906
907 * gdb.texinfo (Interrupts): Update the document on handling
908 interrupt when program is stopped.
909
19d9d4ef
DB
9102015-12-11 Don Breazeal <donb@codesourcery.com>
911
912 * gdb.texinfo (Forks): Correct Linux kernel version where
913 fork and exec events are supported, add notes about support
914 of these events in target remote mode.
915 (Connecting): Reorganize and clarify distinctions between
916 target remote, extended-remote, and multiprocess.
917 Reorganize related text from separate sections into new
918 sections.
919 (Server): Note effects of target extended-remote mode.
920 Delete section on Multi-Process Mode for gdbserver.
921 Move some text to "Connecting" node.
922
f4f4330e
PA
9232015-12-10 Pedro Alves <palves@redhat.com>
924
925 * gdb.texinfo (Threads): Replace warning with explanation
926 about single-threaded programs.
927
b1236ac3
PA
9282015-12-10 Pedro Alves <palves@redhat.com>
929
930 * gdb.texinfo (Threads): Remove mention of SGI.
931 (Forks): Remove mention of HP-UX.
932 (Breakpoints): Remove mention of HP-UX.
933 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
934 Reword in terms of architectures.
935 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
936 mention supported systems.
937 (Convenience Vars): Don't mention HP-UX.
938 (Jumping): Remove mention of HP-UX in comment.
939 (Files) <shared libraries>: Update supported shared library types
940 list. Remove mention of HP-UX.
941 (Native): Remove HP-UX subsection.
942 (SVR4 Process Information): Remove mention of HP-UX.
943
0f59c28f
PA
9442015-12-10 Pedro Alves <palves@redhat.com>
945
946 * gdb.texinfo (Stack): Reorder menu.
947
1c35a88f
LM
9482015-12-09 Luis Machado <lgustavo@codesourcery.com>
949
950 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
951 -var-set-format's new zero-hexadecimal format.
952
3685b09f
PMR
9532015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
954
955 * gdb.texinfo (Ada Mode Into): Move overloading support
956 description to its own node.
957 (Overloading support for Ada): New node.
958
f2faf941
PA
9592015-11-30 Pedro Alves <palves@redhat.com>
960
961 PR 14618
962 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
963 (Remote Configuration): Add the "set/show remote
964 no-resumed-stop-reply" to the available settings table.
965 (General Query Packets): Document the "no-resumed" qSupported
966 feature.
967
65706a29
PA
9682015-11-30 Pedro Alves <palves@redhat.com>
969
970 * gdb.texinfo (Remote Configuration): List "set/show remote
971 thread-events" command in configuration table.
972 (Stop Reply Packets): Document "T05 create" stop
973 reason and 'w' stop reply.
974 (General Query Packets): Document QThreadEvents packet. Document
975 QThreadEvents qSupported feature.
976
de979965
PA
9772015-11-30 Pedro Alves <palves@redhat.com>
978
979 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
980 anchor.
981 (Packets): Document vCtrlC.
982
79efa585
SM
9832015-11-26 Simon Marchi <simon.marchi@ericsson.com>
984
985 * gdb.texinfo (Thread List Format): Mention thread names.
986
7e0aa6aa
PA
9872015-11-24 Pedro Alves <palves@redhat.com>
988
989 PR 17539
990 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
991 program-spaces" example to ascending order listing.
992 (Threads): Adjust "info threads" example to ascending order
993 listing.
994 (Forks): Adjust "info inferiors" example to ascending order
995 listing.
996
0c532a29
MM
9972015-11-04 Markus Metzger <markus.t.metzger@intel.com>
998
999 * gdb.texinfo (Process Record and Replay): Document "record
1000 instruction-history" modifiers.
1001
fc58fa65
AB
10022015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1003
1004 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
1005 description.
1006 (Frame Filter Management): Move to later in the 'Examining the
1007 Stack' chapter.
1008 (Selection): Add entry for 'select-frame'.
1009
792005b0
DE
10102015-09-25 Doug Evans <dje@google.com>
1011
1012 * gdb.texinfo (Process Record and Replay): Fix syntax of
1013 "record instruction-history begin, end" and
1014 "record function-call-history begin, end".
1015
c58b006b
SM
10162015-09-22 Simon Marchi <simon.marchi@ericsson.com>
1017
1018 * gdb.texinfo (Specifying Source Directories): Fix
1019 substitute-path example.
1020
f2665db5
MM
10212015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1022
1023 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
1024
e68fa6f0
PA
10252015-09-15 Pedro Alves <palves@redhat.com>
1026
1027 PR remote/18965
1028 * gdb.texinfo (Stop Reply Packets): Revert previous change to
1029 the vforkdone description.
1030
8228463c
PA
10312015-09-15 Pedro Alves <palves@redhat.com>
1032
1033 PR remote/18965
1034 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
1035 part indicates the thread ID of the parent process.
1036
750ce8d1
YQ
10372015-09-15 Yao Qi <yao.qi@linaro.org>
1038
1039 * gdb.texinfo (General Query Packets): Add vContSupported to
1040 tables of 'gdbfeatures' and 'stub features' supported in the
1041 qSupported packet, as well as to the list containing stub
1042 feature details.
1043
b459a59b
DB
10442015-09-11 Don Breazeal <donb@codesourcery.com>
1045
1046 * gdb.texinfo (Remote Configuration): Add exec event
1047 feature to table of packet settings.
1048 (Stop Reply Packets): Add exec events to the list of stop
1049 reasons.
1050 (General Query Packets): Add exec events to tables of
1051 'gdbfeatures' and 'stub features' supported in the qSupported
1052 packet, as well as to the list containing stub feature
1053 details.
1054
73b8c1fd
PA
10552015-08-24 Pedro Alves <palves@redhat.com>
1056
1057 * gdb.texinfo (Remote Configuration): Document the "set/show
1058 remote multiprocess-extensions-packet" commands.
1059
bb615428
PA
10602015-08-24 Pedro Alves <palves@redhat.com>
1061
1062 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
1063 <M32R>: Remove references to M32R/D.
1064 <M68K>: Remove references to target dbug.
1065 <MIPS Embedded>: Remove references to target r3900 and target
1066 array.
1067 <PowerPC Embedded>: Remove references to target dink32 and target
1068 ppcbug, target sds
1069 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
1070
2b4bf6af
AB
10712015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1072
1073 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
1074
566f5e3b
AB
10752015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1076
1077 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
1078
18989b3c
AB
10792015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1080
1081 * gdb.texinfo (Maintenance Commands): Move documentation of "main
1082 info bfds" to...
1083 (File Caching): A New section. Outline bfd caching, and add new
1084 description for "main set/show bfd-sharing".
1085
6ff0ba5f
DE
10862015-08-14 Doug Evans <xdje42@gmail.com>
1087
1088 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
1089 disassembly.
1090 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
1091
629500fa
KS
10922015-08-11 Keith Seitz <keiths@redhat.com>
1093
1094 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
1095 Use "location(s)"instead of "linespec(s)".
1096 (Specifying a Location): Rewrite.
1097 Add subsections describing linespec, address, and explicit locations.
1098 Add node/menu for each subsection.
1099 (Source and Machine Code, C Preprocessor Macros)
1100 (Create and Delete Trace points)
1101 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
1102 (Continuing at a Different Address): Remove "linespec" examples.
1103 Add reference to "Specify a Location"
1104 (The -break-insert Command): Rewrite. Add anchor.
1105 Add reference to appropriate manual section discussing locations.
1106 (The -dprintf-insert Command): Refer to -break-insert for
1107 specification of 'location'.
1108
fbea99ea
PA
11092015-08-07 Pedro Alves <palves@redhat.com>
1110
1111 * gdb.texinfo (Maintenance Commands): Document "maint set/show
1112 target-non-stop".
1113
da8c46d2
MM
11142015-08-07 Markus Metzger <markus.t.metzger@intel.com>
1115
1116 * gdb.texinfo (Process Record and Replay): Document prefixing of
1117 speculatively executed instructions in the "record instruction-history"
1118 command.
1119
a3b5281e
DE
11202015-07-20 Doug Evans <dje@google.com>
1121
1122 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
1123
6bcb1f97
DE
11242015-07-16 Doug Evans <dje@google.com>
1125
1126 * stabs.texinfo: @include gdb-cfg.texi.
1127
db1ff28b
JK
11282015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1129
1130 Revert the previous 2 commits:
1131 gdbserver build-id attribute generator
1132 Validate symbol file using build-id
1133
ca5268b6
JK
11342015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1135
1136 * gdb.texinfo (Files): Add 'set validate-build-id'
1137 and 'show validate-build-id'.
1138
700ca40f
JK
11392015-07-15 Aleksandar Ristovski <aristovski@qnx.com
1140 Jan Kratochvil <jan.kratochvil@redhat.com>
1141
1142 gdbserver build-id attribute generator.
1143 * gdb.texinfo (Library List Format for SVR4 Targets): Add
1144 'build-id' in description, example, new attribute in dtd.
1145
7c7f93f6
AB
11462015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
1147
1148 * gdb.texinfo (Selection): Update documentation for 'frame'
1149 command.
1150
b0627500
MM
11512015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1152
72f4393d 1153 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
b0627500
MM
1154 commands.
1155
b20a6524
MM
11562015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1157
1158 * gdb.texinfo (Process Record and Replay): Spell out that variables
1159 and registers are not available during btrace replay.
1160 Describe the new "record btrace pt" command.
1161 Describe the new "set|show record btrace pt buffer-size" options.
1162 (General Query Packets): Describe the new Qbtrace:pt and
1163 Qbtrace-conf:pt:size packets.
1164 Expand "bts" to "Branch Trace Store".
1165 Update the branch trace DTD.
1166
fc637f04
PP
11672015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1168
1169 * gdb.texinfo (Command History): Document the new option
1170 "history remove-duplicates".
1171
18a94d75
DE
11722015-06-19 Doug Evans <dje@google.com>
1173
1174 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
1175 longer supported.
1176
0eacb298
PP
11772015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1178
1179 * gdb.texinfo (Command History): Mention that setting
1180 GDBHISTSIZE to the empty string disables history truncation.
1181
bc460514
PP
11822015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1183
1184 PR gdb/16999
1185 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
1186 behavior.
1187
b58c513b
PP
11882015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1189
1190 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
1191 with GDBHISTSIZE.
1192
a86c90e6
SM
11932015-06-15 Simon Marchi <simon.marchi@ericsson.com>
1194
1195 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
1196 bytes and memory units for -data-{read,write}-memory-bytes.
1197 (Packets): Same for m, M and X packets.
1198 * python.texi (Inferiors In Python): Same for read_memory and
1199 write_memory.
1200
c74f7d1c
JT
12012015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
1202
1203 * gdb.texinfo (Separate Debug Files): Document that PE is also
1204 supported.
1205
51f0e40d
AB
12062015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
1207
1208 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
1209 single table entry.
1210
966f0aef
WT
12112015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1212
1213 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
1214
1215
15a201c8
GB
12162015-06-10 Gary Benson <gbenson@redhat.com>
1217
1218 * gdb.texinfo (Remote Configuration): Document the
1219 "set/show remote hostio-setfs-packet" command.
1220 (Host I/O Packets): Document the vFile:setfs packet.
1221
7a6a1731
GB
12222015-06-10 Gary Benson <gbenson@redhat.com>
1223
1224 * gdb.texinfo (Debugging Output): Document the "set/show debug
1225 linux-namespaces" command.
1226
7d73c23c 12272015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 1228 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
1229
1230 * gdb.texinfo (i386): Add documentation about "show mpx bound"
1231 and "set mpx bound".
1232
27e0867f
DE
12332015-05-27 Doug Evans <dje@google.com>
1234
1235 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
1236
b4f54984
DE
12372015-05-26 Doug Evans <dje@google.com>
1238
1239 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
1240 command renamings.
1241 (Maintenance Commands): Update for DWARF "set debug" command renamings.
1242
55b40027
AB
12432015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
1244
1245 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
1246
a4ea0946
AB
12472015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1248
1249 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
1250 (TUI Commands): Add 'tui enable' and 'tui disable' details.
1251
37442ce1
DE
12522015-05-16 Doug Evans <xdje42@gmail.com>
1253
1254 * guile.texi (Memory Ports in Guile): Document support for unbuffered
1255 memory ports.
1256
36de76f9
JK
12572015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1258
1259 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
1260
0d71eef5
DB
12612015-05-12 Don Breazeal <donb@codesourcery.com>
1262
1263 * gdb.texinfo (Forks): Note that fork debugging is
1264 supported in extended mode.
1265 (Remote Configuration): Add fork event features to table
1266 of packet settings.
1267 (Stop Reply Packets): Add fork events to list of stop reasons.
1268 (General Query Packets): Add fork events to tables of
1269 'gdbfeatures' and 'stub features' supported in the qSupported
1270 packet, as well as to the list containing stub feature
1271 details.
1272
835205d0
GB
12732015-05-12 Gary Benson <gbenson@redhat.com>
1274
1275 * gdb.texinfo (General Query Packets): Document
1276 qXfer:exec-file:read with empty annex.
1277
4c082a81
SC
12782015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1279
1280 * python.texi (Values From Inferior): Add descriptions of new
1281 methods gdb.Value.reference_value and gdb.Value.const_value.
1282
b30a0bc3
JB
12832015-05-06 Joel Brobecker <brobecker@adacore.com>
1284
1285 * gdb.texinfo (Files): Add "info dll" documentation.
1286 (Cygwin Native): Remove "info dll" documentation.
1287
2ce1cdbf
DE
12882015-04-29 Doug Evans <dje@google.com>
1289
1290 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
1291 Document.
1292 (Writing an Xmethod): Add get_result_type to example.
1293
59fb7612
SS
12942015-04-28 Sasha Smundak <asmundak@google.com>
1295
1296 * python.texi: New method documented.
1297
cf75d6c3
AB
12982015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1299
1300 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
1301 format.
1302
897c3d32
DE
13032015-04-24 Doug Evans <dje@google.com>
1304
1305 * python.texi (Xmethods In Python): Fix name of method to call the
1306 xmethod.
1307
1b6e6f5c
GB
13082015-04-17 Gary Benson <gbenson@redhat.com>
1309
1310 * gdb.texinfo (Connecting to a Remote Target): Mention that
1311 GDB can access program files from remote targets that support
1312 qXfer:exec-file:read and Host I/O packets.
1313
c78fa86a
GB
13142015-04-17 Gary Benson <gbenson@redhat.com>
1315
1316 * gdb.texinfo (Remote Configuration): Document the "set/show
1317 remote pid-to-exec-file-packet" command.
1318 (General Query Packets): Document the qXfer:exec-file:read
1319 qSupported features. Document the qXfer:exec-file:read packet.
1320
a9a5a3d1
GB
13212015-04-17 Gary Benson <gbenson@redhat.com>
1322
1323 * gdb.texinfo (set sysroot): Document that "set sysroot" also
1324 applies to executable paths if supplied to GDB as absolute.
1325
4f45d445
JK
13262015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1327
1328 * gdb.texinfo (Mode Options): Remove -xdb.
1329
e7a8570f
JK
13302015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1331 Eli Zaretskii <eliz@gnu.org>
1332
72f4393d
L
1333 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
1334 compile, show debug compile. New subsection Compilation options for
e7a8570f
JK
1335 the compile command. New subsection Compiler search for the compile
1336 command.
1337
f2983cc3
AW
13382015-04-09 Andy Wingo <wingo@igalia.com>
1339
1340 * guile.texi (Frames In Guile): Describe frame-read-register.
1341
599bd15c
GB
13422015-04-02 Gary Benson <gbenson@redhat.com>
1343
1344 * gdb.texinfo (set sysroot): Document "target:".
1345
d11916aa
SS
13462015-04-01 Sasha Smundak <asmundak@google.com>
1347
1348 * doc/python.texi (Writing a Frame Unwinder in Python): Add
1349 section.
1350
df8411da
SDJ
13512015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1352
1353 PR corefiles/16092
1354 * gdb.texinfo (gcore): Mention new command 'set
1355 use-coredump-filter'.
1356 (set use-coredump-filter): Document new command.
1357
d33279b3
AT
13582015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
1359
1360 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
1361 documentation, reorder the info os entries in alphabetical order.
1362
852f8402
SM
13632015-03-26 Simon Marchi <simon.marchi@ericsson.com>
1364
1365 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
1366 -data-write-memory-bytes.
1367
856e7dd6
PA
13682015-03-24 Pedro Alves <palves@redhat.com>
1369
1370 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
1371 mention that threads may sometimes run unlocked.
1372
236af5e3
YG
13732015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
1374
1375 * gdb.texinfo (Remote configuration): Document "set/show
1376 serial parity" command.
1377
464b0089
GB
13782015-03-18 Gary Benson <gbenson@redhat.com>
1379
1380 * gdb.texinfo (General Query Packets): Remove documentation
1381 for now-removed vFile:fstat qSupported features.
1382
0a93529c
GB
13832015-03-11 Gary Benson <gbenson@redhat.com>
1384
1385 * gdb.texinfo (Remote Configuration): Document the
1386 "set/show remote hostio-fstat-packet" command.
1387 (General Query Packets): Document the vFile:fstat
1388 qSupported features.
1389 (Host I/O Packets): Document the vFile:fstat packet.
1390
85642ba0
AW
13912015-03-11 Andy Wingo <wingo@igalia.com>
1392
1393 * guile.texi (Objfiles In Guile): Document objfile-progspace.
1394
f7e6eed5
PA
13952015-03-04 Pedro Alves <palves@redhat.com>
1396
1397 * gdb.texinfo (Remote Configuration): Document the "set/show
1398 remote swbreak-feature-packet" and "set/show remote
1399 hwbreak-feature-packet" commands.
1400 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
1401 decription.
1402 (Stop Reply Packets): Document the swbreak and hwbreak stop
1403 reasons.
1404 (General Query Packets): Document the swbreak and hwbreak
1405 qSupported features.
1406 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
1407
f873665f 14082015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
a64c9f7b
PP
1409
1410 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
1411 under *stopped.
1412
9a284c97
DE
14132015-03-02 Doug Evans <xdje42@gmail.com>
1414
1415 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
1416
446899e4
AA
14172015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1418
1419 * gdb.texinfo (S/390 and System z Features): Describe new feature
1420 "org.gnu.gdb.s390.vx".
1421
7ee67ee4
SDJ
14222015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
1423
1424 PR gdb/18008
1425 * gdb.texinfo (maint internal-error, maint internal-warning, maint
1426 demangler-warning): Fix typo ("problam").
1427
53cf2ee0
DT
14282015-02-19 David Taylor <dtaylor@emc.com>
1429
1430 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
1431
3133f8c1
JM
14322015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1433
1434 * gdb.texinfo (Static Probe Points): Add cindex `static probe
1435 point, DTrace'.
1436 (Static Probe Points): Modified to cover DTrace probes in addition
1437 to SystemTap probes. Also modified to cover the `enable probe'
1438 and `disable probe' commands.
1439
9aca2ff8
JM
14402015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1441
1442 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
1443 `disable probe' commands.
1444
fa3f8d5a
DT
14452015-02-12 David Taylor <dtaylor@emc.com>
1446
1447 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
1448 fields of the QTDV packet.
1449
d33501a5
MM
14502015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1451
1452 * gdb.texinfo (Branch Trace Configuration Format): Add size.
1453 (Process Record and Replay): Describe new set|show commands.
1454 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
1455
f4abbc16
MM
14562015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1457
1458 * gdb.texinfo (Process Record and Replay): Describe the "record
1459 btrace bts" command.
1460 (General Query Packets): Describe qXfer:btrace-conf:read packet.
1461 (Branch Trace Configuration Format): New.
1462
cfb069a8
GB
14632015-01-31 Gary Benson <gbenson@redhat.com>
1464 Doug Evans <dje@google.com>
1465
1466 * gdb.texinfo (Command Completion): Document new
1467 "set/show max-completions" option.
1468
f57d2163
DE
14692015-01-31 Doug Evans <xdje42@gmail.com>
1470
1471 * gdb.texinfo (Symbols): Document new commands
1472 "maint print symbol-cache", "maint print symbol-cache-statistics",
1473 "maint flush-symbol-cache". Document new option
1474 "maint set symbol-cache-size".
1475
9f050062
DE
14762015-01-31 Doug Evans <xdje42@gmail.com>
1477
1478 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
1479 distinguish script files vs inlined scripts.
1480 * python.texi (Python Auto-loading): Ditto.
1481
b6577aab
DE
14822015-01-30 Doug Evans <dje@google.com>
1483
1484 * gdb.texinfo (Symbols) <info source>: Output now contains producer
1485 string if present.
1486
3a8b707a
DE
14872015-01-27 Doug Evans <dje@google.com>
1488
1489 * python.texi (Objfiles In Python): Document Objfile.username.
1490
1b549396
DE
14912015-01-27 Doug Evans <dje@google.com>
1492
1493 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
1494 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
1495
253828f1
JK
14962015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1497
1498 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
1499
bf555842
EZ
15002015-01-16 Eli Zaretskii <eliz@gnu.org>
1501
1502 * doc/gdb.texinfo (TUI Commands): Document the possible
1503 values of NAME argument to 'winheight' command. Explain the
1504 effect of 'tabset' setting better.
1505
439250fb
DE
15062015-01-11 Doug Evans <xdje42@gmail.com>
1507
1508 PR gdb/15830
1509 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
1510 (Symbols): Ditto.
1511 (Maintenance Commands): Delete docs for "maint demangle".
1512
6bf6fd09
JB
15132014-12-31 Joel Brobecker <brobecker@adacore.com>
1514
1515 * gdb.texinfo (Files): Remove documentation of the
1516 "add-shared-symbol-files" and "assf" commands.
1517 (Cygwin Native): Remove documentation of the "dll-symbols"
1518 command.
1519
cc485e62
DE
15202014-12-17 Doug Evans <xdje42@gmail.com>
1521
1522 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
1523
bb2ec1b3
TT
15242014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1525 Jan Kratochvil <jan.kratochvil@redhat.com>
1526
1527 * gdb.texinfo (Altering): Update.
1528 (Compiling and Injecting Code): New node.
1529
6dddd6a5
DE
15302014-12-12 Doug Evans <dje@google.com>
1531
1532 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
1533
f5b95c01
AA
15342014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1535
1536 * gdb.texinfo: Document "maint print user-registers".
1537
a0be3e44
DE
15382014-12-08 Doug Evans <dje@google.com>
1539
1540 * python.texi (Objfiles In Python): Document Objfile.owner.
1541
86e4ed39
DE
15422014-12-04 Doug Evans <dje@google.com>
1543
1544 * python.texi (Objfiles In Python): Document
1545 Objfile.add_separate_debug_file.
1546
7c50a931
DE
15472014-12-04 Doug Evans <dje@google.com>
1548
1549 * python.texi (Objfiles In Python): Document Objfile.build_id.
1550
162078c8
NB
15512014-12-02 Nick Bull <nicholaspbull@gmail.com>
1552
1553 * python.texi (Events In Python): Document new events
1554 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1555 and RegisterChangedEvent.
1556
f10c5b19
JK
15572014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1558
1559 Add add-auto-load-scripts-directory.
1560 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1561 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1562
413b59ae
JK
15632014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1564
1565 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1566 description typo.
1567
02be9a71
DE
15682014-10-30 Doug Evans <dje@google.com>
1569
1570 * python.texi (Progspaces In Python): Document ability to add
1571 random attributes to gdb.Progspace objects.
1572 (Objfiles In Python): Document ability to add random attributes to
1573 gdb.objfile objects.
1574
e5f8a7cc
PA
15752014-10-27 Pedro Alves <palves@redhat.com>
1576
1577 * gdb.texinfo (Continuing and Stepping): Add cross reference to
1578 info on stepping and signal handlers.
1579 (Signals): Explain stepping and signal handlers. Add context
1580 index entry, and cross references.
1581
fab3a15d
SM
15822014-10-20 Simon Marchi <simon.marchi@ericsson.com>
1583
1584 * python.texi (Breakpoints In Python): Add parenthesis after
1585 Breakpoint.delete. Clarify Breakpoint.enabled description so
1586 that it contains "disable".
1587
4ffbba72
DE
15882014-10-17 Doug Evans <dje@google.com>
1589
1590 * python.texi (Events In Python): Document clear_objfiles event.
1591
d096d8c1
DE
15922014-10-17 Doug Evans <dje@google.com>
1593
1594 * python.texi (Objfiles In Python): Document new progspace attribute.
1595
32a8097b
PA
15962014-10-17 Pedro Alves <palves@redhat.com>
1597
1598 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1599 (SVR4 Process Information): Delete mention of OSF/1.
1600
2ddf4301
SM
16012014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1602
1603 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1604 exit-code field in -list-thread-groups output.
1605
342cc091
JBG
16062014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1607
1608 * gdb.texinfo (Set Breaks): Add missing "@end table".
1609
a25a5a45
PA
16102014-09-22 Pedro Alves <palves@redhat.com>
1611
1612 * gdb.texinfo (Set Breaks): Document that "set breakpoint
1613 always-inserted off" is the default mode now. Delete
1614 documentation of "set breakpoint always-inserted auto".
1615
2b4fd423
DE
16162014-09-18 Doug Evans <dje@google.com>
1617
1618 * python.texi (Symbol Tables In Python): Document "producer"
1619 attribute of gdb.Symtab objects.
1620
deb8ff2b
PA
16212014-09-16 Pedro Alves <palves@redhat.com>
1622
1623 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1624 (Embedded OS): Remove VxWorks menu entry.
1625 (VxWorks): Remove node.
1626
81219e53
DE
16272014-09-13 Doug Evans <xdje42@gmail.com>
1628
1629 * gdb.texinfo (Signaling): Document new queue-signal command.
1630
faa42425
DE
16312014-09-06 Doug Evans <xdje42@gmail.com>
1632
1633 PR 15276
1634 * gdb.texinfo (Convenience Funs): Document $_caller_is,
1635 $_caller_matches, $_any_caller_is, $_any_caller_matches.
1636
1a6a384b
JL
16372014-09-03 Justin Lebar <jlebar@google.com>
1638
1639 * python.texi (Types In Python): Type.template_argument(n) returns a
1640 gdb.Value or a gdb.Type and throws an exception if n is out of
1641 range.
1642
5f3b99cf
SS
16432014-09-03 Sasha Smundak <asmundak@google.com>
1644
1645 * python.texi (Frames in Python): Add read_register description.
1646
3cecbbbe
TT
16472014-08-04 Tom Tromey <tromey@redhat.com>
1648
1649 * gdb.texinfo (Debugging Output): Update for change to "set debug
1650 target".
1651
90debf20
MM
16522014-08-01 Masaki Muranaka <monaka@monami-software.com>
1653
1654 Pushed by Joel Brobecker <brobecker@adacore.com>.
1655 * Makefile.in (transform): New variable.
1656 (install-man1, install-man5): Apply $(transform) to man file names.
1657
ee7333ae
DE
16582014-07-26 Doug Evans <xdje42@gmail.com>
1659
1660 PR guile/17177
1661 * guile.texi (Guile Pretty Printing API): Fix typo.
1662 Document set-pretty-printers!, pretty-printers.
1663 (Selecting Guile Pretty-Printers): Update.
1664 Mention program-space based pretty-printers.
1665
70509625
PA
16662014-07-25 Pedro Alves <palves@redhat.com>
1667 Eli Zaretskii <eliz@gnu.org>
1668
1669 * gdb.texinfo (Signaling) <signal command>: Explain what happens
1670 with multi-threaded programs.
1671
b67a2c6f
YQ
16722014-06-27 Yao Qi <yao@codesourcery.com>
1673
1674 * gdb.texinfo (Maintenance Commands): Update the output of
1675 'maint print dummy-frames' command.
1676
f179cf97
EZ
16772014-06-24 Eli Zaretskii <eliz@gnu.org>
1678
1679 * gdb.texinfo (Screen Size): Improve indexing.
1680
992c7d70
GB
16812014-06-19 Gary Benson <gbenson@redhat.com>
1682
1683 * gdb.texinfo (Maintenance Commands): Document new
1684 "maint set/show catch-demangler-crashes" option.
1685
57fcfb1b
GB
16862014-06-19 Gary Benson <gbenson@redhat.com>
1687
1688 * gdb.texinfo (Maintenance Commands): Document new
1689 "maint demangler-warning" command and new
1690 "maint set/show demangler-warning" option.
1691
dd5d5494
SC
16922014-06-09 Siva Chandra Reddy <sivachandra@google.com>
1693
1694 * python.texi (Xmethod API): Add space before the opening
1695 parenthesis in function descriptions.
1696
25326a28 16972014-06-06 Doug Evans <xdje42@gmail.com>
d2929fdc
DE
1698
1699 * guile.texi (Guile Configuration): Document guile-data-directory.
1700
0a770bb2 17012014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
1702
1703 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1704
16f691fb
DE
17052014-06-04 Doug Evans <xdje42@gmail.com>
1706
1707 * guile.texi (Breakpoints In Guile): Update.
1708
1e47491b
JB
17092014-06-03 Joel Brobecker <brobecker@adacore.com>
1710
1711 * python.texi (Xmethod API): Fix reference to "Progspaces In
1712 Python".
1713
0c6e92a5
SC
17142014-06-03 Siva Chandra Reddy <sivachandra@google.com>
1715
1716 * python.texi (Xmethods In Python, XMethod API)
1717 (Writing an Xmethod): New nodes.
1718 (Python API): New menu entries "Xmethods In Python",
1719 "Xmethod API", "Writing an Xmethod".
1720
06eb1586
DE
17212014-06-02 Doug Evans <xdje42@gmail.com>
1722
1723 * guile.texi (Guile API): Add entry for Parameters In Guile.
1724 (GDB Scheme Data Types): Mention <gdb:parameter> object.
1725 (Parameters In Guile): New node.
1726
e698b8c4
DE
17272014-06-02 Doug Evans <xdje42@gmail.com>
1728
1729 * guile.texi (Guile API): Add entry for Commands In Guile.
1730 (Basic Guile) <parse-and-eval>: Add reference.
1731 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1732 (GDB Scheme Data Types): Mention <gdb:command> object.
1733 (Commands In Guile): New node.
1734
ded03782
DE
17352014-06-02 Doug Evans <xdje42@gmail.com>
1736
1737 * guile.texi (Guile API): Add entry for Progspaces In Guile.
1738 (GDB Scheme Data Types): Mention <gdb:progspace> object.
1739 (Progspaces In Guile): New node.
1740
53e8a631
AB
17412014-05-30 Andrew Burgess <aburgess@broadcom.com>
1742
1743 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1744 * python.texi (Frames In Python): Mention
1745 gdb.FRAME_UNWIND_MEMORY_ERROR.
1746
329ea579
PA
17472014-05-29 Pedro Alves <palves@redhat.com>
1748 Tom Tromey <tromey@redhat.com>
1749
1750 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1751 from example.
1752 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1753 Mention that target-async is now deprecated.
1754 (Maintenance Commands): Document maint set/show target-async.
1755
92bcb5f9
PA
17562014-05-29 Pedro Alves <palves@redhat.com>
1757
1758 * observer.texi (sync_execution_done, command_error): New
1759 subjects.
1760
fd664c91
PA
17612014-05-29 Pedro Alves <palves@redhat.com>
1762
1763 PR gdb/13860
1764 * observer.texi (signal_received, end_stepping_range)
1765 (signal_exited, exited, no_history): New observer subjects.
1766
b2715b27
AW
17672014-05-26 Andy Wingo <wingo@igalia.com>
1768
1769 * guile.texi (GDB Scheme Data Types): Remove documentation for
1770 removed interfaces. Update spelling of gdb-object-kind.
1771
9eaa4c1e
AW
17722014-05-26 Andy Wingo <wingo@igalia.com>
1773
1774 * guile.texi (Basic Guile): Fix some typos.
1775
0f1e8403
AW
17762014-05-26 Andy Wingo <wingo@igalia.com>
1777
1778 * guile.texi (Writing a Guile Pretty-Printer)
1779 (Guile Types Module): Fix excess parentheses in use-modules forms.
1780
697aa1b7
EZ
17812014-05-24 Eli Zaretskii <eliz@gnu.org>
1782
1783 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1784 (Breakpoints In Guile, Guile Printing Module)
1785 (Guile Exception Handling, Values From Inferior In Guile)
1786 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1787 Don't use @var at the beginning of a sentence.
1788
1789 * gdb.texinfo (Frame Filter Management, Trace Files)
1790 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1791 (PowerPC Embedded, Define, Annotations for Running)
1792 (IPA Protocol Commands, Packets, General Query Packets)
1793 (Tracepoint Packets, Notification Packets, Environment)
1794 (Inferiors and Programs, Set Breaks, Set Catchpoints)
1795 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1796 (Frames, Backtrace, Selection, Expressions, Registers)
1797 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1798 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1799 (Source Annotations, Using JIT Debug Info Readers, Packets)
1800 (Stop Reply Packets, Host I/O Packets)
1801 (Target Description Format): Don't use @var at the beginning of a
1802 sentence.
1803
1804 * python.texi (Basic Python, Types In Python)
1805 (Commands In Python, Frames In Python, Line Tables In Python)
1806 (Breakpoints In Python, gdb.printing, gdb.types)
1807 (Type Printing API): Don't use @var at the beginning of a
1808 sentence.
1809
67b5c0c1
MM
18102014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1811
1812 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1813 replay-memory-access".
1814
6a3cb8e8
PA
18152014-05-21 Pedro Alves <palves@redhat.com>
1816
1817 * gdb.texinfo (Starting): Document "set/show
1818 auto-connect-native-target".
1819 (Target Commands): Document "target native".
1820
936d2992
PA
18212014-05-20 Pedro Alves <palves@redhat.com>
1822
1823 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1824 not be remote specific. Add cross reference to the qCRC packet.
1825 (Separate Debug Files): Update cross reference to the qCRC packet.
1826 (General Query Packets) <qCRC packet>: Add anchor.
1827
b3ce5e5f
DE
18282014-05-17 Doug Evans <xdje42@gmail.com>
1829
1830 Copy over changes from guile.texi.
1831 * python.texi (Basic Python) <gdb.execute>: Add text.
1832 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1833 (Values From Inferior) <Python string>: Add text.
1834 (Values From Inferior) <Value.string>: Clarify string length handling.
1835 (Pretty Printing API): Add cindex.
1836 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1837 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
1838 @vindex.
1839 (Commands In Python) <COMPLETE_*>: Similarly.
1840 (Symbols In Python) <SYMBOL_*>: Similarly.
1841 (Breakpoints In Python) <WP_*>: Similarly.
1842 (Breakpoints In Python) <BP_*>: Similarly.
1843
8dfcab11
DT
18442014-05-17 David Taylor <dtaylor@emc.com>
1845
1846 * gdb.texinfo (General Query Packets): Add a note about thread IDs
1847 mentioned in the qfThreadInfo reply.
1848
8d551b02
DE
18492014-05-16 Doug Evans <dje@google.com>
1850
1851 * gdb.texinfo (Mode Options): Add -D.
1852
e20bd8f4
SB
18532014-05-09 Samuel Bronson <naesten@gmail.com>
1854
1855 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1856 "make -C".
1857
f989a1c8
TT
18582014-04-29 Tom Tromey <tromey@redhat.com>
1859
1860 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1861 "show debug varobj".
1862
95cf3b38
DT
18632014-05-01 David Taylor <dtaylor@emc.com>
1864
1865 * gdb.texinfo (compare-sections): Document the new -r (read-only)
1866 option.
1867
01f9f808
MS
18682014-04-24 Michael Sturm <michael.sturm@mintel.com>
1869 Walfred Tedeschi <walfred.tedeschi@intel.com>
1870
1871 * gdb.texinfo (i386 Features): Add description of AVX512
1872 registers.
1873
770e7fc7
DE
18742014-03-31 Doug Evans <dje@google.com>
1875
1876 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1877
97d8f0ee
DE
18782014-03-30 Doug Evans <dje@google.com>
1879
1880 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1881 (Background Execution): Ditto.
1882
36cb1214
HZ
18832014-03-21 Pedro Alves <palves@redhat.com>
1884 Stan Shebs <stan@codesourcery.com>
1885 Hui Zhu <hui@codesourcery.com>
1886
1887 * gdb.texinfo (Packets): Add anchor to "? packet".
1888 Remove fixme and update introduction of "k packet".
1889 Add anchor to "vKill packet".
1890
5e3a2c38
SS
18912014-03-12 Stan Shebs <stan@codesourcery.com>
1892
1893 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1894
7a5a839f
LC
18952014-02-26 Ludovic Courtès <ludo@gnu.org>
1896
dc6ae996 1897 * guile.texi (Basic Guile): Document 'history-append!'.
7a5a839f 1898
95060284
JB
18992014-02-20 Joel Brobecker <brobecker@adacore.com>
1900
1901 * gdb.texinfo (Files): Document "add-shared-symbol-files"
1902 and "assf" as being deprecated.
1903 (Cygwin Native): Likewise for "dll-symbols".
1904 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1905 as a way to force the loading of symbols from a DLL.
1906
f7bd0f78
SC
19072014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1908
1909 * python.texi (Values From Inferior): Add description about the
1910 new feature.
1911
329baa95
DE
19122014-02-17 Doug Evans <xdje42@gmail.com>
1913
1914 * Makefile.in (GDB_DOC_FILES): Add python.texi.
1915 * gdb.texinfo (Python): Moved to ...
1916 * python.texi: ... here. New file.
1917
687894f5
DE
19182014-02-17 Ludovic Courtès <ludo@gnu.org>
1919
d25f38ee 1920 * guile.texi (Writing a Guile Pretty-Printer) <example>:
687894f5
DE
1921 Remove 'string-begins-with' procedure. Add 'pretty-printer'
1922 parameter to 'str-lookup-function' procedure. Look for
1923 the "std::string<" prefix.
1924 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1925 Adjust description.
1926
6fb526ee
DE
19272014-02-11 Tejas Belagod <tejas.belagod@arm.com>
1928
d25f38ee 1929 * guile.texi (Values From Inferior In Guile): Remove stray
6fb526ee
DE
1930 parantheses for deffn.
1931 (Disassembly In Guile): Ditto.
1932
1e0a5178
SS
19332014-02-10 Stan Shebs <stan@codesourcery.com>
1934
1935 Add Doxygen support.
1936 * Makefile.in (doxy): New action, generates Doxygen files.
1937 (DOXYGEN): New.
1938 (doxyedit): New.
1939 * Doxyfile-base.in: New file.
1940 * Doxyfile-gdb-api.in: New file.
1941 * Doxyfile-gdb-xref.in: New file.
1942 * Doxyfile-gdbserver.in: New file.
1943 * doxy-index.in: New file.
1944 * filter-for-doxygen: New file.
1945 * filter-params.pl: New file.
1946
ed3ef339
DE
19472014-02-10 Doug Evans <xdje42@gmail.com>
1948
1949 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1950 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
1951 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
1952 (Guile docs): Include guile.texi.
1953 (objfile-gdbdotext file): Add objfile-gdb.scm.
1954 (dotdebug_gdb_scripts section): Mention Guile scripts.
1955 (Multiple Extension Languages): New node.
1956 * guile.texi: New file.
1957
c6044dd1
JB
19582014-01-28 Joel Brobecker <brobecker@adacore.com>
1959
1960 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
1961 ignore-descriptive-types". commands.
1962
87ce2a04
DE
19632014-01-22 Doug Evans <dje@google.com>
1964
1965 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
1966 (gdbserver man): Ditto.
1967
52834460
MM
19682014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1969
1970 * gdb.texinfo: Document limited reverse/replay support
1971 for target record-btrace.
1972
0688d04e
MM
19732014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1974
1975 * gdb.texinfo (Process Record and Replay): Update documentation.
1976
8710b709
MM
19772014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1978
1979 * gdb.texinfo (Process Record and Replay): Document new /c
1980 modifier accepted by "record function-call-history".
1981 Add /i modifier to "record function-call-history" example.
1982
dcf106f3
JB
19832014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
1984 Joel Brobecker <brobecker@adacore.com>
1985
1986 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
1987 markers. Remove one that was misplaced.
1988
41ef2965
PA
19892014-01-10 Pedro Alves <palves@redhat.com>
1990
1991 * gdb.texinfo (Your Program's Environment) <set environment>:
1992 Mention the shell, and point at 'set exec-wrapper'.
1993
c0d48811
JB
19942014-01-07 Joel Brobecker <brobecker@adacore.com>
1995
1996 * gdb.texinfo (Types In Python): Document new attribute Types.name.
1997
5fba4c0f
JB
19982013-12-30 Joel Brobecker <brobecker@adacore.com>
1999
2000 * gdb.texinfo (Types In Python): Clarify the documentation
2001 of attribute gdb.Field.bitpos.
2002
0809504b
JB
20032013-12-28 Joel Brobecker <brobecker@adacore.com>
2004
2005 * gdb.texinfo (Types In Python): Fix the documentation of
2006 attribute "bitpos" in class gdb.Field for enum types. Add
2007 documentation for attribute "enumval" in that same class.
2008
edef6000
JB
20092013-12-28 Joel Brobecker <brobecker@adacore.com>
2010
2011 * gdb.texinfo (GDB/MI Support Commands): Change @table into
2012 @ftable.
2013
71b8c845
DE
20142013-12-23 Doug Evans <xdje42@gmail.com>
2015
2016 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
2017 auto-loaded objfile scripts and .debug_gdb_scripts section to their
2018 corresponding section in Extending GDB.
2019 (Extending GDB): Move menu up. New menu item "Auto-loading
2020 extensions".
2021 (Sequences): New menu item "Auto-loading sequences".
2022 (Auto-loading sequences): New node.
2023 (Python): Rename section from Scripting GDB to Extending GDB.
2024 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
2025 Move docs on ways to auto-load extensions to ...
2026 (Auto-loading extensions): ... here. New node.
2027
d192b373
JB
20282013-12-23 Joel Brobecker <brobecker@adacore.com>
2029
2030 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
2031 in menu.
2032 (GDB/MI Variable Objects): Adjust reference to "-list-features"
2033 command, now in a new node.
2034 (GDB/MI Support Commands): New node, with its contents being
2035 extracted from the "GDB/MI Miscellaneous Commands" node.
2036 A small paragraph introducing the section is also added at
2037 the start.
2038 (GDB/MI Miscellaneous Commands): Delete the description of the
2039 -info-gdb-mi-command, -list-features and -list-target-features
2040 commands, now hosted in the "GDB/MI Support Commands" node.
2041
a16b0e22
SC
20422013-12-12 Siva Chandra Reddy <sivachandra@google.com>
2043
2044 PR python/16113
2045 * gdb.texinfo (Values From Inferior): Add a note about using
2046 gdb.Field objects as subscripts on gdb.Value objects.
2047 (Types In Python): Add description about the new attribute
2048 "parent_type" of gdb.Field objects.
2049
9b26f0fb
JB
20502013-12-12 Joel Brobecker <brobecker@adacore.com>
2051
2052 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
2053 entry for section docuumenting the -list-features GDB/MI command.
2054
72bfa06c
JB
20552013-12-10 Joel Brobecker <brobecker@adacore.com>
2056
2057 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2058 "exec-run-start-option" entry in the output of the "-list-features"
2059 command.
2060
3ea8680f
EZ
20612013-12-04 Eli Zaretskii <eliz@gnu.org>
2062
2063 * gdb.texinfo (i386): Fix yesterday's commit.
2064
1a4f73eb
TT
20652013-12-03 Tom Tromey <tromey@redhat.com>
2066
2067 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
2068 documented here.
2069
6cb999f8
TT
20702013-12-03 Tom Tromey <tromey@redhat.com>
2071
2072 * gdb.texinfo (@direntry): Add menu item for gdbserver.
2073
ca8941bb
WT
20742013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
2075
2076 * gdb.texinfo (i386 Features): Add MPX feature registers.
2077 (x86 Specific featuresx86 Architecture-specific Issues): Adds
2078 a subsubsection for MPX and describes the display of the
2079 boundary registers.
2080
688981c9
JB
20812013-12-03 Joel Brobecker <brobecker@adacore.com>
2082
2083 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
2084 documentation of the "ada-exceptions" entry.
2085
2ea126fa
JB
20862013-12-03 Joel Brobecker <brobecker@adacore.com>
2087
2088 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
2089 "^error" result record concerning the error message. Document
2090 the error code that may also be part of that result record.
2091 (GDB/MI Miscellaneous Commands): Document the
2092 "undefined-command-error-code" element in the output of
2093 the "-list-features" GDB/MI command.
2094
6b7cbff1
JB
20952013-12-03 Joel Brobecker <brobecker@adacore.com>
2096
2097 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2098 the new -info-gdb-mi-command GDB/MI command. Document
2099 the meaning of "-info-gdb-mi-command" in the output of
2100 -list-features.
2101
20e1ca3b
PA
21022013-11-29 Pedro Alves <palves@redhat.com>
2103
2104 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
2105 Update comment.
2106
29453a14
YQ
21072013-11-24 Yao Qi <yao@codesourcery.com>
2108
2109 * gdb.texinfo (Caching Remote Data): Document new
2110 "set/show stack-cache" option.
2111
6dd315ba
YQ
21122013-11-24 Yao Qi <yao@codesourcery.com>
2113
2114 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
2115 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
2116 "off" respectively.
2117
9df9dbe0
YQ
21182013-11-23 Yao Qi <yao@codesourcery.com>
2119
2120 * gdb.texinfo (GDB/MI Variable Objects): Add the description
2121 of "displayhint" to the table about child results.
2122
c78feb39
YQ
21232013-11-21 Yao Qi <yao@codesourcery.com>
2124
2125 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
2126 'dynamic' for the output of command -var-list-children.
2127
27b81af3
YQ
21282013-11-21 Yao Qi <yao@codesourcery.com>
2129
2130 * gdb.texinfo (Caching Target Data): Remove "see" before
2131 @pxref.
2132
b26dfc9a
YQ
21332013-11-20 Yao Qi <yao@codesourcery.com>
2134
2135 * gdb.texinfo (Caching Target Data): Update doc for
2136 per-address-space dcache.
2137
b12039c6
YQ
21382013-11-20 Yao Qi <yao@codesourcery.com>
2139
2140 * gdb.texinfo (Data): Rename menu item.
2141 (Caching Remote Data): Rename to ...
2142 (Caching Target Data): ... it. Update.
2143
422ad5c2
JB
21442013-11-18 Joel Brobecker <brobecker@adacore.com>
2145
2146 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2147 "language-option" entry in the output of the "-list-features"
2148 command.
2149
805e1f19
TT
21502013-11-15 Tom Tromey <tromey@redhat.com>
2151
2152 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
2153 Add example.
2154
8fe1b653
TT
21552013-11-14 Tom Tromey <tromey@redhat.com>
2156
2157 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
2158
403cb6b1
JB
21592013-11-14 Joel Brobecker <brobecker@adacore.com>
2160
2161 * gdb.texinfo (Show): Add xref anchor for "show language" command.
2162 (Context management): Place current subsection text into its own
2163 subsubsection. Add new subsubsection describing the "--language"
2164 command option.
2165
93973826
JB
21662013-11-13 Joel Brobecker <brobecker@adacore.com>
2167
2168 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
2169 the documentation of "info-ada-exceptions" in the output
2170 of the "-list-features" command. Add the documentation
2171 of the "ada-exception" entry instead.
2172
6adcee18
JB
21732013-11-12 Joel Brobecker <brobecker@adacore.com>
2174
93973826 2175
6adcee18
JB
2176 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
2177 word of a couple of sentences to start with a capital letter.
2178
58d06528
JB
21792013-11-12 Joel Brobecker <brobecker@adacore.com>
2180
2181 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
2182 (Ada Exceptions): New node.
2183 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
2184 Commands" node.
2185 (GDB/MI Ada Exceptions Commands): New node.
2186 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
2187 field in the output of the "-list-features" command.
2188 * NEWS: Add entry for the new "info exceptions" CLI command,
2189 and for the new "-info-ada-exceptions" GDB/MI command.
2190
bc79de95
PM
21912013-11-11 Phil Muldoon <pmuldoon@redhat.com>
2192
2193 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
2194 (Line Tables In Python): New node.
2195
73be47f5
DE
21962013-11-08 Doug Evans <dje@google.com>
2197
2198 * gdb.texinfo (Debugging Output): Update text for
2199 "set debug dwarf2-read".
2200
db0fec5c
DE
22012013-11-08 Doug Evans <dje@google.com>
2202
2203 * gdb.texinfo (Debugging Output): Update text for
2204 "set debug symtab-create".
2205
92e32e33
PM
22062013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2207
72f4393d
L
2208 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
2209 constant.
92e32e33 2210
f76c27b5
PM
22112013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2212
2213 * gdb.texinfo (Breakpoints In Python): Document temporary
2214 option in breakpoint constructor, and add documentation to the
2215 temporary attribute.
2216
fa4d0c40
YQ
22172013-11-07 Yao Qi <yao@codesourcery.com>
2218
2219 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
2220 output of "-var-info-expression".
2221
afa332ce
PA
22222013-11-06 Pedro Alves <palves@redhat.com>
2223
2224 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
2225 non-interactive mode.
2226 (Environment) <shell startup files warning>: Mention
2227 non-interactive mode. Mention .zshenv for Z shell, and talk about
2228 BASH_ENV instead of .bashrc for BASH.
2229
9ac69859
NB
22302013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
2231
2232 * gdb.texinfo (Commands to Specify Files): Add description
2233 of the remove-symbol-file command.
2234 * observer.texi: New free_objfile event
2235
98882a26
PA
22362013-10-24 Pedro Alves <palves@redhat.com>
2237
2238 * gdb.texinfo (Starting): Document set/show startup-with-shell.
2239
ce13fade
JB
22402013-10-11 Joel Brobecker <brobecker@adacore.com>
2241
2242 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
2243 New subsection inside which the "-catch-load" and "-catch-unload"
2244 commands documentation is now placed.
2245 (Ada Exception GDB/MI Catchpoint Commands): New subsection
2246 documenting the "-catch-assert" and "-catch-exception" new
2247 GDB/MI commands.
2248
2446f5ea
JB
22492013-10-10 Joel Brobecker <brobecker@adacore.com>
2250
2251 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
2252
0d12017b
JB
22532013-10-10 Joel Brobecker <brobecker@adacore.com>
2254
bd80dc1a
JB
2255 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
2256 serial baud".
2257 (Remote Configuration): Replace "set remotebaud" by "set serial
2258 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 2259
f4fb82a1
PA
22602013-10-07 Pedro Alves <palves@redhat.com>
2261
2262 PR breakpoints/11568
2263 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
2264 when the thread is removed from the thread list.
2265
0c557179
SDJ
22662013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2267
2268 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
2269 Update entry for $_exitcode.
2270
5713b9b5
JB
22712013-10-04 Joel Brobecker <brobecker@adacore.com>
2272
2273 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
2274 new "--start" option.
2275
901461f8
PA
22762013-10-02 Pedro Alves <palves@redhat.com>
2277
2278 * gdb.texinfo (Registers): Expand description of saved registers
2279 in frames. Explain <not saved>.
2280
8fb8eb5c
DE
22812013-09-25 Doug Evans <dje@google.com>
2282
2283 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
2284
0a7cfe2c
SS
22852013-09-16 Stan Shebs <stan@codesourcery.com>
2286
2287 Remove the internals manual gdbint.texinfo.
2288 * Makefile.in (INFO_DEPS): Remove gdbint.info.
2289 (PDFFILES): Remove gdbint.pdf.
2290 (HTMLFILES): Remove gdbint/index.html.
2291 (HTMLFILES_INSTALL): Remove gdbint.
2292 (GDBINT_DOC_FILES): Remove.
2293 (dvi): Remove gdbint.dvi.
2294 (ps): Remove gdbint.ps.
2295 * gdbint.texinfo: Remove file.
2296 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
2297
a280dbd1
SDJ
22982013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2299
2300 * gdb.texinfo (Convenience Functions): Mention new convenience
2301 function $_isvoid.
2302
4ac33720
UW
23032013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2304
2305 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
2306 (Standard Target Features): Add new node to menu.
2307 (S/390 and System z Features): New node.
2308
b3d3b4bd
SA
23092013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
2310
2311 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
2312 -list-target-features in the example.
2313
edf9f00c
JK
23142013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2315
2316 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
2317 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
2318
1d236d23
JK
23192013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2320
2321 Sync documentation with gdb.base/gnu-debugdata.exp.
2322 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
2323
5423b017
JK
23242013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2325
2326 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
2327
6211c335
YQ
23282013-08-27 Pedro Alves <pedro@codesourcery.com>
2329 Yao Qi <yao@codesourcery.com>
2330
2331 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
2332 Document new --skip-unavailable option.
2333 <-stack-list-variables>: Document new --skip-unavailable option.
2334
52e260a3
DE
23352013-08-26 Doug Evans <dje@google.com>
2336
2337 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
2338 an optional regexp.
2339
5e92f71a
TT
23402013-08-13 Tom Tromey <tromey@redhat.com>
2341
2342 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
2343 Document GDB_PARALLEL and GDB_INOTIFY.
2344
c5d7073b
SS
23452013-08-09 Stan Shebs <stan@codesourcery.com>
2346
2347 * LRS: Remove file, describes a long-abandoned live-range
2348 splitting extension to stabs.
2349
6fbe845e
AB
23502013-07-25 Andrew Burgess <aburgess@broadcom.com>
2351
2352 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
2353
e7045703
DE
23542013-07-17 Doug Evans <dje@google.com>
2355
2356 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
2357
3105ebf9
TT
23582013-07-02 Tom Tromey <tromey@redhat.com>
2359
2360 * gdb.texinfo (Target Commands): Don't mention "target nrom".
2361
d6c2da54
TT
23622013-06-28 Tom Tromey <tromey@redhat.com>
2363
2364 * Makefile.in (version.subst): Use version.in, not
2365 common/version.in.
2366 * gdbint.texinfo (Versions and Branches, Releasing GDB):
2367 Likewise.
2368
e5823f1c
PA
23692013-06-27 Pedro Alves <palves@redhat.com>
2370
2371 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
2372 dynamic symbol resolution code>: New section, based on infrun.c
2373 comment.
2374
92dcb9ff
TT
23752013-06-26 Tom Tromey <tromey@redhat.com>
2376
2377 * gdbint.texinfo (Versions and Branches): Use common/version.in.
2378 Update.
2379 (Releasing GDB): Likewise.
2380
dc673c81
YQ
23812013-06-26 Pedro Alves <pedro@codesourcery.com>
2382 Yao Qi <yao@codesourcery.com>
2383
2384 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
2385 -trace-frame-collected.
2386
28a93511
YQ
23872013-06-26 Pedro Alves <pedro@codesourcery.com>
2388
2389 * gdb.texinfo (Traceframe Info Format): Document tvar element
2390 and its attributes.
2391
a0743c90
YQ
23922013-06-25 Yao Qi <yao@codesourcery.com>
2393
2394 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
2395
01208463
TT
23962013-06-24 Tom Tromey <tromey@redhat.com>
2397
2398 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
2399 (GDBvn.texi): Use version.subst.
2400 (version.subst): New target.
2401 (mostlyclean): Remove version.subst.
2402
c898adb7
YQ
24032013-06-20 Pedro Alves <pedro@codesourcery.com>
2404
2405 * gdb.texinfo (GDB/MI Data Manipulation)
2406 <-data-list-register-values>: Document the --skip-unavailable
2407 option.
2408
7c57fa1e
YQ
24092013-06-07 Yao Qi <yao@codesourcery.com>
2410
2411 * gdb.texinfo (Symbols): Add kindex and cindex for
2412 'maint print msymbols'.
2413
0059c61a 24142013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
2415
2416 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
2417 response field name (thread-group to inferior).
2418
85dc5a12
GB
24192013-06-04 Gary Benson <gbenson@redhat.com>
2420
2421 * gdb.texinfo (General Query Packets/qSupported): Added
2422 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
2423 to the table of currently defined stub features.
2424 Added a more detailed entry for "augmented-libraries-svr4-read".
2425 (General Query Packets/qXfer:libraries-svr4:read): Documented
2426 the augmented form of this packet.
2427
5901af59
JB
24282013-05-23 Joel Brobecker <brobecker@adacore.com>
2429
2430 * gdb.texinfo (System-wide Configuration Scripts): Renames
2431 "Installed System-wide Configuration Scripts". Add associated
2432 @menu block.
2433
c1e36e3e
PA
24342013-05-23 Yao Qi <yao@codesourcery.com>
2435 Pedro Alves <palves@redhat.com>
2436
2437 * gdb.texinfo (Packets): Document 'vCont;r'.
2438 (Continuing and Stepping): Document target-assisted range
2439 stepping, and the 'set range-stepping' and 'show range-stepping'
2440 commands.
2441
0201faac
JB
24422013-05-23 Joel Brobecker <brobecker@adacore.com>
2443
2444 * gdb.texinfo (Installed System-wide Configuration Scripts):
2445 Add subsection describing the scripts now available under
2446 the data-dir's system-gdbbinit subdirectory.
2447 * NEWS: Add entry announcing the availability of system-wide
2448 configuration scripts for ElinOS and Wind River Linux.
2449
c5867ab6
HZ
24502013-05-21 Hui Zhu <hui@codesourcery.com>
2451
2452 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
2453 "-dprintf-insert" command.
2454
7d0c9981
DE
24552013-05-17 Doug Evans <dje@google.com>
2456
2457 * gdb.texinfo (Maintenance Commands): Update doc for
2458 "maint check-psymtabs". Add doc for "maint check-symtabs",
2459 "maint expand-symtabs".
2460
742ce053
MM
24612013-05-15 Markus Metzger <markus.t.metzger@intel.com>
2462
2463 * gdb.texinfo (Process Record and Replay): Document the
2464 "record goto" command and its sub-commands.
2465
1e611234
PM
24662013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2467
2468 * gdb.texinfo (Backtrace): Add "no-filter" argument.
2469 (Python API): Add Frame Filters API, Frame Wrapper API,
2470 Writing a Frame Filter/Wrapper, Managing Management of Frame
2471 Filters chapter entries.
2472 (Frame Filters API): New Node.
2473 (Frame Wrapper API): New Node.
2474 (Writing a Frame Filter): New Node.
2475 (Managing Frame Filters): New Node.
2476 (Progspaces In Python): Add note about frame_filters attribute.
2477 (Objfiles in Python): Ditto.
2478 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
2479 @anchors and --no-frame-filters option to -stack-list-variables,
2480 -stack-list-frames, -stack-list-locals and -stack-list-arguments
2481 commands.
2482
2874cb83
JB
24832013-05-08 Joel Brobecker <brobecker@adacore.com>
2484
2485 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
2486 Support" subsection documenting the XML format used to transfer
2487 shared library info on AIX.
2488
9a005eb9
JB
24892013-05-08 Joel Brobecker <brobecker@adacore.com>
2490
2491 * gdb.texinfo (Debugging Output): Add documentation of
2492 "set debug aix-solib" and "show debug aix-solib" commands.
2493
a1217d97
SL
24942013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2495
2496 * gdb.texinfo (Nios II): New section.
2497 (Nios II Features): New section.
2498
4d1eb6b4
JB
24992013-05-06 Joel Brobecker <brobecker@adacore.com>
2500
2501 * gdbint.texinfo (Algorithms): Remove entries documenting
2502 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
2503 SOLIB_CREATE_INFERIOR_HOOK.
2504
3f84184e
TT
25052013-04-29 Tom Tromey <tromey@redhat.com>
2506
2507 PR python/14204:
2508 * gdb.texinfo (Python API): Fix menu entry.
2509 (Blocks In Python): Fix subsubsection text. Rewrite intro.
2510 Define global and static block. Add example. Clarify
2511 block relationship for inline functions.
2512
60155234
TT
25132013-04-29 Tom Tromey <tromey@redhat.com>
2514
2515 * gdb.texinfo (Python API): Mention Python help and keyword
2516 arguments. Move pagination text to Basic Python.
2517 (Basic Python): Put pagination text here. Document
2518 close-on-exec, SIGCHLD, and SIGINT.
2519
5360976e
PA
25202013-04-19 Pedro Alves <palves@redhat.com>
2521
2522 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
2523 "signedness" instead of "signness".
2524
bd3f3b55
PA
25252013-04-19 Pedro Alves <palves@redhat.com>
2526
2527 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
2528 -Wno-pointer-sign text with text on -Wpointer-sign.
2529
dee368d3
TT
25302013-04-16 Tom Tromey <tromey@redhat.com>
2531
2532 * gdb.texinfo (Set Catchpoints): Mention earliest version of
2533 GCC that has the SDT probe points.
2534
cc16e6c9
TT
25352013-04-15 Tom Tromey <tromey@redhat.com>
2536
2537 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2538 exception catchpoints.
2539
72f1fe8a
TT
25402013-04-15 Tom Tromey <tromey@redhat.com>
2541
2542 * gdb.texinfo (Set Catchpoints): Document $_exception.
2543 (Convenience Vars): Mention $_exception.
2544
591f19e8
TT
25452013-04-15 Tom Tromey <tromey@redhat.com>
2546
2547 * gdb.texinfo (Set Catchpoints): Reorganize exception
2548 catchpoints. Document "catch rethrow".
2549 (Debugging C Plus Plus): Mention "catch rethrow".
2550
02ae6bad
TT
25512013-04-15 Tom Tromey <tromey@redhat.com>
2552
2553 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2554
2c91021c
JK
25552013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2556 Eli Zaretskii <eliz@gnu.org>
2557
2558 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2559 line below the sample output.
2560
6eaaf48b
EZ
25612013-04-12 Eli Zaretskii <eliz@gnu.org>
2562
2563 * gdb.texinfo (Mode Options): Document '-configuration'.
2564 (Help): Document "show configuration".
2565 (Bug Reporting): Add requirements to include the configuration
2566 details in bug reports.
2567
b292c783
JK
25682013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2569
2570 * Makefile.in (MAN1S): Add gcore.1.
2571 Remove "Host, target, and site specific Makefile fragments" comment.
2572 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2573 (install-man1, uninstall-man1): Conditionalize gcore.1.
2574 (gcore.1): New.
2575 * gdb.texinfo (Man Pages): Add gcore man.
2576 (gcore man): New node.
2577
f81d1120
PA
25782013-04-10 Pedro Alves <palves@redhat.com>
2579
2580 * gdb.texinfo (Process Record and Replay): Document that "set
2581 record full insn-number-max", "set record
2582 instruction-history-size" and "set record
2583 function-call-history-size" accept "unlimited".
2584 (Backtrace): Document that "set backtrace limit" accepts
2585 "unlimited".
2586 (List): Document that "set listsize" accepts "unlimited".
2587 (Print Settings)" Document that "set print max-symbolic-offset",
2588 "set print elements" and "set print repeats" accept "unlimited".
2589 (Starting and Stopping Trace Experiments): Document that "set
2590 trace-buffer-size" accepts "unlimited".
2591 (Remote Configuration): Document that "set tcp connect-timeout"
2592 accepts "unlimited".
2593 (Command History): Document that "set history size" accepts
2594 "unlimited".
2595 (Screen Size): Document that "set height" and "set width" accepts
2596 "unlimited". Adjust "set pagination"'s description to suggest
2597 "set height unlimited" instead of "set height 0".
2598
393fd4c3
YQ
25992013-04-10 Yao Qi <yao@codesourcery.com>
2600
2601 * gdb.texinfo (Trace Files): Add "target ctf".
2602
cba5a7bf
JK
26032013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2604
2605 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2606
0ed630cb
JK
2607 * Makefile.in (install-man1, install-man5, uninstall-man1)
2608 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2609
afe1492b
JK
2610 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2611
5b8b6385
JK
26122013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2613 Eli Zaretskii <eliz@gnu.org>
2614
2615 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
2616 parameters order. Remove "On some targets" for --attach. Document the
2617 --multi parameter and extended-remote command. Document all the
2618 options.
2619
906ccdf0
JK
26202013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2621
2622 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
2623 the list of supported languages.
2624
43662968
JK
26252013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2626
2627 Convert man pages to texinfo, new gdbinit.5 texinfo page.
2628 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2629 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2630 (diststuff): Add man.
2631 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2632 (uninstall-man5): New.
2633 (STAGESTUFF): Add *.1 and *.5.
2634 (GDBvn.texi): Add SYSTEM_GDBINIT.
2635 (gdb.1, gdbserver.1, gdbinit.5): New.
2636 (maintainer-clean realclean): Add $(MANS).
2637 (install): Add install-man.
2638 (uninstall): Add uninstall-man.
2639 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2640 (@copying): Wrap it by @c man begin COPYRIGHT.
2641 (Top): Add Man Pages.
2642 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2643
be9a8770
PA
26442013-04-02 Pedro Alves <palves@redhat.com>
2645
2646 * gdb.texinfo (Debugging Output): Document "set/show debug
2647 aarch64", "set/show debug coff-pe-read" and "set/show debug
2648 mach-o".
2649
a46c1e42
PA
26502013-04-02 Pedro Alves <palves@redhat.com>
2651
2652 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2653 table>: Add entry for "trace-buffer-size".
2654
bd3eecc3
PA
26552013-03-28 Pedro Alves <palves@redhat.com>
2656
2657 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2658 table>: Add entry for "trace-status".
2659
215b9f98
EZ
26602013-03-28 Eli Zaretskii <eliz@gnu.org>
2661
2662 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2663 @bullet", which is invalid (makeinfo 5.1 barfs).
2664
7f7cc265
PA
26652013-03-28 Pedro Alves <palves@redhat.com>
2666
2667 PR gdb/15294
2668
2669 * gdb.texinfo (List) <set listsize>: Adjust to document that
2670 listsize 0 means no limit, and remove mention of -1.
2671
9c0be723
YQ
26722013-03-22 Yao Qi <yao@codesourcery.com>
2673
2674 * gdb.texinfo (Embedded Processors): Remove menu item
2675 "OpenRISC 1000".
2676 (OpenRISC 1000): Remove.
2677
bd712aed
DE
26782013-03-21 Doug Evans <dje@google.com>
2679
2680 * gdb.texinfo (Maintenance Commands): Add docs for
2681 "mt set per-command {space,time,symtab} {on,off}".
2682
d0353e76
YQ
26832013-03-14 Hui Zhu <hui@codesourcery.com>
2684 Yao Qi <yao@codesourcery.com>
2685
2686 * gdb.texinfo (Trace Files): Add "tsave -ctf".
2687
6dd24dfa
KS
26882013-03-13 Keith Seitz <keiths@redhat.com>
2689
2690 * gdb.texinfo (Maintenance Commands): Add missing ')' for
2691 "maint agent" reference to Dynamic printf.
2692
5c4808ca
EZ
26932013-03-11 Eli Zaretskii <eliz@gnu.org>
2694
2695 * gdb.texinfo (General Query Packets): Don't use colon in index
2696 entries visible to Info format.
2697
59ea5688
MM
26982013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2699
2700 * gdb.texinfo (Process Record and Replay): Document record
2701 changes.
2702
2ae8c8e7
MM
27032013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2704
2705 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2706 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2707 qXfer:btrace:read.
2708
28abe188
EZ
27092013-03-09 Eli Zaretskii <eliz@gnu.org>
2710
2711 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2712 use colons in @anchor and @cindex entries.
2713
be9a119c 27142013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
2715
2716 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2717
be9a119c 27182013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
2719 Hafiz Abid Qadeer <abidh@codesourcery.com>
2720
2721 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2722 trace-buffer-size set and show commands.
2723 (Tracepoint Packets): Document QTBuffer:size.
2724 (General Query Packets): Document QTBuffer:size.
2725
d57350ea
TT
27262013-02-21 Tom Tromey <tromey@redhat.com>
2727
2728 * gdb.texinfo: Remove bad @syncodeindex.
2729 (Values From Inferior, Types In Python, Inferiors In Python)
2730 (Events In Python, Threads In Python, Frames In Python, Blocks In
2731 Python, Symbols In Python, Symbol Tables In Python): Remove
2732 @tables.
2733 (Packets, General Query Packets, Tracepoint Packets)
2734 (Host I/O Packets): Use @w{} for empty @item.
2735
9f44fbc0
SCR
27362013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2737
2738 * gdb.texinfo (Architectures In Python): Add description about
2739 the new method gdb.Architecture.disassemble.
2740
f5911ea1
HAQ
27412013-02-15 Pedro Alves <pedro@codesourcery.com>
2742 Hafiz Abid Qadeer <abidh@codesourcery.com>
2743
2744 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2745 Document the "trace-file" field.
2746
7e1e0340
DE
27472013-02-07 Doug Evans <dje@google.com>
2748
2749 * gdb.texinfo (Machine Code): Clarify argument to disassemble
2750 command.
2751
134a2066
YQ
27522013-02-06 Yao Qi <yao@codesourcery.com>
2753
2754 * gdb.texinfo (GDB/MI Async Records): Document new MI
2755 notification "=tsv-modified". Update the document of MI
2756 notification "=tsv-created".
2757 * observer.texi (GDB Observers): New observer tsv_modified.
2758 Update observer tsv_created and tsv_delete.
2759
430ed3f0
MS
27602013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
2761
2762 * gdb.texinfo (AArch64 Features): New section; document
2763 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2764 (Architectures): Add new AArch64 section to document AArch64
2765 architecture specific commands.
2766 (ABI): Add description of the new OS ABI "Newlib" and its influence
2767 on the longjmp handling.
2768
1b56eb55
JK
27692013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2770 Jan Kratochvil <jan.kratochvil@redhat.com>
2771
2772 * gdb.texinfo (Backtrace): Added description of 'filename-display'
2773 variable in 'set/show backtrace' section.
2774
c4957902
TT
27752013-01-31 Tom Tromey <tromey@redhat.com>
2776
2777 * gdb.texinfo (Target Commands): Fix typo.
2778
bea883fd
SCR
27792013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2780
2781 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2782 describing the gdb.Architecture class.
2783 (Frames In Python): Add description about the new method
2784 gdb.Frame.architecture().
2785
796a7ff8
DE
27862013-01-23 Doug Evans <dje@google.com>
2787
2788 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2789
998580f1
MK
27902013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2791
2792 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2793 'thread-groups' field when printing a breakpoint in MI.
2794
c9fb1240
SD
27952012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2796 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2797 to reflect that jit-reader-load now supports absolute file-names.
2798
ab04a2af
TT
27992013-01-16 Tom Tromey <tromey@redhat.com>
2800
2801 * gdb.texinfo (Set Catchpoints): Document "catch signal".
2802 (Signals): Likewise.
2803
8ac3646f
TT
28042013-01-16 Tom Tromey <tromey@redhat.com>
2805
2806 * gdb.texinfo (GDB/MI Breakpoint Information): Document
2807 "catch-type" field.
2808 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2809
e93a8774
TT
28102013-01-07 Tom Tromey <tromey@redhat.com>
2811
2812 * gdb.texinfo (Mode Options): Don't mention -epoch.
2813 (Data, Emacs): Remove obsolete comments.
2814
54516a0b
TT
28152013-01-02 Tom Tromey <tromey@redhat.com>
2816
2817 * gdb.texinfo (GDB/MI Output Records): Update menu.
2818 (GDB/MI Breakpoint Information): New node.
2819 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2820 <-break-insert>: Likewise.
2821
8dbe8ece
YQ
28222012-12-31 Yao Qi <yao@codesourcery.com>
2823
2824 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2825 (Packets): Move "vStopped" packet to ...
2826 (Notification Packets): ... here. Describe the components
2827 of notification. Add a table of supported notifications.
2828 Add an example on the process of he async notification.
2829
f35a17b5
JK
28302012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2831
2832 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2833 present.
2834 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2835 fullname output always present.
2836
0dfd2fad
PM
28372012-12-23 Pierre Muller <muller@sourceware.org>
2838
72f4393d
L
2839 * gdbint.texinfo (Function prototypes): Require use of "extern"
2840 modifier for function prototypes in headers.
0dfd2fad 2841
7785b880
JB
28422012-12-19 Joel Brobecker <brobecker@adacore.com>
2843
2844 * refcard.tex: Update copyright notice to GPL v3 or later.
2845 Update contact info.
2846
3d745be3
JK
28472012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2848
2849 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2850
c9b6281a
YQ
28512012-12-15 Yao Qi <yao@codesourcery.com>
2852
2853 * gdb.texinfo (Debugging Output): Document 'set debug
2854 notification' and 'show debug notification'.
2855
f2a8bc8a
YQ
28562012-12-15 Yao Qi <yao@codesourcery.com>
2857
2858 * gdb.texinfo (Listing Tracepoints): New item and example about
2859 'installed on target' output.
2860 Add more in the example about 'installed on target'.
2861 (GDB/MI Breakpoint Commands): Doc about 'installed field.
2862
451b7c33
TT
28632012-12-14 Tom Tromey <tromey@redhat.com>
2864
72f4393d 2865 * gdb.texinfo (SVR4 Process Information): Mention core files.
451b7c33 2866
3fa7bf06 28672012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
72f4393d 2868
3fa7bf06
MG
2869 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2870
05b4bd79
PA
28712012-12-11 Pedro Alves <palves@redhat.com>
2872
2873 * gdb.texinfo: Remove all mentions of Unixware throughout.
2874
74a0d9f6
JK
28752012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2876
2877 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2878
0c631110
TT
28792012-11-29 Tom Tromey <tromey@redhat.com>
2880
2881 * gdb.texinfo (SVR4 Process Information): Document missing
2882 "info proc" subcommands.
2883
891df0ea
YQ
28842012-11-29 Yao Qi <yao@codesourcery.com>
2885
2886 PR gdb/1477.
2887 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2888 to 'auto' instead of 'gnu'.
2889
608e2dbb
TT
28902012-11-26 Tom Tromey <tromey@redhat.com>
2891
2892 * gdb.texinfo (MiniDebugInfo): New node.
2893 (GDB Files): Update.
2894
e64e0392
DE
28952012-11-16 Doug Evans <dje@google.com>
2896
2897 * gdb.texinfo (System-wide configuration): If the system-wide init
2898 file lives in the data-directory, and --data-directory is provided,
2899 look for it there.
2900
ae606bee
TT
29012012-11-15 Tom Tromey <tromey@redhat.com>
2902
2903 * gdb.texinfo (Signaling): Fix typo.
2904
62747a60
TT
29052012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2906
2907 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2908 parameter "count" of -data-write-memory-bytes, and add an example.
2909
18a9fc12
TT
29102012-11-12 Tom Tromey <tromey@redhat.com>
2911
2912 * gdb.texinfo (Symbols): Document "info type-printers",
2913 "enable type-printer" and "disable type-printer".
2914 (Python API): Add new node to menu.
2915 (Type Printing API): New node.
2916 (Progspaces In Python): Document type_printers field.
2917 (Objfiles In Python): Likewise.
2918 (gdb.types) <get_type_recognizers, apply_type_recognizers,
2919 register_type_printer, TypePrinter>: Document.
2920
53342f27
TT
29212012-11-12 Tom Tromey <tromey@redhat.com>
2922
2923 * gdb.texinfo (Symbols): Document "set print type methods",
2924 "set print type typedefs", and flags to ptype and whatis.
2925
ed8a1c2d
AB
29262012-11-09 Andrew Burgess <aburgess@broadcom.com>
2927
2928 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2929 the example -data-disassemble output. Extend the description of
2930 the -data-disassemble results to document all fields. Document
2931 the cli disassemble command as being related to -data-disassemble.
2932
8506d139
YQ
29332012-11-09 Yao Qi <yao@codesourcery.com>
2934
2935 PR gdb/14777.
2936 * gdb.texinfo (OS Information): Remove doc on command
2937 'info udot'.
2938
4d3f93a2
JB
29392012-11-08 Joel Brobecker <brobecker@adacore.com>
2940
2941 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2942 gdb.ini warning for Windows port.
2943
1e96de83
YQ
29442012-11-08 Yao Qi <yao@codesourcery.com>
2945
2946 * gdb.texinfo (Search): Add kindex for 'fo'.
2947
dc939229
TT
29482012-11-05 Tom Tromey <tromey@redhat.com>
2949
2950 PR python/14802:
2951 * gdb.texinfo (Functions In Python): Add example.
2952
6f6484cd
YQ
29532012-11-03 Yao Qi <yao@codesourcery.com>
2954
2955 * observer.texi (GDB Observers): Remove observer
2956 'tracepoint_modified', 'tracepoint_created' and
2957 'tracepoint_deleted'.
2958
af4238e5
TT
29592012-10-26 Tom Tromey <tromey@redhat.com>
2960
2961 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
2962
687e43a4
TT
29632012-10-25 Tom Tromey <tromey@redhat.com>
2964
2965 * gdb.texinfo (General Query Packets): Use @itemx.
2966
8de0566d
YQ
29672012-10-17 Yao Qi <yao@codesourcery.com>
2968
2969 * observer.texi (GDB Observers): Update observer
2970 'memory_changed'.
2971 * gdb.texinfo (GDB/MI Async Records): Document for
2972 "memory-changed" notification.
2973
07540c15
DE
29742012-10-15 Doug Evans <dje@google.com>
2975
2976 * gdb.texinfo (Mode Options): Document -nh.
2977 Elaborate on docs for -nx.
2978
d7019589
SP
29792012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2980
2981 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
2982
82a90ccf 29832012-09-21 Yao Qi <yao@codesourcery.com>
72f4393d 2984 Pedro Alves <palves@redhat.com>
82a90ccf
YQ
2985
2986 * gdb.texinfo (GDB/MI Async Records): Document notification
2987 'record-started' and 'record-stopped'.
2988 * observer.texi (GDB Observers): New observer 'record-changed'.
2989
aa9259cc
TS
29902012-09-19 Thomas Schwinge <thomas@codesourcery.com>
2991
2992 * gdb.texinfo: Document the removal of SH's 'regs' command.
2993
c1d780c2
SDJ
29942012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2995
2996 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
2997
bb25a15c
YQ
29982012-09-18 Yao Qi <yao@codesourcery.com>
2999
3000 * gdb.texinfo (GDB/MI Async Records): Document new MI
3001 notifications '=tsv-created' and '=tsv-deleted'.
3002 * observer.texi (GDB Observers): New observer tsv_created and
3003 tsv_deleted.
3004
201b4506
YQ
30052012-09-18 Yao Qi <yao@codesourcery.com>
3006
3007 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
3008 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
3009 '=traceframe-changed'.
3010
6fc1c773
YQ
30112012-09-17 Yao Qi <yao@codesourcery.com>
3012
3013 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
3014 'set listsize'.
3015
121c73f3
JK
30162012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3017 Eli Zaretskii <eliz@gnu.org>
3018
3019 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
3020 encoding for gdbarch_breakpoint_from_pc, bp_addr for
3021 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
3022
e9687799
JK
30232012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3024
3025 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
3026
3b5e4d35
YPK
30272012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
3028
3029 Document how to return from "python-interactive" to GDB.
3030 * gdb.texinfo (Python Commands): Update documentation.
3031
30322012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3033
3034 Add a new "python-interactive" command that starts a standard
3035 Python interactive prompt with "pi" as alias, and add "py" as
3036 an alias to "python".
3037 * gdb.texinfo (Python Commands): Document the new commands.
3038
b583003e
TT
30392012-08-22 Tom Tromey <tromey@redhat.com>
3040
3041 * gdbint.texinfo (Host Definition): Remove documentation for
3042 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
3043
a451cb65
KS
30442012-08-17 Keith Seitz <keiths@redhat.com>
3045
3046 PR c++/13356
3047 * gdb.texinfo (Type and Range Checking): Remove warning.
3048 Remove spurious commas.
3049 Update text and examples for re-implementation of set/show
3050 check type.
3051 (C and C++ Type and Range Checks): Likewise.
3052
6b1755ce
YQ
30532012-08-16 Yao Qi <yao@codesourcery.com>
3054
3055 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
3056 is deprecated.
3057
f47f77df
DE
30582012-08-13 Doug Evans <dje@google.com>
3059
3060 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
3061 to include functions.
3062
a72c3253
DE
30632012-08-10 Doug Evans <dje@google.com>
3064
3065 * gdb.texinfo (Convenience Funs): New node.
3066 (Types In Python): Document Type.vector.
3067
5b9afe8a
YQ
30682012-08-09 Yao Qi <yao@codesourcery.com>
3069
3070 * observer.texi: New observer command_param_changed.
3071 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
3072
dc1039df
JK
30732012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3074
3075 * gdbint.texinfo (Debugging GDB): In section
3076 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
3077 Mention also gdb-gdb.py.
3078
4abf930d
YQ
30792012-08-07 Yao Qi <yao@codesourcery.com>
3080
3081 Revert the folloing patch:
3082 2012-08-06 Yao Qi <yao@codesourcery.com>
3083 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3084 remote hardware-watchpoint-limit' and 'set
3085 remote hardware-breakpoint-limit'.
3086
f3c8a52a
JK
30872012-08-06 Nathaniel Flath <flat0103@gmail.com>
3088
3089 * gdb.texinfo (Working Directory): Added information about new
3090 default argument for 'cd' command.
3091
77a91025
YQ
30922012-08-06 Yao Qi <yao@codesourcery.com>
3093
3094 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3095 remote hardware-watchpoint-limit' and 'set
3096 remote hardware-breakpoint-limit'.
3097
d9f08f52
YQ
30982012-08-06 Yao Qi <yao@codesourcery.com>
3099
3100 Fix PR14371.
3101
3102 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
3103 '=breakpoint-deleted'.
3104
95b07c96
YQ
31052012-08-02 Yao Qi <yao@codesourcery.com>
3106
3107 * gdb.texinfo (Native): Remove node Neutrino.
3108
7255706c
YQ
31092012-07-27 Yao Qi <yao@codesourcery.com>
3110
3111 * gdb.texinfo (IPA Protocol Commands): Document new command
3112 'close'.
3113
d6b28940
TT
31142012-07-25 Tom Tromey <tromey@redhat.com>
3115
3116 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
3117
e615022a
DE
31182012-07-20 Doug Evans <dje@google.com>
3119
3120 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
3121 (Index Files): Document how to control the use of deprecated index
3122 sections.
3123 (Index Section Format): Replace --use-deprecated-index-sections with
3124 "set use-deprecated-index-sections on".
3125
055855a4
EZ
31262012-07-12 Eli Zaretskii <eliz@gnu.org>
3127
3128 * gdbint.texinfo: Remove @syncodeindex directives that put all the
3129 indices into a single node "Index". Instead, join function and
3130 variable indices into a single index, separate from the concept
3131 index. Requested in
3132 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
3133 (Top): Update the top-level menu: instead of one "Index" there are
3134 now separate entries "Concept Index" and "Function and Variable
3135 Index".
3136 (Concept Index, Function and Variable Index): New nodes.
3137 (Index): Node deleted.
3138
f77cc5f0
HZ
31392012-07-05 Hui Zhu <hui_zhu@mentor.com>
3140
3141 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
3142 and "maint agent-eval".
3143
00595b5e
EZ
31442012-07-03 Eli Zaretskii <eliz@gnu.org>
3145
3146 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
3147 avoid file-name clashes between Index.html and index.html on
3148 case-insensitive filesystems. See the discussion starting in
3149 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
3150 details of the problem.
3151 (Top): Update the master menu for the above.
3152 (Concept Index, Command and Variable Index): New nodes, instead of
3153 the old "Index" node that was deleted. All cross-references
3154 updated.
3155
d3ce09f5
SS
31562012-07-02 Stan Shebs <stan@codesourcery.com>
3157
3158 * gdb.texinfo (Dynamic Printf): Mention agent style and
3159 disconnected dprintf.
3160 (Maintenance Commands): Describe maint agent-printf.
3161 (General Query Packets): Mention BreakpointCommands feature.
3162 (Packets): Document commands extension to Z0 packet.
3163 * agentexpr.texi (Bytecode Descriptions): Document printf
3164 bytecode.
3165
2d7b58e8
JK
31662012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3167
3168 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
3169 only after gdbinit files.
3170 (Startup): Move -iex and -iex commands down after gdbinit files.
3171
202cbf1c
JK
31722012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3173
3174 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
3175 possibility.
3176
b6ba681c
TT
31772012-06-29 Tom Tromey <tromey@redhat.com>
3178
3179 * gdb.texinfo (Index Section Format): Update for version 7.
3180
71caed83
SS
31812012-06-28 Stan Shebs <stan@codesourcery.com>
3182
3183 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
3184 example, add note about title column.
3185
ee0bf529
SCR
31862012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3187
3188 * gdb.texinfo (Symbol Tables In Python): Add description about
3189 the new 'last' attribute of gdb.Symtab_and line.
3190
3c15d565
SCR
31912012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3192
3193 * gdb.texinfo (Symbol Tables In Python): Correct the description
3194 of the 'pc' attribute of gdb.Symtab_and_line.
3195
45cfd468
DE
31962012-06-26 Doug Evans <dje@google.com>
3197
3198 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
3199 and symtab-create.
3200
496ee73e
KS
32012012-06-25 Keith Seitz <keiths@redhat.com>
3202
3203 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
3204 from example. Remove "rbreak" from list of corresponding
3205 gdb commands.
3206
156942c7
DE
32072012-06-23 Doug Evans <dje@google.com>
3208
3209 * gdb.texinfo (Index Section Format): Document version 7 format.
3210
c614397c
YQ
32112012-06-22 Yao Qi <yao@codesourcery.com>
3212
3213 * gdb.texinfo: Add missing cindex for some packets.
3214
472a2379
KS
32152012-06-20 Keith Seitz <keiths@redhat.com>
3216
3217 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
3218 for -break-insert and document -p.
3219
2678e2af
YQ
32202012-06-20 Yao Qi <yao@codesourcery.com>
3221
3222 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
3223 and "gdb.write_memory" with "Inferior.read_memory" and
3224 "Inferior.write_memory".
3225
984359d2
EZ
32262012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
3227
3228 * gdb.texinfo (Summary): Add a link to "Free Documentation".
3229 (Free Documentation): Add @node line.
3230 (Continuing and Stepping) <advance location>: Use @item instead of
3231 @itemx.
3232 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
3233 @itemx.
3234 (Embedded Processors): Put the link to "PA" to its correct place,
3235 according to document structure.
3236 (Python API): Put the link to "Lazy Strings In Python" to its
3237 correct place.
3238 (Index): Use @@ in @tex block to get a literal @.
3239
3240 * gdbint.texinfo: Fix the @subtitle line.
3241
3242 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
3243 correct place.
3244
16bdd41f
YQ
32452012-06-08 Yao Qi <yao@codesourcery.com>
3246
3247 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
3248 Protocol'.
3249 (In-Process Agent Protocol, IPA Protocol Objects)
3250 (IPA Protocol Commands): New nodes.
3251 (Tracepoint Packets): Add anchors.
3252
2d4c29c5
TS
32532012-06-06 Thomas Schwinge <thomas@codesourcery.com>
3254
3255 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
3256
6bd110c5
YQ
32572012-06-06 Yao Qi <yao@codesourcery.com>
3258
3259 * gdb.texinfo: Update copyright year.
3260
f3e0e960
SS
32612012-05-23 Stan Shebs <stan@codesourcery.com>
3262 Kwok Cheung Yeung <kcy@codesourcery.com>
3263
3264 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
3265
1564a261
JK
32662012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3267
3268 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
3269 Mention also --with-separate-debug-dir.
3270 (Auto-loading): Prepend $debugdir in the sample output.
3271 (Auto-loading safe path): Likewise. Mention also $debugdir for the
3272 auto-load safe-path variable.
3273 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
3274 Mention also $debugdir for 'set auto-load scripts-directory'.
3275
eb17f351
EZ
32762012-05-19 Eli Zaretskii <eliz@gnu.org>
3277
3278 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
3279 (MIPS Embedded, MIPS, MIPS Register packet Format)
3280 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
3281 appropriate.
3282
4cc0665f 32832012-05-18 Sandra Loosemore <sandra@codesourcery.com>
72f4393d 3284 Maciej W. Rozycki <macro@codesourcery.com>
4cc0665f
MR
3285
3286 * gdb.texinfo (MIPS): Document "set mips compression" and "show
3287 mips compression".
3288 (MIPS Breakpoint Kinds): New subsubsection.
3289
7af8dcf8 32902012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
3291
3292 * gdb.texinfo (Architecture-Specific Protocol Details): Define
3293 nodes for subsections. Add @acronym mark-ups and adjust
3294 formatting.
3295
aff139ff
JK
32962012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3297
3298 Rename $ddir to $datadir.
3299 * gdb.texinfo (Auto-loading, Auto-loading safe path)
3300 (objfile-gdb.py file): Rename $ddir to $datadir.
3301
9cb709b6
TT
33022012-05-18 Tom Tromey <tromey@redhat.com>
3303
3304 * gdb.texinfo (Print Settings): Document 'set print symbol'.
3305
e7e0cddf
SS
33062012-05-14 Stan Shebs <stan@codesourcery.com>
3307
3308 * gdb.texinfo (Dynamic Printf): New subsection.
3309
7efc75aa
SCR
33102012-05-13 Siva Chandra Reddy <sivachandra@google.com>
3311
3312 * gdb.texinfo (Basic Python): Add description about the function
3313 gdb.find_pc_line
3314
f307c045
JK
33152012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3316 Eli Zaretskii <eliz@gnu.org>
3317
3318 * gdb.texinfo (Separate Debug Files): Use plural form for global
3319 debugging information directory.
3320
85d4a676
SS
33212012-05-11 Stan Shebs <stan@codesourcery.com>
3322 Kwok Cheung Yeung <kcy@codesourcery.com>
3323
3324 * gdb.texinfo (Operating System Auxiliary Information): Document new
3325 'info os' subcommands.
3326
c1668e4e
JK
33272012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3328
3329 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
3330 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
3331 (dotdebug_gdb_scripts section): Add reference
3332 to 'Auto-loading safe path'.
3333
7349ff92
JK
33342012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3335
3336 Implement multi-component --with-auto-load-dir.
3337 * gdb.texinfo (Auto-loading): New references
3338 for 'set auto-load scripts-directory'
3339 and 'show auto-load scripts-directory'.
3340 (Auto-loading safe path): Describe the new default. Move $ddir
3341 substituation reference to 'objfile-gdb.py file'.
3342 (objfile-gdb.py file): Describe script-name alias. Change real-name to
3343 script-name. Describe new 'set auto-load scripts-directory'
3344 and 'show auto-load scripts-directory'.
3345
6dea1fbd
JK
33462012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3347
3348 Provide $ddir substitution for --with-auto-load-safe-path.
3349 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
3350 (Auto-loading safe path): Likewise. Mention the default value,
3351 $ddir substitution, --with-auto-load-safe-path and
3352 --without-auto-load-safe-path.
3353 * observer.texi (gdb_datadir_changed): New.
3354
1ccacbcd
JK
33552012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3356
3357 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
3358 Twice.
3359
d9242c17
JK
3360 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
3361 directory separator by path separator.
3362
af2c1515
JK
33632012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3364
3365 * gdb.texinfo (Auto-loading safe path): Make 'directories'
3366 for 'set auto-load safe-path' optional. Mention if it is omitted.
3367 Change disabling security protection condition to "/", twice.
3368
a20ee7a4
SCR
33692012-05-03 Siva Chandra Reddy <sivachandra@google.com>
3370
3371 * gdb.texinfo (Symbol Tables In Python): Add documentation about
3372 the new methods global_block and static_block on gdb.Symtab
3373 objects.
3374
56af09aa
SCR
33752012-05-02 Siva Chandra Reddy <sivachandra@google.com>
3376
3377 * gdb.texinfo (Blocks In Python): Add a note saying that future
3378 improvements to GDB and its infrastructure can move symbols
3379 across blocks within a symbol table.
3380
2746b0ef
YQ
33812012-04-29 Yao Qi <yao@codesourcery.com>
3382
3383 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
3384 (A29K): Remove.
3385
62e5f89c
SDJ
33862012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
3387 Tom Tromey <tromey@redhat.com>
3388
3389 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
3390 and generic static probe support on GDB.
3391
a766d390
DE
33922012-04-25 Doug Evans <dje@google.com>
3393
50f042b9
DE
3394 * gdb.texinfo (Go): Fix thinko.
3395
a766d390
DE
3396 * gdb.texinfo (Supported Languages): Add Go.
3397 (Go): New node.
3398
f02e2b19
YQ
33992012-04-25 Yao Qi <yao@codesourcery.com>
3400
3401 * gdbint.texinfo (Testsuite): New section `Board settings'.
3402
68d41a48
JK
34032012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3404
3405 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
3406 Three times.
3407
174bb630
JK
3408 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
3409 Three times.
3410
0511cc75
JK
34112012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3412
3413 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
3414 by @table @asis. Fix formatting of one item.
3415
0070f25a
JK
34162012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3417
3418 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
3419
4dc84fd1
JK
34202012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3421
3422 New option "set debug auto-load".
3423 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
3424 (auto-load verbose mode): New node.
3425
bccbefd2
JK
34262012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3427
3428 New option "set auto-load safe-path".
3429 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
3430 and "info auto-load" examples for safe-path. Put there also references
3431 for "set auto-load safe-path" and "show auto-load safe-path".
3432 New menu item for Auto-loading safe path.
3433 (Auto-loading safe path): New node.
3434 (Python Auto-loading): Update the expected output from "Missing"
3435 to "No".
3436
bf88dd68
JK
34372012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3438
3439 auto-load: Implementation.
3440 * gdb.texinfo (Mode Options): New anchor for -nx.
3441 (Startup): New anchors for Option -init-eval-command,
3442 Home Directory Init File
3443 and Init File in the Current Directory during Startup.
3444 Mention set auto-load local-gdbinit with a reference.
3445 Change the sample code to "set auto-load python-scripts".
3446 (Threads): New anchor set libthread-db-search-path.
3447 Provide references to libthread_db.so.1 file.
3448 (Controlling GDB): New menu item for Auto-loading.
3449 (Auto-loading, Init File in the Current Directory)
3450 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
3451 (Python): Rename the menu item Auto-loading to Python Auto-loading.
3452 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
3453 reference.
3454 (Auto-loading): Rename to ...
3455 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
3456 "set auto-load python-scripts", new anchor for it. Change
3457 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
3458 for it. Change "info auto-load-scripts"
3459 to "info auto-load python-scripts", new anchor for it. Change "scripts"
3460 to "Python scripts".
3461
8264ba82
AG
34622012-04-14 Anton Gorenkov <xgsa@yandex.ru>
3463
3464 PR mi/13393
3465 * gdb.texinfo (Print Settings): Extend the description for "set print
3466 object".
3467 (GDB/MI Variable Objects): Extend the description for -var-create and
3468 -var-list-children.
3469
06fc020f
SCR
34702012-04-11 Siva Chandra Reddy <sivachandra@google.com>
3471
3472 * gdb.texinfo (Examining Data): Document the 'explore' command.
3473
7191c139
JB
34742012-03-28 Joel Brobecker <brobecker@adacore.com>
3475
3476 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
3477 to the children of a varobj and its update range when -var-update
3478 returns that the varobj's type changed.
3479
3708f05e
JK
34802012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3481
3482 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
3483 Create two new links fir 'objfile-gdb.py file'
3484 and 'dotdebug_gdb_scripts section'.
3485
8e0583c8
JK
34862012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3487
3488 * gdb.texinfo (Auto-loading): Rename node reference
3489 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
3490 Twice.
3491 (.debug_gdb_scripts section): Rename the node ...
3492 (dotdebug_gdb_scripts section): ... here.
3493 (Maintenance Commands): Also rename this node reference.
3494
7b282c5a
SCR
34952012-03-22 Siva Chandra Reddy <sivachandra@google.com>
3496
3497 * gdb.texinfo (Python API/Values From Inferior): Add description
3498 about the new method Value.referenced_value. Add description on
3499 how Value.dereference is different (and similar) to
3500 Value.referenced_value.
3501
8320cc4f
JK
35022012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3503
3504 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
3505 --init-eval-command=COMMAND, -iex.
3506 (Startup): Describe -iex and -ix. Simplify the example
3507 for "set auto-load-scripts off".
3508
481860b3
GB
35092012-03-16 Gary Benson <gbenson@redhat.com>
3510
3511 PR breakpoints/10738
3512 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
3513 stating that GDB cannot set breakpoints on inlined functions.
3514 (Mode Options): Document --use-deprecated-index-sections.
3515 (Index Section Format): Document new index section version format.
3516
c4aeac85
TT
35172012-03-15 Tom Tromey <tromey@redhat.com>
3518
3519 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
3520
16899756
DE
35212012-03-13 Doug Evans <dje@google.com>
3522
3523 * gdb.texinfo (Help): Change apropos example to use "alias" instead
3524 of "reload".
3525 (Symbols): Delete docs for set/show symbol-reloading.
3526 * gdbint.texinfo (Defining Other Architecture Features): Delete
3527 SYMBOL_RELOADING_DEFAULT.
3528 * refcard.tex: Delete reference to symbol-reloading.
3529
9b224c5e
PA
35302012-03-07 Pedro Alves <palves@redhat.com>
3531
3532 * gdb.texinfo (General Query Packets): Document new
3533 QProgramSignals packet.
3534 * gdb.texinfo (Remote configuration): Mention
3535 "program-signals-packet".
3536
169081d0
TG
35372012-03-05 Tristan Gingold <gingold@adacore.com>
3538
3539 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3540
d1feda86
YQ
35412012-03-03 Yao Qi <yao@codesourcery.com>
3542
3543 * gdb.texinfo (In-Process Agent): New node.
3544 Document new commands.
3545 (General Query Packets): Add packet `QAgent'.
3546
1faeff08
MR
35472012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
3548
3549 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3550
7d74f244
DE
35512012-03-01 Scott J. Goldman <scottjg@vmware.com>
3552
3553 * gdb.texinfo (Commands In Python): Put example python macro in
3554 COMMAND_USER category rather than COMMAND_OBSCURE.
3555 Document gdb.COMMAND_USER.
3556 (User-defined Commands): Update documentation to clarify
3557 "set/show max-user-call-depth" and "show user" don't apply to python
3558 commands. Update documentation to clarify "help user-defined" may
3559 also include python commands defined as COMMAND_USER.
3560
6fe37d23
JK
35612012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3562
3563 * gdb.texinfo (Startup): Add option -ex description to the option -x
3564 description.
3565
83364271
LM
35662012-02-24 Luis Machado <lgustavo@codesourcery.com>
3567
3568 * gdb.texinfo (Setting Breakpoints): Mention and explain the
3569 condition-evaluation breakpoint parameter.
3570 Mention condition-evaluation mode being shown in "info break".
3571 (Break Conditions): Add description for target-side
3572 conditional breakpoints.
72f4393d 3573 (Remote Configuration): Mention conditional-breakpoints-packet.
83364271
LM
3574 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3575 cond-expr.
3576 (General Query Packets): Mention new ConditionalBreakpoint feature.
3577
bdb1994d
TT
35782012-02-22 Tom Tromey <tromey@redhat.com>
3579
3580 * gdb.texinfo (Blocks In Python): Clarify block iteration.
3581
4d241c86
TT
35822012-02-17 Tom Tromey <tromey@redhat.com>
3583
3584 PR python/10753:
3585 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3586 directory.
3587
816338b5
SS
35882012-02-14 Stan Shebs <stan@codesourcery.com>
3589
3590 * gdb.texinfo (Disabling Breakpoints): Document enable count.
3591
cc30c4bd
PA
35922012-02-13 Pedro Alves <palves@redhat.com>
3593
3594 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3595 mips-idt-ecoff.
3596
035d1e5b
YQ
35972012-02-09 Yao Qi <yao@codesourcery.com>
3598
3599 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3600
f0823d2c
TT
36012012-02-07 Tom Tromey <tromey@redhat.com>
3602
3603 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3604 Symbol.value.
3605
64e7d9dd
TT
36062012-02-07 Tom Tromey <tromey@redhat.com>
3607
3608 * gdb.texinfo (Symbols In Python): Document Symbol.line.
3609
4220b2f8
TS
36102012-01-27 Thomas Schwinge <thomas@codesourcery.com>
3611
3612 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3613
edcc5120
TT
36142012-01-24 Tom Tromey <tromey@redhat.com>
3615
3616 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3617 unload".
3618 (Files): Mention new catch commands.
3619 (GDB/MI Async Records): Likewise.
3620
53fe1783
GB
36212012-01-24 Gary Benson <gbenson@redhat.com>
3622
3623 Delete #if 0'd out code.
3624 * gdb.texinfo (Frame Info): Remove "info catch".
3625
b9e7b9c3
UW
36262012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3627
3628 * gdb.texinfo (Remote Configuration): Document
3629 "set remote hostio-readlink-packet" command.
3630 (General Query Packets): Document vFile:readlink packet.
3631
4aac40c8
TT
36322012-01-16 Tom Tromey <tromey@redhat.com>
3633
3634 * gdb.texinfo (Specify Location): Document relative file name
3635 handling.
3636
cafec441
TT
36372012-01-16 Tom Tromey <tromey@redhat.com>
3638
3639 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3640
0ee339bc
JK
36412012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3642 Eli Zaretskii <eliz@gnu.org>
3643
3644 * gdbint.texinfo (Coding Standards): Require braces for two lines of
3645 code.
3646
72384ba3
PH
36472012-01-11 Paul Hilfinger <hilfingr@adacore.com>
3648
3649 * gdb.texinfo (Variables): Document use of :: for non-static
3650 variables.
3651
ce1b17c4
JB
36522012-01-05 Joel Brobecker <brobecker@adacore.com>
3653
3654 * gdbint.texinfo (Start of New Year Procedure): Update
3655 to replace use of copyright.sh by use of copyright.py.
3656
217bff3e
JK
36572012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3658
3659 Remove the gdbtui binary.
3660 * all-cfg.texi (GDBTUI): Remove.
3661 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3662 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
3663 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3664
cc72b2a2
KP
36652011-12-23 Kevin Pouget <kevin.pouget@st.com>
3666
3667 Introduce gdb.FinishBreakpoint in Python.
3668 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3669 (Python API): Add menu entry for Finish Breakpoints.
3670
13ac8d2c
JK
36712011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3672
3673 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3674 tests.
3675
e0f9f062
DE
36762011-12-16 Doug Evans <dje@google.com>
3677
3678 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3679
80b6e756
PM
36802011-12-16 Phil Muldoon <pmuldoon@redhat.com>
3681
1c3ad6ab 3682 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
3683 stack". Add documentation for "set/show python print-stack".
3684
2fb860fc
PA
36852011-12-14 Pedro Alves <pedro@codesourcery.com>
3686
3687 * gdb.texinfo (Implementing a Remote Stub): Explain that you
3688 should transfer control to the stub in the startup code instead of
3689 in main. Mention the need to get past the initial breakpoint.
3690
f8eba3c6
TT
36912011-12-06 Tom Tromey <tromey@redhat.com>
3692
3693 * gdb.texinfo (Set Breaks): Update for new behavior.
3694
2268b414
JK
36952011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3696
3697 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3698 List Format for SVR4 Targets'.
3699 (General Query Packets): New item qXfer:libraries-svr4:read.
3700 (Library List Format for SVR4 Targets): New node.
3701
ae6f0d5b
TT
37022011-12-01 Tom Tromey <tromey@redhat.com>
3703
3704 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3705 add.
3706
36dfb11c
TT
37072011-11-22 Tom Tromey <tromey@redhat.com>
3708
3709 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3710 reasons.
3711
f196051f
SS
37122011-11-20 Stan Shebs <stan@codesourcery.com>
3713
3714 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3715 note-related options and variables.
3716 (Tracepoint Packets): Document packet changes.
3717
f85b53f8
SD
37182011-11-20 Sanjoy Das <sdas@igalia.com>
3719
3720 * gdb.texinfo (JIT Interface): Add documentation on writing and
3721 usind JIT debug info readers.
3722 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3723 Debug Info Readers): New nodes.
3724
bfccc43c
YQ
37252011-11-18 Yao Qi <yao@codesourcery.com>
3726
3727 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3728 tracepoint.
3729
c011a4f4
DE
37302011-11-15 Doug Evans <dje@google.com>
3731
3732 * gdb.texinfo (Files): Document basenames-may-differ.
3733
ed59ded5
DE
37342011-11-14 Doug Evans <dje@google.com>
3735
3736 * gdb.texinfo (Shell Commands): Document "!".
3737
405f8e94
SS
37382011-11-14 Stan Shebs <stan@codesourcery.com>
3739 Kwok Cheung Yeung <kcy@codesourcery.com>
3740
3741 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3742 needed to get shorter fast tracepoints.
3743 (Tracepoint Packets): Document new qTMinFTPILen packet.
3744
1e4d1764
YQ
37452011-11-14 Yao Qi <yao@codesourcery.com>
3746
3747 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3748 behavior of tracepoint.
3749 (General Query Packets): New feature InstallInTrace.
3750 (Remote Configuration): Document "set remote
3751 install-in-trace-packet".
3752
71eba9c2 37532011-11-12 Matt Rice <ratmice@gmail.com>
3754
3755 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3756 Add arguments to info macro.
3757
e0f8f636
TT
37582011-11-10 Tom Tromey <tromey@redhat.com>
3759
3760 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
3761 manual.
3762 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
3763 (Macros): Add a footnote.
3764 (C): Remove paragraph about compiler options.
3765 (C Constants): Mention wide character and string constants.
3766 (C Plus Plus Expressions): Update compiler option advice. Mention
3767 using declarations. Mention ADL. Remove old HP compiler
3768 information.
3769
625c0d47
TT
37702011-11-10 Tom Tromey <tromey@redhat.com>
3771
3772 PR c++/9257:
3773 * gdb.texinfo (Print Settings): Add an extra note about the need
3774 for a vtable.
3775
4be2aacc
MR
37762011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
3777
3778 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3779 "set mips abi" documentation.
3780
0a1c4d10
DE
37812011-11-04 Doug Evans <dje@google.com>
3782
3783 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3784
aad1c02c
TT
37852011-11-03 Tom Tromey <tromey@redhat.com>
3786
3787 * gdb.texinfo (Stopping): Add menu entry.
3788 (Continuing and Stepping): Restore @node. Use @section, not
3789 @subsection.
3790
983fb131
MR
37912011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
3792
3793 * gdb.texinfo (Skipping Over Functions and Files): Remove node
3794 designation. Fix "Specify Location" cross-reference.
3795
3065dfb6
SS
37962011-11-02 Stan Shebs <stan@codesourcery.com>
3797
3798 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3799 (General Query Packets): Describe tracenz feature.
3800 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3801
0aaaf063
PK
38022011-10-28 Paul Koning <paul_koning@dell.com>
3803
3804 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3805
2231f1fb
KP
38062011-10-27 Kevin Pouget <kevin.pouget@st.com>
3807
72f4393d 3808 * gdb.texinfo ((Frames In Python): Document
2231f1fb
KP
3809 gdb.FRAME_UNWIND_FIRST_ERROR contant.
3810
5110b5df
PK
38112011-10-26 Paul Koning <paul_koning@dell.com>
3812
3813 * gdb.texinfo (gdb.types): Document new deepitems function.
72f4393d 3814
22dbab46
PK
38152011-10-25 Paul Koning <paul_koning@dell.com>
3816
3817 PR python/13327
72f4393d 3818
22dbab46
PK
3819 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3820 fetch_lazy method.
3821
9df2fbc4
PM
38222011-10-20 Phil Muldoon <pmuldoon@redhat.com>
3823
3824 PR python/12656
3825
3826 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3827 global_block, static_block function.
3828
f05e2e1d
TT
38292011-10-19 Tom Tromey <tromey@redhat.com>
3830
3831 * gdb.texinfo (Commands In Python): Add missing "@"s.
3832
a7fc3f37
KP
38332011-10-13 Kevin Pouget <kevin.pouget@st.com>
3834
3835 PR python/13285 Document named constants for frame unwind stop reasons
72f4393d 3836 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
a7fc3f37
KP
3837 constants.
3838
5048e516
JK
38392011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3840
3841 Fix compatibility with texinfo versions older than 4.12.
3842 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3843 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3844 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3845 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3846 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3847 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3848 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3849
5a56e9c5
DE
38502011-10-09 Doug Evans <dje@google.com>
3851
3852 * gdb.texinfo (Extending GDB): Document alias command.
3853
36b11add
JK
38542011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3855
3856 Support @entry in input expressions.
3857 * gdb.texinfo (Variables): Describe @entry names suffix.
3858 (Print Settings): Add anchor for `set print entry-values'.
3859
e18b2753
JK
38602011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3861 Eli Zaretskii <eliz@gnu.org>
3862
3863 Display @entry parameter values (without references).
3864 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
3865 example.
3866 (Print Settings): New description of set print entry-values and show
3867 print entry-values.
3868
111c6489
JK
38692011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3870 Eli Zaretskii <eliz@gnu.org>
3871
3872 Recognize virtual tail call frames.
3873 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3874 (Tail Call Frames): New node.
3875 (Frames In Python): Add gdb.TAILCALL_FRAME.
3876
9c15afc4
DE
38772011-10-07 Doug Evans <dje@google.com>
3878
3879 * gdb.texinfo (gdb.printing): Document new `replace' arg to
3880 register_pretty_printer.
3881
99f5279d
PM
38822011-10-07 Phil Muldoon <pmuldoon@redhat.com>
3883
3884 PR python/12930
3885 PR python/12802
3886
3887 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3888 stop method.
3889
03583c20
UW
38902011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
3891
3892 * gdb.texinfo (Starting your Program): "set disable-randomization"
3893 is no longer Linux-specific.
3894 (Remote Configuration): Document "set remote
3895 disable-randomization-packet".
3896 (General Query Packets): Document "QDisableRandomization" packet
3897 and add it to "qSupported" list.
3898
bd054e06
KP
38992011-10-07 Kevin Pouget <kevin.pouget@st.com>
3900
3901 Allow Python notification of new object-file loadings.
3902 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3903 event type.
3904
cb6be26b
KP
39052011-10-04 Kevin Pouget <kevin.pouget@st.com>
3906
3907 PR python/12691: Add the inferior to Python exited event
3908 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3909
a05336a1
JB
39102011-10-03 Joel Brobecker <brobecker@adacore.com>
3911
3912 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3913 rephasing.
3914
5d77fe44
JB
39152011-10-03 Joel Brobecker <brobecker@adacore.com>
3916
3917 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3918 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3919 as possible feature returned by the `-list-features'
3920 command.
3921
699df94d
PK
39222011-09-28 Paul Koning <paul_koning@dell.com>
3923
3924 * gdb.texinfo (gdb.Type): Document field access by dictionary
3925 key syntax.
3926
24bdad53
YQ
39272011-09-28 Yao Qi <yao@codesourcery.com>
3928
3929 * gdb.texinfo (Files): Update options for `add-symbol-file'.
3930 Add one space after option `-s'. Remove @r{} markup.
3931
6710bf39
SS
39322011-09-27 Stan Shebs <stan@codesourcery.com>
3933
3934 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3935
d99f7e48
HZ
39362011-09-16 Hui Zhu <teawater@gmail.com>
3937
3938 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3939 to *(unsigned char *)$esp@300.
3940
d812018b
PK
39412011-09-15 Paul Koning <paul_koning@dell.com>
3942
3943 * gdb.texinfo: Make style of Python functions and methods match
3944 the syntax of Python. Also put class and module names explicitly
3945 on function, member, and variable names, matching Python
3946 documentation conventions.
72f4393d 3947
2aa48337
KP
39482011-09-15 Kevin Pouget <kevin.pouget@st.com>
3949
3950 PR Python/12692 Add gdb.selected_inferior() to Python interface.
3951 * gdb.texinfo (Inferiors In Python): Describe new
3952 gdb.selected_inferior() function.
3953
6839b47f
KP
39542011-09-15 Kevin Pouget <kevin.pouget@st.com>
3955
3956 Handle multiple breakpoint hits in Python interface:
3957 * gdb.texinfo (Events In Python): New function documentation:
3958 gdb.BreakpointEvent.breakpoints. Indicate that
3959 gdb.BreakpointEvent.breakpoint is now deprecated.
3960
26829f2b
JB
39612011-09-04 Joel Brobecker <brobecker@adacore.com>
3962
3963 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
3964
a9f54f60
TT
39652011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
3966
3967 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
3968
fa3a4f15
PM
39692011-08-17 Phil Muldoon <pmuldoon@redhat.com>
3970
72f4393d
L
3971 * gdb.texinfo (Prompt): Add set/show extended-prompt
3972 documentation
3973 (Basic Python): Add prompt_hook anchor.
3974 (Python modules): Reword module text to reflect multiple modules.
3975 (gdb.prompt): Document gdb.prompt module.
fa3a4f15 3976
224bbe49
YQ
39772011-08-14 Yao Qi <yao@codesourcery.com>
3978
78d85199
YQ
3979 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
3980
39812011-08-14 Yao Qi <yao@codesourcery.com>
3982
3983 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
3984 (TIC6x Features): New node.
3985
457e09f0
DE
39862011-08-12 Doug Evans <dje@google.com>
3987
3988 * gdb.texinfo (Symbols In Python): Document symbol.type.
3989
5e239b84
PM
39902011-08-09 Phil Muldoon <pmuldoon@redhat.com>
3991
3992 * gdb.texinfo (Python): Document command and function
3993 auto-loading.
3994
177bc839
JK
39952011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3996 Eli Zaretskii <eliz@gnu.org>
3997
3998 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
3999 typedefs unrolling. Extend the sample code by an inner typedef and
4000 outer typedefs unrolling.
4001
1a532630
PP
40022011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
4003
4004 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
4005 size and line-size.
4006
9b158ba0 40072011-07-21 Matt Rice <ratmice@gmail.com>
4008
4009 PR macros/12999
4010 * gdb.texinfo (Macros): Add info definitions and info macros commands.
4011 Update text and cindex entries for info macro command.
4012
d17b6f81
PM
40132011-07-21 Phil Muldoon <pmuldoon@redhat.com>
4014
4015 * observer.texi (GDB Observers): Add before_prompt observer.
4016 * gdb.texinfo (Basic Python): Add documentation for prompt
4017 substitution.
4018
713389e0
PM
40192011-07-11 Phil Muldoon <pmuldoon@redhat.com>
4020
72f4393d 4021 PR python/12438
713389e0 4022 * gdb.texinfo (Python Commands): Add deprecate note to maint
72f4393d
L
4023 set/show python print-stack. Document set/show python
4024 print-backtrace.
713389e0 4025
177b42fe
TJB
40262011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
4027
4028 * gdb.texinfo: Fix typos.
4029
900e11f9
JK
40302011-07-01 Tom Tromey <tromey@redhat.com>
4031
4032 * gdb.texinfo (Debugging Output): Document set debug
4033 check-physname.
4034
39c4d40a
TT
40352011-06-29 Tom Tromey <tromey@redhat.com>
4036
4037 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
4038 breakpoint-notifications feature.
4039
6f5def7d
UW
40402011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
4041
4042 * gdb.texinfo (Target Description): Remove warning about
4043 possibly unstable format.
4044
8cf64490
TT
40452011-06-03 Tom Tromey <tromey@redhat.com>
4046
4047 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
4048 (Events In Python): Note that exit_code is optional.
4049
393eab54
PA
40502011-05-17 Pedro Alves <pedro@codesourcery.com>
4051
4052 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
4053 required for multi-threading support.
4054 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
4055 Hc are deprecated for multi-threading debugging. Point readers at
4056 the vCont packet.
4057
75fc9810
DE
40582011-05-15 Doug Evans <dje@google.com>
4059
4060 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
4061
01124a23
DE
40622011-05-13 Doug Evans <dje@google.com>
4063
98a5dd13
DE
4064 * gdb.texinfo (Threads): Document $sdir,$pdir.
4065 (Server): Document $pdir exception.
4066
dbaefcf7
DE
4067 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
4068
cc63ef9b
DE
4069 * gdb.texinfo (Threads): Clarify default value for
4070 libthread-db-search-path.
7e0396aa 4071
01124a23
DE
4072 * gdb.texinfo (Completion): Update example.
4073 (Debugging Output): Delete `set/show debug lin-lwp-async'.
4074
d248b706
KY
40752011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
4076
4077 * gdb.texinfo: Document change in the behaviour of the enable and
4078 disable GDB commands when applied to tracepoints.
4079 Document the EnableDisableTracepoints remote stub feature.
4080 Document QTEnable and QTDisable in the list of tracepoint packets.
4081
cc88a640
JK
40822011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4083
4084 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
4085 hsuser.texi.
4086 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
4087 comment to hsuser.texi. Change rluser.texi name in the comment.
4088
84e578fb
DE
40892011-05-10 Doug Evans <dje@google.com>
4090
4091 * gdb.texinfo (Threads): If an empty path is provided for
4092 libthread-db-search-path it is reset to its default value.
4093 (Server): Ditto.
4094
478aac75
DE
40952011-05-09 Doug Evans <dje@google.com>
4096
4097 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
4098
9c06b0b4
TJB
40992011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4100 Thiago Jung Bauermann <bauerman@br.ibm.com>
4101
4102 Implement support for PowerPC BookE masked watchpoints.
4103 * gdb.texinfo (Set Watchpoints): Document mask parameter.
4104 (PowerPC Embedded): Mention support of masked watchpoints.
4105
9ed350ad
JB
41062011-05-03 Joel Brobecker <brobecker@adacore.com>
4107
4108 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
4109 `@value{GDBN}'.
4110
4ceed123
JB
41112011-05-03 Joel Brobecker <brobecker@adacore.com>
4112
4113 * gdb.texinfo (titlepage): Remove dedication.
4114 (In Memoriam): New appendix.
4115
559a7a62
JK
41162011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4117 Eli Zaretskii <eliz@gnu.org>
4118
4119 * gdb.texinfo (Index Section Format): Change the version to 5.
4120 Describe the different formula.
4121
03f2bd59
JK
41222011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4123 Eli Zaretskii <eliz@gnu.org>
4124
4125 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
4126 for disconnected tracing.
4127 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
4128 extended-remote relationship. Mention --once.
4129 (TCP port allocation lifecycle of @code{gdbserver}): New.
4130
d9b1a651
EZ
41312011-04-23 Eli Zaretskii <eliz@gnu.org>
4132
4133 * gdb.texinfo (Server): Improve indexing. Index all optional
4134 switches to gdbserver.
4135
90476074
TT
41362011-04-20 Tom Tromey <tromey@redhat.com>
4137
4138 * gdb.texinfo (Index Section Format): New node.
4139 (Top): Add new node to menu.
4140
c21236dc
PA
41412011-04-20 Pedro Alves <pedro@codesourcery.com>
4142
4143 * gdb.texinfo (Maintenance Commands): Document `maint print
4144 remote-registers'.
4145
05c8c3f5
TT
41462011-04-20 Tom Tromey <tromey@redhat.com>
4147
4148 * gdb.texinfo (Trace File Format): Move node later.
4149
7a9dd1b2
TT
41502011-04-19 Tom Tromey <tromey@redhat.com>
4151
4152 * gdbint.texinfo (Register Information Functions): Remove
4153 duplicate "the".
4154 * gdb.texinfo (Emacs): Remove duplicate "to".
4155 (GDB/MI Variable Objects): Remove duplicate "the".
4156 (General Query Packets): Likewise.
4157
4368ebeb
JB
41582011-04-02 Joel Brobecker <brobecker@adacore.com>
4159
4160 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
4161 "GDB/MI Ada Exception Information" node.
4162
956a9fb9
JB
41632011-04-01 Joel Brobecker <brobecker@adacore.com>
4164
4165 * gdb.texinfo (GDB/MI Ada Exception Information): Document
4166 the "exception-name" field in the *stopped async record.
4167
f1310107
TJB
41682011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
4169 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4170
4171 Implement support for PowerPC BookE ranged breakpoints.
4172 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
4173
8786b2bd
TT
41742011-03-28 Tom Tromey <tromey@redhat.com>
4175
4176 * gdb.texinfo (Set Tracepoints): Fix typo.
4177
9ef07c8c
TT
41782011-03-24 Tom Tromey <tromey@redhat.com>
4179
4180 * gdb.texinfo (Specify Location): Document `function:label'
4181 linespec.
4182
99c3dc11
PM
41832011-03-18 Phil Muldoon <pmuldoon@redhat.com>
4184
f1310107 4185 PR python/12149
99c3dc11
PM
4186
4187 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
4188
29703da4
PM
41892011-03-17 Phil Muldoon <pmuldoon@redhat.com>
4190
4191 * gdb.texinfo (Blocks In Python): Add is_valid method description.
4192 (Inferiors In Python): Likewise.
4193 (Threads In Python): Likewise.
4194 (Symbols In Python): Likewise.
4195 (Objfiles In Python): Likewise.
4196 (Symbol Tables In Python): Likewise.
4197
c9174737
PA
41982011-03-15 Pedro Alves <pedro@codesourcery.com>
4199
4200 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
4201 display>: Explain that the commands accept number ranges.
4202
7371cf6d
PM
42032011-03-14 Phil Muldoon <pmuldoon@redhat.com>
4204
4205 * gdb.texinfo (Breakpoints In Python): Add description and example
4206 of Python stop function operation.
4207
ecec24e6
PM
42082011-03-10 Phil Muldoon <pmuldoon@redhat.com>
4209
4210 * gdb.texinfo (Parameters In Python): Document get_set_string and
4211 get_show_string methods.
4212
6dcd5565
JK
42132011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4214
4215 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
4216
81896e36
JK
4217 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
4218 circular-trace-buffer name.
4219
5e30da2c
JB
42202011-02-28 Joel Brobecker <brobecker@adacore.com>
4221
4222 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
4223 in the previous change.
4224
3bd0f5ef 42252011-02-27 Michael Snyder <msnyder@vmware.com>
af624141 4226
72f4393d 4227 * gdb.texinfo (Inferiors and Programs): Update commands to show
af624141
MS
4228 that they can accept multiple arguments.
4229
4ec7539c
JB
42302011-02-24 Joel Brobecker <brobecker@adacore.com>
4231
4232 Revert the following patch (code patch was not approved):
4233 2011-02-21 Hui Zhu <teawater@gmail.com>
4234 * agentexpr.texi (bytecode descriptions): add printf.
4235 * gdb.texinfo (tracepoint action lists): add printf.
4236
82809774
DE
42372011-02-23 Doug Evans <dje@google.com>
4238
4239 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
4240
e5a67952
MS
42412011-02-23 Michael Snyder <msnyder@vmware.com>
4242
4243 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
4244 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
4245 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
4246
6e6fbe60
DE
42472011-02-22 Doug Evans <dje@google.com>
4248
4249 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
4250 Clarify behaviour of lookup_symbol when `block' argument is omitted,
4251 add description of result, fix @defun formatting.
4252
f994e27a
HZ
42532011-02-21 Hui Zhu <teawater@gmail.com>
4254
4255 * agentexpr.texi (Bytecode Descriptions): Add printf.
4256 * gdb.texinfo (Tracepoint Action Lists): Add printf.
4257
c7f96d2b
TT
42582011-02-18 Tom Tromey <tromey@redhat.com>
4259
4260 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
4261
60f98dde
MS
42622011-02-14 Michael Snyder <msnyder@vmware.com>
4263
4264 * gdb.texinfo (threads): Document argument for "info threads" cmd.
4265 Document new command "thread find".
4266
08e796bc
MS
42672011-02-14 Michael Snyder <msnyder@vmware.com>
4268
4269 * gdb.texinfo (Threads): Update example of new thread message.
4270
b3b9301e
PA
42712011-02-14 Pedro Alves <pedro@codesourcery.com>
4272
4273 * gdb.texinfo (Remote Configuration): Mention set/show remote
4274 traceframe-info.
4275 (Tools/Packages Optional for Building GDB): Mention that expat is
4276 used for traceframe info.
4277 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
4278 (General Query Packets) <qSupported>: Describe the
4279 qXfer:traceframe-info:read feature.
4280 (qXfer::read): Describe qXfer:traceframe-info:read.
4281 (Traceframe Info Format): New section.
4282
cef35b0f
PA
42832011-02-04 Pedro Alves <pedro@codesourcery.com>
4284
4285 * gdbint.texinfo (Formatting): Mention some formatting guidelines
4286 for casts and unary operators.
4287
f1cbe1d3
TT
42882011-02-04 Tom Tromey <tromey@redhat.com>
4289
4290 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
4291 is not useful.
4292
585fdaa1
PA
42932011-01-25 Pedro Alves <pedro@codesourcery.com>
4294
4295 * gdb.texinfo: s/value optimized out/optimized out/g
4296
7bfc9434
JB
42972011-01-21 Joel Brobecker <brobecker@adacore.com>
4298
4299 * gdb.texinfo (Other Misc Settings): Rework part of the
4300 documentation of the "set interactive mode" command.
4301
4694da01
TT
43022011-01-19 Tom Tromey <tromey@redhat.com>
4303
4304 * gdb.texinfo (Threads): Document thread name output and `thread
4305 name' command.
4306 (Threads In Python): Document Thread.name attribute.
4307 (GDB/MI Thread Commands): Document thread attributes.
4308
b716877b
AB
43092011-01-12 Andrew Burgess <aburgess@broadcom.com>
4310
4311 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
4312 changes in mi/mi-cmd-disas.c
4313
13fd8b81
TT
43142011-01-12 Tom Tromey <tromey@redhat.com>
4315
4316 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
4317 Fix "thread apply" text.
4318
e09342b5
TJB
43192011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4320 Thiago Jung Bauermann <bauerman@br.ibm.com>
4321
4322 Implement support for PowerPC BookE ranged watchpoints.
4323 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
4324 the "set powerpc exact-watchpoints" flag.
4325
06e65f44
TT
43262011-01-07 Tom Tromey <tromey@redhat.com>
4327
4328 * gdb.texinfo (Python API): Add descriptions to @menu items.
4329
d8e22779
TT
43302011-01-06 Tom Tromey <tromey@redhat.com>
4331
4332 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
4333
a255712f
PP
43342010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4335
e09342b5 4336 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 4337
ccfc3d6e
TT
43382011-01-06 Tom Tromey <tromey@redhat.com>
4339
4340 PR python/12133:
4341 * gdb.texinfo (Frames In Python): Document various frame
4342 constants.
4343
44944448
JB
43442011-01-05 Joel Brobecker <brobecker@adacore.com>
4345
4346 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
4347 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
4348 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
4349
42ea3d7a
JK
43502011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4351
4352 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
4353 (clean): Add GDBvn.texi.
4354
720d1a40
JB
43552010-12-29 Joel Brobecker <brobecker@adacore.com>
4356
4357 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
4358 occasional case where the debugger prints an array address
4359 instead of the array itself.
4360
ad196637
PA
43612010-12-23 Pedro Alves <pedro@codesourcery.com>
4362
4363 * gdb.texinfo (Packets) <read registers packet>: Document support
4364 for registers that were not collected.
4365
a86caf66
DE
43662010-12-15 Doug Evans <dje@google.com>
4367
4368 * gdb.texinfo (Startup): Document auto-loading of scripts during
4369 startup.
4370 (Auto-loading): Delete "maint set python auto-load on|off".
4371 Add "set auto-load-scripts on|off".
4372
aae1c79a
DE
43732010-12-07 Doug Evans <dje@google.com>
4374
4375 * gdb.texinfo (Mode Options): Document -data-directory.
4376 (Data Files): Add reference to -data-directory.
4377
4e04c971
DE
43782010-11-29 Doug Evans <dje@google.com>
4379
4380 * gdb.texinfo (Pretty-Printer Introduction): Change
4381 printer-name:subprinter-name to printer-name;subprinter-name.
4382
94b6973e
PM
43832010-11-29 Phil Muldoon <pmuldoon@redhat.com>
4384
72f4393d 4385 PR python/12199
94b6973e
PM
4386
4387 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
4388
39037522
TT
43892010-11-23 Tom Tromey <tromey@redhat.com>
4390
4391 * gdb.texinfo (Top): Check SYSTEM_READLINE.
4392 (Editing): Likewise.
4393 (Command History): Likewise.
4394 (TUI Keys): Likewise.
4395 (Bug Reporting): Conditionally include rluser.texi and
4396 inc-history.texinfo.
4397 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
4398 (GDB_DOC_SOURCE_INCLUDES): Add comment.
4399 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
4400 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
4401 (gdb.pdf): Likewise.
4402 (gdb.info): Likewise.
4403 (gdb/index.html): Likewise.
4404
5ae98d25
TT
44052010-11-23 Tom Tromey <tromey@redhat.com>
4406
4407 * Makefile.in (Makefile): Run ../config.status.
4408 (distclean): Update.
4409 * configure: Remove.
4410 * configure.ac: Remove.
4411
621c8364
TT
44122010-11-12 Tom Tromey <tromey@redhat.com>
4413
4414 * gdb.texinfo (Basic Python): Update. Add xref.
4415 (Exception Handling): Document new exception classes.
4416 (Types In Python): Update.
4417 (Frames In Python): Update.
4418
84f4c1fe
PM
44192010-11-11 Phil Muldoon <pmuldoon@redhat.com>
4420
4421 * gdb.texinfo (Breakpoints In Python): Document "internal"
4422 parameter, and visible attribute.
4423
99e7ae30
DE
44242010-11-05 Doug Evans <dje@google.com>
4425
4426 * gdb.texinfo (Source Path): Document "set directories".
4427
f4b8a18d
KW
44282010-11-05 Ken Werner <ken.werner@de.ibm.com>
4429
4430 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
4431 (OpenCL C): New node.
4432
7b51bc51
DE
44332010-11-02 Doug Evans <dje@google.com>
4434
4435 * gdb.texinfo (Pretty Printing): Expand into three sections,
4436 introduction, example, and commands.
4437 (Python API): Delete section Disabling Pretty-Printers, merge into
4438 Selecting Pretty-Printers.
4439 (Writing a Pretty-Printer): New section. Move the pretty-printer
4440 example here, and reformat to match python coding style. Add a second
4441 example using the gdb.printing module.
4442 (Python modules): Add gdb.printing.
4443
9eeee977
DE
44442010-10-29 Doug Evans <dje@google.com>
4445
4446 * gdb.texinfo (Python): Fix long line.
4447
a0e0ffdf
DE
44482010-10-20 Doug Evans <dje@google.com>
4449
4450 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
4451 All references updated. Correct sections marked as subsections.
4452 (Coding Standards): New chapter. Move the coding standard related
4453 subsections here. Add section on Python coding standards.
4454
0e3509db
DE
44552010-10-13 Doug Evans <dje@google.com>
4456
4457 * gdb.texinfo (Python): Add "Python modules".
4458 (Types in Python): Add reference to gdb.types section.
4459 (Python modules): New node.
4460
44592cc4
DE
44612010-10-11 Doug Evans <dje@google.com>
4462
4463 * gdb.texinfo (Values From Inferior): Add reference to "Types in
4464 Python" from gdb.Value.type description.
4465
6e1bb179
JB
44662010-09-28 Joel Brobecker <brobecker@adacore.com>
4467
4468 * gdb.texinfo (Ravenscar Profile): New node.
4469
e8467610
TT
44702010-09-22 Tom Tromey <tromey@redhat.com>
4471
4472 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
4473
fccd1d1e
EZ
44742010-09-22 Eli Zaretskii <eliz@gnu.org>
4475
4476 * gdb.texinfo (Values From Inferior): Clarify that
4477 value.dynamic_type works only in C++ programs with RTTI.
4478
c1b6b909
TT
44792010-09-15 Paul Bolle <pebolle@tiscali.nl>
4480
4481 * gdb.texinfo (Character Sets): Correctly reference host-charset
4482 in example.
4483
7d288aaa
TT
44842010-09-13 Tom Tromey <tromey@redhat.com>
4485
4486 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
4487 Document "fullname" and "from".
4488
f75d858b
MK
44892010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
4490
4491 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
4492 feature `reverse' output by -list-target-features.
4493
83b9503b
L
44942010-08-31 H.J. Lu <hongjiu.lu@intel.com>
4495
4496 * gdb.texinfo (i386 Features): Remove an extra "@item".
4497
03f17ccf
TT
44982010-08-30 Tom Tromey <tromey@redhat.com>
4499
4500 PR python/11792:
4501 * gdb.texinfo (Values From Inferior): Document dynamic_type.
4502
9779414d
DJ
45032010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
4504
4505 * gdb.texinfo (ARM Features): Document
4506 org.gnu.gdb.arm.m-profile.
4507
f9ffd4bb
TT
45082010-08-23 Tom Tromey <tromey@redhat.com>
4509
4510 PR python/11145:
4511 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
4512 reinterpret_cast methods.
4513
702c2711
TT
45142010-08-23 Tom Tromey <tromey@redhat.com>
4515
4516 PR python/11915:
4517 * gdb.texinfo (Types In Python): Document array method.
4518
66b73624
TJB
45192010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
4520
4521 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
4522
06a64a0b
TT
45232010-08-16 Tom Tromey <tromey@redhat.com>
4524
4525 * gdb.texinfo (Set Watchpoints): Document -location option.
4526
a3a7127e
DE
45272010-08-13 Doug Evans <dje@google.com>
4528
4529 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
4530
8dedea02
VP
45312010-08-13 Vladimir Prus <vladimir@codesourcery.com>
4532
4533 * gdb.texinfo (GDB/MI Data Manipulation): Document
4534 -data-read-memory-raw and -data-write-memory-raw.
4535
ca5c20b6 45362010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 4537 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
4538
4539 * gdb.texinfo (Basic Python): Describe post_event API.
4540
cb2e07a6
PM
45412010-08-11 Phil Muldoon <pmuldoon@redhat.com>
4542
4543 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 4544 decode_line Python APIs
cb2e07a6 4545
464b3efb
TT
45462010-08-10 Tom Tromey <tromey@redhat.com>
4547
4548 * gdb.texinfo (Pretty Printing API): Document
4549 gdb.default_visualizer.
4550
c29c521f
TT
45512010-08-10 Tom Tromey <tromey@redhat.com>
4552
4553 Revert gdb-add-index addition:
4554 * gdb.texinfo (Index Files): Don't document gdb-add-index.
4555
5da1313b
JK
45562010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4557 Eli Zaretskii <eliz@gnu.org>
4558
4559 * gdb.texinfo (Mode Options) <-batch>
4560 (Basic Python) <gdb.execute>: Describe setting width and height.
4561
02d868e8
PP
45622010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
4563
4564 * gdb.texinfo (Threads): Document 'debug libthread-db'.
4565
c2bbed2a
TT
45662010-07-30 Tom Tromey <tromey@redhat.com>
4567
4568 * gdb.texinfo (Index Files): Mention gdb-add-index.
4569
6c13bbe1
HZ
45702010-07-30 Hui Zhu <teawater@gmail.com>
4571
4572 * gdb.texinfo (Inferiors and Programs): Update the introduce of
4573 "detach inferior" and "kill inferior".
4574
53a71c06
CR
45752010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
4576
4577 * gdb.texinfo (Machine Code): Update description of two forms of
4578 arguments, and add new example to demonstrate the new form.
4579
5374244e
PM
45802010-07-27 Phil Muldoon <pmuldoon@redhat.com>
4581
4582 * gdb.texinfo (Values From Inferior): Add value inferior function
4583 call description.
4584
8ea5bce5
JK
45852010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4586
4587 * gdb.texinfo (Active Targets): Fix wrong comma placement.
4588
c0edd9ed
JK
45892010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4590 Eli Zaretskii <eliz@gnu.org>
4591
4592 Make core files the process_stratum.
4593 * gdb.texinfo (Active Targets): Remove core_stratum. Include
4594 record_stratum example.
4595
9291a0cd
TT
45962010-07-13 Tom Tromey <tromey@redhat.com>
4597
4598 * gdb.texinfo (Index Files): New node.
4599
f5011d11
TT
46002010-07-13 Tom Tromey <tromey@redhat.com>
4601
4602 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4603
0f5238ed
TT
46042010-07-13 Tom Tromey <tromey@redhat.com>
4605
4606 * gdb.texinfo (Specify Location): Document labels.
4607
74c761c1
PA
46082010-07-01 Pedro Alves <pedro@codesourcery.com>
4609
4610 * gdb.texinfo (Create and Delete Tracepoints): Add more index
4611 entries for fast tracepoints and static tracepoints.
4612
501994c0
PA
46132010-07-01 Pedro Alves <pedro@codesourcery.com>
4614
4615 * gdb.texinfo (General Query Packets) <qfThreadInfo,
4616 qsThreadInfo>: Spell out `l' as ell.
4617
0fb4aa4b
PA
46182010-07-01 Pedro Alves <pedro@codesourcery.com>
4619
4620 * gdb.texinfo (Convenience Variables): Document $_sdata.
4621 (Commands to Set Tracepoints): Describe static tracepoints. Add
4622 `Listing Static Tracepoint Markers' menu entry. Document
4623 "strace".
4624 (Tracepoint Action Lists): Document collecting $_sdata.
4625 (Listing Static Tracepoint Markers): New subsection.
4626 (Tracepoints support in gdbserver): Mention static tracepoints.
4627 (remote packets, enabling and disabling): Mention
4628 read-sdata-object.
4629 (General Query Packets) <qSupported>: Document qXfer:sdata:read
4630 and StaticTracepoint.
4631 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4632 Document qXfer:sdata:read.
4633 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4634
dc3b15be
JB
46352010-06-29 Joel Brobecker <brobecker@adacore.com>
4636
4637 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4638
595939de
PM
46392010-06-28 Phil Muldoon <pmuldoon@redhat.com>
4640 Tom Tromey <tromey@redhat.com>
4641 Thiago Jung Bauermann <bauerman@br.ibm.com>
4642
4643 * gdb.texinfo (Inferiors In Python): New node.
4644 * gdb.texinfo (Threads In Python): New node.
4645
9279c692
JB
46462010-06-28 Joel Brobecker <brobecker@adacore.com>
4647
4648 * gdb.texinfo (Python): Document what the python directory is
4649 and what its location is.
4650 (Basic Python): Document the gdb.PYTHONDIR constant.
4651
bc9f0842
TT
46522010-06-25 Tom Tromey <tromey@redhat.com>
4653
4654 PR python/10808:
4655 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4656
f1421989
HZ
46572010-06-24 Hui Zhu <teawater@gmail.com>
4658
4659 * gdb.texinfo: (Commands for Controlled Output): Add
4660 documentation for command "eval".
4661
e4c0cfae
SS
46622010-06-21 Stan Shebs <stan@codesourcery.com>
4663
4664 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4665 * annotate.texinfo: Ditto.
4666 * gdbint.texinfo: Ditto.
4667 * stabs.texinfo: Ditto.
4668
bb08c432
HZ
46692010-06-22 Hui Zhu <teawater@gmail.com>
4670
4671 * gdb.texinfo: (Process Record and Replay): Add documentation
4672 for command "set record memory-query".
4673
4f5d9f07
SS
46742010-06-21 Stan Shebs <stan@codesourcery.com>
4675
4676 * gdb.texinfo: Relicense under GFDL version 1.3.
4677 * annotate.texinfo: Relicense under GFDL version 1.3.
4678 * gdbint.texinfo: Relicense under GFDL version 1.3.
4679 * stabs.texinfo: Relicense under GFDL version 1.3.
4680 * fdl.texi: Update to version 1.3.
4681
6aed2dbc
SS
46822010-06-18 Stan Shebs <stan@codesourcery.com>
4683
a61408f8
SS
4684 * gdb.texinfo (Operating System Auxiliary Information): Describe
4685 "info os" when no arguments given.
4686
6aed2dbc
SS
4687 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4688 $_thread.
4689
24e933df
HZ
46902010-06-18 Hui Zhu <teawater@gmail.com>
4691
4692 * gdb.texinfo: (Process Record and Replay): Add documentation
4693 for commands "record save" and "record restore".
4694
65d79d4b
SDJ
46952010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4696
4697 * gdb.texinfo: Include information about the correct use
4698 of addresses in the `watch' command.
4699
d914c394
SS
47002010-06-11 Stan Shebs <stan@codesourcery.com>
4701
4702 * gdb.texinfo (Observer Mode): New section.
4703 (General Query Packets): Document QAllow.
889bf7c5 4704
967cf477
DE
47052010-06-04 Doug Evans <dje@google.com>
4706
4707 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4708
aaf4119b
DE
47092010-06-03 Doug Evans <dje@google.com>
4710
4711 * gdbint.texinfo (Coding): Add subsection on command names.
4712
9eae7c52
TT
47132010-06-02 Tom Tromey <tromey@redhat.com>
4714
4715 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4716 always-disassemble.
4717
fa593d66
PA
47182010-06-01 Pedro Alves <pedro@codesourcery.com>
4719
4720 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4721 gdbserver, and add cross reference.
4722 (Tracepoints support in gdbserver): New subsection.
4723
dde08ee1
PA
47242010-05-26 Pedro Alves <pedro@codesourcery.com>
4725
4726 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4727 `qRelocInsn' feature.
4728 (Relocate instruction reply packet): New subsection
4729 of `Tracepoint Packets'.
4730 (Tracepoint Packets): Mention that packets QTDP and QTStart
4731 support the qRelocInsn request, and add cross reference to new
4732 subsection.
4733
07ca107c
DE
47342010-05-25 Doug Evans <dje@google.com>
4735
4736 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4737 (Commands In Python): Document gdb.string_to_argv.
4738
c25c4a8b
JK
47392010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4740
4741 * gdbint.texinfo (Host Definition): Remove items NORETURN and
4742 ATTR_NORETURN.
4743
d7b32ed3 47442010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
4745 Tom Tromey <tromey@redhat.com>
4746 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 4747
c25c4a8b 4748 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 4749
6aecb9c2
JB
47502010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
4751
4752 * gdb.texinfo: (Summary) Add mention about D language support.
4753 (Filenames): Add D suffixes.
4754 (D): New node.
4755
b7da9e9f
PM
47562010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
4757
4758 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4759 of macro deleted from GDB code.
4760
ab38a727
PA
47612010-04-24 Pedro Alves <pedro@codesourcery.com>
4762
4763 * gdb.texinfo (Commands to specify files): Describe what how GDB
4764 looks up DOS-based filesystem paths on the system root. Document
4765 the new `set/show target-file-system-kind' commands.
4766
66d09542
DE
47672010-04-23 Doug Evans <dje@google.com>
4768
4769 * gdb.texinfo (Python): Move Auto-loading section here ...
4770 (Python API): from here.
4771 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4772 (Maintenance Commands): Add docs for "maint print section-scripts".
4773
8bd10a10
CM
47742010-04-20 Chris Moller <cmoller@redhat.com>
4775
4776 * gdb.texinfo (Setting Breakpoints): Added description of
4777 filename-qualified rbreak.
4778 * refcard.tex (Breakpoints and Watchpoints): Added brief
4779 description of filename-qualified rbreak.
4780
4c374409
JK
47812010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4782
4783 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4784 (Python API): Change the reference to Pretty Printing API.
4785 (Pretty Printing): Move the user part under the Data node. Reformat
4786 the sample output to 72 columns. Create a new reference to Pretty
4787 Printing API. Rename the API part ...
4788 (Pretty Printing API): To a new node name.
4789 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4790 (GDB/MI Variable Objects): Change references to Pretty Printing API.
4791
5a9351ae
SS
47922010-04-21 Stan Shebs <stan@codesourcery.com>
4793
4794 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 4795 and commands.
5a9351ae 4796 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 4797
9a22f0d0
PM
47982010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4799
4800 * gdb.texinfo (Examining memory): Update for change in string
4801 display with explicit size.
4802
6149aea9
PA
48032010-04-19 Pedro Alves <pedro@codesourcery.com>
4804
4805 PR breakpoints/8554.
4806
4807 * gdb.texinfo (Save Breakpoints): New node.
4808 (save-tracepoints): Rename to ...
4809 (save tracepoints): ... this. Mention that `save-tracepoints' is
4810 a deprecated alias to `save tracepoints'.
4811
711e434b
PM
48122010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
4813
645797a8 4814 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
4815 (info w32 thread-information-block): Document new command.
4816 (qGetTIBAddress): Document new gdbserver query.
4817 (maint set/show show-all-tib): Document new command.
4818
3f7b2faa
DE
48192010-04-15 Doug Evans <dje@google.com>
4820
fa33c3cd
DE
4821 * gdb.texinfo (Python API): Add progspaces section.
4822 (Selecting Pretty-Printers): Progspace pretty-printers are
4823 searched too.
4824 (Progspaces In Python): New section.
4825
3f7b2faa
DE
4826 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4827
79f283fe
PM
48282010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4829
4830 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4831 returns None.
4832
87290684
SS
48332010-04-09 Stan Shebs <stan@codesourcery.com>
4834
4835 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4836 Describe the `frames-created' field, tweak grammar.
4837
a97153c7
PA
48382010-04-09 Pedro Alves <pedro@codesourcery.com>
4839
4840 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4841 Describe the `circular' and `disconnected' fields.
4842
5c5dcc1b
L
48432010-04-09 H.J. Lu <hongjiu.lu@intel.com>
4844
4845 * gdb.texinfo (maint print registers): Mention unavailable and
4846 invisible registers.
4847
adc36818
PM
48482010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4849 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 4850 Tom Tromey <tromey@redhat.com>
adc36818
PM
4851
4852 * gdb.texinfo (Breakpoints In Python): New Node.
4853
33da3f1c
SS
48542010-04-08 Stan Shebs <stan@codesourcery.com>
4855
4856 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4857 trace status fields.
4858
3a13a53b
L
48592010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4860
4861 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4862 optional. Make org.gnu.gdb.i386.avx requires
4863 org.gnu.gdb.i386.avx.
4864
08001717
DE
48652010-04-08 Doug Evans <dje@google.com>
4866
4867 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4868 search path, and document that gdb only scans the search path if
4869 the script's path doesn't specify a directory.
4870
c375651d
DE
48712010-04-05 Doug Evans <dje@google.com>
4872
4873 * gdb.texinfo (maint show python auto-load): Fix typo.
4874
af54718e
SS
48752010-04-04 Stan Shebs <stan@codesourcery.com>
4876
d77f58be
SS
4877 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4878 (Setting Watchpoints): Update description of "info watch".
4879 (Disabling Breakpoints): Only "info break" lists all.
4880
af54718e
SS
4881 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4882 (tdump): Explain how tdump works.
4883
86b17b60
PA
48842010-04-01 Pedro Alves <pedro@codesourcery.com>
4885
4886 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4887 add cross reference.
4888
ff12863f
PA
48892010-03-31 Pedro Alves <pedro@codesourcery.com>
4890
4891 * gdb.texinfo (TUI Commands): Mention that in some cases, these
4892 commands error out.
4893
f68eb612
L
48942010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4895
4896 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4897
c8d5aac9
L
48982010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4899
4900 * gdb.texinfo (General Query Packets): Add xmlRegisters.
4901
7d13fe92
SS
49022010-03-29 Stan Shebs <stan@codesourcery.com>
4903 Nathan Sidwell <nathan@codesourcery.com>
4904
4905 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4906 GDBN equivalent.
4907 (Set Tracepoints): Remove mention that conditional tracepoints
4908 don't exist.
4909 (Tracepoint Actions): Clarify when while-stepping collection
4910 happens, note that while-stepping does not automatically collect
4911 $pc.
4912
409873ef 49132010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 4914
409873ef
SS
4915 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4916 (General Query Packets): Describe TracepointSource.
4917
ee8e71d4
EZ
49182010-03-27 Matt Rice <ratmice@gmail.com>
4919
c8d5aac9
L
4920 * gdb.texinfo (ARM): Document arguments to "target sim".
4921 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 4922
99b5e152
PA
49232010-03-26 Pedro Alves <pedro@codesourcery.com>
4924
4925 * gdb.texinfo (Tracepoint Packets): Remove mention that
4926 terror:string may be plain text, and drop mention of X prefix.
4927
cd64ee31
VP
49282010-03-26 Vladimir Prus <vladimir@codesourcery.com>
4929
4930 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4931
6c28cbf2
SS
49322010-03-24 Stan Shebs <stan@codesourcery.com>
4933
4934 * gdb.texinfo (Tracepoint Packets): Document trace error status.
4935
95a42b64
TT
49362010-03-24 Tom Tromey <tromey@redhat.com>
4937
4938 PR breakpoints/9352:
4939 * gdb.texinfo (Break Commands): Update.
4940
18148017
VP
49412010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4942
4943 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4944 commands.
4945
4daf5ac0
SS
49462010-03-16 Stan Shebs <stan@codesourcery.com>
4947
4948 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4949 circular-trace-buffer.
4950 (Tracepoint Packets): Describe QTBuffer, and details of the
4951 qTStatus reply.
4952
c9429232
SS
49532010-03-12 Stan Shebs <stan@codesourcery.com>
4954 Nathan Sidwell <nathan@codesourcery.com>
4955
4956 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
4957 doing instruction stepping.
4958 (Tracepoint Restrictions): New node.
4959
ccefe4c4
TT
49602010-03-10 Tom Tromey <tromey@redhat.com>
4961
4962 * gdbint.texinfo (Symbol Handling): Update.
4963
7c953934
TT
49642010-03-08 Tom Tromey <tromey@redhat.com>
4965
4966 PR cli/9591:
4967 * gdb.texinfo (Mode Options): Mention lack of pagination and
4968 confirmation with --batch.
4969 (Screen Size): Mention --batch.
4970 (Messages/Warnings): Likewise.
4971
f870a310
TT
49722010-03-05 Tom Tromey <tromey@redhat.com>
4973
4974 * gdb.texinfo (Basic Python): Document target_charset and
4975 target_wide_charset.
4976
78e2826b
TT
49772010-03-05 Tom Tromey <tromey@redhat.com>
4978
4979 * gdb.texinfo (Data): Link to pretty-printing.
4980 (Output Formats): Likewise. Correct text.
4981
f5dff777
DJ
49822010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4983
4984 * gdb.texinfo (Types): Describe <struct> and <flags>.
4985
dc00d89f
PM
49862010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4987
4988 * gdb.texinfo (Frames In Python): Add block parameter and
4989 description to read_var text.
4990
5107b149 49912010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 4992 Tom Tromey <tromey@redhat.com>
5107b149
PM
4993
4994 * gdb.texinfo (Types In Python): Describe block argument in
4995 template_argument and gdb.lookup_type.
4996
e03e5e7b
TT
49972010-02-24 Tom Tromey <tromey@redhat.com>
4998
4999 * gdb.texinfo (Cygwin Native): Fix typo.
5000
f3e9a817
PM
50012010-02-24 Phil Muldoon <pmuldoon@redhat.com>
5002
5003 * gdb.texinfo (Frames In Python): Add block, find_sal, function
5004 and select method descriptions.
5005 (Python API): Add Blocks In Python, Symbols in Python and Symbol
5006 Tables in Python to menu.
5007 (Blocks In Python): New node.
5008 (Symbols In Python): New node.
5009 (Symbol Tables in Python): New node.
5010
a79b8f6e
VP
50112010-02-24 Vladimir Prus <vladimir@codesourcery.com>
5012
5013 Multiexec MI
5014
5015 gdb/
5016 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
5017
5018 gdb/doc/
5019 * gdb.texinfo (GDB/MI Command Syntax): Document notification
5020 changes.
5021 (GDB/MI Program Execution): Document current behaviour of
5022 --all and --thread-group.
5023 (GDB/MI Miscellaneous Commands): Document -add-inferior and
5024 -remove-inferior.
5025 * observer.texi (inferior_added, inferior_removed): New
5026 observers.
5027
629d6a47
TT
50282010-02-19 Tom Tromey <tromey@redhat.com>
5029
5030 * gdbint.texinfo (Getting Started): Fix @node.
5031 (Debugging GDB): Likewise.
5032
c09529e5
JB
50332010-02-13 Joel Brobecker <brobecker@adacore.com>
5034
5035 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
5036 documenting the gdb_test_timeout variable.
5037
540aa8e7
MS
50382010-02-12 Jakob Engblom <jakob@virtutech.com>
5039
5040 * gdb.texinfo (MI commands): Added documentation of --reverse
5041 option to a set of MI commands. Restructured documentation of MI
5042 commands --exec-continue to reflect the complexity of reverse
5043 execution.
5044
081dfbf7
PA
50452010-02-12 Pedro Alves <pedro@codesourcery.com>
5046
5047 * gdb.texinfo (Using the Collected Data): Specify that the address
5048 range of `tfind outsize' is exclusive, and that the address range
5049 of `tfind range' is inclusive.
5050 (Tracepoint Packets): Specify that the address range of
5051 `QTFrame:range' is inclusive, and that the address range of
5052 `QTFrame:outside' is exclusive
5053
8e9c5e02
VP
50542010-02-12 Vladimir Prus <vladimir@codesourcery.com>
5055
5056 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
5057
92981e24
TT
50582010-02-10 Tom Tromey <tromey@redhat.com>
5059
5060 * gdb.texinfo (Debugging Output): Document set debug parser and
5061 show debug parser.
5062
075b51b7
L
50632010-02-09 H.J. Lu <hongjiu.lu@intel.com>
5064
5065 * gdb.texinfo (Predefined Target Types): Add i387_ext,
5066 i386_eflags and i386_mxcsr.
5067
3bb8d5c3
L
50682010-02-08 H.J. Lu <hongjiu.lu@intel.com>
5069
5070 * gdb.texinfo: Document i386 target features.
5071
c5f80513
DE
50722010-02-05 Doug Evans <dje@google.com>
5073
5074 * gdbint.texinfo (Testsuite): Add a new section to document the
5075 various DejaGnu variables that may be overridden.
1be00882 5076 Document INTERNAL_GDBFLAGS.
c5f80513 5077
6ac33a4e
TT
50782010-02-04 Tom Tromey <tromey@redhat.com>
5079
5080 PR cli/8830:
5081 * gdb.texinfo (Files): -readnow comes before the filename for file
5082 and symbol-file.
5083
a1dcb23a
DJ
50842010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5085
5086 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
5087 Document ARM breakpoint types.
5088 (Register Packet Format): Move into the new section.
5089 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
5090
95433b34
JB
50912010-01-21 Joel Brobecker <brobecker@adacore.com>
5092
5093 * gdb.texinfo (File Options): Adjust the documentation of this
5094 switch to refer to the "source" command rather than partially
5095 duplicating some of the relevant information.
5096 (Extending GDB): Introduce and document the set/show script-extension
5097 setting.
5098 (Command Files): Add note explaining that the "source" command
5099 is also used to evalute scripts written in other languages.
5100 Remove the short slightly incorrect reference to sourcing Python
5101 scripts.
5102 (Python Commands): Document how to execute a Python script from GDB.
5103
8d576872
JB
51042010-01-19 Joel Brobecker <brobecker@adacore.com>
5105
5106 * gdb.texinfo (Command Files): Fix typo.
5107
8150ff9c
JB
51082010-01-18 Tom Tromey <tromey@redhat.com>
5109
5110 * gdb.texinfo (File Options): Document -x on .py files.
5111 (Command Files): Document handling of Python scripts.
5112
23db03a6
JZ
51132010-01-18 Jie Zhang <jie.zhang@analog.com>
5114
5115 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
5116
00bf0b85
SS
51172010-01-15 Stan Shebs <stan@codesourcery.com>
5118
5119 * gdb.texinfo (Trace Files): New section.
5120 (Tracepoint Packets): Document QTSave and qTBuffer.
5121 (Trace File Format): New appendix.
5122
be759fcf
PM
51232010-01-13 Phil Muldoon <pmuldoon@redhat.com>
5124
5125 * gdb.texinfo (Values From Inferior): Document lazy_string value
5126 method.
5127 (Python API): Add Lazy strings menu item.
5128 (Lazy Strings In Python): New node.
5129
dc146f7c
VP
51302010-01-13 Vladimir Prus <vladimir@codesourcery.com>
5131
5132 * gdb.texinfo (GDB/MI Thread Information): New.
5133 (GDB/MI Async Records): Document the core field in *stopped.
5134 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
5135 documentation
5136 (Process list): Document that osdata document may contain
5137 threads.
5138 (Remote Serial Protocol): Document qXfer:threads.
5139
d5551862
SS
51402010-01-06 Stan Shebs <stan@codesourcery.com>
5141
5142 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
5143 disconnected tracing.
5144 (Tracepoint Packets): Document new protocol.
5145
7a697b8d
SS
51462010-01-05 Stan Shebs <stan@codesourcery.com>
5147
5148 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
5149 tracepoints.
5150 (Tracepoint Packets): Describe remote protocol for fast
5151 tracepoints.
5152
e6f3ec50
JB
51532010-01-01 Joel Brobecker <brobecker@adacore.com>
5154
5155 Update the "Start of New Year Procedure".
5156 * gdbint.texinfo: Add the list of files that need to be updated
5157 manually. Minor reformatting.
5158
ddc4e9c1
JB
51592010-01-01 Joel Brobecker <brobecker@adacore.com>
5160
5161 * refcard.tex: Update copyright year in header and text.
5162
9d2897ad
JB
51632010-01-01 Joel Brobecker <brobecker@adacore.com>
5164
5165 * agentexpr.texi: Add 2010 to the list of copyright years.
5166 * annotate.texinfo: Likewise.
5167 * gdb.texinfo: Likewise.
5168 * gdbint.texinfo: Likewise.
5169 * observer.texi: Likewise.
5170 * stabs.texinfo: Likewise.
5171
6da95a67
SS
51722009-12-31 Stan Shebs <stan@codesourcery.com>
5173
5174 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 5175
236f1d4d
SS
51762009-12-29 Stan Shebs <stan@codesourcery.com>
5177
5178 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 5179
f61e138d
SS
51802009-12-28 Stan Shebs <stan@codesourcery.com>
5181
5182 * gdb.texinfo (Trace State Variables): New section.
5183 (Tracepoint Packets): Describe trace state variable packets.
5184 * agentexpr.texi (Bytecode Descriptions): Describe trace state
5185 variable bytecodes.
5186
0fe7935b
DJ
51872009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
5188
5189 * gdb.texinfo (Symbols): "info variables" prints definitions, not
5190 declarations.
5191
a6b29f87
VP
51922009-12-21 Vladimir Prus <vladimir@codesourcery.com>
5193
5194 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
5195 -gdb-exit behaviour.
5196
5e4bde96
JB
51972009-12-20 Joel Brobecker <brobecker@adacore.com>
5198
5199 * gpl.texi: Update to version 3 of the GPL.
5200
a1715244
JB
52012009-12-20 Joel Brobecker <brobecker@adacore.com>
5202
5203 * Makefile.in: Update copyright header.
5204 * observer.texi: Fix the copyright header of the generated files.
5205
361ae042
PM
52062009-12-08 Phil Muldoon <pmuldoon@redhat.com>
5207
5208 * gdb.texinfo (Types In Python): Describe range function.
5209
bfd31e71
PM
52102009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
5211
5212 * gdb.texinfo (Types In Python): Describe "is_base_class".
5213
57a1d736
TT
52142009-12-03 Tom Tromey <tromey@redhat.com>
5215
5216 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
5217
8cebebb9
PP
52182009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
5219
5220 * observer.texi: New memory_changed observer.
5221
16af530a
TT
52222009-12-01 Tom Tromey <tromey@redhat.com>
5223
5224 * gdb.texinfo (Reverse Execution): Fix typo.
5225
b6199126
DJ
52262009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
5227
5228 PR gdb/8704
5229
5230 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
5231 are allowed after the breakpoint condition.
5232
7a6973ad
TT
52332009-11-23 Tom Tromey <tromey@redhat.com>
5234
5235 PR python/10782:
5236 * gdb.texinfo (Types In Python): Document Type.pointer.
5237
21a0512e
PP
52382009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
5239
5240 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 5241
a5832c8f
PA
52422009-11-11 Pedro Alves <pedro@codesourcery.com>
5243
5244 * agentexpr.texi (Tracing On Symmetrix): Delete section.
5245 (Using Agent Expressions): Delete cross reference.
5246
1eb7cd77
JB
52472009-11-07 Joel Brobecker <brobecker@adacore.com>
5248
5249 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
5250 and @settitle directives up to help makeinfo find them.
5251
24ddea62
JK
52522009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5253
5254 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
5255 (Auto-loading): Use plural and note one can use multiple components now.
5256
3afae151
VP
52572009-11-01 Vladimir Prus <vladimir@codesourcery.com>
5258
5259 * gdb.texinfo (GDB/MI Stack Manipulation): Make
5260 -stack-list-arguments have the same documentation for parameter
5261 as -stack-list-locals. Add comas.
5262
14ff2235
PM
52632009-10-27 Tom Tromey <tromey@redhat.com>
5264 Eli Zaretskii <eliz@gnu.org>
5265
c8d5aac9 5266 PR python/10781
14ff2235
PM
5267
5268 * gdb.texinfo (Values From Inferior): Document cast method.
5269
9c419145
PP
52702009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
5271
5272 * gdb.texinfo (Machine Code): Mention function name in disasssembly
5273 and adjust example.
889bf7c5 5274
29153c24
MS
52752009-10-22 Michael Snyder <msnyder@vmware.com>
5276
5277 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 5278 info record command. Also document the new save and restore
29153c24
MS
5279 commands.
5280
2b28d209
PP
52812009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
5282
5283 * gdb.texinfo (Machine Code): Mention current pc marker.
5284 (Memory): Likewise.
5285
6c95b8df
PA
52862009-10-19 Pedro Alves <pedro@codesourcery.com>
5287 Stan Shebs <stan@codesourcery.com>
5288
5289 * observer.texi (new_inferior): Rename to...
5290 (inferior_appeared): ... this.
5291
5292 * gdb.texinfo (Inferiors): Rename node to ...
5293 (Inferiors and Programs): ... this. Mention running multiple
5294 programs in the same debug session.
5295 <info inferiors>: Mention the new 'Executable' column if "info
5296 inferiors". Update examples. Document the "add-inferior",
5297 "clone-inferior", "remove-inferior" and "maint info
5298 program-spaces" commands.
5299 (Process): Rename node to...
5300 (Forks): ... this. Document "set|show follow-exec-mode".
5301
2f8132f3
MS
53022009-10-11 Michael Snyder <msnyder@vmware.com>
5303
5304 * gdb.texinfo (ReverseStep): Show default as "unsupported".
5305 (ReverseContinue): Ditto.
5306
cba4b2d3
PP
53072009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
5308
5309 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 5310
da082f17
JK
53112009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5312
5313 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
5314
08be9d71
ME
53152009-10-06 Michael Eager <eager@eagercon.com>
5316
5317 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
5318 (Embedded Processors): Add MicroBlaze.
5319 (MicroBlaze): New. Describe Xilinx MicroBlaze
5320
08a0efd0
PA
53212009-10-04 Pedro Alves <pedro@codesourcery.com>
5322
5323 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
5324
cbb8f428
EZ
53252009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
5326
5327 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
5328
30a4a70c
JB
53292009-09-23 Joel Brobecker <brobecker@adacore.com>
5330
5331 * observer.texi (solib_unloaded): Document explicitly the fact that
5332 this observer is called before the associated symbols are unloaded.
5333
b3372f91
VP
53342009-09-19 Vladimir Prus <vladimir@codesourcery.com>
5335
5336 * gdb.texinfo (GDB/MI Stack Manipulation): Document
5337 -stack-list-variables.
5338
f43030c4
TT
53392009-09-18 Tom Tromey <tromey@redhat.com>
5340
5341 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
5342 is experimental.
5343
ec7e75e7
PP
53442009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5345
5346 * gdb.texinfo (convenince variables): Mention
5347 $_siginfo could be empty.
f43030c4 5348
0cc7d26f
TT
53492009-09-15 Tom Tromey <tromey@redhat.com>
5350
5351 * gdb.texinfo (GDB/MI Variable Objects): Document
5352 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
5353 Expand -var-update documentation.
5354
a96d9b2e
SDJ
53552009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5356
5357 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
5358 feature.
5359
005ca36a
JB
53602009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
5361
5362 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
5363
0d772ac9
MS
53642009-09-10 Michael Snyder <msnyder@vmware.com>
5365
5366 * gdb.texinfo (qSupported): Mention new ReverseContinue and
5367 ReverseStep replies to the qSupported query.
5368
14fb1bac
JB
53692009-09-10 Joel Brobecker <brobecker@adacore.com>
5370
5371 Add documentation for set/show interactive-mode.
5372 * gdb.texinfo (Other Misc Settings): New node.
5373
29b090c0
DE
53742009-09-01 Doug Evans <dje@google.com>
5375
5376 * gdb.texinfo (Caching Data of Remote Targets): Add note on
5377 non-stop mode's affect on remote caching.
5378
4e5d721f
DE
53792009-08-31 Jacob Potter <jdpotter@google.com>
5380 Doug Evans <dje@google.com>
5381
5382 * gdb.texinfo (Caching Data of Remote Targets): Update text.
5383 Mark `set/show remotecache' options as obsolete.
5384 Document new `set/show stack-cache' option.
5385 Update text for `info dcache'.
5386
55333a84
DE
53872009-08-27 Doug Evans <dje@google.com>
5388
5389 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
5390 (Files): Add note on new optional regex arg to `info sharedlibrary'.
5391
bc3a0b4d
RW
53922009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5393
5394 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
5395 about autoconf.
5396
3a1ff0b6
PA
53972009-08-25 Pedro Alves <pedro@codesourcery.com>
5398
5399 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
5400 small example, and describe its columns. Replace "inferior-id" by
5401 "infno" throughout.
5402
81ecdfbb
RW
54032009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5404
af542c2e
RW
5405 * gdbint.texinfo (Releasing GDB): Point to
5406 README-maintainer-mode file for required autoconf version.
5407 * configure.ac: Do not substitute datarootdir, htmldir,
5408 pdfdir, docdir. Do not process --with-datarootdir,
5409 --with-htmldir, --with-pdfdir, --with-docdir.
5410 * configure: Regenerate.
5411
81ecdfbb
RW
5412 * configure: Regenerate.
5413
4efc6507
DE
54142009-08-20 Reid Kleckner <reid@kleckner.net>
5415
5416 * gdb.texinfo: Add chapter on JIT interface.
5417
43089a6e
NR
54182009-08-07 Nick Roberts <nickrob@snap.net.nz>
5419
5420 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 5421 confirmation request.
43089a6e 5422
99e008fe
EZ
54232009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
5424
c8d5aac9
L
5425 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
5426 CRC definitions.
99e008fe 5427
48cb2d85
VP
54282009-08-03 Vladimir Prus <vladimir@codesourcery.com>
5429
5430 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 5431 -break-commands.
48cb2d85 5432
ff1a52c6
UW
54332009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5434
5435 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5436 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
5437
3285f3fe
UW
54382009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5439
5440 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5441 "set spu stop-on-load" and "show spu stop-on-load" commands.
5442
e35359c5
UW
54432009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5444
5445 * gdb.texinfo (Target Descriptions): Document <compatible> element.
5446
58d6951d
DJ
54472009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5448
5449 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
5450 org.gnu.gdb.arm.neon.
5451
08d16641
PA
54522009-07-20 Pedro Alves <pedro@codesourcery.com>
5453
5454 * gdb.texinfo (Target Description Format): Mention the new <osabi>
5455 optional element.
5456 (subsection OS ABI): New subsection.
5457
782b2b07
SS
54582009-07-14 Stan Shebs <stan@codesourcery.com>
5459
5460 * gdb.texinfo (Tracepoint Conditions): New section.
5461 (General Query Packets): Describe ConditionalTracepoints.
5462 (Tracepoint Packets): Describe condition field.
5463 (Maintenance Commands): Describe maint agent-eval.
5464 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
5465
9b117ef3
HZ
54662009-07-11 Hui Zhu <teawater@gmail.com>
5467
5468 * gdb.texinfo (disassemble): Add a new modifier /r
5469 to "disassemble" command to make it print the raw instructions
5470 in hex as well as in symbolic form.
5471
f5a33284
TT
54722009-07-09 Tom Tromey <tromey@redhat.com>
5473
5474 * gdbint.texinfo (Testsuite): Document parallel make check.
5475
812f7342
TT
54762009-07-09 Tom Tromey <tromey@redhat.com>
5477
5478 * gdbint.texinfo (Testsuite): Document test transcripts.
5479
fbb8f299
PM
54802009-07-10 Phil Muldoon <pmuldoon@redhat.com>
5481
5482 * gdb.texinfo (Values From Inferior): Add length parameter
5483 description.
5484
dd8f35ac
EZ
54852009-07-04 Chris Genly <chris@genly.us>
5486
5487 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
5488 in -var-list-children. Fix example according to what the code
5489 does.
5490
2277426b
PA
54912009-07-02 Pedro Alves <pedro@codesourcery.com>
5492
5493 * gdb.texinfo (Debugging multiple inferiors): Document the
5494 "inferior", "detach inferior" and "kill inferior" commands.
5495 (Debugging Programs with Multiple Processes): Adjust to mention
5496 generic "inferior" commands. Delete mention of "detach fork" and
5497 "delete fork". Cross reference to "Debugging multiple inferiors"
5498 section.
5499
a6d9a66e
UW
55002009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5501
5af949e3
UW
5502 * gdbint.texinfo (Item Output Functions): Update signature
5503 for ui_out_field_core_addr.
5504
55052009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5506
5507 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
5508 Update example code extrated from breakpoint.c.
5509
9901a55b 55102009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 5511
9901a55b
PP
5512 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
5513 MI commands.
5514 (GDB/MI Symbol Query): Likewise.
5515 (GDB/MI File Commands): Likewise.
5516 (GDB/MI File Transfer Commands): Likewise.
5517 (GDB/MI Target Manipulation): Likewise.
5518 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 5519
edb3359d
DJ
55202009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
5521
5522 * gdb.texinfo (Debugging Optimized Code): New chapter.
5523 (Compiling for Debugging): Reference it. Move some
5524 text to the new section.
5525
7cd1089b
PM
55262009-06-15 Phil Muldoon <pmuldoon@redhat.com>
5527
5528 * doc/gdb.texinfo (Calling): Document
5529 set-unwind-on-terminating-exception usage.
5530
d4db2f36
PA
55312009-06-11 Pedro Alves <pedro@codesourcery.com>
5532
5533 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
5534 command.
5535
d1a7880c
PA
55362009-06-07 Pedro Alves <pedro@codesourcery.com>
5537
5538 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5539 references.
5540
473f94e6
UW
55412009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
5542
5543 * gdbint.texinfo: Rename formal parameters to gdbarch function
5544 protoypes from "current_gdbarch" to "gdbarch".
5545
8f500870
TT
55462009-05-28 Tom Tromey <tromey@redhat.com>
5547
5548 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5549
b6313243
TT
55502009-05-27 Tom Tromey <tromey@redhat.com>
5551
5552 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5553 feature.
5554 (GDB/MI Variable Objects): Document -var-set-visualizer.
5555
55562009-04-02 Tom Tromey <tromey@redhat.com>
5557
5558 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5559 feature.
5560 (GDB/MI Variable Objects): Document -var-set-visualizer.
5561
a6bac58e
TT
55622009-05-27 Tom Tromey <tromey@redhat.com>
5563 Thiago Jung Bauermann <bauerman@br.ibm.com>
5564 Phil Muldoon <pmuldoon@redhat.com>
5565
5566 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5567 (Pretty Printing): New node.
5568 (Selecting Pretty-Printers): Likewise.
5569 (Python API): Update.
5570 (Output Formats): Document /r format.
5571
2c74e833
TT
55722009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
5573 Tom Tromey <tromey@redhat.com>
5574
5575 * gdb.texinfo (Types In Python): New node.
5576 (Values From Inferior): "type" is now an attribute.
5577 (Python API): Update.
5578
89c73ade
TT
55792009-05-27 Tom Tromey <tromey@redhat.com>
5580 Thiago Jung Bauermann <bauerman@br.ibm.com>
5581 Phil Muldoon <pmuldoon@redhat.com>
5582
5583 * gdb.texinfo: Add @syncodeindex for `tp'.
5584 (Python API): Update.
5585 (Auto-loading): New node.
5586 (Objfiles In Python): New node.
5587
17a37d48
PP
55882009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
5589
5590 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 5591
6718376f
NR
55922009-05-15 Nick Roberts <nickrob@snap.net.nz>
5593
5594 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5595
cbe54154
PA
55962009-05-12 Pedro Alves <pedro@codesourcery.com>
5597
5598 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
5599 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5600 show show-debug-regs' docs.
5601
8e05493c
EZ
56022009-05-08 Eli Zaretskii <eliz@gnu.org>
5603
5604 * gdb.texinfo (Process Record and Replay): Add description of
5605 reverse execution.
5606
b39f4988
JB
56072009-05-07 Joel Brobecker <brobecker@adacore.com>
5608
5609 * gdbint.texinfo (Adding support for debugging core files): New node.
5610 (Native Debugging): Remove the ``Native core file Support'' section.
5611
a2311334
EZ
56122009-05-01 Eli Zaretskii <eliz@gnu.org>
5613
5614 * gdb.texinfo (Process Record and Replay): Improve and clarify.
5615 Add index entries.
5616
53cc454a 56172009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 5618 Michael Snyder <msnyder@vmware.com>
53cc454a 5619
a2311334
EZ
5620 * gdb.texinfo: (Process Record and Replay): Add documentation for
5621 process record and replay.
53cc454a 5622
484086b7
JK
56232009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5624
5625 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
5626 a new part on command-line defined macros.
5627
32ae1842
EZ
56282009-04-25 Eli Zaretskii <eliz@gnu.org>
5629
5630 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5631 clarify the wording.
5632
b14b1491
TT
56332009-04-23 Tom Tromey <tromey@redhat.com>
5634
5635 * gdb.texinfo (Data Files): New node.
5636 (GDB Files): Update menu.
5637
5c1e86e1
JB
56382009-04-23 Joel Brobecker <brobecker@adacore.com>
5639
5640 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 5641 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 5642
83eba9b7
VP
56432009-04-22 Vladimir Prus <vladimir@codesourcery.com>
5644
5645 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5646
e31198c4
HZ
56472009-04-22 Hui Zhu <teawater@gmail.com>
5648
5649 * gdb.texinfo (disassemble-next-line): Set the default of
5650 disassemble-next-line to off.
5651
26e251b6
JM
56522009-04-21 Joseph Myers <joseph@codesourcery.com>
5653
5654 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5655 --with-htmldir): New.
5656 * configure: Regenerate.
5657 * Makefile.in (datarootdir, docdir): Define.
5658 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5659 instead of $(SET_TEXINPUTS).
5660 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5661 gdbint.info instead of $(SET_TEXINPUTS).
5662 (gdbint/index.html): Use same -I options as for building
5663 gdbint.info.
5664 (stabs.dvi, stabs.pdf): Use same -I options as for building
5665 stabs.info instead of $(SET_TEXINPUTS).
5666 (stabs/index.html): Use same -I options as for building
5667 stabs.info.
5668 (annotate.dvi, annotate.pdf): Use same -I options as for building
5669 annotate.info instead of $(SET_TEXINPUTS).
5670 (annotate/index.html): Use same -I options as for building
5671 annotate.info.
5672
eac35c4e
DD
56732009-04-21 David Daney <ddaney@caviumnetworks.com>
5674
5675 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5676
29b0e8a2
JM
56772009-04-21 Joseph Myers <joseph@codesourcery.com>
5678
5679 * gdb.texinfo (Source Path): Document --with-relocated-sources.
5680
2b831889 56812009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 5682 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
5683
5684 * Makefile.in (MAKEHTML): Set to makeinfo --html.
5685 (MAKEHTMLFLAGS): Set to empty.
5686 (html__strip_dir): Define.
5687 (HTMLFILES): Define.
5688 (HTMLFILES_INSTALL): Define.
5689 (install-html): Copy new automake rule.
5690 (html): Depend on $(HTMLFILES).
5691 (gdb_toc.html): Rename to gdb/index.html.
5692 (gdbint_toc.html): Rename to gdbint/index.html.
5693 (stabs_toc.html): Rename to stabs/index.html.
5694 (annotate_toc.html): Rename to annotate/index.html.
5695
89a34d1b
JM
56962009-04-17 Carlos O'Donell <carlos@codesourcery.com>
5697
5698 * Makefile.in: Set pdfdir and htmldir from configure
5699 substitutions.
5700 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5701 * configure: Regenerate.
5702
a2d5da46
JB
57032009-04-16 Joel Brobecker <brobecker@adacore.com>
5704
5705 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5706 This macro is no longer used.
5707
732f6a93
TT
57082009-04-15 Tom Tromey <tromey@redhat.com>
5709
5710 * gdb.texinfo (Character Sets): Document default character set.
5711
87f9adc1
PM
57122009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
5713
5714 * gdbint.texinfo: Change server name from sources.redhat.com to
5715 sourceware.org throughout.
5716
2c88c651
JB
57172009-04-09 Joel Brobecker <brobecker@adacore.com>
5718
5719 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5720 about a missing dot or coma after @xref.
5721
4f5376b2
JB
57222009-04-02 Joel Brobecker <brobecker@adacore.com>
5723
5724 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5725 example, and add a small explanation about it.
5726 (Print Settings): Change the documentation of the "set print
5727 frame-arguments" to reflect the fact that the default is now "scalars".
5728
a0381d3a
JB
57292009-04-02 Joel Brobecker <brobecker@adacore.com>
5730
5731 * gdb.texinfo (Print Settings): Add kindex for command "set
5732 print frame-arguments".
5733
45ac276d
JB
57342009-03-31 Joel Brobecker <brobecker@adacore.com>
5735
5736 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5737 breakpoints.
5738 (Set Breaks): Add reference to thread-specific and task-specific
5739 breakpoints.
5740
32cd1edc
JB
57412009-03-31 Joel Brobecker <brobecker@adacore.com>
5742
5743 * gdb.texinfo (Ada Tasks): Remove the documentation about
5744 the "Running" state, as this state has been eliminated.
5745 Now all runnable tasks are shown as "Runnable".
5746
1042e4c0
SS
57472009-03-30 Stan Shebs <stan@codesourcery.com>
5748
5749 * gdb.texinfo (Tracepoints): Describe tracepoints as a
5750 special case of breakpoints.
5751 (Enable and Disable Tracepoints): Mention deprecation.
5752 (Listing Tracepoints): Update description and example.
5753
f8f6f20b
TJB
57542009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5755
5756 * gdb.texinfo (Frames in Python): New node.
5757 (Python API): Update.
5758
c0c6f777
TJB
57592009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
5760
5761 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5762 from a method to an attribute.
5763
def2b000
TJB
57642009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
5765
5766 * gdb.texinfo (Values From Inferior): Document is_optimized_out
5767 attribute.
5768
a07daef3
PA
57692009-03-25 Pedro Alves <pedro@codesourcery.com>
5770
5771 * observer.texi (thread_exit): Add "silent" parameter.
5772
f3b1572e
PA
57732009-03-22 Pedro Alves <pedro@codesourcery.com>
5774
5775 * observer.texi (about_to_proceed): New.
5776
587afa38
EZ
57772009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
5778
5779 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5780 field throughout to handle types with spaces in them. Fix typos
5781 found by aspell.
5782 (Summary, Requirements, Contributors): New first chapter,
5783 "Summary" added, old Requirements section moved there, and new
5784 section, "Contributors" added.
5785 (Initializing a New Architecture, Register Representation)
5786 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5787 (Porting gdb): These sections extended and updated.
5788 (Compiler Characteristics): This section (empty) deleted.
5789 (Defining Other Architecture Features): This section renamed and
5790 duplicate material removed from (formerly "Target Conditionals").
5791 Use braces {} in @deftypeXX type field throughout to handle types
5792 with spaces in them. Typos found by aspell fixed.
5793
5794 * stack_frame.svg: New file, source of image for gdbint.texinfo.
5795 * stack_frame.pdf: Version of image for PDF output.
5796 * stack_frame.png: Version of image for HTML output and for Emacs.
5797 * stack_frame.txt: Version of image for Info output.
1db61298 5798 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 5799
10af6951
EZ
58002009-03-21 Eli Zaretskii <eliz@gnu.org>
5801
5802 * gdb.texinfo (Character Sets): Fix last change.
5803
cc924cad
TJB
58042009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
5805
5806 * gdb.texinfo (Values From Inferior): Fix optional arguments
5807 markup.
5808 (Commands In Python): Adjust argument names of gdb.Command.__init__
5809 to what the function accepts as keywords.
5810
bc3b79fd
TJB
58112008-03-20 Tom Tromey <tromey@redhat.com>
5812
5813 * gdb.texinfo (Convenience Vars): Document convenience functions.
5814 (Functions In Python): New node.
5815 (Python API): Update.
5816
6c7a06a3
TT
58172009-03-20 Tom Tromey <tromey@redhat.com>
5818
5819 * gdb.texinfo (Character Sets): Remove obsolete text. Document
5820 set target-wide-charset.
5821 (Requirements): Mention iconv.
5822
b646ddd4
HZ
58232009-03-17 Hui Zhu <teawater@gmail.com>
5824
5825 * gdb.texinfo: Change the introduce of "disassemble-next-line".
5826
91440f57
HZ
58272009-03-17 Hui Zhu <teawater@gmail.com>
5828
5829 * gdb.texinfo: Add documentation for disassemble-next-line.
5830
8fd41227
TJB
58312009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5832
5833 * gdb.texinfo (Commands In Python): Remove tindex entries.
5834
61ff14c6
JK
58352009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5836
5837 * gdb.texinfo (Returning): New description for missing debug info.
5838
0b16c5cf
PA
58392009-03-14 Pedro Alves <pedro@codesourcery.com>
5840
5841 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 5842 (General Query Packets): Document qAttached.
0b16c5cf 5843
32fc0df9
PA
58442009-03-05 Pedro Alves <pedro@codesourcery.com>
5845
5846 * gdb.texinfo (Background Execution): Better describe the set
5847 target-async command.
5848 (Maintenance Commands): Delete description of the `maint set/show
5849 linux-async' and `maint set/show remote-async' commands.
5850
134eb42c
VP
58512009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5852
5853 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5854 between sentences.
5855
c86cf029
VP
58562009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5857
5858 * gdb.texinfo (GDB/MI Async Records): Document the
5859 =library-loaded and =library-unloaded notifications.
5860
3ea85240
VP
58612009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5862
5863 * observer.texi (test_notification): New observer.
5864
1d33d6ba
VP
58652009-02-14 Vladimir Prus <vladimir@codesourcery.com>
5866
61ff14c6
JK
5867 * observer.texi: Add parameter 'print_frame' to normal_stop
5868 observer.
1d33d6ba 5869
d721c933
EZ
58702009-02-07 Eli Zaretskii <eliz@gnu.org>
5871
5872 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5873 (Commands In Python): Fix COMMAND_* constants in last change. Use
5874 @kbd for interactive input. Add cross-references and index
5875 entries.
5876
4aa995e1
PA
58772009-02-06 Pedro Alves <pedro@codesourcery.com>
5878
5879 * gdb.texinfo (Signals): Document $_siginfo.
5880 (Convenience Variables): Mention $_siginfo.
5881 (Remote Configuration): Document qXfer:siginfo:read,
5882 qXfer:siginfo:write packets, and the read-siginfo-object,
5883 write-siginfo-object commands.
5884
5f5233d4
PA
58852009-02-06 Pedro Alves <pedro@codesourcery.com>
5886
5887 * gdbint.texinfo (Values): New chapter.
5888
d8906c6f
TJB
58892009-02-06 Tom Tromey <tromey@redhat.com>
5890
5891 * gdb.texinfo (Python API): Add entry for Commands In Python.
5892 (Commands In Python): New node.
5893
b6cb8e7d
TJB
58942009-02-05 Tom Tromey <tromey@redhat.com>
5895
5896 * gdb.texinfo (Values From Inferior): Document Value.string.
5897
12453b93
TJB
58982009-02-05 Tom Tromey <tromey@redhat.com>
5899
5900 * gdb.texinfo (Basic Python): Document execute's from_tty
5901 argument.
5902
08c637de
TJB
59032009-02-04 Tom Tromey <tromey@redhat.com>
5904
5905 * gdb.texinfo (Basic Python): Document gdb.history.
5906
592375cd
VP
59072009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5908
5909 * gdb.texinfo (GDB/MI Thread Commands): Document the
5910 'current-thread-id' field. Remove the example with zero threads,
5911 since current GDB won't ever report that if there's inferior.
5912
41447f92
VP
59132009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5914
5915 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5916 option to -break-insert.
5917
098b41a6
JG
59182009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5919 Jerome Guitton <guitton@adacore.com>
5920
5921 * gdb.texinfo (Startup): Document --with-system-gdbinit.
5922 (System-wide configuration): New section.
5923
3c16cced
PA
59242009-01-26 Pedro Alves <pedro@codesourcery.com>
5925
5926 PR gdb/7580:
5927 * gdb.texinfo (Maintenance Commands): Document "maint set|show
5928 internal-error|internal-warning quit|corefile ask|yes|no".
5929
62709adf
PA
59302009-01-26 Pedro Alves <pedro@codesourcery.com>
5931
5932 * gdb.texinfo (Using the `gdbserver' Program): Document
5933 --remote-debug.
5934
7ce58dd2
DE
59352009-01-23 Doug Evans <dje@google.com>
5936
5937 * gdb.texinfo: Add nexti to list of commands that support
5938 background execution.
5939
adb483fe
DJ
59402009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
5941
5942 * gdb.texinfo (Define, Hooks): Document prefix command support.
5943
a67ec3f4 59442009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 5945 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
5946
5947 Fixes for makeinfo --html.
5948
5949 * annotate.texinfo: Use @copying and @insertcopying. Use
5950 @ifnottex in place of @ifinfo.
5951 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
5952 place of @ifinfo. Use @ifnotinfo for one index entry.
5953 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
5954 in place of @ifinfo.
5955 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
5956 in place of @ifinfo. Include contents at start unconditionally.
5957
84fcdf95
PA
59582009-01-13 Pedro Alves <pedro@codesourcery.com>
5959
5960 * gdb.texinfo (General Query Packets): Remove @var{} around the
5961 "spu" literal string.
5962
fa3a767f
PA
59632009-01-07 Pedro Alves <pedro@codesourcery.com>
5964
5965 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
5966 program may be running in another process" errors.
5967 * gdbint.texinfo (Native Conditionals): Delete
5968 ONE_PROCESS_WRITETEXT description.
5969
9cb011d3
JB
59702009-01-07 Joel Brobecker <brobecker@adacore.com>
5971
5972 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
5973 emacs local variable to be placed at the end of the ChangeLog.
5974 Add server.c and gdbreplay.c to the list of files where the
5975 copyright year needs to be updated.
5976
84603566
SL
59772009-01-06 Sandra Loosemore <sandra@codesourcery.com>
5978
5979 * gdb.texinfo (Remote Configuration): Document new
5980 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
5981 commands.
5982
a53f55d8
PA
59832008-12-28 Pedro Alves <pedro@codesourcery.com>
5984
5985 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
5986 FETCH_INFERIOR_REGISTERS.
5987 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
5988 FETCH_INFERIOR_REGISTERS descriptions. Remove
5989 gdbarch_get_longjmp_target descrition, since already described in
5990 Target Conditionals. Move gdbarch_fp0_regnum description to ...
5991 (Target Conditionals): ... here.
5992
077e0a52
JB
59932008-12-16 Joel Brobecker <brobecker@adacore.com>
5994
5995 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
5996 examples.
5997 (Additions to Ada): Likewise. Add the missing opening and closing
5998 parenthesis of the GDB prompt in one of the examples.
5999
023eb17c
JB
60002008-12-14 Joel Brobecker <brobecker@adacore.com>
6001
6002 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
6003 about the result of 'Address not being of type System.Address.
6004 This problem has been fixed a while ago.
6005
c3b108f7
VP
60062008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6007
6008 MI non-stop and multiprocess docs.
6009
c8d5aac9
L
6010 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
6011 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
6012 Adjust documentation for *stopped, document =thread-created,
6013 =thread-exited, =thread-group-created and =thread-group-exited.
6014 (GDB/MI Thread Commands): Document the 'state' field in
6015 -thread-info output.
6016 (GDB/MI Program Execution): Mention --all and --thread-group
6017 options.
6018 (GDB/MI Variable Objects): Describe floating and fixed variable
6019 objects.
6020 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 6021
07e059b5
VP
60222008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6023
c8d5aac9
L
6024 * gdb.texinfo (Operating System Information): New appendix.
6025 (Operating System Auxiliary Information): Document 'info os processes'
6026 (Remote Configuration): Document 'osdata'
6027 (General Query Packets): Document qXfer:osdata:read.
07e059b5 6028
a80b95ba
TG
60292008-11-27 Tristan Gingold <gingold@adacore.com>
6030
6031 * gdb.texinfo (Darwin): Document Darwin specific features.
6032
a655d424
JK
60332008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6034
6035 * gdbint.texinfo (Target Conditionals): Extend the
6036 gdbarch_breakpoint_from_pc description.
6037
249e1128
VP
60382008-11-22 Vladimir Prus <vladimir@codesourcery.com>
6039
6040 * gdb.texinfo (M68K Features): Fix typo.
6041
c14c28ba
PP
60422008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6043
6044 * gdb.texinfo (Symbols): Mention printing containing
6045 image name in "info symbol".
6046 (Maint translate-address): Likewise.
889bf7c5 6047
394a6666
JB
60482008-11-18 Joel Brobecker <brobecker@adacore.com>
6049
6050 * gdb.texinfo (Set Catchpoints): Remove the documentation of
6051 commands "catch load" and "catch unload".
6052
66bb093b
VP
60532008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6054
6055 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 6056 =thread-selected.
889bf7c5 6057
4a92f99b
VP
60582008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6059
c8d5aac9 6060 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 6061
f0323ca0
PA
60622008-10-27 Pedro Alves <pedro@codesourcery.com>
6063
6064 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
6065 .mt files, TM_CLIBS or TM_CDEPS.
6066 (x86 Watchpoints): Don't mention TDEPFILES.
6067
8b23ecc4
SL
60682008-10-24 Sandra Loosemore <sandra@codesourcery.com>
6069
6070 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
6071 (Overview): Mention notifications and non-stop mode behavior.
6072 (Packets): Update documentation of ?, vAttach, vCont, and vRun
6073 with non-stop mode behavior. Add vStopped description.
6074 (Stop Reply Packets): Update list of packets that return
6075 stop replies. Mention non-stop behavior.
6076 (General Query Packets): Document QNonStop packet and associated
6077 qSupported query response.
6078 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
6079 behavior.
6080 (Notification Packets): New section.
6081 (Remote Non-Stop): New section.
6082 (File-I/O Overview): Mention non-stop behavior.
6083
fff08868
HZ
60842008-10-24 Hui Zhu <teawater@gmail.com>
6085 Pedro Alves <pedro@codesourcery.com>
6086
6087 * gdb.texinfo (displaced-stepping): Describe the auto mode
6088 setting, and say it's the default. This is now a mainstream
6089 setting instead of a maintenance setting.
6090
252fbfc8
PA
60912008-10-23 Pedro Alves <pedro@codesourcery.com>
6092
6093 * observer.texi (thread_stop_requested): New.
6094
20924a55
JB
60952008-10-22 Joel Brobecker <brobecker@adacore.com>
6096
6097 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
6098 (Patching): Replace incorrect usage of @samp by @kbd.
6099
bacec72f
MS
61002008-10-17 Michael Snyder <msnyder@vmware.com>
6101
6102 * gdb.texinfo: Add documentation for reverse execution.
6103
a08702d6 61042008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 6105 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
6106
6107 * gdb.texinfo. (Values From Inferior): New subsubsection.
6108
d97bc12b
DE
61092008-10-06 Doug Evans <dje@google.com>
6110
6111 * gdb.texinfo (set debug dwarf2-die): Document it.
6112
87f67dba
JB
61132008-10-01 Joel Brobecker <brobecker@adacore.com>
6114
6115 * gdb.texinfo (catch) [exception]: Document how to insert
6116 a breakpoint on user-defined exceptions when the exception
6117 name is identical to one of the language-defined ones.
6118
2fae03e8
TT
61192008-09-27 Tom Tromey <tromey@redhat.com>
6120
6121 * gdb.texinfo (Macros): Remove text about stringification,
6122 varargs, and splicing.
6123
5c6ce71d
TT
61242008-09-27 Tom Tromey <tromey@redhat.com>
6125
6126 * gdbint.texinfo (Language Support): Remove text about omitting
6127 support for a language.
6128
07128da0
DE
61292008-09-23 Doug Evans <dje@google.com>
6130
6131 * gdb.texinfo (info dcache): Update.
6132
b90a069a
SL
61332008-09-22 Sandra Loosemore <sandra@codesourcery.com>
6134
6135 * gdb.texinfo (Packets): Add info on thread-id syntax and
6136 multiprocess extensions.
6137 <D>: Document multiprocess form of packet.
6138 <H>: Use thread-id syntax.
6139 <T>: Likewise.
6140 <vCont>: Likewise. Note this is required for multiprocess.
6141 <vKill>: New packet.
6142 (Stop Reply Packets) <T>: Use thread-id syntax.
6143 <W>: Document multiprocess form of reply.
6144 <X>: Likewise.
6145 (General Query Packets) <qC>: Use thread-id syntax.
6146 <qfThreadInfo>: Likewise.
6147 <qGetTLSAddr>: Likewise.
6148 <qP>: Likewise.
6149 <qSupported>: Add "multiprocess" feature.
6150 <qThreadExtraInfo>: Use thread-id syntax.
6151
b77209e0
PA
61522008-09-22 Stan Shebs <stan@codesourcery.com>
6153
6154 * gdb.texinfo (Inferiors): New section.
6155
3d0bb823
PA
61562008-09-12 Pedro Alves <pedro@codesourcery.com>
6157
6158 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
6159
f8dcfc0a
UW
61602008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
6161
6162 * gdbint.texinfo (Target Conditionals): Remove documentation
6163 for gdbarch_name_of_malloc.
6164
8775bb90
MS
61652008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
6166
6167 * gdb.texinfo (Interrupts): Mention TCP interface for
6168 sending BREAK.
6169
f1838a98
UW
61702008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
6171
6172 * gdb.texinfo (Commands to Specify Files): Document "remote:"
6173 argument prefix to "set sysroot".
6174
158c7665
PH
61752008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
6176
6177 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
6178 and False.
6179
30e026bb
VP
61802008-08-20 Vladimir Prus <vladimir@codesourcery.com>
6181
c8d5aac9
L
6182 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
6183 for possible features of -list-features.
30e026bb 6184
c6ebd6cf
VP
61852008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6186
c8d5aac9 6187 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
6188 (GDB/MI Miscellaneous Commands): Document -list-target-features.
6189
aeac0ff9
VP
61902008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6191
6192 * doc/gdb.texinfo (PowerPC): Fix typo.
6193 (PowerPC features): Fix typo.
6194
5231c1fd
PA
61952008-08-18 Pedro Alves <pedro@codesourcery.com>
6196
6197 * observer.texi (thread_ptid_changed): New.
6198
677c5bb1
LM
61992008-08-18 Luis Machado <luisgpm@br.ibm.com>
6200
6201 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
6202 (PowerPC features): Mention feature set for VSX registers.
6203
f3a2dd1a
JB
62042008-08-13 Joel Brobecker <brobecker@adacore.com>
6205
6206 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
6207 the direct visibility of all names in user-written packages.
6208
33e5cbd6
PA
62092008-08-13 Pedro Alves <pedro@codesourcery.com>
6210
6211 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
6212 setting, and make it the default.
6213 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
6214 non-stop script example.
6215
d0384fc4
TJB
62162008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
6217
6218 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
6219 reference to the "Using Different Register and Memory Data
6220 Representation" section.
6221
a6f3e723
SL
62222008-08-12 Sandra Loosemore <sandra@codesourcery.com>
6223
6224 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
6225 (Remote Protocol): Add Packet Acknowledgment to menu.
6226 (Overview): Mention +/- can be disabled, and point to new section
6227 where this is discussed in detail.
6228 (General Query Packets): Document QStartNoAckMode packet, and
6229 corresponding qSupported reply.
6230 (Packet Acknowledgment): New section.
6231
0606b73b
SL
62322008-08-11 Sandra Loosemore <sandra@codesourcery.com>
6233 Pedro Alves <pedro@codesourcery.com>
6234
6235 * gdb.texinfo (Threads): Move paragraph about automatic thread
6236 selection to All-Stop Mode subsection.
6237 (Thread Stops): Reorganize existing material into subsections.
6238 Add introductory blurb and menu.
6239 (Non-Stop Mode): New subsection.
6240 (Background Execution): New subsection.
6241 (Maintenance Commands): Add cross-references from async mode
6242 commands to the new Background Execution section.
6243
d57a3c85
TJB
62442008-08-06 Tom Tromey <tromey@redhat.com>
6245
6246 * gdb.texinfo (Extending GDB): New chapter.
6247 (Sequences): Demoted chapter, now a section under the new
6248 Extending GDB chapter.
6249 (Python): New section.
6250
6d76a53d
SS
62512008-07-31 Stan Shebs <stan@codesourcery.com>
6252
6253 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
6254
1f70da6a
SS
62552008-07-29 Stan Shebs <stan@codesourcery.com>
6256
6257 * gdbint.texinfo: General round of cleanup and minor
6258 clarifications.
6259 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
6260 (Longjmp Support): Update description to reflect how it is done
6261 for targets without using native header.
6262 (Symbol Handling): Add a little more general explanation.
6263 (COFF, ELF): Mention stabs encapsulation.
6264 (DWARF 3): New section.
6265 (Adding a New Host): Scrub out some obsolete bits.
6266 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
6267 (Host Conditionals): Remove descriptions of NO_STD_REGS,
6268 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
6269 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
6270 SEEK_SET, STOP_SIGNAL, USG.
6271 (Raw and Virtual Register Representations): Ditto for
6272 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
6273 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
6274 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
6275 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
6276 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
6277 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
6278 DEPRECATED_REGISTER_VIRTUAL_SIZE,
6279 DEPRECATED_REGISTER_VIRTUAL_TYPE,
6280 DEPRECATED_USE_STRUCT_CONVENTION.
6281 Describe gdbarch_deprecated_fp_regnum.
6282 Update description of gdbarch_print_insn.
6283 (Adding a New Target): Scrub out obsolete bits.
6284 (Obsolete Conditionals): Remove entire section.
6285
383f836e
TT
62862008-07-25 Tom Tromey <tromey@redhat.com>
6287
6288 * observer.texi (GDB Observers): Document new observers:
6289 breakpoint_created, breakpoint_deleted, breakpoint_modified,
6290 tracepoint_created, tracepoint_deleted, tracepoint_modified,
6291 architecture_changed.
6292
cfd8ab24
SS
62932008-07-21 Stan Shebs <stan@codesourcery.com>
6294
6295 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
6296 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
6297
781b42b0
TT
62982008-07-21 Tom Tromey <tromey@redhat.com>
6299
6300 * observer.texi (GDB Observers): Remove obsolete comment.
6301 <executable_changed>: Remove argument.
6302
d7d9f01e
TT
63032008-07-18 Tom Tromey <tromey@redhat.com>
6304
6305 * gdb.texinfo (Macros): Update. Use @code rather than @command.
6306
bf250677
DE
63072008-07-10 Doug Evans <dje@google.com>
6308
6309 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
6310
10568435
JK
63112008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6312
6313 * gdb.texinfo (Starting): Document "set disable-randomization".
6314
5ae4183a
AS
63152008-07-07 Andreas Schwab <schwab@suse.de>
6316
6317 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
6318
b56e7235
VP
63192008-07-06 Vladimir Prus <vladimir@codesourcery.com>
6320
6321 * gdb.texinfo (GDB/MI Target Manipulation): Add
6322 example of -target-attach.
6323
e1ac3328
VP
63242008-06-10 Vladimir Prus <vladimir@codesourcery.com>
6325
6326 * observer.texi (target_resumed): New observer.
5ae4183a 6327 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 6328
65d12d83
TT
63292008-06-06 Tom Tromey <tromey@redhat.com>
6330
6331 * gdb.texinfo (Completion): Add field name example.
6332
fbc5282e
MK
63332008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
6334
6335 * gdb.texinfo (GDB/MI Program Context): Added example
6336 to -exec-arguments
5ae4183a 6337
fbc5282e 63382008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
6339
6340 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
6341 annotation.
6342
c16158bc 63432008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
6344 Nathan Sidwell <nathan@codesourcery.com>
6345 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
6346
6347 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
6348 and ACX_BUGURL.
6349 * configure: Regenerate.
6350 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
6351 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
6352 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
6353 mailing-list-specific text about bug reporting unless
6354 BUGURL_DEFAULT.
6355
75c99385
PA
63562008-06-05 Pedro Alves <pedro@codesourcery.com>
6357
6358 * gdb.texinfo (-target-select): Remove reference to target async.
6359 (Maintenance Commands): Document "maint set/show remote-async".
6360
1763a388
MK
63612008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
6362
6363 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
6364 in -target-file-get section.
5ae4183a 6365
d0d064df
PA
63662008-05-22 Pedro Alves <pedro@codesourcery.com>
6367
9b562ab8
PA
6368 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
6369 killing the inferior when it is already debugging a process.
d0d064df 6370
8dfa32fc
JB
63712008-05-21 Joel Brobecker <brobecker@adacore.com>
6372
6373 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
6374 abbreviation for "finish".
6375
55f996a7
NR
63762008-05-21 Nick Roberts <nickrob@snap.net.nz>
6377
6378 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
6379
ba2b1c56
DJ
63802008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
6381
6382 * gdbint.texinfo (Target Conditionals): Delete entry for
6383 gdbarch_dwarf_reg_to_regnum.
6384
08388c79
DE
63852008-05-09 Doug Evans <dje@google.com>
6386
a3c83fae 6387 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 6388
d14508fe
DE
63892008-05-05 Doug Evans <dje@google.com>
6390
6391 * gdb.texinfo (disassemble): Document /m modifier.
6392
e2b7ddea
VP
63932008-05-05 Vladimir Prus <vladimir@codesourcery.com>
6394
5ae4183a
AS
6395 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
6396 will not report the time of commands that run the target.
e2b7ddea 6397
8eb41542
VP
63982008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6399
6400 * gdb.texinfo (GDB/MI Output Records): Add
6401 missing semicolon.
6402
82f68b1c
VP
64032008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6404
6405 * gdb.texinfo (GDB/MI Output Records):
6406 Document =thread-create and =thread-exited.
6407
fa0f268d
VP
64082008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6409
6410 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 6411 Remove mention of dmi-discuss.
fa0f268d 6412
063bfe2e
VP
64132008-05-03 Pedro Alves <pedro@codesourcery.com>
6414
6415 * observer.texi (thread_exit): New.
6416
237fc4c9
PA
64172008-05-02 Pedro Alves <pedro@codesourcery.com>
6418
6419 * gdb.texinfo (Debugging Output): Document "set/show debug
6420 displaced".
6421 (Maintenance Commands): Document "maint set/show
6422 can-use-displaced-stepping".
6423
0428b8f5
DJ
64242008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
6425
6426 * gdb.texinfo (ARM): Document set/show arm fallback-mode
6427 and set/show arm force-mode.
6428
5009afc5
AS
64292008-05-02 Andreas Schwab <schwab@suse.de>
6430
6431 * gdbint.texinfo (Algorithms): Describe
6432 target_watchpoint_addr_within_range.
6433
669fac23
DJ
64342008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
6435
6436 * gdbint.texinfo (Stack Frames): New chapter.
6437 (Algorithms): Move Frames text to the new chapter.
6438 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
6439 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
6440
721c02de
VP
64412008-04-24 Vladimir Prus <vladimir@codesourcery.com>
6442
5ae4183a
AS
6443 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
6444 output does not necessary include any tokens.
721c02de 6445
c055b101
CV
64462008-04-22 Corinna Vinschen <vinschen@redhat.com>
6447
6448 * gdb.texinfo (Set SH Calling convention): New @item.
6449 (Show SH Calling convention): Ditto.
6450
68837c9d
MD
64512008-04-22 Markus Deuling <deuling@de.ibm.com>
6452
6453 * gdb.texinfo (Fortran Operators): Describe '%' operator.
6454
2e9132cc
EZ
64552008-04-20 Eli Zaretskii <eliz@gnu.org>
6456
6457 * gdb.texinfo (Set Breaks): Mention that multiple location
6458 breakpoints need line number info. Add index entries.
6459
31fffb02
CS
64602008-04-19 Craig Silverstein <csilvers@google.com>
6461
6462 * gdb.texinfo (Requirements): Add an optional requirement on
6463 zlib.
6464 * gdbint.texinfo (Debugging File Formats): Add new subsection for
6465 Compressed DWARF 2.
6466
a47ec5fe
AR
64672008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
6468
6469 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
6470 sample output for 'stopped,reason="breakpoint-hit"' message.
6471 (GDB/MI Program Execution): Likewise.
6472
de051565
MK
64732008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
6474
5ae4183a 6475 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
6476 -var-set-format. Add -f option to -var-evaluate-expression.
6477
6ba66d6a
JB
64782008-04-03 Joel Brobecker <brobecker@adacore.com>
6479
6480 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
6481 new node "Ambiguous Expressions". Replace references to this
6482 node by references to "Ambiguous Expressions" throughout.
6483 (Ambiguous Expressions): New node.
6484
1e26b4f8
DJ
64852008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
6486
6487 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
6488
b84876c2
PA
64892008-03-21 Pedro Alves <pedro@codesourcery.com>
6490
6491 * gdb.texinfo (Debugging Output): Document
6492 "set/show debug lin-lwp-async".
6493 (Maintenance Commands): Document "maint set/show linux-async".
6494
63092375
DJ
64952008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
6496
6497 * gdb.texinfo (Expressions): Update description of malloced arrays.
6498
8e8901c5
VP
64992008-03-15 Vladimir Prus <vladimir@codesourcery.com>
6500
6501 * gdb.texinfo (Thread Commands): Document
6502 -thread-info. Remove -thread-list-all-threads.
6503
1fddbabb
PA
65042008-03-14 Pedro Alves <pedro@codesourcery.com>
6505 Sandra Loosemore <sandra@codesourcery.com>
6506
6507 * gdb.texinfo (Library List Format): Update to mention the
6508 possibility to pass section addresses instead of segment
6509 addresses.
6510
ccd213ac
DJ
65112008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
6512
6513 * gdb.texinfo (Starting): Document "set exec-wrapper".
6514 (Server): Document gdbserver --wrapper.
6515
fa4727a6
DJ
65162008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
6517
6518 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
6519 unreadable memory. Delete obsolete SPARClite reference.
6520
8edfe269
DJ
65212008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6522
6523 * gdb.texinfo (Starting): Mention always-running targets.
6524 (Target Commands): Add an anchor for load.
6525 (Connecting): Explain continue instead of run.
6526
1843f87b
DJ
65272008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6528
6529 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
6530
f9082629
NR
65312008-02-26 Nick Roberts <nickrob@snap.net.nz>
6532
6533 * gdb.texinfo (Set Breaks): Revert description of Enb column of
6534 breakpoint table.
6535
fd96d250
PA
65362008-02-19 Pedro Alves <pedro@codesourcery.com>
6537
6538 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6539 killing the inferior when it is already debugging a process.
6540
36af4ef6
MD
65412008-02-13 Markus Deuling <deuling@de.ibm.com>
6542
6543 * gdbint.texinfo (Build Script): New section. Mention new build script
6544 gdb_buildall.sh.
6545
cda4ce5a
JB
65462008-02-01 Jim Blandy <jimb@red-bean.com>
6547
6548 * gdb.texinfo (Help): Summarize 'info args' correctly.
6549
4acd40f3
TJB
65502008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6551
6552 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6553 available in PowerPC architecture.
6554 (Embedded Processors): Change node name of PowerPC item in menu.
6555 (PowerPC): Rename to...
6556 (PowerPC Embedded): this.
6557 (Architectures): Add new PowerPC item in menu.
6558 (PowerPC): New node.
6559
6e6c6f50
DJ
65602008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6561
6562 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6563 commands.
6564
5ee187d7
DJ
65652008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6566
6567 * gdb.texinfo (Setting Catchpoints): Mention features
6568 supported on GNU/Linux.
6569
e275c0d9
NR
65702008-01-30 Nick Roberts <nickrob@snap.net.nz>
6571
6572 * gdb.texinfo (GDB/MI File Commands): Describe new output
6573 field for MI command -file-list-exec-source-file.
6574
2d717e4f
DJ
65752008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6576
6577 * gdb.texinfo (Using the `gdbserver' Program): Add security
6578 warning. Rearrange into subsections and subsubsections. Document
6579 --multi and --debug. Correct --with-sysroot typo. Update --attach
6580 usage. Make load reference clearer. Document monitor exit.
6581 (Remote Configuration): Document set remote exec-file, attach-packet,
6582 and run-packet.
6583 (Packets): Document vAttach and vRun.
6584
d35a4257 65852008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
6586
6587 * gdb.texinfo (Processes): Mention process command.
889bf7c5 6588 detach-on-follow -> detach-on-fork.
f663676d 6589
c78d192c
DJ
65902008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6591
6592 * gdbint.texinfo (Native Conditionals): Remove
6593 SHELL_COMMAND_CONCAT and SHELL_FILE.
6594
d35a4257
EZ
65952008-01-26 Eli Zaretskii <eliz@gnu.org>
6596
6597 * gdb.texinfo (Specify Location): Improve wording.
6598
93815fbf
VP
65992008-01-23 Chris Demetriou <cgd@google.com>
6600
6601 * gdb.texinfo (Threads): Document new "set print thread-events"
6602 and "show print thread-events" commands.
6603
2a25a5ba
EZ
66042008-01-19 Eli Zaretskii <eliz@gnu.org>
6605
6606 * gdb.texinfo (Specify Location): New section.
6607 (Delete Breaks, Edit, Set Breaks): Remove description of
6608 locations. Instead, add a reference to "Specify Location".
6609 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6610 (Symbols): Refer to "Specify Location" for the valid forms of
6611 linespecs and locations.
6612
32c9a795
MD
66132008-01-18 Markus Deuling <deuling@de.ibm.com>
6614
6615 * gdbint.texinfo (Target Conditionals): Replace the description of
6616 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6617
b17828ca
JB
66182008-01-12 Paul Hilfinger <hilfinger@adacore.com>
6619
6620 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6621 about &&var, which is rejected by the expression parser.
6622
0aea4bf3
LM
66232008-01-09 Luis Machado <luisgpm@br.ibm.com>
6624
6625 * gdb.texinfo (Output): Update documentation on using printf with DFP
6626 types.
6627
febe4383
TJB
66282008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
6629
6630 * gdb.texinfo (C and C++): Add Decimal Floating Point format
6631 subsubsection.
6632 (Decimal Floating Point format): New subsubsection.
6633
7a404eba
PA
66342008-01-05 Pedro Alves <pedro@codesourcery.com>
6635
6636 * gdb.texinfo (File Options): Remove mention of the attempt to
6637 open a core file with the -p option. Don't list -c as a valid
6638 option to attach to a process.
6639
a4d9b460
PA
66402008-01-05 Pedro Alves <pedro@codesourcery.com>
6641
6642 * gdbint.texinfo (Host Conditionals): Remove mention of
6643 ALIGN_STACK_ON_ENTRY.
6644
6ec2edbe
JB
66452008-01-05 Joel Brobecker <brobecker@adacore.com>
6646
6647 * gdbint.texinfo (Start of New Year Procedure): Add item
6648 describing how to update the source and documentation copyright
6649 notices.
6650
d8b2a693
JB
66512007-12-18 Jim Blandy <jimb@codesourcery.com>
6652
ab209b3a 6653 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
6654 watchpoint explanation into the main description of the watchpoint
6655 command; update synopses of 'watch', 'rwatch', and 'awatch'
6656 commands.
6657
8b4ed427
VP
66582007-12-18 Vladimir Prus <vladimir@codesourcery.com>
6659
6660 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6661 Document 'pending-breakpoints' feature of
6662 -list-features.
6663
37e4754d
LM
66642007-12-17 Luis Machado <luisgpm@br.ibm.com>
6665
669fac23 6666 * gdb.texinfo: Add new parameter's description.
37e4754d 6667
1d3811f6
DJ
66682007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
6669
6670 * gdb.texinfo (Overview): Clarify run-length encoding
6671 example. Remove the restriction on "+" and "-" characters.
6672
c1c25a1a
EZ
66732007-12-15 Eli Zaretskii <eliz@gnu.org>
6674
6675 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6676
afe8ab22 66772007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 6678
afe8ab22
VP
6679 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6680 the -f option for -break-insert, remove -r option,
6681 and clarify specification of location.
6682
a6b151f1
DJ
66832007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
6684
6685 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6686 formatting.
6687 (Remote Debugging): Add File Transfer section.
6688 (Remote Configuration): Document Host I/O packets.
6689 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 6690 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
6691 (Packets): Add vFile.
6692
3b784c4f
EZ
66932007-11-17 Eli Zaretskii <eliz@gnu.org>
6694
6695 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6696 breakpoints with multiple locations.
6697 (Breakpoint Menus): Improve wording.
6698 (Output): Fix last change.
6699
a4ce5b0d
UW
67002007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
6701
6702 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6703
1b39d5c0
DE
67042007-11-15 Doug Evans <dje@google.com>
6705
6706 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6707
7a72d44c
VP
67082007-11-15 Vladimir Prus <vladimir@codesourcery.com>
6709
6710 * gdbint.texinfo (Native Conditionals): Remove
6711 mention of CLEAR_SOLIB.
5ae4183a 6712
6d1829bf 67132007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
6714
6715 * gdb.texinfo (Print Settings): Add documentation for "set/show
6716 print frame-arguments".
6717
1a619819
LM
67182007-11-05 Luis Machado <luisgpm@br.ibm.com>
6719
3b784c4f 6720 * gdb.texinfo (Output): Update printf command's description.
1a619819 6721
55eddb0f
DJ
67222007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
6723
6724 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6725 powerpc soft-float".
6726
9cceb671
DJ
67272007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6728
6729 * gdb.texinfo (Files): Correct formatting. Mention Expat
6730 requirement.
6731 (Requirements for Building GDB): Expand the list of Expat
6732 uses.
6733 (Library List Format, Memory Map Format): Mention Expat.
6734 (Target Descriptions): Update Expat wording.
6735
83acabca
DJ
67362007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6737
6738 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6739 Document that gdbarch_convert_register_p should return zero for no-op
6740 conversions.
6741
e35879db
UW
67422007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
6743
83acabca 6744 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
6745 of set_gdbarch_sofun_address_maybe_missing back to ...
6746 (Target Conditionals): ... here to fix build break.
6747
203c3895
UW
67482007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
6749
83acabca 6750 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
6751 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6752 (Compiler Characteristics): ... documentation of
6753 set_gdbarch_sofun_address_maybe_missing.
6754
11411de3
DJ
67552007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6756
6757 * gdbint.texinfo (Target Conditionals): Use
6758 frame_unwind_register_unsigned in examples instead of
6759 frame_unwind_unsigned_register.
6760
7cc46491
DJ
67612007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6762
6763 * gdb.texinfo (Predefined Target Types): Add int128
6764 and uint128.
6765 (Standard Target Features): Add PowerPC features.
6766
81adfced
DJ
67672007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6768
6769 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6770
c1874924
UW
67712007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6772
6773 * gdbint.texi (Target Conditionals): Remove documentation
6774 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6775 gdbarch_extract_return_value, and gdbarch_store_return_value.
6776
f6e56ab3
UW
67772007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6778
6779 * gdbint.texi (Target Conditionals): Remove documentation of
6780 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6781
56cf5405
KH
67822007-10-11 Kazu Hirata <kazu@codesourcery.com>
6783
6784 * gdb.texinfo: Mention that inaccessible-by-default is on by
6785 default.
6786
35156bae
DJ
67872007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
6788
6789 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6790
d983da9c
DJ
67912007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6792
6793 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6794 multi-threaded watchpoints.
6795 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6796 checked. Describe sticky notification. Expand description
6797 of steppable and continuable watchpoints.
6798 (Watchpoints and Threads): New subsection.
6799
fe6fbf8b
VP
68002007-09-28 Vladimir Prus <vladimir@codesourcery.com>
6801
6802 * gdb.texinfo (Setting Breakpoints): Revise
6803 documentation for pending breakpoints. Document
6804 breakpoints with multiple locations.
5ae4183a 6805
084344da
VP
68062007-09-19 Vladimir Prus <vladimir@codesourcery.com>
6807
6808 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6809 Document -list-features.
5ae4183a 6810
82160952
EZ
68112007-09-15 Eli Zaretskii <eliz@gnu.org>
6812
6813 * gdb.texinfo (Output): Spell out which features of C's printf are
6814 not supported by GDB's printf.
7e27a47a
EZ
6815 (Separate Debug Files): More accurate wording regarding build ID
6816 and a reference to the ld manual rather than the Fedora wiki.
82160952 6817
ea37ba09
DJ
68182007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6819 Jim Blandy <jimb@codesourcery.com>
6820
6821 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
6822 (Examining Memory): Update mentions of the 's' format.
6823 (Automatic Display): Likewise.
6824
b8533aec
DJ
68252007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
6826
6827 * gdb.texinfo: Update the FSF's Back-Cover Text.
6828
83f83d7f
JK
68292007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6830 Eli Zaretskii <eliz@gnu.org>
6831
6832 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6833 Fixed the ``build ID'' name. New binaries build instructions for the
6834 build ID inclusion. Explain how the commands are specific to the build
6835 ID vs. debug link.
6836
c7e83d54
EZ
68372007-09-01 Eli Zaretskii <eliz@gnu.org>
6838
6839 * gdb.texinfo (Separate Debug Files): Fix last change. Add
6840 indexing for ``build ID'' support.
6841
d3750b24
JK
68422007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6843
6844 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6845 Enlisted BUILD ID to the debug file searching example.
6846 Included a BUILD ID `.note.gnu.build-id' section description.
6847 Updated/added the debug files splitting instructions for OBJCOPY.
6848
02142340
VP
68492007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6850
6851 * gdb.texinfo (Variable Objects): Adjust docs
6852 for -var-info-expression and document
6853 -var-info-path-expression.
6854
d3bdde98
JB
68552007-08-20 Jim Blandy <jimb@codesourcery.com>
6856
3fb6a982
JB
6857 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6858 (title page): Include the dedication in the printed manual, as a
6859 separate page after the copyright notice.
5ae4183a 6860
d3bdde98
JB
6861 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6862 don't break a @var across a line.
6863
c80a96a8
MR
68642007-07-25 Maciej W. Rozycki <macro@mips.com>
6865
6866 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6867 for include files.
6868
5824a901
NR
68692007-07-12 Nick Roberts <nickrob@snap.net.nz>
6870
6871 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
6872 in annotate.texinfo.
6873 (Command History): Link to new node.
5824a901 6874
d52e7ea3
UW
68752007-07-05 Markus Deuling <deuling@de.ibm.com>
6876
6877 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6878
5fc14d0a
EZ
68792007-07-05 Eli Zaretskii <eliz@gnu.org>
6880
6881 * gdbint.texinfo (Target Conditionals): Fix last change.
6882
4a9bb1df
UW
68832007-07-03 Markus Deuling <deuling@de.ibm.com>
6884
6885 * gdb.texinfo: Replace following macros by their appropriate gdbarch
6886 routines:
6887 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6888 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6889 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6890 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6891 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6892 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6893 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6894 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6895 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6896 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6897 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6898 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6899 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6900 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6901 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6902 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6903 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6904 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6905 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6906 (SOFTWARE_SINGLE_STEP_P)
6907
6908 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6909 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6910
6911 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6912 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6913 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6914 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6915 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6916 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6917 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6918 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6919 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6920 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6921
6922 (Converting an existing Target Architecture to Multi-arch): Remove
6923 section.
6924
6925 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6926 (gdbarch_addr_bits_remove): Add code example.
6927
6928 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6929
cfa9d6d9
DJ
69302007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6931
6932 * gdb.texinfo (Remote Configuration): Document library-info-packet.
6933 Add other missing entries. Adjust the table size to fit.
6934 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
6935 stop reasons including the new "library" event.
6936 (General Query Packets): Adjust table widths for qSupported. Mention
6937 qXfer:libraries:read reply to qSupported and document the new packet.
6938 (Library List Format): New section.
6939
159fcc13
JK
69402007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6941
6942 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6943
f66d1690
MS
69442007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
6945
6946 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6947
67102876
NR
69482007-06-25 Nick Roberts <nickrob@snap.net.nz>
6949
6950 * gdbint.texinfo (Register and Memory Data): Break sections
6951 into nodes and add a menu.
6952
a4642986
MR
69532007-06-21 Maciej W. Rozycki <macro@mips.com>
6954
6955 * gdb.texinfo (Examining Memory): Document the new behaviour.
6956
e9c17194
VP
69572007-06-21 Vladimir Prus <vladimir@codesourcery.com>
6958
6959 * gdb.texinfo (Standard Target Features): Document
6960 m68k features.
6961
31d99776
DJ
69622007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6963
6964 * gdb.texinfo (General Query Packets): Document qOffsets changes.
6965
1780a0ed
DJ
69662007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6967
6968 * gdb.texinfo (Target Description Format): Add version attribute
6969 for <target>.
6970
822b6570
DJ
69712007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6972
6973 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
6974
f8b73d13
DJ
69752007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6976
6977 * gdb.texinfo (MIPS Features): New subsection.
6978
0e7f50da
UW
69792007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6980 Markus Deuling <deuling@de.ibm.com>
6981
6982 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
6983 and qXfer:spu:write packets and mention them under qSupported.
6984
23d964e7
UW
69852007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6986 Markus Deuling <deuling@de.ibm.com>
6987
6988 * gdb.texinfo (Architectures): Add new SPU section to document
6989 Cell Broadband Engine SPU architecture specific commands.
6990
9f708cb2
VP
69912007-06-09 Vladimir Prus <vladimir@codesourcery.com>
6992
6993 * gdb.texinfo (GDB/MI Variable Objects): Editorial
6994 comments.
6995
7579b5f8
NR
69962007-06-07 Nick Roberts <nickrob@snap.net.nz>
6997
6998 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
6999
bf06d120
JB
70002007-05-29 Jim Blandy <jimb@codesourcery.com>
7001
7002 * gdb.texinfo (Overview): Doc fix.
7003
23776285
MR
70042007-05-22 Maciej W. Rozycki <macro@mips.com>
7005
7006 * gdb.texinfo (Remote Configuration): Document "set/show
7007 remoteflow".
7008
1a69e1e4
DJ
70092007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
7010
bf06d120
JB
7011 * gdb.texinfo (MIPS): Remove documentation for set mips
7012 saved-gpreg-size, show mips saved-gpreg-size, and set mips
7013 stack-arg-size.
1a69e1e4 7014
46ba6afa 70152007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7016
46ba6afa
BW
7017 * all-cfg.texi (GDBTUI): New.
7018 * gdb.texinfo (Mode Options): Use GDBTUI variable.
7019 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
7020 (TUI Configuration): Edit to improve clarity and fix problems of
7021 both style and content.
5ae4183a 7022
06d3b283
UW
70232007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
7024
7025 * observer.texi (GDB Observers): New observer "new_objfile".
7026
179101d6
UW
70272007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
7028
7029 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
7030
25d5ea92
VP
70312007-04-14 Vladimir Prus <vladimir@codesourcery.com>
7032
7033 * gdb.texinfo (GDB/MI Variable Objects): Document
7034 frozen variables objects.
5ae4183a 7035
ea35711c
DJ
70362007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
7037
7038 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
7039 (Character Sets, Caching Data of Remote Targets): Likewise.
7040 (Targets): Delete Remote node. Move its text...
7041 (Debugging Remote Programs): ...to here. Delete description
7042 of the "remote" command.
7043 (Remote configuration): Delete description of "set remotedevice"
7044 and "show remotedevice".
7045 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
7046
db2e3e2e
BW
70472007-04-11 Bob Wilson <bob.wilson@acm.org>
7048
5ae4183a
AS
7049 * gdb.texinfo (Contributors, Continuing and Stepping)
7050 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
7051 (General Query Packets, File-I/O Remote Protocol Extension)
7052 (Protocol Basics, The F Reply Packet, Write)
7053 (Protocol-specific Representation of Datatypes, Memory Transfer):
7054 Fix hyphenation, punctuation and grammar problems.
7055 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
7056 'section' instead of 'subsection' in the text.
7057 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
7058 (i386): Remove period from section name.
db2e3e2e
BW
7059 (Installing GDB, Requirements, Running Configure, Separate Objdir)
7060 (Config Names, Configure Options): Use @file{configure}.
7061
8a3dae3e
DJ
70622007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
7063
7064 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
7065 and tab expansion.
7066
1a92f856
DJ
70672007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
7068
7069 * gdbint.texinfo (SOM): Correct location of the SOM reader.
7070
79a6e687 70712007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7072
79a6e687
BW
7073 * gdb.texinfo: Consistently capitalize all significant words in
7074 node names, chapter titles, section titles, and headings. Update
7075 cross references to match.
7076 (Starting and Stopping Trace Experiment): Make node name plural.
7077 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 7078
ad527d2e
PA
70792007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
7080
7081 * gdb.texinfo (WinCE): Delete obsolete subsection.
7082
7ce59000
DJ
70832007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7084
7085 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
7086 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
7087 references.
7088
8807d78b
DJ
70892007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7090
7091 * gdb.texinfo (Startup): Delete references to some alternate
7092 names for .gdbinit.
7093 (Thread): Remove LynxOS reference.
7094 (Tandem ST2000): Delete target-specific documentation.
7095 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
7096 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
7097 and GDB_OSABI_LYNXOS.
7098
5f402660
UW
70992007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
7100
7101 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
7102
bac718a6
UW
71032007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
7104
7105 * gdbint.texinfo (Target Conditionals): Remove mention of
7106 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
7107 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
7108
9453113a
DJ
71092007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
7110
7111 * Makefile.in: Add "pdfdir" installation
7112 directory, PDFTEX macro, support for "install-pdf" target,
7113 and rules for making a pdf version of refcard.texi.
7114 * refcard.tex: Specify paper size for PDF output.
7115
ae21e955 71162007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7117
ae21e955 7118 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 7119
3f94c067 71202007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7121
3f94c067
BW
7122 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
7123 (Source Path, Character Sets, Macros, Define)
7124 (GDB/MI Result Records, GDB/MI Simple Examples)
7125 (GDB/MI Program Execution, GDB/MI File Commands)
7126 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
7127 (Bug Reporting): Use @value{GCC}.
5ae4183a 7128
12c27660 71292007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7130
12c27660
BW
7131 * gdb.texinfo (Help): Fix formatting of examples.
7132 (Variables): Use @ifnotinfo instead of @iftex.
7133 (Non-debug DLL symbols): Use @ref instead of @pxref.
7134 (Sparclet File): Use @samp instead of quotes.
5ae4183a 7135
ce9341a1
BW
71362007-03-26 Bob Wilson <bob.wilson@acm.org>
7137
7138 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
7139
c8f4133a
BW
71402007-03-26 Bob Wilson <bob.wilson@acm.org>
7141
7142 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
7143 the order of the nodes.
7144 (C Operators, C Constants, Debugging C): Remove extra menus.
7145 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 7146
c8f4133a 71472007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
7148
7149 * gdb.texinfo (File Options): Add missing parenthesis.
7150 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
7151
c74d0ad8
DJ
71522007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7153
7154 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
7155
ff6f572f
DJ
71562007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7157
669fac23 7158 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
7159 case insensitivity.
7160 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
7161
994337c3
NR
71622007-02-18 Nick Roberts <nickrob@snap.net.nz>
7163
7164 * gdb.texinfo (Top): Put Appendix A after numbered sections.
7165 (Files): Add section name to argument list for pxref.
7166 (Non-debug DLL symbols): Don't use `see' for pxref.
7167 (Embedded Processors): Fix typo.
7168 (GDB/MI Breakpoint Commands): Execution commands generate
7169 *stopped not ^done.
7170
eb819d70
NR
71712007-02-13 Nick Roberts <nickrob@snap.net.nz>
7172
7173 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
7174 values for in_scope. Mention that only root variables can be
7175 updated.
7176 (GDB/MI Development and Front Ends): Explain new values may be
7177 added to existing fields.
7178
123dc839
DJ
71792007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7180
7181 * gdb.texinfo (-target-disconnect): Use @smallexample.
7182 (Requirements): Add anchor for Expat. Update description.
7183 (Target Descriptions): Mention Expat.
7184 (Target Description Format): Document new elements. Use
7185 @smallexample.
7186 (Predefined Target Types, Standard Target Features): New sections.
669fac23 7187 * gdbint.texinfo (Target Descriptions): New section.
123dc839 7188
108546a0
DJ
71892007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
7190
7191 * gdb.texinfo (Target Description Format): Add section on XInclude.
7192
95a98c01
NR
71932006-02-03 Nick Roberts <nickrob@snap.net.nz>
7194
7195 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
7196 command -enable-timings.
7197
f4b3909f
EZ
71982007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
7199
5ae4183a 7200 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
7201 descriptions for new/deleted elements in gdb_osabi. Add missing
7202 description for function generic_elf_osabi_sniff_abi_tag_sections.
7203
c7ba131e
JB
72042007-01-29 Joel Brobecker <brobecker@adacore.com>
7205
7206 * gdb.texinfo (Maintenance Commands): Add documentation for
7207 the new "maint print target-stack" command.
7208
3a60f64e
JK
72092007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7210 Eli Zaretskii <eliz@gnu.org>
7211
f4b3909f 7212 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 7213
c582f8b6
EZ
72142007-01-26 Eli Zaretskii <eliz@gnu.org>
7215
7216 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
7217 Use @value{NGCC} instead of @value{GCC}.
7218
d3e8051b
EZ
72192007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
7220
7221 * agentexpr.texi: Fix typos.
7222 * annotate.texinfo: Likewise.
7223 * gdb.texinfo: Likewise.
7224 * gdbint.texinfo: Likewise.
7225 * observer.texi: Likewise.
7226 * stabs.texinfo: Likewise.
7227
86f04699
EZ
72282007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
7229
7230 * gdbint.texinfo (Support Libraries): Remove mmalloc
7231 entry. Describe readline library.
7232
23181151
DJ
72332007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7234
7235 * gdb.texinfo (Target Descriptions): New section.
7236 (General Query Packets): Add QPassSignals anchor. Mention
7237 qXfer:features:read under qSupported. Expand mentions of
7238 qXfer:memory-map:read and QPassSignals. Document
7239 qXfer:features:read.
7240
f822c95b
DJ
72412007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7242
7243 * gdb.texinfo (Commands to specify files): Describe
7244 "set sysroot" and "show sysroot".
7245 (Using the `gdbserver' program): Lowercase argument
7246 to @var. Expand description of setting up GDB on the
7247 host.
7248
8936fcda
JB
72492007-01-05 Joel Brobecker <brobecker@adacore.com>
7250
7251 * gdb.texinfo (Set Catchpoints): Add documentation for the new
7252 catch exception, catch exception unhandled, and catch assert
7253 commands.
7254
e776119f
DJ
72552007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7256
7257 * gdb.texinfo (Debugging Output): Document "set debug xml"
7258 and "show debug xml".
7259
aa79a185
DJ
72602007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7261
7262 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
7263
7f893741
JB
72642007-01-01 Joel Brobecker <brobecker@adacore.com>
7265
7266 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
7267
a1b5960f
VP
72682006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7269
7270 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
7271 note in @ignore, to be removed later if nobody complains.
7272
9f470e6e
NR
72732006-12-04 Nick Roberts <nickrob@snap.net.nz>
7274
7275 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
7276 of -var-delete.
7277
765dc015 72782006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 7279
765dc015 7280 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
7281 automatic software/hardware breakpoint usage and
7282 the "set breakpoint auto-hw" command.
765dc015 7283
4b5752d0
VP
72842006-11-21 Vladimir Prus <vladimir@codesourcery.com>
7285
7286 * gdb.texinfo (Memory Access Checking): New.
7287
89be2091
DJ
72882006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
7289
7290 * gdb.texinfo (Remote configuration): Mention
7291 "pass-signals-packet".
7292 (General Query Packets): Document QPassSignals. Fix
7293 a typo.
7294
ca3bf3bd
DJ
72952006-11-14 Maxim Grigoriev <maxim@tensilica.com>
7296
7297 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
7298
427c3a89
DJ
72992006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
7300
7301 * gdb.texinfo (Remote configuration): Rewrite documentation for
7302 packet configuration commands.
7303 (OS Information): Adjust reference to qXfer:auxv:read.
7304 (General Query Packets): Remove references to read-aux-vector-packet
7305 and set remote get-thread-local-storage-address.
7306
7a107747
DJ
73072006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
7308
7309 * gdbint.texinfo (Target Architecture Definition): Add new
7310 Initializing a New Architecture section.
7311
1c56eb0e
EZ
73122006-10-31 David Taylor <dtaylor@emc.com>
7313
7314 * stabs.texinfo (Macro define and undefine): New node describing
7315 stabs for #define and #undef.
7316
f73adfeb
AS
73172006-10-27 Andreas Schwab <schwab@suse.de>
7318
7319 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
7320
fd60e0df
EZ
73212006-10-21 Eli Zaretskii <eliz@gnu.org>
7322
7323 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
7324 clarify on the possible meanings of ``expression'' watched by
7325 watchpoints. Add indexing.
e5ac9b53
EZ
7326 (Prompting, Errors, Invalidation, Annotations for Running)
7327 (Source Annotations): Fix index entries by adding "annotation" to
7328 them, to discriminate from index entries that point to the more
7329 general topic descriptions.
fd60e0df 7330
52bb452f
DJ
73312006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7332
7333 * gdbint.texinfo (Target Vector Definition): Move most
7334 content into Existing Targets. Add a menu.
7335 (Existing Targets): New section, moved from Target Vector
7336 Definition. Use @subsection.
7337 (Managing Execution State): New section.
7338
58955e58
BW
73392006-10-16 Bob Wilson <bob.wilson@acm.org>
7340
7341 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
7342
c8aa23ab
EZ
73432006-10-15 Eli Zaretskii <eliz@gnu.org>
7344
7345 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
7346 (Command Syntax, Signals, Backtrace, Connecting)
7347 (Remote configuration, Renesas Boards, Console I/O): Fix last
7348 change: use Ctrl- instead of C-, except wrt Emacs.
7349 (File-I/O Examples): Put Ctrl-c in @kbd.
7350 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
7351 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
7352 (Signals, Set Breaks, Set Watchpoints): Document optional
7353 arguments to `info signals' `handle', `info breakpoints', and
7354 `info watchpoints'.
c8aa23ab 7355
e7109c7e
EZ
73562006-10-14 Eli Zaretskii <eliz@gnu.org>
7357
7358 * gdb.texinfo (Backtrace): Fix last change.
7359
de3aea7b
NR
73602006-10-14 Nick Roberts <nickrob@snap.net.nz>
7361
7362 * gdb.texinfo (Backtrace): Order correctly and add other cases.
7363
7f9087cb
BW
73642006-10-10 Bob Wilson <bob.wilson@acm.org>
7365
c8aa23ab
EZ
7366 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
7367 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
7368 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 7369
68437a39
DJ
73702006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7371 Daniel Jacobowitz <dan@codesourcery.com>
7372
7373 * gdb.texinfo (Packets): Document vFlashErase,
7374 vFlashWrite and vFlashDone packets.
7375 (General Query Packets): Document qXfer:memory-map:read.
7376 Add a new feature for qXfer:memory-map:read.
7377 (Memory map format): New section.
7378 (Target Commands): Mention that gdb can write flash.
7379
fd79ecee
DJ
73802006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7381 Daniel Jacobowitz <dan@codesourcery.com>
7382
7383 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
7384 memory regions and "mem auto".
7385
350da6ee
DJ
73862006-09-21 Nathan Sidwell <nathan@codesourcery.com>
7387
7388 * gdbint.texinfo (Array Containers): New section.
7389
2f1acb09
VP
73902006-09-17 Vladimir Prus <vladimir@codesourcery.com>
7391
7392 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7393 -stack-list-arguments HIGH_FRAME argument can be larger then the
7394 actual number of frames.
7395
2ab1eb7a
VP
73962006-09-07 Vladimir Prus <vladimir@codesourcery.com>
7397
7398 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
7399 -stack-list-locals HIGH_FRAME argument can be larger then the
7400 actual number of frames.
2ab1eb7a 7401
599b237a
BW
74022006-09-02 Bob Wilson <bob.wilson@acm.org>
7403
7404 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
7405 Register Packet Format, Tracepoint Packets): Fix spelling errors.
7406
25ab7e6d
EZ
74072006-09-02 Eli Zaretskii <eliz@gnu.org>
7408
7409 * gdbint.texinfo (Overall Structure): New section "Source Tree
7410 Structure".
7411
940178d3
JB
74122006-08-17 Jim Blandy <jimb@codesourcery.com>
7413
7414 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
7415 responses.
7416
30daae6c
JB
74172006-08-08 Joel Brobecker <brobecker@adacore.com>
7418
7419 * gdb.texinfo (Source Path): Add documentation for new
7420 substitute-path commands.
7421
7fa2210b
DJ
74222006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
7423
7424 * gdb.texinfo (Installing GDB): Update menu. Move text to...
7425 (Running Configure): ...here.
7426 (Requirements): New node. Mention expat.
7427
3d00d119
DJ
74282006-08-08 Vladimir Prus <vladimir@codesourcery.com>
7429
5ae4183a 7430 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
7431 'set download-write-size' and 'show download-write-size'.
7432
0cbfa4ee
DJ
74332006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
7434
7435 * stabs.texinfo (Member Type Descriptor): Correct example for
7436 pointer to member types.
7437
16026cd7
AS
74382006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
7439
7440 * gdb.texinfo (Optional warnings and messages): Add
7441 'set/show trace-commands'.
7442 (Command files): Add '-v' to source command.
7443
0876f84a
DJ
74442006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
7445
7446 * gdb.texinfo (OS Information): Update qPart reference to
7447 qXfer.
7448 (Remote configuration): Likewise.
7449 (Overview): Move @cindex to the start of a paragraph. Talk
7450 about binary data encoding.
7451 (Packets): Refer to the overview for the details of the X
7452 packet encoding.
7453 (General Query Packets): Remove qPart description. Add qXfer
7454 description. Add an anchor to qSupported. Correct feature
7455 table title. Add a new feature for qXfer:auxv:read.
7456 (Interrupts): Add a missing parenthesis.
7457
2ec3381a
DJ
74582006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
7459
669fac23 7460 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
7461 (GDB/MI Kod Commands): Remove commented out node.
7462
594fe323
EZ
74632006-07-01 Eli Zaretskii <eliz@gnu.org>
7464
7465 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
7466 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
7467 (GDB/MI Thread Commands, GDB/MI Program Execution)
7468 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
7469 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
7470 (GDB/MI File Commands, GDB/MI Target Manipulation)
7471 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
7472 since the MI prompt is hard-wired into the code.
7473
7e3fb70c
NR
74742006-07-01 Nick Roberts <nickrob@snap.net.nz>
7475
7476 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
7477 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
7478 (GDB/MI Data Manipulation): Remove description of unimplemented
7479 display related commands as variable objects perform this function
7480 and are superior: -display-delete, -display-disable,
7481 -display-enable, -display-insert and -display-list. Move
7482 -environment-cd, -environment-directory, -environment-path
7483 and -environment-pwd to "Program Context".
7484 (GDB/MI Program Control): Rename to "Program Execution". Move
7485 -exec-arguments -exec-abort to...
7486 (GDB/MI Program Context): ...here. New node split from "Data
7487 Manipulation".
7488
be2a5f71
DJ
74892006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
7490
7491 * gdb.texinfo (Remote configuration): Document set / show
7492 remote supported-packets.
7493 (General Query Packets): Document qSupported packet.
7494
fc320d37
SL
74952006-06-10 Sandra Loosemore <sandra@codesourcery.com>
7496
7497 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
7498 and font markup.
7499 (Protocol basics): Likewise.
7500 (The F request packet): Likewise.
7501 (The F reply packet): Likewise.
7502 (Memory transfer): Move this node to be a subsubsection of
7503 "Protocol specific representation of datatypes".
7504 (The Ctrl-C message): More copy editing.
7505 (Console I/O): Likewise.
7506 (The isatty call): Delete this node, and merge its content into
7507 the "isatty" node. Fixed references elsewhere.
7508 (The system call): Delete this node, and merge its content into
7509 the "system" node. Fixed references elsewhere.
7510 (open): Reformat to use @table, and add appropriate font markup.
7511 (close): Likewise.
7512 (read): Likewise.
7513 (write): Likewise.
7514 (lseek): Likewise.
7515 (rename): Likewise.
7516 (unlink): Likewise.
7517 (stat/fstat): Likewise.
7518 (gettimeofday): Likewise.
7519 (isatty): Likewise.
7520 (system): Likewise, plus minor changes to fix confusing wording.
7521 (Integral datatypes): Fix font markup.
7522 (Pointer values): Likewise.
7523 (struct stat): Fix markup to use @table, plus minor copy editing.
7524 (struct timeval): Fix font markup, plus minor copy editing.
7525 (Constants): Minor copy editing.
7526 (Errno values): Add font markup.
7527 (File-I/O Examples): Likewise.
7528
158fdf5c
NR
75292006-06-10 Nick Roberts <nickrob@snap.net.nz>
7530
7531 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
7532 (GDB/MI Simple Examples): Move node up one level. Use real
7533 examples.
7534 (GDB/MI Compatibility with CLI): Update.
7535 (GDB/MI Result Records): Add "connected" and "exit" result
7536 classes.
7537 (GDB/MI Stream Records): Clarify target output.
7538 (GDB/MI Command Description Format): Modify example description.
7539 (GDB/MI Breakpoint Table Commands): Rename to...
7540 (GDB/MI Breakpoint Commands): ...this
7541 (GDB/MI Breakpoint Commands): Add optional thread field.
7542 (GDB/MI Program Control): Add an introduction. Move "Program
7543 termination" examples into exec-run description.
7544 (GDB/MI File Commands): Mention similar CLI commands.
7545 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
7546 is similar to "-gdb-version".
7547
ddb50cd7
EZ
75482006-06-09 Eli Zaretskii <eliz@gnu.org>
7549
7550 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7551
2aef0d6b
NR
75522006-06-02 Nick Roberts <nickrob@snap.net.nz>
7553
7554 * gdb.texinfo (GDB/MI Development and Front Ends): Use
7555 sourceware.org for mailing lists.
d5e40d59 7556 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 7557
383a5c52
NR
75582006-06-01 Nick Roberts <nickrob@snap.net.nz>
7559
d5e40d59 7560 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 7561
e16b02ee
EZ
75622006-05-22 Eli Zaretskii <eliz@gnu.org>
7563
7564 * gdb.texinfo (Cygwin Native): Fix last change.
7565
be90c084
CF
75662006-05-22 Christopher Faylor <cgf@timesys.com>
7567
7568 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7569
347ceba5
NR
75702006-05-15 Nick Roberts <nickrob@snap.net.nz>
7571
7572 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7573 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7574
369af7bd
DJ
75752006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7576
7577 * gdb.texinfo (General Query Packets): Recommend not starting
7578 new packets with qC and clarify.
7579
2ffdbde8 75802006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
7581
7582 * gdb.texinfo (M2 Types): New section.
72019c9c 7583
16d1a084
DJ
75842006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
7585
7586 * agentexpr.texi: Add a copyright and license notice.
7587 * observer.texi: Likewise, with GPL clause for function prototypes.
7588 Remove trailing whitespace.
7589
aa56d27a
JB
75902006-05-05 Jim Blandy <jimb@codesourcery.com>
7591
7592 * gdb.texinfo (General Query Packets): Document conventions for
7593 terminating packet names, and their violations.
7594
5bdf8622
DJ
75952006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7596
7597 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7598 * gdb.texinfo: Likewise.
7599
605a56cb
DJ
76002006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7601
7602 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7603 and "show remotedebug".
7604 (Debugging Output): Add additional index entries.
7605
b8db102d
MS
76062006-04-27 Michael Snyder <msnyder@redhat.com>
7607
7608 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7609
c5e30d01
AC
76102006-04-22 Andrew Cagney <cagney@redhat.com>
7611
7612 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7613 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7614
8181d85f
DJ
76152006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
7616
7617 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7618 and remove breakpoint prototypes.
7619 (Watchpoints): Move description of target_insert_hw_breakpoint and
7620 target_remove_hw_breakpoint ...
7621 (Breakpoints): ... to here. Document target_insert_breakpoint and
7622 target_remove_breakpoint.
7623
4f553f88
JB
76242006-04-17 Jim Blandy <jimb@codesourcery.com>
7625
7626 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7627 and C packets are optional.
7628
cd852561
FR
76292006-04-14 Frederic Riss <frederic.riss@st.com>
7630
7631 * gdb.texinfo (Specifying source directories): Update the description
7632 of the source file search to reflect the fact that the source path
7633 always contains at least $cdir and $cwd.
7634
b620eb07
MS
76352006-03-31 Michael Snyder <msnyder@redhat.com>
7636
7637 * gdb.texinfo: Update copyright dates.
7638
3156cdaf
EZ
76392006-03-31 Eli Zaretskii <eliz@gnu.org>
7640
7641 * gdb.texinfo (Overview): Add an index entry to "empty response".
7642
7d30c22d
JB
76432006-03-28 Jim Blandy <jimb@codesourcery.com>
7644
7645 * gdbint.texinfo (Prologue Analysis): New section.
7646
86941c27
JB
76472006-03-07 Jim Blandy <jimb@red-bean.com>
7648
66b8c7f6
JB
7649 * gdb.texinfo (Connecting): Document 'target remote pipe'.
7650
1a10341b
JB
7651 * gdb.texinfo (Target Commands): Update text describing how to
7652 specify a target. Refer to the detailed section on remote
7653 debugging, not the brief mention.
7654
86941c27
JB
7655 * gdb.texinfo (Connecting): Organize the different 'target remote'
7656 connection methods into a table. Add a 'target remote' index
7657 entry. (!!!)
7658
62f3a2ba
FF
76592006-02-17 Fred Fish <fnf@specifix.com>
7660
7661 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7662 'ptype' commands to reflect the fact that the only significant
7663 difference between them is that ptype prints the complete type
7664 description instead of just the name.
7665
8b9a88ea
WZ
76662006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
7667
7668 * gdbint.texinfo (Watchpoints): Delete
7669 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7670
7e8dc855
NR
76712006-02-10 Nick Roberts <nickrob@snap.net.nz>
7672
7673 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7674 times fields where needed. Fix typos. Update general form given
7675 for output of -break-insert.
7676 (GDB/MI): Abbreviate some unnecessarily long fullnames.
7677
c91d38aa
DJ
76782006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
7679
7680 * gdbint.texinfo (Symbol Handling): Add a section
7681 on memory management.
7682
38fcd64c
DJ
76832006-02-06 Vladimir Prus <ghost@cs.msu.su>
7684
7685 * gdb.texinfo (Breakpoint table commands): Document the fullname
7686 field in -break-list output.
7687
219eec71
EZ
76882006-02-03 Eli Zaretskii <eliz@gnu.org>
7689
7690 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
7691 debugging information produced by the various "set debug..."
7692 options.
7693
ae5a43e0
DJ
76942006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7695
7696 * gdb.texinfo (Files): Remove obsolete bits from the description
7697 of "symbol-file".
7698
a9f158ec
JB
76992006-01-25 Jim Blandy <jimb@redhat.com>
7700
7701 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7702
410dd08e
JB
77032006-01-24 Jim Blandy <jimb@redhat.com>
7704
7705 * gdbint.texinfo (Frames): Document the basics of GDB's register
7706 unwinding model, and explain the existence of the "sentinel" frame.
7707
4b505b12
AS
77082006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
7709
7710 * gdb.texinfo (Choosing files): Mention that -directory is used
7711 for script files.
7712 (Specifying source directories): Likewise.
7713 (Command files): Explain how script files are found.
7714
839c27b7
EZ
77152006-01-21 Eli Zaretskii <eliz@gnu.org>
7716
7717 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7718 the threads in a multi-threaded program.
7719 (Threads): The threadno argument of "thread apply" can be a range
7720 of numbers.
7721
7be93b9e
JB
77222006-01-18 Jim Blandy <jimb@redhat.com>
7723
7724 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7725 of warning flags.
7726
fcc73fe3
EZ
77272006-01-13 Eli Zaretskii <eliz@gnu.org>
7728
7729 * gdb.texinfo (Sequences): Improve menu annotations.
7730 (Define): Add index entries for arguments of user-defined
7731 commands. Move the description of flow-control commands...
7732 (Command Files): ...to here. Document loop_break and
7733 loop_continue.
ca91424e
EZ
7734 (Define, Command Files): Document `end' and add index entries for
7735 it.
fcc73fe3 7736
5c95884b
MS
77372006-01-04 Michael Snyder <msnyder@redhat.com>
7738
7739 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 7740 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 7741
860701dc
PH
77422006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
7743
7744 * gdb.texinfo (Omissions from Ada): Document that there is now
7745 limited aggregate support.
7746
36b80e65
EZ
77472005-12-28 Eli Zaretskii <eliz@gnu.org>
7748
7749 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7750 registers and the likes.
7751
c1468174
EZ
77522005-12-24 Eli Zaretskii <eliz@gnu.org>
7753
7754 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7755 (Symbols): Fix usage of "e.g.".
359df76b 7756 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
7757
7758 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7759 (Coding): Fix usage of "e.g.".
7760
c02a867d
EZ
77612005-12-23 Eli Zaretskii <eliz@gnu.org>
7762
5ae4183a
AS
7763 * stabs.texinfo:
7764 * refcard.tex:
c02a867d 7765 * gpl.texi:
5ae4183a
AS
7766 * gdbint.texinfo:
7767 * gdb.texinfo:
7768 * gdb-cfg.texi:
c02a867d 7769 * fdl.texi:
5ae4183a
AS
7770 * annotate.texinfo:
7771 * all-cfg.texi:
c02a867d
EZ
7772 * Makefile.in: Add (C) after Copyright. Update the FSF
7773 address.
7774
fad38dfa
EZ
77752005-12-03 Eli Zaretskii <eliz@gnu.org>
7776
7777 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7778 extend GDB with commands for external monitor.
7779
53e5f3cf
AS
77802005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
7781
7782 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7783
55f6ca0f
JB
77842005-11-25 Joel Brobecker <brobecker@adacore.com>
7785
7786 * gdbint.texinfo (Start of New Year Procedure): New chapter.
7787
c1947b85
JB
77882005-11-21 Jim Blandy <jimb@redhat.com>
7789
7790 * gdb.texinfo (Tracepoint Packets): Document restrictions on
7791 placement of 'R' actions in tracepoint action packets; document
7792 dependence of 'X' and 'M' actions on a preceding 'R' action for
7793 their registers.
7794
9d29849a
JB
77952005-11-19 Jim Blandy <jimb@redhat.com>
7796
7797 * gdb.texinfo (Tracepoint Packets): New node.
7798 (General Query Packets): Add entries for the tracepoint packets,
7799 referring to the "Tracepoint Packets" node.
7800 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 7801
9a6253be
KB
78022005-11-18 Kevin Buettner <kevinb@redhat.com>
7803
7804 * gdb.texinfo (set remotebreak): Add anchor.
7805 (X packet): Likewise.
7806 (Remote Protocol): Add new section `Interrupts' and new index
7807 entry `interrupts (remote protocol)'.
7808
5f3bebba
JB
78092005-11-18 Jim Blandy <jimb@redhat.com>
7810
7811 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7812 entries into the General Query Packets section. Add a
7813 cross-reference to that section. Drop description of replies, as
7814 these are covered in the descriptions of each packet.
7815 (General Query Packets): Add introductory text. Explain naming
7816 conventions, and how the end of a name is recognized.
7817
9a7a1b36
KB
78182005-11-17 Kevin Buettner <kevinb@redhat.com>
7819
0564b6cf 7820 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
7821 "set remotebreak" command.
7822
b8ff78ce
JB
78232005-11-16 Jim Blandy <jimb@redhat.com>
7824
7825 * gdb.texinfo (Packets, Stop Reply Packets)
7826 (General Query Packets): Various formatting cleanups.
7827 - Use @samp for packet contents.
7828 - Drop summaries from packet @item lines; the same information appears
7829 immediately below in the description.
7830 - Delete paragraph breaks after packet @item commands, so that the
7831 description appears directly to the right of the packet prototype
7832 in the printed manual, if it fits.
7833 - Place spaces in packet prototypes between @vars and non-@var
7834 letters, and explain that they're just for formatting.
7835 - Use @dots{} instead of '...'.
7836 - Fix uses of @code where @var was needed.
7837 - Replace "deprecated" markers with English text spelling out the
7838 packet's status and the preferred alternatives.
7839 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7840 what this ever meant.
7841 - Remove "(draft)" markers on 'i' packets; nobody has commented on
7842 this for a long time.
7843 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7844 implemented several times, and have been in use for years.
7845
8ffe2530
JB
78462005-11-15 Jim Blandy <jimb@redhat.com>
7847
c43c5473
JB
7848 * gdb.texinfo (Packets): Add index entries for 'm' packet
7849 disclaimers.
5ae4183a 7850
fb031cdf
JB
7851 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7852 of stub when processing an 'm' packet.
7853
8ffe2530
JB
7854 * gdb.texinfo (Packets): Mention that packets beginning with
7855 letters are reserved once, at the top, instead of actually listing
7856 them all and saying "reserved".
7857
c03c782f
AS
78582005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
7859
7860 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7861 Change @var{$arg0 to @code{$arg0.
7862
814e32d7
WZ
78632005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
7864
7865 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7866
fa93a9d8
JB
78672005-11-12 Jim Blandy <jimb@redhat.com>
7868
7869 * gdb.texinfo (General Query Packets): Put packets in alphabetical
7870 order. Remove extraneous 'z'.
7871
8a5a3c82
AS
78722005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
7873
7874 * gdb.texinfo (Choosing files): Add --eval-command.
7875
4b0ad762
AS
78762005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
7877
7878 * gdb.texinfo (Choosing modes): Add --return-child-result.
7879
7880
1a088d06
AS
78812005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
7882
7883 * gdb.texinfo (Choosing modes): Add --batch-silent.
7884
656d5e12
EZ
78852005-10-28 Eli Zaretskii <eliz@gnu.org>
7886
7887 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7888 "The -var-update Command".
7889
3c9c013a
JB
78902005-10-03 Joel Brobecker <brobecker@adacore.com>
7891
7892 * gdb.texinfo (Print Settings): Add documentation for set/show
7893 print array-indexes.
7894
7ba3cf9c
DJ
78952005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
7896
7897 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7898 6.2 and 6.3.
7899
a94ab193
EZ
79002005-08-27 Eli Zaretskii <eliz@gnu.org>
7901
7902 * gdb.texinfo (File Options): Don't document --mapped, it's gone
7903 since 19-Jan-2004.
7904 (Files): Likewise.
ab1adacd
EZ
7905 (Variables, Symbols): Document the "<incomplete type>" message and
7906 its reasons.
a94ab193 7907
ca06016a
FF
79082005-08-01 Fred Fish <fnf@specifix.com>
7909
7910 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7911
cf58170d
NR
79122005-07-15 Nick Roberts <nickrob@snap.net.nz>
7913
7914 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7915 option for -var-list-children and -var-update.
7916 (GDB/MI Stack Manipulation): Simplify description of
7917 print-values option for -stack-list-locals.
7918 (GDB/MI Command Description Format): Clarify.
7919 (Mode Options): Spelling of superseded.
7920
38f1196a
BR
79212005-07-12 Bob Rossi <bob@brasko.net>
7922
7923 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7924 corresponding GDB command comment.
7925
3cb3b8df
BR
79262005-07-06 Bob Rossi <bob@brasko.net>
7927
7928 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7929 and -inferior-tty-show.
7930 (Input/Output): Document "set/show inferior-tty" and tty alias.
7931
10fac096
NW
79322005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
7933
7934 * gdb.texinfo (Packets): Change description of 'D' packet to note
7935 that GDB does wait for a response.
7936
d1b6db76
NR
79372005-06-22 Nick Roberts <nickrob@snap.net.nz>
7938
7939 * gdb.texinfo (History) Rename "Command History".
7940 (Command History): Move node "Server Prefix" from section on
7941 Annotations here.
7942
29629dcf
NR
79432005-06-19 Nick Roberts <nickrob@snap.net.nz>
7944
7945 * gdb.texinfo (GDB/MI Stack Manipulation):
7946 Re-instate -stack-info-frame with example. Say that it gets
7947 info on selected frame, not current frame.
7948
397ca115
EZ
79492005-06-18 Eli Zaretskii <eliz@gnu.org>
7950
7951 * gdb.texinfo (Server): Clarify that `file' should be used before
7952 connecting to the server.
7953 (Files): Add an xref to the above description.
51274035
EZ
7954 (Output Formats): More detailed description of the `c' format.
7955 (Memory): List explicitly all the formats supported by `x'.
638ac427 7956 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 7957 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
7958 files. Add more indexing for solib-absolute-prefix and
7959 --with-sysroot.
76d17f34
EZ
7960 (Machine Code): Document possible problems with locations in
7961 shared libraries.
d416eeec
EZ
7962 (Backtrace): Document that free-standing environments do not need
7963 to have a `main' function.
397ca115 7964
74f6deaa
NR
79652005-06-18 Nick Roberts <nickrob@snap.net.nz>
7966
7967 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
7968 -stack-info-frame.
7969
a9967aef
AC
79702005-06-07 Andrew Cagney <cagney@gnu.org>
7971
7972 * gdb.texinfo (Contributors): Note the original multi-arch
7973 contributors.
7974
e09f16f9
EZ
79752005-06-03 Eli Zaretskii <eliz@gnu.org>
7976
7977 * gdb.texinfo (Registers): Add index entries for the standard
7978 registers.
7979 (Frames): Add cross-reference from frame pointer description to
7980 the Registers node.
7981 (Annotations Overview): Fix the reference to GDB name.
7982
d87ba7ee
EZ
79832005-06-01 Eli Zaretskii <eliz@gnu.org>
7984
7985 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
7986 can-use-hw-watchpoints.
7987
034dad6f
BR
79882005-05-28 Bob Rossi <bob@brasko.net>
7989
7990 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
7991 the possible reasons why an exec async record would be returned to FE.
7992
ffed4509
AC
79932005-05-26 Andrew Cagney <cagney@gnu.org>
7994
7995 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
7996 Andrew Cagney implemented the original GDB/MI.
7997
e22e55c9
OF
79982005-05-23 Orjan Friberg <orjanf@axis.com>
7999
8000 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
8001 documentation. Add documentation for cris-mode.
8002
a78e13ce
EZ
80032005-05-20 Eli Zaretskii <eliz@gnu.org>
8004
8005 * gdb.texinfo (Numbers): Explain the example and make the wording
8006 more acurate.
8007
76ff342d
DJ
80082005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
8009 Dennis Brueni <dennis@slickedit.com>
8010
8011 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
8012 (GDB/MI Data Manipulation, GDB/MI Program Control)
8013 (GDB/MI Stack Manipulation): Update examples to include the fullname
8014 attribute in stack frames.
8015
119b882a
EZ
80162005-05-12 Eli Zaretskii <eliz@gnu.org>
8017
8018 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
8019 do with other non-standard names of init files.
8020
6fc08d32
EZ
80212005-05-11 Eli Zaretskii <eliz@gnu.org>
8022
8023 * gdb.texinfo (Command Files): Move the description of the startup
8024 from here...
8025 (Startup): ...to this new subsection of the Invocation chapter.
8026 Rearrange the description of init files more logically and add a
8027 cross-reference to "Command Files". Document the special gdbinit
8028 name for CISCO 68k. Expand the description of what GDB does
8029 during startup.
8030 (History): Add index entry for HISTSIZE.
8031
a561754a
MK
80322005-05-02 Mark Kettenis <kettenis@gnu.org>
8033
8034 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
8035
2eecc4ab
EZ
80362005-05-02 Eli Zaretskii <eliz@gnu.org>
8037
8038 * gdb.texinfo (SVR4 Process Information, The isatty call)
8039 (The system call): Don't use foo(N) notation for man pages and
8040 functions.
514c4d71 8041 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 8042
18999be5
EZ
80432005-04-27 Eli Zaretskii <eliz@gnu.org>
8044
8045 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
8046 were optimized away.
8047
0abb7bc7
EZ
80482005-04-22 Eli Zaretskii <eliz@gnu.org>
8049
8050 * gdb.texinfo (Remote configuration): Document "set/show
8051 get-thread-local-storage-address". Add cross-reference to the
8052 description of the qGetTLSAddr packet.
8053 (General Query Packets): Mention "set remote
8054 get-thread-local-storage-address" and add a reference to its
8055 description.
8056
6f61acb1
NR
80572005-04-19 Nick Roberts <nickrob@snap.net.nz>
8058
8059 * gdb.texinfo (Backtrace): Describe 'bt full'.
8060
9d59903a
NR
80612005-04-17 Nick Roberts <nickrob@snap.net.nz>
8062
8063 * gdb.texinfo (Mode Options): Fix typo.
8064 (GDB/MI): Describe how to invoke GDB/MI.
8065
721c2651
EZ
80662005-04-16 Eli Zaretskii <eliz@gnu.org>
8067
8068 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 8069 references changed. Add description of "info udot".
721c2651
EZ
8070 (Files): Document "set/show stop-on-solib-events".
8071 (M32R/D): Document "set/show download-path", "set/show
8072 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
8073 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
8074 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
8075 (Maintenance Commands): Improve indexing.
8076 (Target Commands): Document "set/show hash", "set/show debug
8077 monitor".
8078 (SVR4 Process Information): Document "info pidlist" and "info
8079 meminfo". Document "set/show procfs-tarce" and "set/show
8080 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
8081 (Symbols, The Print Command with Objective-C): Improve indexing.
8082 (Objective-C): Add references to "info classes" and "info
8083 selectors".
c45da7e6
EZ
8084 (Debugging Output): Improve wording. Document "set/show debug
8085 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
8086 (Set Breaks): Add index entry for "hardware breakpoints".
8087 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
8088 and "set/show usehardbreakpoints".
8089 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
8090 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
8091 (ARM): Document "rdilogfile", "rdilogenable", "set/show
8092 rdiromatzero", "set/show rdiheartbeat".
8093 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
8094 "sds".
8095 (Embedded Processors): Document the "sim" command.
8096 (Remote): Document the "remote" command.
8097 (DJGPP Native): Document the "info serial" command.
8098 (Threads): Document "maint info sol-threads".
8099 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
8100 (Set Breaks): Improve indexing.
8101 (Command Syntax): Add a reference to dont-repeat.
8102 (Define): Document "dont-repeat".
8103 (TUI Commands): Document "tabset".
8104 (WinCE): New subsection. Document "set/show remotedirectory",
8105 "set/show remoteupload", "set/show remoteaddhost".
721c2651 8106
14d6dd68
EZ
81072005-04-15 Eli Zaretskii <eliz@gnu.org>
8108
8109 * gdb.texinfo (Hurd Native): New subsection, documents
8110 Hurd-specific commands.
a64548ea 8111 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 8112 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
8113 (MIPS): Improve documentation of heuristic-fence-post. Document
8114 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
8115 mips stack-arg-size", "set/show mips mask-address", "set/show mips
8116 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 8117 (ARM): Document ARM-specific commands.
a64548ea
EZ
8118 (AVR): New section. Document "info io_registers".
8119 (CRIS): New section. Document "set/show cris-version" and
8120 "set/show cris-dwarf2-cfi".
8121 (HPPA): New section. Document "set/show debug hppa" and "maint
8122 print unwind".
a5adf40f 8123 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 8124 (Super-H): New section. Document the "regs" command.
721c2651 8125 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 8126
9c16f35a
EZ
81272005-04-09 Eli Zaretskii <eliz@gnu.org>
8128
8129 * gdb.texinfo (Print Settings): Document "set/show print
8130 pascal_static-members", "set print repeats", "show print
8131 null-stop". Improve indexing. Fix documentation of "set print
8132 union".
8133 (Pascal): New section.
8134 (Supported languages): Rename from "Support"; all references
8135 updated. Add a menu item for Pascal.
8136 (Numbers): Document "set radix.
8137 (Screen Size): Document "set/show pagination".
8138 (MIPS Embedded): Remove "set processor" documentation.
8139 (Remote configuration): Document "set/show X/P/Z-packet",
8140 "set/show read-aux-vector-packet", "set/show remote
8141 symbol-lookup-packet", "set/show remote verbose-resume-packet",
8142 "set/show remoteaddresssize", "set/show remotebaud", "set/show
8143 remotedebug", "set/show remotebreak", "set/show remotedevice",
8144 "set/show remotelogfile".
8145 (Auxiliary Vector): Add reference to the description of the
8146 read-aux-vector-packet setting.
8147 (Set Watchpoints): Add a cross-reference to "set remote
8148 hardware-breakpoint-limit".
8149 (General Query Packets): Add indexing of requests and
8150 cross-references to related commands in "Remote configuration".
8151 (File-I/O Overview, The system call): Fix wording and typos.
8152 (Thread Stops): Add index entries.
8153 (Continuing and Stepping): Document "show step-mode".
8154 (i386): New node. Document "set/show struct-convention".
8155 (Files): Document "show trust-readonly-sections".
8156 (Calling): Document "set/show unwindonsignal".
8157 (Messages/Warnings): Add index entries.
8158 (Maintenance Commands): Document "set/show watchdog".
8159 (Annotations Overview): Document "show annotate".
8160 (Set Watchpoints): Add index entries.
8161 (Symbols): Fix doc of case-sensitive.
8162 (ABI): Document "show coerce-float-to-double".
8163 (Convenience Vars, Help): Improve indexing.
8164 (Machine Code): Document "show disassembly-flavor".
8165 (Debugging C plus plus): Document "show overload-resolution".
8166 (Value History, Signaling): Add index entries.
8167
81682005-04-08 Eli Zaretskii <eliz@gnu.org>
8169
8170 * gdb.texinfo (Show): Move @kindex entries to their proper places.
8171 (Processes): Fix wording.
8172 (History, List, Logging output, Define, Symbols, Print Settings):
8173 Improve indexing.
8174
a8f24a35
EZ
81752005-04-03 Eli Zaretskii <eliz@gnu.org>
8176
8177 * gdb.texinfo (Targets): Document "set/show architecture". Remove
8178 redundant index entry for "target" command.
8179 (Backtrace): Add index entries.
8180 (Symbols, Fortran): Document the "set case-sensitive" command.
8181 (DJGPP Native): Document "set com1base", "set com1irq", etc.
8182 (Print Settings): Add index entry for "set demangle-style".
8183 (Target Commands): Document "set download-write-size".
8184 (Debugging Output): Document "set exec-done-display".
8185
09d4efe1
EZ
81862005-04-02 Eli Zaretskii <eliz@gnu.org>
8187
8188 * gdb.texinfo (Files): Fix the name and documentation of
8189 add-shared-symbol-files. Document its alias assf. Update the
8190 list of OSs where GDB supports shared libraries. Fix markup.
8191 (Continuing and Stepping): Add reference to @var{location} in the
8192 text.
8193 (Dump/Restore Files): Fix reference to @{filename}.
8194 (Help): Fix wording.
8195 (Attach): Ditto.
8196 (Set Watchpoints): Ditto.
8197 (Backtrace): Remove redundant index entries. Improve index
8198 entries.
8199 (Delete Breaks): Fix wording.
8200 (Memory): Document the compare-sections command.
8201 (Memory Region Attributes): Improve wording.
8202 (Disabling): Improve wording.
8203 (Fortran): New subsection. Document the "info common" command.
8204 (Help): Document aliases "info copying" and "info warranty".
8205 (Caching Remote Data): New section. Document the "set/show
8206 remotecache" and "info dcache" commands.
8207 (Show): Fix wording of the documentation of the "set
8208 extension-language" command.
8209 (Signals): Add index entry for "info handle".
8210 (Memory Region Attributes): Fix punctuation.
8211 (Symbols): Change the arg name to "location" and refer to it in
8212 the text. Fix wording of "info types" doc.
8213 (Threads): Fix usage of @enumerate @item's.
8214 (Listing Tracepoints): Add index entry for "info tp".
8215 (Set Watchpoints): Add xref to "info break" description.
8216 (Macros): Add an index entry for "macro exp1". Document the
8217 "macro list" command.
8218 (Maintenance Commands): Document "flushregs", "maint agent",
8219 "maint check-symtabs", "maint cplus", "maint demangle", "maint
8220 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
8221 "maint print architecture", "maint print objfiles", "maint print
8222 statistics", "maint print type", "maint show-debug-regs", "maint
8223 space", "maint time", and "maint translate-address".
8224 (Connecting): Document the "monitor" command.
8225 (Annotations Overview): Describe the "set annotate" command.
8226
82f2d802
EZ
82272005-04-01 Eli Zaretskii <eliz@gnu.org>
8228
8229 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
8230 Rearrange index entries and improve wording about support for
8231 hardware watchpoints.
8232
7d51c7de
BR
82332005-03-10 Bob Rossi <bob@brasko.net>
8234
8235 * gdb.texinfo: Update copyright
8236
68c71a2e
TR
82372005-02-09 Theodore A. Roth <troth@openavr.org>
8238
8239 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
8240 error.
8241
83761cbd
KB
82422005-02-03 Kevin Buettner <kevinb@redhat.com>
8243
8244 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
8245
9f1c6395
MS
82462005-01-17 Michael Snyder <msnyder@redhat.com>
8247
8248 * gdb.texinfo: Fix spelling, infinte -> infinite.
8249
fbd1b305
MK
82502005-01-08 Mark Kettenis <kettenis@gnu.org>
8251
8252 * observer.texi (GDB Observers): Document "solib_loaded".
8253
3ace7edb
AC
82542005-01-07 Andrew Cagney <cagney@gnu.org>
8255
bec39cab
AC
8256 * configure.ac: Rename configure.in, require autoconf 2.59.
8257 * configure: Re-generate.
8258
3ace7edb
AC
8259 * configure.in: Replace configdirs with multiple references to
8260 AC_CONFIG_SUBDIRS.
8261 * configure: Re-generate.
5ae4183a 8262
53531fc1
AC
82632005-01-04 Andrew Cagney <cagney@gnu.org>
8264
8265 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
8266 part of the version number.
8267
536ffdb7
MK
82682004-12-24 Mark Kettenis <kettenis@gnu.org>
8269
8270 * gdbint.texinfo (Algorithms): Remove description of
8271 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
8272
e1aac25b
JB
82732004-12-07 Jim Blandy <jimb@redhat.com>
8274
8275 * gdb.texinfo (General Query Packets): Specify that thread ID's in
8276 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
8277 numbers.
8278
f47b1503
AS
82792004-12-07 Andreas Schwab <schwab@suse.de>
8280
8281 * gdb.texinfo (Mode Options): Document -l option.
8282
b6b8ece6
EZ
82832004-12-04 Eli Zaretskii <eliz@gnu.org>
8284
8285 * gdbint.texinfo (Algorithms): More accurate description of
8286 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
8287 is not needed unless data-read and data-access watchpoints are
8288 supported. Add a description of how GDB checks whether the
8289 inferior stopped because a watchpoint was hit.
8290
01371747
EZ
82912004-11-23 Eli Zaretskii <eliz@gnu.org>
8292
8293 * gdb.texinfo (Files): Add cross-reference to description of
8294 -readnow command-line switch.
8295
2315ffec
RC
82962004-11-10 Randolph Chung <tausq@debian.org>
8297
8298 * gdb.texinfo: Document set/show backtrace past-entry commands.
8299 Rearrange index entries for set/show backtrace past-main.
8300
69065f5d
AC
83012004-11-10 Jon Beniston <jon@beniston.com>
8302
8303 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
8304 * gdb.texinfo (Remote Serial Protocol): Further describe
8305 binary transfer escaping mechanism .
69065f5d 8306
30e91e0b
RC
83072004-11-08 Randolph Chung <tausq@debian.org>
8308
8309 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
8310 and "show debug infrun". Add index entries.
8311
60bf7e09
EZ
83122004-10-23 Eli Zaretskii <eliz@gnu.org>
8313
8314 * gdb.texinfo (SVR4 Process Information): Document subcommands of
8315 "info proc" that are already implemented. Add index entries.
8316 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
8317 (Files): Add a tip for decreasing memory used for symtabs from
8318 shared libraries.
f018e82f
EZ
8319 (Starting): Fix whitespace; make "elaboration" stand out where it
8320 is first used, and add an index entry for the term.
f8568604
EZ
8321 (Calling): Expand and elaborate text. Add "print". Add the
8322 description of problems with weak aliases.
384ee23f 8323 (Core File Generation): New section.
60bf7e09 8324
d52fe014
AC
83252004-10-12 Andrew Cagney <cagney@gnu.org>
8326
8327 * gdbint.texinfo (Versions and Branches): New chapter.
8328 (Releasing GDB): Delete "Versions and Branches" section.
8329 (Top): Add "Versions and Branches".
8330
703663ab
EZ
83312004-10-08 Eli Zaretskii <eliz@gnu.org>
8332
8333 * gdb.texinfo (Editing, History): Add cross-references to the
8334 included Readline and History user documentation. Remove
8335 references to the symbol have-readline-appendices which is unused
8336 and undefined.
8337 (History): Fix indexing.
8338
ac77d04f
JJ
83392004-10-08 Jeff Johnston <jjohnstn@redhat.com>
8340
8341 * gdbint.texinfo (target_stopped_data_address): Update to
8342 new prototype.
8343 (i386_stopped_data_address): Update prototype and description.
8344 (i386_stopped_by_watchpoint): New function and description.
8345
e07c999f
PH
83462004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
8347
8348 * gdb.texinfo (Filenames): Add Ada suffixes.
8349 (Ada) New section.
8350
2e868123
AC
83512004-09-27 Andrew Cagney <cagney@gnu.org>
8352 Robert Picco <Robert.Picco@hp.com>
8353
8354 * gdb.texinfo (Packets): Document the "p" packet.
8355
02a57714
JM
83562004-09-21 Jason Molenda (jmolenda@apple.com)
8357
8358 * gdb.texinfo (Paths and Names of the Source Files): Document the
8359 meaning of values in the 'desc' field of a SO stab.
8360
ae038cb0
DJ
83612004-09-20 Daniel Jacobowitz <dan@debian.org>
8362
8363 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
8364 max-cache-age" and "maint show dwarf2 max-cache-age".
8365
f7dc1244
EZ
83662004-09-16 Eli Zaretskii <eliz@gnu.org>
8367
8368 * gdb.texinfo (Set Breaks): Add index entry for setting
8369 breakpoints on overloaded C++ functions that are not members of
8370 any classes. Add an example and an index entry for setting
8371 breakpoints on all program functions.
8372 (Character Sets, Macros, Overlay Commands)
8373 (Non-debug DLL symbols, GDB/MI Output Syntax)
8374 (Annotations Overview, Maintenance Commands, File-I/O Overview):
8375 Use "(@value{GDBP})" instead of a literal "(gdb)".
8376
f810308b
AC
83772004-09-12 Andrew Cagney <cagney@gnu.org>
8378
8379 * gdbint.texinfo (Native Debugging): Delete description of
8380 FILES_INFO_HOOK.
8381
15a661f3
PH
83822004-09-11 Paul Hilfinger <hilfinger@gnat.com>
8383
5ae4183a
AS
8384 * gdbint.texinfo (User Interface): Change local_hex_string_custom
8385 to hex_string_custom (not historically correct, but more
15a661f3
PH
8386 understandable, given the current code).
8387
f3219c75
AC
83882004-09-03 Andrew Cagney <cagney@gnu.org>
8389
8390 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
8391
f3bb6704
JJ
83922004-09-01 Jeff Johnston <jjohnstn@redhat.com>
8393
8394 * observer.texi (solib_unloaded): New observer.
8395
8d2c00cb
AC
83962004-08-24 Andrew Cagney <cagney@gnu.org>
8397
8398 * gdbint.texinfo (Target Architecture Definition): Add missing
8399 comma.
8400
e7dc800a
MC
84012004-08-20 Michael Chastain <mec.gnu@mindspring.com>
8402
8403 * (Using the Testsuite): build != host is supported,
8404 but some test scripts do not support build != host.
8405
73b03683
MK
84062004-08-14 Mark Kettenis <kettenis@gnu.org>
8407
8408 * gdbint.texinfo (Host Definition): Delete description of
8409 FCLOSE_PROVIDED and GETENV_PROVIDED.
8410
c0ccb908
MK
84112004-08-05 Mark Kettenis <kettenis@chello.nl>
8412
8413 * gdbint.texinfo (Host Definition): Delete description of
8414 NO_SYS_FILE.
8415 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
8416 PTRACE_FP_BUG.
8417
9c8dbfa9
AC
84182004-08-05 Andrew Cagney <cagney@gnu.org>
8419
8420 * gdbint.texinfo (Target Architecture Definition): Delete
8421 reference to deprecated_read_fp.
8422
f42accbe
AC
84232004-08-02 Andrew Cagney <cagney@gnu.org>
8424
8425 * gdbint.texinfo (Target Architecture Definition): Delete
8426 description of DEPRECATED_REGISTER_BYTES.
8427
0b66e38c
EZ
84282004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
8429
8430 * gdb.texinfo (Source Path): Document the new behavior of
8431 searching for the source files.
8432
15387254
EZ
84332004-07-17 Eli Zaretskii <eliz@gnu.org>
8434
8435 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
8436 (Search, Expressions, Arrays, Variables, Data, Machine Code)
8437 (Auto Display): Improve indexing.
8438
2c07db7a
AC
84392004-07-16 Andrew Cagney <cagney@gnu.org>
8440
8441 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
8442 "-noasync".
8443
4644b6e3
EZ
84442004-07-09 Eli Zaretskii <eliz@gnu.org>
8445
8446 * gdb.texinfo: Fix @kindex entries so that multiple commands that
8447 have the same prefix have only their prefix in the index.
8448
7561d450
MK
84492004-07-03 Mark Kettenis <kettenis@gnu.org>
8450
8451 * gdb.texinfo (BSD libkvm Interface): New node (section)
8452 (Native): Add it to the menu.
8453
67bebe79
MK
84542004-07-01 Mark Kettenis <kettenis@gnu.org>
8455
8456 * gdbint.texinfo (Target Architecture Definition): Remove
8457 PCC_SOL_BROKEN.
8458
1a6923e0
MK
84592004-06-24 Mark Kettenis <kettenis@gnu.org>
8460
8461 * gdbint.texinfo (Target Architecture Definition): Remove
8462 SUN_FIXED_LBRAC_BUG.
8463
b435e160
AC
84642004-06-26 Andrew Cagney <cagney@gnu.org>
8465
8466 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
8467
b5622e8d
AC
84682004-06-20 Andrew Cagney <cagney@gnu.org>
8469
8470 * gdbint.texinfo (Target Architecture Definition): Deprecate
8471 USE_STRUCT_CONVENTION.
8472
e0c07bf0
MC
84732004-06-19 Michael Chastain <mec.gnu@mindspring.com>
8474
8475 gdb.texinfo (Bug Reporting): Mention session recording,
8476 with the script command or Emacs.
8477
782263ab
AC
84782004-06-18 Andrew Cagney <cagney@gnu.org>
8479
8480 * gdbint.texinfo (Target Architecture Definition): Deprecate
8481 FUNCTION_START_OFFSET.
8482
03727ca6
AC
84832004-06-14 Andrew Cagney <cagney@gnu.org>
8484
8485 Based on changes from Karl Berry.
8486 * gdb.texinfo: Do not use @sc in a direntry.
8487 * stabs.texinfo: Change @dircateogry to "Software development".
8488 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
8489
97092415
AC
84902004-06-13 Andrew Cagney <cagney@gnu.org>
8491
8492 * gdbint.texinfo (Target Architecture Definition): Delete
8493 description of RETURN_VALUE_ON_STACK.
8494
1f6d4158
AC
84952004-06-09 Andrew Cagney <cagney@gnu.org>
8496
8497 * gdbint.texinfo (Native Debugging): Restore "@table @code"
8498 deleted by previous patch.
8499
d966f0cb
AC
85002004-06-08 Andrew Cagney <cagney@gnu.org>
8501
8502 * gdbint.texinfo (Native Debugging): Delete documentation on
8503 ATTACH_DETACH.
8504
86fe4aaa
RC
85052004-06-06 Randolph Chung <tausq@debian.org>
8506
8507 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
8508
d4b6d575
RC
85092004-06-06 Randolph Chung <tausq@debian.org>
8510
5ae4183a 8511 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
8512 the new push_dummy_call method signature. Describe the function
8513 argument.
8514
4e8b0763
JB
85152004-05-24 Joel Brobecker <brobecker@gnat.com>
8516
8517 * gdb.texinfo (Starting): Document new start command.
8518
59caf092
AC
85192004-05-21 Andrew Cagney <cagney@redhat.com>
8520
8521 * observer.texi (GDB Observers): Document "inferior_created".
8522
e4a2df64
AC
85232004-05-08 Andrew Cagney <cagney@redhat.com>
8524
e6b55ae2
AC
8525 * gdbint.texinfo (Target Architecture Definition): Delete
8526 description of DO_DEFERRED_STORES.
8527
28954179
AC
8528 * gdbint.texinfo (Target Architecture Definition): Delete
8529 references to DEPRECATED_FIX_CALL_DUMMY.
8530
434b87dd
AC
8531 * gdbint.texinfo (Target Architecture Definition): Delete
8532 description of DEPRECATED_CALL_DUMMY_WORDS,
8533 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
8534
58d28df8
AC
8535 * gdbint.texinfo (Target Architecture Definition): Delete
8536 description of DEPRECATED_PUSH_DUMMY_FRAME.
8537
e4a2df64
AC
8538 * gdbint.texinfo (Target Architecture Definition): Delete
8539 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8540
2b4855ab
AC
85412004-05-07 Andrew Cagney <cagney@redhat.com>
8542
8543 * observer.texi (GDB Observers): Add "Debugging" section. Include
8544 cross reference to "set/show debug observer".
8545 * gdb.texinfo (Debugging Output): Document "set/show debug
8546 observer".
8547
fcf70625
AC
85482004-05-01 Andrew Cagney <cagney@redhat.com>
8549
8550 * gdbint.texinfo (Target Architecture Definition): Delete
8551 description of DEPRECATED_PC_IN_SIGTRAMP.
8552
8ee56bcf
AC
85532004-04-30 Andrew Cagney <cagney@redhat.com>
8554
8555 * gdbint.texinfo (Target Architecture Definition): Delete
8556 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8557
67ab9a76
OF
85582004-04-30 Orjan Friberg <orjanf@axis.com>
8559
8560 * observer.texi (GDB Observers): Correct spelling.
8561
79346bcb
OF
85622004-04-26 Orjan Friberg <orjanf@axis.com>
8563
8564 * observer.texi (GDB Observers): Add target_changed event.
8565
7a464420
AC
85662004-04-08 Andrew Cagney <cagney@redhat.com>
8567
8568 * observer.texi (GDB Observers): Rework, provide generic observer
8569 definitions and then a list of observable events.
8570
6cdf9d98
AC
85712004-04-04 Andrew Cagney <cagney@redhat.com>
8572
8573 * gdbint.texinfo (Host Definition): Delete reference to
8574 NO_SIGINTERRUPT.
8575
ddc135a4
AC
85762004-04-02 Andrew Cagney <cagney@redhat.com>
8577
8578 * gdbint.texinfo (Target Architecture Definition): Delete
8579 reference to DEPRECATED_CALL_DUMMY_LENGTH.
8580
6a1b180d
SC
85812004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8582
8583 * gdb.texinfo (TUI Commands): Document tui reg commands.
8584
d0d5df6f
AC
85852004-03-26 Andrew Cagney <cagney@redhat.com>
8586
8587 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
8588 "gdbtui".
8589 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
8590 (Contributors): Mention both Text and Terminal User Interface.
8591
aa2a3f87
AC
85922004-03-23 Andrew Cagney <cagney@redhat.com>
8593
8594 * gdbint.texinfo (Target Architecture Definition): Deprecate
8595 references to SIGTRAMP_START and SIGTRAMP_END.
8596
f561f026
AC
85972004-03-23 Andrew Cagney <cagney@redhat.com>
8598
8599 * gdbint.texinfo (Target Architecture Definition): Deprecate
8600 references to PC_IN_SIGTRAMP.
8601
33cb8b0f
AC
86022004-03-19 Andrew Cagney <cagney@redhat.com>
8603
8604 * gdbint.texinfo (Target Architecture Definition): Delete
8605 reference to GDB_TARGET_IS_HPPA.
8606
fc989b7a
AC
86072004-03-18 Andrew Cagney <cagney@redhat.com>
8608
8609 * gdbint.texinfo (Coding): Update section on gdbarch_data,
8610 describe pre_init and post_init.
8611
701b08bb
DJ
86122004-03-09 Daniel Jacobowitz <drow@mvista.com>
8613
8614 * gdb.texinfo (Debugging Output): Document values for "set debug
8615 target".
8616
faae5abe
AC
86172004-02-28 Andrew Cagney <cagney@redhat.com>
8618
8619 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8620
dd79a6cf
JJ
86212004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8622
8623 * gdb.texinfo (breakpoints): Add information about the
8624 new "set breakpoint pending" and "show breakpoint pending"
8625 commands.
8626
e7f16015
AC
86272004-02-26 Andrew Cagney <cagney@redhat.com>
8628
8629 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8630 in Per-architecture module data section.
8631
7161a3a6
RM
86322004-02-25 Roland McGrath <roland@redhat.com>
8633
8634 * gdb.texinfo (General Query Packets): Document qPart:... packets.
8635
2154891a
AC
86362004-02-24 Andrew Cagney <cagney@redhat.com>
8637
8638 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8639 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8640 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 8641
6c74ac8b
AC
86422004-02-17 Andrew Cagney <cagney@redhat.com>
8643
8644 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8645
19772a2c
AC
86462004-02-16 Andrew Cagney <cagney@redhat.com>
8647
8648 * gdbint.texinfo (Target Architecture Definition): Deprecate
8649 FRAMELESS_FUNCTION_INVOCATION.
8650
c9830293
AC
86512004-02-16 Andrew Cagney <cagney@redhat.com>
8652
8653 * gdbint.texinfo (Coding): Mention -Wunused-function.
8654
b9d26eb9
AC
86552004-02-14 Andrew Cagney <cagney@redhat.com>
8656
8657 * gdbint.texinfo (Target Architecture Definition): Delete
8658 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8659
49efadf5
EZ
86602004-02-12 Elena Zannoni <ezannoni@redhat.com>
8661
8662 * gdb.texinfo: Properly quote the name "C++".
8663 * gdbint.texinfo: Ditto.
8664 * stabs.texinfo: Ditto.
8665
1eb288ea
EZ
86662004-02-11 Elena Zannoni <ezannoni@redhat.com>
8667
8668 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8669 minimal information about libiberty.
8670
e4937fc1
MC
86712004-02-06 Michael Chastain <mec.gnu@mindspring.com>
8672
8673 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8674
a9331b3f
RM
86752004-02-04 Roland McGrath <roland@redhat.com>
8676
8677 * gdb.texinfo (Auxiliary Vector): New node (section).
8678 (Data): Add it to the menu.
8679
2650777c
JJ
86802004-02-02 Jeff Johnston <jjohnstn@redhat.com>
8681
8682 * gdb.texinfo (Breakpoints): Add information about pending
8683 breakpoint support.
8684
b4501125
AC
86852004-01-26 Andrew Cagney <cagney@redhat.com>
8686
8687 * gdb.texinfo (Overview): Delete references to the cisco protocol
8688 including the "N" response.
8689
74055713
AC
86902004-01-26 Andrew Cagney <cagney@redhat.com>
8691
8692 * gdbint.texinfo (Target Architecture Definition): Rename
8693 EXTRACT_STRUCT_VALUE_ADDRESS to
8694 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 8695
3bbe9696
EZ
86962004-01-24 Eli Zaretskii <eliz@gnu.org>
8697
8698 * gdb.texinfo (KOD): Document "show os". Add index entries for
8699 "set/show os" and "info cisco" commands.
8700
5843504f
EZ
87012004-01-21 Eli Zaretskii <eliz@gnu.org>
8702
8703 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8704
9175c9a3
MC
87052004-01-19 Michael Chastain <mec.gnu@mindspring.com>
8706
8707 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8708 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8709
8e94b928
NR
87102004-01-19 Nick Roberts <nick@nick.uklinux.net>
8711
8712 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8713 -stack-list-locals.
8714 (GDB/MI Variable Objects): Describe extension to
8715 -var-list-children.
8716
a20cf136
DJ
87172004-01-17 Daniel Jacobowitz <drow@mvista.com>
8718
8719 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8720
afb18d0f
AC
87212004-01-17 Andrew Cagney <cagney@redhat.com>
8722
8723 * gdbint.texinfo (Target Architecture Definition): Delete
8724 documentation on DEPRECATED_NPC_REGNUM.
8725
b51970ac
DJ
87262004-01-13 Daniel Jacobowitz <drow@mvista.com>
8727
8728 * gdb.texinfo: Update copyright year. Mention that set
8729 follow-fork-mode is supported on GNU/Linux. Remove documentation of
8730 "set follow-fork-mode ask".
8731
0f0cffd2
AC
87322004-01-13 Andrew Cagney <cagney@redhat.com>
8733
8734 * gdbint.texinfo: Update copyright year.
8735 (Coding): Add -Wunused-label to list of -Werror warnings.
8736
c552b3bb 87372004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 8738 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
8739
8740 * gdb.texinfo: Update copyright.
8741 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
8742 around names, as appropriate. Minor syntax cleanup of
8743 _NSPrintForDebugger explanation. Two spaces after periods.
8744 GDBN used instead of lit. "gdb". Index entries added for
8745 print-object and _NSPrintForDebugger. @noindent added in one spot.
8746
afe157ca
EZ
87472003-11-11 Elena Zannoni <ezannoni@redhat.com>
8748
8749 * stabs.texinfo: Add dircategory and direntry commands.
8750 * annotate.texinfo: Ditto.
8751
963e2bb7
AC
87522003-11-10 Andrew Cagney <cagney@redhat.com>
8753
8754 * gdbint.texinfo (Target Architecture Definition): Replace the
8755 return_value method's "inval" and "outval" parameters with
8756 "readbuf" and "writebuf".
8757
1d8b2f28
JB
87582003-10-28 Jim Blandy <jimb@redhat.com>
8759
8760 * gdb.texinfo (The F request packet, The F reply packet): Renamed
8761 from "The `F' request packet" and "The `F' reply packet", to make
8762 texi2dvi happy.
8763 (File-I/O remote protocol extension): Update menu entries, too.
8764
36d86913
MC
87652003-10-26 Michael Chastain <mec@shout.net>
8766
8767 * gdb.texinfo (Thread Stops): Document the issue with
8768 premature return from system calls in multi-threaded programs.
8769
ce2826aa
AC
87702003-10-24 Andrew Cagney <cagney@redhat.com>
8771
8772 * annotate.texinfo: Fix "fortunatly"[sic].
8773
f24c5e49
KI
87742003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
8775
8776 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8777 with "Hitachi" and "Mitsubishi".
8778
92ad9cd9
AC
87792003-10-20 Andrew Cagney <cagney@redhat.com>
8780
8781 * gdbint.texinfo (Target Architecture Definition): Document
8782 gdbarch_return_value. Add cross references from
8783 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8784 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8785
0ab4b752
MK
87862003-10-18 Mark Kettenis <kettenis@gnu.org>
8787
8788 * gdbint.texinfo (Target Architecture Definition): Document
8789 regset_from_core_section.
fb3e19c0
KI
8790
87912003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
8792
8793 * gdb.texinfo (M32R/D): Mention m32rsdi target.
8794
a9331b3f 87952003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
8796
8797 From Anthony Green <green@redhat.com>:
5ae4183a 8798 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 8799
1485d690
KB
88002003-10-14 Kevin Buettner <kevinb@redhat.com>
8801
889bf7c5
PA
8802 * gdb.texinfo (Breakpoint related warnings): New node.
8803 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 8804
86d30acc
DJ
88052003-10-13 Daniel Jacobowitz <drow@mvista.com>
8806
8807 * gdb.texinfo (Remote Protocol): Document v and vCont.
8808
172c2a43
KI
88092003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8810
8811 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8812 * gdbint.texinfo: Ditto.
8813
71952f4c
AC
88142003-10-09 Andrew Cagney <cagney@redhat.com>
8815
8816 From 2003-09-18 David Anderson <davea@sgi.com>:
8817 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8818 "command".
8819
268e2188
AC
88202003-10-03 Andrew Cagney <cagney@redhat.com>
8821
8822 * gdbint.texinfo (Target Architecture Definition): Deprecate
8823 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
8824 just target.
8825
12c266ea 88262003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 8827
f30992d4 8828 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
8829 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8830 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8831 * gdbint.texinfo (Target Architecture Definition): Rename
8832
88332003-09-30 Andrew Cagney <cagney@redhat.com>
8834
f30992d4 8835 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 8836 (Target Architecture Definition):
f30992d4 8837
2e092625
AC
8838 * gdbint.texinfo (Target Architecture Definition): Rename
8839 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8840
0717ae8a
AC
88412003-09-29 Andrew Cagney <cagney@redhat.com>
8842
dad809b7
AC
8843 * gdbint.texinfo (Target Architecture Definition): Delete
8844 documentation for NEED_TEXT_START_END.
8845
0717ae8a
AC
8846 * gdbint.texinfo (Target Architecture Definition): Rename
8847 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
8848 TARGET_WRITE_PC.
a9331b3f 8849
af6cf26d
MC
88502003-09-22 Michael Chastain <mec@shout.net>
8851
8852 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8853
ee206350
AG
88542003-09-21 Anthony Green <green@redhat.com>
8855
8856 * gdbint.texinfo (Target Architecture Definition): Fix typos.
8857
a38c9fe6
MK
88582003-09-21 Mark Kettenis <kettenis@gnu.org>
8859
8860 * gdbint.texinfo (Target Architecture Definition): Document
8861 stabs_argument_has_addr.
8862
77949794
AC
88632003-09-18 Andrew Cagney <cagney@redhat.com>
8864
8865 * gdbint.texinfo (Target Architecture Definition): Delete
8866 documentation on REGISTER_NAMES.
8867
8e823e25
MK
88682003-09-13 Mark Kettenis <kettenis@gnu.org>
8869
8870 * gdbint.texinfo (Target Architecture Definition): Replace
8871 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8872
f27dd7fd
AC
88732003-09-11 Andrew Cagney <cagney@redhat.com>
8874
8875 * gdbint.texinfo (Target Architecture Definition): Replace
8876 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8877
8b148df9
AC
88782003-08-18 Andrew Cagney <cagney@redhat.com>
8879
8880 * gdbint.texinfo (Target Architecture Definition): Document
8881 "frame_red_zone_size".
8882
25d29d70
AC
88832003-08-09 Andrew Cagney <cagney@redhat.com>
8884
8885 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8886 with "set/show backtrace past-main" and "set/show backtrace
8887 limit".
8888
c938e9b0
L
88892003-08-08 H.J. Lu <hongjiu.lu@intel.com>
8890
8891 * Makefile.in (install-info): Support DESTDIR.
8892 (install-html): Likewise.
8893
64fabec2
AC
88942003-08-07 Andrew Cagney <cagney@redhat.com>
8895
8896 Patch from Nick Roberts.
8897 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8898 bindings. Remove description of send-gdb-command.
8899
2fcf52f0
AC
89002003-08-07 Andrew Cagney <cagney@redhat.com>
8901
8902 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8903 GDB 6.0.
8904
086432e2
AC
89052003-08-06 Andrew Cagney <cagney@redhat.com>
8906
8907 * gdb.texinfo (Mode Options): Mention that level three is the
8908 highest available and that level 2 is deprecated.
8909 (Annotations Overview): Mention annotation levels. Cross reference
8910 to "Limitations of the Annotation Interface" in annotate.texi.
8911 (TODO, Value Annotations, Frame Annotations): Delete section.
8912 (Displays, Breakpoint Info): Delete.
8913
e5249f67
AC
89142003-08-04 Andrew Cagney <cagney@redhat.com>
8915
8916 * agentexpr.texi: Delete @bye.
8917 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8918 (stabs.info): Add $(srcdir) to include search path.
8919 (html): Depend on "annotate_toc.html", and not "annotate.html".
8920 * stabs.texinfo: Ditto. Include "fdl.texi".
8921 * gdbint.texinfo: Update copyright statement's list of invariant
8922 sections.
8923
e6f672d2
AC
89242003-07-28 Andrew Cagney <cagney@redhat.com>
8925
8926 * Makefile.in (INFO_DEPS): Add annotate.info.
8927 (dvi, ps, html, pdf): Add annotate.
8928 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8929 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8930 (ANNOTATE_DOC_FILES): New macro.
8931 (ANNOTATE_TEX_TMPS): New macro.
8932 (annotate.info, annotate_toc.html): Specify dependencies.
8933 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8934 * annotate.texinfo: Rename annotate.texi. Get building. Add
8935 "Migrating to GDB/MI" and "Limitations of the Annotation
8936 Interface" chapters. Mention why it is not part of the user
8937 guide. Update copyright notice. Include "fdl.texi".
8938
72ffddc9
SC
89392003-07-26 Stephane Carrez <stcarrez@nerim.fr>
8940
8941 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8942
a9f12a31
DJ
89432003-07-24 Daniel Jacobowitz <drow@mvista.com>
8944
8945 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8946
b1fe9455
DJ
89472003-07-24 Daniel Jacobowitz <drow@mvista.com>
8948
8949 * gdb.texinfo (Server): Mention pidof.
8950
153721e6
AC
89512003-07-22 Andrew Cagney <cagney@redhat.com>
8952
8953 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
8954 list.
8955
0fac0b41
DJ
89562003-06-28 Daniel Jacobowitz <drow@mvista.com>
8957
8958 * gdb.texinfo (Logging output): New chapter.
8959
4e562065
JB
89602003-06-24 Joel Brobecker <brobecker@gnat.com>
8961
8962 * gdb.texinfo (Unsupported languages): New section.
8963 (Languages): Add link to new section.
8964
f2c06f52
AC
89652003-06-22 Andrew Cagney <cagney@redhat.com>
8966
8967 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
8968
b4177fca
DJ
89692003-06-22 Daniel Jacobowitz <drow@mvista.com>
8970
8971 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
8972
f418dd93
DJ
89732003-06-22 Daniel Jacobowitz <drow@mvista.com>
8974
8975 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
8976 * agentexpr.texi: Retitle section, and change it to an appendix.
8977 Comment out texinfo initialization. Factor a @var{} into two
8978 pieces to prevent makeinfo warnings.
8979 * gdb.texinfo: Add Agent Expressions appendix.
8980
4ca61388
DJ
89812003-06-19 Daniel Jacobowitz <drow@mvista.com>
8982
8983 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
8984
07f31aa6
DJ
89852003-06-18 Daniel Jacobowitz <drow@mvista.com>
8986
5ae4183a 8987 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
8988 remote target". Document the "detach" and "disconnect" commands.
8989 (Server, Netware, Debug Session): Reference "Connecting to a
8990 remote target".
8991 (GDB/MI Target Manipulation): Document "-target-disconnect".
8992
2dd0da42
AC
89932003-06-13 Andrew Cagney <cagney@redhat.com>
8994
8995 * gdbint.texinfo (Target Architecture Definition): Deprecate
8996 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
8997 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
8998
e7a3abfc
JB
89992003-06-09 Jim Blandy <jimb@redhat.com>
9000
9001 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
9002
25e3a86b
AC
90032003-06-08 Andrew Cagney <cagney@redhat.com>
9004
9005 * gdbint.texinfo (Target Architecture Definition): Delete
9006 documentation on FRAME_ARGS_ADDRESS_CORRECT.
9007
a9e5fdc2
AC
90082003-06-08 Andrew Cagney <cagney@redhat.com>
9009
9010 * gdbint.texinfo (Target Architecture Definition): Document
9011 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
9012
b37303ee
AF
90132003-06-07 Adam Fedor <fedor@gnu.org>
9014
9015 * gdb.texinfo: Add Objective-C documentation.
9016
39fe6e80
AC
90172003-06-01 Andrew Cagney <cagney@redhat.com>
9018
9019 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
9020 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
9021
125309b2
AC
90222003-05-21 Andrew Cagney <cagney@redhat.com>
9023
9024 * gdbint.texinfo (Target Architecture Definition): Delete
9025 references to "extract_address" and "store_address".
9026
b8b527c5
AC
90272003-05-16 Andrew Cagney <cagney@redhat.com>
9028
9029 * gdbint.texinfo (Target Architecture Definition): Replace
9030 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
9031 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
9032
50e3ee83
TR
90332003-05-14 Theodore A. Roth <troth@openavr.org>
9034
9035 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
9036
44e2be90
L
90372003-05-10 H.J. Lu <hongjiu.lu@intel.com>
9038
9039 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
9040 (gdb.dvi): Likewise.
9041 (gdb.pdf): Likewise.
9042 (links2roff): Likewise.
9043
df5215a6
JB
90442003-05-08 Jim Blandy <jimb@redhat.com>
9045
9046 * gdb.texinfo (Dump/Restore Files): Update documentation for
9047 'dump', 'append', and 'restore': note that format argument is
9048 optional; simplify presentation of the command variants; and be
9049 more precise about the formats.
9050
5e7b2f39
JB
90512003-05-07 Jim Blandy <jimb@redhat.com>
9052
9053 * gdb.texinfo (Symbols): Update documentation: 'maint list
9054 symtabs' and 'maint list psymtabs' have been renamed 'maint info
9055 symtabs' and 'maint info psymtabs'.
9056
b1e29e33
AC
90572003-05-05 Andrew Cagney <cagney@redhat.com>
9058
9059 * gdbint.texinfo (Target Architecture Definition): Make
9060 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
9061 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
9062 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
9063
00905d52
AC
90642003-05-04 Andrew Cagney <cagney@redhat.com>
9065
9066 * gdb.texinfo (Maintenance Commands): Document "maint print
9067 dummy-frames".
9068
54ff5908
AC
90692003-05-04 Andrew Cagney <cagney@redhat.com>
9070
9071 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
9072
32e7087d
JB
90732003-05-03 J. Brobecker <brobecker@gnat.com>
9074
9075 Thierry Schneider <tpschneider1@yahoo.com>
9076 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
9077 for new MI command.
9078
7043d8dc
AC
90792003-05-03 Andrew Cagney <cagney@redhat.com>
9080
9081 * gdbint.texinfo (Target Architecture Definition): Document
9082 push_dummy_code. Add cross references.
9083
e33d66ec
EZ
90842003-05-02 Elena Zannoni <ezannoni@redhat.com>
9085
9086 * gdb.texinfo (Character Sets): Update to reflect new behavior of
9087 set/show charsets commands.
9088
0ba6dca9
AC
90892003-04-28 Andrew Cagney <cagney@redhat.com>
9090
9091 * gdbint.texinfo (Target Architecture Definition): Replace
9092 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
9093 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
9094
d7a27068
AC
90952003-04-28 Andrew Cagney <cagney@redhat.com>
9096
9097 * gdbint.texinfo (Target Architecture Definition): Rename
9098 "tm_print_insn" to "deprecated_tm_print_insn".
9099
44ea7b70
JB
91002003-04-09 Jim Blandy <jimb@redhat.com>
9101
9102 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
9103 list psymtabs'.
9104
fb8f8949
AC
91052003-04-08 Andrew Cagney <cagney@redhat.com>
9106
9107 * gdbint.texinfo (Target Architecture Definition): Delete
9108 references to EXTRA_FRAME_INFO.
9109
32fb0f22
AC
91102003-04-08 Andrew Cagney <cagney@redhat.com>
9111
9112 * gdbint.texinfo (Target Architecture Definition): Delete
9113 PRINT_TYPELESS_INTEGER.
9114
6be67e67
JB
91152003-04-02 J. Brobecker <brobecker@gnat.com>
9116
9117 * observer.texi (GDB Observers): Adjust the documentation for the
9118 normal_stop notification to better describe reality. Fix a couple
9119 of minor typos.
9120
4e35d5f0
BR
91212003-04-02 Bob Rossi <bob_rossi@cox.net>
9122
a9331b3f 9123 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
9124 '-file-list-exec-source-file'
9125
e8a8712a
AC
91262003-03-31 Andrew Cagney <cagney@redhat.com>
9127
9128 * gdbint.texinfo (Target Architecture Definition): Delete
9129 references to CALL_DUMMY_P.
9130
6c0e89ed
AC
91312003-03-30 Andrew Cagney <cagney@redhat.com>
9132
9133 * gdbint.texinfo (Target Architecture Definition): Remove
9134 reference to TARGET_WRITE_SP.
a9331b3f 9135
378bfd1b
AC
91362003-03-27 Andrew Cagney <cagney@redhat.com>
9137
9138 * gdbint.texinfo (Target Architecture Definition): Remove
9139 references to write_sp.
6c0e89ed 9140
922fbb7b
AC
91412003-03-27 Andrew Cagney <cagney@redhat.com>
9142
9143 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
9144 chapter body. Use @smallexample instead of @example.
9145 (Annotations): Ditto.
9146 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
9147 annotate.texi.
9148
b81774d8
AC
91492003-03-26 Andrew Cagney <cagney@redhat.com>
9150
9151 * gdbint.texinfo (Target Architecture Definition): Replace
9152 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
9153 dummy_addr parameters.
9154
1bf6d5cc
AC
91552003-03-25 Andrew Cagney <cagney@redhat.com>
9156
9157 * gdbint.texinfo (Target Architecture Definition): Delete
9158 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
9159 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9160 Add reference to PUSH_ARGUMENTS.
9161
618ce49f
AC
91622003-03-23 Andrew Cagney <cagney@redhat.com>
9163
9164 * gdbint.texinfo (Algorithms, Target Architecture Definition):
9165 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
9166
bcd7e15f
JB
91672003-03-18 J. Brobecker <brobecker@gnat.com>
9168
9169 * gdbint.texinfo (Algorithms): Add new section describing the
9170 Observer paradigm.
9171 (Top): Add menu entry to new observer appendix.
9172 * observer.texi: New file.
9173 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
9174 new observer.texi file.
9175
9fe8321b
AC
91762003-03-17 Andrew Cagney <cagney@redhat.com>
9177
9178 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
9179 that GNU Press update the manual version number.
9180
ac2adee5
AC
91812003-03-12 Andrew Cagney <cagney@redhat.com>
9182
9183 * gdbint.texinfo (Target Architecture Definition): Delete
9184 references to get_saved_register. Rename GET_SAVED_REGISTER to
9185 DEPRECATED_GET_SAVED_REGISTER.
9186
749b82f6
AC
91872003-03-13 Andrew Cagney <cagney@redhat.com>
9188
9189 * gdbint.texinfo (Target Architecture Definition): Replace
9190 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
9191
8bedc050
AC
91922003-03-12 Andrew Cagney <cagney@redhat.com>
9193
9194 * gdbint.texinfo (Target Architecture Definition): Rename
9195 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 9196
0ce1b118
CV
91972003-03-10 Corinna Vinschen <vinschen@redhat.com>
9198
9199 * gdb.texinfo: Add File-I/O documentation.
9200
12cc2063
AC
92012003-03-10 Andrew Cagney <cagney@redhat.com>
9202
9203 * gdbint.texinfo (Target Architecture Definition): Cross reference
9204 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
9205
7453dc06
AC
92062003-03-07 Andrew Cagney <cagney@redhat.com>
9207
9208 * gdb.texinfo (Debugging Output): Mention the "set/show debug
9209 frame" command.
9210
6314f104
AC
92112003-03-05 Andrew Cagney <cagney@redhat.com>
9212
9213 * gdbint.texinfo (Target Architecture Definition): Document
9214 unwind_dummy_id. Cross reference unwind_dummy_id and
9215 SAVE_DUMMY_FRAME_TOS.
9216
f1212245
DJ
92172003-03-05 James Ingham <jingham@apple.com>
9218 Daniel Jacobowitz <drow@mvista.com>
9219
9220 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
9221 and "show cp-abi".
9222
77e7e267
AC
92232003-03-03 Andrew Cagney <cagney@redhat.com>
9224
9225 * gdbint.texinfo (Target Architecture Definition): Document
9226 register_type.
9227
838a8221
AC
92282003-03-03 Andrew Cagney <cagney@redhat.com>
9229
9230 * stabs.texinfo (Structures): Use @samp and separate @var's
9231 instead of a single @var containing a comma separated list.
9232 (Unions): Ditto.
9233
d7f4a264
DJ
92342003-03-02 Daniel Jacobowitz <drow@mvista.com>
9235
9236 * Makefile.in (distclean): Remove config.log.
9237
f30ee0bc
AC
92382003-03-01 Andrew Cagney <cagney@redhat.com>
9239
9240 * gdbint.texinfo (Target Architecture Definition): Rename
9241 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
9242
92432003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
9244
9245 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
9246 DEPRECATED_INIT_EXTRA_FRAME_INFO.
9247
be448670
CF
92482003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
9249
9250 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
9251 (Non-debug DLL symbols): New node, describing the minimal symbols
9252 loaded from DLLs without real debugging symbols.
9253
501eef12
AC
92542003-02-20 Andrew Cagney <ac131313@redhat.com>
9255
9256 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
9257 hardware-breakpoint-limit".
9258 (Set Watchpoints): Add cross reference to "set remote
9259 hardware-watchpoint-limit".
9260 (Remote configuration options): New section.
9261
21c294e6
AC
92622003-02-04 Andrew Cagney <ac131313@redhat.com>
9263
e9be73e4
AC
9264 * gdbint.texinfo (Target Architecture Definition): Delete
9265 descrption of IS_TRAPPED_INTERNALVAR.
9266
21c294e6
AC
9267 From Keith Seitz <keiths@redhat.com>:
9268 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
9269 option "-i"/"--interpreter" to this chapter. Include index
9270 entries.
9271
0179ffac
DC
92722003-02-04 David Carlton <carlton@math.stanford.edu>
9273
9274 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
9275 (Variables): Recommend stabs+ and DWARF 2.
9276 (C plus plus expressions): Correct info about
9277 compiler versions, debug formats.
9278 (Contributors): Change 'DWARF2' to 'DWARF 2'.
9279 PR symtab/874.
9280
7ca9f392
AC
92812003-02-01 Andrew Cagney <ac131313@redhat.com>
9282
9283 * gdbint.texinfo (Target Architecture Definition): Delete
9284 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
9285 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
9286 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
9287 references to nindy and i960.
9288 * gdb.texinfo (i960): Delete all references to i960 and nindy.
9289
31a85ea2
AC
92902003-02-01 Andrew Cagney <ac131313@redhat.com>
9291
9292 * gdbint.texinfo (Target Architecture Definition): Delete
9293 FLOAT_INFO.
9294
6b894e49
AC
92952003-01-30 Andrew Cagney <ac131313@redhat.com>
9296
9297 * stabs.texinfo (Member Type Descriptor): Clarify description of
9298 `@'. Suggested by Ben Hutchings.
9299
c48861fb
AC
93002003-01-29 Andrew Cagney <ac131313@redhat.com>
9301
9302 * gdb.texinfo (M68K): Delete reference to es1800.
9303
617073a9
AC
93042003-01-29 Andrew Cagney <ac131313@redhat.com>
9305
9306 * gdb.texinfo (Maintenance Commands): Document `maint print
9307 reggroups' and `maint print register-groups'.
9308 * gdbint.texinfo (Target Architecture Definition): Document
9309 register_reggroup_p.
9310
5b5d99cf
JB
93112003-01-23 Jim Blandy <jimb@redhat.com>
9312
9313 * gdb.texinfo (Separate Debug Files): New section.
9314
e7ba9c65
DJ
93152003-01-22 Daniel Jacobowitz <drow@mvista.com>
9316
9317 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
9318 and "maint show profile".
9319
94e91d6d
MC
93202003-01-16 Michael Chastain <mec@shout.net>
9321
9322 * gdb.texinfo (Installing GDB): Warn against
9323 ".../gdb-VERSION/gdb/configure".
9324 (Separate Objdir): Likewise.
9325
867f3898
AC
93262003-01-15 Andrew Cagney <ac131313@redhat.com>
9327
9328 * gdbint.texinfo (Target Architecture Definition): Delete
9329 definition of PRINT_REGISTER_HOOK.
9330
f153cc92
EZ
93312003-01-15 Elena Zannoni <ezannoni@redhat.com>
9332
9333 (OpenRISC 1000): Fix formatting of command names.
9334
c60eb6f1
EZ
93352003-01-15 Elena Zannoni <ezannoni@redhat.com>
9336
9337 * gdb.texinfo (Continuing and Stepping): Add new command
9338 'advance'. Clarify behavior of 'until'.
9339
f5ebfba0
DJ
93402003-01-13 Daniel Jacobowitz <drow@mvista.com>
9341
9342 * gdb.texinfo (Files): Document solib-absolute-prefix and
9343 solib-search-path.
9344
4ce8657e
MC
93452003-01-09 Michael Chastain <mec@shout.net>
9346
9347 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
9348 (Create a Release): Add new instructions for new @file{src-release}.
9349 Document existing instructions for @file{Makefile.in} as
9350 being for @value{GDBN} 5.3.1 or earlier.
9351
372613e3
AC
93522003-01-09 Andrew Cagney <ac131313@redhat.com>
9353
9354 * gdbint.texinfo (Target Architecture Definition): Mention
9355 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
9356 allocate memory.
9357
b4e9345d
DJ
93582003-01-04 Daniel Jacobowitz <drow@mvista.com>
9359
9360 * gdb.texinfo (Controlling GDB): Add @kindex for
9361 "show osabi".
9362 (Backtraces): Add @kindex's for backtrace-below-main.
9363
98b45e30
DJ
93642003-01-04 Daniel Jacobowitz <drow@mvista.com>
9365
9366 * gdb.texinfo (Controlling GDB): Document "set osabi".
9367
95f90d25
DJ
93682003-01-04 Daniel Jacobowitz <drow@mvista.com>
9369
9370 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
9371 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
9372
1e698235
DJ
93732003-01-04 Daniel Jacobowitz <drow@mvista.com>
9374
9375 * gdb.texinfo (Controlling GDB): Add ABI section. Document
9376 "set coerce-float-to-double".
9377 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
9378
e632838e
AC
93792003-01-02 Andrew Cagney <ac131313@redhat.com>
9380
9381 * stabs.texinfo: Remove obsolete text.
9382 * gdbint.texinfo: Ditto.
9383 * gdb.texinfo: Ditto.
9384
c133ab7a
MK
93852002-12-22 Mark Kettenis <kettenis@gnu.org>
9386
9387 * gdbint.texinfo (Target Architecture Definition): Update
9388 description of gdbarch_register_osabi.
9389
f821f325
KH
93902002-12-20 Kazu Hirata <kazu@cs.umass.edu>
9391
9392 * agentexpr.texi: Fix typos.
9393 * annotate.texi: Likewise.
9394 * fdl.texi: Likewise.
9395
85a6d8d3 93962002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
9397
9398 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
9399 DEPRECATED_INIT_FRAME_PC.
9400
ae45cd16
AC
94012002-12-01 Andrew Cagney <ac131313@redhat.com>
9402
9403 * gdbint.texinfo (Target Architecture Definition): Delete
9404 PC_IN_CALL_DUMMY.
9405
07555a72
AC
94062002-11-28 Andrew Cagney <ac131313@redhat.com>
9407
9408 * gdbint.texinfo (Host Definition): Delete documentation on
9409 USE_GENERIC_DUMMY_FRAMES.
9410
c166cdc7
EZ
94112002-11-26 Elena Zannoni <ezannoni@redhat.com>
9412
5ae4183a 9413 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
9414 * Makefile.in (install-info): Run the install-info command as part
9415 of the post install steps only.
9416 (uninstall-info): New target.
9417 (uninstall): New target.
9418
35db0260
EZ
94192002-11-22 Elena Zannoni <ezannoni@redhat.com>
9420
9421 * Makefile.in (install): Make install do some real work.
9422
9ba8d803
AC
94232002-11-19 Andrew Cagney <ac131313@redhat.com>
9424
9425 Fix POSIX problem reported by Paul Eggert.
9426 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
9427 Fix PR gdb/527.
9428
903ad3a6
AC
94292002-10-26 Andrew Cagney <cagney@redhat.com>
9430
9431 * gdbint.texinfo (Target Architecture Definition): Delete
9432 definition of DO_REGISTERS_INFO.
9433
f2abfe65
KB
94342002-10-18 Kevin Buettner <kevinb@redhat.com>
9435
9436 * gdbint.texinfo (Address Classes): Fix problems with insertion
9437 of ``{'' and ``}'' in example.
9438
b5b0480a
KB
94392002-10-17 Kevin Buettner <kevinb@redhat.com>
9440
9441 * gdbint.texinfo (Address Classes): New section.
9442 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
9443 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
9444 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
9445 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
9446
c85508ee
KD
94472002-10-11 Klee Dienes <kdienes@apple.com>
9448
9449 * gdb.texinfo (Registers): Mention vector registers as well as
9450 floating registers in the documentation for 'info registers' and
9451 'info all-registers'.
9452
6d12fc3d
DJ
94532002-10-11 Daniel Jacobowitz <drow@mvista.com>
9454
9455 * gdbint.texinfo (CPLUS_MARKER): Remove item.
9456
8d19fbd2
JJ
94572002-10-03 Jeff Johnston <jjohnstn@redhat.com>
9458
9459 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
9460 interface definition.
9461
a37295f9
MM
94622002-10-03 Marko Mlinar <markom@opencores.org>
9463
9464 * gdb.texinfo (Target Commands): Add or1k target specific
9465 commands.
9466 * gdb.texinfo (Contributors): Add myself to the contributors list.
9467
da0f9dcd
AC
94682002-10-01 Andrew Cagney <ac131313@redhat.com>
9469
9470 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
9471 and "mi1" instead of "mi1" and "mi0".
9472
2e834e49
HPN
94732002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
9474
9475 * gdb.texinfo (Packets): Fix typos "alligned".
9476 Correct z3/Z3 description. Correct z4/Z4 title.
9477
050be0dc
AC
94782002-09-27 Andrew Cagney <ac131313@redhat.com>
9479
9480 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
9481
1104b9e7
KB
94822002-09-25 Kevin Buettner <kevinb@redhat.com>
9483
9484 * gdb.texinfo: Use GNU/Linux instead of Linux.
9485
512217c7
AC
94862002-09-25 Andrew Cagney <ac131313@redhat.com>
9487
9488 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
9489
10998722
AC
94902002-09-24 Andrew Cagney <ac131313@redhat.com>
9491
512217c7 9492 * gdb.texinfo: Replace @example with @smallexample.
10998722 9493
a0eb71c5
KB
94942002-09-20 Kevin Buettner <kevinb@redhat.com>
9495
f7dc1244 9496 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
9497 * gdb.texinfo (Character Sets): Use @smallexample instead of
9498 @example. Use GNU/Linux instead of Linux.
9499
95002002-09-20 Jim Blandy <jimb@redhat.com>
9501
9502 * gdb.texinfo: Add character set documentation.
9503
2f870471
AC
95042002-09-19 Andrew Cagney <ac131313@redhat.com>
9505
9506 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
9507 (Packets): Add cross reference from `b' packet to `z' packets.
9508
790eb8f5
AC
95092002-09-19 Andrew Cagney <ac131313@redhat.com>
9510
8d30a00d
AC
9511 * gdb.texinfo (Maintenance Commands): Document ``maint
9512 internal-error'' and ``maint internal-warning''.
9513
790eb8f5
AC
9514 * gdbint.texinfo (Target Architecture Definition): Revise
9515 description of STACK_ALIGN. Add description of FRAME_ALIGN.
9516
a23a7bf1
JB
95172002-09-19 Joel Brobecker <brobecker@gnat.com>
9518
9519 * gdbint.texinfo (Target Conditionals): Document the new
9520 NAME_OF_MALLOC macro.
9521
299ffc64
AC
95222002-09-05 Andrew Cagney <ac131313@redhat.com>
9523
9524 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
9525 engineer.
9526
b7bb15bc
SC
95272002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9528
9529 * gdb.texinfo (TUI Overview): Document status line fields.
9530
3d757584
SC
95312002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9532
9533 * gdb.texinfo (TUI Commands): Document info win command.
9534
269c21fe
SC
95352002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9536
9537 * gdb.texinfo (TUI Overview): Document breakpoint markers.
9538
7cf36c78
SC
95392002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9540
9541 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9542 (TUI Keys): Likewise.
9543
d2c6833e
AC
95442002-08-25 Andrew Cagney <ac131313@redhat.com>
9545
9546 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9547 for a packet receive.
9548
46d8b1c3
AC
95492002-08-25 Andrew Cagney <ac131313@redhat.com>
9550
9551 * Makefile.in (clean): Move to end of file.
9552 (distclean, maintainer-clean, realclean): Ditto.
9553 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
9554 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9555 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9556 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9557
b0787093
AC
95582002-08-24 Andrew Cagney <ac131313@redhat.com>
9559
9560 * Makefile.in (GDBINT_TEX_TMPS): Define.
9561 (gdbint.dvi, gdbint.pdf): Use
9562 (GDB_TEX_TMPS): Define.
9563 (gdb.dvi, gdb.pdf): Use.
9564 (STABS_TEX_TMPS): Define.
9565 (stabs.dvi, stabs.pdf): Use.
9566 (GDB_DOC_SOURCE_INCLUDES): New macros.
9567 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9568 (GDBINT_DOC_FILES_INCLUDES): New macros.
9569 (GDBINT_DOC_BUILD_INCLUDES): New macros.
9570 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9571 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9572 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9573 (links2roff): Replace SFILES_INCLUDED with
9574 GDB_DOC_SOURCE_INCLUDES.
9575 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9576 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9577 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9578 dependencies.
9579 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9580 dependencies.
9581 (gdbmi.texinfo): Delete rule.
9582 (inc-hist.texinfo): Delete rule.
9583 (rluser.texinfo): Delete rule.
9584
ebba8386
AC
95852002-08-23 Andrew Cagney <cagney@redhat.com>
9586
9587 * gdbint.texinfo (Target Architecture Definition): Update
9588 STORE_RETURN_VALUE, mention regcache.
9589
0ab7a791
AC
95902002-08-21 Andrew Cagney <ac131313@redhat.com>
9591
9592 * gdbint.texinfo (Target Architecture Definition): Document
9593 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
9594
ee2d5c50
AC
95952002-08-19 Andrew Cagney <ac131313@redhat.com>
9596
9597 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
9598 Fix minor typos. Add index entries.
9599
53c69bd7
AC
96002002-08-18 Andrew Cagney <ac131313@redhat.com>
9601
9602 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9603
e76f1f2e
AC
96042002-08-15 Andrew Cagney <ac131313@redhat.com>
9605
9606 * gdbint.texinfo (Target Architecture Definition): Document
9607 PRINT_VECTOR_INFO.
9608 * gdb.texinfo (Vector Unit): Document "info vectors" command.
9609
0680b120
AC
96102002-08-13 Andrew Cagney <ac131313@redhat.com>
9611
9612 * gdb.texinfo (Maintenance Commands): Document "maint print
9613 registers", "maint print raw-registers" and "maint print
9614 cooked-registers".
9615
3c3bea1c
GS
96162002-08-08 Grace Sainsbury <graces@redhat.com>
9617
a9331b3f 9618 From Mark Salter:
3c3bea1c
GS
9619 * gdb.texinfo (Protocol): Document T packet extension to
9620 allow watchpoint address reporting.
9621
42f9b0a5
AC
96222002-08-03 Andrew Cagney <ac131313@redhat.com>
9623
9624 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9625
db034ac5
AC
96262002-08-01 Andrew Cagney <cagney@redhat.com>
9627
9628 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9629 to CHILL.
9630
e2b28d04
AC
96312002-08-01 Andrew Cagney <ac131313@redhat.com>
9632
9633 * gdbint.texinfo (Coding): Revise section "Include Files".
9634
7fb623f7
AC
96352002-07-24 Andrew Cagney <cagney@redhat.com>
9636
9637 * gdbint.texinfo: Obsolete references to m88k.
9638 * gdb.texinfo: Ditto.
9639
4a2b4636
JB
96402002-07-10 Joel Brobecker <brobecker@gnat.com>
9641
7fb623f7 9642 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
9643 where the proper version of autoconf can be retrieved.
9644
a71ec265
DH
96452002-07-09 Don Howard <dhoward@redhat.com>
9646
9647 * gdb.texinfo (Command Files): Further describe the behavior of
9648 sourced command files.
9649
b9aa90c9
AC
96502002-06-27 Andrew Cagney <ac131313@redhat.com>
9651
9652 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9653 (Coding): Clarify ISO C version that GDB assumes.
9654
40dd2248
TT
96552002-06-26 Tom Tromey <tromey@redhat.com>
9656
9657 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9658 add_setshow_cmd_full.
9659
bfac230e
DH
96602002-06-25 Don Howard <dhoward@redhat.com>
9661
9662 * gdb.texinfo (Memory Region Attributes): Document new behavior
9663 for 'mem' command.
9664
475b0867
JB
96652002-06-11 Jim Blandy <jimb@redhat.com>
9666
919d772c
JB
9667 * gdb.texinfo (Symbols): Update documentation for `info source'
9668 command.
9669
475b0867
JB
9670 * gdb.texinfo (Macros): Call the command `info macro', not
9671 `show macro'.
9672
ba8c9337
AC
96732002-06-09 Andrew Cagney <ac131313@redhat.com>
9674
9675 * gdbint.texinfo (Coding): Add section ``Per-architecture module
9676 data''.
9677
1029b7fa
MK
96782002-06-09 Mark Kettenis <kettenis@gnu.org>
9679
9680 * gdbint.texinfo (Target Architecture Definition): Document
9681 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9682
16737d73
AC
96832002-06-08 Andrew Cagney <ac131313@redhat.com>
9684
9685 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9686 lists.
9687
30107679
AC
96882002-06-08 Andrew Cagney <ac131313@redhat.com>
9689
9690 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9691 Branch''.
9692
3352e23e
AC
96932002-06-01 Andrew Cagney <ac131313@redhat.com>
9694
9695 * gdbint.texinfo (Target Architecture Definition): Add section
9696 ``Converting an existing Target Architecture to Multi-arch''.
9697
cbb09e6a
AC
96982002-05-30 Andrew Cagney <ac131313@redhat.com>
9699
9700 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9701 to ``Obsoleting code''. Revise.
9702
e2e0bcd1
JB
97032002-05-17 Jim Blandy <jimb@redhat.com>
9704
9705 * gdb.texinfo (C Preprocessor Macros): New chapter.
9706 Include it in the main menu.
9707 (Contributors): Credit Jim Blandy with macro support.
9708 (Compilation): Explain how to get macro information into the
9709 executable.
9710 (Expressions): Note that preprocessor macros are expanded.
9711
9db8d71f
DJ
97122002-05-14 Daniel Jacobowitz <drow@mvista.com>
9713
9714 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9715 options for `target remote'.
9716
6d531722
AC
97172002-05-13 Andrew Cagney <ac131313@redhat.com>
9718
9719 * gdbint.texinfo (Target Architecture Definition): Delete
9720 documentation on NNPC_REGNUM.
9721
13d01224
AC
97222002-05-11 Andrew Cagney <ac131313@redhat.com>
9723
9724 * gdbint.texinfo (Target Architecture Definition): Document
9725 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9726 (Target Architecture Definition): Revise section `Using Different
9727 Register and Memory Data Representations'. Add section `Raw and
9728 Virtual Register Representations'.
9729
b2e75d78
AC
97302002-05-11 Andrew Cagney <ac131313@redhat.com>
9731
9732 * gdbint.texinfo (Target Architecture Definition): Mention
9733 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9734 (Target Architecture Definition): Mention same. Add references to
9735 web pages.
9736
2c8682ee
MS
97372002-05-08 Michael Snyder <msnyder@redhat.com>
9738
9739 * stabs.texinfo (Attributes): Document new "vector" attribute.
9740
0816590b
AC
97412002-05-04 Andrew Cagney <ac131313@redhat.com>
9742
9743 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9744
2653173e
AC
97452002-05-04 Andrew Cagney <ac131313@redhat.com>
9746
9747 * gdb.texinfo: Delete obsolete references to a29k.
9748
d7bd68ca
AC
97492002-04-24 Andrew Cagney <ac131313@redhat.com>
9750
9751 * gdbint.texinfo (Target Architecture Definition): Replace
9752 IN_SIGTRAMP with PC_IN_SIGTRAMP.
9753
21d83aa5
DM
97542002-04-24 David S. Miller <davem@redhat.com>
9755
9756 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9757
7673a6cc
DM
97582002-04-21 David S. Miller <davem@redhat.com>
9759
9760 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9761
d49d1e0a
AC
97622002-04-21 Andrew Cagney <ac131313@redhat.com>
9763
9764 * gdbint.texinfo (Target Architecture Definition): Delete
9765 definition of HAVE_REGISTER_WINDOWS.
9766
f7dc1244 97672002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
9768
9769 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
9770 "Theodore A. Roth" <troth@verinet.com>.
9771
5ca0cb28
DH
97722002-04-15 Don Howard <dhoward@redhat.com>
9773
f7dc1244 9774 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 9775 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 9776 Provide a better explaination of this feature.
5ca0cb28 9777
f208ba17
AC
97782002-04-14 Andrew Cagney <ac131313@redhat.com>
9779
9780 * gdbint.texinfo (Target Architecture Definition): Remove
9781 FRAME_CHAIN_COMBINE.
9782
d5ba91de
MC
97832002-04-12 Michael Chastain <mec@shout.net>
9784
9785 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9786 REG_STACK_SEGMENT.
9787
26818220
MC
97882002-04-09 Michael Chastain <mec@shout.net>
9789
9790 * gdbint.texinfo (Obsolete Conditionals): Remove references to
9791 PYRAMID_* macros.
9792
129188f6
AC
97932002-04-07 Andrew Cagney <ac131313@redhat.com>
9794
9795 * gdb.texinfo (Bug Reporting): Document that the web is the
9796 prefered way of submitting bug reports.
9797 (Bug Reporting): Delete the s-mail address as the last resort.
9798
8227c0ff
AC
97992002-04-05 Andrew Cagney <ac131313@redhat.com>
9800
9801 * gdbint.texinfo (Target Architecture Definition): Delete
9802 references to TARGET_WRITE_FP and write_fp.
9803
16d9dec6
MS
98042002-03-27 Michael Snyder <msnyder@redhat.com>
9805
9806 * gdb.texinfo: Document new commands dump, append, and restore.
9807
9ae8b82c
AC
98082002-03-27 Andrew Cagney <ac131313@redhat.com>
9809
9810 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9811 Branch'.
9812
474c8240
AC
98132002-03-18 Andrew Cagney <ac131313@redhat.com>
9814
9815 * gdb.texinfo: Change all examples to @smallexample.
9816 * gdbint.texinfo: Ditto.
a9331b3f 9817
fb0ff88f
AC
98182002-03-18 Andrew Cagney <ac131313@redhat.com>
9819
9820 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9821 Branches''.
9822
9bb0a4d8
AC
98232002-03-18 Andrew Cagney <ac131313@redhat.com>
9824
9825 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9826 Policy''.
9827
937f164b
FF
98282002-03-04 Fred Fish <fnf@redhat.com>
9829
9830 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9831 expresson, suports, dependant, trhe, perhaphs, situtations,
9832 explictily, taged, oportunity, unfortunatly).
9833
a7b40f07
AC
98342002-02-24 Andrew Cagney <ac131313@redhat.com>
9835
9836 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9837 Remove reference to 3.12.
9838
aab4e0ec
AC
98392002-02-23 Andrew Cagney <ac131313@redhat.com>
9840
9841 * gdbint.texinfo: Include fdl.texi.
9842 (Top): Add GNU Free Documentation License.
9843 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9844 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9845 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9846 (gdbint.info): Add srcdir to include path.
9847 * gdb.texinfo: Include gpl.texi.
9848 (Top): Add Copying.
9849 * gpl.texi: New file.
9850
47b95330
AC
98512002-02-23 Andrew Cagney <ac131313@redhat.com>
9852
9853 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9854
78c47bea
PM
98552002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9856
9857 * gdb.texinfo: Document Cygwin native specific commands.
9858
56460a61
DJ
98592002-02-15 Daniel Jacobowitz <drow@mvista.com>
9860
9861 * gdb.texinfo: Document gdbserver ``--attach'' command.
9862
def71bfa
MS
98632002-02-07 Michael Snyder <msnyder@redhat.com>
9864
9865 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9866 to @code(_ovly_debug_event).
9867
c928edc0
AC
98682002-02-07 Andrew Cagney <ac131313@redhat.com>
9869
9870 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9871
81d46470
MS
98722002-02-06 Michael Snyder <msnyder@redhat.com>
9873
9874 * gdb.texinfo (overlays): Mention new magic symbol
9875 '_ovly_debug_event', which allows GDB to keep better track
9876 of overlays.
9877
f7dc1244 98782002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
9879
9880 * gdb.texinfo (Memory Region Attributes): Fix the wording.
9881 Suggested by Dmitry Sivachenko.
9882
9883 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9884
15110bc3
MS
98852002-02-01 Michael Snyder <msnyder@redhat.com>
9886
9887 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9888
6763aef9
MS
98892002-01-30 Michael Snyder <msnyder@redhat.com>
9890
ac282366
MS
9891 * gdb.texinfo: (remote protocol): Gramatical fix-up.
9892 (set trust-readonly-sections): Document.
6763aef9 9893
8642bc8f
AC
98942002-01-29 Andrew Cagney <ac131313@redhat.com>
9895
9896 * gdbint.texinfo (Releasing GDB): Revise and update.
9897
afe64c1a
AC
98982002-01-28 Andrew Cagney <ac131313@redhat.com>
9899
9900 * gdbint.texinfo (Target Architecture Definition): Delete
9901 description of TARGET_BYTE_ORDER_DEFAULT.
9902
f7dc1244 99032002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
9904
9905 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
9906 <mitya@cavia.pp.ru>.
9907
3d6e1b5a
AC
99082002-01-23 Andrew Cagney <ac131313@redhat.com>
9909
9910 * libgdb.texinfo: Delete file.
9911
6c0e9fb3
AC
99122002-01-22 Andrew Cagney <ac131313@redhat.com>
9913
9914 * gdb.texinfo: Remove makeinfo 3.12 hacks.
9915 * gdbint.texinfo: Ditto.
9916
e0ce93ac
AC
9917Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
9918
9919 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9920
be298bcc
AC
99212002-01-22 Andrew Cagney <ac131313@redhat.com>
9922
9923 * Makefile.in: Update copyright.
9924 (TEXI2DVI): Define.
9925 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9926 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
9927 gdb-cfg.texi.
9928 (TEXINDEX, PDFTEX): Delete makefile variables.
9929
8e04817f
AC
99302002-01-22 Andrew Cagney <ac131313@redhat.com>
9931
9932 * gdb.texinfo (Protocol): Move section to appendix.
9933
6b2f586d
AC
99342002-01-21 Andrew Cagney <ac131313@redhat.com>
9935
9936 * gdb.texinfo (Remote Debugging): Create a menu.
9937 (Top): Add ``Remote Debugging'' to menu.
9938
6f05cf9f
AC
99392002-01-21 Andrew Cagney <ac131313@redhat.com>
9940
9941 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9942 serial protocol'' from here.
9943 (Remote Debugging): To here. New chapter.
9944
3fd3d7d2
AC
99452002-01-20 Andrew Cagney <ac131313@redhat.com>
9946
9947 * gdbint.texinfo (Target Architecture Definition): Delete
9948 description of TARGET_BYTE_ORDER_SELECTABLE_P.
9949
7fd60527
AC
99502002-01-20 Andrew Cagney <ac131313@redhat.com>
9951
9952 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
9953 are no longer needed.
9954 (Porting GDB): Add maintainer note about configure.host.
9955
c2f05ac9
AC
99562002-01-20 Andrew Cagney <ac131313@redhat.com>
9957
9958 * gdbint.texinfo (Target Architecture Definition): Remove
9959 definition of IEEE_FLOAT.
9960
f7dc1244 99612002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
9962
9963 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
9964 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
9965 <3diff@gnu.org>
231b2aad 9966
82600034
AC
99672002-01-19 Andrew Cagney <ac131313@redhat.com>
9968
9969 * gdbint.texinfo (Host Definition): Remove references to
9970 MALLOC_INCOMPATIBLE.
9971
7708fa01
AC
99722002-01-17 Andrew Cagney <ac131313@redhat.com>
9973
9974 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
9975 and xyz-xdep.o.
9976
eb12ee30
AC
99772002-01-17 Andrew Cagney <ac131313@redhat.com>
9978
889bf7c5 9979 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
9980 (Set Breaks): Copy ``maint info breakpoint'' doco to
9981 ``Maintenance Commands'' appendix. Add reference.
9982
c9ccaa92
AC
99832002-01-17 Andrew Cagney <ac131313@redhat.com>
9984
9985 * fdl.texi: Remove next/prev from @node.
9986
f7dc1244 99872002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
9988
9989 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
9990 for monstrous @multitable (from Brian Youmans).
9991
9992 * fdl.texi: New file.
9993
9994 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
9995
8973da3a
AC
99962002-01-15 Andrew Cagney <ac131313@redhat.com>
9997
9998 * gdbint.texinfo (Releasing GDB): New chapter.
9999
7d86b5d5
AC
100002002-01-14 Andrew Cagney <ac131313@redhat.com>
10001
10002 * gdb.texinfo (Embedded Processors, Calling program functions):
10003 Obsolete references to a29k.
10004
cc1cb004
AC
100052002-01-13 Andrew Cagney <ac131313@redhat.com>
10006
10007 * gdbint.texinfo (Coding): Review Cleanups section. Examples
10008 examples. Document that a code-block should do or discard its
10009 cleanups before exit.
10010
79f12247
MS
100112002-01-11 Michael Snyder <msnyder@redhat.com>
10012
10013 * gdb.texinfo (Choosing files): Change @samp to @file.
10014
19837790
MS
100152002-01-05 Michael Snyder <msnyder@redhat.com>
10016
10017 * gdb.texinfo (--pid): Document new command line option (attach).
10018
f7dc1244 100192002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
10020
10021 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
10022 in the stub.
10023
d7449b42
AC
100242002-01-04 Andrew Cagney <ac131313@redhat.com>
10025
10026 * gdbint.texinfo (Target Architecture Definition): Replace
10027 BIG_ENDIAN with BFD_ENDIAN_BIG.
10028
f23631e4
AC
100292002-01-03 Andrew Cagney <ac131313@redhat.com>
10030
10031 * gdbint.texinfo (Target Architecture Definition): Replace
10032 value_ptr with struct value pointer.
10033
72c9928d
EZ
100342002-01-02 Eli Zaretskii <eliz@gnu.org>
10035
10036 * gdb.texinfo (Free Software): Fix wording.
10037
959acfd1
EZ
100382001-12-31 Eli Zaretskii <eliz@gnu.org>
10039
10040 * gdb.texinfo (Free Software): New section ``Free Software Needs
10041 Free Documentation''.
10042
f7dc1244 100432001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
10044
10045 * stabs.texinfo:
10046 * gdb.texinfo:
10047 * gdbint.texinfo:
10048 * libgdb.texinfo:
10049 * annotate.texi: Fix the application of GFDL in the Copyright notice.
10050
6600abed
MS
100512001-12-29 Michael Snyder <msnyder@redhat.com>
10052
10053 * gdb.texinfo (maint info sections): Fix typo.
10054
f6680716
MS
100552001-12-26 Michael Snyder <msnyder@redhat.com>
10056
fe95c787
MS
10057 * gdb.texinfo (maint info sections): Document.
10058
a9331b3f 10059 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
10060 'info proc' sub-options that are currently not implemented.
10061
c3d3ce5b
JB
100622001-12-20 Jim Blandy <jimb@redhat.com>
10063
10064 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
10065
778eb05e
AC
100662001-12-15 Andrew Cagney <ac131313@redhat.com>
10067
10068 * gdbint.texinfo (Target Architecture Definition): Replace
10069 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
10070
2607059c
AC
100712001-12-01 Andrew Cagney <ac131313@redhat.com>
10072
10073 * gdbint.texinfo (Host Definition): Delete documentation on
10074 HOST_BYTE_ORDER.
10075
df0cd8c5
JB
100762001-11-30 Jim Blandy <jimb@redhat.com>
10077
10078 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 10079 overlay support. Add to top-level menu.
df0cd8c5 10080
88118b3a
TT
100812001-11-26 Tom Tromey <tromey@redhat.com>
10082
10083 * gdb.texinfo (Command Syntax): Document C-o binding.
10084
96565e91
CF
100852001-07-26 Christopher Faylor <cgf@redhat.com>
10086
10087 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
10088 use since it is described in the referenced section.
10089
f7dc1244 10090 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
10091 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
10092 clearer when using DJGPP.
10093
2a3d5645
CF
100942001-11-24 Christopher Faylor <cgf@redhat.com>
10095
10096 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
10097 specifically refer to MS-DOS.
10098 (command files): Mention gdb.ini is only used on MS-DOS.
10099
aa26fa3a
TT
101002001-11-21 Tom Tromey <tromey@redhat.com>
10101
10102 * gdb.texinfo (Invoking GDB): Document --args.
10103 (Mode Options): Likewise.
10104
4f8ada06
JB
101052001-11-21 Jim Blandy <jimb@redhat.com>
10106
10107 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
10108 Delete documentation; this macro has been removed from the
10109 sources.
4f8ada06 10110
3fe0dc10
JB
101112001-11-13 Jim Blandy <jimb@redhat.com>
10112
10113 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
10114
9e5abb06
CV
101152001-11-06 Corinna Vinschen <vinschen@redhat.com>
10116
10117 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
10118
1c5dfdad
MS
101192001-11-05 Michael Snyder <msnyder@redhat.com>
10120
a9331b3f 10121 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
10122 quote regexp chars in function names such as "operator*()".
10123
990f9fe3
FF
101242001-11-01 Fred Fish <fnf@redhat.com>
10125
10126 * gdbint.texinfo (SOLIB_ADD): Document additional new
10127 "readsyms" arg.
10128
b433d00b
DH
101292001-10-30 Don Howard <dhoward@redhat.com>
10130
070b1dd3
DH
10131 * gdb.texinfo: (Command Files) Added documentation for the
10132 behavior of gdb with input redirected from a file.
b433d00b 10133
b7209cb4
FF
101342001-10-28 Fred Fish <fnf@redhat.com>
10135
10136 * gdb.texinfo (auto-solib-add): Change docs to match
10137 implementation change.
10138 (auto-solib-limit): Add docs for new variable.
10139
1aa20aa8
AC
101402001-10-15 Andrew Cagney <ac131313@redhat.com>
10141
10142 * gdbint.texinfo (Target Architecture Definition): Function
10143 value_as_pointer renamed to value_as_address.
10144
fc0c74b1
AC
101452001-10-15 Andrew Cagney <ac131313@redhat.com>
10146
10147 * gdbint.texinfo (Target Architecture Definition): Default
10148 POINTER_TO_ADDRESS functions assume unsigned addresses.
10149 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
10150 posting by Jim Blandy.
10151
f4846649
JB
101522001-10-12 Jim Blandy <jimb@redhat.com>
10153
10154 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
10155 version of texi2html (1.64) doesn't support this flag any more.
10156
f277788b
MK
101572001-09-08 Mark Kettenis <kettenis@gnu.org>
10158
a9dc4918
MK
10159 * gdbint.texinfo (Host Definition): Remove description of
10160 MEM_FNS_DECLARED.
10161
d28379df
MK
10162 * gdbint.texinfo (Host Definition): Remove description of R_OK.
10163
f277788b
MK
10164 * gdbint.texinfo (Host Definition): Remove description of
10165 HAVE_SIGSETMASK.
10166
7ccaa899
EZ
101672001-09-04 Elena Zannoni <ezannoni@redhat.com>
10168
10169 * gdbint.texinfo (Target Architecture Definition): Add
10170 explanation of TARGET_PRINT_INSN macro.
10171
17d9d558
JB
101722001-08-30 Jim Blandy <jimb@redhat.com>
10173
10174 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
10175 Explain what it means to load relocatable files.
10176
72cde065
JB
101772001-08-28 Jim Blandy <jimb@redhat.com>
10178
10179 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
10180 info `top' menu.
10181
9e678452
CF
10182Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
10183
10184 * gdbint.texinfo: Add a cautionary note about macro use.
10185
a2bea4c3 101862001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 10187
a2bea4c3
CV
10188 * gdb.texinfo: Explain omitting the hostname in the
10189 `target remote' command.
10190
1129bf27
DJ
101912001-07-30 Daniel Jacobowitz <drow@mvista.com>
10192
10193 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
10194 and END-INFO-DIR-ENTRY.
10195
732b3002
SC
101962001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10197
10198 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
10199
89437448
AC
102002001-07-25 Andrew Cagney <ac131313@redhat.com>
10201
10202 * gdbint.texinfo (libgdb): Rewrite.
10203
f7dc1244 102042001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
10205
10206 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
10207
c4555f82
SC
102082001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10209
10210 * gdb.texinfo (TUI): New chapter, document the TUI.
10211 (Mode Options): Document the -tui option.
10212
2f45a6e0
MK
102132001-07-23 Mark Kettenis <kettenis@gnu.org>
10214
10215 * gdbint.texinfo (Host Definition): Remove description of
10216 NEED_POSIX_SETPGID.
10217
f7dc1244 102182001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
10219
10220 * gdb.tex (DJGPP Native): New node, with descriptions of
10221 DJGPP-specific commands.
10222
be9c6c35
JM
102232001-07-19 John R. Moore <jmoore@redhat.com>
10224
10225 * gdbint.texinfo: Three misspellings.
10226
dfa249fb
AC
102272001-07-06 Andrew Cagney <ac131313@redhat.com>
10228
10229 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
10230 `test` expressions on bash. Problem reported by Colin Walters.
10231
c72e7388
AC
102322001-07-04 Andrew Cagney <ac131313@redhat.com>
10233
10234 * gdbint.texinfo (User Interface): Update ui-out documentation to
10235 refelect recent UI/MI updates.
10236
94bbb2c0
AC
102372001-07-04 Andrew Cagney <ac131313@redhat.com>
10238
10239 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
10240 interpreters.
10241
af6c57ea
AC
102422001-06-15 Andrew Cagney <ac131313@redhat.com>
10243
10244 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
10245 structure and not macros.
10246 (Host Definition): Document that much of this chapter is obsolete.
10247 (Target Architecture Definition): Update list of files that make
10248 up a target architecture.
10249 (Coding): Update.
10250
83aa8bc6
AC
102512001-06-28 Andrew Cagney <ac131313@redhat.com>
10252
10253 * gdbint.texinfo (Target Architecture Definition): Update
10254 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
10255 The latter has been changed to a true predicate.
10256
f7dc1244 102572001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
10258
10259 * annotate.texi: Add @noindent where needed. From Dmitry
10260 Sivachenko <dima@Chg.RU>.
10261 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
10262
656db9b0
AC
102632001-06-16 Andrew Cagney <ac131313@redhat.com>
10264
10265 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
10266
df2396a1
AC
102672001-06-14 Andrew Cagney <ac131313@redhat.com>
10268
10269 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
10270 returns ``OK''. Document that the ``R'' packet does not reply.
10271
0f1f2b0a
MS
102722001-06-13 Michael Snyder <msnyder@redhat.com>
10273
10274 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
10275
f7dc1244 102762001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
10277
10278 * gdb.texinfo (Signals): Clarify the default setting of signal
10279 handling.
10280
a5d7c491
AC
102812001-05-14 Andrew Cagney <ac131313@redhat.com>
10282
10283 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
10284 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
10285
05a54c4f
AC
102862001-05-12 Andrew Cagney <ac131313@redhat.com>
10287
10288 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
10289
f7dc1244 102902001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
10291
10292 * gdbint.texinfo (Clean Design and Portable Implementation):
10293 Renamed from "Clean Design".
10294 (Clean Design and Portable Implementation): Document portable
10295 methods of handling file names, and the associated macros.
10296
f7dc1244 102972001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
10298
10299 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
10300 command and provide a cross-reference to its description.
10301 (Symbols): Note that "info scope" is useful for trace experiments.
10302
f7dc1244 103032001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 10304
b37052ae
EZ
10305 * gdb.texinfo (Symbols): Document "info scope".
10306 (Tracepoints): New chapter.
10307 (Contributors): Update for v5.1.
10308 <All nodes>: Change "C++" to "C@t{++}".
10309
0ee54786
EZ
10310 * gdbint.texinfo (User Interface): A new section about ui_out
10311 functions, based on text written by Fernando Nasser.
10312
c534679c
EZ
10313 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
10314
f7dc1244 103152001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 10316
e9c75b65
EZ
10317 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
10318
10319 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
10320
10321 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
10322 Replace "GDB" with "@value{GDBN}". Fix markup.
10323
10324 * annotate.texi: Change Permissions to GFDL. Update Copyright.
10325
3d67e040
EZ
10326 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
10327 a cross-reference to its description.
10328 (Symbols): Document "info symbol".
10329
f7dc1244 103302001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
10331
10332 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
10333 subsection "x86 Watchpoints".
10334 (Target Architecture Definition): Document the macros
10335 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
10336 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
10337
b0ed3589
AC
103382001-03-20 Andrew Cagney <ac131313@redhat.com>
10339
10340 * gdbint.texinfo (Target Architecture Definition): Update
10341 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
10342 list.
10343
b6ba6518
KB
103442001-03-06 Kevin Buettner <kevinb@redhat.com>
10345
10346 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
10347 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
10348
f7dc1244 103492001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
10350
10351 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
10352
f7dc1244 103532001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 10354
17cc6a06
EZ
10355 * gdb.texinfo (Environment): Document that `path' does not change
10356 the value of PATH in GDB's own environment (it did in the past,
10357 but that was changed on March 15, 1994). Reported by Doug Evans
10358 <dje@transmeta.com>.
10359
56caf160
EZ
10360 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
10361 its line. Fix markup of commands and macros. Add an Index node
10362 and index entries.
10363
29e57380
C
103642001-01-23 J.T. Conklin <jtc@redback.com>
10365
10366 * gdb.texinfo (Memory region attributes): New manual section.
10367
1c6147de
ND
103682001-01-04 Nicholas Duffek <nsd@redhat.com>
10369
10370 * gdbint.texinfo (POP_FRAME): Document use by return_command.
10371
f7dc1244 103722000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
10373
10374 * refcard.tex: Version and copyright fixed. From Phil Edwards
10375 <pedwards@disaster.jaj.com>.
10376
0dcedd82
AC
10377Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
10378
10379 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 10380 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 10381
3b851bce
AC
10382Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
10383
10384 * gdbint.texinfo (Coding): Update current value of
889bf7c5 10385 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 10386
f7dc1244 103872000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
10388
10389 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
10390 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
10391
b90a5f51
CF
103922000-11-10 Christopher Faylor <cgf@cygnus.com>
10393
10394 * gdb.texinfo: Document new 'set step-mode' command.
10395
f7dc1244 103962000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
10397
10398 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
10399 changes from Dmitry Sivachenko <dima@Chg.RU>.
10400
f7dc1244 104012000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
10402
10403 * gdb.texinfo (Hooks): Document the new post-hook functionality.
10404 From Steven Johnson <sbjohnson@ozemail.com.au>.
10405
2e685b93
MK
104062000-08-10 Mark Kettenis <kettenis@gnu.org>
10407
10408 * gdbint.texinfo (Overall Structure): Spelling fix.
10409
f7dc1244 104102000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
10411
10412 * gdbint.texinfo (Target Architecture Definition): Document that
10413 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
10414 for which REGISTER_CONVERTIBLE returns a zero value.
10415
63ac3005
EZ
104162000-07-08 Christopher Faylor <cgf@cygnus.com>
10417
10418 * Makefile.in (install-info): Find files to install in either the
10419 build or source directories (adapted from Makefile.am).
10420
bd79f757
ND
104212000-07-07 Nicholas Duffek <nsd@redhat.com>
10422
10423 * stabs.texinfo: Fix spelling errors.
10424 (String Field): FILE-NUMBER starts from 0, not 1.
10425
f7dc1244 104262000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
10427
10428 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 10429 Brian Youmans.
5f208f6d 10430
f7dc1244 104312000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
10432
10433 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
10434 the source directory. Reported by Mark Harig
10435 <markh@frazier.landmark.com>.
cc542d3b 10436
f3b28801
C
104372000-06-20 J.T. Conklin <jtc@redback.com>
10438
10439 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
10440
449f3b6c
AC
10441Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
10442
10443 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 10444 Generate using pdftex.
449f3b6c 10445 (PDFTEX): Define.
889bf7c5 10446 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 10447 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 10448 @contents at the start.
449f3b6c 10449
f7dc1244 104502000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
10451
10452 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 10453 Youmans.
48e934c6 10454
9e9c5ae7
AC
10455Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
10456
10457 From Brian Youmans:
10458 * gdb.texinfo: Fix ``et al.''.
10459
c741b251
AC
10460Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
10461
10462 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 10463 loop.
c741b251 10464
4ab64e14
JG
104652000-05-19 Jimmy Guo <guo@cup.hp.com>
10466
10467 * configure: Regenerate.
10468
f7dc1244 104692000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
10470
10471 * Makefile.in (install-info): Run install-info on installed Info
10472 files.
10473
8c70017b
AC
10474Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10475
a7cb598a 10476 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 10477 Andrew Cagney.
8c70017b 10478
f7dc1244 104792000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
10480
10481 * gdb.texinfo: Proofreading changes from Brian Youmans.
10482
bf0184be
ND
104832000-05-01 Nick Duffek <nsd@cygnus.com>
10484
10485 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
10486 startup sequence, minor edits.
10487
f7dc1244 104882000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
10489
10490 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
10491 TeX.
10492
10493 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
10494 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
10495 like `n' and `s' which look weird. Convert some of the @kindex to
10496 @vindex, when they refer to variables, not commands.
10497
33e16fad
AC
10498Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10499
10500 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
10501
f7dc1244 105022000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
10503
10504 * Makefile.in (GDBMI_DIR): New variable.
10505 (SET_TEXINPUTS): Add $(GDBMI_DIR).
10506 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
10507 (gdbmi.texinfo): New target, for texi2roff.
10508 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
10509 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
10510
10511 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
10512 gdbmi.texinfo.
10513 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
10514 comment.
10515
d167840f
EZ
105162000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10517
10518 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 10519 command.
d167840f 10520
f7dc1244 105212000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
10522
10523 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
10524 prevents the build (and is generally a Bad Idea).
10525
f7dc1244 105262000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
10527
10528 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
10529 a comma inside @var.
10530 (Command Files): Index markup changes from Dmitry Sivachenko
10531 <dima@Chg.RU>.
10532
f7dc1244 105332000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
10534
10535 * Makefile.in (LN_S): Define.
10536 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10537 invoke "ln -s" unless it is known to work.
10538
10539 * configure.in (AC_PROG_LN_S): Add.
10540
8dc7983f
JB
105412000-04-14 Jim Blandy <jimb@redhat.com>
10542
10543 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10544 section.
10545 (Target Conditionals): Document ADDRESS_TO_POINTER,
10546 POINTER_TO_ADDRESS.
10547
1a8237e8
DB
105482000-04-11 Daniel Berlin <dan@cgsoftware.com>
10549
10550 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10551 gdb-cfg.texi to get the value.
10552
ca526f1a
JB
105532000-04-10 Jim Blandy <jimb@redhat.com>
10554
10555 * gdbint.texinfo (Target Architecture Definition): Fix
10556 cross-references.
10557
faaafcb4
JB
105582000-04-08 Jim Blandy <jimb@redhat.com>
10559
10560 * gdbint.texinfo (Using Different Register and Memory Data
10561 Representations): New section.
10562 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
10563 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10564 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 10565
1b27397f
AC
10566Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
10567
10568 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 10569 for acknowledgments.
1b27397f 10570
480ff1fb
AC
10571Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
10572
10573 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 10574 qThreadExtraInfo.
480ff1fb 10575
a9331b3f 105762000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 10577
a9331b3f
RM
10578 * gdb.texinfo: Clarify which remote debug protocol commands are
10579 required and which are optional.
f1251bdd 10580
dbeb8dbd
AC
10581Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
10582
10583 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
10584 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
10585 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
10586 * annotate.texi: Update.
10587
6d2ebf8b
SS
105882000-03-28 Stan Shebs <shebs@apple.com>
10589
10590 * gdb.texinfo: Update dates, bump to Eighth Edition (note
10591 expectation of additional changes before release), update
10592 ISBN, add copy of top-level menu for @ifhtml, remove explicit
10593 node links, rephrase and/or shorten lines to fix formatting
10594 problem in both regular and @smallbook formats.
10595 * annotate.texi: Shorten lines in example, use smallexample
10596 consistently everywhere.
10597 * Makefile.in: Add comment about texinfo 4.0 html generation.
10598 (SFILES_INCLUDED): Add annotate.texi.
10599
5d161b24
DB
106002000-03-27 Daniel Berlin <dan@cgsoftware.com>
10601
5ae4183a
AS
10602 * gdb.texinfo (Debugging Output): Added new section, documenting
10603 the "set/show debug" commands.
5d161b24 10604
b9deaee7
AC
10605Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
10606
10607 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 10608 entry.
b9deaee7
AC
10609
10610 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10611 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 10612 @chapter and @node entries.
a9331b3f 10613
b9deaee7 10614 * gdb.texinfo: Link all top-level nodes.
a9331b3f 10615
9ef47d30
AC
10616Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10617
10618 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 10619 files.
9ef47d30 10620
cfeada60
FN
106212000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
10622
10623 From David Whedon <dwhedon@gordian.com>
5ae4183a 10624 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 10625
6837a0a2
DB
106262000-03-22 Daniel Berlin <dan@cgsoftware.com>
10627
10628 * gdb.texinfo: Add documentation for the apropos command.
10629
bba2971c
MS
106302000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10631
10632 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10633
2b628194
MS
106342000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10635
a9331b3f 10636 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
10637 two places.
10638
96a2c332
SS
106392000-03-17 Stan Shebs <shebs@apple.com>
10640
10641 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10642 <dima@Chg.RU>, also clarification of allowed content for
10643 string constants.
10644
f7dc1244 106452000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
10646
10647 * gdb.texinfo (main menu): Add Annotations.
10648 (File Options): Add @cindex entries for each command-line option.
10649 Document --epoch, --annotate, --async, --interpreter, --write,
10650 --statistics, and --version.
10651
10652 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
10653 of GDB.
10654
9d233477
JB
106552000-02-23 Jim Blandy <jimb@redhat.com>
10656
10657 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10658
14e0eb3b
JB
106592000-02-22 Jim Blandy <jimb@redhat.com>
10660
10661 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10662
3555de01
JM
106632000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
10664
10665 * Makefile.in (diststuff): New target.
10666
5e35df8e
KB
106672000-02-15 Kevin Buettner <kevinb@redhat.com>
10668
10669 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 10670 architecture. [From Jim Wilson.]
5e35df8e 10671
c5394b80
JM
106722000-01-16 Tom Tromey <tromey@cygnus.com>
10673
10674 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10675 (Delete Breaks): Mention range arguments.
10676 (Disabling): Likewise.
10677
c3f6f71d
JM
106782000-01-05 Dmitry Sivachenko <dima@Chg.RU>
10679
10680 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
10681
c4093a6a
JM
10682Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
10683
10684 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 10685 valid functions.
c4093a6a 10686
11cf8741
JM
106871999-11-05 Stan Shebs <shebs@andros.cygnus.com>
10688
10689 * gdb.texinfo: Clarify regular expressions used in rbreak.
10690
917317f4
JM
106911999-10-15 Kevin Buettner <kevinb@cygnus.com>
10692
10693 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10694 MEMORY_REMOVE_BREAKPOINT): Document.
10695
10696Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
10697
10698 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 10699 offset re-using the DATA offset instead.
917317f4 10700
2df3850c
JM
107011999-10-11 Jim Kingdon <kingdon@redhat.com>
10702
10703 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10704
107051999-10-05 Stan Shebs <shebs@andros.cygnus.com>
10706
10707 From Dmitry Sivachenko <demon@gpad.ac.ru>:
10708 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10709 typos.
10710
10711 * gdb.texinfo: Various minor wording and formatting improvements,
10712 mentions of additional command-line options.
10713
2acceee2
JM
107141999-09-30 Fred Fish <fnf@cygnus.com>
10715
10716 * gdb.texinfo: Document additional forms of specifying section
10717 names and addresses for the add-symbol-file command.
10718
c2c6d25f
JM
107191999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
10720
10721 * gdbint.texinfo: Fix typo, add the word "have".
10722
107231999-09-14 Jim Blandy <jimb@cris.red-bean.com>
10724
10725 * gdbint.texinfo (Target Architecture Definition): Document the
10726 SKIP_PERMANENT_BREAKPOINT macro.
10727
d4f3574e
SS
107281999-09-07 Stan Shebs <shebs@andros.cygnus.com>
10729
10730 * gdb.texinfo: Fiks speling errers.
10731
10732 * gdb.texinfo: Fix uses of @multitable.
10733
f7dc1244 10734 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 10735 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 10736 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
10737 comments about using with optimization, add more indexing,
10738 fix info about disassembly-flavor.
10739
10740Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
10741
10742 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10743 SKIP_SOLIB_RESOLVER): Define.
10744
10745Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
10746
10747 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 10748 ``g'' packets.
d4f3574e 10749
104c1213
JM
107501999-08-30 Stan Shebs <shebs@andros.cygnus.com>
10751
10752 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
10753 platform-specific info, inline remote.texi and move sections of it
10754 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
10755 and register stack into the new chapter.
10756 * remote.texi: Remove, now part of gdb.texinfo.
10757 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10758
107591999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
10760
10761 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10762 GDB_TARGET_IS_MACH386): These kludges have gone away.
10763
10764Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
10765
10766 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 10767 TDEPLIBS.
104c1213 10768
53a5351d
JM
107691999-08-20 Stan Shebs <shebs@andros.cygnus.com>
10770
10771 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10772 surrounding text to fit HP-UX bits into general info.
10773 (HPPA-cfg.texi): Remove, no longer useful.
10774
10775 * gdb.texinfo: Remove explicit links from @node lines, remove
10776 HP-added "Detailed Node Listing" from main menu which confuses
10777 things.
10778
10779 From Dmitry Sivachenko <dima@Chg.RU>:
10780 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 10781 in description of `set environment'.
53a5351d
JM
10782
107831999-08-17 Stan Shebs <shebs@andros.cygnus.com>
10784
10785 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10786
7be570e7
JM
107871999-08-12 Ben Elliston <bje@cygnus.com>
10788
10789 * gdbint.texinfo (Breakpoint Handling): Add missing words.
10790
f7dc1244 107911999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
10792
10793 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
10794 watch, awatch, and rwatch. Explain why the latter two cannot be
10795 set as software watchpoints. Document that watchpoints for local
10796 variables are deleted when the debuggee terminates.
7be570e7
JM
10797
10798Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
10799
10800 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
10801 packet. Allow E.. response packet. "qRcmd" packet is no longer
10802 reserved.
7be570e7
JM
10803
108041999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10805
a9331b3f
RM
10806 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10807 * gdb.texinfo: Ditto.
7be570e7 10808
96baa820
JM
108091999-08-06 Tom Tromey <tromey@cygnus.com>
10810
10811 * gdb.texinfo (KOD): New node.
10812
10813Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
10814
10815 * remote.texi (Rcmd): Fix minor formatting typos.
10816
10817Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
10818
10819 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 10820 packets.
96baa820 10821
adf40b2e
JM
108221999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
10823
10824 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10825 fixes.
10826
43ff13b4
JM
10827Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
10828
10829 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10830
085dd6e6
JM
10831Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
10832
10833 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
10834 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
10835 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
10836 packets that are not supported on all hosts. Expand examples.
10837 Spell check.
085dd6e6
JM
10838
108391999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
10840
10841 * Makefile.in: Recognize html, install-html. Add targets
10842 to build HTML versions of documentation via texi2html.
10843
10844Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
10845
10846 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 10847 testsuite.
085dd6e6
JM
10848
10849Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
10850
10851 * remote.texi (Communication Protocol): Rewrite.
10852
10853Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
10854
10855 * stabs.texinfo: Fix uses of xref.
10856
9e0b60a8
JM
10857Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
10858
10859 * gdbint.texinfo: Add an anti-printf exhortation, and update the
10860 info about patch submission.
10861
cce74817
JM
10862Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
10863
10864 From Per Bothner <bothner@cygnus.com>:
10865 * gdb.texinfo: Document Chill support.
10866
10867Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
10868
10869 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
10870 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10871 Document that the value should be greater-than or equal-to zero.
10872 (NO_STD_REGS): Document. Deprecate.
cce74817 10873
ac9a91a7
JM
10874Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10875
10876 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 10877 Document that these are not used.
ac9a91a7
JM
10878
10879Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10880
10881 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10882
392a587b
JM
10883Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
10884
10885 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 10886 numargs was dropped.
392a587b
JM
10887
10888Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
10889
10890 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10891
b83266a0
SS
10892Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
10893
10894 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 10895 Update.
b83266a0 10896
7a292a7a
SS
10897Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
10898
10899 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10900 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10901
10902Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
10903
10904 * gdbint.texinfo: Fix typos: $ -> @.
10905
10906Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
10907
10908 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
10909 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10910 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10911 BREAKPOINT_FROM_PC.
a9331b3f 10912
7a292a7a
SS
10913Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
10914
10915 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 10916 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
10917
10918Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10919
10920 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 10921 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
10922
109231999-04-02 Stan Shebs <shebs@andros.cygnus.com>
10924
10925 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10926 longer exists.
10927
10928Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
10929
10930 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
10931 nearly all @ifset/@ifclear conditionals; nobody uses them, and
10932 they make the manual source incomprehensible.
7a292a7a
SS
10933 * h8-cfg.texi: Remove, hasn't been used in years.
10934
c906108c
SS
10935Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
10936
10937 * gdb.texinfo: Update the credits.
10938
10939Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
10940
10941 * gdb.texinfo: Fix mistakes noticed in printout of last
10942 draft, add Alpha to discussion of heuristic fence post.
10943
10944Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
10945
10946 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
10947 Edition, merge some HP changes into mainline, describe some
10948 previously undocumented features, describe more of the target
10949 commands available, eliminate obsolete section on renamed
10950 commands.
c906108c
SS
10951 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
10952
10953Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
10954
10955 * gdb.texinfo: Make many HPPA conditionals unconditional,
10956 including catchpoint description, since now on for all configs.
10957 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
10958 specializations.
10959
10960Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
10961
10962 * Makefile.in (GDBvn.texi): Fix match expression to work with
10963 current format of VERSION in gdb/Makefile.in.
10964 * gdb.texinfo: Fix node ref to match new readline.
10965
10966Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
10967
a9331b3f
RM
10968 * gdb.texinfo: Changes made as part of a project to merge in
10969 changes made by HP. Documentation makes extensive use of
c906108c
SS
10970 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
10971 on remote debugging. There are differences in documentation
889bf7c5 10972 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
10973 the HP manual discusses catchpoints, hardware watchpoints, and
10974 some HPUX specific limitations for shared library support.
a9331b3f 10975
c906108c
SS
10976 There are also a number of @node changes.
10977
109781999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
10979
10980 * gdbint.texinfo (Formatting): Disambiguate a sentence.
10981 (C Usage): Same.
10982
10983Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
10984
10985 The following changes were made by Edith Epstein
889bf7c5
PA
10986 <eepstein@cygnus.com> as part of a project to merge in changes
10987 made by HP.
a9331b3f 10988
c906108c
SS
10989 * HPPA-cfg.texi: new file.
10990
10991 * all-cfg.texi: set HPPA for HP PA-RISC targets.
10992
10993 * refcard.tex: change documentation about catch.
10994 removed info catch.
10995
10996Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
10997
10998 * gdbint.texinfo: Expand on GDB's coding standards,
10999 specify the use of arg names with prototypes.
11000
110011998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
11002
11003 * gdb.texinfo: Fix tipo.
11004
11005Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
11006
11007 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 11008 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
11009
11010Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
11011
11012 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
11013
110141998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
11015
11016 * agentexpr.texi: New file.
11017
11018Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
11019
11020 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
11021
110221998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
11023
11024 * remote.texi: Changed wording that implied that the GDB remote
11025 protocol caches register values instead of GDB itself.
11026
11027Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
11028
11029 * gdbint.texinfo: Add some info about symbol readers.
11030 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
11031 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
11032 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
11033 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
11034
11035Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
11036
a9331b3f 11037 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
11038
11039Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
11040
11041 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
11042
11043Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
11044
11045 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 11046 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
11047
11048Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
11049
11050 * gdbint.texinfo: Fix minor typos.
11051
11052Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
11053
11054 * gdbint.texinfo: Complete overhaul. Group descriptions more
11055 logically, add more info on generic algorithms, remove much
11056 obsolete and/or wrong material.
11057
11058Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
11059
11060 * stabs.texinfo (Method Type Descriptor): Expand and correct.
11061
11062Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
11063
11064 * refcard.tex: Copyright, address updates.
11065
11066Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
11067
11068 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
11069 for the edition instead of confusing GDB-version-like numbers.
11070
11071Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
11072
11073 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
11074
11075Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
11076
5ae4183a 11077 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
11078
11079Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
11080
11081 * gdb.texinfo: Add some credits, mention bug monitor.
11082 * remote.texi: Mention mips monitor targets.
11083 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 11084
c906108c
SS
11085Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
11086
11087 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
11088 files, finish sorting of host vs target vs native macros, describe
11089 some more of them.
c906108c
SS
11090
11091Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
11092
11093 * gdbint.texinfo (Host Conditionals): Document change from
11094 using NO_MMALLOC to it's inverse, USE_MMALLOC.
11095
11096Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
11097
11098 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 11099 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
11100
11101Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
11102
11103 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
11104 Document LSEEK_NOT_LINEAR.
11105
11106Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
11107
11108 * stabs.texinfo (Stab Section Basics): Make it clear that only
11109 some versions of the GNU linker remove the leading N_UNDF symbol.
11110
11111Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
11112
11113 * stabs.texinfo (String Field): Document type number pairs here,
11114 instead of in the Sun specific section.
11115 (Include Files): The GNU linker supports the N_BINCL
11116 optimization. Clarify the N_BINCL value, and what it is used
11117 for.
11118 (Procedures): Document N_FUN with an empty string to mark the end
11119 of a function.
11120 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
11121 (Sun Differences): Remove this node, as the information is now
11122 elsewhere in the main document.
11123 (Stab Section Basics): Mention that the GNU linker may optimize
11124 stabs and remove the leading N_UNDF symbol.
11125
11126Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
11127
11128 * gdb.texinfo, refcard.tex: Restore author credit
11129
11130Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
11131
11132 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
11133 documentation to account for START and END macros taking
11134 one arg.
11135
11136Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
11137
11138 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
11139 * gdb.texinfo (Frames): Fix typo.
11140
11141Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
11142
11143 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
11144 a target_signal as arg type, not a pid.
11145
11146Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
11147
11148 * gdb.texinfo: Document `set assembly-language'.
11149
11150Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
11151
11152 * remote.texi: Update list of stubs in the GDB distribution.
11153
11154Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
11155
11156 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
11157 Also document that some systems can use mmalloc but must define
11158 this if their C runtime allocates memory that is later freed.
c906108c 11159 (MMCHECK_FORCE): Document new macro.
a9331b3f 11160
c906108c
SS
11161Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
11162
11163 * remote.texi: Add documentation for target Sparclet.
11164
11165Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11166
a9331b3f 11167 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
11168 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
11169 * configure.in: Rewritten for autoconf.
11170 * configure: New.
11171
11172Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
11173
11174 * Makefile.in (DVIPS): New define, set to dvips.
11175 (dvi): Add stabs.dvi.
11176 (ps): New target.
11177 (all-doc): Depend on info, dvi, and ps targets.
11178 (STAGESTUFF): Add *.ps and *.dvi files.
11179 (clean-info, clean-dvi): Remove.
11180 (mostlyclean): Does not depend upon clean-info or clean-dvi,
11181 rules completely rewritten.
11182 (maintainer-clean): Remove clean-info and clean-dvi
11183 dependencies and put their actions in the rules.
11184 (gdb.ps): New target
a9331b3f 11185 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
11186 intermediate TeX files, whether they have 2 or 3 character
11187 extensions.
11188 (gdbint.ps): Add target and rules.
11189 (gdb-internals): Delete unused target.
11190 (Makefile): Depends upon config.status also.
11191
11192Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
11193
11194 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
11195 set.
11196
11197Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
11198
11199 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
11200 * gdb.texinfo (Expressions): Fix erroneous array constant example.
11201
11202Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
11203
11204 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
11205
11206Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11207
11208 * gdb.texinfo (Print settings): Document
11209 `set/show print static-members' commands.
11210
11211Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
11212
11213 * gdbint.texinfo (Native): Document name change, coredep.c to
11214 core-aout.c.
11215
11216Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
11217
11218 * stabs.texinfo (Include Files): Document the values the SunOS4
11219 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
11220
11221Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
11222
11223 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
11224 Fix typo.
11225
11226Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
11227
11228 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
11229 "gdb.tar.Z".
11230
11231Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
11232
11233 * Makefile.in (maintainer-clean): New target, synonym for
11234 realclean.
11235
11236Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
11237
11238 * Update all FSF addresses except those in COPYING* files.
11239
11240Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11241
11242 From Richard Earnshaw (rearnsha@armltd.co.uk):
11243 * gdb.texinfo (convenience variables): Document $_exitcode.
11244 (quit): Document optional expression to use as exit code.
11245
11246Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
11247
11248 * gdb.texinfo, remote.texi: Brought up to date with various
11249 GDB changes.
11250
11251Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
11252
11253 * gdb.texinfo: Update dates and versions, fix comments about
11254 hardware watchpoints in future releases and about the
11255 sharedlibrary command.
11256
11257Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11258
11259 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
11260 C_FUN stab. Other cleanups.
11261
11262Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11263
11264 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
11265 for the sparc stub.
11266
11267Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11268
11269 * annotate.texi: Clarify which addresses have differing formats
11270 depending on the language and which do not.
11271
11272Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11273
11274 * remote.texi (NetWare): Changed example to use BOARD= instead of
11275 NODE= argument to reflect correspoding change to gdbserve.nlm.
11276
11277Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11278
11279 * stabs.texinfo (Negative Type Numbers): Mention the fact that
11280 GDB, as well as AIX dbx, supports the size type attribute.
11281
11282Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11283
11284 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
11285
11286Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
11287
11288 * gdb.texinfo (Define): Document $arg0... arguments to commands,
11289 and new 'if' and 'while' commands.
11290
11291Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
11292
11293 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
11294
11295Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11296
11297 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
11298 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
11299 NetWare targets. Mostly stolen from the Server node.
11300
11301Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11302
11303 * gdb.texinfo (Setting): Talk about the language of a source file
11304 versus the working language. The old documentation did not match
11305 what GDB did.
11306
11307Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11308
11309 * stabs.texinfo (Source Files): Document N_SO used to mark the end
11310 of a source file.
11311
11312Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11313
11314 * gdb.texinfo (Processes): New node.
11315
11316Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
11317
11318 * remote.texi: Update documentation of set/show mipsfpu.
11319
3fc11d3e
JM
11320Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
11321
11322 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
11323 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
11324
11325Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
11326
11327 * gdbint.texinfo: Removed mentions of some incorrectly placed and
11328 obsolete conditionals, described some others.
11329
11330Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11331
11332 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
11333 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
11334
11335Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
11336
11337 * gdbint.texinfo: Put regex conditionals in their own table.
11338
11339Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
11340
11341 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
11342 described or fixed the descriptions of many others.
11343
11344Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
11345
11346 * gdb.texinfo: Add some more credits.
11347 * gdbint.texinfo: Capitalize GDB consistently, describe some
11348 macros and remove some.
11349
11350Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
11351
11352 * gdbint.texinfo: Removed mentions of many incorrectly placed and
11353 obsolete conditionals, described some others.
11354
11355Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11356
11357 * gdb.texinfo (help targets): Changed to `help target', which
11358 is the correct gdb command.
11359
11360Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11361
11362 * annotate.texi (TODO): New node, for keeping track of annotations
11363 suggested but not yet implemented.
11364
11365Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11366
11367 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
11368 another symbol, it is not the address itself.
11369
11370Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
11371
11372 * stabs.texinfo (Stab Section Basics): Add comment about alignment
11373 of stabs-in-coff sections.
11374
11375Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11376
11377 * annotate.texi: Change edition to 0.5 and date to May 1994.
11378 Add index.
11379 (Frames): New node, for frame annotation.
11380 (Displays): New node, for display annotation.
11381
11382 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
11383 when waiting for your program to stop.
11384
11385Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11386
11387 * annotate.texi (Breakpoint Info): Document annotation of header
11388 fields and record annotation.
11389
11390Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11391
11392 * annotate.texi: New file, to document annotations.
11393
11394Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11395
11396 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
11397 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
11398
11399Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11400
11401 * stabs.texinfo (Stab Section Basics): Say what is in .stab
11402 section, and say n_strx field is compilation unit relative.
11403 * stabs.texinfo: Don't use @code for a.out when it is the name of
11404 an object file format.
11405
11406Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11407
11408 * gdb.texinfo: Refer to file names, not path names, per rms
11409 convention.
11410 (Arguments): Fix typo.
11411
11412Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11413
11414 * stabs.texinfo (Global Variables): Talk about stabs in files
11415 where variables are referenced, but not defined.
11416
11417Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11418
11419 * stabs.texinfo: Move stuff on @ and # type descriptors from node
11420 Cplusplus to new nodes Member Type Descriptor and Method Type
11421 Descriptor. Re-write stuff for #.
11422
11423Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11424
11425 * gdb.texinfo (Print Settings): Don't document "set print
11426 fast-symbolic-addr off". The bug which it worked around was fixed
11427 on 25 Feb 94 in coffread.c, so I'm nuking the command.
11428
11429 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
11430 N_ENTRY node.
11431
11432 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
11433
11434Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11435
11436 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
11437 references to ieee-float.c.
11438
11439Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11440
11441 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
11442 match what the code actually does.
11443
11444Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11445
11446 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
11447
11448Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11449
11450 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
11451 i, and b.
11452
11453Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
11454
11455 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
11456 well as for ELF and SOM. Unify the descriptions of ELF and SOM
11457 as "stabs in sections" rather than just saying "ELF and SOM".
11458 Also make that stuff apply to COFF.
11459
11460Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11461
11462 * gdb.texinfo (Formatting Documentation): Change GhostScript to
11463 Ghostscript.
11464
11465Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11466
11467 * gdb.texinfo (Continuing and Stepping): When talking about "step"
11468 versus functions without line numbers, also mention stepping into
11469 them as well as "step" when you are in them. Tell the user how to
11470 deal with the situation. Add comment about "debugging information".
11471
11472Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11473
11474 * stabs.texinfo (Enumerations): Document restriction on where
11475 enumeration types can appear and still win with GDB.
11476
11477Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11478
11479 * stabs.texinfo (Negative Type Numbers): Document format for type
11480 -16.
11481
11482Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11483
11484 * gdb.texinfo (Selection, Frame Info): Update information about
11485 arbitrary frame specficiations.
11486
11487Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
11488
11489 * gdb.texinfo, remote.texi: general editing pass prior to Net release
11490
11491Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11492
11493 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
11494
11495Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
11496
11497 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
11498
11499Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11500
11501 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
11502 Differences node to Statics node.
11503 (Statics): Discuss XCOFF use of V symbol descriptor.
11504
11505 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
11506 not clean.
11507
11508Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
11509
11510 * gdb.texinfo (Print Settings): Document `set print
11511 fast-symbolic-addr' and improve the doc for some other
11512 `set print's.
11513
11514Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11515
11516 * stabs.texinfo (String Field): Talk about defining several type
11517 numbers at once.
11518 Fix lint regarding changing node ELF Transformations to
11519 ELF and SOM Transformations.
11520
11521Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
11522
11523 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
11524
11525Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11526
11527 * stabs.texinfo (Cross-References): `::' is for nested types only
11528 within <>.
11529 (Structures): Document static members.
11530
11531Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11532
11533 * stabs.texinfo: Document S type attribute.
11534
11535Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11536
11537 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11538
11539Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
11540
11541 * gdbint.texinfo: Fix a few typos.
11542
11543Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11544
11545 * gdb.texinfo, remote.texi: formatting improvements
11546
11547 * gdb.texinfo (New Features): mention threads.
11548 (Summary, C): fix xrefs in newly contributed text.
11549 (Threads): index entries, clarifications, example
11550 (passim): minor typos fixed, phrasing improvements
11551
11552 * remote.texi (Bootstrapping): rephrase text on ^C and add index
11553 entries; (Server): explain use of gdbserver w/real-time systems,
11554 add example of conflicting TCP port; (MIPS Remote) break up
11555 running text into table, highlighting commands, and add example.
a9331b3f 11556
c906108c
SS
11557Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11558
11559 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11560
11561Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11562
11563 * stabs.texinfo (Nested Symbols): New node.
11564 (String Field, Symbol Descriptors, Cross-References): Refer to it.
11565
11566Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11567
11568 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11569 to picking which Bbss.bss symbol to use, and (because there seems to
11570 be no good way of doing it) re-write some of the text to make it
11571 sound like Bbss.bss isn't such a great idea after all (as currently
11572 designed).
11573
11574 * gdb.texinfo (C): In addition to saying people have to use g++ for
11575 good results, say they have to use stabs. Specifically say cfront
11576 doesn't work well.
11577 (Summary): Merge in information on Modula-2, Pascal, and Chill from
11578 the gdb README. Add xrefs to places where the support for the various
11579 languages is described in detail.
11580
11581Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11582
11583 * stabs.texinfo: Clean up stuff about visibility and virtual
11584 characters.
11585
11586 * stabs.texinfo (N_M2C): Cite Sun doc.
11587
11588Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11589
11590 * gdb.texinfo: updates re threads.
11591 * remote.texinfo: avoid index entries starting with digits.
11592
11593Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11594
11595 * stabs.texinfo (Enumerations): Talk about large, negative and
11596 octal values. Clean up cross reference to type attributes.
11597 (String Field): Say that GDB 4.11 supports size attribute.
11598
11599Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11600
11601 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11602 is a mandatory step. Make the stuff about that more concise.
11603
11604Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11605
11606 * stabs.texinfo (Class Names): New node.
11607
11608 * gdb.texinfo (Command Files): Explain order of init file reading.
11609
11610 * remote.texi (Bootstrapping): Talk about getting the serial driver
11611 to deal with ^C sent by gdb to stop the remote system.
11612
11613Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
11614
11615 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11616
11617 * libgdb.texinfo (Defining Commands): made the DOC arg
11618 to gdb_define_app_command a char * instead of char **
11619 per a suggestion from kingdon.
11620
11621 * libgdb.texinfo: total rewrite from a different starting
11622 premise.
11623
11624Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11625
11626 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11627 floats passed as doubles (to improve clarity).
11628
11629Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11630
11631 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11632
11633 * a4rc.sed: update to work with Andreas Vogel papersize params
11634
11635 * refcard.tex: use Andreas Vogel simplifications of papersize
11636 params; remove useless version info; update copyright date.
11637
11638Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11639
11640 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11641
11642Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11643
11644 * gdb.texinfo (Files): Say what address the load command loads it at.
11645
11646 * stabs.texinfo (Common Blocks): Minor cleanups.
11647
11648 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11649 that Sun has backed away from the linker kludge and thus the relevant
11650 issue is changes to the SunPRO tools, not the Solaris linker.
11651
11652 * stabs.texinfo (Traditional Integer Types): Clean up description
11653 of octal bounds a little bit. Document extra leading zeroes.
11654
11655Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11656
11657 * gdb.texinfo (Signaling): Update for symbolic symbol names
11658 and add a section explaining the difference between the GDB
11659 signal command and the shell kill utility.
11660
11661Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
11662
11663 * libgdb.texinfo: added `@' to braces that were unescaped.
11664
11665Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
11666
11667 * libgdb.texinfo: new file. Spec for the gdb library.
11668
11669Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11670
11671 * stabs.texinfo (Include Files): Fix typo (start -> end).
11672
11673Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11674
11675 * gdb.texinfo, remote.texi: assorted small improvements, mostly
11676 from Melissa at FSF's editing pass.
11677
11678Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11679
11680 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11681 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11682 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11683
11684Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11685
11686 * remote.texi (Bootstrapping): Discuss 386 call gates.
11687
11688Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11689
11690 * stabs.texinfo (Based Variables): New node.
11691
11692Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11693
11694 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11695 names, sizes, and formats to suggest how not to lose.
11696
11697Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11698
11699 * stabs.texinfo (Methods): Fix typo.
11700
11701Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11702
11703 * gdb.texinfo: Fix a few typos.
11704
11705Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11706
11707 * gdb.texinfo: Clarify how well it works with Fortran.
11708
11709 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11710 More on relocating stabs in ELF files.
11711
11712Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11713
11714 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11715
11716Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11717
11718 * stabs.texinfo (Local Variable Parameters): Talk about nameless
11719 parameters on VAX.
11720
11721Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11722
11723 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11724
11725Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11726
11727 * stabs.texinfo: Make info author notice match the TeX author notice.
11728
11729Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11730
11731 * stabs.texinfo: Initial-caps all words in node names and
11732 non-trivial words in section names.
11733
11734Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11735
11736 * stabs.texinfo: Many minor cleanups.
11737
11738 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11739
11740Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
11741
11742 * stabs.texinfo: Remove full description of big example.
11743 It's not really helpful; just use pieces of it where appropriate.
11744 Add more Texinfo formatting directives (@samp, etc.).
11745 Use @deffn to define stab types.
11746 Eliminate some wordiness. Break up some nodes.
11747 Add an (alphabetized) index of symbol types.
11748 Use consistent capitalization style in node and section names.
11749
11750Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
11751
11752 * gdb.texinfo: Change typo "Two two" to "The two".
11753
11754Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11755
11756 * stabs.texinfo (XCOFF-differences): Remove references to
11757 non-existent types N_DECL and N_RPSYM.
11758
11759 * stabs.texinfo (String Field): Say that type attributes bug is
11760 fixed in GDB 4.10, since it is.
11761
11762 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11763
11764Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
11765
11766 * stabs.texinfo: Formatting cleanups.
11767
11768Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11769
11770 * stabs.texinfo: When explaining the n_type of a stab, standardize
11771 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11772 no tabs, use @r).
11773 (Global Variables): Clean up.
11774
11775Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11776
11777 * stabs.texinfo (Stack Variables): Re-write.
11778
11779Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11780
11781 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11782 addresses of a source file. Also revise formatting.
11783 Change "object module" or "object file" to "source file".
11784 Various: Miscellaneous cleanups.
11785
11786Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11787
11788 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11789
11790Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
11791
11792 * gdbint.texinfo: Removed many nonsensical machine-collected
11793 host and target conditionals, described some of the remainder.
11794
11795Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11796
11797 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11798
11799 * gdbint.texinfo (Top): Add name to @top line, and re-write the
11800 paragraph which follows.
11801
11802 * gdbint.texinfo (Host): Use @code not @samp for Makefile
11803 variables. Looks better and avoids overful hbox.
11804
11805Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11806
11807 * stabs.texinfo (Procedures): Improve stuff on nested functions.
11808
11809Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11810
11811 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11812 retransmit-timeout
11813
11814Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11815
11816 * gdbint.texinfo: Update statement about `some ancient Unix
11817 systems, like Ultrix 4.0' to Ultrix 4.2.
11818
11819Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
11820
11821 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11822
11823 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11824
11825 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
11826 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11827
11828 * remote.texi: new name for former gdbinv-s.texi
11829
11830 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11831
11832Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
11833
11834 * gdbinv-s.texi: Documented timeout and retransmit-timeout
11835 variables for MIPS remote debugging protocol.
11836
11837Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11838
11839 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11840
11841Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11842
11843 * Makefile.in (refcard.dvi): Use srcdir where necessary.
11844
11845Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
11846
11847 * gdb.texinfo: repair conditional bugs in text markup
11848
11849Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11850
11851 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11852 to select Modula-2 material.
11853
11854Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11855
11856 * stabs.texinfo: Cleanups regarding statics.
11857
11858 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11859 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
11860
11861Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11862
11863 * stabs.texinfo: N_MAIN is sometimes used for C.
11864
11865Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11866
11867 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11868
11869Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
11870
11871 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 11872 removed from the code by Kingdon.
c906108c
SS
11873
11874Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11875
11876 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11877 input when evaluating breakpoint conditions; the bug has been fixed.
11878
11879 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11880 sets the ignore count to N-1, not to N.
11881
11882Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11883
11884 * refcard.tex (\hoffset): correct longstanding error to match
11885 intended offset; avoids cutting off edge on some printers
11886
11887Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11888
11889 * stabs.texinfo (Parameters): Say that order of stabs is significant.
11890
11891Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11892
11893 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11894
11895Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11896
11897 * Makefile.in: (REFEDITS) new var to control whether PS or CM
11898 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11899 collect sed edits if any, apply to refcard before formatting;
11900 (refcard.ps) stop implying PS fonts if PS output requested;
11901 (lrefcard.ps) delete extra target for variant PS fonts
11902
11903 * refcard.tex: parametrize papersize dependent info, collect
11904 in easily replaced spot
11905
11906 * a4rc.sed: new file, edits to refcard for A4 paper
11907
11908Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11909
11910 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11911
11912Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11913
11914 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11915
11916Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11917
11918 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11919 politely rather than rudely.
11920
11921Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11922
11923 * stabs.texinfo: Document common blocks.
11924
11925Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
11926
11927 * stabs.texinfo: Add some basic info about stabs-in-elf.
11928
11929Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11930
11931 * stabs.texinfo (Top): Minor cleanup.
11932
11933Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
11934
11935 * Makefile.in (install-info): remove parentdir support
11936
11937Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11938
11939 * gdb.texinfo (Copying): delete this node and references to it;
11940 RMS says this manual need not carry GPL. (passim): Improvements
11941 from last round at FSF, largely due to Ian Taylor review, and
11942 minor formatting improvements.
11943
11944 * gdbinv-s.texi (passim): Improvements from last round at FSF,
11945 largely due to Ian Taylor review. (Debug Session): minor edits to
11946 new text.
11947
11948Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
11949
11950 * Makefile.in (realclean): Remove info and dvi files too.
11951
11952Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
11953
11954 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
11955 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
11956 * gdb.texinfo: Change accordingly.
11957
11958 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
11959 N_{L,R}BRAC,N_SLINE are relative to.
11960
11961Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
11962
11963 * Makefile.in (GDBvn.texi): Update atomically.
11964
11965Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
11966
11967 * gdbinv-s.texi (Debug Session): Document exceptionHook.
11968
11969Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
11970
11971 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
11972 addresses together. Also motivate the set print symbol-filename
11973 command and suggest other solutions.
11974
11975Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
11976
11977 * gdb.texinfo (set print elements): Note that the number of
11978 elements is set to unlimited by "set print elements 0".
11979
11980Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
11981
11982 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
11983 NF_LDOUBLE means.
11984 (Stab Types): Include Solaris stab types.
11985 (Procedures): Document Solaris extensions.
11986
11987Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11988
11989 * gdb.texinfo: Add `set print symbol-filename' doc.
11990
11991Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11992
11993 * stabs.texinfo (Arrays): Talk about type definition vs. type
11994 information.
11995
11996 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
11997 the trailing semicolon.
11998
11999Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12000
12001 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
12002 and merge in other parts of the document addressing these subjects.
12003 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
12004
12005 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
12006 at the end of a range type.
12007
12008 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
12009 AIX extensions.
12010
12011Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12012
12013 * stabs.texinfo (Stabs Format): Misc fixes.
12014
12015Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12016
12017 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
12018 (Traditional builtin types): Document convex convention for long long.
12019 (Negative builtin types): Discuss type names, and misc fixes.
12020
12021Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12022
12023 * stabs.texinfo (Builtin Type Descriptors): Document the floating
12024 point types used with @samp{R} type descriptor.
12025 (Symbol Descriptors): Describe how to handle conflict between
12026 different meanings of @samp{P} symbol descriptor.
12027
12028Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12029
12030 * stabs.texinfo: Remove node Quick Reference and put its children
12031 directly under the main menu.
12032
12033 * stabs.texinfo: Many more changes to bring it into line with
12034 AIX documentation and reality. I think it now has all the
12035 information from the AIX documentation, except that I burned
12036 out when I got to variant records (Pascal and Modula-2) and
12037 all the COBOL types. Oh well, we can add them later when we're
12038 worrying more about those languages.
12039
12040 * stabs.texinfo (Automatic variables): Talk about what it means
12041 to omit the symbol descriptor.
12042
12043Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12044
12045 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
12046 gcc2 behavior with promoted args.
12047
12048Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12049
12050 * gdb.texinfo: include readline appendices in info version of manual
12051
12052Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12053
12054 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
12055 target remote.
12056
12057 * gdb.texinfo (Machine Code): more index entries for disassemble
12058
12059Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
12060
12061 * Clarify the intended use of the gdb-testers and gdb-patches
12062 mailing lists, and shrink gzip comment.
12063
12064Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12065
12066 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
12067 DOSHOST configuration of manual.
12068
12069 * gdb.texinfo (MIPS Stack): new node.
12070
12071 * all-config.texi (MIPS) new switch.
12072
12073 * gdbinv-s.texi (Nindy Options) Remove two instances of future
12074 tense; (MIPS Remote) new node.
12075
12076 * gdb.texinfo (passim) rephrases to work around makeinfo @value
12077 bug; (Environment) less passive, other small cleanups in text about
12078 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
12079 (Remote) new MIPS Remote menu entry.
12080
12081Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
12082
12083 * stabs.texinfo: Many changes to include information from the
12084 AIX documentation.
12085
12086 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
12087
12088Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
12089
12090 * gdbint.texinfo (new node Debugging GDB, elsewhere):
12091 Move a bunch of information from ../README.
12092 (Getting Started): New node.
12093
12094Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12095
12096 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
12097
12098 * gdb.texinfo: advance manual revision dates to present
12099
12100 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
12101 stop using silly Roman numerals in @set variable names
12102
12103Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
12104
12105 * stabs.texinfo (Parameters): Keep trying to get this right.
12106
12107Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
12108
12109 * stabs.texinfo (Parameters): More on "local parameters".
12110
12111Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
12112
12113 * stabs.texinfo (Parameters): Re-do "local parameters" section.
12114
12115Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
12116
12117 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
12118 (Parameters): Rewrite.
12119 (xcoff-differences, Sun-differences): Minor changes.
12120
12121Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
12122
12123 * stabs.texinfo: Minor cleanup.
12124
12125Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
12126
12127 * gdbint.texinfo: Minor xcoff stuff.
12128
12129Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
12130
12131 * gdbint.texinfo: Update for new config directory structure.
12132 Add info about internal type data structures.
12133
12134Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
12135
12136 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
12137 $(srcdir).
12138 (gdb-config.texi): Depend on file in $(srcdir).
12139
12140Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
12141
12142 * stabs.texinfo: Fixes about N_SO.
12143
12144Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12145
12146 * gdb.texinfo: include list of nonstandard init file names
12147
12148 * *-config.texi: new switch GENERIC for text that applies *only*
12149 to (usual) multiple-target version of manual
12150
12151 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
12152 h8 config
12153
12154 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
12155 in menus (rather than conditionally selected multiple alternative
12156 menus).
12157
12158 * Makefile.in: define and use DOC_CONFIG var to select
12159 configuration for GDB user manual.
12160
12161 * gdb-config.texi: delete from repository, generate from Makefile.
12162
12163 * all-config.texi: normal `generic' configuration file, formerly
12164 stored as gdb-config.texi
12165
12166Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
12167
12168 * Makefile.in: add dvi target to build all .dvi files
12169
12170Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12171
12172 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
12173
12174Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
12175
12176 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
12177 host conditionals.
12178 * stabs.texinfo: More array fixes inspired by Jim's.
12179
12180Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
12181
12182 * stabs.texinfo: Fixes re arrays and continuations.
12183
12184 * gdbint.texinfo: Add XCOFF node.
12185
12186Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
12187
12188 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
12189
12190Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
12191
12192 * stabs.texinfo: Fix for array types to mention lower bounds.
12193
12194Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
12195
12196 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
12197
12198Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
12199
12200 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
12201
12202Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
12203
12204 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
12205 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
12206
12207Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
12208
12209 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
12210
12211Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12212
12213 * gdb.texinfo, gdbinv-s.texi: misc updates
12214
12215Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
12216
12217 * gdbint.texinfo: Brief documentation for longjmp support,
12218 from an email msg by Stu.
12219
12220Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
12221
12222 * stabs.texinfo: Fix description of floating point "range"
12223 types (which really define basic types). Reported by Jim Meehan,
12224 <meehan@src.dec.com>.
12225
12226 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
12227
12228Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
12229
12230 * gdbint.texinfo: Slightly expand section on supporting a new
12231 object file format.
12232
12233Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
12234
12235 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
12236 intermediate file.
12237
12238Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12239
12240 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
12241
12242Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12243
12244 * gdbinv-s.texi: z8000 simulator target name is just "sim"
12245
12246 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
12247 as well as Z8002.
12248
12249Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
12250
12251 * gdbint.texinfo: Add sections on clean design and on how to send
12252 in changes.
12253
12254Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
12255
12256 * gdbint.texinfo: Add how to declare the result of make_cleanup.
12257
12258Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
12259
12260 * gdb.texinfo: Fix typo, reported by Karl Berry.
12261
12262Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
12263
12264 * gdb.texinfo: Add opcodes dir to GDB distribution description.
12265
12266Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12267
12268 * gdbint.texinfo: fixed a stray email address (needs @@),
12269 added @table @code to node "Native Conditionals"
12270
12271Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
12272
12273 * gdbint.texinfo: Describe coding style of GDB.
12274
12275Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
12276
12277 * stabs.texinfo: Minor wording changes.
12278
12279Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
12280
12281 * gdbint.texinfo: Improve release doc slightly.
12282
12283Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
12284
12285 * gdbint.texinfo: Improve doc of GDB config macros.
12286
12287Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
12288
12289 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
12290 These will be reinserted when examined.
12291
12292Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
12293
12294 * gdbint.texinfo: Make a start at documenting all the #if macros
12295 in GDB. At least list them all, and start separating them into
12296 host-specific and target-specific.
12297
12298Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12299
12300 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 12301 examples (not consistent w others).
c906108c
SS
12302 gdb.texinfo: issue disclaimer paragraph on cmdline options only
12303 for generic vn of doc
12304
12305Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
12306
12307 * Makefile.in: always create installation directories.
12308
12309Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12310
12311 * gdb.texinfo: in h8 config, do not describe searching commands.
12312
12313Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12314
12315 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
12316 conditionals; introduce a few generic switches that may be
12317 useful for other cross-dev or dos-hosted configs.
12318
12319 * gdb.texinfo: fix typo in "info reg" description
12320
12321Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
12322
12323 * stabs.texinfo: Minor updates from running TeX over it.
12324 * Makefile.in (stabs.dvi, stabs.ps): Add.
12325
12326Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
12327
12328 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
12329 First pass at converting it to texinfo.
12330
12331Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
12332
12333 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
12334 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
12335
12336Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
12337
12338 * gdbint.texinfo: Add section on partial symbol tables.
12339
12340Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
12341
12342 * gdb.texinfo: document `set remotedebug' and `set
12343 rstack_high_address'.
12344
12345Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12346
12347 * gdb.texinfo: slight expansion of new text on reading info files
12348 * gdbinv-s.m4.in: correct and expand info on cross-debugging
12349 H8/300 from DOS.
12350
12351Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
12352
12353 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
12354
12355Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
12356
12357 * gdb.texinfo: Say how to read the `info' files.
12358
12359Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
12360
12361 * Makefile.in: gm4 -> m4.
12362
12363Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
12364
12365 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
12366 Documentation' ahead of `Installing GDB' to match README.
12367 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 12368 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
12369
12370Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
12371
12372 * Makefile.in: remove $(srcdir) from gdb.info rule.
12373
12374Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12375
12376 * Makefile.in: commented out gdb-all.texinfo rule. This is
12377 temporary.
12378
12379Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
12380
12381 * Makefile.in, configure.in: removed traces of namesubdir,
12382 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 12383 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
12384
12385Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
12386
12387 * gdb.texinfo: Improve how we ask for bug reports.
12388
12389Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12390
12391 * Makefile.in: infodir belongs in datadir.
12392
12393Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12394
12395 * Makefile.in: remove spaces following hyphens, bsd make can't
12396 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 12397 standards.text support.
c906108c
SS
12398
12399Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12400
12401 * Makefile.in: idestdir and ddestdir go away. Added copyrights
12402 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
12403 and mandir now keyed off datadir by default.
12404
12405\f
12406Local Variables:
9e9c5ae7 12407mode: change-log
c906108c
SS
12408left-margin: 8
12409fill-column: 74
12410version-control: never
463888ab 12411coding: utf-8
c906108c 12412End:
This page took 3.202868 seconds and 4 git commands to generate.